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 24b1dce0904e9569858eccc530524446df8d088e+eb1ffba1e62030b7c1b36eedbd9001eb08307092 (aed6c7ebee88bb26fc36b716ac012107240a5b9d) 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-25343 in /w/workspace/edgexfoundry_edgex-go_PR-3115 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/11 [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/11 # 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 Merging remotes/origin/master commit eb1ffba1e62030b7c1b36eedbd9001eb08307092 into PR head commit 24b1dce0904e9569858eccc530524446df8d088e > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 24b1dce0904e9569858eccc530524446df8d088e # timeout=10 Merge succeeded, producing 24b1dce0904e9569858eccc530524446df8d088e Checking out Revision 24b1dce0904e9569858eccc530524446df8d088e (PR-3115) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge eb1ffba1e62030b7c1b36eedbd9001eb08307092 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 24b1dce0904e9569858eccc530524446df8d088e # timeout=10 Commit message: "feat(security): Address PR feedback from Tony" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:28:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:28:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:28:16 ========================================================= 18:28:16 EdgeX Global Pipelines Version Info 18:28:16 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 1c84a7ec14fcea10be39be41a3af8fc3b0353c8a # timeout=10 18:28:17 ------------------- 18:28:17 stable info: 18:28:17 ------------------- 18:28:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:28:17 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:28:17 Message: update stable to v1.0.179 18:28:18 ------------------- 18:28:18 experimental info: 18:28:18 ------------------- 18:28:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:28:18 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:28:18 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:28:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:28:19 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:28:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:28:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:28:19 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:28:19 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:28:19 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:28:19 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:28:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:28:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:28:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:28:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:28:20 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:28:20 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:28:20 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:28:20 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:28:20 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:28:20 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:28:21 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:28:21 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:28:21 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:28:21 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 18:28:21 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 18:28:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3115 [Pipeline] echo 18:28:21 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3115 [Pipeline] echo 18:28:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3115 [Pipeline] echo 18:28:21 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 24b1dce0904e9569858eccc530524446df8d088e [Pipeline] echo 18:28:21 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 24b1dce [Pipeline] echo 18:28:22 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:28:22 provisioning config files... 18:28:22 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config5608504326530431516tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:28:22 ---> docker-login.sh 18:28:22 nexus3.edgexfoundry.org:10001 18:28:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:28:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:28:23 Configure a credential helper to remove this warning. See 18:28:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:28:23 18:28:23 Login Succeeded 18:28:23 nexus3.edgexfoundry.org:10002 18:28:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:28:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:28:23 Configure a credential helper to remove this warning. See 18:28:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:28:23 18:28:23 Login Succeeded 18:28:23 nexus3.edgexfoundry.org:10003 18:28:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:28:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:28:23 Configure a credential helper to remove this warning. See 18:28:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:28:23 18:28:23 Login Succeeded 18:28:23 nexus3.edgexfoundry.org:10004 18:28:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:28:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:28:23 Configure a credential helper to remove this warning. See 18:28:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:28:23 18:28:23 Login Succeeded 18:28:23 docker.io 18:28:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:28:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:28:23 Configure a credential helper to remove this warning. See 18:28:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:28:23 18:28:23 Login Succeeded 18:28:23 ---> docker-login.sh ends [Pipeline] } 18:28:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:28:24 ++ 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 18:28:24 + for file in '`ls cmd/**/Dockerfile`' 18:28:24 ++ dirname cmd/core-command/Dockerfile 18:28:24 ++ cut -d/ -f2 18:28:24 + echo core-command,cmd/core-command/Dockerfile 18:28:24 + for file in '`ls cmd/**/Dockerfile`' 18:28:24 ++ dirname cmd/core-data/Dockerfile 18:28:24 ++ cut -d/ -f2 18:28:24 + echo core-data,cmd/core-data/Dockerfile 18:28:24 + for file in '`ls cmd/**/Dockerfile`' 18:28:24 ++ dirname cmd/core-metadata/Dockerfile 18:28:24 ++ cut -d/ -f2 18:28:24 + echo core-metadata,cmd/core-metadata/Dockerfile 18:28:24 + for file in '`ls cmd/**/Dockerfile`' 18:28:24 ++ dirname cmd/security-bootstrapper/Dockerfile 18:28:24 ++ cut -d/ -f2 18:28:24 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:28:24 + for file in '`ls cmd/**/Dockerfile`' 18:28:24 ++ dirname cmd/security-proxy-setup/Dockerfile 18:28:24 ++ cut -d/ -f2 18:28:24 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:28:24 + for file in '`ls cmd/**/Dockerfile`' 18:28:24 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:28:24 ++ cut -d/ -f2 18:28:24 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:28:24 + for file in '`ls cmd/**/Dockerfile`' 18:28:24 ++ dirname cmd/support-notifications/Dockerfile 18:28:24 ++ cut -d/ -f2 18:28:24 + echo support-notifications,cmd/support-notifications/Dockerfile 18:28:24 + for file in '`ls cmd/**/Dockerfile`' 18:28:24 ++ dirname cmd/support-scheduler/Dockerfile 18:28:24 ++ cut -d/ -f2 18:28:24 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:28:24 + for file in '`ls cmd/**/Dockerfile`' 18:28:24 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:28:24 ++ cut -d/ -f2 18:28:24 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:28:24 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 18:28:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:28:26 18:28:26 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:28:26 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:28:26 latest: Pulling from edgex-devops/git-semver 18:28:26 31603596830f: Pulling fs layer 18:28:26 2a8b12db71e7: Pulling fs layer 18:28:26 6ca5941a6612: Pulling fs layer 18:28:26 ecc8261a40a4: Pulling fs layer 18:28:26 ecc8261a40a4: Waiting 18:28:26 2a8b12db71e7: Verifying Checksum 18:28:26 2a8b12db71e7: Download complete 18:28:26 31603596830f: Download complete 18:28:26 ecc8261a40a4: Verifying Checksum 18:28:26 ecc8261a40a4: Download complete 18:28:26 6ca5941a6612: Verifying Checksum 18:28:26 6ca5941a6612: Download complete 18:28:27 31603596830f: Pull complete 18:28:27 2a8b12db71e7: Pull complete 18:28:28 6ca5941a6612: Pull complete 18:28:28 ecc8261a40a4: Pull complete 18:28:28 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:28:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:28:28 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:28:28 prd-centos7-docker-4c-2g-25343 does not seem to be running inside a container 18:28:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:28:30 $ docker top b8cb476f36751cbc15f58fe3cac0dc534098241bbb4d9a785b5bc02ae30cae1c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:28:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:28:31 [ssh-agent] Looking for ssh-agent implementation... 18:28:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:28:31 $ docker exec b8cb476f36751cbc15f58fe3cac0dc534098241bbb4d9a785b5bc02ae30cae1c ssh-agent 18:28:31 SSH_AUTH_SOCK=/tmp/ssh-TD6yiAm3Oe32/agent.12 18:28:31 SSH_AGENT_PID=17 18:28:31 Running ssh-add (command line suppressed) 18:28:31 Identity added: /w/workspace/edgex-go/11@tmp/private_key_5961443397426282708.key (/w/workspace/edgex-go/11@tmp/private_key_5961443397426282708.key) 18:28:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:28:32 + git tag --points-at HEAD [Pipeline] } 18:28:32 $ docker exec --env ******** --env ******** b8cb476f36751cbc15f58fe3cac0dc534098241bbb4d9a785b5bc02ae30cae1c ssh-agent -k 18:28:32 unset SSH_AUTH_SOCK; 18:28:32 unset SSH_AGENT_PID; 18:28:32 echo Agent pid 17 killed; 18:28:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:28:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:28:32 [ssh-agent] Looking for ssh-agent implementation... 18:28:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:28:32 $ docker exec b8cb476f36751cbc15f58fe3cac0dc534098241bbb4d9a785b5bc02ae30cae1c ssh-agent 18:28:32 SSH_AUTH_SOCK=/tmp/ssh-2QFbxliWShkA/agent.46 18:28:32 SSH_AGENT_PID=51 18:28:32 Running ssh-add (command line suppressed) 18:28:32 Identity added: /w/workspace/edgex-go/11@tmp/private_key_3879696395175522784.key (/w/workspace/edgex-go/11@tmp/private_key_3879696395175522784.key) 18:28:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:28:33 + git semver init 18:28:33 # -> Open(): unable to determine branch for HEAD 18:28:33 # $GIT_DIR = /w/workspace/edgex-go/11/.git 18:28:33 # $GIT_WORK_TREE = /w/workspace/edgex-go/11 18:28:33 # $SEMVER_REMOTE_NAME = origin 18:28:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:28:33 # $SEMVER_USER_NAME = edgex-jenkins 18:28:33 # $SEMVER_BRANCH = PR-3115 18:28:33 # $SEMVER_TEMP = /tmp/semver-522887752 18:28:33 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:28:55 # '/tmp/semver-522887752' -> '/w/workspace/edgex-go/11/.semver' 18:28:55 # -> Force: false 18:28:55 # $SEMVER_DIR = /w/workspace/edgex-go/11/.semver [Pipeline] } 18:28:55 $ docker exec --env ******** --env ******** b8cb476f36751cbc15f58fe3cac0dc534098241bbb4d9a785b5bc02ae30cae1c ssh-agent -k 18:28:55 unset SSH_AUTH_SOCK; 18:28:55 unset SSH_AGENT_PID; 18:28:55 echo Agent pid 51 killed; 18:28:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:28:56 + git semver [Pipeline] } 18:28:56 $ docker stop --time=1 b8cb476f36751cbc15f58fe3cac0dc534098241bbb4d9a785b5bc02ae30cae1c 18:28:58 $ docker rm -f b8cb476f36751cbc15f58fe3cac0dc534098241bbb4d9a785b5bc02ae30cae1c [Pipeline] // withDockerContainer [Pipeline] sh 18:28:58 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:28:59 Stashed 1 file(s) [Pipeline] echo 18:28:59 [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 18:29:00 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:29:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:29:00 + sudo service docker restart 18:29:00 + true 18:29:00 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:29:01 ========================================================= 18:29:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:29:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:29:01 + 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 . 18:29:04 Sending build context to Docker daemon 327.8MB 18:29:04 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:29:04 Step 2/6 : FROM ${BASE} 18:29:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:29:05 188c0c94c7c5: Pulling fs layer 18:29:05 0ef7d3d256c8: Pulling fs layer 18:29:05 de9db76c5a1d: Pulling fs layer 18:29:05 bca2f99d35d6: Pulling fs layer 18:29:05 93359f2a8cfa: Pulling fs layer 18:29:05 7c6f9722023f: Pulling fs layer 18:29:05 a35cf1a2eb13: Pulling fs layer 18:29:05 93359f2a8cfa: Waiting 18:29:05 7c6f9722023f: Waiting 18:29:05 a35cf1a2eb13: Waiting 18:29:05 bca2f99d35d6: Waiting 18:29:05 de9db76c5a1d: Verifying Checksum 18:29:05 de9db76c5a1d: Download complete 18:29:05 0ef7d3d256c8: Verifying Checksum 18:29:05 0ef7d3d256c8: Download complete 18:29:05 93359f2a8cfa: Download complete 18:29:05 7c6f9722023f: Verifying Checksum 18:29:05 7c6f9722023f: Download complete 18:29:05 188c0c94c7c5: Verifying Checksum 18:29:05 188c0c94c7c5: Download complete 18:29:05 188c0c94c7c5: Pull complete 18:29:06 0ef7d3d256c8: Pull complete 18:29:06 de9db76c5a1d: Pull complete 18:29:07 a35cf1a2eb13: Verifying Checksum 18:29:07 a35cf1a2eb13: Download complete 18:29:07 bca2f99d35d6: Verifying Checksum 18:29:07 bca2f99d35d6: Download complete 18:29:12 bca2f99d35d6: Pull complete 18:29:12 93359f2a8cfa: Pull complete 18:29:12 7c6f9722023f: Pull complete 18:29:14 Still waiting to schedule task 18:29:14 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:29:17 a35cf1a2eb13: Pull complete 18:29:17 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:29:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:29:17 ---> a62c8e92a672 18:29:17 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 18:29:17 ---> Running in 56f18e0c68f9 18:29:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:29:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:29:19 (1/12) Installing libmagic (5.38-r0) 18:29:19 (2/12) Installing file (5.38-r0) 18:29:19 (3/12) Installing libc-dev (0.7.2-r3) 18:29:19 (4/12) Installing g++ (9.3.0-r2) 18:29:24 (5/12) Installing fortify-headers (1.1-r0) 18:29:24 (6/12) Installing patch (2.7.6-r6) 18:29:24 (7/12) Installing build-base (0.5-r2) 18:29:24 (8/12) Installing libsodium (1.0.18-r0) 18:29:24 (9/12) Installing pkgconf (1.7.2-r0) 18:29:24 (10/12) Installing libsodium-dev (1.0.18-r0) 18:29:24 (11/12) Installing libzmq (4.3.3-r0) 18:29:24 (12/12) Installing zeromq-dev (4.3.3-r0) 18:29:24 Executing busybox-1.31.1-r19.trigger 18:29:24 OK: 233 MiB in 51 packages 18:29:29 Removing intermediate container 56f18e0c68f9 18:29:29 ---> f0c437bc7450 18:29:29 Step 4/6 : WORKDIR /edgex-go 18:29:29 ---> Running in 7f361e2ab467 18:29:29 Removing intermediate container 7f361e2ab467 18:29:29 ---> ec7aad58918f 18:29:29 Step 5/6 : COPY go.mod . 18:29:29 ---> 66282a386eda 18:29:29 Step 6/6 : RUN go mod download 18:29:29 ---> Running in a0fa98bb7f92 18:29:51 Removing intermediate container a0fa98bb7f92 18:29:51 ---> 47f8d7a19fd8 18:29:51 Successfully built 47f8d7a19fd8 18:29:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:29:51 + docker inspect -f . ci-base-image-x86_64 18:29:51 . [Pipeline] withDockerContainer 18:29:51 prd-centos7-docker-4c-2g-25343 does not seem to be running inside a container 18:29:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 ******** ci-base-image-x86_64 cat 18:29:52 $ docker top e936ba96b8d8eea82bfd7d4dc254bf107285ec4b5f9c87165d07ca9ff1b6784f -eo pid,comm [Pipeline] { [Pipeline] sh 18:29:52 + go version 18:29:52 go version go1.15.5 linux/amd64 [Pipeline] } 18:29:53 $ docker stop --time=1 e936ba96b8d8eea82bfd7d4dc254bf107285ec4b5f9c87165d07ca9ff1b6784f 18:29:54 $ docker rm -f e936ba96b8d8eea82bfd7d4dc254bf107285ec4b5f9c87165d07ca9ff1b6784f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:29:55 + docker inspect -f . ci-base-image-x86_64 18:29:55 . [Pipeline] withDockerContainer 18:29:55 prd-centos7-docker-4c-2g-25343 does not seem to be running inside a container 18:29:55 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 ******** ci-base-image-x86_64 cat 18:29:55 $ docker top 630abe607b55d3388bf4b20f78f0149bd4fc2bdc171571655619513a57a9c204 -eo pid,comm [Pipeline] { [Pipeline] echo 18:29:56 ========================================================= 18:29:56 [edgeXBuildGoParallel] Running Tests and Build... 18:29:56 ========================================================= [Pipeline] sh 18:29:56 + make test 18:29:56 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:30:06 ? github.com/edgexfoundry/edgex-go [no test files] 18:30:21 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:30:24 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:30:26 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:30:26 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:30:28 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:30:28 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:30:28 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:30:28 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:30:29 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:30:29 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:30:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:30:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:30:31 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:30:33 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 45.6% of statements 18:30:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:30:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:30:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:30:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:30:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:30:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:30:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 18:30:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.089s coverage: 100.0% of statements 18:30:38 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.209s coverage: 27.1% of statements 18:30:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:30:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:30:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:30:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:30:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:30:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:30:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements 18:30:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:30:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.036s coverage: 100.0% of statements 18:30:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:30:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:30:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.087s coverage: 65.8% of statements 18:30:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:30:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:30:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.157s coverage: 82.3% of statements 18:30:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:30:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:30:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:30:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:30:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.470s coverage: 28.6% of statements 18:30:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:30:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:30:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:30:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:30:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:30:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.101s coverage: 100.0% of statements 18:30:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:30:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.059s coverage: 100.0% of statements 18:30:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:30:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.137s coverage: 86.7% of statements 18:30:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:30:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.103s coverage: 97.5% of statements 18:30:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:30:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.051s coverage: 78.3% of statements 18:30:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:30:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:30:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:30:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:30:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.370s coverage: 92.8% of statements 18:30:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:30:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:30:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:30:43 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:30:43 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:30:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:30:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:30:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:30:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:30:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:30:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:30:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:30:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:30:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:30:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:30:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:30:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:30:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:30:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 18:30:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:30:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:30:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.084s coverage: 0.1% of statements 18:30:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:30:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:30:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:30:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.047s coverage: 45.5% of statements 18:30:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.055s coverage: 79.5% of statements 18:30:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.027s coverage: 94.1% of statements 18:30:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.071s coverage: 96.3% of statements 18:30:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements 18:30:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.043s coverage: 94.4% of statements 18:30:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.064s coverage: 92.9% of statements 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 80.6% of statements 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.040s coverage: 87.2% of statements 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 63.5% of statements 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.279s coverage: 68.9% of statements 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.088s coverage: 37.0% of statements 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.280s coverage: 84.0% of statements 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.130s coverage: 47.0% of statements 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.042s coverage: 100.0% of statements 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.087s coverage: 86.2% of statements 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.726s coverage: 29.1% of statements 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.061s coverage: 99.0% of statements 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.050s coverage: 100.0% of statements 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.062s coverage: 100.0% of statements 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.053s coverage: 87.9% of statements 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 18:31:07 GO111MODULE=on go vet ./... 18:31:12 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25344 in /w/workspace/edgexfoundry_edgex-go_PR-3115 [Pipeline] { [Pipeline] ws 18:31:12 Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout 18:31:17 using credential edgex-jenkins-ssh 18:31:17 Cloning the remote Git repository 18:31:17 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:31:17 > git init /w/workspace/edgex-go/11 # timeout=10 18:31:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:31:17 > git --version # timeout=10 18:31:17 > git --version # 'git version 2.17.1' 18:31:17 using GIT_SSH to set credentials SSH Credentials for GitHub 18:31:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:31:34 gofmt -l . 18:31:34 [ "`gofmt -l .`" = "" ] 18:31:34 ./bin/test-go-mod-tidy.sh 18:31:34 ./bin/test-attribution-txt.sh [Pipeline] sh 18:31:34 Merging remotes/origin/master commit eb1ffba1e62030b7c1b36eedbd9001eb08307092 into PR head commit 24b1dce0904e9569858eccc530524446df8d088e 18:31:34 + ls -al . 18:31:34 total 696 18:31:34 drwxrwxr-x 10 1001 1001 4096 Feb 6 18:31 . 18:31:34 drwxr-xr-x 4 root root 30 Feb 6 18:29 .. 18:31:34 -rw-rw-r-- 1 1001 1001 11 Feb 6 18:28 .dockerignore 18:31:34 drwxrwxr-x 8 1001 1001 179 Feb 6 18:28 .git 18:31:34 drwxrwxr-x 3 1001 1001 125 Feb 6 18:28 .github 18:31:34 -rw-rw-r-- 1 1001 1001 818 Feb 6 18:28 .gitignore 18:31:34 drwx------ 3 1001 1001 60 Feb 6 18:28 .semver 18:31:34 -rw-rw-r-- 1 1001 1001 166 Feb 6 18:28 .sonarcloud.properties 18:31:34 -rw-rw-r-- 1 1001 1001 7859 Feb 6 18:28 Attribution.txt 18:31:34 -rw-rw-r-- 1 1001 1001 3804 Feb 6 18:28 CONTRIBUTING.md 18:31:34 -rw-rw-r-- 1 1001 1001 931 Feb 6 18:28 Dockerfile.build 18:31:34 -rw-rw-r-- 1 1001 1001 863 Feb 6 18:28 Jenkinsfile 18:31:34 -rw-rw-r-- 1 1001 1001 10775 Feb 6 18:28 LICENSE 18:31:34 -rw-rw-r-- 1 1001 1001 5774 Feb 6 18:28 Makefile 18:31:34 -rw-rw-r-- 1 1001 1001 6524 Feb 6 18:28 README.md 18:31:34 -rw-rw-r-- 1 1001 1001 6755 Feb 6 18:28 SECURITY.md 18:31:34 -rw-rw-r-- 1 1001 1001 5 Feb 6 18:28 VERSION 18:31:34 -rw-rw-r-- 1 1001 1001 4131 Feb 6 18:28 ZMQWindows.md 18:31:34 drwxrwxr-x 2 1001 1001 117 Feb 6 18:28 bin 18:31:34 drwxrwxr-x 14 1001 1001 4096 Feb 6 18:28 cmd 18:31:34 -rw-r--r-- 1 root root 590958 Feb 6 18:31 coverage.out 18:31:34 -rw-r--r-- 1 root root 1054 Feb 6 18:31 go.mod 18:31:34 -rw-r--r-- 1 root root 19290 Feb 6 18:31 go.sum 18:31:34 drwxrwxr-x 8 1001 1001 127 Feb 6 18:28 internal 18:31:34 drwxrwxr-x 4 1001 1001 26 Feb 6 18:28 openapi 18:31:34 drwxrwxr-x 4 1001 1001 71 Feb 6 18:28 snap 18:31:34 -rw-rw-r-- 1 1001 1001 168 Feb 6 18:28 version.go [Pipeline] sh 18:31:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:31:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:31:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:31:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:31:33 using GIT_SSH to set credentials SSH Credentials for GitHub 18:31:33 > 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 18:31:34 > git config core.sparsecheckout # timeout=10 18:31:34 > git checkout -f 24b1dce0904e9569858eccc530524446df8d088e # timeout=10 18:31:35 Merge succeeded, producing 24b1dce0904e9569858eccc530524446df8d088e 18:31:35 Checking out Revision 24b1dce0904e9569858eccc530524446df8d088e (PR-3115) 18:31:35 + '[' -e coverage.out ] 18:31:35 + chown 1001:1001 coverage.out [Pipeline] stash 18:31:35 Stashed 1 file(s) [Pipeline] sh 18:31:35 + make build 18:31:35 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 18:31:35 > git remote # timeout=10 18:31:35 > git config --get remote.origin.url # timeout=10 18:31:35 using GIT_SSH to set credentials SSH Credentials for GitHub 18:31:35 > git merge eb1ffba1e62030b7c1b36eedbd9001eb08307092 # timeout=10 18:31:35 > git rev-parse HEAD^{commit} # timeout=10 18:31:35 > git config core.sparsecheckout # timeout=10 18:31:35 > git checkout -f 24b1dce0904e9569858eccc530524446df8d088e # timeout=10 18:31:39 Commit message: "feat(security): Address PR feedback from Tony" 18:31:40 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] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:31:41 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:31:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:31:41 + sudo service docker restart 18:31:41 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:31:44 provisioning config files... 18:31:44 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config3762177514398966167tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:31:45 ---> docker-login.sh 18:31:45 nexus3.edgexfoundry.org:10001 18:31:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:46 Configure a credential helper to remove this warning. See 18:31:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:46 18:31:46 Login Succeeded 18:31:46 nexus3.edgexfoundry.org:10002 18:31:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:47 Configure a credential helper to remove this warning. See 18:31:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:47 18:31:47 Login Succeeded 18:31:47 nexus3.edgexfoundry.org:10003 18:31:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:47 Configure a credential helper to remove this warning. See 18:31:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:47 18:31:47 Login Succeeded 18:31:47 nexus3.edgexfoundry.org:10004 18:31:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:48 Configure a credential helper to remove this warning. See 18:31:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:48 18:31:48 Login Succeeded 18:31:48 docker.io 18:31:48 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 18:31:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:48 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 18:31:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:48 Configure a credential helper to remove this warning. See 18:31:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:48 18:31:48 Login Succeeded 18:31:48 ---> docker-login.sh ends [Pipeline] } 18:31:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:31:49 ========================================================= 18:31:49 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:31:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:31:49 + 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 . 18:31:50 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 18:31:50 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 18:31:52 Sending build context to Docker daemon 166.4MB 18:31:52 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:31:52 Step 2/6 : FROM ${BASE} 18:31:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:31:52 5f621e34cdf4: Pulling fs layer 18:31:52 a4357932f1b6: Pulling fs layer 18:31:52 18c013af1878: Pulling fs layer 18:31:52 00ac8860ef70: Pulling fs layer 18:31:52 63d7cb157983: Pulling fs layer 18:31:52 b116817d02f9: Pulling fs layer 18:31:52 745a02a5169b: Pulling fs layer 18:31:52 b116817d02f9: Waiting 18:31:52 00ac8860ef70: Waiting 18:31:52 63d7cb157983: Waiting 18:31:52 745a02a5169b: Waiting 18:31:52 18c013af1878: Verifying Checksum 18:31:52 18c013af1878: Download complete 18:31:52 a4357932f1b6: Verifying Checksum 18:31:52 a4357932f1b6: Download complete 18:31:52 63d7cb157983: Verifying Checksum 18:31:52 63d7cb157983: Download complete 18:31:52 b116817d02f9: Verifying Checksum 18:31:52 b116817d02f9: Download complete 18:31:52 5f621e34cdf4: Verifying Checksum 18:31:52 5f621e34cdf4: Download complete 18:31:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:31:52 5f621e34cdf4: Pull complete 18:31:53 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 18:31:53 a4357932f1b6: Pull complete 18:31:54 18c013af1878: Pull complete 18:31:54 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 18:31:54 745a02a5169b: Verifying Checksum 18:31:54 745a02a5169b: Download complete 18:31:55 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 18:31:56 00ac8860ef70: Verifying Checksum 18:31:56 00ac8860ef70: Download complete 18:31:56 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 18:31:58 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] } 18:32:00 $ docker stop --time=1 630abe607b55d3388bf4b20f78f0149bd4fc2bdc171571655619513a57a9c204 18:32:01 $ docker rm -f 630abe607b55d3388bf4b20f78f0149bd4fc2bdc171571655619513a57a9c204 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:32:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:32:05 18:32:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:32:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:32:05 latest: Pulling from edgex-devops/edgex-compose 18:32:05 cbdbe7a5bc2a: Pulling fs layer 18:32:05 ca9280d653b3: Pulling fs layer 18:32:05 7e9c9ca2126c: Pulling fs layer 18:32:05 cbdbe7a5bc2a: Download complete 18:32:06 ca9280d653b3: Verifying Checksum 18:32:06 ca9280d653b3: Download complete 18:32:06 cbdbe7a5bc2a: Pull complete 18:32:06 00ac8860ef70: Pull complete 18:32:06 63d7cb157983: Pull complete 18:32:06 b116817d02f9: Pull complete 18:32:07 ca9280d653b3: Pull complete 18:32:11 745a02a5169b: Pull complete 18:32:11 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:32:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:32:11 ---> b7e6874047d6 18:32:11 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 18:32:14 ---> Running in b36e1b7cda67 18:32:15 7e9c9ca2126c: Pull complete 18:32:15 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:32:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:32:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:32:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:32:15 prd-centos7-docker-4c-2g-25343 does not seem to be running inside a container 18:32:15 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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-devops/edgex-compose:latest cat 18:32:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:32:16 $ docker top 5e7a5d02224ff8232bd8141f74462a51131458025582993dbf1c15debb4e3bdf -eo pid,comm [Pipeline] { [Pipeline] sh 18:32:16 (1/12) Installing libmagic (5.38-r0) 18:32:16 + docker-compose build --help 18:32:16 + grep parallel 18:32:17 (2/12) Installing file (5.38-r0) 18:32:17 (3/12) Installing libc-dev (0.7.2-r3) 18:32:17 (4/12) Installing g++ (9.3.0-r2) 18:32:17 --parallel Build images in parallel. [Pipeline] } 18:32:17 $ docker stop --time=1 5e7a5d02224ff8232bd8141f74462a51131458025582993dbf1c15debb4e3bdf 18:32:19 $ docker rm -f 5e7a5d02224ff8232bd8141f74462a51131458025582993dbf1c15debb4e3bdf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:32:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:32:20 . [Pipeline] withDockerContainer 18:32:20 (5/12) Installing fortify-headers (1.1-r0) 18:32:20 prd-centos7-docker-4c-2g-25343 does not seem to be running inside a container 18:32:20 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 18:32:20 (6/12) Installing patch (2.7.6-r6) 18:32:20 (7/12) Installing build-base (0.5-r2) 18:32:20 (8/12) Installing libsodium (1.0.18-r0) 18:32:20 (9/12) Installing pkgconf (1.7.2-r0) 18:32:20 (10/12) Installing libsodium-dev (1.0.18-r0) 18:32:20 (11/12) Installing libzmq (4.3.3-r0) 18:32:21 $ docker top 2a3cdcef4b2e855c52185015a479e41aa205cf39ed7ca39478674aa59c9c5777 -eo pid,comm 18:32:21 (12/12) Installing zeromq-dev (4.3.3-r0) 18:32:21 Executing busybox-1.31.1-r19.trigger 18:32:21 OK: 217 MiB in 51 packages [Pipeline] { [Pipeline] sh 18:32:21 + docker-compose -f ./docker-compose-build.yml build --parallel 18:32:22 Building docker-core-command-go ... 18:32:22 Building docker-core-data-go ... 18:32:22 Building docker-core-metadata-go ... 18:32:22 Building docker-security-bootstrapper-go ... 18:32:22 Building docker-security-proxy-setup-go ... 18:32:22 Building docker-security-secretstore-setup-go ... 18:32:22 Building docker-support-notifications-go ... 18:32:22 Building docker-support-scheduler-go ... 18:32:22 Building docker-sys-mgmt-agent-go ... 18:32:22 Building docker-core-data-go 18:32:22 Building docker-security-bootstrapper-go 18:32:22 Building docker-support-notifications-go 18:32:22 Building docker-security-proxy-setup-go 18:32:22 Building docker-support-scheduler-go 18:32:25 Removing intermediate container b36e1b7cda67 18:32:25 ---> 01e2ac2117fa 18:32:25 Step 4/6 : WORKDIR /edgex-go 18:32:25 ---> Running in c6c9e642d2fe 18:32:26 Removing intermediate container c6c9e642d2fe 18:32:26 ---> 999230e8305c 18:32:26 Step 5/6 : COPY go.mod . 18:32:26 ---> 06eced1b77e8 18:32:26 Step 6/6 : RUN go mod download 18:32:26 ---> Running in a49865dc5329 18:32:53 Removing intermediate container a49865dc5329 18:32:53 ---> 17cbee320fdf 18:32:53 Successfully built 17cbee320fdf 18:32:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:32:53 + docker inspect -f . ci-base-image-arm64 18:32:53 . [Pipeline] withDockerContainer 18:32:54 prd-ubuntu18.04-docker-arm64-4c-16g-25344 does not seem to be running inside a container 18:32:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 ******** ci-base-image-arm64 cat 18:32:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:32:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:32:54 ---> 47f8d7a19fd8 18:32:54 Step 3/22 : WORKDIR /edgex-go 18:32:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:32:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:32:54 ---> 47f8d7a19fd8 18:32:54 Step 3/22 : WORKDIR /edgex-go 18:32:54 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:32:54 Step 2/30 : FROM ${BUILDER_BASE} AS builder 18:32:54 ---> 47f8d7a19fd8 18:32:54 Step 3/30 : WORKDIR /edgex-go 18:32:54 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:32:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:32:54 ---> 47f8d7a19fd8 18:32:54 Step 3/21 : WORKDIR /edgex-go 18:32:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:32:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:32:54 ---> 47f8d7a19fd8 18:32:54 Step 3/23 : WORKDIR /edgex-go 18:32:55 ---> Running in a839233c2ce2 18:32:55 ---> Running in b97c5ef5aaf0 18:32:55 ---> Running in 5ce4390d9f40 18:32:55 ---> Running in dfae49e59de2 18:32:55 ---> Running in d35d471f0f3c 18:32:55 $ docker top 7cdb4df1dc766f7dfa8024421be1f61cb918b0cd5ca46b56afa1672594cd31e3 -eo pid,comm [Pipeline] { 18:32:56 Removing intermediate container d35d471f0f3c 18:32:56 ---> 33fa8a372267 18:32:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:32:56 Removing intermediate container 5ce4390d9f40 18:32:56 ---> 30ccd42c0bcc 18:32:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:32:56 Removing intermediate container a839233c2ce2 18:32:56 ---> f90432efcb21 18:32:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:32:56 Removing intermediate container b97c5ef5aaf0 18:32:56 ---> 1d829050c25b 18:32:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:32:56 Removing intermediate container dfae49e59de2 18:32:56 ---> c060c7d792c2 18:32:56 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] sh 18:32:56 ---> Running in f472b1672db2 18:32:56 ---> Running in ce33e2953831 18:32:56 ---> Running in 00486706dd32 18:32:56 ---> Running in bcb39d76c39e 18:32:56 ---> Running in e92c09d890fc 18:32:56 + go version 18:32:56 go version go1.15.5 linux/arm64 [Pipeline] } 18:32:56 $ docker stop --time=1 7cdb4df1dc766f7dfa8024421be1f61cb918b0cd5ca46b56afa1672594cd31e3 18:32:58 Removing intermediate container ce33e2953831 18:32:58 ---> 3098a2bf4ce0 18:32:58 Step 5/21 : RUN apk add --update --no-cache make git 18:32:58 ---> Running in e229330bff7c 18:32:58 Removing intermediate container e92c09d890fc 18:32:58 ---> 37520d915439 18:32:58 Step 5/30 : RUN apk add --update --no-cache make git 18:32:58 Removing intermediate container f472b1672db2 18:32:58 ---> 65e2bd3daca6 18:32:58 Step 5/22 : RUN apk add --update --no-cache make git 18:32:58 Removing intermediate container bcb39d76c39e 18:32:58 ---> 0f777230ece5 18:32:58 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:32:58 Removing intermediate container 00486706dd32 18:32:58 ---> 8e16f3240f58 18:32:58 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:32:58 $ docker rm -f 7cdb4df1dc766f7dfa8024421be1f61cb918b0cd5ca46b56afa1672594cd31e3 18:32:58 ---> Running in decc3243457d 18:32:58 ---> Running in a559cbec2893 18:32:58 ---> Running in 51b34388f1ec 18:32:58 ---> Running in cbb241a97cb8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 18:32:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:32:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh 18:32:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:32:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:32:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:32:59 + docker inspect -f . ci-base-image-arm64 18:32:59 . [Pipeline] withDockerContainer 18:32:59 prd-ubuntu18.04-docker-arm64-4c-16g-25344 does not seem to be running inside a container 18:33:00 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 ******** ci-base-image-arm64 cat 18:33:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:33:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:33:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:33:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:33:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:33:00 OK: 233 MiB in 51 packages 18:33:00 OK: 233 MiB in 51 packages 18:33:01 OK: 233 MiB in 51 packages 18:33:01 Removing intermediate container 51b34388f1ec 18:33:01 ---> 60d84993c1f2 18:33:01 Step 6/22 : COPY go.mod . 18:33:01 OK: 233 MiB in 51 packages 18:33:01 Removing intermediate container cbb241a97cb8 18:33:01 ---> 4d6ac9bbbefe 18:33:01 Step 6/23 : COPY go.mod . 18:33:01 ---> c64855795f63 18:33:01 Step 7/22 : RUN go mod download 18:33:01 Removing intermediate container e229330bff7c 18:33:01 ---> f92c9899f326 18:33:01 Step 6/21 : COPY go.mod . 18:33:01 $ docker top 0faa6939ed53f6d21eb58186624b7a7f181b7b967bef1ab936c490141ff5e1ac -eo pid,comm 18:33:01 OK: 233 MiB in 51 packages 18:33:01 ---> Running in 80a192374735 18:33:01 ---> ba387e94d9ad 18:33:01 Step 7/23 : RUN go mod download [Pipeline] { [Pipeline] echo 18:33:01 ========================================================= 18:33:01 [edgeXBuildGoParallel] Running Tests and Build... 18:33:01 ========================================================= [Pipeline] sh 18:33:02 ---> Running in 2b4be7b4b19e 18:33:02 ---> 46fdc195459a 18:33:02 Step 7/21 : RUN go mod download 18:33:02 Removing intermediate container decc3243457d 18:33:02 ---> 3e21234db798 18:33:02 Step 6/30 : COPY go.mod . 18:33:02 ---> Running in 06ebdbc81ffd 18:33:02 + make test 18:33:02 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:33:02 ---> 510042ed8799 18:33:02 Step 7/30 : RUN go mod download 18:33:02 Removing intermediate container a559cbec2893 18:33:02 ---> d0acf83ac5dc 18:33:02 Step 6/22 : COPY go.mod . 18:33:02 ---> Running in ffad62157674 18:33:03 ---> 5722960019b2 18:33:03 Step 7/22 : RUN go mod download 18:33:03 ---> Running in 28f96262bd83 18:33:04 Removing intermediate container 06ebdbc81ffd 18:33:04 ---> 9e70eea8a82e 18:33:04 Step 8/21 : COPY . . 18:33:04 Removing intermediate container 2b4be7b4b19e 18:33:04 ---> 55c64c96ff89 18:33:04 Step 8/23 : COPY . . 18:33:04 Removing intermediate container 80a192374735 18:33:04 ---> d44b2b939fd8 18:33:04 Step 8/22 : COPY . . 18:33:07 Removing intermediate container ffad62157674 18:33:07 ---> bc1b3b5633c9 18:33:07 Step 8/30 : COPY . . 18:33:09 Removing intermediate container 28f96262bd83 18:33:09 ---> 0bd3d9608bb8 18:33:09 Step 8/22 : COPY . . 18:33:24 ? github.com/edgexfoundry/edgex-go [no test files] 18:33:48 ---> 69e9744fc6c2 18:33:48 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:33:48 ---> 078f0197acc3 18:33:48 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:33:48 ---> 71bb46cf39e6 18:33:48 Step 9/23 : RUN make cmd/core-data/core-data 18:33:48 ---> aadf4330bd97 18:33:48 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:33:48 ---> Running in 9614dac2d1af 18:33:48 ---> Running in 87651c87cb59 18:33:48 ---> Running in 273a55c34fd7 18:33:48 ---> ee6f696e7212 18:33:48 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:33:48 ---> Running in 25c42e8f15b4 18:33:48 ---> Running in 7f17cc48f967 18:33:48 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 18:33:48 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 18:33:48 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 18:33:48 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 18:33:48 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 18:34:11 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:34:14 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 18:34:15 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:34:17 Removing intermediate container 273a55c34fd7 18:34:17 ---> 0fecde554ad7 18:34:17 18:34:17 Step 10/30 : FROM alpine:3.12 18:34:17 3.12: Pulling from library/alpine 18:34:18 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:34:18 Status: Downloaded newer image for alpine:3.12 18:34:18 ---> 389fef711851 18:34:18 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:34:18 ---> Running in ded6d595c6d6 18:34:21 Removing intermediate container ded6d595c6d6 18:34:21 ---> 45d518185d65 18:34:21 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 18:34:22 ---> Running in 423e04e3e679 18:34:23 Removing intermediate container 87651c87cb59 18:34:23 ---> 2b9a0af16bb6 18:34:23 18:34:23 Step 10/22 : FROM alpine:3.12 18:34:23 ---> 389fef711851 18:34:23 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:34:25 Removing intermediate container 25c42e8f15b4 18:34:25 ---> e09100549f1d 18:34:25 18:34:25 Step 10/21 : FROM alpine:3.12 18:34:25 ---> 389fef711851 18:34:25 Step 11/21 : RUN apk add --update --no-cache curl 18:34:25 ---> Running in f5614302313d 18:34:25 ---> Running in 8ec06ea142de 18:34:25 Removing intermediate container 7f17cc48f967 18:34:25 ---> c4222244f424 18:34:25 18:34:25 Step 10/22 : FROM alpine:3.12 18:34:25 ---> 389fef711851 18:34:25 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:34:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:34:25 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:34:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:34:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:34:25 ---> Running in 060a4a2ae748 18:34:25 (1/2) Installing dumb-init (1.2.2-r1) 18:34:26 (2/2) Installing su-exec (0.2-r1) 18:34:26 Executing busybox-1.31.1-r19.trigger 18:34:26 OK: 6 MiB in 16 packages 18:34:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:34:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:34:26 (1/1) Installing dumb-init (1.2.2-r1) 18:34:26 Executing busybox-1.31.1-r19.trigger 18:34:26 OK: 6 MiB in 15 packages 18:34:27 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:34:27 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:34:27 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:34:27 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:34:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:34:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:34:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:34:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:34:28 (1/4) Installing ca-certificates (20191127-r4) 18:34:28 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:34:28 (3/4) Installing libcurl (7.69.1-r3) 18:34:28 (4/4) Installing curl (7.69.1-r3) 18:34:28 Executing busybox-1.31.1-r19.trigger 18:34:28 Executing ca-certificates-20191127-r4.trigger 18:34:28 (1/2) Installing ca-certificates (20191127-r4) 18:34:28 (2/2) Installing dumb-init (1.2.2-r1) 18:34:28 Executing busybox-1.31.1-r19.trigger 18:34:28 Executing ca-certificates-20191127-r4.trigger 18:34:28 OK: 7 MiB in 18 packages 18:34:28 OK: 6 MiB in 16 packages 18:34:28 Removing intermediate container 9614dac2d1af 18:34:28 ---> 8b99e4edfece 18:34:28 18:34:28 Step 10/23 : FROM alpine:3.12 18:34:28 ---> 389fef711851 18:34:28 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:34:29 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:34:29 Removing intermediate container 423e04e3e679 18:34:29 ---> 63d287dfd390 18:34:29 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 18:34:29 ---> Running in 1b98b0ba794b 18:34:30 ---> Running in cf848b05d233 18:34:30 Removing intermediate container f5614302313d 18:34:30 ---> aafac4773abb 18:34:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:34:30 Removing intermediate container 1b98b0ba794b 18:34:30 ---> 257e58863f47 18:34:30 Step 12/23 : ENV APP_PORT=48080 18:34:30 Removing intermediate container cf848b05d233 18:34:30 ---> 8f0f663f47f2 18:34:30 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:34:30 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:34:31 ---> Running in 3348a140697e 18:34:31 ---> Running in 22ab1d3ac97c 18:34:31 ---> Running in 9c480a3e6943 18:34:31 Removing intermediate container 8ec06ea142de 18:34:31 ---> 36cbdf5d404f 18:34:31 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:34:31 Removing intermediate container 060a4a2ae748 18:34:31 ---> d4b14dca2401 18:34:31 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:34:31 ---> Running in 1a6d2e9bbc37 18:34:31 ---> Running in 586ffbd1961b 18:34:31 Removing intermediate container 22ab1d3ac97c 18:34:31 ---> d1c80b4c1442 18:34:31 Step 13/23 : EXPOSE $APP_PORT 18:34:31 Removing intermediate container 3348a140697e 18:34:31 ---> 147b16e504c9 18:34:31 Step 13/22 : ENV APP_PORT=48085 18:34:31 Removing intermediate container 9c480a3e6943 18:34:31 ---> 8c2cb6b5a8a7 18:34:31 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:34:32 ---> Running in 6fd8132d2aac 18:34:32 ---> Running in a2d3b5f069a8 18:34:32 ---> Running in 1647451b33fb 18:34:32 Removing intermediate container 1a6d2e9bbc37 18:34:32 ---> 2012e5a9dba3 18:34:32 Step 13/21 : WORKDIR /edgex 18:34:32 Removing intermediate container 586ffbd1961b 18:34:32 ---> ea5efa6415e9 18:34:32 Step 13/22 : ENV APP_PORT=48060 18:34:32 ---> Running in b8aa279d441d 18:34:32 ---> Running in b1aca2c40c44 18:34:32 Removing intermediate container 6fd8132d2aac 18:34:32 ---> 55e91692158a 18:34:32 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:34:32 Removing intermediate container a2d3b5f069a8 18:34:32 ---> 21bbfa155c47 18:34:32 Step 14/22 : EXPOSE $APP_PORT 18:34:32 ---> Running in 8c5429d91b55 18:34:32 ---> Running in 4bc53e7c9961 18:34:33 Removing intermediate container b1aca2c40c44 18:34:33 ---> 2029073f49ec 18:34:33 Step 14/22 : EXPOSE $APP_PORT 18:34:33 Removing intermediate container b8aa279d441d 18:34:33 ---> f09354c76d06 18:34:33 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:34:33 ---> Running in 3f655d2ade90 18:34:33 Removing intermediate container 4bc53e7c9961 18:34:33 ---> 8191ed4936ec 18:34:33 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:34:33 ---> 17a890362091 18:34:33 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:34:33 Removing intermediate container 3f655d2ade90 18:34:33 ---> 996d168503c1 18:34:33 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:34:33 ---> 6dbdef0f3b51 18:34:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:34:33 Removing intermediate container 1647451b33fb 18:34:33 ---> 7a6334bb3fe4 18:34:33 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 18:34:34 ---> Running in f991c806aa4b 18:34:34 ---> 825c726f658d 18:34:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:34:34 ---> 0a104af2a1b4 18:34:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:34:34 Removing intermediate container f991c806aa4b 18:34:34 ---> 1f6090ef4e35 18:34:34 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:34:34 Removing intermediate container 8c5429d91b55 18:34:34 ---> 5c8b517445ab 18:34:34 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:34:34 ---> a5ad3639574c 18:34:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:34:35 ---> Running in 45f41a1671b1 18:34:35 ---> 7999fb1b34a1 18:34:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:34:35 ---> 0901b3435022 18:34:35 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:34:35 ---> 3b97746ca436 18:34:35 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:34:35 ---> fe11a41236ae 18:34:35 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:34:35 ---> Running in fab59a71d962 18:34:35 ---> 7cee89cd4232 18:34:35 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:34:35 ---> Running in 3e25ce0b9f51 18:34:36 ---> Running in 5e0e62c4ca41 18:34:36 ---> Running in 6efdabe13aa8 18:34:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:34:36 Removing intermediate container fab59a71d962 18:34:36 ---> cffe60f8c763 18:34:36 Step 18/21 : CMD ["--init=true"] 18:34:36 Removing intermediate container 5e0e62c4ca41 18:34:36 ---> 93b958ff452f 18:34:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:34:36 ---> Running in dd24539175e5 18:34:36 Removing intermediate container 6efdabe13aa8 18:34:36 ---> 87eb21d2f003 18:34:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:34:36 ---> Running in f9e0cd3e0ecf 18:34:36 ---> Running in 5c4e94231be6 18:34:36 Removing intermediate container dd24539175e5 18:34:36 ---> 4c8643564749 18:34:36 Step 19/21 : LABEL arch=x86_64 18:34:36 Removing intermediate container f9e0cd3e0ecf 18:34:36 ---> 63d1d14f92ce 18:34:36 Step 20/22 : LABEL arch=x86_64 18:34:36 ---> Running in 8785637bc8b2 18:34:36 Removing intermediate container 5c4e94231be6 18:34:36 ---> 87bb49be1db8 18:34:36 Step 20/22 : LABEL arch=x86_64 18:34:36 ---> Running in 6ee1afac6749 18:34:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:34:37 ---> Running in e4ccd02e527f 18:34:37 Removing intermediate container 8785637bc8b2 18:34:37 ---> 41e294b0df0f 18:34:37 Step 20/21 : LABEL git_sha=24b1dce0904e9569858eccc530524446df8d088e 18:34:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:34:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:34:37 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:34:37 Removing intermediate container 6ee1afac6749 18:34:37 ---> b787b6d94800 18:34:37 Step 21/22 : LABEL git_sha=24b1dce0904e9569858eccc530524446df8d088e 18:34:37 Removing intermediate container e4ccd02e527f 18:34:37 ---> 0601badb1690 18:34:37 Step 21/22 : LABEL git_sha=24b1dce0904e9569858eccc530524446df8d088e 18:34:37 ---> Running in 7ba7c003fe90 18:34:37 ---> Running in 4051cfa44462 18:34:37 Removing intermediate container 3e25ce0b9f51 18:34:37 ---> 8c6e1c757010 18:34:37 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 18:34:37 ---> Running in a60b4039ed5b 18:34:38 (1/6) Installing dumb-init (1.2.2-r1) 18:34:38 Removing intermediate container 7ba7c003fe90 18:34:38 ---> 0ec9f0e22127 18:34:38 Step 21/21 : LABEL version=0.0.0 18:34:38 (2/6) Installing libgcc (9.3.0-r2) 18:34:38 Removing intermediate container 4051cfa44462 18:34:38 ---> 7d8c12f77816 18:34:38 Step 22/22 : LABEL version=0.0.0 18:34:38 (3/6) Installing libsodium (1.0.18-r0) 18:34:38 ---> Running in 2469294a40bf 18:34:38 Removing intermediate container a60b4039ed5b 18:34:38 ---> de99e9404fdc 18:34:38 Step 22/22 : LABEL version=0.0.0 18:34:38 (4/6) Installing libstdc++ (9.3.0-r2) 18:34:38 ---> fcb9f3000b5a 18:34:38 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:34:38 ---> Running in 84c6d6522cee 18:34:38 ---> Running in 0dd5f8801e61 18:34:38 Removing intermediate container 2469294a40bf 18:34:38 ---> c6ab9c5f571d 18:34:38 18:34:38 (5/6) Installing libzmq (4.3.3-r0) 18:34:38 Removing intermediate container 84c6d6522cee 18:34:38 ---> 3700c51d7eef 18:34:38 18:34:38 (6/6) Installing zeromq (4.3.3-r0) 18:34:38 Removing intermediate container 0dd5f8801e61 18:34:38 ---> c4ab8eb182fb 18:34:38 18:34:38 Executing busybox-1.31.1-r19.trigger 18:34:39 OK: 8 MiB in 20 packages 18:34:39 Successfully built c6ab9c5f571d 18:34:39 Successfully built 3700c51d7eef 18:34:39 ---> 5139c6b9849d 18:34:39 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:34:39 Successfully tagged docker-support-scheduler-go:latest 18:34:39 Successfully tagged docker-security-proxy-setup-go:latest 18:34:39 Successfully built c4ab8eb182fb 18:34:39  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 18:34:39 Building docker-sys-mgmt-agent-go 18:34:39  Building docker-support-scheduler-go ... done Successfully tagged docker-support-notifications-go:latest 18:34:39 Building docker-core-metadata-go 18:34:39  Building docker-support-notifications-go ... done  ---> 3b3d6721343f 18:34:39 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:34:39 Removing intermediate container 45f41a1671b1 18:34:39 ---> 699ba4a953c5 18:34:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:34:39 ---> 8a22e2f9bca6 18:34:39 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 18:34:39 ---> Running in 00e169f74ad9 18:34:39 ---> 6240ef5e8ed7 18:34:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:34:39 Removing intermediate container 00e169f74ad9 18:34:39 ---> e2a576922397 18:34:39 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:34:40 ---> 92af88f13228 18:34:40 Step 25/30 : RUN chmod +x /entrypoint.sh 18:34:40 ---> Running in 7c9c6a8b94a1 18:34:40 ---> 28431eaba9b0 18:34:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:34:44 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.307s coverage: 45.6% of statements 18:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 18:34:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.187s coverage: 100.0% of statements 18:34:45 ---> 383e98d2040b 18:34:45 Step 19/23 : ENTRYPOINT ["/core-data"] 18:34:46 ---> Running in 89cbf5b5f648 18:34:49 Removing intermediate container 89cbf5b5f648 18:34:49 ---> 8019b1b41194 18:34:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:34:49 Removing intermediate container 7c9c6a8b94a1 18:34:49 ---> 08b998b8b2f3 18:34:49 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 18:34:49 ---> Running in 8882bac01076 18:34:50 ---> Running in bbc331f59a39 18:34:50 Removing intermediate container 8882bac01076 18:34:50 ---> 1f5ccd67d5b5 18:34:50 Step 21/23 : LABEL arch=x86_64 18:34:50 ---> Running in d0bd7e003fcb 18:34:50 Removing intermediate container bbc331f59a39 18:34:50 ---> c106e9710036 18:34:50 Step 27/30 : CMD ["gate"] 18:34:50 ---> Running in b43ecbe9d723 18:34:50 Removing intermediate container d0bd7e003fcb 18:34:50 ---> db8afd17f15b 18:34:50 Step 22/23 : LABEL git_sha=24b1dce0904e9569858eccc530524446df8d088e 18:34:50 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.491s coverage: 27.1% of statements 18:34:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:34:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:34:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:34:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:34:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:34:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:34:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.069s coverage: 100.0% of statements 18:34:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:34:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.066s coverage: 100.0% of statements 18:34:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:34:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:34:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.266s coverage: 65.8% of statements 18:34:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:34:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:34:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.693s coverage: 82.3% of statements 18:34:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:34:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:34:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:34:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:34:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.257s coverage: 28.6% of statements 18:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:34:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.160s coverage: 100.0% of statements 18:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:34:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements 18:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:34:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.414s coverage: 86.7% of statements 18:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:34:59 ---> Running in e087e7a04988 18:34:59 Removing intermediate container b43ecbe9d723 18:34:59 ---> ced2ddc6c824 18:34:59 Step 28/30 : LABEL arch=x86_64 18:34:59 ---> Running in d30018d64335 18:35:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.383s coverage: 97.5% of statements 18:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:35:00 Removing intermediate container e087e7a04988 18:35:00 ---> 02526b3568e1 18:35:00 Step 23/23 : LABEL version=0.0.0 18:35:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.169s coverage: 78.3% of statements 18:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:35:02 ---> Running in f1becffa1bf4 18:35:02 Removing intermediate container d30018d64335 18:35:02 ---> 80ea208dc0bd 18:35:02 Step 29/30 : LABEL git_sha=24b1dce0904e9569858eccc530524446df8d088e 18:35:03 ---> Running in f3ab537ca6c6 18:35:03 Removing intermediate container f1becffa1bf4 18:35:03 ---> c749dce80e99 18:35:03 18:35:03 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:35:03 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:35:03 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:35:03 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:35:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> 47f8d7a19fd8 18:35:04 18:35:04 Step 3/26 : WORKDIR /edgex-go 18:35:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:35:04 ---> 47f8d7a19fd8 18:35:04 Step 3/23 : WORKDIR /edgex-go 18:35:04 ---> 47f8d7a19fd8 18:35:04 Step 3/24 : WORKDIR /edgex-go 18:35:04 ---> Using cache 18:35:04 ---> c060c7d792c2 18:35:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:35:04 ---> Using cache 18:35:04 ---> c060c7d792c2 18:35:04 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:35:04 ---> Using cache 18:35:04 ---> c060c7d792c2 18:35:04 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:35:04 ---> Using cache 18:35:04 ---> 37520d915439 18:35:04 Step 5/23 : RUN apk add --update --no-cache make git 18:35:04 ---> Using cache 18:35:04 ---> 37520d915439 18:35:04 Step 5/24 : RUN apk add --update --no-cache make git 18:35:04 ---> Using cache 18:35:04 ---> 37520d915439 18:35:04 Step 5/26 : RUN apk add --update --no-cache make bash git 18:35:04 ---> Using cache 18:35:04 ---> 3e21234db798 18:35:04 Step 6/24 : COPY go.mod . 18:35:04 ---> Using cache 18:35:04 ---> 3e21234db798 18:35:04 Step 6/23 : COPY go.mod . 18:35:04 ---> Using cache 18:35:04 ---> 510042ed8799 18:35:04 Step 7/23 : RUN go mod download 18:35:04 ---> Using cache 18:35:04 ---> 510042ed8799 18:35:04 Step 7/24 : RUN go mod download 18:35:04 ---> Using cache 18:35:04 ---> bc1b3b5633c9 18:35:04 Step 8/23 : COPY . . 18:35:04 ---> Using cache 18:35:04 ---> bc1b3b5633c9 18:35:04 Step 8/24 : COPY . . 18:35:04 Successfully built c749dce80e99 18:35:04 ---> Using cache 18:35:04 ---> 69e9744fc6c2 18:35:04 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:35:04 ---> Using cache 18:35:04 ---> 69e9744fc6c2 18:35:04 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:35:05 Successfully tagged docker-core-data-go:latest 18:35:05 Building docker-core-command-go 18:35:05  Building docker-core-data-go ... done Removing intermediate container f3ab537ca6c6 18:35:05 ---> eed1959d7099 18:35:05 Step 30/30 : LABEL version=0.0.0 18:35:05 ---> Running in a4d2c95afade 18:35:05 ---> Running in bc8c67fe9542 18:35:05 ---> Running in 27141da05e6d 18:35:05 ---> Running in 7b4072fdfff7 18:35:06 Removing intermediate container 7b4072fdfff7 18:35:06 ---> 379516c93441 18:35:06 18:35:06 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 18:35:06 Successfully built 379516c93441 18:35:06 Successfully tagged docker-security-bootstrapper-go:latest 18:35:06  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/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:35:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:35:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:35:09 OK: 233 MiB in 51 packages 18:35:11 Removing intermediate container 27141da05e6d 18:35:11 ---> 8636d285f4d3 18:35:11 Step 6/26 : COPY go.mod . 18:35:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.309s coverage: 92.8% of statements 18:35:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:35:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:35:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:35:11 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:35:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.083s coverage: 58.8% of statements 18:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:35:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.234s coverage: 0.1% of statements 18:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:35:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:35:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.085s coverage: 45.5% of statements 18:35:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.099s coverage: 79.5% of statements 18:35:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements 18:35:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.111s coverage: 96.3% of statements 18:35:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements 18:35:12 ---> 73a04e68c8f4 18:35:12 Step 7/26 : RUN go mod download 18:35:13 ---> Running in 567ef63eb6bf 18:35:16 Removing intermediate container 567ef63eb6bf 18:35:16 ---> 9374c6442c60 18:35:16 Step 8/26 : COPY . . 18:35:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:35:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:35:23 ---> 47f8d7a19fd8 18:35:23 Step 3/23 : WORKDIR /edgex-go 18:35:23 ---> Using cache 18:35:23 ---> c060c7d792c2 18:35:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:35:23 ---> Using cache 18:35:23 ---> 37520d915439 18:35:23 Step 5/23 : RUN apk add --update --no-cache make git 18:35:23 ---> Using cache 18:35:23 ---> 3e21234db798 18:35:23 Step 6/23 : COPY go.mod . 18:35:23 ---> Using cache 18:35:23 ---> 510042ed8799 18:35:23 Step 7/23 : RUN go mod download 18:35:23 ---> Using cache 18:35:23 ---> bc1b3b5633c9 18:35:23 Step 8/23 : COPY . . 18:35:23 ---> Using cache 18:35:23 ---> 69e9744fc6c2 18:35:23 Step 9/23 : RUN make cmd/core-command/core-command 18:35:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.079s coverage: 94.4% of statements 18:35:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.067s coverage: 44.8% of statements 18:35:25 ---> Running in f619584638cc 18:35:26 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 18:35:26 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 18:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.137s coverage: 92.9% of statements 18:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 80.6% of statements 18:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements 18:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 18:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements 18:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.060s coverage: 80.8% of statements 18:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.138s coverage: 87.2% of statements 18:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.127s coverage: 84.2% of statements 18:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.153s coverage: 91.4% of statements 18:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.508s coverage: 63.5% of statements 18:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements 18:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements 18:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements 18:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements 18:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements 18:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.799s coverage: 68.9% of statements 18:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.374s coverage: 37.0% of statements 18:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:35:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.627s coverage: 84.0% of statements 18:35:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.123s coverage: 100.0% of statements 18:35:41 Removing intermediate container bc8c67fe9542 18:35:41 ---> 3ffcbf88ec70 18:35:41 18:35:41 Step 10/24 : FROM alpine:3.12 18:35:41 ---> 389fef711851 18:35:41 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:35:41 ---> 8edab16ccf0a 18:35:41 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:35:41 Removing intermediate container a4d2c95afade 18:35:41 ---> 3d020d13eb25 18:35:41 18:35:41 Step 10/23 : FROM alpine:3.12 18:35:41 ---> 389fef711851 18:35:41 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:35:41 ---> Using cache 18:35:41 ---> aafac4773abb 18:35:41 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:35:41 ---> Using cache 18:35:41 ---> 147b16e504c9 18:35:41 Step 13/23 : ENV APP_PORT=48081 18:35:41 ---> Running in a4f4c2ffd84a 18:35:41 ---> Running in aefdc0ed5944 18:35:41 ---> Running in cec595c4b963 18:35:42 Removing intermediate container cec595c4b963 18:35:42 ---> 8a8a3d93d2ed 18:35:42 Step 14/23 : EXPOSE $APP_PORT 18:35:42 ---> Running in 1a37bda1055c 18:35:42 Removing intermediate container 1a37bda1055c 18:35:42 ---> b13d1d708c53 18:35:42 Step 15/23 : WORKDIR / 18:35:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:35:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:35:42 ---> Running in fe886292a27a 18:35:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:35:43 (1/5) Installing ca-certificates (20191127-r4) 18:35:43 Removing intermediate container fe886292a27a 18:35:43 ---> f6e1b5ed9f46 18:35:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:35:43 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:35:43 (3/5) Installing libcurl (7.69.1-r3) 18:35:43 (4/5) Installing curl (7.69.1-r3) 18:35:43 (5/5) Installing dumb-init (1.2.2-r1) 18:35:43 Executing busybox-1.31.1-r19.trigger 18:35:43 Executing ca-certificates-20191127-r4.trigger 18:35:43 OK: 7 MiB in 19 packages 18:35:44 ---> 666b46cc8f55 18:35:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:35:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.439s coverage: 47.0% of statements 18:35:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:35:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:35:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:35:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:35:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:35:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.125s coverage: 100.0% of statements 18:35:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:35:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.138s coverage: 100.0% of statements 18:35:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:35:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:35:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 18:35:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:35:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.305s coverage: 86.2% of statements 18:35:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:35:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:35:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:35:46 Removing intermediate container a4f4c2ffd84a 18:35:46 ---> 5cf36abccaef 18:35:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:35:47 ---> 1bc4e33fc783 18:35:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:35:47 ---> Running in 4b48242546a8 18:35:48 Removing intermediate container f619584638cc 18:35:48 ---> a5c8e86c3d54 18:35:48 18:35:48 Step 10/23 : FROM alpine:3.12 18:35:48 ---> 28bfdace0670 18:35:48 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:35:48 ---> 389fef711851 18:35:48 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:35:48 ---> Using cache 18:35:48 ---> aafac4773abb 18:35:48 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:35:48 ---> Using cache 18:35:48 ---> 147b16e504c9 18:35:48 Step 13/23 : ENV APP_PORT=48082 18:35:48 Removing intermediate container 4b48242546a8 18:35:48 ---> cb31926b8768 18:35:48 Step 13/24 : WORKDIR / 18:35:48 ---> Running in 99e31599f026 18:35:48 ---> Running in 2d0857da7012 18:35:48 ---> Running in de0baaac9b75 18:35:48 Removing intermediate container 2d0857da7012 18:35:48 ---> 08d8297e2f73 18:35:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:35:49 Removing intermediate container 99e31599f026 18:35:49 ---> 15a51e1e152a 18:35:49 Step 14/23 : EXPOSE $APP_PORT 18:35:50 ---> Running in 9b28782fd3c9 18:35:50 Removing intermediate container de0baaac9b75 18:35:50 ---> 0f919962a90a 18:35:50 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:35:50 ---> Running in b64083afa90f 18:35:50 Removing intermediate container 9b28782fd3c9 18:35:50 ---> 522f188cf0a5 18:35:50 Step 21/23 : LABEL arch=x86_64 18:35:50 Removing intermediate container b64083afa90f 18:35:50 ---> 7ec8a3340a30 18:35:50 Step 15/23 : WORKDIR / 18:35:50 ---> 9d1742b0196d 18:35:50 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:35:50 ---> Running in b6de08e8e524 18:35:50 ---> Running in a3377d60fbf7 18:35:51 Removing intermediate container b6de08e8e524 18:35:51 ---> cc9c8da83bb9 18:35:51 Step 22/23 : LABEL git_sha=24b1dce0904e9569858eccc530524446df8d088e 18:35:51 Removing intermediate container a3377d60fbf7 18:35:51 ---> 74006bcbacc4 18:35:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:35:51 ---> d7c32c3963b6 18:35:51 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:35:51 ---> Running in 4ea0d742603a 18:35:52 Removing intermediate container 4ea0d742603a 18:35:52 ---> cf1c737676e4 18:35:52 Step 23/23 : LABEL version=0.0.0 18:35:52 ---> f5198a275dee 18:35:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:35:52 ---> Running in 816c3d56a29a 18:35:52 ---> bc53ff5da85e 18:35:52 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:35:52 Removing intermediate container 816c3d56a29a 18:35:52 ---> 63808acfe866 18:35:52 18:35:52 ---> 1c943952adc5 18:35:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:35:52 Successfully built 63808acfe866 18:35:52 Successfully tagged docker-core-metadata-go:latest 18:35:52  Building docker-core-metadata-go ... done  ---> ce174e71d1b2 18:35:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:35:53 ---> 63695bb1d377 18:35:53 Step 19/23 : ENTRYPOINT ["/core-command"] 18:35:53 ---> Running in 4bf6b8328cfd 18:35:53 ---> 94578abb256e 18:35:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:35:53 Removing intermediate container 4bf6b8328cfd 18:35:53 ---> d99169f5d1bc 18:35:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:35:53 ---> Running in 6ff9550d1073 18:35:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.968s coverage: 29.1% of statements 18:35:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:35:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:35:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:35:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:35:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:35:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.255s coverage: 99.0% of statements 18:35:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:35:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements 18:35:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:35:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:35:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:35:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:35:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.259s coverage: 100.0% of statements 18:35:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:35:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:35:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:35:53 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 18:35:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:35:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.067s coverage: 100.0% of statements 18:35:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:35:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:35:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:35:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:35:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements 18:35:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:35:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:35:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.083s coverage: 100.0% of statements 18:35:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.104s coverage: 32.1% of statements 18:35:54 ---> d6db37b1e0f6 18:35:54 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/ 18:35:54 Removing intermediate container 6ff9550d1073 18:35:54 ---> 6441b7eb0fa9 18:35:54 Step 21/23 : LABEL arch=x86_64 18:35:54 ---> Running in 7a5641f54c79 18:35:54 ---> Running in 4a671648884e 18:35:54 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 18:35:55 Removing intermediate container 7a5641f54c79 18:35:55 ---> 2181ede4d702 18:35:55 Step 22/23 : LABEL git_sha=24b1dce0904e9569858eccc530524446df8d088e 18:35:55 GO111MODULE=on go vet ./... 18:35:55 ---> Running in f2b89251c38a 18:35:55 Removing intermediate container aefdc0ed5944 18:35:55 ---> 7c4abe92064e 18:35:55 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:35:55 ---> Running in 7a7db73aadb6 18:35:56 Removing intermediate container f2b89251c38a 18:35:56 ---> 1b39da7b0e6e 18:35:56 Step 23/23 : LABEL version=0.0.0 18:35:56 ---> Running in eacb8c0fc2b2 18:35:56 Removing intermediate container 4a671648884e 18:35:56 ---> 1c3d6ce07777 18:35:56 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:35:56 ---> Running in 2f89efa95354 18:35:56 Removing intermediate container eacb8c0fc2b2 18:35:56 ---> 9b7ce453bca1 18:35:56 18:35:56 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 18:35:56 Successfully built 9b7ce453bca1 18:35:56 Successfully tagged docker-core-command-go:latest 18:35:56  Building docker-core-command-go ... done Removing intermediate container 2f89efa95354 18:35:56 ---> 86ca1c175b57 18:35:56 Step 22/24 : LABEL arch=x86_64 18:35:56 ---> Running in 5a86594fefd2 18:35:57 Removing intermediate container 5a86594fefd2 18:35:57 ---> 3ed578ac86f5 18:35:57 Step 23/24 : LABEL git_sha=24b1dce0904e9569858eccc530524446df8d088e 18:35:57 ---> Running in fd2cdfa49b14 18:35:57 Removing intermediate container fd2cdfa49b14 18:35:57 ---> e8132398697b 18:35:57 Step 24/24 : LABEL version=0.0.0 18:35:57 ---> Running in 00998e9732cc 18:35:57 Removing intermediate container 00998e9732cc 18:35:57 ---> db1aa23f6f18 18:35:57 18:35:57 Removing intermediate container 7a7db73aadb6 18:35:57 ---> d9a615e51cc7 18:35:57 18:35:57 Step 11/26 : FROM docker:20.10.0 18:35:57 20.10.0: Pulling from library/docker 18:35:57 Successfully built db1aa23f6f18 18:35:57 Successfully tagged docker-security-secretstore-setup-go:latest 18:36:02  Building docker-security-secretstore-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:36:02 Status: Downloaded newer image for docker:20.10.0 18:36:02 ---> aefe523efa57 18:36:02 Step 12/26 : RUN apk add --no-cache bash 18:36:02 ---> Running in a832a9f623cd 18:36:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:36:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:36:02 (1/2) Installing readline (8.0.4-r0) 18:36:02 (2/2) Installing bash (5.0.17-r0) 18:36:03 Executing bash-5.0.17-r0.post-install 18:36:03 Executing busybox-1.31.1-r19.trigger 18:36:03 OK: 12 MiB in 22 packages 18:36:03 Removing intermediate container a832a9f623cd 18:36:03 ---> f7dc8fd91f04 18:36:03 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:36:03 ---> Running in dd0f17fc541a 18:36:03 Removing intermediate container dd0f17fc541a 18:36:03 ---> 450c09b6cfa3 18:36:03 Step 14/26 : ENV APP_PORT=48090 18:36:03 ---> Running in bbcc1cb05c21 18:36:03 Removing intermediate container bbcc1cb05c21 18:36:03 ---> 753a7f5fb183 18:36:03 Step 15/26 : EXPOSE $APP_PORT 18:36:03 ---> Running in 2bf4e88815a1 18:36:04 Removing intermediate container 2bf4e88815a1 18:36:04 ---> bb4b0333c2e3 18:36:04 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:36:04 ---> a019656fe347 18:36:04 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:36:04 ---> 5a7a939ff744 18:36:04 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:36:05 ---> d0fa1a6d1709 18:36:05 Step 19/26 : RUN apk --no-cache add py3-pip 18:36:05 ---> Running in 94c65c5cc603 18:36:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:36:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:36:05 (1/33) Installing libbz2 (1.0.8-r1) 18:36:05 (2/33) Installing expat (2.2.9-r1) 18:36:05 (3/33) Installing libffi (3.3-r2) 18:36:05 (4/33) Installing gdbm (1.13-r1) 18:36:05 (5/33) Installing xz-libs (5.2.5-r0) 18:36:05 (6/33) Installing sqlite-libs (3.32.1-r0) 18:36:05 (7/33) Installing python3 (3.8.5-r0) 18:36:06 (8/33) Installing py3-appdirs (1.4.4-r1) 18:36:06 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:36:06 (10/33) Installing py3-parsing (2.4.7-r0) 18:36:06 (11/33) Installing py3-six (1.15.0-r0) 18:36:06 (12/33) Installing py3-packaging (20.4-r0) 18:36:07 (13/33) Installing py3-setuptools (47.0.0-r0) 18:36:07 (14/33) Installing py3-chardet (3.0.4-r4) 18:36:07 (15/33) Installing py3-idna (2.9-r0) 18:36:07 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:36:07 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:36:07 (18/33) Installing py3-requests (2.23.0-r0) 18:36:07 (19/33) Installing py3-msgpack (1.0.0-r0) 18:36:07 (20/33) Installing py3-lockfile (0.12.2-r3) 18:36:07 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:36:07 (22/33) Installing py3-colorama (0.4.3-r0) 18:36:07 (23/33) Installing py3-distlib (0.3.0-r0) 18:36:07 (24/33) Installing py3-distro (1.5.0-r1) 18:36:07 (25/33) Installing py3-webencodings (0.5.1-r3) 18:36:07 (26/33) Installing py3-html5lib (1.0.1-r4) 18:36:07 (27/33) Installing py3-pytoml (0.1.21-r0) 18:36:07 (28/33) Installing py3-pep517 (0.8.2-r0) 18:36:07 (29/33) Installing py3-progress (1.5-r0) 18:36:07 (30/33) Installing py3-toml (0.10.1-r0) 18:36:08 (31/33) Installing py3-retrying (1.3.3-r0) 18:36:08 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:36:08 (33/33) Installing py3-pip (20.1.1-r0) 18:36:08 Executing busybox-1.31.1-r19.trigger 18:36:08 OK: 71 MiB in 55 packages 18:36:17 Removing intermediate container 94c65c5cc603 18:36:17 ---> 57b4d1456f38 18:36:17 Step 20/26 : RUN pip install docker-compose==1.23.2 18:36:17 ---> Running in 5df06b54d7b5 18:36:18 Collecting docker-compose==1.23.2 18:36:18 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:36:18 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:36:18 Collecting websocket-client<1.0,>=0.32.0 18:36:18 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:36:19 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:36:20 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:36:20 Collecting cached-property<2,>=1.2.0 18:36:20 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:36:20 Collecting jsonschema<3,>=2.5.1 18:36:20 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:36:20 Collecting docker<4.0,>=3.6.0 18:36:20 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:36:20 Collecting dockerpty<0.5,>=0.4.1 18:36:20 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:36:21 Collecting texttable<0.10,>=0.9.0 18:36:21 Downloading texttable-0.9.1.tar.gz (11 kB) 18:36:21 Collecting docopt<0.7,>=0.6.1 18:36:22 Downloading docopt-0.6.2.tar.gz (25 kB) 18:36:22 Collecting PyYAML<4,>=3.10 18:36:22 Downloading PyYAML-3.13.tar.gz (270 kB) 18:36:23 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) 18:36:23 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) 18:36:23 Collecting idna<2.8,>=2.5 18:36:23 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:36:23 Collecting urllib3<1.25,>=1.21.1 18:36:23 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:36:23 Collecting docker-pycreds>=0.4.0 18:36:23 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:36:23 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:36:23 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:36:23 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:36:23 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:36:24 Installing collected packages: websocket-client, idna, urllib3, requests, cached-property, jsonschema, docker-pycreds, docker, dockerpty, texttable, docopt, PyYAML, docker-compose 18:36:24 Attempting uninstall: idna 18:36:24 Found existing installation: idna 2.9 18:36:24 Uninstalling idna-2.9: 18:36:24 Successfully uninstalled idna-2.9 18:36:24 Attempting uninstall: urllib3 18:36:24 Found existing installation: urllib3 1.25.9 18:36:24 Uninstalling urllib3-1.25.9: 18:36:24 Successfully uninstalled urllib3-1.25.9 18:36:24 Attempting uninstall: requests 18:36:24 Found existing installation: requests 2.23.0 18:36:24 Uninstalling requests-2.23.0: 18:36:24 Successfully uninstalled requests-2.23.0 18:36:25 Running setup.py install for dockerpty: started 18:36:25 Running setup.py install for dockerpty: finished with status 'done' 18:36:25 Running setup.py install for texttable: started 18:36:25 Running setup.py install for texttable: finished with status 'done' 18:36:25 Running setup.py install for docopt: started 18:36:26 Running setup.py install for docopt: finished with status 'done' 18:36:26 Running setup.py install for PyYAML: started 18:36:26 Running setup.py install for PyYAML: finished with status 'done' 18:36:27 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 18:36:30 Removing intermediate container 5df06b54d7b5 18:36:30 ---> aaac5d5fe1c1 18:36:30 Step 21/26 : RUN apk --no-cache add curl 18:36:30 ---> Running in 889a77f9a26e 18:36:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:36:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:36:30 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:36:30 (2/3) Installing libcurl (7.69.1-r3) 18:36:30 (3/3) Installing curl (7.69.1-r3) 18:36:30 Executing busybox-1.31.1-r19.trigger 18:36:30 OK: 72 MiB in 58 packages 18:36:31 Removing intermediate container 889a77f9a26e 18:36:31 ---> 039750b763a2 18:36:31 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:36:31 ---> Running in 6ee93a65da6a 18:36:31 Removing intermediate container 6ee93a65da6a 18:36:31 ---> a68441fcb6d9 18:36:31 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:36:31 ---> Running in bb1e4b41eefc 18:36:31 Removing intermediate container bb1e4b41eefc 18:36:31 ---> 1c2fa29425f6 18:36:31 Step 24/26 : LABEL arch=x86_64 18:36:31 ---> Running in 7f0e19cc8070 18:36:32 Removing intermediate container 7f0e19cc8070 18:36:32 ---> 245f8d7a815f 18:36:32 Step 25/26 : LABEL git_sha=24b1dce0904e9569858eccc530524446df8d088e 18:36:32 ---> Running in edae6059ed03 18:36:32 Removing intermediate container edae6059ed03 18:36:32 ---> 647dd9752833 18:36:32 Step 26/26 : LABEL version=0.0.0 18:36:32 ---> Running in fc96da297bef 18:36:32 Removing intermediate container fc96da297bef 18:36:32 ---> c572bb0c1781 18:36:32 18:36:32 Successfully built c572bb0c1781 18:36:32 Successfully tagged docker-sys-mgmt-agent-go:latest 18:36:33  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:36:33 $ docker stop --time=1 2a3cdcef4b2e855c52185015a479e41aa205cf39ed7ca39478674aa59c9c5777 18:36:35 $ docker rm -f 2a3cdcef4b2e855c52185015a479e41aa205cf39ed7ca39478674aa59c9c5777 [Pipeline] // withDockerContainer [Pipeline] sh 18:36:35 + docker images 18:36:35 + grep docker 18:36:36 docker-sys-mgmt-agent-go latest c572bb0c1781 3 seconds ago 313MB 18:36:36 docker-security-secretstore-setup-go latest db1aa23f6f18 38 seconds ago 24.6MB 18:36:36 docker-core-command-go latest 9b7ce453bca1 39 seconds ago 16.9MB 18:36:36 docker-core-metadata-go latest 63808acfe866 43 seconds ago 18.8MB 18:36:36 docker-security-bootstrapper-go latest 379516c93441 About a minute ago 17.9MB 18:36:36 docker-core-data-go latest c749dce80e99 About a minute ago 22.3MB 18:36:36 docker-support-notifications-go latest c4ab8eb182fb About a minute ago 17.6MB 18:36:36 docker-security-proxy-setup-go latest c6ab9c5f571d About a minute ago 24.4MB 18:36:36 docker-support-scheduler-go latest 3700c51d7eef About a minute ago 17MB 18:36:36 docker 20.10.0 aefe523efa57 8 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 18:36:51 Still waiting to schedule task 18:36:51 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 18:37:17 gofmt -l . 18:37:17 [ "`gofmt -l .`" = "" ] 18:37:17 ./bin/test-go-mod-tidy.sh 18:37:17 ./bin/test-attribution-txt.sh [Pipeline] sh 18:37:17 + ls -al . 18:37:17 total 724 18:37:17 drwxrwxr-x 9 1001 1001 4096 Feb 6 18:37 . 18:37:17 drwxr-xr-x 4 root root 4096 Feb 6 18:33 .. 18:37:17 -rw-rw-r-- 1 1001 1001 11 Feb 6 18:31 .dockerignore 18:37:17 drwxrwxr-x 8 1001 1001 4096 Feb 6 18:31 .git 18:37:17 drwxrwxr-x 3 1001 1001 4096 Feb 6 18:31 .github 18:37:17 -rw-rw-r-- 1 1001 1001 818 Feb 6 18:31 .gitignore 18:37:17 -rw-rw-r-- 1 1001 1001 166 Feb 6 18:31 .sonarcloud.properties 18:37:17 -rw-rw-r-- 1 1001 1001 7859 Feb 6 18:31 Attribution.txt 18:37:17 -rw-rw-r-- 1 1001 1001 3804 Feb 6 18:31 CONTRIBUTING.md 18:37:17 -rw-rw-r-- 1 1001 1001 931 Feb 6 18:31 Dockerfile.build 18:37:17 -rw-rw-r-- 1 1001 1001 863 Feb 6 18:31 Jenkinsfile 18:37:17 -rw-rw-r-- 1 1001 1001 10775 Feb 6 18:31 LICENSE 18:37:17 -rw-rw-r-- 1 1001 1001 5774 Feb 6 18:31 Makefile 18:37:17 -rw-rw-r-- 1 1001 1001 6524 Feb 6 18:31 README.md 18:37:17 -rw-rw-r-- 1 1001 1001 6755 Feb 6 18:31 SECURITY.md 18:37:17 -rw-rw-r-- 1 1001 1001 5 Feb 6 18:28 VERSION 18:37:17 -rw-rw-r-- 1 1001 1001 4131 Feb 6 18:31 ZMQWindows.md 18:37:17 drwxrwxr-x 2 1001 1001 4096 Feb 6 18:31 bin 18:37:17 drwxrwxr-x 14 1001 1001 4096 Feb 6 18:31 cmd 18:37:17 -rw-r--r-- 1 root root 590958 Feb 6 18:35 coverage.out 18:37:17 -rw-r--r-- 1 root root 1054 Feb 6 18:37 go.mod 18:37:17 -rw-r--r-- 1 root root 19290 Feb 6 18:37 go.sum 18:37:17 drwxrwxr-x 8 1001 1001 4096 Feb 6 18:31 internal 18:37:17 drwxrwxr-x 4 1001 1001 4096 Feb 6 18:31 openapi 18:37:17 drwxrwxr-x 4 1001 1001 4096 Feb 6 18:31 snap 18:37:17 -rw-rw-r-- 1 1001 1001 168 Feb 6 18:31 version.go [Pipeline] sh 18:37:18 + '[' -e coverage.out ] 18:37:18 + chown 1001:1001 coverage.out [Pipeline] stash 18:37:18 Warning: overwriting stash ‘coverage-report’ 18:37:20 Stashed 1 file(s) [Pipeline] sh 18:37:20 + make build 18:37:20 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 18:37:30 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 18:37:42 Running on prd-ubuntu18.04-docker-8c-8g-25345 in /w/workspace/edgexfoundry_edgex-go_PR-3115 [Pipeline] { [Pipeline] ws 18:37:42 Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout 18:37:45 using credential edgex-jenkins-ssh 18:37:45 Cloning the remote Git repository 18:37:45 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:37:45 > git init /w/workspace/edgex-go/11 # timeout=10 18:37:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:37:45 > git --version # timeout=10 18:37:45 > git --version # 'git version 2.17.1' 18:37:45 using GIT_SSH to set credentials SSH Credentials for GitHub 18:37:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:37:53 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 18:37:57 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 18:37:58 Merging remotes/origin/master commit eb1ffba1e62030b7c1b36eedbd9001eb08307092 into PR head commit 24b1dce0904e9569858eccc530524446df8d088e 18:37:58 Merge succeeded, producing 24b1dce0904e9569858eccc530524446df8d088e 18:37:58 Checking out Revision 24b1dce0904e9569858eccc530524446df8d088e (PR-3115) 18:37:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:37:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:37:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:37:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:37:57 using GIT_SSH to set credentials SSH Credentials for GitHub 18:37:57 > 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 18:37:58 > git config core.sparsecheckout # timeout=10 18:37:58 > git checkout -f 24b1dce0904e9569858eccc530524446df8d088e # timeout=10 18:37:58 > git remote # timeout=10 18:37:58 > git config --get remote.origin.url # timeout=10 18:37:58 using GIT_SSH to set credentials SSH Credentials for GitHub 18:37:58 > git merge eb1ffba1e62030b7c1b36eedbd9001eb08307092 # timeout=10 18:37:58 > git rev-parse HEAD^{commit} # timeout=10 18:37:58 > git config core.sparsecheckout # timeout=10 18:37:58 > git checkout -f 24b1dce0904e9569858eccc530524446df8d088e # timeout=10 18:38:01 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 18:38:02 Commit message: "feat(security): Address PR feedback from Tony" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:38:03 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 18:38:03 + echo snap-build.sh 18:38:03 snap-build.sh 18:38:03 + SNAP_BASE_DIR=. 18:38:03 + '[' '!' -z /w/workspace/edgex-go/11 ']' 18:38:03 + SNAP_BASE_DIR=/w/workspace/edgex-go/11 18:38:03 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/11]' 18:38:03 [snap-build] Building snap in dir [/w/workspace/edgex-go/11] 18:38:03 + cd /w/workspace/edgex-go/11 18:38:03 + sudo apt-get remove -qy --purge lxd lxd-client 18:38:03 Reading package lists... 18:38:03 Building dependency tree... 18:38:03 Reading state information... 18:38:03 The following packages were automatically installed and are no longer required: 18:38:03 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 18:38:03 uidmap xdelta3 18:38:03 Use 'sudo apt autoremove' to remove them. 18:38:03 The following packages will be REMOVED: 18:38:03 lxd* lxd-client* 18:38:04 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 18:38:04 After this operation, 31.7 MB disk space will be freed. 18:38:05 (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.) 18:38:05 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 18:38:06 Removing lxd dnsmasq configuration 18:38:06 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 18:38:06 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 18:38:07 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 18:38:07 (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.) 18:38:07 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 18:38:08 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 18:38:08 Processing triggers for systemd (237-3ubuntu10.42) ... 18:38:08 Processing triggers for ureadahead (0.100.0-21) ... 18:38:10 + sudo snap remove --purge lxd 18:38:10 snap "lxd" is not installed 18:38:10 + sudo groupadd --force --system lxd 18:38:10 ++ whoami 18:38:10 + sudo /usr/sbin/usermod -G lxd -a jenkins 18:38:10 + newgrp - lxd 18:38:10 + sudo snap install lxd 18:38:12 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 18:38: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 18:38:20 2021-02-06T18:38:17Z INFO Waiting for automatic snapd restart... 18:38:21 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 18:38:24 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 18:38:28 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 18:38:30 lxd 4.10 from Canonical* installed 18:38:30 + sudo lxd init --auto [Pipeline] } 18:38:33 $ docker stop --time=1 0faa6939ed53f6d21eb58186624b7a7f181b7b967bef1ab936c490141ff5e1ac 18:38:36 $ docker rm -f 0faa6939ed53f6d21eb58186624b7a7f181b7b967bef1ab936c490141ff5e1ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:38:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:38:38 18:38:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:38:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:38:38 latest: Pulling from edgex-devops/edgex-compose-arm64 18:38:38 29e5d40040c1: Pulling fs layer 18:38:38 1ce36da41761: Pulling fs layer 18:38:38 25b303627fd3: Pulling fs layer 18:38:38 29e5d40040c1: Verifying Checksum 18:38:38 29e5d40040c1: Download complete 18:38:39 1ce36da41761: Verifying Checksum 18:38:39 1ce36da41761: Download complete 18:38:39 29e5d40040c1: Pull complete 18:38:40 + sudo snap install --classic snapcraft 18:38:40 1ce36da41761: Pull complete 18:38:41 25b303627fd3: Verifying Checksum 18:38:41 25b303627fd3: Download complete 18:38:47 snapcraft 4.4.4 from Canonical* installed 18:38:47 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 18:38:47 + patch --verbose -p1 18:38:47 Hmm... Looks like a unified diff to me... 18:38:47 The text leading up to this was: 18:38:47 -------------------------- 18:38:47 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 18:38:47 |From: Tony Espy 18:38:47 |Date: Wed, 16 Dec 2020 16:34:55 -0500 18:38:47 |Subject: [PATCH] optimize snap build for pipeline CI check 18:38:47 | 18:38:47 |This patch is used by the EdgeX CI pipeline builds to 18:38:47 |optimize the snap CI check run for pull requests. When 18:38:47 |applied, it essentially strips out everything (apps and 18:38:47 |parts) from the snapcraft.yaml file except those required 18:38:47 |to build edgex-go, as the whole idea of the CI check is to 18:38:47 |catch changes to edgex-go that break the snap build. 18:38:47 | 18:38:47 |In general, anyone updating snapcraft.yaml will also need 18:38:47 |to update this patch file, otherwise it may fail to apply, 18:38:47 |resulting in a failed snap build CI check in the associated 18:38:47 |pull request. 18:38:47 | 18:38:47 |Note - in addition to applying this patch, the pipeline also 18:38:47 |only primes the snap (e.g. `snapcraft prime`), as there's no 18:38:47 |need to build the finally binary .snap file (and it won't 18:38:47 |work with the patch applied). This further reduces the build 18:38:47 |time. 18:38:47 |--- 18:38:47 | snap/snapcraft.yaml | 461 +------------------------------------------- 18:38:47 | 1 file changed, 2 insertions(+), 459 deletions(-) 18:38:47 | 18:38:47 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 18:38:47 |index 1e537489..faf42425 100644 18:38:47 |--- a/snap/snapcraft.yaml 18:38:47 |+++ b/snap/snapcraft.yaml 18:38:47 -------------------------- 18:38:47 patching file snap/snapcraft.yaml 18:38:47 Using Plan A... 18:38:47 Hunk #1 FAILED at 73. 18:38:47 Hunk #2 succeeded at 277 with fuzz 1 (offset 6 lines). 18:38:47 Hunk #3 succeeded at 289 (offset 3 lines). 18:38:47 Hunk #4 succeeded at 297 (offset 3 lines). 18:38:47 Hunk #5 succeeded at 304 (offset 3 lines). 18:38:47 Hunk #6 succeeded at 331 (offset 3 lines). 18:38:47 Hunk #7 succeeded at 365 (offset 3 lines). 18:38:47 Hunk #8 succeeded at 424 (offset 11 lines). 18:38:47 1 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 18:38:47 Hmm... Ignoring the trailing garbage. 18:38:47 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:38:47 Failed in branch amd64 18:38:51 25b303627fd3: Pull complete 18:38:51 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:38:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:38:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:38:51 prd-ubuntu18.04-docker-arm64-4c-16g-25344 does not seem to be running inside a container 18:38:51 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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-devops/edgex-compose-arm64:latest cat 18:38:54 $ docker top 90fdad55f90b80f084e9f5139c61ffb1e70d0640a1e133e47c031bdf984b4b5d -eo pid,comm [Pipeline] { [Pipeline] sh 18:38:55 + docker-compose build --help+ 18:38:55 grep parallel 18:38:58 --parallel Build images in parallel. [Pipeline] } 18:38:58 $ docker stop --time=1 90fdad55f90b80f084e9f5139c61ffb1e70d0640a1e133e47c031bdf984b4b5d 18:39:00 $ docker rm -f 90fdad55f90b80f084e9f5139c61ffb1e70d0640a1e133e47c031bdf984b4b5d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:39:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:39:01 . [Pipeline] withDockerContainer 18:39:02 prd-ubuntu18.04-docker-arm64-4c-16g-25344 does not seem to be running inside a container 18:39:02 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 18:39:03 $ docker top 50cd2dbaede58e0077086e75c8c6b43ac3807ef749f233f1834f428c228e6c67 -eo pid,comm [Pipeline] { [Pipeline] sh 18:39:04 + docker-compose -f ./docker-compose-build.yml build --parallel 18:39:08 Building docker-core-command-go ... 18:39:08 Building docker-core-data-go ... 18:39:08 Building docker-core-metadata-go ... 18:39:08 Building docker-security-bootstrapper-go ... 18:39:08 Building docker-security-proxy-setup-go ... 18:39:08 Building docker-security-secretstore-setup-go ... 18:39:08 Building docker-support-notifications-go ... 18:39:08 Building docker-support-scheduler-go ... 18:39:08 Building docker-sys-mgmt-agent-go ... 18:39:08 Building docker-security-secretstore-setup-go 18:39:08 Building docker-core-metadata-go 18:39:08 Building docker-security-proxy-setup-go 18:39:08 Building docker-support-scheduler-go 18:39:08 Building docker-sys-mgmt-agent-go 18:40:30 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:40:30 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:40:30 ---> 17cbee320fdf 18:40:30 Step 3/26 : WORKDIR /edgex-go 18:40:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:40:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:40:30 ---> 17cbee320fdf 18:40:30 Step 3/23 : WORKDIR /edgex-go 18:40:30 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:40:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:40:30 ---> 17cbee320fdf 18:40:30 Step 3/22 : WORKDIR /edgex-go 18:40:30 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:40:30 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:40:30 ---> 17cbee320fdf 18:40:30 Step 3/24 : WORKDIR /edgex-go 18:40:30 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:40:30 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:40:30 ---> 17cbee320fdf 18:40:30 Step 3/21 : WORKDIR /edgex-go 18:40:30 ---> Running in a3d35458ebfc 18:40:30 ---> Running in 65f98e40ddd4 18:40:30 ---> Running in 5d1686b0699e 18:40:30 ---> Running in 87e5c7bbcd73 18:40:30 ---> Running in 687bb5dc4288 18:40:30 Removing intermediate container 687bb5dc4288 18:40:30 ---> 037fd338965a 18:40:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:40:30 Removing intermediate container 87e5c7bbcd73 18:40:30 ---> a451950ff8b1 18:40:30 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:40:30 Removing intermediate container 65f98e40ddd4 18:40:30 ---> b6d511cc0386 18:40:30 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:40:30 Removing intermediate container a3d35458ebfc 18:40:30 ---> fc0a51382db6 18:40:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:40:30 Removing intermediate container 5d1686b0699e 18:40:30 ---> a582ff193645 18:40:30 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:40:30 ---> Running in c690ead36108 18:40:30 ---> Running in b580481f0b87 18:40:30 ---> Running in 9d93c598abf6 18:40:30 ---> Running in acbb69d49ae9 18:40:30 ---> Running in e29774034898 18:40:30 Removing intermediate container c690ead36108 18:40:30 ---> b6006398c19f 18:40:30 Step 5/23 : RUN apk add --update --no-cache make git 18:40:30 ---> Running in 760f7733b4c5 18:40:30 Removing intermediate container b580481f0b87 18:40:30 ---> 083d85fa2dc5 18:40:30 Step 5/26 : RUN apk add --update --no-cache make bash git 18:40:30 ---> Running in 9676102fe8a3 18:40:30 Removing intermediate container acbb69d49ae9 18:40:30 Removing intermediate container 9d93c598abf6 18:40:30 ---> 405b68bd8a9b 18:40:30 Step 5/24 : RUN apk add --update --no-cache make git 18:40:30 Removing intermediate container e29774034898 18:40:30 ---> c641eb9f2526 18:40:30 Step 5/22 : RUN apk add --update --no-cache make git 18:40:30 ---> 0ce412ab8b4d 18:40:30 Step 5/21 : RUN apk add --update --no-cache make git 18:40:30 ---> Running in d1a03249a93d 18:40:30 ---> Running in 1f538d5fb97a 18:40:30 ---> Running in 4f7747d35397 18:40:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:40:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:40:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:40:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:40:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:40:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:40:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:40:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:40:30 OK: 217 MiB in 51 packages 18:40:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:40:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:40:30 OK: 217 MiB in 51 packages 18:40:31 OK: 217 MiB in 51 packages 18:40:31 OK: 217 MiB in 51 packages 18:40:31 Removing intermediate container 760f7733b4c5 18:40:31 ---> eab1c98b8a9f 18:40:31 Step 6/23 : COPY go.mod . 18:40:32 OK: 217 MiB in 51 packages 18:40:32 Removing intermediate container 9676102fe8a3 18:40:32 ---> 32b44f08025c 18:40:32 Step 6/26 : COPY go.mod . 18:40:32 ---> 0b309cee4ba0 18:40:32 Step 7/23 : RUN go mod download 18:40:33 Removing intermediate container d1a03249a93d 18:40:33 ---> abff058f0fa0 18:40:33 Step 6/21 : COPY go.mod . 18:40:33 ---> Running in b83b9b2dd452 18:40:33 Removing intermediate container 4f7747d35397 18:40:33 ---> db2083cc12b2 18:40:33 Step 6/24 : COPY go.mod . 18:40:33 ---> 536e76906d7d 18:40:33 Step 7/26 : RUN go mod download 18:40:33 Removing intermediate container 1f538d5fb97a 18:40:33 ---> a29778241dd3 18:40:33 Step 6/22 : COPY go.mod . 18:40:34 ---> Running in 41a51e9b32a6 18:40:34 ---> c1c7151305f2 18:40:34 Step 7/21 : RUN go mod download 18:40:34 ---> Running in 21931bc3ac26 18:40:34 ---> 26dbbff7fb98 18:40:34 Step 7/24 : RUN go mod download 18:40:34 ---> 96cb0a7eadc1 18:40:34 Step 7/22 : RUN go mod download 18:40:34 ---> Running in 1710871f0131 18:40:35 ---> Running in aaa3e7be79e5 18:40:37 Removing intermediate container b83b9b2dd452 18:40:37 ---> 70754d446ea8 18:40:37 Step 8/23 : COPY . . 18:40:38 Removing intermediate container 41a51e9b32a6 18:40:38 ---> 17a9e22479cf 18:40:38 Step 8/26 : COPY . . 18:40:39 Removing intermediate container 21931bc3ac26 18:40:39 ---> 13eb4927a1ee 18:40:39 Step 8/21 : COPY . . 18:40:39 Removing intermediate container 1710871f0131 18:40:39 ---> dc9971229bcc 18:40:39 Step 8/24 : COPY . . 18:40:40 Removing intermediate container aaa3e7be79e5 18:40:40 ---> 8e767f1ff443 18:40:40 Step 8/22 : COPY . . 18:41:07 ---> fa2350bf5292 18:41:07 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:41:07 ---> d9f6d4c71caa 18:41:07 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:41:07 ---> 81d00003dd32 18:41:07 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:41:07 ---> b8d808c6e294 18:41:07 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:41:07 ---> 0fa9d7234e0d 18:41:07 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:41:07 ---> Running in ed07c23cd552 18:41:07 ---> Running in ba961d051b23 18:41:07 ---> Running in eecfd40fece2 18:41:07 ---> Running in 89c1e5f38a02 18:41:07 ---> Running in b656c37fb60d 18:41:07 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 18:41:07 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 18:41: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 18:41:07 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 18:41:07 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 18:42:29 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 18:42:29 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 18:42:37 Removing intermediate container 89c1e5f38a02 18:42:37 ---> 28cc965db131 18:42:37 18:42:37 Step 10/24 : FROM alpine:3.12 18:42:37 3.12: Pulling from library/alpine 18:42:39 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:42:39 Status: Downloaded newer image for alpine:3.12 18:42:39 ---> afeebe901d6b 18:42:39 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:42:39 ---> Running in f1fb39cb38ca 18:42:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:42:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:42:43 Removing intermediate container ba961d051b23 18:42:43 ---> 211b93e013aa 18:42:43 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:42:43 (1/5) Installing ca-certificates (20191127-r4) 18:42:43 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:42:43 (3/5) Installing libcurl (7.69.1-r3) 18:42:43 (4/5) Installing curl (7.69.1-r3) 18:42:43 (5/5) Installing dumb-init (1.2.2-r1) 18:42:43 Executing busybox-1.31.1-r19.trigger 18:42:43 Executing ca-certificates-20191127-r4.trigger 18:42:43 OK: 7 MiB in 19 packages 18:42:44 ---> Running in 3de0530f6ee4 18:42:44 Removing intermediate container ed07c23cd552 18:42:44 ---> a036192dc173 18:42:44 18:42:44 Step 10/21 : FROM alpine:3.12 18:42:44 ---> afeebe901d6b 18:42:44 Step 11/21 : RUN apk add --update --no-cache curl 18:42:44 ---> Running in 8fd16845766c 18:42:46 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 18:42:47 Removing intermediate container f1fb39cb38ca 18:42:47 ---> 45a2aa28aa4e 18:42:47 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:42:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:42:47 ---> Running in 7816c49f58e0 18:42:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:42:48 Removing intermediate container 7816c49f58e0 18:42:48 ---> 0411c949aa72 18:42:48 Step 13/24 : WORKDIR / 18:42:48 (1/4) Installing ca-certificates (20191127-r4) 18:42:48 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:42:48 (3/4) Installing libcurl (7.69.1-r3) 18:42:48 (4/4) Installing curl (7.69.1-r3) 18:42:48 Executing busybox-1.31.1-r19.trigger 18:42:48 Executing ca-certificates-20191127-r4.trigger 18:42:48 OK: 7 MiB in 18 packages 18:42:48 ---> Running in 5bc137f198bd 18:42:49 Removing intermediate container 5bc137f198bd 18:42:49 ---> e62d8152883d 18:42:49 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:42:52 ---> d8507f9bd0d4 18:42:52 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:42:52 Removing intermediate container 8fd16845766c 18:42:52 ---> 2717f27df076 18:42:52 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:42:52 Removing intermediate container 3de0530f6ee4 18:42:52 ---> a890b3c27b85 18:42:52 18:42:52 Step 11/26 : FROM docker:20.10.0 18:42:52 20.10.0: Pulling from library/docker 18:42:53 ---> Running in 0a2e575f020d 18:42:53 ---> c2f57cb9658d 18:42:53 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:42:53 Removing intermediate container b656c37fb60d 18:42:53 ---> 9c9adbce0118 18:42:53 18:42:53 Step 10/22 : FROM alpine:3.12 18:42:53 ---> afeebe901d6b 18:42:53 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:42:53 Removing intermediate container 0a2e575f020d 18:42:53 ---> d754256dd8c7 18:42:53 Step 13/21 : WORKDIR /edgex 18:42:54 ---> Running in d69d218e7660 18:42:54 ---> Running in a594b7d52a4a 18:42:55 ---> 5d0ac86e7b9f 18:42:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:42:55 Removing intermediate container a594b7d52a4a 18:42:55 ---> 8209f30d8622 18:42:55 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:42:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:42:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:42:57 (1/1) Installing dumb-init (1.2.2-r1) 18:42:57 Executing busybox-1.31.1-r19.trigger 18:42:57 OK: 5 MiB in 15 packages 18:42:58 ---> b5a75e151df0 18:42:58 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:42:58 ---> 4f7f4d380b54 18:42:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:43:00 Removing intermediate container d69d218e7660 18:43:00 ---> c70da2425f78 18:43:00 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:43:00 ---> Running in a3e3d0cfbf01 18:43:01 ---> b164abc0e42b 18:43:01 ---> f755309f46a1 18:43:01 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:43:01 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:43:02 Removing intermediate container eecfd40fece2 18:43:02 ---> 9c23d9a8df1f 18:43:02 18:43:02 Step 10/23 : FROM alpine:3.12 18:43:02 ---> afeebe901d6b 18:43:02 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:43:02 ---> Using cache 18:43:02 ---> c70da2425f78 18:43:02 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:43:02 ---> Using cache 18:43:02 ---> ff2852a38ac6 18:43:02 Step 13/23 : ENV APP_PORT=48081 18:43:02 Removing intermediate container a3e3d0cfbf01 18:43:02 ---> ff2852a38ac6 18:43:02 Step 13/22 : ENV APP_PORT=48085 18:43:02 ---> Running in 097b7894abc7 18:43:02 ---> Running in bd7e884f3113 18:43:03 ---> e5ec880cd8f8 18:43:03 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/ 18:43:03 ---> a0483b126d2a 18:43:03 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:43:03 ---> Running in 831bd878d44a 18:43:04 Removing intermediate container bd7e884f3113 18:43:04 ---> c046f4e89c95 18:43:04 Removing intermediate container 097b7894abc7 18:43:04 ---> f6fbad09f82d 18:43:04 Step 14/23 : EXPOSE $APP_PORT 18:43:04 Step 14/22 : EXPOSE $APP_PORT 18:43:04 ---> Running in 80726ea911ce 18:43:04 ---> Running in f9e8ec0f1625 18:43:04 ---> Running in dd9c1ea38bd0 18:43:05 Removing intermediate container 80726ea911ce 18:43:05 ---> 0297a265d7c3 18:43:05 Step 18/21 : CMD ["--init=true"] 18:43:05 ---> Running in b2d5e64c5892 18:43:05 Removing intermediate container f9e8ec0f1625 18:43:05 Removing intermediate container dd9c1ea38bd0 18:43:05 ---> 3f2e73522a7f 18:43:05 Step 15/23 : WORKDIR / ---> 8880aaafc077 18:43:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:43:05 18:43:06 ---> Running in 051c83f37a88 18:43:06 Removing intermediate container b2d5e64c5892 18:43:06 ---> 96de10165ca1 18:43:06 Step 19/21 : LABEL arch=arm64 18:43:06 ---> Running in f05618329f65 18:43:06 ---> b8c7c4390ab1 18:43:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:43:07 Removing intermediate container 051c83f37a88 18:43:07 ---> 454065c244ca 18:43:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:43:07 Removing intermediate container f05618329f65 18:43:07 ---> 1c136bd9850d 18:43:07 Step 20/21 : LABEL git_sha=24b1dce0904e9569858eccc530524446df8d088e 18:43:07 ---> Running in cb1361c226d6 18:43:07 Removing intermediate container 831bd878d44a 18:43:07 ---> 50248071aa30 18:43:07 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:43:08 ---> Running in 66acd51593f9 18:43:08 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:43:08 Status: Downloaded newer image for docker:20.10.0 18:43:08 ---> eeaf43b92773 18:43:08 Step 12/26 : RUN apk add --no-cache bash 18:43:08 ---> c4d446fa4270 18:43:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:43:08 Removing intermediate container cb1361c226d6 18:43:08 ---> dda688f90897 18:43:08 Step 21/21 : LABEL version=0.0.0 18:43:08 ---> Running in e0bb391fe919 18:43:08 ---> 3da10c21edf4 18:43:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:43:08 ---> Running in 602a1e79f010 18:43:08 Removing intermediate container 66acd51593f9 18:43:08 ---> 584c1c5b1042 18:43:08 Step 22/24 : LABEL arch=arm64 18:43:09 ---> Running in d9c2219434e6 18:43:09 Removing intermediate container 602a1e79f010 18:43:09 ---> b00e0ea9c451 18:43:09 18:43:09 ---> 0e74afdcdb4d 18:43:09 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:43:09 Removing intermediate container d9c2219434e6 18:43:09 ---> 0c7117a299a7 18:43:09 Step 23/24 : LABEL git_sha=24b1dce0904e9569858eccc530524446df8d088e 18:43:10 Successfully built b00e0ea9c451 18:43:10 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:43:10  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 18:43:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:43:10 ---> Running in ea5c9a65760b 18:43:10 ---> Running in 0fd056858b14 18:43:10 ---> 2780326bcfcc 18:43:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:43:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:43:10 Removing intermediate container 0fd056858b14 18:43:10 ---> eff54ada6f53 18:43:10 Step 24/24 : LABEL version=0.0.0 18:43:11 Removing intermediate container ea5c9a65760b 18:43:11 ---> c40ccbbcf6cd 18:43:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:43:11 ---> Running in 26ae16bdda91 18:43:11 (1/2) Installing readline (8.0.4-r0) 18:43:11 (2/2) Installing bash (5.0.17-r0) 18:43:11 Executing bash-5.0.17-r0.post-install 18:43:11 Executing busybox-1.31.1-r19.trigger 18:43:11 OK: 12 MiB in 22 packages 18:43:11 ---> Running in c45f47400128 18:43:11 ---> 4afe48020723 18:43:11 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:43:11 ---> Running in accc8569ce07 18:43:12 Removing intermediate container 26ae16bdda91 18:43:12 ---> ede2d70ede24 18:43:12 18:43:12 Removing intermediate container c45f47400128 18:43:12 ---> 3c27422da7e0 18:43:12 Step 20/22 : LABEL arch=arm64 18:43:12 Successfully built ede2d70ede24 18:43:13 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:43:13  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 18:43:13 ---> Running in a8af1d65e06d 18:43:13 Removing intermediate container accc8569ce07 18:43:13 ---> db42e52f4a87 18:43:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:43:13 Removing intermediate container e0bb391fe919 18:43:13 ---> c19690ec88c7 18:43:13 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:43:13 ---> Running in 43f14183da5f 18:43:13 ---> Running in 675b14295424 18:43:13 Removing intermediate container a8af1d65e06d 18:43:13 ---> fc00c60bb115 18:43:13 Step 21/22 : LABEL git_sha=24b1dce0904e9569858eccc530524446df8d088e 18:43:14 ---> Running in 41c56241b848 18:43:14 Removing intermediate container 43f14183da5f 18:43:14 ---> 9f0b23cd1f87 18:43:14 Step 21/23 : LABEL arch=arm64 18:43:14 ---> Running in 168ee965b378 18:43:14 Removing intermediate container 675b14295424 18:43:14 ---> 74ed549ea9fa 18:43:14 Step 14/26 : ENV APP_PORT=48090 18:43:14 Removing intermediate container 41c56241b848 18:43:14 ---> f8dd7201e8ba 18:43:14 Step 22/22 : LABEL version=0.0.0 18:43:15 ---> Running in 7be390cbd424 18:43:15 ---> Running in 05411574fe08 18:43:15 Removing intermediate container 168ee965b378 18:43:15 ---> 76f80a972550 18:43:15 Step 22/23 : LABEL git_sha=24b1dce0904e9569858eccc530524446df8d088e 18:43:15 Removing intermediate container 7be390cbd424 18:43:15 ---> f81e7b8a1b22 18:43:15 Step 15/26 : EXPOSE $APP_PORT 18:43:16 ---> Running in 9bf17140d35a 18:43:16 ---> Running in 26d64db81ef9 18:43:17 Removing intermediate container 05411574fe08 18:43:17 ---> 9f4d0e2a12ff 18:43:17 18:43:17 Successfully built 9f4d0e2a12ff 18:43:17 Removing intermediate container 9bf17140d35a 18:43:17 ---> 844787899f94 18:43:17 Step 23/23 : LABEL version=0.0.0 18:43:17 Successfully tagged docker-support-scheduler-go-arm64:latest 18:43:17 Building docker-support-notifications-go 18:43:17  Building docker-support-scheduler-go ... done Removing intermediate container 26d64db81ef9 18:43:17 ---> 222253ca215b 18:43:17 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:43:18 ---> Running in 1325979d411a 18:43:19 ---> c79fb661b636 18:43:19 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:43:19 Removing intermediate container 1325979d411a 18:43:19 ---> c032cf17e964 18:43:19 18:43:20 Successfully built c032cf17e964 18:43:20 Successfully tagged docker-core-metadata-go-arm64:latest 18:43:20 Building docker-core-command-go 18:43:20  Building docker-core-metadata-go ... done  ---> 2ab74d5ad3bf 18:43:20 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:43:21 ---> 1b95f541e654 18:43:21 Step 19/26 : RUN apk --no-cache add py3-pip 18:43:22 ---> Running in ad11cac2ba08 18:43:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:43:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:43:23 (1/33) Installing libbz2 (1.0.8-r1) 18:43:23 (2/33) Installing expat (2.2.9-r1) 18:43:23 (3/33) Installing libffi (3.3-r2) 18:43:23 (4/33) Installing gdbm (1.13-r1) 18:43:23 (5/33) Installing xz-libs (5.2.5-r0) 18:43:23 (6/33) Installing sqlite-libs (3.32.1-r0) 18:43:23 (7/33) Installing python3 (3.8.5-r0) 18:43:25 (8/33) Installing py3-appdirs (1.4.4-r1) 18:43:25 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:43:25 (10/33) Installing py3-parsing (2.4.7-r0) 18:43:25 (11/33) Installing py3-six (1.15.0-r0) 18:43:25 (12/33) Installing py3-packaging (20.4-r0) 18:43:25 (13/33) Installing py3-setuptools (47.0.0-r0) 18:43:25 (14/33) Installing py3-chardet (3.0.4-r4) 18:43:25 (15/33) Installing py3-idna (2.9-r0) 18:43:26 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:43:26 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:43:26 (18/33) Installing py3-requests (2.23.0-r0) 18:43:26 (19/33) Installing py3-msgpack (1.0.0-r0) 18:43:26 (20/33) Installing py3-lockfile (0.12.2-r3) 18:43:26 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:43:26 (22/33) Installing py3-colorama (0.4.3-r0) 18:43:26 (23/33) Installing py3-distlib (0.3.0-r0) 18:43:26 (24/33) Installing py3-distro (1.5.0-r1) 18:43:26 (25/33) Installing py3-webencodings (0.5.1-r3) 18:43:26 (26/33) Installing py3-html5lib (1.0.1-r4) 18:43:26 (27/33) Installing py3-pytoml (0.1.21-r0) 18:43:26 (28/33) Installing py3-pep517 (0.8.2-r0) 18:43:26 (29/33) Installing py3-progress (1.5-r0) 18:43:26 (30/33) Installing py3-toml (0.10.1-r0) 18:43:26 (31/33) Installing py3-retrying (1.3.3-r0) 18:43:26 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:43:26 (33/33) Installing py3-pip (20.1.1-r0) 18:43:26 Executing busybox-1.31.1-r19.trigger 18:43:26 OK: 71 MiB in 55 packages 18:43:36 Removing intermediate container ad11cac2ba08 18:43:36 ---> 991a286798c6 18:43:36 Step 20/26 : RUN pip install docker-compose==1.23.2 18:43:37 ---> Running in 132075e3a897 18:43:42 Collecting docker-compose==1.23.2 18:43:42 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:43:43 Collecting dockerpty<0.5,>=0.4.1 18:43:43 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:43:45 Collecting docopt<0.7,>=0.6.1 18:43:45 Downloading docopt-0.6.2.tar.gz (25 kB) 18:43:47 Collecting websocket-client<1.0,>=0.32.0 18:43:47 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:43:48 Collecting texttable<0.10,>=0.9.0 18:43:48 Downloading texttable-0.9.1.tar.gz (11 kB) 18:43:51 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:43:51 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:43:52 Collecting jsonschema<3,>=2.5.1 18:43:52 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:43:52 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:43:53 Collecting PyYAML<4,>=3.10 18:43:53 Downloading PyYAML-3.13.tar.gz (270 kB) 18:43:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:43:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:43:55 ---> 17cbee320fdf 18:43:55 Step 3/23 : WORKDIR /edgex-go 18:43:55 ---> Using cache 18:43:55 ---> a582ff193645 18:43:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:43:55 ---> Using cache 18:43:55 ---> 405b68bd8a9b 18:43:55 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:43:58 Collecting docker<4.0,>=3.6.0 18:43:58 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:43:59 ---> Running in c8078019575c 18:43:59 Collecting cached-property<2,>=1.2.0 18:43:59 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:43:59 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) 18:44:00 Collecting urllib3<1.25,>=1.21.1 18:44:00 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:44:00 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:44:00 Step 2/30 : FROM ${BUILDER_BASE} AS builder 18:44:00 ---> 17cbee320fdf 18:44:00 Step 3/30 : WORKDIR /edgex-go 18:44:00 ---> Using cache 18:44:00 ---> a582ff193645 18:44:00 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:44:00 ---> Using cache 18:44:00 ---> 405b68bd8a9b 18:44:00 Step 5/30 : RUN apk add --update --no-cache make git 18:44:00 ---> Using cache 18:44:00 ---> db2083cc12b2 18:44:00 Step 6/30 : COPY go.mod . 18:44:00 ---> Using cache 18:44:00 ---> 26dbbff7fb98 18:44:00 Step 7/30 : RUN go mod download 18:44:00 ---> Using cache 18:44:01 ---> dc9971229bcc 18:44:01 Step 8/30 : COPY . . 18:44:01 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) 18:44:01 ---> Using cache 18:44:01 ---> b8d808c6e294 18:44:01 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:44:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:44:01 Collecting idna<2.8,>=2.5 18:44:01 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:44:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:44:02 Collecting docker-pycreds>=0.4.0 18:44:02 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:44:02 ---> Running in dab98fed7738 18:44:02 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:44:02 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:44:02 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:44:02 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:44:03 OK: 217 MiB in 51 packages 18:44:04 Installing collected packages: dockerpty, docopt, websocket-client, texttable, urllib3, idna, requests, jsonschema, PyYAML, docker-pycreds, docker, cached-property, docker-compose 18:44:04 Running setup.py install for dockerpty: started 18:44:05 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 18:44:06 Removing intermediate container c8078019575c 18:44:06 ---> 724b70819496 18:44:06 Step 6/23 : COPY go.mod . 18:44:06 Running setup.py install for dockerpty: finished with status 'done' 18:44:06 Running setup.py install for docopt: started 18:44:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:44:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:44:07 ---> 17cbee320fdf 18:44:07 Step 3/22 : WORKDIR /edgex-go 18:44:07 ---> Using cache 18:44:07 ---> a582ff193645 18:44:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:44:07 ---> Using cache 18:44:07 ---> 405b68bd8a9b 18:44:07 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:44:08 ---> 113029012d9d 18:44:08 Step 7/23 : RUN go mod download 18:44:08 ---> Running in c318be3494d0 18:44:08 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:44:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:44:08 ---> 17cbee320fdf 18:44:08 Step 3/23 : WORKDIR /edgex-go 18:44:08 ---> Using cache 18:44:08 ---> a582ff193645 18:44:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:44:08 ---> Using cache 18:44:08 ---> 405b68bd8a9b 18:44:08 Step 5/23 : RUN apk add --update --no-cache make git 18:44:08 ---> Using cache 18:44:08 ---> db2083cc12b2 18:44:08 Step 6/23 : COPY go.mod . 18:44:08 ---> Using cache 18:44:08 ---> 26dbbff7fb98 18:44:08 Step 7/23 : RUN go mod download 18:44:08 ---> Using cache 18:44:08 ---> dc9971229bcc 18:44:08 Step 8/23 : COPY . . 18:44:08 ---> Running in 1aacdda6ca26 18:44:08 ---> Using cache 18:44:08 ---> b8d808c6e294 18:44:08 Step 9/23 : RUN make cmd/core-command/core-command 18:44:09 ---> Running in f02312c46818 18:44:09 Running setup.py install for docopt: finished with status 'done' 18:44:10 Running setup.py install for texttable: started 18:44:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:44:11 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 18:44:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:44:12 Running setup.py install for texttable: finished with status 'done' 18:44:12 OK: 217 MiB in 51 packages 18:44:12 Attempting uninstall: urllib3 18:44:12 Found existing installation: urllib3 1.25.9 18:44:12 Uninstalling urllib3-1.25.9: 18:44:12 Successfully uninstalled urllib3-1.25.9 18:44:13 Removing intermediate container 1aacdda6ca26 18:44:13 ---> 64a948d21c61 18:44:13 Step 8/23 : COPY . . 18:44:13 Attempting uninstall: idna 18:44:13 Found existing installation: idna 2.9 18:44:13 Uninstalling idna-2.9: 18:44:14 Successfully uninstalled idna-2.9 18:44:14 Removing intermediate container c318be3494d0 18:44:14 ---> 7369eeed1982 18:44:14 Step 6/22 : COPY go.mod . 18:44:14 Attempting uninstall: requests 18:44:14 Found existing installation: requests 2.23.0 18:44:14 Uninstalling requests-2.23.0: 18:44:14 Successfully uninstalled requests-2.23.0 18:44:15 Running setup.py install for PyYAML: started 18:44:16 ---> d365b9329190 18:44:16 Step 7/22 : RUN go mod download 18:44:16 ---> Running in 9bab641d8f98 18:44:19 Running setup.py install for PyYAML: finished with status 'done' 18:44:22 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 18:44:23 Removing intermediate container 9bab641d8f98 18:44:23 ---> f947e56d8239 18:44:23 Step 8/22 : COPY . . 18:44:31 Removing intermediate container 132075e3a897 18:44:31 ---> d8683e7676b3 18:44:31 Step 21/26 : RUN apk --no-cache add curl 18:44:31 ---> Running in 27d7204ac9ae 18:44:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:44:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:44:34 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:44:34 (2/3) Installing libcurl (7.69.1-r3) 18:44:34 (3/3) Installing curl (7.69.1-r3) 18:44:35 Executing busybox-1.31.1-r19.trigger 18:44:35 OK: 71 MiB in 58 packages 18:44:38 Removing intermediate container 27d7204ac9ae 18:44:38 ---> a9141e7c5e75 18:44:38 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:44:38 ---> Running in f941f293e3a9 18:44:39 Removing intermediate container f941f293e3a9 18:44:39 ---> 6e4165b7ff55 18:44:39 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:44:39 ---> Running in a157979c8e42 18:44:40 ---> 99a05115de70 18:44:40 Step 9/23 : RUN make cmd/core-data/core-data 18:44:40 ---> Running in 72d37ae0c671 18:44:40 Removing intermediate container a157979c8e42 18:44:40 ---> 99a5797c33ba 18:44:41 Step 24/26 : LABEL arch=arm64 18:44:41 ---> Running in 851d84240b72 18:44:42 Removing intermediate container 851d84240b72 18:44:42 ---> c23d2ceb487a 18:44:42 Step 25/26 : LABEL git_sha=24b1dce0904e9569858eccc530524446df8d088e 18:44:42 ---> Running in b0fdbd7a6dd8 18:44:43 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 18:44:44 Removing intermediate container b0fdbd7a6dd8 18:44:44 ---> 30787c9cd44c 18:44:44 Step 26/26 : LABEL version=0.0.0 18:44:44 ---> Running in 03b151840467 18:44:45 Removing intermediate container 03b151840467 18:44:45 ---> 220b3e71d9e5 18:44:45 18:44:45 Successfully built 220b3e71d9e5 18:44:45 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 18:44:52  Building docker-sys-mgmt-agent-go ... done  ---> 983bab9db9d2 18:44:52 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:44:52 ---> Running in 6273dd871cf1 18:44:54 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 18:45:20 Removing intermediate container dab98fed7738 18:45:20 ---> e709bae76963 18:45:20 18:45:20 Step 10/30 : FROM alpine:3.12 18:45:20 ---> afeebe901d6b 18:45:20 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:45:20 ---> Running in 177e6c760b95 18:45:20 Removing intermediate container 177e6c760b95 18:45:20 ---> 438e917fbf0e 18:45:20 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 18:45:21 ---> Running in 03558e82a264 18:45:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:45:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:45:23 (1/2) Installing dumb-init (1.2.2-r1) 18:45:23 (2/2) Installing su-exec (0.2-r1) 18:45:23 Executing busybox-1.31.1-r19.trigger 18:45:23 OK: 5 MiB in 16 packages 18:45:25 Removing intermediate container 03558e82a264 18:45:25 ---> 443d8c60bb93 18:45:25 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 18:45:25 ---> Running in 22b8de1f608a 18:45:26 Removing intermediate container 22b8de1f608a 18:45:26 ---> e6fd2101c071 18:45:26 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:45:26 ---> Running in 2182906f3203 18:45:27 Removing intermediate container 2182906f3203 18:45:27 ---> ce026bce42c7 18:45:27 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:45:27 ---> Running in e0528a944ab6 18:45:30 Removing intermediate container e0528a944ab6 18:45:30 ---> 33d998529bce 18:45:30 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 18:45:30 ---> Running in 6d6a28ae6174 18:45:31 Removing intermediate container 6d6a28ae6174 18:45:31 ---> caf6e14d6278 18:45:31 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:45:33 ---> 12f2e80c3c52 18:45:33 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:45:33 ---> Running in a88150f56ab2 18:45:37 Removing intermediate container f02312c46818 18:45:37 ---> 2d5d7b1f650f 18:45:37 18:45:37 Step 10/23 : FROM alpine:3.12 18:45:37 ---> afeebe901d6b 18:45:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:45:37 ---> Using cache 18:45:37 ---> c70da2425f78 18:45:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:45:37 ---> Using cache 18:45:37 ---> ff2852a38ac6 18:45:37 Step 13/23 : ENV APP_PORT=48082 18:45:38 ---> Running in cc36ff340285 18:45:38 Removing intermediate container a88150f56ab2 18:45:38 ---> ae0fb05c148e 18:45:38 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 18:45:38 Removing intermediate container cc36ff340285 18:45:38 ---> 56e4e19376ac 18:45:38 Step 14/23 : EXPOSE $APP_PORT 18:45:38 ---> Running in 2e0ca7605a2e 18:45:39 ---> 869475d8566e 18:45:39 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:45:39 Removing intermediate container 2e0ca7605a2e 18:45:39 ---> 6b229a9cef86 18:45:39 Step 15/23 : WORKDIR / 18:45:39 ---> Running in 3f303ef50a37 18:45:41 Removing intermediate container 3f303ef50a37 18:45:41 ---> f55a91744d87 18:45:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:45:41 ---> 1427c2ffd9da 18:45:41 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:45:42 ---> 3afce2a39fc0 18:45:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:45:42 ---> 7824cacf725f 18:45:42 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:45:44 ---> f200b85eecc9 18:45:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:45:44 ---> eae8d3219794 18:45:44 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 18:45:44 ---> Running in ad0f6168b356 18:45:45 ---> 8fc067a48ec9 18:45:45 Step 19/23 : ENTRYPOINT ["/core-command"] 18:45:45 Removing intermediate container ad0f6168b356 18:45:45 ---> 7058dfc7646f 18:45:45 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:45:45 ---> Running in 9d01121fc167 18:45:46 Removing intermediate container 9d01121fc167 18:45:46 ---> 828c4384e82f 18:45:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:45:46 ---> Running in e9cbb0037677 18:45:47 ---> 719e319be976 18:45:47 Step 25/30 : RUN chmod +x /entrypoint.sh 18:45:47 Removing intermediate container e9cbb0037677 18:45:47 ---> 8439c398b015 18:45:47 Step 21/23 : LABEL arch=arm64 18:45:47 ---> Running in fc6ea1a800ee 18:45:47 ---> Running in ee2f2dbfef57 18:45:48 Removing intermediate container ee2f2dbfef57 18:45:48 ---> 152ef504befa 18:45:48 Step 22/23 : LABEL git_sha=24b1dce0904e9569858eccc530524446df8d088e 18:45:48 ---> Running in 5e1cab3b41a8 18:45:49 Removing intermediate container 5e1cab3b41a8 18:45:49 ---> bbacd0341726 18:45:49 Step 23/23 : LABEL version=0.0.0 18:45:50 ---> Running in f2470286f4a0 18:45:50 Removing intermediate container f2470286f4a0 18:45:50 ---> f9ba97d4c5fc 18:45:50 18:45:51 Successfully built f9ba97d4c5fc 18:45:51 Removing intermediate container fc6ea1a800ee 18:45:51 ---> 2f7fe2cd42a1 18:45:51 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 18:45:51 Successfully tagged docker-core-command-go-arm64:latest 18:45:51  Building docker-core-command-go ... done  ---> Running in d6a80544a203 18:45:52 Removing intermediate container d6a80544a203 18:45:52 ---> a653a1796d95 18:45:52 Step 27/30 : CMD ["gate"] 18:45:52 ---> Running in 0130fd651032 18:45:53 Removing intermediate container 0130fd651032 18:45:53 ---> 4d3664bbe92b 18:45:53 Step 28/30 : LABEL arch=arm64 18:45:54 ---> Running in 665672a02a8b 18:45:54 Removing intermediate container 665672a02a8b 18:45:54 ---> 59717bed507b 18:45:54 Step 29/30 : LABEL git_sha=24b1dce0904e9569858eccc530524446df8d088e 18:45:54 ---> Running in 2cb1b908cb8e 18:45:55 Removing intermediate container 2cb1b908cb8e 18:45:55 ---> eb5bda833cdc 18:45:55 Step 30/30 : LABEL version=0.0.0 18:45:55 ---> Running in c46279ca413c 18:45:56 Removing intermediate container c46279ca413c 18:45:56 ---> 61b3a1ee4fe7 18:45:56 18:45:57 Successfully built 61b3a1ee4fe7 18:45:57 Successfully tagged docker-security-bootstrapper-go-arm64:latest 18:46:07  Building docker-security-bootstrapper-go ... done Removing intermediate container 6273dd871cf1 18:46:07 ---> 2a0123a6177b 18:46:07 18:46:07 Step 10/22 : FROM alpine:3.12 18:46:07 ---> afeebe901d6b 18:46:07 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:46:07 ---> Running in 81e612f70adc 18:46:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:46:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:46:09 (1/2) Installing ca-certificates (20191127-r4) 18:46:09 (2/2) Installing dumb-init (1.2.2-r1) 18:46:09 Executing busybox-1.31.1-r19.trigger 18:46:09 Executing ca-certificates-20191127-r4.trigger 18:46:09 OK: 6 MiB in 16 packages 18:46:12 Removing intermediate container 72d37ae0c671 18:46:12 ---> 628f562e2fcc 18:46:12 18:46:12 Step 10/23 : FROM alpine:3.12 18:46:12 ---> afeebe901d6b 18:46:12 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:46:12 Removing intermediate container 81e612f70adc 18:46:12 ---> 7a216c464d20 18:46:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:46:12 ---> Running in 29a8be7d59aa 18:46:12 ---> Running in bd00fe11b515 18:46:12 Removing intermediate container bd00fe11b515 18:46:12 ---> 272aae97a408 18:46:12 Step 13/22 : ENV APP_PORT=48060 18:46:12 Removing intermediate container 29a8be7d59aa 18:46:12 ---> d988f5828f49 18:46:12 Step 12/23 : ENV APP_PORT=48080 18:46:12 ---> Running in bfaecfd0438d 18:46:12 ---> Running in 8b232416d463 18:46:13 Removing intermediate container bfaecfd0438d 18:46:13 ---> 4729777d737e 18:46:13 Step 14/22 : EXPOSE $APP_PORT 18:46:13 Removing intermediate container 8b232416d463 18:46:13 ---> 303c3f2209ed 18:46:13 Step 13/23 : EXPOSE $APP_PORT 18:46:13 ---> Running in e04e2db3052f 18:46:13 ---> Running in cd375f51c006 18:46:14 Removing intermediate container e04e2db3052f 18:46:14 ---> 20b3d595c5fb 18:46:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:46:14 Removing intermediate container cd375f51c006 18:46:14 ---> 4637336067c3 18:46:14 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:46:14 ---> Running in e0374233bb88 18:46:15 ---> 943760686351 18:46:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:46:16 ---> 2123d4fa34d0 18:46:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:46:16 Removing intermediate container e0374233bb88 18:46:16 ---> 653c90d64e66 18:46:16 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:46:17 ---> Running in d7eb92c169c6 18:46:17 ---> 4a383ee96470 18:46:17 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:46:17 ---> Running in c13a8a079ad0 18:46:17 Removing intermediate container c13a8a079ad0 18:46:17 ---> a606ef730390 18:46:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:46:18 ---> Running in f87238758f2b 18:46:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:46:18 Removing intermediate container f87238758f2b 18:46:18 ---> 7ff425bb9f76 18:46:18 Step 20/22 : LABEL arch=arm64 18:46:18 ---> Running in 58b3edf252c0 18:46:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:46:19 Removing intermediate container 58b3edf252c0 18:46:19 ---> df7a1671fefb 18:46:19 Step 21/22 : LABEL git_sha=24b1dce0904e9569858eccc530524446df8d088e 18:46:19 ---> Running in 50c148ddf680 18:46:19 Removing intermediate container 50c148ddf680 18:46:19 ---> 816800e27114 18:46:19 Step 22/22 : LABEL version=0.0.0 18:46:19 ---> Running in 3dfd7c8c9b05 18:46:19 (1/6) Installing dumb-init (1.2.2-r1) 18:46:19 (2/6) Installing libgcc (9.3.0-r2) 18:46:20 (3/6) Installing libsodium (1.0.18-r0) 18:46:20 (4/6) Installing libstdc++ (9.3.0-r2) 18:46:20 Removing intermediate container 3dfd7c8c9b05 18:46:20 ---> c72cf8dc2bd3 18:46:20 18:46:20 (5/6) Installing libzmq (4.3.3-r0) 18:46:20 Successfully built c72cf8dc2bd3 18:46:20 Successfully tagged docker-support-notifications-go-arm64:latest 18:46:20  Building docker-support-notifications-go ... done (6/6) Installing zeromq (4.3.3-r0) 18:46:20 Executing busybox-1.31.1-r19.trigger 18:46:20 OK: 8 MiB in 20 packages 18:46:22 Removing intermediate container d7eb92c169c6 18:46:22 ---> 928f04f0d45e 18:46:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:46:22 ---> f672da136a9c 18:46:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:46:24 ---> b6fdab91fd53 18:46:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:46:24 ---> 665f20ad1404 18:46:24 Step 19/23 : ENTRYPOINT ["/core-data"] 18:46:24 ---> Running in 3e35b1b2afdc 18:46:25 Removing intermediate container 3e35b1b2afdc 18:46:25 ---> 4db4b1ad9a5f 18:46:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:46:25 ---> Running in fe03a42a4869 18:46:25 Removing intermediate container fe03a42a4869 18:46:25 ---> 4a077ca9f1bb 18:46:25 Step 21/23 : LABEL arch=arm64 18:46:25 ---> Running in 77d9963b8476 18:46:26 Removing intermediate container 77d9963b8476 18:46:26 ---> 7ef92e7d09e5 18:46:26 Step 22/23 : LABEL git_sha=24b1dce0904e9569858eccc530524446df8d088e 18:46:26 ---> Running in f706baf45376 18:46:27 Removing intermediate container f706baf45376 18:46:27 ---> 031542c62cca 18:46:27 Step 23/23 : LABEL version=0.0.0 18:46:27 ---> Running in 74c70b119cfd 18:46:27 Removing intermediate container 74c70b119cfd 18:46:27 ---> ec9f647c1e24 18:46:27 18:46:27 Successfully built ec9f647c1e24 18:46:27 Successfully tagged docker-core-data-go-arm64:latest 18:46:28  Building docker-core-data-go ... done  [Pipeline] } 18:46:28 $ docker stop --time=1 50cd2dbaede58e0077086e75c8c6b43ac3807ef749f233f1834f428c228e6c67 18:46:30 $ docker rm -f 50cd2dbaede58e0077086e75c8c6b43ac3807ef749f233f1834f428c228e6c67 [Pipeline] // withDockerContainer [Pipeline] sh 18:46:30 + docker images 18:46:30 + grep docker 18:46:30 docker-core-data-go-arm64 latest ec9f647c1e24 3 seconds ago 21MB 18:46:30 docker-support-notifications-go-arm64 latest c72cf8dc2bd3 11 seconds ago 16.7MB 18:46:30 docker-security-bootstrapper-go-arm64 latest 61b3a1ee4fe7 34 seconds ago 17MB 18:46:30 docker-core-command-go-arm64 latest f9ba97d4c5fc 40 seconds ago 16MB 18:46:30 docker-sys-mgmt-agent-go-arm64 latest 220b3e71d9e5 About a minute ago 300MB 18:46:30 docker-core-metadata-go-arm64 latest c032cf17e964 3 minutes ago 17.8MB 18:46:30 docker-support-scheduler-go-arm64 latest 9f4d0e2a12ff 3 minutes ago 16.1MB 18:46:30 docker-security-secretstore-setup-go-arm64 latest ede2d70ede24 3 minutes ago 23.4MB 18:46:30 docker-security-proxy-setup-go-arm64 latest b00e0ea9c451 3 minutes ago 23.2MB 18:46:30 docker 20.10.0 eeaf43b92773 8 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 18:46:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:46:35 ---> package-listing.sh 18:46:35 ++ facter osfamily 18:46:35 ++ tr '[:upper:]' '[:lower:]' 18:46:35 + OS_FAMILY=redhat 18:46:35 + workspace=/w/workspace/edgex-go/11 18:46:35 + START_PACKAGES=/tmp/packages_start.txt 18:46:35 + END_PACKAGES=/tmp/packages_end.txt 18:46:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:46:35 + PACKAGES=/tmp/packages_start.txt 18:46:35 + '[' /w/workspace/edgex-go/11 ']' 18:46:35 + PACKAGES=/tmp/packages_end.txt 18:46:35 + case "${OS_FAMILY}" in 18:46:35 + rpm -qa 18:46:35 + sort 18:46:40 + '[' -f /tmp/packages_start.txt ']' 18:46:40 + '[' -f /tmp/packages_end.txt ']' 18:46:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:46:40 + '[' /w/workspace/edgex-go/11 ']' 18:46:40 + mkdir -p /w/workspace/edgex-go/11/archives/ 18:46:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/11/archives/ [Pipeline] echo 18:46: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/11/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:46:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:46:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:46:41 18:46:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:46:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:46:41 alpine: Pulling from edgex-lftools-log-publisher 18:46:41 df20fa9351a1: Pulling fs layer 18:46:41 36b3adc4ff6f: Pulling fs layer 18:46:41 8ad3a11d3b57: Pulling fs layer 18:46:41 46f8f816bc3b: Pulling fs layer 18:46:41 93b61091891f: Pulling fs layer 18:46:41 93b9cdb0e59b: Pulling fs layer 18:46:41 5e14af77c1be: Pulling fs layer 18:46:41 01666e4c0597: Pulling fs layer 18:46:41 aa168da1d23b: Pulling fs layer 18:46:41 93b9cdb0e59b: Waiting 18:46:41 5e14af77c1be: Waiting 18:46:41 01666e4c0597: Waiting 18:46:41 aa168da1d23b: Waiting 18:46:41 46f8f816bc3b: Waiting 18:46:41 93b61091891f: Waiting 18:46:41 36b3adc4ff6f: Verifying Checksum 18:46:41 36b3adc4ff6f: Download complete 18:46:41 46f8f816bc3b: Verifying Checksum 18:46:41 46f8f816bc3b: Download complete 18:46:42 df20fa9351a1: Verifying Checksum 18:46:42 df20fa9351a1: Download complete 18:46:42 93b9cdb0e59b: Verifying Checksum 18:46:42 93b9cdb0e59b: Download complete 18:46:42 5e14af77c1be: Verifying Checksum 18:46:42 5e14af77c1be: Download complete 18:46:42 93b61091891f: Verifying Checksum 18:46:42 93b61091891f: Download complete 18:46:42 01666e4c0597: Verifying Checksum 18:46:42 01666e4c0597: Download complete 18:46:42 8ad3a11d3b57: Verifying Checksum 18:46:42 8ad3a11d3b57: Download complete 18:46:42 df20fa9351a1: Pull complete 18:46:42 36b3adc4ff6f: Pull complete 18:46:43 8ad3a11d3b57: Pull complete 18:46:43 46f8f816bc3b: Pull complete 18:46:44 aa168da1d23b: Download complete 18:46:45 93b61091891f: Pull complete 18:46:45 93b9cdb0e59b: Pull complete 18:46:45 5e14af77c1be: Pull complete 18:46:46 01666e4c0597: Pull complete 18:46:54 aa168da1d23b: Pull complete 18:46:54 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:46:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:46:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:46:54 prd-centos7-docker-4c-2g-25343 does not seem to be running inside a container 18:46: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/11/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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:46:58 $ docker top 2105aca3cafcec4c8feb6eb30cb8863865d2bee026a1493588c4dfa382b19b58 -eo pid,comm [Pipeline] { [Pipeline] sh 18:46:58 + touch /tmp/pre-build-complete [Pipeline] sh 18:46:59 + mkdir -p /var/log/sa [Pipeline] sh 18:46:59 + ls /var/log/sa-host 18:46:59 + sadf -c /var/log/sa-host/sa06 18:46:59 file_magic: OK 18:46:59 HZ: Using current value: 100 18:46:59 file_header: OK 18:46:59 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 18:46:59 Statistics: 18:46:59 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... 18:46:59 File successfully converted to sysstat format version 12.2.1 18:46:59 + sadf -c /var/log/sa-host/sa23 18:46:59 file_magic: OK 18:46:59 HZ: Using current value: 100 18:46:59 file_header: OK 18:46:59 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 18:46:59 Statistics: 18:46:59 Hnuu...uuuununununu... 18:46:59 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:47:00 provisioning config files... 18:47:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/11@tmp/config5260940333217663658tmp [Pipeline] { [Pipeline] echo 18:47:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:47:00 ---> create-netrc.sh [Pipeline] } 18:47:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:47:00 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:47:01 ---> python-tools-install.sh [Pipeline] echo 18:47:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:47:01 ---> sudo-logs.sh 18:47:01 Archiving 'sudo' log.. [Pipeline] echo 18:47:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:47:01 ---> job-cost.sh 18:47:01 lf-activate-venv: SKIPPING 18:47:01 INFO: No Stack... 18:47:02 INFO: Retrieving Pricing Info for: v1-standard-2 18:47:02 INFO: Archiving Costs [Pipeline] echo 18:47:02 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:47:03 ---> logs-deploy.sh 18:47:03 lf-activate-venv: SKIPPING 18:47:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3115/11 18:47:03 INFO: archiving workspace using pattern(s): 18:47:04 Archives upload complete. 18:47:04 INFO: archiving logs to Nexus 18:47:05 ---> uname -a: 18:47:05 Linux prd-centos7-docker-4c-2g-25343.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:47:05 18:47:05 18:47:05 ---> lscpu: 18:47:05 Architecture: x86_64 18:47:05 CPU op-mode(s): 32-bit, 64-bit 18:47:05 Byte Order: Little Endian 18:47:05 Address sizes: 40 bits physical, 48 bits virtual 18:47:05 CPU(s): 4 18:47:05 On-line CPU(s) list: 0-3 18:47:05 Thread(s) per core: 1 18:47:05 Core(s) per socket: 1 18:47:05 Socket(s): 4 18:47:05 NUMA node(s): 1 18:47:05 Vendor ID: GenuineIntel 18:47:05 CPU family: 6 18:47:05 Model: 44 18:47:05 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:47:05 Stepping: 1 18:47:05 CPU MHz: 2933.438 18:47:05 BogoMIPS: 5866.87 18:47:05 Virtualization: VT-x 18:47:05 Hypervisor vendor: KVM 18:47:05 Virtualization type: full 18:47:05 L1d cache: 128 KiB 18:47:05 L1i cache: 128 KiB 18:47:05 L2 cache: 16 MiB 18:47:05 L3 cache: 64 MiB 18:47:05 NUMA node0 CPU(s): 0-3 18:47:05 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:47:05 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:47:05 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:47:05 Vulnerability Meltdown: Mitigation; PTI 18:47:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:47:05 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:47:05 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:47:05 Vulnerability Srbds: Not affected 18:47:05 Vulnerability Tsx async abort: Not affected 18:47:05 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 18:47:05 18:47:05 18:47:05 ---> nproc: 18:47:05 4 18:47:05 18:47:05 18:47:05 ---> df -h: 18:47:05 Filesystem Size Used Available Use% Mounted on 18:47:05 overlay 50.0G 10.8G 39.1G 22% / 18:47:05 tmpfs 64.0M 0 64.0M 0% /dev 18:47:05 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:47:05 shm 64.0M 0 64.0M 0% /dev/shm 18:47:05 /dev/vda1 50.0G 10.8G 39.1G 22% /facter-os 18:47:05 /dev/vda1 50.0G 10.8G 39.1G 22% /etc/resolv.conf 18:47:05 /dev/vda1 50.0G 10.8G 39.1G 22% /etc/hostname 18:47:05 /dev/vda1 50.0G 10.8G 39.1G 22% /etc/hosts 18:47:05 /dev/vda1 50.0G 10.8G 39.1G 22% /var/log/secure 18:47:05 /dev/vda1 50.0G 10.8G 39.1G 22% /var/log/auth.log 18:47:05 /dev/vda1 50.0G 10.8G 39.1G 22% /run/cloud-init/result.json 18:47:05 /dev/vda1 50.0G 10.8G 39.1G 22% /var/log/sa-host 18:47:05 /dev/vda1 50.0G 10.8G 39.1G 22% /w/workspace/edgex-go/11 18:47:05 /dev/vda1 50.0G 10.8G 39.1G 22% /w/workspace/edgex-go/11@tmp 18:47:05 18:47:05 18:47:05 ---> free -m: 18:47:05 total used free shared buff/cache available 18:47:05 Mem: 1837 713 215 0 908 1040 18:47:05 Swap: 1023 69 954 18:47:05 18:47:05 18:47:05 ---> ip addr: 18:47:05 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:47:05 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:47:05 inet 127.0.0.1/8 scope host lo 18:47:05 valid_lft forever preferred_lft forever 18:47:05 inet6 ::1/128 scope host 18:47:05 valid_lft forever preferred_lft forever 18:47:05 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:47:05 link/ether fa:16:3e:e2:0a:ee brd ff:ff:ff:ff:ff:ff 18:47:05 inet 10.30.123.70/23 brd 10.30.123.255 scope global dynamic eth0 18:47:05 valid_lft 85224sec preferred_lft 85224sec 18:47:05 inet6 fe80::f816:3eff:fee2:aee/64 scope link 18:47:05 valid_lft forever preferred_lft forever 18:47:05 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:47:05 link/ether 02:42:9b:92:44:f1 brd ff:ff:ff:ff:ff:ff 18:47:05 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:47:05 valid_lft forever preferred_lft forever 18:47:05 inet6 fe80::42:9bff:fe92:44f1/64 scope link 18:47:05 valid_lft forever preferred_lft forever 18:47:05 18:47:05 18:47:05 ---> sar -b -r -n DEV: 18:47:05 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/06/21 _x86_64_ (4 CPU) 18:47:05 18:47:05 18:27:18 LINUX RESTART (4 CPU) 18:47:05 18:47:05 18:28:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:47:05 18:29:02 124.60 62.11 62.49 0.00 8838.08 16396.31 0.00 18:47:05 18:30:01 327.70 125.94 201.76 0.00 5284.47 52194.35 0.00 18:47:05 18:31:01 142.50 40.05 102.44 0.00 1620.74 12946.83 0.00 18:47:05 18:32:01 142.71 73.88 68.83 0.00 3633.72 10045.84 0.00 18:47:05 18:33:01 1052.33 773.41 278.92 0.00 93492.05 163533.39 0.00 18:47:05 18:34:01 2702.14 2402.09 300.05 0.00 142557.23 153253.91 0.00 18:47:05 18:35:02 1038.31 721.20 317.11 0.00 65646.28 114025.53 0.00 18:47:05 18:36:01 1493.80 1179.49 314.31 0.00 71560.80 93598.43 0.00 18:47:05 18:37:01 109.07 17.96 91.11 0.00 3040.59 10033.66 0.00 18:47:05 18:38:01 1.62 0.40 1.22 0.00 13.72 18.03 0.00 18:47:05 18:39:02 0.32 0.03 0.28 0.00 0.27 3.10 0.00 18:47:05 18:40:01 0.27 0.02 0.25 0.00 0.27 2.66 0.00 18:47:05 18:41:01 0.20 0.00 0.20 0.00 0.00 1.65 0.00 18:47:05 18:42:01 0.30 0.02 0.28 0.00 0.27 3.10 0.00 18:47:05 18:43:01 1.83 1.62 0.22 0.00 56.09 2.90 0.00 18:47:05 18:44:01 0.85 0.05 0.80 0.00 1.20 14.74 0.00 18:47:05 18:45:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 18:47:05 18:46:01 0.25 0.02 0.23 0.00 0.27 3.51 0.00 18:47:05 Average: 397.00 300.28 96.72 0.00 22036.66 34836.88 0.00 18:47:05 18:47:05 18:28:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:47:05 18:29:02 245752 0 634816 33.74 2620 998356 1489400 50.83 615076 816748 44204 18:47:05 18:30:01 131512 0 835544 44.41 1492 912996 1506528 51.42 643304 825444 5732 18:47:05 18:31:01 61880 0 893528 47.49 800 925336 1848052 63.07 792884 735220 14224 18:47:05 18:32:01 166776 0 745612 39.63 656 968500 1317188 44.95 618080 805500 22664 18:47:05 18:33:01 376116 0 715844 38.05 40 789544 1555636 53.09 557764 731972 60 18:47:05 18:34:01 68260 0 1240976 65.96 40 572268 3466824 118.32 878404 664524 51296 18:47:05 18:35:02 68020 0 756392 40.20 36 1057096 1946908 66.44 747436 844852 7536 18:47:05 18:36:01 214028 0 669400 35.58 36 998080 1345752 45.93 502044 927032 91064 18:47:05 18:37:01 139380 0 639384 33.98 36 1102744 1202384 41.04 512812 983588 20 18:47:05 18:38:01 143688 0 634644 33.73 36 1103176 1174172 40.07 510500 982576 12 18:47:05 18:39:02 144064 0 634264 33.71 36 1103180 1174136 40.07 510196 982584 12 18:47:05 18:40:01 144936 0 633384 33.66 36 1103188 1170008 39.93 509924 982432 8 18:47:05 18:41:01 144784 0 633520 33.67 36 1103204 1170012 39.93 509804 982440 8 18:47:05 18:42:01 144916 0 633388 33.66 36 1103204 1170012 39.93 509932 982440 8 18:47:05 18:43:01 142532 0 634852 33.74 36 1104124 1170120 39.93 510824 983180 16 18:47:05 18:44:01 142892 0 634468 33.72 36 1104148 1170012 39.93 510256 983200 8 18:47:05 18:45:01 143112 0 634244 33.71 36 1104152 1170012 39.93 510148 983204 16 18:47:05 18:46:01 142924 0 634432 33.72 36 1104152 1170012 39.93 510276 983204 8 18:47:05 Average: 153643 0 713261 37.91 338 1014303 1456509 49.71 581092 898897 13161 18:47:05 18:47:05 18:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:47:05 18:29:02 eth0 1013.23 1044.93 3882.50 139.77 0.00 0.00 0.00 0.00 18:47:05 18:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:47:05 18:29:02 docker0 825.94 703.78 68.57 2679.20 0.00 0.00 0.00 0.00 18:47:05 18:30:01 veth34e54b5 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 18:47:05 18:30:01 eth0 498.51 403.52 3736.87 43.18 0.00 0.00 0.00 0.00 18:47:05 18:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:47:05 18:30:01 docker0 150.56 187.36 10.51 842.91 0.00 0.00 0.00 0.00 18:47:05 18:31:01 veth34e54b5 1.33 1.36 0.11 0.12 0.00 0.00 0.00 0.00 18:47:05 18:31:01 eth0 36.25 22.90 22.78 70.25 0.00 0.00 0.00 0.00 18:47:05 18:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:47:05 18:31:01 docker0 1.33 1.33 0.09 0.12 0.00 0.00 0.00 0.00 18:47:05 18:32:01 veth34e54b5 0.80 0.80 0.06 0.06 0.00 0.00 0.00 0.00 18:47:05 18:32:01 eth0 26.80 14.76 22.32 11.74 0.00 0.00 0.00 0.00 18:47:05 18:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:47:05 18:32:01 docker0 0.80 0.80 0.05 0.06 0.00 0.00 0.00 0.00 18:47:05 18:33:01 veth026f467 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:47:05 18:33:01 veth31e7f6c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:47:05 18:33:01 eth0 222.17 179.80 1839.30 72.49 0.00 0.00 0.00 0.00 18:47:05 18:33:01 veth8b56b32 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 18:47:05 18:34:01 veth8815981 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:47:05 18:34:01 veth13b9306 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:47:05 18:34:01 vethe75ae9f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:47:05 18:34:01 veth6161b32 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:47:05 18:35:02 eth0 2686.22 2316.14 12154.57 503.74 0.00 0.00 0.00 0.00 18:47:05 18:35:02 veth8b56b32 0.00 0.79 0.00 0.04 0.00 0.00 0.00 0.00 18:47:05 18:35:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:47:05 18:35:02 docker0 1007.96 946.76 80.68 3794.09 0.00 0.00 0.00 0.00 18:47:05 18:36:01 eth0 149.14 114.52 1336.30 23.02 0.00 0.00 0.00 0.00 18:47:05 18:36:01 veth8b56b32 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 18:47:05 18:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:47:05 18:36:01 docker0 6.22 11.17 0.34 69.15 0.00 0.00 0.00 0.00 18:47:05 18:37:01 eth0 116.21 85.17 428.27 75.77 0.00 0.00 0.00 0.00 18:47:05 18:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:47:05 18:37:01 docker0 43.12 62.31 2.83 402.62 0.00 0.00 0.00 0.00 18:47:05 18:38:01 eth0 1.55 0.82 0.80 0.29 0.00 0.00 0.00 0.00 18:47:05 18:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:47:05 18:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:47:05 18:39:02 eth0 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 18:47:05 18:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:47:05 18:39:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:47:05 18:40:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:47:05 18:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:47:05 18:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:47:05 18:41:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:47:05 18:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:47:05 18:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:47:05 18:42:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:47:05 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:47:05 18:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:47:05 18:43:01 eth0 0.65 0.42 0.40 0.24 0.00 0.00 0.00 0.00 18:47:05 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:47:05 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:47:05 18:44:01 eth0 0.02 0.02 0.00 0.03 0.00 0.00 0.00 0.00 18:47:05 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:47:05 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:47:05 18:45:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:47:05 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:47:05 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:47:05 18:46:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 18:47:05 18:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:47:05 18:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:47:05 Average: eth0 120.65 107.39 637.86 29.13 0.00 0.00 0.00 0.00 18:47:05 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:47:05 Average: docker0 59.40 57.30 4.71 239.45 0.00 0.00 0.00 0.00 18:47:05 18:47:05 18:47:05 ---> sar -P ALL: 18:47:05 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/06/21 _x86_64_ (4 CPU) 18:47:05 18:47:05 18:27:18 LINUX RESTART (4 CPU) 18:47:05 18:47:05 18:28:01 CPU %user %nice %system %iowait %steal %idle 18:47:05 18:29:02 all 12.40 0.00 5.48 2.08 0.04 79.99 18:47:05 18:29:02 0 11.67 0.00 6.65 3.52 0.05 78.11 18:47:05 18:29:02 1 13.60 0.00 5.47 2.52 0.05 78.37 18:47:05 18:29:02 2 11.60 0.00 5.38 1.32 0.03 81.65 18:47:05 18:29:02 3 12.72 0.00 4.44 0.98 0.03 81.83 18:47:05 18:30:01 all 13.33 0.00 10.14 6.20 0.09 70.24 18:47:05 18:30:01 0 13.55 0.00 10.65 4.38 0.12 71.30 18:47:05 18:30:01 1 14.58 0.00 9.84 4.83 0.05 70.70 18:47:05 18:30:01 2 12.91 0.00 9.58 6.37 0.10 71.03 18:47:05 18:30:01 3 12.28 0.00 10.48 9.25 0.07 67.92 18:47:05 18:31:01 all 55.14 0.00 13.26 5.32 0.04 26.23 18:47:05 18:31:01 0 55.37 0.00 13.61 6.44 0.05 24.52 18:47:05 18:31:01 1 54.98 0.00 13.79 5.40 0.03 25.80 18:47:05 18:31:01 2 55.16 0.00 12.59 5.95 0.03 26.27 18:47:05 18:31:01 3 55.06 0.00 13.05 3.51 0.05 28.32 18:47:05 18:32:01 all 42.15 0.00 12.87 3.00 0.05 41.94 18:47:05 18:32:01 0 42.06 0.00 12.73 2.96 0.05 42.21 18:47:05 18:32:01 1 43.43 0.00 13.17 3.05 0.07 40.28 18:47:05 18:32:01 2 42.40 0.00 12.51 2.78 0.05 42.26 18:47:05 18:32:01 3 40.70 0.00 13.06 3.21 0.03 42.99 18:47:05 18:33:01 all 21.34 0.00 22.52 9.54 0.13 46.47 18:47:05 18:33:01 0 22.96 0.00 22.21 10.92 0.16 43.75 18:47:05 18:33:01 1 20.21 0.00 22.82 9.59 0.17 47.21 18:47:05 18:33:01 2 21.06 0.00 22.48 7.80 0.12 48.54 18:47:05 18:33:01 3 21.12 0.00 22.57 9.87 0.07 46.36 18:47:05 18:34:01 all 34.22 0.00 24.10 25.31 0.10 16.26 18:47:05 18:34:01 0 35.24 0.00 23.60 24.81 0.09 16.27 18:47:05 18:34:01 1 32.75 0.00 24.23 26.41 0.12 16.50 18:47:05 18:34:01 2 33.73 0.00 24.32 26.50 0.09 15.37 18:47:05 18:34:01 3 35.20 0.00 24.27 23.51 0.12 16.90 18:47:05 18:35:02 all 36.21 0.00 19.48 21.34 0.09 22.88 18:47:05 18:35:02 0 36.69 0.00 18.77 18.48 0.12 25.94 18:47:05 18:35:02 1 35.56 0.00 19.60 20.99 0.07 23.79 18:47:05 18:35:02 2 36.17 0.00 19.91 19.40 0.09 24.44 18:47:05 18:35:02 3 36.43 0.00 19.65 26.49 0.09 17.35 18:47:05 18:36:01 all 48.19 0.00 21.20 16.31 0.08 14.22 18:47:05 18:36:01 0 48.32 0.00 21.44 14.38 0.09 15.78 18:47:05 18:36:01 1 47.08 0.00 21.56 19.04 0.07 12.25 18:47:05 18:36:01 2 48.53 0.00 21.00 16.90 0.09 13.48 18:47:05 18:36:01 3 48.83 0.00 20.79 14.90 0.09 15.40 18:47:05 18:37:01 all 5.59 0.00 3.73 3.26 0.03 87.39 18:47:05 18:37:01 0 6.75 0.00 3.48 1.00 0.03 88.74 18:47:05 18:37:01 1 5.68 0.00 3.67 5.22 0.05 85.38 18:47:05 18:37:01 2 6.22 0.00 4.40 3.25 0.02 86.11 18:47:05 18:37:01 3 3.69 0.00 3.36 3.58 0.03 89.34 18:47:05 18:38:01 all 0.16 0.00 0.04 0.00 0.00 99.80 18:47:05 18:38:01 0 0.05 0.00 0.05 0.00 0.00 99.90 18:47:05 18:38:01 1 0.40 0.00 0.05 0.00 0.00 99.55 18:47:05 18:38:01 2 0.05 0.00 0.03 0.00 0.00 99.92 18:47:05 18:38:01 3 0.15 0.00 0.03 0.00 0.00 99.82 18:47:05 18:39:02 all 0.16 0.00 0.04 0.00 0.00 99.80 18:47:05 18:39:02 0 0.03 0.00 0.05 0.00 0.00 99.92 18:47:05 18:39:02 1 0.52 0.00 0.02 0.00 0.00 99.47 18:47:05 18:39:02 2 0.05 0.00 0.07 0.00 0.00 99.88 18:47:05 18:39:02 3 0.03 0.00 0.03 0.00 0.00 99.93 18:47:05 18:47:05 18:39:02 CPU %user %nice %system %iowait %steal %idle 18:47:05 18:40:01 all 0.15 0.00 0.02 0.00 0.00 99.83 18:47:05 18:40:01 0 0.03 0.00 0.02 0.00 0.00 99.95 18:47:05 18:40:01 1 0.52 0.00 0.02 0.00 0.00 99.46 18:47:05 18:40:01 2 0.03 0.00 0.02 0.00 0.00 99.95 18:47:05 18:40:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:47:05 18:41:01 all 0.15 0.00 0.04 0.00 0.01 99.80 18:47:05 18:41:01 0 0.05 0.00 0.03 0.00 0.00 99.92 18:47:05 18:41:01 1 0.52 0.00 0.05 0.00 0.02 99.42 18:47:05 18:41:01 2 0.02 0.00 0.03 0.00 0.02 99.93 18:47:05 18:41:01 3 0.02 0.00 0.03 0.00 0.02 99.93 18:47:05 18:42:01 all 0.14 0.00 0.03 0.00 0.00 99.83 18:47:05 18:42:01 0 0.03 0.00 0.03 0.00 0.00 99.93 18:47:05 18:42:01 1 0.48 0.00 0.02 0.00 0.00 99.50 18:47:05 18:42:01 2 0.02 0.00 0.05 0.00 0.00 99.93 18:47:05 18:42:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:47:05 18:43:01 all 0.15 0.00 0.07 0.03 0.00 99.75 18:47:05 18:43:01 0 0.07 0.00 0.05 0.02 0.00 99.87 18:47:05 18:43:01 1 0.45 0.00 0.08 0.02 0.00 99.45 18:47:05 18:43:01 2 0.07 0.00 0.13 0.08 0.00 99.72 18:47:05 18:43:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:47:05 18:44:01 all 0.03 0.00 0.03 0.00 0.00 99.95 18:47:05 18:44:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:47:05 18:44:01 1 0.03 0.00 0.02 0.00 0.00 99.95 18:47:05 18:44:01 2 0.05 0.00 0.05 0.00 0.00 99.90 18:47:05 18:44:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:47:05 18:45:01 all 0.14 0.00 0.03 0.00 0.00 99.83 18:47:05 18:45:01 0 0.03 0.00 0.02 0.00 0.00 99.95 18:47:05 18:45:01 1 0.40 0.00 0.03 0.00 0.00 99.57 18:47:05 18:45:01 2 0.07 0.00 0.05 0.00 0.02 99.87 18:47:05 18:45:01 3 0.05 0.00 0.02 0.00 0.00 99.93 18:47:05 18:46:01 all 0.15 0.00 0.03 0.00 0.00 99.82 18:47:05 18:46:01 0 0.00 0.00 0.02 0.00 0.00 99.98 18:47:05 18:46:01 1 0.52 0.00 0.02 0.00 0.00 99.47 18:47:05 18:46:01 2 0.05 0.00 0.05 0.00 0.00 99.90 18:47:05 18:46:01 3 0.03 0.00 0.03 0.00 0.00 99.93 18:47:05 Average: all 14.70 0.00 7.24 5.01 0.04 73.02 18:47:05 Average: 0 14.84 0.00 7.24 4.70 0.04 73.17 18:47:05 Average: 1 14.81 0.00 7.31 5.27 0.04 72.57 18:47:05 Average: 2 14.64 0.00 7.23 4.91 0.04 73.18 18:47:05 Average: 3 14.49 0.00 7.16 5.17 0.03 73.15 18:47:05 18:47:05 18:47:05