Pull request #2681 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 cloudxxx8 for edgexfoundry/edgex-go Obtained Jenkinsfile from 5628b0ab0ae7a82fa17e04c820d378353612d3fb+e46f0634e742b47d68bad1447e074d74297b9715 (1975ed1f239dec6bd3e77d1d3cd4cd198d5128a9) 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > 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. [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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2430 in /w/workspace/edgexfoundry_edgex-go_PR-2681 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2681/head:refs/remotes/origin/PR-2681 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit e46f0634e742b47d68bad1447e074d74297b9715 into PR head commit 5628b0ab0ae7a82fa17e04c820d378353612d3fb Merge succeeded, producing 26a5f0419f264b917cfd4622c8a60d14d246b320 Checking out Revision 26a5f0419f264b917cfd4622c8a60d14d246b320 (PR-2681) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2681/head:refs/remotes/origin/PR-2681 # 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/2681/head:refs/remotes/origin/PR-2681 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5628b0ab0ae7a82fa17e04c820d378353612d3fb # 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 e46f0634e742b47d68bad1447e074d74297b9715 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 26a5f0419f264b917cfd4622c8a60d14d246b320 # timeout=10 Commit message: "Merge commit 'e46f0634e742b47d68bad1447e074d74297b9715' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:36:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:36:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:36:48 ========================================================= 14:36:48 EdgeX Global Pipelines Version Info 14:36:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk b579cf5134f9ffe31a12417a4950efefd537f5ae # timeout=10 14:36:49 ------------------- 14:36:49 stable info: 14:36:49 ------------------- 14:36:49 Commited By: Emilio Reyes emilio.reyes@intel.com 14:36:49 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 14:36:49 Message: update stable to v1.0.119 14:36:50 ------------------- 14:36:50 experimental info: 14:36:50 ------------------- 14:36:50 Commited By: **** collab-it+edgex@linuxfoundation.org 14:36:50 Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 14:36:50 Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:36:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 14:36:50 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 14:36:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:36:50 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:36:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:36:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 14:36:51 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 14:36:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 14:36:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 14:36:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 14:36:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:36:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:36:51 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:36:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:36:51 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:36:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:36:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:36:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 14:36:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 14:36:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 14:36:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 14:36:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2681 [Pipeline] echo 14:36:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2681 [Pipeline] echo 14:36:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2681 [Pipeline] echo 14:36:52 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 26a5f0419f264b917cfd4622c8a60d14d246b320 [Pipeline] echo 14:36:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 26a5f04 [Pipeline] echo 14:36:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 14:36:53 ++ 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 14:36:53 + for file in '`ls cmd/**/Dockerfile`' 14:36:53 ++ dirname cmd/core-command/Dockerfile 14:36:53 ++ cut -d/ -f2 14:36:53 + echo core-command,cmd/core-command/Dockerfile 14:36:53 + for file in '`ls cmd/**/Dockerfile`' 14:36:53 ++ dirname cmd/core-data/Dockerfile 14:36:53 ++ cut -d/ -f2 14:36:53 + echo core-data,cmd/core-data/Dockerfile 14:36:53 + for file in '`ls cmd/**/Dockerfile`' 14:36:53 ++ dirname cmd/core-metadata/Dockerfile 14:36:53 ++ cut -d/ -f2 14:36:53 + echo core-metadata,cmd/core-metadata/Dockerfile 14:36:53 + for file in '`ls cmd/**/Dockerfile`' 14:36:53 ++ dirname cmd/security-proxy-setup/Dockerfile 14:36:53 ++ cut -d/ -f2 14:36:53 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 14:36:53 + for file in '`ls cmd/**/Dockerfile`' 14:36:53 ++ dirname cmd/security-secrets-setup/Dockerfile 14:36:53 ++ cut -d/ -f2 14:36:53 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 14:36:53 + for file in '`ls cmd/**/Dockerfile`' 14:36:53 ++ dirname cmd/security-secretstore-setup/Dockerfile 14:36:53 ++ cut -d/ -f2 14:36:53 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 14:36:53 + for file in '`ls cmd/**/Dockerfile`' 14:36:53 ++ dirname cmd/support-logging/Dockerfile 14:36:53 ++ cut -d/ -f2 14:36:53 + echo support-logging,cmd/support-logging/Dockerfile 14:36:53 + for file in '`ls cmd/**/Dockerfile`' 14:36:53 ++ dirname cmd/support-notifications/Dockerfile 14:36:53 ++ cut -d/ -f2 14:36:53 + echo support-notifications,cmd/support-notifications/Dockerfile 14:36:53 + for file in '`ls cmd/**/Dockerfile`' 14:36:53 ++ dirname cmd/support-scheduler/Dockerfile 14:36:53 ++ cut -d/ -f2 14:36:53 + echo support-scheduler,cmd/support-scheduler/Dockerfile 14:36:53 + for file in '`ls cmd/**/Dockerfile`' 14:36:53 ++ dirname cmd/sys-mgmt-agent/Dockerfile 14:36:53 ++ cut -d/ -f2 14:36:53 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 14:36:53 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 14:36:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:36:55 14:36:55 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:36:55 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:36:55 latest: Pulling from edgex-devops/git-semver 14:36:55 31603596830f: Pulling fs layer 14:36:55 2a8b12db71e7: Pulling fs layer 14:36:55 6ca5941a6612: Pulling fs layer 14:36:55 ecc8261a40a4: Pulling fs layer 14:36:55 ecc8261a40a4: Waiting 14:36:55 2a8b12db71e7: Verifying Checksum 14:36:55 2a8b12db71e7: Download complete 14:36:55 31603596830f: Verifying Checksum 14:36:55 31603596830f: Download complete 14:36:55 ecc8261a40a4: Verifying Checksum 14:36:55 ecc8261a40a4: Download complete 14:36:56 6ca5941a6612: Verifying Checksum 14:36:56 6ca5941a6612: Download complete 14:36:56 31603596830f: Pull complete 14:36:56 2a8b12db71e7: Pull complete 14:36:57 6ca5941a6612: Pull complete 14:36:57 ecc8261a40a4: Pull complete 14:36:57 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:36:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:36:57 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:36:57 prd-centos7-docker-4c-2g-2430 does not seem to be running inside a container 14:36:57 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:36:59 $ docker top ecc384b3d78094d08be093217d707008cc4e5c4bd261e1fd39add9e3afdb6273 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:37:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:37:00 [ssh-agent] Looking for ssh-agent implementation... 14:37:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:37:00 $ docker exec ecc384b3d78094d08be093217d707008cc4e5c4bd261e1fd39add9e3afdb6273 ssh-agent 14:37:00 SSH_AUTH_SOCK=/tmp/ssh-QDMkoGcYFtBS/agent.12 14:37:00 SSH_AGENT_PID=17 14:37:00 Running ssh-add (command line suppressed) 14:37:00 Identity added: /w/workspace/edgex-go/6@tmp/private_key_5788009153667051206.key (/w/workspace/edgex-go/6@tmp/private_key_5788009153667051206.key) 14:37:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:37:01 + git describe --exact-match --tags HEAD 14:37:01 fatal: No names found, cannot describe anything. [Pipeline] } 14:37:01 $ docker exec --env ******** --env ******** ecc384b3d78094d08be093217d707008cc4e5c4bd261e1fd39add9e3afdb6273 ssh-agent -k 14:37:01 unset SSH_AUTH_SOCK; 14:37:01 unset SSH_AGENT_PID; 14:37:01 echo Agent pid 17 killed; 14:37:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 14:37:01 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 14:37:01 This usually means this commit has not been tagged. [Pipeline] sshagent 14:37:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:37:01 [ssh-agent] Looking for ssh-agent implementation... 14:37:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:37:01 $ docker exec ecc384b3d78094d08be093217d707008cc4e5c4bd261e1fd39add9e3afdb6273 ssh-agent 14:37:01 SSH_AUTH_SOCK=/tmp/ssh-GAMWdZETXdFg/agent.46 14:37:01 SSH_AGENT_PID=51 14:37:01 Running ssh-add (command line suppressed) 14:37:01 Identity added: /w/workspace/edgex-go/6@tmp/private_key_967731274369579248.key (/w/workspace/edgex-go/6@tmp/private_key_967731274369579248.key) 14:37:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:37:02 + git semver init 14:37:02 # -> Open(): unable to determine branch for HEAD 14:37:02 # $GIT_DIR = /w/workspace/edgex-go/6/.git 14:37:02 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 14:37:02 # $SEMVER_REMOTE_NAME = origin 14:37:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:37:02 # $SEMVER_USER_NAME = edgex-jenkins 14:37:02 # $SEMVER_BRANCH = PR-2681 14:37:02 # $SEMVER_TEMP = /tmp/semver-633138573 14:37:02 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 14:37:20 # '/tmp/semver-633138573' -> '/w/workspace/edgex-go/6/.semver' 14:37:20 # -> Force: false 14:37:20 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 14:37:20 $ docker exec --env ******** --env ******** ecc384b3d78094d08be093217d707008cc4e5c4bd261e1fd39add9e3afdb6273 ssh-agent -k 14:37:21 unset SSH_AUTH_SOCK; 14:37:21 unset SSH_AGENT_PID; 14:37:21 echo Agent pid 51 killed; 14:37:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:37:21 + git semver [Pipeline] } 14:37:21 $ docker stop --time=1 ecc384b3d78094d08be093217d707008cc4e5c4bd261e1fd39add9e3afdb6273 14:37:23 $ docker rm -f ecc384b3d78094d08be093217d707008cc4e5c4bd261e1fd39add9e3afdb6273 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 14:37:36 Stashed 46 file(s) [Pipeline] echo 14:37:36 [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 14:37:36 ========================================================= 14:37:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 14:37:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:37:37 + 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 . 14:37:40 Sending build context to Docker daemon 323.2MB 14:37:40 Step 1/7 : ARG BASE=golang:1.15-alpine 14:37:40 Step 2/7 : FROM ${BASE} 14:37:40 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 14:37:40 df20fa9351a1: Pulling fs layer 14:37:40 ed8968b2872e: Pulling fs layer 14:37:40 a92cc7c5fd73: Pulling fs layer 14:37:40 e871e8e8d7a9: Pulling fs layer 14:37:40 e73272ec9a57: Pulling fs layer 14:37:40 1e910a182e73: Pulling fs layer 14:37:40 4e634b169226: Pulling fs layer 14:37:40 e73272ec9a57: Waiting 14:37:40 1e910a182e73: Waiting 14:37:40 4e634b169226: Waiting 14:37:40 e871e8e8d7a9: Waiting 14:37:40 a92cc7c5fd73: Verifying Checksum 14:37:40 a92cc7c5fd73: Download complete 14:37:40 ed8968b2872e: Verifying Checksum 14:37:40 ed8968b2872e: Download complete 14:37:40 e73272ec9a57: Verifying Checksum 14:37:40 e73272ec9a57: Download complete 14:37:40 1e910a182e73: Verifying Checksum 14:37:40 1e910a182e73: Download complete 14:37:40 df20fa9351a1: Verifying Checksum 14:37:40 df20fa9351a1: Download complete 14:37:40 df20fa9351a1: Pull complete 14:37:41 ed8968b2872e: Pull complete 14:37:41 a92cc7c5fd73: Pull complete 14:37:42 4e634b169226: Verifying Checksum 14:37:42 4e634b169226: Download complete 14:37:42 e871e8e8d7a9: Download complete 14:37:48 e871e8e8d7a9: Pull complete 14:37:48 e73272ec9a57: Pull complete 14:37:48 1e910a182e73: Pull complete 14:37:51 Still waiting to schedule task 14:37:51 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 14:37:52 4e634b169226: Pull complete 14:37:52 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 14:37:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 14:37:52 ---> f7629b54cfaa 14:37:52 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 14:37:52 ---> Running in e486f15f49c0 14:37:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:37:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:37:54 (1/12) Installing libmagic (5.38-r0) 14:37:54 (2/12) Installing file (5.38-r0) 14:37:54 (3/12) Installing libc-dev (0.7.2-r3) 14:37:54 (4/12) Installing g++ (9.3.0-r2) 14:38:00 (5/12) Installing fortify-headers (1.1-r0) 14:38:00 (6/12) Installing patch (2.7.6-r6) 14:38:00 (7/12) Installing build-base (0.5-r2) 14:38:00 (8/12) Installing libsodium (1.0.18-r0) 14:38:00 (9/12) Installing pkgconf (1.7.2-r0) 14:38:00 (10/12) Installing libsodium-dev (1.0.18-r0) 14:38:00 (11/12) Installing libzmq (4.3.3-r0) 14:38:00 (12/12) Installing zeromq-dev (4.3.3-r0) 14:38:00 Executing busybox-1.31.1-r16.trigger 14:38:00 OK: 233 MiB in 51 packages 14:38:04 Removing intermediate container e486f15f49c0 14:38:04 ---> a52bc619d923 14:38:04 Step 4/7 : WORKDIR /edgex-go 14:38:04 ---> Running in 8b5477214154 14:38:04 Removing intermediate container 8b5477214154 14:38:04 ---> 08a9ba2c81be 14:38:04 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 14:38:04 latest: Pulling from library/docker 14:38:04 df20fa9351a1: Already exists 14:38:04 25ad7478873d: Pulling fs layer 14:38:04 4684f6177b5d: Pulling fs layer 14:38:04 46e300cec669: Pulling fs layer 14:38:04 63038576ad94: Pulling fs layer 14:38:04 0fdb76c4706c: Pulling fs layer 14:38:04 cb7edeffdfd5: Pulling fs layer 14:38:04 0fdb76c4706c: Waiting 14:38:04 63038576ad94: Waiting 14:38:04 cb7edeffdfd5: Waiting 14:38:04 4684f6177b5d: Verifying Checksum 14:38:04 4684f6177b5d: Download complete 14:38:04 25ad7478873d: Verifying Checksum 14:38:04 25ad7478873d: Download complete 14:38:04 63038576ad94: Verifying Checksum 14:38:04 63038576ad94: Download complete 14:38:04 0fdb76c4706c: Verifying Checksum 14:38:04 0fdb76c4706c: Download complete 14:38:04 cb7edeffdfd5: Verifying Checksum 14:38:04 cb7edeffdfd5: Download complete 14:38:05 25ad7478873d: Pull complete 14:38:05 4684f6177b5d: Pull complete 14:38:05 46e300cec669: Download complete 14:38:07 46e300cec669: Pull complete 14:38:07 63038576ad94: Pull complete 14:38:08 0fdb76c4706c: Pull complete 14:38:08 cb7edeffdfd5: Pull complete 14:38:08 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 14:38:08 Status: Downloaded newer image for docker:latest 14:38:09 ---> 46300ba978c9 14:38:09 Step 6/7 : COPY go.mod . 14:38:09 ---> 9774f5a96822 14:38:09 Step 7/7 : RUN go mod download 14:38:09 ---> Running in 3d2d3f287773 14:38:31 Removing intermediate container 3d2d3f287773 14:38:31 ---> 7be0019cc02f 14:38:31 Successfully built 7be0019cc02f 14:38:31 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 14:38:32 + docker inspect -f . ci-base-image-x86_64 14:38:32 . [Pipeline] withDockerContainer 14:38:32 prd-centos7-docker-4c-2g-2430 does not seem to be running inside a container 14:38:32 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-x86_64 cat 14:38:33 $ docker top deeffe29de52009f55b922b1685da473c7642e4d7b454a8b6671c4778839d4c3 -eo pid,comm [Pipeline] { [Pipeline] sh 14:38:33 + go version 14:38:33 go version go1.15.2 linux/amd64 [Pipeline] echo 14:38:33 ========================================================= 14:38:33 [edgeXBuildGoParallel] Running Tests and Build... 14:38:33 ========================================================= [Pipeline] sh 14:38:34 + make test 14:38:34 GO111MODULE=on go test -coverprofile=coverage.out ./... 14:38:36 ? github.com/edgexfoundry/edgex-go [no test files] 14:38:46 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:38:52 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:38:52 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:38:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:38:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:38:53 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.007s 14:38:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 14:38:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:38:53 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 14:38:54 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:38:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:38:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:38:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:38:54 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:38:57 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.021s coverage: 46.6% of statements 14:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 14:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 14:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 14:39:02 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.074s coverage: 27.2% of statements 14:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 14:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 14:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 14:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:39:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.006s coverage: 100.0% of statements 14:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 14:39:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.017s coverage: 100.0% of statements 14:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 14:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 14:39:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.322s coverage: 82.5% of statements 14:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 14:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 14:39:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.015s coverage: 89.7% of statements 14:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 14:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 14:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 14:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 14:39:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.078s coverage: 28.6% of statements 14:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 14:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 14:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 14:39:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.012s coverage: 100.0% of statements 14:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 14:39:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.030s coverage: 100.0% of statements 14:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 14:39:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.020s coverage: 89.8% of statements 14:39:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 14:39:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.018s coverage: 97.5% of statements 14:39:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 14:39:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.011s coverage: 100.0% of statements 14:39:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 14:39:03 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 14:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 14:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 14:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 14:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 14:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 14:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 14:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 14:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 14:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 14:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 14:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 14:39:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.007s coverage: 58.8% of statements 14:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 14:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 14:39:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.063s coverage: 63.5% of statements 14:39:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:39:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:39:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.009s coverage: 100.0% of statements 14:39:04 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.113s coverage: 55.9% of statements 14:39:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:39:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:39:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 14:39:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 14:39:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.330s coverage: 86.3% of statements 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 14:39:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.331s coverage: 72.2% of statements 14:39:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.112s coverage: 72.1% of statements 14:39:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.038s coverage: 82.4% of statements 14:39:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.015s coverage: 48.4% of statements 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 14:39:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.018s coverage: 28.8% of statements 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 14:39:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.026s coverage: 96.8% of statements 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 14:39:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.048s coverage: 26.9% of statements 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:39:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.098s coverage: 84.1% of statements 14:39:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.009s coverage: 100.0% of statements 14:39:17 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.021s coverage: 42.9% of statements 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 14:39:17 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.019s coverage: 100.0% of statements 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 14:39:17 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.006s coverage: 83.8% of statements 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 14:39:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.035s coverage: 46.1% of statements 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:39:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.057s coverage: 100.0% of statements 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 14:39:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.008s coverage: 100.0% of statements 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 14:39:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.007s coverage: 100.0% of statements 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 14:39:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.054s coverage: 29.1% of statements 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 14:39:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.011s coverage: 99.0% of statements 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 14:39:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.007s coverage: 100.0% of statements 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 14:39:17 ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 14:39:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.004s coverage: 100.0% of statements 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 14:39:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.011s coverage: 87.9% of statements 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 14:39:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:39:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.010s coverage: 100.0% of statements 14:39:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.008s coverage: 32.1% of statements 14:39:17 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 14:39:17 GO111MODULE=on go vet ./... 14:39:25 gofmt -l . 14:39:25 [ "`gofmt -l .`" = "" ] 14:39:25 ./bin/test-go-mod-tidy.sh 14:39:25 ./bin/test-attribution-txt.sh [Pipeline] sh 14:39:27 + ls -al . 14:39:27 total 552 14:39:27 drwxrwxr-x 10 1001 1001 4096 Sep 12 14:39 . 14:39:27 drwxr-xr-x 4 root root 28 Sep 12 14:38 .. 14:39:27 -rw-rw-r-- 1 1001 1001 11 Sep 12 14:36 .dockerignore 14:39:27 drwxrwxr-x 8 1001 1001 179 Sep 12 14:36 .git 14:39:27 drwxrwxr-x 3 1001 1001 60 Sep 12 14:36 .github 14:39:27 -rw-rw-r-- 1 1001 1001 932 Sep 12 14:36 .gitignore 14:39:27 drwx------ 3 1001 1001 47 Sep 12 14:37 .semver 14:39:27 -rw-rw-r-- 1 1001 1001 166 Sep 12 14:36 .sonarcloud.properties 14:39:27 -rw-rw-r-- 1 1001 1001 3804 Sep 12 14:36 CONTRIBUTING.md 14:39:27 -rw-rw-r-- 1 1001 1001 1035 Sep 12 14:36 Dockerfile.build 14:39:27 -rw-rw-r-- 1 1001 1001 863 Sep 12 14:36 Jenkinsfile 14:39:27 -rw-rw-r-- 1 1001 1001 10775 Sep 12 14:36 LICENSE 14:39:27 -rw-rw-r-- 1 1001 1001 6237 Sep 12 14:36 Makefile 14:39:27 -rw-rw-r-- 1 1001 1001 6447 Sep 12 14:36 README.md 14:39:27 -rw-rw-r-- 1 1001 1001 259 Sep 12 14:36 SECURITY.md 14:39:27 -rw-rw-r-- 1 1001 1001 5 Sep 12 14:37 VERSION 14:39:27 -rw-rw-r-- 1 1001 1001 4131 Sep 12 14:36 ZMQWindows.md 14:39:27 drwxrwxr-x 2 1001 1001 117 Sep 12 14:36 bin 14:39:27 drwxrwxr-x 15 1001 1001 4096 Sep 12 14:36 cmd 14:39:27 -rw-r--r-- 1 root root 458581 Sep 12 14:39 coverage.out 14:39:27 -rw-r--r-- 1 root root 1019 Sep 12 14:39 go.mod 14:39:27 -rw-r--r-- 1 root root 19185 Sep 12 14:39 go.sum 14:39:27 drwxrwxr-x 8 1001 1001 127 Sep 12 14:36 internal 14:39:27 drwxrwxr-x 4 1001 1001 26 Sep 12 14:36 openapi 14:39:27 drwxrwxr-x 4 1001 1001 71 Sep 12 14:36 snap 14:39:27 -rw-rw-r-- 1 1001 1001 168 Sep 12 14:36 version.go [Pipeline] sh 14:39:27 + '[' -e coverage.out ] 14:39:27 + chown 1001:1001 coverage.out [Pipeline] stash 14:39:28 Stashed 1 file(s) [Pipeline] sh 14:39:28 + make build 14:39:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:39:36 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 14:39:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 14:39:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 14:39:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2431 in /w/workspace/edgexfoundry_edgex-go_PR-2681 [Pipeline] { [Pipeline] ws 14:39:40 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 14:39:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:39:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 14:39:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:39:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:39:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 14:39:45 using credential edgex-jenkins-ssh 14:39:45 Cloning the remote Git repository 14:39:45 Cloning with configured refspecs honoured and without tags 14:39:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 14:39:45 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:39:46 > git init /w/workspace/edgex-go/6 # timeout=10 14:39:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:39:46 > git --version # timeout=10 14:39:46 > git --version # 'git version 2.17.1' 14:39:46 using GIT_SSH to set credentials SSH Credentials for GitHub 14:39:46 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2681/head:refs/remotes/origin/PR-2681 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:39:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 14:39:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:39:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 14:39:50 $ docker stop --time=1 deeffe29de52009f55b922b1685da473c7642e4d7b454a8b6671c4778839d4c3 14:39:53 $ docker rm -f deeffe29de52009f55b922b1685da473c7642e4d7b454a8b6671c4778839d4c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:39:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:39:56 14:39:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 14:39:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:39:57 latest: Pulling from edgex-devops/edgex-compose 14:39:57 cbdbe7a5bc2a: Pulling fs layer 14:39:57 ca9280d653b3: Pulling fs layer 14:39:57 7e9c9ca2126c: Pulling fs layer 14:39:57 cbdbe7a5bc2a: Verifying Checksum 14:39:57 cbdbe7a5bc2a: Download complete 14:39:57 ca9280d653b3: Verifying Checksum 14:39:57 ca9280d653b3: Download complete 14:39:57 cbdbe7a5bc2a: Pull complete 14:39:58 ca9280d653b3: Pull complete 14:39:58 7e9c9ca2126c: Download complete 14:40:03 Fetching without tags 14:40:04 Merging remotes/origin/master commit e46f0634e742b47d68bad1447e074d74297b9715 into PR head commit 5628b0ab0ae7a82fa17e04c820d378353612d3fb [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 14:40:04 Failed in branch arm64 14:40:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:40:03 > git config --add remote.origin.fetch +refs/pull/2681/head:refs/remotes/origin/PR-2681 # timeout=10 14:40:03 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 14:40:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:40:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:40:03 using GIT_SSH to set credentials SSH Credentials for GitHub 14:40:03 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2681/head:refs/remotes/origin/PR-2681 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:40:04 > git config core.sparsecheckout # timeout=10 14:40:04 > git checkout -f 5628b0ab0ae7a82fa17e04c820d378353612d3fb # timeout=10 14:40:05 7e9c9ca2126c: Pull complete 14:40:05 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 14:40:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:40:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 14:40:05 prd-centos7-docker-4c-2g-2430 does not seem to be running inside a container 14:40:05 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 14:40:08 $ docker top 4a258e7d11d8b9e8f47ba868406b25992ac36f1d63958a988a79446a6a8112c4 -eo pid,comm [Pipeline] { [Pipeline] sh 14:40:08 + docker-compose build --help 14:40:08 + grep parallel 14:40:09 --parallel Build images in parallel. [Pipeline] } 14:40:09 $ docker stop --time=1 4a258e7d11d8b9e8f47ba868406b25992ac36f1d63958a988a79446a6a8112c4 14:40:11 $ docker rm -f 4a258e7d11d8b9e8f47ba868406b25992ac36f1d63958a988a79446a6a8112c4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:40:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:40:11 . [Pipeline] withDockerContainer 14:40:11 prd-centos7-docker-4c-2g-2430 does not seem to be running inside a container 14:40:11 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 14:40:12 $ docker top 9c987c43555d4520fec28b2e33caa3e19b9c4baee971288ae02422c68dc3e592 -eo pid,comm [Pipeline] { [Pipeline] sh 14:40:13 + docker-compose -f ./docker-compose-build.yml build --parallel 14:40:14 Building docker-core-command-go ... 14:40:14 Building docker-core-data-go ... 14:40:14 Building docker-core-metadata-go ... 14:40:14 Building docker-security-proxy-setup-go ... 14:40:14 Building docker-security-secrets-setup-go ... 14:40:14 Building docker-security-secretstore-setup-go ... 14:40:14 Building docker-support-logging-go ... 14:40:14 Building docker-support-notifications-go ... 14:40:14 Building docker-support-scheduler-go ... 14:40:14 Building docker-sys-mgmt-agent-go ... 14:40:14 Building docker-security-proxy-setup-go 14:40:14 Building docker-security-secrets-setup-go 14:40:14 Building docker-support-logging-go 14:40:14 Building docker-core-command-go 14:40:14 Building docker-support-notifications-go 14:40:40 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 14:40:40 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 14:40:40 ---> 7be0019cc02f 14:40:40 Step 3/29 : WORKDIR /edgex-go 14:40:40 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 14:40:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 14:40:40 ---> 7be0019cc02f 14:40:40 Step 3/24 : WORKDIR /edgex-go 14:40:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 14:40:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:40:40 ---> 7be0019cc02f 14:40:40 Step 3/22 : WORKDIR /edgex-go 14:40:40 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 14:40:40 Step 2/20 : FROM ${BUILDER_BASE} AS builder 14:40:40 ---> 7be0019cc02f 14:40:40 Step 3/20 : WORKDIR /edgex-go 14:40:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 14:40:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:40:40 ---> 7be0019cc02f 14:40:40 Step 3/22 : WORKDIR /edgex-go 14:40:41 ---> Running in 53052f8579f1 14:40:41 ---> Running in 084b77da6a5c 14:40:41 ---> Running in f5c54d1fe4a5 14:40:41 ---> Running in e187bc5b0202 14:40:41 ---> Running in 24a23a0c525b 14:40:41 Removing intermediate container 53052f8579f1 14:40:41 ---> b49e0d08db06 14:40:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:40:42 Removing intermediate container f5c54d1fe4a5 14:40:42 ---> 158aa0961244 14:40:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:40:42 Removing intermediate container 24a23a0c525b 14:40:42 ---> f101df5f565c 14:40:42 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:40:42 Removing intermediate container 084b77da6a5c 14:40:42 ---> 1e183e294a32 14:40:42 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:40:42 Removing intermediate container e187bc5b0202 14:40:42 ---> 1e35bc124413 14:40:42 Step 4/29 : RUN apk update && apk add make git 14:40:42 ---> Running in 2de5d75b210b 14:40:42 ---> Running in cdf36af96ce9 14:40:42 ---> Running in d934e6a98327 14:40:42 ---> Running in 8fe518b08563 14:40:42 ---> Running in ef71cdf4d317 14:40:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:40:44 Removing intermediate container d934e6a98327 14:40:44 ---> 7cf716b9a263 14:40:44 Step 5/20 : RUN apk update && apk add make git 14:40:44 Removing intermediate container 2de5d75b210b 14:40:44 ---> 36e9c6c42119 14:40:44 Step 5/22 : RUN apk update && apk add make git 14:40:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:40:44 Removing intermediate container cdf36af96ce9 14:40:44 ---> 64ae53c1a1c3 14:40:44 Step 5/22 : RUN apk update && apk add make && apk add bash git 14:40:44 ---> Running in 2b966f4976e1 14:40:44 ---> Running in 0b9b7591a900 14:40:44 ---> Running in cd1c9a7228ef 14:40:44 Removing intermediate container 8fe518b08563 14:40:44 ---> ea446031c3ed 14:40:44 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 14:40:44 ---> Running in 3aec13a19866 14:40:44 v3.12.0-313-g23f4082141 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:40:44 v3.12.0-310-gfeadd8fa34 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:40:44 OK: 12746 distinct packages available 14:40:44 OK: 233 MiB in 51 packages 14:40:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:40:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:40:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:40:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:40:45 Removing intermediate container ef71cdf4d317 14:40:45 ---> 39f1de7754bc 14:40:45 Step 5/29 : COPY go.mod . 14:40:46 ---> d5e8b9057195 14:40:46 Step 6/29 : RUN go mod download 14:40:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:40:46 ---> Running in ebd0e049f216 14:40:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:40:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:40:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:40:46 v3.12.0-313-g23f4082141 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:40:46 v3.12.0-310-gfeadd8fa34 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:40:46 OK: 12746 distinct packages available 14:40:46 v3.12.0-313-g23f4082141 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:40:46 v3.12.0-310-gfeadd8fa34 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:40:46 OK: 12746 distinct packages available 14:40:46 OK: 233 MiB in 51 packages 14:40:46 v3.12.0-313-g23f4082141 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:40:46 v3.12.0-310-gfeadd8fa34 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:40:46 OK: 12746 distinct packages available 14:40:47 OK: 233 MiB in 51 packages 14:40:47 v3.12.0-313-g23f4082141 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:40:47 v3.12.0-310-gfeadd8fa34 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:40:47 OK: 12746 distinct packages available 14:40:47 OK: 233 MiB in 51 packages 14:40:47 OK: 233 MiB in 51 packages 14:40:47 OK: 233 MiB in 51 packages 14:40:47 Removing intermediate container 2b966f4976e1 14:40:47 ---> 7ef4a6bc3236 14:40:47 Step 6/20 : COPY go.mod . 14:40:47 Removing intermediate container 0b9b7591a900 14:40:47 ---> 5b89d1669042 14:40:47 Step 6/22 : COPY go.mod . 14:40:47 ---> ee510d0d6116 14:40:47 Step 7/20 : RUN go mod download 14:40:48 Removing intermediate container ebd0e049f216 14:40:48 ---> 9be622be6fa6 14:40:48 Step 7/29 : COPY . . 14:40:48 ---> 180cc737154e 14:40:48 Step 7/22 : RUN go mod download 14:40:48 ---> Running in b31c1a056c52 14:40:48 ---> Running in 08eb0ce8dae4 14:40:48 Removing intermediate container 3aec13a19866 14:40:48 ---> 851714ffa985 14:40:48 Step 6/24 : COPY go.mod . 14:40:49 Removing intermediate container cd1c9a7228ef 14:40:49 ---> 634392557e16 14:40:49 Step 6/22 : COPY go.mod . 14:40:50 ---> 657792f63d75 14:40:50 Step 7/24 : RUN go mod download 14:40:51 ---> Running in 88ec3ba39021 14:40:51 ---> f754916408af 14:40:51 Step 7/22 : RUN go mod download 14:40:52 ---> Running in 0ec03321339c 14:40:54 Removing intermediate container b31c1a056c52 14:40:54 ---> a5aeb83c60be 14:40:54 Step 8/20 : COPY . . 14:40:56 Removing intermediate container 08eb0ce8dae4 14:40:56 ---> 4cc877d767bc 14:40:56 Step 8/22 : COPY . . 14:41:04 Removing intermediate container 88ec3ba39021 14:41:04 ---> 363ba2e027bc 14:41:04 Step 8/24 : COPY . . 14:41:12 Removing intermediate container 0ec03321339c 14:41:12 ---> 98e0fd878016 14:41:12 Step 8/22 : COPY . . 14:41:17 ---> 3dec9947b429 14:41:17 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 14:41:23 ---> Running in fa261946cc39 14:41:26 ---> 97c6eac8baf1 14:41:26 Step 9/22 : RUN make cmd/core-command/core-command 14:41:26 ---> e726f73a19f0 14:41:26 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 14:41:27 ---> Running in 5ad2a7264736 14:41:27 ---> Running in d6b2248a2532 14:41:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 14:41:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 14:41:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 14:41:32 ---> 302717f7df71 14:41:32 Step 9/24 : RUN make cmd/support-notifications/support-notifications 14:41:34 ---> Running in a7693415f5ad 14:41:35 ---> 456dd30d7122 14:41:35 Step 9/22 : RUN make cmd/support-logging/support-logging 14:41:36 ---> Running in 47ae4538c583 14:41:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:41:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 14:41:52 Removing intermediate container fa261946cc39 14:41:52 ---> cd3963803b4d 14:41:52 14:41:52 Step 9/29 : FROM alpine:latest 14:41:52 latest: Pulling from library/alpine 14:41:52 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 14:41:53 Status: Downloaded newer image for alpine:latest 14:41:53 ---> a24bb4013296 14:41:53 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 14:41:54 ---> Running in f28053e9f96b 14:41:54 Removing intermediate container f28053e9f96b 14:41:54 ---> 3e64aabd958e 14:41:54 Step 11/29 : USER root 14:41:54 ---> Running in 4c8525a143ca 14:41:55 Removing intermediate container 4c8525a143ca 14:41:55 ---> 671129bcf56d 14:41:55 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 14:41:55 ---> Running in a07eee822768 14:41:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:41:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:41:56 v3.12.0-313-g23f4082141 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 14:41:56 v3.12.0-310-gfeadd8fa34 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 14:41:56 OK: 12746 distinct packages available 14:41:56 Removing intermediate container d6b2248a2532 14:41:56 ---> 12781ab6d20d 14:41:56 14:41:56 Step 10/20 : FROM alpine 14:41:56 ---> a24bb4013296 14:41:56 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 14:41:57 (1/2) Installing ca-certificates (20191127-r4) 14:41:57 (2/2) Installing dumb-init (1.2.2-r1) 14:41:57 Executing busybox-1.31.1-r16.trigger 14:41:57 Executing ca-certificates-20191127-r4.trigger 14:41:57 ---> Running in 8e773d0ece4a 14:41:57 OK: 6 MiB in 16 packages 14:41:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:41:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:41:59 v3.12.0-313-g23f4082141 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 14:41:59 v3.12.0-310-gfeadd8fa34 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 14:41:59 OK: 12746 distinct packages available 14:41:59 (1/4) Installing ca-certificates (20191127-r4) 14:41:59 (2/4) Installing nghttp2-libs (1.41.0-r0) 14:41:59 (3/4) Installing libcurl (7.69.1-r0) 14:41:59 (4/4) Installing curl (7.69.1-r0) 14:41:59 Executing busybox-1.31.1-r16.trigger 14:41:59 Executing ca-certificates-20191127-r4.trigger 14:41:59 OK: 7 MiB in 18 packages 14:41:59 Removing intermediate container a07eee822768 14:41:59 ---> 46da9f460e09 14:41:59 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 14:42:00 ---> Running in 9c87f7c35ea7 14:42:01 Removing intermediate container 9c87f7c35ea7 14:42:01 ---> 6d0ed0d9ace9 14:42:01 Step 14/29 : WORKDIR $BASE_DIR 14:42:01 ---> Running in 5791c776fea0 14:42:01 Removing intermediate container 8e773d0ece4a 14:42:01 ---> 5a85453fc62f 14:42:01 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:42:01 ---> Running in b3a67ef7c7aa 14:42:01 Removing intermediate container 5791c776fea0 14:42:01 ---> 5d4d3c5246b0 14:42:01 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 14:42:02 ---> Running in 362fa316d381 14:42:02 Removing intermediate container b3a67ef7c7aa 14:42:02 ---> da11ea69e99b 14:42:02 Step 13/20 : WORKDIR /edgex 14:42:03 ---> Running in d8a5cdb4ab4a 14:42:05 Removing intermediate container 5ad2a7264736 14:42:05 ---> e905d1180941 14:42:05 14:42:05 Step 10/22 : FROM scratch 14:42:05 ---> 14:42:05 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:42:05 Removing intermediate container d8a5cdb4ab4a 14:42:05 ---> 3ef18a3d41be 14:42:05 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:42:06 ---> Running in f213cdc63670 14:42:08 ---> 0c303beb7842 14:42:08 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:42:08 Removing intermediate container 47ae4538c583 14:42:08 ---> ca5ef27276e0 14:42:08 14:42:08 Step 10/22 : FROM scratch 14:42:08 ---> 14:42:08 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 14:42:08 Removing intermediate container f213cdc63670 14:42:08 ---> 3fbe919772ac 14:42:08 Step 12/22 : ENV APP_PORT=48082 14:42:08 ---> Running in 3308fa9d397c 14:42:08 Removing intermediate container 362fa316d381 14:42:08 ---> daf6bd2b0328 14:42:08 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 14:42:08 ---> Running in f87cb6be1ab3 14:42:08 Removing intermediate container a7693415f5ad 14:42:08 ---> 3a659f259a9e 14:42:08 14:42:08 Step 10/24 : FROM scratch 14:42:08 ---> 14:42:08 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 14:42:08 ---> 659f27659c9b 14:42:08 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 14:42:09 ---> Running in 41e5af138559 14:42:09 ---> Running in fc41018766f7 14:42:09 Removing intermediate container 3308fa9d397c 14:42:09 ---> 7879beec46fc 14:42:09 Step 13/22 : EXPOSE $APP_PORT 14:42:09 Removing intermediate container f87cb6be1ab3 14:42:09 ---> 6c37438a73fa 14:42:09 Step 12/22 : ENV APP_PORT=48061 14:42:09 ---> 20aab0b3f355 14:42:09 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 14:42:09 Removing intermediate container 41e5af138559 14:42:09 ---> e39f720c994a 14:42:09 Step 12/24 : ENV APP_PORT=48060 14:42:09 ---> Running in aef8e7c6baa2 14:42:09 ---> Running in e54eadba5167 14:42:09 ---> Running in 5cf402457833 14:42:09 Removing intermediate container fc41018766f7 14:42:09 ---> ca7010b8d0be 14:42:09 Step 17/20 : CMD ["--init=true"] 14:42:10 ---> cc9fe52b1d33 14:42:10 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 14:42:10 ---> Running in 6ab737906f0b 14:42:10 Removing intermediate container aef8e7c6baa2 14:42:10 ---> 7be2f6da2d55 14:42:10 Step 13/22 : EXPOSE $APP_PORT 14:42:10 Removing intermediate container e54eadba5167 14:42:10 ---> 72f3e2bed08b 14:42:10 Step 14/22 : WORKDIR / 14:42:10 Removing intermediate container 5cf402457833 14:42:10 ---> 628b1f5ba7b5 14:42:10 Step 13/24 : EXPOSE $APP_PORT 14:42:10 ---> Running in b99c502059bb 14:42:10 ---> Running in 8ac8a1bce0a1 14:42:10 ---> Running in 454de299094e 14:42:10 Removing intermediate container 6ab737906f0b 14:42:10 ---> e99ca274437d 14:42:10 Step 18/20 : LABEL arch=x86_64 14:42:10 ---> 17b8e428a081 14:42:10 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 14:42:10 Removing intermediate container b99c502059bb 14:42:10 ---> dd4f977f8149 14:42:10 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 14:42:10 Removing intermediate container 8ac8a1bce0a1 14:42:10 ---> dee3b5643dc0 14:42:10 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 14:42:10 ---> Running in fa19e8108944 14:42:11 Removing intermediate container 454de299094e 14:42:11 ---> 21bc4845e1b0 14:42:11 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 14:42:11 ---> 998254ca6a96 14:42:11 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 14:42:11 ---> 417d3921b62c 14:42:11 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 14:42:11 ---> d651ece6b6b9 14:42:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:42:11 Removing intermediate container fa19e8108944 14:42:11 ---> 4009fce80e7a 14:42:11 Step 19/20 : LABEL git_sha=26a5f0419f264b917cfd4622c8a60d14d246b320 14:42:11 ---> Running in 9cd92a178054 14:42:11 ---> 46397370c282 14:42:11 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 14:42:12 ---> 03c2ab2aac7b 14:42:12 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 14:42:12 ---> 7b01d8d97e5e 14:42:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 14:42:12 Removing intermediate container 9cd92a178054 14:42:12 ---> 47bb0388bd6a 14:42:12 Step 20/20 : LABEL version=0.0.0 14:42:12 ---> Running in e3155ba1f60f 14:42:13 ---> 29ad05953265 14:42:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:42:13 ---> Running in 2c41876193f4 14:42:13 ---> eb22768fe16c 14:42:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 14:42:13 ---> ae243facd9ab 14:42:13 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 14:42:13 Removing intermediate container 2c41876193f4 14:42:13 ---> 0ef58fc368f4 14:42:13 ---> 494e0a023748 14:42:13 Step 18/22 : ENTRYPOINT ["/core-command"] 14:42:13 14:42:14 Successfully built 0ef58fc368f4 14:42:14 Successfully tagged docker-security-proxy-setup-go:latest 14:42:14 ---> Running in e9b9464c10d9 14:42:14  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 14:42:14 ---> ca1fc9b5d31d 14:42:14 Step 18/22 : ENTRYPOINT ["/support-logging"] 14:42:14 ---> 5c99a60726cf 14:42:14 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 14:42:14 ---> Running in 40987b85c331 14:42:14 Removing intermediate container e9b9464c10d9 14:42:14 ---> 5d06d023d740 14:42:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:42:14 ---> Running in c98be3b54d49 14:42:15 ---> 237045194a5d 14:42:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:42:15 Removing intermediate container 40987b85c331 14:42:15 ---> 63f4cfe89046 14:42:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:42:15 Removing intermediate container e3155ba1f60f 14:42:15 ---> a3f25baf75ea 14:42:15 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 14:42:15 ---> Running in 75e2b6647b29 14:42:16 Removing intermediate container c98be3b54d49 14:42:16 ---> 61b2719aef64 14:42:16 Step 20/22 : LABEL arch=x86_64 14:42:18 ---> Running in b2fcd238e726 14:42:18 ---> 66f628560b7b 14:42:18 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:42:18 Removing intermediate container 75e2b6647b29 14:42:18 ---> 81325c68c0a3 14:42:18 Step 20/22 : LABEL arch=x86_64 14:42:18 ---> 8ab7776a3404 14:42:18 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:42:18 ---> Running in 9d0400ccf86a 14:42:18 ---> Running in d2168106ac73 14:42:19 Removing intermediate container b2fcd238e726 14:42:19 ---> 33ba5a40b9d2 14:42:19 Step 21/22 : LABEL git_sha=26a5f0419f264b917cfd4622c8a60d14d246b320 14:42:20 Removing intermediate container d2168106ac73 14:42:20 ---> 2dafbbccd464 14:42:20 Step 21/22 : LABEL git_sha=26a5f0419f264b917cfd4622c8a60d14d246b320 14:42:21 ---> e84845f6a4c7 14:42:21 Step 20/24 : ENTRYPOINT ["/support-notifications"] 14:42:22 ---> Running in 7823a06f6de1 14:42:22 ---> Running in 67908de76b7a 14:42:23 ---> Running in c7d3c3cd0c54 14:42:25 Removing intermediate container 67908de76b7a 14:42:25 ---> b30cbbf687d0 14:42:25 Step 22/22 : LABEL version=0.0.0 14:42:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 14:42:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:42:25 ---> 7be0019cc02f 14:42:25 Step 3/23 : WORKDIR /edgex-go 14:42:25 ---> Using cache 14:42:25 ---> 1e35bc124413 14:42:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:42:26 Removing intermediate container 7823a06f6de1 14:42:26 ---> be3516cac01e 14:42:26 Step 22/22 : LABEL version=0.0.0 14:42:26 Removing intermediate container c7d3c3cd0c54 14:42:26 ---> 1b7b0ba40b23 14:42:26 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:42:26 ---> Running in 4a545d0d3668 14:42:26 ---> Running in 14136882df95 14:42:26 ---> Running in 0fd1c1287208 14:42:26 ---> Running in 625b2839304e 14:42:26 Removing intermediate container 9d0400ccf86a 14:42:26 ---> 8385bd00fc33 14:42:26 Step 24/29 : RUN chmod 755 security-secrets-setup 14:42:27 ---> Running in 180fe1420236 14:42:27 Removing intermediate container 4a545d0d3668 14:42:27 ---> e434d078a307 14:42:27 14:42:27 Successfully built e434d078a307 14:42:27 Removing intermediate container 625b2839304e 14:42:27 ---> 76b293abd220 14:42:27 14:42:27 Removing intermediate container 0fd1c1287208 14:42:27 ---> 6f7888a344e4 14:42:27 Step 22/24 : LABEL arch=x86_64 14:42:27 Successfully tagged docker-support-logging-go:latest 14:42:27 Building docker-sys-mgmt-agent-go 14:42:27  Building docker-support-logging-go ... done Successfully built 76b293abd220 14:42:27 Successfully tagged docker-core-command-go:latest 14:42:27  Building docker-core-command-go ... done Building docker-support-scheduler-go 14:42:27 ---> Running in 36689a65d2f6 14:42:27 Removing intermediate container 36689a65d2f6 14:42:27 ---> f7a707a750a0 14:42:27 Step 23/24 : LABEL git_sha=26a5f0419f264b917cfd4622c8a60d14d246b320 14:42:28 ---> Running in dd30296a4377 14:42:28 Removing intermediate container dd30296a4377 14:42:28 ---> d0f4a6d096c7 14:42:28 Step 24/24 : LABEL version=0.0.0 14:42:33 ---> Running in 2fc8d0a62a92 14:42:33 Removing intermediate container 14136882df95 14:42:33 ---> 25edfae94693 14:42:33 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 14:42:34 ---> Running in 62184632c77a 14:42:34 Removing intermediate container 180fe1420236 14:42:34 ---> ba1d6713fa5b 14:42:34 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 14:42:34 Removing intermediate container 2fc8d0a62a92 14:42:34 ---> 038f6240ca63 14:42:34 14:42:34 Successfully built 038f6240ca63 14:42:34 Successfully tagged docker-support-notifications-go:latest 14:42:34  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 14:42:34 ---> Running in f51563cef1f7 14:42:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:42:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:42:39 v3.12.0-313-g23f4082141 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:42:39 v3.12.0-310-gfeadd8fa34 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:42:39 OK: 12746 distinct packages available 14:42:39 OK: 233 MiB in 51 packages 14:42:41 Removing intermediate container f51563cef1f7 14:42:41 ---> ab5c1bac0027 14:42:41 Step 26/29 : CMD [ "generate" ] 14:42:43 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 14:42:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:42:43 ---> 7be0019cc02f 14:42:43 Step 3/21 : WORKDIR /edgex-go 14:42:43 ---> Using cache 14:42:43 ---> 1e35bc124413 14:42:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:42:43 ---> Using cache 14:42:43 ---> 25edfae94693 14:42:43 Step 5/21 : RUN apk update && apk add make git 14:42:43 ---> Running in 84d815db2864 14:42:44 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 14:42:44 Step 2/27 : FROM ${BUILDER_BASE} AS builder 14:42:44 ---> 7be0019cc02f 14:42:44 Step 3/27 : WORKDIR /edgex-go 14:42:44 ---> Using cache 14:42:44 ---> 1e35bc124413 14:42:44 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:42:44 ---> Using cache 14:42:44 ---> 25edfae94693 14:42:44 Step 5/27 : RUN apk update && apk add make bash git 14:42:46 ---> Running in 8d9200e9384c 14:42:46 Removing intermediate container 62184632c77a 14:42:46 ---> e599ed6dba0c 14:42:46 Step 6/23 : COPY go.mod . 14:42:46 ---> Running in 4746ff4ad881 14:42:46 Removing intermediate container 84d815db2864 14:42:46 ---> caf56cb5a795 14:42:46 Step 27/29 : LABEL arch=x86_64 14:42:48 ---> Running in f727c24cea2e 14:42:48 ---> 16622974089c 14:42:48 Step 7/23 : RUN go mod download 14:42:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:42:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:42:49 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 14:42:49 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:42:49 ---> 7be0019cc02f 14:42:49 Step 3/26 : WORKDIR /edgex-go 14:42:49 ---> Using cache 14:42:49 ---> 1e35bc124413 14:42:49 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:42:49 ---> Using cache 14:42:49 ---> 25edfae94693 14:42:49 Step 5/26 : RUN apk update && apk add make git 14:42:49 ---> Running in 5ba4416bbda8 14:42:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:42:50 Removing intermediate container f727c24cea2e 14:42:50 ---> 157b70c3db61 14:42:50 Step 28/29 : LABEL git_sha=26a5f0419f264b917cfd4622c8a60d14d246b320 14:42:50 ---> Running in 149a250d9208 14:42:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:42:50 ---> Running in 3f1c44636533 14:42:50 Removing intermediate container 3f1c44636533 14:42:50 ---> 95eaea68e8f6 14:42:50 Step 29/29 : LABEL version=0.0.0 14:42:50 ---> Running in 01a6c8465358 14:42:50 v3.12.0-313-g23f4082141 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:42:50 v3.12.0-310-gfeadd8fa34 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:42:50 OK: 12746 distinct packages available 14:42:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:42:50 Removing intermediate container 01a6c8465358 14:42:50 ---> 6391f114b49e 14:42:50 14:42:50 OK: 233 MiB in 51 packages 14:42:50 Successfully built 6391f114b49e 14:42:50 Successfully tagged docker-security-secrets-setup-go:latest 14:42:50  Building docker-security-secrets-setup-go ... done Building docker-core-metadata-go 14:42:51 v3.12.0-313-g23f4082141 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:42:51 v3.12.0-310-gfeadd8fa34 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:42:51 OK: 12746 distinct packages available 14:42:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:42:51 OK: 233 MiB in 51 packages 14:42:51 Removing intermediate container 4746ff4ad881 14:42:51 ---> ebda809c6947 14:42:51 Step 6/27 : COPY go.mod . 14:42:52 v3.12.0-313-g23f4082141 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:42:52 v3.12.0-310-gfeadd8fa34 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:42:52 OK: 12746 distinct packages available 14:42:52 OK: 233 MiB in 51 packages 14:42:55 Removing intermediate container 5ba4416bbda8 14:42:55 ---> bdfa06a9b594 14:42:55 Step 8/23 : COPY . . 14:42:55 ---> 2a77b7760d58 14:42:55 Step 7/27 : RUN go mod download 14:42:55 ---> Running in fc8e5eaf1e4b 14:42:58 Removing intermediate container 8d9200e9384c 14:42:58 ---> 595f0893bb42 14:42:58 Step 6/21 : COPY go.mod . 14:42:59 Removing intermediate container 149a250d9208 14:42:59 ---> eff009ad52a3 14:42:59 Step 6/26 : COPY go.mod . 14:43:00 ---> c1fada0251ef 14:43:00 Step 7/21 : RUN go mod download 14:43:00 ---> b90694a88c63 14:43:00 Step 7/26 : RUN go mod download 14:43:02 ---> Running in 57e9c9dbcf63 14:43:02 ---> Running in 2484abd4eb31 14:43:03 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 14:43:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:43:03 ---> 7be0019cc02f 14:43:03 Step 3/22 : WORKDIR /edgex-go 14:43:03 ---> Using cache 14:43:03 ---> 1e35bc124413 14:43:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:43:03 ---> Using cache 14:43:03 ---> 25edfae94693 14:43:03 Step 5/22 : RUN apk update && apk add make git 14:43:03 ---> Using cache 14:43:04 ---> eff009ad52a3 14:43:04 Step 6/22 : COPY go.mod . 14:43:04 ---> Using cache 14:43:04 ---> b90694a88c63 14:43:04 Step 7/22 : RUN go mod download 14:43:05 ---> Running in 6ed4477222b9 14:43:05 Removing intermediate container fc8e5eaf1e4b 14:43:05 ---> 065f7b84c9e7 14:43:05 Step 8/27 : COPY . . 14:43:13 Removing intermediate container 57e9c9dbcf63 14:43:13 ---> d458ccd59235 14:43:13 Step 8/21 : COPY . . 14:43:16 Removing intermediate container 2484abd4eb31 14:43:16 ---> 3daeeff1b3c1 14:43:16 Step 8/26 : COPY . . 14:43:18 Removing intermediate container 6ed4477222b9 14:43:18 ---> fcf24b708284 14:43:18 Step 8/22 : COPY . . 14:43:30 ---> 6afcefd8dccf 14:43:30 Step 9/23 : RUN make cmd/core-data/core-data 14:43:36 ---> Running in e1572a1c1150 14:43:38 ---> 02eb95f03f8a 14:43:38 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 14:43:40 ---> Running in 0392be41ed91 14:43:41 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 14:43:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:43:50 ---> 7663d2bd376e 14:43:50 Step 9/22 : RUN make cmd/core-metadata/core-metadata 14:43:50 ---> Running in 9ddf811a28ee 14:43:50 ---> 19c412d42aa1 14:43:50 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 14:43:50 ---> 931c89374fd2 14:43:50 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 14:43:50 ---> Running in fb13edbe5ae4 14:43:50 ---> Running in e22a41f4d8e0 14:43:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:43:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:43:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:44:07 Removing intermediate container 0392be41ed91 14:44:07 ---> 60c52cc14708 14:44:07 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 14:44:07 ---> Running in d09d0ddadd2b 14:44:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 14:44:11 Removing intermediate container d09d0ddadd2b 14:44:11 ---> ad1007e59fec 14:44:11 14:44:11 Step 11/27 : FROM docker:latest 14:44:11 ---> 81f5749c9058 14:44:11 Step 12/27 : RUN apk add --no-cache bash 14:44:11 ---> Running in 024ee5e054ca 14:44:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:44:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:44:13 (1/2) Installing readline (8.0.4-r0) 14:44:13 (2/2) Installing bash (5.0.17-r0) 14:44:13 Executing bash-5.0.17-r0.post-install 14:44:13 Executing busybox-1.31.1-r16.trigger 14:44:13 OK: 12 MiB in 22 packages 14:44:15 Removing intermediate container 024ee5e054ca 14:44:15 ---> d435d0795451 14:44:15 Step 13/27 : RUN rm -rf /var/cache/apk/* 14:44:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 14:44:17 ---> Running in 1f0fbea50660 14:44:20 Removing intermediate container e1572a1c1150 14:44:20 ---> 71396bf227d2 14:44:20 14:44:20 Step 10/23 : FROM alpine 14:44:20 ---> a24bb4013296 14:44:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:44:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 14:44:21 Removing intermediate container 1f0fbea50660 14:44:21 ---> 41f9bc944ff0 14:44:21 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 14:44:21 ---> Running in 94be7c296d67 14:44:21 ---> Running in e5b3895a6a0a 14:44:21 Removing intermediate container 94be7c296d67 14:44:21 ---> 0c2948998bdd 14:44:21 Step 12/23 : ENV APP_PORT=48080 14:44:21 Removing intermediate container e5b3895a6a0a 14:44:21 ---> f4f93f5825a3 14:44:21 Step 15/27 : ENV APP_PORT=48090 14:44:21 ---> Running in ff45b9a92c68 14:44:21 ---> Running in c03a927e051b 14:44:22 Removing intermediate container ff45b9a92c68 14:44:22 ---> ea095e6c9d03 14:44:22 Step 13/23 : EXPOSE $APP_PORT 14:44:25 ---> Running in ff8530186dae 14:44:25 Removing intermediate container c03a927e051b 14:44:25 ---> 4bcc239697ef 14:44:25 Step 16/27 : EXPOSE $APP_PORT 14:44:25 Removing intermediate container fb13edbe5ae4 14:44:25 ---> 5ea5f6253109 14:44:25 14:44:25 Step 10/21 : FROM scratch 14:44:25 ---> 14:44:25 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:44:25 ---> Running in fabbcc72f4cc 14:44:26 ---> Using cache 14:44:26 ---> 3fbe919772ac 14:44:26 Step 12/21 : ENV APP_PORT=48085 14:44:28 Removing intermediate container ff8530186dae 14:44:28 ---> b0a061979037 14:44:28 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:44:28 Removing intermediate container fabbcc72f4cc 14:44:28 ---> 4a03f904c8ba 14:44:28 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 14:44:28 ---> Running in 376ceb30d05d 14:44:28 Removing intermediate container e22a41f4d8e0 14:44:28 ---> 7334fd90e201 14:44:28 14:44:28 Step 10/26 : FROM alpine:3.10 14:44:28 Removing intermediate container 9ddf811a28ee 14:44:28 ---> f7e5b77f9589 14:44:28 14:44:28 Step 10/22 : FROM scratch 14:44:28 ---> 14:44:28 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:44:28 ---> Running in 69c687c6f1db 14:44:28 ---> Using cache 14:44:28 ---> 3fbe919772ac 14:44:28 Step 12/22 : ENV APP_PORT=48081 14:44:28 3.10: Pulling from library/alpine 14:44:28 Removing intermediate container 376ceb30d05d 14:44:28 ---> 806d2d3369ef 14:44:28 Step 13/21 : EXPOSE $APP_PORT 14:44:28 ---> Running in 4cc629a664bd 14:44:29 ---> 83f4baf24619 14:44:29 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 14:44:29 ---> Running in bfd959d4a278 14:44:29 Removing intermediate container 4cc629a664bd 14:44:29 ---> 9a7d98b0a39b 14:44:29 Step 13/22 : EXPOSE $APP_PORT 14:44:29 ---> Running in 7c31b3868b05 14:44:29 Removing intermediate container bfd959d4a278 14:44:29 ---> a99338ecf399 14:44:29 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 14:44:29 ---> 6b9c944c254e 14:44:29 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 14:44:29 Removing intermediate container 7c31b3868b05 14:44:29 ---> 24ea92e3a02c 14:44:29 Step 14/22 : WORKDIR / 14:44:29 ---> c88d80c186e1 14:44:29 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:44:29 ---> Running in f81ec92293d1 14:44:30 ---> 23b43b2cf945 14:44:30 Step 20/27 : RUN apk --no-cache add py-pip 14:44:30 ---> Running in bb8b11cdd91f 14:44:30 Removing intermediate container 69c687c6f1db 14:44:30 ---> f035b6326710 14:44:30 Step 15/23 : RUN apk --no-cache add zeromq 14:44:30 Removing intermediate container f81ec92293d1 14:44:30 ---> a003fa5796f2 14:44:30 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 14:44:30 ---> Running in 93259c59abc8 14:44:30 ---> fe72e0142850 14:44:30 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:44:30 ---> 125740479325 14:44:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:44:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:44:30 ---> 968e13c85e96 14:44:30 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 14:44:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:44:31 ---> Running in cffd2a330477 14:44:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:44:31 Removing intermediate container cffd2a330477 14:44:31 ---> 819c1afef58a 14:44:31 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:44:31 (1/33) Installing libbz2 (1.0.8-r1) 14:44:31 (2/33) Installing expat (2.2.9-r1) 14:44:31 (3/33) Installing libffi (3.3-r2) 14:44:31 (4/33) Installing gdbm (1.13-r1) 14:44:31 (5/33) Installing xz-libs (5.2.5-r0) 14:44:31 (6/33) Installing sqlite-libs (3.32.1-r0) 14:44:31 (7/33) Installing python3 (3.8.5-r0) 14:44:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:44:32 (1/5) Installing libgcc (9.3.0-r2) 14:44:32 (2/5) Installing libsodium (1.0.18-r0) 14:44:33 (3/5) Installing libstdc++ (9.3.0-r2) 14:44:33 (4/5) Installing libzmq (4.3.3-r0) 14:44:34 (5/5) Installing zeromq (4.3.3-r0) 14:44:34 ---> c322335b1153 14:44:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:44:34 ---> Running in d33d31368ae0 14:44:34 Executing busybox-1.31.1-r16.trigger 14:44:34 OK: 8 MiB in 19 packages 14:44:34 (8/33) Installing py3-appdirs (1.4.4-r1) 14:44:34 (9/33) Installing py3-ordered-set (4.0.1-r0) 14:44:34 (10/33) Installing py3-parsing (2.4.7-r0) 14:44:34 (11/33) Installing py3-six (1.15.0-r0) 14:44:34 (12/33) Installing py3-packaging (20.4-r0) 14:44:34 (13/33) Installing py3-setuptools (47.0.0-r0) 14:44:34 (14/33) Installing py3-chardet (3.0.4-r4) 14:44:35 (15/33) Installing py3-idna (2.9-r0) 14:44:35 (16/33) Installing py3-certifi (2020.4.5.1-r0) 14:44:35 (17/33) Installing py3-urllib3 (1.25.9-r0) 14:44:35 Removing intermediate container d33d31368ae0 14:44:35 ---> 4b38c53a1ef0 14:44:35 Step 19/21 : LABEL arch=x86_64 14:44:35 (18/33) Installing py3-requests (2.23.0-r0) 14:44:35 (19/33) Installing py3-msgpack (1.0.0-r0) 14:44:35 (20/33) Installing py3-lockfile (0.12.2-r3) 14:44:35 (21/33) Installing py3-cachecontrol (0.12.6-r0) 14:44:36 (22/33) Installing py3-colorama (0.4.3-r0) 14:44:36 (23/33) Installing py3-distlib (0.3.0-r0) 14:44:36 ---> f1b331fb9eed 14:44:36 Step 18/22 : ENTRYPOINT ["/core-metadata"] 14:44:36 (24/33) Installing py3-distro (1.5.0-r1) 14:44:36 (25/33) Installing py3-webencodings (0.5.1-r3) 14:44:36 ---> Running in 93fb07f55b6e 14:44:36 (26/33) Installing py3-html5lib (1.0.1-r4) 14:44:36 (27/33) Installing py3-pytoml (0.1.21-r0) 14:44:36 (28/33) Installing py3-pep517 (0.8.2-r0) 14:44:36 (29/33) Installing py3-progress (1.5-r0) 14:44:36 (30/33) Installing py3-toml (0.10.1-r0) 14:44:37 (31/33) Installing py3-retrying (1.3.3-r0) 14:44:37 (32/33) Installing py3-contextlib2 (0.6.0-r0) 14:44:37 (33/33) Installing py3-pip (20.1.1-r0) 14:44:37 ---> Running in a548ad1d92ea 14:44:37 Executing busybox-1.31.1-r16.trigger 14:44:37 OK: 71 MiB in 55 packages 14:44:38 Removing intermediate container 93fb07f55b6e 14:44:38 ---> 6e325884f595 14:44:38 Step 20/21 : LABEL git_sha=26a5f0419f264b917cfd4622c8a60d14d246b320 14:44:38 Removing intermediate container 93259c59abc8 14:44:38 ---> ad5d13fe842e 14:44:38 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 14:44:38 Removing intermediate container a548ad1d92ea 14:44:38 ---> cef222dd5ab1 14:44:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:44:38 ---> Running in 32fea4f81156 14:44:38 ---> Running in d97173a7493a 14:44:40 Removing intermediate container 32fea4f81156 14:44:40 ---> 5a5d7a88478d 14:44:40 Step 21/21 : LABEL version=0.0.0 14:44:42 ---> 66dd40e44351 14:44:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:44:42 ---> Running in 90b1af5c131c 14:44:42 Removing intermediate container d97173a7493a 14:44:42 ---> e3d5a27a99c7 14:44:42 Step 20/22 : LABEL arch=x86_64 14:44:42 ---> Running in aa8d21a253e6 14:44:42 Removing intermediate container bb8b11cdd91f 14:44:42 ---> daaa72e8a549 14:44:42 Step 21/27 : RUN pip install docker-compose==1.23.2 14:44:42 Removing intermediate container 90b1af5c131c 14:44:42 ---> 443b886299fb 14:44:42 14:44:42 ---> Running in 524df6da299b 14:44:42 Removing intermediate container aa8d21a253e6 14:44:42 ---> a85789ccc1e9 14:44:42 Step 21/22 : LABEL git_sha=26a5f0419f264b917cfd4622c8a60d14d246b320 14:44:42 ---> 6f416b9e4ccb 14:44:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:44:42 Successfully built 443b886299fb 14:44:43 Successfully tagged docker-support-scheduler-go:latest 14:44:43  Building docker-support-scheduler-go ... done  ---> Running in f5494548467d 14:44:43 ---> 5068c443c67b 14:44:43 Step 19/23 : ENTRYPOINT ["/core-data"] 14:44:43 Removing intermediate container f5494548467d 14:44:43 ---> d2cb6aa6e7b9 14:44:43 Step 22/22 : LABEL version=0.0.0 14:44:43 ---> Running in e0bbbf6949e8 14:44:43 ---> Running in 49b6b6d8bc26 14:44:43 Removing intermediate container e0bbbf6949e8 14:44:43 ---> 71e7f1a942c3 14:44:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:44:44 ---> Running in f6f359264e97 14:44:44 Removing intermediate container 49b6b6d8bc26 14:44:44 ---> d8eef1d6d404 14:44:44 14:44:44 Successfully built d8eef1d6d404 14:44:44 Successfully tagged docker-core-metadata-go:latest 14:44:44  Building docker-core-metadata-go ... done Removing intermediate container f6f359264e97 14:44:44 ---> 1b7a01ec238b 14:44:44 Step 21/23 : LABEL arch=x86_64 14:44:44 ---> Running in d1472ecd4afd 14:44:44 Removing intermediate container d1472ecd4afd 14:44:44 ---> cc89c59228af 14:44:44 Step 22/23 : LABEL git_sha=26a5f0419f264b917cfd4622c8a60d14d246b320 14:44:44 ---> Running in 34165080c459 14:44:44 Removing intermediate container 34165080c459 14:44:44 ---> d1935682132b 14:44:44 Step 23/23 : LABEL version=0.0.0 14:44:44 ---> Running in 83e1867b8293 14:44:44 Collecting docker-compose==1.23.2 14:44:45 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 14:44:45 Removing intermediate container 83e1867b8293 14:44:45 ---> d650819c854a 14:44:45 14:44:45 Collecting websocket-client<1.0,>=0.32.0 14:44:45 Successfully built d650819c854a 14:44:45 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 14:44:45 Successfully tagged docker-core-data-go:latest 14:44:45  Building docker-core-data-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 14:44:45 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 14:44:45 Collecting docker<4.0,>=3.6.0 14:44:45 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 14:44:45 Collecting jsonschema<3,>=2.5.1 14:44:45 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 14:44:45 Collecting dockerpty<0.5,>=0.4.1 14:44:45 Downloading dockerpty-0.4.1.tar.gz (13 kB) 14:44:46 Collecting texttable<0.10,>=0.9.0 14:44:46 Downloading texttable-0.9.1.tar.gz (11 kB) 14:44:46 Collecting PyYAML<4,>=3.10 14:44:46 Downloading PyYAML-3.13.tar.gz (270 kB) 14:44:47 Collecting cached-property<2,>=1.2.0 14:44:47 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 14:44:47 Collecting docopt<0.7,>=0.6.1 14:44:47 Downloading docopt-0.6.2.tar.gz (25 kB) 14:44:48 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 14:44:48 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 14:44:48 Collecting urllib3<1.25,>=1.21.1 14:44:48 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 14:44:48 Collecting idna<2.8,>=2.5 14:44:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 14:44:48 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 14:44:48 Collecting docker-pycreds>=0.4.0 14:44:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 14:44:48 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 14:44:48 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 14:44:48 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 14:44:48 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 14:44:48 Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, dockerpty, texttable, PyYAML, cached-property, docopt, docker-compose 14:44:48 Attempting uninstall: urllib3 14:44:48 Found existing installation: urllib3 1.25.9 14:44:48 Uninstalling urllib3-1.25.9: 14:44:49 Successfully uninstalled urllib3-1.25.9 14:44:49 Attempting uninstall: idna 14:44:49 Found existing installation: idna 2.9 14:44:49 Uninstalling idna-2.9: 14:44:49 Successfully uninstalled idna-2.9 14:44:49 Attempting uninstall: requests 14:44:49 Found existing installation: requests 2.23.0 14:44:49 Uninstalling requests-2.23.0: 14:44:49 Successfully uninstalled requests-2.23.0 14:44:50 Running setup.py install for dockerpty: started 14:44:50 Running setup.py install for dockerpty: finished with status 'done' 14:44:50 Running setup.py install for texttable: started 14:44:51 Running setup.py install for texttable: finished with status 'done' 14:44:51 Running setup.py install for PyYAML: started 14:44:51 Running setup.py install for PyYAML: finished with status 'done' 14:44:51 Running setup.py install for docopt: started 14:44:51 Running setup.py install for docopt: finished with status 'done' 14:44:52 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 14:44:56 Removing intermediate container 524df6da299b 14:44:56 ---> 38344ca88333 14:44:56 Step 22/27 : RUN apk --no-cache add curl 14:44:56 ---> Running in 3df4c8d4d248 14:44:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:44:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:44:56 (1/3) Installing nghttp2-libs (1.41.0-r0) 14:44:56 (2/3) Installing libcurl (7.69.1-r0) 14:44:56 (3/3) Installing curl (7.69.1-r0) 14:44:56 Executing busybox-1.31.1-r16.trigger 14:44:56 OK: 72 MiB in 58 packages 14:44:57 Removing intermediate container 3df4c8d4d248 14:44:57 ---> bb4ad02d48c3 14:44:57 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 14:44:57 ---> Running in f8dc317d4c30 14:44:57 Removing intermediate container f8dc317d4c30 14:44:57 ---> be65114e2859 14:44:57 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:44:57 ---> Running in 12f8ad29625e 14:44:57 Removing intermediate container 12f8ad29625e 14:44:57 ---> 6872eb3321b7 14:44:57 Step 25/27 : LABEL arch=x86_64 14:44:57 ---> Running in 8832f3a4e9fa 14:44:57 Removing intermediate container 8832f3a4e9fa 14:44:57 ---> 443bf4b4223b 14:44:57 Step 26/27 : LABEL git_sha=26a5f0419f264b917cfd4622c8a60d14d246b320 14:44:57 ---> Running in e94532628fdd 14:44:57 Removing intermediate container e94532628fdd 14:44:57 ---> 40271bef6a2f 14:44:57 Step 27/27 : LABEL version=0.0.0 14:44:58 ---> Running in 64b5a5ad539c 14:44:58 Removing intermediate container 64b5a5ad539c 14:44:58 ---> 294a0d6acc31 14:44:58 14:44:58 Successfully built 294a0d6acc31 14:44:58 Successfully tagged docker-sys-mgmt-agent-go:latest 14:44:58  Building docker-sys-mgmt-agent-go ... done  14:44:58 ERROR: for docker-security-secretstore-setup-go (, 'error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/be/be4e4bea2c2e15b403bb321562e78ea84b501fb41497472e91ecb41504e8a27c/data?verify=1599924868-4K2igmO%2FvBggqabwjFkaSmEZSe8%3D: dial tcp: lookup production.cloudflare.docker.com on 10.30.120.3:53: server misbehaving') 14:44:58 Service 'docker-security-secretstore-setup-go' failed to build: error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/be/be4e4bea2c2e15b403bb321562e78ea84b501fb41497472e91ecb41504e8a27c/data?verify=1599924868-4K2igmO%2FvBggqabwjFkaSmEZSe8%3D: dial tcp: lookup production.cloudflare.docker.com on 10.30.120.3:53: server misbehaving [Pipeline] } 14:44:58 $ docker stop --time=1 9c987c43555d4520fec28b2e33caa3e19b9c4baee971288ae02422c68dc3e592 14:45:00 $ docker rm -f 9c987c43555d4520fec28b2e33caa3e19b9c4baee971288ae02422c68dc3e592 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [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] } 14:45:01 Failed in branch amd64 [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 14:45:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:45:04 ---> package-listing.sh 14:45:04 ++ facter osfamily 14:45:04 ++ tr '[:upper:]' '[:lower:]' 14:45:04 + OS_FAMILY=redhat 14:45:04 + workspace=/w/workspace/edgex-go/6 14:45:04 + START_PACKAGES=/tmp/packages_start.txt 14:45:04 + END_PACKAGES=/tmp/packages_end.txt 14:45:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:45:04 + PACKAGES=/tmp/packages_start.txt 14:45:04 + '[' /w/workspace/edgex-go/6 ']' 14:45:04 + PACKAGES=/tmp/packages_end.txt 14:45:04 + case "${OS_FAMILY}" in 14:45:04 + rpm -qa 14:45:04 + sort 14:45:08 + '[' -f /tmp/packages_start.txt ']' 14:45:08 + '[' -f /tmp/packages_end.txt ']' 14:45:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:45:08 + '[' /w/workspace/edgex-go/6 ']' 14:45:08 + mkdir -p /w/workspace/edgex-go/6/archives/ 14:45:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] isUnix [Pipeline] sh 14:45:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:45:09 14:45:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:45:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:45:10 alpine: Pulling from edgex-lftools-log-publisher 14:45:10 df20fa9351a1: Already exists 14:45:10 36b3adc4ff6f: Pulling fs layer 14:45:10 8ad3a11d3b57: Pulling fs layer 14:45:10 46f8f816bc3b: Pulling fs layer 14:45:10 0dadc02b9964: Pulling fs layer 14:45:10 ce6a7cf60c04: Pulling fs layer 14:45:10 7a184a31f384: Pulling fs layer 14:45:10 0879bd2ef858: Pulling fs layer 14:45:10 0dadc02b9964: Waiting 14:45:10 ce6a7cf60c04: Waiting 14:45:10 7a184a31f384: Waiting 14:45:10 0879bd2ef858: Waiting 14:45:10 46f8f816bc3b: Verifying Checksum 14:45:10 46f8f816bc3b: Download complete 14:45:10 36b3adc4ff6f: Verifying Checksum 14:45:10 36b3adc4ff6f: Download complete 14:45:10 ce6a7cf60c04: Verifying Checksum 14:45:10 ce6a7cf60c04: Download complete 14:45:10 7a184a31f384: Verifying Checksum 14:45:10 7a184a31f384: Download complete 14:45:10 0dadc02b9964: Verifying Checksum 14:45:10 0dadc02b9964: Download complete 14:45:10 8ad3a11d3b57: Verifying Checksum 14:45:10 8ad3a11d3b57: Download complete 14:45:10 36b3adc4ff6f: Pull complete 14:45:10 0879bd2ef858: Verifying Checksum 14:45:10 0879bd2ef858: Download complete 14:45:11 8ad3a11d3b57: Pull complete 14:45:11 46f8f816bc3b: Pull complete 14:45:11 0dadc02b9964: Pull complete 14:45:12 ce6a7cf60c04: Pull complete 14:45:12 7a184a31f384: Pull complete 14:45:16 0879bd2ef858: Pull complete 14:45:16 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 14:45:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:45:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:45:16 prd-centos7-docker-4c-2g-2430 does not seem to be running inside a container 14:45:16 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 14:45:23 $ docker top 25442de2acbceec8a411dd048c18b9c0b60b28407ee9355b8cc0da29f6189b2f -eo pid,comm [Pipeline] { [Pipeline] sh 14:45:24 + mkdir -p /var/log/sa [Pipeline] sh 14:45:25 + ls /var/log/sa-host 14:45:25 + sadf -c /var/log/sa-host/sa05 14:45:25 file_magic: OK 14:45:25 HZ: Using current value: 100 14:45:25 file_header: OK 14:45:25 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 14:45:25 Statistics: 14:45:25 Hnuu...uuuununununu...Hnuu...uuuununununu... 14:45:25 File successfully converted to sysstat format version 12.2.1 14:45:25 + sadf -c /var/log/sa-host/sa12 14:45:25 file_magic: OK 14:45:25 HZ: Using current value: 100 14:45:25 file_header: OK 14:45:25 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 14:45:25 Statistics: 14:45:25 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 14:45:25 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:45:25 provisioning config files... 14:45:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config4557885643746924550tmp [Pipeline] { [Pipeline] echo 14:45:25 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:45:25 ---> create-netrc.sh [Pipeline] echo 14:45:25 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:45:25 ---> logs-deploy.sh 14:45:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2681/6 14:45:25 INFO: archiving workspace using pattern(s): 14:45:27 Archives upload complete. 14:45:27 INFO: archiving logs to Nexus 14:45:28 ---> uname -a: 14:45:28 Linux 25442de2acbc 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 14:45:28 14:45:28 14:45:28 ---> lscpu: 14:45:28 Architecture: x86_64 14:45:28 CPU op-mode(s): 32-bit, 64-bit 14:45:28 Byte Order: Little Endian 14:45:28 Address sizes: 40 bits physical, 48 bits virtual 14:45:28 CPU(s): 4 14:45:28 On-line CPU(s) list: 0-3 14:45:28 Thread(s) per core: 1 14:45:28 Core(s) per socket: 1 14:45:28 Socket(s): 4 14:45:28 NUMA node(s): 1 14:45:28 Vendor ID: GenuineIntel 14:45:28 CPU family: 6 14:45:28 Model: 44 14:45:28 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 14:45:28 Stepping: 1 14:45:28 CPU MHz: 2933.438 14:45:28 BogoMIPS: 5866.87 14:45:28 Virtualization: VT-x 14:45:28 Hypervisor vendor: KVM 14:45:28 Virtualization type: full 14:45:28 L1d cache: 128 KiB 14:45:28 L1i cache: 128 KiB 14:45:28 L2 cache: 16 MiB 14:45:28 L3 cache: 64 MiB 14:45:28 NUMA node0 CPU(s): 0-3 14:45:28 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 14:45:28 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 14:45:28 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 14:45:28 Vulnerability Meltdown: Mitigation; PTI 14:45:28 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:45:28 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 14:45:28 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 14:45:28 Vulnerability Tsx async abort: Not affected 14:45:28 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 14:45:28 14:45:28 14:45:28 ---> nproc: 14:45:28 4 14:45:28 14:45:28 14:45:28 ---> df -h: 14:45:28 Filesystem Size Used Available Use% Mounted on 14:45:28 overlay 50.0G 13.1G 36.9G 26% / 14:45:28 tmpfs 64.0M 0 64.0M 0% /dev 14:45:28 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 14:45:28 shm 64.0M 0 64.0M 0% /dev/shm 14:45:28 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf 14:45:28 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname 14:45:28 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts 14:45:28 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host 14:45:28 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/6 14:45:28 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/6@tmp 14:45:28 14:45:28 14:45:28 ---> free -m: 14:45:28 total used free shared buff/cache available 14:45:28 Mem: 1837 617 119 0 1100 1134 14:45:28 Swap: 1023 86 937 14:45:28 14:45:28 14:45:28 ---> ip addr: 14:45:28 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 14:45:28 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:45:28 inet 127.0.0.1/8 scope host lo 14:45:28 valid_lft forever preferred_lft forever 14:45:28 112: eth0@if113: mtu 1458 qdisc noqueue state UP 14:45:28 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 14:45:28 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 14:45:28 valid_lft forever preferred_lft forever 14:45:28 14:45:28 14:45:28 ---> sar -b -r -n DEV: 14:45:28 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/12/20 _x86_64_ (4 CPU) 14:45:28 14:45:28 14:35:52 LINUX RESTART (4 CPU) 14:45:28 14:45:28 14:37:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 14:45:28 14:38:01 180.63 80.55 100.08 0.00 5462.74 46210.40 0.00 14:45:28 14:39:01 341.35 152.01 189.34 0.00 7246.16 34517.33 0.00 14:45:28 14:40:02 143.00 69.61 73.39 0.00 3178.70 15849.11 0.00 14:45:28 14:41:02 1671.29 1337.41 333.88 0.00 142735.85 203988.21 0.00 14:45:28 14:42:02 1609.35 1314.61 294.74 0.00 102400.13 118568.24 0.00 14:45:28 14:43:01 1765.25 1379.70 385.56 0.00 143064.37 174058.92 0.00 14:45:28 14:44:02 2209.72 1893.43 316.29 0.00 136736.84 145483.16 0.00 14:45:28 14:45:01 294.60 51.54 243.06 0.00 7733.38 32325.00 0.00 14:45:28 Average: 1028.10 786.13 241.97 0.00 68692.25 96550.66 0.00 14:45:28 14:45:28 14:37:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:45:28 14:38:01 63952 0 687460 36.54 2212 1127932 1489912 50.85 617660 998060 12 14:45:28 14:39:01 296800 0 737408 39.19 1368 845980 1726856 58.93 663952 682888 13272 14:45:28 14:40:02 83392 0 730592 38.83 1240 1066332 1513224 51.64 699664 850580 30524 14:45:28 14:41:02 62648 0 707508 37.60 0 1111400 1915644 65.38 792796 856160 35856 14:45:28 14:42:02 310796 0 771908 41.02 0 798852 2034368 69.43 658124 697384 2612 14:45:28 14:43:01 72688 0 645052 34.28 0 1163816 1730796 59.07 650240 986992 10104 14:45:28 14:44:02 231164 0 991652 52.70 0 658740 3779076 128.97 818344 613508 54620 14:45:28 14:45:01 362508 0 552592 29.37 0 966456 1188776 40.57 535032 774324 16 14:45:28 Average: 185494 0 728022 38.69 602 967438 1922332 65.61 679476 807487 18377 14:45:28 14:45:28 14:37:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:45:28 14:38:01 eth0 2014.08 1706.57 6031.39 2855.68 0.00 0.00 0.00 0.00 14:45:28 14:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:45:28 14:38:01 docker0 898.59 820.89 71.00 3019.28 0.00 0.00 0.00 0.00 14:45:28 14:39:01 vethbe8143f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 14:45:28 14:39:01 eth0 315.70 238.91 1581.17 60.93 0.00 0.00 0.00 0.00 14:45:28 14:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:45:28 14:39:01 docker0 73.46 93.25 5.99 480.45 0.00 0.00 0.00 0.00 14:45:28 14:40:02 eth0 215.76 170.93 1697.57 74.75 0.00 0.00 0.00 0.00 14:45:28 14:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:45:28 14:40:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:45:28 14:41:02 eth0 72.48 47.01 180.97 49.62 0.00 0.00 0.00 0.00 14:45:28 14:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:45:28 14:41:02 vethce2df9f 0.00 0.41 0.00 0.02 0.00 0.00 0.00 0.00 14:45:28 14:41:02 docker0 15.78 25.00 0.86 144.92 0.00 0.00 0.00 0.00 14:45:28 14:42:02 veth4febf88 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 14:45:28 14:42:02 eth0 41.40 23.12 97.40 13.90 0.00 0.00 0.00 0.00 14:45:28 14:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:45:28 14:42:02 veth5633c1b 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 14:45:28 14:43:01 vethfc3499d 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 14:45:28 14:43:01 vethc60ab47 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 14:45:28 14:43:01 eth0 88.11 57.08 158.66 74.59 0.00 0.00 0.00 0.00 14:45:28 14:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:45:28 14:44:02 veth434d605 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 14:45:28 14:44:02 vethd52dd48 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 14:45:28 14:44:02 eth0 38.02 24.80 23.44 53.71 0.00 0.00 0.00 0.00 14:45:28 14:44:02 veth9376778 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 14:45:28 14:45:01 eth0 114.66 72.66 491.09 67.37 0.00 0.00 0.00 0.00 14:45:28 14:45:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 14:45:28 14:45:01 docker0 1055.91 1040.45 82.31 4350.55 0.00 0.00 0.00 0.00 14:45:28 Average: eth0 363.29 293.31 1285.37 407.32 0.00 0.00 0.00 0.00 14:45:28 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:45:28 Average: docker0 130.13 128.22 10.14 536.17 0.00 0.00 0.00 0.00 14:45:28 14:45:28 14:45:28 ---> sar -P ALL: 14:45:28 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/12/20 _x86_64_ (4 CPU) 14:45:28 14:45:28 14:35:52 LINUX RESTART (4 CPU) 14:45:28 14:45:28 14:37:01 CPU %user %nice %system %iowait %steal %idle 14:45:28 14:38:01 all 20.36 0.00 8.28 1.59 0.04 69.72 14:45:28 14:38:01 0 21.64 0.00 9.83 1.68 0.03 66.82 14:45:28 14:38:01 1 30.52 0.00 7.29 0.32 0.03 61.84 14:45:28 14:38:01 2 14.08 0.00 8.61 3.43 0.03 73.85 14:45:28 14:38:01 3 15.13 0.00 7.41 0.96 0.07 76.43 14:45:28 14:39:01 all 32.78 0.00 12.87 7.78 0.05 46.52 14:45:28 14:39:01 0 32.21 0.00 13.59 9.48 0.08 44.63 14:45:28 14:39:01 1 32.40 0.00 12.12 3.82 0.03 51.62 14:45:28 14:39:01 2 33.20 0.00 12.42 9.38 0.03 44.96 14:45:28 14:39:01 3 33.29 0.00 13.35 8.44 0.05 44.87 14:45:28 14:40:02 all 39.34 0.00 11.76 2.33 0.05 46.52 14:45:28 14:40:02 0 42.32 0.00 12.24 2.17 0.02 43.25 14:45:28 14:40:02 1 40.34 0.00 11.38 1.07 0.07 47.15 14:45:28 14:40:02 2 36.36 0.00 11.40 4.89 0.08 47.26 14:45:28 14:40:02 3 38.34 0.00 12.02 1.20 0.03 48.41 14:45:28 14:41:02 all 19.63 0.00 23.31 21.04 0.07 35.95 14:45:28 14:41:02 0 18.75 0.00 22.49 20.59 0.07 38.11 14:45:28 14:41:02 1 18.41 0.00 23.41 21.75 0.05 36.38 14:45:28 14:41:02 2 21.75 0.00 23.86 22.02 0.07 32.31 14:45:28 14:41:02 3 19.62 0.00 23.49 19.79 0.09 37.01 14:45:28 14:42:02 all 51.20 0.00 20.20 16.87 0.06 11.67 14:45:28 14:42:02 0 50.63 0.00 20.83 18.51 0.03 9.99 14:45:28 14:42:02 1 49.87 0.00 20.73 19.00 0.05 10.34 14:45:28 14:42:02 2 51.77 0.00 19.42 13.95 0.07 14.80 14:45:28 14:42:02 3 52.55 0.00 19.81 16.01 0.09 11.54 14:45:28 14:43:01 all 17.91 0.00 22.16 28.33 0.06 31.55 14:45:28 14:43:01 0 16.42 0.00 21.02 28.37 0.05 34.15 14:45:28 14:43:01 1 18.73 0.00 23.58 27.22 0.09 30.38 14:45:28 14:43:01 2 16.80 0.00 21.98 34.17 0.07 26.98 14:45:28 14:43:01 3 19.69 0.00 22.05 23.54 0.03 34.68 14:45:28 14:44:02 all 35.89 0.00 21.47 22.99 0.07 19.59 14:45:28 14:44:02 0 35.67 0.00 19.91 17.25 0.05 27.12 14:45:28 14:44:02 1 35.73 0.00 21.45 24.04 0.07 18.71 14:45:28 14:44:02 2 35.80 0.00 21.99 24.35 0.09 17.78 14:45:28 14:44:02 3 36.37 0.00 22.56 26.39 0.07 14.61 14:45:28 14:45:01 all 32.98 0.00 10.80 14.17 0.03 42.03 14:45:28 14:45:01 0 32.55 0.00 10.59 11.30 0.03 45.52 14:45:28 14:45:01 1 31.63 0.00 10.62 15.62 0.00 42.14 14:45:28 14:45:01 2 35.22 0.00 11.54 12.88 0.03 40.33 14:45:28 14:45:01 3 32.53 0.00 10.44 16.89 0.03 40.10 14:45:28 Average: all 31.26 0.00 16.33 14.34 0.05 38.02 14:45:28 Average: 0 31.30 0.00 16.31 13.65 0.05 38.70 14:45:28 Average: 1 32.19 0.00 16.29 14.03 0.05 37.43 14:45:28 Average: 2 30.62 0.00 16.38 15.58 0.06 37.36 14:45:28 Average: 3 30.92 0.00 16.35 14.07 0.06 38.60 14:45:28 14:45:28 14:45:28