Pull request #3115 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 jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from b9f59c6d9a7799eb889d2a9d861925a5d869922b+74c372326013f994c98436bf4455b6fe21c08430 (6378a5e7b21035fa99146cd0693eb6174fdb9361) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-24735 in /w/workspace/edgexfoundry_edgex-go_PR-3115 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3115/head:refs/remotes/origin/PR-3115 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit b9f59c6d9a7799eb889d2a9d861925a5d869922b Merge succeeded, producing b9f59c6d9a7799eb889d2a9d861925a5d869922b Checking out Revision b9f59c6d9a7799eb889d2a9d861925a5d869922b (PR-3115) > git config core.sparsecheckout # timeout=10 > git checkout -f b9f59c6d9a7799eb889d2a9d861925a5d869922b # 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 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b9f59c6d9a7799eb889d2a9d861925a5d869922b # timeout=10 Commit message: "feat(security): Address PR feedback" > git rev-list --no-walk f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:02:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:02:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:02:13 ========================================================= 17:02:13 EdgeX Global Pipelines Version Info 17:02:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:02:15 ------------------- 17:02:15 stable info: 17:02:15 ------------------- 17:02:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:02:15 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 17:02:15 Message: update stable to v1.0.179 17:02:16 ------------------- 17:02:16 experimental info: 17:02:16 ------------------- 17:02:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:02:16 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 17:02:16 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:02:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:02:16 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:02:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:02:16 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:02:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:02:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:02:17 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:02:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:02:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 17:02:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 17:02:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:02:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:02:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:02:17 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:02:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:02:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:02:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:02:18 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:02:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:02:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 17:02:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:02:18 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:02:18 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 17:02:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3115 [Pipeline] echo 17:02:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3115 [Pipeline] echo 17:02:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3115 [Pipeline] echo 17:02:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b9f59c6d9a7799eb889d2a9d861925a5d869922b [Pipeline] echo 17:02:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b9f59c6 [Pipeline] echo 17:02:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:02:19 provisioning config files... 17:02:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config4594413294619650519tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:02:20 ---> docker-login.sh 17:02:20 nexus3.edgexfoundry.org:10001 17:02:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:02:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:02:20 Configure a credential helper to remove this warning. See 17:02:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:02:20 17:02:20 Login Succeeded 17:02:20 nexus3.edgexfoundry.org:10002 17:02:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:02:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:02:20 Configure a credential helper to remove this warning. See 17:02:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:02:20 17:02:20 Login Succeeded 17:02:20 nexus3.edgexfoundry.org:10003 17:02:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:02:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:02:21 Configure a credential helper to remove this warning. See 17:02:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:02:21 17:02:21 Login Succeeded 17:02:21 nexus3.edgexfoundry.org:10004 17:02:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:02:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:02:21 Configure a credential helper to remove this warning. See 17:02:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:02:21 17:02:21 Login Succeeded 17:02:21 docker.io 17:02:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:02:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:02:21 Configure a credential helper to remove this warning. See 17:02:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:02:21 17:02:21 Login Succeeded 17:02:21 ---> docker-login.sh ends [Pipeline] } 17:02:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:02:23 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 17:02:23 + for file in '`ls cmd/**/Dockerfile`' 17:02:23 ++ dirname cmd/core-command/Dockerfile 17:02:23 ++ cut -d/ -f2 17:02:23 + echo core-command,cmd/core-command/Dockerfile 17:02:23 + for file in '`ls cmd/**/Dockerfile`' 17:02:23 ++ dirname cmd/core-data/Dockerfile 17:02:23 ++ cut -d/ -f2 17:02:23 + echo core-data,cmd/core-data/Dockerfile 17:02:23 + for file in '`ls cmd/**/Dockerfile`' 17:02:23 ++ dirname cmd/core-metadata/Dockerfile 17:02:23 ++ cut -d/ -f2 17:02:23 + echo core-metadata,cmd/core-metadata/Dockerfile 17:02:23 + for file in '`ls cmd/**/Dockerfile`' 17:02:23 ++ dirname cmd/security-bootstrapper/Dockerfile 17:02:23 ++ cut -d/ -f2 17:02:23 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 17:02:23 + for file in '`ls cmd/**/Dockerfile`' 17:02:23 ++ dirname cmd/security-proxy-setup/Dockerfile 17:02:23 ++ cut -d/ -f2 17:02:23 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:02:23 + for file in '`ls cmd/**/Dockerfile`' 17:02:23 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:02:23 ++ cut -d/ -f2 17:02:23 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:02:23 + for file in '`ls cmd/**/Dockerfile`' 17:02:23 ++ dirname cmd/support-notifications/Dockerfile 17:02:23 ++ cut -d/ -f2 17:02:23 + echo support-notifications,cmd/support-notifications/Dockerfile 17:02:23 + for file in '`ls cmd/**/Dockerfile`' 17:02:23 ++ dirname cmd/support-scheduler/Dockerfile 17:02:23 ++ cut -d/ -f2 17:02:23 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:02:23 + for file in '`ls cmd/**/Dockerfile`' 17:02:23 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:02:23 ++ cut -d/ -f2 17:02:23 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:02:23 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 17:02:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:02:24 17:02:24 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:02:25 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:02:25 latest: Pulling from edgex-devops/git-semver 17:02:25 31603596830f: Pulling fs layer 17:02:25 2a8b12db71e7: Pulling fs layer 17:02:25 6ca5941a6612: Pulling fs layer 17:02:25 ecc8261a40a4: Pulling fs layer 17:02:25 ecc8261a40a4: Waiting 17:02:25 2a8b12db71e7: Verifying Checksum 17:02:25 2a8b12db71e7: Download complete 17:02:25 31603596830f: Verifying Checksum 17:02:25 31603596830f: Download complete 17:02:25 6ca5941a6612: Verifying Checksum 17:02:25 6ca5941a6612: Download complete 17:02:25 ecc8261a40a4: Verifying Checksum 17:02:25 ecc8261a40a4: Download complete 17:02:25 31603596830f: Pull complete 17:02:25 2a8b12db71e7: Pull complete 17:02:26 6ca5941a6612: Pull complete 17:02:27 ecc8261a40a4: Pull complete 17:02:27 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:02:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:02:27 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:02:27 prd-centos7-docker-4c-2g-24735 does not seem to be running inside a container 17:02:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:02:29 $ docker top 56ad25c0b1dce601e2c81a656fd4cd96d2f34ecbc427950b786e12bd8f705bb3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:02:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:02:30 [ssh-agent] Looking for ssh-agent implementation... 17:02:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:02:30 $ docker exec 56ad25c0b1dce601e2c81a656fd4cd96d2f34ecbc427950b786e12bd8f705bb3 ssh-agent 17:02:30 SSH_AUTH_SOCK=/tmp/ssh-ZRwI9qYsIsP5/agent.12 17:02:30 SSH_AGENT_PID=18 17:02:30 Running ssh-add (command line suppressed) 17:02:30 Identity added: /w/workspace/edgex-go/4@tmp/private_key_5137693909585755118.key (/w/workspace/edgex-go/4@tmp/private_key_5137693909585755118.key) 17:02:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:02:31 + git tag --points-at HEAD [Pipeline] } 17:02:31 $ docker exec --env ******** --env ******** 56ad25c0b1dce601e2c81a656fd4cd96d2f34ecbc427950b786e12bd8f705bb3 ssh-agent -k 17:02:31 unset SSH_AUTH_SOCK; 17:02:31 unset SSH_AGENT_PID; 17:02:31 echo Agent pid 18 killed; 17:02:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:02:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:02:31 [ssh-agent] Looking for ssh-agent implementation... 17:02:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:02:31 $ docker exec 56ad25c0b1dce601e2c81a656fd4cd96d2f34ecbc427950b786e12bd8f705bb3 ssh-agent 17:02:31 SSH_AUTH_SOCK=/tmp/ssh-3QrbJMx46dnL/agent.47 17:02:31 SSH_AGENT_PID=53 17:02:31 Running ssh-add (command line suppressed) 17:02:32 Identity added: /w/workspace/edgex-go/4@tmp/private_key_4097167676957145996.key (/w/workspace/edgex-go/4@tmp/private_key_4097167676957145996.key) 17:02:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:02:32 + git semver init 17:02:32 # -> Open(): unable to determine branch for HEAD 17:02:32 # $GIT_DIR = /w/workspace/edgex-go/4/.git 17:02:32 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 17:02:32 # $SEMVER_REMOTE_NAME = origin 17:02:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:02:32 # $SEMVER_USER_NAME = edgex-jenkins 17:02:32 # $SEMVER_BRANCH = PR-3115 17:02:32 # $SEMVER_TEMP = /tmp/semver-706358948 17:02:32 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:02:50 # '/tmp/semver-706358948' -> '/w/workspace/edgex-go/4/.semver' 17:02:50 # -> Force: false 17:02:50 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 17:02:50 $ docker exec --env ******** --env ******** 56ad25c0b1dce601e2c81a656fd4cd96d2f34ecbc427950b786e12bd8f705bb3 ssh-agent -k 17:02:50 unset SSH_AUTH_SOCK; 17:02:50 unset SSH_AGENT_PID; 17:02:50 echo Agent pid 53 killed; 17:02:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:02:51 + git semver [Pipeline] } 17:02:51 $ docker stop --time=1 56ad25c0b1dce601e2c81a656fd4cd96d2f34ecbc427950b786e12bd8f705bb3 17:02:53 $ docker rm -f 56ad25c0b1dce601e2c81a656fd4cd96d2f34ecbc427950b786e12bd8f705bb3 [Pipeline] // withDockerContainer [Pipeline] sh 17:02:53 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:02:54 Stashed 1 file(s) [Pipeline] echo 17:02:54 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:02:55 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:02:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:02:55 + sudo service docker restart 17:02:55 + true 17:02:55 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 17:02:56 ========================================================= 17:02:56 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:02:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:02:56 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 17:03:00 Sending build context to Docker daemon 327.6MB 17:03:00 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:03:00 Step 2/6 : FROM ${BASE} 17:03:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:03:00 188c0c94c7c5: Pulling fs layer 17:03:00 0ef7d3d256c8: Pulling fs layer 17:03:00 de9db76c5a1d: Pulling fs layer 17:03:00 bca2f99d35d6: Pulling fs layer 17:03:00 93359f2a8cfa: Pulling fs layer 17:03:00 7c6f9722023f: Pulling fs layer 17:03:00 a35cf1a2eb13: Pulling fs layer 17:03:00 93359f2a8cfa: Waiting 17:03:00 7c6f9722023f: Waiting 17:03:00 a35cf1a2eb13: Waiting 17:03:00 bca2f99d35d6: Waiting 17:03:00 de9db76c5a1d: Download complete 17:03:00 0ef7d3d256c8: Verifying Checksum 17:03:00 0ef7d3d256c8: Download complete 17:03:00 93359f2a8cfa: Download complete 17:03:00 7c6f9722023f: Download complete 17:03:00 188c0c94c7c5: Verifying Checksum 17:03:00 188c0c94c7c5: Download complete 17:03:00 188c0c94c7c5: Pull complete 17:03:00 0ef7d3d256c8: Pull complete 17:03:01 de9db76c5a1d: Pull complete 17:03:02 a35cf1a2eb13: Verifying Checksum 17:03:02 a35cf1a2eb13: Download complete 17:03:02 bca2f99d35d6: Download complete 17:03:08 bca2f99d35d6: Pull complete 17:03:08 93359f2a8cfa: Pull complete 17:03:08 7c6f9722023f: Pull complete 17:03:09 Still waiting to schedule task 17:03:09 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 17:03:14 a35cf1a2eb13: Pull complete 17:03:14 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:03:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:03:14 ---> a62c8e92a672 17:03:14 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 17:03:14 ---> Running in 8a5467a756a2 17:03:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:03:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:03:15 (1/12) Installing libmagic (5.38-r0) 17:03:15 (2/12) Installing file (5.38-r0) 17:03:15 (3/12) Installing libc-dev (0.7.2-r3) 17:03:16 (4/12) Installing g++ (9.3.0-r2) 17:03:18 (5/12) Installing fortify-headers (1.1-r0) 17:03:18 (6/12) Installing patch (2.7.6-r6) 17:03:18 (7/12) Installing build-base (0.5-r2) 17:03:18 (8/12) Installing libsodium (1.0.18-r0) 17:03:18 (9/12) Installing pkgconf (1.7.2-r0) 17:03:18 (10/12) Installing libsodium-dev (1.0.18-r0) 17:03:18 (11/12) Installing libzmq (4.3.3-r0) 17:03:19 (12/12) Installing zeromq-dev (4.3.3-r0) 17:03:19 Executing busybox-1.31.1-r19.trigger 17:03:19 OK: 233 MiB in 51 packages 17:03:23 Removing intermediate container 8a5467a756a2 17:03:23 ---> 4b35fdbca004 17:03:23 Step 4/6 : WORKDIR /edgex-go 17:03:23 ---> Running in 97ecf7273ecb 17:03:23 Removing intermediate container 97ecf7273ecb 17:03:23 ---> f0766008bd28 17:03:23 Step 5/6 : COPY go.mod . 17:03:23 ---> 04ae025e344e 17:03:23 Step 6/6 : RUN go mod download 17:03:23 ---> Running in da1829d2be67 17:03:45 Removing intermediate container da1829d2be67 17:03:45 ---> 3489b1e7d788 17:03:45 Successfully built 3489b1e7d788 17:03:45 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:03:45 + docker inspect -f . ci-base-image-x86_64 17:03:45 . [Pipeline] withDockerContainer 17:03:46 prd-centos7-docker-4c-2g-24735 does not seem to be running inside a container 17:03:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:03:46 $ docker top a951c108257fd631bf11d00266e786d42fd054ee117ab9da0b98d6caa7b8574d -eo pid,comm [Pipeline] { [Pipeline] sh 17:03:47 + go version 17:03:47 go version go1.15.5 linux/amd64 [Pipeline] } 17:03:47 $ docker stop --time=1 a951c108257fd631bf11d00266e786d42fd054ee117ab9da0b98d6caa7b8574d 17:03:48 $ docker rm -f a951c108257fd631bf11d00266e786d42fd054ee117ab9da0b98d6caa7b8574d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:03:49 + docker inspect -f . ci-base-image-x86_64 17:03:49 . [Pipeline] withDockerContainer 17:03:49 prd-centos7-docker-4c-2g-24735 does not seem to be running inside a container 17:03:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:03:51 $ docker top a1b10d23ca88601edccd924436a505e126ed8cf80cae77f47479d2a410e2229c -eo pid,comm [Pipeline] { [Pipeline] echo 17:03:51 ========================================================= 17:03:51 [edgeXBuildGoParallel] Running Tests and Build... 17:03:51 ========================================================= [Pipeline] sh 17:03:51 + make test 17:03:51 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:04:01 ? github.com/edgexfoundry/edgex-go [no test files] 17:04:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:04:20 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:04:22 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:04:22 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:04:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:04:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:04:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:04:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:04:24 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:04:25 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:04:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:04:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:04:27 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:04:30 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.117s coverage: 46.0% of statements 17:04:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:04:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:04:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:04:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:04:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:04:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 17:04:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 17:04:30 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.068s coverage: 100.0% of statements 17:04:34 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.204s coverage: 27.1% of statements 17:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:04:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.044s coverage: 100.0% of statements 17:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:04:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.067s coverage: 100.0% of statements 17:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:04:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.084s coverage: 65.8% of statements 17:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:04:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.147s coverage: 82.3% of statements 17:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 17:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:04:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.391s coverage: 28.6% of statements 17:04:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:04:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:04:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:04:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:04:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:04:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.062s coverage: 100.0% of statements 17:04:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:04:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements 17:04:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:04:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.100s coverage: 86.7% of statements 17:04:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:04:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.116s coverage: 97.5% of statements 17:04:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:04:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.052s coverage: 78.3% of statements 17:04:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:04:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:04:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:04:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:04:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.354s coverage: 92.8% of statements 17:04:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:04:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:04:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:04:38 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:04:38 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:04:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:04:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:04:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:04:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:04:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:04:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:04:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:04:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:04:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:04:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:04:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:04:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:04:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:04:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 17:04:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:04:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:04:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.049s coverage: 0.1% of statements 17:04:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:04:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:04:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:04:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.032s coverage: 45.5% of statements 17:04:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.047s coverage: 79.5% of statements 17:04:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.038s coverage: 94.1% of statements 17:04:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.043s coverage: 96.3% of statements 17:04:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements 17:04:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.054s coverage: 94.4% of statements 17:04:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.036s coverage: 44.8% of statements 17:04:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24736 in /w/workspace/edgexfoundry_edgex-go_PR-3115 [Pipeline] { [Pipeline] ws 17:04:58 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.064s coverage: 92.9% of statements 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.310s coverage: 68.9% of statements 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.088s coverage: 37.0% of statements 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.275s coverage: 84.0% of statements 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.046s coverage: 100.0% of statements 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.144s coverage: 47.0% of statements 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.038s coverage: 100.0% of statements 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.074s coverage: 100.0% of statements 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.698s coverage: 29.1% of statements 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.109s coverage: 99.0% of statements 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.054s coverage: 100.0% of statements 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.025s coverage: 100.0% of statements 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 17:05:02 GO111MODULE=on go vet ./... 17:05:04 using credential edgex-jenkins-ssh 17:05:04 Cloning the remote Git repository 17:05:04 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:05:04 > git init /w/workspace/edgex-go/4 # timeout=10 17:05:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:05:04 > git --version # timeout=10 17:05:04 > git --version # 'git version 2.17.1' 17:05:04 using GIT_SSH to set credentials SSH Credentials for GitHub 17:05:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:05:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:05:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:05:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:05:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:05:20 using GIT_SSH to set credentials SSH Credentials for GitHub 17:05:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3115/head:refs/remotes/origin/PR-3115 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:05:21 Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit b9f59c6d9a7799eb889d2a9d861925a5d869922b 17:05:22 Merge succeeded, producing b9f59c6d9a7799eb889d2a9d861925a5d869922b 17:05:22 Checking out Revision b9f59c6d9a7799eb889d2a9d861925a5d869922b (PR-3115) 17:05:21 > git config core.sparsecheckout # timeout=10 17:05:21 > git checkout -f b9f59c6d9a7799eb889d2a9d861925a5d869922b # timeout=10 17:05:21 > git remote # timeout=10 17:05:21 > git config --get remote.origin.url # timeout=10 17:05:21 using GIT_SSH to set credentials SSH Credentials for GitHub 17:05:21 > git merge 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 17:05:22 > git rev-parse HEAD^{commit} # timeout=10 17:05:22 > git config core.sparsecheckout # timeout=10 17:05:22 > git checkout -f b9f59c6d9a7799eb889d2a9d861925a5d869922b # timeout=10 17:05:26 Commit message: "feat(security): Address PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:05:28 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:05:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:05:29 + true 17:05:29 + sudo service docker restart 17:05:29 gofmt -l . 17:05:29 [ "`gofmt -l .`" = "" ] 17:05:29 ./bin/test-go-mod-tidy.sh 17:05:29 ./bin/test-attribution-txt.sh [Pipeline] sh 17:05:30 + ls -al . 17:05:30 total 684 17:05:30 drwxrwxr-x 10 1001 1001 4096 Feb 3 17:05 . 17:05:30 drwxr-xr-x 4 root root 28 Feb 3 17:03 .. 17:05:30 -rw-rw-r-- 1 1001 1001 11 Feb 3 17:02 .dockerignore 17:05:30 drwxrwxr-x 8 1001 1001 179 Feb 3 17:02 .git 17:05:30 drwxrwxr-x 3 1001 1001 125 Feb 3 17:02 .github 17:05:30 -rw-rw-r-- 1 1001 1001 818 Feb 3 17:02 .gitignore 17:05:30 drwx------ 3 1001 1001 60 Feb 3 17:02 .semver 17:05:30 -rw-rw-r-- 1 1001 1001 166 Feb 3 17:02 .sonarcloud.properties 17:05:30 -rw-rw-r-- 1 1001 1001 7859 Feb 3 17:02 Attribution.txt 17:05:30 -rw-rw-r-- 1 1001 1001 3804 Feb 3 17:02 CONTRIBUTING.md 17:05:30 -rw-rw-r-- 1 1001 1001 931 Feb 3 17:02 Dockerfile.build 17:05:30 -rw-rw-r-- 1 1001 1001 863 Feb 3 17:02 Jenkinsfile 17:05:30 -rw-rw-r-- 1 1001 1001 10775 Feb 3 17:02 LICENSE 17:05:30 -rw-rw-r-- 1 1001 1001 5774 Feb 3 17:02 Makefile 17:05:30 -rw-rw-r-- 1 1001 1001 6524 Feb 3 17:02 README.md 17:05:30 -rw-rw-r-- 1 1001 1001 6755 Feb 3 17:02 SECURITY.md 17:05:30 -rw-rw-r-- 1 1001 1001 5 Feb 3 17:02 VERSION 17:05:30 -rw-rw-r-- 1 1001 1001 4131 Feb 3 17:02 ZMQWindows.md 17:05:30 drwxrwxr-x 2 1001 1001 117 Feb 3 17:02 bin 17:05:30 drwxrwxr-x 14 1001 1001 4096 Feb 3 17:02 cmd 17:05:30 -rw-r--r-- 1 root root 580844 Feb 3 17:05 coverage.out 17:05:30 -rw-r--r-- 1 root root 1054 Feb 3 17:05 go.mod 17:05:30 -rw-r--r-- 1 root root 19399 Feb 3 17:05 go.sum 17:05:30 drwxrwxr-x 8 1001 1001 127 Feb 3 17:02 internal 17:05:30 drwxrwxr-x 4 1001 1001 26 Feb 3 17:02 openapi 17:05:30 drwxrwxr-x 4 1001 1001 71 Feb 3 17:02 snap 17:05:30 -rw-rw-r-- 1 1001 1001 168 Feb 3 17:02 version.go [Pipeline] sh 17:05:30 + '[' -e coverage.out ] 17:05:30 + chown 1001:1001 coverage.out [Pipeline] stash 17:05:31 Stashed 1 file(s) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:05:31 provisioning config files... 17:05:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config6992908850911832121tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:05:31 + make build 17:05:31 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 17:05:31 ---> docker-login.sh 17:05:31 nexus3.edgexfoundry.org:10001 17:05:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:05:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:05:32 Configure a credential helper to remove this warning. See 17:05:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:05:32 17:05:32 Login Succeeded 17:05:32 nexus3.edgexfoundry.org:10002 17:05:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:05:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:05:33 Configure a credential helper to remove this warning. See 17:05:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:05:33 17:05:33 Login Succeeded 17:05:33 nexus3.edgexfoundry.org:10003 17:05:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:05:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:05:34 Configure a credential helper to remove this warning. See 17:05:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:05:34 17:05:34 Login Succeeded 17:05:34 nexus3.edgexfoundry.org:10004 17:05:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:05:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:05:34 Configure a credential helper to remove this warning. See 17:05:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:05:34 17:05:34 Login Succeeded 17:05:34 docker.io 17:05:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:05:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:05:35 Configure a credential helper to remove this warning. See 17:05:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:05:35 17:05:35 Login Succeeded 17:05:35 ---> docker-login.sh ends [Pipeline] } 17:05:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 17:05:35 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 [Pipeline] echo 17:05:35 ========================================================= 17:05:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:05:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:05:35 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 17:05:38 Sending build context to Docker daemon 166.2MB 17:05:38 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:05:38 Step 2/6 : FROM ${BASE} 17:05:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:05:38 5f621e34cdf4: Pulling fs layer 17:05:38 a4357932f1b6: Pulling fs layer 17:05:38 18c013af1878: Pulling fs layer 17:05:38 00ac8860ef70: Pulling fs layer 17:05:38 63d7cb157983: Pulling fs layer 17:05:38 b116817d02f9: Pulling fs layer 17:05:38 745a02a5169b: Pulling fs layer 17:05:38 63d7cb157983: Waiting 17:05:38 b116817d02f9: Waiting 17:05:38 745a02a5169b: Waiting 17:05:38 00ac8860ef70: Waiting 17:05:38 18c013af1878: Download complete 17:05:38 a4357932f1b6: Verifying Checksum 17:05:38 a4357932f1b6: Download complete 17:05:38 63d7cb157983: Download complete 17:05:38 b116817d02f9: Download complete 17:05:38 5f621e34cdf4: Download complete 17:05:39 5f621e34cdf4: Pull complete 17:05:40 a4357932f1b6: Pull complete 17:05:40 18c013af1878: Pull complete 17:05:41 745a02a5169b: Verifying Checksum 17:05:41 745a02a5169b: Download complete 17:05:42 00ac8860ef70: Verifying Checksum 17:05:42 00ac8860ef70: Download complete 17:05:43 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 17:05:44 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 17:05:45 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 17:05:46 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 17:05:47 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 17:05:49 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 17:05:50 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 17:05:51 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 17:05:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:05:52 00ac8860ef70: Pull complete 17:05:53 63d7cb157983: Pull complete 17:05:53 b116817d02f9: Pull complete 17:05:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 17:05:55 $ docker stop --time=1 a1b10d23ca88601edccd924436a505e126ed8cf80cae77f47479d2a410e2229c 17:05:56 745a02a5169b: Pull complete 17:05:56 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:05:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:05:56 ---> b7e6874047d6 17:05:56 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 17:05:57 $ docker rm -f a1b10d23ca88601edccd924436a505e126ed8cf80cae77f47479d2a410e2229c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 17:06:00 ---> Running in 7b32723e74d3 [Pipeline] isUnix [Pipeline] sh 17:06:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:06:01 17:06:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:06:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:06:01 latest: Pulling from edgex-devops/edgex-compose 17:06:01 cbdbe7a5bc2a: Pulling fs layer 17:06:01 ca9280d653b3: Pulling fs layer 17:06:01 7e9c9ca2126c: Pulling fs layer 17:06:01 cbdbe7a5bc2a: Download complete 17:06:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:06:01 ca9280d653b3: Verifying Checksum 17:06:01 ca9280d653b3: Download complete 17:06:02 cbdbe7a5bc2a: Pull complete 17:06:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:06:03 7e9c9ca2126c: Download complete 17:06:03 ca9280d653b3: Pull complete 17:06:04 (1/12) Installing libmagic (5.38-r0) 17:06:05 (2/12) Installing file (5.38-r0) 17:06:05 (3/12) Installing libc-dev (0.7.2-r3) 17:06:05 (4/12) Installing g++ (9.3.0-r2) 17:06:11 7e9c9ca2126c: Pull complete 17:06:11 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:06:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:06:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 17:06:11 prd-centos7-docker-4c-2g-24735 does not seem to be running inside a container 17:06:12 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:06:13 $ docker top 2061371afe2d4adb2ad0892caa605faac54158286d72abbc82f75de27ceeeff3 -eo pid,comm [Pipeline] { [Pipeline] sh 17:06:13 + docker-compose build --help 17:06:13 + grep parallel 17:06:14 --parallel Build images in parallel. [Pipeline] } 17:06:14 $ docker stop --time=1 2061371afe2d4adb2ad0892caa605faac54158286d72abbc82f75de27ceeeff3 17:06:15 $ docker rm -f 2061371afe2d4adb2ad0892caa605faac54158286d72abbc82f75de27ceeeff3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:06:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:06:16 . [Pipeline] withDockerContainer 17:06:16 prd-centos7-docker-4c-2g-24735 does not seem to be running inside a container 17:06:16 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:06:17 $ docker top 35c1d4a873aaf598dea7befdeebac920bc1ef036b44880206e3c0fee0b35e24f -eo pid,comm [Pipeline] { [Pipeline] sh 17:06:17 (5/12) Installing fortify-headers (1.1-r0) 17:06:18 + docker-compose -f ./docker-compose-build.yml build --parallel 17:06:18 (6/12) Installing patch (2.7.6-r6) 17:06:18 (7/12) Installing build-base (0.5-r2) 17:06:18 (8/12) Installing libsodium (1.0.18-r0) 17:06:18 (9/12) Installing pkgconf (1.7.2-r0) 17:06:18 (10/12) Installing libsodium-dev (1.0.18-r0) 17:06:18 (11/12) Installing libzmq (4.3.3-r0) 17:06:18 (12/12) Installing zeromq-dev (4.3.3-r0) 17:06:18 Executing busybox-1.31.1-r19.trigger 17:06:18 OK: 217 MiB in 51 packages 17:06:18 Building docker-core-command-go ... 17:06:18 Building docker-core-data-go ... 17:06:18 Building docker-core-metadata-go ... 17:06:18 Building docker-security-bootstrapper-go ... 17:06:18 Building docker-security-proxy-setup-go ... 17:06:18 Building docker-security-secretstore-setup-go ... 17:06:18 Building docker-support-notifications-go ... 17:06:18 Building docker-support-scheduler-go ... 17:06:18 Building docker-sys-mgmt-agent-go ... 17:06:18 Building docker-core-data-go 17:06:18 Building docker-security-secretstore-setup-go 17:06:18 Building docker-support-notifications-go 17:06:18 Building docker-support-scheduler-go 17:06:18 Building docker-security-bootstrapper-go 17:06:23 Removing intermediate container 7b32723e74d3 17:06:23 ---> af60a4693b2d 17:06:23 Step 4/6 : WORKDIR /edgex-go 17:06:23 ---> Running in 8f4148c78a38 17:06:23 Removing intermediate container 8f4148c78a38 17:06:23 ---> a2e4d52086c4 17:06:23 Step 5/6 : COPY go.mod . 17:06:23 ---> 72b2e37bb02e 17:06:23 Step 6/6 : RUN go mod download 17:06:23 ---> Running in 33aa59df1162 17:06:50 Removing intermediate container 33aa59df1162 17:06:50 ---> 4dfb76dee07a 17:06:50 Successfully built 4dfb76dee07a 17:06:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:06:51 + docker inspect -f . ci-base-image-arm64 17:06:51 . [Pipeline] withDockerContainer 17:06:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:06:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:06:51 ---> 3489b1e7d788 17:06:51 Step 3/22 : WORKDIR /edgex-go 17:06:51 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:06:51 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:06:51 ---> 3489b1e7d788 17:06:51 Step 3/24 : WORKDIR /edgex-go 17:06:51 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:06:51 Step 2/30 : FROM ${BUILDER_BASE} AS builder 17:06:51 ---> 3489b1e7d788 17:06:51 Step 3/30 : WORKDIR /edgex-go 17:06:51 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:06:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:06:51 ---> 3489b1e7d788 17:06:51 Step 3/23 : WORKDIR /edgex-go 17:06:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:06:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:06:51 ---> 3489b1e7d788 17:06:51 Step 3/22 : WORKDIR /edgex-go 17:06:51 prd-ubuntu18.04-docker-arm64-4c-16g-24736 does not seem to be running inside a container 17:06:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:06:52 ---> Running in 50340782986e 17:06:52 ---> Running in b85129b11058 17:06:52 ---> Running in de208c710fa9 17:06:52 ---> Running in 67605f89dcd8 17:06:52 ---> Running in 875a109d4aaa 17:06:52 Removing intermediate container de208c710fa9 17:06:52 ---> 4d575e41f603 17:06:52 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:06:52 Removing intermediate container 50340782986e 17:06:52 ---> 652ae3d6e52b 17:06:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:06:52 Removing intermediate container 875a109d4aaa 17:06:52 ---> 8b19debcd871 17:06:52 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:06:52 Removing intermediate container b85129b11058 17:06:52 ---> 6247f606ae20 17:06:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:06:52 $ docker top 6e93864e61f773487a790ae43898e0a19870f3ab2de0c6d93aaca5b183f9fa55 -eo pid,comm 17:06:53 Removing intermediate container 67605f89dcd8 17:06:53 ---> d387393533cb 17:06:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:06:53 ---> Running in 4a02de25cebe 17:06:53 ---> Running in 05e46ebaaa9a 17:06:53 ---> Running in 5eaa7f216c5c 17:06:53 ---> Running in 9d6d2f05ac5b 17:06:53 ---> Running in d0b47bc527de [Pipeline] { [Pipeline] sh 17:06:54 + go version 17:06:54 go version go1.15.5 linux/arm64 [Pipeline] } 17:06:54 $ docker stop --time=1 6e93864e61f773487a790ae43898e0a19870f3ab2de0c6d93aaca5b183f9fa55 17:06:55 Removing intermediate container 4a02de25cebe 17:06:55 ---> ea5594df94bf 17:06:55 Step 5/24 : RUN apk add --update --no-cache make git 17:06:55 Removing intermediate container 05e46ebaaa9a 17:06:55 ---> 0ab44894bba3 17:06:55 Step 5/30 : RUN apk add --update --no-cache make git 17:06:55 ---> Running in 2f1a08af5af3 17:06:55 Removing intermediate container 5eaa7f216c5c 17:06:55 ---> 3e9711d76483 17:06:55 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:06:55 ---> Running in f15b9b35adfe 17:06:55 Removing intermediate container d0b47bc527de 17:06:55 ---> a686dad66a56 17:06:55 Step 5/22 : RUN apk add --update --no-cache make git 17:06:55 Removing intermediate container 9d6d2f05ac5b 17:06:55 ---> 66731a16bca8 17:06:55 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:06:55 ---> Running in e5d6d50c3670 17:06:55 $ docker rm -f 6e93864e61f773487a790ae43898e0a19870f3ab2de0c6d93aaca5b183f9fa55 17:06:56 ---> Running in 6ae30b74d285 17:06:56 ---> Running in 265d9cc8549b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:06:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:06:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:06:56 + docker inspect -f . ci-base-image-arm64 17:06:56 . [Pipeline] withDockerContainer 17:06:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:06:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:06:57 prd-ubuntu18.04-docker-arm64-4c-16g-24736 does not seem to be running inside a container 17:06:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:06:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:06:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:06:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:06:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:06:58 OK: 233 MiB in 51 packages 17:06:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:06:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:06:58 OK: 233 MiB in 51 packages 17:06:58 Removing intermediate container e5d6d50c3670 17:06:58 ---> dcdb3bc32ce9 17:06:58 Step 6/23 : COPY go.mod . 17:06:58 $ docker top 031ef486b8fad03d4acf8b567d57a7d848ae1dcc5cf59394fa5b608241f40ece -eo pid,comm 17:06:58 OK: 233 MiB in 51 packages 17:06:58 Removing intermediate container f15b9b35adfe 17:06:58 ---> db912ffdf0c8 17:06:58 Step 6/30 : COPY go.mod . 17:06:58 OK: 233 MiB in 51 packages [Pipeline] { [Pipeline] echo 17:06:59 ========================================================= 17:06:59 [edgeXBuildGoParallel] Running Tests and Build... 17:06:59 ========================================================= [Pipeline] sh 17:06:59 ---> 7b758cd983a2 17:06:59 Step 7/23 : RUN go mod download 17:06:59 OK: 233 MiB in 51 packages 17:06:59 ---> Running in ff3957bd0eea 17:06:59 ---> 2e52fdaa1d89 17:06:59 Step 7/30 : RUN go mod download 17:06:59 ---> Running in 9ad6ab2ecda1 17:06:59 Removing intermediate container 2f1a08af5af3 17:06:59 ---> 18b8763e2926 17:06:59 Step 6/24 : COPY go.mod . 17:06:59 + make test 17:06:59 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:07:00 ---> 6ebc77d3f67e 17:07:00 Step 7/24 : RUN go mod download 17:07:00 Removing intermediate container 265d9cc8549b 17:07:00 ---> a3ed675dabef 17:07:00 Step 6/22 : COPY go.mod . 17:07:00 Removing intermediate container 6ae30b74d285 17:07:00 ---> 8a842d1c0366 17:07:00 Step 6/22 : COPY go.mod . 17:07:00 ---> Running in 799b13638987 17:07:00 ---> d2b5280bd220 17:07:00 Step 7/22 : RUN go mod download 17:07:00 ---> ba90ac0313ad 17:07:00 Step 7/22 : RUN go mod download 17:07:00 ---> Running in e95bf67341e7 17:07:00 ---> Running in e9ef28d12d4a 17:07:01 Removing intermediate container 9ad6ab2ecda1 17:07:01 ---> 7e1edc1e6ff8 17:07:01 Step 8/30 : COPY . . 17:07:01 Removing intermediate container ff3957bd0eea 17:07:01 ---> 635caea678fa 17:07:01 Step 8/23 : COPY . . 17:07:02 Removing intermediate container 799b13638987 17:07:02 ---> cf7df53dca7a 17:07:02 Step 8/24 : COPY . . 17:07:12 Removing intermediate container e95bf67341e7 17:07:12 ---> abe8af86914f 17:07:12 Step 8/22 : COPY . . 17:07:12 Removing intermediate container e9ef28d12d4a 17:07:12 ---> 02ab3cc9cc8f 17:07:12 Step 8/22 : COPY . . 17:07:21 ? github.com/edgexfoundry/edgex-go [no test files] 17:07:45 ---> 11d71e12c9ce 17:07:45 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 17:07:48 ---> 3040ad3ecb0a 17:07:48 Step 9/23 : RUN make cmd/core-data/core-data 17:07:48 ---> bb95f2b1f4f0 17:07:48 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:07:48 ---> Running in 3f1e9648459e 17:07:49 ---> Running in cab888f4209c 17:07:49 ---> Running in 321b02b8d7dd 17:07:49 ---> b2da17cea08d 17:07:49 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 17:07:49 ---> d7a4dddf10d9 17:07:49 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:07:49 ---> Running in fa0033c8579e 17:07:49 ---> Running in 0ef9856020c3 17:07:50 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 17:07:50 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 17:07:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:07:50 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 17:07:50 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 17:08:08 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:08:17 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 17:08:25 Removing intermediate container 3f1e9648459e 17:08:25 ---> 9845df6ca759 17:08:25 17:08:25 Step 10/30 : FROM alpine:3.12 17:08:25 3.12: Pulling from library/alpine 17:08:25 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:08:25 Status: Downloaded newer image for alpine:3.12 17:08:25 ---> 389fef711851 17:08:25 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:08:27 ---> Running in 4b85329ac845 17:08:27 Removing intermediate container cab888f4209c 17:08:27 ---> 532cf0267733 17:08:27 17:08:27 Step 10/24 : FROM alpine:3.12 17:08:27 ---> 389fef711851 17:08:27 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:08:27 Removing intermediate container 4b85329ac845 17:08:27 ---> 31f3e1e0d932 17:08:27 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 17:08:27 ---> Running in cf5cd19f4d35 17:08:27 ---> Running in a7af91cef1b1 17:08:27 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:08:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:08:27 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:08:27 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:08:27 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:08:27 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:08:27 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:08:27 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:08:27 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:08:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:08:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:08:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:08:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:08:29 (1/2) Installing dumb-init (1.2.2-r1) 17:08:29 (2/2) Installing su-exec (0.2-r1) 17:08:29 Executing busybox-1.31.1-r19.trigger 17:08:29 OK: 6 MiB in 16 packages 17:08:29 (1/5) Installing ca-certificates (20191127-r4) 17:08:29 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:08:29 (3/5) Installing libcurl (7.69.1-r3) 17:08:29 (4/5) Installing curl (7.69.1-r3) 17:08:29 (5/5) Installing dumb-init (1.2.2-r1) 17:08:29 Executing busybox-1.31.1-r19.trigger 17:08:29 Executing ca-certificates-20191127-r4.trigger 17:08:29 OK: 7 MiB in 19 packages 17:08:33 Removing intermediate container 0ef9856020c3 17:08:33 ---> 1d596238841d 17:08:33 17:08:33 Step 10/22 : FROM alpine:3.12 17:08:33 ---> 389fef711851 17:08:33 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:08:33 Removing intermediate container fa0033c8579e 17:08:33 ---> 7174541a682d 17:08:33 17:08:33 Step 10/22 : FROM alpine:3.12 17:08:33 ---> 389fef711851 17:08:33 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:08:33 ---> Running in a22f72a03c39 17:08:33 ---> Running in 5b327cfa4d2f 17:08:34 Removing intermediate container a7af91cef1b1 17:08:34 ---> 54feddd5802d 17:08:34 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 17:08:34 Removing intermediate container cf5cd19f4d35 17:08:34 ---> a16d8507997d 17:08:34 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:08:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:08:34 ---> Running in 0e11c7265dea 17:08:34 ---> Running in ea2291b3c655 17:08:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:08:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:08:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:08:34 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:08:34 (1/1) Installing dumb-init (1.2.2-r1) 17:08:34 Executing busybox-1.31.1-r19.trigger 17:08:34 OK: 6 MiB in 15 packages 17:08:35 Removing intermediate container 0e11c7265dea 17:08:35 ---> 9a8713500ae6 17:08:35 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:08:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:08:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:08:35 Removing intermediate container ea2291b3c655 17:08:35 ---> abd68852a4d4 17:08:35 Step 13/24 : WORKDIR / 17:08:35 (1/2) Installing ca-certificates (20191127-r4) 17:08:35 (2/2) Installing dumb-init (1.2.2-r1) 17:08:35 Executing busybox-1.31.1-r19.trigger 17:08:35 Executing ca-certificates-20191127-r4.trigger 17:08:35 OK: 6 MiB in 16 packages 17:08:35 ---> Running in 5aecf040935c 17:08:37 ---> Running in 9d9dd3b9ec99 17:08:37 Removing intermediate container 5aecf040935c 17:08:37 ---> 073901896d5d 17:08:37 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:08:37 Removing intermediate container 321b02b8d7dd 17:08:37 ---> 1b1b67e634ed 17:08:37 17:08:37 Step 10/23 : FROM alpine:3.12 17:08:37 ---> 389fef711851 17:08:37 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:08:38 ---> Running in f8cea85bf9b9 17:08:38 ---> Running in 7c2cff7bb0b9 17:08:38 Removing intermediate container a22f72a03c39 17:08:38 ---> aa3c7d979dbd 17:08:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:08:38 Removing intermediate container 9d9dd3b9ec99 17:08:38 ---> e5f8925e9152 17:08:38 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:08:38 Removing intermediate container 5b327cfa4d2f 17:08:38 ---> b502ebfe8473 17:08:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:08:38 ---> Running in 2ce583216993 17:08:38 ---> Running in ccf907d34d21 17:08:38 Removing intermediate container f8cea85bf9b9 17:08:38 ---> eafff504d9f7 17:08:38 Step 12/23 : ENV APP_PORT=48080 17:08:38 ---> 7d527771aef9 17:08:38 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:08:39 ---> Running in 7e0184f0d7f7 17:08:39 Removing intermediate container 2ce583216993 17:08:39 ---> cc61db88fa4d 17:08:39 Step 13/22 : ENV APP_PORT=48085 17:08:39 Removing intermediate container ccf907d34d21 17:08:39 ---> 4ca4b7360781 17:08:39 Step 13/22 : ENV APP_PORT=48060 17:08:39 ---> Running in 7ad71df745e5 17:08:39 Removing intermediate container 7e0184f0d7f7 17:08:39 ---> f9e651e9049f 17:08:39 Step 13/23 : EXPOSE $APP_PORT 17:08:39 ---> Running in ba5a6a1cf46c 17:08:39 ---> 9397f0a180b9 17:08:39 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:08:39 ---> Running in b24ed168e765 17:08:39 Removing intermediate container 7ad71df745e5 17:08:39 ---> 7fe81b1964c4 17:08:39 Step 14/22 : EXPOSE $APP_PORT 17:08:40 Removing intermediate container ba5a6a1cf46c 17:08:40 ---> 666a428bb1f4 17:08:40 Step 14/22 : EXPOSE $APP_PORT 17:08:40 ---> a6e753addd02 17:08:40 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:08:40 ---> Running in 24e0792c146e 17:08:40 ---> Running in 0cc2aef119f2 17:08:40 Removing intermediate container b24ed168e765 17:08:40 ---> 34e5f8163de3 17:08:40 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:08:40 Removing intermediate container 7c2cff7bb0b9 17:08:40 ---> 40535945903f 17:08:40 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 17:08:40 ---> Running in dbb9216679ce 17:08:40 ---> Running in 66cbec18778a 17:08:40 Removing intermediate container 0cc2aef119f2 17:08:40 ---> 4e765b04dc28 17:08:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:08:40 Removing intermediate container 24e0792c146e 17:08:40 ---> 4e8fe46c2032 17:08:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:08:41 ---> 06139b08368e 17:08:41 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:08:41 Removing intermediate container 66cbec18778a 17:08:41 ---> 8888f75a78a3 17:08:41 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:08:41 ---> c5848f32308f 17:08:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:08:41 ---> 1032435a7652 17:08:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:08:41 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.372s coverage: 46.0% of statements 17:08:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:08:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:08:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:08:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:08:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:08:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 17:08:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 17:08:41 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.138s coverage: 100.0% of statements 17:08:42 ---> a6fdb4ebd8d1 17:08:42 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:08:42 ---> Running in 5c572ab227c6 17:08:42 ---> 81d57fa562ac 17:08:42 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:08:42 ---> 176e0d649e40 17:08:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:08:42 ---> 4a0601b20445 17:08:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:08:42 Removing intermediate container dbb9216679ce 17:08:42 ---> 2695091e6466 17:08:42 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:08:42 ---> e99088174dad 17:08:42 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:08:42 ---> c176ac49b5f1 17:08:42 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 17:08:42 ---> 71ce89f7a235 17:08:42 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:08:42 ---> Running in 2f40b0439b9a 17:08:43 ---> Running in 41fe32c55bcb 17:08:43 ---> Running in ab9024de56eb 17:08:43 ---> Running in 2181f2b402cc 17:08:43 Removing intermediate container 2181f2b402cc 17:08:43 ---> f82078aedbc7 17:08:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:08:43 Removing intermediate container 41fe32c55bcb 17:08:43 ---> 718429790c48 17:08:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:08:43 ---> Running in cbc558668f48 17:08:43 ---> Running in f8275868225d 17:08:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:08:44 Removing intermediate container cbc558668f48 17:08:44 ---> b49c26ce507b 17:08:44 Step 20/22 : LABEL arch=x86_64 17:08:44 Removing intermediate container f8275868225d 17:08:44 ---> 4421160e1edd 17:08:44 Step 20/22 : LABEL arch=x86_64 17:08:44 Removing intermediate container 5c572ab227c6 17:08:44 ---> f20fb4993fed 17:08:44 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 17:08:44 ---> Running in 2a9ebb2c5e7b 17:08:44 ---> Running in 657ea5c9654d 17:08:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:08:44 Removing intermediate container 2a9ebb2c5e7b 17:08:44 ---> 31ab838115e1 17:08:44 Step 21/22 : LABEL git_sha=b9f59c6d9a7799eb889d2a9d861925a5d869922b 17:08:44 Removing intermediate container 657ea5c9654d 17:08:44 ---> 8fbda9940fec 17:08:44 Step 21/22 : LABEL git_sha=b9f59c6d9a7799eb889d2a9d861925a5d869922b 17:08:44 ---> 9d4bad7dbe90 17:08:44 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:08:44 ---> Running in 0a0ac6f74ea5 17:08:44 ---> Running in 7f28167a26e2 17:08:44 Removing intermediate container ab9024de56eb 17:08:44 ---> 2549da6cd0fa 17:08:44 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:08:44 ---> Running in d6a6bcc3ba42 17:08:45 Removing intermediate container 7f28167a26e2 17:08:45 ---> 3085e00c2d87 17:08:45 Step 22/22 : LABEL version=0.0.0 17:08:45 (1/6) Installing dumb-init (1.2.2-r1) 17:08:45 Removing intermediate container 0a0ac6f74ea5 17:08:45 ---> 6959d3f03525 17:08:45 Step 22/22 : LABEL version=0.0.0 17:08:45 (2/6) Installing libgcc (9.3.0-r2) 17:08:45 ---> Running in e02155ce30bd 17:08:45 ---> Running in 0483ee204143 17:08:45 Removing intermediate container d6a6bcc3ba42 17:08:45 ---> 1358a0ab2b31 17:08:45 Step 22/24 : LABEL arch=x86_64 17:08:45 (3/6) Installing libsodium (1.0.18-r0) 17:08:45 ---> 82f30af37467 17:08:45 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:08:45 (4/6) Installing libstdc++ (9.3.0-r2) 17:08:45 ---> Running in fb4dbd4b50ac 17:08:45 (5/6) Installing libzmq (4.3.3-r0) 17:08:45 (6/6) Installing zeromq (4.3.3-r0) 17:08:45 Removing intermediate container 0483ee204143 17:08:45 ---> e278055760ed 17:08:45 17:08:45 Removing intermediate container e02155ce30bd 17:08:45 ---> 60b016d923ad 17:08:45 17:08:45 Executing busybox-1.31.1-r19.trigger 17:08:45 OK: 8 MiB in 20 packages 17:08:46 ---> 5156fa3cce2b 17:08:46 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:08:46 Removing intermediate container fb4dbd4b50ac 17:08:46 ---> 999f153aa0de 17:08:46 Step 23/24 : LABEL git_sha=b9f59c6d9a7799eb889d2a9d861925a5d869922b 17:08:46 Successfully built e278055760ed 17:08:46 Successfully built 60b016d923ad 17:08:46 ---> Running in 602f5829cd9f 17:08:46 Successfully tagged docker-support-scheduler-go:latest 17:08:46 Successfully tagged docker-support-notifications-go:latest 17:08:46 Building docker-security-proxy-setup-go 17:08:46  Building docker-support-scheduler-go ... done  Building docker-support-notifications-go ... done Building docker-core-metadata-go 17:08:46 ---> b203cce2d840 17:08:46 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 17:08:46 Removing intermediate container 602f5829cd9f 17:08:46 ---> 2ea5bd52e33a 17:08:46 Step 24/24 : LABEL version=0.0.0 17:08:46 ---> Running in 4d46545df2c5 17:08:46 ---> Running in 2e9bea2c9c48 17:08:46 Removing intermediate container 2f40b0439b9a 17:08:46 ---> 2278c43227a7 17:08:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:08:47 Removing intermediate container 2e9bea2c9c48 17:08:47 ---> 2de2d625bafe 17:08:47 17:08:47 Removing intermediate container 4d46545df2c5 17:08:47 ---> 6ba4db984f4f 17:08:47 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:08:47 Successfully built 2de2d625bafe 17:08:47 Successfully tagged docker-security-secretstore-setup-go:latest 17:08:47 Building docker-sys-mgmt-agent-go 17:08:47  Building docker-security-secretstore-setup-go ... done  ---> fdbc83f39dd0 17:08:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:08:47 ---> 687cd14180b1 17:08:47 Step 25/30 : RUN chmod +x /entrypoint.sh 17:08:48 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.713s coverage: 27.1% of statements 17:08:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:08:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:08:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:08:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:08:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:08:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:08:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.074s coverage: 100.0% of statements 17:08:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:08:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.092s coverage: 100.0% of statements 17:08:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:08:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:08:48 ---> Running in 420bbf977609 17:08:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.294s coverage: 65.8% of statements 17:08:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:08:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:08:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.695s coverage: 82.3% of statements 17:08:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:08:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:08:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 17:08:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:08:50 ---> 1d10384f834a 17:08:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:08:54 ---> 76fe7d4495c1 17:08:54 Step 19/23 : ENTRYPOINT ["/core-data"] 17:08:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.179s coverage: 28.6% of statements 17:08:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:08:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:08:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:08:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:08:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:08:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.148s coverage: 100.0% of statements 17:08:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:08:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.094s coverage: 100.0% of statements 17:08:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:08:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.300s coverage: 86.7% of statements 17:08:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:08:57 ---> Running in 03ac318ead3d 17:08:57 Removing intermediate container 03ac318ead3d 17:08:57 ---> 30c76b898be9 17:08:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:08:57 Removing intermediate container 420bbf977609 17:08:57 ---> c41af2fc7b67 17:08:57 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 17:08:58 ---> Running in 4d60ef437899 17:08:58 ---> Running in 13af3017b36c 17:08:58 Removing intermediate container 4d60ef437899 17:08:58 ---> 1e06305b5f43 17:08:58 Step 21/23 : LABEL arch=x86_64 17:08:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.337s coverage: 97.5% of statements 17:08:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:08:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.159s coverage: 78.3% of statements 17:08:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:08:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:08:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:08:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:09:02 ---> Running in 7a6913ad1781 17:09:02 Removing intermediate container 13af3017b36c 17:09:02 ---> f630ed30bc34 17:09:02 Step 27/30 : CMD ["gate"] 17:09:05 ---> Running in a41476cae49c 17:09:06 Removing intermediate container 7a6913ad1781 17:09:06 ---> 1b1ea56ea7ec 17:09:06 Step 22/23 : LABEL git_sha=b9f59c6d9a7799eb889d2a9d861925a5d869922b 17:09:06 ---> Running in 62da05767cfb 17:09:07 Removing intermediate container a41476cae49c 17:09:07 ---> de3bc95e7fee 17:09:07 Step 28/30 : LABEL arch=x86_64 17:09:08 Removing intermediate container 62da05767cfb 17:09:08 ---> 2c3de63c196f 17:09:08 Step 23/23 : LABEL version=0.0.0 17:09:08 ---> Running in 4e7ac88ed46d 17:09:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.228s coverage: 92.8% of statements 17:09:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:09:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:09:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:09:09 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:09:09 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:09:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:09:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:09:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:09:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:09:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:09:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:09:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:09:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:09:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:09:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:09:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:09:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:09:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:09:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements 17:09:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:09:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:09:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.182s coverage: 0.1% of statements 17:09:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:09:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:09:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:09:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.083s coverage: 45.5% of statements 17:09:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.088s coverage: 79.5% of statements 17:09:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements 17:09:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.086s coverage: 96.3% of statements 17:09:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.070s coverage: 87.5% of statements 17:09:09 ---> Running in 3093687425aa 17:09:10 Removing intermediate container 4e7ac88ed46d 17:09:10 ---> b4031c681937 17:09:10 Step 29/30 : LABEL git_sha=b9f59c6d9a7799eb889d2a9d861925a5d869922b 17:09:10 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:09:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:09:10 ---> 3489b1e7d788 17:09:10 Step 3/21 : WORKDIR /edgex-go 17:09:10 ---> Using cache 17:09:10 ---> d387393533cb 17:09:10 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:09:10 ---> Using cache 17:09:10 ---> a686dad66a56 17:09:10 Step 5/21 : RUN apk add --update --no-cache make git 17:09:10 ---> Using cache 17:09:10 ---> 8a842d1c0366 17:09:10 Step 6/21 : COPY go.mod . 17:09:10 ---> Using cache 17:09:10 ---> ba90ac0313ad 17:09:10 Step 7/21 : RUN go mod download 17:09:10 ---> Using cache 17:09:10 ---> 02ab3cc9cc8f 17:09:10 Step 8/21 : COPY . . 17:09:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:09:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:09:11 ---> 3489b1e7d788 17:09:11 Step 3/23 : WORKDIR /edgex-go 17:09:11 ---> Using cache 17:09:11 ---> d387393533cb 17:09:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:09:11 ---> Using cache 17:09:11 ---> a686dad66a56 17:09:11 Step 5/23 : RUN apk add --update --no-cache make git 17:09:11 ---> Using cache 17:09:11 ---> 8a842d1c0366 17:09:11 Step 6/23 : COPY go.mod . 17:09:11 ---> Using cache 17:09:11 ---> ba90ac0313ad 17:09:11 Step 7/23 : RUN go mod download 17:09:11 ---> Using cache 17:09:11 ---> 02ab3cc9cc8f 17:09:11 Step 8/23 : COPY . . 17:09:11 ---> Using cache 17:09:11 ---> b2da17cea08d 17:09:11 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:09:11 ---> Using cache 17:09:11 ---> b2da17cea08d 17:09:11 Step 9/23 : RUN make cmd/core-metadata/core-metadata 17:09:12 ---> Running in fa8d3a90d205 17:09:12 Removing intermediate container 3093687425aa 17:09:12 ---> 872f4cf18423 17:09:12 17:09:12 ---> Running in 8bddd8641f3e 17:09:12 ---> Running in 9286ed11f601 17:09:12 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:09:12 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:09:12 Successfully built 872f4cf18423 17:09:12 ---> 3489b1e7d788 17:09:12 Step 3/26 : WORKDIR /edgex-go 17:09:12 ---> Using cache 17:09:12 ---> d387393533cb 17:09:12 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:09:12 ---> Using cache 17:09:12 ---> a686dad66a56 17:09:12 Step 5/26 : RUN apk add --update --no-cache make bash git 17:09:13 Successfully tagged docker-core-data-go:latest 17:09:13  Building docker-core-data-go ... done Building docker-core-command-go 17:09:13 Removing intermediate container fa8d3a90d205 17:09:13 ---> 2ce1d33f0def 17:09:13 Step 30/30 : LABEL version=0.0.0 17:09:13 ---> Running in ac68ffe5cbc9 17:09:13 ---> Running in f54006f1078b 17:09:14 Removing intermediate container f54006f1078b 17:09:14 ---> 64c6c4b57530 17:09:14 17:09:14 Successfully built 64c6c4b57530 17:09:15 Successfully tagged docker-security-bootstrapper-go:latest 17:09:15  Building docker-security-bootstrapper-go ... done 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 17:09:15 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 17:09:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:09:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:09:16 OK: 233 MiB in 51 packages 17:09:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.083s coverage: 94.4% of statements 17:09:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 17:09:20 Removing intermediate container ac68ffe5cbc9 17:09:20 ---> e2adc5305206 17:09:20 Step 6/26 : COPY go.mod . 17:09:21 ---> 476a657171c5 17:09:21 Step 7/26 : RUN go mod download 17:09:21 ---> Running in 7ae7eff1923d 17:09:26 Removing intermediate container 7ae7eff1923d 17:09:26 ---> b8afc0030fbb 17:09:26 Step 8/26 : COPY . . 17:09:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:09:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:09:34 ---> 3489b1e7d788 17:09:34 Step 3/23 : WORKDIR /edgex-go 17:09:34 ---> Using cache 17:09:34 ---> d387393533cb 17:09:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:09:34 ---> Using cache 17:09:34 ---> a686dad66a56 17:09:34 Step 5/23 : RUN apk add --update --no-cache make git 17:09:34 ---> Using cache 17:09:34 ---> 8a842d1c0366 17:09:34 Step 6/23 : COPY go.mod . 17:09:34 ---> Using cache 17:09:34 ---> ba90ac0313ad 17:09:34 Step 7/23 : RUN go mod download 17:09:34 ---> Using cache 17:09:34 ---> 02ab3cc9cc8f 17:09:34 Step 8/23 : COPY . . 17:09:34 ---> Using cache 17:09:34 ---> b2da17cea08d 17:09:34 Step 9/23 : RUN make cmd/core-command/core-command 17:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.126s coverage: 92.9% of statements 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 17:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements 17:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.106s coverage: 87.2% of statements 17:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.139s coverage: 84.2% of statements 17:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.184s coverage: 91.4% of statements 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.465s coverage: 63.5% of statements 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements 17:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.099s coverage: 91.3% of statements 17:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements 17:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements 17:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements 17:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.691s coverage: 68.9% of statements 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:09:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:09:34 ---> Running in c97c7fb60a9f 17:09:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.367s coverage: 37.0% of statements 17:09:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:09:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:09:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.708s coverage: 84.0% of statements 17:09:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:09:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.096s coverage: 100.0% of statements 17:09:37 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 17:09:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.438s coverage: 47.0% of statements 17:09:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:09:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:09:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:09:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:09:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:09:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.187s coverage: 100.0% of statements 17:09:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:09:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.112s coverage: 100.0% of statements 17:09:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:09:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 17:09:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 17:09:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 17:09:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.173s coverage: 100.0% of statements 17:09:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 17:09:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 17:09:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 17:09:50 Removing intermediate container 8bddd8641f3e 17:09:50 ---> 1f1c0ce635cb 17:09:50 17:09:50 Step 10/21 : FROM alpine:3.12 17:09:50 ---> 389fef711851 17:09:50 Step 11/21 : RUN apk add --update --no-cache curl 17:09:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.944s coverage: 29.1% of statements 17:09:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:09:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:09:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:09:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:09:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:09:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.208s coverage: 99.0% of statements 17:09:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:09:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements 17:09:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:09:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 17:09:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 17:09:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 17:09:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.182s coverage: 100.0% of statements 17:09:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 17:09:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 17:09:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 17:09:50 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 17:09:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:09:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.073s coverage: 100.0% of statements 17:09:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:09:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:09:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:09:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:09:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.102s coverage: 87.9% of statements 17:09:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:09:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:09:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements 17:09:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements 17:09:50 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 17:09:51 GO111MODULE=on go vet ./... 17:09:51 Removing intermediate container 9286ed11f601 17:09:51 ---> cc4f3e40873a 17:09:51 17:09:51 Step 10/23 : FROM alpine:3.12 17:09:51 ---> 389fef711851 17:09:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:09:51 ---> Using cache 17:09:51 ---> aa3c7d979dbd 17:09:51 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:09:51 ---> Using cache 17:09:51 ---> cc61db88fa4d 17:09:51 Step 13/23 : ENV APP_PORT=48081 17:09:52 ---> Running in 32b525fb4302 17:09:52 ---> Running in f7f55c13928f 17:09:54 ---> 91d0f5e8dfcb 17:09:54 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:09:54 Removing intermediate container f7f55c13928f 17:09:54 ---> da82fc786152 17:09:54 Step 14/23 : EXPOSE $APP_PORT 17:09:54 ---> Running in bb609579fa92 17:09:54 ---> Running in 03beac866d6c 17:09:55 Removing intermediate container 03beac866d6c 17:09:55 ---> 4ce5c3334c3f 17:09:55 Step 15/23 : WORKDIR / 17:09:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:09:55 ---> Running in c6c283ffaf9c 17:09:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:09:55 (1/4) Installing ca-certificates (20191127-r4) 17:09:55 Removing intermediate container c6c283ffaf9c 17:09:55 ---> 6f96c65907d6 17:09:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:09:55 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:09:55 (3/4) Installing libcurl (7.69.1-r3) 17:09:55 (4/4) Installing curl (7.69.1-r3) 17:09:55 Executing busybox-1.31.1-r19.trigger 17:09:55 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 17:09:55 Executing ca-certificates-20191127-r4.trigger 17:09:55 OK: 7 MiB in 18 packages 17:09:56 ---> 171a7ae92bce 17:09:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:09:57 Removing intermediate container 32b525fb4302 17:09:57 ---> 07d76aeb8697 17:09:57 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:09:57 ---> Running in 9f19f0389188 17:09:57 ---> eb1b9c9fe713 17:09:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:09:58 Removing intermediate container 9f19f0389188 17:09:58 ---> eade39f7993e 17:09:58 Step 13/21 : WORKDIR /edgex 17:09:58 ---> Running in 2e63aa481430 17:09:58 ---> 19bbe49d0075 17:09:58 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:09:58 ---> Running in 8758df2672cd 17:09:58 Removing intermediate container 2e63aa481430 17:09:58 ---> 1e79fca6c7ed 17:09:58 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:09:59 Removing intermediate container 8758df2672cd 17:09:59 ---> c09972b6c637 17:09:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:09:59 ---> Running in 79616d2fd752 17:09:59 ---> 329f0f72ae64 17:09:59 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:09:59 Removing intermediate container 79616d2fd752 17:09:59 ---> e36147620631 17:09:59 Step 21/23 : LABEL arch=x86_64 17:09:59 ---> Running in 046b5ce336d1 17:10:00 Removing intermediate container 046b5ce336d1 17:10:00 ---> b9d40a17e877 17:10:00 Step 22/23 : LABEL git_sha=b9f59c6d9a7799eb889d2a9d861925a5d869922b 17:10:00 ---> Running in fed80301f462 17:10:00 ---> 10b832d161ae 17:10:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:10:00 Removing intermediate container fed80301f462 17:10:00 ---> a7d5b208a600 17:10:00 Step 23/23 : LABEL version=0.0.0 17:10:02 ---> Running in e75c88a7acce 17:10:03 ---> 5238288f2a9e 17:10:03 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:10:03 ---> Running in 5c683dad66fa 17:10:03 Removing intermediate container e75c88a7acce 17:10:03 ---> eddceaa47db6 17:10:03 17:10:03 Removing intermediate container c97c7fb60a9f 17:10:03 ---> eb9d4854ba0b 17:10:03 17:10:03 Step 10/23 : FROM alpine:3.12 17:10:03 ---> 389fef711851 17:10:03 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:10:03 ---> Using cache 17:10:03 ---> aa3c7d979dbd 17:10:03 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:10:03 ---> Using cache 17:10:03 ---> cc61db88fa4d 17:10:03 Step 13/23 : ENV APP_PORT=48082 17:10:03 ---> Running in 49068c4dab58 17:10:03 Removing intermediate container 5c683dad66fa 17:10:03 ---> 55a8c73d0af8 17:10:03 Step 18/21 : CMD ["--init=true"] 17:10:03 Successfully built eddceaa47db6 17:10:03 Successfully tagged docker-core-metadata-go:latest 17:10:03  Building docker-core-metadata-go ... done  ---> Running in 9a97346db223 17:10:03 Removing intermediate container 49068c4dab58 17:10:03 ---> d73f045c6461 17:10:03 Step 14/23 : EXPOSE $APP_PORT 17:10:03 ---> Running in 6d42bae13bdf 17:10:03 Removing intermediate container 9a97346db223 17:10:03 ---> 496d2fed1d89 17:10:03 Step 19/21 : LABEL arch=x86_64 17:10:03 ---> Running in e259bb63bfb6 17:10:04 Removing intermediate container 6d42bae13bdf 17:10:04 ---> 0a8fe701f417 17:10:04 Step 15/23 : WORKDIR / 17:10:04 Removing intermediate container e259bb63bfb6 17:10:04 ---> 2c0e660c692e 17:10:04 Step 20/21 : LABEL git_sha=b9f59c6d9a7799eb889d2a9d861925a5d869922b 17:10:04 ---> Running in c376f6f97761 17:10:04 ---> Running in d2e77b01f176 17:10:05 Removing intermediate container d2e77b01f176 17:10:05 ---> 2696eecd6107 17:10:05 Step 21/21 : LABEL version=0.0.0 17:10:05 Removing intermediate container c376f6f97761 17:10:05 ---> e3377fdb8490 17:10:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:10:05 ---> Running in e0ca817d0adc 17:10:05 Removing intermediate container e0ca817d0adc 17:10:05 ---> 6ac4ff9aa548 17:10:05 17:10:05 ---> e6ada4c15cdc 17:10:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:10:05 Successfully built 6ac4ff9aa548 17:10:05 Successfully tagged docker-security-proxy-setup-go:latest 17:10:07  Building docker-security-proxy-setup-go ... done  ---> 3ab2ff2a9603 17:10:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:10:07 ---> d8fd95d2f7e4 17:10:07 Step 19/23 : ENTRYPOINT ["/core-command"] 17:10:07 ---> Running in ded2d655d7a1 17:10:07 Removing intermediate container ded2d655d7a1 17:10:07 ---> 1baef95bd416 17:10:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:10:07 ---> Running in 890d11c83884 17:10:08 Removing intermediate container 890d11c83884 17:10:08 ---> d55a83776686 17:10:08 Step 21/23 : LABEL arch=x86_64 17:10:08 ---> Running in 474ef1ed69bf 17:10:08 Removing intermediate container 474ef1ed69bf 17:10:08 ---> 80a77040ffd3 17:10:08 Step 22/23 : LABEL git_sha=b9f59c6d9a7799eb889d2a9d861925a5d869922b 17:10:08 ---> Running in 21973b619855 17:10:08 Removing intermediate container 21973b619855 17:10:08 ---> acdbc7518808 17:10:08 Step 23/23 : LABEL version=0.0.0 17:10:09 ---> Running in 575ca0fdad0b 17:10:11 Removing intermediate container 575ca0fdad0b 17:10:11 ---> 67c52c2c7154 17:10:11 17:10:11 Removing intermediate container bb609579fa92 17:10:11 ---> fb53b89b874c 17:10:11 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:10:11 Successfully built 67c52c2c7154 17:10:11 Successfully tagged docker-core-command-go:latest 17:10:11  Building docker-core-command-go ... done  ---> Running in c509464be78f 17:10:11 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 17:10:12 Removing intermediate container c509464be78f 17:10:12 ---> 27daf9e7538e 17:10:12 17:10:12 Step 11/26 : FROM docker:20.10.0 17:10:12 20.10.0: Pulling from library/docker 17:10:17 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:10:17 Status: Downloaded newer image for docker:20.10.0 17:10:17 ---> aefe523efa57 17:10:17 Step 12/26 : RUN apk add --no-cache bash 17:10:18 ---> Running in fad4b45d20ca 17:10:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:10:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:10:18 (1/2) Installing readline (8.0.4-r0) 17:10:18 (2/2) Installing bash (5.0.17-r0) 17:10:18 Executing bash-5.0.17-r0.post-install 17:10:18 Executing busybox-1.31.1-r19.trigger 17:10:18 OK: 12 MiB in 22 packages 17:10:19 Removing intermediate container fad4b45d20ca 17:10:19 ---> 9ee136925216 17:10:19 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:10:19 ---> Running in 2302d979f8d8 17:10:19 Removing intermediate container 2302d979f8d8 17:10:19 ---> 053d5eb20b0f 17:10:19 Step 14/26 : ENV APP_PORT=48090 17:10:19 ---> Running in c3c1d1378e2d 17:10:20 Removing intermediate container c3c1d1378e2d 17:10:20 ---> 8acf35ed534e 17:10:20 Step 15/26 : EXPOSE $APP_PORT 17:10:20 ---> Running in 5d10d8b9d6a3 17:10:20 Removing intermediate container 5d10d8b9d6a3 17:10:20 ---> c350ec8d401d 17:10:20 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:10:20 ---> ea9250bffab5 17:10:20 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:10:20 ---> 2401803495b6 17:10:20 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:10:21 ---> ef0d63b1d081 17:10:21 Step 19/26 : RUN apk --no-cache add py3-pip 17:10:21 ---> Running in 5cf103e042fe 17:10:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:10:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:10:22 (1/33) Installing libbz2 (1.0.8-r1) 17:10:22 (2/33) Installing expat (2.2.9-r1) 17:10:22 (3/33) Installing libffi (3.3-r2) 17:10:22 (4/33) Installing gdbm (1.13-r1) 17:10:22 (5/33) Installing xz-libs (5.2.5-r0) 17:10:22 (6/33) Installing sqlite-libs (3.32.1-r0) 17:10:22 (7/33) Installing python3 (3.8.5-r0) 17:10:23 (8/33) Installing py3-appdirs (1.4.4-r1) 17:10:23 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:10:23 (10/33) Installing py3-parsing (2.4.7-r0) 17:10:23 (11/33) Installing py3-six (1.15.0-r0) 17:10:23 (12/33) Installing py3-packaging (20.4-r0) 17:10:23 (13/33) Installing py3-setuptools (47.0.0-r0) 17:10:23 (14/33) Installing py3-chardet (3.0.4-r4) 17:10:23 (15/33) Installing py3-idna (2.9-r0) 17:10:23 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:10:23 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:10:23 (18/33) Installing py3-requests (2.23.0-r0) 17:10:23 (19/33) Installing py3-msgpack (1.0.0-r0) 17:10:23 (20/33) Installing py3-lockfile (0.12.2-r3) 17:10:23 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:10:23 (22/33) Installing py3-colorama (0.4.3-r0) 17:10:23 (23/33) Installing py3-distlib (0.3.0-r0) 17:10:23 (24/33) Installing py3-distro (1.5.0-r1) 17:10:23 (25/33) Installing py3-webencodings (0.5.1-r3) 17:10:23 (26/33) Installing py3-html5lib (1.0.1-r4) 17:10:23 (27/33) Installing py3-pytoml (0.1.21-r0) 17:10:23 (28/33) Installing py3-pep517 (0.8.2-r0) 17:10:23 (29/33) Installing py3-progress (1.5-r0) 17:10:23 (30/33) Installing py3-toml (0.10.1-r0) 17:10:24 (31/33) Installing py3-retrying (1.3.3-r0) 17:10:24 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:10:24 (33/33) Installing py3-pip (20.1.1-r0) 17:10:24 Executing busybox-1.31.1-r19.trigger 17:10:24 OK: 71 MiB in 55 packages 17:10:34 Removing intermediate container 5cf103e042fe 17:10:34 ---> 0b2c6d2f1a0c 17:10:34 Step 20/26 : RUN pip install docker-compose==1.23.2 17:10:34 ---> Running in 97db65c06223 17:10:34 Collecting docker-compose==1.23.2 17:10:34 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:10:34 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:10:34 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:10:34 Collecting jsonschema<3,>=2.5.1 17:10:34 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:10:34 Collecting cached-property<2,>=1.2.0 17:10:35 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:10:35 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:10:35 Collecting PyYAML<4,>=3.10 17:10:35 Downloading PyYAML-3.13.tar.gz (270 kB) 17:10:36 Collecting docker<4.0,>=3.6.0 17:10:36 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:10:36 Collecting texttable<0.10,>=0.9.0 17:10:36 Downloading texttable-0.9.1.tar.gz (11 kB) 17:10:37 Collecting websocket-client<1.0,>=0.32.0 17:10:37 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:10:37 Collecting dockerpty<0.5,>=0.4.1 17:10:37 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:10:37 Collecting docopt<0.7,>=0.6.1 17:10:37 Downloading docopt-0.6.2.tar.gz (25 kB) 17:10:38 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) 17:10:38 Collecting urllib3<1.25,>=1.21.1 17:10:38 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:10:38 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) 17:10:38 Collecting idna<2.8,>=2.5 17:10:38 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:10:38 Collecting docker-pycreds>=0.4.0 17:10:38 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:10:38 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:10:38 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:10:38 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:10:38 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:10:38 Installing collected packages: urllib3, idna, requests, jsonschema, cached-property, PyYAML, docker-pycreds, websocket-client, docker, texttable, dockerpty, docopt, docker-compose 17:10:38 Attempting uninstall: urllib3 17:10:38 Found existing installation: urllib3 1.25.9 17:10:38 Uninstalling urllib3-1.25.9: 17:10:38 Successfully uninstalled urllib3-1.25.9 17:10:38 Attempting uninstall: idna 17:10:38 Found existing installation: idna 2.9 17:10:38 Uninstalling idna-2.9: 17:10:38 Successfully uninstalled idna-2.9 17:10:39 Attempting uninstall: requests 17:10:39 Found existing installation: requests 2.23.0 17:10:39 Uninstalling requests-2.23.0: 17:10:39 Successfully uninstalled requests-2.23.0 17:10:39 Running setup.py install for PyYAML: started 17:10:40 Running setup.py install for PyYAML: finished with status 'done' 17:10:40 Running setup.py install for texttable: started 17:10:40 Running setup.py install for texttable: finished with status 'done' 17:10:40 Running setup.py install for dockerpty: started 17:10:41 Running setup.py install for dockerpty: finished with status 'done' 17:10:41 Running setup.py install for docopt: started 17:10:41 Running setup.py install for docopt: finished with status 'done' 17:10:42 Successfully installed PyYAML-3.13 cached-property-1.5.2 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 17:10:46 Removing intermediate container 97db65c06223 17:10:46 ---> f6611d13514f 17:10:46 Step 21/26 : RUN apk --no-cache add curl 17:10:46 ---> Running in b439e3a39470 17:10:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:10:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:10:46 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:10:46 (2/3) Installing libcurl (7.69.1-r3) 17:10:46 (3/3) Installing curl (7.69.1-r3) 17:10:46 Executing busybox-1.31.1-r19.trigger 17:10:46 OK: 72 MiB in 58 packages 17:10:47 Removing intermediate container b439e3a39470 17:10:47 ---> 07b9436a3f30 17:10:47 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:10:47 ---> Running in 2c47c366e8d8 17:10:47 Removing intermediate container 2c47c366e8d8 17:10:47 ---> 71de8539c4ef 17:10:47 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:10:47 ---> Running in eed445467c39 17:10:47 Removing intermediate container eed445467c39 17:10:47 ---> e30bcd6d5c97 17:10:47 Step 24/26 : LABEL arch=x86_64 17:10:47 ---> Running in aea1d1976688 17:10:47 Removing intermediate container aea1d1976688 17:10:47 ---> 99e54f3f7989 17:10:47 Step 25/26 : LABEL git_sha=b9f59c6d9a7799eb889d2a9d861925a5d869922b 17:10:47 ---> Running in 2abc8c0cd87b 17:10:48 Removing intermediate container 2abc8c0cd87b 17:10:48 ---> 6f749118a642 17:10:48 Step 26/26 : LABEL version=0.0.0 17:10:48 ---> Running in daad56e330f5 17:10:48 Removing intermediate container daad56e330f5 17:10:48 ---> a9ab7a3b86f6 17:10:48 17:10:48 Successfully built a9ab7a3b86f6 17:10:48 Successfully tagged docker-sys-mgmt-agent-go:latest 17:10:48  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:10:48 $ docker stop --time=1 35c1d4a873aaf598dea7befdeebac920bc1ef036b44880206e3c0fee0b35e24f 17:10:50 $ docker rm -f 35c1d4a873aaf598dea7befdeebac920bc1ef036b44880206e3c0fee0b35e24f [Pipeline] // withDockerContainer [Pipeline] sh 17:10:51 + docker images 17:10:51 + grep docker 17:10:51 docker-sys-mgmt-agent-go latest a9ab7a3b86f6 3 seconds ago 313MB 17:10:51 docker-core-command-go latest 67c52c2c7154 42 seconds ago 16.9MB 17:10:51 docker-security-proxy-setup-go latest 6ac4ff9aa548 46 seconds ago 24.4MB 17:10:51 docker-core-metadata-go latest eddceaa47db6 49 seconds ago 18.8MB 17:10:51 docker-security-bootstrapper-go latest 64c6c4b57530 About a minute ago 17.9MB 17:10:51 docker-core-data-go latest 872f4cf18423 About a minute ago 22.3MB 17:10:51 docker-security-secretstore-setup-go latest 2de2d625bafe 2 minutes ago 24.6MB 17:10:51 docker-support-notifications-go latest e278055760ed 2 minutes ago 17.5MB 17:10:51 docker-support-scheduler-go latest 60b016d923ad 2 minutes ago 17MB 17:10:51 docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 17:11:07 Still waiting to schedule task 17:11:07 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 17:11:13 gofmt -l . 17:11:13 [ "`gofmt -l .`" = "" ] 17:11:13 ./bin/test-go-mod-tidy.sh 17:11:13 ./bin/test-attribution-txt.sh [Pipeline] sh 17:11:14 + ls -al . 17:11:14 total 712 17:11:14 drwxrwxr-x 9 1001 1001 4096 Feb 3 17:11 . 17:11:14 drwxr-xr-x 4 root root 4096 Feb 3 17:06 .. 17:11:14 -rw-rw-r-- 1 1001 1001 11 Feb 3 17:05 .dockerignore 17:11:14 drwxrwxr-x 8 1001 1001 4096 Feb 3 17:05 .git 17:11:14 drwxrwxr-x 3 1001 1001 4096 Feb 3 17:05 .github 17:11:14 -rw-rw-r-- 1 1001 1001 818 Feb 3 17:05 .gitignore 17:11:14 -rw-rw-r-- 1 1001 1001 166 Feb 3 17:05 .sonarcloud.properties 17:11:14 -rw-rw-r-- 1 1001 1001 7859 Feb 3 17:05 Attribution.txt 17:11:14 -rw-rw-r-- 1 1001 1001 3804 Feb 3 17:05 CONTRIBUTING.md 17:11:14 -rw-rw-r-- 1 1001 1001 931 Feb 3 17:05 Dockerfile.build 17:11:14 -rw-rw-r-- 1 1001 1001 863 Feb 3 17:05 Jenkinsfile 17:11:14 -rw-rw-r-- 1 1001 1001 10775 Feb 3 17:05 LICENSE 17:11:14 -rw-rw-r-- 1 1001 1001 5774 Feb 3 17:05 Makefile 17:11:14 -rw-rw-r-- 1 1001 1001 6524 Feb 3 17:05 README.md 17:11:14 -rw-rw-r-- 1 1001 1001 6755 Feb 3 17:05 SECURITY.md 17:11:14 -rw-rw-r-- 1 1001 1001 5 Feb 3 17:02 VERSION 17:11:14 -rw-rw-r-- 1 1001 1001 4131 Feb 3 17:05 ZMQWindows.md 17:11:14 drwxrwxr-x 2 1001 1001 4096 Feb 3 17:05 bin 17:11:14 drwxrwxr-x 14 1001 1001 4096 Feb 3 17:05 cmd 17:11:14 -rw-r--r-- 1 root root 580844 Feb 3 17:09 coverage.out 17:11:14 -rw-r--r-- 1 root root 1054 Feb 3 17:11 go.mod 17:11:14 -rw-r--r-- 1 root root 19399 Feb 3 17:11 go.sum 17:11:14 drwxrwxr-x 8 1001 1001 4096 Feb 3 17:05 internal 17:11:14 drwxrwxr-x 4 1001 1001 4096 Feb 3 17:05 openapi 17:11:14 drwxrwxr-x 4 1001 1001 4096 Feb 3 17:05 snap 17:11:14 -rw-rw-r-- 1 1001 1001 168 Feb 3 17:05 version.go [Pipeline] sh 17:11:14 + '[' -e coverage.out ] 17:11:14 + chown 1001:1001 coverage.out [Pipeline] stash 17:11:14 Warning: overwriting stash ‘coverage-report’ 17:11:16 Stashed 1 file(s) [Pipeline] sh 17:11:16 + make build 17:11:16 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 17:11:26 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 17:11:49 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 17:11:53 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 17:11:58 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 17:11:59 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 17:12:00 Running on prd-ubuntu18.04-docker-8c-8g-24738 in /w/workspace/edgexfoundry_edgex-go_PR-3115 [Pipeline] { [Pipeline] ws 17:12:00 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 17:12:03 using credential edgex-jenkins-ssh 17:12:03 Cloning the remote Git repository 17:12:03 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:12:03 > git init /w/workspace/edgex-go/4 # timeout=10 17:12:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:12:03 > git --version # timeout=10 17:12:03 > git --version # 'git version 2.17.1' 17:12:03 using GIT_SSH to set credentials SSH Credentials for GitHub 17:12:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:12:04 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 17:12:10 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 17:12:13 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 17:12:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:12:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:12:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:12:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:12:16 using GIT_SSH to set credentials SSH Credentials for GitHub 17:12:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3115/head:refs/remotes/origin/PR-3115 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:12:17 Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit b9f59c6d9a7799eb889d2a9d861925a5d869922b 17:12:17 Merge succeeded, producing b9f59c6d9a7799eb889d2a9d861925a5d869922b 17:12:17 Checking out Revision b9f59c6d9a7799eb889d2a9d861925a5d869922b (PR-3115) 17:12:18 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 17:12:17 > git config core.sparsecheckout # timeout=10 17:12:17 > git checkout -f b9f59c6d9a7799eb889d2a9d861925a5d869922b # timeout=10 17:12:17 > git remote # timeout=10 17:12:17 > git config --get remote.origin.url # timeout=10 17:12:17 using GIT_SSH to set credentials SSH Credentials for GitHub 17:12:17 > git merge 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 17:12:17 > git rev-parse HEAD^{commit} # timeout=10 17:12:17 > git config core.sparsecheckout # timeout=10 17:12:17 > git checkout -f b9f59c6d9a7799eb889d2a9d861925a5d869922b # timeout=10 17:12:21 Commit message: "feat(security): Address PR feedback" 17:12:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:12:22 + echo snap-build.sh 17:12:22 snap-build.sh 17:12:22 + SNAP_BASE_DIR=. 17:12:22 + '[' '!' -z /w/workspace/edgex-go/4 ']' 17:12:22 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 17:12:22 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 17:12:22 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 17:12:22 + cd /w/workspace/edgex-go/4 17:12:22 + sudo apt-get remove -qy --purge lxd lxd-client 17:12:22 Reading package lists... 17:12:22 Building dependency tree... 17:12:22 Reading state information... 17:12:22 The following packages were automatically installed and are no longer required: 17:12:22 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 17:12:22 uidmap xdelta3 17:12:22 Use 'sudo apt autoremove' to remove them. 17:12:22 The following packages will be REMOVED: 17:12:22 lxd* lxd-client* 17:12:22 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 17:12:22 After this operation, 31.7 MB disk space will be freed. 17:12:24 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 17:12:24 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 17:12:24 Removing lxd dnsmasq configuration 17:12:24 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 17:12:25 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 17:12:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:12:26 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 17:12:26 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 17:12:26 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 17:12:27 Processing triggers for systemd (237-3ubuntu10.42) ... 17:12:27 Processing triggers for ureadahead (0.100.0-21) ... 17:12:28 + sudo snap remove --purge lxd 17:12:28 snap "lxd" is not installed 17:12:28 + sudo groupadd --force --system lxd 17:12:28 ++ whoami 17:12:28 + sudo /usr/sbin/usermod -G lxd -a jenkins 17:12:28 + newgrp - lxd 17:12:28 + sudo snap install lxd [Pipeline] } 17:12:32 $ docker stop --time=1 031ef486b8fad03d4acf8b567d57a7d848ae1dcc5cf59394fa5b608241f40ece 17:12:34 $ docker rm -f 031ef486b8fad03d4acf8b567d57a7d848ae1dcc5cf59394fa5b608241f40ece [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:12:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:12:36 17:12:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix 17:12:36 2021-02-03T17:12:34Z INFO Waiting for automatic snapd restart... [Pipeline] sh 17:12:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:12:37 latest: Pulling from edgex-devops/edgex-compose-arm64 17:12:37 29e5d40040c1: Pulling fs layer 17:12:37 1ce36da41761: Pulling fs layer 17:12:37 25b303627fd3: Pulling fs layer 17:12:38 29e5d40040c1: Verifying Checksum 17:12:38 29e5d40040c1: Download complete 17:12:38 29e5d40040c1: Pull complete 17:12:38 1ce36da41761: Verifying Checksum 17:12:38 1ce36da41761: Download complete 17:12:40 1ce36da41761: Pull complete 17:12:40 25b303627fd3: Verifying Checksum 17:12:40 25b303627fd3: Download complete 17:12:50 25b303627fd3: Pull complete 17:12:50 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 17:12:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:12:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 17:12:50 prd-ubuntu18.04-docker-arm64-4c-16g-24736 does not seem to be running inside a container 17:12:50 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 17:12:51 lxd 4.10 from Canonical* installed 17:12:51 + sudo lxd init --auto 17:12:53 $ docker top 3a2e24bd1791c379dc7a9127d37bb5f4358df6053d8c1417739c14f33eb47da4 -eo pid,comm [Pipeline] { [Pipeline] sh 17:12:54 + docker-compose build --help 17:12:54 + grep parallel 17:12:58 --parallel Build images in parallel. [Pipeline] } 17:12:58 $ docker stop --time=1 3a2e24bd1791c379dc7a9127d37bb5f4358df6053d8c1417739c14f33eb47da4 17:12:59 + sudo snap install --classic snapcraft 17:13:00 $ docker rm -f 3a2e24bd1791c379dc7a9127d37bb5f4358df6053d8c1417739c14f33eb47da4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:13:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:13:01 . [Pipeline] withDockerContainer 17:13:01 prd-ubuntu18.04-docker-arm64-4c-16g-24736 does not seem to be running inside a container 17:13:01 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 17:13:02 $ docker top 8e1e97b91d95f5cf2b0d114cd8989bd51779dba1daae5357b536b6992f6d472f -eo pid,comm [Pipeline] { [Pipeline] sh 17:13:03 + docker-compose -f ./docker-compose-build.yml build --parallel 17:13:06 snapcraft 4.4.4 from Canonical* installed 17:13:06 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 17:13:06 + patch --verbose -p1 17:13:06 Hmm... Looks like a unified diff to me... 17:13:06 The text leading up to this was: 17:13:06 -------------------------- 17:13:06 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 17:13:06 |From: Tony Espy 17:13:06 |Date: Wed, 16 Dec 2020 16:34:55 -0500 17:13:06 |Subject: [PATCH] optimize snap build for pipeline CI check 17:13:06 | 17:13:06 |This patch is used by the EdgeX CI pipeline builds to 17:13:06 |optimize the snap CI check run for pull requests. When 17:13:06 |applied, it essentially strips out everything (apps and 17:13:06 |parts) from the snapcraft.yaml file except those required 17:13:06 |to build edgex-go, as the whole idea of the CI check is to 17:13:06 |catch changes to edgex-go that break the snap build. 17:13:06 | 17:13:06 |In general, anyone updating snapcraft.yaml will also need 17:13:06 |to update this patch file, otherwise it may fail to apply, 17:13:06 |resulting in a failed snap build CI check in the associated 17:13:06 |pull request. 17:13:06 | 17:13:06 |Note - in addition to applying this patch, the pipeline also 17:13:06 |only primes the snap (e.g. `snapcraft prime`), as there's no 17:13:06 |need to build the finally binary .snap file (and it won't 17:13:06 |work with the patch applied). This further reduces the build 17:13:06 |time. 17:13:06 |--- 17:13:06 | snap/snapcraft.yaml | 461 +------------------------------------------- 17:13:06 | 1 file changed, 2 insertions(+), 459 deletions(-) 17:13:06 | 17:13:06 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 17:13:06 |index 1e537489..faf42425 100644 17:13:06 |--- a/snap/snapcraft.yaml 17:13:06 |+++ b/snap/snapcraft.yaml 17:13:06 -------------------------- 17:13:06 patching file snap/snapcraft.yaml 17:13:06 Using Plan A... 17:13:06 Hunk #1 FAILED at 73. 17:13:06 Hunk #2 succeeded at 277 with fuzz 1 (offset 6 lines). 17:13:06 Hunk #3 succeeded at 289 (offset 3 lines). 17:13:06 Hunk #4 succeeded at 297 (offset 3 lines). 17:13:06 Hunk #5 succeeded at 304 (offset 3 lines). 17:13:06 Hunk #6 succeeded at 331 (offset 3 lines). 17:13:06 Hunk #7 succeeded at 365 (offset 3 lines). 17:13:06 Hunk #8 succeeded at 424 (offset 11 lines). 17:13:06 1 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 17:13:06 Hmm... Ignoring the trailing garbage. 17:13:06 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 17:13:07 Failed in branch amd64 17:13:07 Building docker-core-command-go ... 17:13:07 Building docker-core-data-go ... 17:13:07 Building docker-core-metadata-go ... 17:13:07 Building docker-security-bootstrapper-go ... 17:13:07 Building docker-security-proxy-setup-go ... 17:13:07 Building docker-security-secretstore-setup-go ... 17:13:07 Building docker-support-notifications-go ... 17:13:07 Building docker-support-scheduler-go ... 17:13:07 Building docker-sys-mgmt-agent-go ... 17:13:07 Building docker-support-notifications-go 17:13:07 Building docker-core-metadata-go 17:13:07 Building docker-core-command-go 17:13:07 Building docker-security-proxy-setup-go 17:13:07 Building docker-core-data-go 17:14:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:14:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:14:29 ---> 4dfb76dee07a 17:14:29 Step 3/23 : WORKDIR /edgex-go 17:14:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:14:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:14:29 ---> 4dfb76dee07a 17:14:29 Step 3/23 : WORKDIR /edgex-go 17:14:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:14:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:14:29 ---> 4dfb76dee07a 17:14:29 Step 3/23 : WORKDIR /edgex-go 17:14:29 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:14:29 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:14:29 ---> 4dfb76dee07a 17:14:29 Step 3/21 : WORKDIR /edgex-go 17:14:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:14:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:14:29 ---> 4dfb76dee07a 17:14:29 Step 3/22 : WORKDIR /edgex-go 17:14:29 ---> Running in 3387091b307f 17:14:29 ---> Running in 3c68d7bea3ec 17:14:29 ---> Running in 672a85da444e 17:14:29 ---> Running in 4ad51929bd9c 17:14:29 ---> Running in 114abcf7d9dd 17:14:29 Removing intermediate container 4ad51929bd9c 17:14:29 ---> 48dcfef2bba7 17:14:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:14:29 Removing intermediate container 3c68d7bea3ec 17:14:29 ---> 72424c561ca8 17:14:29 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:14:29 Removing intermediate container 114abcf7d9dd 17:14:29 Removing intermediate container 672a85da444e 17:14:29 ---> 220f9fae7555 17:14:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 3387091b307f 17:14:29 ---> c01a2f267037 17:14:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:14:29 17:14:29 ---> 908e415248c8 17:14:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:14:29 ---> Running in cd5a20b64ba9 17:14:29 ---> Running in 2d97d9b37604 17:14:29 ---> Running in d2ae8f3765f9 17:14:29 ---> Running in ee6775c62c85 17:14:29 ---> Running in 80f927f2cb47 17:14:29 Removing intermediate container cd5a20b64ba9 17:14:29 ---> bc83a0977c68 17:14:29 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:14:29 ---> Running in 5cc06cff44ad 17:14:29 Removing intermediate container 2d97d9b37604 17:14:29 ---> 945db0098854 17:14:29 Step 5/21 : RUN apk add --update --no-cache make git 17:14:29 Removing intermediate container d2ae8f3765f9 17:14:29 ---> 59f8755e2b04 17:14:29 Step 5/23 : RUN apk add --update --no-cache make git 17:14:29 Removing intermediate container ee6775c62c85 17:14:29 ---> bbebf3144fa8 17:14:29 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:14:29 ---> Running in 2ebc8fd869ba 17:14:29 ---> Running in 6aa1c3d6018d 17:14:29 Removing intermediate container 80f927f2cb47 17:14:29 ---> 91f80f9d2d8f 17:14:29 Step 5/23 : RUN apk add --update --no-cache make git 17:14:29 ---> Running in 55c182aaa0bb 17:14:29 ---> Running in 27645cd43c1e 17:14:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:14:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:14:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:14:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:14:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:14:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:14:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:14:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:14:30 OK: 217 MiB in 51 packages 17:14:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:14:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:14:30 OK: 217 MiB in 51 packages 17:14:30 OK: 217 MiB in 51 packages 17:14:31 OK: 217 MiB in 51 packages 17:14:31 OK: 217 MiB in 51 packages 17:14:31 Removing intermediate container 5cc06cff44ad 17:14:31 ---> e5a18d98e5d6 17:14:31 Step 6/23 : COPY go.mod . 17:14:32 Removing intermediate container 2ebc8fd869ba 17:14:32 ---> 6f091bde1eb6 17:14:32 Step 6/21 : COPY go.mod . 17:14:32 Removing intermediate container 6aa1c3d6018d 17:14:32 ---> c58552b368bd 17:14:32 Step 6/23 : COPY go.mod . 17:14:33 ---> f48219de4ae3 17:14:33 Step 7/23 : RUN go mod download 17:14:33 Removing intermediate container 55c182aaa0bb 17:14:33 ---> 5ae7a72f5e62 17:14:33 Step 6/22 : COPY go.mod . 17:14:33 ---> Running in a59fe1f47fbf 17:14:33 ---> 18ca63b08eec 17:14:33 Step 7/21 : RUN go mod download 17:14:33 Removing intermediate container 27645cd43c1e 17:14:33 ---> 8fb53f2eb736 17:14:33 Step 6/23 : COPY go.mod . 17:14:33 ---> Running in 6c35bd072aec 17:14:33 ---> 07edeac23a13 17:14:33 Step 7/23 : RUN go mod download 17:14:34 ---> Running in 60e9fc4a3f6c 17:14:34 ---> ffcb117ca420 17:14:34 Step 7/22 : RUN go mod download 17:14:34 ---> Running in 5d7b326ee18c 17:14:34 ---> c2b2f9cde612 17:14:34 Step 7/23 : RUN go mod download 17:14:34 ---> Running in 40a665351fa4 17:14:37 Removing intermediate container a59fe1f47fbf 17:14:37 ---> aed21cb7517e 17:14:37 Step 8/23 : COPY . . 17:14:38 Removing intermediate container 6c35bd072aec 17:14:38 ---> 9a580c28c585 17:14:38 Step 8/21 : COPY . . 17:14:39 Removing intermediate container 60e9fc4a3f6c 17:14:39 ---> 4d89db9b1fc6 17:14:39 Step 8/23 : COPY . . 17:14:39 Removing intermediate container 5d7b326ee18c 17:14:39 ---> a743760d36b4 17:14:39 Step 8/22 : COPY . . 17:14:40 Removing intermediate container 40a665351fa4 17:14:40 ---> 645a738e814c 17:14:40 Step 8/23 : COPY . . 17:15:06 ---> c04b7ea9a26a 17:15:06 Step 9/23 : RUN make cmd/core-command/core-command 17:15:06 ---> 61ef55efb99a 17:15:06 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:15:06 ---> 6758740bef84 17:15:06 Step 9/23 : RUN make cmd/core-data/core-data 17:15:06 ---> f89edb680489 17:15:06 Step 9/23 : RUN make cmd/core-metadata/core-metadata 17:15:06 ---> 0353351497bc 17:15:06 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:15:06 ---> Running in b1baa4baf0dc 17:15:06 ---> Running in ad122b5acf07 17:15:06 ---> Running in 58b8f9ba36df 17:15:06 ---> Running in f9de65517c92 17:15:06 ---> Running in 83fe8197bcc1 17:15:06 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 17:15:06 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 17:15:06 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 17:15:07 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 17:15:07 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 17:16:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:16:42 Removing intermediate container 58b8f9ba36df 17:16:42 ---> 0b1c7909697d 17:16:42 17:16:42 Step 10/21 : FROM alpine:3.12 17:16:42 3.12: Pulling from library/alpine 17:16:42 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:16:42 Status: Downloaded newer image for alpine:3.12 17:16:42 ---> afeebe901d6b 17:16:42 Step 11/21 : RUN apk add --update --no-cache curl 17:16:42 ---> Running in 13fde882fc28 17:16:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:16:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:16:45 (1/4) Installing ca-certificates (20191127-r4) 17:16:45 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:16:45 (3/4) Installing libcurl (7.69.1-r3) 17:16:45 (4/4) Installing curl (7.69.1-r3) 17:16:45 Executing busybox-1.31.1-r19.trigger 17:16:45 Executing ca-certificates-20191127-r4.trigger 17:16:45 OK: 7 MiB in 18 packages 17:16:49 Removing intermediate container 13fde882fc28 17:16:49 ---> 35620d000fe9 17:16:49 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:16:49 ---> Running in ff34e12ec4ce 17:16:49 Removing intermediate container ff34e12ec4ce 17:16:49 ---> b0a791ab6781 17:16:49 Step 13/21 : WORKDIR /edgex 17:16:50 ---> Running in f13882c38a61 17:16:51 Removing intermediate container f13882c38a61 17:16:51 ---> 4c86e275e8b1 17:16:51 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:16:52 ---> b369793e24eb 17:16:52 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:16:54 ---> fbe27f6767cb 17:16:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:16:56 ---> a5e67224e2d4 17:16:56 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:16:56 ---> Running in c0ceba9c1cb7 17:16:57 Removing intermediate container c0ceba9c1cb7 17:16:57 ---> c005c384c312 17:16:57 Step 18/21 : CMD ["--init=true"] 17:16:57 ---> Running in 8ab1c9165f5d 17:16:59 Removing intermediate container 8ab1c9165f5d 17:16:59 ---> a9962af8655b 17:16:59 Step 19/21 : LABEL arch=arm64 17:17:00 ---> Running in 59888b79c695 17:17:01 Removing intermediate container b1baa4baf0dc 17:17:01 ---> c9a1ac015c99 17:17:01 17:17:01 Step 10/23 : FROM alpine:3.12 17:17:01 ---> afeebe901d6b 17:17:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:17:01 Removing intermediate container 59888b79c695 17:17:01 ---> 14fc1dfc8e46 17:17:01 Step 20/21 : LABEL git_sha=b9f59c6d9a7799eb889d2a9d861925a5d869922b 17:17:02 ---> Running in 7345578f50ef 17:17:02 ---> Running in 4b945542f94e 17:17:03 Removing intermediate container 4b945542f94e 17:17:03 ---> 0f1c94d7fe0c 17:17:03 Step 21/21 : LABEL version=0.0.0 17:17:04 ---> Running in af85040ca016 17:17:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:17:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:17:04 Removing intermediate container 83fe8197bcc1 17:17:04 ---> 9458142f0ba7 17:17:04 17:17:04 Step 10/22 : FROM alpine:3.12 17:17:04 ---> afeebe901d6b 17:17:04 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:17:05 ---> Running in ae9adb9ddadf 17:17:05 Removing intermediate container af85040ca016 17:17:05 ---> d438050c818e 17:17:05 17:17:05 (1/1) Installing dumb-init (1.2.2-r1) 17:17:05 Executing busybox-1.31.1-r19.trigger 17:17:05 OK: 5 MiB in 15 packages 17:17:05 Successfully built d438050c818e 17:17:05 Successfully tagged docker-security-proxy-setup-go-arm64:latest 17:17:05 Building docker-sys-mgmt-agent-go 17:17:07  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:17:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:17:07 Removing intermediate container 7345578f50ef 17:17:07 ---> 157a64b46a71 17:17:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:17:07 (1/2) Installing ca-certificates (20191127-r4) 17:17:07 (2/2) Installing dumb-init (1.2.2-r1) 17:17:07 Executing busybox-1.31.1-r19.trigger 17:17:08 Executing ca-certificates-20191127-r4.trigger 17:17:08 OK: 6 MiB in 16 packages 17:17:09 ---> Running in 581c89092365 17:17:11 Removing intermediate container 581c89092365 17:17:11 ---> ea88b159eb06 17:17:11 Step 13/23 : ENV APP_PORT=48082 17:17:12 ---> Running in d365f8e6b9e1 17:17:12 Removing intermediate container ae9adb9ddadf 17:17:12 ---> b82cd25693e4 17:17:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:17:12 Removing intermediate container f9de65517c92 17:17:12 ---> 62fb939723c2 17:17:12 17:17:12 Step 10/23 : FROM alpine:3.12 17:17:12 ---> afeebe901d6b 17:17:12 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:17:12 ---> Using cache 17:17:12 ---> 157a64b46a71 17:17:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:17:12 ---> Using cache 17:17:12 ---> ea88b159eb06 17:17:12 Step 13/23 : ENV APP_PORT=48081 17:17:12 ---> Running in 428a156bd819 17:17:13 ---> Running in 1fed85588c46 17:17:13 Removing intermediate container d365f8e6b9e1 17:17:13 ---> 2f3237f47c52 17:17:13 Step 14/23 : EXPOSE $APP_PORT 17:17:13 ---> Running in 2cc8a10a65e4 17:17:13 Removing intermediate container 428a156bd819 17:17:13 ---> 8dd36d0f7184 17:17:13 Step 13/22 : ENV APP_PORT=48060 17:17:13 Removing intermediate container 1fed85588c46 17:17:13 ---> ccc3d1f6fe47 17:17:13 Step 14/23 : EXPOSE $APP_PORT 17:17:14 ---> Running in 0156dbaf177b 17:17:14 ---> Running in ee13c0efb37c 17:17:14 Removing intermediate container 2cc8a10a65e4 17:17:14 ---> b2e619838c55 17:17:14 Step 15/23 : WORKDIR / 17:17:15 ---> Running in cbf4032d723d 17:17:15 Removing intermediate container ee13c0efb37c 17:17:15 ---> 1872e793df68 17:17:15 Step 15/23 : WORKDIR / 17:17:15 Removing intermediate container 0156dbaf177b 17:17:15 ---> 63b0546ba8e9 17:17:15 Step 14/22 : EXPOSE $APP_PORT 17:17:15 ---> Running in 78d87cb52cb6 17:17:15 ---> Running in f9b6af7b6f88 17:17:16 Removing intermediate container cbf4032d723d 17:17:16 ---> 093a9006d1d7 17:17:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:17:16 Removing intermediate container 78d87cb52cb6 17:17:16 ---> a1f211f96764 17:17:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:17:17 Removing intermediate container f9b6af7b6f88 17:17:17 ---> 7f6fe0bd2ad8 17:17:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:17:19 ---> 313104e7d6bb 17:17:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:17:20 ---> 79ba6977fc83 17:17:20 ---> 59dc6d9b1b34 17:17:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:17:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:17:21 Removing intermediate container ad122b5acf07 17:17:21 ---> 0ff7906c21b0 17:17:21 17:17:21 Step 10/23 : FROM alpine:3.12 17:17:21 ---> afeebe901d6b 17:17:21 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:17:21 ---> f918081d73d7 17:17:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:17:21 ---> Running in 7bb597287c0b 17:17:22 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:17:22 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:17:22 ---> 4dfb76dee07a 17:17:22 Step 3/26 : WORKDIR /edgex-go 17:17:22 ---> Using cache 17:17:22 ---> 908e415248c8 17:17:22 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:17:22 ---> Using cache 17:17:22 ---> bbebf3144fa8 17:17:22 Step 5/26 : RUN apk add --update --no-cache make bash git 17:17:22 ---> bc0f40f363f9 17:17:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml ---> e4a8dc9bffad 17:17:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:17:22 17:17:22 ---> Running in e38825878fa4 17:17:23 Removing intermediate container 7bb597287c0b 17:17:23 ---> 2089c07e3ada 17:17:23 Step 12/23 : ENV APP_PORT=48080 17:17:23 ---> 875eab35b196 17:17:23 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:17:23 ---> Running in ba74b4a9fae8 17:17:23 ---> Running in 0158e0e4fed8 17:17:23 ---> 7c87de361712 17:17:23 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:17:23 ---> 6c34d9b975d0 17:17:23 Step 19/23 : ENTRYPOINT ["/core-command"] 17:17:24 ---> Running in c24013477723 17:17:24 Removing intermediate container ba74b4a9fae8 17:17:24 ---> 94e0a4cc4d13 17:17:24 Step 13/23 : EXPOSE $APP_PORT 17:17:24 ---> Running in 3414a7112f3b 17:17:24 Removing intermediate container 0158e0e4fed8 17:17:24 ---> 32c1e88d8b29 17:17:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:17:24 ---> Running in e3800d72b776 17:17:24 ---> Running in e090060f0705 17:17:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:17:24 Removing intermediate container c24013477723 17:17:24 ---> 317d7f24bf2f 17:17:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:17:24 Removing intermediate container 3414a7112f3b 17:17:24 ---> 19ad6946130e 17:17:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:17:25 ---> Running in b222821474fd 17:17:25 ---> Running in bb387343abf7 17:17:25 Removing intermediate container e090060f0705 17:17:25 ---> fd62c51b8f0f 17:17:25 Step 20/22 : LABEL arch=arm64Removing intermediate container e3800d72b776 17:17:25 17:17:25 ---> 754df6c4ae15 17:17:25 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:17:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:17:25 ---> Running in 38e804ec6f3d 17:17:25 ---> Running in 0f05e70325bc 17:17:25 Removing intermediate container b222821474fd 17:17:25 ---> faa61ff5bbe5 17:17:25 Step 21/23 : LABEL arch=arm64 17:17:25 Removing intermediate container bb387343abf7 17:17:25 ---> e01a3f7b87a0 17:17:25 Step 21/23 : LABEL arch=arm64 17:17:25 ---> Running in fc2871a2c7dc 17:17:25 ---> Running in 97b789b6dcfa 17:17:26 Removing intermediate container 0f05e70325bc 17:17:26 ---> 4b94c145573d 17:17:26 Step 21/22 : LABEL git_sha=b9f59c6d9a7799eb889d2a9d861925a5d869922b 17:17:26 ---> Running in f656e7ddb79e 17:17:26 OK: 217 MiB in 51 packages 17:17:26 Removing intermediate container fc2871a2c7dc 17:17:26 ---> d934b14a10b2 17:17:26 Step 22/23 : LABEL git_sha=b9f59c6d9a7799eb889d2a9d861925a5d869922b 17:17:26 Removing intermediate container 97b789b6dcfa 17:17:26 ---> 811bdf27db16 17:17:26 Step 22/23 : LABEL git_sha=b9f59c6d9a7799eb889d2a9d861925a5d869922b 17:17:26 ---> Running in da9b81c21cdb 17:17:26 Removing intermediate container f656e7ddb79e 17:17:26 ---> 65ac5c27ab1f 17:17:26 Step 22/22 : LABEL version=0.0.0 17:17:26 ---> Running in 8e1d3c51bbf2 17:17:27 ---> Running in c1b4fd461b29 17:17:27 Removing intermediate container da9b81c21cdb 17:17:27 ---> 1267298437d5 17:17:27 Step 23/23 : LABEL version=0.0.0 17:17:27 Removing intermediate container 8e1d3c51bbf2 17:17:27 ---> 3c52d639202e 17:17:27 Step 23/23 : LABEL version=0.0.0 17:17:27 ---> Running in b7d044e7276c 17:17:28 ---> Running in c489497fec84 17:17:28 Removing intermediate container c1b4fd461b29 17:17:28 ---> 1f0c67d4c439 17:17:28 17:17:28 Removing intermediate container e38825878fa4 17:17:28 ---> cb4ea29b5aec 17:17:28 Step 6/26 : COPY go.mod . 17:17:28 Removing intermediate container 38e804ec6f3d 17:17:28 ---> b846da814b50 17:17:28 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:17:28 Removing intermediate container b7d044e7276c 17:17:28 ---> 1a285c3d2d68 17:17:28 17:17:28 Successfully built 1f0c67d4c439 17:17:28 Successfully tagged docker-support-notifications-go-arm64:latest 17:17:28  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 17:17:28 ---> Running in f75dba297fad 17:17:28 Removing intermediate container c489497fec84 17:17:28 ---> c3c0eb4b154f 17:17:28 17:17:29 ---> 42be9699c8a1 17:17:29 Step 7/26 : RUN go mod download 17:17:29 Successfully built 1a285c3d2d68 17:17:29 Successfully tagged docker-core-metadata-go-arm64:latest 17:17:29 Building docker-security-bootstrapper-go 17:17:29  Building docker-core-metadata-go ... done  ---> Running in 08c54cb14c8c 17:17:29 Successfully built c3c0eb4b154f 17:17:29 Successfully tagged docker-core-command-go-arm64:latest 17:17:29  Building docker-core-command-go ... done Building docker-support-scheduler-go 17:17:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:17:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:17:31 (1/6) Installing dumb-init (1.2.2-r1) 17:17:31 (2/6) Installing libgcc (9.3.0-r2) 17:17:31 Removing intermediate container 08c54cb14c8c 17:17:31 ---> 2d547792bef0 17:17:31 Step 8/26 : COPY . . 17:17:32 (3/6) Installing libsodium (1.0.18-r0) 17:17:32 (4/6) Installing libstdc++ (9.3.0-r2) 17:17:32 (5/6) Installing libzmq (4.3.3-r0) 17:17:32 (6/6) Installing zeromq (4.3.3-r0) 17:17:32 Executing busybox-1.31.1-r19.trigger 17:17:32 OK: 8 MiB in 20 packages 17:17:39 Removing intermediate container f75dba297fad 17:17:39 ---> ac774dfd7ae7 17:17:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:17:42 ---> 55e739ef3b73 17:17:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:17:43 ---> 6388f573ee20 17:17:43 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:17:44 ---> Running in b1c491c8c46b 17:17:44 ---> 525c943fe514 17:17:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:17:45 ---> fba685015c39 17:17:45 Step 19/23 : ENTRYPOINT ["/core-data"] 17:17:45 ---> Running in 3a4225c02ff5 17:17:46 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 17:17:46 Removing intermediate container 3a4225c02ff5 17:17:46 ---> b08d39915aa5 17:17:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:17:46 ---> Running in d50e43ecf418 17:17:47 Removing intermediate container d50e43ecf418 17:17:47 ---> 54a9efc9abd2 17:17:47 Step 21/23 : LABEL arch=arm64 17:17:47 ---> Running in 0054dae18078 17:17:47 Removing intermediate container 0054dae18078 17:17:47 ---> 7332ec4e5c41 17:17:47 Step 22/23 : LABEL git_sha=b9f59c6d9a7799eb889d2a9d861925a5d869922b 17:17:48 ---> Running in 0ce887ac3135 17:17:49 Removing intermediate container 0ce887ac3135 17:17:49 ---> 18ea7595ecbd 17:17:49 Step 23/23 : LABEL version=0.0.0 17:17:49 ---> Running in 19879b20d143 17:17:49 Removing intermediate container 19879b20d143 17:17:49 ---> bebad92bdb7e 17:17:49 17:17:51 Successfully built bebad92bdb7e 17:17:51 Successfully tagged docker-core-data-go-arm64:latest 17:18:09  Building docker-core-data-go ... done Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:18:09 Step 2/30 : FROM ${BUILDER_BASE} AS builder 17:18:09 ---> 4dfb76dee07a 17:18:09 Step 3/30 : WORKDIR /edgex-go 17:18:09 ---> Using cache 17:18:09 ---> 908e415248c8 17:18:09 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:18:09 ---> Using cache 17:18:09 ---> bbebf3144fa8 17:18:09 Step 5/30 : RUN apk add --update --no-cache make git 17:18:09 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:18:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:18:09 ---> 4dfb76dee07a 17:18:09 Step 3/24 : WORKDIR /edgex-go 17:18:09 ---> Using cache 17:18:09 ---> 908e415248c8 17:18:09 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:18:09 ---> Using cache 17:18:09 ---> bbebf3144fa8 17:18:09 Step 5/24 : RUN apk add --update --no-cache make git 17:18:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:18:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:18:09 ---> 4dfb76dee07a 17:18:09 Step 3/22 : WORKDIR /edgex-go 17:18:09 ---> Using cache 17:18:09 ---> 908e415248c8 17:18:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:18:09 ---> Using cache 17:18:09 ---> bbebf3144fa8 17:18:09 Step 5/22 : RUN apk add --update --no-cache make git 17:18:12 ---> Running in ffd8ec2854d7 17:18:12 ---> Running in aea8126b9496 17:18:12 ---> Running in 08dfb82eb1f9 17:18:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:18:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:18:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:18:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:18:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:18:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:18:16 OK: 217 MiB in 51 packages 17:18:16 OK: 217 MiB in 51 packages 17:18:17 OK: 217 MiB in 51 packages 17:18:19 Removing intermediate container ffd8ec2854d7 17:18:19 ---> 55899ce64cf5 17:18:19 Step 6/30 : COPY go.mod . 17:18:19 Removing intermediate container aea8126b9496 17:18:19 ---> 2def701b6570 17:18:19 Step 6/22 : COPY go.mod . 17:18:19 Removing intermediate container 08dfb82eb1f9 17:18:19 ---> 05bbb7c091b9 17:18:19 Step 6/24 : COPY go.mod . 17:18:20 ---> 4a89b296cee5 17:18:20 Step 7/30 : RUN go mod download 17:18:20 ---> Running in 30ac9a6e07df 17:18:20 ---> cac8fb5c7474 17:18:20 Step 7/22 : RUN go mod download 17:18:20 ---> 124338f3a018 17:18:20 Step 7/24 : RUN go mod download 17:18:20 ---> Running in 259e61e90bfb 17:18:20 ---> Running in e851463c07a3 17:18:24 Removing intermediate container 30ac9a6e07df 17:18:24 ---> 495413099bb8 17:18:24 Step 8/30 : COPY . . 17:18:24 Removing intermediate container 259e61e90bfb 17:18:24 ---> 75a790c12074 17:18:24 Step 8/22 : COPY . . 17:18:24 Removing intermediate container e851463c07a3 17:18:24 ---> 0962589c20e8 17:18:24 Step 8/24 : COPY . . 17:18:33 Removing intermediate container b1c491c8c46b 17:18:33 ---> 333dad2f3cf7 17:18:33 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:18:34 ---> Running in d3cb1bd689ca 17:18:35 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 17:18:42 Removing intermediate container d3cb1bd689ca 17:18:42 ---> cd414d925ea5 17:18:42 17:18:42 Step 11/26 : FROM docker:20.10.0 17:18:42 ---> 5f30d9e414a9 17:18:42 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 17:18:42 ---> 7af104f6fbc5 17:18:42 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:18:42 20.10.0: Pulling from library/docker 17:18:42 ---> ae7f14eff34c 17:18:42 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 17:18:42 ---> Running in 8791b144fff3 17:18:42 ---> Running in d16d7b857e9e 17:18:42 ---> Running in 4cb0c566d390 17:18:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:18: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 17:18:44 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 17:19:02 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:19:02 Status: Downloaded newer image for docker:20.10.0 17:19:02 ---> eeaf43b92773 17:19:02 Step 12/26 : RUN apk add --no-cache bash 17:19:02 ---> Running in d82f7eec0481 17:19:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:19:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:19:06 (1/2) Installing readline (8.0.4-r0) 17:19:06 (2/2) Installing bash (5.0.17-r0) 17:19:06 Executing bash-5.0.17-r0.post-install 17:19:06 Executing busybox-1.31.1-r19.trigger 17:19:06 OK: 12 MiB in 22 packages 17:19:08 Removing intermediate container d82f7eec0481 17:19:08 ---> ba5e43010b65 17:19:08 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:19:08 ---> Running in 1309b9554070 17:19:08 Removing intermediate container 1309b9554070 17:19:08 ---> beedb70dde5d 17:19:08 Step 14/26 : ENV APP_PORT=48090 17:19:08 ---> Running in e1484b3541f0 17:19:09 Removing intermediate container e1484b3541f0 17:19:09 ---> ee9609692052 17:19:09 Step 15/26 : EXPOSE $APP_PORT 17:19:09 ---> Running in 3cfae4f8b496 17:19:10 Removing intermediate container 3cfae4f8b496 17:19:10 ---> 12e44608fb0e 17:19:10 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:19:11 ---> 625b9ce28e37 17:19:11 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:19:13 ---> 6f0fe8135334 17:19:13 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:19:14 ---> 10920a2d96ff 17:19:14 Step 19/26 : RUN apk --no-cache add py3-pip 17:19:14 ---> Running in 445267859a2a 17:19:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:19:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:19:17 (1/33) Installing libbz2 (1.0.8-r1) 17:19:17 (2/33) Installing expat (2.2.9-r1) 17:19:17 (3/33) Installing libffi (3.3-r2) 17:19:17 (4/33) Installing gdbm (1.13-r1) 17:19:17 (5/33) Installing xz-libs (5.2.5-r0) 17:19:17 (6/33) Installing sqlite-libs (3.32.1-r0) 17:19:17 (7/33) Installing python3 (3.8.5-r0) 17:19:19 (8/33) Installing py3-appdirs (1.4.4-r1) 17:19:19 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:19:19 (10/33) Installing py3-parsing (2.4.7-r0) 17:19:19 (11/33) Installing py3-six (1.15.0-r0) 17:19:19 (12/33) Installing py3-packaging (20.4-r0) 17:19:19 (13/33) Installing py3-setuptools (47.0.0-r0) 17:19:19 (14/33) Installing py3-chardet (3.0.4-r4) 17:19:19 (15/33) Installing py3-idna (2.9-r0) 17:19:19 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:19:19 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:19:20 (18/33) Installing py3-requests (2.23.0-r0) 17:19:20 (19/33) Installing py3-msgpack (1.0.0-r0) 17:19:20 (20/33) Installing py3-lockfile (0.12.2-r3) 17:19:20 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:19:20 (22/33) Installing py3-colorama (0.4.3-r0) 17:19:20 (23/33) Installing py3-distlib (0.3.0-r0) 17:19:20 (24/33) Installing py3-distro (1.5.0-r1) 17:19:20 (25/33) Installing py3-webencodings (0.5.1-r3) 17:19:20 (26/33) Installing py3-html5lib (1.0.1-r4) 17:19:20 (27/33) Installing py3-pytoml (0.1.21-r0) 17:19:20 (28/33) Installing py3-pep517 (0.8.2-r0) 17:19:20 (29/33) Installing py3-progress (1.5-r0) 17:19:20 (30/33) Installing py3-toml (0.10.1-r0) 17:19:20 (31/33) Installing py3-retrying (1.3.3-r0) 17:19:20 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:19:20 (33/33) Installing py3-pip (20.1.1-r0) 17:19:20 Executing busybox-1.31.1-r19.trigger 17:19:20 OK: 71 MiB in 55 packages 17:19:30 Removing intermediate container 445267859a2a 17:19:30 ---> 8bf771dd2c52 17:19:30 Step 20/26 : RUN pip install docker-compose==1.23.2 17:19:30 ---> Running in eec014bd5af0 17:19:37 Collecting docker-compose==1.23.2 17:19:37 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:19:37 Collecting dockerpty<0.5,>=0.4.1 17:19:37 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:19:40 Collecting PyYAML<4,>=3.10 17:19:40 Downloading PyYAML-3.13.tar.gz (270 kB) 17:19:44 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 17:19:45 Collecting jsonschema<3,>=2.5.1 17:19:45 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:19:45 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:19:45 Collecting texttable<0.10,>=0.9.0 17:19:45 Downloading texttable-0.9.1.tar.gz (11 kB) 17:19:50 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:19:50 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:19:50 Collecting websocket-client<1.0,>=0.32.0 17:19:50 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:19:51 Collecting docker<4.0,>=3.6.0 17:19:51 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:19:52 Collecting docopt<0.7,>=0.6.1 17:19:52 Downloading docopt-0.6.2.tar.gz (25 kB) 17:19:55 Collecting cached-property<2,>=1.2.0 17:19:55 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:19:55 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) 17:19:55 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) 17:19:55 Removing intermediate container 8791b144fff3 17:19:55 ---> d488883c860c 17:19:55 17:19:55 Step 10/30 : FROM alpine:3.12 17:19:55 ---> afeebe901d6b 17:19:55 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:19:55 Collecting idna<2.8,>=2.5 17:19:56 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:19:56 ---> Running in f60285352b63 17:19:56 Collecting urllib3<1.25,>=1.21.1 17:19:57 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:19:57 Removing intermediate container f60285352b63 17:19:57 ---> 41ec7acf5250 17:19:57 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 17:19:57 ---> Running in 494d3bbd9f19 17:19:57 Removing intermediate container d16d7b857e9e 17:19:57 ---> 42f27a77a0d2 17:19:57 17:19:57 Step 10/24 : FROM alpine:3.12 17:19:57 ---> afeebe901d6b 17:19:57 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:19:57 Collecting docker-pycreds>=0.4.0 17:19:57 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:19:57 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:19:57 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:19:57 ---> Running in d4a8caba6d4e 17:19:57 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:19:57 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:19:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:19:59 Installing collected packages: dockerpty, PyYAML, jsonschema, texttable, idna, urllib3, requests, websocket-client, docker-pycreds, docker, docopt, cached-property, docker-compose 17:19:59 Running setup.py install for dockerpty: started 17:19:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:19:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:19:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:19:59 (1/2) Installing dumb-init (1.2.2-r1) 17:20:00 (2/2) Installing su-exec (0.2-r1) 17:20:00 Executing busybox-1.31.1-r19.trigger 17:20:00 OK: 5 MiB in 16 packages 17:20:00 (1/5) Installing ca-certificates (20191127-r4) 17:20:00 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:20:00 (3/5) Installing libcurl (7.69.1-r3) 17:20:00 (4/5) Installing curl (7.69.1-r3) 17:20:00 (5/5) Installing dumb-init (1.2.2-r1) 17:20:00 Executing busybox-1.31.1-r19.trigger 17:20:00 Executing ca-certificates-20191127-r4.trigger 17:20:00 OK: 7 MiB in 19 packages 17:20:01 Running setup.py install for dockerpty: finished with status 'done' 17:20:01 Running setup.py install for PyYAML: started 17:20:01 Removing intermediate container 494d3bbd9f19 17:20:01 ---> 45812805e47c 17:20:01 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 17:20:02 ---> Running in 9a89956742cd 17:20:02 Removing intermediate container d4a8caba6d4e 17:20:02 ---> 5de417786a65 17:20:02 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:20:02 Removing intermediate container 9a89956742cd 17:20:02 ---> c6bf1cd0b42c 17:20:02 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:20:03 ---> Running in 81ee2fbe960c 17:20:03 ---> Running in c27c228579a2 17:20:03 Removing intermediate container 81ee2fbe960c 17:20:03 ---> eaf39413e6c5 17:20:03 Step 13/24 : WORKDIR / 17:20:04 Removing intermediate container c27c228579a2 17:20:04 ---> 2245e71a4a3b 17:20:04 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:20:04 ---> Running in 440809246a31 17:20:04 ---> Running in 371925c51092 17:20:04 Running setup.py install for PyYAML: finished with status 'done' 17:20:04 Removing intermediate container 4cb0c566d390 17:20:04 ---> e47a1d87bf00 17:20:04 17:20:04 Step 10/22 : FROM alpine:3.12 17:20:04 ---> afeebe901d6b 17:20:04 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:20:04 ---> Using cache 17:20:04 ---> 157a64b46a71 17:20:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:20:04 ---> Using cache 17:20:04 ---> ea88b159eb06 17:20:04 Step 13/22 : ENV APP_PORT=48085 17:20:04 Running setup.py install for texttable: started 17:20:04 Removing intermediate container 440809246a31 17:20:04 ---> 0b4ff3482028 17:20:04 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:20:05 ---> Running in 96305b6e9271 17:20:05 Removing intermediate container 96305b6e9271 17:20:05 ---> 8491b2a4e8a1 17:20:05 Step 14/22 : EXPOSE $APP_PORT 17:20:05 ---> Running in 4010a8ddc0d9 17:20:06 ---> 4cf79982e019 17:20:06 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:20:06 Removing intermediate container 4010a8ddc0d9 17:20:06 ---> 97ceb76d2b17 17:20:06 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:20:07 ---> 18d993dbf20a 17:20:07 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:20:07 Removing intermediate container 371925c51092 17:20:07 ---> 48d4398187ca 17:20:07 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 17:20:07 ---> Running in a43b06ecee72 17:20:07 Running setup.py install for texttable: finished with status 'done' 17:20:07 Attempting uninstall: idna 17:20:07 Found existing installation: idna 2.9 17:20:07 Uninstalling idna-2.9: 17:20:07 ---> 997f581bcb18 17:20:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:20:07 Successfully uninstalled idna-2.9 17:20:07 Removing intermediate container a43b06ecee72 17:20:07 ---> 86897af38cdf 17:20:07 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:20:08 ---> 2b0f7a7862bf 17:20:08 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:20:08 Attempting uninstall: urllib3 17:20:08 Found existing installation: urllib3 1.25.9 17:20:08 Uninstalling urllib3-1.25.9: 17:20:08 Successfully uninstalled urllib3-1.25.9 17:20:09 ---> 40a02be47a37 17:20:09 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:20:09 Attempting uninstall: requests 17:20:09 Found existing installation: requests 2.23.0 17:20:09 Uninstalling requests-2.23.0: 17:20:09 ---> 71b7a04244c0 17:20:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:20:09 ---> 2c06119f85de 17:20:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:20:09 ---> Running in af2241b934ee 17:20:09 Successfully uninstalled requests-2.23.0 17:20:10 ---> a8f8cde6cd1f 17:20:10 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:20:10 ---> Running in fefb001c3f39 17:20:11 ---> 5bfadb165545 17:20:11 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:20:11 Running setup.py install for docopt: started 17:20:11 Removing intermediate container fefb001c3f39 17:20:11 ---> 4fdf8e459197 17:20:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:20:11 ---> Running in b39b663f9f8d 17:20:11 ---> 8ffc0b98618a 17:20:11 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 17:20:12 ---> Running in 7450a4f70094 17:20:12 Removing intermediate container af2241b934ee 17:20:12 ---> 0c38ad319330 17:20:12 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 17:20:12 Removing intermediate container b39b663f9f8d 17:20:12 ---> 37c91048b231 17:20:12 Step 20/22 : LABEL arch=arm64 17:20:12 ---> Running in 7939f9c106e0 17:20:12 ---> c9eaa46d287c 17:20:12 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:20:13 Removing intermediate container 7939f9c106e0 17:20:13 ---> aa0481befeb8 17:20:13 Step 21/22 : LABEL git_sha=b9f59c6d9a7799eb889d2a9d861925a5d869922b 17:20:13 ---> Running in 60f898a4d531 17:20:13 Running setup.py install for docopt: finished with status 'done' 17:20:14 Removing intermediate container 60f898a4d531 17:20:14 ---> c30b8e49bbde 17:20:14 Step 22/22 : LABEL version=0.0.0 17:20:14 ---> 884c8b2bffb1 17:20:14 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:20:14 ---> Running in dc93ce7fd818 17:20:14 Successfully installed PyYAML-3.13 cached-property-1.5.2 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 17:20:15 Removing intermediate container 7450a4f70094 17:20:15 ---> 70b9b22a9779 17:20:15 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:20:15 ---> Running in 265e961d9882 17:20:15 ---> cc9909fd5d1c 17:20:15 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:20:15 Removing intermediate container dc93ce7fd818 17:20:15 ---> dfc2424f6909 17:20:15 17:20:15 Removing intermediate container 265e961d9882 17:20:15 ---> 48462dd9ad57 17:20:15 Step 22/24 : LABEL arch=arm64 17:20:16 ---> Running in 37500ef3bd62 17:20:16 Successfully built dfc2424f6909 17:20:16 Successfully tagged docker-support-scheduler-go-arm64:latest 17:20:16  Building docker-support-scheduler-go ... done  ---> a6c74b1fc711 17:20:16 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 17:20:16 Removing intermediate container 37500ef3bd62 17:20:16 ---> 2bb14d65781e 17:20:16 Step 23/24 : LABEL git_sha=b9f59c6d9a7799eb889d2a9d861925a5d869922b 17:20:17 ---> Running in 7f7cc6998cb9 17:20:17 ---> Running in 3f6a34e96083 17:20:17 Removing intermediate container 3f6a34e96083 17:20:17 ---> 4e7f352dab0e 17:20:17 Step 24/24 : LABEL version=0.0.0 17:20:17 Removing intermediate container 7f7cc6998cb9 17:20:17 ---> e82762f92f3e 17:20:17 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:20:17 ---> Running in 89f82800c6bb 17:20:18 Removing intermediate container 89f82800c6bb 17:20:18 ---> 0d6d967a98d2 17:20:18 17:20:18 ---> 1d56ec49101d 17:20:18 Step 25/30 : RUN chmod +x /entrypoint.sh 17:20:18 Successfully built 0d6d967a98d2 17:20:19 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 17:20:19  Building docker-security-secretstore-setup-go ... done Removing intermediate container eec014bd5af0 17:20:19 ---> 66fb7e113b31 17:20:19 Step 21/26 : RUN apk --no-cache add curl 17:20:19 ---> Running in 49a154bca2c2 17:20:19 ---> Running in a8beda44f24d 17:20:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:20:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:20:21 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:20:21 (2/3) Installing libcurl (7.69.1-r3) 17:20:21 (3/3) Installing curl (7.69.1-r3) 17:20:21 Executing busybox-1.31.1-r19.trigger 17:20:21 OK: 71 MiB in 58 packages 17:20:21 Removing intermediate container 49a154bca2c2 17:20:21 ---> 59eb889e3295 17:20:21 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 17:20:22 ---> Running in 65e7ca2e0176 17:20:22 Removing intermediate container 65e7ca2e0176 17:20:22 ---> b1756c04bcc8 17:20:22 Step 27/30 : CMD ["gate"] 17:20:22 ---> Running in 77e33684e4af 17:20:23 Removing intermediate container a8beda44f24d 17:20:23 ---> 9a0bfcc8d99a 17:20:23 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:20:23 ---> Running in b7ca3630deec 17:20:23 Removing intermediate container 77e33684e4af 17:20:23 ---> 6a6398bb13c5 17:20:23 Step 28/30 : LABEL arch=arm64 17:20:23 ---> Running in 09e39e90a313 17:20:23 Removing intermediate container b7ca3630deec 17:20:23 ---> 6dda4096620c 17:20:23 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:20:23 ---> Running in e94a831ab887 17:20:24 Removing intermediate container 09e39e90a313 17:20:24 ---> f8238cc63358 17:20:24 Step 29/30 : LABEL git_sha=b9f59c6d9a7799eb889d2a9d861925a5d869922b 17:20:24 Removing intermediate container e94a831ab887 17:20:24 ---> 43e73471ffe2 17:20:24 Step 24/26 : LABEL arch=arm64 17:20:24 ---> Running in 9e6f6be24ff2 17:20:24 ---> Running in 88dfbc1ecfd9 17:20:25 Removing intermediate container 9e6f6be24ff2 17:20:25 ---> f3ddfa2a84a0 17:20:25 Step 30/30 : LABEL version=0.0.0 17:20:25 Removing intermediate container 88dfbc1ecfd9 17:20:25 ---> c9e58df7f07b 17:20:25 Step 25/26 : LABEL git_sha=b9f59c6d9a7799eb889d2a9d861925a5d869922b 17:20:25 ---> Running in 7f802ef378ed 17:20:25 ---> Running in bab1fa078012 17:20:26 Removing intermediate container 7f802ef378ed 17:20:26 ---> 3221df21ad4c 17:20:26 17:20:26 Removing intermediate container bab1fa078012 17:20:26 ---> 6e5304d23392 17:20:26 Step 26/26 : LABEL version=0.0.0 17:20:26 Successfully built 3221df21ad4c 17:20:26 ---> Running in 0ad3acc0cba4 17:20:26 Successfully tagged docker-security-bootstrapper-go-arm64:latest 17:20:27  Building docker-security-bootstrapper-go ... done Removing intermediate container 0ad3acc0cba4 17:20:27 ---> 47867367463a 17:20:27 17:20:27 Successfully built 47867367463a 17:20:27 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 17:20:27  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:20:27 $ docker stop --time=1 8e1e97b91d95f5cf2b0d114cd8989bd51779dba1daae5357b536b6992f6d472f 17:20:29 $ docker rm -f 8e1e97b91d95f5cf2b0d114cd8989bd51779dba1daae5357b536b6992f6d472f [Pipeline] // withDockerContainer [Pipeline] sh 17:20:30 + docker images 17:20:30 + grep docker 17:20:30 docker-sys-mgmt-agent-go-arm64 latest 47867367463a 4 seconds ago 300MB 17:20:30 docker-security-bootstrapper-go-arm64 latest 3221df21ad4c 5 seconds ago 17MB 17:20:30 docker-security-secretstore-setup-go-arm64 latest 0d6d967a98d2 12 seconds ago 23.4MB 17:20:30 docker-support-scheduler-go-arm64 latest dfc2424f6909 15 seconds ago 16.1MB 17:20:30 docker-core-data-go-arm64 latest bebad92bdb7e 2 minutes ago 21MB 17:20:30 docker-core-command-go-arm64 latest c3c0eb4b154f 3 minutes ago 16MB 17:20:30 docker-core-metadata-go-arm64 latest 1a285c3d2d68 3 minutes ago 17.7MB 17:20:30 docker-support-notifications-go-arm64 latest 1f0c67d4c439 3 minutes ago 16.6MB 17:20:30 docker-security-proxy-setup-go-arm64 latest d438050c818e 3 minutes ago 23.2MB 17:20:30 docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 17:20:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:20:35 ---> package-listing.sh 17:20:35 ++ facter osfamily 17:20:35 ++ tr '[:upper:]' '[:lower:]' 17:20:35 + OS_FAMILY=redhat 17:20:35 + workspace=/w/workspace/edgex-go/4 17:20:35 + START_PACKAGES=/tmp/packages_start.txt 17:20:35 + END_PACKAGES=/tmp/packages_end.txt 17:20:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:20:35 + PACKAGES=/tmp/packages_start.txt 17:20:35 + '[' /w/workspace/edgex-go/4 ']' 17:20:35 + PACKAGES=/tmp/packages_end.txt 17:20:35 + case "${OS_FAMILY}" in 17:20:35 + rpm -qa 17:20:35 + sort 17:20:40 + '[' -f /tmp/packages_start.txt ']' 17:20:40 + '[' -f /tmp/packages_end.txt ']' 17:20:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:20:40 + '[' /w/workspace/edgex-go/4 ']' 17:20:40 + mkdir -p /w/workspace/edgex-go/4/archives/ 17:20:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 17:20:40 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:20:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:20:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:20:41 17:20:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:20:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:20:41 alpine: Pulling from edgex-lftools-log-publisher 17:20:41 df20fa9351a1: Pulling fs layer 17:20:41 36b3adc4ff6f: Pulling fs layer 17:20:41 8ad3a11d3b57: Pulling fs layer 17:20:41 46f8f816bc3b: Pulling fs layer 17:20:41 93b61091891f: Pulling fs layer 17:20:41 93b9cdb0e59b: Pulling fs layer 17:20:41 5e14af77c1be: Pulling fs layer 17:20:41 01666e4c0597: Pulling fs layer 17:20:41 aa168da1d23b: Pulling fs layer 17:20:41 46f8f816bc3b: Waiting 17:20:41 93b9cdb0e59b: Waiting 17:20:41 93b61091891f: Waiting 17:20:41 01666e4c0597: Waiting 17:20:41 aa168da1d23b: Waiting 17:20:41 36b3adc4ff6f: Verifying Checksum 17:20:41 36b3adc4ff6f: Download complete 17:20:41 46f8f816bc3b: Verifying Checksum 17:20:41 46f8f816bc3b: Download complete 17:20:41 93b61091891f: Verifying Checksum 17:20:41 93b61091891f: Download complete 17:20:41 93b9cdb0e59b: Download complete 17:20:41 5e14af77c1be: Verifying Checksum 17:20:41 5e14af77c1be: Download complete 17:20:41 01666e4c0597: Verifying Checksum 17:20:41 01666e4c0597: Download complete 17:20:41 8ad3a11d3b57: Verifying Checksum 17:20:41 8ad3a11d3b57: Download complete 17:20:41 df20fa9351a1: Verifying Checksum 17:20:41 df20fa9351a1: Download complete 17:20:42 df20fa9351a1: Pull complete 17:20:42 36b3adc4ff6f: Pull complete 17:20:44 aa168da1d23b: Verifying Checksum 17:20:44 aa168da1d23b: Download complete 17:20:45 8ad3a11d3b57: Pull complete 17:20:45 46f8f816bc3b: Pull complete 17:20:47 93b61091891f: Pull complete 17:20:47 93b9cdb0e59b: Pull complete 17:20:47 5e14af77c1be: Pull complete 17:20:47 01666e4c0597: Pull complete 17:20:53 aa168da1d23b: Pull complete 17:20:53 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:20:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:20:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:20:54 prd-centos7-docker-4c-2g-24735 does not seem to be running inside a container 17:20:54 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:21:04 $ docker top bd58fb442573737bec77f8ca9a89cbb9bbbba499a8cc34703a16972150370721 -eo pid,comm [Pipeline] { [Pipeline] sh 17:21:05 + touch /tmp/pre-build-complete [Pipeline] sh 17:21:05 + mkdir -p /var/log/sa [Pipeline] sh 17:21:05 + ls /var/log/sa-host 17:21:05 + sadf -c /var/log/sa-host/sa03 17:21:05 file_magic: OK 17:21:05 HZ: Using current value: 100 17:21:05 file_header: OK 17:21:05 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 17:21:05 Statistics: 17:21:05 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:21:05 File successfully converted to sysstat format version 12.2.1 17:21:05 + sadf -c /var/log/sa-host/sa23 17:21:05 file_magic: OK 17:21:05 HZ: Using current value: 100 17:21:05 file_header: OK 17:21:05 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 17:21:05 Statistics: 17:21:05 Hnuu...uuuununununu... 17:21:05 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:21:06 provisioning config files... 17:21:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config6582060027441224115tmp [Pipeline] { [Pipeline] echo 17:21:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:21:06 ---> create-netrc.sh [Pipeline] } 17:21:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:21:06 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:21:07 ---> python-tools-install.sh [Pipeline] echo 17:21:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:21:07 ---> sudo-logs.sh 17:21:07 Archiving 'sudo' log.. [Pipeline] echo 17:21:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:21:07 ---> job-cost.sh 17:21:07 lf-activate-venv: SKIPPING 17:21:07 INFO: No Stack... 17:21:09 INFO: Retrieving Pricing Info for: v1-standard-2 17:21:09 INFO: Archiving Costs [Pipeline] echo 17:21:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:21:09 ---> logs-deploy.sh 17:21:09 lf-activate-venv: SKIPPING 17:21:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3115/4 17:21:09 INFO: archiving workspace using pattern(s): 17:21:11 Archives upload complete. 17:21:11 INFO: archiving logs to Nexus 17:21:12 ---> uname -a: 17:21:12 Linux prd-centos7-docker-4c-2g-24735.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:21:12 17:21:12 17:21:12 ---> lscpu: 17:21:12 Architecture: x86_64 17:21:12 CPU op-mode(s): 32-bit, 64-bit 17:21:12 Byte Order: Little Endian 17:21:12 Address sizes: 40 bits physical, 48 bits virtual 17:21:12 CPU(s): 4 17:21:12 On-line CPU(s) list: 0-3 17:21:12 Thread(s) per core: 1 17:21:12 Core(s) per socket: 1 17:21:12 Socket(s): 4 17:21:12 NUMA node(s): 1 17:21:12 Vendor ID: GenuineIntel 17:21:12 CPU family: 6 17:21:12 Model: 44 17:21:12 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:21:12 Stepping: 1 17:21:12 CPU MHz: 2933.442 17:21:12 BogoMIPS: 5866.88 17:21:12 Virtualization: VT-x 17:21:12 Hypervisor vendor: KVM 17:21:12 Virtualization type: full 17:21:12 L1d cache: 128 KiB 17:21:12 L1i cache: 128 KiB 17:21:12 L2 cache: 16 MiB 17:21:12 L3 cache: 64 MiB 17:21:12 NUMA node0 CPU(s): 0-3 17:21:12 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:21:12 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:21:12 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:21:12 Vulnerability Meltdown: Mitigation; PTI 17:21:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:21:12 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:21:12 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:21:12 Vulnerability Srbds: Not affected 17:21:12 Vulnerability Tsx async abort: Not affected 17:21:12 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 17:21:12 17:21:12 17:21:12 ---> nproc: 17:21:12 4 17:21:12 17:21:12 17:21:12 ---> df -h: 17:21:12 Filesystem Size Used Available Use% Mounted on 17:21:12 overlay 50.0G 11.3G 38.7G 23% / 17:21:12 tmpfs 64.0M 0 64.0M 0% /dev 17:21:12 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:21:12 shm 64.0M 0 64.0M 0% /dev/shm 17:21:12 /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os 17:21:12 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf 17:21:12 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname 17:21:12 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts 17:21:12 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log 17:21:12 /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json 17:21:12 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host 17:21:12 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure 17:21:12 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/4 17:21:12 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/4@tmp 17:21:12 17:21:12 17:21:12 ---> free -m: 17:21:12 total used free shared buff/cache available 17:21:12 Mem: 1837 706 110 0 1020 1047 17:21:12 Swap: 1023 71 952 17:21:12 17:21:12 17:21:12 ---> ip addr: 17:21:12 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:21:12 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:21:12 inet 127.0.0.1/8 scope host lo 17:21:12 valid_lft forever preferred_lft forever 17:21:12 inet6 ::1/128 scope host 17:21:12 valid_lft forever preferred_lft forever 17:21:12 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:21:12 link/ether fa:16:3e:4f:17:db brd ff:ff:ff:ff:ff:ff 17:21:12 inet 10.30.123.188/23 brd 10.30.123.255 scope global dynamic eth0 17:21:12 valid_lft 85219sec preferred_lft 85219sec 17:21:12 inet6 fe80::f816:3eff:fe4f:17db/64 scope link 17:21:12 valid_lft forever preferred_lft forever 17:21:12 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:21:12 link/ether 02:42:59:a9:c2:b8 brd ff:ff:ff:ff:ff:ff 17:21:12 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:21:12 valid_lft forever preferred_lft forever 17:21:12 inet6 fe80::42:59ff:fea9:c2b8/64 scope link 17:21:12 valid_lft forever preferred_lft forever 17:21:12 17:21:12 17:21:12 ---> sar -b -r -n DEV: 17:21:12 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/03/21 _x86_64_ (4 CPU) 17:21:12 17:21:12 17:01:20 LINUX RESTART (4 CPU) 17:21:12 17:21:12 17:02:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:21:12 17:03:01 142.72 60.24 82.48 0.00 8845.78 30658.09 0.00 17:21:12 17:04:01 311.28 126.62 184.66 0.00 4904.24 39852.68 0.00 17:21:12 17:05:02 126.96 36.11 90.85 0.00 1442.87 12684.42 0.00 17:21:12 17:06:01 149.76 81.55 68.21 0.00 3905.48 10967.81 0.00 17:21:12 17:07:01 1070.69 787.61 283.08 0.00 92050.95 162639.26 0.00 17:21:12 17:08:01 2324.47 2011.28 313.19 0.00 144412.61 152560.47 0.00 17:21:12 17:09:02 449.92 174.93 274.99 0.00 42967.60 84865.20 0.00 17:21:12 17:10:01 1927.22 1592.18 335.04 0.00 95665.92 112597.72 0.00 17:21:12 17:11:01 177.29 23.58 153.71 0.00 3665.36 22557.89 0.00 17:21:12 17:12:01 1.83 0.45 1.38 0.00 14.65 19.47 0.00 17:21:12 17:13:02 1.82 1.57 0.25 0.00 32.64 2.56 0.00 17:21:12 17:14:01 0.22 0.02 0.20 0.00 0.14 1.68 0.00 17:21:12 17:15:01 0.33 0.02 0.32 0.00 0.27 3.43 0.00 17:21:12 17:16:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 17:21:12 17:17:01 2.03 1.80 0.23 0.00 59.43 3.55 0.00 17:21:12 17:18:01 0.88 0.03 0.85 0.00 1.07 15.67 0.00 17:21:12 17:19:01 0.33 0.02 0.32 0.00 0.27 3.28 0.00 17:21:12 17:20:01 0.23 0.03 0.20 0.00 0.40 2.71 0.00 17:21:12 17:21:01 157.83 65.88 91.94 0.00 6132.76 18112.92 0.00 17:21:12 Average: 360.18 260.96 99.22 0.00 21293.44 34154.36 0.00 17:21:12 17:21:12 17:02:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:21:12 17:03:01 82208 0 631416 33.56 2596 1165324 1295996 44.23 681916 903504 92232 17:21:12 17:04:01 100164 0 812552 43.19 1500 967328 1729640 59.03 649016 856448 63328 17:21:12 17:05:02 310072 0 753380 40.04 608 817484 1344684 45.89 615208 672724 3116 17:21:12 17:06:01 402220 0 718736 38.20 564 760024 1096032 37.41 498168 692444 20 17:21:12 17:07:01 352692 0 714564 37.98 80 814208 2151164 73.42 498544 808712 48 17:21:12 17:08:01 188712 0 1141760 60.68 12 551060 3861632 131.79 776968 648556 41640 17:21:12 17:09:02 56896 0 773080 41.09 12 1051556 1982404 67.66 684908 899224 36256 17:21:12 17:10:01 296572 0 716956 38.10 12 868004 1782548 60.84 606976 741144 19172 17:21:12 17:11:01 153536 0 628036 33.38 12 1099960 1200052 40.96 511868 972532 20 17:21:12 17:12:01 156848 0 624292 33.18 12 1100392 1170180 39.94 509964 971960 12 17:21:12 17:13:02 156368 0 624772 33.21 12 1100392 1170304 39.94 510380 972936 8 17:21:12 17:14:01 156316 0 624812 33.21 12 1100404 1167124 39.83 509808 972872 8 17:21:12 17:15:01 156732 0 624392 33.19 12 1100408 1167124 39.83 509812 972876 8 17:21:12 17:16:01 156012 0 625096 33.22 12 1100424 1167304 39.84 510240 972884 8 17:21:12 17:17:01 154948 0 625088 33.22 12 1101496 1167208 39.83 510100 973896 20 17:21:12 17:18:01 154976 0 624996 33.22 12 1101560 1167124 39.83 509880 973912 20 17:21:12 17:19:01 155076 0 624952 33.21 12 1101504 1167124 39.83 509884 973896 16 17:21:12 17:20:01 154504 0 625508 33.24 12 1101520 1167232 39.84 510248 973916 8 17:21:12 17:21:01 180884 0 689828 36.66 8 1010824 1360708 46.44 518248 900884 13124 17:21:12 Average: 185565 0 694959 36.94 290 1000730 1490294 50.86 559586 887122 14161 17:21:12 17:21:12 17:02:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:21:12 17:03:01 eth0 1687.07 1743.74 7507.99 189.88 0.00 0.00 0.00 0.00 17:21:12 17:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:21:12 17:03:01 docker0 845.98 712.13 69.82 2672.47 0.00 0.00 0.00 0.00 17:21:12 17:04:01 veth51a0e51 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:21:12 17:04:01 eth0 323.43 252.70 1986.67 32.28 0.00 0.00 0.00 0.00 17:21:12 17:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:21:12 17:04:01 docker0 140.12 183.46 10.46 830.25 0.00 0.00 0.00 0.00 17:21:12 17:05:02 veth51a0e51 2.03 2.03 0.16 0.17 0.00 0.00 0.00 0.00 17:21:12 17:05:02 eth0 33.69 21.62 22.01 60.16 0.00 0.00 0.00 0.00 17:21:12 17:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:21:12 17:05:02 docker0 2.03 2.03 0.13 0.17 0.00 0.00 0.00 0.00 17:21:12 17:06:01 eth0 28.67 15.84 25.11 12.65 0.00 0.00 0.00 0.00 17:21:12 17:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:21:12 17:06:01 docker0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 17:21:12 17:07:01 veth223b4ef 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 17:21:12 17:07:01 vethee46292 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 17:21:12 17:07:01 veth92b6da7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 17:21:12 17:07:01 eth0 218.71 168.10 1837.56 76.90 0.00 0.00 0.00 0.00 17:21:12 17:08:01 vethe7b1c3d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:21:12 17:08:01 vethd776ae0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:21:12 17:08:01 vethee46292 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 17:21:12 17:08:01 eth0 16.07 8.41 13.40 7.04 0.00 0.00 0.00 0.00 17:21:12 17:09:02 vethee46292 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 17:21:12 17:09:02 eth0 67.25 38.10 246.71 62.20 0.00 0.00 0.00 0.00 17:21:12 17:09:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 17:21:12 17:09:02 docker0 1001.74 934.23 80.89 3778.10 0.00 0.00 0.00 0.00 17:21:12 17:10:01 vethee46292 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 17:21:12 17:10:01 eth0 65.55 42.32 99.82 76.98 0.00 0.00 0.00 0.00 17:21:12 17:10:01 vethc0b74a8 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 17:21:12 17:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:21:12 17:11:01 eth0 245.81 181.05 1652.26 78.76 0.00 0.00 0.00 0.00 17:21:12 17:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:21:12 17:11:01 docker0 1049.80 1023.58 84.10 4294.21 0.00 0.00 0.00 0.00 17:21:12 17:12:01 eth0 0.88 0.35 0.30 0.09 0.00 0.00 0.00 0.00 17:21:12 17:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:21:12 17:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:21:12 17:13:02 eth0 0.57 0.32 0.28 0.20 0.00 0.00 0.00 0.00 17:21:12 17:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:21:12 17:13:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:21:12 17:14:01 eth0 0.64 0.08 0.03 0.01 0.00 0.00 0.00 0.00 17:21:12 17:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:21:12 17:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:21:12 17:15:01 eth0 1.55 0.08 0.10 0.01 0.00 0.00 0.00 0.00 17:21:12 17:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:21:12 17:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:21:12 17:16:01 eth0 1.08 0.30 0.29 0.20 0.00 0.00 0.00 0.00 17:21:12 17:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:21:12 17:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:21:12 17:17:01 eth0 0.22 0.13 0.14 0.07 0.00 0.00 0.00 0.00 17:21:12 17:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:21:12 17:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:21:12 17:18:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 17:21:12 17:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:21:12 17:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:21:12 17:19:01 eth0 0.77 0.08 0.06 0.01 0.00 0.00 0.00 0.00 17:21:12 17:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:21:12 17:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:21:12 17:20:01 eth0 0.52 0.32 0.27 0.20 0.00 0.00 0.00 0.00 17:21:12 17:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:21:12 17:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:21:12 17:21:01 eth0 205.69 168.32 2158.74 18.36 0.00 0.00 0.00 0.00 17:21:12 17:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:21:12 17:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:21:12 Average: eth0 152.88 139.36 821.00 32.47 0.00 0.00 0.00 0.00 17:21:12 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:21:12 Average: docker0 55.34 53.96 4.43 226.36 0.00 0.00 0.00 0.00 17:21:12 17:21:12 17:21:12 ---> sar -P ALL: 17:21:12 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/03/21 _x86_64_ (4 CPU) 17:21:12 17:21:12 17:01:20 LINUX RESTART (4 CPU) 17:21:12 17:21:12 17:02:01 CPU %user %nice %system %iowait %steal %idle 17:21:12 17:03:01 all 15.53 0.00 8.35 1.92 0.04 74.15 17:21:12 17:03:01 0 14.98 0.00 10.58 0.40 0.03 74.01 17:21:12 17:03:01 1 10.56 0.00 6.61 3.81 0.05 78.97 17:21:12 17:03:01 2 21.85 0.00 8.45 1.49 0.03 68.17 17:21:12 17:03:01 3 14.78 0.00 7.77 1.97 0.05 75.42 17:21:12 17:04:01 all 17.56 0.00 10.29 6.22 0.06 65.86 17:21:12 17:04:01 0 17.15 0.00 9.66 7.71 0.07 65.41 17:21:12 17:04:01 1 18.19 0.00 10.79 5.83 0.07 65.12 17:21:12 17:04:01 2 18.15 0.00 10.85 5.73 0.07 65.20 17:21:12 17:04:01 3 16.75 0.00 9.86 5.63 0.05 67.71 17:21:12 17:05:02 all 50.23 0.00 13.00 4.93 0.06 31.79 17:21:12 17:05:02 0 50.20 0.00 12.34 3.08 0.03 34.35 17:21:12 17:05:02 1 51.28 0.00 13.37 4.94 0.05 30.35 17:21:12 17:05:02 2 48.33 0.00 13.29 5.37 0.09 32.91 17:21:12 17:05:02 3 51.10 0.00 13.00 6.34 0.05 29.50 17:21:12 17:06:01 all 43.18 0.00 13.79 3.51 0.05 39.47 17:21:12 17:06:01 0 43.15 0.00 13.94 2.72 0.05 40.13 17:21:12 17:06:01 1 43.09 0.00 13.59 5.33 0.05 37.93 17:21:12 17:06:01 2 42.80 0.00 13.88 2.35 0.05 40.92 17:21:12 17:06:01 3 43.66 0.00 13.74 3.64 0.05 38.90 17:21:12 17:07:01 all 22.86 0.00 25.67 9.13 0.09 42.26 17:21:12 17:07:01 0 24.15 0.00 25.00 8.25 0.11 42.48 17:21:12 17:07:01 1 22.03 0.00 25.44 9.19 0.11 43.23 17:21:12 17:07:01 2 22.02 0.00 25.73 10.83 0.09 41.33 17:21:12 17:07:01 3 23.24 0.00 26.50 8.23 0.05 41.98 17:21:12 17:08:01 all 26.95 0.00 24.47 29.81 0.11 18.66 17:21:12 17:08:01 0 27.18 0.00 24.00 28.64 0.09 20.08 17:21:12 17:08:01 1 26.74 0.00 24.89 31.42 0.11 16.84 17:21:12 17:08:01 2 27.01 0.00 24.28 29.71 0.12 18.87 17:21:12 17:08:01 3 26.85 0.00 24.72 29.50 0.13 18.81 17:21:12 17:09:02 all 41.56 0.00 18.29 20.52 0.07 19.56 17:21:12 17:09:02 0 40.53 0.00 18.35 20.74 0.09 20.29 17:21:12 17:09:02 1 41.00 0.00 16.82 20.23 0.05 21.90 17:21:12 17:09:02 2 42.54 0.00 19.23 22.13 0.07 16.04 17:21:12 17:09:02 3 42.17 0.00 18.76 18.97 0.07 20.03 17:21:12 17:10:01 all 47.62 0.00 24.37 17.98 0.08 9.95 17:21:12 17:10:01 0 47.87 0.00 24.11 19.07 0.09 8.86 17:21:12 17:10:01 1 45.81 0.00 23.78 17.47 0.09 12.85 17:21:12 17:10:01 2 48.02 0.00 25.13 19.05 0.05 7.75 17:21:12 17:10:01 3 48.78 0.00 24.46 16.33 0.09 10.34 17:21:12 17:11:01 all 12.37 0.00 7.40 7.80 0.05 72.39 17:21:12 17:11:01 0 16.68 0.00 8.94 4.94 0.05 69.38 17:21:12 17:11:01 1 9.78 0.00 6.42 11.50 0.03 72.26 17:21:12 17:11:01 2 12.66 0.00 7.63 9.49 0.03 70.18 17:21:12 17:11:01 3 10.41 0.00 6.62 5.21 0.07 77.69 17:21:12 17:12:01 all 0.15 0.00 0.04 0.00 0.00 99.80 17:21:12 17:12:01 0 0.52 0.00 0.05 0.00 0.02 99.42 17:21:12 17:12:01 1 0.03 0.00 0.03 0.00 0.00 99.93 17:21:12 17:12:01 2 0.03 0.00 0.03 0.00 0.00 99.93 17:21:12 17:12:01 3 0.02 0.00 0.05 0.02 0.00 99.92 17:21:12 17:13:02 all 0.25 0.00 0.34 0.04 0.01 99.36 17:21:12 17:13:02 0 0.58 0.00 0.27 0.00 0.00 99.15 17:21:12 17:13:02 1 0.17 0.00 0.40 0.13 0.02 99.29 17:21:12 17:13:02 2 0.13 0.00 0.38 0.00 0.02 99.47 17:21:12 17:13:02 3 0.12 0.00 0.32 0.02 0.02 99.53 17:21:12 17:21:12 17:13:02 CPU %user %nice %system %iowait %steal %idle 17:21:12 17:14:01 all 0.14 0.00 0.03 0.00 0.00 99.83 17:21:12 17:14:01 0 0.49 0.00 0.03 0.00 0.00 99.48 17:21:12 17:14:01 1 0.02 0.00 0.02 0.00 0.00 99.97 17:21:12 17:14:01 2 0.02 0.00 0.03 0.00 0.00 99.95 17:21:12 17:14:01 3 0.03 0.00 0.03 0.00 0.00 99.93 17:21:12 17:15:01 all 0.17 0.00 0.07 0.00 0.00 99.75 17:21:12 17:15:01 0 0.52 0.00 0.02 0.02 0.00 99.45 17:21:12 17:15:01 1 0.03 0.00 0.05 0.00 0.00 99.92 17:21:12 17:15:01 2 0.07 0.00 0.15 0.00 0.00 99.78 17:21:12 17:15:01 3 0.07 0.00 0.05 0.00 0.02 99.87 17:21:12 17:16:01 all 0.16 0.00 0.04 0.00 0.00 99.80 17:21:12 17:16:01 0 0.53 0.00 0.02 0.00 0.00 99.45 17:21:12 17:16:01 1 0.02 0.00 0.03 0.00 0.00 99.95 17:21:12 17:16:01 2 0.05 0.00 0.05 0.00 0.00 99.90 17:21:12 17:16:01 3 0.03 0.00 0.05 0.00 0.00 99.92 17:21:12 17:17:01 all 0.15 0.00 0.05 0.02 0.00 99.77 17:21:12 17:17:01 0 0.52 0.00 0.05 0.00 0.00 99.43 17:21:12 17:17:01 1 0.02 0.00 0.08 0.08 0.00 99.82 17:21:12 17:17:01 2 0.05 0.00 0.03 0.00 0.00 99.92 17:21:12 17:17:01 3 0.03 0.00 0.05 0.02 0.00 99.90 17:21:12 17:18:01 all 0.15 0.00 0.04 0.00 0.00 99.82 17:21:12 17:18:01 0 0.03 0.00 0.03 0.00 0.00 99.93 17:21:12 17:18:01 1 0.03 0.00 0.03 0.00 0.00 99.93 17:21:12 17:18:01 2 0.50 0.00 0.07 0.00 0.00 99.43 17:21:12 17:18:01 3 0.02 0.00 0.02 0.00 0.00 99.97 17:21:12 17:19:01 all 0.04 0.00 0.03 0.00 0.00 99.92 17:21:12 17:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:21:12 17:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 17:21:12 17:19:01 2 0.12 0.00 0.07 0.00 0.00 99.82 17:21:12 17:19:01 3 0.02 0.00 0.03 0.00 0.00 99.95 17:21:12 17:20:01 all 0.15 0.00 0.02 0.00 0.00 99.83 17:21:12 17:20:01 0 0.03 0.00 0.03 0.00 0.00 99.93 17:21:12 17:20:01 1 0.03 0.00 0.03 0.00 0.00 99.93 17:21:12 17:20:01 2 0.52 0.00 0.02 0.00 0.00 99.47 17:21:12 17:20:01 3 0.02 0.00 0.02 0.00 0.00 99.97 17:21:12 17:21:01 all 5.48 0.00 4.22 3.08 0.02 87.21 17:21:12 17:21:01 0 5.55 0.00 4.66 3.27 0.02 86.50 17:21:12 17:21:01 1 5.47 0.00 3.94 3.78 0.02 86.79 17:21:12 17:21:01 2 5.07 0.00 4.17 3.16 0.03 87.56 17:21:12 17:21:01 3 5.81 0.00 4.09 2.11 0.02 87.98 17:21:12 Average: all 14.54 0.00 7.69 5.36 0.03 72.37 17:21:12 Average: 0 14.87 0.00 7.78 5.06 0.03 72.27 17:21:12 Average: 1 14.00 0.00 7.47 5.81 0.03 72.69 17:21:12 Average: 2 14.84 0.00 7.85 5.60 0.03 71.68 17:21:12 Average: 3 14.48 0.00 7.65 4.98 0.03 72.85 17:21:12 17:21:12 17:21:12