Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f22f876e599b70c9e0b9005e06686315ad76e5c7 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-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-virtual-go-settings PROJECT: device-virtual-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-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1000’ Running on prd-centos7-docker-4c-2g-1002 in /w/workspace/foundry_device-virtual-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-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-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-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Checking out Revision f22f876e599b70c9e0b9005e06686315ad76e5c7 (master) > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f22f876e599b70c9e0b9005e06686315ad76e5c7 # timeout=10 Commit message: "Merge pull request #188 from soda480/US149" > git rev-list --no-walk 658d6cb39e0f87515e0fd512fa46517441b13332 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:37:00 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:37:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:37:01 ========================================================= 22:37:01 EdgeX Global Pipelines Version Info 22:37:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:37:02 ------------------- 22:37:02 stable info: 22:37:02 ------------------- 22:37:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:37:02 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 22:37:02 Message: update stable to v1.0.186 22:37:03 ------------------- 22:37:03 experimental info: 22:37:03 ------------------- 22:37:03 Commited By: **** collab-it+edgex@linuxfoundation.org 22:37:03 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 22:37:03 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:37:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 22:37:03 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 22:37:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:37:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:37:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:37:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:37:03 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:37:03 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:37:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:37:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:37:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:37:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 22:37:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:37:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:37:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:37:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:37:04 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:37:04 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:37:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:37:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:37:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:37:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:37:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:37:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:37:04 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:37:04 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:37:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:37:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:37:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:37:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f22f876e599b70c9e0b9005e06686315ad76e5c7 [Pipeline] echo 22:37:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f22f876 [Pipeline] echo 22:37:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:37:04 provisioning config files... 22:37:04 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config7934268373269336178tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:37:04 ---> docker-login.sh 22:37:04 nexus3.edgexfoundry.org:10001 22:37:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:37:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:37:05 Configure a credential helper to remove this warning. See 22:37:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:37:05 22:37:05 Login Succeeded 22:37:05 nexus3.edgexfoundry.org:10002 22:37:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:37:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:37:05 Configure a credential helper to remove this warning. See 22:37:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:37:05 22:37:05 Login Succeeded 22:37:05 nexus3.edgexfoundry.org:10003 22:37:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:37:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:37:05 Configure a credential helper to remove this warning. See 22:37:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:37:05 22:37:05 Login Succeeded 22:37:05 nexus3.edgexfoundry.org:10004 22:37:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:37:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:37:05 Configure a credential helper to remove this warning. See 22:37:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:37:05 22:37:05 Login Succeeded 22:37:05 docker.io 22:37:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:37:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:37:06 Configure a credential helper to remove this warning. See 22:37:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:37:06 22:37:06 Login Succeeded 22:37:06 ---> docker-login.sh ends [Pipeline] } 22:37:06 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 22:37:06 + git log --format=format:%s -1 f22f876e599b70c9e0b9005e06686315ad76e5c7 [Pipeline] echo 22:37:06 GIT_COMMIT: f22f876e599b70c9e0b9005e06686315ad76e5c7, Commit Message: Merge pull request #188 from soda480/US149 [Pipeline] echo 22:37:06 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:37:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:37:07 22:37:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:37:07 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:37:07 latest: Pulling from edgex-devops/git-semver 22:37:07 31603596830f: Pulling fs layer 22:37:07 2a8b12db71e7: Pulling fs layer 22:37:07 6ca5941a6612: Pulling fs layer 22:37:07 ecc8261a40a4: Pulling fs layer 22:37:07 ecc8261a40a4: Waiting 22:37:07 2a8b12db71e7: Verifying Checksum 22:37:07 2a8b12db71e7: Download complete 22:37:07 31603596830f: Download complete 22:37:07 ecc8261a40a4: Verifying Checksum 22:37:07 ecc8261a40a4: Download complete 22:37:07 6ca5941a6612: Verifying Checksum 22:37:07 6ca5941a6612: Download complete 22:37:08 31603596830f: Pull complete 22:37:08 2a8b12db71e7: Pull complete 22:37:09 6ca5941a6612: Pull complete 22:37:09 ecc8261a40a4: Pull complete 22:37:09 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:37:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:37:09 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:37:09 prd-centos7-docker-4c-2g-1002 does not seem to be running inside a container 22:37:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:37:11 $ docker top 26f51800b5a5fbb34c9004e959888735533b0aecc3bc86b7e7fc9a1cdc4b8608 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:37:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:37:11 [ssh-agent] Looking for ssh-agent implementation... 22:37:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:37:11 $ docker exec 26f51800b5a5fbb34c9004e959888735533b0aecc3bc86b7e7fc9a1cdc4b8608 ssh-agent 22:37:11 SSH_AUTH_SOCK=/tmp/ssh-0Ik35fWZ7JKq/agent.11 22:37:11 SSH_AGENT_PID=17 22:37:11 Running ssh-add (command line suppressed) 22:37:11 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_8021419845662352576.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_8021419845662352576.key) 22:37:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:37:12 + git tag --points-at HEAD [Pipeline] } 22:37:12 $ docker exec --env ******** --env ******** 26f51800b5a5fbb34c9004e959888735533b0aecc3bc86b7e7fc9a1cdc4b8608 ssh-agent -k 22:37:12 unset SSH_AUTH_SOCK; 22:37:12 unset SSH_AGENT_PID; 22:37:12 echo Agent pid 17 killed; 22:37:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:37:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:37:12 [ssh-agent] Looking for ssh-agent implementation... 22:37:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:37:12 $ docker exec 26f51800b5a5fbb34c9004e959888735533b0aecc3bc86b7e7fc9a1cdc4b8608 ssh-agent 22:37:12 SSH_AUTH_SOCK=/tmp/ssh-13Kxs0Eg3uCM/agent.45 22:37:12 SSH_AGENT_PID=50 22:37:12 Running ssh-add (command line suppressed) 22:37:12 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_7852376951994851400.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_7852376951994851400.key) 22:37:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:37:13 + git semver init 22:37:13 # -> Open(): unable to determine branch for HEAD 22:37:13 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 22:37:13 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 22:37:13 # $SEMVER_REMOTE_NAME = origin 22:37:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:37:13 # $SEMVER_USER_NAME = edgex-jenkins 22:37:13 # $SEMVER_BRANCH = master 22:37:13 # $SEMVER_TEMP = /tmp/semver-950648308 22:37:13 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 22:37:13 # '/tmp/semver-950648308' -> '/w/workspace/foundry_device-virtual-go_master/.semver' 22:37:13 # -> Force: false 22:37:13 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 22:37:13 $ docker exec --env ******** --env ******** 26f51800b5a5fbb34c9004e959888735533b0aecc3bc86b7e7fc9a1cdc4b8608 ssh-agent -k 22:37:13 unset SSH_AUTH_SOCK; 22:37:13 unset SSH_AGENT_PID; 22:37:13 echo Agent pid 50 killed; 22:37:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:37:14 + git semver [Pipeline] } 22:37:14 $ docker stop --time=1 26f51800b5a5fbb34c9004e959888735533b0aecc3bc86b7e7fc9a1cdc4b8608 22:37:15 $ docker rm -f 26f51800b5a5fbb34c9004e959888735533b0aecc3bc86b7e7fc9a1cdc4b8608 [Pipeline] // withDockerContainer [Pipeline] sh 22:37:16 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:37:16 Stashed 1 file(s) [Pipeline] echo 22:37:16 [edgeXSemver]: initialized semver on version 1.3.2-dev.10 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 22:37:31 Still waiting to schedule task 22:37:31 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:37:31 Still waiting to schedule task 22:37:31 ‘prd-ubuntu18.04-docker-arm64-4c-16g-1001’ is offline 22:39:29 Running on prd-centos7-docker-4c-2g-1008 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 22:39:29 Running in /w/workspace/device-virtual-go/49 [Pipeline] { [Pipeline] checkout 22:39:31 using credential edgex-jenkins-ssh 22:39:31 Cloning the remote Git repository 22:39:31 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 22:39:31 > git init /w/workspace/device-virtual-go/49 # timeout=10 22:39:31 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 22:39:31 > git --version # timeout=10 22:39:31 > git --version # 'git version 2.24.3' 22:39:31 using GIT_SSH to set credentials SSH Credentials for GitHub 22:39:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:39:33 Checking out Revision f22f876e599b70c9e0b9005e06686315ad76e5c7 (master) 22:39:32 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 22:39:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:39:32 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 22:39:32 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 22:39:32 using GIT_SSH to set credentials SSH Credentials for GitHub 22:39:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:39:32 > git config core.sparsecheckout # timeout=10 22:39:32 > git checkout -f f22f876e599b70c9e0b9005e06686315ad76e5c7 # timeout=10 22:39:36 Commit message: "Merge pull request #188 from soda480/US149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:39:37 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:39:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:39:38 + sudo service docker restart 22:39:38 + true 22:39:38 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:39:39 provisioning config files... 22:39:39 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/49@tmp/config6443280705880846253tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:39:39 ---> docker-login.sh 22:39:39 nexus3.edgexfoundry.org:10001 22:39:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:39:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:39:40 Configure a credential helper to remove this warning. See 22:39:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:39:40 22:39:40 Login Succeeded 22:39:40 nexus3.edgexfoundry.org:10002 22:39:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:39:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:39:40 Configure a credential helper to remove this warning. See 22:39:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:39:40 22:39:40 Login Succeeded 22:39:40 nexus3.edgexfoundry.org:10003 22:39:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:39:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:39:40 Configure a credential helper to remove this warning. See 22:39:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:39:40 22:39:40 Login Succeeded 22:39:40 nexus3.edgexfoundry.org:10004 22:39:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:39:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:39:40 Configure a credential helper to remove this warning. See 22:39:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:39:40 22:39:40 Login Succeeded 22:39:40 docker.io 22:39:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:39:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:39:41 Configure a credential helper to remove this warning. See 22:39:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:39:41 22:39:41 Login Succeeded 22:39:41 ---> docker-login.sh ends [Pipeline] } 22:39:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:39:41 ========================================================= 22:39:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:39:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:39:41 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 22:39:41 Sending build context to Docker daemon 520.2kB 22:39:41 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:39:41 Step 2/8 : FROM ${BASE} 22:39:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:39:41 188c0c94c7c5: Pulling fs layer 22:39:41 0ef7d3d256c8: Pulling fs layer 22:39:41 de9db76c5a1d: Pulling fs layer 22:39:41 bca2f99d35d6: Pulling fs layer 22:39:41 93359f2a8cfa: Pulling fs layer 22:39:41 7c6f9722023f: Pulling fs layer 22:39:41 a35cf1a2eb13: Pulling fs layer 22:39:41 bca2f99d35d6: Waiting 22:39:41 93359f2a8cfa: Waiting 22:39:41 7c6f9722023f: Waiting 22:39:41 a35cf1a2eb13: Waiting 22:39:41 de9db76c5a1d: Verifying Checksum 22:39:41 de9db76c5a1d: Download complete 22:39:41 0ef7d3d256c8: Verifying Checksum 22:39:41 0ef7d3d256c8: Download complete 22:39:41 93359f2a8cfa: Verifying Checksum 22:39:41 93359f2a8cfa: Download complete 22:39:41 7c6f9722023f: Verifying Checksum 22:39:41 7c6f9722023f: Download complete 22:39:41 188c0c94c7c5: Verifying Checksum 22:39:41 188c0c94c7c5: Download complete 22:39:42 188c0c94c7c5: Pull complete 22:39:42 0ef7d3d256c8: Pull complete 22:39:42 de9db76c5a1d: Pull complete 22:39:43 a35cf1a2eb13: Verifying Checksum 22:39:43 a35cf1a2eb13: Download complete 22:39:44 bca2f99d35d6: Verifying Checksum 22:39:44 bca2f99d35d6: Download complete 22:39:49 bca2f99d35d6: Pull complete 22:39:49 93359f2a8cfa: Pull complete 22:39:49 7c6f9722023f: Pull complete 22:39:59 a35cf1a2eb13: Pull complete 22:39:59 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:39:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:39:59 ---> a62c8e92a672 22:39:59 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 22:40:00 ---> Running in 3bb3ace06eb5 22:40:00 Removing intermediate container 3bb3ace06eb5 22:40:00 ---> 1f8955f4262d 22:40:00 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:40:00 ---> Running in 03ec0950b12e 22:40:01 Removing intermediate container 03ec0950b12e 22:40:01 ---> 6fe2207f67b6 22:40:01 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev 22:40:01 ---> Running in 37d5935cbbb7 22:40:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:40:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:40:04 (1/13) Installing libc-dev (0.7.2-r3) 22:40:04 (2/13) Installing libsodium (1.0.18-r0) 22:40:04 (3/13) Installing pkgconf (1.7.2-r0) 22:40:04 (4/13) Installing libsodium-dev (1.0.18-r0) 22:40:04 (5/13) Installing openssh-keygen (8.3_p1-r2) 22:40:04 (6/13) Installing libedit (20191231.3.1-r0) 22:40:04 (7/13) Installing openssh-client (8.3_p1-r2) 22:40:04 (8/13) Installing openssh-sftp-server (8.3_p1-r2) 22:40:04 (9/13) Installing openssh-server-common (8.3_p1-r2) 22:40:04 (10/13) Installing openssh-server (8.3_p1-r2) 22:40:04 (11/13) Installing openssh (8.3_p1-r2) 22:40:05 (12/13) Installing libzmq (4.3.3-r0) 22:40:05 (13/13) Installing zeromq-dev (4.3.3-r0) 22:40:05 Executing busybox-1.31.1-r19.trigger 22:40:05 OK: 173 MiB in 52 packages 22:40:06 Removing intermediate container 37d5935cbbb7 22:40:06 ---> e271de47ac41 22:40:06 Step 6/8 : WORKDIR /device-virtual-go 22:40:06 ---> Running in e8ec06fadc37 22:40:06 Removing intermediate container e8ec06fadc37 22:40:06 ---> 6b66f7fd874a 22:40:06 Step 7/8 : COPY . . 22:40:06 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1007 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 22:40:06 Running in /w/workspace/device-virtual-go/49 [Pipeline] { [Pipeline] checkout 22:40:07 ---> 33bd072cff16 22:40:07 Step 8/8 : RUN go mod download 22:40:07 ---> Running in 7c6d49d6adb6 22:40:12 using credential edgex-jenkins-ssh 22:40:12 Cloning the remote Git repository 22:40:12 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 22:40:12 > git init /w/workspace/device-virtual-go/49 # timeout=10 22:40:12 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 22:40:12 > git --version # timeout=10 22:40:12 > git --version # 'git version 2.17.1' 22:40:12 using GIT_SSH to set credentials SSH Credentials for GitHub 22:40:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:40:13 Checking out Revision f22f876e599b70c9e0b9005e06686315ad76e5c7 (master) 22:40:13 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 22:40:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:40:13 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 22:40:13 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 22:40:13 using GIT_SSH to set credentials SSH Credentials for GitHub 22:40:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:40:13 > git config core.sparsecheckout # timeout=10 22:40:13 > git checkout -f f22f876e599b70c9e0b9005e06686315ad76e5c7 # timeout=10 22:40:18 Commit message: "Merge pull request #188 from soda480/US149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:40:19 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:40:19 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:40:20 + sudo service docker restart 22:40:20 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:40:22 provisioning config files... 22:40:22 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/49@tmp/config724917261704992299tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:40:22 ---> docker-login.sh 22:40:22 nexus3.edgexfoundry.org:10001 22:40:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:40:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:40:23 Configure a credential helper to remove this warning. See 22:40:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:40:23 22:40:23 Login Succeeded 22:40:23 nexus3.edgexfoundry.org:10002 22:40:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:40:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:40:24 Configure a credential helper to remove this warning. See 22:40:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:40:24 22:40:24 Login Succeeded 22:40:24 nexus3.edgexfoundry.org:10003 22:40:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:40:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:40:25 Configure a credential helper to remove this warning. See 22:40:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:40:25 22:40:25 Login Succeeded 22:40:25 nexus3.edgexfoundry.org:10004 22:40:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:40:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:40:25 Configure a credential helper to remove this warning. See 22:40:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:40:25 22:40:25 Login Succeeded 22:40:25 docker.io 22:40:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:40:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:40:26 Configure a credential helper to remove this warning. See 22:40:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:40:26 22:40:26 Login Succeeded 22:40:26 ---> docker-login.sh ends [Pipeline] } 22:40:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:40:26 ========================================================= 22:40:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:40:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:40:27 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 22:40:27 Sending build context to Docker daemon 519.2kB 22:40:27 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:40:27 Step 2/8 : FROM ${BASE} 22:40:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:40:27 5f621e34cdf4: Pulling fs layer 22:40:27 a4357932f1b6: Pulling fs layer 22:40:27 18c013af1878: Pulling fs layer 22:40:27 00ac8860ef70: Pulling fs layer 22:40:27 63d7cb157983: Pulling fs layer 22:40:27 b116817d02f9: Pulling fs layer 22:40:27 745a02a5169b: Pulling fs layer 22:40:27 00ac8860ef70: Waiting 22:40:27 b116817d02f9: Waiting 22:40:27 63d7cb157983: Waiting 22:40:27 745a02a5169b: Waiting 22:40:27 18c013af1878: Verifying Checksum 22:40:27 18c013af1878: Download complete 22:40:27 a4357932f1b6: Verifying Checksum 22:40:27 a4357932f1b6: Download complete 22:40:27 63d7cb157983: Verifying Checksum 22:40:27 63d7cb157983: Download complete 22:40:27 b116817d02f9: Verifying Checksum 22:40:27 b116817d02f9: Download complete 22:40:27 5f621e34cdf4: Verifying Checksum 22:40:27 5f621e34cdf4: Download complete 22:40:28 5f621e34cdf4: Pull complete 22:40:28 a4357932f1b6: Pull complete 22:40:29 18c013af1878: Pull complete 22:40:30 745a02a5169b: Verifying Checksum 22:40:30 745a02a5169b: Download complete 22:40:31 00ac8860ef70: Verifying Checksum 22:40:31 00ac8860ef70: Download complete 22:40:34 Removing intermediate container 7c6d49d6adb6 22:40:34 ---> d998c438abc4 22:40:34 Successfully built d998c438abc4 22:40:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:40:34 + docker inspect -f . ci-base-image-x86_64 22:40:34 . [Pipeline] withDockerContainer 22:40:34 prd-centos7-docker-4c-2g-1008 does not seem to be running inside a container 22:40:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/49 -v /w/workspace/device-virtual-go/49:/w/workspace/device-virtual-go/49:rw,z -v /w/workspace/device-virtual-go/49@tmp:/w/workspace/device-virtual-go/49@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:40:35 $ docker top 9eacb8e134424060de608374e0e180a42bed4fe16c79504e63b1ded8beca3358 -eo pid,comm [Pipeline] { [Pipeline] sh 22:40:36 + go version 22:40:36 go version go1.15.5 linux/amd64 [Pipeline] } 22:40:36 $ docker stop --time=1 9eacb8e134424060de608374e0e180a42bed4fe16c79504e63b1ded8beca3358 22:40:37 $ docker rm -f 9eacb8e134424060de608374e0e180a42bed4fe16c79504e63b1ded8beca3358 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:40:38 + docker inspect -f . ci-base-image-x86_64 22:40:38 . [Pipeline] withDockerContainer 22:40:38 prd-centos7-docker-4c-2g-1008 does not seem to be running inside a container 22:40:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/49 -v /w/workspace/device-virtual-go/49:/w/workspace/device-virtual-go/49:rw,z -v /w/workspace/device-virtual-go/49@tmp:/w/workspace/device-virtual-go/49@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:40:38 $ docker top 18559e064c321af0c1cefe9eb73725233cd6d50b1839e09e38e737ba063bfc8f -eo pid,comm [Pipeline] { [Pipeline] sh 22:40:39 + make test 22:40:39 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 22:40:40 ? github.com/edgexfoundry/device-virtual-go [no test files] 22:40:41 00ac8860ef70: Pull complete 22:40:41 63d7cb157983: Pull complete 22:40:41 b116817d02f9: Pull complete 22:40:45 745a02a5169b: Pull complete 22:40:45 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:40:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:40:45 ---> b7e6874047d6 22:40:45 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 22:40:48 ---> Running in 4ff11c9f01a4 22:40:48 Removing intermediate container 4ff11c9f01a4 22:40:48 ---> f7ab30e29bc4 22:40:48 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:40:48 ---> Running in a79ca4b90366 22:40:51 Removing intermediate container a79ca4b90366 22:40:51 ---> 2191ac5b51ef 22:40:51 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev 22:40:51 ---> Running in 5dce6b6dad5c 22:40:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:40:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:40:53 (1/13) Installing libc-dev (0.7.2-r3) 22:40:53 (2/13) Installing libsodium (1.0.18-r0) 22:40:53 (3/13) Installing pkgconf (1.7.2-r0) 22:40:53 (4/13) Installing libsodium-dev (1.0.18-r0) 22:40:53 (5/13) Installing openssh-keygen (8.3_p1-r2) 22:40:53 (6/13) Installing libedit (20191231.3.1-r0) 22:40:53 (7/13) Installing openssh-client (8.3_p1-r2) 22:40:54 (8/13) Installing openssh-sftp-server (8.3_p1-r2) 22:40:54 (9/13) Installing openssh-server-common (8.3_p1-r2) 22:40:54 (10/13) Installing openssh-server (8.3_p1-r2) 22:40:54 (11/13) Installing openssh (8.3_p1-r2) 22:40:54 (12/13) Installing libzmq (4.3.3-r0) 22:40:54 (13/13) Installing zeromq-dev (4.3.3-r0) 22:40:54 Executing busybox-1.31.1-r19.trigger 22:40:54 OK: 149 MiB in 52 packages 22:40:56 Removing intermediate container 5dce6b6dad5c 22:40:56 ---> f8391f47c7bc 22:40:56 Step 6/8 : WORKDIR /device-virtual-go 22:40:56 ---> Running in 5308e64f8ed9 22:40:56 Removing intermediate container 5308e64f8ed9 22:40:56 ---> bdef8aff0284 22:40:56 Step 7/8 : COPY . . 22:40:57 ---> 74d0c40e5ec1 22:40:57 Step 8/8 : RUN go mod download 22:40:57 ---> Running in e61929f8ae42 22:40:59 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 22:41:00 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.328s coverage: 63.8% of statements 22:41:00 CGO_ENABLED=1 GO111MODULE=on go vet ./... 22:41:04 gofmt -l . 22:41:04 [ "`gofmt -l .`" = "" ] 22:41:04 ./bin/test-attribution-txt.sh 22:41:05 ./bin/test-go-mod-tidy.sh [Pipeline] } 22:41:05 $ docker stop --time=1 18559e064c321af0c1cefe9eb73725233cd6d50b1839e09e38e737ba063bfc8f 22:41:07 $ docker rm -f 18559e064c321af0c1cefe9eb73725233cd6d50b1839e09e38e737ba063bfc8f [Pipeline] // withDockerContainer [Pipeline] sh 22:41:07 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:41:08 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:41:09 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:41:09 + ls -al . 22:41:09 total 132 22:41:09 drwxrwxr-x. 7 jenkins jenkins 4096 Apr 19 22:41 . 22:41:09 drwxrwxr-x. 4 jenkins jenkins 30 Apr 19 22:39 .. 22:41:09 -rw-rw-r--. 1 jenkins jenkins 8039 Apr 19 22:39 Attribution.txt 22:41:09 drwxrwxr-x. 2 jenkins jenkins 64 Apr 19 22:39 bin 22:41:09 drwxrwxr-x. 3 jenkins jenkins 32 Apr 19 22:39 cmd 22:41:09 -rw-r--r--. 1 jenkins jenkins 47247 Apr 19 22:41 coverage.out 22:41:09 -rw-rw-r--. 1 jenkins jenkins 1905 Apr 19 22:39 Dockerfile 22:41:09 -rw-rw-r--. 1 jenkins jenkins 998 Apr 19 22:39 Dockerfile.build 22:41:09 drwxrwxr-x. 8 jenkins jenkins 162 Apr 19 22:39 .git 22:41:09 drwxrwxr-x. 2 jenkins jenkins 103 Apr 19 22:39 .github 22:41:09 -rw-rw-r--. 1 jenkins jenkins 277 Apr 19 22:39 .gitignore 22:41:09 -rw-r--r--. 1 jenkins jenkins 809 Apr 19 22:41 go.mod 22:41:09 -rw-r--r--. 1 jenkins jenkins 23363 Apr 19 22:41 go.sum 22:41:09 drwxrwxr-x. 3 jenkins jenkins 20 Apr 19 22:39 internal 22:41:09 -rw-rw-r--. 1 jenkins jenkins 660 Apr 19 22:39 Jenkinsfile 22:41:09 -rw-rw-r--. 1 jenkins jenkins 11340 Apr 19 22:39 LICENSE 22:41:09 -rw-rw-r--. 1 jenkins jenkins 921 Apr 19 22:39 Makefile 22:41:09 -rw-rw-r--. 1 jenkins jenkins 2745 Apr 19 22:39 README.md 22:41:09 -rw-rw-r--. 1 jenkins jenkins 12 Apr 19 22:37 VERSION 22:41:09 -rw-rw-r--. 1 jenkins jenkins 235 Apr 19 22:39 version.go [Pipeline] isUnix [Pipeline] sh 22:41:09 + docker build -t docker-device-virtual-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=f22f876e599b70c9e0b9005e06686315ad76e5c7 --label arch=amd64 --label version=1.3.2-dev.10 . 22:41:09 Sending build context to Docker daemon 592.4kB 22:41:10 Step 1/25 : ARG BASE=golang:1.15-alpine3.12 22:41:10 Step 2/25 : FROM ${BASE} AS builder 22:41:10 ---> d998c438abc4 22:41:10 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 22:41:10 ---> Running in b313d6debd3a 22:41:10 Removing intermediate container b313d6debd3a 22:41:10 ---> e59510394fcc 22:41:10 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 22:41:10 ---> Running in c9e1166dafaa 22:41:10 Removing intermediate container c9e1166dafaa 22:41:10 ---> 3b87c2dfe773 22:41:10 Step 5/25 : WORKDIR /device-virtual-go 22:41:10 ---> Running in c52674d492ae 22:41:10 Removing intermediate container c52674d492ae 22:41:10 ---> 0fbdcda003f3 22:41:10 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:41:11 ---> Running in b4e445d47a64 22:41:12 Removing intermediate container b4e445d47a64 22:41:12 ---> 63ac69a4fa9b 22:41:12 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:41:12 ---> Running in 049095c49a39 22:41:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:41:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:41:13 OK: 173 MiB in 52 packages 22:41:14 Removing intermediate container 049095c49a39 22:41:14 ---> 72cf7f97052d 22:41:14 Step 8/25 : COPY . . 22:41:15 ---> 1c38aef7bff8 22:41:15 Step 9/25 : RUN go mod download 22:41:15 ---> Running in 0a5925d10719 22:41:16 Removing intermediate container 0a5925d10719 22:41:16 ---> 48548b0969b3 22:41:16 Step 10/25 : ARG MAKE='make build' 22:41:16 ---> Running in 37bad9f2231b 22:41:16 Removing intermediate container 37bad9f2231b 22:41:16 ---> d2756b764063 22:41:16 Step 11/25 : RUN $MAKE 22:41:16 ---> Running in 104c5417fa0b 22:41:17 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.10" -o cmd/device-virtual ./cmd 22:41:24 Removing intermediate container e61929f8ae42 22:41:24 ---> 5704b45b3cec 22:41:24 Successfully built 5704b45b3cec 22:41:24 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:41:25 + docker inspect -f . ci-base-image-arm64 22:41:25 . [Pipeline] withDockerContainer 22:41:25 prd-ubuntu18.04-docker-arm64-4c-16g-1007 does not seem to be running inside a container 22:41:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/49 -v /w/workspace/device-virtual-go/49:/w/workspace/device-virtual-go/49:rw,z -v /w/workspace/device-virtual-go/49@tmp:/w/workspace/device-virtual-go/49@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:41:27 $ docker top 368c1e28e6b015b59da232e76f878e7428e0e648b68e599cb8b2c56f84cac36a -eo pid,comm [Pipeline] { [Pipeline] sh 22:41:28 + go version 22:41:28 go version go1.15.5 linux/arm64 [Pipeline] } 22:41:28 $ docker stop --time=1 368c1e28e6b015b59da232e76f878e7428e0e648b68e599cb8b2c56f84cac36a 22:41:30 $ docker rm -f 368c1e28e6b015b59da232e76f878e7428e0e648b68e599cb8b2c56f84cac36a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:41:30 + docker inspect -f . ci-base-image-arm64 22:41:30 . [Pipeline] withDockerContainer 22:41:31 prd-ubuntu18.04-docker-arm64-4c-16g-1007 does not seem to be running inside a container 22:41:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/49 -v /w/workspace/device-virtual-go/49:/w/workspace/device-virtual-go/49:rw,z -v /w/workspace/device-virtual-go/49@tmp:/w/workspace/device-virtual-go/49@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:41:32 $ docker top 2b1d30666e48eafa966dadc2b548c9c270713e3e96fc9d9f4f69341af210bd9a -eo pid,comm [Pipeline] { [Pipeline] sh 22:41:33 + make test 22:41:33 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 22:41:35 ? github.com/edgexfoundry/device-virtual-go [no test files] 22:41:35 CGO_ENABLED=1 GO111MODULE=on go build ./... 22:41:39 Removing intermediate container 104c5417fa0b 22:41:39 ---> 7ff640b45357 22:41:39 Step 12/25 : FROM alpine:3.12 22:41:40 3.12: Pulling from library/alpine 22:41:40 339de151aab4: Pulling fs layer 22:41:40 339de151aab4: Download complete 22:41:40 339de151aab4: Pull complete 22:41:40 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:41:40 Status: Downloaded newer image for alpine:3.12 22:41:40 ---> 13621d1b12d4 22:41:40 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 22:41:40 ---> Running in b9c84dc7617e 22:41:41 Removing intermediate container b9c84dc7617e 22:41:41 ---> aebf24d054b7 22:41:41 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:41:41 ---> Running in 9b1b990e8bbb 22:41:42 Removing intermediate container 9b1b990e8bbb 22:41:42 ---> 084b52b95c26 22:41:42 Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init 22:41:42 ---> Running in 9c14616acaa8 22:41:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:41:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:41:43 (1/6) Installing dumb-init (1.2.2-r1) 22:41:43 (2/6) Installing libgcc (9.3.0-r2) 22:41:43 (3/6) Installing libsodium (1.0.18-r0) 22:41:43 (4/6) Installing libstdc++ (9.3.0-r2) 22:41:44 (5/6) Installing libzmq (4.3.3-r0) 22:41:44 (6/6) Installing zeromq (4.3.3-r0) 22:41:45 Executing busybox-1.31.1-r20.trigger 22:41:45 OK: 8 MiB in 20 packages 22:41:45 Removing intermediate container 9c14616acaa8 22:41:45 ---> e7a60f88f30b 22:41:45 Step 16/25 : WORKDIR / 22:41:45 ---> Running in 1722d6dcd7e5 22:41:45 Removing intermediate container 1722d6dcd7e5 22:41:45 ---> 724b0fb0813c 22:41:45 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 22:41:46 ---> 42f4ea6aaebe 22:41:46 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 22:41:46 ---> 4b191c1f1388 22:41:46 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 22:41:47 ---> 837ff101fb12 22:41:47 Step 20/25 : EXPOSE 49990 22:41:47 ---> Running in cad15ee477a6 22:41:47 Removing intermediate container cad15ee477a6 22:41:47 ---> 2f783fc38630 22:41:47 Step 21/25 : ENTRYPOINT ["/device-virtual"] 22:41:47 ---> Running in 03d9bac5c5f7 22:41:47 Removing intermediate container 03d9bac5c5f7 22:41:47 ---> 07058396b56f 22:41:47 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:41:47 ---> Running in 6a7db7530c6a 22:41:47 Removing intermediate container 6a7db7530c6a 22:41:47 ---> 29f376e5d5ad 22:41:47 Step 23/25 : LABEL arch=amd64 22:41:47 ---> Running in cfa61e115eed 22:41:48 Removing intermediate container cfa61e115eed 22:41:48 ---> 2eb7b73b60d0 22:41:48 Step 24/25 : LABEL git_sha=f22f876e599b70c9e0b9005e06686315ad76e5c7 22:41:48 ---> Running in 00864b51dc28 22:41:48 Removing intermediate container 00864b51dc28 22:41:48 ---> 389e6397a094 22:41:48 Step 25/25 : LABEL version=1.3.2-dev.10 22:41:48 ---> Running in 51908d0a1c40 22:41:48 Removing intermediate container 51908d0a1c40 22:41:48 ---> bb47ab55b4fa 22:41:48 [Warning] One or more build-args [ARCH] were not consumed 22:41:48 Successfully built bb47ab55b4fa 22:41:48 Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:41:48 provisioning config files... 22:41:48 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/49@tmp/config4785308029751978521tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:41:49 ---> docker-login.sh 22:41:49 nexus3.edgexfoundry.org:10001 22:41:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:41:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:41:49 Configure a credential helper to remove this warning. See 22:41:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:41:49 22:41:49 Login Succeeded 22:41:49 nexus3.edgexfoundry.org:10002 22:41:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:41:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:41:49 Configure a credential helper to remove this warning. See 22:41:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:41:49 22:41:49 Login Succeeded 22:41:49 nexus3.edgexfoundry.org:10003 22:41:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:41:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:41:49 Configure a credential helper to remove this warning. See 22:41:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:41:49 22:41:49 Login Succeeded 22:41:49 nexus3.edgexfoundry.org:10004 22:41:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:41:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:41:49 Configure a credential helper to remove this warning. See 22:41:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:41:49 22:41:49 Login Succeeded 22:41:49 docker.io 22:41:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:41:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:41:50 Configure a credential helper to remove this warning. See 22:41:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:41:50 22:41:50 Login Succeeded 22:41:50 ---> docker-login.sh ends [Pipeline] } 22:41:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:41:50 [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: 22:41:50 f22f876e599b70c9e0b9005e06686315ad76e5c7 22:41:50 latest 22:41:50 1.3.2-dev.10 22:41:50 f22f876e599b70c9e0b9005e06686315ad76e5c7-1.3.2-dev.10 22:41:50 master 22:41:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:41:50 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:f22f876e599b70c9e0b9005e06686315ad76e5c7 [Pipeline] isUnix [Pipeline] sh 22:41:51 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:f22f876e599b70c9e0b9005e06686315ad76e5c7 22:41:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 22:41:51 b17864174108: Preparing 22:41:51 21edf4aaf5e7: Preparing 22:41:51 07a6d5a24016: Preparing 22:41:51 fe07f8ac6c75: Preparing 22:41:51 756393e4edce: Preparing 22:41:51 32f366d666a5: Preparing 22:41:51 32f366d666a5: Waiting 22:41:51 21edf4aaf5e7: Pushed 22:41:51 756393e4edce: Pushed 22:41:51 07a6d5a24016: Pushed 22:41:51 32f366d666a5: Layer already exists 22:41:51 fe07f8ac6c75: Pushed 22:41:52 b17864174108: Pushed 22:41:53 f22f876e599b70c9e0b9005e06686315ad76e5c7: digest: sha256:4161932b77a1dc04fc869ee580f8658c292160c6f042ba688c8a1683d7008e9c size: 1572 [Pipeline] isUnix [Pipeline] sh 22:41:53 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh 22:41:53 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest 22:41:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 22:41:53 b17864174108: Preparing 22:41:53 21edf4aaf5e7: Preparing 22:41:53 07a6d5a24016: Preparing 22:41:53 fe07f8ac6c75: Preparing 22:41:53 756393e4edce: Preparing 22:41:53 32f366d666a5: Preparing 22:41:53 32f366d666a5: Waiting 22:41:53 fe07f8ac6c75: Layer already exists 22:41:53 07a6d5a24016: Layer already exists 22:41:53 b17864174108: Layer already exists 22:41:53 756393e4edce: Layer already exists 22:41:53 21edf4aaf5e7: Layer already exists 22:41:53 32f366d666a5: Layer already exists 22:41:53 latest: digest: sha256:4161932b77a1dc04fc869ee580f8658c292160c6f042ba688c8a1683d7008e9c size: 1572 [Pipeline] isUnix [Pipeline] sh 22:41:53 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.10 [Pipeline] isUnix [Pipeline] sh 22:41:54 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.10 22:41:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 22:41:54 b17864174108: Preparing 22:41:54 21edf4aaf5e7: Preparing 22:41:54 07a6d5a24016: Preparing 22:41:54 fe07f8ac6c75: Preparing 22:41:54 756393e4edce: Preparing 22:41:54 32f366d666a5: Preparing 22:41:54 32f366d666a5: Waiting 22:41:54 b17864174108: Layer already exists 22:41:54 07a6d5a24016: Layer already exists 22:41:54 756393e4edce: Layer already exists 22:41:54 21edf4aaf5e7: Layer already exists 22:41:54 fe07f8ac6c75: Layer already exists 22:41:54 32f366d666a5: Layer already exists 22:41:54 1.3.2-dev.10: digest: sha256:4161932b77a1dc04fc869ee580f8658c292160c6f042ba688c8a1683d7008e9c size: 1572 [Pipeline] isUnix [Pipeline] sh 22:41:54 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:f22f876e599b70c9e0b9005e06686315ad76e5c7-1.3.2-dev.10 [Pipeline] isUnix [Pipeline] sh 22:41:54 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:f22f876e599b70c9e0b9005e06686315ad76e5c7-1.3.2-dev.10 22:41:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 22:41:54 b17864174108: Preparing 22:41:54 21edf4aaf5e7: Preparing 22:41:54 07a6d5a24016: Preparing 22:41:54 fe07f8ac6c75: Preparing 22:41:54 756393e4edce: Preparing 22:41:54 32f366d666a5: Preparing 22:41:54 32f366d666a5: Waiting 22:41:54 fe07f8ac6c75: Layer already exists 22:41:54 b17864174108: Layer already exists 22:41:54 756393e4edce: Layer already exists 22:41:54 21edf4aaf5e7: Layer already exists 22:41:54 07a6d5a24016: Layer already exists 22:41:54 32f366d666a5: Layer already exists 22:41:54 f22f876e599b70c9e0b9005e06686315ad76e5c7-1.3.2-dev.10: digest: sha256:4161932b77a1dc04fc869ee580f8658c292160c6f042ba688c8a1683d7008e9c size: 1572 [Pipeline] isUnix [Pipeline] sh 22:41:55 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh 22:41:55 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master 22:41:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 22:41:55 b17864174108: Preparing 22:41:55 21edf4aaf5e7: Preparing 22:41:55 07a6d5a24016: Preparing 22:41:55 fe07f8ac6c75: Preparing 22:41:55 756393e4edce: Preparing 22:41:55 32f366d666a5: Preparing 22:41:55 32f366d666a5: Waiting 22:41:55 b17864174108: Layer already exists 22:41:55 21edf4aaf5e7: Layer already exists 22:41:55 fe07f8ac6c75: Layer already exists 22:41:55 07a6d5a24016: Layer already exists 22:41:55 756393e4edce: Layer already exists 22:41:55 32f366d666a5: Layer already exists 22:41:55 master: digest: sha256:4161932b77a1dc04fc869ee580f8658c292160c6f042ba688c8a1683d7008e9c size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:41:55 ===================================================== [Pipeline] echo 22:41:55 taggedImages: 22:41:55 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:f22f876e599b70c9e0b9005e06686315ad76e5c7 22:41:55 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest 22:41:55 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.10 22:41:55 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:f22f876e599b70c9e0b9005e06686315ad76e5c7-1.3.2-dev.10 22:41:55 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:41:56 ---> job-cost.sh 22:41:56 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-pL6y 22:42:10 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:42:31 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 22:42:31 ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.516s coverage: 63.8% of statements 22:42:31 CGO_ENABLED=1 GO111MODULE=on go vet ./... 22:42:41 gofmt -l . 22:42:41 [ "`gofmt -l .`" = "" ] 22:42:41 ./bin/test-attribution-txt.sh 22:42:42 ./bin/test-go-mod-tidy.sh 22:42:43 lf-activate-venv(): INFO: Adding /tmp/venv-pL6y/bin to PATH 22:42:43 INFO: No Stack... 22:42:43 INFO: Retrieving Pricing Info for: v1-standard-2 22:42:43 INFO: Archiving Costs [Pipeline] sh [Pipeline] } 22:42:43 $ docker stop --time=1 2b1d30666e48eafa966dadc2b548c9c270713e3e96fc9d9f4f69341af210bd9a 22:42:43 + cat /w/workspace/device-virtual-go/49/archives/cost.csv 22:42:43 + cut -d, -f6 22:42:45 $ docker rm -f 2b1d30666e48eafa966dadc2b548c9c270713e3e96fc9d9f4f69341af210bd9a [Pipeline] // withDockerContainer [Pipeline] lock 22:42:46 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-49-stack-cost] 22:42:46 Resource [jenkins-edgexfoundry-device-virtual-go-master-49-stack-cost] did not exist. Created. 22:42:46 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-49-stack-cost] [Pipeline] { [Pipeline] sh [Pipeline] unstash [Pipeline] sh 22:42:46 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:42:46 Warning: overwriting stash ‘coverage-report’ 22:42:46 + echo total: 0.029999999329447746 [Pipeline] stash 22:42:46 Stashed 1 file(s) [Pipeline] } 22:42:46 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-49-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:42:47 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:42:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:42:48 + ls -al . 22:42:48 total 156 22:42:48 drwxrwxr-x 7 jenkins jenkins 4096 Apr 19 22:42 . 22:42:48 drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 22:40 .. 22:42:48 drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 22:40 .git 22:42:48 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 22:40 .github 22:42:48 -rw-rw-r-- 1 jenkins jenkins 277 Apr 19 22:40 .gitignore 22:42:48 -rw-rw-r-- 1 jenkins jenkins 8039 Apr 19 22:40 Attribution.txt 22:42:48 -rw-rw-r-- 1 jenkins jenkins 1905 Apr 19 22:40 Dockerfile 22:42:48 -rw-rw-r-- 1 jenkins jenkins 998 Apr 19 22:40 Dockerfile.build 22:42:48 -rw-rw-r-- 1 jenkins jenkins 660 Apr 19 22:40 Jenkinsfile 22:42:48 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 19 22:40 LICENSE 22:42:48 -rw-rw-r-- 1 jenkins jenkins 921 Apr 19 22:40 Makefile 22:42:48 -rw-rw-r-- 1 jenkins jenkins 2745 Apr 19 22:40 README.md 22:42:48 -rw-rw-r-- 1 jenkins jenkins 12 Apr 19 22:37 VERSION 22:42:48 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 22:40 bin 22:42:48 drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 22:40 cmd 22:42:48 -rw-r--r-- 1 jenkins jenkins 47247 Apr 19 22:42 coverage.out 22:42:48 -rw-r--r-- 1 jenkins jenkins 809 Apr 19 22:42 go.mod 22:42:48 -rw-r--r-- 1 jenkins jenkins 23363 Apr 19 22:42 go.sum 22:42:48 drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 22:40 internal 22:42:48 -rw-rw-r-- 1 jenkins jenkins 235 Apr 19 22:40 version.go [Pipeline] isUnix [Pipeline] sh 22:42:49 + docker build -t docker-device-virtual-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=f22f876e599b70c9e0b9005e06686315ad76e5c7 --label arch=arm64 --label version=1.3.2-dev.10 . 22:42:49 Sending build context to Docker daemon 591.4kB 22:42:49 Step 1/25 : ARG BASE=golang:1.15-alpine3.12 22:42:49 Step 2/25 : FROM ${BASE} AS builder 22:42:49 ---> 5704b45b3cec 22:42:49 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 22:42:49 ---> Running in 1d8b060a3c0f 22:42:50 Removing intermediate container 1d8b060a3c0f 22:42:50 ---> b7eb788751e4 22:42:50 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 22:42:50 ---> Running in 8804cf4024cf 22:42:50 Removing intermediate container 8804cf4024cf 22:42:50 ---> 82daf48d9448 22:42:50 Step 5/25 : WORKDIR /device-virtual-go 22:42:50 ---> Running in f7b6624eae12 22:42:51 Removing intermediate container f7b6624eae12 22:42:51 ---> e3b669844c09 22:42:51 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:42:51 ---> Running in d554054e0613 22:42:53 Removing intermediate container d554054e0613 22:42:53 ---> 5ec9e084463e 22:42:53 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:42:53 ---> Running in feb9421ac9e5 22:42:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:42:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:42:56 OK: 149 MiB in 52 packages 22:42:57 Removing intermediate container feb9421ac9e5 22:42:57 ---> d801ceaa5ba4 22:42:57 Step 8/25 : COPY . . 22:42:58 ---> e8ca2fde11eb 22:42:58 Step 9/25 : RUN go mod download 22:42:58 ---> Running in 67f4038d4653 22:43:01 Removing intermediate container 67f4038d4653 22:43:01 ---> ff64add1611c 22:43:01 Step 10/25 : ARG MAKE='make build' 22:43:01 ---> Running in 37aaecac883f 22:43:01 Removing intermediate container 37aaecac883f 22:43:01 ---> 5e41b55aced7 22:43:01 Step 11/25 : RUN $MAKE 22:43:01 ---> Running in 90014d62b626 22:43:02 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.10" -o cmd/device-virtual ./cmd 22:43:59 CGO_ENABLED=1 GO111MODULE=on go build ./... 22:44:06 Removing intermediate container 90014d62b626 22:44:06 ---> 6f75702cbdbb 22:44:06 Step 12/25 : FROM alpine:3.12 22:44:06 3.12: Pulling from library/alpine 22:44:06 d2f70382dc9a: Pulling fs layer 22:44:06 d2f70382dc9a: Download complete 22:44:06 d2f70382dc9a: Pull complete 22:44:06 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:44:06 Status: Downloaded newer image for alpine:3.12 22:44:06 ---> 9852663dfa18 22:44:06 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 22:44:06 ---> Running in 3a28e27b58ca 22:44:07 Removing intermediate container 3a28e27b58ca 22:44:07 ---> 4a49941ad786 22:44:07 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:44:07 ---> Running in 239855e14260 22:44:09 Removing intermediate container 239855e14260 22:44:09 ---> eb629e146231 22:44:09 Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init 22:44:09 ---> Running in 0dbed98aa59e 22:44:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:44:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:44:12 (1/6) Installing dumb-init (1.2.2-r1) 22:44:12 (2/6) Installing libgcc (9.3.0-r2) 22:44:12 (3/6) Installing libsodium (1.0.18-r0) 22:44:12 (4/6) Installing libstdc++ (9.3.0-r2) 22:44:12 (5/6) Installing libzmq (4.3.3-r0) 22:44:13 (6/6) Installing zeromq (4.3.3-r0) 22:44:13 Executing busybox-1.31.1-r20.trigger 22:44:13 OK: 8 MiB in 20 packages 22:44:14 Removing intermediate container 0dbed98aa59e 22:44:14 ---> 92938d8ab64e 22:44:14 Step 16/25 : WORKDIR / 22:44:14 ---> Running in cf29d1fc3d48 22:44:15 Removing intermediate container cf29d1fc3d48 22:44:15 ---> d76cb6499c14 22:44:15 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 22:44:16 ---> ffd03a241f85 22:44:16 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 22:44:16 ---> 673589ea1f4f 22:44:16 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 22:44:18 ---> 39d8bb6f855f 22:44:18 Step 20/25 : EXPOSE 49990 22:44:18 ---> Running in 3d8fd4137c1a 22:44:18 Removing intermediate container 3d8fd4137c1a 22:44:18 ---> 22716203620e 22:44:18 Step 21/25 : ENTRYPOINT ["/device-virtual"] 22:44:18 ---> Running in 3003e536316b 22:44:19 Removing intermediate container 3003e536316b 22:44:19 ---> 5011ccb2d9b2 22:44:19 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:44:19 ---> Running in 1da6a7870479 22:44:19 Removing intermediate container 1da6a7870479 22:44:19 ---> 5b13795c8713 22:44:19 Step 23/25 : LABEL arch=arm64 22:44:20 ---> Running in 3a401822c83b 22:44:20 Removing intermediate container 3a401822c83b 22:44:20 ---> baeb6b692318 22:44:20 Step 24/25 : LABEL git_sha=f22f876e599b70c9e0b9005e06686315ad76e5c7 22:44:20 ---> Running in d29c66cd5bee 22:44:21 Removing intermediate container d29c66cd5bee 22:44:21 ---> 6b7c61aa283c 22:44:21 Step 25/25 : LABEL version=1.3.2-dev.10 22:44:21 ---> Running in 21eb63836764 22:44:21 Removing intermediate container 21eb63836764 22:44:21 ---> 65bc85c9980e 22:44:21 [Warning] One or more build-args [ARCH] were not consumed 22:44:21 Successfully built 65bc85c9980e 22:44:21 Successfully tagged docker-device-virtual-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:44:22 provisioning config files... 22:44:22 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/49@tmp/config861778650667272522tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:44:22 ---> docker-login.sh 22:44:22 nexus3.edgexfoundry.org:10001 22:44:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:23 Configure a credential helper to remove this warning. See 22:44:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:23 22:44:23 Login Succeeded 22:44:23 nexus3.edgexfoundry.org:10002 22:44:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:23 Configure a credential helper to remove this warning. See 22:44:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:23 22:44:23 Login Succeeded 22:44:23 nexus3.edgexfoundry.org:10003 22:44:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:24 Configure a credential helper to remove this warning. See 22:44:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:24 22:44:24 Login Succeeded 22:44:24 nexus3.edgexfoundry.org:10004 22:44:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:24 Configure a credential helper to remove this warning. See 22:44:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:24 22:44:24 Login Succeeded 22:44:24 docker.io 22:44:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:25 Configure a credential helper to remove this warning. See 22:44:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:25 22:44:25 Login Succeeded 22:44:25 ---> docker-login.sh ends [Pipeline] } 22:44:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:44:25 [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: 22:44:25 f22f876e599b70c9e0b9005e06686315ad76e5c7 22:44:25 latest 22:44:25 1.3.2-dev.10 22:44:25 f22f876e599b70c9e0b9005e06686315ad76e5c7-1.3.2-dev.10 22:44:25 master 22:44:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:44:26 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:f22f876e599b70c9e0b9005e06686315ad76e5c7 [Pipeline] isUnix [Pipeline] sh 22:44:26 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:f22f876e599b70c9e0b9005e06686315ad76e5c7 22:44:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 22:44:26 4f77c47ce82b: Preparing 22:44:26 c1a1acc7786e: Preparing 22:44:26 2cf18a1ba68f: Preparing 22:44:26 22e4018967d7: Preparing 22:44:26 968ac744ee4f: Preparing 22:44:26 3fbe34a1663b: Preparing 22:44:26 3fbe34a1663b: Waiting 22:44:26 c1a1acc7786e: Pushed 22:44:26 2cf18a1ba68f: Pushed 22:44:26 968ac744ee4f: Pushed 22:44:27 3fbe34a1663b: Layer already exists 22:44:27 22e4018967d7: Pushed 22:44:31 4f77c47ce82b: Pushed 22:44:31 f22f876e599b70c9e0b9005e06686315ad76e5c7: digest: sha256:78e070ea57a40350ccec9dc7f656cb72d1a30b03c389e1b34a9af90c9adce3fe size: 1572 [Pipeline] isUnix [Pipeline] sh 22:44:31 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:44:31 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest 22:44:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 22:44:31 4f77c47ce82b: Preparing 22:44:31 c1a1acc7786e: Preparing 22:44:31 2cf18a1ba68f: Preparing 22:44:31 22e4018967d7: Preparing 22:44:31 968ac744ee4f: Preparing 22:44:31 3fbe34a1663b: Preparing 22:44:31 3fbe34a1663b: Waiting 22:44:31 2cf18a1ba68f: Layer already exists 22:44:31 968ac744ee4f: Layer already exists 22:44:31 c1a1acc7786e: Layer already exists 22:44:31 22e4018967d7: Layer already exists 22:44:31 4f77c47ce82b: Layer already exists 22:44:31 3fbe34a1663b: Layer already exists 22:44:31 latest: digest: sha256:78e070ea57a40350ccec9dc7f656cb72d1a30b03c389e1b34a9af90c9adce3fe size: 1572 [Pipeline] isUnix [Pipeline] sh 22:44:32 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.10 [Pipeline] isUnix [Pipeline] sh 22:44:32 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.10 22:44:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 22:44:32 4f77c47ce82b: Preparing 22:44:32 c1a1acc7786e: Preparing 22:44:32 2cf18a1ba68f: Preparing 22:44:32 22e4018967d7: Preparing 22:44:32 968ac744ee4f: Preparing 22:44:32 3fbe34a1663b: Preparing 22:44:32 3fbe34a1663b: Waiting 22:44:32 968ac744ee4f: Layer already exists 22:44:32 2cf18a1ba68f: Layer already exists 22:44:32 4f77c47ce82b: Layer already exists 22:44:32 c1a1acc7786e: Layer already exists 22:44:32 22e4018967d7: Layer already exists 22:44:32 3fbe34a1663b: Layer already exists 22:44:32 1.3.2-dev.10: digest: sha256:78e070ea57a40350ccec9dc7f656cb72d1a30b03c389e1b34a9af90c9adce3fe size: 1572 [Pipeline] isUnix [Pipeline] sh 22:44:33 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:f22f876e599b70c9e0b9005e06686315ad76e5c7-1.3.2-dev.10 [Pipeline] isUnix [Pipeline] sh 22:44:33 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:f22f876e599b70c9e0b9005e06686315ad76e5c7-1.3.2-dev.10 22:44:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 22:44:33 4f77c47ce82b: Preparing 22:44:33 c1a1acc7786e: Preparing 22:44:33 2cf18a1ba68f: Preparing 22:44:33 22e4018967d7: Preparing 22:44:33 968ac744ee4f: Preparing 22:44:33 3fbe34a1663b: Preparing 22:44:33 3fbe34a1663b: Waiting 22:44:33 c1a1acc7786e: Layer already exists 22:44:33 22e4018967d7: Layer already exists 22:44:33 968ac744ee4f: Layer already exists 22:44:33 4f77c47ce82b: Layer already exists 22:44:33 2cf18a1ba68f: Layer already exists 22:44:33 3fbe34a1663b: Layer already exists 22:44:33 f22f876e599b70c9e0b9005e06686315ad76e5c7-1.3.2-dev.10: digest: sha256:78e070ea57a40350ccec9dc7f656cb72d1a30b03c389e1b34a9af90c9adce3fe size: 1572 [Pipeline] isUnix [Pipeline] sh 22:44:34 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh 22:44:34 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master 22:44:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 22:44:34 4f77c47ce82b: Preparing 22:44:34 c1a1acc7786e: Preparing 22:44:34 2cf18a1ba68f: Preparing 22:44:34 22e4018967d7: Preparing 22:44:34 968ac744ee4f: Preparing 22:44:34 3fbe34a1663b: Preparing 22:44:34 3fbe34a1663b: Waiting 22:44:34 4f77c47ce82b: Layer already exists 22:44:34 22e4018967d7: Layer already exists 22:44:34 2cf18a1ba68f: Layer already exists 22:44:34 968ac744ee4f: Layer already exists 22:44:34 c1a1acc7786e: Layer already exists 22:44:34 3fbe34a1663b: Layer already exists 22:44:34 master: digest: sha256:78e070ea57a40350ccec9dc7f656cb72d1a30b03c389e1b34a9af90c9adce3fe size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:44:34 ===================================================== [Pipeline] echo 22:44:34 taggedImages: 22:44:34 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:f22f876e599b70c9e0b9005e06686315ad76e5c7 22:44:34 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest 22:44:34 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.10 22:44:34 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:f22f876e599b70c9e0b9005e06686315ad76e5c7-1.3.2-dev.10 22:44:34 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:44:35 ---> job-cost.sh 22:44:35 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0WHN 22:45:31 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:47:38 lf-activate-venv(): INFO: Adding /tmp/venv-0WHN/bin to PATH 22:47:38 INFO: No Stack... 22:47:38 INFO: Retrieving Pricing Info for: lf-standard-4 22:47:38 INFO: Archiving Costs [Pipeline] sh 22:47:39 + cat /w/workspace/device-virtual-go/49/archives/cost.csv 22:47:39 + cut -d, -f6 [Pipeline] lock 22:47:39 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-49-stack-cost] 22:47:39 Resource [jenkins-edgexfoundry-device-virtual-go-master-49-stack-cost] did not exist. Created. 22:47:39 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-49-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:47:39 /w/workspace/device-virtual-go/49@tmp/durable-6525e591/script.sh: 1: /w/workspace/device-virtual-go/49@tmp/durable-6525e591/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 22:47:39 + echo total: 0.20999999344348907 [Pipeline] stash 22:47:40 Warning: overwriting stash ‘stack-cost’ 22:47:40 Stashed 1 file(s) [Pipeline] } 22:47:40 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-49-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 22:47:40 provisioning config files... 22:47:40 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config2617604679188521929tmp [Pipeline] { [Pipeline] sh 22:47:40 + set +x 22:47:40 + curl -s https://codecov.io/bash 22:47:40 + bash -s -- 22:47:41 22:47:41 _____ _ 22:47:41 / ____| | | 22:47:41 | | ___ __| | ___ ___ _____ __ 22:47:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:47:41 | |___| (_) | (_| | __/ (_| (_) \ V / 22:47:41 \_____\___/ \__,_|\___|\___\___/ \_/ 22:47:41 Bash-1.0.1 22:47:41 22:47:41 22:47:41 ==> git version 2.24.3 found 22:47:41 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 22:47:41 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:47:41 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:47:41 ==> Jenkins CI detected. 22:47:41 project root: . 22:47:41 --> token set from env 22:47:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:47:41 ==> Running gcov in . (disable via -X gcov) 22:47:41 ==> Python coveragepy not found 22:47:41 ==> Searching for coverage reports in: 22:47:41 + . 22:47:41 -> Found 1 reports 22:47:41 ==> Detecting git/mercurial file structure 22:47:41 ==> Reading reports 22:47:41 + ./coverage.out bytes=47247 22:47:41 ==> Appending adjustments 22:47:41 https://docs.codecov.io/docs/fixing-reports 22:47:41 + Found adjustments 22:47:41 ==> Gzipping contents 22:47:41 8.0K /tmp/codecov.7wqiTn.gz 22:47:41 ==> Uploading reports 22:47:41 url: https://codecov.io 22:47:41 query: branch=master&commit=f22f876e599b70c9e0b9005e06686315ad76e5c7&build=49&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F49%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:47:41 -> Pinging Codecov 22:47:41 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=f22f876e599b70c9e0b9005e06686315ad76e5c7&build=49&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F49%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:47:42 -> Uploading to 22:47:42 https://storage.googleapis.com/codecov/v4/raw/2021-04-19/5E52B4B073DB2E39498172D8E973AA87/f22f876e599b70c9e0b9005e06686315ad76e5c7/5e175950-88a7-42c0-9f54-72fb7270f52e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T224741Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=13c3da82ee9fc1af0c20b242a2ef50ad37b0158867215831f62414137f744c15 22:47:42 % Total % Received % Xferd Average Speed Time Time Time Current 22:47:42 Dload Upload Total Spent Left Speed 22:47:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5768 0 0 100 5768 0 13262 --:--:-- --:--:-- --:--:-- 13290 22:47:42 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/f22f876e599b70c9e0b9005e06686315ad76e5c7 [Pipeline] } 22:47:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:47:42 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:47:42 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:47:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:47:42 22:47:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 22:47:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:47:43 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:47:43 188c0c94c7c5: Pulling fs layer 22:47:43 0ef7d3d256c8: Pulling fs layer 22:47:43 de9db76c5a1d: Pulling fs layer 22:47:43 0eba1c9be4d2: Pulling fs layer 22:47:43 0d57e429df01: Pulling fs layer 22:47:43 4e4be7b47b0d: Pulling fs layer 22:47:43 e1f770b5df2f: Pulling fs layer 22:47:43 85a0685a4137: Pulling fs layer 22:47:43 0d57e429df01: Waiting 22:47:43 4e4be7b47b0d: Waiting 22:47:43 e1f770b5df2f: Waiting 22:47:43 85a0685a4137: Waiting 22:47:43 0eba1c9be4d2: Waiting 22:47:43 de9db76c5a1d: Download complete 22:47:43 0ef7d3d256c8: Verifying Checksum 22:47:43 0ef7d3d256c8: Download complete 22:47:43 0d57e429df01: Verifying Checksum 22:47:43 0d57e429df01: Download complete 22:47:43 4e4be7b47b0d: Verifying Checksum 22:47:43 4e4be7b47b0d: Download complete 22:47:43 188c0c94c7c5: Download complete 22:47:43 188c0c94c7c5: Pull complete 22:47:44 0ef7d3d256c8: Pull complete 22:47:44 e1f770b5df2f: Verifying Checksum 22:47:44 e1f770b5df2f: Download complete 22:47:44 de9db76c5a1d: Pull complete 22:47:46 0eba1c9be4d2: Verifying Checksum 22:47:46 0eba1c9be4d2: Download complete 22:47:46 85a0685a4137: Verifying Checksum 22:47:46 85a0685a4137: Download complete 22:47:51 0eba1c9be4d2: Pull complete 22:47:51 0d57e429df01: Pull complete 22:47:51 4e4be7b47b0d: Pull complete 22:47:53 e1f770b5df2f: Pull complete 22:48:01 85a0685a4137: Pull complete 22:48:01 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 22:48:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:48:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 22:48:01 prd-centos7-docker-4c-2g-1002 does not seem to be running inside a container 22:48:01 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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 22:48:02 $ docker top ef3053d884e45d53333a7664561f1706b6d3c9de9879b28d30d292fb4575b512 -eo pid,comm [Pipeline] { [Pipeline] echo 22:48:03 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 22:48:03 + set -o pipefail 22:48:03 + snyk monitor '--org=edgex-jenkins' 22:48:11 22:48:11 Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... 22:48:11 22:48:11 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/da064106-9bf0-456a-8e2f-b09cc63a02a4 22:48:11 22:48:11 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:48:11 22:48:11 22:48:11 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 22:48:11 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 22:48:11 $ docker stop --time=1 ef3053d884e45d53333a7664561f1706b6d3c9de9879b28d30d292fb4575b512 22:48:14 $ docker rm -f ef3053d884e45d53333a7664561f1706b6d3c9de9879b28d30d292fb4575b512 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:48:15 + git log --format=format:%s -1 f22f876e599b70c9e0b9005e06686315ad76e5c7 [Pipeline] isUnix [Pipeline] sh 22:48:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:48:15 . [Pipeline] withDockerContainer 22:48:16 prd-centos7-docker-4c-2g-1002 does not seem to be running inside a container 22:48:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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 22:48:16 $ docker top 1ea3944b680333e37d34ee1237e9849b75915e48d08bad5e9bd51028c8943038 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:48:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:48:16 [ssh-agent] Looking for ssh-agent implementation... 22:48:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:48:17 $ docker exec 1ea3944b680333e37d34ee1237e9849b75915e48d08bad5e9bd51028c8943038 ssh-agent 22:48:17 SSH_AUTH_SOCK=/tmp/ssh-5pJ0dtQ3w1cv/agent.12 22:48:17 SSH_AGENT_PID=17 22:48:17 Running ssh-add (command line suppressed) 22:48:17 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_4180332188650248806.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_4180332188650248806.key) 22:48:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:48:17 + git semver tag 22:48:17 # -> Open(): unable to determine branch for HEAD 22:48:17 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 22:48:17 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 22:48:17 # $SEMVER_REMOTE_NAME = origin 22:48:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:48:17 # $SEMVER_USER_NAME = edgex-jenkins 22:48:17 # $SEMVER_BRANCH = master 22:48:17 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 22:48:17 # f22f876e599b70c9e0b9005e06686315ad76e5c7 HEAD 22:48:17 # -> Force: false 22:48:17 # f9f2117451f07453b57f5904d25ba2ea7f8dde9c refs/tags/v1.3.2-dev.10 [Pipeline] } 22:48:17 $ docker exec --env ******** --env ******** 1ea3944b680333e37d34ee1237e9849b75915e48d08bad5e9bd51028c8943038 ssh-agent -k 22:48:17 unset SSH_AUTH_SOCK; 22:48:17 unset SSH_AGENT_PID; 22:48:17 echo Agent pid 17 killed; 22:48:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:48:18 + git semver [Pipeline] } 22:48:18 $ docker stop --time=1 1ea3944b680333e37d34ee1237e9849b75915e48d08bad5e9bd51028c8943038 22:48:19 $ docker rm -f 1ea3944b680333e37d34ee1237e9849b75915e48d08bad5e9bd51028c8943038 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:48:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:48:20 22:48:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:48:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:48:20 0.23.1-centos7: Pulling from edgex-lftools 22:48:20 ab5ef0e58194: Pulling fs layer 22:48:20 9712f1f96733: Pulling fs layer 22:48:20 63f879dbbcfc: Pulling fs layer 22:48:20 0d9ebad4ef96: Pulling fs layer 22:48:20 e9a5061849ea: Pulling fs layer 22:48:20 d747dcd14b5f: Pulling fs layer 22:48:20 2de7ff778b66: Pulling fs layer 22:48:20 0d9ebad4ef96: Waiting 22:48:20 d747dcd14b5f: Waiting 22:48:20 e9a5061849ea: Waiting 22:48:20 2de7ff778b66: Waiting 22:48:20 9712f1f96733: Verifying Checksum 22:48:20 9712f1f96733: Download complete 22:48:21 63f879dbbcfc: Verifying Checksum 22:48:21 63f879dbbcfc: Download complete 22:48:21 e9a5061849ea: Verifying Checksum 22:48:21 e9a5061849ea: Download complete 22:48:21 d747dcd14b5f: Download complete 22:48:22 2de7ff778b66: Verifying Checksum 22:48:22 2de7ff778b66: Download complete 22:48:22 ab5ef0e58194: Verifying Checksum 22:48:22 ab5ef0e58194: Download complete 22:48:22 0d9ebad4ef96: Verifying Checksum 22:48:22 0d9ebad4ef96: Download complete 22:48:27 ab5ef0e58194: Pull complete 22:48:27 9712f1f96733: Pull complete 22:48:28 63f879dbbcfc: Pull complete 22:48:34 0d9ebad4ef96: Pull complete 22:48:35 e9a5061849ea: Pull complete 22:48:35 d747dcd14b5f: Pull complete 22:48:37 2de7ff778b66: Pull complete 22:48:37 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:48:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:48:37 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:48:38 prd-centos7-docker-4c-2g-1002 does not seem to be running inside a container 22:48:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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 22:48:41 $ docker top c1789f9357ab28f12f58c5f62cb6d3b5df4b60854fd78e2e2f07cbd8350cb476 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:48:42 provisioning config files... 22:48:42 copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config809411738532323049tmp 22:48:42 copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config1452158810572064677tmp 22:48:42 copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config125704997635622410tmp [Pipeline] { [Pipeline] echo 22:48:42 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:48:42 ---> sigul-configuration.sh 22:48:42 gpg: directory `/root/.gnupg' created 22:48:42 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:48:42 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:48:42 gpg: keyring `/root/.gnupg/secring.gpg' created 22:48:42 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:48:42 gpg: CAST5 encrypted data 22:48:42 gpg: encrypted with 1 passphrase 22:48:42 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:48:42 + mkdir /home/jenkins 22:48:42 + mkdir /home/jenkins/sigul [Pipeline] sh 22:48:43 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 22:48:43 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:48:43 ---> sigul-install.sh 22:48:50 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:48:50 + git tag --list 22:48:50 v1.0.0 22:48:50 v1.1.0 22:48:50 v1.1.1 22:48:50 v1.2.1 22:48:50 v1.2.2 22:48:50 v1.2.3 22:48:50 v1.3.0 22:48:50 v1.3.1 22:48:50 v1.3.1-dev.1 22:48:50 v1.3.1-dev.2 22:48:50 v1.3.1-dev.3 22:48:50 v1.3.1-dev.4 22:48:50 v1.3.1-dev.5 22:48:50 v1.3.2-dev.1 22:48:50 v1.3.2-dev.10 22:48:50 v1.3.2-dev.2 22:48:50 v1.3.2-dev.3 22:48:50 v1.3.2-dev.4 22:48:50 v1.3.2-dev.5 22:48:50 v1.3.2-dev.6 22:48:50 v1.3.2-dev.7 22:48:50 v1.3.2-dev.8 22:48:50 v1.3.2-dev.9 [Pipeline] sh 22:48:50 + lftools sign git-tag v1.3.2-dev.10 22:48:52 Signing Git tag with Sigul... 22:48:52 Signing v1.3.2-dev.10 [Pipeline] echo 22:48:53 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:48:53 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:48:53 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:48:53 $ docker stop --time=1 c1789f9357ab28f12f58c5f62cb6d3b5df4b60854fd78e2e2f07cbd8350cb476 22:48:55 $ docker rm -f c1789f9357ab28f12f58c5f62cb6d3b5df4b60854fd78e2e2f07cbd8350cb476 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:48:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:48:56 . [Pipeline] withDockerContainer 22:48:56 prd-centos7-docker-4c-2g-1002 does not seem to be running inside a container 22:48:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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 22:48:57 $ docker top 64858244af9753861c4da0ae03d20c78edd5f4123418b51c494d77069993109d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:48:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:48:57 [ssh-agent] Looking for ssh-agent implementation... 22:48:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:48:57 $ docker exec 64858244af9753861c4da0ae03d20c78edd5f4123418b51c494d77069993109d ssh-agent 22:48:57 SSH_AUTH_SOCK=/tmp/ssh-8X3aoXHY7nQK/agent.12 22:48:57 SSH_AGENT_PID=18 22:48:57 Running ssh-add (command line suppressed) 22:48:57 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_5845359153828548433.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_5845359153828548433.key) 22:48:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:48:58 + git semver bump pre 22:48:58 # -> Open(): unable to determine branch for HEAD 22:48:58 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 22:48:58 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 22:48:58 # $SEMVER_REMOTE_NAME = origin 22:48:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:48:58 # $SEMVER_USER_NAME = edgex-jenkins 22:48:58 # $SEMVER_BRANCH = master 22:48:58 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 22:48:58 1.3.2-dev.11 [Pipeline] } 22:48:58 $ docker exec --env ******** --env ******** 64858244af9753861c4da0ae03d20c78edd5f4123418b51c494d77069993109d ssh-agent -k 22:48:58 unset SSH_AUTH_SOCK; 22:48:58 unset SSH_AGENT_PID; 22:48:58 echo Agent pid 18 killed; 22:48:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:48:58 + git semver [Pipeline] } 22:48:58 $ docker stop --time=1 64858244af9753861c4da0ae03d20c78edd5f4123418b51c494d77069993109d 22:48:59 $ docker rm -f 64858244af9753861c4da0ae03d20c78edd5f4123418b51c494d77069993109d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:49:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:49:00 . [Pipeline] withDockerContainer 22:49:00 prd-centos7-docker-4c-2g-1002 does not seem to be running inside a container 22:49:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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 22:49:01 $ docker top d9599f8eaa3dadc82a76a0a4f6c142c3f27a69f1eb45d491c152938435cd28b6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:49:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:49:01 [ssh-agent] Looking for ssh-agent implementation... 22:49:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:49:01 $ docker exec d9599f8eaa3dadc82a76a0a4f6c142c3f27a69f1eb45d491c152938435cd28b6 ssh-agent 22:49:01 SSH_AUTH_SOCK=/tmp/ssh-ViZItTugRupa/agent.11 22:49:01 SSH_AGENT_PID=16 22:49:01 Running ssh-add (command line suppressed) 22:49:01 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_5757946319759500254.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_5757946319759500254.key) 22:49:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:49:02 + git semver push 22:49:02 # -> Open(): unable to determine branch for HEAD 22:49:02 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 22:49:02 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 22:49:02 # $SEMVER_REMOTE_NAME = origin 22:49:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:49:02 # $SEMVER_USER_NAME = edgex-jenkins 22:49:02 # $SEMVER_BRANCH = master 22:49:02 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 22:49:08 $ docker exec --env ******** --env ******** d9599f8eaa3dadc82a76a0a4f6c142c3f27a69f1eb45d491c152938435cd28b6 ssh-agent -k 22:49:09 unset SSH_AUTH_SOCK; 22:49:09 unset SSH_AGENT_PID; 22:49:09 echo Agent pid 16 killed; 22:49:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:49:09 + git semver [Pipeline] } 22:49:09 $ docker stop --time=1 d9599f8eaa3dadc82a76a0a4f6c142c3f27a69f1eb45d491c152938435cd28b6 22:49:10 $ docker rm -f d9599f8eaa3dadc82a76a0a4f6c142c3f27a69f1eb45d491c152938435cd28b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 22:49:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:49:12 ---> package-listing.sh 22:49:12 ++ facter osfamily 22:49:12 ++ tr '[:upper:]' '[:lower:]' 22:49:12 + OS_FAMILY=redhat 22:49:12 + workspace=/w/workspace/foundry_device-virtual-go_master 22:49:12 + START_PACKAGES=/tmp/packages_start.txt 22:49:12 + END_PACKAGES=/tmp/packages_end.txt 22:49:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:49:12 + PACKAGES=/tmp/packages_start.txt 22:49:12 + '[' /w/workspace/foundry_device-virtual-go_master ']' 22:49:12 + PACKAGES=/tmp/packages_end.txt 22:49:12 + case "${OS_FAMILY}" in 22:49:12 + rpm -qa 22:49:12 + sort 22:49:17 + '[' -f /tmp/packages_start.txt ']' 22:49:17 + '[' -f /tmp/packages_end.txt ']' 22:49:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:49:17 + '[' /w/workspace/foundry_device-virtual-go_master ']' 22:49:17 + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ 22:49:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_master/archives/ [Pipeline] echo 22:49:17 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/foundry_device-virtual-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:49:18 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:49:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:49:18 22:49:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:49:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:49:18 alpine: Pulling from edgex-lftools-log-publisher 22:49:18 df20fa9351a1: Pulling fs layer 22:49:18 36b3adc4ff6f: Pulling fs layer 22:49:18 8ad3a11d3b57: Pulling fs layer 22:49:18 46f8f816bc3b: Pulling fs layer 22:49:18 93b61091891f: Pulling fs layer 22:49:18 93b9cdb0e59b: Pulling fs layer 22:49:18 5e14af77c1be: Pulling fs layer 22:49:18 01666e4c0597: Pulling fs layer 22:49:18 aa168da1d23b: Pulling fs layer 22:49:18 93b9cdb0e59b: Waiting 22:49:18 01666e4c0597: Waiting 22:49:18 5e14af77c1be: Waiting 22:49:18 46f8f816bc3b: Waiting 22:49:18 36b3adc4ff6f: Verifying Checksum 22:49:18 36b3adc4ff6f: Download complete 22:49:18 46f8f816bc3b: Download complete 22:49:18 df20fa9351a1: Verifying Checksum 22:49:18 df20fa9351a1: Download complete 22:49:18 93b9cdb0e59b: Verifying Checksum 22:49:18 93b9cdb0e59b: Download complete 22:49:18 5e14af77c1be: Verifying Checksum 22:49:18 5e14af77c1be: Download complete 22:49:18 93b61091891f: Download complete 22:49:18 01666e4c0597: Verifying Checksum 22:49:18 01666e4c0597: Download complete 22:49:19 df20fa9351a1: Pull complete 22:49:19 8ad3a11d3b57: Verifying Checksum 22:49:19 8ad3a11d3b57: Download complete 22:49:19 36b3adc4ff6f: Pull complete 22:49:20 8ad3a11d3b57: Pull complete 22:49:20 aa168da1d23b: Verifying Checksum 22:49:20 aa168da1d23b: Download complete 22:49:21 46f8f816bc3b: Pull complete 22:49:21 93b61091891f: Pull complete 22:49:21 93b9cdb0e59b: Pull complete 22:49:21 5e14af77c1be: Pull complete 22:49:21 01666e4c0597: Pull complete 22:49:30 aa168da1d23b: Pull complete 22:49:30 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:49:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:49:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:49:30 prd-centos7-docker-4c-2g-1002 does not seem to be running inside a container 22:49:30 $ 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/foundry_device-virtual-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/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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 22:49:32 $ docker top 199b941e432e612a4690d49eb387f21cbaf71e6c4039c15eca8c71a85ed8782c -eo pid,comm [Pipeline] { [Pipeline] sh 22:49:33 + touch /tmp/pre-build-complete [Pipeline] sh 22:49:33 + mkdir -p /var/log/sa [Pipeline] sh 22:49:33 + ls /var/log/sa-host 22:49:33 + sadf -c /var/log/sa-host/sa19 22:49:33 file_magic: OK 22:49:33 HZ: Using current value: 100 22:49:33 file_header: OK 22:49:33 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:49:33 Statistics: 22:49:33 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:49:33 File successfully converted to sysstat format version 12.2.1 22:49:33 + sadf -c /var/log/sa-host/sa23 22:49:33 file_magic: OK 22:49:33 HZ: Using current value: 100 22:49:33 file_header: OK 22:49:33 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:49:33 Statistics: 22:49:33 Hnuu...uuuununununu... 22:49:33 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:49:33 provisioning config files... 22:49:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config7977049931131273272tmp [Pipeline] { [Pipeline] echo 22:49:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:49:34 ---> create-netrc.sh [Pipeline] } 22:49:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:49:34 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:49:34 ---> python-tools-install.sh [Pipeline] echo 22:49:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:49:34 ---> sudo-logs.sh 22:49:34 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:49:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:49:35 ---> job-cost.sh 22:49:35 lf-activate-venv: SKIPPING 22:49:35 DEBUG: total: 0.20999999344348907 22:49:35 INFO: Retrieving Stack Cost... 22:49:36 INFO: Retrieving Pricing Info for: v1-standard-2 22:49:36 INFO: Archiving Costs [Pipeline] echo 22:49:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:49:37 ---> logs-deploy.sh 22:49:37 lf-activate-venv: SKIPPING 22:49:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/49 22:49:37 INFO: archiving workspace using pattern(s): 22:49:38 Archives upload complete. 22:49:38 INFO: archiving logs to Nexus