Pull request #3166 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1d334a750ff8fe2aec3ac4b536018d779d122543+c45cbaf51db8bca8828eded85884901e9538081e (090164f0df47248543bab944530281c09824debf) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [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 ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: 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-26283 in /w/workspace/edgexfoundry_edgex-go_PR-3166 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-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/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-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/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3166/head:refs/remotes/origin/PR-3166 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c45cbaf51db8bca8828eded85884901e9538081e into PR head commit 1d334a750ff8fe2aec3ac4b536018d779d122543 Merge succeeded, producing bb7c3d62f7d5d3567ca43b213613f9731d443b8c Checking out Revision bb7c3d62f7d5d3567ca43b213613f9731d443b8c (PR-3166) > git config core.sparsecheckout # timeout=10 > git checkout -f 1d334a750ff8fe2aec3ac4b536018d779d122543 # 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 c45cbaf51db8bca8828eded85884901e9538081e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bb7c3d62f7d5d3567ca43b213613f9731d443b8c # timeout=10 Commit message: "Merge commit 'c45cbaf51db8bca8828eded85884901e9538081e' into HEAD" > git rev-list --no-walk 1d334a750ff8fe2aec3ac4b536018d779d122543 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:04:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:04:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:04:36 ========================================================= 13:04:36 EdgeX Global Pipelines Version Info 13:04:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:04:37 ------------------- 13:04:37 stable info: 13:04:37 ------------------- 13:04:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:04:37 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 13:04:37 Message: update stable to v1.0.179 13:04:38 ------------------- 13:04:38 experimental info: 13:04:38 ------------------- 13:04:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:04:38 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 13:04:38 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:04:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 13:04:39 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 13:04:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:04:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:04:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:04:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 13:04:39 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 13:04:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 13:04:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 13:04:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 13:04:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:04:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:04:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:04:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:04:40 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 13:04:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 13:04:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:04:40 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 13:04:40 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 13:04:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 13:04:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 13:04:41 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 13:04:41 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 13:04:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3166 [Pipeline] echo 13:04:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3166 [Pipeline] echo 13:04:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3166 [Pipeline] echo 13:04:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bb7c3d62f7d5d3567ca43b213613f9731d443b8c [Pipeline] echo 13:04:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bb7c3d6 [Pipeline] echo 13:04:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:04:42 provisioning config files... 13:04:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1157829071472981622tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:04:42 ---> docker-login.sh 13:04:42 nexus3.edgexfoundry.org:10001 13:04:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:04:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:04:43 Configure a credential helper to remove this warning. See 13:04:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:04:43 13:04:43 Login Succeeded 13:04:43 nexus3.edgexfoundry.org:10002 13:04:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:04:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:04:43 Configure a credential helper to remove this warning. See 13:04:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:04:43 13:04:43 Login Succeeded 13:04:43 nexus3.edgexfoundry.org:10003 13:04:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:04:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:04:43 Configure a credential helper to remove this warning. See 13:04:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:04:43 13:04:43 Login Succeeded 13:04:43 nexus3.edgexfoundry.org:10004 13:04:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:04:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:04:44 Configure a credential helper to remove this warning. See 13:04:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:04:44 13:04:44 Login Succeeded 13:04:44 docker.io 13:04:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:04:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:04:44 Configure a credential helper to remove this warning. See 13:04:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:04:44 13:04:44 Login Succeeded 13:04:44 ---> docker-login.sh ends [Pipeline] } 13:04:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:04:44 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 13:04:44 + for file in '`ls cmd/**/Dockerfile`' 13:04:44 ++ dirname cmd/core-command/Dockerfile 13:04:44 ++ cut -d/ -f2 13:04:44 + echo core-command,cmd/core-command/Dockerfile 13:04:44 + for file in '`ls cmd/**/Dockerfile`' 13:04:44 ++ cut -d/ -f2 13:04:44 ++ dirname cmd/core-data/Dockerfile 13:04:44 + echo core-data,cmd/core-data/Dockerfile 13:04:44 + for file in '`ls cmd/**/Dockerfile`' 13:04:44 ++ dirname cmd/core-metadata/Dockerfile 13:04:44 ++ cut -d/ -f2 13:04:44 + echo core-metadata,cmd/core-metadata/Dockerfile 13:04:44 + for file in '`ls cmd/**/Dockerfile`' 13:04:44 ++ dirname cmd/security-bootstrapper/Dockerfile 13:04:44 ++ cut -d/ -f2 13:04:44 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 13:04:44 + for file in '`ls cmd/**/Dockerfile`' 13:04:44 ++ dirname cmd/security-proxy-setup/Dockerfile 13:04:44 ++ cut -d/ -f2 13:04:44 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 13:04:44 + for file in '`ls cmd/**/Dockerfile`' 13:04:44 ++ dirname cmd/security-secretstore-setup/Dockerfile 13:04:44 ++ cut -d/ -f2 13:04:44 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 13:04:44 + for file in '`ls cmd/**/Dockerfile`' 13:04:44 ++ dirname cmd/support-notifications/Dockerfile 13:04:44 ++ cut -d/ -f2 13:04:44 + echo support-notifications,cmd/support-notifications/Dockerfile 13:04:44 + for file in '`ls cmd/**/Dockerfile`' 13:04:44 ++ dirname cmd/support-scheduler/Dockerfile 13:04:44 ++ cut -d/ -f2 13:04:44 + echo support-scheduler,cmd/support-scheduler/Dockerfile 13:04:44 + for file in '`ls cmd/**/Dockerfile`' 13:04:44 ++ dirname cmd/sys-mgmt-agent/Dockerfile 13:04:44 ++ cut -d/ -f2 13:04:44 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 13:04:44 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 13:04:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:04:45 13:04:45 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 13:04:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:04:46 latest: Pulling from edgex-devops/git-semver 13:04:46 31603596830f: Pulling fs layer 13:04:46 2a8b12db71e7: Pulling fs layer 13:04:46 6ca5941a6612: Pulling fs layer 13:04:46 ecc8261a40a4: Pulling fs layer 13:04:46 ecc8261a40a4: Waiting 13:04:46 2a8b12db71e7: Verifying Checksum 13:04:46 2a8b12db71e7: Download complete 13:04:46 31603596830f: Verifying Checksum 13:04:46 31603596830f: Download complete 13:04:46 6ca5941a6612: Verifying Checksum 13:04:46 6ca5941a6612: Download complete 13:04:46 ecc8261a40a4: Verifying Checksum 13:04:46 ecc8261a40a4: Download complete 13:04:46 31603596830f: Pull complete 13:04:46 2a8b12db71e7: Pull complete 13:04:47 6ca5941a6612: Pull complete 13:04:47 ecc8261a40a4: Pull complete 13:04:47 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 13:04:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:04:47 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 13:04:47 prd-centos7-docker-4c-2g-26283 does not seem to be running inside a container 13:04:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 13:04:50 $ docker top 6a3b2a735b750c0a5fe68500c717c0f32e2932d48a7705a35931ab95dd6a01bc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:04:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:04:50 [ssh-agent] Looking for ssh-agent implementation... 13:04:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:04:51 $ docker exec 6a3b2a735b750c0a5fe68500c717c0f32e2932d48a7705a35931ab95dd6a01bc ssh-agent 13:04:51 SSH_AUTH_SOCK=/tmp/ssh-tuflMOtfVDdk/agent.11 13:04:51 SSH_AGENT_PID=16 13:04:51 Running ssh-add (command line suppressed) 13:04:51 Identity added: /w/workspace/edgex-go/2@tmp/private_key_8507201979557430243.key (/w/workspace/edgex-go/2@tmp/private_key_8507201979557430243.key) 13:04:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:04:51 + git tag --points-at HEAD [Pipeline] } 13:04:51 $ docker exec --env ******** --env ******** 6a3b2a735b750c0a5fe68500c717c0f32e2932d48a7705a35931ab95dd6a01bc ssh-agent -k 13:04:51 unset SSH_AUTH_SOCK; 13:04:51 unset SSH_AGENT_PID; 13:04:51 echo Agent pid 16 killed; 13:04:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:04:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:04:52 [ssh-agent] Looking for ssh-agent implementation... 13:04:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:04:52 $ docker exec 6a3b2a735b750c0a5fe68500c717c0f32e2932d48a7705a35931ab95dd6a01bc ssh-agent 13:04:52 SSH_AUTH_SOCK=/tmp/ssh-qHYJ7KfcmJEf/agent.47 13:04:52 SSH_AGENT_PID=52 13:04:52 Running ssh-add (command line suppressed) 13:04:52 Identity added: /w/workspace/edgex-go/2@tmp/private_key_3434553543194802198.key (/w/workspace/edgex-go/2@tmp/private_key_3434553543194802198.key) 13:04:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:04:52 + git semver init 13:04:52 # -> Open(): unable to determine branch for HEAD 13:04:52 # $GIT_DIR = /w/workspace/edgex-go/2/.git 13:04:52 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 13:04:52 # $SEMVER_REMOTE_NAME = origin 13:04:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:04:52 # $SEMVER_USER_NAME = edgex-jenkins 13:04:52 # $SEMVER_BRANCH = PR-3166 13:04:52 # $SEMVER_TEMP = /tmp/semver-466957397 13:04:52 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 13:05:25 # '/tmp/semver-466957397' -> '/w/workspace/edgex-go/2/.semver' 13:05:25 # -> Force: false 13:05:25 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 13:05:25 $ docker exec --env ******** --env ******** 6a3b2a735b750c0a5fe68500c717c0f32e2932d48a7705a35931ab95dd6a01bc ssh-agent -k 13:05:25 unset SSH_AUTH_SOCK; 13:05:25 unset SSH_AGENT_PID; 13:05:25 echo Agent pid 52 killed; 13:05:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:05:26 + git semver [Pipeline] } 13:05:26 $ docker stop --time=1 6a3b2a735b750c0a5fe68500c717c0f32e2932d48a7705a35931ab95dd6a01bc 13:05:28 $ docker rm -f 6a3b2a735b750c0a5fe68500c717c0f32e2932d48a7705a35931ab95dd6a01bc [Pipeline] // withDockerContainer [Pipeline] sh 13:05:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:05:29 Stashed 1 file(s) [Pipeline] echo 13:05:29 [edgeXSemver]: initialized semver on version 0.0.0 [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] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:05:30 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 13:05:30 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:05:30 + sudo service docker restart 13:05:30 + true 13:05:30 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 13:05:31 ========================================================= 13:05:31 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 13:05:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:05:31 + 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 . 13:05:36 Sending build context to Docker daemon 327.8MB 13:05:36 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 13:05:36 Step 2/6 : FROM ${BASE} 13:05:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 13:05:36 188c0c94c7c5: Pulling fs layer 13:05:36 0ef7d3d256c8: Pulling fs layer 13:05:36 de9db76c5a1d: Pulling fs layer 13:05:36 bca2f99d35d6: Pulling fs layer 13:05:36 93359f2a8cfa: Pulling fs layer 13:05:36 7c6f9722023f: Pulling fs layer 13:05:36 a35cf1a2eb13: Pulling fs layer 13:05:36 bca2f99d35d6: Waiting 13:05:36 7c6f9722023f: Waiting 13:05:36 93359f2a8cfa: Waiting 13:05:36 a35cf1a2eb13: Waiting 13:05:36 de9db76c5a1d: Verifying Checksum 13:05:36 de9db76c5a1d: Download complete 13:05:36 0ef7d3d256c8: Download complete 13:05:36 93359f2a8cfa: Verifying Checksum 13:05:36 93359f2a8cfa: Download complete 13:05:36 188c0c94c7c5: Verifying Checksum 13:05:36 188c0c94c7c5: Download complete 13:05:36 7c6f9722023f: Verifying Checksum 13:05:36 7c6f9722023f: Download complete 13:05:36 188c0c94c7c5: Pull complete 13:05:36 0ef7d3d256c8: Pull complete 13:05:36 de9db76c5a1d: Pull complete 13:05:38 a35cf1a2eb13: Verifying Checksum 13:05:38 a35cf1a2eb13: Download complete 13:05:38 bca2f99d35d6: Verifying Checksum 13:05:38 bca2f99d35d6: Download complete 13:05:44 Still waiting to schedule task 13:05:44 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-26280’ 13:05:45 bca2f99d35d6: Pull complete 13:05:45 93359f2a8cfa: Pull complete 13:05:45 7c6f9722023f: Pull complete 13:05:49 a35cf1a2eb13: Pull complete 13:05:49 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 13:05:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 13:05:49 ---> a62c8e92a672 13:05:49 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 13:05:49 ---> Running in b4cb1578dbe7 13:05:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:05:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:05:51 (1/12) Installing libmagic (5.38-r0) 13:05:51 (2/12) Installing file (5.38-r0) 13:05:51 (3/12) Installing libc-dev (0.7.2-r3) 13:05:51 (4/12) Installing g++ (9.3.0-r2) 13:06:00 (5/12) Installing fortify-headers (1.1-r0) 13:06:00 (6/12) Installing patch (2.7.6-r6) 13:06:00 (7/12) Installing build-base (0.5-r2) 13:06:00 (8/12) Installing libsodium (1.0.18-r0) 13:06:00 (9/12) Installing pkgconf (1.7.2-r0) 13:06:00 (10/12) Installing libsodium-dev (1.0.18-r0) 13:06:00 (11/12) Installing libzmq (4.3.3-r0) 13:06:00 (12/12) Installing zeromq-dev (4.3.3-r0) 13:06:00 Executing busybox-1.31.1-r19.trigger 13:06:00 OK: 233 MiB in 51 packages 13:06:04 Removing intermediate container b4cb1578dbe7 13:06:04 ---> 97e8442e70f1 13:06:04 Step 4/6 : WORKDIR /edgex-go 13:06:04 ---> Running in 102a902d6782 13:06:04 Removing intermediate container 102a902d6782 13:06:04 ---> 325bf833436d 13:06:04 Step 5/6 : COPY go.mod . 13:06:05 ---> 2a04466c4578 13:06:05 Step 6/6 : RUN go mod download 13:06:05 ---> Running in c263feb4a0a5 13:06:31 Removing intermediate container c263feb4a0a5 13:06:31 ---> 42f6a5ba7e7a 13:06:31 Successfully built 42f6a5ba7e7a 13:06:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 13:06:32 + docker inspect -f . ci-base-image-x86_64 13:06:32 . [Pipeline] withDockerContainer 13:06:32 prd-centos7-docker-4c-2g-26283 does not seem to be running inside a container 13:06:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat 13:06:33 $ docker top e1db13aba41c0dbc54fb2891472321cf1088eb67593134a7029911bb25624b8b -eo pid,comm [Pipeline] { [Pipeline] sh 13:06:33 + go version 13:06:33 go version go1.15.5 linux/amd64 [Pipeline] } 13:06:33 $ docker stop --time=1 e1db13aba41c0dbc54fb2891472321cf1088eb67593134a7029911bb25624b8b 13:06:35 $ docker rm -f e1db13aba41c0dbc54fb2891472321cf1088eb67593134a7029911bb25624b8b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:06:36 + docker inspect -f . ci-base-image-x86_64 13:06:36 . [Pipeline] withDockerContainer 13:06:36 prd-centos7-docker-4c-2g-26283 does not seem to be running inside a container 13:06:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat 13:06:37 $ docker top fffa9325fc4848d0595a3faee6bbdcefea0bde1524101eb9e1ebb68596148a54 -eo pid,comm [Pipeline] { [Pipeline] echo 13:06:37 ========================================================= 13:06:37 [edgeXBuildGoParallel] Running Tests and Build... 13:06:37 ========================================================= [Pipeline] sh 13:06:37 + make test 13:06:37 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 13:06:45 ? github.com/edgexfoundry/edgex-go [no test files] 13:07:04 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 13:07:09 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 13:07:09 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 13:07:09 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 13:07:11 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 13:07:11 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 13:07:11 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 13:07:11 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 13:07:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 13:07:12 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 13:07:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 13:07:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 13:07:15 ? github.com/edgexfoundry/edgex-go/internal [no test files] 13:07:17 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.122s coverage: 45.9% of statements 13:07:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 13:07:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 13:07:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 13:07:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 13:07:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 13:07:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 13:07:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 13:07:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.080s coverage: 100.0% of statements 13:07:19 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.240s coverage: 27.1% of statements 13:07:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 13:07:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 13:07:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 13:07:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 13:07:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 13:07:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 13:07:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements 13:07:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 13:07:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements 13:07:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 13:07:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 13:07:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.085s coverage: 65.8% of statements 13:07:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 13:07:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 13:07:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.441s coverage: 82.3% of statements 13:07:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 13:07:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 13:07:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 13:07:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 13:07:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.343s coverage: 28.6% of statements 13:07:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 13:07:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 13:07:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 13:07:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 13:07:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 13:07:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.078s coverage: 100.0% of statements 13:07:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 13:07:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.060s coverage: 100.0% of statements 13:07:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 13:07:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.113s coverage: 86.7% of statements 13:07:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 13:07:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.113s coverage: 97.5% of statements 13:07:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 13:07:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.054s coverage: 78.3% of statements 13:07:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 13:07:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 13:07:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 13:07:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 13:07:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.460s coverage: 92.8% of statements 13:07:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 13:07:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 13:07:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 13:07:26 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 13:07:26 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 13:07:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 13:07:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 13:07:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 13:07:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 13:07:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 13:07:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 13:07:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 13:07:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 13:07:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 13:07:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 13:07:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 13:07:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 13:07:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 13:07:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.026s coverage: 58.8% of statements 13:07:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 13:07:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 13:07:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.067s coverage: 0.1% of statements 13:07:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 13:07:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 13:07:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 13:07:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.045s coverage: 45.5% of statements 13:07:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.052s coverage: 79.5% of statements 13:07:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.033s coverage: 94.1% of statements 13:07:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.071s coverage: 96.3% of statements 13:07:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.041s coverage: 87.5% of statements 13:07:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.045s coverage: 94.4% of statements 13:07:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.080s coverage: 92.9% of statements 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.046s coverage: 84.2% of statements 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.147s coverage: 63.5% of statements 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.302s coverage: 68.9% of statements 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.098s coverage: 37.0% of statements 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.335s coverage: 84.0% of statements 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.197s coverage: 47.0% of statements 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.108s coverage: 89.4% of statements 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.874s coverage: 29.1% of statements 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.074s coverage: 99.0% of statements 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.075s coverage: 100.0% of statements 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.054s coverage: 100.0% of statements 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 13:07:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements 13:07:51 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 13:07:51 GO111MODULE=on go vet ./... 13:08:18 gofmt -l . 13:08:18 [ "`gofmt -l .`" = "" ] 13:08:18 ./bin/test-go-mod-tidy.sh 13:08:18 ./bin/test-attribution-txt.sh 13:08:19 An attribution for github.com/fatih/color is missing from Attribution.txt, please add 13:08:19 An attribution for github.com/hashicorp/go-hclog is missing from Attribution.txt, please add 13:08:19 An attribution for github.com/mattn/go-colorable is missing from Attribution.txt, please add 13:08:19 An attribution for github.com/mattn/go-isatty is missing from Attribution.txt, please add 13:08:19 An attribution for golang.org/x/sys is missing from Attribution.txt, please add 13:08:19 make: *** [Makefile:99: test] Error 1 [Pipeline] } 13:08:19 $ docker stop --time=1 fffa9325fc4848d0595a3faee6bbdcefea0bde1524101eb9e1ebb68596148a54 13:08:21 $ docker rm -f fffa9325fc4848d0595a3faee6bbdcefea0bde1524101eb9e1ebb68596148a54 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 13:08:23 Failed in branch amd64 13:09:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26291 in /w/workspace/edgexfoundry_edgex-go_PR-3166 [Pipeline] { [Pipeline] ws 13:09:50 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:09:53 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 13:09:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:09:53 + sudo service docker restart 13:09:53 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:09:56 provisioning config files... 13:09:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1245955168261964629tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:09:57 ---> docker-login.sh 13:09:57 nexus3.edgexfoundry.org:10001 13:09:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:09:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:09:58 Configure a credential helper to remove this warning. See 13:09:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:09:58 13:09:58 Login Succeeded 13:09:58 nexus3.edgexfoundry.org:10002 13:09:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:09:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:09:58 Configure a credential helper to remove this warning. See 13:09:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:09:58 13:09:58 Login Succeeded 13:09:58 nexus3.edgexfoundry.org:10003 13:09:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:09:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:09:59 Configure a credential helper to remove this warning. See 13:09:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:09:59 13:09:59 Login Succeeded 13:09:59 nexus3.edgexfoundry.org:10004 13:09:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:10:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:10:00 Configure a credential helper to remove this warning. See 13:10:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:10:00 13:10:00 Login Succeeded 13:10:00 docker.io 13:10:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:10:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:10:00 Configure a credential helper to remove this warning. See 13:10:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:10:00 13:10:00 Login Succeeded 13:10:00 ---> docker-login.sh ends [Pipeline] } 13:10:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:10:01 ========================================================= 13:10:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 13:10:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:10:01 + 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 . 13:10:01 unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /w/workspace/edgex-go/2/Dockerfile.build: no such file or directory [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 13:10:03 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 13:10:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:10:05 ---> package-listing.sh 13:10:05 ++ facter osfamily 13:10:05 ++ tr '[:upper:]' '[:lower:]' 13:10:05 + OS_FAMILY=redhat 13:10:05 + workspace=/w/workspace/edgex-go/2 13:10:05 + START_PACKAGES=/tmp/packages_start.txt 13:10:05 + END_PACKAGES=/tmp/packages_end.txt 13:10:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:10:05 + PACKAGES=/tmp/packages_start.txt 13:10:05 + '[' /w/workspace/edgex-go/2 ']' 13:10:05 + PACKAGES=/tmp/packages_end.txt 13:10:05 + case "${OS_FAMILY}" in 13:10:05 + rpm -qa 13:10:05 + sort 13:10:11 + '[' -f /tmp/packages_start.txt ']' 13:10:11 + '[' -f /tmp/packages_end.txt ']' 13:10:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:10:11 + '[' /w/workspace/edgex-go/2 ']' 13:10:11 + mkdir -p /w/workspace/edgex-go/2/archives/ 13:10:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 13:10:11 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/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:10:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 13:10:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:10:11 13:10:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 13:10:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:10:12 alpine: Pulling from edgex-lftools-log-publisher 13:10:12 df20fa9351a1: Pulling fs layer 13:10:12 36b3adc4ff6f: Pulling fs layer 13:10:12 8ad3a11d3b57: Pulling fs layer 13:10:12 46f8f816bc3b: Pulling fs layer 13:10:12 93b61091891f: Pulling fs layer 13:10:12 93b9cdb0e59b: Pulling fs layer 13:10:12 5e14af77c1be: Pulling fs layer 13:10:12 01666e4c0597: Pulling fs layer 13:10:12 aa168da1d23b: Pulling fs layer 13:10:12 93b9cdb0e59b: Waiting 13:10:12 5e14af77c1be: Waiting 13:10:12 01666e4c0597: Waiting 13:10:12 aa168da1d23b: Waiting 13:10:12 46f8f816bc3b: Waiting 13:10:12 93b61091891f: Waiting 13:10:12 36b3adc4ff6f: Verifying Checksum 13:10:12 36b3adc4ff6f: Download complete 13:10:12 46f8f816bc3b: Verifying Checksum 13:10:12 46f8f816bc3b: Download complete 13:10:12 df20fa9351a1: Verifying Checksum 13:10:12 df20fa9351a1: Download complete 13:10:12 93b9cdb0e59b: Verifying Checksum 13:10:12 93b9cdb0e59b: Download complete 13:10:12 5e14af77c1be: Verifying Checksum 13:10:12 5e14af77c1be: Download complete 13:10:12 93b61091891f: Verifying Checksum 13:10:12 93b61091891f: Download complete 13:10:12 01666e4c0597: Verifying Checksum 13:10:12 01666e4c0597: Download complete 13:10:12 df20fa9351a1: Pull complete 13:10:12 8ad3a11d3b57: Verifying Checksum 13:10:12 8ad3a11d3b57: Download complete 13:10:12 36b3adc4ff6f: Pull complete 13:10:14 8ad3a11d3b57: Pull complete 13:10:14 46f8f816bc3b: Pull complete 13:10:14 aa168da1d23b: Verifying Checksum 13:10:14 aa168da1d23b: Download complete 13:10:14 93b61091891f: Pull complete 13:10:14 93b9cdb0e59b: Pull complete 13:10:15 5e14af77c1be: Pull complete 13:10:15 01666e4c0597: Pull complete 13:10:23 aa168da1d23b: Pull complete 13:10:23 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 13:10:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:10:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 13:10:23 prd-centos7-docker-4c-2g-26283 does not seem to be running inside a container 13:10:23 $ 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/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:10003/edgex-lftools-log-publisher:alpine cat 13:10:27 $ docker top f8905c2cef563efab05c0af0c34b204acbd9d39a5715169a6bc00490f8497dc0 -eo pid,comm [Pipeline] { [Pipeline] sh 13:10:28 + touch /tmp/pre-build-complete [Pipeline] sh 13:10:28 + mkdir -p /var/log/sa [Pipeline] sh 13:10:28 + ls /var/log/sa-host 13:10:28 + sadf -c /var/log/sa-host/sa12 13:10:28 file_magic: OK 13:10:28 HZ: Using current value: 100 13:10:28 file_header: OK 13:10:28 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 13:10:28 Statistics: 13:10:28 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 13:10:28 File successfully converted to sysstat format version 12.2.1 13:10:28 + sadf -c /var/log/sa-host/sa23 13:10:28 file_magic: OK 13:10:28 HZ: Using current value: 100 13:10:28 file_header: OK 13:10:28 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 13:10:28 Statistics: 13:10:28 Hnuu...uuuununununu... 13:10:28 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:10:29 provisioning config files... 13:10:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config4770318176804030320tmp [Pipeline] { [Pipeline] echo 13:10:29 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:10:29 ---> create-netrc.sh [Pipeline] } 13:10:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 13:10:29 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 13:10:29 ---> python-tools-install.sh [Pipeline] echo 13:10:29 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:10:30 ---> sudo-logs.sh 13:10:30 Archiving 'sudo' log.. [Pipeline] echo 13:10:30 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:10:30 ---> job-cost.sh 13:10:30 lf-activate-venv: SKIPPING 13:10:30 INFO: No Stack... 13:10:31 INFO: Retrieving Pricing Info for: v1-standard-2 13:10:32 INFO: Archiving Costs [Pipeline] echo 13:10:32 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:10:32 ---> logs-deploy.sh 13:10:32 lf-activate-venv: SKIPPING 13:10:32 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3166/2 13:10:32 INFO: archiving workspace using pattern(s): 13:10:34 Archives upload complete. 13:10:34 INFO: archiving logs to Nexus 13:10:35 ---> uname -a: 13:10:35 Linux prd-centos7-docker-4c-2g-26283.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 13:10:35 13:10:35 13:10:35 ---> lscpu: 13:10:35 Architecture: x86_64 13:10:35 CPU op-mode(s): 32-bit, 64-bit 13:10:35 Byte Order: Little Endian 13:10:35 Address sizes: 40 bits physical, 48 bits virtual 13:10:35 CPU(s): 4 13:10:35 On-line CPU(s) list: 0-3 13:10:35 Thread(s) per core: 1 13:10:35 Core(s) per socket: 1 13:10:35 Socket(s): 4 13:10:35 NUMA node(s): 1 13:10:35 Vendor ID: GenuineIntel 13:10:35 CPU family: 6 13:10:35 Model: 44 13:10:35 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 13:10:35 Stepping: 1 13:10:35 CPU MHz: 2933.438 13:10:35 BogoMIPS: 5866.87 13:10:35 Virtualization: VT-x 13:10:35 Hypervisor vendor: KVM 13:10:35 Virtualization type: full 13:10:35 L1d cache: 128 KiB 13:10:35 L1i cache: 128 KiB 13:10:35 L2 cache: 16 MiB 13:10:35 L3 cache: 64 MiB 13:10:35 NUMA node0 CPU(s): 0-3 13:10:35 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 13:10:35 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 13:10:35 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 13:10:35 Vulnerability Meltdown: Mitigation; PTI 13:10:35 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:10:35 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 13:10:35 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 13:10:35 Vulnerability Srbds: Not affected 13:10:35 Vulnerability Tsx async abort: Not affected 13:10:35 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 13:10:35 13:10:35 13:10:35 ---> nproc: 13:10:35 4 13:10:35 13:10:35 13:10:35 ---> df -h: 13:10:35 Filesystem Size Used Available Use% Mounted on 13:10:35 overlay 50.0G 8.2G 41.7G 17% / 13:10:35 tmpfs 64.0M 0 64.0M 0% /dev 13:10:35 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 13:10:35 shm 64.0M 0 64.0M 0% /dev/shm 13:10:35 /dev/vda1 50.0G 8.2G 41.7G 17% /facter-os 13:10:35 /dev/vda1 50.0G 8.2G 41.7G 17% /etc/resolv.conf 13:10:35 /dev/vda1 50.0G 8.2G 41.7G 17% /etc/hostname 13:10:35 /dev/vda1 50.0G 8.2G 41.7G 17% /etc/hosts 13:10:35 /dev/vda1 50.0G 8.2G 41.7G 17% /run/cloud-init/result.json 13:10:35 /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/sa-host 13:10:35 /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/secure 13:10:35 /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/auth.log 13:10:35 /dev/vda1 50.0G 8.2G 41.7G 17% /w/workspace/edgex-go/2@tmp 13:10:35 /dev/vda1 50.0G 8.2G 41.7G 17% /w/workspace/edgex-go/2 13:10:35 13:10:35 13:10:35 ---> free -m: 13:10:35 total used free shared buff/cache available 13:10:35 Mem: 1837 764 136 0 936 981 13:10:35 Swap: 1023 3 1020 13:10:35 13:10:35 13:10:35 ---> ip addr: 13:10:35 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 13:10:35 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 13:10:35 inet 127.0.0.1/8 scope host lo 13:10:35 valid_lft forever preferred_lft forever 13:10:35 inet6 ::1/128 scope host 13:10:35 valid_lft forever preferred_lft forever 13:10:35 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 13:10:35 link/ether fa:16:3e:b8:98:38 brd ff:ff:ff:ff:ff:ff 13:10:35 inet 10.30.123.72/23 brd 10.30.123.255 scope global dynamic eth0 13:10:35 valid_lft 85998sec preferred_lft 85998sec 13:10:35 inet6 fe80::f816:3eff:feb8:9838/64 scope link 13:10:35 valid_lft forever preferred_lft forever 13:10:35 3: docker0: mtu 1500 qdisc noqueue state DOWN 13:10:35 link/ether 02:42:50:67:d0:bf brd ff:ff:ff:ff:ff:ff 13:10:35 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 13:10:35 valid_lft forever preferred_lft forever 13:10:35 inet6 fe80::42:50ff:fe67:d0bf/64 scope link 13:10:35 valid_lft forever preferred_lft forever 13:10:35 13:10:35 13:10:35 ---> sar -b -r -n DEV: 13:10:35 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/12/21 _x86_64_ (4 CPU) 13:10:35 13:10:35 13:03:42 LINUX RESTART (4 CPU) 13:10:35 13:10:35 13:04:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 13:10:35 13:05:01 149.90 50.39 99.51 0.00 8367.51 45504.62 0.00 13:10:35 13:06:01 230.04 120.19 109.85 0.00 8119.71 46104.18 0.00 13:10:35 13:07:01 264.45 104.96 159.50 0.00 3886.09 19664.60 0.00 13:10:35 13:08:01 136.60 55.84 80.75 0.00 1980.52 9956.44 0.00 13:10:35 13:09:01 65.73 26.23 39.51 0.00 1602.13 4797.67 0.00 13:10:35 13:10:01 2.93 1.22 1.72 0.00 68.62 24.87 0.00 13:10:35 Average: 141.61 59.84 81.77 0.00 3992.06 20940.94 0.00 13:10:35 13:10:35 13:04:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:10:35 13:05:01 64996 0 689872 36.67 2620 1124056 1314284 44.85 534852 1077284 67424 13:10:35 13:06:01 105976 0 694216 36.90 1804 1079548 1313216 44.82 550008 983544 0 13:10:35 13:07:01 159544 0 787988 41.88 960 933052 1696012 57.88 620628 818316 76756 13:10:35 13:08:01 240152 0 844404 44.88 556 796432 1710104 58.36 644516 705076 67948 13:10:35 13:09:01 523900 0 698440 37.12 556 658648 1107908 37.81 512476 573688 8 13:10:35 13:10:01 524576 0 695732 36.98 556 660680 1092476 37.28 527252 559336 8 13:10:35 Average: 269857 0 735109 39.07 1175 875403 1372333 46.84 564955 786207 35357 13:10:35 13:10:35 13:04:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:10:35 13:05:01 vethcfdfa6c 490.32 363.35 45.00 1184.62 0.00 0.00 0.00 0.00 13:10:35 13:05:01 eth0 1328.93 1119.80 4938.40 160.90 0.00 0.00 0.00 0.00 13:10:35 13:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:10:35 13:05:01 docker0 490.32 363.21 38.30 1184.61 0.00 0.00 0.00 0.00 13:10:35 13:06:01 eth0 868.18 960.02 4722.78 87.35 0.00 0.00 0.00 0.00 13:10:35 13:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:10:35 13:06:01 docker0 693.43 540.46 48.42 1879.08 0.00 0.00 0.00 0.00 13:10:35 13:07:01 eth0 154.81 122.77 511.51 76.50 0.00 0.00 0.00 0.00 13:10:35 13:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:10:35 13:07:01 vetheadc0ca 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:10:35 13:07:01 docker0 95.71 117.37 7.42 482.16 0.00 0.00 0.00 0.00 13:10:35 13:08:01 eth0 27.32 14.59 20.90 11.23 0.00 0.00 0.00 0.00 13:10:35 13:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:10:35 13:08:01 vetheadc0ca 2.04 2.04 0.16 0.16 0.00 0.00 0.00 0.00 13:10:35 13:08:01 docker0 2.04 2.04 0.14 0.16 0.00 0.00 0.00 0.00 13:10:35 13:09:01 eth0 5.54 2.81 4.26 1.85 0.00 0.00 0.00 0.00 13:10:35 13:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:10:35 13:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:10:35 13:10:01 eth0 1.83 0.72 0.76 0.43 0.00 0.00 0.00 0.00 13:10:35 13:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:10:35 13:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:10:35 Average: eth0 395.14 367.99 1690.53 56.09 0.00 0.00 0.00 0.00 13:10:35 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:10:35 Average: docker0 212.78 169.96 15.65 589.27 0.00 0.00 0.00 0.00 13:10:35 13:10:35 13:10:35 ---> sar -P ALL: 13:10:35 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/12/21 _x86_64_ (4 CPU) 13:10:35 13:10:35 13:03:42 LINUX RESTART (4 CPU) 13:10:35 13:10:35 13:04:02 CPU %user %nice %system %iowait %steal %idle 13:10:35 13:05:01 all 17.65 0.00 8.06 9.80 0.06 64.43 13:10:35 13:05:01 0 19.13 0.00 9.57 10.85 0.07 60.37 13:10:35 13:05:01 1 20.20 0.00 7.94 7.34 0.05 64.47 13:10:35 13:05:01 2 15.24 0.00 7.72 9.48 0.05 67.51 13:10:35 13:05:01 3 16.04 0.00 7.02 11.53 0.09 65.32 13:10:35 13:06:01 all 13.41 0.00 6.58 2.18 0.35 77.49 13:10:35 13:06:01 0 10.52 0.00 6.99 2.65 0.35 79.50 13:10:35 13:06:01 1 12.55 0.00 6.44 1.66 0.32 79.03 13:10:35 13:06:01 2 14.65 0.00 6.27 2.53 0.38 76.17 13:10:35 13:06:01 3 15.87 0.00 6.63 1.89 0.34 75.27 13:10:35 13:07:01 all 28.34 0.00 9.31 6.75 0.33 55.27 13:10:35 13:07:01 0 28.47 0.00 9.45 10.42 0.33 51.34 13:10:35 13:07:01 1 29.00 0.00 9.64 5.76 0.33 55.27 13:10:35 13:07:01 2 28.23 0.00 8.49 5.63 0.36 57.29 13:10:35 13:07:01 3 27.67 0.00 9.66 5.18 0.31 57.17 13:10:35 13:08:01 all 51.93 0.00 12.29 3.48 0.38 31.92 13:10:35 13:08:01 0 52.30 0.00 11.57 2.20 0.38 33.55 13:10:35 13:08:01 1 52.86 0.00 12.78 3.46 0.35 30.54 13:10:35 13:08:01 2 49.59 0.00 12.65 4.88 0.44 32.44 13:10:35 13:08:01 3 52.97 0.00 12.15 3.38 0.37 31.14 13:10:35 13:09:01 all 16.15 0.00 4.62 2.25 0.22 76.76 13:10:35 13:09:01 0 16.10 0.00 4.58 2.49 0.12 76.71 13:10:35 13:09:01 1 15.97 0.00 4.47 2.00 0.34 77.21 13:10:35 13:09:01 2 16.19 0.00 4.81 2.81 0.22 75.97 13:10:35 13:09:01 3 16.33 0.00 4.61 1.70 0.22 77.14 13:10:35 13:10:01 all 0.20 0.00 0.05 0.00 0.07 99.68 13:10:35 13:10:01 0 0.20 0.00 0.03 0.00 0.03 99.73 13:10:35 13:10:01 1 0.45 0.00 0.05 0.00 0.10 99.40 13:10:35 13:10:01 2 0.08 0.00 0.05 0.00 0.08 99.78 13:10:35 13:10:01 3 0.07 0.00 0.08 0.02 0.05 99.78 13:10:35 Average: all 21.08 0.00 6.76 4.04 0.24 67.88 13:10:35 Average: 0 20.94 0.00 6.97 4.72 0.21 67.15 13:10:35 Average: 1 21.64 0.00 6.83 3.35 0.25 67.94 13:10:35 Average: 2 20.48 0.00 6.61 4.19 0.25 68.46 13:10:35 Average: 3 21.27 0.00 6.63 3.91 0.23 67.96 13:10:35 13:10:35 13:10:35