Pull request #3032 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from f887efd6eb4c735d6e00b5d78208ca3e35dad179+60451040515ee9eeb901ca3bb1c4662a631f475e (e6a92c189aa51b68fb624c58084b9e052286f066) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [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-20300 in /w/workspace/edgexfoundry_edgex-go_PR-3032 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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/3032/head:refs/remotes/origin/PR-3032 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit f887efd6eb4c735d6e00b5d78208ca3e35dad179 Merge succeeded, producing f887efd6eb4c735d6e00b5d78208ca3e35dad179 Checking out Revision f887efd6eb4c735d6e00b5d78208ca3e35dad179 (PR-3032) > git config core.sparsecheckout # timeout=10 > git checkout -f f887efd6eb4c735d6e00b5d78208ca3e35dad179 # 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 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f887efd6eb4c735d6e00b5d78208ca3e35dad179 # timeout=10 Commit message: "build: Update to use go-mod-messaging v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:23:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:23:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:23:05 ========================================================= 20:23:05 EdgeX Global Pipelines Version Info 20:23:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 0bd9d561ac328beef27cba4aa771568a79a39c90 # timeout=10 20:23:07 ------------------- 20:23:07 stable info: 20:23:07 ------------------- 20:23:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:23:07 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 20:23:07 Message: update stable to v1.0.177 20:23:08 ------------------- 20:23:08 experimental info: 20:23:08 ------------------- 20:23:08 Commited By: **** collab-it+edgex@linuxfoundation.org 20:23:08 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 20:23:08 Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:23:08 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:23:08 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:23:08 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:23:08 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:23:09 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:23:09 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:23:09 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:23:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:23:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 20:23:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 20:23:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:23:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:23:09 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:23:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:23:10 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:23:10 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:23:10 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:23:10 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:23:10 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:23:10 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 20:23:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:23:10 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 20:23:10 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 20:23:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3032 [Pipeline] echo 20:23:11 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3032 [Pipeline] echo 20:23:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3032 [Pipeline] echo 20:23:11 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f887efd6eb4c735d6e00b5d78208ca3e35dad179 [Pipeline] echo 20:23:11 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f887efd [Pipeline] echo 20:23:11 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:23:11 provisioning config files... 20:23:11 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7489860116976227658tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:23:12 ---> docker-login.sh 20:23:12 nexus3.edgexfoundry.org:10001 20:23:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:12 Configure a credential helper to remove this warning. See 20:23:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:12 20:23:12 Login Succeeded 20:23:12 nexus3.edgexfoundry.org:10002 20:23:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:12 Configure a credential helper to remove this warning. See 20:23:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:12 20:23:12 Login Succeeded 20:23:12 nexus3.edgexfoundry.org:10003 20:23:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:12 Configure a credential helper to remove this warning. See 20:23:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:12 20:23:12 Login Succeeded 20:23:12 nexus3.edgexfoundry.org:10004 20:23:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:13 Configure a credential helper to remove this warning. See 20:23:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:13 20:23:13 Login Succeeded 20:23:13 docker.io 20:23:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:13 Configure a credential helper to remove this warning. See 20:23:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:13 20:23:13 Login Succeeded 20:23:13 ---> docker-login.sh ends [Pipeline] } 20:23:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:23:13 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 20:23:13 + for file in '`ls cmd/**/Dockerfile`' 20:23:13 ++ dirname cmd/core-command/Dockerfile 20:23:13 ++ cut -d/ -f2 20:23:13 + echo core-command,cmd/core-command/Dockerfile 20:23:13 + for file in '`ls cmd/**/Dockerfile`' 20:23:13 ++ dirname cmd/core-data/Dockerfile 20:23:13 ++ cut -d/ -f2 20:23:13 + echo core-data,cmd/core-data/Dockerfile 20:23:13 + for file in '`ls cmd/**/Dockerfile`' 20:23:13 ++ dirname cmd/core-metadata/Dockerfile 20:23:13 ++ cut -d/ -f2 20:23:13 + echo core-metadata,cmd/core-metadata/Dockerfile 20:23:13 + for file in '`ls cmd/**/Dockerfile`' 20:23:13 ++ dirname cmd/security-bootstrap-redis/Dockerfile 20:23:13 ++ cut -d/ -f2 20:23:13 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 20:23:13 + for file in '`ls cmd/**/Dockerfile`' 20:23:13 ++ dirname cmd/security-proxy-setup/Dockerfile 20:23:13 ++ cut -d/ -f2 20:23:13 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:23:13 + for file in '`ls cmd/**/Dockerfile`' 20:23:13 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:23:13 ++ cut -d/ -f2 20:23:13 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:23:13 + for file in '`ls cmd/**/Dockerfile`' 20:23:13 ++ dirname cmd/support-notifications/Dockerfile 20:23:13 ++ cut -d/ -f2 20:23:13 + echo support-notifications,cmd/support-notifications/Dockerfile 20:23:13 + for file in '`ls cmd/**/Dockerfile`' 20:23:13 ++ dirname cmd/support-scheduler/Dockerfile 20:23:13 ++ cut -d/ -f2 20:23:13 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:23:13 + for file in '`ls cmd/**/Dockerfile`' 20:23:13 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:23:13 ++ cut -d/ -f2 20:23:13 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:23:14 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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 20:23:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:23:14 20:23:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:23:15 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:23:15 latest: Pulling from edgex-devops/git-semver 20:23:15 31603596830f: Pulling fs layer 20:23:15 2a8b12db71e7: Pulling fs layer 20:23:15 6ca5941a6612: Pulling fs layer 20:23:15 ecc8261a40a4: Pulling fs layer 20:23:15 ecc8261a40a4: Waiting 20:23:15 2a8b12db71e7: Download complete 20:23:15 31603596830f: Verifying Checksum 20:23:15 31603596830f: Download complete 20:23:15 ecc8261a40a4: Verifying Checksum 20:23:15 ecc8261a40a4: Download complete 20:23:15 6ca5941a6612: Verifying Checksum 20:23:15 6ca5941a6612: Download complete 20:23:15 31603596830f: Pull complete 20:23:15 2a8b12db71e7: Pull complete 20:23:16 6ca5941a6612: Pull complete 20:23:16 ecc8261a40a4: Pull complete 20:23:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:23:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:23:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:23:17 prd-centos7-docker-4c-2g-20300 does not seem to be running inside a container 20:23:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 20:23:19 $ docker top 4ed6948212cff8fa45d5f9054162e71c5dc64cc331e2f29045d61ed5b884e6a3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:23:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:23:19 [ssh-agent] Looking for ssh-agent implementation... 20:23:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:23:20 $ docker exec 4ed6948212cff8fa45d5f9054162e71c5dc64cc331e2f29045d61ed5b884e6a3 ssh-agent 20:23:20 SSH_AUTH_SOCK=/tmp/ssh-u9bzh8dt8wNE/agent.11 20:23:20 SSH_AGENT_PID=17 20:23:20 Running ssh-add (command line suppressed) 20:23:20 Identity added: /w/workspace/edgex-go/3@tmp/private_key_8147390830077277155.key (/w/workspace/edgex-go/3@tmp/private_key_8147390830077277155.key) 20:23:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:23:20 + git tag --points-at HEAD [Pipeline] } 20:23:20 $ docker exec --env ******** --env ******** 4ed6948212cff8fa45d5f9054162e71c5dc64cc331e2f29045d61ed5b884e6a3 ssh-agent -k 20:23:20 unset SSH_AUTH_SOCK; 20:23:20 unset SSH_AGENT_PID; 20:23:20 echo Agent pid 17 killed; 20:23:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:23:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:23:21 [ssh-agent] Looking for ssh-agent implementation... 20:23:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:23:21 $ docker exec 4ed6948212cff8fa45d5f9054162e71c5dc64cc331e2f29045d61ed5b884e6a3 ssh-agent 20:23:21 SSH_AUTH_SOCK=/tmp/ssh-oiJ0LnUiUWBb/agent.48 20:23:21 SSH_AGENT_PID=53 20:23:21 Running ssh-add (command line suppressed) 20:23:21 Identity added: /w/workspace/edgex-go/3@tmp/private_key_7542143452060111124.key (/w/workspace/edgex-go/3@tmp/private_key_7542143452060111124.key) 20:23:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:23:22 + git semver init 20:23:22 # -> Open(): unable to determine branch for HEAD 20:23:22 # $GIT_DIR = /w/workspace/edgex-go/3/.git 20:23:22 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 20:23:22 # $SEMVER_REMOTE_NAME = origin 20:23:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:23:22 # $SEMVER_USER_NAME = edgex-jenkins 20:23:22 # $SEMVER_BRANCH = PR-3032 20:23:22 # $SEMVER_TEMP = /tmp/semver-528273003 20:23:22 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:23:54 # '/tmp/semver-528273003' -> '/w/workspace/edgex-go/3/.semver' 20:23:54 # -> Force: false 20:23:54 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 20:23:54 $ docker exec --env ******** --env ******** 4ed6948212cff8fa45d5f9054162e71c5dc64cc331e2f29045d61ed5b884e6a3 ssh-agent -k 20:23:54 unset SSH_AUTH_SOCK; 20:23:54 unset SSH_AGENT_PID; 20:23:54 echo Agent pid 53 killed; 20:23:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:23:55 + git semver [Pipeline] } 20:23:55 $ docker stop --time=1 4ed6948212cff8fa45d5f9054162e71c5dc64cc331e2f29045d61ed5b884e6a3 20:23:57 $ docker rm -f 4ed6948212cff8fa45d5f9054162e71c5dc64cc331e2f29045d61ed5b884e6a3 [Pipeline] // withDockerContainer [Pipeline] sh 20:23:57 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:23:58 Stashed 1 file(s) [Pipeline] echo 20:23:58 [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 20:23:59 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:23:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:23:59 + sudo service docker restart 20:23:59 + true 20:23:59 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:24:00 ========================================================= 20:24:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:24:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:24:00 + 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 . 20:24:04 Sending build context to Docker daemon 326.6MB 20:24:04 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:24:04 Step 2/6 : FROM ${BASE} 20:24:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:24:04 188c0c94c7c5: Pulling fs layer 20:24:04 0ef7d3d256c8: Pulling fs layer 20:24:04 de9db76c5a1d: Pulling fs layer 20:24:04 bca2f99d35d6: Pulling fs layer 20:24:04 93359f2a8cfa: Pulling fs layer 20:24:04 7c6f9722023f: Pulling fs layer 20:24:04 a35cf1a2eb13: Pulling fs layer 20:24:04 bca2f99d35d6: Waiting 20:24:04 93359f2a8cfa: Waiting 20:24:04 7c6f9722023f: Waiting 20:24:04 a35cf1a2eb13: Waiting 20:24:04 de9db76c5a1d: Verifying Checksum 20:24:04 de9db76c5a1d: Download complete 20:24:04 0ef7d3d256c8: Download complete 20:24:04 93359f2a8cfa: Verifying Checksum 20:24:04 93359f2a8cfa: Download complete 20:24:05 188c0c94c7c5: Verifying Checksum 20:24:05 188c0c94c7c5: Download complete 20:24:05 7c6f9722023f: Verifying Checksum 20:24:05 7c6f9722023f: Download complete 20:24:05 188c0c94c7c5: Pull complete 20:24:06 0ef7d3d256c8: Pull complete 20:24:07 de9db76c5a1d: Pull complete 20:24:07 a35cf1a2eb13: Verifying Checksum 20:24:07 a35cf1a2eb13: Download complete 20:24:07 bca2f99d35d6: Verifying Checksum 20:24:07 bca2f99d35d6: Download complete 20:24:13 bca2f99d35d6: Pull complete 20:24:13 93359f2a8cfa: Pull complete 20:24:13 7c6f9722023f: Pull complete 20:24:13 Still waiting to schedule task 20:24:13 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 20:24:17 a35cf1a2eb13: Pull complete 20:24:17 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:24:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:24:17 ---> a62c8e92a672 20:24:17 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 20:24:17 ---> Running in 9aa884bf5c1b 20:24:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:24:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:24:19 (1/12) Installing libmagic (5.38-r0) 20:24:19 (2/12) Installing file (5.38-r0) 20:24:19 (3/12) Installing libc-dev (0.7.2-r3) 20:24:19 (4/12) Installing g++ (9.3.0-r2) 20:24:23 (5/12) Installing fortify-headers (1.1-r0) 20:24:23 (6/12) Installing patch (2.7.6-r6) 20:24:23 (7/12) Installing build-base (0.5-r2) 20:24:24 (8/12) Installing libsodium (1.0.18-r0) 20:24:24 (9/12) Installing pkgconf (1.7.2-r0) 20:24:24 (10/12) Installing libsodium-dev (1.0.18-r0) 20:24:24 (11/12) Installing libzmq (4.3.3-r0) 20:24:24 (12/12) Installing zeromq-dev (4.3.3-r0) 20:24:24 Executing busybox-1.31.1-r19.trigger 20:24:24 OK: 233 MiB in 51 packages 20:24:28 Removing intermediate container 9aa884bf5c1b 20:24:28 ---> d97c0860c07b 20:24:28 Step 4/6 : WORKDIR /edgex-go 20:24:28 ---> Running in f2b100d0f710 20:24:28 Removing intermediate container f2b100d0f710 20:24:28 ---> 8635adfae9ab 20:24:28 Step 5/6 : COPY go.mod . 20:24:28 ---> e12b0b49f183 20:24:28 Step 6/6 : RUN go mod download 20:24:28 ---> Running in 76421b95b7d6 20:24:50 Removing intermediate container 76421b95b7d6 20:24:50 ---> 314ee313f22e 20:24:50 Successfully built 314ee313f22e 20:24:50 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:24:50 + docker inspect -f . ci-base-image-x86_64 20:24:50 . [Pipeline] withDockerContainer 20:24:50 prd-centos7-docker-4c-2g-20300 does not seem to be running inside a container 20:24:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 20:24:51 $ docker top fc165bdcb016db29156bde75e563bb98245467783c67413e1044d7c2d73b28cc -eo pid,comm [Pipeline] { [Pipeline] sh 20:24:52 + go version 20:24:52 go version go1.15.5 linux/amd64 [Pipeline] } 20:24:52 $ docker stop --time=1 fc165bdcb016db29156bde75e563bb98245467783c67413e1044d7c2d73b28cc 20:24:53 $ docker rm -f fc165bdcb016db29156bde75e563bb98245467783c67413e1044d7c2d73b28cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:24:54 + docker inspect -f . ci-base-image-x86_64 20:24:54 . [Pipeline] withDockerContainer 20:24:54 prd-centos7-docker-4c-2g-20300 does not seem to be running inside a container 20:24:54 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 20:24:55 $ docker top 1b272f1e5dddca9d5b66c9f6f5c68ba308549ae41efa846a8955906b6745b9e8 -eo pid,comm [Pipeline] { [Pipeline] echo 20:24:55 ========================================================= 20:24:55 [edgeXBuildGoParallel] Running Tests and Build... 20:24:55 ========================================================= [Pipeline] sh 20:24:56 + make test 20:24:56 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:25:06 ? github.com/edgexfoundry/edgex-go [no test files] 20:25:18 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:25:25 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:25:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:25:25 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:25:25 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 20:25:25 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:25:25 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:25:26 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:25:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:25:27 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:25:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:25:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:25:29 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:25:31 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.075s coverage: 46.6% of statements 20:25:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:25:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:25:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:25:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:25:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:25:35 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.207s coverage: 27.0% of statements 20:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:25:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements 20:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:25:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements 20:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:25:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.109s coverage: 67.9% of statements 20:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:25:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.154s coverage: 82.3% of statements 20:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:25:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.389s coverage: 28.6% of statements 20:25:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:25:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:25:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:25:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:25:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:25:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.103s coverage: 100.0% of statements 20:25:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:25:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.035s coverage: 100.0% of statements 20:25:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:25:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.118s coverage: 86.7% of statements 20:25:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:25:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.121s coverage: 97.5% of statements 20:25:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:25:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 78.3% of statements 20:25:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:25:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:25:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:25:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:25:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.338s coverage: 93.2% of statements 20:25:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:25:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:25:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:25:40 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:25:40 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:25:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:25:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:25:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:25:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:25:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:25:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:25:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:25:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:25:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:25:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:25:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:25:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:25:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:25:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.037s coverage: 58.8% of statements 20:25:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:25:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:25:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 0.1% of statements 20:25:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:25:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:25:40 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:25:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:25:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.027s coverage: 100.0% of statements 20:25:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:25:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 75.5% of statements 20:25:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:25:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.029s coverage: 80.8% of statements 20:25:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements 20:25:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.050s coverage: 84.2% of statements 20:25:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.176s coverage: 91.4% of statements 20:25:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:25:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 63.5% of statements 20:25:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:25:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:25:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.039s coverage: 100.0% of statements 20:25:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 20:25:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements 20:25:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements 20:25:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements 20:25:43 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.367s coverage: 68.9% of statements 20:25:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:25:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:25:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 20:25:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 20:25:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 20:25:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.100s coverage: 37.0% of statements 20:25:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:25:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:25:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.325s coverage: 84.0% of statements 20:25:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.055s coverage: 100.0% of statements 20:25:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.112s coverage: 47.1% of statements 20:25:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:25:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:25:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:25:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:25:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:25:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements 20:25:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:25:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements 20:25:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.698s coverage: 29.1% of statements 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.062s coverage: 87.9% of statements 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements 20:25:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 20:25:47 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements 20:25:47 GO111MODULE=on go vet ./... 20:25:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20301 in /w/workspace/edgexfoundry_edgex-go_PR-3032 [Pipeline] { [Pipeline] ws 20:25:58 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 20:26:03 using credential edgex-jenkins-ssh 20:26:03 Cloning the remote Git repository 20:26:03 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:26:03 > git init /w/workspace/edgex-go/3 # timeout=10 20:26:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:26:03 > git --version # timeout=10 20:26:03 > git --version # 'git version 2.17.1' 20:26:03 using GIT_SSH to set credentials SSH Credentials for GitHub 20:26:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:26:09 gofmt -l . 20:26:09 [ "`gofmt -l .`" = "" ] 20:26:09 ./bin/test-go-mod-tidy.sh 20:26:10 ./bin/test-attribution-txt.sh 20:26:11 An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add 20:26:11 make: *** [Makefile:99: test] Error 1 [Pipeline] } 20:26:11 $ docker stop --time=1 1b272f1e5dddca9d5b66c9f6f5c68ba308549ae41efa846a8955906b6745b9e8 20:26:13 $ docker rm -f 1b272f1e5dddca9d5b66c9f6f5c68ba308549ae41efa846a8955906b6745b9e8 [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] } 20:26:15 Failed in branch amd64 20:26:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:26:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:26:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:26:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:26:20 using GIT_SSH to set credentials SSH Credentials for GitHub 20:26:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3032/head:refs/remotes/origin/PR-3032 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:26:21 Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit f887efd6eb4c735d6e00b5d78208ca3e35dad179 20:26:21 Merge succeeded, producing f887efd6eb4c735d6e00b5d78208ca3e35dad179 20:26:21 Checking out Revision f887efd6eb4c735d6e00b5d78208ca3e35dad179 (PR-3032) 20:26:21 > git config core.sparsecheckout # timeout=10 20:26:21 > git checkout -f f887efd6eb4c735d6e00b5d78208ca3e35dad179 # timeout=10 20:26:21 > git remote # timeout=10 20:26:21 > git config --get remote.origin.url # timeout=10 20:26:21 using GIT_SSH to set credentials SSH Credentials for GitHub 20:26:21 > git merge 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 20:26:21 > git rev-parse HEAD^{commit} # timeout=10 20:26:21 > git config core.sparsecheckout # timeout=10 20:26:21 > git checkout -f f887efd6eb4c735d6e00b5d78208ca3e35dad179 # timeout=10 20:26:26 Commit message: "build: Update to use go-mod-messaging v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:26:28 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:26:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:26:28 + true 20:26:28 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:26:31 provisioning config files... 20:26:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1096739089218283979tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:26:31 ---> docker-login.sh 20:26:31 nexus3.edgexfoundry.org:10001 20:26:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:32 Configure a credential helper to remove this warning. See 20:26:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:32 20:26:32 Login Succeeded 20:26:32 nexus3.edgexfoundry.org:10002 20:26:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:33 Configure a credential helper to remove this warning. See 20:26:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:33 20:26:33 Login Succeeded 20:26:33 nexus3.edgexfoundry.org:10003 20:26:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:33 Configure a credential helper to remove this warning. See 20:26:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:33 20:26:33 Login Succeeded 20:26:33 nexus3.edgexfoundry.org:10004 20:26:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:34 Configure a credential helper to remove this warning. See 20:26:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:34 20:26:34 Login Succeeded 20:26:34 docker.io 20:26:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:35 Configure a credential helper to remove this warning. See 20:26:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:35 20:26:35 Login Succeeded 20:26:35 ---> docker-login.sh ends [Pipeline] } 20:26:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:26:35 ========================================================= 20:26:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:26:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:26:36 + 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 . 20:26:38 Sending build context to Docker daemon 165.6MB 20:26:38 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:26:38 Step 2/6 : FROM ${BASE} 20:26:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:26:38 5f621e34cdf4: Pulling fs layer 20:26:38 a4357932f1b6: Pulling fs layer 20:26:38 18c013af1878: Pulling fs layer 20:26:38 00ac8860ef70: Pulling fs layer 20:26:38 63d7cb157983: Pulling fs layer 20:26:38 b116817d02f9: Pulling fs layer 20:26:38 745a02a5169b: Pulling fs layer 20:26:38 00ac8860ef70: Waiting 20:26:38 63d7cb157983: Waiting 20:26:38 b116817d02f9: Waiting 20:26:38 745a02a5169b: Waiting 20:26:38 18c013af1878: Verifying Checksum 20:26:38 18c013af1878: Download complete 20:26:38 a4357932f1b6: Verifying Checksum 20:26:38 a4357932f1b6: Download complete 20:26:39 63d7cb157983: Verifying Checksum 20:26:39 63d7cb157983: Download complete 20:26:39 5f621e34cdf4: Download complete 20:26:39 b116817d02f9: Verifying Checksum 20:26:39 b116817d02f9: Download complete 20:26:39 5f621e34cdf4: Pull complete 20:26:40 a4357932f1b6: Pull complete 20:26:40 18c013af1878: Pull complete 20:26:41 745a02a5169b: Verifying Checksum 20:26:41 745a02a5169b: Download complete 20:26:43 00ac8860ef70: Verifying Checksum 20:26:43 00ac8860ef70: Download complete 20:26:53 00ac8860ef70: Pull complete 20:26:53 63d7cb157983: Pull complete 20:26:53 b116817d02f9: Pull complete 20:26:58 745a02a5169b: Pull complete 20:26:58 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:26:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:26:58 ---> b7e6874047d6 20:26:58 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 20:27:01 ---> Running in ab7319a02bb2 20:27:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:27:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:27:03 (1/12) Installing libmagic (5.38-r0) 20:27:03 (2/12) Installing file (5.38-r0) 20:27:03 (3/12) Installing libc-dev (0.7.2-r3) 20:27:04 (4/12) Installing g++ (9.3.0-r2) 20:27:09 (5/12) Installing fortify-headers (1.1-r0) 20:27:09 (6/12) Installing patch (2.7.6-r6) 20:27:09 (7/12) Installing build-base (0.5-r2) 20:27:09 (8/12) Installing libsodium (1.0.18-r0) 20:27:09 (9/12) Installing pkgconf (1.7.2-r0) 20:27:09 (10/12) Installing libsodium-dev (1.0.18-r0) 20:27:09 (11/12) Installing libzmq (4.3.3-r0) 20:27:09 (12/12) Installing zeromq-dev (4.3.3-r0) 20:27:09 Executing busybox-1.31.1-r19.trigger 20:27:09 OK: 217 MiB in 51 packages 20:27:13 Removing intermediate container ab7319a02bb2 20:27:13 ---> 96542a1e81a9 20:27:13 Step 4/6 : WORKDIR /edgex-go 20:27:13 ---> Running in a3396e503b42 20:27:14 Removing intermediate container a3396e503b42 20:27:14 ---> 986bd29252a4 20:27:14 Step 5/6 : COPY go.mod . 20:27:14 ---> f2c293e355b3 20:27:14 Step 6/6 : RUN go mod download 20:27:14 ---> Running in 5cfc0774d0f3 20:27:41 Removing intermediate container 5cfc0774d0f3 20:27:41 ---> e1a41e801ed1 20:27:41 Successfully built e1a41e801ed1 20:27:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:27:42 + docker inspect -f . ci-base-image-arm64 20:27:42 . [Pipeline] withDockerContainer 20:27:42 prd-ubuntu18.04-docker-arm64-4c-16g-20301 does not seem to be running inside a container 20:27:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 20:27:44 $ docker top 54955c2513a5260724dd4bb94360c96e69d2f73c549deeca2dc63dfe4e43bd5f -eo pid,comm [Pipeline] { [Pipeline] sh 20:27:45 + go version 20:27:45 go version go1.15.5 linux/arm64 [Pipeline] } 20:27:45 $ docker stop --time=1 54955c2513a5260724dd4bb94360c96e69d2f73c549deeca2dc63dfe4e43bd5f 20:27:47 $ docker rm -f 54955c2513a5260724dd4bb94360c96e69d2f73c549deeca2dc63dfe4e43bd5f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:27:48 + docker inspect -f . ci-base-image-arm64 20:27:48 . [Pipeline] withDockerContainer 20:27:48 prd-ubuntu18.04-docker-arm64-4c-16g-20301 does not seem to be running inside a container 20:27:48 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 20:27:49 $ docker top cdf6816b8d54bd30cff15bec111cc6edae0bdfdec409186700e6284dbc90aee6 -eo pid,comm [Pipeline] { [Pipeline] echo 20:27:50 ========================================================= 20:27:50 [edgeXBuildGoParallel] Running Tests and Build... 20:27:50 ========================================================= [Pipeline] sh 20:27:50 + make test 20:27:50 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:28:13 ? github.com/edgexfoundry/edgex-go [no test files] 20:28:52 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:29:14 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:29:14 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:29:14 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:29:14 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 20:29:14 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:29:14 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:29:14 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:29:14 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:29:14 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:29:18 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:29:18 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:29:18 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:29:23 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.256s coverage: 46.6% of statements 20:29:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:29:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:29:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:29:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:29:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:29:31 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.480s coverage: 27.0% of statements 20:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:29:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.076s coverage: 100.0% of statements 20:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:29:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.087s coverage: 100.0% of statements 20:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:29:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.269s coverage: 67.9% of statements 20:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:29:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.722s coverage: 82.3% of statements 20:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:29:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.165s coverage: 28.6% of statements 20:29:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:29:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:29:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:29:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:29:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:29:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.202s coverage: 100.0% of statements 20:29:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:29:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements 20:29:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:29:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.309s coverage: 86.7% of statements 20:29:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:29:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.338s coverage: 97.5% of statements 20:29:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:29:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.142s coverage: 78.3% of statements 20:29:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:29:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:29:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:29:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:29:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.090s coverage: 93.2% of statements 20:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:29:48 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:29:48 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:29:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:29:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:29:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:29:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:29:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:29:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:29:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:29:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:29:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:29:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:29:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:29:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:29:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:29:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 20:29:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:29:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:29:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.173s coverage: 0.1% of statements 20:29:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:29:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:29:48 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:29:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:29:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 20:29:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:29:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.098s coverage: 75.5% of statements 20:29:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:29:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements 20:29:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.146s coverage: 87.2% of statements 20:29:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.180s coverage: 84.2% of statements 20:29:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.208s coverage: 91.4% of statements 20:29:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:29:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.727s coverage: 63.5% of statements 20:29:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:29:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:29:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.093s coverage: 100.0% of statements 20:29:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.163s coverage: 91.3% of statements 20:29:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements 20:29:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.081s coverage: 73.7% of statements 20:29:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements 20:29:59 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.859s coverage: 68.9% of statements 20:29:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:29:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:29:59 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 20:29:59 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 20:29:59 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 20:29:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.407s coverage: 37.0% of statements 20:29:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:29:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:29:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.512s coverage: 84.0% of statements 20:29:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.101s coverage: 100.0% of statements 20:30:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.333s coverage: 47.1% of statements 20:30:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:30:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:30:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:30:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:30:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:30:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.115s coverage: 100.0% of statements 20:30:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:30:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.124s coverage: 100.0% of statements 20:30:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:30:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.982s coverage: 29.1% of statements 20:30:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:30:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:30:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:30:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:30:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:30:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.193s coverage: 99.0% of statements 20:30:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:30:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.174s coverage: 100.0% of statements 20:30:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:30:10 ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements 20:30:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:30:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements 20:30:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:30:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:30:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:30:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:30:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.118s coverage: 87.9% of statements 20:30:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:30:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:30:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements 20:30:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 20:30:13 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 20:30:14 GO111MODULE=on go vet ./... 20:31:22 gofmt -l . 20:31:22 [ "`gofmt -l .`" = "" ] 20:31:22 ./bin/test-go-mod-tidy.sh 20:31:23 ./bin/test-attribution-txt.sh 20:31:23 An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add 20:31:24 make: *** [Makefile:99: test] Error 1 [Pipeline] } 20:31:24 $ docker stop --time=1 cdf6816b8d54bd30cff15bec111cc6edae0bdfdec409186700e6284dbc90aee6 20:31:26 $ docker rm -f cdf6816b8d54bd30cff15bec111cc6edae0bdfdec409186700e6284dbc90aee6 [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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:31:29 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 20:31:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:31:35 ---> package-listing.sh 20:31:35 ++ facter osfamily 20:31:35 ++ tr '[:upper:]' '[:lower:]' 20:31:35 + OS_FAMILY=redhat 20:31:35 + workspace=/w/workspace/edgex-go/3 20:31:35 + START_PACKAGES=/tmp/packages_start.txt 20:31:35 + END_PACKAGES=/tmp/packages_end.txt 20:31:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:31:35 + PACKAGES=/tmp/packages_start.txt 20:31:35 + '[' /w/workspace/edgex-go/3 ']' 20:31:35 + PACKAGES=/tmp/packages_end.txt 20:31:35 + case "${OS_FAMILY}" in 20:31:35 + rpm -qa 20:31:35 + sort 20:31:40 + '[' -f /tmp/packages_start.txt ']' 20:31:40 + '[' -f /tmp/packages_end.txt ']' 20:31:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:31:40 + '[' /w/workspace/edgex-go/3 ']' 20:31:40 + mkdir -p /w/workspace/edgex-go/3/archives/ 20:31:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 20:31:40 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:31:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:31:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:31:41 20:31:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:31:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:31:41 alpine: Pulling from edgex-lftools-log-publisher 20:31:41 df20fa9351a1: Pulling fs layer 20:31:41 36b3adc4ff6f: Pulling fs layer 20:31:41 8ad3a11d3b57: Pulling fs layer 20:31:41 46f8f816bc3b: Pulling fs layer 20:31:41 93b61091891f: Pulling fs layer 20:31:41 93b9cdb0e59b: Pulling fs layer 20:31:41 5e14af77c1be: Pulling fs layer 20:31:41 01666e4c0597: Pulling fs layer 20:31:41 aa168da1d23b: Pulling fs layer 20:31:41 93b9cdb0e59b: Waiting 20:31:41 46f8f816bc3b: Waiting 20:31:41 5e14af77c1be: Waiting 20:31:41 93b61091891f: Waiting 20:31:41 01666e4c0597: Waiting 20:31:41 aa168da1d23b: Waiting 20:31:41 36b3adc4ff6f: Verifying Checksum 20:31:41 36b3adc4ff6f: Download complete 20:31:42 46f8f816bc3b: Verifying Checksum 20:31:42 46f8f816bc3b: Download complete 20:31:42 df20fa9351a1: Verifying Checksum 20:31:42 93b9cdb0e59b: Verifying Checksum 20:31:42 93b9cdb0e59b: Download complete 20:31:42 5e14af77c1be: Verifying Checksum 20:31:42 5e14af77c1be: Download complete 20:31:42 93b61091891f: Verifying Checksum 20:31:42 93b61091891f: Download complete 20:31:42 01666e4c0597: Download complete 20:31:42 df20fa9351a1: Pull complete 20:31:42 36b3adc4ff6f: Pull complete 20:31:42 8ad3a11d3b57: Download complete 20:31:43 8ad3a11d3b57: Pull complete 20:31:43 46f8f816bc3b: Pull complete 20:31:44 93b61091891f: Pull complete 20:31:44 93b9cdb0e59b: Pull complete 20:31:44 aa168da1d23b: Verifying Checksum 20:31:44 aa168da1d23b: Download complete 20:31:44 5e14af77c1be: Pull complete 20:31:44 01666e4c0597: Pull complete 20:31:52 aa168da1d23b: Pull complete 20:31:52 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:31:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:31:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:31:53 prd-centos7-docker-4c-2g-20300 does not seem to be running inside a container 20:31:53 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 20:31:56 $ docker top 8795d14f85c7993ce736af734b7ccc4742a68bdcf7c3a6cab5297cbf75607fab -eo pid,comm [Pipeline] { [Pipeline] sh 20:31:56 + touch /tmp/pre-build-complete [Pipeline] sh 20:31:57 + mkdir -p /var/log/sa [Pipeline] sh 20:31:57 + ls /var/log/sa-host 20:31:57 + sadf -c /var/log/sa-host/sa14 20:31:57 file_magic: OK 20:31:57 HZ: Using current value: 100 20:31:57 file_header: OK 20:31:57 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 20:31:57 Statistics: 20:31:57 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:31:57 File successfully converted to sysstat format version 12.2.1 20:31:57 + sadf -c /var/log/sa-host/sa23 20:31:57 file_magic: OK 20:31:57 HZ: Using current value: 100 20:31:57 file_header: OK 20:31:57 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 20:31:57 Statistics: 20:31:57 Hnuu...uuuununununu... 20:31:57 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:31:57 provisioning config files... 20:31:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config5986760017448181465tmp [Pipeline] { [Pipeline] echo 20:31:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:31:58 ---> create-netrc.sh [Pipeline] } 20:31:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:31:58 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:31:58 ---> python-tools-install.sh [Pipeline] echo 20:31:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:31:58 ---> sudo-logs.sh 20:31:58 Archiving 'sudo' log.. [Pipeline] echo 20:31:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:31:59 ---> job-cost.sh 20:31:59 lf-activate-venv: SKIPPING 20:31:59 INFO: No Stack... 20:32:00 INFO: Retrieving Pricing Info for: v1-standard-2 20:32:01 INFO: Archiving Costs [Pipeline] echo 20:32:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:32:01 ---> logs-deploy.sh 20:32:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3032/3 20:32:01 INFO: archiving workspace using pattern(s): 20:32:03 Archives upload complete. 20:32:03 INFO: archiving logs to Nexus 20:32:04 ---> uname -a: 20:32:04 Linux prd-centos7-docker-4c-2g-20300.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:32:04 20:32:04 20:32:04 ---> lscpu: 20:32:04 Architecture: x86_64 20:32:04 CPU op-mode(s): 32-bit, 64-bit 20:32:04 Byte Order: Little Endian 20:32:04 Address sizes: 40 bits physical, 48 bits virtual 20:32:04 CPU(s): 4 20:32:04 On-line CPU(s) list: 0-3 20:32:04 Thread(s) per core: 1 20:32:04 Core(s) per socket: 1 20:32:04 Socket(s): 4 20:32:04 NUMA node(s): 1 20:32:04 Vendor ID: GenuineIntel 20:32:04 CPU family: 6 20:32:04 Model: 44 20:32:04 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:32:04 Stepping: 1 20:32:04 CPU MHz: 2933.442 20:32:04 BogoMIPS: 5866.88 20:32:04 Virtualization: VT-x 20:32:04 Hypervisor vendor: KVM 20:32:04 Virtualization type: full 20:32:04 L1d cache: 128 KiB 20:32:04 L1i cache: 128 KiB 20:32:04 L2 cache: 16 MiB 20:32:04 L3 cache: 64 MiB 20:32:04 NUMA node0 CPU(s): 0-3 20:32:04 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:32:04 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:32:04 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:32:04 Vulnerability Meltdown: Mitigation; PTI 20:32:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:32:04 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:32:04 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:32:04 Vulnerability Srbds: Not affected 20:32:04 Vulnerability Tsx async abort: Not affected 20:32:04 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 20:32:04 20:32:04 20:32:04 ---> nproc: 20:32:04 4 20:32:04 20:32:04 20:32:04 ---> df -h: 20:32:04 Filesystem Size Used Available Use% Mounted on 20:32:04 overlay 50.0G 8.2G 41.7G 16% / 20:32:04 tmpfs 64.0M 0 64.0M 0% /dev 20:32:04 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:32:04 shm 64.0M 0 64.0M 0% /dev/shm 20:32:04 /dev/vda1 50.0G 8.2G 41.7G 16% /facter-os 20:32:04 /dev/vda1 50.0G 8.2G 41.7G 16% /etc/resolv.conf 20:32:04 /dev/vda1 50.0G 8.2G 41.7G 16% /etc/hostname 20:32:04 /dev/vda1 50.0G 8.2G 41.7G 16% /etc/hosts 20:32:04 /dev/vda1 50.0G 8.2G 41.7G 16% /run/cloud-init/result.json 20:32:04 /dev/vda1 50.0G 8.2G 41.7G 16% /var/log/sa-host 20:32:04 /dev/vda1 50.0G 8.2G 41.7G 16% /var/log/secure 20:32:04 /dev/vda1 50.0G 8.2G 41.7G 16% /var/log/auth.log 20:32:04 /dev/vda1 50.0G 8.2G 41.7G 16% /w/workspace/edgex-go/3 20:32:04 /dev/vda1 50.0G 8.2G 41.7G 16% /w/workspace/edgex-go/3@tmp 20:32:04 20:32:04 20:32:04 ---> free -m: 20:32:04 total used free shared buff/cache available 20:32:04 Mem: 1837 731 125 0 979 1013 20:32:04 Swap: 1023 3 1020 20:32:04 20:32:04 20:32:04 ---> ip addr: 20:32:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:32:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:32:04 inet 127.0.0.1/8 scope host lo 20:32:04 valid_lft forever preferred_lft forever 20:32:04 inet6 ::1/128 scope host 20:32:04 valid_lft forever preferred_lft forever 20:32:04 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:32:04 link/ether fa:16:3e:0e:ab:b0 brd ff:ff:ff:ff:ff:ff 20:32:04 inet 10.30.123.115/23 brd 10.30.123.255 scope global dynamic eth0 20:32:04 valid_lft 85817sec preferred_lft 85817sec 20:32:04 inet6 fe80::f816:3eff:fe0e:abb0/64 scope link 20:32:04 valid_lft forever preferred_lft forever 20:32:04 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:32:04 link/ether 02:42:f8:75:e0:c6 brd ff:ff:ff:ff:ff:ff 20:32:04 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:32:04 valid_lft forever preferred_lft forever 20:32:04 inet6 fe80::42:f8ff:fe75:e0c6/64 scope link 20:32:04 valid_lft forever preferred_lft forever 20:32:04 20:32:04 20:32:04 ---> sar -b -r -n DEV: 20:32:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/14/21 _x86_64_ (4 CPU) 20:32:04 20:32:04 20:22:09 LINUX RESTART (4 CPU) 20:32:04 20:32:04 20:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:32:04 20:24:01 130.88 75.67 55.21 0.00 9449.27 12959.60 0.00 20:32:04 20:25:01 312.18 121.00 191.18 0.00 5129.58 51006.12 0.00 20:32:04 20:26:01 173.36 69.72 103.64 0.00 2871.17 11803.56 0.00 20:32:04 20:27:01 51.44 24.28 27.16 0.00 1671.01 3191.37 0.00 20:32:04 20:28:01 3.43 1.63 1.80 0.00 227.41 26.56 0.00 20:32:04 20:29:01 1.32 0.95 0.37 0.00 51.17 4.81 0.00 20:32:04 20:30:01 0.27 0.10 0.17 0.00 74.34 1.77 0.00 20:32:04 20:31:01 0.27 0.00 0.27 0.00 0.00 3.65 0.00 20:32:04 Average: 84.19 36.69 47.50 0.00 2435.09 9879.72 0.00 20:32:04 20:32:04 20:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:32:04 20:24:01 203768 0 647344 34.40 2620 1027812 1481904 50.57 629540 845924 91616 20:32:04 20:25:01 247600 0 714668 37.98 1580 917696 1529008 52.18 518568 836952 17628 20:32:04 20:26:01 283760 0 770808 40.97 872 826104 1746572 59.61 613716 699708 79264 20:32:04 20:27:01 540704 0 658764 35.01 872 681204 1104856 37.71 490800 585344 8 20:32:04 20:28:01 534132 0 658500 35.00 872 688040 1083972 36.99 514424 570012 8 20:32:04 20:29:01 533372 0 657736 34.96 872 689564 1078796 36.82 512024 573500 12 20:32:04 20:30:01 531108 0 657764 34.96 872 691800 1078796 36.82 511916 575736 16 20:32:04 20:31:01 531316 0 657548 34.95 872 691808 1078796 36.82 511924 575736 8 20:32:04 Average: 425720 0 677892 36.03 1179 776754 1272838 43.44 537864 657864 23570 20:32:04 20:32:04 20:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:32:04 20:24:01 eth0 894.86 968.01 3128.95 131.68 0.00 0.00 0.00 0.00 20:32:04 20:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:04 20:24:01 docker0 856.52 728.76 69.78 2670.85 0.00 0.00 0.00 0.00 20:32:04 20:25:01 veth71655a1 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 20:32:04 20:25:01 eth0 566.89 457.77 3685.67 85.25 0.00 0.00 0.00 0.00 20:32:04 20:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:04 20:25:01 docker0 156.56 211.26 11.44 831.58 0.00 0.00 0.00 0.00 20:32:04 20:26:01 veth71655a1 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:32:04 20:26:01 eth0 27.67 14.02 22.65 12.11 0.00 0.00 0.00 0.00 20:32:04 20:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:04 20:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:04 20:27:01 eth0 21.00 19.93 5.37 38.97 0.00 0.00 0.00 0.00 20:32:04 20:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:04 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:04 20:28:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 20:32:04 20:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:04 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:04 20:29:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:32:04 20:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:04 20:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:04 20:30:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:32:04 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:04 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:04 20:31:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:32:04 20:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:04 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:04 Average: eth0 188.92 182.57 855.64 33.52 0.00 0.00 0.00 0.00 20:32:04 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:04 Average: docker0 126.66 117.53 10.15 437.91 0.00 0.00 0.00 0.00 20:32:04 20:32:04 20:32:04 ---> sar -P ALL: 20:32:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/14/21 _x86_64_ (4 CPU) 20:32:04 20:32:04 20:22:09 LINUX RESTART (4 CPU) 20:32:04 20:32:04 20:23:01 CPU %user %nice %system %iowait %steal %idle 20:32:04 20:24:01 all 11.65 0.00 5.76 1.99 0.03 80.56 20:32:04 20:24:01 0 11.20 0.00 7.68 3.15 0.03 77.93 20:32:04 20:24:01 1 12.91 0.00 5.96 0.89 0.02 80.23 20:32:04 20:24:01 2 9.10 0.00 4.46 1.73 0.05 84.66 20:32:04 20:24:01 3 13.41 0.00 4.95 2.19 0.03 79.42 20:32:04 20:25:01 all 13.34 0.00 10.38 6.45 0.05 69.78 20:32:04 20:25:01 0 14.52 0.00 11.21 3.19 0.03 71.05 20:32:04 20:25:01 1 12.41 0.00 10.30 6.40 0.05 70.83 20:32:04 20:25:01 2 11.83 0.00 9.55 7.96 0.05 70.61 20:32:04 20:25:01 3 14.61 0.00 10.45 8.25 0.05 66.64 20:32:04 20:26:01 all 64.19 0.00 15.44 4.61 0.03 15.73 20:32:04 20:26:01 0 64.59 0.00 15.47 5.65 0.02 14.27 20:32:04 20:26:01 1 63.57 0.00 15.99 3.88 0.04 16.52 20:32:04 20:26:01 2 64.95 0.00 15.32 3.77 0.04 15.92 20:32:04 20:26:01 3 63.63 0.00 14.98 5.15 0.04 16.21 20:32:04 20:27:01 all 7.67 0.00 3.03 1.60 0.00 87.70 20:32:04 20:27:01 0 7.15 0.00 3.10 1.80 0.02 87.93 20:32:04 20:27:01 1 8.12 0.00 3.02 2.50 0.00 86.35 20:32:04 20:27:01 2 7.47 0.00 2.82 1.43 0.00 88.29 20:32:04 20:27:01 3 7.95 0.00 3.16 0.67 0.00 88.21 20:32:04 20:28:01 all 0.16 0.00 0.05 0.00 0.00 99.78 20:32:04 20:28:01 0 0.03 0.00 0.03 0.00 0.00 99.93 20:32:04 20:28:01 1 0.52 0.00 0.02 0.00 0.02 99.45 20:32:04 20:28:01 2 0.03 0.00 0.07 0.02 0.00 99.88 20:32:04 20:28:01 3 0.07 0.00 0.07 0.00 0.00 99.87 20:32:04 20:29:01 all 0.16 0.00 0.04 0.00 0.01 99.79 20:32:04 20:29:01 0 0.05 0.00 0.03 0.00 0.02 99.90 20:32:04 20:29:01 1 0.53 0.00 0.05 0.00 0.00 99.42 20:32:04 20:29:01 2 0.02 0.00 0.03 0.00 0.02 99.93 20:32:04 20:29:01 3 0.05 0.00 0.05 0.00 0.00 99.90 20:32:04 20:30:01 all 0.15 0.00 0.03 0.00 0.00 99.82 20:32:04 20:30:01 0 0.05 0.00 0.03 0.00 0.00 99.92 20:32:04 20:30:01 1 0.48 0.00 0.02 0.00 0.00 99.50 20:32:04 20:30:01 2 0.03 0.00 0.03 0.00 0.00 99.93 20:32:04 20:30:01 3 0.02 0.00 0.03 0.02 0.00 99.93 20:32:04 20:31:01 all 0.20 0.00 0.17 0.00 0.00 99.64 20:32:04 20:31:01 0 0.07 0.00 0.17 0.00 0.00 99.77 20:32:04 20:31:01 1 0.55 0.00 0.08 0.00 0.00 99.37 20:32:04 20:31:01 2 0.08 0.00 0.15 0.00 0.00 99.77 20:32:04 20:31:01 3 0.08 0.00 0.27 0.00 0.00 99.65 20:32:04 Average: all 11.87 0.00 4.27 1.80 0.02 82.05 20:32:04 Average: 0 11.97 0.00 4.63 1.70 0.01 81.68 20:32:04 Average: 1 12.07 0.00 4.33 1.68 0.01 81.90 20:32:04 Average: 2 11.34 0.00 3.96 1.83 0.02 82.86 20:32:04 Average: 3 12.12 0.00 4.14 1.99 0.01 81.74 20:32:04 20:32:04 20:32:04