Branch indexing 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 hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at a05352d37eb5b985ae670d360b56d8b81b9d117b rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from a05352d37eb5b985ae670d360b56d8b81b9d117b 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-26737 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/65 [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/65 # 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 a05352d37eb5b985ae670d360b56d8b81b9d117b into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 > 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/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 Merge succeeded, producing 7353095aee73c78019a4fb8d661452a8e1792ede Checking out Revision 7353095aee73c78019a4fb8d661452a8e1792ede (PR-2858) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge a05352d37eb5b985ae670d360b56d8b81b9d117b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7353095aee73c78019a4fb8d661452a8e1792ede # timeout=10 Commit message: "Merge commit 'a05352d37eb5b985ae670d360b56d8b81b9d117b' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk f534e5f9d04b017a9fc5fe287232a3a1cbef38dc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:32:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:32:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:32:31 ========================================================= 00:32:31 EdgeX Global Pipelines Version Info 00:32:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:32:33 ------------------- 00:32:33 stable info: 00:32:33 ------------------- 00:32:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:32:33 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:32:33 Message: update stable to v1.0.179 00:32:35 ------------------- 00:32:35 experimental info: 00:32:35 ------------------- 00:32:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:32:35 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:32:35 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:32:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:32:35 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:32:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:32:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:32:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:32:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:32:35 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:32:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:32:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:32:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:32:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:32:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:32:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:32:36 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:32:36 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:32:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:32:36 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:32:36 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:32:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:32:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:32:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:32:37 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:32:37 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:32:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:32:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:32:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:32:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7353095aee73c78019a4fb8d661452a8e1792ede [Pipeline] echo 00:32:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7353095 [Pipeline] echo 00:32:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:32:38 provisioning config files... 00:32:38 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/65@tmp/config5368217489391627720tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:32:38 ---> docker-login.sh 00:32:38 nexus3.edgexfoundry.org:10001 00:32:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:40 Configure a credential helper to remove this warning. See 00:32:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:40 00:32:40 Login Succeeded 00:32:40 nexus3.edgexfoundry.org:10002 00:32:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:40 Configure a credential helper to remove this warning. See 00:32:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:40 00:32:40 Login Succeeded 00:32:40 nexus3.edgexfoundry.org:10003 00:32:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:41 Configure a credential helper to remove this warning. See 00:32:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:41 00:32:41 Login Succeeded 00:32:41 nexus3.edgexfoundry.org:10004 00:32:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:43 Configure a credential helper to remove this warning. See 00:32:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:43 00:32:43 Login Succeeded 00:32:44 docker.io 00:32:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:45 Configure a credential helper to remove this warning. See 00:32:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:45 00:32:45 Login Succeeded 00:32:45 ---> docker-login.sh ends [Pipeline] } 00:32:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:45 ++ 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 00:32:45 + for file in '`ls cmd/**/Dockerfile`' 00:32:45 ++ dirname cmd/core-command/Dockerfile 00:32:45 ++ cut -d/ -f2 00:32:45 + echo core-command,cmd/core-command/Dockerfile 00:32:45 + for file in '`ls cmd/**/Dockerfile`' 00:32:45 ++ dirname cmd/core-data/Dockerfile 00:32:45 ++ cut -d/ -f2 00:32:45 + echo core-data,cmd/core-data/Dockerfile 00:32:45 + for file in '`ls cmd/**/Dockerfile`' 00:32:45 ++ dirname cmd/core-metadata/Dockerfile 00:32:45 ++ cut -d/ -f2 00:32:45 + echo core-metadata,cmd/core-metadata/Dockerfile 00:32:45 + for file in '`ls cmd/**/Dockerfile`' 00:32:45 ++ dirname cmd/security-bootstrapper/Dockerfile 00:32:45 ++ cut -d/ -f2 00:32:45 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:32:45 + for file in '`ls cmd/**/Dockerfile`' 00:32:45 ++ dirname cmd/security-proxy-setup/Dockerfile 00:32:45 ++ cut -d/ -f2 00:32:45 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:32:45 + for file in '`ls cmd/**/Dockerfile`' 00:32:45 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:32:45 ++ cut -d/ -f2 00:32:45 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:32:45 + for file in '`ls cmd/**/Dockerfile`' 00:32:45 ++ dirname cmd/support-notifications/Dockerfile 00:32:45 ++ cut -d/ -f2 00:32:45 + echo support-notifications,cmd/support-notifications/Dockerfile 00:32:45 + for file in '`ls cmd/**/Dockerfile`' 00:32:45 ++ cut -d/ -f2 00:32:45 ++ dirname cmd/support-scheduler/Dockerfile 00:32:45 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:32:45 + for file in '`ls cmd/**/Dockerfile`' 00:32:45 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:32:45 ++ cut -d/ -f2 00:32:45 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:32:45 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 00:32:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:47 00:32:47 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:32:47 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:48 latest: Pulling from edgex-devops/git-semver 00:32:48 31603596830f: Pulling fs layer 00:32:48 2a8b12db71e7: Pulling fs layer 00:32:48 6ca5941a6612: Pulling fs layer 00:32:48 ecc8261a40a4: Pulling fs layer 00:32:48 ecc8261a40a4: Waiting 00:32:48 2a8b12db71e7: Download complete 00:32:48 31603596830f: Verifying Checksum 00:32:48 31603596830f: Download complete 00:32:48 ecc8261a40a4: Verifying Checksum 00:32:48 ecc8261a40a4: Download complete 00:32:49 6ca5941a6612: Verifying Checksum 00:32:49 6ca5941a6612: Download complete 00:32:49 31603596830f: Pull complete 00:32:49 2a8b12db71e7: Pull complete 00:32:52 6ca5941a6612: Pull complete 00:32:53 ecc8261a40a4: Pull complete 00:32:53 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:32:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:53 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:32:54 prd-centos7-docker-4c-2g-26737 does not seem to be running inside a container 00:32:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:32:57 $ docker top 2a5fa3d8999bf4ce67e49781baf0091e056f3a76efe4b086a3fdc8306e3be2a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:32:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:57 [ssh-agent] Looking for ssh-agent implementation... 00:32:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:58 $ docker exec 2a5fa3d8999bf4ce67e49781baf0091e056f3a76efe4b086a3fdc8306e3be2a8 ssh-agent 00:32:58 SSH_AUTH_SOCK=/tmp/ssh-ZzBP2cnESAVe/agent.12 00:32:58 SSH_AGENT_PID=17 00:32:58 Running ssh-add (command line suppressed) 00:32:59 Identity added: /w/workspace/edgex-go/65@tmp/private_key_8539033652122409318.key (/w/workspace/edgex-go/65@tmp/private_key_8539033652122409318.key) 00:32:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:59 + git tag --points-at HEAD [Pipeline] } 00:33:00 $ docker exec --env ******** --env ******** 2a5fa3d8999bf4ce67e49781baf0091e056f3a76efe4b086a3fdc8306e3be2a8 ssh-agent -k 00:33:00 unset SSH_AUTH_SOCK; 00:33:00 unset SSH_AGENT_PID; 00:33:00 echo Agent pid 17 killed; 00:33:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:33:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:33:00 [ssh-agent] Looking for ssh-agent implementation... 00:33:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:33:01 $ docker exec 2a5fa3d8999bf4ce67e49781baf0091e056f3a76efe4b086a3fdc8306e3be2a8 ssh-agent 00:33:02 SSH_AUTH_SOCK=/tmp/ssh-hRJDLMhog1Nd/agent.45 00:33:02 SSH_AGENT_PID=50 00:33:02 Running ssh-add (command line suppressed) 00:33:03 Identity added: /w/workspace/edgex-go/65@tmp/private_key_8590314765099558727.key (/w/workspace/edgex-go/65@tmp/private_key_8590314765099558727.key) 00:33:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:33:04 + git semver init 00:33:04 # -> Open(): unable to determine branch for HEAD 00:33:04 # $GIT_DIR = /w/workspace/edgex-go/65/.git 00:33:04 # $GIT_WORK_TREE = /w/workspace/edgex-go/65 00:33:04 # $SEMVER_REMOTE_NAME = origin 00:33:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:33:04 # $SEMVER_USER_NAME = edgex-jenkins 00:33:04 # $SEMVER_BRANCH = PR-2858 00:33:04 # $SEMVER_TEMP = /tmp/semver-772871005 00:33:04 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:34:03 # '/tmp/semver-772871005' -> '/w/workspace/edgex-go/65/.semver' 00:34:03 # -> Force: false 00:34:03 # $SEMVER_DIR = /w/workspace/edgex-go/65/.semver [Pipeline] } 00:34:03 $ docker exec --env ******** --env ******** 2a5fa3d8999bf4ce67e49781baf0091e056f3a76efe4b086a3fdc8306e3be2a8 ssh-agent -k 00:34:05 unset SSH_AUTH_SOCK; 00:34:05 unset SSH_AGENT_PID; 00:34:05 echo Agent pid 50 killed; 00:34:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:34:06 + git semver [Pipeline] } 00:34:06 $ docker stop --time=1 2a5fa3d8999bf4ce67e49781baf0091e056f3a76efe4b086a3fdc8306e3be2a8 00:34:09 $ docker rm -f 2a5fa3d8999bf4ce67e49781baf0091e056f3a76efe4b086a3fdc8306e3be2a8 [Pipeline] // withDockerContainer [Pipeline] sh 00:34:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:34:12 Stashed 1 file(s) [Pipeline] echo 00:34:12 [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 00:34:13 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:34:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:34:14 + true 00:34:14 + sudo service docker restart 00:34:14 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:34:17 ========================================================= 00:34:17 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:34:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:34:18 + 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 . 00:34:27 Still waiting to schedule task 00:34:27 ‘prd-centos7-docker-4c-2g-26729’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26741’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26742’ is offline 00:34:28 Sending build context to Docker daemon 327.9MB 00:34:28 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:34:28 Step 2/6 : FROM ${BASE} 00:34:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:34:28 188c0c94c7c5: Pulling fs layer 00:34:28 0ef7d3d256c8: Pulling fs layer 00:34:28 de9db76c5a1d: Pulling fs layer 00:34:28 bca2f99d35d6: Pulling fs layer 00:34:28 93359f2a8cfa: Pulling fs layer 00:34:28 7c6f9722023f: Pulling fs layer 00:34:28 a35cf1a2eb13: Pulling fs layer 00:34:28 93359f2a8cfa: Waiting 00:34:28 7c6f9722023f: Waiting 00:34:28 a35cf1a2eb13: Waiting 00:34:28 bca2f99d35d6: Waiting 00:34:28 de9db76c5a1d: Verifying Checksum 00:34:28 de9db76c5a1d: Download complete 00:34:29 0ef7d3d256c8: Verifying Checksum 00:34:29 0ef7d3d256c8: Download complete 00:34:29 93359f2a8cfa: Verifying Checksum 00:34:29 93359f2a8cfa: Download complete 00:34:29 7c6f9722023f: Verifying Checksum 00:34:29 7c6f9722023f: Download complete 00:34:29 188c0c94c7c5: Verifying Checksum 00:34:29 188c0c94c7c5: Download complete 00:34:31 188c0c94c7c5: Pull complete 00:34:31 0ef7d3d256c8: Pull complete 00:34:31 de9db76c5a1d: Pull complete 00:34:47 a35cf1a2eb13: Verifying Checksum 00:34:47 a35cf1a2eb13: Download complete 00:34:51 bca2f99d35d6: Verifying Checksum 00:34:51 bca2f99d35d6: Download complete 00:35:07 bca2f99d35d6: Pull complete 00:35:07 93359f2a8cfa: Pull complete 00:35:07 7c6f9722023f: Pull complete 00:35:16 a35cf1a2eb13: Pull complete 00:35:16 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:35:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:35:16 ---> a62c8e92a672 00:35:16 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 00:35:16 ---> Running in 59a1dd4a6ad6 00:35:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:20 (1/12) Installing libmagic (5.38-r0) 00:35:20 (2/12) Installing file (5.38-r0) 00:35:21 (3/12) Installing libc-dev (0.7.2-r3) 00:35:21 (4/12) Installing g++ (9.3.0-r2) 00:35:30 (5/12) Installing fortify-headers (1.1-r0) 00:35:30 (6/12) Installing patch (2.7.6-r6) 00:35:30 (7/12) Installing build-base (0.5-r2) 00:35:30 (8/12) Installing libsodium (1.0.18-r0) 00:35:30 (9/12) Installing pkgconf (1.7.2-r0) 00:35:30 (10/12) Installing libsodium-dev (1.0.18-r0) 00:35:30 (11/12) Installing libzmq (4.3.3-r0) 00:35:30 (12/12) Installing zeromq-dev (4.3.3-r0) 00:35:30 Executing busybox-1.31.1-r19.trigger 00:35:30 OK: 233 MiB in 51 packages 00:35:35 Removing intermediate container 59a1dd4a6ad6 00:35:35 ---> 355fdc347a55 00:35:35 Step 4/6 : WORKDIR /edgex-go 00:35:35 ---> Running in ce0e11f8c91c 00:35:35 Removing intermediate container ce0e11f8c91c 00:35:35 ---> 82045b5fb9c2 00:35:35 Step 5/6 : COPY go.mod . 00:35:36 ---> 6c5383242729 00:35:36 Step 6/6 : RUN go mod download 00:35:36 ---> Running in 0cb77e3edaf7 00:35:55 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26744 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:35:55 Running in /w/workspace/edgex-go/65 [Pipeline] { [Pipeline] checkout 00:36:00 using credential edgex-jenkins-ssh 00:36:00 Cloning the remote Git repository 00:36:00 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:00 > git init /w/workspace/edgex-go/65 # timeout=10 00:36:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:01 > git --version # timeout=10 00:36:01 > git --version # 'git version 2.17.1' 00:36:01 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:16 Removing intermediate container 0cb77e3edaf7 00:36:16 ---> 12fa56fe09f1 00:36:16 Successfully built 12fa56fe09f1 00:36:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:36:16 + docker inspect -f . ci-base-image-x86_64 00:36:17 . [Pipeline] withDockerContainer 00:36:17 prd-centos7-docker-4c-2g-26737 does not seem to be running inside a container 00:36:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:36:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:17 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:18 Merging remotes/origin/master commit a05352d37eb5b985ae670d360b56d8b81b9d117b into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:36:19 Merge succeeded, producing 1d1b8b914c0e253e9e7262b093165933231b030f 00:36:19 Checking out Revision 1d1b8b914c0e253e9e7262b093165933231b030f (PR-2858) 00:36:18 > git config core.sparsecheckout # timeout=10 00:36:18 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:36:18 > git remote # timeout=10 00:36:18 > git config --get remote.origin.url # timeout=10 00:36:18 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:18 > git merge a05352d37eb5b985ae670d360b56d8b81b9d117b # timeout=10 00:36:19 > git rev-parse HEAD^{commit} # timeout=10 00:36:19 > git config core.sparsecheckout # timeout=10 00:36:19 > git checkout -f 1d1b8b914c0e253e9e7262b093165933231b030f # timeout=10 00:36:20 $ docker top 257c8c2a172e76c2b70d9a4728703ef9a95483389c8ce1115f17a149cfd50efe -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:21 + go version 00:36:21 go version go1.15.5 linux/amd64 [Pipeline] } 00:36:21 $ docker stop --time=1 257c8c2a172e76c2b70d9a4728703ef9a95483389c8ce1115f17a149cfd50efe 00:36:23 $ docker rm -f 257c8c2a172e76c2b70d9a4728703ef9a95483389c8ce1115f17a149cfd50efe 00:36:23 Commit message: "Merge commit 'a05352d37eb5b985ae670d360b56d8b81b9d117b' into HEAD" [Pipeline] // withDockerContainer 00:36:23 First time build. Skipping changelog. [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:23 > git rev-list --no-walk f534e5f9d04b017a9fc5fe287232a3a1cbef38dc # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:24 + docker inspect -f . ci-base-image-x86_64 00:36:24 . [Pipeline] withDockerContainer 00:36:25 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 00:36:25 prd-centos7-docker-4c-2g-26737 does not seem to be running inside a container 00:36:26 $ 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/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:36:27 $ docker top a8bc6931a583dcfd2c52ab24fb80da1b30cd8ec550c5566799a1d5e25855342b -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] echo 00:36:28 ========================================================= 00:36:28 [edgeXBuildGoParallel] Running Tests and Build... 00:36:28 ========================================================= [Pipeline] sh 00:36:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:28 + true 00:36:28 + sudo service docker restart 00:36:30 + make test 00:36:30 GO111MODULE=on go test -race -coverprofile=coverage.out ./... [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:31 provisioning config files... 00:36:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/65@tmp/config16823338711736278tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:31 ---> docker-login.sh 00:36:31 nexus3.edgexfoundry.org:10001 00:36:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:32 Configure a credential helper to remove this warning. See 00:36:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:32 00:36:32 Login Succeeded 00:36:32 nexus3.edgexfoundry.org:10002 00:36:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:33 Configure a credential helper to remove this warning. See 00:36:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:33 00:36:33 Login Succeeded 00:36:33 nexus3.edgexfoundry.org:10003 00:36:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:33 Configure a credential helper to remove this warning. See 00:36:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:33 00:36:33 Login Succeeded 00:36:33 nexus3.edgexfoundry.org:10004 00:36:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:34 Configure a credential helper to remove this warning. See 00:36:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:34 00:36:34 Login Succeeded 00:36:34 docker.io 00:36:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:35 Configure a credential helper to remove this warning. See 00:36:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:35 00:36:35 Login Succeeded 00:36:35 ---> docker-login.sh ends [Pipeline] } 00:36:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:36 ========================================================= 00:36:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:36 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:36:39 Sending build context to Docker daemon 166.4MB 00:36:39 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:36:39 Step 2/6 : FROM ${BASE} 00:36:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:39 5f621e34cdf4: Pulling fs layer 00:36:39 a4357932f1b6: Pulling fs layer 00:36:39 18c013af1878: Pulling fs layer 00:36:39 00ac8860ef70: Pulling fs layer 00:36:39 63d7cb157983: Pulling fs layer 00:36:39 b116817d02f9: Pulling fs layer 00:36:39 745a02a5169b: Pulling fs layer 00:36:39 63d7cb157983: Waiting 00:36:39 b116817d02f9: Waiting 00:36:39 745a02a5169b: Waiting 00:36:39 00ac8860ef70: Waiting 00:36:39 18c013af1878: Verifying Checksum 00:36:39 18c013af1878: Download complete 00:36:39 a4357932f1b6: Download complete 00:36:39 63d7cb157983: Verifying Checksum 00:36:39 63d7cb157983: Download complete 00:36:39 b116817d02f9: Verifying Checksum 00:36:39 b116817d02f9: Download complete 00:36:39 5f621e34cdf4: Verifying Checksum 00:36:39 5f621e34cdf4: Download complete 00:36:39 5f621e34cdf4: Pull complete 00:36:40 a4357932f1b6: Pull complete 00:36:40 18c013af1878: Pull complete 00:36:41 745a02a5169b: Download complete 00:36:42 00ac8860ef70: Download complete 00:36:52 00ac8860ef70: Pull complete 00:36:52 63d7cb157983: Pull complete 00:36:53 b116817d02f9: Pull complete 00:36:54 ? github.com/edgexfoundry/edgex-go [no test files] 00:36:56 745a02a5169b: Pull complete 00:36:56 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:56 ---> b7e6874047d6 00:36:56 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:37:00 ---> Running in 56210a3959c5 00:37:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:04 (1/12) Installing libmagic (5.38-r0) 00:37:04 (2/12) Installing file (5.38-r0) 00:37:04 (3/12) Installing libc-dev (0.7.2-r3) 00:37:04 (4/12) Installing g++ (9.3.0-r2) 00:37:13 (5/12) Installing fortify-headers (1.1-r0) 00:37:13 (6/12) Installing patch (2.7.6-r6) 00:37:13 (7/12) Installing build-base (0.5-r2) 00:37:13 (8/12) Installing libsodium (1.0.18-r0) 00:37:13 (9/12) Installing pkgconf (1.7.2-r0) 00:37:13 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:13 (11/12) Installing libzmq (4.3.3-r0) 00:37:13 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:13 Executing busybox-1.31.1-r19.trigger 00:37:13 OK: 217 MiB in 51 packages 00:37:17 Removing intermediate container 56210a3959c5 00:37:17 ---> c0ac95665fc4 00:37:17 Step 4/6 : WORKDIR /edgex-go 00:37:17 ---> Running in a351e478519d 00:37:17 Removing intermediate container a351e478519d 00:37:17 ---> e600254b18ef 00:37:17 Step 5/6 : COPY go.mod . 00:37:18 ---> 8a52fbb53cbc 00:37:18 Step 6/6 : RUN go mod download 00:37:18 ---> Running in 6a0d3b090f34 00:37:35 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:37:45 Removing intermediate container 6a0d3b090f34 00:37:45 ---> 992d378778ec 00:37:45 Successfully built 992d378778ec 00:37:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:46 + docker inspect -f . ci-base-image-arm64 00:37:46 . [Pipeline] withDockerContainer 00:37:46 prd-ubuntu18.04-docker-arm64-4c-16g-26744 does not seem to be running inside a container 00:37:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:47 $ docker top 88e512fe942fe1bf495ae9826ec6bb21cf90d2301f6da4f0458ae7022241eae6 -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:48 + go version 00:37:48 go version go1.15.5 linux/arm64 [Pipeline] } 00:37:48 $ docker stop --time=1 88e512fe942fe1bf495ae9826ec6bb21cf90d2301f6da4f0458ae7022241eae6 00:37:50 $ docker rm -f 88e512fe942fe1bf495ae9826ec6bb21cf90d2301f6da4f0458ae7022241eae6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:51 + docker inspect -f . ci-base-image-arm64 00:37:51 . [Pipeline] withDockerContainer 00:37:51 prd-ubuntu18.04-docker-arm64-4c-16g-26744 does not seem to be running inside a container 00:37:52 $ 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/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:53 $ docker top 807fdc204046a7d01fd5a9a6eb2a06f83cb6cbe0c47d7358fc628bad93ddd98e -eo pid,comm [Pipeline] { [Pipeline] echo 00:37:53 ========================================================= 00:37:53 [edgeXBuildGoParallel] Running Tests and Build... 00:37:53 ========================================================= [Pipeline] sh 00:37:54 + make test 00:37:54 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:55 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:37:55 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:37:55 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:37:59 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:37:59 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:38:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:38:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:38:10 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.640s coverage: 45.9% of statements 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:38:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.455s coverage: 100.0% of statements 00:38:15 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.488s coverage: 27.1% of statements 00:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:38:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements 00:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:38:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.183s coverage: 100.0% of statements 00:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:38:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.369s coverage: 65.8% of statements 00:38:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:38:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:38:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.687s coverage: 82.3% of statements 00:38:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:38:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:38:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:38:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:38:21 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.698s coverage: 28.6% of statements 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:38:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.103s coverage: 100.0% of statements 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:38:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.124s coverage: 100.0% of statements 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:38:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.474s coverage: 86.7% of statements 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:38:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.143s coverage: 97.5% of statements 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:38:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.105s coverage: 78.3% of statements 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:38:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.465s coverage: 92.8% of statements 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:38:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:38:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.264s coverage: 0.1% of statements 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:38:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.117s coverage: 45.5% of statements 00:38:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.384s coverage: 79.5% of statements 00:38:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.167s coverage: 94.1% of statements 00:38:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.144s coverage: 96.3% of statements 00:38:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.031s coverage: 87.5% of statements 00:38:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.113s coverage: 94.4% of statements 00:38:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.079s coverage: 44.8% of statements 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.279s coverage: 92.9% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.049s coverage: 77.8% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.498s coverage: 80.8% of statements 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.276s coverage: 87.2% of statements 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 84.2% of statements 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.381s coverage: 91.4% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.226s coverage: 63.5% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.052s coverage: 91.3% of statements 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.089s coverage: 100.0% of statements 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.120s coverage: 73.7% of statements 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.138s coverage: 100.0% of statements 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.729s coverage: 68.9% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.388s coverage: 37.0% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.451s coverage: 84.0% of statements 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.119s coverage: 100.0% of statements 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 1.086s coverage: 47.0% of statements 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.226s coverage: 100.0% of statements 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.168s coverage: 100.0% of statements 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.279s coverage: 89.4% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.141s coverage: 29.1% of statements 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.240s coverage: 99.0% of statements 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.096s coverage: 100.0% of statements 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.175s coverage: 100.0% of statements 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/system 0.172s coverage: 0.0% of statements 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.043s coverage: 100.0% of statements 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.072s coverage: 87.9% of statements 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.159s coverage: 100.0% of statements 00:39:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.201s coverage: 32.1% of statements 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.185s coverage: 100.0% of statements 00:39:13 GO111MODULE=on go vet ./... 00:39:14 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:43 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.341s coverage: 45.9% of statements 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:39:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.223s coverage: 100.0% of statements 00:39:51 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.608s coverage: 27.1% of statements 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.075s coverage: 100.0% of statements 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.100s coverage: 100.0% of statements 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.259s coverage: 65.8% of statements 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.741s coverage: 82.3% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.321s coverage: 28.6% of statements 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.181s coverage: 100.0% of statements 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.086s coverage: 100.0% of statements 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.335s coverage: 86.7% of statements 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.395s coverage: 97.5% of statements 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.171s coverage: 78.3% of statements 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.331s coverage: 92.8% of statements 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.084s coverage: 58.8% of statements 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.220s coverage: 0.1% of statements 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 45.5% of statements 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.122s coverage: 79.5% of statements 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.108s coverage: 96.3% of statements 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements 00:40:24 gofmt -l . 00:40:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.103s coverage: 94.4% of statements 00:40:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements 00:40:25 [ "`gofmt -l .`" = "" ] 00:40:27 ./bin/test-go-mod-tidy.sh 00:40:31 ./bin/test-attribution-txt.sh [Pipeline] sh 00:40:36 + ls -al . 00:40:36 total 700 00:40:36 drwxrwxr-x 10 1001 1001 4096 Feb 18 00:40 . 00:40:36 drwxr-xr-x 4 root root 30 Feb 18 00:36 .. 00:40:36 -rw-rw-r-- 1 1001 1001 11 Feb 18 00:32 .dockerignore 00:40:36 drwxrwxr-x 8 1001 1001 179 Feb 18 00:32 .git 00:40:36 drwxrwxr-x 3 1001 1001 125 Feb 18 00:32 .github 00:40:36 -rw-rw-r-- 1 1001 1001 818 Feb 18 00:32 .gitignore 00:40:36 drwx------ 3 1001 1001 60 Feb 18 00:34 .semver 00:40:36 -rw-rw-r-- 1 1001 1001 166 Feb 18 00:32 .sonarcloud.properties 00:40:36 -rw-rw-r-- 1 1001 1001 7859 Feb 18 00:32 Attribution.txt 00:40:36 -rw-rw-r-- 1 1001 1001 3804 Feb 18 00:32 CONTRIBUTING.md 00:40:36 -rw-rw-r-- 1 1001 1001 931 Feb 18 00:32 Dockerfile.build 00:40:36 -rw-rw-r-- 1 1001 1001 863 Feb 18 00:32 Jenkinsfile 00:40:36 -rw-rw-r-- 1 1001 1001 10775 Feb 18 00:32 LICENSE 00:40:36 -rw-rw-r-- 1 1001 1001 5774 Feb 18 00:32 Makefile 00:40:36 -rw-rw-r-- 1 1001 1001 6524 Feb 18 00:32 README.md 00:40:36 -rw-rw-r-- 1 1001 1001 6755 Feb 18 00:32 SECURITY.md 00:40:36 -rw-rw-r-- 1 1001 1001 5 Feb 18 00:34 VERSION 00:40:36 -rw-rw-r-- 1 1001 1001 4131 Feb 18 00:32 ZMQWindows.md 00:40:36 drwxrwxr-x 2 1001 1001 117 Feb 18 00:32 bin 00:40:36 drwxrwxr-x 14 1001 1001 4096 Feb 18 00:32 cmd 00:40:36 -rw-r--r-- 1 root root 596907 Feb 18 00:39 coverage.out 00:40:36 -rw-r--r-- 1 root root 1054 Feb 18 00:40 go.mod 00:40:36 -rw-r--r-- 1 root root 19518 Feb 18 00:40 go.sum 00:40:36 drwxrwxr-x 8 1001 1001 127 Feb 18 00:32 internal 00:40:36 drwxrwxr-x 4 1001 1001 26 Feb 18 00:32 openapi 00:40:36 drwxrwxr-x 4 1001 1001 71 Feb 18 00:32 snap 00:40:36 -rw-rw-r-- 1 1001 1001 168 Feb 18 00:32 version.go [Pipeline] sh 00:40:37 + '[' -e coverage.out ] 00:40:37 + chown 1001:1001 coverage.out [Pipeline] stash 00:40:38 Stashed 1 file(s) [Pipeline] sh 00:40:39 + make build 00:40:39 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 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.136s coverage: 92.9% of statements 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.8% of statements 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.116s coverage: 87.2% of statements 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.138s coverage: 84.2% of statements 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.190s coverage: 91.4% of statements 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.572s coverage: 63.5% of statements 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.105s coverage: 91.3% of statements 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.755s coverage: 68.9% of statements 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.457s coverage: 37.0% of statements 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.742s coverage: 84.0% of statements 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.103s coverage: 100.0% of statements 00:40:47 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 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.481s coverage: 47.0% of statements 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.176s coverage: 100.0% of statements 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.318s coverage: 89.4% of statements 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:40:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.262s coverage: 29.1% of statements 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.226s coverage: 99.0% of statements 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.123s coverage: 100.0% of statements 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:40:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.236s coverage: 100.0% of statements 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:40:56 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:40:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements 00:40:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.046s coverage: 32.1% of statements 00:40:57 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 00:40:58 GO111MODULE=on go vet ./... 00:41:14 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 00:41:17 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 00:41:22 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 00:41:23 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 00:41:29 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 00:41:33 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 00:41:36 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 00:41:40 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 00:41:43 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 00:41: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 [Pipeline] } 00:41:55 $ docker stop --time=1 a8bc6931a583dcfd2c52ab24fb80da1b30cd8ec550c5566799a1d5e25855342b 00:41:57 $ docker rm -f a8bc6931a583dcfd2c52ab24fb80da1b30cd8ec550c5566799a1d5e25855342b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:42:01 00:42:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:42:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:42:03 latest: Pulling from edgex-devops/edgex-compose 00:42:03 cbdbe7a5bc2a: Pulling fs layer 00:42:03 ca9280d653b3: Pulling fs layer 00:42:03 7e9c9ca2126c: Pulling fs layer 00:42:04 cbdbe7a5bc2a: Verifying Checksum 00:42:04 cbdbe7a5bc2a: Download complete 00:42:06 cbdbe7a5bc2a: Pull complete 00:42:06 ca9280d653b3: Verifying Checksum 00:42:06 ca9280d653b3: Download complete 00:42:10 7e9c9ca2126c: Verifying Checksum 00:42:10 7e9c9ca2126c: Download complete 00:42:10 ca9280d653b3: Pull complete 00:42:20 gofmt -l . 00:42:20 [ "`gofmt -l .`" = "" ] 00:42:22 ./bin/test-go-mod-tidy.sh 00:42:23 ./bin/test-attribution-txt.sh [Pipeline] sh 00:42:25 7e9c9ca2126c: Pull complete 00:42:25 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:42:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:42:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:42:25 + ls -al . 00:42:25 total 728 00:42:25 drwxrwxr-x 9 1001 1001 4096 Feb 18 00:42 . 00:42:25 drwxr-xr-x 4 root root 4096 Feb 18 00:37 .. 00:42:25 -rw-rw-r-- 1 1001 1001 11 Feb 18 00:36 .dockerignore 00:42:25 drwxrwxr-x 8 1001 1001 4096 Feb 18 00:36 .git 00:42:25 drwxrwxr-x 3 1001 1001 4096 Feb 18 00:36 .github 00:42:25 -rw-rw-r-- 1 1001 1001 818 Feb 18 00:36 .gitignore 00:42:25 -rw-rw-r-- 1 1001 1001 166 Feb 18 00:36 .sonarcloud.properties 00:42:25 -rw-rw-r-- 1 1001 1001 7859 Feb 18 00:36 Attribution.txt 00:42:25 -rw-rw-r-- 1 1001 1001 3804 Feb 18 00:36 CONTRIBUTING.md 00:42:25 -rw-rw-r-- 1 1001 1001 931 Feb 18 00:36 Dockerfile.build 00:42:25 -rw-rw-r-- 1 1001 1001 863 Feb 18 00:36 Jenkinsfile 00:42:25 -rw-rw-r-- 1 1001 1001 10775 Feb 18 00:36 LICENSE 00:42:25 -rw-rw-r-- 1 1001 1001 5774 Feb 18 00:36 Makefile 00:42:25 -rw-rw-r-- 1 1001 1001 6524 Feb 18 00:36 README.md 00:42:25 -rw-rw-r-- 1 1001 1001 6755 Feb 18 00:36 SECURITY.md 00:42:25 -rw-rw-r-- 1 1001 1001 5 Feb 18 00:34 VERSION 00:42:25 -rw-rw-r-- 1 1001 1001 4131 Feb 18 00:36 ZMQWindows.md 00:42:25 drwxrwxr-x 2 1001 1001 4096 Feb 18 00:36 bin 00:42:25 drwxrwxr-x 14 1001 1001 4096 Feb 18 00:36 cmd 00:42:25 -rw-r--r-- 1 root root 596907 Feb 18 00:40 coverage.out 00:42:25 -rw-r--r-- 1 root root 1054 Feb 18 00:42 go.mod 00:42:25 -rw-r--r-- 1 root root 19518 Feb 18 00:42 go.sum 00:42:25 drwxrwxr-x 8 1001 1001 4096 Feb 18 00:36 internal 00:42:25 drwxrwxr-x 4 1001 1001 4096 Feb 18 00:36 openapi 00:42:25 drwxrwxr-x 4 1001 1001 4096 Feb 18 00:36 snap 00:42:25 -rw-rw-r-- 1 1001 1001 168 Feb 18 00:36 version.go 00:42:26 prd-centos7-docker-4c-2g-26737 does not seem to be running inside a container 00:42:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@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 00:42:29 $ docker top f8a50e212ac3a2978d91b282166326b552be856b8ff89fd1c4feb626fb5245dd -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 00:42:30 + '[' -e coverage.out ] 00:42:30 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:30 Warning: overwriting stash ‘coverage-report’ 00:42:31 + docker-compose build --help 00:42:31 + grep parallel 00:42:31 Stashed 1 file(s) [Pipeline] sh 00:42:32 + make build 00:42:32 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 00:42:32 --parallel Build images in parallel. [Pipeline] } 00:42:32 $ docker stop --time=1 f8a50e212ac3a2978d91b282166326b552be856b8ff89fd1c4feb626fb5245dd 00:42:35 $ docker rm -f f8a50e212ac3a2978d91b282166326b552be856b8ff89fd1c4feb626fb5245dd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:42:36 . [Pipeline] withDockerContainer 00:42:37 prd-centos7-docker-4c-2g-26737 does not seem to be running inside a container 00:42:37 $ 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/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:42:38 $ docker top c2f35f75cc88da10e73f076a0940960ba864f25f1fc040d2d209f7cbee84afaa -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:39 + docker-compose -f ./docker-compose-build.yml build --parallel 00:42:40 Building docker-core-command-go ... 00:42:40 Building docker-core-data-go ... 00:42:40 Building docker-core-metadata-go ... 00:42:40 Building docker-security-bootstrapper-go ... 00:42:40 Building docker-security-proxy-setup-go ... 00:42:40 Building docker-security-secretstore-setup-go ... 00:42:40 Building docker-support-notifications-go ... 00:42:40 Building docker-support-scheduler-go ... 00:42:40 Building docker-sys-mgmt-agent-go ... 00:42:40 Building docker-security-proxy-setup-go 00:42:40 Building docker-security-bootstrapper-go 00:42:40 Building docker-core-command-go 00:42:40 Building docker-core-data-go 00:42:40 Building docker-security-secretstore-setup-go 00:42:42 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 00:43:04 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 00:43:10 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 00:43:14 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 00:43:15 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 00:43:21 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 00:43:25 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 00:43: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 00:43:32 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 00:43:36 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 00:43:40 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] } 00:43:46 $ docker stop --time=1 807fdc204046a7d01fd5a9a6eb2a06f83cb6cbe0c47d7358fc628bad93ddd98e 00:43:49 $ docker rm -f 807fdc204046a7d01fd5a9a6eb2a06f83cb6cbe0c47d7358fc628bad93ddd98e 00:43:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:43:50 ---> 12fa56fe09f1 00:43:50 Step 3/23 : WORKDIR /edgex-go [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:51 00:43:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:43:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:51 latest: Pulling from edgex-devops/edgex-compose-arm64 00:43:51 29e5d40040c1: Pulling fs layer 00:43:51 1ce36da41761: Pulling fs layer 00:43:51 25b303627fd3: Pulling fs layer 00:43:52 29e5d40040c1: Verifying Checksum 00:43:52 29e5d40040c1: Download complete 00:43:53 1ce36da41761: Verifying Checksum 00:43:53 1ce36da41761: Download complete 00:43:53 29e5d40040c1: Pull complete 00:43:54 1ce36da41761: Pull complete 00:43:54 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:43:54 ---> 12fa56fe09f1 00:43:54 Step 3/21 : WORKDIR /edgex-go 00:43:54 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:54 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:43:54 ---> 12fa56fe09f1 00:43:54 Step 3/30 : WORKDIR /edgex-go 00:43:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:43:54 ---> 12fa56fe09f1 00:43:54 Step 3/23 : WORKDIR /edgex-go 00:43:54 25b303627fd3: Verifying Checksum 00:43:54 25b303627fd3: Download complete 00:43:55 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:55 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:43:55 ---> 12fa56fe09f1 00:43:55 Step 3/24 : WORKDIR /edgex-go 00:43:55 ---> Running in e02107e1f4fd 00:43:55 ---> Running in 060073f9bcb1 00:43:55 ---> Running in f4aed26d97a9 00:43:55 ---> Running in 11b3afd6e870 00:43:55 ---> Running in d6e4fb7c3bda 00:43:56 Removing intermediate container 11b3afd6e870 00:43:56 ---> 710e60295ac6 00:43:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:56 Removing intermediate container 060073f9bcb1 00:43:56 ---> c95375ced9cb 00:43:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:56 Removing intermediate container d6e4fb7c3bda 00:43:56 ---> e7b4662ff45b 00:43:56 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:56 Removing intermediate container f4aed26d97a9 00:43:56 ---> a36f5c250832 00:43:56 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:56 Removing intermediate container e02107e1f4fd 00:43:56 ---> 72f48013cfc7 00:43:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:56 ---> Running in 01d097b44e73 00:43:56 ---> Running in 39f8dd52e6d4 00:43:57 ---> Running in 846f930449f9 00:43:57 ---> Running in f50db6847be5 00:43:57 ---> Running in 5ae083a184e1 00:44:01 Removing intermediate container 5ae083a184e1 00:44:01 ---> 1351e6b3d765 00:44:01 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:44:01 Removing intermediate container 846f930449f9 00:44:01 ---> 9d4ee4624efd 00:44:01 Step 5/24 : RUN apk add --update --no-cache make git 00:44:01 ---> Running in 48bbe22f9a64 00:44:01 ---> Running in f7dd565eaf49 00:44:01 Removing intermediate container 01d097b44e73 00:44:01 ---> a994afb2a3f1 00:44:01 Step 5/23 : RUN apk add --update --no-cache make git 00:44:01 Removing intermediate container f50db6847be5 00:44:01 ---> a7786ec92aa3 00:44:01 Step 5/30 : RUN apk add --update --no-cache make git 00:44:01 Removing intermediate container 39f8dd52e6d4 00:44:01 ---> 052f6eb2fb00 00:44:01 Step 5/21 : RUN apk add --update --no-cache make git 00:44:02 ---> Running in 781d7a2f485f 00:44:02 ---> Running in 60b2ec820864 00:44:02 ---> Running in 2f08013e70ec 00:44:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:05 25b303627fd3: Pull complete 00:44:05 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:44:05 OK: 233 MiB in 51 packages 00:44:05 OK: 233 MiB in 51 packages 00:44:05 prd-ubuntu18.04-docker-arm64-4c-16g-26744 does not seem to be running inside a container 00:44:05 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@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 00:44:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:05 OK: 233 MiB in 51 packages 00:44:05 OK: 233 MiB in 51 packages 00:44:06 OK: 233 MiB in 51 packages 00:44:06 Removing intermediate container f7dd565eaf49 00:44:06 ---> 8f8b2bdd08fe 00:44:06 Step 6/24 : COPY go.mod . 00:44:06 Removing intermediate container 48bbe22f9a64 00:44:06 ---> 42ec65e3d465 00:44:06 Step 6/23 : COPY go.mod . 00:44:07 Removing intermediate container 781d7a2f485f 00:44:07 ---> 1801404d740e 00:44:07 Step 6/23 : COPY go.mod . 00:44:07 ---> 522548e4c50e 00:44:07 Step 7/24 : RUN go mod download 00:44:07 ---> Running in aa75d7602d05 00:44:07 ---> 84253cb713ac 00:44:07 Step 7/23 : RUN go mod download 00:44:08 Removing intermediate container 2f08013e70ec 00:44:08 ---> 2ff051814218 00:44:08 Step 6/21 : COPY go.mod . 00:44:08 Removing intermediate container 60b2ec820864 00:44:08 ---> 272be7f65f07 00:44:08 Step 6/30 : COPY go.mod . 00:44:08 $ docker top df74fa5486f550d3661cba0b2aa028b26f6325e8ca192a0de142b63edeb32ac1 -eo pid,comm 00:44:08 ---> Running in 2e37dde3f180 00:44:08 ---> 5562c1ee052a 00:44:08 Step 7/23 : RUN go mod download [Pipeline] { [Pipeline] sh 00:44:08 ---> Running in 933513c0e2e4 00:44:09 ---> d73cd7ac9690 00:44:09 Step 7/21 : RUN go mod download 00:44:09 ---> f32fabaaa82c 00:44:09 Step 7/30 : RUN go mod download 00:44:09 + grep parallel 00:44:09 + docker-compose build --help 00:44:09 ---> Running in bf821b6eed2d 00:44:09 ---> Running in 13b0538a915f 00:44:12 --parallel Build images in parallel. [Pipeline] } 00:44:12 $ docker stop --time=1 df74fa5486f550d3661cba0b2aa028b26f6325e8ca192a0de142b63edeb32ac1 00:44:14 $ docker rm -f df74fa5486f550d3661cba0b2aa028b26f6325e8ca192a0de142b63edeb32ac1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:15 . [Pipeline] withDockerContainer 00:44:15 Removing intermediate container 2e37dde3f180 00:44:15 ---> e14c8db7d18f 00:44:15 Step 8/23 : COPY . . 00:44:15 Removing intermediate container aa75d7602d05 00:44:15 ---> 64c123d67c4d 00:44:15 Step 8/24 : COPY . . 00:44:15 prd-ubuntu18.04-docker-arm64-4c-16g-26744 does not seem to be running inside a container 00:44:15 $ 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/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:15 Removing intermediate container 13b0538a915f 00:44:15 ---> b3b6a9267298 00:44:15 Step 8/30 : COPY . . 00:44:16 Removing intermediate container bf821b6eed2d 00:44:16 ---> bd6402b85840 00:44:16 Step 8/21 : COPY . . 00:44:16 Removing intermediate container 933513c0e2e4 00:44:16 ---> 387181ce6dc9 00:44:16 Step 8/23 : COPY . . 00:44:17 $ docker top e75103252c64328aae97de27cbf7443d1aa242208f227030857a1737d0a43362 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:18 + docker-compose -f ./docker-compose-build.yml build --parallel 00:44:22 Building docker-core-command-go ... 00:44:22 Building docker-core-data-go ... 00:44:22 Building docker-core-metadata-go ... 00:44:22 Building docker-security-bootstrapper-go ... 00:44:22 Building docker-security-proxy-setup-go ... 00:44:22 Building docker-security-secretstore-setup-go ... 00:44:22 Building docker-support-notifications-go ... 00:44:22 Building docker-support-scheduler-go ... 00:44:22 Building docker-sys-mgmt-agent-go ... 00:44:22 Building docker-core-metadata-go 00:44:22 Building docker-security-secretstore-setup-go 00:44:22 Building docker-core-command-go 00:44:22 Building docker-sys-mgmt-agent-go 00:44:22 Building docker-support-scheduler-go 00:45:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:45:44 ---> 992d378778ec 00:45:44 Step 3/23 : WORKDIR /edgex-go 00:45:44 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:45:44 ---> 992d378778ec 00:45:44 Step 3/24 : WORKDIR /edgex-go 00:45:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:45:44 ---> 992d378778ec 00:45:44 Step 3/23 : WORKDIR /edgex-go 00:45:44 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:44 ---> 992d378778ec 00:45:44 Step 3/22 : WORKDIR /edgex-go 00:45:44 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:44 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:45:44 ---> 992d378778ec 00:45:44 Step 3/26 : WORKDIR /edgex-go 00:45:44 ---> Running in 562d01ce5466 00:45:44 ---> Running in 113c8115166e 00:45:44 ---> Running in 1d8b34baf150 00:45:44 ---> Running in 7206efe1142e 00:45:44 ---> Running in 40a9dd41a5b6 00:45:44 Removing intermediate container 1d8b34baf150 00:45:44 ---> 60846f920eb8 00:45:44 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:44 Removing intermediate container 40a9dd41a5b6 00:45:44 ---> f60ccb3ae440 00:45:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:44 Removing intermediate container 113c8115166e 00:45:44 ---> dbfff71fc788 00:45:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:44 Removing intermediate container 7206efe1142e 00:45:44 ---> 4f508187db74 00:45:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:44 Removing intermediate container 562d01ce5466 00:45:44 ---> dc2809242522 00:45:44 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:44 ---> Running in 1fb7cd9f5147 00:45:44 ---> Running in 28d565e24084 00:45:44 ---> Running in 1b91bd4803c4 00:45:44 ---> Running in ae8e00b6cf4d 00:45:44 ---> Running in 1b23071fce88 00:45:44 Removing intermediate container 1b91bd4803c4 00:45:44 ---> 5387976a8b6b 00:45:44 Step 5/26 : RUN apk add --update --no-cache make bash git 00:45:44 Removing intermediate container 28d565e24084 00:45:44 ---> 24afe6ef370d 00:45:44 Step 5/23 : RUN apk add --update --no-cache make git 00:45:44 ---> Running in d97be5442685 00:45:44 ---> Running in 3ba17812c39a 00:45:44 Removing intermediate container 1fb7cd9f5147 00:45:44 ---> 14e0a6049e88 00:45:44 Step 5/22 : RUN apk add --update --no-cache make git 00:45:44 Removing intermediate container 1b23071fce88 00:45:44 ---> 4546a1cb02db 00:45:44 Step 5/24 : RUN apk add --update --no-cache make git 00:45:44 ---> Running in 6b2cd490aac8 00:45:44 Removing intermediate container ae8e00b6cf4d 00:45:44 ---> fa88d6e56b3d 00:45:44 Step 5/23 : RUN apk add --update --no-cache make git 00:45:44 ---> Running in d7d60e78bb8a 00:45:44 ---> Running in 3d27c473f586 00:45:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:47 OK: 217 MiB in 51 packages 00:45:47 OK: 217 MiB in 51 packages 00:45:47 OK: 217 MiB in 51 packages 00:45:47 OK: 217 MiB in 51 packages 00:45:47 OK: 217 MiB in 51 packages 00:45:48 Removing intermediate container 3ba17812c39a 00:45:48 ---> bd893900dbda 00:45:48 Step 6/26 : COPY go.mod . 00:45:49 Removing intermediate container d97be5442685 00:45:49 ---> 41d1ad435eea 00:45:49 Step 6/23 : COPY go.mod . 00:45:49 Removing intermediate container d7d60e78bb8a 00:45:49 ---> d3fb319697d7 00:45:49 Step 6/24 : COPY go.mod . 00:45:49 Removing intermediate container 6b2cd490aac8 00:45:49 ---> 73a2160f468f 00:45:49 Step 6/22 : COPY go.mod . 00:45:49 ---> 734bb8037488 00:45:49 Step 7/26 : RUN go mod download 00:45:49 Removing intermediate container 3d27c473f586 00:45:49 ---> a94a08b8dee5 00:45:49 Step 6/23 : COPY go.mod . 00:45:49 ---> Running in 764b59edc5c3 00:45:50 ---> 533c57830c21 00:45:50 Step 7/23 : RUN go mod download 00:45:50 ---> d381556648e3 00:45:50 Step 7/22 : RUN go mod download 00:45:50 ---> f17b10e4e2bf 00:45:50 Step 7/24 : RUN go mod download 00:45:51 ---> Running in 6a4d4fb2907e 00:45:51 ---> Running in 5cf1ca2868f2 00:45:51 ---> 25958cb09178 00:45:51 Step 7/23 : RUN go mod download 00:45:51 ---> Running in 183878328d7c 00:45:51 ---> Running in 978453a84572 00:45:54 Removing intermediate container 764b59edc5c3 00:45:54 ---> 5c86392c26ea 00:45:54 Step 8/26 : COPY . . 00:45:54 ---> 41f95fe30eac 00:45:54 Step 9/23 : RUN make cmd/core-data/core-data 00:45:54 ---> bc5298798326 00:45:54 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:45:54 ---> 2d753cb1f70e 00:45:54 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:45:54 ---> c9b0199b090f 00:45:54 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:45:54 ---> 867cbc5ded88 00:45:54 Step 9/23 : RUN make cmd/core-command/core-command 00:45:54 ---> Running in fc7f6ecd7315 00:45:54 ---> Running in f06c81554ce0 00:45:54 ---> Running in 7ff2eac10579 00:45:54 ---> Running in 496fcdf98be2 00:45:54 ---> Running in 595e51113bc0 00:45:54 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 00:45:54 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 00:45:54 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 00:45:54 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 00:45:54 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 00:45:56 Removing intermediate container 6a4d4fb2907e 00:45:56 ---> 538d85775565 00:45:56 Step 8/23 : COPY . . 00:45:56 Removing intermediate container 5cf1ca2868f2 00:45:56 ---> 6d78d6670fa6 00:45:56 Step 8/22 : COPY . . 00:45:56 Removing intermediate container 183878328d7c 00:45:56 ---> 9105c786a3f4 00:45:56 Removing intermediate container 978453a84572 00:45:56 ---> 39d450225b7e 00:45:56 Step 8/23 : COPY . . 00:45:56 Step 8/24 : COPY . . 00:46:23 ---> cdfc36b6a342 00:46:23 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:46:23 ---> 50b62fd4f294 00:46:23 Step 9/23 : RUN make cmd/core-command/core-command 00:46:23 ---> ad6d6d99da05 00:46:23 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:46:23 ---> 16dd5a141d8e 00:46:23 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:46:23 ---> d5d4eaa2a384 00:46:23 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:46:23 ---> Running in 654f54b05612 00:46:23 ---> Running in f2269b1864d9 00:46:23 ---> Running in fa39f638fa9e 00:46:23 ---> Running in 0c1bea15a5d4 00:46:23 ---> Running in 239908d69418 00:46:23 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 00:46:23 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 00:46:23 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 00:46:23 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 00:46:23 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 00:46:44 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 00:46:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:47:01 Removing intermediate container fc7f6ecd7315 00:47:01 ---> 3722a72f7ce0 00:47:01 00:47:01 Step 10/30 : FROM alpine:3.12 00:47:01 3.12: Pulling from library/alpine 00:47:01 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:47:01 Status: Downloaded newer image for alpine:3.12 00:47:01 ---> 389fef711851 00:47:01 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:47:01 Removing intermediate container 595e51113bc0 00:47:01 ---> ed0fda541e80 00:47:01 00:47:01 Step 10/23 : FROM alpine:3.12 00:47:01 ---> 389fef711851 00:47:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:47:01 ---> Running in 7f3205f647c2 00:47:01 ---> Running in 2d6d5d2aa0da 00:47:02 Removing intermediate container 7f3205f647c2 00:47:02 ---> dc651be51fc3 00:47:02 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:47:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:03 (1/1) Installing dumb-init (1.2.2-r1) 00:47:03 Executing busybox-1.31.1-r19.trigger 00:47:03 OK: 6 MiB in 15 packages 00:47:04 ---> Running in f877c5549f4c 00:47:06 Removing intermediate container f06c81554ce0 00:47:06 ---> d3d8de20d2ad 00:47:06 00:47:06 Step 10/21 : FROM alpine:3.12 00:47:06 ---> 389fef711851 00:47:06 Step 11/21 : RUN apk add --update --no-cache curl 00:47:06 Removing intermediate container 496fcdf98be2 00:47:06 ---> 47986acef8e8 00:47:06 00:47:06 Step 10/24 : FROM alpine:3.12 00:47:06 ---> 389fef711851 00:47:06 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:47:07 ---> Running in 7283a6296d8a 00:47:07 ---> Running in 8f0b64368839 00:47:07 Removing intermediate container 7ff2eac10579 00:47:07 ---> 05b51aa30168 00:47:07 00:47:07 Step 10/23 : FROM alpine:3.12 00:47:07 ---> 389fef711851 00:47:07 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:07 Removing intermediate container 2d6d5d2aa0da 00:47:07 ---> 322bb1b83fb3 00:47:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:47:07 ---> Running in 9d6c81a95131 00:47:08 ---> Running in 609e0108d3b9 00:47:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:09 (1/2) Installing dumb-init (1.2.2-r1) 00:47:09 (2/2) Installing su-exec (0.2-r1) 00:47:09 Executing busybox-1.31.1-r19.trigger 00:47:09 OK: 6 MiB in 16 packages 00:47:09 Removing intermediate container 9d6c81a95131 00:47:09 ---> 854a84d3ed75 00:47:09 Step 12/23 : ENV APP_PORT=48080 00:47:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:10 Removing intermediate container 609e0108d3b9 00:47:10 ---> 066bfca82457 00:47:10 Step 13/23 : ENV APP_PORT=48082 00:47:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:11 ---> Running in e6953af3a948 00:47:11 ---> Running in 4d7436fbf612 00:47:11 (1/5) Installing ca-certificates (20191127-r4) 00:47:11 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:47:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:11 (3/5) Installing libcurl (7.69.1-r3) 00:47:11 (4/5) Installing curl (7.69.1-r3) 00:47:11 (5/5) Installing dumb-init (1.2.2-r1) 00:47:11 Executing busybox-1.31.1-r19.trigger 00:47:11 Executing ca-certificates-20191127-r4.trigger 00:47:11 Removing intermediate container e6953af3a948 00:47:11 ---> a060039f357b 00:47:11 Step 13/23 : EXPOSE $APP_PORT 00:47:11 OK: 7 MiB in 19 packages 00:47:11 Removing intermediate container 4d7436fbf612 00:47:11 ---> 445ad6f4e972 00:47:11 Step 14/23 : EXPOSE $APP_PORT 00:47:11 ---> Running in 2d10deb62a4f 00:47:11 ---> Running in c0837ed6f705 00:47:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:11 Removing intermediate container f877c5549f4c 00:47:11 ---> 9de9e31f543b 00:47:11 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:47:11 (1/4) Installing ca-certificates (20191127-r4) 00:47:11 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:47:11 ---> Running in 27ec0c22eb16 00:47:11 (3/4) Installing libcurl (7.69.1-r3) 00:47:11 (4/4) Installing curl (7.69.1-r3) 00:47:11 Executing busybox-1.31.1-r19.trigger 00:47:11 Executing ca-certificates-20191127-r4.trigger 00:47:11 OK: 7 MiB in 18 packages 00:47:12 Removing intermediate container 2d10deb62a4f 00:47:12 ---> 0cf976147dab 00:47:12 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:12 Removing intermediate container c0837ed6f705 00:47:12 ---> 8d9e12d05544 00:47:12 Step 15/23 : WORKDIR / 00:47:13 ---> Running in cc9887ba45b2 00:47:13 ---> Running in 2f23e9a5b069 00:47:13 Removing intermediate container 27ec0c22eb16 00:47:13 ---> ec8ccd1932c3 00:47:13 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:47:13 Removing intermediate container 7283a6296d8a 00:47:13 ---> 5a051e60374c 00:47:13 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:13 ---> Running in 04c90d80781d 00:47:14 ---> Running in ddfdde7f36ac 00:47:14 Removing intermediate container 2f23e9a5b069 00:47:14 ---> 2ab29d2e4416 00:47:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:14 Removing intermediate container 8f0b64368839 00:47:14 ---> 4ad6c3e4fcd3 00:47:14 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:14 Removing intermediate container 04c90d80781d 00:47:14 ---> f45ecc2e306c 00:47:14 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:47:14 Removing intermediate container ddfdde7f36ac 00:47:14 ---> 4baf19a5d2e8 00:47:14 Step 13/24 : WORKDIR / 00:47:15 ---> Running in c3aec7c07833 00:47:15 ---> Running in eb36fc08051c 00:47:15 ---> Running in 242fa8d96b14 00:47:15 ---> 2678c722be51 00:47:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:47:16 Removing intermediate container c3aec7c07833 00:47:16 ---> 20955b3e0d88 00:47:16 Step 13/21 : WORKDIR /edgex 00:47:16 Removing intermediate container 242fa8d96b14 00:47:16 ---> 1fda8fb997bc 00:47:16 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:47:16 ---> Running in 1b9413cefae3 00:47:17 Removing intermediate container cc9887ba45b2 00:47:17 ---> 639854202442 00:47:17 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:47:17 ---> Running in 5d4f1aeed951 00:47:17 ---> af067b86d97d 00:47:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:47:18 Removing intermediate container 1b9413cefae3 00:47:18 ---> b2079b849dad 00:47:18 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:47:19 ---> 7eef8f903f9f 00:47:19 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:47:19 ---> 63b54d09f5fe 00:47:19 Step 19/23 : ENTRYPOINT ["/core-command"] 00:47:19 ---> Running in 42a687dda7fe 00:47:20 Removing intermediate container eb36fc08051c 00:47:20 ---> 79d5ec14162d 00:47:20 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:47:20 ---> d3a6c7af127c 00:47:20 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:47:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:20 ---> 1eb07301dee9 00:47:20 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:47:20 ---> Running in dceba8dbd899 00:47:20 Removing intermediate container 42a687dda7fe 00:47:20 ---> 63ff98fb5d1f 00:47:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:20 ---> Running in 0681f894bc50 00:47:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:21 ---> 25d3950b3062 00:47:21 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:47:21 Removing intermediate container dceba8dbd899 00:47:21 ---> 6bccd57d5ced 00:47:21 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:47:21 ---> d2968f1bf777 00:47:21 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:47:21 Removing intermediate container 0681f894bc50 00:47:21 ---> 70b890ef5d97 00:47:21 Step 21/23 : LABEL arch=x86_64 00:47:21 (1/6) Installing dumb-init (1.2.2-r1) 00:47:22 (2/6) Installing libgcc (9.3.0-r2) 00:47:22 (3/6) Installing libsodium (1.0.18-r0) 00:47:22 (4/6) Installing libstdc++ (9.3.0-r2) 00:47:22 (5/6) Installing libzmq (4.3.3-r0) 00:47:22 (6/6) Installing zeromq (4.3.3-r0) 00:47:22 ---> Running in 2c1f9ae1fac8 00:47:23 Executing busybox-1.31.1-r19.trigger 00:47:23 OK: 8 MiB in 20 packages 00:47:24 ---> 80e6aab95936 00:47:24 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:47:24 ---> 54964d263599 00:47:24 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:47:24 ---> Running in c2c198423e55 00:47:24 ---> aaa6e48dcd45 00:47:24 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:47:24 Removing intermediate container 2c1f9ae1fac8 00:47:24 ---> 9d321a77e614 00:47:24 Step 22/23 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede 00:47:24 ---> Running in fb061eb8f76a 00:47:24 ---> Running in d56aa33d9a5c 00:47:25 Removing intermediate container 5d4f1aeed951 00:47:25 ---> 5c024c3f216c 00:47:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:25 Removing intermediate container fb061eb8f76a 00:47:25 ---> 2908592680e4 00:47:25 Step 18/21 : CMD ["--init=true"] 00:47:25 Removing intermediate container d56aa33d9a5c 00:47:25 ---> a1df4e9714e6 00:47:25 Step 23/23 : LABEL version=0.0.0 00:47:25 ---> 21f716ef2821 00:47:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:47:25 ---> Running in 96cc2e3ad678 00:47:25 ---> Running in 0f1c8ada45bb 00:47:26 ---> 55bc682954c2 00:47:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:47:27 ---> 5cf77933e85e 00:47:27 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/ 00:47:27 Removing intermediate container 0f1c8ada45bb 00:47:27 ---> 122177d56922 00:47:27 00:47:27 Removing intermediate container 96cc2e3ad678 00:47:27 ---> eea8f199c124 00:47:27 Step 19/21 : LABEL arch=x86_64 00:47:27 ---> Running in 59001d2e98bc 00:47:27 ---> Running in f72175fbf0b9 00:47:28 Removing intermediate container c2c198423e55 00:47:28 ---> 28a75676c49e 00:47:28 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:28 Successfully built 122177d56922 00:47:28 ---> d1805606af30 00:47:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:47:29 Successfully tagged docker-core-command-go:latest 00:47:29  Building docker-core-command-go ... done Building docker-support-scheduler-go 00:47:29 Removing intermediate container f72175fbf0b9 00:47:29 ---> 1a9a456c88ff 00:47:29 Step 20/21 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede 00:47:29 ---> Running in 0b221d4b3913 00:47:29 ---> 917c89fb9fe1 00:47:29 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:47:29 ---> 5fac0448ea46 00:47:29 Step 19/23 : ENTRYPOINT ["/core-data"] 00:47:30 Removing intermediate container 0b221d4b3913 00:47:30 ---> 8efbe6236a9d 00:47:30 Step 21/21 : LABEL version=0.0.0 00:47:30 ---> Running in c1adf33d30fb 00:47:30 ---> Running in 1823fb79cd43 00:47:31 Removing intermediate container c1adf33d30fb 00:47:31 ---> fc145687a308 00:47:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:31 ---> c6843e5e066e 00:47:31 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:47:32 ---> Running in 6628f6f3eca6 00:47:32 Removing intermediate container 59001d2e98bc 00:47:32 ---> ac57ab559a84 00:47:32 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:47:32 Removing intermediate container 1823fb79cd43 00:47:32 ---> 4747e2d7b227 00:47:32 00:47:32 ---> Running in 1248e3958b4a 00:47:32 ---> 94628780dc20 00:47:32 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:47:32 Successfully built 4747e2d7b227 00:47:32 Successfully tagged docker-security-proxy-setup-go:latest 00:47:32 Building docker-sys-mgmt-agent-go 00:47:33  Building docker-security-proxy-setup-go ... done Removing intermediate container 6628f6f3eca6 00:47:33 ---> 93145e861553 00:47:33 Step 21/23 : LABEL arch=x86_64 00:47:33 ---> Running in eb941506b244 00:47:33 Removing intermediate container 1248e3958b4a 00:47:33 ---> 27a5fcadc4c9 00:47:33 Step 22/24 : LABEL arch=x86_64 00:47:33 ---> Running in c5e9802edeff 00:47:33 ---> 5e7920a1ecb1 00:47:33 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:47:35 Removing intermediate container eb941506b244 00:47:35 ---> 5e6eee4c6125 00:47:35 Step 22/23 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede 00:47:35 ---> Running in 321e61617548 00:47:36 ---> Running in 02c18e8fd4fb 00:47:36 Removing intermediate container c5e9802edeff 00:47:36 ---> e73f3ce7e3ac 00:47:36 Step 23/24 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede 00:47:38 Removing intermediate container 321e61617548 00:47:38 ---> 3753aa1d0bc1 00:47:38 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:47:38 ---> Running in b8053535f57c 00:47:38 Removing intermediate container 02c18e8fd4fb 00:47:38 ---> 15336dd8aaa1 00:47:38 Step 23/23 : LABEL version=0.0.0 00:47:39 ---> Running in 43d955b180b8 00:47:39 Removing intermediate container b8053535f57c 00:47:39 ---> d9df2ef1d3e7 00:47:39 Step 24/24 : LABEL version=0.0.0 00:47:39 ---> 3723eb460072 00:47:39 Step 25/30 : RUN chmod +x /entrypoint.sh 00:47:39 ---> Running in e30214d776d4 00:47:39 Removing intermediate container 43d955b180b8 00:47:39 ---> 7debd984c3ae 00:47:39 00:47:39 ---> Running in 44522d1f095d 00:47:41 Successfully built 7debd984c3ae 00:47:41 Successfully tagged docker-core-data-go:latest 00:47:41  Building docker-core-data-go ... done Building docker-support-notifications-go 00:47:42 Removing intermediate container e30214d776d4 00:47:42 ---> 3215e28aa706 00:47:42 00:47:44 Successfully built 3215e28aa706 00:47:44 Successfully tagged docker-security-secretstore-setup-go:latest 00:47:44  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 00:47:45 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 00:47:49 Removing intermediate container 44522d1f095d 00:47:49 ---> ef51bbd7d361 00:47:49 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:47:49 ---> Running in 12729debac8e 00:47:50 Removing intermediate container 12729debac8e 00:47:50 ---> 0c341b0ea51d 00:47:50 Step 27/30 : CMD ["gate"] 00:47:51 ---> Running in 46aff41fbc5d 00:47:52 Removing intermediate container 46aff41fbc5d 00:47:52 ---> f848ac4c398a 00:47:52 Step 28/30 : LABEL arch=x86_64 00:47:52 ---> Running in 9f562b9a2765 00:47:54 Removing intermediate container 0c1bea15a5d4 00:47:54 ---> 3ee812cf0f88 00:47:54 00:47:54 Step 10/24 : FROM alpine:3.12 00:47:54 3.12: Pulling from library/alpine 00:47:54 Removing intermediate container 9f562b9a2765 00:47:54 ---> 66cb4f4f0139 00:47:54 Step 29/30 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede 00:47:56 ---> Running in 69eb11e9fed8 00:47:56 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:47:56 Status: Downloaded newer image for alpine:3.12 00:47:56 ---> afeebe901d6b 00:47:56 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:47:57 ---> Running in 253d4ebf2c46 00:47:57 Removing intermediate container 69eb11e9fed8 00:47:57 ---> 0ae5e7ea4390 00:47:57 Step 30/30 : LABEL version=0.0.0 00:47:57 ---> Running in 43c7b36c6273 00:47:57 Removing intermediate container 654f54b05612 00:47:57 ---> a8895196fe22 00:47:57 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:47:58 ---> Running in 02ef61563b8e 00:47:59 Removing intermediate container 43c7b36c6273 00:47:59 ---> 782778da3279 00:47:59 00:47:59 Successfully built 782778da3279 00:48:00 Successfully tagged docker-security-bootstrapper-go:latest 00:48:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:00 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 00:48:00 (1/5) Installing ca-certificates (20191127-r4) 00:48:01 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:48:01 (3/5) Installing libcurl (7.69.1-r3) 00:48:01 (4/5) Installing curl (7.69.1-r3) 00:48:01 (5/5) Installing dumb-init (1.2.2-r1) 00:48:01 Executing busybox-1.31.1-r19.trigger 00:48:01 Executing ca-certificates-20191127-r4.trigger 00:48:01 OK: 7 MiB in 19 packages 00:48:03 Removing intermediate container 253d4ebf2c46 00:48:03 ---> a2a6e9e6a9d7 00:48:03 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:04 ---> Running in a60a91a28e35 00:48:05 Removing intermediate container a60a91a28e35 00:48:05 ---> 1cc8ef45841d 00:48:05 Step 13/24 : WORKDIR / 00:48:05 ---> Running in 50aeaeabee4b 00:48:06 Removing intermediate container 50aeaeabee4b 00:48:06 ---> 161d5c60cd61 00:48:06 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:48:07 Removing intermediate container 02ef61563b8e 00:48:07 ---> 0bf7276293b1 00:48:07 00:48:07 Step 11/26 : FROM docker:20.10.0 00:48:07 20.10.0: Pulling from library/docker 00:48:07 ---> ec041ca29ff0 00:48:07 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:48:09 ---> b595086e32e0 00:48:09 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:48:13 ---> 6533ca7607a9 00:48:13 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:48:13 Removing intermediate container fa39f638fa9e 00:48:13 ---> 23164476a9a9 00:48:13 00:48:13 Step 10/23 : FROM alpine:3.12 00:48:13 ---> afeebe901d6b 00:48:13 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:48:14 ---> Running in 6a6b6c96629d 00:48:14 Removing intermediate container f2269b1864d9 00:48:14 ---> 84b007a646b6 00:48:14 00:48:14 Step 10/22 : FROM alpine:3.12 00:48:14 ---> afeebe901d6b 00:48:14 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:48:15 ---> c28fe4c817b6 00:48:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:48:15 ---> Running in 6482bece4073 00:48:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:17 ---> ea32fa1b3c51 00:48:17 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:48:17 (1/1) Installing dumb-init (1.2.2-r1) 00:48:17 Executing busybox-1.31.1-r19.trigger 00:48:17 OK: 5 MiB in 15 packages 00:48:18 (1/1) Installing dumb-init (1.2.2-r1) 00:48:18 Executing busybox-1.31.1-r19.trigger 00:48:18 OK: 5 MiB in 15 packages 00:48:19 ---> f92200b3d890 00:48:19 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/ 00:48:20 ---> Running in 3bc73f8e4334 00:48:20 Removing intermediate container 6a6b6c96629d 00:48:20 ---> 8cf02354a43b 00:48:20 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:20 ---> Running in 7291826ab338 00:48:20 Removing intermediate container 6482bece4073 00:48:20 ---> 5e4e02e2eb82 00:48:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:21 ---> Running in 9214524a3927 00:48:21 Removing intermediate container 239908d69418 00:48:21 ---> fd1ef8c7f53e 00:48:21 00:48:21 Step 10/23 : FROM alpine:3.12 00:48:21 ---> afeebe901d6b 00:48:21 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:48:21 ---> Using cache 00:48:21 ---> 5e4e02e2eb82 00:48:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:21 Removing intermediate container 7291826ab338 00:48:21 ---> 158d866b6e1d 00:48:21 Step 13/23 : ENV APP_PORT=48082 00:48:22 ---> Running in a6bae9c15b12 00:48:22 ---> Running in cde513b2d141 00:48:22 Removing intermediate container 9214524a3927 00:48:22 ---> 8c3b2899dead 00:48:22 Step 13/22 : ENV APP_PORT=48085 00:48:22 ---> Running in 0dda376b0d0b 00:48:22 Removing intermediate container a6bae9c15b12 00:48:22 ---> 169d9d5917df 00:48:22 Step 13/23 : ENV APP_PORT=48081 00:48:23 Removing intermediate container cde513b2d141 00:48:23 ---> 021451b6e8d9 00:48:23 Step 14/23 : EXPOSE $APP_PORT 00:48:23 ---> Running in 748286c9fdbb 00:48:23 ---> Running in 7a4e766dd665 00:48:23 Removing intermediate container 0dda376b0d0b 00:48:23 ---> 54fe34ef40b4 00:48:23 Step 14/22 : EXPOSE $APP_PORT 00:48:23 Removing intermediate container 3bc73f8e4334 00:48:23 ---> 258d611f2f49 00:48:23 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:48:23 ---> Running in 992028df38bc 00:48:23 ---> Running in 0efdbdef83a3 00:48:23 Removing intermediate container 748286c9fdbb 00:48:23 ---> 0b625055d168 00:48:23 Step 14/23 : EXPOSE $APP_PORT 00:48:24 Removing intermediate container 7a4e766dd665 00:48:24 ---> 0200f27a2f66 00:48:24 Step 15/23 : WORKDIR / 00:48:24 ---> Running in 07ae1d058680 00:48:24 ---> Running in cdc0e4f2f917 00:48:24 Removing intermediate container 992028df38bc 00:48:24 ---> 5babd405cdeb 00:48:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:24 Removing intermediate container 0efdbdef83a3 00:48:24 ---> ab696ef9dcf0 00:48:24 Step 22/24 : LABEL arch=arm64 00:48:25 ---> Running in d29f118c5701 00:48:25 Removing intermediate container 07ae1d058680 00:48:25 ---> 7db91c2618e8 00:48:25 Step 15/23 : WORKDIR / 00:48:25 Removing intermediate container cdc0e4f2f917 00:48:25 ---> 144946aa92a4 00:48:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:25 ---> Running in c09a04c7a0fb 00:48:25 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:48:25 Status: Downloaded newer image for docker:20.10.0 00:48:25 ---> eeaf43b92773 00:48:25 Step 12/26 : RUN apk add --no-cache bash 00:48:25 Removing intermediate container d29f118c5701 00:48:25 ---> f9f9777983df 00:48:25 Step 23/24 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede 00:48:25 ---> Running in 21711f8ff352 00:48:25 ---> e7af91acd0b1 00:48:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:48:25 ---> Running in 9862151ff249 00:48:26 Removing intermediate container c09a04c7a0fb 00:48:26 ---> faeb6f11c540 00:48:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:26 ---> e93eb67e59e9 00:48:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:48:26 Removing intermediate container 9862151ff249 00:48:26 ---> ae3da5fa0468 00:48:26 Step 24/24 : LABEL version=0.0.0 00:48:27 ---> Running in d4f0c9cb25ad 00:48:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:27 ---> ed02c79802e7 00:48:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:48:27 Removing intermediate container d4f0c9cb25ad 00:48:27 ---> e8a32999024a 00:48:27 ---> e23971aa858c 00:48:27 00:48:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:48:28 ---> 83331e630b42 00:48:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:48:28 (1/2) Installing readline (8.0.4-r0) 00:48:28  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:28 ---> 12fa56fe09f1 00:48:28 Step 3/22 : WORKDIR /edgex-go 00:48:28 ---> Using cache 00:48:28 ---> 72f48013cfc7 00:48:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:28 ---> Using cache 00:48:28 ---> 1351e6b3d765 00:48:28 Step 5/22 : RUN apk add --update --no-cache make git 00:48:28 (2/2) Installing bash (5.0.17-r0) 00:48:28 Executing bash-5.0.17-r0.post-install 00:48:28 Executing busybox-1.31.1-r19.trigger 00:48:28 OK: 12 MiB in 22 packages 00:48:28 ---> Running in 888dfe2f623f 00:48:29 Successfully built e23971aa858c 00:48:29 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:48:29  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 00:48:29 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:29 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:48:29 ---> 12fa56fe09f1 00:48:29 Step 3/26 : WORKDIR /edgex-go 00:48:29 ---> Using cache 00:48:29 ---> 72f48013cfc7 00:48:29 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:29 ---> Using cache 00:48:29 ---> 1351e6b3d765 00:48:29 Step 5/26 : RUN apk add --update --no-cache make bash git 00:48:29 ---> 78c42c7dca2f 00:48:29 Step 19/23 : ENTRYPOINT ["/core-command"] 00:48:29 ---> Running in d12044b8065c 00:48:29 ---> 0a835e31cef6 00:48:29 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:48:29 ---> ad297883fd46 00:48:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:48:29 ---> Running in 79df847711c3 00:48:30 Removing intermediate container 21711f8ff352 00:48:30 ---> 74acce9979a2 00:48:30 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:48:30 ---> Running in 57479186b027 00:48:30 Removing intermediate container d12044b8065c 00:48:30 ---> aae8e2a96d6e 00:48:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:31 ---> Running in d98058ad3f47 00:48:31 ---> Running in 23ec3e79b03a 00:48:31 Removing intermediate container 79df847711c3 00:48:31 ---> 5e3fbf00447e 00:48:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:31 ---> 604df69908ab 00:48:31 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:48:32 Removing intermediate container d98058ad3f47 00:48:32 ---> ce466d5849c1 00:48:32 Step 14/26 : ENV APP_PORT=48090 00:48:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:32 ---> 12fa56fe09f1 00:48:32 Step 3/22 : WORKDIR /edgex-go 00:48:32 ---> Using cache 00:48:32 ---> 72f48013cfc7 00:48:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:32 ---> Using cache 00:48:32 ---> 1351e6b3d765 00:48:32 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:48:32 ---> Running in f6b071e79460 00:48:32 ---> Running in 8ca201aa5aac 00:48:32 Removing intermediate container 23ec3e79b03a 00:48:32 ---> 17ef34085d1a 00:48:32 Step 21/23 : LABEL arch=arm64 00:48:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:48:32 ---> 12fa56fe09f1 00:48:32 Step 3/23 : WORKDIR /edgex-go 00:48:32 ---> Using cache 00:48:32 ---> 72f48013cfc7 00:48:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:32 ---> Using cache 00:48:32 ---> 1351e6b3d765 00:48:32 Step 5/23 : RUN apk add --update --no-cache make git 00:48:32 ---> Running in c3c82b2bcf3b 00:48:32 ---> Running in 389c0a35a6b5 00:48:33 ---> Running in c332c3b46692 00:48:33 ---> Running in 1780781ae5ea 00:48:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:48:33 Removing intermediate container f6b071e79460 00:48:33 ---> 6b227ba80afe 00:48:33 Step 20/22 : LABEL arch=arm64 00:48:33 Removing intermediate container 8ca201aa5aac 00:48:33 ---> ff775dbf1ac7 00:48:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:48:34 ---> Running in 3af822edde14 00:48:34 Removing intermediate container c3c82b2bcf3b 00:48:34 Removing intermediate container 389c0a35a6b5 00:48:34 ---> 5ba691495704 00:48:34 Step 22/23 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede 00:48:34 ---> e5fd3a73febd 00:48:34 Step 15/26 : EXPOSE $APP_PORT 00:48:34 ---> Running in 7a1b14635a0a 00:48:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:48:34 ---> Running in a937b6578bca 00:48:34 ---> Running in 2fe4cb1ce0e1 00:48:34 Removing intermediate container 3af822edde14 00:48:34 ---> 1e3b36184ff6 00:48:34 Step 21/22 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede 00:48:34 ---> Running in d15016dc3846 00:48:35 Removing intermediate container 7a1b14635a0a 00:48:35 ---> f5a557b024fe 00:48:35 Step 21/23 : LABEL arch=arm64 00:48:35 OK: 233 MiB in 51 packages 00:48:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:48:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:48:35 ---> Running in ebcbff9f7ede 00:48:35 Removing intermediate container a937b6578bca 00:48:35 ---> df852b72a7b5 00:48:35 Step 23/23 : LABEL version=0.0.0 00:48:35 Removing intermediate container 2fe4cb1ce0e1 00:48:35 ---> 86ea6ee36541 00:48:35 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:48:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:48:35 Removing intermediate container d15016dc3846 00:48:35 ---> a5a8bc071729 00:48:35 Step 22/22 : LABEL version=0.0.0 00:48:35 ---> Running in ba9a72e29d8d 00:48:35 OK: 233 MiB in 51 packages 00:48:35 ---> Running in e5f99d9e5482 00:48:35 Removing intermediate container ebcbff9f7ede 00:48:35 ---> 258437675380 00:48:35 Step 22/23 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede 00:48:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:48:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:48:36 ---> Running in 46b6e1f6fc46 00:48:36 Removing intermediate container ba9a72e29d8d 00:48:36 ---> 70b65c0a8ccc 00:48:36 00:48:36 Removing intermediate container 888dfe2f623f 00:48:36 ---> ed529550acc8 00:48:36 Step 6/22 : COPY go.mod . 00:48:36 Removing intermediate container e5f99d9e5482 00:48:36 ---> 97d1711b446f 00:48:36 00:48:36 OK: 233 MiB in 51 packages 00:48:36 OK: 233 MiB in 51 packages 00:48:36 Removing intermediate container 57479186b027 00:48:36 ---> 22fb4792ba1e 00:48:36 Step 6/26 : COPY go.mod . 00:48:37 Successfully built 70b65c0a8ccc 00:48:37 Successfully tagged docker-core-command-go-arm64:latest 00:48:37  Building docker-core-command-go ... done Successfully built 97d1711b446f 00:48:37 Building docker-security-bootstrapper-go 00:48:37 ---> 4de25b218ada 00:48:37 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:48:37 Successfully tagged docker-support-scheduler-go-arm64:latest 00:48:37 Building docker-security-proxy-setup-go 00:48:37  Building docker-support-scheduler-go ... done Removing intermediate container 46b6e1f6fc46 00:48:37 ---> 62b2fe501159 00:48:37 Step 23/23 : LABEL version=0.0.0 00:48:37 ---> 05e06b31ac0b 00:48:37 Step 7/22 : RUN go mod download 00:48:37 ---> Running in 6e9c8747bd1d 00:48:38 ---> Running in b62e92975edd 00:48:38 ---> 0088d826110c 00:48:38 Step 7/26 : RUN go mod download 00:48:38 ---> 250f7581d466 00:48:38 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:48:38 Removing intermediate container 6e9c8747bd1d 00:48:38 ---> 0496aecf387c 00:48:38 00:48:38 ---> Running in a967b21bae2e 00:48:38 Successfully built 0496aecf387c 00:48:39 Successfully tagged docker-core-metadata-go-arm64:latest 00:48:39 Building docker-core-data-go 00:48:39  Building docker-core-metadata-go ... done  ---> afb020ee43a6 00:48:39 Step 19/26 : RUN apk --no-cache add py3-pip 00:48:39 ---> Running in 95984ac0c97b 00:48:39 Removing intermediate container c332c3b46692 00:48:39 ---> 58f4cf3dfdee 00:48:39 Step 6/23 : COPY go.mod . 00:48:39 Removing intermediate container 1780781ae5ea 00:48:39 ---> ba9fdfb0861b 00:48:39 Step 6/22 : COPY go.mod . 00:48:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:40 ---> 91ec0495344b 00:48:40 Step 7/23 : RUN go mod download 00:48:41 ---> 684b75286cda 00:48:41 Step 7/22 : RUN go mod download 00:48:41 ---> Running in 6c48d9f5dd49 00:48:41 ---> Running in 302a81bd23a8 00:48:41 (1/33) Installing libbz2 (1.0.8-r1) 00:48:41 (2/33) Installing expat (2.2.9-r1) 00:48:41 (3/33) Installing libffi (3.3-r2) 00:48:41 (4/33) Installing gdbm (1.13-r1) 00:48:41 (5/33) Installing xz-libs (5.2.5-r0) 00:48:41 (6/33) Installing sqlite-libs (3.32.1-r0) 00:48:41 (7/33) Installing python3 (3.8.5-r0) 00:48:43 (8/33) Installing py3-appdirs (1.4.4-r1) 00:48:43 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:48:43 (10/33) Installing py3-parsing (2.4.7-r0) 00:48:43 (11/33) Installing py3-six (1.15.0-r0) 00:48:43 (12/33) Installing py3-packaging (20.4-r0) 00:48:43 (13/33) Installing py3-setuptools (47.0.0-r0) 00:48:43 (14/33) Installing py3-chardet (3.0.4-r4) 00:48:43 (15/33) Installing py3-idna (2.9-r0) 00:48:43 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:48:43 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:48:43 (18/33) Installing py3-requests (2.23.0-r0) 00:48:43 (19/33) Installing py3-msgpack (1.0.0-r0) 00:48:43 (20/33) Installing py3-lockfile (0.12.2-r3) 00:48:43 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:48:43 (22/33) Installing py3-colorama (0.4.3-r0) 00:48:43 (23/33) Installing py3-distlib (0.3.0-r0) 00:48:43 (24/33) Installing py3-distro (1.5.0-r1) 00:48:43 (25/33) Installing py3-webencodings (0.5.1-r3) 00:48:43 (26/33) Installing py3-html5lib (1.0.1-r4) 00:48:43 (27/33) Installing py3-pytoml (0.1.21-r0) 00:48:43 (28/33) Installing py3-pep517 (0.8.2-r0) 00:48:43 (29/33) Installing py3-progress (1.5-r0) 00:48:43 (30/33) Installing py3-toml (0.10.1-r0) 00:48:43 (31/33) Installing py3-retrying (1.3.3-r0) 00:48:43 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:48:43 (33/33) Installing py3-pip (20.1.1-r0) 00:48:43 Executing busybox-1.31.1-r19.trigger 00:48:43 OK: 71 MiB in 55 packages 00:48:45 Removing intermediate container b62e92975edd 00:48:45 ---> bf2f5ffe12ef 00:48:45 Step 8/22 : COPY . . 00:48:45 Removing intermediate container 6c48d9f5dd49 00:48:45 ---> aa0070c82283 00:48:45 Step 8/23 : COPY . . 00:48:45 Removing intermediate container a967b21bae2e 00:48:45 ---> 8dbb88facee4 00:48:45 Step 8/26 : COPY . . 00:48:45 Removing intermediate container 302a81bd23a8 00:48:45 ---> 2218e7f8924a 00:48:45 Step 8/22 : COPY . . 00:48:56 Removing intermediate container 95984ac0c97b 00:48:56 ---> d58ab0db6667 00:48:56 Step 20/26 : RUN pip install docker-compose==1.23.2 00:48:56 ---> Running in bc742d8eef2d 00:49:00 Collecting docker-compose==1.23.2 00:49:00 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:49:00 Collecting cached-property<2,>=1.2.0 00:49:00 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:49:01 Collecting docker<4.0,>=3.6.0 00:49:01 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:49:02 Collecting dockerpty<0.5,>=0.4.1 00:49:02 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:49:04 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:49:04 Collecting jsonschema<3,>=2.5.1 00:49:04 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:49:05 Collecting PyYAML<4,>=3.10 00:49:05 Downloading PyYAML-3.13.tar.gz (270 kB) 00:49:08 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:49:08 ---> 992d378778ec 00:49:08 Step 3/22 : WORKDIR /edgex-go 00:49:08 ---> Using cache 00:49:08 ---> dc2809242522 00:49:08 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:08 ---> Using cache 00:49:08 ---> 4546a1cb02db 00:49:08 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:49:11 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:49:11 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:49:12 ---> Running in 6c1a4533cb07 00:49:12 Collecting docopt<0.7,>=0.6.1 00:49:12 Downloading docopt-0.6.2.tar.gz (25 kB) 00:49:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:15 Collecting websocket-client<1.0,>=0.32.0 00:49:15 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:49:15 OK: 217 MiB in 51 packages 00:49:15 Collecting texttable<0.10,>=0.9.0 00:49:15 Downloading texttable-0.9.1.tar.gz (11 kB) 00:49:17 Collecting docker-pycreds>=0.4.0 00:49:17 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:49:17 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) 00:49:18 Collecting idna<2.8,>=2.5 00:49:18 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:49:18 Removing intermediate container 6c1a4533cb07 00:49:18 ---> 69ba2d7a8c8a 00:49:18 Step 6/22 : COPY go.mod . 00:49:19 Collecting urllib3<1.25,>=1.21.1 00:49:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:49:19 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) 00:49:19 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:49:19 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:49:19 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:49:19 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:49:19 ---> 93bc893dbf90 00:49:19 Step 7/22 : RUN go mod download 00:49:20 ---> Running in ab3436a95aa2 00:49:20 Installing collected packages: cached-property, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, jsonschema, PyYAML, docopt, texttable, docker-compose 00:49:21 Attempting uninstall: idna 00:49:21 Found existing installation: idna 2.9 00:49:21 Uninstalling idna-2.9: 00:49:21 Successfully uninstalled idna-2.9 00:49:21 Attempting uninstall: urllib3 00:49:21 Found existing installation: urllib3 1.25.9 00:49:21 Uninstalling urllib3-1.25.9: 00:49:21 Successfully uninstalled urllib3-1.25.9 00:49:22 Attempting uninstall: requests 00:49:22 Found existing installation: requests 2.23.0 00:49:22 Uninstalling requests-2.23.0: 00:49:22 Successfully uninstalled requests-2.23.0 00:49:23 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:23 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:49:23 ---> 992d378778ec 00:49:23 Step 3/21 : WORKDIR /edgex-go 00:49:23 ---> Using cache 00:49:23 ---> dc2809242522 00:49:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:23 ---> Using cache 00:49:23 ---> 4546a1cb02db 00:49:23 Step 5/21 : RUN apk add --update --no-cache make git 00:49:23 ---> Using cache 00:49:23 ---> d3fb319697d7 00:49:23 Step 6/21 : COPY go.mod . 00:49:23 ---> Using cache 00:49:23 ---> f17b10e4e2bf 00:49:23 Step 7/21 : RUN go mod download 00:49:23 ---> Using cache 00:49:23 ---> 9105c786a3f4 00:49:23 Step 8/21 : COPY . . 00:49:23 ---> Using cache 00:49:23 ---> 16dd5a141d8e 00:49:23 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:49:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:23 ---> 992d378778ec 00:49:23 Step 3/23 : WORKDIR /edgex-go 00:49:23 ---> Using cache 00:49:23 ---> dc2809242522 00:49:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:23 ---> Using cache 00:49:23 ---> 4546a1cb02db 00:49:23 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:49:24 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:24 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:49:24 ---> 992d378778ec 00:49:24 Step 3/30 : WORKDIR /edgex-go 00:49:24 ---> Using cache 00:49:24 ---> dc2809242522 00:49:24 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:24 ---> Using cache 00:49:24 ---> 4546a1cb02db 00:49:24 Step 5/30 : RUN apk add --update --no-cache make git 00:49:24 ---> Using cache 00:49:24 ---> d3fb319697d7 00:49:24 Step 6/30 : COPY go.mod . 00:49:24 ---> Using cache 00:49:24 ---> f17b10e4e2bf 00:49:24 Step 7/30 : RUN go mod download 00:49:24 ---> Using cache 00:49:24 ---> 9105c786a3f4 00:49:24 Step 8/30 : COPY . . 00:49:24 ---> Using cache 00:49:24 ---> 16dd5a141d8e 00:49:24 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:49:24 Running setup.py install for dockerpty: started 00:49:24 ---> Running in 1476d03f99fc 00:49:24 ---> Running in 6196d1a681ef 00:49:24 ---> Running in 166b865d5c1c 00:49:25 Removing intermediate container ab3436a95aa2 00:49:25 ---> 1d3068299832 00:49:25 Step 8/22 : COPY . . 00:49:27 Running setup.py install for dockerpty: finished with status 'done' 00:49:27 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 00:49:27 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 00:49:27 Running setup.py install for PyYAML: started 00:49:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:29 OK: 217 MiB in 51 packages 00:49:30 Running setup.py install for PyYAML: finished with status 'done' 00:49:30 Running setup.py install for docopt: started 00:49:32 Removing intermediate container 166b865d5c1c 00:49:32 ---> 378bc2e820d7 00:49:32 Step 6/23 : COPY go.mod . 00:49:33 Running setup.py install for docopt: finished with status 'done' 00:49:33 Running setup.py install for texttable: started 00:49:34 ---> 93f85fdc09f3 00:49:34 Step 7/23 : RUN go mod download 00:49:34 ---> Running in dd6a335cdf73 00:49:35 Running setup.py install for texttable: finished with status 'done' 00:49:37 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 00:49:41 Removing intermediate container dd6a335cdf73 00:49:41 ---> 6510774c8ddd 00:49:41 Step 8/23 : COPY . . 00:49:45 Removing intermediate container bc742d8eef2d 00:49:45 ---> c6f952fb0383 00:49:45 Step 21/26 : RUN apk --no-cache add curl 00:49:45 ---> Running in 3eea44564e94 00:49:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:48 ---> a127a29883c2 00:49:48 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:49:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:49 ---> Running in 1f11f0dda593 00:49:49 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:49:49 (2/3) Installing libcurl (7.69.1-r3) 00:49:49 (3/3) Installing curl (7.69.1-r3) 00:49:49 Executing busybox-1.31.1-r19.trigger 00:49:49 OK: 71 MiB in 58 packages 00:49:51 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 00:49:52 Removing intermediate container 3eea44564e94 00:49:52 ---> 8ee5111ce079 00:49:52 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:49:53 ---> Running in c9cde4f40fba 00:49:53 Removing intermediate container c9cde4f40fba 00:49:53 ---> 37ffe42ed78d 00:49:53 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:54 ---> Running in 6112e2389630 00:49:55 Removing intermediate container 6112e2389630 00:49:55 ---> 1ffbaa8e2e98 00:49:55 Step 24/26 : LABEL arch=arm64 00:49:55 ---> Running in e63899490b6b 00:49:55 ---> 00f8b2736ac2 00:49:55 Step 9/22 : RUN make cmd/support-notifications/support-notifications ---> 19270caf01a8 00:49:55 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:49:55 00:49:55 ---> d2e23498ed9d 00:49:55 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:49:55 ---> Running in cad175997436 00:49:55 ---> Running in e7a2b34d9e83 00:49:55 ---> Running in ea3e0215bebe 00:49:56 ---> f8b1d51094c0 00:49:56 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:49:56 Removing intermediate container e63899490b6b 00:49:56 ---> 9c037c76b394 00:49:56 Step 25/26 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede 00:49:56 ---> Running in dcb89202c385 00:49:56 ---> Running in 3ee9a781f599 00:49:57 Removing intermediate container 3ee9a781f599 00:49:57 ---> 6637ca835a35 00:49:57 Step 26/26 : LABEL version=0.0.0 00:49:57 ---> Running in 84b31d4c51da 00:49:58 Removing intermediate container 84b31d4c51da 00:49:58 ---> c658624d1abb 00:49:58 00:49:59 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 00:49:59 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 00:49:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:49:59 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 00:49:59 Successfully built c658624d1abb 00:49:59 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:50:06  Building docker-sys-mgmt-agent-go ... done  ---> 8d52dadefdf2 00:50:06 Step 9/23 : RUN make cmd/core-data/core-data 00:50:06 ---> Running in 5407296c5f25 00:50:07 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 00:50:34 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 00:50:41 Removing intermediate container 6196d1a681ef 00:50:41 ---> 2afbd10981f1 00:50:41 00:50:41 Step 10/30 : FROM alpine:3.12 00:50:41 ---> afeebe901d6b 00:50:41 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:50:41 ---> Running in 7275ca4b15ca 00:50:42 Removing intermediate container 7275ca4b15ca 00:50:42 ---> c4001df7378e 00:50:42 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:50:42 ---> Running in 3d37e338c267 00:50:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:46 (1/2) Installing dumb-init (1.2.2-r1) 00:50:46 (2/2) Installing su-exec (0.2-r1) 00:50:46 Executing busybox-1.31.1-r19.trigger 00:50:46 OK: 5 MiB in 16 packages 00:50:47 Removing intermediate container 1476d03f99fc 00:50:47 ---> 21ed33caf7c8 00:50:47 00:50:47 Step 10/21 : FROM alpine:3.12 00:50:47 ---> afeebe901d6b 00:50:47 Step 11/21 : RUN apk add --update --no-cache curl 00:50:47 ---> Running in 51b270c3474c 00:50:48 Removing intermediate container 3d37e338c267 00:50:48 ---> 96840d4688af 00:50:48 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:50:48 ---> Running in 5a6cd1a9b12a 00:50:49 Removing intermediate container 5a6cd1a9b12a 00:50:49 ---> 0a5ba7c75db5 00:50:49 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:50:49 ---> Running in d9669f55805b 00:50:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:50 Removing intermediate container d9669f55805b 00:50:50 ---> 6bf27f5e0ea3 00:50:50 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:50:50 ---> Running in a21296b6b7c6 00:50:50 (1/4) Installing ca-certificates (20191127-r4) 00:50:50 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:50:50 (3/4) Installing libcurl (7.69.1-r3) 00:50:50 (4/4) Installing curl (7.69.1-r3) 00:50:50 Executing busybox-1.31.1-r19.trigger 00:50:50 Executing ca-certificates-20191127-r4.trigger 00:50:51 OK: 7 MiB in 18 packages 00:50:54 Removing intermediate container 51b270c3474c 00:50:54 ---> e0bf06a0f71d 00:50:54 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:54 ---> Running in 90ea9341ba97 00:50:54 Removing intermediate container a21296b6b7c6 00:50:54 ---> adf0c8d234c5 00:50:54 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:50:54 ---> Running in e3d4dca4631a 00:50:55 Removing intermediate container 90ea9341ba97 00:50:55 ---> e9466bcfbc81 00:50:55 Step 13/21 : WORKDIR /edgex 00:50:55 ---> Running in 8a54bc6443f5 00:50:55 Removing intermediate container e3d4dca4631a 00:50:55 ---> ae04b410213f 00:50:55 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:50:56 Removing intermediate container 8a54bc6443f5 00:50:56 ---> e681be8b21bd 00:50:56 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:50:56 Removing intermediate container e7a2b34d9e83 00:50:56 ---> 10755f9e7f06 00:50:56 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:50:56 ---> Running in 4e60a83a4e52 00:50: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 00:50:57 ---> b62ef12f64ea 00:50:57 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:50:57 Removing intermediate container dcb89202c385 00:50:57 ---> 637422df2536 00:50:57 00:50:57 Step 10/22 : FROM alpine:3.12 00:50:57 ---> 389fef711851 00:50:57 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:50:57 ---> 4e6fd31c4d10 00:50:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:50:57 ---> Running in a2d2d2962e2b 00:50:57 Removing intermediate container cad175997436 00:50:57 ---> 2807888005f0 00:50:57 00:50:57 Step 10/22 : FROM alpine:3.12 00:50:57 ---> 389fef711851 00:50:57 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:50:57 ---> Using cache 00:50:57 ---> 322bb1b83fb3 00:50:57 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:57 ---> Using cache 00:50:57 ---> 066bfca82457 00:50:57 Step 13/22 : ENV APP_PORT=48085 00:50:59 ---> Running in 39c9cdf3af1e 00:50:59 ---> Running in 3554f09317a5 00:51:00 ---> 46b3dec5c104 00:51:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:51:00 Removing intermediate container 39c9cdf3af1e 00:51:00 ---> 93bc23250bae 00:51:00 Step 14/22 : EXPOSE $APP_PORT 00:51:00 ---> Running in 1e972a09bd05 00:51:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:01 Removing intermediate container ea3e0215bebe 00:51:01 ---> 611a83498693 00:51:01 00:51:01 Step 10/23 : FROM alpine:3.12 00:51:01 ---> 389fef711851 00:51:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:51:01 ---> Using cache 00:51:01 ---> 322bb1b83fb3 00:51:01 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:51:01 ---> Using cache 00:51:01 ---> 066bfca82457 00:51:01 Step 13/23 : ENV APP_PORT=48081 00:51:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:01 Removing intermediate container 4e60a83a4e52 00:51:01 ---> 83754f321772 00:51:01 00:51:01 Step 11/26 : FROM docker:20.10.0 00:51:01 ---> Running in 901568ddf68f 00:51:01 Removing intermediate container 1e972a09bd05 00:51:01 ---> debb22aa09e6 00:51:01 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:02 (1/2) Installing ca-certificates (20191127-r4) 00:51:02 (2/2) Installing dumb-init (1.2.2-r1) 00:51:02 Executing busybox-1.31.1-r19.trigger 00:51:02 20.10.0: Pulling from library/docker 00:51:02 Executing ca-certificates-20191127-r4.trigger 00:51:02 Removing intermediate container 901568ddf68f 00:51:02 ---> 95aaae84fdf1 00:51:02 Step 14/23 : EXPOSE $APP_PORT 00:51:02 OK: 6 MiB in 16 packages 00:51:02 ---> c6e8ec499c4d 00:51:02 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:51:02 Removing intermediate container a2d2d2962e2b 00:51:02 ---> 2db13d009ac9 00:51:02 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:02 ---> Running in 3f8ccae0845a 00:51:02 ---> Running in 8b5ff8c1a9dc 00:51:02 ---> b134d5d042bf 00:51:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:51:03 Removing intermediate container 8b5ff8c1a9dc 00:51:03 ---> 2a996010f822 00:51:03 Step 15/23 : WORKDIR / 00:51:03 ---> Running in d2728590ffd3 00:51:03 Removing intermediate container 3f8ccae0845a 00:51:03 ---> b7b232af1d16 00:51:03 Step 18/21 : CMD ["--init=true"] 00:51:03 ---> Running in c50bf69fb5dd 00:51:03 ---> b12a878a1f9d 00:51:03 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:51:04 Removing intermediate container c50bf69fb5dd 00:51:04 ---> 3ac4ba4d8553 00:51:04 Step 19/21 : LABEL arch=arm64 00:51:04 ---> Running in b5c1af4ca490 00:51:05 Removing intermediate container 3554f09317a5 00:51:05 ---> 76421c9c1c98 00:51:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:51:05 Removing intermediate container d2728590ffd3 00:51:05 ---> a07e772d2866 00:51:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:05 Removing intermediate container b5c1af4ca490 00:51:05 ---> c79cedd6ddc0 00:51:05 Step 20/21 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede 00:51:05 ---> 438df320928e 00:51:05 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:51:05 ---> Running in dde2b63dc6f1 00:51:05 ---> fdedc0d96b7e 00:51:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:51:06 ---> Running in 2e0b2f00fd67 00:51:06 Removing intermediate container dde2b63dc6f1 00:51:06 ---> 31a960d70d4e 00:51:06 Step 21/21 : LABEL version=0.0.0 00:51:06 ---> aab254fd87bb 00:51:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:51:06 ---> Running in 3eb91b2e8b96 00:51:06 Removing intermediate container 2e0b2f00fd67 00:51:06 ---> 1ae09e0ebf14 00:51:06 Step 13/22 : ENV APP_PORT=48060 00:51:06 ---> Running in 2d85ad834cbb 00:51:06 ---> a49bebf71966 00:51:06 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:51:07 ---> b2817088350e 00:51:07 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:51:07 ---> Running in 6e51fa3d7015 00:51:07 Removing intermediate container 3eb91b2e8b96 00:51:07 ---> e5f48af66a7c 00:51:07 00:51:08 Removing intermediate container 2d85ad834cbb 00:51:08 ---> b2025c308f16 00:51:08 Step 14/22 : EXPOSE $APP_PORT 00:51:08 ---> cb5ade1d9a89 00:51:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:51:08 Successfully built e5f48af66a7c 00:51:08 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:51:08 ---> Running in a8140d2d03c4 00:51:08  Building docker-security-proxy-setup-go ... done  ---> cf376d9cdd2a 00:51:08 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:51:08 ---> Running in 3b4bf91000a3 00:51:08 Removing intermediate container 6e51fa3d7015 00:51:08 ---> 1f32d501de23 00:51:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:09 ---> Running in 11e56280c416 00:51:09 ---> e754c847002a 00:51:09 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:51:09 Removing intermediate container a8140d2d03c4 00:51:09 ---> 9cd1590a2f6a 00:51:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:09 ---> Running in 4c4c5fd146ed 00:51:09 Removing intermediate container 3b4bf91000a3 00:51:09 ---> c50f3d0e9d45 00:51:09 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:51:10 Removing intermediate container 11e56280c416 00:51:10 ---> 7f3c51ffe109 00:51:10 Step 20/22 : LABEL arch=x86_64 00:51:10 ---> 9a8bef3c97ce 00:51:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:51:10 ---> Running in 432f0544a326 00:51:10 Removing intermediate container 4c4c5fd146ed 00:51:10 ---> 05c2bf529559 00:51:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:10 ---> Running in d385e986ac78 00:51:10 ---> 1c0581c0f4f7 00:51:10 Step 25/30 : RUN chmod +x /entrypoint.sh 00:51:10 Removing intermediate container 432f0544a326 00:51:10 ---> e102871ac850 00:51:10 Step 21/22 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede 00:51:11 ---> Running in 0ab26328b345 00:51:12 ---> Running in 3c7bea6be4cf 00:51:12 Removing intermediate container d385e986ac78 00:51:12 ---> 8e9ba12b2f3e 00:51:12 Step 21/23 : LABEL arch=x86_64 00:51:12 ---> aec631f5cfba 00:51:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:51:12 ---> Running in 171ba06e14c4 00:51:13 Removing intermediate container 3c7bea6be4cf 00:51:13 ---> 25649f6a2e7c 00:51:13 Step 22/22 : LABEL version=0.0.0 00:51:13 Removing intermediate container 171ba06e14c4 00:51:13 ---> 327c752c8656 00:51:13 Step 22/23 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede 00:51:13 ---> Running in 66bc74978064 00:51:13 ---> Running in 25bff2120005 00:51:15 Removing intermediate container 0ab26328b345 00:51:15 ---> ae08e87b5fbc 00:51:15 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:51:15 ---> c31026a024a5 00:51:15 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:51:15 ---> Running in 12464d7174b2 00:51:15 Removing intermediate container 66bc74978064 00:51:15 ---> 4192c1a3a776 00:51:15 00:51:15 Removing intermediate container 25bff2120005 00:51:15 ---> c131d50c1c78 00:51:15 Step 23/23 : LABEL version=0.0.0 00:51:15 ---> Running in 4c09a9c3c58c 00:51:15 Removing intermediate container 12464d7174b2 00:51:15 ---> 279f2343dd6c 00:51:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:15 ---> Running in 53b282ec7c24 00:51:15 Removing intermediate container 4c09a9c3c58c 00:51:15 ---> bbee7905aa72 00:51:15 00:51:15 Successfully built 4192c1a3a776 00:51:15 ---> Running in 67f8e9a76fe9 00:51:15 Successfully tagged docker-support-scheduler-go:latest 00:51:16  Building docker-support-scheduler-go ... done Removing intermediate container 53b282ec7c24 00:51:16 ---> 366ba10deb6f 00:51:16 Step 20/22 : LABEL arch=x86_64 00:51:16 Successfully built bbee7905aa72 00:51:16 Successfully tagged docker-core-metadata-go:latest 00:51:16  Building docker-core-metadata-go ... done  ---> Running in 3477d0c67fbe 00:51:16 Removing intermediate container 67f8e9a76fe9 00:51:16 ---> 499490d39940 00:51:16 Step 27/30 : CMD ["gate"] 00:51:16 Removing intermediate container 1f11f0dda593 00:51:16 ---> 184c11050b84 00:51:16 00:51:16 Step 10/22 : FROM alpine:3.12 00:51:16 ---> afeebe901d6b 00:51:16 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:51:16 ---> Running in c92f075578b2 00:51:17 ---> Running in a0a8cc3cb613 00:51:17 Removing intermediate container 3477d0c67fbe 00:51:17 ---> 3c7ce4c110fc 00:51:17 Step 21/22 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede 00:51:17 ---> Running in c67813b40aea 00:51:17 Removing intermediate container a0a8cc3cb613 00:51:17 ---> 05d5bbda0c8e 00:51:17 Step 28/30 : LABEL arch=arm64 00:51:18 ---> Running in 4e985bfad1b7 00:51:18 Removing intermediate container c67813b40aea 00:51:18 ---> 14e46293706f 00:51:18 Step 22/22 : LABEL version=0.0.0 00:51:18 ---> Running in 1244d0572170 00:51:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:18 Removing intermediate container 1244d0572170 00:51:18 ---> 8a52fb207d0e 00:51:18 00:51:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:18 Removing intermediate container 4e985bfad1b7 00:51:18 ---> 33d11f458929 00:51:18 Step 29/30 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede 00:51:18 Successfully built 8a52fb207d0e 00:51:18 ---> Running in cf2514db1ede 00:51:19 Successfully tagged docker-support-notifications-go:latest 00:51:19 (1/2) Installing ca-certificates (20191127-r4) 00:51:19 (2/2) Installing dumb-init (1.2.2-r1) 00:51:19 Executing busybox-1.31.1-r19.trigger 00:51:19 Executing ca-certificates-20191127-r4.trigger 00:51:19  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:51:19 Status: Downloaded newer image for docker:20.10.0 00:51:19 ---> aefe523efa57 00:51:19 Step 12/26 : RUN apk add --no-cache bash 00:51:19 ---> Running in c176d54f0797 00:51:19 OK: 6 MiB in 16 packages 00:51:19 Removing intermediate container cf2514db1ede 00:51:19 ---> 3eeb04984e4e 00:51:19 Step 30/30 : LABEL version=0.0.0 00:51:20 ---> Running in 2e36bfa9df07 00:51:20 Removing intermediate container 2e36bfa9df07 00:51:20 ---> caf80ca76012 00:51:20 00:51:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:21 Successfully built caf80ca76012 00:51:21 (1/2) Installing readline (8.0.4-r0) 00:51:21 (2/2) Installing bash (5.0.17-r0) 00:51:21 Executing bash-5.0.17-r0.post-install 00:51:21 Executing busybox-1.31.1-r19.trigger 00:51:21 OK: 12 MiB in 22 packages 00:51:21 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:51:21  Building docker-security-bootstrapper-go ... done Removing intermediate container c92f075578b2 00:51:21 ---> 919602e05384 00:51:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:51:22 ---> Running in 5167ca256810 00:51:22 Removing intermediate container c176d54f0797 00:51:22 ---> f05377c47571 00:51:22 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:51:22 ---> Running in 37828ef109c2 00:51:22 Removing intermediate container 5167ca256810 00:51:22 ---> d54e15c2727f 00:51:22 Step 13/22 : ENV APP_PORT=48060 00:51:22 Removing intermediate container 37828ef109c2 00:51:22 ---> cb3c23bc9080 00:51:22 Step 14/26 : ENV APP_PORT=48090 00:51:22 ---> Running in cf4af46993e5 00:51:22 ---> Running in 35696e8b6adc 00:51:22 Removing intermediate container cf4af46993e5 00:51:22 ---> 02e3916ab4e9 00:51:22 Step 15/26 : EXPOSE $APP_PORT 00:51:23 ---> Running in 277a9f3a6a96 00:51:23 Removing intermediate container 35696e8b6adc 00:51:23 ---> 1490efbc247a 00:51:23 Step 14/22 : EXPOSE $APP_PORT 00:51:23 ---> Running in 5175114b9224 00:51:24 Removing intermediate container 5175114b9224 00:51:24 ---> 5882a1e93db5 00:51:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:24 ---> 7498a6400a33 00:51:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:51:25 Removing intermediate container 277a9f3a6a96 00:51:25 ---> 9d297b647363 00:51:25 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:51:26 ---> 645fe336dec5 00:51:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:51:26 ---> 8bc5295d7afa 00:51:26 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:51:26 ---> 7ad3ba7cae6c 00:51:26 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:51:27 ---> Running in b08d2886d867 00:51:27 ---> ce1d421b618a 00:51:27 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:51:28 Removing intermediate container b08d2886d867 00:51:28 ---> c201d2e9c0db 00:51:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:28 ---> Running in 15e2ccb9f71c 00:51:28 ---> 226f63abf277 00:51:28 Step 19/26 : RUN apk --no-cache add py3-pip 00:51:28 ---> Running in c8620496241f 00:51:28 Removing intermediate container 15e2ccb9f71c 00:51:28 ---> ae3f11ef8b4a 00:51:28 Step 20/22 : LABEL arch=arm64 00:51:28 Removing intermediate container 5407296c5f25 00:51:28 ---> 78faee861e6f 00:51:28 00:51:28 Step 10/23 : FROM alpine:3.12 00:51:28 ---> afeebe901d6b 00:51:28 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:51:28 ---> Running in 758736b81d46 00:51:29 ---> Running in eb9f7b192f7c 00:51:29 Removing intermediate container 758736b81d46 00:51:29 ---> 756cbf2536bd 00:51:29 Step 21/22 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede 00:51:29 Removing intermediate container eb9f7b192f7c 00:51:29 ---> 67a4c16da01f 00:51:29 Step 12/23 : ENV APP_PORT=48080 00:51:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:29 ---> Running in c1e3fdf03255 00:51:29 ---> Running in cbe12b721662 00:51:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:30 Removing intermediate container c1e3fdf03255 00:51:30 ---> 10e426a2e0f7 00:51:30 Step 22/22 : LABEL version=0.0.0 00:51:30 (1/33) Installing libbz2 (1.0.8-r1) 00:51:30 (2/33) Installing expat (2.2.9-r1) 00:51:30 (3/33) Installing libffi (3.3-r2) 00:51:30 (4/33) Installing gdbm (1.13-r1) 00:51:30 (5/33) Installing xz-libs (5.2.5-r0) 00:51:30 (6/33) Installing sqlite-libs (3.32.1-r0) 00:51:30 (7/33) Installing python3 (3.8.5-r0) 00:51:30 Removing intermediate container cbe12b721662 00:51:30 ---> d52a8f337a13 00:51:30 Step 13/23 : EXPOSE $APP_PORT 00:51:30 ---> Running in 97dd3643d1a7 00:51:30 ---> Running in 31ce35c05456 00:51:30 Removing intermediate container 97dd3643d1a7 00:51:30 ---> 4e3276e5d38d 00:51:30 00:51:31 Removing intermediate container 31ce35c05456 00:51:31 ---> 5919dab8e974 00:51:31 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:31 Successfully built 4e3276e5d38d 00:51:31 Successfully tagged docker-support-notifications-go-arm64:latest 00:51:31  Building docker-support-notifications-go ... done  ---> Running in e57ef0fc683f 00:51:31 (8/33) Installing py3-appdirs (1.4.4-r1) 00:51:31 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:51:31 (10/33) Installing py3-parsing (2.4.7-r0) 00:51:31 (11/33) Installing py3-six (1.15.0-r0) 00:51:31 (12/33) Installing py3-packaging (20.4-r0) 00:51:31 (13/33) Installing py3-setuptools (47.0.0-r0) 00:51:31 (14/33) Installing py3-chardet (3.0.4-r4) 00:51:31 (15/33) Installing py3-idna (2.9-r0) 00:51:31 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:51:31 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:51:31 (18/33) Installing py3-requests (2.23.0-r0) 00:51:31 (19/33) Installing py3-msgpack (1.0.0-r0) 00:51:31 (20/33) Installing py3-lockfile (0.12.2-r3) 00:51:31 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:51:31 (22/33) Installing py3-colorama (0.4.3-r0) 00:51:31 (23/33) Installing py3-distlib (0.3.0-r0) 00:51:31 (24/33) Installing py3-distro (1.5.0-r1) 00:51:32 (25/33) Installing py3-webencodings (0.5.1-r3) 00:51:32 (26/33) Installing py3-html5lib (1.0.1-r4) 00:51:32 (27/33) Installing py3-pytoml (0.1.21-r0) 00:51:32 (28/33) Installing py3-pep517 (0.8.2-r0) 00:51:32 (29/33) Installing py3-progress (1.5-r0) 00:51:32 (30/33) Installing py3-toml (0.10.1-r0) 00:51:32 (31/33) Installing py3-retrying (1.3.3-r0) 00:51:32 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:51:32 (33/33) Installing py3-pip (20.1.1-r0) 00:51:32 Executing busybox-1.31.1-r19.trigger 00:51:32 OK: 71 MiB in 55 packages 00:51:33 Removing intermediate container e57ef0fc683f 00:51:33 ---> 138ab342e79c 00:51:33 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:51:33 ---> Running in fd0e7f9e2b8c 00:51:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:38 (1/6) Installing dumb-init (1.2.2-r1) 00:51:38 (2/6) Installing libgcc (9.3.0-r2) 00:51:38 (3/6) Installing libsodium (1.0.18-r0) 00:51:38 (4/6) Installing libstdc++ (9.3.0-r2) 00:51:39 (5/6) Installing libzmq (4.3.3-r0) 00:51:40 (6/6) Installing zeromq (4.3.3-r0) 00:51:40 Executing busybox-1.31.1-r19.trigger 00:51:40 OK: 8 MiB in 20 packages 00:51:41 Removing intermediate container fd0e7f9e2b8c 00:51:41 ---> 1bf0f728370d 00:51:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:42 ---> 6222d7c78087 00:51:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:51:42 Removing intermediate container c8620496241f 00:51:42 ---> c8c4923ed29f 00:51:42 Step 20/26 : RUN pip install docker-compose==1.23.2 00:51:42 ---> Running in 95be6a001b9e 00:51:43 ---> fe0263bd6525 00:51:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:51:44 ---> 56455fd59aa0 00:51:44 Step 19/23 : ENTRYPOINT ["/core-data"] 00:51:44 ---> Running in 9225c921a2c9 00:51:44 Removing intermediate container 9225c921a2c9 00:51:44 ---> 95ca0a27d433 00:51:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:44 ---> Running in bdbeb68916a5 00:51:45 Collecting docker-compose==1.23.2 00:51:45 Removing intermediate container bdbeb68916a5 00:51:45 ---> ebfdc2361987 00:51:45 Step 21/23 : LABEL arch=arm64 00:51:45 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:51:45 ---> Running in 55e38f7d4833 00:51:45 Collecting cached-property<2,>=1.2.0 00:51:45 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:51:45 Collecting docopt<0.7,>=0.6.1 00:51:45 Downloading docopt-0.6.2.tar.gz (25 kB) 00:51:46 Removing intermediate container 55e38f7d4833 00:51:46 ---> 25a8a51e05d3 00:51:46 Step 22/23 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede 00:51:46 ---> Running in 78306a41d188 00:51:46 Removing intermediate container 78306a41d188 00:51:46 ---> d8d376c9dec5 00:51:46 Step 23/23 : LABEL version=0.0.0 00:51:46 ---> Running in c446340e07e9 00:51:46 Removing intermediate container c446340e07e9 00:51:46 ---> 024c5171d94f 00:51:46 00:51:47 Collecting PyYAML<4,>=3.10 00:51:47 Downloading PyYAML-3.13.tar.gz (270 kB) 00:51:47 Successfully built 024c5171d94f 00:51:47 Successfully tagged docker-core-data-go-arm64:latest 00:51:47  Building docker-core-data-go ... done  [Pipeline] } 00:51:47 $ docker stop --time=1 e75103252c64328aae97de27cbf7443d1aa242208f227030857a1737d0a43362 00:51:48 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:51:48 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:51:48 Collecting docker<4.0,>=3.6.0 00:51:48 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:51:49 Collecting texttable<0.10,>=0.9.0 00:51:49 Downloading texttable-0.9.1.tar.gz (11 kB) 00:51:49 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:51:49 $ docker rm -f e75103252c64328aae97de27cbf7443d1aa242208f227030857a1737d0a43362 00:51:50 Collecting websocket-client<1.0,>=0.32.0 00:51:50 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:51:50 Collecting dockerpty<0.5,>=0.4.1 00:51:50 Downloading dockerpty-0.4.1.tar.gz (13 kB) [Pipeline] // withDockerContainer [Pipeline] sh 00:51:50 + docker images+ 00:51:50 grep docker 00:51:50 docker-core-data-go-arm64 latest 024c5171d94f 4 seconds ago 21MB 00:51:50 docker-support-notifications-go-arm64 latest 4e3276e5d38d 20 seconds ago 16.7MB 00:51:50 docker-security-bootstrapper-go-arm64 latest caf80ca76012 30 seconds ago 17MB 00:51:50 docker-security-proxy-setup-go-arm64 latest e5f48af66a7c 43 seconds ago 23.2MB 00:51:50 docker-sys-mgmt-agent-go-arm64 latest c658624d1abb About a minute ago 300MB 00:51:50 docker-core-metadata-go-arm64 latest 0496aecf387c 3 minutes ago 17.8MB 00:51:50 docker-support-scheduler-go-arm64 latest 97d1711b446f 3 minutes ago 16.1MB 00:51:50 docker-core-command-go-arm64 latest 70b65c0a8ccc 3 minutes ago 16MB 00:51:50 docker-security-secretstore-setup-go-arm64 latest e23971aa858c 3 minutes ago 23.4MB 00:51:50 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } 00:51:51 Collecting jsonschema<3,>=2.5.1 00:51:51 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 00:51:51 Collecting urllib3<1.25,>=1.21.1 00:51:51 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } 00:51:51 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) 00:51:51 Collecting idna<2.8,>=2.5 00:51:51 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:51:51 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) 00:51:51 Collecting docker-pycreds>=0.4.0 00:51:51 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:51:51 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:51:51 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:51:51 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:51:51 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 00:51:51 Installing collected packages: cached-property, docopt, PyYAML, urllib3, idna, requests, websocket-client, docker-pycreds, docker, texttable, dockerpty, jsonschema, docker-compose [Pipeline] // stage [Pipeline] } 00:51:52 Running setup.py install for docopt: started 00:51:53 Running setup.py install for docopt: finished with status 'done' 00:51:53 Running setup.py install for PyYAML: started 00:51:54 Running setup.py install for PyYAML: finished with status 'done' 00:51:55 Attempting uninstall: urllib3 00:51:55 Found existing installation: urllib3 1.25.9 00:51:55 Uninstalling urllib3-1.25.9: 00:51:55 Successfully uninstalled urllib3-1.25.9 00:51:55 Attempting uninstall: idna 00:51:55 Found existing installation: idna 2.9 00:51:55 Uninstalling idna-2.9: 00:51:55 Successfully uninstalled idna-2.9 00:51:55 Attempting uninstall: requests 00:51:55 Found existing installation: requests 2.23.0 00:51:55 Uninstalling requests-2.23.0: 00:51:55 Successfully uninstalled requests-2.23.0 00:51:56 Running setup.py install for texttable: started 00:51:57 Running setup.py install for texttable: finished with status 'done' 00:51:57 Running setup.py install for dockerpty: started 00:51:58 Running setup.py install for dockerpty: finished with status 'done' 00:51:59 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 00:52:03 Removing intermediate container 95be6a001b9e 00:52:03 ---> 321e8e2ce78a 00:52:03 Step 21/26 : RUN apk --no-cache add curl 00:52:03 ---> Running in 1cec395f15c7 00:52:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:52:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:52:06 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:52:06 (2/3) Installing libcurl (7.69.1-r3) 00:52:06 (3/3) Installing curl (7.69.1-r3) 00:52:06 Executing busybox-1.31.1-r19.trigger 00:52:06 OK: 72 MiB in 58 packages 00:52:07 Removing intermediate container 1cec395f15c7 00:52:07 ---> c0ed3f96d2e5 00:52:07 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:52:07 ---> Running in 6f9c2a6390d0 00:52:07 Removing intermediate container 6f9c2a6390d0 00:52:07 ---> 4b7c50834d06 00:52:07 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:07 ---> Running in 94c000af71e6 00:52:08 Removing intermediate container 94c000af71e6 00:52:08 ---> 2e851e6bdccf 00:52:08 Step 24/26 : LABEL arch=x86_64 00:52:08 ---> Running in 48c27d19bf77 00:52:09 Removing intermediate container 48c27d19bf77 00:52:09 ---> c39d9aff0884 00:52:09 Step 25/26 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede 00:52:09 ---> Running in 271b69ab2a64 00:52:09 Removing intermediate container 271b69ab2a64 00:52:09 ---> c2c700a5c3d5 00:52:09 Step 26/26 : LABEL version=0.0.0 00:52:09 ---> Running in 0c3fb99c6345 00:52:09 Removing intermediate container 0c3fb99c6345 00:52:09 ---> e49e4b42e034 00:52:09 00:52:10 Successfully built e49e4b42e034 00:52:10 Successfully tagged docker-sys-mgmt-agent-go:latest 00:52:11  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:52:11 $ docker stop --time=1 c2f35f75cc88da10e73f076a0940960ba864f25f1fc040d2d209f7cbee84afaa 00:52:13 $ docker rm -f c2f35f75cc88da10e73f076a0940960ba864f25f1fc040d2d209f7cbee84afaa [Pipeline] // withDockerContainer [Pipeline] sh 00:52:14 + grep docker 00:52:14 + docker images 00:52:16 docker-sys-mgmt-agent-go latest e49e4b42e034 6 seconds ago 313MB 00:52:16 docker-support-notifications-go latest 8a52fb207d0e 57 seconds ago 17.6MB 00:52:16 docker-core-metadata-go latest bbee7905aa72 About a minute ago 18.8MB 00:52:16 docker-support-scheduler-go latest 4192c1a3a776 About a minute ago 17MB 00:52:16 docker-security-bootstrapper-go latest 782778da3279 4 minutes ago 18MB 00:52:16 docker-security-secretstore-setup-go latest 3215e28aa706 4 minutes ago 24.6MB 00:52:16 docker-core-data-go latest 7debd984c3ae 4 minutes ago 22.3MB 00:52:16 docker-security-proxy-setup-go latest 4747e2d7b227 4 minutes ago 24.4MB 00:52:16 docker-core-command-go latest 122177d56922 4 minutes ago 16.9MB 00:52:16 docker 20.10.0 aefe523efa57 2 months 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 00:52:32 Still waiting to schedule task 00:52:32 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:53:20 Running on prd-ubuntu18.04-docker-8c-8g-26751 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:53:20 Running in /w/workspace/edgex-go/65 [Pipeline] { [Pipeline] checkout 00:53:22 using credential edgex-jenkins-ssh 00:53:22 Cloning the remote Git repository 00:53:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:53:22 > git init /w/workspace/edgex-go/65 # timeout=10 00:53:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:53:22 > git --version # timeout=10 00:53:22 > git --version # 'git version 2.17.1' 00:53:22 using GIT_SSH to set credentials SSH Credentials for GitHub 00:53:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:53:28 Merging remotes/origin/master commit a05352d37eb5b985ae670d360b56d8b81b9d117b into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:53:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:53:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:53:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:53:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:53:28 using GIT_SSH to set credentials SSH Credentials for GitHub 00:53:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:53:28 > git config core.sparsecheckout # timeout=10 00:53:28 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:53:28 > git remote # timeout=10 00:53:28 > git config --get remote.origin.url # timeout=10 00:53:28 using GIT_SSH to set credentials SSH Credentials for GitHub 00:53:28 > git merge a05352d37eb5b985ae670d360b56d8b81b9d117b # timeout=10 00:53:29 Merge succeeded, producing 5f51f553a98d7e49647d92bb5c5dd3fa4d6afea9 00:53:29 Checking out Revision 5f51f553a98d7e49647d92bb5c5dd3fa4d6afea9 (PR-2858) 00:53:29 > git rev-parse HEAD^{commit} # timeout=10 00:53:29 > git config core.sparsecheckout # timeout=10 00:53:29 > git checkout -f 5f51f553a98d7e49647d92bb5c5dd3fa4d6afea9 # timeout=10 00:53:32 Commit message: "Merge commit 'a05352d37eb5b985ae670d360b56d8b81b9d117b' into HEAD" 00:53:32 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:53:32 > git rev-list --no-walk f534e5f9d04b017a9fc5fe287232a3a1cbef38dc # timeout=10 00:53:33 + echo snap-build.sh 00:53:33 snap-build.sh 00:53:33 + SNAP_BASE_DIR=. 00:53:33 + '[' '!' -z /w/workspace/edgex-go/65 ']' 00:53:33 + SNAP_BASE_DIR=/w/workspace/edgex-go/65 00:53:33 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/65]' 00:53:33 [snap-build] Building snap in dir [/w/workspace/edgex-go/65] 00:53:33 + cd /w/workspace/edgex-go/65 00:53:33 + sudo apt-get remove -qy --purge lxd lxd-client 00:53:33 Reading package lists... 00:53:34 Building dependency tree... 00:53:34 Reading state information... 00:53:34 The following packages were automatically installed and are no longer required: 00:53:34 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:53:34 uidmap xdelta3 00:53:34 Use 'sudo apt autoremove' to remove them. 00:53:34 The following packages will be REMOVED: 00:53:34 lxd* lxd-client* 00:53:35 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:53:35 After this operation, 31.7 MB disk space will be freed. 00:53:35 (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.) 00:53:35 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:53:36 Removing lxd dnsmasq configuration 00:53:36 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:53:36 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:53:37 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:53:38 (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.) 00:53:38 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:53:38 Processing triggers for systemd (237-3ubuntu10.42) ... 00:53:39 Processing triggers for ureadahead (0.100.0-21) ... 00:53:40 + sudo snap remove --purge lxd 00:53:40 snap "lxd" is not installed 00:53:40 + sudo groupadd --force --system lxd 00:53:40 ++ whoami 00:53:40 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:53:40 + newgrp - lxd 00:53:40 + sudo snap install lxd 00:53:49 2021-02-18T00:53:47Z INFO Waiting for automatic snapd restart... 00:54:07 lxd 4.11 from Canonical* installed 00:54:07 + sudo lxd init --auto 00:54:13 + sudo snap install --classic snapcraft 00:54:19 snapcraft 4.5.1 from Canonical* installed 00:54:19 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:54:19 + patch --verbose -p1 00:54:19 Hmm... Looks like a unified diff to me... 00:54:19 The text leading up to this was: 00:54:19 -------------------------- 00:54:19 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:54:19 |From: Tony Espy 00:54:19 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:54:19 |Subject: [PATCH] optimize snap build for pipeline CI check 00:54:19 | 00:54:19 |This patch is used by the EdgeX CI pipeline builds to 00:54:19 |optimize the snap CI check run for pull requests. When 00:54:19 |applied, it essentially strips out everything (apps and 00:54:19 |parts) from the snapcraft.yaml file except those required 00:54:19 |to build edgex-go, as the whole idea of the CI check is to 00:54:19 |catch changes to edgex-go that break the snap build. 00:54:19 | 00:54:19 |In general, anyone updating snapcraft.yaml will also need 00:54:19 |to update this patch file, otherwise it may fail to apply, 00:54:19 |resulting in a failed snap build CI check in the associated 00:54:19 |pull request. 00:54:19 | 00:54:19 |Note - in addition to applying this patch, the pipeline also 00:54:19 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:54:19 |need to build the finally binary .snap file (and it won't 00:54:19 |work with the patch applied). This further reduces the build 00:54:19 |time. 00:54:19 |--- 00:54:19 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:54:19 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:54:19 | 00:54:19 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:54:19 |index 1e537489..faf42425 100644 00:54:19 |--- a/snap/snapcraft.yaml 00:54:19 |+++ b/snap/snapcraft.yaml 00:54:19 -------------------------- 00:54:19 patching file snap/snapcraft.yaml 00:54:19 Using Plan A... 00:54:19 Hunk #1 succeeded at 73. 00:54:19 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 00:54:19 Hunk #3 succeeded at 217 (offset 3 lines). 00:54:19 Hunk #4 FAILED at 222. 00:54:19 Hunk #5 succeeded at 303 (offset 4 lines). 00:54:19 Hunk #6 succeeded at 330 (offset 4 lines). 00:54:19 Hunk #7 succeeded at 364 (offset 4 lines). 00:54:19 Hunk #8 FAILED at 411. 00:54:19 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:54:19 Hmm... Ignoring the trailing garbage. 00:54:19 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:54:19 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (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 00:54:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:54:23 ---> package-listing.sh 00:54:23 ++ facter osfamily 00:54:23 ++ tr '[:upper:]' '[:lower:]' 00:54:23 + OS_FAMILY=redhat 00:54:23 + workspace=/w/workspace/edgex-go/65 00:54:23 + START_PACKAGES=/tmp/packages_start.txt 00:54:23 + END_PACKAGES=/tmp/packages_end.txt 00:54:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:54:23 + PACKAGES=/tmp/packages_start.txt 00:54:23 + '[' /w/workspace/edgex-go/65 ']' 00:54:23 + PACKAGES=/tmp/packages_end.txt 00:54:23 + case "${OS_FAMILY}" in 00:54:23 + rpm -qa 00:54:23 + sort 00:54:31 + '[' -f /tmp/packages_start.txt ']' 00:54:31 + '[' -f /tmp/packages_end.txt ']' 00:54:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:54:31 + '[' /w/workspace/edgex-go/65 ']' 00:54:31 + mkdir -p /w/workspace/edgex-go/65/archives/ 00:54:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/65/archives/ [Pipeline] echo 00:54:31 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/65/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:54:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:54:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:34 00:54:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:54:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:34 alpine: Pulling from edgex-lftools-log-publisher 00:54:34 df20fa9351a1: Pulling fs layer 00:54:34 36b3adc4ff6f: Pulling fs layer 00:54:34 8ad3a11d3b57: Pulling fs layer 00:54:34 46f8f816bc3b: Pulling fs layer 00:54:34 93b61091891f: Pulling fs layer 00:54:34 93b9cdb0e59b: Pulling fs layer 00:54:34 5e14af77c1be: Pulling fs layer 00:54:34 01666e4c0597: Pulling fs layer 00:54:34 aa168da1d23b: Pulling fs layer 00:54:34 93b9cdb0e59b: Waiting 00:54:34 5e14af77c1be: Waiting 00:54:34 01666e4c0597: Waiting 00:54:34 aa168da1d23b: Waiting 00:54:34 46f8f816bc3b: Waiting 00:54:34 93b61091891f: Waiting 00:54:34 36b3adc4ff6f: Verifying Checksum 00:54:34 36b3adc4ff6f: Download complete 00:54:34 46f8f816bc3b: Verifying Checksum 00:54:34 46f8f816bc3b: Download complete 00:54:35 93b61091891f: Verifying Checksum 00:54:35 93b61091891f: Download complete 00:54:35 df20fa9351a1: Verifying Checksum 00:54:35 df20fa9351a1: Download complete 00:54:35 5e14af77c1be: Verifying Checksum 00:54:35 5e14af77c1be: Download complete 00:54:35 93b9cdb0e59b: Verifying Checksum 00:54:35 93b9cdb0e59b: Download complete 00:54:35 01666e4c0597: Verifying Checksum 00:54:35 01666e4c0597: Download complete 00:54:35 df20fa9351a1: Pull complete 00:54:36 36b3adc4ff6f: Pull complete 00:54:36 8ad3a11d3b57: Verifying Checksum 00:54:36 8ad3a11d3b57: Download complete 00:54:38 8ad3a11d3b57: Pull complete 00:54:39 46f8f816bc3b: Pull complete 00:54:41 93b61091891f: Pull complete 00:54:41 93b9cdb0e59b: Pull complete 00:54:41 aa168da1d23b: Verifying Checksum 00:54:41 aa168da1d23b: Download complete 00:54:41 5e14af77c1be: Pull complete 00:54:42 01666e4c0597: Pull complete 00:55:01 aa168da1d23b: Pull complete 00:55:01 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:55:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:55:03 prd-centos7-docker-4c-2g-26737 does not seem to be running inside a container 00:55:04 $ 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/65/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/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:55:07 $ docker top ae25ab4bd203ea5833a3f7baf03cc8cacb1e25604ab05c694e635ef7f1bb0c3b -eo pid,comm [Pipeline] { [Pipeline] sh 00:55:09 + touch /tmp/pre-build-complete [Pipeline] sh 00:55:09 + mkdir -p /var/log/sa [Pipeline] sh 00:55:10 + ls /var/log/sa-host 00:55:10 + sadf -c /var/log/sa-host/sa18 00:55:10 file_magic: OK 00:55:10 HZ: Using current value: 100 00:55:10 file_header: OK 00:55:10 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 00:55:10 Statistics: 00:55:10 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:55:10 File successfully converted to sysstat format version 12.2.1 00:55:10 + sadf -c /var/log/sa-host/sa23 00:55:10 file_magic: OK 00:55:10 HZ: Using current value: 100 00:55:10 file_header: OK 00:55:10 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 00:55:10 Statistics: 00:55:10 Hnuu...uuuununununu... 00:55:10 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:55:11 provisioning config files... 00:55:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/65@tmp/config4436110817114755254tmp [Pipeline] { [Pipeline] echo 00:55:11 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:55:12 ---> create-netrc.sh [Pipeline] } 00:55:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:55:12 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:55:13 ---> python-tools-install.sh [Pipeline] echo 00:55:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:55:15 ---> sudo-logs.sh 00:55:15 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:55:15 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:55:15 ---> job-cost.sh 00:55:15 lf-activate-venv: SKIPPING 00:55:15 INFO: No Stack... 00:55:16 INFO: Retrieving Pricing Info for: v1-standard-2 00:55:17 INFO: Archiving Costs [Pipeline] echo 00:55:17 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:55:18 ---> logs-deploy.sh 00:55:18 lf-activate-venv: SKIPPING 00:55:18 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/65 00:55:18 INFO: archiving workspace using pattern(s): 00:55:21 Archives upload complete. 00:55:21 INFO: archiving logs to Nexus 00:55:23 ---> uname -a: 00:55:23 Linux prd-centos7-docker-4c-2g-26737.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:55:23 00:55:23 00:55:23 ---> lscpu: 00:55:23 Architecture: x86_64 00:55:23 CPU op-mode(s): 32-bit, 64-bit 00:55:23 Byte Order: Little Endian 00:55:23 Address sizes: 40 bits physical, 48 bits virtual 00:55:23 CPU(s): 4 00:55:23 On-line CPU(s) list: 0-3 00:55:23 Thread(s) per core: 1 00:55:23 Core(s) per socket: 1 00:55:23 Socket(s): 4 00:55:23 NUMA node(s): 1 00:55:23 Vendor ID: GenuineIntel 00:55:23 CPU family: 6 00:55:23 Model: 44 00:55:23 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:55:23 Stepping: 1 00:55:23 CPU MHz: 2933.438 00:55:23 BogoMIPS: 5866.87 00:55:23 Virtualization: VT-x 00:55:23 Hypervisor vendor: KVM 00:55:23 Virtualization type: full 00:55:23 L1d cache: 128 KiB 00:55:23 L1i cache: 128 KiB 00:55:23 L2 cache: 16 MiB 00:55:23 L3 cache: 64 MiB 00:55:23 NUMA node0 CPU(s): 0-3 00:55:23 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:55:23 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:55:23 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:55:23 Vulnerability Meltdown: Mitigation; PTI 00:55:23 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:55:23 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:55:23 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:55:23 Vulnerability Srbds: Not affected 00:55:23 Vulnerability Tsx async abort: Not affected 00:55:23 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 00:55:23 00:55:23 00:55:23 ---> nproc: 00:55:23 4 00:55:23 00:55:23 00:55:23 ---> df -h: 00:55:23 Filesystem Size Used Available Use% Mounted on 00:55:23 overlay 50.0G 13.0G 37.0G 26% / 00:55:23 tmpfs 64.0M 0 64.0M 0% /dev 00:55:23 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:55:23 shm 64.0M 0 64.0M 0% /dev/shm 00:55:23 /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os 00:55:23 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf 00:55:23 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname 00:55:23 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts 00:55:23 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log 00:55:23 /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json 00:55:23 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host 00:55:23 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure 00:55:23 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/65@tmp 00:55:23 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/65 00:55:23 00:55:23 00:55:23 ---> free -m: 00:55:23 total used free shared buff/cache available 00:55:23 Mem: 1837 721 311 0 804 1031 00:55:23 Swap: 1023 75 948 00:55:23 00:55:23 00:55:23 ---> ip addr: 00:55:23 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:55:23 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:55:23 inet 127.0.0.1/8 scope host lo 00:55:23 valid_lft forever preferred_lft forever 00:55:23 inet6 ::1/128 scope host 00:55:23 valid_lft forever preferred_lft forever 00:55:23 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:55:23 link/ether fa:16:3e:bc:96:7f brd ff:ff:ff:ff:ff:ff 00:55:23 inet 10.30.123.219/23 brd 10.30.123.255 scope global dynamic eth0 00:55:23 valid_lft 84913sec preferred_lft 84913sec 00:55:23 inet6 fe80::f816:3eff:febc:967f/64 scope link 00:55:23 valid_lft forever preferred_lft forever 00:55:23 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:55:23 link/ether 02:42:49:b7:b3:f3 brd ff:ff:ff:ff:ff:ff 00:55:23 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:55:23 valid_lft forever preferred_lft forever 00:55:23 inet6 fe80::42:49ff:feb7:b3f3/64 scope link 00:55:23 valid_lft forever preferred_lft forever 00:55:23 00:55:23 00:55:23 ---> sar -b -r -n DEV: 00:55:23 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/18/21 _x86_64_ (4 CPU) 00:55:23 00:55:23 00:30:18 LINUX RESTART (4 CPU) 00:55:23 00:55:23 00:31:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:55:23 00:32:01 96.77 38.48 58.29 0.00 3433.39 38476.82 0.00 00:55:23 00:33:02 50.06 11.66 38.40 0.00 4565.92 6253.27 0.00 00:55:23 00:34:01 32.47 15.97 16.50 0.00 665.18 9423.88 0.00 00:55:23 00:35:01 87.28 32.77 54.51 0.00 4006.75 23729.78 0.00 00:55:23 00:36:02 189.56 50.44 139.12 0.00 2402.92 22624.07 0.00 00:55:23 00:37:01 121.73 69.19 52.54 0.00 2403.09 6747.69 0.00 00:55:23 00:38:02 77.83 21.09 56.74 0.00 846.65 5681.83 0.00 00:55:23 00:39:01 46.91 7.17 39.74 0.00 348.07 5430.48 0.00 00:55:23 00:40:01 72.52 33.71 38.81 0.00 1401.09 2013.75 0.00 00:55:23 00:41:01 69.57 30.10 39.47 0.00 2038.92 3815.18 0.00 00:55:23 00:42:01 18.42 0.98 17.44 0.00 43.76 5513.66 0.00 00:55:23 00:43:02 178.16 41.48 136.68 0.00 14600.52 81339.94 0.00 00:55:23 00:44:02 841.61 690.43 151.18 0.00 78407.12 80674.04 0.00 00:55:23 00:45:07 1125.61 958.29 167.32 0.00 88765.69 94010.71 0.00 00:55:23 00:46:04 1074.86 959.93 114.93 0.00 54307.01 51738.82 0.00 00:55:23 00:47:01 197.99 103.56 94.43 0.00 9639.72 19911.91 0.00 00:55:23 00:48:02 341.33 103.06 238.28 0.00 29502.16 77817.05 0.00 00:55:23 00:49:04 1026.49 828.45 198.05 0.00 103054.44 107595.48 0.00 00:55:23 00:50:02 1282.94 1145.03 137.91 0.00 59480.21 64747.25 0.00 00:55:23 00:51:01 154.35 40.56 113.79 0.00 5595.95 18568.83 0.00 00:55:23 00:52:02 127.78 7.36 120.42 0.00 394.15 19718.83 0.00 00:55:23 00:53:01 40.50 21.28 19.22 0.00 3039.08 626.71 0.00 00:55:23 00:54:01 1.07 0.52 0.55 0.00 4.93 5.96 0.00 00:55:23 00:55:01 136.48 67.46 69.02 0.00 6634.83 15225.64 0.00 00:55:23 Average: 308.90 220.31 88.60 0.00 20059.73 32097.77 0.00 00:55:23 00:55:23 00:31:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:55:23 00:32:01 69348 0 559592 29.74 2620 1249984 1138844 38.87 442912 1171036 38168 00:55:23 00:33:02 126364 0 622880 33.10 2620 1129680 1485812 50.71 479376 1070316 44 00:55:23 00:34:01 277012 0 603244 32.06 2620 998668 1291064 44.06 542376 855920 42776 00:55:23 00:35:01 69516 0 684556 36.38 2596 1124876 1552916 53.00 713120 876196 106532 00:55:23 00:36:02 73908 0 743984 39.54 1632 1062020 1506240 51.41 629572 900644 77608 00:55:23 00:37:01 112064 0 810096 43.05 1572 957812 1709512 58.34 647632 846296 73668 00:55:23 00:38:02 222484 0 744652 39.58 972 913436 1535088 52.39 615556 762588 93704 00:55:23 00:39:01 84664 0 862040 45.82 836 934004 1752784 59.82 754216 755208 46920 00:55:23 00:40:01 265220 0 765240 40.67 780 850304 1641788 56.03 600272 728288 86428 00:55:23 00:41:01 266584 0 768120 40.82 688 846152 1812304 61.85 626104 695876 43300 00:55:23 00:42:01 399804 0 713660 37.93 688 767392 1118560 38.17 521500 673736 20 00:55:23 00:43:02 73692 0 708324 37.65 192 1099336 1326892 45.28 727196 838436 36276 00:55:23 00:44:02 398588 0 714816 37.99 80 768060 2090320 71.34 476012 796668 16 00:55:23 00:45:07 67248 0 842588 44.78 80 971628 2339344 79.84 736856 846024 3276 00:55:23 00:46:04 382548 0 997052 52.99 80 501864 3830876 130.74 606356 623156 70904 00:55:23 00:47:01 333376 0 852604 45.31 80 695484 2570640 87.73 632620 660492 9444 00:55:23 00:48:02 69924 0 817204 43.43 80 994336 2220412 75.78 753948 829176 47068 00:55:23 00:49:04 76480 0 779484 41.43 80 1025500 2237148 76.35 661556 927276 15500 00:55:23 00:50:02 504324 0 743236 39.50 80 633904 2224768 75.93 520692 599904 48 00:55:23 00:51:01 434416 0 688080 36.57 80 758968 1516064 51.74 514036 688544 116 00:55:23 00:52:02 115908 0 719928 38.26 80 1045628 1598052 54.54 616848 885200 6436 00:55:23 00:53:01 108332 0 647664 34.42 80 1125468 1253080 42.77 581088 931516 8 00:55:23 00:54:01 113704 0 642292 34.14 80 1125468 1208396 41.24 577204 931172 8 00:55:23 00:55:01 337520 0 675476 35.90 0 868548 1239260 42.29 496628 757296 91392 00:55:23 Average: 207626 0 737784 39.21 779 935355 1758340 60.01 603070 818790 37069 00:55:23 00:55:23 00:31:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:55:23 00:32:01 eth0 385.98 328.53 1920.75 59.67 0.00 0.00 0.00 0.00 00:55:23 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:33:02 eth0 311.00 268.74 1763.52 37.70 0.00 0.00 0.00 0.00 00:55:23 00:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:33:02 veth66bd751 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 00:55:23 00:33:02 docker0 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 00:55:23 00:34:01 eth0 638.83 543.98 2720.63 95.11 0.00 0.00 0.00 0.00 00:55:23 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:34:01 veth66bd751 529.83 618.31 62.55 2711.54 0.00 0.00 0.00 0.00 00:55:23 00:34:01 docker0 529.83 618.27 55.30 2711.54 0.00 0.00 0.00 0.00 00:55:23 00:35:01 eth0 322.35 276.48 2824.80 29.17 0.00 0.00 0.00 0.00 00:55:23 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:35:01 docker0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:36:02 eth0 190.31 111.37 842.65 16.77 0.00 0.00 0.00 0.00 00:55:23 00:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:36:02 docker0 96.68 169.08 7.10 827.32 0.00 0.00 0.00 0.00 00:55:23 00:37:01 eth0 31.05 32.24 25.76 66.22 0.00 0.00 0.00 0.00 00:55:23 00:37:01 vethefc0cd4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:55:23 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:38:02 eth0 11.66 8.73 8.98 4.88 0.00 0.00 0.00 0.00 00:55:23 00:38:02 vethefc0cd4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:39:01 eth0 25.44 19.61 18.61 10.38 0.00 0.00 0.00 0.00 00:55:23 00:39:01 vethefc0cd4 1.67 1.67 0.13 0.13 0.00 0.00 0.00 0.00 00:55:23 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:39:01 docker0 1.67 1.67 0.11 0.13 0.00 0.00 0.00 0.00 00:55:23 00:40:01 eth0 13.15 9.91 10.12 5.55 0.00 0.00 0.00 0.00 00:55:23 00:40:01 vethefc0cd4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:41:01 eth0 31.71 30.83 17.46 75.17 0.00 0.00 0.00 0.00 00:55:23 00:41:01 vethefc0cd4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:42:01 eth0 25.78 18.86 20.77 10.63 0.00 0.00 0.00 0.00 00:55:23 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:43:02 veth761841f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:55:23 00:43:02 eth0 189.34 159.53 1650.76 65.22 0.00 0.00 0.00 0.00 00:55:23 00:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:44:02 veth761841f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:44:02 vethe4d266d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:44:02 veth6da0e09 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:44:02 vetha9b6c05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:45:07 veth761841f 0.00 0.31 0.00 0.01 0.00 0.00 0.00 0.00 00:55:23 00:45:07 eth0 2071.65 1707.76 11129.16 451.85 0.00 0.00 0.00 0.00 00:55:23 00:45:07 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 00:55:23 00:45:07 docker0 583.17 744.20 57.51 3367.76 0.00 0.00 0.00 0.00 00:55:23 00:46:04 vethe83181e 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:55:23 00:46:04 vethf5398de 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:55:23 00:46:04 veth761841f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:46:04 eth0 4.95 3.91 3.74 2.06 0.00 0.00 0.00 0.00 00:55:23 00:47:01 veth761841f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:47:01 eth0 12.73 10.62 54.58 3.77 0.00 0.00 0.00 0.00 00:55:23 00:47:01 veth4e5eb2d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:47:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:55:23 00:48:02 veth761841f 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 00:55:23 00:48:02 eth0 93.15 61.82 216.05 75.85 0.00 0.00 0.00 0.00 00:55:23 00:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:48:02 docker0 636.28 829.50 62.04 3760.95 0.00 0.00 0.00 0.00 00:55:23 00:49:04 veth761841f 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 00:55:23 00:49:04 eth0 47.58 31.98 130.15 62.80 0.00 0.00 0.00 0.00 00:55:23 00:49:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:49:04 docker0 8.19 19.07 0.43 113.66 0.00 0.00 0.00 0.00 00:55:23 00:50:02 veth3494110 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:55:23 00:50:02 veth761841f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:50:02 veth35189e7 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:55:23 00:50:02 vethe132471 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:55:23 00:51:01 veth761841f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:51:01 eth0 2462.92 2003.48 12692.49 653.07 0.00 0.00 0.00 0.00 00:55:23 00:51:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:55:23 00:51:01 veth5074a0a 2.87 6.64 0.20 32.87 0.00 0.00 0.00 0.00 00:55:23 00:52:02 veth761841f 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 00:55:23 00:52:02 eth0 222.95 152.51 1613.73 78.42 0.00 0.00 0.00 0.00 00:55:23 00:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:52:02 docker0 681.12 931.54 65.19 4336.14 0.00 0.00 0.00 0.00 00:55:23 00:53:01 eth0 23.18 15.89 47.31 5.45 0.00 0.00 0.00 0.00 00:55:23 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:53:01 docker0 6.60 10.61 0.37 36.71 0.00 0.00 0.00 0.00 00:55:23 00:54:01 eth0 0.65 0.47 0.28 0.21 0.00 0.00 0.00 0.00 00:55:23 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:55:01 eth0 207.38 175.57 2164.59 20.49 0.00 0.00 0.00 0.00 00:55:23 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 Average: eth0 119.47 96.21 680.26 31.17 0.00 0.00 0.00 0.00 00:55:23 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 Average: docker0 28.75 39.39 2.74 182.84 0.00 0.00 0.00 0.00 00:55:23 00:55:23 00:55:23 ---> sar -P ALL: 00:55:23 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/18/21 _x86_64_ (4 CPU) 00:55:23 00:55:23 00:30:18 LINUX RESTART (4 CPU) 00:55:23 00:55:23 00:31:02 CPU %user %nice %system %iowait %steal %idle 00:55:23 00:32:01 all 11.04 0.00 5.89 4.28 32.78 46.01 00:55:23 00:32:01 0 8.80 0.00 4.12 4.63 37.56 44.89 00:55:23 00:32:01 1 10.86 0.00 8.33 2.41 30.35 48.05 00:55:23 00:32:01 2 12.67 0.00 5.97 5.50 32.21 43.65 00:55:23 00:32:01 3 11.95 0.00 5.27 4.54 30.73 47.51 00:55:23 00:33:02 all 4.19 0.00 3.61 0.87 21.43 69.90 00:55:23 00:33:02 0 3.21 0.00 3.87 0.83 24.91 67.18 00:55:23 00:33:02 1 4.46 0.00 3.40 0.61 20.40 71.14 00:55:23 00:33:02 2 3.76 0.00 3.41 1.02 19.35 72.46 00:55:23 00:33:02 3 5.37 0.00 3.77 1.01 20.94 68.91 00:55:23 00:34:01 all 6.82 0.00 2.44 0.46 26.35 63.92 00:55:23 00:34:01 0 5.81 0.00 2.25 0.10 31.93 59.90 00:55:23 00:34:01 1 5.71 0.00 2.28 0.40 24.42 67.20 00:55:23 00:34:01 2 10.51 0.00 2.75 1.29 24.79 60.66 00:55:23 00:34:01 3 5.42 0.00 2.50 0.09 24.20 67.79 00:55:23 00:35:01 all 2.88 0.00 2.97 0.80 31.95 61.40 00:55:23 00:35:01 0 2.79 0.00 2.75 0.28 36.02 58.16 00:55:23 00:35:01 1 2.70 0.00 2.86 0.57 29.90 63.98 00:55:23 00:35:01 2 2.83 0.00 3.22 1.49 32.04 60.42 00:55:23 00:35:01 3 3.19 0.00 3.06 0.90 29.79 63.06 00:55:23 00:36:02 all 4.18 0.00 4.71 3.50 26.97 60.64 00:55:23 00:36:02 0 4.14 0.00 4.64 3.97 30.60 56.64 00:55:23 00:36:02 1 3.64 0.00 4.69 3.61 26.10 61.97 00:55:23 00:36:02 2 4.67 0.00 4.99 2.69 25.43 62.22 00:55:23 00:36:02 3 4.28 0.00 4.51 3.71 25.68 61.82 00:55:23 00:37:01 all 12.87 0.00 6.42 4.64 26.99 49.07 00:55:23 00:37:01 0 13.39 0.00 6.72 3.84 27.44 48.61 00:55:23 00:37:01 1 10.88 0.00 6.25 5.19 26.90 50.78 00:55:23 00:37:01 2 12.16 0.00 5.07 4.55 26.78 51.45 00:55:23 00:37:01 3 15.22 0.00 7.73 5.00 26.84 45.21 00:55:23 00:38:02 all 27.84 0.00 9.83 2.22 40.88 19.23 00:55:23 00:38:02 0 27.52 0.00 9.62 2.05 42.59 18.21 00:55:23 00:38:02 1 29.37 0.00 9.10 2.47 40.97 18.09 00:55:23 00:38:02 2 24.90 0.00 9.77 3.02 40.75 21.56 00:55:23 00:38:02 3 29.71 0.00 10.86 1.29 39.17 18.98 00:55:23 00:39:01 all 25.24 0.00 9.76 1.49 36.32 27.19 00:55:23 00:39:01 0 27.83 0.00 9.74 1.94 35.51 24.98 00:55:23 00:39:01 1 24.57 0.00 9.78 0.90 37.95 26.79 00:55:23 00:39:01 2 23.53 0.00 10.18 1.71 36.09 28.49 00:55:23 00:39:01 3 25.14 0.00 9.31 1.44 35.67 28.43 00:55:23 00:40:01 all 23.68 0.00 10.43 2.38 44.55 18.96 00:55:23 00:40:01 0 25.71 0.00 11.01 1.84 46.00 15.44 00:55:23 00:40:01 1 25.11 0.00 10.20 2.76 42.07 19.86 00:55:23 00:40:01 2 22.35 0.00 10.73 2.73 45.15 19.03 00:55:23 00:40:01 3 21.60 0.00 9.78 2.15 45.05 21.42 00:55:23 00:41:01 all 14.65 0.00 9.38 4.03 40.19 31.75 00:55:23 00:41:01 0 13.02 0.00 8.65 3.84 41.49 32.99 00:55:23 00:41:01 1 14.13 0.00 9.65 5.24 39.88 31.10 00:55:23 00:41:01 2 15.30 0.00 9.72 3.58 39.16 32.25 00:55:23 00:41:01 3 16.17 0.00 9.50 3.46 40.20 30.66 00:55:23 00:42:01 all 11.15 0.00 9.81 0.66 30.39 47.99 00:55:23 00:42:01 0 9.78 0.00 9.53 0.70 31.57 48.42 00:55:23 00:42:01 1 11.24 0.00 9.56 1.12 30.82 47.27 00:55:23 00:42:01 2 10.95 0.00 8.67 0.13 28.61 51.65 00:55:23 00:42:01 3 12.70 0.00 11.53 0.67 30.51 44.58 00:55:23 00:55:23 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:55:23 00:43:02 all 5.12 0.00 7.56 5.79 34.37 47.16 00:55:23 00:43:02 0 3.92 0.00 6.54 6.32 35.16 48.06 00:55:23 00:43:02 1 4.75 0.00 8.88 5.63 34.30 46.44 00:55:23 00:43:02 2 5.74 0.00 7.22 5.60 34.35 47.10 00:55:23 00:43:02 3 6.10 0.00 7.64 5.59 33.66 47.00 00:55:23 00:44:02 all 10.20 0.00 9.79 14.29 36.88 28.84 00:55:23 00:44:02 0 9.98 0.00 9.20 14.31 37.18 29.33 00:55:23 00:44:02 1 10.27 0.00 11.41 14.99 37.27 26.05 00:55:23 00:44:02 2 9.64 0.00 9.10 16.20 37.03 28.03 00:55:23 00:44:02 3 10.91 0.00 9.47 11.62 36.04 31.97 00:55:23 00:45:07 all 6.19 0.00 9.88 30.36 30.57 23.00 00:55:23 00:45:07 0 6.51 0.00 10.07 29.61 30.84 22.97 00:55:23 00:45:07 1 6.11 0.00 9.98 31.11 30.85 21.95 00:55:23 00:45:07 2 6.07 0.00 9.70 31.66 29.90 22.68 00:55:23 00:45:07 3 6.07 0.00 9.74 29.09 30.69 24.41 00:55:23 00:46:04 all 20.41 0.00 10.88 21.86 28.59 18.26 00:55:23 00:46:04 0 19.67 0.00 9.83 23.04 28.25 19.20 00:55:23 00:46:04 1 19.99 0.00 10.33 22.84 30.92 15.92 00:55:23 00:46:04 2 19.69 0.00 10.03 22.99 29.01 18.27 00:55:23 00:46:04 3 22.30 0.00 13.32 18.53 26.15 19.70 00:55:23 00:47:01 all 44.41 0.00 11.83 6.33 33.77 3.65 00:55:23 00:47:01 0 42.29 0.00 11.35 7.60 35.46 3.30 00:55:23 00:47:01 1 43.43 0.00 12.17 5.26 34.07 5.06 00:55:23 00:47:01 2 45.90 0.00 11.26 6.39 32.92 3.54 00:55:23 00:47:01 3 46.04 0.00 12.55 6.09 32.64 2.67 00:55:23 00:48:02 all 7.89 0.00 13.29 14.00 35.17 29.65 00:55:23 00:48:02 0 8.00 0.00 12.72 13.35 35.22 30.70 00:55:23 00:48:02 1 6.91 0.00 10.92 13.78 34.90 33.49 00:55:23 00:48:02 2 8.09 0.00 14.05 15.19 35.85 26.82 00:55:23 00:48:02 3 8.62 0.00 15.66 13.71 34.70 27.31 00:55:23 00:49:04 all 8.70 0.00 11.20 13.74 34.17 32.19 00:55:23 00:49:04 0 8.53 0.00 10.87 13.44 35.93 31.24 00:55:23 00:49:04 1 8.60 0.00 11.13 14.13 33.73 32.41 00:55:23 00:49:04 2 8.67 0.00 11.63 14.34 33.56 31.81 00:55:23 00:49:04 3 9.02 0.00 11.16 13.07 33.44 33.30 00:55:23 00:50:02 all 8.38 0.00 8.10 29.77 28.11 25.64 00:55:23 00:50:02 0 8.02 0.00 7.59 27.89 28.78 27.72 00:55:23 00:50:02 1 7.75 0.00 8.46 32.58 27.03 24.18 00:55:23 00:50:02 2 9.30 0.00 8.15 29.28 28.37 24.89 00:55:23 00:50:02 3 8.46 0.00 8.22 29.34 28.25 25.73 00:55:23 00:51:01 all 49.73 0.00 12.95 6.09 22.44 8.79 00:55:23 00:51:01 0 49.36 0.00 11.66 5.30 23.77 9.91 00:55:23 00:51:01 1 49.25 0.00 12.60 6.45 22.71 9.00 00:55:23 00:51:01 2 49.93 0.00 14.16 7.35 21.21 7.34 00:55:23 00:51:01 3 50.37 0.00 13.37 5.26 22.07 8.93 00:55:23 00:52:02 all 7.45 0.00 6.58 3.06 24.19 58.72 00:55:23 00:52:02 0 13.81 0.00 8.30 3.50 24.06 50.33 00:55:23 00:52:02 1 3.98 0.00 6.48 2.96 24.41 62.18 00:55:23 00:52:02 2 7.50 0.00 6.54 2.11 24.67 59.17 00:55:23 00:52:02 3 4.78 0.00 5.06 3.67 23.63 62.87 00:55:23 00:53:01 all 0.65 0.00 2.10 1.58 6.11 89.55 00:55:23 00:53:01 0 0.52 0.00 1.71 1.78 7.09 88.91 00:55:23 00:53:01 1 0.63 0.00 2.20 1.45 5.10 90.63 00:55:23 00:53:01 2 0.53 0.00 0.99 0.83 7.25 90.39 00:55:23 00:53:01 3 0.94 0.00 3.57 2.30 4.93 88.26 00:55:23 00:55:23 00:53:01 CPU %user %nice %system %iowait %steal %idle 00:55:23 00:54:01 all 0.07 0.00 0.09 0.04 2.45 97.36 00:55:23 00:54:01 0 0.02 0.00 0.08 0.00 3.31 96.60 00:55:23 00:54:01 1 0.03 0.00 0.11 0.05 2.76 97.04 00:55:23 00:54:01 2 0.20 0.00 0.13 0.05 2.13 97.50 00:55:23 00:54:01 3 0.02 0.00 0.03 0.05 1.60 98.30 00:55:23 00:55:01 all 3.87 0.00 4.39 2.58 20.26 68.89 00:55:23 00:55:01 0 2.33 0.00 3.32 0.25 21.46 72.65 00:55:23 00:55:01 1 4.88 0.00 5.25 2.80 21.44 65.63 00:55:23 00:55:01 2 3.43 0.00 4.07 0.91 18.71 72.88 00:55:23 00:55:01 3 4.87 0.00 4.98 6.48 19.41 64.27 00:55:23 Average: all 12.40 0.00 7.56 7.34 29.04 43.65 00:55:23 Average: 0 12.20 0.00 7.22 7.14 30.57 42.87 00:55:23 Average: 1 12.07 0.00 7.66 7.53 28.75 43.99 00:55:23 Average: 2 12.48 0.00 7.47 7.57 28.61 43.86 00:55:23 Average: 3 12.87 0.00 7.90 7.12 28.22 43.90 00:55:23 00:55:23 00:55:23