Pull request #2644 opened 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 cherrycl for edgexfoundry/edgex-go Loading trusted files from base branch master at 04784571c64111dd2069565982d29e4bcbbafa66 rather than 9a4abeb95d5ec3375827be6cf19d740ce484c40d Obtained Jenkinsfile from 04784571c64111dd2069565982d29e4bcbbafa66 ‘Jenkinsfile’ has been modified in an untrusted revision Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-2644/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test raml_verify, buildScript:make build, publishSwaggerDocs: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 raml_verify BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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: api/openapi/v1 api/openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-724’ is offline Running on prd-centos7-docker-4c-2g-1096 in /w/workspace/edgexfoundry_edgex-go_PR-2644 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2644/head:refs/remotes/origin/PR-2644 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit 9a4abeb95d5ec3375827be6cf19d740ce484c40d > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2644/head:refs/remotes/origin/PR-2644 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2644/head:refs/remotes/origin/PR-2644 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9a4abeb95d5ec3375827be6cf19d740ce484c40d # 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 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 Merge succeeded, producing 9a4abeb95d5ec3375827be6cf19d740ce484c40d Checking out Revision 9a4abeb95d5ec3375827be6cf19d740ce484c40d (PR-2644) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9a4abeb95d5ec3375827be6cf19d740ce484c40d # timeout=10 Commit message: "Remove obsolete RAML and use standard path for swagger files" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:54:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:54:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:54:33 ========================================================= 01:54:33 EdgeX Global Pipelines Version Info 01:54:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:54:37 ------------------- 01:54:37 stable info: 01:54:37 ------------------- 01:54:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:54:37 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 01:54:37 Message: update stable to v1.0.106 01:54:38 ------------------- 01:54:38 experimental info: 01:54:38 ------------------- 01:54:38 Commited By: **** collab-it+edgex@linuxfoundation.org 01:54:38 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 01:54:38 Message: update experimental to v1.0.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 01:54:40 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 01:54:40 + for file in '`ls cmd/**/Dockerfile`' 01:54:40 ++ cut -d/ -f2 01:54:40 ++ dirname cmd/core-command/Dockerfile 01:54:40 + echo core-command,cmd/core-command/Dockerfile 01:54:40 + for file in '`ls cmd/**/Dockerfile`' 01:54:40 ++ cut -d/ -f2 01:54:40 ++ dirname cmd/core-data/Dockerfile 01:54:40 + echo core-data,cmd/core-data/Dockerfile 01:54:40 + for file in '`ls cmd/**/Dockerfile`' 01:54:40 ++ cut -d/ -f2 01:54:40 ++ dirname cmd/core-metadata/Dockerfile 01:54:40 + echo core-metadata,cmd/core-metadata/Dockerfile 01:54:40 + for file in '`ls cmd/**/Dockerfile`' 01:54:40 ++ dirname cmd/security-proxy-setup/Dockerfile 01:54:40 ++ cut -d/ -f2 01:54:40 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:54:40 + for file in '`ls cmd/**/Dockerfile`' 01:54:40 ++ dirname cmd/security-secrets-setup/Dockerfile 01:54:40 ++ cut -d/ -f2 01:54:40 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 01:54:40 + for file in '`ls cmd/**/Dockerfile`' 01:54:40 ++ dirname cmd/security-secretstore-setup/Dockerfile 01:54:40 ++ cut -d/ -f2 01:54:40 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:54:40 + for file in '`ls cmd/**/Dockerfile`' 01:54:40 ++ dirname cmd/support-logging/Dockerfile 01:54:40 ++ cut -d/ -f2 01:54:40 + echo support-logging,cmd/support-logging/Dockerfile 01:54:40 + for file in '`ls cmd/**/Dockerfile`' 01:54:40 ++ dirname cmd/support-notifications/Dockerfile 01:54:40 ++ cut -d/ -f2 01:54:40 + echo support-notifications,cmd/support-notifications/Dockerfile 01:54:40 + for file in '`ls cmd/**/Dockerfile`' 01:54:40 ++ cut -d/ -f2 01:54:40 ++ dirname cmd/support-scheduler/Dockerfile 01:54:40 + echo support-scheduler,cmd/support-scheduler/Dockerfile 01:54:40 + for file in '`ls cmd/**/Dockerfile`' 01:54:40 ++ dirname cmd/sys-mgmt-agent/Dockerfile 01:54:40 ++ cut -d/ -f2 01:54:40 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 01:54:40 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-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/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 01:54:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:54:41 01:54:41 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:54:42 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:54:42 latest: Pulling from edgex-devops/git-semver 01:54:42 31603596830f: Pulling fs layer 01:54:42 2a8b12db71e7: Pulling fs layer 01:54:42 6ca5941a6612: Pulling fs layer 01:54:42 ecc8261a40a4: Pulling fs layer 01:54:42 ecc8261a40a4: Waiting 01:54:42 2a8b12db71e7: Verifying Checksum 01:54:42 2a8b12db71e7: Download complete 01:54:43 31603596830f: Verifying Checksum 01:54:43 31603596830f: Download complete 01:54:43 6ca5941a6612: Verifying Checksum 01:54:43 6ca5941a6612: Download complete 01:54:43 ecc8261a40a4: Verifying Checksum 01:54:43 ecc8261a40a4: Download complete 01:54:44 31603596830f: Pull complete 01:54:44 2a8b12db71e7: Pull complete 01:54:45 6ca5941a6612: Pull complete 01:54:45 ecc8261a40a4: Pull complete 01:54:45 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 01:54:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:54:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:54:46 prd-centos7-docker-4c-2g-1096 does not seem to be running inside a container 01:54:46 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:54:49 $ docker top 0b6dcf9a613d4aa8b7043dae64d685074543e3df7c62e03e4a67b17a05681633 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:54:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:54:49 [ssh-agent] Looking for ssh-agent implementation... 01:54:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:54:49 $ docker exec 0b6dcf9a613d4aa8b7043dae64d685074543e3df7c62e03e4a67b17a05681633 ssh-agent 01:54:49 SSH_AUTH_SOCK=/tmp/ssh-UP5WeY3kmOCf/agent.11 01:54:49 SSH_AGENT_PID=16 01:54:49 Running ssh-add (command line suppressed) 01:54:50 Identity added: /w/workspace/edgex-go/1@tmp/private_key_4045069050374494481.key (/w/workspace/edgex-go/1@tmp/private_key_4045069050374494481.key) 01:54:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:54:50 + git describe --exact-match --tags HEAD 01:54:50 fatal: No names found, cannot describe anything. [Pipeline] } 01:54:50 $ docker exec --env ******** --env ******** 0b6dcf9a613d4aa8b7043dae64d685074543e3df7c62e03e4a67b17a05681633 ssh-agent -k 01:54:50 unset SSH_AUTH_SOCK; 01:54:50 unset SSH_AGENT_PID; 01:54:50 echo Agent pid 16 killed; 01:54:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 01:54:51 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 01:54:51 This usually means this commit has not been tagged. [Pipeline] sshagent 01:54:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:54:51 [ssh-agent] Looking for ssh-agent implementation... 01:54:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:54:51 $ docker exec 0b6dcf9a613d4aa8b7043dae64d685074543e3df7c62e03e4a67b17a05681633 ssh-agent 01:54:52 SSH_AUTH_SOCK=/tmp/ssh-RDMJuCg6NdWU/agent.46 01:54:52 SSH_AGENT_PID=51 01:54:52 Running ssh-add (command line suppressed) 01:54:52 Identity added: /w/workspace/edgex-go/1@tmp/private_key_1179078753919482473.key (/w/workspace/edgex-go/1@tmp/private_key_1179078753919482473.key) 01:54:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:54:53 + git semver init 01:54:53 # -> Open(): unable to determine branch for HEAD 01:54:53 # $GIT_DIR = /w/workspace/edgex-go/1/.git 01:54:53 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 01:54:53 # $SEMVER_REMOTE_NAME = origin 01:54:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:54:53 # $SEMVER_USER_NAME = edgex-jenkins 01:54:53 # $SEMVER_BRANCH = PR-2644 01:54:53 # $SEMVER_TEMP = /tmp/semver-324242292 01:54:53 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 01:55:26 # '/tmp/semver-324242292' -> '/w/workspace/edgex-go/1/.semver' 01:55:27 # -> Force: false 01:55:27 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 01:55:27 $ docker exec --env ******** --env ******** 0b6dcf9a613d4aa8b7043dae64d685074543e3df7c62e03e4a67b17a05681633 ssh-agent -k 01:55:27 unset SSH_AUTH_SOCK; 01:55:27 unset SSH_AGENT_PID; 01:55:27 echo Agent pid 51 killed; 01:55:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:55:28 + git semver [Pipeline] } 01:55:28 $ docker stop --time=1 0b6dcf9a613d4aa8b7043dae64d685074543e3df7c62e03e4a67b17a05681633 01:55:30 $ docker rm -f 0b6dcf9a613d4aa8b7043dae64d685074543e3df7c62e03e4a67b17a05681633 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 01:55:55 Stashed 25 file(s) [Pipeline] echo 01:55:55 [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] echo 01:55:55 ========================================================= 01:55:55 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 01:55:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:55:56 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 01:56:02 Sending build context to Docker daemon 322.9MB 01:56:02 Step 1/7 : ARG BASE=golang:1.13-alpine 01:56:02 Step 2/7 : FROM ${BASE} 01:56:02 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 01:56:02 df20fa9351a1: Pulling fs layer 01:56:02 ed8968b2872e: Pulling fs layer 01:56:02 a92cc7c5fd73: Pulling fs layer 01:56:02 2dd03ba5bac4: Pulling fs layer 01:56:02 1e091d79d1de: Pulling fs layer 01:56:02 481702a1767f: Pulling fs layer 01:56:02 f64a6f60c768: Pulling fs layer 01:56:02 e78d2573fc39: Pulling fs layer 01:56:02 e876d2f968b6: Pulling fs layer 01:56:02 ce8a83651883: Pulling fs layer 01:56:02 07967f4d0e4b: Pulling fs layer 01:56:02 f64a6f60c768: Waiting 01:56:02 e78d2573fc39: Waiting 01:56:02 2dd03ba5bac4: Waiting 01:56:02 1e091d79d1de: Waiting 01:56:02 ce8a83651883: Waiting 01:56:02 481702a1767f: Waiting 01:56:02 07967f4d0e4b: Waiting 01:56:02 e876d2f968b6: Waiting 01:56:02 a92cc7c5fd73: Verifying Checksum 01:56:02 a92cc7c5fd73: Download complete 01:56:02 ed8968b2872e: Download complete 01:56:02 1e091d79d1de: Verifying Checksum 01:56:02 1e091d79d1de: Download complete 01:56:02 481702a1767f: Verifying Checksum 01:56:02 481702a1767f: Download complete 01:56:02 df20fa9351a1: Verifying Checksum 01:56:02 df20fa9351a1: Download complete 01:56:02 df20fa9351a1: Pull complete 01:56:03 ed8968b2872e: Pull complete 01:56:03 a92cc7c5fd73: Pull complete 01:56:07 f64a6f60c768: Verifying Checksum 01:56:07 f64a6f60c768: Download complete 01:56:07 2dd03ba5bac4: Verifying Checksum 01:56:07 2dd03ba5bac4: Download complete 01:56:07 e876d2f968b6: Verifying Checksum 01:56:07 e876d2f968b6: Download complete 01:56:07 e78d2573fc39: Verifying Checksum 01:56:07 e78d2573fc39: Download complete 01:56:07 07967f4d0e4b: Verifying Checksum 01:56:07 07967f4d0e4b: Download complete 01:56:09 ce8a83651883: Verifying Checksum 01:56:09 ce8a83651883: Download complete 01:56:10 Still waiting to schedule task 01:56:10 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 01:56:17 2dd03ba5bac4: Pull complete 01:56:17 1e091d79d1de: Pull complete 01:56:17 481702a1767f: Pull complete 01:56:22 f64a6f60c768: Pull complete 01:56:26 e78d2573fc39: Pull complete 01:56:26 e876d2f968b6: Pull complete 01:56:28 ce8a83651883: Pull complete 01:56:28 07967f4d0e4b: Pull complete 01:56:28 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 01:56:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 01:56:28 ---> 5d7c900382c6 01:56:28 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 01:56:30 ---> Running in 1f0b0d78b6b5 01:56:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:56:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:56:32 (1/12) Installing libmagic (5.38-r0) 01:56:32 (2/12) Installing file (5.38-r0) 01:56:32 (3/12) Installing libc-dev (0.7.2-r3) 01:56:32 (4/12) Installing g++ (9.3.0-r2) 01:56:34 (5/12) Installing fortify-headers (1.1-r0) 01:56:34 (6/12) Installing patch (2.7.6-r6) 01:56:34 (7/12) Installing build-base (0.5-r2) 01:56:34 (8/12) Installing libsodium (1.0.18-r0) 01:56:34 (9/12) Installing pkgconf (1.7.2-r0) 01:56:34 (10/12) Installing libsodium-dev (1.0.18-r0) 01:56:35 (11/12) Installing libzmq (4.3.2-r0) 01:56:35 (12/12) Installing zeromq-dev (4.3.2-r0) 01:56:35 Executing busybox-1.31.1-r16.trigger 01:56:35 OK: 233 MiB in 51 packages 01:56:38 Removing intermediate container 1f0b0d78b6b5 01:56:38 ---> 69827fe7d0ab 01:56:38 Step 4/7 : WORKDIR /edgex-go 01:56:38 ---> Running in 75eca0de8886 01:56:38 Removing intermediate container 75eca0de8886 01:56:38 ---> c985b16426af 01:56:38 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 01:56:39 latest: Pulling from library/docker 01:56:39 df20fa9351a1: Already exists 01:56:39 25ad7478873d: Pulling fs layer 01:56:39 4684f6177b5d: Pulling fs layer 01:56:39 46e300cec669: Pulling fs layer 01:56:39 63038576ad94: Pulling fs layer 01:56:39 0fdb76c4706c: Pulling fs layer 01:56:39 cb7edeffdfd5: Pulling fs layer 01:56:39 63038576ad94: Waiting 01:56:39 0fdb76c4706c: Waiting 01:56:39 cb7edeffdfd5: Waiting 01:56:39 4684f6177b5d: Verifying Checksum 01:56:39 4684f6177b5d: Download complete 01:56:39 25ad7478873d: Verifying Checksum 01:56:39 25ad7478873d: Download complete 01:56:40 63038576ad94: Verifying Checksum 01:56:40 63038576ad94: Download complete 01:56:40 0fdb76c4706c: Verifying Checksum 01:56:40 0fdb76c4706c: Download complete 01:56:40 25ad7478873d: Pull complete 01:56:40 4684f6177b5d: Pull complete 01:56:40 cb7edeffdfd5: Verifying Checksum 01:56:40 cb7edeffdfd5: Download complete 01:56:41 46e300cec669: Verifying Checksum 01:56:41 46e300cec669: Download complete 01:56:47 46e300cec669: Pull complete 01:56:47 63038576ad94: Pull complete 01:56:47 0fdb76c4706c: Pull complete 01:56:47 cb7edeffdfd5: Pull complete 01:56:47 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 01:56:47 Status: Downloaded newer image for docker:latest 01:56:50 ---> 67895fedbaf9 01:56:50 Step 6/7 : COPY go.mod . 01:56:51 ---> 7676a32ee252 01:56:51 Step 7/7 : RUN go mod download 01:56:51 ---> Running in ef8bcab42a9b 01:56:54 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 01:56:54 go: finding github.com/BurntSushi/toml v0.3.1 01:56:54 go: finding github.com/OneOfOne/xxhash v1.2.5 01:56:54 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 01:56:54 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 01:56:54 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 01:56:54 go: finding github.com/bgentry/speakeasy v0.1.0 01:56:54 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 01:56:54 go: finding github.com/cloudflare/gokey v0.1.0 01:56:54 go: finding github.com/davecgh/go-spew v1.1.1 01:56:54 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 01:56:54 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 01:56:54 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 01:56:54 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 01:56:54 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 01:56:54 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 01:56:54 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 01:56:54 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 01:56:54 go: finding github.com/fatih/color v1.7.0 01:56:54 go: finding github.com/fsnotify/fsnotify v1.4.7 01:56:54 go: finding github.com/fxamacker/cbor/v2 v2.2.0 01:56:54 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 01:56:54 go: finding github.com/go-kit/kit v0.8.0 01:56:54 go: finding github.com/go-logfmt/logfmt v0.4.0 01:56:55 go: finding github.com/go-redis/redis/v7 v7.2.0 01:56:55 go: finding github.com/go-stack/stack v1.8.0 01:56:55 go: finding github.com/golang/protobuf v1.3.2 01:56:55 go: finding github.com/gomodule/redigo v2.0.0+incompatible 01:56:55 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 01:56:55 go: finding github.com/google/uuid v1.1.0 01:56:55 go: finding github.com/gorilla/mux v1.7.1 01:56:55 go: finding github.com/hashicorp/consul/api v1.1.0 01:56:55 go: finding github.com/hashicorp/consul/sdk v0.1.1 01:56:55 go: finding github.com/hashicorp/errwrap v1.0.0 01:56:55 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 01:56:55 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 01:56:55 go: finding github.com/hashicorp/go-msgpack v0.5.3 01:56:55 go: finding github.com/hashicorp/go-multierror v1.0.0 01:56:55 go: finding github.com/hashicorp/go-rootcerts v1.0.0 01:56:55 go: finding github.com/hashicorp/go-sockaddr v1.0.0 01:56:55 go: finding github.com/hashicorp/go-syslog v1.0.0 01:56:55 go: finding github.com/hashicorp/go-uuid v1.0.1 01:56:55 go: finding github.com/hashicorp/go.net v0.0.1 01:56:55 go: finding github.com/hashicorp/golang-lru v0.5.0 01:56:55 go: finding github.com/hashicorp/logutils v1.0.0 01:56:55 go: finding github.com/hashicorp/mdns v1.0.0 01:56:55 go: finding github.com/hashicorp/memberlist v0.1.3 01:56:55 go: finding github.com/hashicorp/serf v0.8.2 01:56:55 go: finding github.com/hpcloud/tail v1.0.0 01:56:55 go: finding github.com/imdario/mergo v0.3.6 01:56:55 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 01:56:55 go: finding github.com/kr/pretty v0.1.0 01:56:55 go: finding github.com/kr/pty v1.1.1 01:56:55 go: finding github.com/kr/text v0.1.0 01:56:56 go: finding github.com/mattn/go-colorable v0.0.9 01:56:56 go: finding github.com/mattn/go-isatty v0.0.3 01:56:56 go: finding github.com/miekg/dns v1.0.14 01:56:56 go: finding github.com/mitchellh/cli v1.0.0 01:56:56 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 01:56:56 go: finding github.com/mitchellh/copystructure v1.0.0 01:56:56 go: finding github.com/mitchellh/go-homedir v1.0.0 01:56:56 go: finding github.com/mitchellh/go-testing-interface v1.0.0 01:56:56 go: finding github.com/mitchellh/gox v0.4.0 01:56:56 go: finding github.com/mitchellh/iochan v1.0.0 01:56:56 go: finding github.com/mitchellh/mapstructure v1.1.2 01:56:56 go: finding github.com/mitchellh/reflectwalk v1.0.0 01:56:56 go: finding github.com/onsi/ginkgo v1.10.1 01:56:56 go: finding github.com/onsi/gomega v1.7.0 01:56:56 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 01:56:56 go: finding github.com/pebbe/zmq4 v1.0.0 01:56:56 go: finding github.com/pelletier/go-toml v1.2.0 01:56:56 go: finding github.com/pkg/errors v0.8.1 01:56:56 go: finding github.com/pmezard/go-difflib v1.0.0 01:56:56 go: finding github.com/posener/complete v1.1.1 01:56:56 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 01:56:56 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 01:56:56 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 01:56:56 go: finding github.com/stretchr/objx v0.1.0 01:56:56 go: finding github.com/stretchr/testify v1.5.1 01:56:56 go: finding github.com/ugorji/go v1.1.4 01:56:56 go: finding github.com/x448/float16 v0.8.4 01:56:56 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 01:56:56 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 01:56:56 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 01:56:56 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 01:56:56 go: finding golang.org/x/text v0.3.2 01:56:56 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 01:56:56 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 01:56:56 go: finding gopkg.in/eapache/queue.v1 v1.1.0 01:56:56 go: finding gopkg.in/fsnotify.v1 v1.4.7 01:56:56 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 01:56:57 go: finding gopkg.in/yaml.v2 v2.2.8 01:57:12 Removing intermediate container ef8bcab42a9b 01:57:12 ---> 034b6af5fd13 01:57:12 Successfully built 034b6af5fd13 01:57:12 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:57:13 + docker inspect -f . ci-base-image-x86_64 01:57:13 . [Pipeline] withDockerContainer 01:57:13 prd-centos7-docker-4c-2g-1096 does not seem to be running inside a container 01:57:13 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:57:15 $ docker top d2999adbfc8c3297a0f8de519e0de311cfe3ec7b3178fe59c0aca6470fdb734b -eo pid,comm [Pipeline] { [Pipeline] sh 01:57:16 + go version 01:57:16 go version go1.13.13 linux/amd64 [Pipeline] echo 01:57:16 ========================================================= 01:57:16 [edgeXBuildGoParallel] Running Tests and Build... 01:57:16 ========================================================= [Pipeline] sh 01:57:17 + make test raml_verify 01:57:17 GO111MODULE=on go test -coverprofile=coverage.out ./... 01:57:21 ? github.com/edgexfoundry/edgex-go [no test files] 01:57:37 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:57:44 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1097 in /w/workspace/edgexfoundry_edgex-go_PR-2644 [Pipeline] { [Pipeline] ws 01:57:44 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 01:57:47 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:57:47 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:57:47 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:57:47 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:57:49 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.087s 01:57:49 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 01:57:49 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:57:49 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 01:57:49 using credential edgex-jenkins-ssh 01:57:49 Cloning the remote Git repository 01:57:49 Cloning with configured refspecs honoured and without tags 01:57:50 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:57:49 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:57:49 > git init /w/workspace/edgex-go/1 # timeout=10 01:57:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:57:49 > git --version # timeout=10 01:57:49 using GIT_SSH to set credentials SSH Credentials for GitHub 01:57:49 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2644/head:refs/remotes/origin/PR-2644 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:57:50 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:57:51 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:57:51 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:57:51 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:58:01 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.056s coverage: 46.6% of statements 01:58:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:58:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:58:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:58:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:58:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:58:04 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.168s coverage: 27.4% of statements 01:58:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:58:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:58:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:58:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:58:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:58:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:58:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.026s coverage: 100.0% of statements 01:58:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:58:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.011s coverage: 100.0% of statements 01:58:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:58:04 Fetching without tags 01:58:05 Merging remotes/origin/master commit 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit 9a4abeb95d5ec3375827be6cf19d740ce484c40d 01:58:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.190s coverage: 29.3% of statements 01:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:58:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.018s coverage: 100.0% of statements 01:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:58:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.127s coverage: 100.0% of statements 01:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:58:05 Merge succeeded, producing 9a4abeb95d5ec3375827be6cf19d740ce484c40d 01:58:05 Checking out Revision 9a4abeb95d5ec3375827be6cf19d740ce484c40d (PR-2644) 01:58:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:58:04 > git config --add remote.origin.fetch +refs/pull/2644/head:refs/remotes/origin/PR-2644 # timeout=10 01:58:04 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 01:58:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:58:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:58:04 using GIT_SSH to set credentials SSH Credentials for GitHub 01:58:04 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2644/head:refs/remotes/origin/PR-2644 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:58:05 > git config core.sparsecheckout # timeout=10 01:58:05 > git checkout -f 9a4abeb95d5ec3375827be6cf19d740ce484c40d # timeout=10 01:58:05 > git remote # timeout=10 01:58:05 > git config --get remote.origin.url # timeout=10 01:58:05 using GIT_SSH to set credentials SSH Credentials for GitHub 01:58:05 > git merge 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 01:58:05 > git rev-parse HEAD^{commit} # timeout=10 01:58:05 > git config core.sparsecheckout # timeout=10 01:58:05 > git checkout -f 9a4abeb95d5ec3375827be6cf19d740ce484c40d # timeout=10 01:58:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.026s coverage: 89.8% of statements 01:58:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:58:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.117s coverage: 97.5% of statements 01:58:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:58:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.030s coverage: 100.0% of statements 01:58:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:58:08 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:58:08 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:58:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:58:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:58:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:58:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:58:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:58:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:58:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:58:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:58:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 01:58:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 01:58:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:58:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:58:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:58:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:58:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.072s coverage: 58.8% of statements 01:58:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 63.5% of statements 01:58:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:58:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:58:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.045s coverage: 100.0% of statements 01:58:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.213s coverage: 55.9% of statements 01:58:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:58:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:58:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 01:58:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 01:58:10 Commit message: "Remove obsolete RAML and use standard path for swagger files" 01:58:10 > git --version # timeout=10 01:58:10 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 01:58:22 ========================================================= 01:58:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 01:58:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:58:23 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 01:58:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.771s coverage: 86.3% of statements 01:58:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 01:58:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.466s coverage: 72.2% of statements 01:58:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.128s coverage: 72.1% of statements 01:58:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.049s coverage: 82.4% of statements 01:58:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.027s coverage: 48.4% of statements 01:58:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 01:58:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 01:58:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 01:58:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.051s coverage: 28.8% of statements 01:58:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 01:58:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.017s coverage: 96.8% of statements 01:58:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 01:58:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.138s coverage: 26.9% of statements 01:58:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:58:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:58:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.258s coverage: 84.1% of statements 01:58:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.059s coverage: 100.0% of statements 01:58:25 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.030s coverage: 43.1% of statements 01:58:25 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 01:58:25 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 01:58:25 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.010s coverage: 100.0% of statements 01:58:25 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 01:58:25 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.017s coverage: 83.8% of statements 01:58:25 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 01:58:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.046s coverage: 45.1% of statements 01:58:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:58:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:58:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.022s coverage: 100.0% of statements 01:58:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:58:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:58:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:58:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.023s coverage: 100.0% of statements 01:58:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:58:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.020s coverage: 100.0% of statements 01:58:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:58:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.056s coverage: 29.1% of statements 01:58:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:58:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:58:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:58:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:58:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:58:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.014s coverage: 99.0% of statements 01:58:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:58:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.034s coverage: 100.0% of statements 01:58:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:58:25 ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements 01:58:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:58:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.007s coverage: 100.0% of statements 01:58:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:58:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:58:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:58:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:58:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.032s coverage: 87.9% of statements 01:58:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:58:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:58:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.087s coverage: 100.0% of statements 01:58:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.052s coverage: 32.1% of statements 01:58:27 Sending build context to Docker daemon 322.9MB 01:58:27 Step 1/7 : ARG BASE=golang:1.13-alpine 01:58:27 Step 2/7 : FROM ${BASE} 01:58:27 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:58:27 b538f80385f9: Pulling fs layer 01:58:27 74f711af9a0d: Pulling fs layer 01:58:27 99f96fe45779: Pulling fs layer 01:58:27 fd7a069fd194: Pulling fs layer 01:58:27 66aa3694b03b: Pulling fs layer 01:58:27 170f70906a0f: Pulling fs layer 01:58:27 ad7c5574e4b9: Pulling fs layer 01:58:27 e772456be8f7: Pulling fs layer 01:58:27 c890913d741a: Pulling fs layer 01:58:27 2480fcc9aa5a: Pulling fs layer 01:58:27 09adf4765672: Pulling fs layer 01:58:27 fd7a069fd194: Waiting 01:58:27 66aa3694b03b: Waiting 01:58:27 170f70906a0f: Waiting 01:58:27 ad7c5574e4b9: Waiting 01:58:27 e772456be8f7: Waiting 01:58:27 c890913d741a: Waiting 01:58:27 2480fcc9aa5a: Waiting 01:58:27 09adf4765672: Waiting 01:58:27 99f96fe45779: Verifying Checksum 01:58:27 99f96fe45779: Download complete 01:58:27 74f711af9a0d: Verifying Checksum 01:58:27 74f711af9a0d: Download complete 01:58:27 66aa3694b03b: Download complete 01:58:27 170f70906a0f: Verifying Checksum 01:58:27 170f70906a0f: Download complete 01:58:27 b538f80385f9: Verifying Checksum 01:58:27 b538f80385f9: Download complete 01:58:28 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.058s coverage: 100.0% of statements 01:58:28 b538f80385f9: Pull complete 01:58:28 GO111MODULE=on go vet ./... 01:58:29 74f711af9a0d: Pull complete 01:58:29 99f96fe45779: Pull complete 01:58:30 ad7c5574e4b9: Verifying Checksum 01:58:30 ad7c5574e4b9: Download complete 01:58:30 c890913d741a: Download complete 01:58:32 2480fcc9aa5a: Verifying Checksum 01:58:32 2480fcc9aa5a: Download complete 01:58:32 09adf4765672: Verifying Checksum 01:58:32 e772456be8f7: Verifying Checksum 01:58:32 e772456be8f7: Download complete 01:58:32 fd7a069fd194: Verifying Checksum 01:58:32 fd7a069fd194: Download complete 01:58:39 gofmt -l . 01:58:40 [ "`gofmt -l .`" = "" ] 01:58:41 ./bin/test-go-mod-tidy.sh 01:58:44 ./bin/test-attribution-txt.sh 01:58:45 fd7a069fd194: Pull complete 01:58:45 66aa3694b03b: Pull complete 01:58:45 170f70906a0f: Pull complete 01:58:46 make: *** No rule to make target 'raml_verify'. Stop. [Pipeline] } 01:58:46 $ docker stop --time=1 d2999adbfc8c3297a0f8de519e0de311cfe3ec7b3178fe59c0aca6470fdb734b 01:58:48 $ docker rm -f d2999adbfc8c3297a0f8de519e0de311cfe3ec7b3178fe59c0aca6470fdb734b 01:58:48 ad7c5574e4b9: Pull complete [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] // stage [Pipeline] } 01:58:50 Failed in branch amd64 01:58:53 e772456be8f7: Pull complete 01:58:53 c890913d741a: Pull complete 01:58:55 2480fcc9aa5a: Pull complete 01:58:56 09adf4765672: Pull complete 01:58:56 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 01:58:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 01:58:56 ---> 2248a725d1cf 01:58:56 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 01:59:03 ---> Running in 6c2d71cd2f87 01:59:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:59:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:59:05 (1/12) Installing libmagic (5.38-r0) 01:59:06 (2/12) Installing file (5.38-r0) 01:59:06 (3/12) Installing libc-dev (0.7.2-r3) 01:59:06 (4/12) Installing g++ (9.3.0-r2) 01:59:08 (5/12) Installing fortify-headers (1.1-r0) 01:59:08 (6/12) Installing patch (2.7.6-r6) 01:59:08 (7/12) Installing build-base (0.5-r2) 01:59:08 (8/12) Installing libsodium (1.0.18-r0) 01:59:09 (9/12) Installing pkgconf (1.7.2-r0) 01:59:09 (10/12) Installing libsodium-dev (1.0.18-r0) 01:59:09 (11/12) Installing libzmq (4.3.2-r0) 01:59:09 (12/12) Installing zeromq-dev (4.3.2-r0) 01:59:09 Executing busybox-1.31.1-r16.trigger 01:59:09 OK: 217 MiB in 51 packages 01:59:13 Removing intermediate container 6c2d71cd2f87 01:59:13 ---> 37457fd25a42 01:59:13 Step 4/7 : WORKDIR /edgex-go 01:59:14 ---> Running in aaeefa3a011b 01:59:14 Removing intermediate container aaeefa3a011b 01:59:14 ---> 0814accf32d0 01:59:14 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 01:59:14 latest: Pulling from library/docker 01:59:14 b538f80385f9: Already exists 01:59:14 259a493cd78d: Pulling fs layer 01:59:14 b8e66b5100f5: Pulling fs layer 01:59:14 39dc9c94d07c: Pulling fs layer 01:59:14 551b823b3b82: Pulling fs layer 01:59:14 3c52a74df98c: Pulling fs layer 01:59:14 6c9b121b6998: Pulling fs layer 01:59:14 551b823b3b82: Waiting 01:59:14 3c52a74df98c: Waiting 01:59:14 6c9b121b6998: Waiting 01:59:15 b8e66b5100f5: Verifying Checksum 01:59:15 b8e66b5100f5: Download complete 01:59:15 259a493cd78d: Verifying Checksum 01:59:15 259a493cd78d: Download complete 01:59:15 551b823b3b82: Download complete 01:59:15 3c52a74df98c: Verifying Checksum 01:59:15 3c52a74df98c: Download complete 01:59:15 6c9b121b6998: Verifying Checksum 01:59:16 259a493cd78d: Pull complete 01:59:16 b8e66b5100f5: Pull complete 01:59:16 39dc9c94d07c: Verifying Checksum 01:59:16 39dc9c94d07c: Download complete 01:59:19 39dc9c94d07c: Pull complete 01:59:19 551b823b3b82: Pull complete 01:59:20 3c52a74df98c: Pull complete 01:59:20 6c9b121b6998: Pull complete 01:59:20 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 01:59:20 Status: Downloaded newer image for docker:latest 01:59:25 ---> b17cb6e49801 01:59:25 Step 6/7 : COPY go.mod . 01:59:25 ---> c50a644a5da9 01:59:25 Step 7/7 : RUN go mod download 01:59:25 ---> Running in f7daee1f2b94 01:59:28 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 01:59:28 go: finding github.com/BurntSushi/toml v0.3.1 01:59:28 go: finding github.com/OneOfOne/xxhash v1.2.5 01:59:28 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 01:59:28 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 01:59:28 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 01:59:28 go: finding github.com/bgentry/speakeasy v0.1.0 01:59:28 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 01:59:28 go: finding github.com/cloudflare/gokey v0.1.0 01:59:28 go: finding github.com/davecgh/go-spew v1.1.1 01:59:28 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 01:59:28 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 01:59:28 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 01:59:28 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 01:59:28 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 01:59:28 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 01:59:28 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 01:59:28 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 01:59:28 go: finding github.com/fatih/color v1.7.0 01:59:28 go: finding github.com/fsnotify/fsnotify v1.4.7 01:59:28 go: finding github.com/fxamacker/cbor/v2 v2.2.0 01:59:28 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 01:59:28 go: finding github.com/go-kit/kit v0.8.0 01:59:28 go: finding github.com/go-logfmt/logfmt v0.4.0 01:59:28 go: finding github.com/go-redis/redis/v7 v7.2.0 01:59:28 go: finding github.com/go-stack/stack v1.8.0 01:59:28 go: finding github.com/golang/protobuf v1.3.2 01:59:28 go: finding github.com/gomodule/redigo v2.0.0+incompatible 01:59:28 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 01:59:28 go: finding github.com/google/uuid v1.1.0 01:59:28 go: finding github.com/gorilla/mux v1.7.1 01:59:28 go: finding github.com/hashicorp/consul/api v1.1.0 01:59:28 go: finding github.com/hashicorp/consul/sdk v0.1.1 01:59:28 go: finding github.com/hashicorp/errwrap v1.0.0 01:59:28 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 01:59:28 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 01:59:28 go: finding github.com/hashicorp/go-msgpack v0.5.3 01:59:28 go: finding github.com/hashicorp/go-multierror v1.0.0 01:59:28 go: finding github.com/hashicorp/go-rootcerts v1.0.0 01:59:28 go: finding github.com/hashicorp/go-sockaddr v1.0.0 01:59:29 go: finding github.com/hashicorp/go-syslog v1.0.0 01:59:29 go: finding github.com/hashicorp/go-uuid v1.0.1 01:59:29 go: finding github.com/hashicorp/go.net v0.0.1 01:59:29 go: finding github.com/hashicorp/golang-lru v0.5.0 01:59:29 go: finding github.com/hashicorp/logutils v1.0.0 01:59:29 go: finding github.com/hashicorp/mdns v1.0.0 01:59:29 go: finding github.com/hashicorp/memberlist v0.1.3 01:59:29 go: finding github.com/hashicorp/serf v0.8.2 01:59:29 go: finding github.com/hpcloud/tail v1.0.0 01:59:29 go: finding github.com/imdario/mergo v0.3.6 01:59:29 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 01:59:29 go: finding github.com/kr/pretty v0.1.0 01:59:29 go: finding github.com/kr/pty v1.1.1 01:59:29 go: finding github.com/kr/text v0.1.0 01:59:29 go: finding github.com/mattn/go-colorable v0.0.9 01:59:29 go: finding github.com/mattn/go-isatty v0.0.3 01:59:29 go: finding github.com/miekg/dns v1.0.14 01:59:29 go: finding github.com/mitchellh/cli v1.0.0 01:59:29 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 01:59:29 go: finding github.com/mitchellh/copystructure v1.0.0 01:59:29 go: finding github.com/mitchellh/go-homedir v1.0.0 01:59:29 go: finding github.com/mitchellh/go-testing-interface v1.0.0 01:59:29 go: finding github.com/mitchellh/gox v0.4.0 01:59:29 go: finding github.com/mitchellh/iochan v1.0.0 01:59:29 go: finding github.com/mitchellh/mapstructure v1.1.2 01:59:29 go: finding github.com/mitchellh/reflectwalk v1.0.0 01:59:29 go: finding github.com/onsi/ginkgo v1.10.1 01:59:29 go: finding github.com/onsi/gomega v1.7.0 01:59:29 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 01:59:29 go: finding github.com/pebbe/zmq4 v1.0.0 01:59:29 go: finding github.com/pelletier/go-toml v1.2.0 01:59:29 go: finding github.com/pkg/errors v0.8.1 01:59:29 go: finding github.com/pmezard/go-difflib v1.0.0 01:59:29 go: finding github.com/posener/complete v1.1.1 01:59:29 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 01:59:29 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 01:59:29 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 01:59:29 go: finding github.com/stretchr/objx v0.1.0 01:59:29 go: finding github.com/stretchr/testify v1.5.1 01:59:29 go: finding github.com/ugorji/go v1.1.4 01:59:29 go: finding github.com/x448/float16 v0.8.4 01:59:29 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 01:59:29 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 01:59:29 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 01:59:29 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 01:59:29 go: finding golang.org/x/text v0.3.2 01:59:29 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 01:59:30 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 01:59:30 go: finding gopkg.in/eapache/queue.v1 v1.1.0 01:59:30 go: finding gopkg.in/fsnotify.v1 v1.4.7 01:59:30 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 01:59:30 go: finding gopkg.in/yaml.v2 v2.2.8 01:59:48 Removing intermediate container f7daee1f2b94 01:59:48 ---> 7ff3544c0ce0 01:59:48 Successfully built 7ff3544c0ce0 01:59:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:59:49 + docker inspect -f . ci-base-image-arm64 01:59:49 . [Pipeline] withDockerContainer 01:59:49 prd-ubuntu18.04-docker-arm64-4c-16g-1097 does not seem to be running inside a container 01:59:49 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:59:51 $ docker top 981ef2293789c51c22aa726af7baa5babd7ffcbda33a989ac7b6ac1666874532 -eo pid,comm [Pipeline] { [Pipeline] sh 01:59:52 + go version 01:59:52 go version go1.13.13 linux/arm64 [Pipeline] echo 01:59:52 ========================================================= 01:59:52 [edgeXBuildGoParallel] Running Tests and Build... 01:59:52 ========================================================= [Pipeline] sh 01:59:52 + make test raml_verify 01:59:52 GO111MODULE=on go test -coverprofile=coverage.out ./... 01:59:55 ? github.com/edgexfoundry/edgex-go [no test files] 02:00:27 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:00:40 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:00:40 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:00:40 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:00:40 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:00:40 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.038s 02:00:40 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 02:00:40 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:00:40 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 02:00:41 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:00:42 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:00:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:00:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:00:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:00:51 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.093s coverage: 46.6% of statements 02:00:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:00:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:00:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:00:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:00:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 02:00:57 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.233s coverage: 27.4% of statements 02:00:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:00:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:00:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:00:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:00:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:00:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:00:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.022s coverage: 100.0% of statements 02:00:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:00:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.031s coverage: 100.0% of statements 02:00:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:01:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.327s coverage: 29.3% of statements 02:01:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:01:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:01:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:01:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:01:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:01:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.046s coverage: 100.0% of statements 02:01:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:01:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements 02:01:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:01:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.079s coverage: 89.8% of statements 02:01:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:01:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.098s coverage: 97.5% of statements 02:01:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:01:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 100.0% of statements 02:01:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:01:02 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:01:02 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:01:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:01:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:01:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:01:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:01:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:01:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:01:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:01:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:01:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 02:01:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 02:01:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:01:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:01:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:01:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:01:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.094s coverage: 58.8% of statements 02:01:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.197s coverage: 63.5% of statements 02:01:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:01:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:01:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.030s coverage: 100.0% of statements 02:01:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.379s coverage: 55.9% of statements 02:01:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:01:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:01:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 02:01:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 02:01:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 9.871s coverage: 86.3% of statements 02:01:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 02:01:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.973s coverage: 72.2% of statements 02:01:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.326s coverage: 72.1% of statements 02:01:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.037s coverage: 82.4% of statements 02:01:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.027s coverage: 48.4% of statements 02:01:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 02:01:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 02:01:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 02:01:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.035s coverage: 28.8% of statements 02:01:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 02:01:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.040s coverage: 96.8% of statements 02:01:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 02:01:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.126s coverage: 26.9% of statements 02:01:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:01:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:01:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.368s coverage: 84.1% of statements 02:01:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.042s coverage: 100.0% of statements 02:01:25 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.061s coverage: 43.1% of statements 02:01:25 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 02:01:25 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 02:01:25 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.021s coverage: 100.0% of statements 02:01:25 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 02:01:25 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.053s coverage: 83.8% of statements 02:01:25 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 02:01:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.115s coverage: 46.1% of statements 02:01:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:01:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:01:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.013s coverage: 100.0% of statements 02:01:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:01:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:01:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:01:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.073s coverage: 100.0% of statements 02:01:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:01:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.080s coverage: 100.0% of statements 02:01:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:01:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.182s coverage: 29.1% of statements 02:01:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:01:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:01:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:01:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:01:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:01:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.059s coverage: 99.0% of statements 02:01:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:01:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.057s coverage: 100.0% of statements 02:01:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:01:36 ok github.com/edgexfoundry/edgex-go/internal/system 0.011s coverage: 0.0% of statements 02:01:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:01:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.017s coverage: 100.0% of statements 02:01:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:01:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:01:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:01:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:01:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.033s coverage: 87.9% of statements 02:01:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:01:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:01:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements 02:01:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements 02:01:40 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.025s coverage: 100.0% of statements 02:01:41 GO111MODULE=on go vet ./... 02:01:59 gofmt -l . 02:01:59 [ "`gofmt -l .`" = "" ] 02:02:01 ./bin/test-go-mod-tidy.sh 02:02:01 ./bin/test-attribution-txt.sh 02:02:05 make: *** No rule to make target 'raml_verify'. Stop. [Pipeline] } 02:02:05 $ docker stop --time=1 981ef2293789c51c22aa726af7baa5babd7ffcbda33a989ac7b6ac1666874532 02:02:07 $ docker rm -f 981ef2293789c51c22aa726af7baa5babd7ffcbda33a989ac7b6ac1666874532 [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] } 02:02:09 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] { (Clair Scan) Stage "Clair 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 02:02:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:02:13 ---> package-listing.sh 02:02:13 ++ facter osfamily 02:02:13 ++ tr '[:upper:]' '[:lower:]' 02:02:13 + OS_FAMILY=redhat 02:02:13 + workspace=/w/workspace/edgex-go/1 02:02:13 + START_PACKAGES=/tmp/packages_start.txt 02:02:13 + END_PACKAGES=/tmp/packages_end.txt 02:02:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:02:13 + PACKAGES=/tmp/packages_start.txt 02:02:13 + '[' /w/workspace/edgex-go/1 ']' 02:02:13 + PACKAGES=/tmp/packages_end.txt 02:02:13 + case "${OS_FAMILY}" in 02:02:13 + sort 02:02:13 + rpm -qa 02:02:17 + '[' -f /tmp/packages_start.txt ']' 02:02:17 + '[' -f /tmp/packages_end.txt ']' 02:02:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:02:18 + '[' /w/workspace/edgex-go/1 ']' 02:02:18 + mkdir -p /w/workspace/edgex-go/1/archives/ 02:02:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] isUnix [Pipeline] sh 02:02:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:02:18 02:02:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:02:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:02:19 alpine: Pulling from edgex-lftools-log-publisher 02:02:19 c9b1b535fdd9: Pulling fs layer 02:02:19 2cc5ad85d9ab: Pulling fs layer 02:02:19 756a868c4378: Pulling fs layer 02:02:19 444b2fc9a129: Pulling fs layer 02:02:19 ea15f1150254: Pulling fs layer 02:02:19 41b27a9f41bf: Pulling fs layer 02:02:19 28c525ee5125: Pulling fs layer 02:02:19 094b1ea09ed8: Pulling fs layer 02:02:19 138eaada9080: Pulling fs layer 02:02:19 0622d0fa9048: Pulling fs layer 02:02:19 41b27a9f41bf: Waiting 02:02:19 28c525ee5125: Waiting 02:02:19 094b1ea09ed8: Waiting 02:02:19 138eaada9080: Waiting 02:02:19 444b2fc9a129: Waiting 02:02:19 0622d0fa9048: Waiting 02:02:19 ea15f1150254: Waiting 02:02:19 2cc5ad85d9ab: Download complete 02:02:19 444b2fc9a129: Verifying Checksum 02:02:19 444b2fc9a129: Download complete 02:02:19 c9b1b535fdd9: Verifying Checksum 02:02:19 c9b1b535fdd9: Download complete 02:02:19 ea15f1150254: Verifying Checksum 02:02:19 ea15f1150254: Download complete 02:02:19 28c525ee5125: Verifying Checksum 02:02:19 28c525ee5125: Download complete 02:02:19 756a868c4378: Verifying Checksum 02:02:19 756a868c4378: Download complete 02:02:19 138eaada9080: Verifying Checksum 02:02:19 138eaada9080: Download complete 02:02:19 0622d0fa9048: Verifying Checksum 02:02:19 0622d0fa9048: Download complete 02:02:19 c9b1b535fdd9: Pull complete 02:02:20 094b1ea09ed8: Verifying Checksum 02:02:20 094b1ea09ed8: Download complete 02:02:20 2cc5ad85d9ab: Pull complete 02:02:20 41b27a9f41bf: Verifying Checksum 02:02:20 41b27a9f41bf: Download complete 02:02:22 756a868c4378: Pull complete 02:02:23 444b2fc9a129: Pull complete 02:02:23 ea15f1150254: Pull complete 02:02:29 41b27a9f41bf: Pull complete 02:02:29 28c525ee5125: Pull complete 02:02:31 094b1ea09ed8: Pull complete 02:02:32 138eaada9080: Pull complete 02:02:32 0622d0fa9048: Pull complete 02:02:32 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 02:02:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:02:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:02:32 prd-centos7-docker-4c-2g-1096 does not seem to be running inside a container 02:02:32 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:02:36 $ docker top 4b4cf8182fad3d45b3a77de67e7c76cc75e118ef86324041065247a68d132434 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:02:37 provisioning config files... 02:02:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config2056030732248992978tmp [Pipeline] { [Pipeline] echo 02:02:37 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:02:37 ---> create-netrc.sh [Pipeline] echo 02:02:37 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:02:38 ---> logs-deploy.sh 02:02:38 + ARCHIVE_ARTIFACTS= 02:02:38 + LOGS_SERVER=https://logs.edgexfoundry.org 02:02:38 + '[' https://logs.edgexfoundry.org == None ']' 02:02:38 + NEXUS_URL=https://nexus.edgexfoundry.org 02:02:38 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2644/1 02:02:38 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2644/1/ 02:02:38 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2644/1 /w/workspace/edgex-go/1 02:02:40 Archives upload complete. 02:02:40 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2644/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2644/1/ 02:02:41 ---> uname -a: 02:02:41 Linux 4b4cf8182fad 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 02:02:41 02:02:41 02:02:41 ---> lscpu: 02:02:41 Architecture: x86_64 02:02:41 CPU op-mode(s): 32-bit, 64-bit 02:02:41 Byte Order: Little Endian 02:02:41 Address sizes: 40 bits physical, 48 bits virtual 02:02:41 CPU(s): 4 02:02:41 On-line CPU(s) list: 0-3 02:02:41 Thread(s) per core: 1 02:02:41 Core(s) per socket: 1 02:02:41 Socket(s): 4 02:02:41 NUMA node(s): 1 02:02:41 Vendor ID: GenuineIntel 02:02:41 CPU family: 6 02:02:41 Model: 44 02:02:41 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:02:41 Stepping: 1 02:02:41 CPU MHz: 2933.438 02:02:41 BogoMIPS: 5866.87 02:02:41 Virtualization: VT-x 02:02:41 Hypervisor vendor: KVM 02:02:41 Virtualization type: full 02:02:41 L1d cache: 128 KiB 02:02:41 L1i cache: 128 KiB 02:02:41 L2 cache: 16 MiB 02:02:41 L3 cache: 64 MiB 02:02:41 NUMA node0 CPU(s): 0-3 02:02:41 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:02:41 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:02:41 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:02:41 Vulnerability Meltdown: Mitigation; PTI 02:02:41 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:02:41 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:02:41 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:02:41 Vulnerability Tsx async abort: Not affected 02:02:41 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 02:02:41 02:02:41 02:02:41 ---> nproc: 02:02:41 4 02:02:41 02:02:41 02:02:41 ---> df -h: 02:02:41 Filesystem Size Used Available Use% Mounted on 02:02:41 overlay 50.0G 8.7G 41.2G 17% / 02:02:41 tmpfs 64.0M 0 64.0M 0% /dev 02:02:41 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:02:41 shm 64.0M 0 64.0M 0% /dev/shm 02:02:41 /dev/vda1 50.0G 8.7G 41.2G 17% /etc/resolv.conf 02:02:41 /dev/vda1 50.0G 8.7G 41.2G 17% /etc/hostname 02:02:41 /dev/vda1 50.0G 8.7G 41.2G 17% /etc/hosts 02:02:41 /dev/vda1 50.0G 8.7G 41.2G 17% /var/log/sa 02:02:41 /dev/vda1 50.0G 8.7G 41.2G 17% /w/workspace/edgex-go/1 02:02:41 /dev/vda1 50.0G 8.7G 41.2G 17% /w/workspace/edgex-go/1@tmp 02:02:41 02:02:41 02:02:41 ---> free -m: 02:02:41 total used free shared buff/cache available 02:02:41 Mem: 1837 688 112 0 1036 1056 02:02:41 Swap: 1023 3 1020 02:02:41 02:02:41