Pull request #163 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e925c42c1d4227fdf5cee209a910eb4948b68193+b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba (707bc8c065779e122c3d38599be9a831a61ada40) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-163/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-163/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19388 in /w/workspace/foundry_device-virtual-go_PR-163 [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_PR-163 # 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 Merging remotes/origin/master commit b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba into PR head commit e925c42c1d4227fdf5cee209a910eb4948b68193 Merge succeeded, producing e925c42c1d4227fdf5cee209a910eb4948b68193 Checking out Revision e925c42c1d4227fdf5cee209a910eb4948b68193 (PR-163) > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-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/pull/163/head:refs/remotes/origin/PR-163 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e925c42c1d4227fdf5cee209a910eb4948b68193 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e925c42c1d4227fdf5cee209a910eb4948b68193 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:10:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:10:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:10:35 ========================================================= 06:10:35 EdgeX Global Pipelines Version Info 06:10:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:10:37 ------------------- 06:10:37 stable info: 06:10:37 ------------------- 06:10:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:10:37 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 06:10:37 Message: update stable to v1.0.173 06:10:38 ------------------- 06:10:38 experimental info: 06:10:38 ------------------- 06:10:38 Commited By: **** collab-it+edgex@linuxfoundation.org 06:10:38 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 06:10:38 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:10:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 06:10:38 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 06:10:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:10:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:10:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:10:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:10:39 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:10:40 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:10:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:10:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:10:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:10:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 06:10:41 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:10:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:10:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:10:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:10:41 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:10:41 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:10:42 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:10:42 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:10:42 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:10:42 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:10:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:10:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:10:42 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:10:43 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 06:10:43 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 06:10:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-163 [Pipeline] echo 06:10:43 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-163 [Pipeline] echo 06:10:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-163 [Pipeline] echo 06:10:43 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e925c42c1d4227fdf5cee209a910eb4948b68193 [Pipeline] echo 06:10:44 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e925c42 [Pipeline] echo 06:10:44 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:10:44 provisioning config files... 06:10:44 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-163@tmp/config7937571077467941571tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:10:44 ---> docker-login.sh 06:10:44 nexus3.edgexfoundry.org:10001 06:10:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:45 Configure a credential helper to remove this warning. See 06:10:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:45 06:10:45 Login Succeeded 06:10:45 nexus3.edgexfoundry.org:10002 06:10:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:45 Configure a credential helper to remove this warning. See 06:10:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:45 06:10:45 Login Succeeded 06:10:45 nexus3.edgexfoundry.org:10003 06:10:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:45 Configure a credential helper to remove this warning. See 06:10:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:45 06:10:45 Login Succeeded 06:10:45 nexus3.edgexfoundry.org:10004 06:10:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:45 Configure a credential helper to remove this warning. See 06:10:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:45 06:10:45 Login Succeeded 06:10:45 docker.io 06:10:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:46 Configure a credential helper to remove this warning. See 06:10:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:46 06:10:46 Login Succeeded 06:10:46 ---> docker-login.sh ends [Pipeline] } 06:10:46 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 06:10:47 + git log --format=format:%s -1 e925c42c1d4227fdf5cee209a910eb4948b68193 [Pipeline] echo 06:10:47 GIT_COMMIT: e925c42c1d4227fdf5cee209a910eb4948b68193, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go [Pipeline] echo 06:10:47 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:10:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:10:48 06:10:48 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:10:48 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:10:48 latest: Pulling from edgex-devops/git-semver 06:10:48 31603596830f: Pulling fs layer 06:10:48 2a8b12db71e7: Pulling fs layer 06:10:48 6ca5941a6612: Pulling fs layer 06:10:48 ecc8261a40a4: Pulling fs layer 06:10:48 ecc8261a40a4: Waiting 06:10:48 2a8b12db71e7: Verifying Checksum 06:10:48 2a8b12db71e7: Download complete 06:10:49 31603596830f: Download complete 06:10:49 ecc8261a40a4: Verifying Checksum 06:10:49 ecc8261a40a4: Download complete 06:10:49 6ca5941a6612: Verifying Checksum 06:10:49 6ca5941a6612: Download complete 06:10:49 31603596830f: Pull complete 06:10:49 2a8b12db71e7: Pull complete 06:10:50 6ca5941a6612: Pull complete 06:10:51 ecc8261a40a4: Pull complete 06:10:51 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:10:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:10:51 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:10:51 prd-centos7-docker-4c-2g-19388 does not seem to be running inside a container 06:10:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-163 -v /w/workspace/foundry_device-virtual-go_PR-163:/w/workspace/foundry_device-virtual-go_PR-163:rw,z -v /w/workspace/foundry_device-virtual-go_PR-163@tmp:/w/workspace/foundry_device-virtual-go_PR-163@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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:10:53 $ docker top 5052ee214d6a4d430e22a6ed61063b619252aff24e1293944fb3dbf4fb3e4164 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:10:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:10:54 [ssh-agent] Looking for ssh-agent implementation... 06:10:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:10:54 $ docker exec 5052ee214d6a4d430e22a6ed61063b619252aff24e1293944fb3dbf4fb3e4164 ssh-agent 06:10:54 SSH_AUTH_SOCK=/tmp/ssh-uAAdRjNafAph/agent.11 06:10:54 SSH_AGENT_PID=17 06:10:54 Running ssh-add (command line suppressed) 06:10:54 Identity added: /w/workspace/foundry_device-virtual-go_PR-163@tmp/private_key_3276609061547237347.key (/w/workspace/foundry_device-virtual-go_PR-163@tmp/private_key_3276609061547237347.key) 06:10:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:10:55 + git tag --points-at HEAD [Pipeline] } 06:10:55 $ docker exec --env ******** --env ******** 5052ee214d6a4d430e22a6ed61063b619252aff24e1293944fb3dbf4fb3e4164 ssh-agent -k 06:10:55 unset SSH_AUTH_SOCK; 06:10:55 unset SSH_AGENT_PID; 06:10:55 echo Agent pid 17 killed; 06:10:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:10:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:10:55 [ssh-agent] Looking for ssh-agent implementation... 06:10:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:10:56 $ docker exec 5052ee214d6a4d430e22a6ed61063b619252aff24e1293944fb3dbf4fb3e4164 ssh-agent 06:10:56 SSH_AUTH_SOCK=/tmp/ssh-y8hR0pC1TBfZ/agent.46 06:10:56 SSH_AGENT_PID=51 06:10:56 Running ssh-add (command line suppressed) 06:10:56 Identity added: /w/workspace/foundry_device-virtual-go_PR-163@tmp/private_key_7644223242991687620.key (/w/workspace/foundry_device-virtual-go_PR-163@tmp/private_key_7644223242991687620.key) 06:10:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:10:56 + git semver init 06:10:56 # -> Open(): unable to determine branch for HEAD 06:10:56 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-163/.git 06:10:56 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-163 06:10:56 # $SEMVER_REMOTE_NAME = origin 06:10:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:10:56 # $SEMVER_USER_NAME = edgex-jenkins 06:10:56 # $SEMVER_BRANCH = PR-163 06:10:56 # $SEMVER_TEMP = /tmp/semver-331751173 06:10:56 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 06:10:57 # '/tmp/semver-331751173' -> '/w/workspace/foundry_device-virtual-go_PR-163/.semver' 06:10:57 # -> Force: false 06:10:57 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-163/.semver [Pipeline] } 06:10:57 $ docker exec --env ******** --env ******** 5052ee214d6a4d430e22a6ed61063b619252aff24e1293944fb3dbf4fb3e4164 ssh-agent -k 06:10:57 unset SSH_AUTH_SOCK; 06:10:57 unset SSH_AGENT_PID; 06:10:57 echo Agent pid 51 killed; 06:10:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:10:58 + git semver [Pipeline] } 06:10:58 $ docker stop --time=1 5052ee214d6a4d430e22a6ed61063b619252aff24e1293944fb3dbf4fb3e4164 06:10:59 $ docker rm -f 5052ee214d6a4d430e22a6ed61063b619252aff24e1293944fb3dbf4fb3e4164 [Pipeline] // withDockerContainer [Pipeline] sh 06:11:00 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:11:01 Stashed 1 file(s) [Pipeline] echo 06:11:01 [edgeXSemver]: initialized semver on version 0.0.0 [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 06:11:17 Still waiting to schedule task 06:11:17 Executor slot already in use; ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-19366’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-19361’ is offline; ‘prd-centos7-docker-4c-2g-19362’ is offline; ‘prd-centos7-docker-4c-2g-19363’ is offline; ‘prd-centos7-docker-4c-2g-19364’ is offline; ‘prd-centos7-docker-4c-2g-19368’ is offline; ‘prd-centos7-docker-4c-2g-19369’ is offline; ‘prd-centos7-docker-4c-2g-19379’ is offline; ‘prd-centos7-docker-4c-2g-19394’ is offline; ‘prd-centos7-docker-4c-2g-19395’ is offline; ‘prd-centos7-docker-4c-2g-19396’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-19367’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-19372’ doesn’t have label ‘centos7-docker-4c-2g’ 06:11:17 Still waiting to schedule task 06:11:17 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 06:15:20 Running on prd-centos7-docker-4c-2g-19398 in /w/workspace/foundry_device-virtual-go_PR-163 [Pipeline] { [Pipeline] ws 06:15:20 Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout 06:15:27 using credential edgex-jenkins-ssh 06:15:27 Cloning the remote Git repository 06:15:27 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 06:15:27 > git init /w/workspace/device-virtual-go/1 # timeout=10 06:15:27 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 06:15:27 > git --version # timeout=10 06:15:27 > git --version # 'git version 2.24.3' 06:15:27 using GIT_SSH to set credentials SSH Credentials for GitHub 06:15:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:15:29 Merging remotes/origin/master commit b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba into PR head commit e925c42c1d4227fdf5cee209a910eb4948b68193 06:15:29 Merge succeeded, producing e925c42c1d4227fdf5cee209a910eb4948b68193 06:15:29 Checking out Revision e925c42c1d4227fdf5cee209a910eb4948b68193 (PR-163) 06:15:28 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 06:15:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:15:28 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 06:15:28 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 06:15:28 using GIT_SSH to set credentials SSH Credentials for GitHub 06:15:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/163/head:refs/remotes/origin/PR-163 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:15:29 > git config core.sparsecheckout # timeout=10 06:15:29 > git checkout -f e925c42c1d4227fdf5cee209a910eb4948b68193 # timeout=10 06:15:29 > git remote # timeout=10 06:15:29 > git config --get remote.origin.url # timeout=10 06:15:29 using GIT_SSH to set credentials SSH Credentials for GitHub 06:15:29 > git merge b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba # timeout=10 06:15:29 > git rev-parse HEAD^{commit} # timeout=10 06:15:29 > git config core.sparsecheckout # timeout=10 06:15:29 > git checkout -f e925c42c1d4227fdf5cee209a910eb4948b68193 # timeout=10 06:15:33 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go" 06:15:33 > git --version # timeout=10 06:15:33 > git --version # 'git version 2.24.3' 06:15:33 fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:15:35 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:15:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:15:36 + sudo service docker restart 06:15:36 + true 06:15:36 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:15:37 provisioning config files... 06:15:37 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config8216912648976603877tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:15:38 ---> docker-login.sh 06:15:38 nexus3.edgexfoundry.org:10001 06:15:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:15:38 Configure a credential helper to remove this warning. See 06:15:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:15:38 06:15:38 Login Succeeded 06:15:38 nexus3.edgexfoundry.org:10002 06:15:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:15:39 Configure a credential helper to remove this warning. See 06:15:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:15:39 06:15:39 Login Succeeded 06:15:39 nexus3.edgexfoundry.org:10003 06:15:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:15:39 Configure a credential helper to remove this warning. See 06:15:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:15:39 06:15:39 Login Succeeded 06:15:39 nexus3.edgexfoundry.org:10004 06:15:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:15:39 Configure a credential helper to remove this warning. See 06:15:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:15:39 06:15:39 Login Succeeded 06:15:40 docker.io 06:15:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:15:40 Configure a credential helper to remove this warning. See 06:15:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:15:40 06:15:40 Login Succeeded 06:15:40 ---> docker-login.sh ends [Pipeline] } 06:15:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:15:42 ========================================================= 06:15:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:15:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:15:42 + 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 . 06:15:43 Sending build context to Docker daemon 480.8kB 06:15:43 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 06:15:43 Step 2/8 : FROM ${BASE} 06:15:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:15:43 188c0c94c7c5: Pulling fs layer 06:15:43 0ef7d3d256c8: Pulling fs layer 06:15:43 de9db76c5a1d: Pulling fs layer 06:15:43 bca2f99d35d6: Pulling fs layer 06:15:43 93359f2a8cfa: Pulling fs layer 06:15:43 7c6f9722023f: Pulling fs layer 06:15:43 a35cf1a2eb13: Pulling fs layer 06:15:43 bca2f99d35d6: Waiting 06:15:43 93359f2a8cfa: Waiting 06:15:43 7c6f9722023f: Waiting 06:15:43 a35cf1a2eb13: Waiting 06:15:43 de9db76c5a1d: Verifying Checksum 06:15:43 de9db76c5a1d: Download complete 06:15:43 0ef7d3d256c8: Download complete 06:15:43 93359f2a8cfa: Verifying Checksum 06:15:43 93359f2a8cfa: Download complete 06:15:43 7c6f9722023f: Verifying Checksum 06:15:43 7c6f9722023f: Download complete 06:15:43 188c0c94c7c5: Verifying Checksum 06:15:43 188c0c94c7c5: Download complete 06:15:43 188c0c94c7c5: Pull complete 06:15:44 0ef7d3d256c8: Pull complete 06:15:44 de9db76c5a1d: Pull complete 06:15:50 a35cf1a2eb13: Verifying Checksum 06:15:50 a35cf1a2eb13: Download complete 06:15:50 bca2f99d35d6: Verifying Checksum 06:15:50 bca2f99d35d6: Download complete 06:16:06 bca2f99d35d6: Pull complete 06:16:06 93359f2a8cfa: Pull complete 06:16:06 7c6f9722023f: Pull complete 06:16:13 a35cf1a2eb13: Pull complete 06:16:13 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:16:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:16:13 ---> a62c8e92a672 06:16:13 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 06:16:13 ---> Running in 7cd7a6be0d9f 06:16:13 Removing intermediate container 7cd7a6be0d9f 06:16:13 ---> c42420f6ea64 06:16:13 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:16:13 ---> Running in e4fdcb7634d0 06:16:15 Removing intermediate container e4fdcb7634d0 06:16:15 ---> c7a1431e5ec4 06:16:15 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 06:16:15 ---> Running in b54319ec7d6e 06:16:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:16:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:16:18 (1/14) Installing libmagic (5.38-r0) 06:16:18 (2/14) Installing file (5.38-r0) 06:16:18 (3/14) Installing libc-dev (0.7.2-r3) 06:16:18 (4/14) Installing g++ (9.3.0-r2) 06:16:45 (5/14) Installing fortify-headers (1.1-r0) 06:16:45 (6/14) Installing patch (2.7.6-r6) 06:16:45 (7/14) Installing build-base (0.5-r2) 06:16:45 (8/14) Installing openssh-keygen (8.3_p1-r1) 06:16:45 (9/14) Installing libedit (20191231.3.1-r0) 06:16:45 (10/14) Installing openssh-client (8.3_p1-r1) 06:16:45 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 06:16:45 (12/14) Installing openssh-server-common (8.3_p1-r1) 06:16:45 (13/14) Installing openssh-server (8.3_p1-r1) 06:16:45 (14/14) Installing openssh (8.3_p1-r1) 06:16:45 Executing busybox-1.31.1-r19.trigger 06:16:45 OK: 237 MiB in 53 packages 06:16:48 Removing intermediate container b54319ec7d6e 06:16:48 ---> b265cea17652 06:16:48 Step 6/8 : WORKDIR /device-virtual-go 06:16:48 ---> Running in ca3bb56075c3 06:16:48 Removing intermediate container ca3bb56075c3 06:16:48 ---> 27f85d341b4f 06:16:48 Step 7/8 : COPY . . 06:16:49 ---> 3f88f363c74d 06:16:49 Step 8/8 : RUN go mod download 06:16:49 ---> Running in 4394ee7eb12c 06:16:59 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19416 in /w/workspace/foundry_device-virtual-go_PR-163 [Pipeline] { [Pipeline] ws 06:16:59 Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout 06:17:05 using credential edgex-jenkins-ssh 06:17:05 Cloning the remote Git repository 06:17:05 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 06:17:05 > git init /w/workspace/device-virtual-go/1 # timeout=10 06:17:05 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 06:17:05 > git --version # timeout=10 06:17:05 > git --version # 'git version 2.17.1' 06:17:05 using GIT_SSH to set credentials SSH Credentials for GitHub 06:17:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:17:06 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 06:17:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:17:06 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 06:17:06 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 06:17:06 using GIT_SSH to set credentials SSH Credentials for GitHub 06:17:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/163/head:refs/remotes/origin/PR-163 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:17:07 Merging remotes/origin/master commit b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba into PR head commit e925c42c1d4227fdf5cee209a910eb4948b68193 06:17:07 Merge succeeded, producing e925c42c1d4227fdf5cee209a910eb4948b68193 06:17:07 Checking out Revision e925c42c1d4227fdf5cee209a910eb4948b68193 (PR-163) 06:17:07 > git config core.sparsecheckout # timeout=10 06:17:07 > git checkout -f e925c42c1d4227fdf5cee209a910eb4948b68193 # timeout=10 06:17:07 > git remote # timeout=10 06:17:07 > git config --get remote.origin.url # timeout=10 06:17:07 using GIT_SSH to set credentials SSH Credentials for GitHub 06:17:07 > git merge b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba # timeout=10 06:17:07 > git rev-parse HEAD^{commit} # timeout=10 06:17:07 > git config core.sparsecheckout # timeout=10 06:17:07 > git checkout -f e925c42c1d4227fdf5cee209a910eb4948b68193 # timeout=10 06:17:12 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go" 06:17:12 > git --version # timeout=10 06:17:12 > git --version # 'git version 2.17.1' 06:17:12 fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:17:14 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:17:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:17:15 + sudo service docker restart 06:17:15 + true 06:17:16 Removing intermediate container 4394ee7eb12c 06:17:16 ---> 1149a239ce6b 06:17:16 Successfully built 1149a239ce6b 06:17:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:17:17 + docker inspect -f . ci-base-image-x86_64 06:17:17 . [Pipeline] withDockerContainer 06:17:17 prd-centos7-docker-4c-2g-19398 does not seem to be running inside a container 06:17:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:17:19 $ docker top eb33028341b766482b5606fdfe52efd00cc794526c8d8fc1c311782018586270 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] wrap 06:17:20 provisioning config files... 06:17:20 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config2199279032030785196tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:17:20 + go version 06:17:20 go version go1.15.5 linux/amd64 [Pipeline] } 06:17:20 $ docker stop --time=1 eb33028341b766482b5606fdfe52efd00cc794526c8d8fc1c311782018586270 06:17:20 ---> docker-login.sh 06:17:20 nexus3.edgexfoundry.org:10001 06:17:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:17:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:17:21 Configure a credential helper to remove this warning. See 06:17:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:17:21 06:17:21 Login Succeeded 06:17:21 nexus3.edgexfoundry.org:10002 06:17:22 $ docker rm -f eb33028341b766482b5606fdfe52efd00cc794526c8d8fc1c311782018586270 06:17:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:17:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:17:22 Configure a credential helper to remove this warning. See 06:17:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:17:22 06:17:22 Login Succeeded 06:17:22 nexus3.edgexfoundry.org:10003 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 06:17:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:17:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:17:23 Configure a credential helper to remove this warning. See 06:17:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:17:23 06:17:23 Login Succeeded 06:17:23 nexus3.edgexfoundry.org:10004 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:17:23 + docker inspect -f . ci-base-image-x86_64 06:17:23 . [Pipeline] withDockerContainer 06:17:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:17:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:17:23 Configure a credential helper to remove this warning. See 06:17:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:17:23 06:17:23 Login Succeeded 06:17:23 docker.io 06:17:24 prd-centos7-docker-4c-2g-19398 does not seem to be running inside a container 06:17:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:17:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:17:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:17:24 Configure a credential helper to remove this warning. See 06:17:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:17:24 06:17:24 Login Succeeded 06:17:24 ---> docker-login.sh ends 06:17:25 $ docker top 7f69c7dc495b921bc92e69b8353139f604cf3b8ea05b55ce5d9ef0e9384d847b -eo pid,comm [Pipeline] { [Pipeline] } 06:17:26 Deleting 1 temporary files [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:17:26 ========================================================= 06:17:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:17:26 ========================================================= 06:17:27 + make test 06:17:27 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [Pipeline] isUnix [Pipeline] sh 06:17: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 . 06:17:27 Sending build context to Docker daemon 479.7kB 06:17:27 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 06:17:27 Step 2/8 : FROM ${BASE} 06:17:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:17:27 5f621e34cdf4: Pulling fs layer 06:17:27 a4357932f1b6: Pulling fs layer 06:17:27 18c013af1878: Pulling fs layer 06:17:27 00ac8860ef70: Pulling fs layer 06:17:27 63d7cb157983: Pulling fs layer 06:17:27 b116817d02f9: Pulling fs layer 06:17:27 745a02a5169b: Pulling fs layer 06:17:27 63d7cb157983: Waiting 06:17:27 b116817d02f9: Waiting 06:17:27 745a02a5169b: Waiting 06:17:27 00ac8860ef70: Waiting 06:17:27 18c013af1878: Download complete 06:17:27 a4357932f1b6: Download complete 06:17:27 63d7cb157983: Download complete 06:17:27 b116817d02f9: Verifying Checksum 06:17:27 b116817d02f9: Download complete 06:17:27 5f621e34cdf4: Download complete 06:17:28 5f621e34cdf4: Pull complete 06:17:29 a4357932f1b6: Pull complete 06:17:29 ? github.com/edgexfoundry/device-virtual-go [no test files] 06:17:29 18c013af1878: Pull complete 06:17:30 745a02a5169b: Verifying Checksum 06:17:30 745a02a5169b: Download complete 06:17:31 00ac8860ef70: Verifying Checksum 06:17:31 00ac8860ef70: Download complete 06:17:42 00ac8860ef70: Pull complete 06:17:42 63d7cb157983: Pull complete 06:17:42 b116817d02f9: Pull complete 06:17:46 745a02a5169b: Pull complete 06:17:46 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:17:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:17:46 ---> b7e6874047d6 06:17:46 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 06:17:48 ---> Running in 22be383e091f 06:17:49 Removing intermediate container 22be383e091f 06:17:49 ---> b4ca1fbc4036 06:17:49 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:17:49 ---> Running in 61d20838bea1 06:17:51 Removing intermediate container 61d20838bea1 06:17:51 ---> 102d4b17d18b 06:17:51 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 06:17:51 ---> Running in fa8604b3e5f6 06:17:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:17:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:17:54 (1/14) Installing libmagic (5.38-r0) 06:17:54 (2/14) Installing file (5.38-r0) 06:17:54 (3/14) Installing libc-dev (0.7.2-r3) 06:17:55 (4/14) Installing g++ (9.3.0-r2) 06:18:00 (5/14) Installing fortify-headers (1.1-r0) 06:18:00 (6/14) Installing patch (2.7.6-r6) 06:18:00 (7/14) Installing build-base (0.5-r2) 06:18:00 (8/14) Installing openssh-keygen (8.3_p1-r1) 06:18:00 (9/14) Installing libedit (20191231.3.1-r0) 06:18:00 (10/14) Installing openssh-client (8.3_p1-r1) 06:18:01 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 06:18:01 (12/14) Installing openssh-server-common (8.3_p1-r1) 06:18:01 (13/14) Installing openssh-server (8.3_p1-r1) 06:18:01 (14/14) Installing openssh (8.3_p1-r1) 06:18:02 Executing busybox-1.31.1-r19.trigger 06:18:02 OK: 221 MiB in 53 packages 06:18:02 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 06:18:02 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.651s coverage: 64.4% of statements 06:18:02 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:18:04 gofmt -l . 06:18:05 [ "`gofmt -l .`" = "" ] 06:18:05 ./bin/test-attribution-txt.sh 06:18:06 Removing intermediate container fa8604b3e5f6 06:18:06 ---> a1b8c8f709b6 06:18:06 Step 6/8 : WORKDIR /device-virtual-go 06:18:06 ---> Running in 8355b35539a7 06:18:06 Removing intermediate container 8355b35539a7 06:18:06 ---> 78dc6131d21b 06:18:06 Step 7/8 : COPY . . 06:18:06 ./bin/test-go-mod-tidy.sh [Pipeline] } 06:18:06 $ docker stop --time=1 7f69c7dc495b921bc92e69b8353139f604cf3b8ea05b55ce5d9ef0e9384d847b 06:18:07 ---> 96dc00c96f85 06:18:07 Step 8/8 : RUN go mod download 06:18:07 ---> Running in 703b6fa323f6 06:18:09 $ docker rm -f 7f69c7dc495b921bc92e69b8353139f604cf3b8ea05b55ce5d9ef0e9384d847b [Pipeline] // withDockerContainer [Pipeline] sh 06:18:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:18:10 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:18:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:18:12 + ls -al . 06:18:12 total 128 06:18:12 drwxrwxr-x. 7 jenkins jenkins 4096 Jan 11 06:18 . 06:18:12 drwxrwxr-x. 4 jenkins jenkins 28 Jan 11 06:15 .. 06:18:12 -rw-rw-r--. 1 jenkins jenkins 6713 Jan 11 06:15 Attribution.txt 06:18:12 drwxrwxr-x. 2 jenkins jenkins 64 Jan 11 06:15 bin 06:18:12 drwxrwxr-x. 3 jenkins jenkins 32 Jan 11 06:15 cmd 06:18:12 -rw-r--r--. 1 jenkins jenkins 47242 Jan 11 06:17 coverage.out 06:18:12 -rw-rw-r--. 1 jenkins jenkins 1851 Jan 11 06:15 Dockerfile 06:18:12 -rw-rw-r--. 1 jenkins jenkins 961 Jan 11 06:15 Dockerfile.build 06:18:12 drwxrwxr-x. 8 jenkins jenkins 179 Jan 11 06:15 .git 06:18:12 drwxrwxr-x. 2 jenkins jenkins 60 Jan 11 06:15 .github 06:18:12 -rw-rw-r--. 1 jenkins jenkins 258 Jan 11 06:15 .gitignore 06:18:12 -rw-r--r--. 1 jenkins jenkins 862 Jan 11 06:18 go.mod 06:18:12 -rw-r--r--. 1 jenkins jenkins 16741 Jan 11 06:18 go.sum 06:18:12 drwxrwxr-x. 3 jenkins jenkins 20 Jan 11 06:15 internal 06:18:12 -rw-rw-r--. 1 jenkins jenkins 660 Jan 11 06:15 Jenkinsfile 06:18:12 -rw-rw-r--. 1 jenkins jenkins 11340 Jan 11 06:15 LICENSE 06:18:12 -rw-rw-r--. 1 jenkins jenkins 873 Jan 11 06:15 Makefile 06:18:12 -rw-rw-r--. 1 jenkins jenkins 918 Jan 11 06:15 README.md 06:18:12 -rw-rw-r--. 1 jenkins jenkins 5 Jan 11 06:11 VERSION 06:18:12 -rw-rw-r--. 1 jenkins jenkins 235 Jan 11 06:15 version.go [Pipeline] isUnix [Pipeline] sh 06:18:12 + 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=e925c42c1d4227fdf5cee209a910eb4948b68193 --label arch=amd64 --label version=0.0.0 . 06:18:12 Sending build context to Docker daemon 546.3kB 06:18:13 Step 1/22 : ARG BASE=golang:1.15-alpine3.12 06:18:13 Step 2/22 : FROM ${BASE} AS builder 06:18:13 ---> 1149a239ce6b 06:18:13 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 06:18:13 ---> Running in b0e6e60b4c04 06:18:13 Removing intermediate container b0e6e60b4c04 06:18:13 ---> 378d4e6a2ad4 06:18:13 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 06:18:13 ---> Running in b8447980e846 06:18:13 Removing intermediate container b8447980e846 06:18:13 ---> 034d4c4e720c 06:18:13 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 06:18:13 ---> Running in 37a1652b6a28 06:18:13 Removing intermediate container 37a1652b6a28 06:18:13 ---> 9593c7b139ab 06:18:13 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:18:14 ---> Running in a847cd905127 06:18:16 Removing intermediate container a847cd905127 06:18:16 ---> 13f0e2ee5e67 06:18:16 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:18:16 ---> Running in a2cc84a2bb95 06:18:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:18:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:18:19 OK: 237 MiB in 53 packages 06:18:19 Removing intermediate container a2cc84a2bb95 06:18:19 ---> c5e174a4e7da 06:18:19 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 06:18:19 ---> Running in fc5cdc6a33a3 06:18:20 Removing intermediate container fc5cdc6a33a3 06:18:20 ---> 30dd3ac7e042 06:18:20 Step 9/22 : COPY . . 06:18:20 ---> b0a3ab0ae96a 06:18:20 Step 10/22 : ARG MAKE='make build' 06:18:21 ---> Running in 9bb0f49f17c6 06:18:21 Removing intermediate container 9bb0f49f17c6 06:18:21 ---> d408e39f1710 06:18:21 Step 11/22 : RUN $MAKE 06:18:21 ---> Running in ed9896d0b0d6 06:18:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 06:18:34 Removing intermediate container 703b6fa323f6 06:18:34 ---> 606cedfe4482 06:18:34 Successfully built 606cedfe4482 06:18:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:18:34 + docker inspect -f . ci-base-image-arm64 06:18:34 . [Pipeline] withDockerContainer 06:18:35 prd-ubuntu18.04-docker-arm64-4c-16g-19416 does not seem to be running inside a container 06:18:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:18:36 $ docker top 659bcdfa68a9d47ffc4f554a2697c35a0c27b045e9a7886effd2cb1bd6ec4a3a -eo pid,comm [Pipeline] { [Pipeline] sh 06:18:37 + go version 06:18:37 go version go1.15.5 linux/arm64 [Pipeline] } 06:18:37 $ docker stop --time=1 659bcdfa68a9d47ffc4f554a2697c35a0c27b045e9a7886effd2cb1bd6ec4a3a 06:18:39 $ docker rm -f 659bcdfa68a9d47ffc4f554a2697c35a0c27b045e9a7886effd2cb1bd6ec4a3a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:18:42 + docker inspect -f . ci-base-image-arm64 06:18:42 . [Pipeline] withDockerContainer 06:18:43 prd-ubuntu18.04-docker-arm64-4c-16g-19416 does not seem to be running inside a container 06:18:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:18:44 $ docker top 30b768e73a212d8533c50705746e4b7f3e5ff6442c6e72e927be066fead44238 -eo pid,comm [Pipeline] { [Pipeline] sh 06:18:45 + make test 06:18:45 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 06:18:46 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:18:46 ? github.com/edgexfoundry/device-virtual-go [no test files] 06:18:50 Removing intermediate container ed9896d0b0d6 06:18:50 ---> 91be88f0de26 06:18:50 Step 12/22 : FROM alpine:3.12 06:18:50 3.12: Pulling from library/alpine 06:18:50 801bfaa63ef2: Pulling fs layer 06:18:51 801bfaa63ef2: Verifying Checksum 06:18:51 801bfaa63ef2: Download complete 06:18:51 801bfaa63ef2: Pull complete 06:18:51 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 06:18:51 Status: Downloaded newer image for alpine:3.12 06:18:51 ---> 389fef711851 06:18:51 Step 13/22 : ENV APP_PORT=49990 06:18:51 ---> Running in 2088abf327fb 06:18:52 Removing intermediate container 2088abf327fb 06:18:52 ---> 44e2114880bb 06:18:52 Step 14/22 : EXPOSE $APP_PORT 06:18:52 ---> Running in 0b2fa312715b 06:18:52 Removing intermediate container 0b2fa312715b 06:18:52 ---> 339c36d67dd7 06:18:52 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 06:18:53 ---> 172c75ff5362 06:18:53 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 06:18:53 ---> 6e36458cb0ac 06:18:53 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 06:18:54 ---> dd2ba512604b 06:18:54 Step 18/22 : ENTRYPOINT ["/device-virtual"] 06:18:54 ---> Running in 7b2f22058be6 06:18:54 Removing intermediate container 7b2f22058be6 06:18:54 ---> 79b35cd84b14 06:18:54 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:18:54 ---> Running in af1d62105338 06:18:54 Removing intermediate container af1d62105338 06:18:54 ---> 37d572717287 06:18:54 Step 20/22 : LABEL arch=amd64 06:18:55 ---> Running in c8bae2d7d50c 06:18:55 Removing intermediate container c8bae2d7d50c 06:18:55 ---> 7e4a18492724 06:18:55 Step 21/22 : LABEL git_sha=e925c42c1d4227fdf5cee209a910eb4948b68193 06:18:55 ---> Running in 3453f38ee1f7 06:18:55 Removing intermediate container 3453f38ee1f7 06:18:55 ---> 802b3243ac48 06:18:55 Step 22/22 : LABEL version=0.0.0 06:18:55 ---> Running in 764dea07ef8d 06:18:55 Removing intermediate container 764dea07ef8d 06:18:55 ---> 7113861a5452 06:18:55 [Warning] One or more build-args [ARCH] were not consumed 06:18:55 Successfully built 7113861a5452 06:18:55 Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:19:33 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 06:19:33 ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.480s coverage: 64.4% of statements 06:19:33 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:19:42 gofmt -l . 06:19:42 [ "`gofmt -l .`" = "" ] 06:19:42 ./bin/test-attribution-txt.sh 06:19:42 ./bin/test-go-mod-tidy.sh [Pipeline] } 06:19:42 $ docker stop --time=1 30b768e73a212d8533c50705746e4b7f3e5ff6442c6e72e927be066fead44238 06:19:45 $ docker rm -f 30b768e73a212d8533c50705746e4b7f3e5ff6442c6e72e927be066fead44238 [Pipeline] // withDockerContainer [Pipeline] sh 06:19:45 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:19:45 Warning: overwriting stash ‘coverage-report’ 06:19:46 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:19:47 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:19:48 + ls -al . 06:19:48 total 152 06:19:48 drwxrwxr-x 7 jenkins jenkins 4096 Jan 11 06:19 . 06:19:48 drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 06:17 .. 06:19:48 drwxrwxr-x 8 jenkins jenkins 4096 Jan 11 06:17 .git 06:19:48 drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 06:17 .github 06:19:48 -rw-rw-r-- 1 jenkins jenkins 258 Jan 11 06:17 .gitignore 06:19:48 -rw-rw-r-- 1 jenkins jenkins 6713 Jan 11 06:17 Attribution.txt 06:19:48 -rw-rw-r-- 1 jenkins jenkins 1851 Jan 11 06:17 Dockerfile 06:19:48 -rw-rw-r-- 1 jenkins jenkins 961 Jan 11 06:17 Dockerfile.build 06:19:48 -rw-rw-r-- 1 jenkins jenkins 660 Jan 11 06:17 Jenkinsfile 06:19:48 -rw-rw-r-- 1 jenkins jenkins 11340 Jan 11 06:17 LICENSE 06:19:48 -rw-rw-r-- 1 jenkins jenkins 873 Jan 11 06:17 Makefile 06:19:48 -rw-rw-r-- 1 jenkins jenkins 918 Jan 11 06:17 README.md 06:19:48 -rw-rw-r-- 1 jenkins jenkins 5 Jan 11 06:11 VERSION 06:19:48 drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 06:17 bin 06:19:48 drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 06:17 cmd 06:19:48 -rw-r--r-- 1 jenkins jenkins 47242 Jan 11 06:19 coverage.out 06:19:48 -rw-r--r-- 1 jenkins jenkins 862 Jan 11 06:19 go.mod 06:19:48 -rw-r--r-- 1 jenkins jenkins 16741 Jan 11 06:19 go.sum 06:19:48 drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 06:17 internal 06:19:48 -rw-rw-r-- 1 jenkins jenkins 235 Jan 11 06:17 version.go [Pipeline] isUnix [Pipeline] sh 06:19:48 + 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=e925c42c1d4227fdf5cee209a910eb4948b68193 --label arch=arm64 --label version=0.0.0 . 06:19:49 Sending build context to Docker daemon 545.3kB 06:19:49 Step 1/22 : ARG BASE=golang:1.15-alpine3.12 06:19:49 Step 2/22 : FROM ${BASE} AS builder 06:19:49 ---> 606cedfe4482 06:19:49 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 06:19:49 ---> Running in f5366e5632eb 06:19:49 Removing intermediate container f5366e5632eb 06:19:49 ---> 812e5a43fef4 06:19:49 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 06:19:49 ---> Running in 5eff0e6a5c9f 06:19:50 Removing intermediate container 5eff0e6a5c9f 06:19:50 ---> 1e994e2b34fa 06:19:50 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 06:19:50 ---> Running in 73dcb091cd9f 06:19:50 Removing intermediate container 73dcb091cd9f 06:19:50 ---> 033902fe8555 06:19:50 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:19:51 ---> Running in 8e46e7fcaaab 06:19:53 Removing intermediate container 8e46e7fcaaab 06:19:53 ---> b930553ff910 06:19:53 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:19:53 ---> Running in 8e467f4cca8b 06:19:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:19:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:19:56 OK: 221 MiB in 53 packages 06:19:57 Removing intermediate container 8e467f4cca8b 06:19:57 ---> 4a18f62e70c6 06:19:57 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 06:19:57 ---> Running in 68e16b9caf0f 06:19:57 Removing intermediate container 68e16b9caf0f 06:19:57 ---> 96065ffc77c8 06:19:57 Step 9/22 : COPY . . 06:19:58 ---> 1ff061ba612d 06:19:58 Step 10/22 : ARG MAKE='make build' 06:19:58 ---> Running in 7a8c6830fdc8 06:19:59 Removing intermediate container 7a8c6830fdc8 06:19:59 ---> f67ae2502073 06:19:59 Step 11/22 : RUN $MAKE 06:19:59 ---> Running in c16deb27f9dc 06:20:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 06:20:32 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:20:40 Removing intermediate container c16deb27f9dc 06:20:40 ---> 384797fce1c7 06:20:40 Step 12/22 : FROM alpine:3.12 06:20:40 3.12: Pulling from library/alpine 06:20:40 159e5727ea61: Pulling fs layer 06:20:41 159e5727ea61: Verifying Checksum 06:20:41 159e5727ea61: Download complete 06:20:41 159e5727ea61: Pull complete 06:20:41 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 06:20:41 Status: Downloaded newer image for alpine:3.12 06:20:41 ---> afeebe901d6b 06:20:41 Step 13/22 : ENV APP_PORT=49990 06:20:41 ---> Running in bf774c4cb231 06:20:42 Removing intermediate container bf774c4cb231 06:20:42 ---> 62434f251a74 06:20:42 Step 14/22 : EXPOSE $APP_PORT 06:20:42 ---> Running in c6bfc6908c0f 06:20:42 Removing intermediate container c6bfc6908c0f 06:20:42 ---> fec8862e2703 06:20:42 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 06:20:44 ---> 4ac3486183aa 06:20:44 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 06:20:45 ---> deff5b0f00dc 06:20:45 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 06:20:46 ---> 1a3949b1fbf7 06:20:46 Step 18/22 : ENTRYPOINT ["/device-virtual"] 06:20:46 ---> Running in 67fe5e8acca5 06:20:46 Removing intermediate container 67fe5e8acca5 06:20:46 ---> 64b6551854b4 06:20:46 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:20:46 ---> Running in 42ab3a3022c6 06:20:46 Removing intermediate container 42ab3a3022c6 06:20:46 ---> aea5cf84b2ee 06:20:46 Step 20/22 : LABEL arch=arm64 06:20:47 ---> Running in aee866797205 06:20:47 Removing intermediate container aee866797205 06:20:47 ---> 278e7714fda1 06:20:47 Step 21/22 : LABEL git_sha=e925c42c1d4227fdf5cee209a910eb4948b68193 06:20:47 ---> Running in b0626d40d46f 06:20:47 Removing intermediate container b0626d40d46f 06:20:47 ---> 96b6e9d5003f 06:20:47 Step 22/22 : LABEL version=0.0.0 06:20:48 ---> Running in 545678c240a3 06:20:48 Removing intermediate container 545678c240a3 06:20:48 ---> 833074196ab9 06:20:48 [Warning] One or more build-args [ARCH] were not consumed 06:20:48 Successfully built 833074196ab9 06:20:48 Successfully tagged docker-device-virtual-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 06:20:50 provisioning config files... 06:20:50 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-163@tmp/config1135603637256163150tmp [Pipeline] { [Pipeline] sh 06:20:51 + set +x 06:20:51 + curl -s https://codecov.io/bash 06:20:51 + bash -s -- 06:20:51 06:20:51 _____ _ 06:20:51 / ____| | | 06:20:51 | | ___ __| | ___ ___ _____ __ 06:20:51 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:20:51 | |___| (_) | (_| | __/ (_| (_) \ V / 06:20:51 \_____\___/ \__,_|\___|\___\___/ \_/ 06:20:51 Bash-20201231-23d4836 06:20:51 06:20:51 06:20:51 ==> git version 2.24.3 found 06:20:51 ==> 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 06:20:51 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 06:20:51 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 06:20:51 ==> Jenkins CI detected. 06:20:51 project root: . 06:20:51 --> token set from env 06:20:51 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:20:51 ==> Running gcov in . (disable via -X gcov) 06:20:51 ==> Python coveragepy not found 06:20:51 ==> Searching for coverage reports in: 06:20:51 + . 06:20:51 -> Found 1 reports 06:20:51 ==> Detecting git/mercurial file structure 06:20:51 ==> Reading reports 06:20:51 + ./coverage.out bytes=47242 06:20:51 ==> Appending adjustments 06:20:51 https://docs.codecov.io/docs/fixing-reports 06:20:51 + Found adjustments 06:20:51 ==> Gzipping contents 06:20:51 8.0K /tmp/codecov.buVPWM.gz 06:20:51 ==> Uploading reports 06:20:51 url: https://codecov.io 06:20:51 query: branch=PR-163&commit=e925c42c1d4227fdf5cee209a910eb4948b68193&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-163%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=163&job=&cmd_args= 06:20:51 -> Pinging Codecov 06:20:51 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-163&commit=e925c42c1d4227fdf5cee209a910eb4948b68193&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-163%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=163&job=&cmd_args= 06:20:52 -> Uploading to 06:20:52 https://storage.googleapis.com/codecov/v4/raw/2021-01-11/5E52B4B073DB2E39498172D8E973AA87/e925c42c1d4227fdf5cee209a910eb4948b68193/aad5e719-ce2a-4623-bea0-5e1d37fdae74.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210111%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210111T062051Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6fe9a08486dfd0c18748d0ce1dd6de6d3882f22f51708609f7cf1f43c7fb984a 06:20:52 % Total % Received % Xferd Average Speed Time Time Time Current 06:20:52 Dload Upload Total Spent Left Speed 06:20:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5822 0 0 100 5822 0 11146 --:--:-- --:--:-- --:--:-- 11131 100 5822 0 0 100 5822 0 11141 --:--:-- --:--:-- --:--:-- 11131 06:20:52 -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/e925c42c1d4227fdf5cee209a910eb4948b68193 [Pipeline] } 06:20:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 06:20:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:20:56 ---> package-listing.sh 06:20:56 ++ facter osfamily 06:20:56 ++ tr '[:upper:]' '[:lower:]' 06:20:56 + OS_FAMILY=redhat 06:20:56 + workspace=/w/workspace/foundry_device-virtual-go_PR-163 06:20:56 + START_PACKAGES=/tmp/packages_start.txt 06:20:56 + END_PACKAGES=/tmp/packages_end.txt 06:20:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:20:56 + PACKAGES=/tmp/packages_start.txt 06:20:56 + '[' /w/workspace/foundry_device-virtual-go_PR-163 ']' 06:20:56 + PACKAGES=/tmp/packages_end.txt 06:20:56 + case "${OS_FAMILY}" in 06:20:56 + rpm -qa 06:20:56 + sort 06:21:02 + '[' -f /tmp/packages_start.txt ']' 06:21:02 + '[' -f /tmp/packages_end.txt ']' 06:21:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:21:02 + '[' /w/workspace/foundry_device-virtual-go_PR-163 ']' 06:21:02 + mkdir -p /w/workspace/foundry_device-virtual-go_PR-163/archives/ 06:21:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-163/archives/ [Pipeline] echo 06:21:02 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_PR-163/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:21:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:21:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:21:02 06:21:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:21:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:21:03 alpine: Pulling from edgex-lftools-log-publisher 06:21:03 df20fa9351a1: Pulling fs layer 06:21:03 36b3adc4ff6f: Pulling fs layer 06:21:03 8ad3a11d3b57: Pulling fs layer 06:21:03 46f8f816bc3b: Pulling fs layer 06:21:03 93b61091891f: Pulling fs layer 06:21:03 93b9cdb0e59b: Pulling fs layer 06:21:03 5e14af77c1be: Pulling fs layer 06:21:03 01666e4c0597: Pulling fs layer 06:21:03 aa168da1d23b: Pulling fs layer 06:21:03 93b9cdb0e59b: Waiting 06:21:03 5e14af77c1be: Waiting 06:21:03 01666e4c0597: Waiting 06:21:03 aa168da1d23b: Waiting 06:21:03 93b61091891f: Waiting 06:21:03 46f8f816bc3b: Waiting 06:21:03 36b3adc4ff6f: Verifying Checksum 06:21:03 36b3adc4ff6f: Download complete 06:21:03 46f8f816bc3b: Verifying Checksum 06:21:03 46f8f816bc3b: Download complete 06:21:03 df20fa9351a1: Verifying Checksum 06:21:03 df20fa9351a1: Download complete 06:21:03 93b9cdb0e59b: Verifying Checksum 06:21:03 93b9cdb0e59b: Download complete 06:21:03 5e14af77c1be: Verifying Checksum 06:21:03 5e14af77c1be: Download complete 06:21:03 93b61091891f: Verifying Checksum 06:21:03 93b61091891f: Download complete 06:21:03 01666e4c0597: Verifying Checksum 06:21:03 01666e4c0597: Download complete 06:21:03 df20fa9351a1: Pull complete 06:21:03 36b3adc4ff6f: Pull complete 06:21:03 8ad3a11d3b57: Verifying Checksum 06:21:03 8ad3a11d3b57: Download complete 06:21:04 8ad3a11d3b57: Pull complete 06:21:04 46f8f816bc3b: Pull complete 06:21:05 93b61091891f: Pull complete 06:21:05 aa168da1d23b: Verifying Checksum 06:21:05 aa168da1d23b: Download complete 06:21:05 93b9cdb0e59b: Pull complete 06:21:06 5e14af77c1be: Pull complete 06:21:06 01666e4c0597: Pull complete 06:21:14 aa168da1d23b: Pull complete 06:21:14 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:21:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:21:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:21:14 prd-centos7-docker-4c-2g-19388 does not seem to be running inside a container 06:21:14 $ 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_PR-163/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_PR-163 -v /w/workspace/foundry_device-virtual-go_PR-163:/w/workspace/foundry_device-virtual-go_PR-163:rw,z -v /w/workspace/foundry_device-virtual-go_PR-163@tmp:/w/workspace/foundry_device-virtual-go_PR-163@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:21:18 $ docker top 1240a2a75a28b5b4621cd9e06c023fdcee90156bf2808731511ac0c096403550 -eo pid,comm [Pipeline] { [Pipeline] sh 06:21:18 + touch /tmp/pre-build-complete [Pipeline] sh 06:21:19 + mkdir -p /var/log/sa [Pipeline] sh 06:21:19 + ls /var/log/sa-host 06:21:19 + sadf -c /var/log/sa-host/sa11 06:21:19 file_magic: OK 06:21:19 HZ: Using current value: 100 06:21:19 file_header: OK 06:21:19 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 06:21:19 Statistics: 06:21:19 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:21:19 File successfully converted to sysstat format version 12.2.1 06:21:19 + sadf -c /var/log/sa-host/sa23 06:21:19 file_magic: OK 06:21:19 HZ: Using current value: 100 06:21:19 file_header: OK 06:21:19 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 06:21:19 Statistics: 06:21:19 Hnuu...uuuununununu... 06:21:19 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:21:19 provisioning config files... 06:21:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-163@tmp/config9032925972635277720tmp [Pipeline] { [Pipeline] echo 06:21:20 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:21:20 ---> create-netrc.sh [Pipeline] } 06:21:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:21:20 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:21:20 ---> python-tools-install.sh [Pipeline] echo 06:21:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:21:21 ---> sudo-logs.sh 06:21:21 Archiving 'sudo' log.. [Pipeline] echo 06:21:21 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:21:21 ---> job-cost.sh 06:21:21 lf-activate-venv: SKIPPING 06:21:21 INFO: No Stack... 06:21:22 INFO: Retrieving Pricing Info for: v1-standard-2 06:21:23 INFO: Archiving Costs [Pipeline] echo 06:21:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:21:23 ---> logs-deploy.sh 06:21:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-163/1 06:21:23 INFO: archiving workspace using pattern(s): 06:21:25 Archives upload complete. 06:21:25 INFO: archiving logs to Nexus 06:21:26 ---> uname -a: 06:21:26 Linux prd-centos7-docker-4c-2g-19388.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 06:21:26 06:21:26