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 61638ca62d33426a2ce3f2b4b107772a009d1874 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 61638ca62d33426a2ce3f2b4b107772a009d1874 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-27047 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/67 [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/67 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 61638ca62d33426a2ce3f2b4b107772a009d1874 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing 74d60f4302fa115f15827d58e8c043331c1a2f45 Checking out Revision 74d60f4302fa115f15827d58e8c043331c1a2f45 (PR-2858) > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 61638ca62d33426a2ce3f2b4b107772a009d1874 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 74d60f4302fa115f15827d58e8c043331c1a2f45 # timeout=10 Commit message: "Merge commit '61638ca62d33426a2ce3f2b4b107772a009d1874' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 947f2c12fb082df941e406355c82021bd87e8973 # timeout=10 00:31:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:30 ========================================================= 00:31:30 EdgeX Global Pipelines Version Info 00:31:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:32 ------------------- 00:31:32 stable info: 00:31:32 ------------------- 00:31:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:32 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:32 Message: update stable to v1.0.179 00:31:33 ------------------- 00:31:33 experimental info: 00:31:33 ------------------- 00:31:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:33 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:33 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:34 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:34 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:34 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:35 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:35 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:31:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:31:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:31:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:31:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 74d60f4302fa115f15827d58e8c043331c1a2f45 [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 74d60f4 [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:36 provisioning config files... 00:31:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/67@tmp/config4655473987224006216tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:36 ---> docker-login.sh 00:31:36 nexus3.edgexfoundry.org:10001 00:31:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:36 Configure a credential helper to remove this warning. See 00:31:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:36 00:31:36 Login Succeeded 00:31:36 nexus3.edgexfoundry.org:10002 00:31:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:37 Configure a credential helper to remove this warning. See 00:31:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:37 00:31:37 Login Succeeded 00:31:37 nexus3.edgexfoundry.org:10003 00:31:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:37 Configure a credential helper to remove this warning. See 00:31:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:37 00:31:37 Login Succeeded 00:31:37 nexus3.edgexfoundry.org:10004 00:31:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:37 Configure a credential helper to remove this warning. See 00:31:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:37 00:31:37 Login Succeeded 00:31:37 docker.io 00:31:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:37 Configure a credential helper to remove this warning. See 00:31:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:37 00:31:37 Login Succeeded 00:31:37 ---> docker-login.sh ends [Pipeline] } 00:31:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:38 ++ 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:31:38 + for file in '`ls cmd/**/Dockerfile`' 00:31:38 ++ dirname cmd/core-command/Dockerfile 00:31:38 ++ cut -d/ -f2 00:31:38 + echo core-command,cmd/core-command/Dockerfile 00:31:38 + for file in '`ls cmd/**/Dockerfile`' 00:31:38 ++ dirname cmd/core-data/Dockerfile 00:31:38 ++ cut -d/ -f2 00:31:38 + echo core-data,cmd/core-data/Dockerfile 00:31:38 + for file in '`ls cmd/**/Dockerfile`' 00:31:38 ++ dirname cmd/core-metadata/Dockerfile 00:31:38 ++ cut -d/ -f2 00:31:38 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:38 + for file in '`ls cmd/**/Dockerfile`' 00:31:38 ++ dirname cmd/security-bootstrapper/Dockerfile 00:31:38 ++ cut -d/ -f2 00:31:38 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:31:38 + for file in '`ls cmd/**/Dockerfile`' 00:31:38 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:38 ++ cut -d/ -f2 00:31:38 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:38 + for file in '`ls cmd/**/Dockerfile`' 00:31:38 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:38 ++ cut -d/ -f2 00:31:38 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:38 + for file in '`ls cmd/**/Dockerfile`' 00:31:38 ++ dirname cmd/support-notifications/Dockerfile 00:31:38 ++ cut -d/ -f2 00:31:38 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:38 + for file in '`ls cmd/**/Dockerfile`' 00:31:38 ++ dirname cmd/support-scheduler/Dockerfile 00:31:38 ++ cut -d/ -f2 00:31:38 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:38 + for file in '`ls cmd/**/Dockerfile`' 00:31:38 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:38 ++ cut -d/ -f2 00:31:38 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:38 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:31:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:40 00:31:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:40 latest: Pulling from edgex-devops/git-semver 00:31:40 31603596830f: Pulling fs layer 00:31:40 2a8b12db71e7: Pulling fs layer 00:31:40 6ca5941a6612: Pulling fs layer 00:31:40 ecc8261a40a4: Pulling fs layer 00:31:40 ecc8261a40a4: Waiting 00:31:40 2a8b12db71e7: Verifying Checksum 00:31:40 2a8b12db71e7: Download complete 00:31:40 31603596830f: Download complete 00:31:40 ecc8261a40a4: Verifying Checksum 00:31:40 ecc8261a40a4: Download complete 00:31:40 6ca5941a6612: Verifying Checksum 00:31:40 6ca5941a6612: Download complete 00:31:41 31603596830f: Pull complete 00:31:41 2a8b12db71e7: Pull complete 00:31:42 6ca5941a6612: Pull complete 00:31:42 ecc8261a40a4: Pull complete 00:31:42 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:42 prd-centos7-docker-4c-2g-27047 does not seem to be running inside a container 00:31:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/67 -v /w/workspace/edgex-go/67:/w/workspace/edgex-go/67:rw,z -v /w/workspace/edgex-go/67@tmp:/w/workspace/edgex-go/67@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:31:44 $ docker top 5e996c227eeef082b681832190d2641258529064f55d44eec93bd96f435af7aa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:45 [ssh-agent] Looking for ssh-agent implementation... 00:31:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:45 $ docker exec 5e996c227eeef082b681832190d2641258529064f55d44eec93bd96f435af7aa ssh-agent 00:31:45 SSH_AUTH_SOCK=/tmp/ssh-Uq6IUv4BF4mb/agent.12 00:31:45 SSH_AGENT_PID=17 00:31:45 Running ssh-add (command line suppressed) 00:31:45 Identity added: /w/workspace/edgex-go/67@tmp/private_key_2680169937081748571.key (/w/workspace/edgex-go/67@tmp/private_key_2680169937081748571.key) 00:31:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:46 + git tag --points-at HEAD [Pipeline] } 00:31:46 $ docker exec --env ******** --env ******** 5e996c227eeef082b681832190d2641258529064f55d44eec93bd96f435af7aa ssh-agent -k 00:31:46 unset SSH_AUTH_SOCK; 00:31:46 unset SSH_AGENT_PID; 00:31:46 echo Agent pid 17 killed; 00:31:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:46 [ssh-agent] Looking for ssh-agent implementation... 00:31:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:46 $ docker exec 5e996c227eeef082b681832190d2641258529064f55d44eec93bd96f435af7aa ssh-agent 00:31:46 SSH_AUTH_SOCK=/tmp/ssh-7C1fk5Op2hNl/agent.45 00:31:46 SSH_AGENT_PID=51 00:31:46 Running ssh-add (command line suppressed) 00:31:47 Identity added: /w/workspace/edgex-go/67@tmp/private_key_7870216035710984948.key (/w/workspace/edgex-go/67@tmp/private_key_7870216035710984948.key) 00:31:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:47 + git semver init 00:31:47 # -> Open(): unable to determine branch for HEAD 00:31:47 # $GIT_DIR = /w/workspace/edgex-go/67/.git 00:31:47 # $GIT_WORK_TREE = /w/workspace/edgex-go/67 00:31:47 # $SEMVER_REMOTE_NAME = origin 00:31:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:47 # $SEMVER_USER_NAME = edgex-jenkins 00:31:47 # $SEMVER_BRANCH = PR-2858 00:31:47 # $SEMVER_TEMP = /tmp/semver-440845888 00:31:47 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:05 # '/tmp/semver-440845888' -> '/w/workspace/edgex-go/67/.semver' 00:32:05 # -> Force: false 00:32:05 # $SEMVER_DIR = /w/workspace/edgex-go/67/.semver [Pipeline] } 00:32:05 $ docker exec --env ******** --env ******** 5e996c227eeef082b681832190d2641258529064f55d44eec93bd96f435af7aa ssh-agent -k 00:32:05 unset SSH_AUTH_SOCK; 00:32:05 unset SSH_AGENT_PID; 00:32:05 echo Agent pid 51 killed; 00:32:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:06 + git semver [Pipeline] } 00:32:06 $ docker stop --time=1 5e996c227eeef082b681832190d2641258529064f55d44eec93bd96f435af7aa 00:32:08 $ docker rm -f 5e996c227eeef082b681832190d2641258529064f55d44eec93bd96f435af7aa [Pipeline] // withDockerContainer [Pipeline] sh 00:32:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:09 Stashed 1 file(s) [Pipeline] echo 00:32:09 [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:32:09 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:10 + sudo service docker restart 00:32:10 + true 00:32:10 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:11 ========================================================= 00:32:11 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:11 + 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:32:15 Sending build context to Docker daemon 328MB 00:32:15 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:32:15 Step 2/6 : FROM ${BASE} 00:32:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:15 188c0c94c7c5: Pulling fs layer 00:32:15 0ef7d3d256c8: Pulling fs layer 00:32:15 de9db76c5a1d: Pulling fs layer 00:32:15 bca2f99d35d6: Pulling fs layer 00:32:15 93359f2a8cfa: Pulling fs layer 00:32:15 7c6f9722023f: Pulling fs layer 00:32:15 a35cf1a2eb13: Pulling fs layer 00:32:15 93359f2a8cfa: Waiting 00:32:15 bca2f99d35d6: Waiting 00:32:15 7c6f9722023f: Waiting 00:32:15 a35cf1a2eb13: Waiting 00:32:15 de9db76c5a1d: Verifying Checksum 00:32:15 de9db76c5a1d: Download complete 00:32:15 0ef7d3d256c8: Download complete 00:32:15 93359f2a8cfa: Verifying Checksum 00:32:15 93359f2a8cfa: Download complete 00:32:15 7c6f9722023f: Download complete 00:32:15 188c0c94c7c5: Verifying Checksum 00:32:15 188c0c94c7c5: Download complete 00:32:16 188c0c94c7c5: Pull complete 00:32:16 0ef7d3d256c8: Pull complete 00:32:16 de9db76c5a1d: Pull complete 00:32:17 a35cf1a2eb13: Verifying Checksum 00:32:17 a35cf1a2eb13: Download complete 00:32:18 bca2f99d35d6: Verifying Checksum 00:32:18 bca2f99d35d6: Download complete 00:32:23 bca2f99d35d6: Pull complete 00:32:23 93359f2a8cfa: Pull complete 00:32:23 7c6f9722023f: Pull complete 00:32:24 Still waiting to schedule task 00:32:24 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:28 a35cf1a2eb13: Pull complete 00:32:28 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:28 ---> a62c8e92a672 00:32:28 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:32:28 ---> Running in b7b79b002376 00:32:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:30 (1/12) Installing libmagic (5.38-r0) 00:32:30 (2/12) Installing file (5.38-r0) 00:32:30 (3/12) Installing libc-dev (0.7.2-r3) 00:32:30 (4/12) Installing g++ (9.3.0-r2) 00:32:42 (5/12) Installing fortify-headers (1.1-r0) 00:32:42 (6/12) Installing patch (2.7.6-r6) 00:32:42 (7/12) Installing build-base (0.5-r2) 00:32:42 (8/12) Installing libsodium (1.0.18-r0) 00:32:42 (9/12) Installing pkgconf (1.7.2-r0) 00:32:42 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:42 (11/12) Installing libzmq (4.3.3-r0) 00:32:42 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:42 Executing busybox-1.31.1-r19.trigger 00:32:42 OK: 233 MiB in 51 packages 00:32:45 Removing intermediate container b7b79b002376 00:32:45 ---> 2e0e9b788e4b 00:32:45 Step 4/6 : WORKDIR /edgex-go 00:32:45 ---> Running in f21c1f4af033 00:32:45 Removing intermediate container f21c1f4af033 00:32:45 ---> f4c3f5db012b 00:32:45 Step 5/6 : COPY go.mod . 00:32:45 ---> 7b63c94e536d 00:32:45 Step 6/6 : RUN go mod download 00:32:45 ---> Running in 4e88a3a0a028 00:33:07 Removing intermediate container 4e88a3a0a028 00:33:07 ---> 4a258d5d541e 00:33:07 Successfully built 4a258d5d541e 00:33:07 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:08 + docker inspect -f . ci-base-image-x86_64 00:33:08 . [Pipeline] withDockerContainer 00:33:08 prd-centos7-docker-4c-2g-27047 does not seem to be running inside a container 00:33:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/67 -v /w/workspace/edgex-go/67:/w/workspace/edgex-go/67:rw,z -v /w/workspace/edgex-go/67@tmp:/w/workspace/edgex-go/67@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:33:09 $ docker top 5eb3430197c0926047a6f81feb4cb9449a3b57548d0e65d09b4209b1181257a2 -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:09 + go version 00:33:09 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:09 $ docker stop --time=1 5eb3430197c0926047a6f81feb4cb9449a3b57548d0e65d09b4209b1181257a2 00:33:11 $ docker rm -f 5eb3430197c0926047a6f81feb4cb9449a3b57548d0e65d09b4209b1181257a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:12 + docker inspect -f . ci-base-image-x86_64 00:33:12 . [Pipeline] withDockerContainer 00:33:12 prd-centos7-docker-4c-2g-27047 does not seem to be running inside a container 00:33:12 $ 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/67 -v /w/workspace/edgex-go/67:/w/workspace/edgex-go/67:rw,z -v /w/workspace/edgex-go/67@tmp:/w/workspace/edgex-go/67@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:33:13 $ docker top fde9d578b5266551749f0ca144d3ee8acba66d5fbaf1d3f18a81fc1a31847066 -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:13 ========================================================= 00:33:13 [edgeXBuildGoParallel] Running Tests and Build... 00:33:13 ========================================================= [Pipeline] sh 00:33:13 + make test 00:33:13 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:21 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:46 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:52 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.100s coverage: 45.9% of statements 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:33:52 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.086s coverage: 100.0% of statements 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.202s coverage: 27.1% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.046s coverage: 100.0% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.078s coverage: 65.8% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.128s coverage: 82.3% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.365s coverage: 28.6% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.056s coverage: 100.0% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.113s coverage: 86.7% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.114s coverage: 97.5% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 78.3% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:34:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.457s coverage: 92.8% of statements 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.030s coverage: 58.8% of statements 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:34:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.050s coverage: 0.1% of statements 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:34:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.086s coverage: 45.5% of statements 00:34:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.061s coverage: 79.5% of statements 00:34:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.030s coverage: 94.1% of statements 00:34:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.046s coverage: 96.3% of statements 00:34:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.035s coverage: 87.5% of statements 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.046s coverage: 94.4% of statements 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.030s coverage: 44.8% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.061s coverage: 92.9% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.6% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.6% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 62.4% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.312s coverage: 68.9% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 36.1% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.127s coverage: 47.0% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.127s coverage: 89.4% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.730s coverage: 29.1% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.070s coverage: 100.0% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.039s coverage: 32.1% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 00:34:26 GO111MODULE=on go vet ./... 00:34:52 gofmt -l . 00:34:52 [ "`gofmt -l .`" = "" ] 00:34:52 ./bin/test-go-mod-tidy.sh 00:34:52 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:53 + ls -al . 00:34:53 total 704 00:34:53 drwxrwxr-x 10 1001 1001 4096 Feb 21 00:34 . 00:34:53 drwxr-xr-x 4 root root 30 Feb 21 00:33 .. 00:34:53 -rw-rw-r-- 1 1001 1001 11 Feb 21 00:31 .dockerignore 00:34:53 drwxrwxr-x 8 1001 1001 179 Feb 21 00:31 .git 00:34:53 drwxrwxr-x 3 1001 1001 125 Feb 21 00:31 .github 00:34:53 -rw-rw-r-- 1 1001 1001 818 Feb 21 00:31 .gitignore 00:34:53 drwx------ 3 1001 1001 60 Feb 21 00:32 .semver 00:34:53 -rw-rw-r-- 1 1001 1001 166 Feb 21 00:31 .sonarcloud.properties 00:34:53 -rw-rw-r-- 1 1001 1001 8475 Feb 21 00:31 Attribution.txt 00:34:53 -rw-rw-r-- 1 1001 1001 3804 Feb 21 00:31 CONTRIBUTING.md 00:34:53 -rw-rw-r-- 1 1001 1001 931 Feb 21 00:31 Dockerfile.build 00:34:53 -rw-rw-r-- 1 1001 1001 863 Feb 21 00:31 Jenkinsfile 00:34:53 -rw-rw-r-- 1 1001 1001 10775 Feb 21 00:31 LICENSE 00:34:53 -rw-rw-r-- 1 1001 1001 5774 Feb 21 00:31 Makefile 00:34:53 -rw-rw-r-- 1 1001 1001 6524 Feb 21 00:31 README.md 00:34:53 -rw-rw-r-- 1 1001 1001 6755 Feb 21 00:31 SECURITY.md 00:34:53 -rw-rw-r-- 1 1001 1001 5 Feb 21 00:32 VERSION 00:34:53 -rw-rw-r-- 1 1001 1001 4131 Feb 21 00:31 ZMQWindows.md 00:34:53 drwxrwxr-x 2 1001 1001 117 Feb 21 00:31 bin 00:34:53 drwxrwxr-x 14 1001 1001 4096 Feb 21 00:31 cmd 00:34:53 -rw-r--r-- 1 root root 591368 Feb 21 00:34 coverage.out 00:34:53 -rw-r--r-- 1 root root 1055 Feb 21 00:34 go.mod 00:34:53 -rw-r--r-- 1 root root 21410 Feb 21 00:34 go.sum 00:34:53 drwxrwxr-x 8 1001 1001 127 Feb 21 00:31 internal 00:34:53 drwxrwxr-x 4 1001 1001 26 Feb 21 00:31 openapi 00:34:53 drwxrwxr-x 4 1001 1001 71 Feb 21 00:31 snap 00:34:53 -rw-rw-r-- 1 1001 1001 168 Feb 21 00:31 version.go [Pipeline] sh 00:34:53 + '[' -e coverage.out ] 00:34:53 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:53 Stashed 1 file(s) [Pipeline] sh 00:34:54 + make build 00:34: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:35:00 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:35:07 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:35:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:35:09 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:35:09 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:35:11 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:35:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:35:14 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:35:15 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:35:16 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:35:17 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:35:19 $ docker stop --time=1 fde9d578b5266551749f0ca144d3ee8acba66d5fbaf1d3f18a81fc1a31847066 00:35:20 $ docker rm -f fde9d578b5266551749f0ca144d3ee8acba66d5fbaf1d3f18a81fc1a31847066 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:24 00:35:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:24 latest: Pulling from edgex-devops/edgex-compose 00:35:24 cbdbe7a5bc2a: Pulling fs layer 00:35:24 ca9280d653b3: Pulling fs layer 00:35:24 7e9c9ca2126c: Pulling fs layer 00:35:25 cbdbe7a5bc2a: Verifying Checksum 00:35:25 cbdbe7a5bc2a: Download complete 00:35:25 cbdbe7a5bc2a: Pull complete 00:35:26 ca9280d653b3: Verifying Checksum 00:35:26 ca9280d653b3: Download complete 00:35:26 7e9c9ca2126c: Download complete 00:35:26 ca9280d653b3: Pull complete 00:35:33 7e9c9ca2126c: Pull complete 00:35:33 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:33 prd-centos7-docker-4c-2g-27047 does not seem to be running inside a container 00:35:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/67 -v /w/workspace/edgex-go/67:/w/workspace/edgex-go/67:rw,z -v /w/workspace/edgex-go/67@tmp:/w/workspace/edgex-go/67@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:35:36 $ docker top fd364b11d72b7215012576e0525454f50e9aeeeb6618889ea024fb84ab0ac093 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:37 + docker-compose build --help 00:35:37 + grep parallel 00:35:38 --parallel Build images in parallel. [Pipeline] } 00:35:38 $ docker stop --time=1 fd364b11d72b7215012576e0525454f50e9aeeeb6618889ea024fb84ab0ac093 00:35:39 $ docker rm -f fd364b11d72b7215012576e0525454f50e9aeeeb6618889ea024fb84ab0ac093 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:40 . [Pipeline] withDockerContainer 00:35:40 prd-centos7-docker-4c-2g-27047 does not seem to be running inside a container 00:35:40 $ 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/67 -v /w/workspace/edgex-go/67:/w/workspace/edgex-go/67:rw,z -v /w/workspace/edgex-go/67@tmp:/w/workspace/edgex-go/67@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:35:40 $ docker top 5fe9ee40d4c6b57da275d0ad447cecb46516ae8d75385ebb6a53b76f5720266e -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:41 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:42 Building docker-core-command-go ... 00:35:42 Building docker-core-data-go ... 00:35:42 Building docker-core-metadata-go ... 00:35:42 Building docker-security-bootstrapper-go ... 00:35:42 Building docker-security-proxy-setup-go ... 00:35:42 Building docker-security-secretstore-setup-go ... 00:35:42 Building docker-support-notifications-go ... 00:35:42 Building docker-support-scheduler-go ... 00:35:42 Building docker-sys-mgmt-agent-go ... 00:35:42 Building docker-security-secretstore-setup-go 00:35:42 Building docker-security-proxy-setup-go 00:35:42 Building docker-support-scheduler-go 00:35:42 Building docker-support-notifications-go 00:35:42 Building docker-security-bootstrapper-go 00:36:00 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27048 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:36:00 Running in /w/workspace/edgex-go/67 [Pipeline] { [Pipeline] checkout 00:36:05 using credential edgex-jenkins-ssh 00:36:05 Cloning the remote Git repository 00:36:05 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:05 > git init /w/workspace/edgex-go/67 # timeout=10 00:36:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:05 > git --version # timeout=10 00:36:05 > git --version # 'git version 2.17.1' 00:36:05 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:14 ---> 4a258d5d541e 00:36:14 Step 3/22 : WORKDIR /edgex-go 00:36:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:14 ---> 4a258d5d541e 00:36:14 Step 3/22 : WORKDIR /edgex-go 00:36:14 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:14 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:14 ---> 4a258d5d541e 00:36:14 Step 3/21 : WORKDIR /edgex-go 00:36:14 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:36:14 ---> 4a258d5d541e 00:36:14 Step 3/24 : WORKDIR /edgex-go 00:36:14 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:14 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:36:14 ---> 4a258d5d541e 00:36:14 Step 3/30 : WORKDIR /edgex-go 00:36:14 ---> Running in b985c6b17da1 00:36:14 ---> Running in 92da857cc2d2 00:36:14 ---> Running in 415c43a70357 00:36:14 ---> Running in bf9a763c8b20 00:36:14 ---> Running in 87a6f9fdb6cf 00:36:14 Removing intermediate container bf9a763c8b20 00:36:14 ---> 423de8688f80 00:36:14 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:14 Removing intermediate container 415c43a70357 00:36:14 ---> d58388c5c78c 00:36:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:14 Removing intermediate container 92da857cc2d2 00:36:14 ---> 4607872f5f57 00:36:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:14 Removing intermediate container 87a6f9fdb6cf 00:36:14 ---> 8d8f8298945a 00:36:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:14 Removing intermediate container b985c6b17da1 00:36:14 ---> 281e315f0790 00:36:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:14 ---> Running in bd843596cef0 00:36:14 ---> Running in 5781da8b1e1b 00:36:14 ---> Running in 3634196d8560 00:36:14 ---> Running in 977bb69af0e3 00:36:14 ---> Running in 081b3a780968 00:36:16 Removing intermediate container bd843596cef0 00:36:16 ---> 55abaf968403 00:36:16 Step 5/21 : RUN apk add --update --no-cache make git 00:36:16 ---> Running in d3dda10182fc 00:36:16 Removing intermediate container 3634196d8560 00:36:16 ---> 084e4fb3feae 00:36:16 Step 5/30 : RUN apk add --update --no-cache make git 00:36:16 Removing intermediate container 5781da8b1e1b 00:36:16 ---> 7bf59fd4a8ff 00:36:16 Step 5/24 : RUN apk add --update --no-cache make git 00:36:17 Removing intermediate container 977bb69af0e3 00:36:17 ---> 17f9b6ba2c50 00:36:17 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:36:17 ---> Running in b862990fff32 00:36:17 ---> Running in 88b2624cea6a 00:36:17 Removing intermediate container 081b3a780968 00:36:17 ---> 2eaafb943e82 00:36:17 Step 5/22 : RUN apk add --update --no-cache make git 00:36:17 ---> Running in 3aacdfba3946 00:36:17 ---> Running in 03a5249f6ba6 00:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:20 OK: 233 MiB in 51 packages 00:36:20 Removing intermediate container d3dda10182fc 00:36:20 ---> da03ec1885de 00:36:20 Step 6/21 : COPY go.mod . 00:36:20 OK: 233 MiB in 51 packages 00:36:20 OK: 233 MiB in 51 packages 00:36:21 ---> 6ef8767afbce 00:36:21 Step 7/21 : RUN go mod download 00:36:21 OK: 233 MiB in 51 packages 00:36:21 OK: 233 MiB in 51 packages 00:36:21 ---> Running in ede1d3fa14c7 00:36:21 Removing intermediate container b862990fff32 00:36:21 ---> 27d64a70483c 00:36:21 Step 6/30 : COPY go.mod . 00:36:21 Removing intermediate container 88b2624cea6a 00:36:21 ---> 62787369076a 00:36:21 Step 6/24 : COPY go.mod . 00:36:21 ---> ccf22fe26ff7 00:36:21 Step 7/30 : RUN go mod download 00:36:22 Removing intermediate container 03a5249f6ba6 00:36:22 ---> 3afdc963967e 00:36:22 Step 6/22 : COPY go.mod . 00:36:22 Removing intermediate container 3aacdfba3946 00:36:22 ---> 410196317ab0 00:36:22 Step 6/22 : COPY go.mod . 00:36:22 ---> Running in a98a63bd233e 00:36:22 Merging remotes/origin/master commit 61638ca62d33426a2ce3f2b4b107772a009d1874 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:36:22 ---> ad14e8ef8598 00:36:22 Step 7/24 : RUN go mod download 00:36:22 ---> 9e381edef9f0 00:36:22 Step 7/22 : RUN go mod download 00:36:22 ---> Running in e3ba26671e9b 00:36:22 ---> e3b5849d59de 00:36:22 Step 7/22 : RUN go mod download 00:36:22 ---> Running in 9e82f4737864 00:36:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:21 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:21 > 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:22 > git config core.sparsecheckout # timeout=10 00:36:22 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:36:22 > git remote # timeout=10 00:36:22 ---> Running in f129ccc09844 00:36:23 Merge succeeded, producing e5564c1fbd2c8542898c2bea6ad4a80397b9ac7b 00:36:23 Checking out Revision e5564c1fbd2c8542898c2bea6ad4a80397b9ac7b (PR-2858) 00:36:23 Removing intermediate container ede1d3fa14c7 00:36:23 ---> 1fcd2720f1a3 00:36:23 Step 8/21 : COPY . . 00:36:23 Removing intermediate container a98a63bd233e 00:36:23 ---> 9b35bb3d0719 00:36:23 Step 8/30 : COPY . . 00:36:22 > git config --get remote.origin.url # timeout=10 00:36:22 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:22 > git merge 61638ca62d33426a2ce3f2b4b107772a009d1874 # timeout=10 00:36:23 > git rev-parse HEAD^{commit} # timeout=10 00:36:23 > git config core.sparsecheckout # timeout=10 00:36:23 > git checkout -f e5564c1fbd2c8542898c2bea6ad4a80397b9ac7b # timeout=10 00:36:27 Removing intermediate container e3ba26671e9b 00:36:27 ---> d4c5da615f83 00:36:27 Step 8/24 : COPY . . 00:36:27 Commit message: "Merge commit '61638ca62d33426a2ce3f2b4b107772a009d1874' into HEAD" 00:36:27 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:27 > git rev-list --no-walk 947f2c12fb082df941e406355c82021bd87e8973 # timeout=10 00:36:29 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:30 + sudo service docker restart 00:36:30 + true 00:36:30 Removing intermediate container 9e82f4737864 00:36:30 ---> 9afa65eae1a8 00:36:30 Step 8/22 : COPY . . 00:36:31 Removing intermediate container f129ccc09844 00:36:31 ---> a7252ec462c9 00:36:31 Step 8/22 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:32 provisioning config files... 00:36:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/67@tmp/config3377012854615828963tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:32 ---> docker-login.sh 00:36:32 nexus3.edgexfoundry.org:10001 00:36:33 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 nexus3.edgexfoundry.org:10002 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 nexus3.edgexfoundry.org:10003 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 nexus3.edgexfoundry.org:10004 00:36:35 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.io 00:36:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:36 Configure a credential helper to remove this warning. See 00:36:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:36 00:36:36 Login Succeeded 00:36:36 ---> docker-login.sh ends [Pipeline] } 00:36:36 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:37 + 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 00ac8860ef70: Waiting 00:36:39 63d7cb157983: Waiting 00:36:39 b116817d02f9: Waiting 00:36:39 745a02a5169b: 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: Download complete 00:36:39 5f621e34cdf4: Verifying Checksum 00:36:39 5f621e34cdf4: Download complete 00:36:40 5f621e34cdf4: Pull complete 00:36:41 a4357932f1b6: Pull complete 00:36:41 18c013af1878: Pull complete 00:36:42 745a02a5169b: Verifying Checksum 00:36:42 745a02a5169b: Download complete 00:36:43 00ac8860ef70: Verifying Checksum 00:36:43 00ac8860ef70: Download complete 00:36:53 00ac8860ef70: Pull complete 00:36:53 63d7cb157983: Pull complete 00:36:54 b116817d02f9: Pull complete 00:36:58 745a02a5169b: Pull complete 00:36:58 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:58 ---> b7e6874047d6 00:36:58 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:01 ---> Running in 2c2eda9ebceb 00:37:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:05 (1/12) Installing libmagic (5.38-r0) 00:37:05 (2/12) Installing file (5.38-r0) 00:37:05 (3/12) Installing libc-dev (0.7.2-r3) 00:37:05 (4/12) Installing g++ (9.3.0-r2) 00:37:10 ---> 3fcfe671cc29 00:37:10 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:37:10 ---> ad79a5ffeefe 00:37:10 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:37:10 ---> Running in c1c70c7f8992 00:37:10 ---> Running in 71b0684fa2c6 00:37:10 ---> 0e1f952788a5 00:37:10 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:37:10 ---> fcf8f12725ab 00:37:10 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:37:10 ---> 60b6f3cbfa79 00:37:10 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:37:10 ---> Running in 10f3996bb02b 00:37:10 ---> Running in 18ec57010faf 00:37:10 ---> Running in 17808ab9b127 00:37:10 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:37:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:37:10 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:37:10 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:37: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:37:12 (5/12) Installing fortify-headers (1.1-r0) 00:37:12 (6/12) Installing patch (2.7.6-r6) 00:37:12 (7/12) Installing build-base (0.5-r2) 00:37:12 (8/12) Installing libsodium (1.0.18-r0) 00:37:12 (9/12) Installing pkgconf (1.7.2-r0) 00:37:12 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:12 (11/12) Installing libzmq (4.3.3-r0) 00:37:12 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:12 Executing busybox-1.31.1-r19.trigger 00:37:12 OK: 217 MiB in 51 packages 00:37:16 Removing intermediate container 2c2eda9ebceb 00:37:16 ---> 0c44f00f327e 00:37:16 Step 4/6 : WORKDIR /edgex-go 00:37:16 ---> Running in 4504d00c8767 00:37:16 Removing intermediate container 4504d00c8767 00:37:16 ---> 126d4d8e0e6f 00:37:16 Step 5/6 : COPY go.mod . 00:37:16 ---> 2e06a59433be 00:37:16 Step 6/6 : RUN go mod download 00:37:17 ---> Running in efc6a5ece198 00:37: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:37: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:37:40 Removing intermediate container 71b0684fa2c6 00:37:40 ---> 8c08a592c202 00:37:40 00:37:40 Step 10/30 : FROM alpine:3.12 00:37:40 3.12: Pulling from library/alpine 00:37:44 Removing intermediate container efc6a5ece198 00:37:44 ---> a2f159c3aad9 00:37:44 Successfully built a2f159c3aad9 00:37:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:44 + docker inspect -f . ci-base-image-arm64 00:37:44 . [Pipeline] withDockerContainer 00:37:44 prd-ubuntu18.04-docker-arm64-4c-16g-27048 does not seem to be running inside a container 00:37:44 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:44 Status: Downloaded newer image for alpine:3.12 00:37:44 ---> 389fef711851 00:37:44 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:37:44 Removing intermediate container c1c70c7f8992 00:37:44 ---> 5454a6221d3f 00:37:44 00:37:44 Step 10/21 : FROM alpine:3.12 00:37:44 ---> 389fef711851 00:37:44 Step 11/21 : RUN apk add --update --no-cache curl 00:37:44 ---> Running in 51b0fe09235e 00:37:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/67 -v /w/workspace/edgex-go/67:/w/workspace/edgex-go/67:rw,z -v /w/workspace/edgex-go/67@tmp:/w/workspace/edgex-go/67@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:45 Removing intermediate container 10f3996bb02b 00:37:45 ---> 0dac8ffeb7c8 00:37:45 00:37:45 Step 10/24 : FROM alpine:3.12 00:37:45 ---> 389fef711851 00:37:45 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:37:45 Removing intermediate container 18ec57010faf 00:37:45 ---> 6a791bad72e4 00:37:45 00:37:45 Step 10/22 : FROM alpine:3.12 00:37:45 ---> 389fef711851 00:37:45 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:37:46 ---> Running in 5230cb128e53 00:37:46 $ docker top bf3f8e00906a2cb37e832e7717f7e3b04d071396b021ae790e6ea9dd520311c7 -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:47 ---> Running in 3cd9beac4e32 00:37:47 ---> Running in 5334cc755b95 00:37:47 Removing intermediate container 51b0fe09235e 00:37:47 ---> f55cdad68754 00:37:47 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:37:47 + go version 00:37:47 go version go1.15.5 linux/arm64 [Pipeline] } 00:37:47 $ docker stop --time=1 bf3f8e00906a2cb37e832e7717f7e3b04d071396b021ae790e6ea9dd520311c7 00:37:47 Removing intermediate container 17808ab9b127 00:37:47 ---> d44ddc379cc2 00:37:47 00:37:47 Step 10/22 : FROM alpine:3.12 00:37:47 ---> 389fef711851 00:37:47 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:37:47 ---> Running in ec37496e86f8 00:37:47 ---> Running in 440e98181fc6 00:37:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:48 (1/4) Installing ca-certificates (20191127-r4) 00:37:48 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:37:48 (3/4) Installing libcurl (7.69.1-r3) 00:37:48 (4/4) Installing curl (7.69.1-r3) 00:37:48 Executing busybox-1.31.1-r19.trigger 00:37:48 Executing ca-certificates-20191127-r4.trigger 00:37:48 OK: 7 MiB in 18 packages 00:37:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:48 (1/2) Installing ca-certificates (20191127-r4) 00:37:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:48 (2/2) Installing dumb-init (1.2.2-r1) 00:37:48 Executing busybox-1.31.1-r19.trigger 00:37:48 Executing ca-certificates-20191127-r4.trigger 00:37:48 OK: 6 MiB in 16 packages 00:37:48 (1/5) Installing ca-certificates (20191127-r4) 00:37:48 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:37:48 (3/5) Installing libcurl (7.69.1-r3) 00:37:48 (4/5) Installing curl (7.69.1-r3) 00:37:48 (5/5) Installing dumb-init (1.2.2-r1) 00:37:48 Executing busybox-1.31.1-r19.trigger 00:37:48 Executing ca-certificates-20191127-r4.trigger 00:37:48 OK: 7 MiB in 19 packages 00:37:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:49 $ docker rm -f bf3f8e00906a2cb37e832e7717f7e3b04d071396b021ae790e6ea9dd520311c7 00:37:49 (1/1) Installing dumb-init (1.2.2-r1) 00:37:49 Executing busybox-1.31.1-r19.trigger 00:37:49 (1/2) Installing dumb-init (1.2.2-r1) 00:37:49 (2/2) Installing su-exec (0.2-r1) 00:37:49 Executing busybox-1.31.1-r19.trigger 00:37:49 OK: 6 MiB in 16 packages [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 00:37:49 OK: 6 MiB in 15 packages [Pipeline] isUnix [Pipeline] sh 00:37:50 + docker inspect -f . ci-base-image-arm64 00:37:50 . [Pipeline] withDockerContainer 00:37:50 prd-ubuntu18.04-docker-arm64-4c-16g-27048 does not seem to be running inside a container 00:37:50 $ 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/67 -v /w/workspace/edgex-go/67:/w/workspace/edgex-go/67:rw,z -v /w/workspace/edgex-go/67@tmp:/w/workspace/edgex-go/67@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:51 Removing intermediate container 3cd9beac4e32 00:37:51 ---> 7cdfb022caa0 00:37:51 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:37:51 Removing intermediate container 5230cb128e53 00:37:51 ---> e78e0d99612d 00:37:51 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:51 ---> Running in 230548e94b3f 00:37:51 Removing intermediate container 5334cc755b95 00:37:51 ---> de76d91ba75e 00:37:51 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:51 ---> Running in 80b5149f2d50 00:37:51 ---> Running in b11012d9cc01 00:37:51 Removing intermediate container 440e98181fc6 00:37:51 ---> b71bf2803a00 00:37:51 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:51 Removing intermediate container ec37496e86f8 00:37:51 ---> 4b188aaf45e1 00:37:51 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:37:52 Removing intermediate container 230548e94b3f 00:37:52 ---> fcdeb568fba2 00:37:52 Step 13/22 : ENV APP_PORT=48060 00:37:52 $ docker top 1b027ff70edb508e28cb26e55996d24571aa604dc5eedcfe45ec3536ec151340 -eo pid,comm 00:37:52 ---> Running in be550cbb729d [Pipeline] { [Pipeline] echo 00:37:52 ========================================================= 00:37:52 [edgeXBuildGoParallel] Running Tests and Build... 00:37:52 ========================================================= [Pipeline] sh 00:37:52 ---> Running in 8c44e7c1ff60 00:37:52 Removing intermediate container 80b5149f2d50 00:37:52 ---> 1dabc1b11d46 00:37:52 Step 13/21 : WORKDIR /edgex 00:37:52 ---> Running in 6b51129dbbe9 00:37:52 Removing intermediate container b11012d9cc01 00:37:52 ---> e2cd8463cfb1 00:37:52 Step 13/24 : WORKDIR / 00:37:52 ---> Running in b7d922475ea6 00:37:52 ---> Running in c03efaa9a7d9 00:37:52 Removing intermediate container be550cbb729d 00:37:52 ---> 35ca0d763568 00:37:52 Step 13/22 : ENV APP_PORT=48085 00:37:53 + make test 00:37:53 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:53 Removing intermediate container 8c44e7c1ff60 00:37:53 ---> b474744bfb2b 00:37:53 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:37:53 Removing intermediate container 6b51129dbbe9 00:37:53 ---> 1da4471bac38 00:37:53 Step 14/22 : EXPOSE $APP_PORT 00:37:53 ---> Running in 447984e8ef42 00:37:53 ---> Running in 298cb54c0c4a 00:37:53 ---> Running in ffcda7d338b6 00:37:53 Removing intermediate container c03efaa9a7d9 00:37:53 ---> a53f1a9e8d93 00:37:53 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:37:53 Removing intermediate container b7d922475ea6 00:37:53 ---> b2b4f96b3bd1 00:37:53 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:37:53 Removing intermediate container 447984e8ef42 00:37:53 ---> df6aed121cf0 00:37:53 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:37:53 Removing intermediate container 298cb54c0c4a 00:37:53 ---> 2bca7eeee67b 00:37:53 Step 14/22 : EXPOSE $APP_PORT 00:37:53 Removing intermediate container ffcda7d338b6 00:37:53 ---> 73aa6bafc1a3 00:37:53 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:53 ---> Running in 3c85fe0e649e 00:37:53 ---> Running in 8e683bade42c 00:37:53 ---> 3ee1482dc5c6 00:37:53 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:37:53 ---> 48f278199335 00:37:53 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:37:54 Removing intermediate container 3c85fe0e649e 00:37:54 ---> 1b8877e70509 00:37:54 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:54 ---> 913b0c999a31 00:37:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:37:54 ---> 26f094393d09 00:37:54 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:37:54 ---> fc9aa2ba4061 00:37:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:37:54 ---> 133e20afbcbf 00:37:54 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:37:55 ---> 40c180ebfeba 00:37:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:37:55 ---> 6735041b8ec3 00:37:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:37:55 ---> c9d759847ad5 00:37:55 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:37:55 ---> 491e2954aa4c 00:37:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:37:55 ---> Running in 118b4cd6b3bb 00:37:55 Removing intermediate container 8e683bade42c 00:37:55 ---> fc8a2bcac372 00:37:55 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:37:56 ---> Running in dc59d48db86b 00:37:56 ---> 09f2b35fd137 00:37:56 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:37:56 ---> 95d7e3d48640 00:37:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:37:56 Removing intermediate container 118b4cd6b3bb 00:37:56 ---> 43b880b83aa0 00:37:56 Step 18/21 : CMD ["--init=true"] 00:37:56 ---> Running in 589f049e8ee2 00:37:56 ---> 2a379da642a9 00:37:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:37:56 ---> Running in a9ad6d6500b9 00:37:56 Removing intermediate container dc59d48db86b 00:37:56 ---> 8bbd408d13d8 00:37:56 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:37:56 Removing intermediate container 589f049e8ee2 00:37:56 ---> 51b03d67797d 00:37:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:56 ---> a083bfa37a57 00:37:56 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:37:56 ---> 5260d05d766f 00:37:56 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:37:56 Removing intermediate container a9ad6d6500b9 00:37:56 ---> 1ed2b62f0ce3 00:37:56 Step 19/21 : LABEL arch=x86_64 00:37:56 ---> Running in 844ead37c9ce 00:37:56 ---> Running in a731120092b8 00:37:56 ---> Running in 10e50a9f4eb4 00:37:56 ---> a94be7e45be6 00:37:56 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:37:56 ---> Running in 94f21e71690b 00:37:57 ---> Running in 8c1f5a396743 00:37:57 Removing intermediate container a731120092b8 00:37:57 ---> fa835a045841 00:37:57 Step 20/22 : LABEL arch=x86_64 00:37:57 Removing intermediate container 10e50a9f4eb4 00:37:57 ---> 4df5fb727e3e 00:37:57 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:57 Removing intermediate container 94f21e71690b 00:37:57 ---> 6afc55e12d89 00:37:57 Step 20/21 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 00:37:57 ---> Running in 2e2dbb9cd565 00:37:57 ---> Running in 3134eb5061d9 00:37:57 ---> Running in 3dbb01e14168 00:37:57 Removing intermediate container 2e2dbb9cd565 00:37:57 ---> f268ea117307 00:37:57 Step 21/22 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 00:37:58 Removing intermediate container 3134eb5061d9 00:37:58 ---> de9809038e95 00:37:58 Step 20/22 : LABEL arch=x86_64 00:37:58 ---> Running in 463a0536437c 00:37:58 Removing intermediate container 3dbb01e14168 00:37:58 ---> 4174597e7fd6 00:37:58 Step 21/21 : LABEL version=0.0.0 00:37:58 ---> Running in d5d89edf039d 00:37:58 ---> Running in 3f292d2fe2b4 00:37:58 Removing intermediate container 463a0536437c 00:37:58 ---> a796d6e69699 00:37:58 Step 22/22 : LABEL version=0.0.0 00:37:58 Removing intermediate container 844ead37c9ce 00:37:58 ---> a5972e43efaa 00:37:58 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:37:58 ---> Running in cc06a0e37a41 00:37:58 Removing intermediate container d5d89edf039d 00:37:58 ---> 9501290408e4 00:37:58 Step 21/22 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 00:37:58 Removing intermediate container 3f292d2fe2b4 00:37:58 ---> 0f88813b81a4 00:37:58 00:37:58 ---> Running in f828bfd6b57a 00:37:59 ---> Running in 845daa4df507 00:37:59 Removing intermediate container 8c1f5a396743 00:37:59 ---> 43cce6a2fcc6 00:37:59 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:59 Successfully built 0f88813b81a4 00:37:59 Removing intermediate container cc06a0e37a41 00:37:59 ---> 98dfd935622c 00:37:59 00:37:59 Successfully tagged docker-security-proxy-setup-go:latest 00:37:59 Removing intermediate container f828bfd6b57a 00:37:59 ---> 3c1a89842bbd 00:37:59 Step 22/24 : LABEL arch=x86_64 00:37:59 Building docker-core-command-go 00:37:59  Building docker-security-proxy-setup-go ... done Removing intermediate container 845daa4df507 00:37:59 ---> c5880b6e30af 00:37:59 Step 22/22 : LABEL version=0.0.0 00:37:59 Successfully built 98dfd935622c 00:37:59 Successfully tagged docker-support-notifications-go:latest 00:37:59  Building docker-support-notifications-go ... done Building docker-core-data-go 00:37:59 ---> Running in 51c6601ac5a1 00:37:59 ---> Running in fbc2641a5920 00:37:59 ---> 311178efed07 00:37:59 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:37:59 Removing intermediate container 51c6601ac5a1 00:37:59 ---> 86dcb23ccb77 00:37:59 Step 23/24 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 00:37:59 ---> Running in 1ae185da2065 00:37:59 Removing intermediate container fbc2641a5920 00:37:59 ---> 44fb5e13f7db 00:37:59 00:38:01 Successfully built 44fb5e13f7db 00:38:01 Successfully tagged docker-support-scheduler-go:latest 00:38:01  Building docker-support-scheduler-go ... done Removing intermediate container 1ae185da2065 00:38:01 ---> 3adf0ea19bc3 00:38:01 Step 24/24 : LABEL version=0.0.0 00:38:01 Building docker-sys-mgmt-agent-go 00:38:01 ---> Running in 904136bb00dd 00:38:01 ---> 782eda86e325 00:38:01 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:38:01 Removing intermediate container 904136bb00dd 00:38:01 ---> 0f8180dd298e 00:38:01 00:38:01 Successfully built 0f8180dd298e 00:38:01 ---> 6ebb65337b0b 00:38:01 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:38:01 Successfully tagged docker-security-secretstore-setup-go:latest 00:38:01 Building docker-core-metadata-go 00:38:02  Building docker-security-secretstore-setup-go ... done  ---> 41e4469855ff 00:38:02 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:38:04 ---> Running in 0395b59a8e3f 00:38:07 Removing intermediate container 0395b59a8e3f 00:38:07 ---> b99ba39096f9 00:38:07 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:38:10 ---> b620f3f11189 00:38:10 Step 25/30 : RUN chmod +x /entrypoint.sh 00:38:11 ---> Running in 17573bcc19f6 00:38:15 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:18 Removing intermediate container 17573bcc19f6 00:38:18 ---> 8662fd45167c 00:38:18 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:38:21 ---> Running in 70297e0d22fc 00:38:23 Removing intermediate container 70297e0d22fc 00:38:23 ---> 3203b96812df 00:38:23 Step 27/30 : CMD ["gate"] 00:38:25 ---> Running in 59bae4bbc45e 00:38:27 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:27 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:38:27 ---> 4a258d5d541e 00:38:27 Step 3/26 : WORKDIR /edgex-go 00:38:27 ---> Using cache 00:38:27 ---> 8d8f8298945a 00:38:27 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:27 ---> Using cache 00:38:27 ---> 2eaafb943e82 00:38:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 5/26 : RUN apk add --update --no-cache make bash gitStep 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:27 00:38:27 00:38:27 Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:27 ---> 4a258d5d541e 00:38:27 00:38:27 Step 3/23 : WORKDIR /edgex-go ---> 4a258d5d541e 00:38:27 00:38:27 Step 3/23 : WORKDIR /edgex-go ---> Using cache 00:38:27 00:38:27 ---> 8d8f8298945a 00:38:27 ---> Using cache 00:38:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 8d8f8298945a 00:38:27 00:38:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache 00:38:27 00:38:27 ---> 2eaafb943e82 00:38:27 ---> Using cache 00:38:27 Step 5/23 : RUN apk add --update --no-cache make git ---> 2eaafb943e82 00:38:27 00:38:27 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:38:27 ---> Using cache 00:38:27 ---> 3afdc963967e 00:38:27 Step 6/23 : COPY go.mod . 00:38:27 ---> Using cache 00:38:27 ---> 9e381edef9f0 00:38:27 Step 7/23 : RUN go mod download 00:38:27 ---> Using cache 00:38:27 ---> 9afa65eae1a8 00:38:27 Step 8/23 : COPY . . 00:38:27 ---> Using cache 00:38:27 ---> 0e1f952788a5 00:38:27 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:38:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:28 ---> 4a258d5d541e 00:38:28 Step 3/23 : WORKDIR /edgex-go 00:38:28 ---> Using cache 00:38:28 ---> 8d8f8298945a 00:38:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:28 ---> Using cache 00:38:28 ---> 2eaafb943e82 00:38:28 Step 5/23 : RUN apk add --update --no-cache make git 00:38:28 ---> Using cache 00:38:28 ---> 3afdc963967e 00:38:28 Step 6/23 : COPY go.mod . 00:38:28 ---> Using cache 00:38:28 ---> 9e381edef9f0 00:38:28 Step 7/23 : RUN go mod download 00:38:28 ---> Using cache 00:38:28 ---> 9afa65eae1a8 00:38:28 Step 8/23 : COPY . . 00:38:28 ---> Using cache 00:38:28 ---> 0e1f952788a5 00:38:28 Step 9/23 : RUN make cmd/core-command/core-command 00:38:28 Removing intermediate container 59bae4bbc45e 00:38:28 ---> 614d51b93b2c 00:38:28 Step 28/30 : LABEL arch=x86_64 00:38:28 ---> Running in b288c8afc715 00:38:28 ---> Running in edf41ef70a4c 00:38:28 ---> Running in 5222fa1ef29a 00:38:28 ---> Running in 7d738de49556 00:38:28 ---> Running in 9711c508e839 00:38:29 Removing intermediate container 9711c508e839 00:38:29 ---> dae4ee2ae1fc 00:38:29 Step 29/30 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 00:38:29 ---> Running in 5e00a2adea97 00:38:29 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:38:29 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:38:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:30 Removing intermediate container 5e00a2adea97 00:38:30 ---> 5d7dd9866fa0 00:38:30 Step 30/30 : LABEL version=0.0.0 00:38:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:30 ---> Running in 3660a592f75c 00:38:30 Removing intermediate container 3660a592f75c 00:38:30 ---> a6aa23d3687e 00:38:30 00:38:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:30 Successfully built a6aa23d3687e 00:38:30 Successfully tagged docker-security-bootstrapper-go:latest 00:38:30  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:30 OK: 233 MiB in 51 packages 00:38:31 OK: 233 MiB in 51 packages 00:38:32 Removing intermediate container b288c8afc715 00:38:32 ---> 779f1490f92f 00:38:32 Step 6/23 : COPY go.mod . 00:38:32 Removing intermediate container 5222fa1ef29a 00:38:32 ---> 0bb259e26850 00:38:32 Step 6/26 : COPY go.mod . 00:38:32 ---> c1143788b94f 00:38:32 Step 7/26 : RUN go mod download 00:38:33 ---> 1272cbf70646 00:38:33 Step 7/23 : RUN go mod download 00:38:33 ---> Running in dcff2cee24fc 00:38:33 ---> Running in c63bf740c55e 00:38:36 Removing intermediate container dcff2cee24fc 00:38:36 ---> 121cc50b79fc 00:38:36 Step 8/23 : COPY . . 00:38:37 Removing intermediate container c63bf740c55e 00:38:37 ---> f17cc73267c2 00:38:37 Step 8/26 : COPY . . 00:39:09 ---> ec4e141be9eb 00:39:09 Step 9/23 : RUN make cmd/core-data/core-data 00:39:09 ---> 9138e25de3a6 00:39:09 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:39:09 ---> Running in 4a4aed296488 00:39:09 ---> Running in 2315fb53ed43 00:39:09 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:39:09 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:39:09 Removing intermediate container edf41ef70a4c 00:39:09 ---> d80a023ef25f 00:39:09 00:39:09 Step 10/23 : FROM alpine:3.12 00:39:09 ---> 389fef711851 00:39:09 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:39:09 Removing intermediate container 7d738de49556 00:39:09 ---> 01de8b028b8f 00:39:09 00:39:09 Step 10/23 : FROM alpine:3.12 00:39:09 ---> 389fef711851 00:39:09 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:39:09 ---> Using cache 00:39:09 ---> b71bf2803a00 00:39:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:09 ---> Using cache 00:39:09 ---> b71bf2803a00 00:39:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:09 ---> Using cache 00:39:09 ---> 35ca0d763568 00:39:09 Step 13/23 : ENV APP_PORT=48082 00:39:09 ---> Using cache 00:39:09 ---> 35ca0d763568 00:39:09 Step 13/23 : ENV APP_PORT=48081 00:39:09 ---> Running in 986cce40e1e7 00:39:09 ---> Running in 4eee0ed03673 00:39:10 Removing intermediate container 986cce40e1e7 00:39:10 ---> afcfce376d3d 00:39:10 Step 14/23 : EXPOSE $APP_PORT 00:39:10 Removing intermediate container 4eee0ed03673 00:39:10 ---> b50c1f71b924 00:39:10 Step 14/23 : EXPOSE $APP_PORT 00:39:10 ---> Running in e8742fb84d9e 00:39:10 ---> Running in cbcf9761e166 00:39:10 Removing intermediate container e8742fb84d9e 00:39:10 ---> 57d0596b8fac 00:39:10 Step 15/23 : WORKDIR / 00:39:10 Removing intermediate container cbcf9761e166 00:39:10 ---> c0014f9f7081 00:39:10 Step 15/23 : WORKDIR / 00:39:11 ---> Running in 2764fab1b875 00:39:11 ---> Running in 43ef4192f391 00:39:11 Removing intermediate container 2764fab1b875 00:39:11 ---> e2afa327425a 00:39:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:11 Removing intermediate container 43ef4192f391 00:39:11 ---> 1913af50ab68 00:39:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:11 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:11 ---> c635d6d66fa6 00:39:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:39:12 ---> f4e02632f4bc 00:39:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:39:13 ---> 9f9c9c5752cf 00:39:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:39:13 ---> 3d47f5c2f2d0 00:39:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:39:14 ---> 6244d9e3f185 00:39:14 Step 19/23 : ENTRYPOINT ["/core-command"] 00:39:14 ---> Running in e5a2560672fa 00:39:14 ---> bc84577b0687 00:39:14 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:39:14 ---> Running in dc52f0a7dd1a 00:39:14 Removing intermediate container e5a2560672fa 00:39:14 ---> 6e7714615781 00:39:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:14 Removing intermediate container dc52f0a7dd1a 00:39:14 ---> 764fe95ae412 00:39:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:14 ---> Running in ce34b70b6ed5 00:39:15 ---> Running in 3f39453d5f9e 00:39:15 Removing intermediate container ce34b70b6ed5 00:39:15 ---> e4e98e10fdbd 00:39:15 Step 21/23 : LABEL arch=x86_64 00:39:15 ---> Running in 02f63d057d62 00:39:15 Removing intermediate container 3f39453d5f9e 00:39:15 ---> 3f694776641d 00:39:15 Step 21/23 : LABEL arch=x86_64 00:39:16 ---> Running in 83bce2754263 00:39:17 Removing intermediate container 02f63d057d62 00:39:17 ---> 943b4b57a287 00:39:17 Step 22/23 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 00:39:17 Removing intermediate container 83bce2754263 00:39:17 ---> 770ee491a5f0 00:39:17 Step 22/23 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 00:39:17 ---> Running in d98142c64b0c 00:39:17 ---> Running in 55dce9c7f657 00:39:17 Removing intermediate container d98142c64b0c 00:39:17 ---> 21d8a60bc76d 00:39:17 Step 23/23 : LABEL version=0.0.0 00:39:17 ---> Running in e4cb5cdcc288 00:39:17 Removing intermediate container 55dce9c7f657 00:39:17 ---> eb49460d16bd 00:39:17 Step 23/23 : LABEL version=0.0.0 00:39:17 ---> Running in c9a626c85baa 00:39:17 Removing intermediate container e4cb5cdcc288 00:39:17 ---> 848dd8834caa 00:39:17 00:39:17 Removing intermediate container c9a626c85baa 00:39:17 ---> b522a3e9bc2c 00:39:17 00:39:18 Successfully built 848dd8834caa 00:39:18 Successfully tagged docker-core-command-go:latest 00:39:18  Building docker-core-command-go ... done Successfully built b522a3e9bc2c 00:39:18 Successfully tagged docker-core-metadata-go:latest 00:39:18 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:23 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:23 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:26  Building docker-core-metadata-go ... done Removing intermediate container 2315fb53ed43 00:39:26 ---> 7d7489dfe766 00:39:26 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:39:26 ---> Running in aabb3c6defaf 00:39:26 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:39:29 Removing intermediate container 4a4aed296488 00:39:29 ---> 43d55e0720dd 00:39:29 00:39:29 Step 10/23 : FROM alpine:3.12 00:39:29 ---> 389fef711851 00:39:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:29 ---> Running in 91a77a19c5fb 00:39:29 Removing intermediate container aabb3c6defaf 00:39:29 ---> 130769ce28c0 00:39:29 00:39:29 Step 11/26 : FROM docker:20.10.0 00:39:29 Removing intermediate container 91a77a19c5fb 00:39:29 ---> 1174e88a48d7 00:39:29 Step 12/23 : ENV APP_PORT=48080 00:39:29 ---> Running in 12c6ba670138 00:39:29 20.10.0: Pulling from library/docker 00:39:29 Removing intermediate container 12c6ba670138 00:39:29 ---> 4831dd1467ac 00:39:29 Step 13/23 : EXPOSE $APP_PORT 00:39:29 ---> Running in b71018f37bb2 00:39:30 Removing intermediate container b71018f37bb2 00:39:30 ---> 132d4f8ef300 00:39:30 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:30 ---> Running in dc55f08f65c9 00:39:30 Removing intermediate container dc55f08f65c9 00:39:30 ---> da028381442b 00:39:30 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:39:31 ---> Running in 575a97a90a6b 00:39:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:37 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.326s coverage: 45.9% of statements 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:39:38 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.256s coverage: 100.0% of statements 00:39:38 (1/6) Installing dumb-init (1.2.2-r1) 00:39:38 (2/6) Installing libgcc (9.3.0-r2) 00:39:39 (3/6) Installing libsodium (1.0.18-r0) 00:39:39 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:39:39 Status: Downloaded newer image for docker:20.10.0 00:39:39 ---> aefe523efa57 00:39:39 Step 12/26 : RUN apk add --no-cache bash 00:39:39 ---> Running in 2d72797ad825 00:39:39 (4/6) Installing libstdc++ (9.3.0-r2) 00:39:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:40 (1/2) Installing readline (8.0.4-r0) 00:39:40 (2/2) Installing bash (5.0.17-r0) 00:39:40 Executing bash-5.0.17-r0.post-install 00:39:40 Executing busybox-1.31.1-r19.trigger 00:39:40 OK: 12 MiB in 22 packages 00:39:40 Removing intermediate container 2d72797ad825 00:39:40 ---> a55f4c0de423 00:39:40 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:39:40 ---> Running in e61a47a376e9 00:39:41 Removing intermediate container e61a47a376e9 00:39:41 ---> e60e081ff282 00:39:41 Step 14/26 : ENV APP_PORT=48090 00:39:41 ---> Running in 7da53959cbb4 00:39:41 (5/6) Installing libzmq (4.3.3-r0) 00:39:41 Removing intermediate container 7da53959cbb4 00:39:41 ---> 478439b1128b 00:39:41 Step 15/26 : EXPOSE $APP_PORT 00:39:41 ---> Running in edc4fa8dba87 00:39:41 Removing intermediate container edc4fa8dba87 00:39:41 ---> 56398830c3bc 00:39:41 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:39:41 (6/6) Installing zeromq (4.3.3-r0) 00:39:41 Executing busybox-1.31.1-r19.trigger 00:39:41 OK: 8 MiB in 20 packages 00:39:41 ---> 2c6397c7f9c4 00:39:41 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:39:42 ---> a9ae6ff35565 00:39:42 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:39:42 Removing intermediate container 575a97a90a6b 00:39:42 ---> 2785a22b23bb 00:39:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:42 ---> 1d834b4f86c0 00:39:42 Step 19/26 : RUN apk --no-cache add py3-pip 00:39:42 ---> cd43d5e72db1 00:39:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:39:42 ---> Running in 36b69f1e5f58 00:39:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:43 ---> a449f355c662 00:39:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:39:43 (1/33) Installing libbz2 (1.0.8-r1) 00:39:43 (2/33) Installing expat (2.2.9-r1) 00:39:43 (3/33) Installing libffi (3.3-r2) 00:39:43 (4/33) Installing gdbm (1.13-r1) 00:39:43 (5/33) Installing xz-libs (5.2.5-r0) 00:39:43 (6/33) Installing sqlite-libs (3.32.1-r0) 00:39:43 (7/33) Installing python3 (3.8.5-r1) 00:39:44 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.494s coverage: 27.1% of statements 00:39:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements 00:39:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.073s coverage: 100.0% of statements 00:39:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.314s coverage: 65.8% of statements 00:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:46 ---> 38521da93a08 00:39:46 Step 19/23 : ENTRYPOINT ["/core-data"] 00:39:46 ---> Running in 0f0ead4219dc 00:39:46 (8/33) Installing py3-appdirs (1.4.4-r1) 00:39:46 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:39:46 (10/33) Installing py3-parsing (2.4.7-r0) 00:39:46 (11/33) Installing py3-six (1.15.0-r0) 00:39:46 (12/33) Installing py3-packaging (20.4-r0) 00:39:46 (13/33) Installing py3-setuptools (47.0.0-r0) 00:39:46 (14/33) Installing py3-chardet (3.0.4-r4) 00:39:46 (15/33) Installing py3-idna (2.9-r0) 00:39:46 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:39:46 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.768s coverage: 82.3% of statements 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:47 (18/33) Installing py3-requests (2.23.0-r0) 00:39:47 (19/33) Installing py3-msgpack (1.0.0-r0) 00:39:47 (20/33) Installing py3-lockfile (0.12.2-r3) 00:39:47 Removing intermediate container 0f0ead4219dc 00:39:47 ---> 9fb9f037e278 00:39:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:47 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:39:48 (22/33) Installing py3-colorama (0.4.3-r0) 00:39:48 (23/33) Installing py3-distlib (0.3.0-r0) 00:39:48 (24/33) Installing py3-distro (1.5.0-r1) 00:39:48 (25/33) Installing py3-webencodings (0.5.1-r3) 00:39:48 ---> Running in 4f07c3ea1ed0 00:39:48 (26/33) Installing py3-html5lib (1.0.1-r4) 00:39:48 (27/33) Installing py3-pytoml (0.1.21-r0) 00:39:48 (28/33) Installing py3-pep517 (0.8.2-r0) 00:39:48 (29/33) Installing py3-progress (1.5-r0) 00:39:48 (30/33) Installing py3-toml (0.10.1-r0) 00:39:48 (31/33) Installing py3-retrying (1.3.3-r0) 00:39:48 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:39:48 (33/33) Installing py3-pip (20.1.1-r0) 00:39:49 Removing intermediate container 4f07c3ea1ed0 00:39:49 ---> 0a6d9fc24158 00:39:49 Step 21/23 : LABEL arch=x86_64 00:39:49 Executing busybox-1.31.1-r19.trigger 00:39:49 OK: 71 MiB in 55 packages 00:39:49 ---> Running in 41b5e9854a51 00:39:49 Removing intermediate container 41b5e9854a51 00:39:49 ---> 9b51dcce0ba5 00:39:49 Step 22/23 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 00:39:49 ---> Running in 38b342fb3097 00:39:49 Removing intermediate container 38b342fb3097 00:39:49 ---> e4419c4617ae 00:39:49 Step 23/23 : LABEL version=0.0.0 00:39:51 ---> Running in bf692547249c 00:39:52 Removing intermediate container bf692547249c 00:39:52 ---> e9705015a51f 00:39:52 00:39:52 Successfully built e9705015a51f 00:39:52 Successfully tagged docker-core-data-go:latest 00:39:55  Building docker-core-data-go ... done Removing intermediate container 36b69f1e5f58 00:39:55 ---> 4ef28b45cbf4 00:39:55 Step 20/26 : RUN pip install docker-compose==1.23.2 00:39:55 ---> Running in 84d263234568 00:39:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.237s coverage: 28.6% of statements 00:39:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:39:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:39:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.150s coverage: 100.0% of statements 00:39:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.114s coverage: 100.0% of statements 00:39:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.343s coverage: 86.7% of statements 00:39:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:39:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.342s coverage: 97.5% of statements 00:39:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.163s coverage: 78.3% of statements 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:39:56 Collecting docker-compose==1.23.2 00:39:56 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:39:56 Collecting jsonschema<3,>=2.5.1 00:39:56 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:39:56 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:39:56 Collecting docker<4.0,>=3.6.0 00:39:56 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:57 Collecting dockerpty<0.5,>=0.4.1 00:39:57 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:39:57 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:39:57 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:39:58 Collecting PyYAML<4,>=3.10 00:39:58 Downloading PyYAML-3.13.tar.gz (270 kB) 00:39:58 Collecting docopt<0.7,>=0.6.1 00:39:58 Downloading docopt-0.6.2.tar.gz (25 kB) 00:39:59 Collecting texttable<0.10,>=0.9.0 00:39:59 Downloading texttable-0.9.1.tar.gz (11 kB) 00:39:59 Collecting cached-property<2,>=1.2.0 00:39:59 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:39:59 Collecting websocket-client<1.0,>=0.32.0 00:39:59 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:40:00 Collecting docker-pycreds>=0.4.0 00:40:00 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:40:00 Collecting urllib3<1.25,>=1.21.1 00:40:00 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:40:00 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:40:00 Collecting idna<2.8,>=2.5 00:40:00 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:40:00 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:40:00 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:40:00 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:40:00 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:40:00 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:40:00 Installing collected packages: jsonschema, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, PyYAML, docopt, texttable, cached-property, docker-compose 00:40:00 Attempting uninstall: urllib3 00:40:00 Found existing installation: urllib3 1.25.9 00:40:00 Uninstalling urllib3-1.25.9: 00:40:00 Successfully uninstalled urllib3-1.25.9 00:40:00 Attempting uninstall: idna 00:40:00 Found existing installation: idna 2.9 00:40:00 Uninstalling idna-2.9: 00:40:00 Successfully uninstalled idna-2.9 00:40:01 Attempting uninstall: requests 00:40:01 Found existing installation: requests 2.23.0 00:40:01 Uninstalling requests-2.23.0: 00:40:01 Successfully uninstalled requests-2.23.0 00:40:01 Running setup.py install for dockerpty: started 00:40:01 Running setup.py install for dockerpty: finished with status 'done' 00:40:01 Running setup.py install for PyYAML: started 00:40:02 Running setup.py install for PyYAML: finished with status 'done' 00:40:02 Running setup.py install for docopt: started 00:40:02 Running setup.py install for docopt: finished with status 'done' 00:40:02 Running setup.py install for texttable: started 00:40:03 Running setup.py install for texttable: finished with status 'done' 00:40:03 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:40:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.309s coverage: 92.8% of statements 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.207s coverage: 0.1% of statements 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.069s coverage: 45.5% of statements 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.083s coverage: 79.5% of statements 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.135s coverage: 96.3% of statements 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.083s coverage: 87.5% of statements 00:40:08 Removing intermediate container 84d263234568 00:40:08 ---> 5a7b541d8858 00:40:08 Step 21/26 : RUN apk --no-cache add curl 00:40:08 ---> Running in d73532d86455 00:40:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:08 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:40:08 (2/3) Installing libcurl (7.69.1-r3) 00:40:08 (3/3) Installing curl (7.69.1-r3) 00:40:08 Executing busybox-1.31.1-r19.trigger 00:40:08 OK: 72 MiB in 58 packages 00:40:09 Removing intermediate container d73532d86455 00:40:09 ---> bb2698d8748f 00:40:09 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:40:09 ---> Running in 5ccc1c14b5e6 00:40:09 Removing intermediate container 5ccc1c14b5e6 00:40:09 ---> ce831563c44a 00:40:09 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:09 ---> Running in 1e8b4f43ca2d 00:40:09 Removing intermediate container 1e8b4f43ca2d 00:40:09 ---> c2e2faf2f286 00:40:09 Step 24/26 : LABEL arch=x86_64 00:40:09 ---> Running in d2f494778251 00:40:10 Removing intermediate container d2f494778251 00:40:10 ---> 033070ee1ad5 00:40:10 Step 25/26 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 00:40:10 ---> Running in f8c356a080e1 00:40:10 Removing intermediate container f8c356a080e1 00:40:10 ---> 3945102e1cbf 00:40:10 Step 26/26 : LABEL version=0.0.0 00:40:10 ---> Running in 5966ef7cccad 00:40:10 Removing intermediate container 5966ef7cccad 00:40:10 ---> e0a90c1ebf82 00:40:10 00:40:10 Successfully built e0a90c1ebf82 00:40:10 Successfully tagged docker-sys-mgmt-agent-go:latest 00:40:11  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:40:11 $ docker stop --time=1 5fe9ee40d4c6b57da275d0ad447cecb46516ae8d75385ebb6a53b76f5720266e 00:40:13 $ docker rm -f 5fe9ee40d4c6b57da275d0ad447cecb46516ae8d75385ebb6a53b76f5720266e [Pipeline] // withDockerContainer [Pipeline] sh 00:40:13 + docker images 00:40:13 + grep docker 00:40:13 docker-sys-mgmt-agent-go latest e0a90c1ebf82 3 seconds ago 313MB 00:40:13 docker-core-data-go latest e9705015a51f 22 seconds ago 22.4MB 00:40:13 docker-core-metadata-go latest b522a3e9bc2c 56 seconds ago 19MB 00:40:13 docker-core-command-go latest 848dd8834caa 56 seconds ago 17MB 00:40:13 docker-security-bootstrapper-go latest a6aa23d3687e About a minute ago 18.3MB 00:40:13 docker-security-secretstore-setup-go latest 0f8180dd298e 2 minutes ago 24.9MB 00:40:13 docker-support-scheduler-go latest 44fb5e13f7db 2 minutes ago 17.2MB 00:40:13 docker-security-proxy-setup-go latest 0f88813b81a4 2 minutes ago 24.7MB 00:40:13 docker-support-notifications-go latest 98dfd935622c 2 minutes ago 17.7MB 00:40:13 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:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.083s coverage: 94.4% of statements 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.072s coverage: 44.8% of statements 00:40:29 Still waiting to schedule task 00:40:29 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.141s coverage: 92.9% of statements 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.066s coverage: 77.8% of statements 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.086s coverage: 87.2% of statements 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.138s coverage: 87.2% of statements 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.128s coverage: 84.6% of statements 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.193s coverage: 91.6% of statements 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.608s coverage: 62.4% of statements 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.864s coverage: 68.9% of statements 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.377s coverage: 36.1% of statements 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.453s coverage: 47.0% of statements 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.137s coverage: 100.0% of statements 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.120s coverage: 100.0% of statements 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.328s coverage: 89.4% of statements 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:40:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.094s coverage: 29.1% of statements 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.193s coverage: 99.0% of statements 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:40:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.180s coverage: 100.0% of statements 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:40:49 ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.043s coverage: 100.0% of statements 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.078s coverage: 87.9% of statements 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:40:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements 00:40:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 00:40:51 GO111MODULE=on go vet ./... 00:41:23 Running on prd-ubuntu18.04-docker-8c-8g-27050 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:41:23 Running in /w/workspace/edgex-go/67 [Pipeline] { [Pipeline] checkout 00:41:25 using credential edgex-jenkins-ssh 00:41:25 Cloning the remote Git repository 00:41:25 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:41:25 > git init /w/workspace/edgex-go/67 # timeout=10 00:41:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:25 > git --version # timeout=10 00:41:25 > git --version # 'git version 2.17.1' 00:41:25 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:38 Merging remotes/origin/master commit 61638ca62d33426a2ce3f2b4b107772a009d1874 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:41:39 Merge succeeded, producing 49757fb2d6348b309d2dccbef671795b34a85d07 00:41:39 Checking out Revision 49757fb2d6348b309d2dccbef671795b34a85d07 (PR-2858) 00:41:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:38 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:38 > 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:41:38 > git config core.sparsecheckout # timeout=10 00:41:38 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:41:38 > git remote # timeout=10 00:41:38 > git config --get remote.origin.url # timeout=10 00:41:38 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:38 > git merge 61638ca62d33426a2ce3f2b4b107772a009d1874 # timeout=10 00:41:38 > git rev-parse HEAD^{commit} # timeout=10 00:41:39 > git config core.sparsecheckout # timeout=10 00:41:39 > git checkout -f 49757fb2d6348b309d2dccbef671795b34a85d07 # timeout=10 00:41:42 Commit message: "Merge commit '61638ca62d33426a2ce3f2b4b107772a009d1874' into HEAD" 00:41:42 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:41:42 > git rev-list --no-walk 947f2c12fb082df941e406355c82021bd87e8973 # timeout=10 00:41:43 + echo snap-build.sh 00:41:43 snap-build.sh 00:41:43 + SNAP_BASE_DIR=. 00:41:43 + '[' '!' -z /w/workspace/edgex-go/67 ']' 00:41:43 + SNAP_BASE_DIR=/w/workspace/edgex-go/67 00:41:43 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/67]' 00:41:43 [snap-build] Building snap in dir [/w/workspace/edgex-go/67] 00:41:43 + cd /w/workspace/edgex-go/67 00:41:43 + sudo apt-get remove -qy --purge lxd lxd-client 00:41:43 Reading package lists... 00:41:43 Building dependency tree... 00:41:43 Reading state information... 00:41:44 The following packages were automatically installed and are no longer required: 00:41:44 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:41:44 uidmap xdelta3 00:41:44 Use 'sudo apt autoremove' to remove them. 00:41:44 The following packages will be REMOVED: 00:41:44 lxd* lxd-client* 00:41:44 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:41:44 After this operation, 31.7 MB disk space will be freed. 00:41:46 (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:41:46 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:46 Removing lxd dnsmasq configuration 00:41:46 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:41:47 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:41:48 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:41:48 (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:41:48 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:49 Processing triggers for systemd (237-3ubuntu10.42) ... 00:41:49 Processing triggers for ureadahead (0.100.0-21) ... 00:41:50 + sudo snap remove --purge lxd 00:41:51 snap "lxd" is not installed 00:41:51 + sudo groupadd --force --system lxd 00:41:51 ++ whoami 00:41:51 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:41:51 + newgrp - lxd 00:41:51 + sudo snap install lxd 00:41:59 2021-02-21T00:41:56Z INFO Waiting for automatic snapd restart... 00:42:12 gofmt -l . 00:42:12 [ "`gofmt -l .`" = "" ] 00:42:12 ./bin/test-go-mod-tidy.sh 00:42:12 ./bin/test-attribution-txt.sh [Pipeline] sh 00:42:14 + ls -al . 00:42:14 total 732 00:42:14 drwxrwxr-x 9 1001 1001 4096 Feb 21 00:42 . 00:42:14 drwxr-xr-x 4 root root 4096 Feb 21 00:37 .. 00:42:14 -rw-rw-r-- 1 1001 1001 11 Feb 21 00:36 .dockerignore 00:42:14 drwxrwxr-x 8 1001 1001 4096 Feb 21 00:36 .git 00:42:14 drwxrwxr-x 3 1001 1001 4096 Feb 21 00:36 .github 00:42:14 -rw-rw-r-- 1 1001 1001 818 Feb 21 00:36 .gitignore 00:42:14 -rw-rw-r-- 1 1001 1001 166 Feb 21 00:36 .sonarcloud.properties 00:42:14 -rw-rw-r-- 1 1001 1001 8475 Feb 21 00:36 Attribution.txt 00:42:14 -rw-rw-r-- 1 1001 1001 3804 Feb 21 00:36 CONTRIBUTING.md 00:42:14 -rw-rw-r-- 1 1001 1001 931 Feb 21 00:36 Dockerfile.build 00:42:14 -rw-rw-r-- 1 1001 1001 863 Feb 21 00:36 Jenkinsfile 00:42:14 -rw-rw-r-- 1 1001 1001 10775 Feb 21 00:36 LICENSE 00:42:14 -rw-rw-r-- 1 1001 1001 5774 Feb 21 00:36 Makefile 00:42:14 -rw-rw-r-- 1 1001 1001 6524 Feb 21 00:36 README.md 00:42:14 -rw-rw-r-- 1 1001 1001 6755 Feb 21 00:36 SECURITY.md 00:42:14 -rw-rw-r-- 1 1001 1001 5 Feb 21 00:32 VERSION 00:42:14 -rw-rw-r-- 1 1001 1001 4131 Feb 21 00:36 ZMQWindows.md 00:42:14 drwxrwxr-x 2 1001 1001 4096 Feb 21 00:36 bin 00:42:14 drwxrwxr-x 14 1001 1001 4096 Feb 21 00:36 cmd 00:42:14 -rw-r--r-- 1 root root 591368 Feb 21 00:40 coverage.out 00:42:14 -rw-r--r-- 1 root root 1055 Feb 21 00:42 go.mod 00:42:14 -rw-r--r-- 1 root root 21410 Feb 21 00:42 go.sum 00:42:14 drwxrwxr-x 8 1001 1001 4096 Feb 21 00:36 internal 00:42:14 drwxrwxr-x 4 1001 1001 4096 Feb 21 00:36 openapi 00:42:14 drwxrwxr-x 4 1001 1001 4096 Feb 21 00:36 snap 00:42:14 -rw-rw-r-- 1 1001 1001 168 Feb 21 00:36 version.go [Pipeline] sh 00:42:14 + '[' -e coverage.out ] 00:42:14 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:14 Warning: overwriting stash ‘coverage-report’ 00:42:16 Stashed 1 file(s) [Pipeline] sh 00:42:18 lxd 4.11 from Canonical* installed 00:42:18 + sudo lxd init --auto 00:42:18 + make build 00:42:18 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:24 + sudo snap install --classic snapcraft 00:42:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:42:31 snapcraft 4.5.1 from Canonical* installed 00:42:31 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:42:31 + patch --verbose -p1 00:42:31 Hmm... Looks like a unified diff to me... 00:42:31 The text leading up to this was: 00:42:31 -------------------------- 00:42:31 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:42:31 |From: Tony Espy 00:42:31 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:42:31 |Subject: [PATCH] optimize snap build for pipeline CI check 00:42:31 | 00:42:31 |This patch is used by the EdgeX CI pipeline builds to 00:42:31 |optimize the snap CI check run for pull requests. When 00:42:31 |applied, it essentially strips out everything (apps and 00:42:31 |parts) from the snapcraft.yaml file except those required 00:42:31 |to build edgex-go, as the whole idea of the CI check is to 00:42:31 |catch changes to edgex-go that break the snap build. 00:42:31 | 00:42:31 |In general, anyone updating snapcraft.yaml will also need 00:42:31 |to update this patch file, otherwise it may fail to apply, 00:42:31 |resulting in a failed snap build CI check in the associated 00:42:31 |pull request. 00:42:31 | 00:42:31 |Note - in addition to applying this patch, the pipeline also 00:42:31 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:42:31 |need to build the finally binary .snap file (and it won't 00:42:31 |work with the patch applied). This further reduces the build 00:42:31 |time. 00:42:31 |--- 00:42:31 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:42:31 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:42:31 | 00:42:31 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:42:31 |index 1e537489..faf42425 100644 00:42:31 |--- a/snap/snapcraft.yaml 00:42:31 |+++ b/snap/snapcraft.yaml 00:42:31 -------------------------- 00:42:31 patching file snap/snapcraft.yaml 00:42:31 Using Plan A... 00:42:31 Hunk #1 succeeded at 73. 00:42:31 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 00:42:31 Hunk #3 succeeded at 217 (offset 3 lines). 00:42:31 Hunk #4 FAILED at 222. 00:42:31 Hunk #5 succeeded at 303 (offset 4 lines). 00:42:31 Hunk #6 succeeded at 330 (offset 4 lines). 00:42:31 Hunk #7 succeeded at 364 (offset 4 lines). 00:42:31 Hunk #8 FAILED at 411. 00:42:31 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:42:31 Hmm... Ignoring the trailing garbage. 00:42:31 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:42:32 Failed in branch amd64 00:42:55 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:42:56 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:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:43:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:43:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:43:14 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:18 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:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:43:26 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:30 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:37 $ docker stop --time=1 1b027ff70edb508e28cb26e55996d24571aa604dc5eedcfe45ec3536ec151340 00:43:39 $ docker rm -f 1b027ff70edb508e28cb26e55996d24571aa604dc5eedcfe45ec3536ec151340 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:41 00:43:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:43:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:42 latest: Pulling from edgex-devops/edgex-compose-arm64 00:43:42 29e5d40040c1: Pulling fs layer 00:43:42 1ce36da41761: Pulling fs layer 00:43:42 25b303627fd3: Pulling fs layer 00:43:42 29e5d40040c1: Download complete 00:43:43 1ce36da41761: Verifying Checksum 00:43:43 1ce36da41761: Download complete 00:43:43 29e5d40040c1: Pull complete 00:43:44 1ce36da41761: Pull complete 00:43:45 25b303627fd3: Download complete 00:43:55 25b303627fd3: Pull complete 00:43:55 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:43:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:43:55 prd-ubuntu18.04-docker-arm64-4c-16g-27048 does not seem to be running inside a container 00:43:55 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/67 -v /w/workspace/edgex-go/67:/w/workspace/edgex-go/67:rw,z -v /w/workspace/edgex-go/67@tmp:/w/workspace/edgex-go/67@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:58 $ docker top c3ce694f329095b6be67e0c84fb1271c2292059c6f96e56cf571eb583dc611d2 -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:59 + docker-compose build --help 00:43:59 + grep parallel 00:44:04 --parallel Build images in parallel. [Pipeline] } 00:44:04 $ docker stop --time=1 c3ce694f329095b6be67e0c84fb1271c2292059c6f96e56cf571eb583dc611d2 00:44:06 $ docker rm -f c3ce694f329095b6be67e0c84fb1271c2292059c6f96e56cf571eb583dc611d2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:06 . [Pipeline] withDockerContainer 00:44:07 prd-ubuntu18.04-docker-arm64-4c-16g-27048 does not seem to be running inside a container 00:44:07 $ 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/67 -v /w/workspace/edgex-go/67:/w/workspace/edgex-go/67:rw,z -v /w/workspace/edgex-go/67@tmp:/w/workspace/edgex-go/67@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:08 $ docker top 3f4ec75bf737f27fce0b191999421bc97191587b34bcfe8636b4baeb32b26700 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:09 + docker-compose -f ./docker-compose-build.yml build --parallel 00:44:13 Building docker-core-command-go ... 00:44:13 Building docker-core-data-go ... 00:44:13 Building docker-core-metadata-go ... 00:44:13 Building docker-security-bootstrapper-go ... 00:44:13 Building docker-security-proxy-setup-go ... 00:44:13 Building docker-security-secretstore-setup-go ... 00:44:13 Building docker-support-notifications-go ... 00:44:13 Building docker-support-scheduler-go ... 00:44:13 Building docker-sys-mgmt-agent-go ... 00:44:13 Building docker-core-command-go 00:44:13 Building docker-core-data-go 00:44:13 Building docker-sys-mgmt-agent-go 00:44:13 Building docker-core-metadata-go 00:44:13 Building docker-security-secretstore-setup-go 00:45:35 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:45:35 ---> a2f159c3aad9 00:45:35 Step 3/24 : WORKDIR /edgex-go 00:45:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:45:35 ---> a2f159c3aad9 00:45:35 Step 3/23 : WORKDIR /edgex-go 00:45:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:45:35 ---> a2f159c3aad9 00:45:35 Step 3/23 : WORKDIR /edgex-go 00:45:35 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:35 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:45:35 ---> a2f159c3aad9 00:45:35 Step 3/26 : WORKDIR /edgex-go 00:45:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:45:35 ---> a2f159c3aad9 00:45:35 Step 3/23 : WORKDIR /edgex-go 00:45:35 ---> Running in f011be8254c8 00:45:35 ---> Running in ceae52c0794b 00:45:35 ---> Running in 8e22b8a931b4 00:45:35 ---> Running in 033865d02486 00:45:35 ---> Running in cf067e4e11f3 00:45:35 Removing intermediate container 8e22b8a931b4 00:45:35 ---> ccfbc8695977 00:45:35 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:35 Removing intermediate container 033865d02486 00:45:35 ---> 46449c3d6341 00:45:35 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:35 Removing intermediate container cf067e4e11f3 00:45:35 ---> 3ac2e9c5d759 00:45:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:35 Removing intermediate container f011be8254c8 00:45:35 ---> 00b21cb0809f 00:45:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:35 Removing intermediate container ceae52c0794b 00:45:35 ---> d8a7c1983aa7 00:45:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:35 ---> Running in 57f2950a0df2 00:45:35 ---> Running in f92a98063762 00:45:35 ---> Running in cad2374d3a1a 00:45:35 ---> Running in 85702b15938d 00:45:35 ---> Running in 23a2182d0dfd 00:45:35 Removing intermediate container 85702b15938d 00:45:35 ---> a2694234c635 00:45:35 Step 5/23 : RUN apk add --update --no-cache make git 00:45:35 ---> Running in 15fdfd55a958 00:45:35 Removing intermediate container f92a98063762 00:45:35 ---> 10af659e4fe8 00:45:35 Step 5/24 : RUN apk add --update --no-cache make gitRemoving intermediate container 57f2950a0df2 00:45:35 ---> 1fe7ade5e240 00:45:35 Step 5/26 : RUN apk add --update --no-cache make bash git 00:45:35 00:45:35 ---> Running in 949a31e8ac31 00:45:35 ---> Running in d546b80e6b85 00:45:35 Removing intermediate container 23a2182d0dfd 00:45:35 ---> 7dd1e1b8e517 00:45:35 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:45:35 Removing intermediate container cad2374d3a1a 00:45:35 ---> 591005a93cdf 00:45:35 Step 5/23 : RUN apk add --update --no-cache make git 00:45:35 ---> Running in c91c1a9f945e 00:45:35 ---> Running in 5e01a081dea2 00:45:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:39 OK: 217 MiB in 51 packages 00:45:39 OK: 217 MiB in 51 packages 00:45:40 OK: 217 MiB in 51 packages 00:45:40 OK: 217 MiB in 51 packages 00:45:40 OK: 217 MiB in 51 packages 00:45:40 Removing intermediate container 15fdfd55a958 00:45:40 ---> 986f3e8202cc 00:45:40 Step 6/23 : COPY go.mod . 00:45:41 ---> f74fd22068e3 00:45:41 Step 7/23 : RUN go mod download 00:45:41 ---> Running in e06460989041 00:45:41 Removing intermediate container 949a31e8ac31 00:45:41 ---> 83abc01223d0 00:45:41 Step 6/26 : COPY go.mod . 00:45:41 Removing intermediate container d546b80e6b85 00:45:41 ---> dcdc24891f86 00:45:41 Step 6/24 : COPY go.mod . 00:45:42 Removing intermediate container c91c1a9f945e 00:45:42 ---> 96c126e9fc71 00:45:42 Step 6/23 : COPY go.mod . 00:45:42 Removing intermediate container 5e01a081dea2 00:45:42 ---> d5ba4bbfb7cd 00:45:42 Step 6/23 : COPY go.mod . 00:45:42 ---> f95550eab694 00:45:42 Step 7/26 : RUN go mod download 00:45:42 ---> c7eec2183568 00:45:42 Step 7/24 : RUN go mod download 00:45:42 ---> Running in 3cfd9ee91d98 00:45:43 ---> Running in 2c386a504e7b 00:45:43 ---> 880e133f3535 00:45:43 Step 7/23 : RUN go mod download 00:45:43 ---> Running in 9424051d8397 00:45:43 ---> 518372f53bef 00:45:43 Step 7/23 : RUN go mod download 00:45:44 ---> Running in c66407939310 00:45:45 Removing intermediate container e06460989041 00:45:45 ---> 6082bbb28db3 00:45:45 Step 8/23 : COPY . . 00:45:49 Removing intermediate container 2c386a504e7b 00:45:49 ---> 7c06a275318d 00:45:49 Step 8/24 : COPY . . 00:45:49 Removing intermediate container 3cfd9ee91d98 00:45:49 ---> 6947bb7ad6e0 00:45:49 Step 8/26 : COPY . . 00:45:50 Removing intermediate container c66407939310 00:45:50 ---> edfa52867c79 00:45:50 Step 8/23 : COPY . . 00:45:50 Removing intermediate container 9424051d8397 00:45:50 ---> ebe166a47895 00:45:50 Step 8/23 : COPY . . 00:46:12 ---> bbb09c0382a8 00:46:12 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:46:12 ---> Running in 680cf144392a 00:46:12 ---> ebbb7fdeef72 00:46:12 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:46:12 ---> 16f7c2150b88 00:46:12 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:46:12 ---> Running in d4573467d28f 00:46:12 ---> Running in 50046b65fd01 00:46:12 ---> 085fb66cfa53 00:46:12 Step 9/23 : RUN make cmd/core-command/core-command 00:46:12 ---> 91101aaa6104 00:46:12 Step 9/23 : RUN make cmd/core-data/core-data 00:46:12 ---> Running in bad82e9922e4 00:46:12 ---> Running in a2e3ceeff5bd 00:46:13 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:14 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:14 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:14 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:46: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:47:51 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:58 Removing intermediate container d4573467d28f 00:47:58 ---> f720349ad574 00:47:58 00:47:58 Step 10/24 : FROM alpine:3.12 00:47:58 3.12: Pulling from library/alpine 00:48:00 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:48:00 Status: Downloaded newer image for alpine:3.12 00:48:00 ---> afeebe901d6b 00:48:00 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:48:00 ---> Running in fe67ef3ce00f 00:48:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:04 (1/5) Installing ca-certificates (20191127-r4) 00:48:04 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:48:04 (3/5) Installing libcurl (7.69.1-r3) 00:48:04 (4/5) Installing curl (7.69.1-r3) 00:48:04 (5/5) Installing dumb-init (1.2.2-r1) 00:48:04 Executing busybox-1.31.1-r19.trigger 00:48:04 Executing ca-certificates-20191127-r4.trigger 00:48:04 OK: 7 MiB in 19 packages 00:48:04 Removing intermediate container 50046b65fd01 00:48:04 ---> fbf726bed027 00:48:04 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:48:05 ---> Running in f472047edf6e 00:48:07 Removing intermediate container fe67ef3ce00f 00:48:07 ---> 659c37b2b782 00:48:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:07 ---> Running in 177fb3be3ed4 00:48:07 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:08 Removing intermediate container 177fb3be3ed4 00:48:08 ---> 873f9eb16e42 00:48:08 Step 13/24 : WORKDIR / 00:48:08 ---> Running in e81b96f37a11 00:48:09 Removing intermediate container e81b96f37a11 00:48:09 ---> 0f465be0809d 00:48:09 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:10 ---> 68cbaf71fd35 00:48:10 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:12 ---> cb1e804fc3bf 00:48:12 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:48:14 ---> eff4e09f98e7 00:48:14 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:48:15 Removing intermediate container f472047edf6e 00:48:15 ---> f0696db1310c 00:48:15 00:48:15 Step 11/26 : FROM docker:20.10.0 00:48:15 20.10.0: Pulling from library/docker 00:48:18 ---> 2b43f20094cb 00:48:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:48:19 Removing intermediate container bad82e9922e4 00:48:19 ---> 166c686a317a 00:48:19 00:48:19 Step 10/23 : FROM alpine:3.12 00:48:19 ---> afeebe901d6b 00:48:19 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:48:19 ---> Running in 7c8782200857 00:48:20 ---> e2b36e431a1b 00:48:20 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:48:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:22 (1/1) Installing dumb-init (1.2.2-r1) 00:48:22 Executing busybox-1.31.1-r19.trigger 00:48:22 OK: 5 MiB in 15 packages 00:48:23 ---> 4c16a4c28655 00:48:23 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:23 ---> Running in 819bdb51cbd2 00:48:25 Removing intermediate container 7c8782200857 00:48:25 ---> 1a481eaaa75a 00:48:25 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:26 ---> Running in 758148d896b3 00:48:27 Removing intermediate container 758148d896b3 00:48:27 ---> 0c961d545343 00:48:27 Step 13/23 : ENV APP_PORT=48082 00:48:27 ---> Running in cfcca469ac59 00:48:28 Removing intermediate container 819bdb51cbd2 00:48:28 ---> afd461c4e683 00:48:28 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:48:28 Removing intermediate container 680cf144392a 00:48:28 ---> 1f83165820c6 00:48:28 00:48:28 Step 10/23 : FROM alpine:3.12 00:48:28 ---> afeebe901d6b 00:48:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:48:28 ---> Using cache 00:48:28 ---> 1a481eaaa75a 00:48:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:28 ---> Using cache 00:48:28 ---> 0c961d545343 00:48:28 Step 13/23 : ENV APP_PORT=48081 00:48:28 ---> Running in 9df18264436c 00:48:29 Removing intermediate container cfcca469ac59 00:48:29 ---> 8cde93ab1876 00:48:29 Step 14/23 : EXPOSE $APP_PORT 00:48:29 ---> Running in 6690350562d1 00:48:29 ---> Running in 982177a17f9b 00:48:29 Removing intermediate container 9df18264436c 00:48:29 ---> bd11b73b1ef0 00:48:29 Step 22/24 : LABEL arch=arm64 00:48:30 ---> Running in 9a6237bcf3c4 00:48:30 Removing intermediate container 6690350562d1 00:48:30 ---> ea289ae9ef0b 00:48:30 Step 14/23 : EXPOSE $APP_PORT 00:48:30 Removing intermediate container 982177a17f9b 00:48:31 ---> 49bf9fec7d0f 00:48:31 Step 15/23 : WORKDIR / 00:48:31 ---> Running in 7b003c6adcc9 00:48:32 Removing intermediate container 9a6237bcf3c4 00:48:32 ---> 5b06d8873aca 00:48:32 Step 23/24 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 00:48:32 ---> Running in 8c6199492c59 00:48:32 ---> Running in 87792d7910b6 00:48:32 Removing intermediate container 7b003c6adcc9 00:48:32 ---> 63999a44efd1 00:48:32 Step 15/23 : WORKDIR / 00:48:33 ---> Running in b32fbe00bdb0 00:48:33 Removing intermediate container a2e3ceeff5bd 00:48:33 ---> 901f9b7e28d3 00:48:33 00:48:33 Step 10/23 : FROM alpine:3.12 00:48:33 ---> afeebe901d6b 00:48:33 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:48:33 ---> Running in ae730f727c5b 00:48:33 Removing intermediate container 8c6199492c59 00:48:33 ---> c8a7fa4b077b 00:48:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:33 Removing intermediate container 87792d7910b6 00:48:33 ---> 12802bdb2a68 00:48:33 Step 24/24 : LABEL version=0.0.0 00:48:33 ---> Running in 06731e9222ce 00:48:34 Removing intermediate container b32fbe00bdb0 00:48:34 ---> 5e7b23b61ae4 00:48:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:34 Removing intermediate container ae730f727c5b 00:48:34 ---> c4e2863de8f6 00:48:34 Step 12/23 : ENV APP_PORT=48080 00:48:34 ---> Running in 72431e18c97d 00:48:34 ---> b1c5e488f556 00:48:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:48:34 Removing intermediate container 06731e9222ce 00:48:34 ---> f2fca254181c 00:48:34 00:48:34 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:48:34 Status: Downloaded newer image for docker:20.10.0 00:48:34 ---> eeaf43b92773 00:48:34 Step 12/26 : RUN apk add --no-cache bash 00:48:34 ---> Running in 0dfaf10a0db1 00:48:35 Successfully built f2fca254181c 00:48:35 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:48:35  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 00:48:35 ---> cdc279c0beff 00:48:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:48:35 Removing intermediate container 72431e18c97d 00:48:35 ---> b37cc8d26e43 00:48:35 Step 13/23 : EXPOSE $APP_PORT 00:48:35 ---> Running in 25e7aadbe3ef 00:48:36 ---> 03b01f50cc68 00:48:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:48:36 Removing intermediate container 25e7aadbe3ef 00:48:36 ---> ffdac33cdf72 00:48:36 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:37 (1/2) Installing readline (8.0.4-r0) 00:48:37 (2/2) Installing bash (5.0.17-r0) 00:48:37 Executing bash-5.0.17-r0.post-install 00:48:37 Executing busybox-1.31.1-r19.trigger 00:48:37 OK: 12 MiB in 22 packages 00:48:38 ---> Running in 8b0bc8be0103 00:48:38 ---> d5c3de09c93d 00:48:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:48:39 ---> d47252f959f9 00:48:39 Step 19/23 : ENTRYPOINT ["/core-command"] 00:48:39 ---> Running in 981a77175a64 00:48:39 ---> 0c2ca13ad1f8 00:48:39 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:48:40 ---> Running in 676128c93f22 00:48:40 Removing intermediate container 981a77175a64 00:48:40 ---> 6843f413b820 00:48:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:40 Removing intermediate container 0dfaf10a0db1 00:48:40 ---> be5f19898d73 00:48:40 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:48:41 ---> Running in 5e6fa3b4c4cc 00:48:41 ---> Running in b20f8a4504d3 00:48:41 Removing intermediate container 676128c93f22 00:48:41 ---> e45b93c65a3f 00:48:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:41 ---> Running in d15d4743133f 00:48:42 Removing intermediate container b20f8a4504d3 00:48:42 Removing intermediate container 5e6fa3b4c4cc 00:48:42 ---> 341192d9cd44 00:48:42 Step 14/26 : ENV APP_PORT=48090 00:48:42 ---> 346fafccfac4 00:48:42 Step 21/23 : LABEL arch=arm64 00:48:42 ---> Running in 7c904fd7acdd 00:48:42 ---> Running in 936d7eedc12d 00:48:42 Removing intermediate container 8b0bc8be0103 00:48:42 ---> adba1a64205a 00:48:42 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:48:42 Removing intermediate container d15d4743133f 00:48:42 ---> 1ba9dba838b7 00:48:42 Step 21/23 : LABEL arch=arm64 00:48:42 ---> Running in 3e25f497ba99 00:48:42 ---> Running in bbb41221eb6b 00:48:43 Removing intermediate container 7c904fd7acdd 00:48:43 ---> 5103288c6a66 00:48:43 Step 15/26 : EXPOSE $APP_PORT 00:48:43 Removing intermediate container 936d7eedc12d 00:48:43 ---> b914bb3cc51a 00:48:43 Step 22/23 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 00:48:43 ---> Running in f8c2b0db854f 00:48:43 ---> Running in 2b81cf5689f6 00:48:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:44 Removing intermediate container bbb41221eb6b 00:48:44 ---> 1c9ba8e35638 00:48:44 Step 22/23 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 00:48:44 Removing intermediate container f8c2b0db854f 00:48:44 ---> fb879f547f1f 00:48:44 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:48:45 ---> Running in 72aceb773c38 00:48:45 Removing intermediate container 2b81cf5689f6 00:48:45 ---> 3653c42f0cb5 00:48:45 Step 23/23 : LABEL version=0.0.0 00:48:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:45 ---> Running in b986d715b5a3 00:48:45 Removing intermediate container 72aceb773c38 00:48:45 ---> 3eedc8dc1064 00:48:45 Step 23/23 : LABEL version=0.0.0 00:48:46 (1/6) Installing dumb-init (1.2.2-r1) 00:48:46 (2/6) Installing libgcc (9.3.0-r2) 00:48:46 (3/6) Installing libsodium (1.0.18-r0) 00:48:46 ---> Running in 2fe60d5ee45d 00:48:46 Removing intermediate container b986d715b5a3 00:48:46 ---> 9367a4ac0bc2 00:48:46 00:48:46 (4/6) Installing libstdc++ (9.3.0-r2) 00:48:46 ---> 586d53c85c0e 00:48:46 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:48:46 (5/6) Installing libzmq (4.3.3-r0) 00:48:47 (6/6) Installing zeromq (4.3.3-r0) 00:48:47 Successfully built 9367a4ac0bc2 00:48:47 Executing busybox-1.31.1-r19.trigger 00:48:47 OK: 8 MiB in 20 packages 00:48:47 Successfully tagged docker-core-command-go-arm64:latest 00:48:47  Building docker-core-command-go ... done Building docker-support-notifications-go 00:48:47 Removing intermediate container 2fe60d5ee45d 00:48:47 ---> 6311883de686 00:48:47 00:48:47 Successfully built 6311883de686 00:48:47 ---> 1cd18276baf5 00:48:47 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:48:47 Successfully tagged docker-core-metadata-go-arm64:latest 00:48:47 Building docker-security-bootstrapper-go 00:48:49  Building docker-core-metadata-go ... done Removing intermediate container 3e25f497ba99 00:48:49 ---> e1027bfb7bab 00:48:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:49 ---> 71eeb1b567d8 00:48:49 Step 19/26 : RUN apk --no-cache add py3-pip 00:48:49 ---> Running in e07d950d831a 00:48:49 ---> d8388e075d43 00:48:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:48:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:51 (1/33) Installing libbz2 (1.0.8-r1) 00:48:51 (2/33) Installing expat (2.2.9-r1) 00:48:51 (3/33) Installing libffi (3.3-r2) 00:48:51 (4/33) Installing gdbm (1.13-r1) 00:48:51 (5/33) Installing xz-libs (5.2.5-r0) 00:48:51 (6/33) Installing sqlite-libs (3.32.1-r0) 00:48:51 (7/33) Installing python3 (3.8.5-r1) 00:48:53 (8/33) Installing py3-appdirs (1.4.4-r1) 00:48:53 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:48:53 (10/33) Installing py3-parsing (2.4.7-r0) 00:48:53 (11/33) Installing py3-six (1.15.0-r0) 00:48:53 (12/33) Installing py3-packaging (20.4-r0) 00:48:53 (13/33) Installing py3-setuptools (47.0.0-r0) 00:48:53 (14/33) Installing py3-chardet (3.0.4-r4) 00:48:53 (15/33) Installing py3-idna (2.9-r0) 00:48:53 ---> 2edd238b903c 00:48:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:48:53 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:48:53 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:48:53 (18/33) Installing py3-requests (2.23.0-r0) 00:48:53 (19/33) Installing py3-msgpack (1.0.0-r0) 00:48:53 (20/33) Installing py3-lockfile (0.12.2-r3) 00:48:53 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:48:53 (22/33) Installing py3-colorama (0.4.3-r0) 00:48:53 (23/33) Installing py3-distlib (0.3.0-r0) 00:48:53 (24/33) Installing py3-distro (1.5.0-r1) 00:48:53 (25/33) Installing py3-webencodings (0.5.1-r3) 00:48:53 (26/33) Installing py3-html5lib (1.0.1-r4) 00:48:53 (27/33) Installing py3-pytoml (0.1.21-r0) 00:48:53 (28/33) Installing py3-pep517 (0.8.2-r0) 00:48:53 (29/33) Installing py3-progress (1.5-r0) 00:48:53 (30/33) Installing py3-toml (0.10.1-r0) 00:48:53 (31/33) Installing py3-retrying (1.3.3-r0) 00:48:54 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:48:54 (33/33) Installing py3-pip (20.1.1-r0) 00:48:54 Executing busybox-1.31.1-r19.trigger 00:48:54 OK: 71 MiB in 55 packages 00:48:56 ---> 4b26a11a2b8a 00:48:56 Step 19/23 : ENTRYPOINT ["/core-data"] 00:48:56 ---> Running in 348ed0bff4e9 00:48:56 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:56 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:48:56 ---> a2f159c3aad9 00:48:56 Step 3/21 : WORKDIR /edgex-go 00:48:56 ---> Using cache 00:48:56 ---> d8a7c1983aa7 00:48:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:56 ---> Using cache 00:48:56 ---> 591005a93cdf 00:48:56 Step 5/21 : RUN apk add --update --no-cache make git 00:48:56 ---> Using cache 00:48:56 ---> d5ba4bbfb7cd 00:48:56 Step 6/21 : COPY go.mod . 00:48:56 ---> Using cache 00:48:56 ---> 518372f53bef 00:48:56 Step 7/21 : RUN go mod download 00:48:56 ---> Using cache 00:48:56 ---> edfa52867c79 00:48:56 Step 8/21 : COPY . . 00:48:56 ---> Using cache 00:48:56 ---> 085fb66cfa53 00:48:56 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:48:57 ---> Running in e58204adb68a 00:48:57 Removing intermediate container 348ed0bff4e9 00:48:57 ---> d855152bb967 00:48:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:58 ---> Running in 7a27a358f43f 00:48:59 Removing intermediate container 7a27a358f43f 00:48:59 ---> 42fd8d6619b6 00:48:59 Step 21/23 : LABEL arch=arm64 00:49:00 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:01 ---> Running in 0f6a20c7a669 00:49:02 Removing intermediate container 0f6a20c7a669 00:49:02 ---> e0db911acf25 00:49:02 Step 22/23 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 00:49:02 ---> Running in 8f5c89eed813 00:49:03 Removing intermediate container 8f5c89eed813 00:49:03 ---> d4a7db18cc75 00:49:03 Step 23/23 : LABEL version=0.0.0 00:49:03 ---> Running in 7f6170dc3e1b 00:49:03 Removing intermediate container e07d950d831a 00:49:03 ---> 0f0e0d6e4dde 00:49:03 Step 20/26 : RUN pip install docker-compose==1.23.2 00:49:03 ---> Running in 3d7fadee23aa 00:49:04 Removing intermediate container 7f6170dc3e1b 00:49:04 ---> e2c5b30ee980 00:49:04 00:49:04 Successfully built e2c5b30ee980 00:49:04 Successfully tagged docker-core-data-go-arm64:latest 00:49:04 Building docker-support-scheduler-go 00:49:11  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 00:49:11 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:49:11 Collecting jsonschema<3,>=2.5.1 00:49:11 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:49:12 Collecting texttable<0.10,>=0.9.0 00:49:12 Downloading texttable-0.9.1.tar.gz (11 kB) 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 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:17 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:49:17 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:49:17 Collecting cached-property<2,>=1.2.0 00:49:17 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:49:18 Collecting dockerpty<0.5,>=0.4.1 00:49:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:49:21 Collecting docker<4.0,>=3.6.0 00:49:21 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:49:22 Collecting PyYAML<4,>=3.10 00:49:22 Downloading PyYAML-3.13.tar.gz (270 kB) 00:49:27 Collecting docopt<0.7,>=0.6.1 00:49:27 Downloading docopt-0.6.2.tar.gz (25 kB) 00:49:29 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:29 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:29 Collecting idna<2.8,>=2.5 00:49:29 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:49:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:49:29 ---> a2f159c3aad9 00:49:29 Step 3/22 : WORKDIR /edgex-go 00:49:29 ---> Using cache 00:49:29 ---> d8a7c1983aa7 00:49:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:29 ---> Using cache 00:49:29 ---> 591005a93cdf 00:49:29 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:49:30 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:30 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:49:30 ---> a2f159c3aad9 00:49:30 Step 3/30 : WORKDIR /edgex-go 00:49:30 ---> Using cache 00:49:30 ---> d8a7c1983aa7 00:49:30 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:30 ---> Using cache 00:49:30 ---> 591005a93cdf 00:49:30 Step 5/30 : RUN apk add --update --no-cache make git 00:49:30 ---> Using cache 00:49:30 ---> d5ba4bbfb7cd 00:49:30 Step 6/30 : COPY go.mod . 00:49:30 ---> Using cache 00:49:30 ---> 518372f53bef 00:49:30 Step 7/30 : RUN go mod download 00:49:30 ---> Using cache 00:49:30 ---> edfa52867c79 00:49:30 Step 8/30 : COPY . . 00:49:30 ---> Using cache 00:49:30 ---> 085fb66cfa53 00:49:30 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:49:30 Collecting urllib3<1.25,>=1.21.1 00:49:30 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:49:32 Collecting docker-pycreds>=0.4.0 00:49:32 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:49:33 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:49:33 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:49:33 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:49:33 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:49:34 Installing collected packages: jsonschema, texttable, websocket-client, idna, urllib3, requests, cached-property, dockerpty, docker-pycreds, docker, PyYAML, docopt, docker-compose 00:49:35 ---> Running in c9935596b2d9 00:49:35 ---> Running in bff5d202b283 00:49:35 Running setup.py install for texttable: started 00:49:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:37 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:38 Running setup.py install for texttable: finished with status 'done' 00:49:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:38 Attempting uninstall: idna 00:49:38 Found existing installation: idna 2.9 00:49:38 Uninstalling idna-2.9: 00:49:39 Successfully uninstalled idna-2.9 00:49:40 OK: 217 MiB in 51 packages 00:49:40 Attempting uninstall: urllib3 00:49:40 Found existing installation: urllib3 1.25.9 00:49:40 Uninstalling urllib3-1.25.9: 00:49:40 Successfully uninstalled urllib3-1.25.9 00:49:41 Attempting uninstall: requests 00:49:41 Found existing installation: requests 2.23.0 00:49:41 Uninstalling requests-2.23.0: 00:49:41 Successfully uninstalled requests-2.23.0 00:49:42 Removing intermediate container c9935596b2d9 00:49:42 ---> ad3f087bf886 00:49:42 Step 6/22 : COPY go.mod . 00:49:42 Running setup.py install for dockerpty: started 00:49:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:49:42 ---> a2f159c3aad9 00:49:43 Step 3/22 : WORKDIR /edgex-go 00:49:43 ---> Using cache 00:49:43 ---> d8a7c1983aa7 00:49:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:43 ---> Using cache 00:49:43 ---> 591005a93cdf 00:49:43 Step 5/22 : RUN apk add --update --no-cache make git 00:49:43 ---> Using cache 00:49:43 ---> d5ba4bbfb7cd 00:49:43 Step 6/22 : COPY go.mod . 00:49:43 ---> Using cache 00:49:43 ---> 518372f53bef 00:49:43 Step 7/22 : RUN go mod download 00:49:43 ---> Using cache 00:49:43 ---> edfa52867c79 00:49:43 Step 8/22 : COPY . . 00:49:43 ---> Using cache 00:49:43 ---> 085fb66cfa53 00:49:43 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:49:43 ---> Running in 4631cba2d987 00:49:43 ---> a46cd822de63 00:49:43 Step 7/22 : RUN go mod download 00:49:43 ---> Running in a86e8a895467 00:49:45 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:46 Running setup.py install for dockerpty: finished with status 'done' 00:49:47 Running setup.py install for PyYAML: started 00:49:48 Removing intermediate container a86e8a895467 00:49:48 ---> 79a853efd59e 00:49:48 Step 8/22 : COPY . . 00:49:51 Running setup.py install for PyYAML: finished with status 'done' 00:49:51 Running setup.py install for docopt: started 00:49:53 Running setup.py install for docopt: finished with status 'done' 00:49:54 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:59 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:03 Removing intermediate container 3d7fadee23aa 00:50:03 ---> a0daa6245858 00:50:03 Step 21/26 : RUN apk --no-cache add curl 00:50:03 ---> Running in 52f404b15f97 00:50:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:06 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:50:06 (2/3) Installing libcurl (7.69.1-r3) 00:50:06 (3/3) Installing curl (7.69.1-r3) 00:50:06 Executing busybox-1.31.1-r19.trigger 00:50:07 OK: 71 MiB in 58 packages 00:50:07 ---> 9069684ab2fe 00:50:07 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:50:08 ---> Running in 7d3d87fe5fd8 00:50:09 Removing intermediate container 52f404b15f97 00:50:09 ---> eb9ba59300a3 00:50:09 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:50:09 ---> Running in 8e40e9b33318 00:50: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:50:10 Removing intermediate container 8e40e9b33318 00:50:10 ---> 302563d265c0 00:50:10 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:10 ---> Running in 8738dcca8732 00:50:11 Removing intermediate container 8738dcca8732 00:50:11 ---> c3dfbe7f2526 00:50:11 Step 24/26 : LABEL arch=arm64 00:50:11 ---> Running in 29583650c13d 00:50:11 Removing intermediate container 29583650c13d 00:50:11 ---> 38f905d6c005 00:50:11 Step 25/26 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 00:50:12 ---> Running in b980a3e7550b 00:50:13 Removing intermediate container b980a3e7550b 00:50:13 ---> 749a270ca260 00:50:13 Step 26/26 : LABEL version=0.0.0 00:50:13 ---> Running in 9d03ca16ec90 00:50:14 Removing intermediate container 9d03ca16ec90 00:50:14 ---> 153bcb4ff45b 00:50:14 00:50:14 Successfully built 153bcb4ff45b 00:50:15 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:50:17  Building docker-sys-mgmt-agent-go ... done Removing intermediate container e58204adb68a 00:50:17 ---> 2135974ef3cb 00:50:17 00:50:17 Step 10/21 : FROM alpine:3.12 00:50:17 ---> afeebe901d6b 00:50:17 Step 11/21 : RUN apk add --update --no-cache curl 00:50:17 ---> Running in 72eb6bd86435 00:50:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:20 (1/4) Installing ca-certificates (20191127-r4) 00:50:20 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:50:20 (3/4) Installing libcurl (7.69.1-r3) 00:50:21 (4/4) Installing curl (7.69.1-r3) 00:50:21 Executing busybox-1.31.1-r19.trigger 00:50:21 Executing ca-certificates-20191127-r4.trigger 00:50:21 OK: 7 MiB in 18 packages 00:50:24 Removing intermediate container 72eb6bd86435 00:50:24 ---> 9a3e965da4c4 00:50:24 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:24 ---> Running in c0a75e3150a7 00:50:24 Removing intermediate container c0a75e3150a7 00:50:24 ---> ece642f6719f 00:50:24 Step 13/21 : WORKDIR /edgex 00:50:25 ---> Running in 20f444a38fe0 00:50:25 Removing intermediate container 20f444a38fe0 00:50:25 ---> 6376d936aa86 00:50:25 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:50:26 ---> 04a39bb78ecf 00:50:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:50:28 ---> d7d1a72e7a73 00:50:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:50:30 ---> f054f5387f2b 00:50:30 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:50:30 ---> Running in 02eb3247be8f 00:50:32 Removing intermediate container 02eb3247be8f 00:50:32 ---> f36efb5302f3 00:50:32 Step 18/21 : CMD ["--init=true"] 00:50:32 ---> Running in 37a0b4f94d26 00:50:32 Removing intermediate container 37a0b4f94d26 00:50:32 ---> b360d7ab02a5 00:50:32 Step 19/21 : LABEL arch=arm64 00:50:32 ---> Running in 7590a89c3ce4 00:50:32 Removing intermediate container 7590a89c3ce4 00:50:32 ---> b82112e28a76 00:50:32 Step 20/21 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 00:50:32 ---> Running in 88f084ac8545 00:50:33 Removing intermediate container 88f084ac8545 00:50:33 ---> 0d893caee696 00:50:33 Step 21/21 : LABEL version=0.0.0 00:50:33 ---> Running in 09768382ba47 00:50:34 Removing intermediate container 09768382ba47 00:50:34 ---> 8e6da6e1a9f9 00:50:34 00:50:34 Successfully built 8e6da6e1a9f9 00:50:34 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:51:01  Building docker-security-proxy-setup-go ... done Removing intermediate container bff5d202b283 00:51:01 ---> 7ef49d2e0fc9 00:51:01 00:51:01 Step 10/30 : FROM alpine:3.12 00:51:01 ---> afeebe901d6b 00:51:01 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:51:01 ---> Running in a6b0e9a85178 00:51:02 Removing intermediate container a6b0e9a85178 00:51:02 ---> ab520e5769e5 00:51:02 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:51:02 ---> Running in 9472db7b44bb 00:51:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:04 (1/2) Installing dumb-init (1.2.2-r1) 00:51:04 (2/2) Installing su-exec (0.2-r1) 00:51:04 Executing busybox-1.31.1-r19.trigger 00:51:05 OK: 5 MiB in 16 packages 00:51:07 Removing intermediate container 9472db7b44bb 00:51:07 ---> a1ce9b395532 00:51:07 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:51:07 ---> Running in affc232b4a39 00:51:07 Removing intermediate container affc232b4a39 00:51:07 ---> ab5ce42cca03 00:51:07 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:51:07 ---> Running in abac0b601e5a 00:51:08 Removing intermediate container abac0b601e5a 00:51:08 ---> 38e47eccba7d 00:51:08 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:51:08 ---> Running in d348749a70c0 00:51:14 Removing intermediate container d348749a70c0 00:51:14 ---> 3b12b6f1fb85 00:51:14 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:51:14 ---> Running in 50ffa8053e6a 00:51:14 Removing intermediate container 4631cba2d987 00:51:14 ---> f6262eb454fb 00:51:14 00:51:14 Step 10/22 : FROM alpine:3.12 00:51:14 ---> afeebe901d6b 00:51:14 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:51:14 ---> Using cache 00:51:14 ---> 1a481eaaa75a 00:51:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:51:14 ---> Using cache 00:51:14 ---> 0c961d545343 00:51:14 Step 13/22 : ENV APP_PORT=48085 00:51:14 ---> Running in 96889c0333fd 00:51:14 Removing intermediate container 50ffa8053e6a 00:51:14 ---> 6aa9d8012503 00:51:14 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:51:14 Removing intermediate container 96889c0333fd 00:51:14 ---> 1691b559a9fa 00:51:14 Step 14/22 : EXPOSE $APP_PORT 00:51:15 ---> Running in 800d8b6838e5 00:51:15 ---> 89017a6b8146 00:51:15 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:51:15 ---> Running in 20fd7f7cb4ec 00:51:15 Removing intermediate container 800d8b6838e5 00:51:15 ---> df23c6cfa867 00:51:15 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:16 ---> d39128baf4ee 00:51:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:51:18 ---> 7851db725111 00:51:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:51:18 Removing intermediate container 20fd7f7cb4ec 00:51:18 ---> 084d4f16a5eb 00:51:18 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:19 ---> 23baa8446b0b 00:51:19 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:51:19 ---> Running in 4c5a305c1de8 00:51:19 ---> 8d121e8e51ba 00:51:19 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:51:19 Removing intermediate container 4c5a305c1de8 00:51:19 ---> 9e86b8671596 00:51:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:20 ---> Running in 26e798c3d0cf 00:51:21 Removing intermediate container 26e798c3d0cf 00:51:21 ---> 16cb4b256fa9 00:51:21 Step 20/22 : LABEL arch=arm64 00:51:21 ---> a93017208f8f 00:51:21 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:51:21 Removing intermediate container 7d3d87fe5fd8 00:51:21 ---> 01dfe8dc1fb7 00:51:21 00:51:21 Step 10/22 : FROM alpine:3.12 00:51:21 ---> afeebe901d6b 00:51:21 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:51:21 ---> Running in cb96d364c00a 00:51:21 ---> Running in 1d45d952d9ad 00:51:22 Removing intermediate container cb96d364c00a 00:51:22 ---> 67804c32459b 00:51:22 Step 21/22 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 00:51:22 ---> 2ea0b3569eee 00:51:22 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:51:22 ---> Running in e62b4e6dd51c 00:51:22 Removing intermediate container e62b4e6dd51c 00:51:22 ---> 57f2df204537 00:51:22 Step 22/22 : LABEL version=0.0.0 00:51:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:22 ---> 352889e57db2 00:51:22 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:51:22 ---> Running in 7c42acb840ac 00:51:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:23 ---> Running in d28eee1bc680 00:51:23 Removing intermediate container 7c42acb840ac 00:51:23 ---> 7a90bdfe0bd3 00:51:23 00:51:23 (1/2) Installing ca-certificates (20191127-r4) 00:51:23 (2/2) Installing dumb-init (1.2.2-r1) 00:51:23 Executing busybox-1.31.1-r19.trigger 00:51:23 Executing ca-certificates-20191127-r4.trigger 00:51:23 OK: 6 MiB in 16 packages 00:51:24 Successfully built 7a90bdfe0bd3 00:51:24 Successfully tagged docker-support-scheduler-go-arm64:latest 00:51:24  Building docker-support-scheduler-go ... done Removing intermediate container d28eee1bc680 00:51:24 ---> 40346b244c07 00:51:24 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:51:24 ---> 02382770d827 00:51:24 Step 25/30 : RUN chmod +x /entrypoint.sh 00:51:25 ---> Running in a485d0f132cb 00:51:25 Removing intermediate container 1d45d952d9ad 00:51:25 ---> f4d9bc6f2ed7 00:51:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:51:25 ---> Running in 5b82e1221abf 00:51:26 Removing intermediate container 5b82e1221abf 00:51:26 ---> 3d9d7ef2723e 00:51:26 Step 13/22 : ENV APP_PORT=48060 00:51:26 ---> Running in 82c559165b32 00:51:26 Removing intermediate container 82c559165b32 00:51:26 ---> b32efce324f0 00:51:26 Step 14/22 : EXPOSE $APP_PORT 00:51:26 ---> Running in 6e9336ba6b1a 00:51:27 Removing intermediate container 6e9336ba6b1a 00:51:27 ---> 6892ec601b06 00:51:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:27 Removing intermediate container a485d0f132cb 00:51:27 ---> 194de87ee16c 00:51:27 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:51:27 ---> Running in ebb7380e7c40 00:51:28 Removing intermediate container ebb7380e7c40 00:51:28 ---> 26c612962648 00:51:28 Step 27/30 : CMD ["gate"] 00:51:28 ---> 464f0515c2d4 00:51:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:51:28 ---> Running in 72aeffa88735 00:51:29 Removing intermediate container 72aeffa88735 00:51:29 ---> 2f564d263836 00:51:29 Step 28/30 : LABEL arch=arm64 00:51:29 ---> 4c14fada4f21 00:51:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:51:29 ---> Running in ba974c96cd7f 00:51:30 Removing intermediate container ba974c96cd7f 00:51:30 ---> 5c00ad03ba7a 00:51:30 Step 29/30 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 00:51:30 ---> 593f344804e1 00:51:30 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:51:30 ---> Running in ac2ba4326ff7 00:51:30 ---> Running in b85dfcb8c060 00:51:31 Removing intermediate container ac2ba4326ff7 00:51:31 ---> fbfb77f55a18 00:51:31 Step 30/30 : LABEL version=0.0.0 00:51:31 Removing intermediate container b85dfcb8c060 00:51:31 ---> d20e55234c55 00:51:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:31 ---> Running in 14748747ef0c 00:51:31 ---> Running in 7e247d7945b3 00:51:32 Removing intermediate container 14748747ef0c 00:51:32 ---> 6e1750ffa56e 00:51:32 00:51:32 Removing intermediate container 7e247d7945b3 00:51:32 ---> 3f1d77c3d5e4 00:51:32 Step 20/22 : LABEL arch=arm64 00:51:32 ---> Running in 46411c75c166 00:51:32 Successfully built 6e1750ffa56e 00:51:32 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:51:32  Building docker-security-bootstrapper-go ... done Removing intermediate container 46411c75c166 00:51:32 ---> 398f97f8be42 00:51:32 Step 21/22 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 00:51:33 ---> Running in 8b7f937361ba 00:51:33 Removing intermediate container 8b7f937361ba 00:51:33 ---> d04f9f559dd2 00:51:33 Step 22/22 : LABEL version=0.0.0 00:51:33 ---> Running in f0c2d15dde78 00:51:34 Removing intermediate container f0c2d15dde78 00:51:34 ---> d9924b449afc 00:51:34 00:51:34 Successfully built d9924b449afc 00:51:34 Successfully tagged docker-support-notifications-go-arm64:latest 00:51:34  Building docker-support-notifications-go ... done  [Pipeline] } 00:51:34 $ docker stop --time=1 3f4ec75bf737f27fce0b191999421bc97191587b34bcfe8636b4baeb32b26700 00:51:36 $ docker rm -f 3f4ec75bf737f27fce0b191999421bc97191587b34bcfe8636b4baeb32b26700 [Pipeline] // withDockerContainer [Pipeline] sh 00:51:37 + grep docker 00:51:37 + docker images 00:51:37 docker-support-notifications-go-arm64 latest d9924b449afc 4 seconds ago 16.8MB 00:51:37 docker-security-bootstrapper-go-arm64 latest 6e1750ffa56e 6 seconds ago 17.3MB 00:51:37 docker-support-scheduler-go-arm64 latest 7a90bdfe0bd3 14 seconds ago 16.3MB 00:51:37 docker-security-proxy-setup-go-arm64 latest 8e6da6e1a9f9 About a minute ago 23.4MB 00:51:37 docker-sys-mgmt-agent-go-arm64 latest 153bcb4ff45b About a minute ago 300MB 00:51:37 docker-core-data-go-arm64 latest e2c5b30ee980 2 minutes ago 21.1MB 00:51:37 docker-core-metadata-go-arm64 latest 6311883de686 2 minutes ago 17.9MB 00:51:37 docker-core-command-go-arm64 latest 9367a4ac0bc2 2 minutes ago 16.2MB 00:51:37 docker-security-secretstore-setup-go-arm64 latest f2fca254181c 3 minutes ago 23.7MB 00:51:37 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:51:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:51:42 ---> package-listing.sh 00:51:42 ++ facter osfamily 00:51:42 ++ tr '[:upper:]' '[:lower:]' 00:51:42 + OS_FAMILY=redhat 00:51:42 + workspace=/w/workspace/edgex-go/67 00:51:42 + START_PACKAGES=/tmp/packages_start.txt 00:51:42 + END_PACKAGES=/tmp/packages_end.txt 00:51:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:51:42 + PACKAGES=/tmp/packages_start.txt 00:51:42 + '[' /w/workspace/edgex-go/67 ']' 00:51:42 + PACKAGES=/tmp/packages_end.txt 00:51:42 + case "${OS_FAMILY}" in 00:51:42 + rpm -qa 00:51:42 + sort 00:51:47 + '[' -f /tmp/packages_start.txt ']' 00:51:47 + '[' -f /tmp/packages_end.txt ']' 00:51:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:51:47 + '[' /w/workspace/edgex-go/67 ']' 00:51:47 + mkdir -p /w/workspace/edgex-go/67/archives/ 00:51:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/67/archives/ [Pipeline] echo 00:51:47 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/67/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:51:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:51:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:48 00:51:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:51:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:48 alpine: Pulling from edgex-lftools-log-publisher 00:51:48 df20fa9351a1: Pulling fs layer 00:51:48 36b3adc4ff6f: Pulling fs layer 00:51:48 8ad3a11d3b57: Pulling fs layer 00:51:48 46f8f816bc3b: Pulling fs layer 00:51:48 93b61091891f: Pulling fs layer 00:51:48 93b9cdb0e59b: Pulling fs layer 00:51:48 5e14af77c1be: Pulling fs layer 00:51:48 01666e4c0597: Pulling fs layer 00:51:48 aa168da1d23b: Pulling fs layer 00:51:48 46f8f816bc3b: Waiting 00:51:48 01666e4c0597: Waiting 00:51:48 93b9cdb0e59b: Waiting 00:51:48 aa168da1d23b: Waiting 00:51:48 36b3adc4ff6f: Verifying Checksum 00:51:48 36b3adc4ff6f: Download complete 00:51:48 46f8f816bc3b: Verifying Checksum 00:51:48 46f8f816bc3b: Download complete 00:51:49 df20fa9351a1: Verifying Checksum 00:51:49 df20fa9351a1: Download complete 00:51:49 93b61091891f: Verifying Checksum 00:51:49 93b61091891f: Download complete 00:51:49 93b9cdb0e59b: Verifying Checksum 00:51:49 93b9cdb0e59b: Download complete 00:51:49 5e14af77c1be: Verifying Checksum 00:51:49 5e14af77c1be: Download complete 00:51:49 01666e4c0597: Verifying Checksum 00:51:49 01666e4c0597: Download complete 00:51:49 df20fa9351a1: Pull complete 00:51:50 36b3adc4ff6f: Pull complete 00:51:50 8ad3a11d3b57: Verifying Checksum 00:51:50 8ad3a11d3b57: Download complete 00:51:50 8ad3a11d3b57: Pull complete 00:51:50 46f8f816bc3b: Pull complete 00:51:51 aa168da1d23b: Verifying Checksum 00:51:53 93b61091891f: Pull complete 00:51:53 93b9cdb0e59b: Pull complete 00:51:53 5e14af77c1be: Pull complete 00:51:53 01666e4c0597: Pull complete 00:52:00 aa168da1d23b: Pull complete 00:52:01 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:52:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:52:02 prd-centos7-docker-4c-2g-27047 does not seem to be running inside a container 00:52:02 $ 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/67/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/67 -v /w/workspace/edgex-go/67:/w/workspace/edgex-go/67:rw,z -v /w/workspace/edgex-go/67@tmp:/w/workspace/edgex-go/67@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:52:05 $ docker top 92d53d2951d16ffd28cecf8f1f8fff738bcc6fd969fdfe1d48bb89df92ccca60 -eo pid,comm [Pipeline] { [Pipeline] sh 00:52:06 + touch /tmp/pre-build-complete [Pipeline] sh 00:52:06 + mkdir -p /var/log/sa [Pipeline] sh 00:52:06 + ls /var/log/sa-host 00:52:06 + sadf -c /var/log/sa-host/sa21 00:52:06 file_magic: OK 00:52:06 HZ: Using current value: 100 00:52:06 file_header: OK 00:52:06 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:52:06 Statistics: 00:52:06 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... 00:52:06 File successfully converted to sysstat format version 12.2.1 00:52:06 + sadf -c /var/log/sa-host/sa23 00:52:06 file_magic: OK 00:52:06 HZ: Using current value: 100 00:52:06 file_header: OK 00:52:06 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:52:06 Statistics: 00:52:06 Hnuu...uuuununununu... 00:52:06 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:52:07 provisioning config files... 00:52:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/67@tmp/config940907779942326362tmp [Pipeline] { [Pipeline] echo 00:52:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:52:07 ---> create-netrc.sh [Pipeline] } 00:52:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:52:08 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:52:08 ---> python-tools-install.sh [Pipeline] echo 00:52:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:52:09 ---> sudo-logs.sh 00:52:09 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:52:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:52:09 ---> job-cost.sh 00:52:09 lf-activate-venv: SKIPPING 00:52:09 INFO: No Stack... 00:52:10 INFO: Retrieving Pricing Info for: v1-standard-2 00:52:10 INFO: Archiving Costs [Pipeline] echo 00:52:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:52:11 ---> logs-deploy.sh 00:52:11 lf-activate-venv: SKIPPING 00:52:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/67 00:52:11 INFO: archiving workspace using pattern(s): 00:52:13 Archives upload complete. 00:52:13 INFO: archiving logs to Nexus 00:52:14 ---> uname -a: 00:52:14 Linux prd-centos7-docker-4c-2g-27047.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:52:14 00:52:14 00:52:14 ---> lscpu: 00:52:14 Architecture: x86_64 00:52:14 CPU op-mode(s): 32-bit, 64-bit 00:52:14 Byte Order: Little Endian 00:52:14 Address sizes: 40 bits physical, 48 bits virtual 00:52:14 CPU(s): 4 00:52:14 On-line CPU(s) list: 0-3 00:52:14 Thread(s) per core: 1 00:52:14 Core(s) per socket: 1 00:52:14 Socket(s): 4 00:52:14 NUMA node(s): 1 00:52:14 Vendor ID: GenuineIntel 00:52:14 CPU family: 6 00:52:14 Model: 44 00:52:14 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:52:14 Stepping: 1 00:52:14 CPU MHz: 2933.438 00:52:14 BogoMIPS: 5866.87 00:52:14 Virtualization: VT-x 00:52:14 Hypervisor vendor: KVM 00:52:14 Virtualization type: full 00:52:14 L1d cache: 128 KiB 00:52:14 L1i cache: 128 KiB 00:52:14 L2 cache: 16 MiB 00:52:14 L3 cache: 64 MiB 00:52:14 NUMA node0 CPU(s): 0-3 00:52:14 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:52:14 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:52:14 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:52:14 Vulnerability Meltdown: Mitigation; PTI 00:52:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:52:14 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:52:14 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:52:14 Vulnerability Srbds: Not affected 00:52:14 Vulnerability Tsx async abort: Not affected 00:52:14 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:52:14 00:52:14 00:52:14 ---> nproc: 00:52:14 4 00:52:14 00:52:14 00:52:14 ---> df -h: 00:52:14 Filesystem Size Used Available Use% Mounted on 00:52:14 overlay 50.0G 11.7G 38.3G 23% / 00:52:14 tmpfs 64.0M 0 64.0M 0% /dev 00:52:14 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:52:14 shm 64.0M 0 64.0M 0% /dev/shm 00:52:14 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 00:52:14 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 00:52:14 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 00:52:14 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 00:52:14 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 00:52:14 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 00:52:14 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 00:52:14 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 00:52:14 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/67 00:52:14 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/67@tmp 00:52:14 00:52:14 00:52:14 ---> free -m: 00:52:14 total used free shared buff/cache available 00:52:14 Mem: 1837 727 260 0 849 1027 00:52:14 Swap: 1023 45 978 00:52:14 00:52:14 00:52:14 ---> ip addr: 00:52:14 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:52:14 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:52:14 inet 127.0.0.1/8 scope host lo 00:52:14 valid_lft forever preferred_lft forever 00:52:14 inet6 ::1/128 scope host 00:52:14 valid_lft forever preferred_lft forever 00:52:14 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:52:14 link/ether fa:16:3e:66:ae:72 brd ff:ff:ff:ff:ff:ff 00:52:14 inet 10.30.123.47/23 brd 10.30.123.255 scope global dynamic eth0 00:52:14 valid_lft 85111sec preferred_lft 85111sec 00:52:14 inet6 fe80::f816:3eff:fe66:ae72/64 scope link 00:52:14 valid_lft forever preferred_lft forever 00:52:14 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:52:14 link/ether 02:42:0c:07:fc:38 brd ff:ff:ff:ff:ff:ff 00:52:14 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:52:14 valid_lft forever preferred_lft forever 00:52:14 inet6 fe80::42:cff:fe07:fc38/64 scope link 00:52:14 valid_lft forever preferred_lft forever 00:52:14 00:52:14 00:52:14 ---> sar -b -r -n DEV: 00:52:14 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/21/21 _x86_64_ (4 CPU) 00:52:14 00:52:14 00:30:32 LINUX RESTART (4 CPU) 00:52:14 00:52:14 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:52:14 00:32:02 82.12 27.84 54.28 0.00 6537.47 14378.48 0.00 00:52:14 00:33:02 271.45 91.65 179.80 0.00 6029.13 51736.02 0.00 00:52:14 00:34:01 212.40 91.03 121.37 0.00 3158.86 15764.35 0.00 00:52:14 00:35:01 150.72 71.60 79.13 0.00 3605.92 9061.28 0.00 00:52:14 00:36:02 305.80 116.46 189.34 0.00 50803.17 124256.41 0.00 00:52:14 00:37:02 3321.63 2969.23 352.40 0.00 174943.30 190444.50 0.00 00:52:14 00:38:02 488.48 248.92 239.56 0.00 20181.58 45835.66 0.00 00:52:14 00:39:03 2269.94 1929.54 340.40 0.00 135855.53 175821.10 0.00 00:52:14 00:40:01 350.64 129.44 221.19 0.00 8518.60 35012.95 0.00 00:52:14 00:41:01 48.86 17.25 31.61 0.00 2936.04 1132.28 0.00 00:52:14 00:42:01 1.52 0.05 1.47 0.00 0.80 22.63 0.00 00:52:14 00:43:01 0.50 0.25 0.25 0.00 4.80 2.48 0.00 00:52:14 00:44:01 0.28 0.00 0.28 0.00 0.00 2.40 0.00 00:52:14 00:45:01 0.32 0.02 0.30 0.00 0.27 3.65 0.00 00:52:14 00:46:01 1.58 1.35 0.23 0.00 49.02 2.33 0.00 00:52:14 00:47:01 0.90 0.08 0.82 0.00 1.47 15.72 0.00 00:52:14 00:48:01 0.25 0.00 0.25 0.00 0.00 2.75 0.00 00:52:14 00:49:01 0.27 0.00 0.27 0.00 0.00 3.43 0.00 00:52:14 00:50:01 0.28 0.02 0.27 0.00 1.07 2.76 0.00 00:52:14 00:51:02 0.30 0.02 0.28 0.00 0.27 3.66 0.00 00:52:14 00:52:01 121.56 64.59 56.97 0.00 5499.39 15627.39 0.00 00:52:14 Average: 364.07 275.07 89.00 0.00 19991.39 32430.32 0.00 00:52:14 00:52:14 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:52:14 00:32:02 73244 0 772072 41.03 2620 1033608 1444352 49.29 680796 923552 20 00:52:14 00:33:02 74836 0 739028 39.28 1492 1066188 1519592 51.86 663376 845296 94728 00:52:14 00:34:01 117340 0 861324 45.78 832 902048 1818244 62.05 747236 727916 57372 00:52:14 00:35:01 222352 0 830412 44.13 708 828072 1509716 51.52 676064 688932 31272 00:52:14 00:36:02 70296 0 829896 44.11 28 981324 2254740 76.95 768164 832708 38972 00:52:14 00:37:02 76444 0 808284 42.96 0 996816 2157068 73.62 773488 803512 56172 00:52:14 00:38:02 75736 0 703356 37.38 0 1102452 1355060 46.25 726360 825132 105108 00:52:14 00:39:03 85600 0 746908 39.70 0 1049036 1785308 60.93 698664 861360 436 00:52:14 00:40:01 150088 0 734608 39.04 0 996848 1501800 51.25 595108 885456 12888 00:52:14 00:41:01 209672 0 644420 34.25 0 1027452 1196616 40.84 525892 903836 12 00:52:14 00:42:01 211356 0 642736 34.16 0 1027452 1186348 40.49 525516 903352 8 00:52:14 00:43:01 211404 0 642676 34.16 0 1027464 1178284 40.21 525520 903364 16 00:52:14 00:44:01 211868 0 642204 34.13 0 1027472 1178164 40.21 524820 903364 12 00:52:14 00:45:01 212180 0 641888 34.11 0 1027476 1178164 40.21 524696 903372 8 00:52:14 00:46:01 210700 0 642544 34.15 0 1028300 1178164 40.21 524608 904128 16 00:52:14 00:47:01 210264 0 642956 34.17 0 1028324 1178248 40.21 525068 904192 8 00:52:14 00:48:01 210848 0 642360 34.14 0 1028336 1178164 40.21 524872 904192 8 00:52:14 00:49:01 210660 0 642544 34.15 0 1028340 1178164 40.21 524880 904192 8 00:52:14 00:50:01 210724 0 642496 34.15 0 1028324 1178164 40.21 524764 904192 8 00:52:14 00:51:02 210896 0 642292 34.14 0 1028356 1178164 40.21 524888 904224 8 00:52:14 00:52:01 317360 0 714500 37.97 0 849684 1381268 47.14 541824 738252 94456 00:52:14 Average: 170660 0 705214 37.48 270 1005399 1414942 48.29 602219 860692 23406 00:52:14 00:52:14 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:52:14 00:32:02 veth69e445e 843.54 870.86 80.46 2688.72 0.00 0.00 0.00 0.00 00:52:14 00:32:02 eth0 1966.36 1613.77 6362.38 216.80 0.00 0.00 0.00 0.00 00:52:14 00:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:32:02 docker0 843.54 870.73 68.93 2688.71 0.00 0.00 0.00 0.00 00:52:14 00:33:02 eth0 488.34 418.31 3696.58 43.57 0.00 0.00 0.00 0.00 00:52:14 00:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:33:02 docker0 169.03 195.11 11.97 841.30 0.00 0.00 0.00 0.00 00:52:14 00:34:01 vethccb9cb3 0.52 0.66 0.04 0.06 0.00 0.00 0.00 0.00 00:52:14 00:34:01 eth0 44.76 30.38 34.37 73.16 0.00 0.00 0.00 0.00 00:52:14 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:34:01 docker0 0.52 0.52 0.04 0.05 0.00 0.00 0.00 0.00 00:52:14 00:35:01 vethccb9cb3 1.53 1.53 0.12 0.12 0.00 0.00 0.00 0.00 00:52:14 00:35:01 eth0 22.04 12.25 17.59 9.29 0.00 0.00 0.00 0.00 00:52:14 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:35:01 docker0 1.53 1.53 0.10 0.12 0.00 0.00 0.00 0.00 00:52:14 00:36:02 vethb881296 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:52:14 00:36:02 eth0 198.48 168.54 1689.72 72.33 0.00 0.00 0.00 0.00 00:52:14 00:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:37:02 vethb881296 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 00:52:14 00:37:02 eth0 48.80 22.52 162.85 9.23 0.00 0.00 0.00 0.00 00:52:14 00:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:37:02 docker0 12.39 29.39 0.65 147.04 0.00 0.00 0.00 0.00 00:52:14 00:38:02 vethb881296 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 00:52:14 00:38:02 eth0 63.73 31.51 236.27 13.04 0.00 0.00 0.00 0.00 00:52:14 00:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:38:02 docker0 12.45 30.29 0.68 168.04 0.00 0.00 0.00 0.00 00:52:14 00:39:03 vethb881296 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:39:03 eth0 45.63 30.08 80.43 75.14 0.00 0.00 0.00 0.00 00:52:14 00:39:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:39:03 docker0 4.68 7.86 0.25 58.08 0.00 0.00 0.00 0.00 00:52:14 00:40:01 vethb881296 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:40:01 eth0 275.38 213.96 1720.33 90.34 0.00 0.00 0.00 0.00 00:52:14 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:40:01 veth6b27db1 2.53 3.15 0.43 20.92 0.00 0.00 0.00 0.00 00:52:14 00:41:01 eth0 16.43 9.26 45.94 4.75 0.00 0.00 0.00 0.00 00:52:14 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:41:01 docker0 1079.54 1203.78 84.81 4349.76 0.00 0.00 0.00 0.00 00:52:14 00:42:01 eth0 0.80 0.43 0.41 0.27 0.00 0.00 0.00 0.00 00:52:14 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:43:01 eth0 0.50 0.25 0.27 0.17 0.00 0.00 0.00 0.00 00:52:14 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:44:01 eth0 0.05 0.05 0.00 0.03 0.00 0.00 0.00 0.00 00:52:14 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:45:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:52:14 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:46:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:52:14 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:47:01 eth0 0.27 0.18 0.14 0.07 0.00 0.00 0.00 0.00 00:52:14 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:48:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:52:14 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:49:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:52:14 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:50:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:52:14 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:51:02 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:51:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:52:01 eth0 195.01 169.79 2204.36 17.74 0.00 0.00 0.00 0.00 00:52:14 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 Average: eth0 160.22 129.51 771.67 29.72 0.00 0.00 0.00 0.00 00:52:14 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:14 Average: docker0 51.53 57.46 4.05 207.63 0.00 0.00 0.00 0.00 00:52:14 00:52:14 00:52:14 ---> sar -P ALL: 00:52:14 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/21/21 _x86_64_ (4 CPU) 00:52:14 00:52:14 00:30:32 LINUX RESTART (4 CPU) 00:52:14 00:52:14 00:31:01 CPU %user %nice %system %iowait %steal %idle 00:52:14 00:32:02 all 19.13 0.00 7.00 1.44 0.03 72.41 00:52:14 00:32:02 0 19.43 0.00 9.71 0.75 0.02 70.09 00:52:14 00:32:02 1 22.45 0.00 5.59 0.48 0.02 71.46 00:52:14 00:32:02 2 21.74 0.00 7.06 3.84 0.05 67.30 00:52:14 00:32:02 3 12.89 0.00 5.66 0.68 0.02 80.76 00:52:14 00:33:02 all 11.08 0.00 8.47 5.66 0.05 74.74 00:52:14 00:33:02 0 10.17 0.00 9.02 3.55 0.05 77.21 00:52:14 00:33:02 1 10.72 0.00 8.31 6.96 0.05 73.95 00:52:14 00:33:02 2 10.98 0.00 8.96 7.52 0.05 72.49 00:52:14 00:33:02 3 12.44 0.00 7.60 4.58 0.03 75.34 00:52:14 00:34:01 all 49.63 0.00 12.57 7.26 0.05 30.50 00:52:14 00:34:01 0 51.01 0.00 12.30 7.70 0.03 28.96 00:52:14 00:34:01 1 48.27 0.00 12.26 8.08 0.03 31.35 00:52:14 00:34:01 2 49.33 0.00 12.37 6.89 0.09 31.32 00:52:14 00:34:01 3 49.90 0.00 13.35 6.34 0.05 30.36 00:52:14 00:35:01 all 41.72 0.00 12.37 5.06 0.04 40.81 00:52:14 00:35:01 0 41.26 0.00 12.38 5.01 0.03 41.31 00:52:14 00:35:01 1 41.95 0.00 12.08 3.48 0.03 42.45 00:52:14 00:35:01 2 41.23 0.00 12.61 5.64 0.05 40.47 00:52:14 00:35:01 3 42.44 0.00 12.41 6.12 0.05 38.98 00:52:14 00:36:02 all 24.86 0.00 17.43 4.09 0.05 53.57 00:52:14 00:36:02 0 24.67 0.00 16.85 2.64 0.05 55.78 00:52:14 00:36:02 1 25.64 0.00 16.27 3.85 0.05 54.18 00:52:14 00:36:02 2 23.44 0.00 18.44 5.32 0.05 52.75 00:52:14 00:36:02 3 25.67 0.00 18.16 4.56 0.05 51.56 00:52:14 00:37:02 all 20.23 0.00 26.22 28.17 0.10 25.28 00:52:14 00:37:02 0 19.77 0.00 26.56 30.15 0.12 23.40 00:52:14 00:37:02 1 20.16 0.00 25.43 27.05 0.11 27.25 00:52:14 00:37:02 2 20.45 0.00 26.50 28.05 0.07 24.92 00:52:14 00:37:02 3 20.55 0.00 26.38 27.41 0.11 25.55 00:52:14 00:38:02 all 49.87 0.00 16.79 13.94 0.04 19.35 00:52:14 00:38:02 0 48.87 0.00 16.42 13.30 0.05 21.36 00:52:14 00:38:02 1 50.24 0.00 17.20 14.36 0.05 18.14 00:52:14 00:38:02 2 50.14 0.00 16.92 16.85 0.03 16.06 00:52:14 00:38:02 3 50.22 0.00 16.63 11.23 0.03 21.88 00:52:14 00:39:03 all 38.53 0.00 24.82 21.48 0.07 15.10 00:52:14 00:39:03 0 37.26 0.00 24.32 22.30 0.07 16.06 00:52:14 00:39:03 1 38.55 0.00 24.78 22.79 0.05 13.83 00:52:14 00:39:03 2 38.67 0.00 25.21 19.45 0.07 16.60 00:52:14 00:39:03 3 39.66 0.00 24.95 21.38 0.09 13.92 00:52:14 00:40:01 all 29.86 0.00 12.11 11.85 0.03 46.15 00:52:14 00:40:01 0 32.31 0.00 13.32 12.27 0.04 42.06 00:52:14 00:40:01 1 27.38 0.00 11.57 13.57 0.04 47.44 00:52:14 00:40:01 2 30.22 0.00 11.82 13.89 0.02 44.06 00:52:14 00:40:01 3 29.56 0.00 11.74 7.58 0.04 51.08 00:52:14 00:41:01 all 1.74 0.00 1.06 2.00 0.01 95.19 00:52:14 00:41:01 0 1.50 0.00 1.00 0.20 0.02 97.28 00:52:14 00:41:01 1 2.31 0.00 1.04 1.81 0.00 94.85 00:52:14 00:41:01 2 2.06 0.00 1.16 4.27 0.02 92.50 00:52:14 00:41:01 3 1.09 0.00 1.04 1.74 0.00 96.14 00:52:14 00:42:01 all 0.15 0.00 0.03 0.00 0.00 99.81 00:52:14 00:42:01 0 0.23 0.00 0.02 0.00 0.00 99.75 00:52:14 00:42:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:52:14 00:42:01 2 0.05 0.00 0.05 0.00 0.00 99.90 00:52:14 00:42:01 3 0.30 0.00 0.03 0.00 0.00 99.67 00:52:14 00:52:14 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:52:14 00:43:01 all 0.17 0.00 0.08 0.01 0.00 99.74 00:52:14 00:43:01 0 0.13 0.00 0.10 0.00 0.00 99.77 00:52:14 00:43:01 1 0.05 0.00 0.07 0.00 0.00 99.88 00:52:14 00:43:01 2 0.05 0.00 0.05 0.00 0.02 99.88 00:52:14 00:43:01 3 0.43 0.00 0.10 0.05 0.00 99.42 00:52:14 00:44:01 all 0.03 0.00 0.03 0.00 0.00 99.94 00:52:14 00:44:01 0 0.07 0.00 0.05 0.00 0.00 99.88 00:52:14 00:44:01 1 0.02 0.00 0.03 0.00 0.00 99.95 00:52:14 00:44:01 2 0.00 0.00 0.02 0.00 0.00 99.98 00:52:14 00:44:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:52:14 00:45:01 all 0.09 0.00 0.03 0.00 0.00 99.87 00:52:14 00:45:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:52:14 00:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:52:14 00:45:01 2 0.05 0.00 0.05 0.00 0.00 99.90 00:52:14 00:45:01 3 0.27 0.00 0.03 0.00 0.02 99.68 00:52:14 00:46:01 all 0.16 0.00 0.06 0.02 0.00 99.76 00:52:14 00:46:01 0 0.03 0.00 0.12 0.07 0.00 99.78 00:52:14 00:46:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:52:14 00:46:01 2 0.05 0.00 0.05 0.02 0.00 99.88 00:52:14 00:46:01 3 0.52 0.00 0.05 0.00 0.00 99.43 00:52:14 00:47:01 all 0.16 0.00 0.04 0.00 0.00 99.79 00:52:14 00:47:01 0 0.53 0.00 0.03 0.00 0.00 99.43 00:52:14 00:47:01 1 0.03 0.00 0.05 0.00 0.02 99.90 00:52:14 00:47:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:52:14 00:47:01 3 0.05 0.00 0.03 0.00 0.00 99.92 00:52:14 00:48:01 all 0.15 0.00 0.03 0.00 0.00 99.82 00:52:14 00:48:01 0 0.52 0.00 0.03 0.00 0.00 99.45 00:52:14 00:48:01 1 0.03 0.00 0.07 0.00 0.00 99.90 00:52:14 00:48:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:52:14 00:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:52:14 00:49:01 all 0.15 0.00 0.02 0.00 0.00 99.82 00:52:14 00:49:01 0 0.50 0.00 0.02 0.00 0.00 99.48 00:52:14 00:49:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:52:14 00:49:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:52:14 00:49:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:52:14 00:50:01 all 0.15 0.00 0.03 0.00 0.00 99.82 00:52:14 00:50:01 0 0.50 0.00 0.03 0.00 0.02 99.45 00:52:14 00:50:01 1 0.05 0.00 0.05 0.00 0.00 99.90 00:52:14 00:50:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:52:14 00:50:01 3 0.00 0.00 0.02 0.00 0.00 99.98 00:52:14 00:51:02 all 0.05 0.00 0.03 0.00 0.00 99.91 00:52:14 00:51:02 0 0.12 0.00 0.03 0.00 0.00 99.85 00:52:14 00:51:02 1 0.05 0.00 0.07 0.00 0.00 99.88 00:52:14 00:51:02 2 0.02 0.00 0.02 0.00 0.00 99.97 00:52:14 00:51:02 3 0.03 0.00 0.02 0.00 0.00 99.95 00:52:14 00:52:01 all 5.27 0.00 3.88 3.34 0.03 87.48 00:52:14 00:52:01 0 4.91 0.00 3.77 0.33 0.00 90.99 00:52:14 00:52:01 1 6.08 0.00 4.07 6.29 0.05 83.51 00:52:14 00:52:01 2 4.51 0.00 4.10 2.70 0.03 88.67 00:52:14 00:52:01 3 5.60 0.00 3.58 4.06 0.02 86.75 00:52:14 Average: all 13.69 0.00 6.67 4.84 0.02 74.78 00:52:14 Average: 0 13.71 0.00 6.81 4.55 0.02 74.91 00:52:14 Average: 1 13.75 0.00 6.48 5.05 0.02 74.69 00:52:14 Average: 2 13.69 0.00 6.78 5.33 0.03 74.17 00:52:14 Average: 3 13.61 0.00 6.60 4.43 0.02 75.34 00:52:14 00:52:14 00:52:14