Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from abd24f16bfefa7889687f83d2fc8de1c385cee13 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rest-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-rest-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-19503 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 > 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 Checking out Revision abd24f16bfefa7889687f83d2fc8de1c385cee13 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f abd24f16bfefa7889687f83d2fc8de1c385cee13 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go (#70)" > git rev-list --no-walk 793fa606b8324739f564128f9001c967c619a4b2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:32:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:32:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:32:19 ========================================================= 14:32:19 EdgeX Global Pipelines Version Info 14:32:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:32:21 ------------------- 14:32:21 stable info: 14:32:21 ------------------- 14:32:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:32:21 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 14:32:21 Message: update stable to v1.0.173 14:32:22 ------------------- 14:32:22 experimental info: 14:32:22 ------------------- 14:32:22 Commited By: **** collab-it+edgex@linuxfoundation.org 14:32:22 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 14:32:22 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:32:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 14:32:22 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 14:32:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:32:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:32:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:32:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 14:32:22 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 14:32:23 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 14:32:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 14:32:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:32:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:32:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo 14:32:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:32:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:32:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:32:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:32:23 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 14:32:23 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 14:32:24 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:32:24 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 14:32:24 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 14:32:24 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 14:32:24 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 14:32:24 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 14:32:24 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 14:32:24 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 14:32:24 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 14:32:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 14:32:25 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 14:32:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 14:32:25 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = abd24f16bfefa7889687f83d2fc8de1c385cee13 [Pipeline] echo 14:32:25 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = abd24f1 [Pipeline] echo 14:32:25 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:32:25 provisioning config files... 14:32:25 copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config5272182361596542751tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:32:26 ---> docker-login.sh 14:32:26 nexus3.edgexfoundry.org:10001 14:32:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:32:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:32:26 Configure a credential helper to remove this warning. See 14:32:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:32:26 14:32:26 Login Succeeded 14:32:26 nexus3.edgexfoundry.org:10002 14:32:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:32:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:32:26 Configure a credential helper to remove this warning. See 14:32:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:32:26 14:32:26 Login Succeeded 14:32:26 nexus3.edgexfoundry.org:10003 14:32:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:32:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:32:26 Configure a credential helper to remove this warning. See 14:32:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:32:26 14:32:26 Login Succeeded 14:32:26 nexus3.edgexfoundry.org:10004 14:32:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:32:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:32:27 Configure a credential helper to remove this warning. See 14:32:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:32:27 14:32:27 Login Succeeded 14:32:27 docker.io 14:32:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:32:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:32:27 Configure a credential helper to remove this warning. See 14:32:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:32:27 14:32:27 Login Succeeded 14:32:27 ---> docker-login.sh ends [Pipeline] } 14:32:27 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 14:32:28 + git log --format=format:%s -1 abd24f16bfefa7889687f83d2fc8de1c385cee13 [Pipeline] echo 14:32:29 GIT_COMMIT: abd24f16bfefa7889687f83d2fc8de1c385cee13, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go (#70) [Pipeline] echo 14:32:29 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 14:32:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:32:30 14:32:30 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:32:30 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:32:30 latest: Pulling from edgex-devops/git-semver 14:32:30 31603596830f: Pulling fs layer 14:32:30 2a8b12db71e7: Pulling fs layer 14:32:30 6ca5941a6612: Pulling fs layer 14:32:30 ecc8261a40a4: Pulling fs layer 14:32:30 ecc8261a40a4: Waiting 14:32:30 2a8b12db71e7: Verifying Checksum 14:32:30 2a8b12db71e7: Download complete 14:32:30 31603596830f: Verifying Checksum 14:32:30 31603596830f: Download complete 14:32:30 ecc8261a40a4: Verifying Checksum 14:32:30 ecc8261a40a4: Download complete 14:32:30 6ca5941a6612: Verifying Checksum 14:32:30 6ca5941a6612: Download complete 14:32:30 31603596830f: Pull complete 14:32:31 2a8b12db71e7: Pull complete 14:32:32 6ca5941a6612: Pull complete 14:32:32 ecc8261a40a4: Pull complete 14:32:32 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:32:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:32:32 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:32:32 prd-centos7-docker-4c-2g-19503 does not seem to be running inside a container 14:32:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:32:34 $ docker top 36dd613cc80226ae4606d1bac9554b17b29d5f8e75779eafdbf8a49a87315a81 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:32:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:32:35 [ssh-agent] Looking for ssh-agent implementation... 14:32:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:32:35 $ docker exec 36dd613cc80226ae4606d1bac9554b17b29d5f8e75779eafdbf8a49a87315a81 ssh-agent 14:32:35 SSH_AUTH_SOCK=/tmp/ssh-FXZZvQXJfi7P/agent.11 14:32:35 SSH_AGENT_PID=17 14:32:35 Running ssh-add (command line suppressed) 14:32:35 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_392969160219013210.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_392969160219013210.key) 14:32:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:32:36 + git tag --points-at HEAD [Pipeline] } 14:32:36 $ docker exec --env ******** --env ******** 36dd613cc80226ae4606d1bac9554b17b29d5f8e75779eafdbf8a49a87315a81 ssh-agent -k 14:32:36 unset SSH_AUTH_SOCK; 14:32:36 unset SSH_AGENT_PID; 14:32:36 echo Agent pid 17 killed; 14:32:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:32:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:32:36 [ssh-agent] Looking for ssh-agent implementation... 14:32:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:32:36 $ docker exec 36dd613cc80226ae4606d1bac9554b17b29d5f8e75779eafdbf8a49a87315a81 ssh-agent 14:32:36 SSH_AUTH_SOCK=/tmp/ssh-HEO4hdkwB2ld/agent.46 14:32:36 SSH_AGENT_PID=51 14:32:36 Running ssh-add (command line suppressed) 14:32:37 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_5404979749520490882.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_5404979749520490882.key) 14:32:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:32:37 + git semver init 14:32:37 # -> Open(): unable to determine branch for HEAD 14:32:37 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 14:32:37 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 14:32:37 # $SEMVER_REMOTE_NAME = origin 14:32:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:32:37 # $SEMVER_USER_NAME = edgex-jenkins 14:32:37 # $SEMVER_BRANCH = master 14:32:37 # $SEMVER_TEMP = /tmp/semver-586773602 14:32:37 # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP 14:32:38 # '/tmp/semver-586773602' -> '/w/workspace/gexfoundry_device-rest-go_master/.semver' 14:32:38 # -> Force: false 14:32:38 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } 14:32:38 $ docker exec --env ******** --env ******** 36dd613cc80226ae4606d1bac9554b17b29d5f8e75779eafdbf8a49a87315a81 ssh-agent -k 14:32:39 unset SSH_AUTH_SOCK; 14:32:39 unset SSH_AGENT_PID; 14:32:39 echo Agent pid 51 killed; 14:32:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:32:39 + git semver [Pipeline] } 14:32:39 $ docker stop --time=1 36dd613cc80226ae4606d1bac9554b17b29d5f8e75779eafdbf8a49a87315a81 14:32:41 $ docker rm -f 36dd613cc80226ae4606d1bac9554b17b29d5f8e75779eafdbf8a49a87315a81 [Pipeline] // withDockerContainer [Pipeline] sh 14:32:41 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:32:42 Stashed 1 file(s) [Pipeline] echo 14:32:42 [edgeXSemver]: initialized semver on version 1.2.1-dev.3 [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 14:32:43 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19489 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws 14:32:43 Running in /w/workspace/device-rest-go/30 [Pipeline] { [Pipeline] checkout 14:32:48 using credential edgex-jenkins-ssh 14:32:48 Cloning the remote Git repository 14:32:48 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 14:32:48 > git init /w/workspace/device-rest-go/30 # timeout=10 14:32:48 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 14:32:48 > git --version # timeout=10 14:32:48 > git --version # 'git version 2.17.1' 14:32:48 using GIT_SSH to set credentials SSH Credentials for GitHub 14:32:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:32:50 Checking out Revision abd24f16bfefa7889687f83d2fc8de1c385cee13 (master) 14:32:50 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 14:32:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:32:50 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 14:32:50 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 14:32:50 using GIT_SSH to set credentials SSH Credentials for GitHub 14:32:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 14:32:50 > git config core.sparsecheckout # timeout=10 14:32:50 > git checkout -f abd24f16bfefa7889687f83d2fc8de1c385cee13 # timeout=10 14:32:55 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go (#70)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:32:56 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 14:32:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:32:57 + sudo service docker restart 14:32:57 + true 14:32:57 Still waiting to schedule task 14:32:57 ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-19504’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-19488’ doesn’t have label ‘centos7-docker-4c-2g’ [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:32:59 provisioning config files... 14:32:59 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/30@tmp/config2253388331636494228tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:33:00 ---> docker-login.sh 14:33:00 nexus3.edgexfoundry.org:10001 14:33:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:33:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:33:01 Configure a credential helper to remove this warning. See 14:33:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:33:01 14:33:01 Login Succeeded 14:33:01 nexus3.edgexfoundry.org:10002 14:33:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:33:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:33:01 Configure a credential helper to remove this warning. See 14:33:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:33:01 14:33:01 Login Succeeded 14:33:01 nexus3.edgexfoundry.org:10003 14:33:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:33:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:33:02 Configure a credential helper to remove this warning. See 14:33:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:33:02 14:33:02 Login Succeeded 14:33:02 nexus3.edgexfoundry.org:10004 14:33:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:33:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:33:02 Configure a credential helper to remove this warning. See 14:33:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:33:02 14:33:02 Login Succeeded 14:33:02 docker.io 14:33:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:33:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:33:03 Configure a credential helper to remove this warning. See 14:33:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:33:03 14:33:03 Login Succeeded 14:33:03 ---> docker-login.sh ends [Pipeline] } 14:33:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:33:04 ========================================================= 14:33:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 14:33:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:33:04 + 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 . 14:33:04 Sending build context to Docker daemon 84.48kB 14:33:05 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 14:33:05 Step 2/10 : FROM ${BASE} 14:33:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:33:05 5f621e34cdf4: Pulling fs layer 14:33:05 a4357932f1b6: Pulling fs layer 14:33:05 18c013af1878: Pulling fs layer 14:33:05 00ac8860ef70: Pulling fs layer 14:33:05 63d7cb157983: Pulling fs layer 14:33:05 b116817d02f9: Pulling fs layer 14:33:05 745a02a5169b: Pulling fs layer 14:33:05 63d7cb157983: Waiting 14:33:05 b116817d02f9: Waiting 14:33:05 745a02a5169b: Waiting 14:33:05 00ac8860ef70: Waiting 14:33:05 18c013af1878: Verifying Checksum 14:33:05 18c013af1878: Download complete 14:33:05 a4357932f1b6: Download complete 14:33:05 63d7cb157983: Verifying Checksum 14:33:05 63d7cb157983: Download complete 14:33:06 b116817d02f9: Verifying Checksum 14:33:06 b116817d02f9: Download complete 14:33:06 5f621e34cdf4: Verifying Checksum 14:33:06 5f621e34cdf4: Download complete 14:33:06 5f621e34cdf4: Pull complete 14:33:07 a4357932f1b6: Pull complete 14:33:07 18c013af1878: Pull complete 14:33:08 745a02a5169b: Verifying Checksum 14:33:08 745a02a5169b: Download complete 14:33:10 00ac8860ef70: Verifying Checksum 14:33:10 00ac8860ef70: Download complete 14:33:20 00ac8860ef70: Pull complete 14:33:20 63d7cb157983: Pull complete 14:33:20 b116817d02f9: Pull complete 14:33:24 745a02a5169b: Pull complete 14:33:24 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 14:33:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 14:33:24 ---> b7e6874047d6 14:33:24 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 14:33:27 ---> Running in c2b29035531c 14:33:27 Removing intermediate container c2b29035531c 14:33:27 ---> 4fdf3ee6c04e 14:33:27 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 14:33:27 ---> Running in 4e15520e9d8d 14:33:27 Removing intermediate container 4e15520e9d8d 14:33:27 ---> f7f94f4b7f32 14:33:27 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 14:33:27 ---> Running in 2b41a1029725 14:33:28 Removing intermediate container 2b41a1029725 14:33:28 ---> 54b956397fe8 14:33:28 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:33:28 ---> Running in cdd0194a08fa 14:33:31 Removing intermediate container cdd0194a08fa 14:33:31 ---> 882f0a9a51b4 14:33:31 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:33:31 ---> Running in 010ce3737943 14:33:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:33:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:33:33 OK: 142 MiB in 39 packages 14:33:35 Removing intermediate container 010ce3737943 14:33:35 ---> 4be3a006a8e1 14:33:35 Step 8/10 : WORKDIR /device-rest-go 14:33:35 ---> Running in 55a1f7de5810 14:33:35 Removing intermediate container 55a1f7de5810 14:33:35 ---> 2b34c72f07a9 14:33:35 Step 9/10 : COPY . . 14:33:36 ---> a36d56436ebb 14:33:36 Step 10/10 : RUN go mod download 14:33:36 ---> Running in c27620c2d544 14:33:58 Removing intermediate container c27620c2d544 14:33:58 ---> 7a3d907b2324 14:33:58 Successfully built 7a3d907b2324 14:33:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:33:59 + docker inspect -f . ci-base-image-arm64 14:33:59 . [Pipeline] withDockerContainer 14:33:59 prd-ubuntu18.04-docker-arm64-4c-16g-19489 does not seem to be running inside a container 14:33:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/30 -v /w/workspace/device-rest-go/30:/w/workspace/device-rest-go/30:rw,z -v /w/workspace/device-rest-go/30@tmp:/w/workspace/device-rest-go/30@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 14:34:00 $ docker top 569f93649995bcce2aa731fba30336ec5a979bfe65dc1d1ae7db4df398aa610c -eo pid,comm [Pipeline] { [Pipeline] sh 14:34:01 + go version 14:34:01 go version go1.15.5 linux/arm64 [Pipeline] } 14:34:01 $ docker stop --time=1 569f93649995bcce2aa731fba30336ec5a979bfe65dc1d1ae7db4df398aa610c 14:34:03 $ docker rm -f 569f93649995bcce2aa731fba30336ec5a979bfe65dc1d1ae7db4df398aa610c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:34:04 + docker inspect -f . ci-base-image-arm64 14:34:04 . [Pipeline] withDockerContainer 14:34:05 prd-ubuntu18.04-docker-arm64-4c-16g-19489 does not seem to be running inside a container 14:34:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/30 -v /w/workspace/device-rest-go/30:/w/workspace/device-rest-go/30:rw,z -v /w/workspace/device-rest-go/30@tmp:/w/workspace/device-rest-go/30@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 14:34:06 $ docker top c663f92cad892dfbd236ee6567e6b6c80cf20e61b484075ab79a2e2cff863ac4 -eo pid,comm [Pipeline] { [Pipeline] sh 14:34:07 + make test 14:34:07 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 14:34:09 ? github.com/edgexfoundry/device-rest-go [no test files] 14:34:41 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 14:34:41 ok github.com/edgexfoundry/device-rest-go/driver 0.058s coverage: 56.3% of statements 14:34:41 CGO_ENABLED=0 GO111MODULE=on go vet ./... 14:34:48 Running on prd-centos7-docker-4c-2g-19507 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws 14:34:48 Running in /w/workspace/device-rest-go/30 [Pipeline] { [Pipeline] checkout 14:34:50 gofmt -l . 14:34:50 [ "`gofmt -l .`" = "" ] 14:34:50 ./bin/test-go-mod-tidy.sh 14:34:50 ./bin/test-attribution-txt.sh [Pipeline] } 14:34:50 $ docker stop --time=1 c663f92cad892dfbd236ee6567e6b6c80cf20e61b484075ab79a2e2cff863ac4 14:34:50 using credential edgex-jenkins-ssh 14:34:50 Cloning the remote Git repository 14:34:50 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 14:34:51 > git init /w/workspace/device-rest-go/30 # timeout=10 14:34:51 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 14:34:51 > git --version # timeout=10 14:34:51 > git --version # 'git version 2.24.3' 14:34:51 using GIT_SSH to set credentials SSH Credentials for GitHub 14:34:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:34:52 $ docker rm -f c663f92cad892dfbd236ee6567e6b6c80cf20e61b484075ab79a2e2cff863ac4 14:34:52 Checking out Revision abd24f16bfefa7889687f83d2fc8de1c385cee13 (master) [Pipeline] // withDockerContainer [Pipeline] sh 14:34:52 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 14:34:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:34:52 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 14:34:52 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 14:34:52 using GIT_SSH to set credentials SSH Credentials for GitHub 14:34:52 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 14:34:52 > git config core.sparsecheckout # timeout=10 14:34:52 > git checkout -f abd24f16bfefa7889687f83d2fc8de1c385cee13 # timeout=10 14:34:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:34:53 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 14:34:56 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go (#70)" 14:34:56 + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script 14:34:56 + ls -al . 14:34:56 total 124 14:34:56 drwxrwxr-x 8 jenkins jenkins 4096 Jan 11 14:34 . 14:34:56 drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 14:32 .. 14:34:56 -rw-rw-r-- 1 jenkins jenkins 151 Jan 11 14:32 .dockerignore 14:34:56 drwxrwxr-x 8 jenkins jenkins 4096 Jan 11 14:32 .git 14:34:56 drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 14:32 .github 14:34:56 -rw-rw-r-- 1 jenkins jenkins 339 Jan 11 14:32 .gitignore 14:34:56 -rw-rw-r-- 1 jenkins jenkins 5294 Jan 11 14:32 Attribution.txt 14:34:56 -rw-rw-r-- 1 jenkins jenkins 1530 Jan 11 14:32 Dockerfile 14:34:56 -rw-rw-r-- 1 jenkins jenkins 1002 Jan 11 14:32 Dockerfile.build 14:34:56 -rw-rw-r-- 1 jenkins jenkins 680 Jan 11 14:32 Jenkinsfile 14:34:56 -rw-rw-r-- 1 jenkins jenkins 11340 Jan 11 14:32 LICENSE 14:34:56 -rw-rw-r-- 1 jenkins jenkins 951 Jan 11 14:32 Makefile 14:34:56 -rw-rw-r-- 1 jenkins jenkins 5917 Jan 11 14:32 README.md 14:34:56 -rw-rw-r-- 1 jenkins jenkins 11 Jan 11 14:32 VERSION 14:34:56 drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 14:32 bin 14:34:56 drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 14:32 cmd 14:34:56 -rw-r--r-- 1 jenkins jenkins 9369 Jan 11 14:34 coverage.out 14:34:56 drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 14:34 driver 14:34:56 -rw-r--r-- 1 jenkins jenkins 267 Jan 11 14:34 go.mod 14:34:56 -rw-r--r-- 1 jenkins jenkins 13985 Jan 11 14:34 go.sum 14:34:56 drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 14:32 snap 14:34:56 -rw-rw-r-- 1 jenkins jenkins 713 Jan 11 14:32 version.go [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 14:34:57 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 14:34:57 + 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=abd24f16bfefa7889687f83d2fc8de1c385cee13 --label arch=arm64 --label version=1.2.1-dev.3 . 14:34:57 Sending build context to Docker daemon 96.26kB 14:34:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:34:57 Step 1/25 : ARG BASE=golang:1.15-alpine3.12 14:34:57 Step 2/25 : FROM ${BASE} AS builder 14:34:57 ---> 7a3d907b2324 14:34:57 Step 3/25 : ARG MAKE='make build' 14:34:58 + sudo service docker restart 14:34:58 + true 14:34:58 Redirecting to /bin/systemctl restart docker.service 14:34:58 ---> Running in b2bc016d348d 14:34:58 Removing intermediate container b2bc016d348d 14:34:58 ---> 4c9935da9875 14:34:58 Step 4/25 : ARG ALPINE_PKG_BASE="make git" 14:34:58 ---> Running in 19e7d36e048b 14:34:59 Removing intermediate container 19e7d36e048b 14:34:59 ---> 74504324923c 14:34:59 Step 5/25 : ARG ALPINE_PKG_EXTRA="" [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:34:59 provisioning config files... 14:34:59 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/30@tmp/config3445834026050914711tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:34:59 ---> Running in 2a542adf6467 14:34:59 Removing intermediate container 2a542adf6467 14:34:59 ---> 0f3ca8df3ede 14:34:59 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:34:59 ---> docker-login.sh 14:34:59 nexus3.edgexfoundry.org:10001 14:34:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:34:59 ---> Running in 7da8ae6cef42 14:35:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:35:00 Configure a credential helper to remove this warning. See 14:35:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:35:00 14:35:00 Login Succeeded 14:35:00 nexus3.edgexfoundry.org:10002 14:35:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:35:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:35:00 Configure a credential helper to remove this warning. See 14:35:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:35:00 14:35:00 Login Succeeded 14:35:00 nexus3.edgexfoundry.org:10003 14:35:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:35:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:35:01 Configure a credential helper to remove this warning. See 14:35:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:35:01 14:35:01 Login Succeeded 14:35:01 nexus3.edgexfoundry.org:10004 14:35:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:35:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:35:01 Configure a credential helper to remove this warning. See 14:35:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:35:01 14:35:01 Login Succeeded 14:35:01 docker.io 14:35:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:35:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:35:01 Configure a credential helper to remove this warning. See 14:35:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:35:01 14:35:01 Login Succeeded 14:35:01 ---> docker-login.sh ends [Pipeline] } 14:35:01 Deleting 1 temporary files [Pipeline] // wrap 14:35:01 Removing intermediate container 7da8ae6cef42 14:35:01 ---> 21ac7565d295 14:35:01 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:35:01 ---> Running in f0e66bda5f37 [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:35:02 ========================================================= 14:35:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 14:35:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:35:02 + 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 . 14:35:02 Sending build context to Docker daemon 84.48kB 14:35:02 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 14:35:02 Step 2/10 : FROM ${BASE} 14:35:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 14:35:02 188c0c94c7c5: Pulling fs layer 14:35:02 0ef7d3d256c8: Pulling fs layer 14:35:02 de9db76c5a1d: Pulling fs layer 14:35:02 bca2f99d35d6: Pulling fs layer 14:35:02 93359f2a8cfa: Pulling fs layer 14:35:02 7c6f9722023f: Pulling fs layer 14:35:02 a35cf1a2eb13: Pulling fs layer 14:35:02 bca2f99d35d6: Waiting 14:35:02 93359f2a8cfa: Waiting 14:35:02 7c6f9722023f: Waiting 14:35:02 a35cf1a2eb13: Waiting 14:35:02 de9db76c5a1d: Download complete 14:35:02 188c0c94c7c5: Verifying Checksum 14:35:02 93359f2a8cfa: Verifying Checksum 14:35:02 93359f2a8cfa: Download complete 14:35:02 7c6f9722023f: Download complete 14:35:02 0ef7d3d256c8: Verifying Checksum 14:35:02 0ef7d3d256c8: Download complete 14:35:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:35:03 188c0c94c7c5: Pull complete 14:35:03 0ef7d3d256c8: Pull complete 14:35:03 de9db76c5a1d: Pull complete 14:35:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:35:04 OK: 142 MiB in 39 packages 14:35:05 Removing intermediate container f0e66bda5f37 14:35:05 ---> 96694c16d724 14:35:05 Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go 14:35:05 a35cf1a2eb13: Verifying Checksum 14:35:05 a35cf1a2eb13: Download complete 14:35:06 ---> Running in d06c0c4e41d2 14:35:06 bca2f99d35d6: Verifying Checksum 14:35:06 bca2f99d35d6: Download complete 14:35:06 Removing intermediate container d06c0c4e41d2 14:35:06 ---> aa4fbaa60cf9 14:35:06 Step 9/25 : COPY go.mod . 14:35:07 ---> 8147cf2c0788 14:35:07 Step 10/25 : COPY Makefile . 14:35:07 ---> 746a74939de5 14:35:07 Step 11/25 : RUN make update 14:35:07 ---> Running in 51288e9f2dc1 14:35:09 CGO_ENABLED=0 GO111MODULE=on go mod download 14:35:10 Removing intermediate container 51288e9f2dc1 14:35:10 ---> 0d6a53b598f9 14:35:10 Step 12/25 : COPY . . 14:35:11 ---> a12a6a6e79d5 14:35:11 Step 13/25 : RUN $MAKE 14:35:11 ---> Running in 9f358aebf486 14:35:11 bca2f99d35d6: Pull complete 14:35:11 93359f2a8cfa: Pull complete 14:35:11 7c6f9722023f: Pull complete 14:35:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.2.1-dev.3" -o cmd/device-rest-go ./cmd 14:35:21 a35cf1a2eb13: Pull complete 14:35:21 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 14:35:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 14:35:21 ---> a62c8e92a672 14:35:21 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 14:35:21 ---> Running in e13bb54c23cb 14:35:21 Removing intermediate container e13bb54c23cb 14:35:21 ---> 817215bb9a4e 14:35:21 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 14:35:22 ---> Running in 903c38b929dc 14:35:22 Removing intermediate container 903c38b929dc 14:35:22 ---> 89466861c6a1 14:35:22 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 14:35:22 ---> Running in c98a2f651a4d 14:35:22 Removing intermediate container c98a2f651a4d 14:35:22 ---> ee2172829dee 14:35:22 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:35:22 ---> Running in 69de783b9428 14:35:23 Removing intermediate container 69de783b9428 14:35:23 ---> 52f74401e0ef 14:35:23 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:35:23 ---> Running in d0287f5e8ee7 14:35:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:35:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:35:25 OK: 166 MiB in 39 packages 14:35:25 Removing intermediate container d0287f5e8ee7 14:35:25 ---> 47f97bb26c68 14:35:25 Step 8/10 : WORKDIR /device-rest-go 14:35:25 ---> Running in 65ed48a9d137 14:35:26 Removing intermediate container 65ed48a9d137 14:35:26 ---> 4ded9fa0554f 14:35:26 Step 9/10 : COPY . . 14:35:26 ---> 54184c2c6156 14:35:26 Step 10/10 : RUN go mod download 14:35:26 ---> Running in a55e52c6ae02 14:35:39 Removing intermediate container 9f358aebf486 14:35:39 ---> 8e9d4aadd35a 14:35:39 Step 14/25 : FROM alpine:3.12 14:35:39 3.12: Pulling from library/alpine 14:35:39 159e5727ea61: Pulling fs layer 14:35:40 159e5727ea61: Download complete 14:35:40 159e5727ea61: Pull complete 14:35:40 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 14:35:40 Status: Downloaded newer image for alpine:3.12 14:35:40 ---> afeebe901d6b 14:35:40 Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 14:35:40 ---> Running in fe5d500b2178 14:35:41 Removing intermediate container fe5d500b2178 14:35:41 ---> cf9bef9b4209 14:35:41 Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} 14:35:41 ---> Running in 4a25753979ff 14:35:41 Removing intermediate container 4a25753979ff 14:35:41 ---> 3d578bac54e4 14:35:41 Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / 14:35:42 ---> 3405a54c56e2 14:35:42 Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / 14:35:42 ---> 4c73d00e9dbc 14:35:42 Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / 14:35:44 ---> 13b488d5c267 14:35:44 Step 20/25 : EXPOSE 49986 14:35:44 ---> Running in 84ff5011c5c8 14:35:44 Removing intermediate container a55e52c6ae02 14:35:44 ---> b1f6efb756cf 14:35:44 Successfully built b1f6efb756cf 14:35:44 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 14:35:44 Removing intermediate container 84ff5011c5c8 14:35:44 ---> e1a37d3c40e0 14:35:44 Step 21/25 : ENTRYPOINT ["/device-rest-go"] 14:35:44 ---> Running in 90860bada68e 14:35:45 + docker inspect -f . ci-base-image-x86_64 14:35:45 . [Pipeline] withDockerContainer 14:35:45 prd-centos7-docker-4c-2g-19507 does not seem to be running inside a container 14:35:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/30 -v /w/workspace/device-rest-go/30:/w/workspace/device-rest-go/30:rw,z -v /w/workspace/device-rest-go/30@tmp:/w/workspace/device-rest-go/30@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 14:35:45 Removing intermediate container 90860bada68e 14:35:45 ---> 0531d9eb5bcd 14:35:45 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 14:35:45 ---> Running in acd67e4262a6 14:35:45 Removing intermediate container acd67e4262a6 14:35:45 ---> 58de0a50be4d 14:35:45 Step 23/25 : LABEL arch=arm64 14:35:46 ---> Running in 6b7f40c7b377 14:35:46 $ docker top e7ca33a33bd1a4f8fd31c948e23202fe514f3997837b8426bc741fa95c8644d7 -eo pid,comm 14:35:46 Removing intermediate container 6b7f40c7b377 14:35:46 ---> 65ef09e8dd69 14:35:46 Step 24/25 : LABEL git_sha=abd24f16bfefa7889687f83d2fc8de1c385cee13 [Pipeline] { [Pipeline] sh 14:35:46 ---> Running in 0bdd9c6ae444 14:35:46 + go version 14:35:46 go version go1.15.5 linux/amd64 [Pipeline] } 14:35:46 $ docker stop --time=1 e7ca33a33bd1a4f8fd31c948e23202fe514f3997837b8426bc741fa95c8644d7 14:35:46 Removing intermediate container 0bdd9c6ae444 14:35:46 ---> a94d84d1bb5f 14:35:46 Step 25/25 : LABEL version=1.2.1-dev.3 14:35:47 ---> Running in 1d60f071db2e 14:35:47 Removing intermediate container 1d60f071db2e 14:35:47 ---> 6a02fb857e27 14:35:47 [Warning] One or more build-args [ARCH] were not consumed 14:35:47 Successfully built 6a02fb857e27 14:35:47 Successfully tagged docker-device-rest-go-arm64:latest 14:35:48 $ docker rm -f e7ca33a33bd1a4f8fd31c948e23202fe514f3997837b8426bc741fa95c8644d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:35:49 provisioning config files... 14:35:49 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/30@tmp/config784035865062636153tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:35:49 + docker inspect -f . ci-base-image-x86_64 14:35:49 . [Pipeline] withDockerContainer 14:35:49 prd-centos7-docker-4c-2g-19507 does not seem to be running inside a container 14:35:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/30 -v /w/workspace/device-rest-go/30:/w/workspace/device-rest-go/30:rw,z -v /w/workspace/device-rest-go/30@tmp:/w/workspace/device-rest-go/30@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 14:35:49 ---> docker-login.sh 14:35:49 nexus3.edgexfoundry.org:10001 14:35:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:35:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:35:49 Configure a credential helper to remove this warning. See 14:35:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:35:49 14:35:49 Login Succeeded 14:35:49 nexus3.edgexfoundry.org:10002 14:35:50 $ docker top acb16613785521746155115e3af7b549c457ad746ad79528c3505ce9c94c74d6 -eo pid,comm 14:35:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] { [Pipeline] sh 14:35:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:35:50 Configure a credential helper to remove this warning. See 14:35:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:35:50 14:35:50 Login Succeeded 14:35:50 nexus3.edgexfoundry.org:10003 14:35:50 + make test 14:35:50 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 14:35:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:35:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:35:50 Configure a credential helper to remove this warning. See 14:35:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:35:50 14:35:50 Login Succeeded 14:35:50 nexus3.edgexfoundry.org:10004 14:35:51 ? github.com/edgexfoundry/device-rest-go [no test files] 14:35:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:35:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:35:51 Configure a credential helper to remove this warning. See 14:35:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:35:51 14:35:51 Login Succeeded 14:35:51 docker.io 14:35:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:35:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:35:52 Configure a credential helper to remove this warning. See 14:35:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:35:52 14:35:52 Login Succeeded 14:35:52 ---> docker-login.sh ends [Pipeline] } 14:35:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:35:52 [edgeXDocker.push] Tagging docker image docker-device-rest-go-arm64 with the following tags: 14:35:52 abd24f16bfefa7889687f83d2fc8de1c385cee13 14:35:52 latest 14:35:52 1.2.1-dev.3 14:35:52 abd24f16bfefa7889687f83d2fc8de1c385cee13-1.2.1-dev.3 14:35:52 master 14:35:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:35:52 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:abd24f16bfefa7889687f83d2fc8de1c385cee13 [Pipeline] isUnix [Pipeline] sh 14:35:53 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:abd24f16bfefa7889687f83d2fc8de1c385cee13 14:35:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 14:35:53 de6ad324cacc: Preparing 14:35:53 ce1c627592ab: Preparing 14:35:53 1abb1cf1066a: Preparing 14:35:53 379067d0cb53: Preparing 14:35:53 379067d0cb53: Layer already exists 14:35:53 1abb1cf1066a: Pushed 14:35:53 ce1c627592ab: Pushed 14:35:56 de6ad324cacc: Pushed 14:35:56 abd24f16bfefa7889687f83d2fc8de1c385cee13: digest: sha256:e9a798e6e5243b8b9a647b9578177f9fe16c8cb506c099ac50462f21d686c9d0 size: 1155 [Pipeline] isUnix [Pipeline] sh 14:35:56 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:35:57 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest 14:35:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 14:35:57 de6ad324cacc: Preparing 14:35:57 ce1c627592ab: Preparing 14:35:57 1abb1cf1066a: Preparing 14:35:57 379067d0cb53: Preparing 14:35:57 ce1c627592ab: Layer already exists 14:35:57 de6ad324cacc: Layer already exists 14:35:57 1abb1cf1066a: Layer already exists 14:35:57 379067d0cb53: Layer already exists 14:35:57 latest: digest: sha256:e9a798e6e5243b8b9a647b9578177f9fe16c8cb506c099ac50462f21d686c9d0 size: 1155 [Pipeline] isUnix [Pipeline] sh 14:35:57 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.2.1-dev.3 [Pipeline] isUnix [Pipeline] sh 14:35:58 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.2.1-dev.3 14:35:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 14:35:58 de6ad324cacc: Preparing 14:35:58 ce1c627592ab: Preparing 14:35:58 1abb1cf1066a: Preparing 14:35:58 379067d0cb53: Preparing 14:35:58 ce1c627592ab: Layer already exists 14:35:58 de6ad324cacc: Layer already exists 14:35:58 1abb1cf1066a: Layer already exists 14:35:58 379067d0cb53: Layer already exists 14:35:58 1.2.1-dev.3: digest: sha256:e9a798e6e5243b8b9a647b9578177f9fe16c8cb506c099ac50462f21d686c9d0 size: 1155 [Pipeline] isUnix [Pipeline] sh 14:35:58 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:abd24f16bfefa7889687f83d2fc8de1c385cee13-1.2.1-dev.3 [Pipeline] isUnix [Pipeline] sh 14:35:59 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:abd24f16bfefa7889687f83d2fc8de1c385cee13-1.2.1-dev.3 14:35:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 14:35:59 de6ad324cacc: Preparing 14:35:59 ce1c627592ab: Preparing 14:35:59 1abb1cf1066a: Preparing 14:35:59 379067d0cb53: Preparing 14:35:59 1abb1cf1066a: Layer already exists 14:35:59 de6ad324cacc: Layer already exists 14:35:59 ce1c627592ab: Layer already exists 14:35:59 379067d0cb53: Layer already exists 14:35:59 abd24f16bfefa7889687f83d2fc8de1c385cee13-1.2.1-dev.3: digest: sha256:e9a798e6e5243b8b9a647b9578177f9fe16c8cb506c099ac50462f21d686c9d0 size: 1155 [Pipeline] isUnix [Pipeline] sh 14:35:59 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [Pipeline] isUnix [Pipeline] sh 14:36:00 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master 14:36:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 14:36:00 de6ad324cacc: Preparing 14:36:00 ce1c627592ab: Preparing 14:36:00 1abb1cf1066a: Preparing 14:36:00 379067d0cb53: Preparing 14:36:00 379067d0cb53: Layer already exists 14:36:00 1abb1cf1066a: Layer already exists 14:36:00 ce1c627592ab: Layer already exists 14:36:00 de6ad324cacc: Layer already exists 14:36:00 master: digest: sha256:e9a798e6e5243b8b9a647b9578177f9fe16c8cb506c099ac50462f21d686c9d0 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:36:00 ===================================================== [Pipeline] echo 14:36:00 taggedImages: 14:36:00 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:abd24f16bfefa7889687f83d2fc8de1c385cee13 14:36:00 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest 14:36:00 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.2.1-dev.3 14:36:00 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:abd24f16bfefa7889687f83d2fc8de1c385cee13-1.2.1-dev.3 14:36:00 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 14:36:03 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 14:36:03 ok github.com/edgexfoundry/device-rest-go/driver 0.077s coverage: 56.3% of statements 14:36:03 CGO_ENABLED=0 GO111MODULE=on go vet ./... 14:36:04 gofmt -l . 14:36:04 [ "`gofmt -l .`" = "" ] 14:36:04 ./bin/test-go-mod-tidy.sh 14:36:04 ./bin/test-attribution-txt.sh [Pipeline] } 14:36:05 $ docker stop --time=1 acb16613785521746155115e3af7b549c457ad746ad79528c3505ce9c94c74d6 14:36:08 $ docker rm -f acb16613785521746155115e3af7b549c457ad746ad79528c3505ce9c94c74d6 [Pipeline] // withDockerContainer [Pipeline] sh 14:36:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:36:09 Warning: overwriting stash ‘coverage-report’ 14:36:09 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 14:36:10 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:36:10 + ls -al . 14:36:10 total 96 14:36:10 drwxrwxr-x. 8 jenkins jenkins 4096 Jan 11 14:36 . 14:36:10 drwxrwxr-x. 4 jenkins jenkins 30 Jan 11 14:34 .. 14:36:10 -rw-rw-r--. 1 jenkins jenkins 5294 Jan 11 14:34 Attribution.txt 14:36:10 drwxrwxr-x. 2 jenkins jenkins 64 Jan 11 14:34 bin 14:36:10 drwxrwxr-x. 3 jenkins jenkins 32 Jan 11 14:34 cmd 14:36:10 -rw-r--r--. 1 jenkins jenkins 9369 Jan 11 14:36 coverage.out 14:36:10 -rw-rw-r--. 1 jenkins jenkins 1530 Jan 11 14:34 Dockerfile 14:36:10 -rw-rw-r--. 1 jenkins jenkins 1002 Jan 11 14:34 Dockerfile.build 14:36:10 -rw-rw-r--. 1 jenkins jenkins 151 Jan 11 14:34 .dockerignore 14:36:10 drwxrwxr-x. 2 jenkins jenkins 93 Jan 11 14:36 driver 14:36:10 drwxrwxr-x. 8 jenkins jenkins 162 Jan 11 14:34 .git 14:36:10 drwxrwxr-x. 2 jenkins jenkins 60 Jan 11 14:34 .github 14:36:10 -rw-rw-r--. 1 jenkins jenkins 339 Jan 11 14:34 .gitignore 14:36:10 -rw-r--r--. 1 jenkins jenkins 267 Jan 11 14:36 go.mod 14:36:10 -rw-r--r--. 1 jenkins jenkins 13985 Jan 11 14:36 go.sum 14:36:10 -rw-rw-r--. 1 jenkins jenkins 680 Jan 11 14:34 Jenkinsfile 14:36:10 -rw-rw-r--. 1 jenkins jenkins 11340 Jan 11 14:34 LICENSE 14:36:10 -rw-rw-r--. 1 jenkins jenkins 951 Jan 11 14:34 Makefile 14:36:10 -rw-rw-r--. 1 jenkins jenkins 5917 Jan 11 14:34 README.md 14:36:10 drwxrwxr-x. 4 jenkins jenkins 71 Jan 11 14:34 snap 14:36:10 -rw-rw-r--. 1 jenkins jenkins 11 Jan 11 14:32 VERSION 14:36:10 -rw-rw-r--. 1 jenkins jenkins 713 Jan 11 14:34 version.go [Pipeline] isUnix [Pipeline] sh 14:36:10 + 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=abd24f16bfefa7889687f83d2fc8de1c385cee13 --label arch=amd64 --label version=1.2.1-dev.3 . 14:36:10 Sending build context to Docker daemon 96.26kB 14:36:10 Step 1/25 : ARG BASE=golang:1.15-alpine3.12 14:36:10 Step 2/25 : FROM ${BASE} AS builder 14:36:10 ---> b1f6efb756cf 14:36:10 Step 3/25 : ARG MAKE='make build' 14:36:11 ---> Running in 34e82b3ed34a 14:36:11 Removing intermediate container 34e82b3ed34a 14:36:11 ---> fb9b243fc767 14:36:11 Step 4/25 : ARG ALPINE_PKG_BASE="make git" 14:36:11 ---> Running in 5f4b24337778 14:36:11 Removing intermediate container 5f4b24337778 14:36:11 ---> 8ab48be6fbd7 14:36:11 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 14:36:11 ---> Running in 3be880b47dca 14:36:11 Removing intermediate container 3be880b47dca 14:36:11 ---> 866fcce4ce0a 14:36:11 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:36:11 ---> Running in a7a9055402f9 14:36:12 Removing intermediate container a7a9055402f9 14:36:12 ---> f94a1456ce04 14:36:12 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:36:12 ---> Running in d8a2fdc053d2 14:36:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:36:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:36:14 OK: 166 MiB in 39 packages 14:36:14 Removing intermediate container d8a2fdc053d2 14:36:14 ---> 33ecccec9a0d 14:36:14 Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go 14:36:14 ---> Running in 198cb1109123 14:36:14 Removing intermediate container 198cb1109123 14:36:14 ---> f9cdebc5e6c8 14:36:14 Step 9/25 : COPY go.mod . 14:36:15 ---> 71823b00444d 14:36:15 Step 10/25 : COPY Makefile . 14:36:15 ---> b808d59f1a4f 14:36:15 Step 11/25 : RUN make update 14:36:15 ---> Running in 49d6b39fb52f 14:36:15 CGO_ENABLED=0 GO111MODULE=on go mod download 14:36:16 Removing intermediate container 49d6b39fb52f 14:36:16 ---> 0a0334e441dc 14:36:16 Step 12/25 : COPY . . 14:36:16 ---> 1fe4d80b992d 14:36:16 Step 13/25 : RUN $MAKE 14:36:16 ---> Running in f2de9dfd3803 14:36:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.2.1-dev.3" -o cmd/device-rest-go ./cmd 14:36:29 Removing intermediate container f2de9dfd3803 14:36:29 ---> fcf5e4adbe02 14:36:29 Step 14/25 : FROM alpine:3.12 14:36:30 3.12: Pulling from library/alpine 14:36:30 801bfaa63ef2: Pulling fs layer 14:36:30 801bfaa63ef2: Verifying Checksum 14:36:30 801bfaa63ef2: Download complete 14:36:30 801bfaa63ef2: Pull complete 14:36:30 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 14:36:30 Status: Downloaded newer image for alpine:3.12 14:36:30 ---> 389fef711851 14:36:30 Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 14:36:30 ---> Running in faad0eee97ce 14:36:31 Removing intermediate container faad0eee97ce 14:36:31 ---> 696df1b737a6 14:36:31 Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} 14:36:31 ---> Running in 1b8d481ef4aa 14:36:31 Removing intermediate container 1b8d481ef4aa 14:36:31 ---> 2e2d95f739d5 14:36:31 Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / 14:36:31 ---> 942ab720e8d5 14:36:31 Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / 14:36:31 ---> ffca2ca1e80a 14:36:31 Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / 14:36:32 ---> 9476f3f1e712 14:36:32 Step 20/25 : EXPOSE 49986 14:36:32 ---> Running in 3b5086b58186 14:36:32 Removing intermediate container 3b5086b58186 14:36:32 ---> 12e266a115db 14:36:32 Step 21/25 : ENTRYPOINT ["/device-rest-go"] 14:36:32 ---> Running in 13214fbaa2cb 14:36:32 Removing intermediate container 13214fbaa2cb 14:36:32 ---> 42e1f33d1011 14:36:32 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 14:36:32 ---> Running in ed48608c60b3 14:36:33 Removing intermediate container ed48608c60b3 14:36:33 ---> bd5e234a2552 14:36:33 Step 23/25 : LABEL arch=amd64 14:36:33 ---> Running in 70d4a3edab35 14:36:33 Removing intermediate container 70d4a3edab35 14:36:33 ---> aa5b267cc872 14:36:33 Step 24/25 : LABEL git_sha=abd24f16bfefa7889687f83d2fc8de1c385cee13 14:36:33 ---> Running in 9409d7788be6 14:36:33 Removing intermediate container 9409d7788be6 14:36:33 ---> 10380cdc0a7f 14:36:33 Step 25/25 : LABEL version=1.2.1-dev.3 14:36:33 ---> Running in bec88c32f8f8 14:36:33 Removing intermediate container bec88c32f8f8 14:36:33 ---> f1e3d603249f 14:36:33 [Warning] One or more build-args [ARCH] were not consumed 14:36:33 Successfully built f1e3d603249f 14:36:33 Successfully tagged docker-device-rest-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:36:34 provisioning config files... 14:36:34 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/30@tmp/config2959659334570563702tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:36:34 ---> docker-login.sh 14:36:34 nexus3.edgexfoundry.org:10001 14:36:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:36:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:36:34 Configure a credential helper to remove this warning. See 14:36:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:36:34 14:36:34 Login Succeeded 14:36:34 nexus3.edgexfoundry.org:10002 14:36:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:36:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:36:34 Configure a credential helper to remove this warning. See 14:36:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:36:34 14:36:34 Login Succeeded 14:36:34 nexus3.edgexfoundry.org:10003 14:36:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:36:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:36:34 Configure a credential helper to remove this warning. See 14:36:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:36:34 14:36:34 Login Succeeded 14:36:34 nexus3.edgexfoundry.org:10004 14:36:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:36:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:36:35 Configure a credential helper to remove this warning. See 14:36:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:36:35 14:36:35 Login Succeeded 14:36:35 docker.io 14:36:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:36:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:36:35 Configure a credential helper to remove this warning. See 14:36:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:36:35 14:36:35 Login Succeeded 14:36:35 ---> docker-login.sh ends [Pipeline] } 14:36:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:36:35 [edgeXDocker.push] Tagging docker image docker-device-rest-go with the following tags: 14:36:35 abd24f16bfefa7889687f83d2fc8de1c385cee13 14:36:35 latest 14:36:35 1.2.1-dev.3 14:36:35 abd24f16bfefa7889687f83d2fc8de1c385cee13-1.2.1-dev.3 14:36:35 master 14:36:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:36:36 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:abd24f16bfefa7889687f83d2fc8de1c385cee13 [Pipeline] isUnix [Pipeline] sh 14:36:36 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:abd24f16bfefa7889687f83d2fc8de1c385cee13 14:36:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 14:36:36 ed6e61c24b8f: Preparing 14:36:36 71ec01104457: Preparing 14:36:36 00cdb52accb0: Preparing 14:36:36 777b2c648970: Preparing 14:36:36 777b2c648970: Layer already exists 14:36:36 71ec01104457: Pushed 14:36:36 00cdb52accb0: Pushed 14:36:37 ed6e61c24b8f: Pushed 14:36:37 abd24f16bfefa7889687f83d2fc8de1c385cee13: digest: sha256:a4f2fe67e8c21acc3a73b3de5adb44c05f9fe931b510af782970196c82b71027 size: 1155 [Pipeline] isUnix [Pipeline] sh 14:36:38 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest [Pipeline] isUnix [Pipeline] sh 14:36:38 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest 14:36:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 14:36:38 ed6e61c24b8f: Preparing 14:36:38 71ec01104457: Preparing 14:36:38 00cdb52accb0: Preparing 14:36:38 777b2c648970: Preparing 14:36:38 00cdb52accb0: Layer already exists 14:36:38 71ec01104457: Layer already exists 14:36:38 777b2c648970: Layer already exists 14:36:38 ed6e61c24b8f: Layer already exists 14:36:38 latest: digest: sha256:a4f2fe67e8c21acc3a73b3de5adb44c05f9fe931b510af782970196c82b71027 size: 1155 [Pipeline] isUnix [Pipeline] sh 14:36:39 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.2.1-dev.3 [Pipeline] isUnix [Pipeline] sh 14:36:39 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.2.1-dev.3 14:36:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 14:36:39 ed6e61c24b8f: Preparing 14:36:39 71ec01104457: Preparing 14:36:39 00cdb52accb0: Preparing 14:36:39 777b2c648970: Preparing 14:36:39 71ec01104457: Layer already exists 14:36:39 ed6e61c24b8f: Layer already exists 14:36:39 00cdb52accb0: Layer already exists 14:36:39 777b2c648970: Layer already exists 14:36:39 1.2.1-dev.3: digest: sha256:a4f2fe67e8c21acc3a73b3de5adb44c05f9fe931b510af782970196c82b71027 size: 1155 [Pipeline] isUnix [Pipeline] sh 14:36:39 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:abd24f16bfefa7889687f83d2fc8de1c385cee13-1.2.1-dev.3 [Pipeline] isUnix [Pipeline] sh 14:36:39 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:abd24f16bfefa7889687f83d2fc8de1c385cee13-1.2.1-dev.3 14:36:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 14:36:39 ed6e61c24b8f: Preparing 14:36:39 71ec01104457: Preparing 14:36:39 00cdb52accb0: Preparing 14:36:39 777b2c648970: Preparing 14:36:39 71ec01104457: Layer already exists 14:36:39 ed6e61c24b8f: Layer already exists 14:36:39 777b2c648970: Layer already exists 14:36:39 00cdb52accb0: Layer already exists 14:36:39 abd24f16bfefa7889687f83d2fc8de1c385cee13-1.2.1-dev.3: digest: sha256:a4f2fe67e8c21acc3a73b3de5adb44c05f9fe931b510af782970196c82b71027 size: 1155 [Pipeline] isUnix [Pipeline] sh 14:36:40 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:master [Pipeline] isUnix [Pipeline] sh 14:36:40 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:master 14:36:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 14:36:40 ed6e61c24b8f: Preparing 14:36:40 71ec01104457: Preparing 14:36:40 00cdb52accb0: Preparing 14:36:40 777b2c648970: Preparing 14:36:40 777b2c648970: Layer already exists 14:36:40 71ec01104457: Layer already exists 14:36:40 00cdb52accb0: Layer already exists 14:36:40 ed6e61c24b8f: Layer already exists 14:36:40 master: digest: sha256:a4f2fe67e8c21acc3a73b3de5adb44c05f9fe931b510af782970196c82b71027 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:36:40 ===================================================== [Pipeline] echo 14:36:40 taggedImages: 14:36:40 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:abd24f16bfefa7889687f83d2fc8de1c385cee13 14:36:40 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest 14:36:40 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.2.1-dev.3 14:36:40 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:abd24f16bfefa7889687f83d2fc8de1c385cee13-1.2.1-dev.3 14:36:40 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 14:36:42 provisioning config files... 14:36:42 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config5168901996992850599tmp [Pipeline] { [Pipeline] sh 14:36:42 + set +x 14:36:42 + curl -s https://codecov.io/bash 14:36:42 + bash -s -- 14:36:43 14:36:43 _____ _ 14:36:43 / ____| | | 14:36:43 | | ___ __| | ___ ___ _____ __ 14:36:43 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:36:43 | |___| (_) | (_| | __/ (_| (_) \ V / 14:36:43 \_____\___/ \__,_|\___|\___\___/ \_/ 14:36:43 Bash-20201231-23d4836 14:36:43 14:36:43 14:36:43 ==> git version 2.24.3 found 14:36:43 ==> 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 14:36:43 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 14:36:43 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 14:36:43 ==> Jenkins CI detected. 14:36:43 project root: . 14:36:43 --> token set from env 14:36:43 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:36:43 ==> Running gcov in . (disable via -X gcov) 14:36:43 ==> Python coveragepy not found 14:36:43 ==> Searching for coverage reports in: 14:36:43 + . 14:36:43 -> Found 1 reports 14:36:43 ==> Detecting git/mercurial file structure 14:36:43 ==> Reading reports 14:36:43 + ./coverage.out bytes=9369 14:36:43 ==> Appending adjustments 14:36:43 https://docs.codecov.io/docs/fixing-reports 14:36:43 + Found adjustments 14:36:43 ==> Gzipping contents 14:36:43 4.0K /tmp/codecov.XqIlpY.gz 14:36:43 ==> Uploading reports 14:36:43 url: https://codecov.io 14:36:43 query: branch=master&commit=abd24f16bfefa7889687f83d2fc8de1c385cee13&build=30&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F30%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 14:36:43 -> Pinging Codecov 14:36:43 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=abd24f16bfefa7889687f83d2fc8de1c385cee13&build=30&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F30%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 14:36:43 -> Uploading to 14:36:43 https://storage.googleapis.com/codecov/v4/raw/2021-01-11/4E5D53B4F1F92C436F7061BF334D961C/abd24f16bfefa7889687f83d2fc8de1c385cee13/d64e351a-3cc0-4785-a0e3-7f7f9c41c979.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210111%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210111T143643Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=946bc6eb8586c68d2555be5a817cbd7a475d890076795114fcef390986158299 14:36:43 % Total % Received % Xferd Average Speed Time Time Time Current 14:36:43 Dload Upload Total Spent Left Speed 14:36:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1726 0 0 100 1726 0 3627 --:--:-- --:--:-- --:--:-- 3626 14:36:44 -> View reports at https://codecov.io/github/edgexfoundry/device-rest-go/commit/abd24f16bfefa7889687f83d2fc8de1c385cee13 [Pipeline] } 14:36:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 14:36:44 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 14:36:45 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:36:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:36:45 14:36:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 14:36:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:36:45 1.410.4: Pulling from edgex-devops/edgex-snyk-go 14:36:45 188c0c94c7c5: Pulling fs layer 14:36:45 0ef7d3d256c8: Pulling fs layer 14:36:45 de9db76c5a1d: Pulling fs layer 14:36:45 0eba1c9be4d2: Pulling fs layer 14:36:45 0d57e429df01: Pulling fs layer 14:36:45 4e4be7b47b0d: Pulling fs layer 14:36:45 e1f770b5df2f: Pulling fs layer 14:36:45 85a0685a4137: Pulling fs layer 14:36:45 0eba1c9be4d2: Waiting 14:36:45 0d57e429df01: Waiting 14:36:45 4e4be7b47b0d: Waiting 14:36:45 e1f770b5df2f: Waiting 14:36:45 85a0685a4137: Waiting 14:36:45 de9db76c5a1d: Verifying Checksum 14:36:45 de9db76c5a1d: Download complete 14:36:45 0ef7d3d256c8: Verifying Checksum 14:36:45 0ef7d3d256c8: Download complete 14:36:45 0d57e429df01: Verifying Checksum 14:36:45 0d57e429df01: Download complete 14:36:45 4e4be7b47b0d: Verifying Checksum 14:36:45 4e4be7b47b0d: Download complete 14:36:45 188c0c94c7c5: Verifying Checksum 14:36:45 188c0c94c7c5: Download complete 14:36:46 188c0c94c7c5: Pull complete 14:36:46 0ef7d3d256c8: Pull complete 14:36:46 de9db76c5a1d: Pull complete 14:36:47 e1f770b5df2f: Verifying Checksum 14:36:47 e1f770b5df2f: Download complete 14:36:49 0eba1c9be4d2: Verifying Checksum 14:36:49 0eba1c9be4d2: Download complete 14:36:49 85a0685a4137: Verifying Checksum 14:36:49 85a0685a4137: Download complete 14:36:54 0eba1c9be4d2: Pull complete 14:36:54 0d57e429df01: Pull complete 14:36:54 4e4be7b47b0d: Pull complete 14:36:56 e1f770b5df2f: Pull complete 14:37:04 85a0685a4137: Pull complete 14:37:04 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 14:37:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:37:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 14:37:05 prd-centos7-docker-4c-2g-19503 does not seem to be running inside a container 14:37:05 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 14:37:06 $ docker top 9b3dbac44d43517e4e1ff16376e7c7c6f82ae44de79100f1c1eed9fea91b1d9f -eo pid,comm [Pipeline] { [Pipeline] echo 14:37:06 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 14:37:06 + set -o pipefail 14:37:06 + snyk monitor '--org=edgex-jenkins' 14:37:14 14:37:14 Monitoring /w/workspace/gexfoundry_device-rest-go_master (github.com/edgexfoundry/device-rest-go)... 14:37:14 14:37:14 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/100cb2ad-363b-48d6-95bb-098d49e3156b/history/0cb5cbf8-e4fc-47ff-ad2d-09357194768c 14:37:14 14:37:14 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 14:37:14 14:37:14 [Pipeline] } 14:37:14 $ docker stop --time=1 9b3dbac44d43517e4e1ff16376e7c7c6f82ae44de79100f1c1eed9fea91b1d9f 14:37:17 $ docker rm -f 9b3dbac44d43517e4e1ff16376e7c7c6f82ae44de79100f1c1eed9fea91b1d9f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [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 14:37:19 + git log --format=format:%s -1 abd24f16bfefa7889687f83d2fc8de1c385cee13 [Pipeline] isUnix [Pipeline] sh 14:37:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:37:19 . [Pipeline] withDockerContainer 14:37:19 prd-centos7-docker-4c-2g-19503 does not seem to be running inside a container 14:37:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:37:20 $ docker top 75ef641516e086cdd822b4e0892ba6e540e2ff8c036f9543f2030692840cf599 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:37:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:37:20 [ssh-agent] Looking for ssh-agent implementation... 14:37:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:37:21 $ docker exec 75ef641516e086cdd822b4e0892ba6e540e2ff8c036f9543f2030692840cf599 ssh-agent 14:37:21 SSH_AUTH_SOCK=/tmp/ssh-cdG005efnyGI/agent.11 14:37:21 SSH_AGENT_PID=17 14:37:21 Running ssh-add (command line suppressed) 14:37:21 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_6004728204491397193.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_6004728204491397193.key) 14:37:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:37:21 + git semver tag 14:37:21 # -> Open(): unable to determine branch for HEAD 14:37:21 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 14:37:21 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 14:37:21 # $SEMVER_REMOTE_NAME = origin 14:37:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:37:21 # $SEMVER_USER_NAME = edgex-jenkins 14:37:21 # $SEMVER_BRANCH = master 14:37:21 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver 14:37:21 # abd24f16bfefa7889687f83d2fc8de1c385cee13 HEAD 14:37:21 # -> Force: false 14:37:21 # c4868f1fee7893910f030503066a21a37b3203af refs/tags/v1.2.1-dev.3 [Pipeline] } 14:37:21 $ docker exec --env ******** --env ******** 75ef641516e086cdd822b4e0892ba6e540e2ff8c036f9543f2030692840cf599 ssh-agent -k 14:37:22 unset SSH_AUTH_SOCK; 14:37:22 unset SSH_AGENT_PID; 14:37:22 echo Agent pid 17 killed; 14:37:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:37:22 + git semver [Pipeline] } 14:37:22 $ docker stop --time=1 75ef641516e086cdd822b4e0892ba6e540e2ff8c036f9543f2030692840cf599 14:37:23 $ docker rm -f 75ef641516e086cdd822b4e0892ba6e540e2ff8c036f9543f2030692840cf599 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 14:37:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:37:24 14:37:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 14:37:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:37:25 0.23.1-centos7: Pulling from edgex-lftools 14:37:25 ab5ef0e58194: Pulling fs layer 14:37:25 9712f1f96733: Pulling fs layer 14:37:25 63f879dbbcfc: Pulling fs layer 14:37:25 0d9ebad4ef96: Pulling fs layer 14:37:25 e9a5061849ea: Pulling fs layer 14:37:25 d747dcd14b5f: Pulling fs layer 14:37:25 2de7ff778b66: Pulling fs layer 14:37:25 e9a5061849ea: Waiting 14:37:25 d747dcd14b5f: Waiting 14:37:25 2de7ff778b66: Waiting 14:37:25 0d9ebad4ef96: Waiting 14:37:25 9712f1f96733: Verifying Checksum 14:37:25 9712f1f96733: Download complete 14:37:26 63f879dbbcfc: Download complete 14:37:26 e9a5061849ea: Verifying Checksum 14:37:26 e9a5061849ea: Download complete 14:37:26 d747dcd14b5f: Verifying Checksum 14:37:26 d747dcd14b5f: Download complete 14:37:27 2de7ff778b66: Verifying Checksum 14:37:27 2de7ff778b66: Download complete 14:37:27 0d9ebad4ef96: Verifying Checksum 14:37:27 0d9ebad4ef96: Download complete 14:37:27 ab5ef0e58194: Verifying Checksum 14:37:27 ab5ef0e58194: Download complete 14:37:31 ab5ef0e58194: Pull complete 14:37:31 9712f1f96733: Pull complete 14:37:33 63f879dbbcfc: Pull complete 14:37:40 0d9ebad4ef96: Pull complete 14:37:42 e9a5061849ea: Pull complete 14:37:42 d747dcd14b5f: Pull complete 14:37:44 2de7ff778b66: Pull complete 14:37:44 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 14:37:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:37:44 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 14:37:44 prd-centos7-docker-4c-2g-19503 does not seem to be running inside a container 14:37:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 14:37:48 $ docker top d2eb07f8d7ee26a774c2049cc723a4094d3a3c6e94776b4502939346a184756a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 14:37:48 provisioning config files... 14:37:48 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config2936323028488345980tmp 14:37:48 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config5283783244573436752tmp 14:37:48 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config9035234995785402545tmp [Pipeline] { [Pipeline] echo 14:37:48 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 14:37:49 ---> sigul-configuration.sh 14:37:49 gpg: directory `/root/.gnupg' created 14:37:49 gpg: new configuration file `/root/.gnupg/gpg.conf' created 14:37:49 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 14:37:49 gpg: keyring `/root/.gnupg/secring.gpg' created 14:37:49 gpg: keyring `/root/.gnupg/pubring.gpg' created 14:37:49 gpg: CAST5 encrypted data 14:37:49 gpg: encrypted with 1 passphrase 14:37:49 gpg: WARNING: message was not integrity protected [Pipeline] sh 14:37:49 + mkdir /home/jenkins 14:37:49 + mkdir /home/jenkins/sigul [Pipeline] sh 14:37:49 + 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 14:37:49 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 14:37:50 ---> sigul-install.sh 14:37:55 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 14:37:55 + git tag --list 14:37:55 v1.0.0 14:37:55 v1.1.0 14:37:55 v1.1.1 14:37:55 v1.1.2 14:37:55 v1.1.2-dev.1 14:37:55 v1.1.2-dev.2 14:37:55 v1.1.3-dev.1 14:37:55 v1.1.3-dev.10 14:37:55 v1.1.3-dev.2 14:37:55 v1.1.3-dev.3 14:37:55 v1.1.3-dev.4 14:37:55 v1.1.3-dev.5 14:37:55 v1.1.3-dev.6 14:37:55 v1.1.3-dev.7 14:37:55 v1.1.3-dev.8 14:37:55 v1.1.3-dev.9 14:37:55 v1.2.0 14:37:55 v1.2.1-dev.1 14:37:55 v1.2.1-dev.2 14:37:55 v1.2.1-dev.3 [Pipeline] sh 14:37:56 + lftools sign git-tag v1.2.1-dev.3 14:37:57 Signing Git tag with Sigul... 14:37:57 Signing v1.2.1-dev.3 [Pipeline] echo 14:37:58 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 14:37:58 ---> sigul-configuration-cleanup.sh [Pipeline] } 14:37:58 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 14:37:58 $ docker stop --time=1 d2eb07f8d7ee26a774c2049cc723a4094d3a3c6e94776b4502939346a184756a 14:38:00 $ docker rm -f d2eb07f8d7ee26a774c2049cc723a4094d3a3c6e94776b4502939346a184756a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 14:38:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:38:01 . [Pipeline] withDockerContainer 14:38:02 prd-centos7-docker-4c-2g-19503 does not seem to be running inside a container 14:38:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:38:02 $ docker top 5fb1d5793f85a758b603c69a01771030f2bd80f9c8442e87c43db1000eb47e2a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:38:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:38:03 [ssh-agent] Looking for ssh-agent implementation... 14:38:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:38:03 $ docker exec 5fb1d5793f85a758b603c69a01771030f2bd80f9c8442e87c43db1000eb47e2a ssh-agent 14:38:03 SSH_AUTH_SOCK=/tmp/ssh-Pq6adRFt1pID/agent.11 14:38:03 SSH_AGENT_PID=17 14:38:03 Running ssh-add (command line suppressed) 14:38:03 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_428637216141503575.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_428637216141503575.key) 14:38:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:38:04 + git semver bump pre 14:38:04 # -> Open(): unable to determine branch for HEAD 14:38:04 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 14:38:04 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 14:38:04 # $SEMVER_REMOTE_NAME = origin 14:38:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:38:04 # $SEMVER_USER_NAME = edgex-jenkins 14:38:04 # $SEMVER_BRANCH = master 14:38:04 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver 14:38:04 1.2.1-dev.4 [Pipeline] } 14:38:04 $ docker exec --env ******** --env ******** 5fb1d5793f85a758b603c69a01771030f2bd80f9c8442e87c43db1000eb47e2a ssh-agent -k 14:38:04 unset SSH_AUTH_SOCK; 14:38:04 unset SSH_AGENT_PID; 14:38:04 echo Agent pid 17 killed; 14:38:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:38:04 + git semver [Pipeline] } 14:38:04 $ docker stop --time=1 5fb1d5793f85a758b603c69a01771030f2bd80f9c8442e87c43db1000eb47e2a 14:38:06 $ docker rm -f 5fb1d5793f85a758b603c69a01771030f2bd80f9c8442e87c43db1000eb47e2a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 14:38:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:38:07 . [Pipeline] withDockerContainer 14:38:07 prd-centos7-docker-4c-2g-19503 does not seem to be running inside a container 14:38:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:38:08 $ docker top 785a01839bb561ce61140499bf134f2084ab5a2c9fe74427ac467581940bdb49 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:38:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:38:08 [ssh-agent] Looking for ssh-agent implementation... 14:38:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:38:08 $ docker exec 785a01839bb561ce61140499bf134f2084ab5a2c9fe74427ac467581940bdb49 ssh-agent 14:38:08 SSH_AUTH_SOCK=/tmp/ssh-vC0qINCpafAt/agent.11 14:38:08 SSH_AGENT_PID=16 14:38:08 Running ssh-add (command line suppressed) 14:38:08 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_8498189508018115828.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_8498189508018115828.key) 14:38:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:38:09 + git semver push 14:38:09 # -> Open(): unable to determine branch for HEAD 14:38:09 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 14:38:09 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 14:38:09 # $SEMVER_REMOTE_NAME = origin 14:38:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:38:09 # $SEMVER_USER_NAME = edgex-jenkins 14:38:09 # $SEMVER_BRANCH = master 14:38:09 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } 14:38:16 $ docker exec --env ******** --env ******** 785a01839bb561ce61140499bf134f2084ab5a2c9fe74427ac467581940bdb49 ssh-agent -k 14:38:16 unset SSH_AUTH_SOCK; 14:38:16 unset SSH_AGENT_PID; 14:38:16 echo Agent pid 16 killed; 14:38:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:38:16 + git semver [Pipeline] } 14:38:16 $ docker stop --time=1 785a01839bb561ce61140499bf134f2084ab5a2c9fe74427ac467581940bdb49 14:38:18 $ docker rm -f 785a01839bb561ce61140499bf134f2084ab5a2c9fe74427ac467581940bdb49 [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 14:38:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:38:20 ---> package-listing.sh 14:38:20 ++ facter osfamily 14:38:20 ++ tr '[:upper:]' '[:lower:]' 14:38:20 + OS_FAMILY=redhat 14:38:20 + workspace=/w/workspace/gexfoundry_device-rest-go_master 14:38:20 + START_PACKAGES=/tmp/packages_start.txt 14:38:20 + END_PACKAGES=/tmp/packages_end.txt 14:38:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:38:20 + PACKAGES=/tmp/packages_start.txt 14:38:20 + '[' /w/workspace/gexfoundry_device-rest-go_master ']' 14:38:20 + PACKAGES=/tmp/packages_end.txt 14:38:20 + case "${OS_FAMILY}" in 14:38:20 + rpm -qa 14:38:20 + sort 14:38:25 + '[' -f /tmp/packages_start.txt ']' 14:38:25 + '[' -f /tmp/packages_end.txt ']' 14:38:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:38:25 + '[' /w/workspace/gexfoundry_device-rest-go_master ']' 14:38:25 + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/archives/ 14:38:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_master/archives/ [Pipeline] echo 14:38:25 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 14:38:25 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:38:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:38:26 14:38:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:38:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:38:26 alpine: Pulling from edgex-lftools-log-publisher 14:38:26 df20fa9351a1: Pulling fs layer 14:38:26 36b3adc4ff6f: Pulling fs layer 14:38:26 8ad3a11d3b57: Pulling fs layer 14:38:26 46f8f816bc3b: Pulling fs layer 14:38:26 93b61091891f: Pulling fs layer 14:38:26 93b9cdb0e59b: Pulling fs layer 14:38:26 5e14af77c1be: Pulling fs layer 14:38:26 01666e4c0597: Pulling fs layer 14:38:26 aa168da1d23b: Pulling fs layer 14:38:26 46f8f816bc3b: Waiting 14:38:26 93b61091891f: Waiting 14:38:26 93b9cdb0e59b: Waiting 14:38:26 5e14af77c1be: Waiting 14:38:26 01666e4c0597: Waiting 14:38:26 aa168da1d23b: Waiting 14:38:26 36b3adc4ff6f: Verifying Checksum 14:38:26 36b3adc4ff6f: Download complete 14:38:26 46f8f816bc3b: Verifying Checksum 14:38:26 46f8f816bc3b: Download complete 14:38:26 df20fa9351a1: Verifying Checksum 14:38:26 df20fa9351a1: Download complete 14:38:26 93b9cdb0e59b: Verifying Checksum 14:38:26 93b9cdb0e59b: Download complete 14:38:26 93b61091891f: Verifying Checksum 14:38:26 93b61091891f: Download complete 14:38:26 5e14af77c1be: Verifying Checksum 14:38:26 5e14af77c1be: Download complete 14:38:26 01666e4c0597: Verifying Checksum 14:38:26 01666e4c0597: Download complete 14:38:26 df20fa9351a1: Pull complete 14:38:27 8ad3a11d3b57: Verifying Checksum 14:38:27 8ad3a11d3b57: Download complete 14:38:27 36b3adc4ff6f: Pull complete 14:38:28 aa168da1d23b: Download complete 14:38:28 8ad3a11d3b57: Pull complete 14:38:29 46f8f816bc3b: Pull complete 14:38:29 93b61091891f: Pull complete 14:38:29 93b9cdb0e59b: Pull complete 14:38:29 5e14af77c1be: Pull complete 14:38:30 01666e4c0597: Pull complete 14:38:38 aa168da1d23b: Pull complete 14:38:38 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 14:38:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:38:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:38:38 prd-centos7-docker-4c-2g-19503 does not seem to be running inside a container 14:38:38 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-rest-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 14:38:41 $ docker top 60d58da4725b12944a541fb89868e080057fb336bfec8a7e85cd26fc60c637ed -eo pid,comm [Pipeline] { [Pipeline] sh 14:38:42 + touch /tmp/pre-build-complete [Pipeline] sh 14:38:42 + mkdir -p /var/log/sa [Pipeline] sh 14:38:42 + ls /var/log/sa-host 14:38:42 + sadf -c /var/log/sa-host/sa11 14:38:42 file_magic: OK 14:38:42 HZ: Using current value: 100 14:38:42 file_header: OK 14:38:42 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 14:38:42 Statistics: 14:38:42 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 14:38:42 File successfully converted to sysstat format version 12.2.1 14:38:42 + sadf -c /var/log/sa-host/sa23 14:38:42 file_magic: OK 14:38:42 HZ: Using current value: 100 14:38:42 file_header: OK 14:38:42 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 14:38:42 Statistics: 14:38:42 Hnuu...uuuununununu... 14:38:42 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:38:42 provisioning config files... 14:38:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config4544179362648773155tmp [Pipeline] { [Pipeline] echo 14:38:43 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:38:43 ---> create-netrc.sh [Pipeline] } 14:38:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 14:38:43 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 14:38:43 ---> python-tools-install.sh [Pipeline] echo 14:38:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:38:44 ---> sudo-logs.sh 14:38:44 Archiving 'sudo' log.. [Pipeline] echo 14:38:44 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:38:44 ---> job-cost.sh 14:38:44 lf-activate-venv: SKIPPING 14:38:44 INFO: No Stack... 14:38:45 INFO: Retrieving Pricing Info for: v1-standard-2 14:38:46 INFO: Archiving Costs [Pipeline] echo 14:38:46 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:38:46 ---> logs-deploy.sh 14:38:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/master/30 14:38:46 INFO: archiving workspace using pattern(s): 14:38:48 Archives upload complete. 14:38:48 INFO: archiving logs to Nexus 14:38:49 ---> uname -a: 14:38:49 Linux prd-centos7-docker-4c-2g-19503.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 14:38:49 14:38:49 14:38:49 ---> lscpu: 14:38:49 Architecture: x86_64 14:38:49 CPU op-mode(s): 32-bit, 64-bit 14:38:49 Byte Order: Little Endian 14:38:49 Address sizes: 40 bits physical, 48 bits virtual 14:38:49 CPU(s): 4 14:38:49 On-line CPU(s) list: 0-3 14:38:49 Thread(s) per core: 1 14:38:49 Core(s) per socket: 1 14:38:49 Socket(s): 4 14:38:49 NUMA node(s): 1 14:38:49 Vendor ID: GenuineIntel 14:38:49 CPU family: 6 14:38:49 Model: 44 14:38:49 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 14:38:49 Stepping: 1 14:38:49 CPU MHz: 2933.442 14:38:49 BogoMIPS: 5866.88 14:38:49 Virtualization: VT-x 14:38:49 Hypervisor vendor: KVM 14:38:49 Virtualization type: full 14:38:49 L1d cache: 128 KiB 14:38:49 L1i cache: 128 KiB 14:38:49 L2 cache: 16 MiB 14:38:49 L3 cache: 64 MiB 14:38:49 NUMA node0 CPU(s): 0-3 14:38:49 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 14:38:49 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 14:38:49 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 14:38:49 Vulnerability Meltdown: Mitigation; PTI 14:38:49 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:38:49 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 14:38:49 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 14:38:49 Vulnerability Srbds: Not affected 14:38:49 Vulnerability Tsx async abort: Not affected 14:38:49 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 14:38:49 14:38:49 14:38:49 ---> nproc: 14:38:49 4 14:38:49 14:38:49 14:38:49 ---> df -h: 14:38:49 Filesystem Size Used Available Use% Mounted on 14:38:49 overlay 50.0G 8.6G 41.4G 17% / 14:38:49 tmpfs 64.0M 0 64.0M 0% /dev 14:38:49 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 14:38:49 shm 64.0M 0 64.0M 0% /dev/shm 14:38:49 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 14:38:49 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 14:38:49 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 14:38:49 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 14:38:49 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/gexfoundry_device-rest-go_master 14:38:49 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/gexfoundry_device-rest-go_master@tmp 14:38:49 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 14:38:49 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 14:38:49 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 14:38:49 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 14:38:49 14:38:49 14:38:49 ---> free -m: 14:38:49 total used free shared buff/cache available 14:38:49 Mem: 1837 813 154 0 870 960 14:38:49 Swap: 1023 2 1021 14:38:49 14:38:49 14:38:49 ---> ip addr: 14:38:49 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 14:38:49 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:38:49 inet 127.0.0.1/8 scope host lo 14:38:49 valid_lft forever preferred_lft forever 14:38:49 inet6 ::1/128 scope host 14:38:49 valid_lft forever preferred_lft forever 14:38:49 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 14:38:49 link/ether fa:16:3e:58:8f:ef brd ff:ff:ff:ff:ff:ff 14:38:49 inet 10.30.123.30/23 brd 10.30.123.255 scope global dynamic eth0 14:38:49 valid_lft 85972sec preferred_lft 85972sec 14:38:49 inet6 fe80::f816:3eff:fe58:8fef/64 scope link 14:38:49 valid_lft forever preferred_lft forever 14:38:49 3: docker0: mtu 1500 qdisc noqueue state DOWN 14:38:49 link/ether 02:42:63:4c:b2:30 brd ff:ff:ff:ff:ff:ff 14:38:49 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 14:38:49 valid_lft forever preferred_lft forever 14:38:49 inet6 fe80::42:63ff:fe4c:b230/64 scope link 14:38:49 valid_lft forever preferred_lft forever 14:38:49 14:38:49 14:38:49 ---> sar -b -r -n DEV: 14:38:49 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/11/21 _x86_64_ (4 CPU) 14:38:49 14:38:49 14:31:30 LINUX RESTART (4 CPU) 14:38:49 14:38:49 14:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 14:38:49 14:33:01 60.63 21.28 39.35 0.00 5589.35 4364.03 0.00 14:38:49 14:34:01 1.70 0.00 1.70 0.00 0.00 29.61 0.00 14:38:49 14:35:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 14:38:49 14:36:01 0.28 0.00 0.28 0.00 0.00 3.20 0.00 14:38:49 14:37:01 148.83 81.52 67.31 0.00 3353.68 25608.67 0.00 14:38:49 14:38:01 313.09 148.89 164.20 0.00 8768.72 42733.37 0.00 14:38:49 Average: 87.53 41.99 45.55 0.00 2953.35 12135.35 0.00 14:38:49 14:38:49 14:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:38:49 14:33:01 142680 0 615012 32.69 2620 1121232 1091072 37.24 429872 1109236 132 14:38:49 14:34:01 148820 0 608760 32.35 2620 1121344 1068012 36.45 431676 1102756 12 14:38:49 14:35:01 146944 0 610632 32.45 2620 1121348 1068084 36.45 432304 1104180 12 14:38:49 14:36:01 147316 0 610260 32.43 2620 1121348 1065956 36.38 445304 1090584 20 14:38:49 14:37:01 75196 0 755100 40.13 2620 1048628 1484572 50.67 532908 1009908 95944 14:38:49 14:38:01 253352 0 759840 40.38 1492 866860 1063868 36.31 555416 736648 20 14:38:49 Average: 152385 0 659934 35.07 2432 1066793 1140261 38.92 471247 1025552 16023 14:38:49 14:38:49 14:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:38:49 14:33:01 eth0 448.73 327.98 1274.57 94.18 0.00 0.00 0.00 0.00 14:38:49 14:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:38:49 14:33:01 docker0 48.93 38.90 4.05 133.07 0.00 0.00 0.00 0.00 14:38:49 14:34:01 eth0 1.58 0.32 0.37 0.21 0.00 0.00 0.00 0.00 14:38:49 14:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:38:49 14:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:38:49 14:35:01 eth0 2.28 0.98 0.92 0.60 0.00 0.00 0.00 0.00 14:38:49 14:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:38:49 14:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:38:49 14:36:01 eth0 0.50 0.38 0.27 0.21 0.00 0.00 0.00 0.00 14:38:49 14:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:38:49 14:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:38:49 14:37:01 eth0 475.11 413.32 4068.24 32.76 0.00 0.00 0.00 0.00 14:38:49 14:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:38:49 14:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:38:49 14:38:01 eth0 536.55 467.81 3603.84 91.40 0.00 0.00 0.00 0.00 14:38:49 14:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:38:49 14:38:01 docker0 60.71 65.21 4.56 360.53 0.00 0.00 0.00 0.00 14:38:49 Average: eth0 244.31 201.96 1493.04 36.57 0.00 0.00 0.00 0.00 14:38:49 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:38:49 Average: docker0 18.27 17.35 1.43 82.28 0.00 0.00 0.00 0.00 14:38:49 14:38:49 14:38:49 ---> sar -P ALL: 14:38:49 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/11/21 _x86_64_ (4 CPU) 14:38:49 14:38:49 14:31:30 LINUX RESTART (4 CPU) 14:38:49 14:38:49 14:32:01 CPU %user %nice %system %iowait %steal %idle 14:38:49 14:33:01 all 12.10 0.00 3.63 1.44 0.03 82.82 14:38:49 14:33:01 0 13.20 0.00 4.04 0.59 0.03 82.14 14:38:49 14:33:01 1 12.00 0.00 3.20 0.99 0.02 83.78 14:38:49 14:33:01 2 10.90 0.00 4.06 1.01 0.03 83.99 14:38:49 14:33:01 3 12.28 0.00 3.19 3.16 0.02 81.35 14:38:49 14:34:01 all 0.17 0.00 0.04 0.00 0.00 99.79 14:38:49 14:34:01 0 0.07 0.00 0.03 0.00 0.00 99.90 14:38:49 14:34:01 1 0.52 0.00 0.05 0.00 0.00 99.43 14:38:49 14:34:01 2 0.03 0.00 0.03 0.00 0.00 99.93 14:38:49 14:34:01 3 0.05 0.00 0.05 0.00 0.00 99.90 14:38:49 14:35:01 all 0.13 0.00 0.06 0.00 0.00 99.81 14:38:49 14:35:01 0 0.05 0.00 0.03 0.00 0.00 99.92 14:38:49 14:35:01 1 0.07 0.00 0.05 0.00 0.02 99.87 14:38:49 14:35:01 2 0.32 0.00 0.08 0.00 0.00 99.60 14:38:49 14:35:01 3 0.08 0.00 0.07 0.00 0.00 99.85 14:38:49 14:36:01 all 0.15 0.00 0.05 0.00 0.00 99.80 14:38:49 14:36:01 0 0.18 0.00 0.07 0.00 0.00 99.75 14:38:49 14:36:01 1 0.03 0.00 0.05 0.00 0.00 99.92 14:38:49 14:36:01 2 0.02 0.00 0.02 0.00 0.00 99.97 14:38:49 14:36:01 3 0.37 0.00 0.05 0.00 0.00 99.58 14:38:49 14:37:01 all 6.36 0.00 4.74 1.19 0.01 87.70 14:38:49 14:37:01 0 7.04 0.00 4.50 0.67 0.02 87.77 14:38:49 14:37:01 1 5.91 0.00 5.09 1.16 0.00 87.84 14:38:49 14:37:01 2 6.47 0.00 4.72 1.19 0.02 87.60 14:38:49 14:37:01 3 6.03 0.00 4.65 1.72 0.02 87.58 14:38:49 14:38:01 all 13.23 0.00 9.81 4.03 0.03 72.90 14:38:49 14:38:01 0 11.40 0.00 9.46 3.86 0.02 75.27 14:38:49 14:38:01 1 11.87 0.00 11.15 2.96 0.03 73.99 14:38:49 14:38:01 2 16.69 0.00 9.55 4.15 0.03 69.58 14:38:49 14:38:01 3 12.94 0.00 9.09 5.16 0.03 72.77 14:38:49 Average: all 5.30 0.00 3.02 1.10 0.01 90.57 14:38:49 Average: 0 5.28 0.00 2.99 0.84 0.01 90.88 14:38:49 Average: 1 5.02 0.00 3.23 0.84 0.01 90.89 14:38:49 Average: 2 5.68 0.00 3.05 1.05 0.01 90.21 14:38:49 Average: 3 5.24 0.00 2.81 1.65 0.01 90.29 14:38:49 14:38:49 14:38:49