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 dd4b8fe188861d65d0d5afbafd149fd221a40ee4 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from dd4b8fe188861d65d0d5afbafd149fd221a40ee4 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 # timeout=10 Commit message: "Merge pull request #316 from ernestojeda/email-notifications" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-27751 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/71 [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/71 # 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 dd4b8fe188861d65d0d5afbafd149fd221a40ee4 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing b1cfa36b2bf47c70434f022628a91aab00f15597 Checking out Revision b1cfa36b2bf47c70434f022628a91aab00f15597 (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 dd4b8fe188861d65d0d5afbafd149fd221a40ee4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b1cfa36b2bf47c70434f022628a91aab00f15597 # timeout=10 Commit message: "Merge commit 'dd4b8fe188861d65d0d5afbafd149fd221a40ee4' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:36 ========================================================= 00:31:36 EdgeX Global Pipelines Version Info 00:31:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk fbea14b598fdef5861d32dac9975671d5dbb2ba4 # timeout=10 00:31:38 ------------------- 00:31:38 stable info: 00:31:38 ------------------- 00:31:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:38 Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 00:31:38 Message: update stable to v1.0.182 00:31:39 ------------------- 00:31:39 experimental info: 00:31:39 ------------------- 00:31:39 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:39 Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 00:31:39 Message: update experimental to v1.0.182 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:42 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:42 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:42 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:42 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:31:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:31:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:31:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:31:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b1cfa36b2bf47c70434f022628a91aab00f15597 [Pipeline] echo 00:31:43 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b1cfa36 [Pipeline] echo 00:31:43 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:43 provisioning config files... 00:31:43 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/71@tmp/config7162785454874799823tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:43 ---> docker-login.sh 00:31:43 nexus3.edgexfoundry.org:10001 00:31:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:44 Configure a credential helper to remove this warning. See 00:31:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:44 00:31:44 Login Succeeded 00:31:44 nexus3.edgexfoundry.org:10002 00:31:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:44 Configure a credential helper to remove this warning. See 00:31:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:44 00:31:44 Login Succeeded 00:31:44 nexus3.edgexfoundry.org:10003 00:31:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:44 Configure a credential helper to remove this warning. See 00:31:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:44 00:31:44 Login Succeeded 00:31:44 nexus3.edgexfoundry.org:10004 00:31:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:44 Configure a credential helper to remove this warning. See 00:31:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:44 00:31:44 Login Succeeded 00:31:44 docker.io 00:31:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:45 Configure a credential helper to remove this warning. See 00:31:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:45 00:31:45 Login Succeeded 00:31:45 ---> docker-login.sh ends [Pipeline] } 00:31:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:45 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:31:45 + for file in '`ls cmd/**/Dockerfile`' 00:31:45 ++ dirname cmd/core-command/Dockerfile 00:31:45 ++ cut -d/ -f2 00:31:45 + echo core-command,cmd/core-command/Dockerfile 00:31:45 + for file in '`ls cmd/**/Dockerfile`' 00:31:45 ++ dirname cmd/core-data/Dockerfile 00:31:45 ++ cut -d/ -f2 00:31:45 + echo core-data,cmd/core-data/Dockerfile 00:31:45 + for file in '`ls cmd/**/Dockerfile`' 00:31:45 ++ dirname cmd/core-metadata/Dockerfile 00:31:45 ++ cut -d/ -f2 00:31:45 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:45 + for file in '`ls cmd/**/Dockerfile`' 00:31:45 ++ dirname cmd/security-bootstrapper/Dockerfile 00:31:45 ++ cut -d/ -f2 00:31:45 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:31:45 + for file in '`ls cmd/**/Dockerfile`' 00:31:45 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:45 ++ cut -d/ -f2 00:31:45 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:45 + for file in '`ls cmd/**/Dockerfile`' 00:31:45 ++ cut -d/ -f2 00:31:45 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:45 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:45 + for file in '`ls cmd/**/Dockerfile`' 00:31:45 ++ dirname cmd/support-notifications/Dockerfile 00:31:45 ++ cut -d/ -f2 00:31:45 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:45 + for file in '`ls cmd/**/Dockerfile`' 00:31:45 ++ dirname cmd/support-scheduler/Dockerfile 00:31:45 ++ cut -d/ -f2 00:31:45 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:45 + for file in '`ls cmd/**/Dockerfile`' 00:31:45 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:45 ++ cut -d/ -f2 00:31:45 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:45 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:31:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:47 00:31:47 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:47 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:47 latest: Pulling from edgex-devops/git-semver 00:31:47 31603596830f: Pulling fs layer 00:31:47 2a8b12db71e7: Pulling fs layer 00:31:47 6ca5941a6612: Pulling fs layer 00:31:47 ecc8261a40a4: Pulling fs layer 00:31:47 ecc8261a40a4: Waiting 00:31:47 2a8b12db71e7: Verifying Checksum 00:31:47 2a8b12db71e7: Download complete 00:31:47 31603596830f: Download complete 00:31:47 ecc8261a40a4: Verifying Checksum 00:31:47 ecc8261a40a4: Download complete 00:31:47 6ca5941a6612: Verifying Checksum 00:31:47 6ca5941a6612: Download complete 00:31:47 31603596830f: Pull complete 00:31:48 2a8b12db71e7: Pull complete 00:31:49 6ca5941a6612: Pull complete 00:31:49 ecc8261a40a4: Pull complete 00:31:49 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:49 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:50 prd-centos7-docker-4c-2g-27751 does not seem to be running inside a container 00:31:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/71 -v /w/workspace/edgex-go/71:/w/workspace/edgex-go/71:rw,z -v /w/workspace/edgex-go/71@tmp:/w/workspace/edgex-go/71@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:52 $ docker top ca5ddbfc52d715a53173766e9e4382e68245beb313d06b5e4bed8f8a37e2b5fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:52 [ssh-agent] Looking for ssh-agent implementation... 00:31:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:52 $ docker exec ca5ddbfc52d715a53173766e9e4382e68245beb313d06b5e4bed8f8a37e2b5fd ssh-agent 00:31:53 SSH_AUTH_SOCK=/tmp/ssh-uEr78J94Al90/agent.11 00:31:53 SSH_AGENT_PID=16 00:31:53 Running ssh-add (command line suppressed) 00:31:53 Identity added: /w/workspace/edgex-go/71@tmp/private_key_8553334776764939891.key (/w/workspace/edgex-go/71@tmp/private_key_8553334776764939891.key) 00:31:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:53 + git tag --points-at HEAD [Pipeline] } 00:31:53 $ docker exec --env ******** --env ******** ca5ddbfc52d715a53173766e9e4382e68245beb313d06b5e4bed8f8a37e2b5fd ssh-agent -k 00:31:53 unset SSH_AUTH_SOCK; 00:31:53 unset SSH_AGENT_PID; 00:31:53 echo Agent pid 16 killed; 00:31:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:53 [ssh-agent] Looking for ssh-agent implementation... 00:31:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:54 $ docker exec ca5ddbfc52d715a53173766e9e4382e68245beb313d06b5e4bed8f8a37e2b5fd ssh-agent 00:31:54 SSH_AUTH_SOCK=/tmp/ssh-wi0yJXME6Jkh/agent.45 00:31:54 SSH_AGENT_PID=50 00:31:54 Running ssh-add (command line suppressed) 00:31:54 Identity added: /w/workspace/edgex-go/71@tmp/private_key_7957804621081799165.key (/w/workspace/edgex-go/71@tmp/private_key_7957804621081799165.key) 00:31:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:54 + git semver init 00:31:54 # -> Open(): unable to determine branch for HEAD 00:31:54 # $GIT_DIR = /w/workspace/edgex-go/71/.git 00:31:54 # $GIT_WORK_TREE = /w/workspace/edgex-go/71 00:31:54 # $SEMVER_REMOTE_NAME = origin 00:31:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:54 # $SEMVER_USER_NAME = edgex-jenkins 00:31:54 # $SEMVER_BRANCH = PR-2858 00:31:54 # $SEMVER_TEMP = /tmp/semver-875078746 00:31:54 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:12 # '/tmp/semver-875078746' -> '/w/workspace/edgex-go/71/.semver' 00:32:12 # -> Force: false 00:32:12 # $SEMVER_DIR = /w/workspace/edgex-go/71/.semver [Pipeline] } 00:32:12 $ docker exec --env ******** --env ******** ca5ddbfc52d715a53173766e9e4382e68245beb313d06b5e4bed8f8a37e2b5fd ssh-agent -k 00:32:12 unset SSH_AUTH_SOCK; 00:32:12 unset SSH_AGENT_PID; 00:32:12 echo Agent pid 50 killed; 00:32:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:13 + git semver [Pipeline] } 00:32:13 $ docker stop --time=1 ca5ddbfc52d715a53173766e9e4382e68245beb313d06b5e4bed8f8a37e2b5fd 00:32:15 $ docker rm -f ca5ddbfc52d715a53173766e9e4382e68245beb313d06b5e4bed8f8a37e2b5fd [Pipeline] // withDockerContainer [Pipeline] sh 00:32:15 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:16 Stashed 1 file(s) [Pipeline] echo 00:32:16 [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:16 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:17 + sudo service docker restart 00:32:17 + true 00:32:17 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:18 ========================================================= 00:32:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:18 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:32:21 Sending build context to Docker daemon 328MB 00:32:21 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:32:21 Step 2/6 : FROM ${BASE} 00:32:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:21 188c0c94c7c5: Pulling fs layer 00:32:21 0ef7d3d256c8: Pulling fs layer 00:32:21 de9db76c5a1d: Pulling fs layer 00:32:21 bca2f99d35d6: Pulling fs layer 00:32:21 93359f2a8cfa: Pulling fs layer 00:32:21 7c6f9722023f: Pulling fs layer 00:32:21 a35cf1a2eb13: Pulling fs layer 00:32:21 93359f2a8cfa: Waiting 00:32:21 7c6f9722023f: Waiting 00:32:21 a35cf1a2eb13: Waiting 00:32:21 bca2f99d35d6: Waiting 00:32:21 de9db76c5a1d: Verifying Checksum 00:32:21 de9db76c5a1d: Download complete 00:32:21 0ef7d3d256c8: Download complete 00:32:21 93359f2a8cfa: Verifying Checksum 00:32:21 93359f2a8cfa: Download complete 00:32:21 7c6f9722023f: Verifying Checksum 00:32:21 7c6f9722023f: Download complete 00:32:21 188c0c94c7c5: Download complete 00:32:22 188c0c94c7c5: Pull complete 00:32:22 0ef7d3d256c8: Pull complete 00:32:22 de9db76c5a1d: Pull complete 00:32:23 a35cf1a2eb13: Verifying Checksum 00:32:23 a35cf1a2eb13: Download complete 00:32:24 bca2f99d35d6: Verifying Checksum 00:32:24 bca2f99d35d6: Download complete 00:32:29 bca2f99d35d6: Pull complete 00:32:29 93359f2a8cfa: Pull complete 00:32:29 7c6f9722023f: Pull complete 00:32:31 Still waiting to schedule task 00:32:31 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:33 a35cf1a2eb13: Pull complete 00:32:33 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:33 ---> a62c8e92a672 00:32:33 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:33 ---> Running in 62d16e654e36 00:32:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:35 (1/12) Installing libmagic (5.38-r0) 00:32:35 (2/12) Installing file (5.38-r0) 00:32:35 (3/12) Installing libc-dev (0.7.2-r3) 00:32:35 (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:43 Executing busybox-1.31.1-r19.trigger 00:32:43 OK: 233 MiB in 51 packages 00:32:46 Removing intermediate container 62d16e654e36 00:32:46 ---> ec76bfe0c180 00:32:46 Step 4/6 : WORKDIR /edgex-go 00:32:46 ---> Running in 7b631ef4ab01 00:32:46 Removing intermediate container 7b631ef4ab01 00:32:46 ---> 7349eef9dafc 00:32:46 Step 5/6 : COPY go.mod . 00:32:46 ---> 3c3961ca8376 00:32:46 Step 6/6 : RUN go mod download 00:32:46 ---> Running in 48dd375d40f7 00:33:08 Removing intermediate container 48dd375d40f7 00:33:08 ---> 2947038038cd 00:33:08 Successfully built 2947038038cd 00:33:08 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:09 + docker inspect -f . ci-base-image-x86_64 00:33:09 . [Pipeline] withDockerContainer 00:33:09 prd-centos7-docker-4c-2g-27751 does not seem to be running inside a container 00:33:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/71 -v /w/workspace/edgex-go/71:/w/workspace/edgex-go/71:rw,z -v /w/workspace/edgex-go/71@tmp:/w/workspace/edgex-go/71@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 ******** ci-base-image-x86_64 cat 00:33:09 $ docker top 492ef97411016c44b3e41d4aaa77db617df93949f8dc97d3dec762f0e58037d1 -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:10 + go version 00:33:10 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:10 $ docker stop --time=1 492ef97411016c44b3e41d4aaa77db617df93949f8dc97d3dec762f0e58037d1 00:33:11 $ docker rm -f 492ef97411016c44b3e41d4aaa77db617df93949f8dc97d3dec762f0e58037d1 [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-27751 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/71 -v /w/workspace/edgex-go/71:/w/workspace/edgex-go/71:rw,z -v /w/workspace/edgex-go/71@tmp:/w/workspace/edgex-go/71@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 ******** ci-base-image-x86_64 cat 00:33:13 $ docker top 04f1f04bb5e1d9d94f8b54474d7b7ec98acd3e24033c222c6c8d70498a2e7b69 -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:23 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:44 ? 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:46 ? 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.097s 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.075s coverage: 100.0% of statements 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.194s coverage: 27.1% of statements 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.035s coverage: 100.0% of statements 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:53 ? 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.071s 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.467s 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:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.371s coverage: 28.6% of statements 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.112s coverage: 100.0% of statements 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.035s coverage: 100.0% of statements 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.093s coverage: 86.7% of statements 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.117s coverage: 97.5% of statements 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.054s coverage: 78.3% of statements 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.384s coverage: 92.8% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.028s coverage: 58.8% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 0.1% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 45.5% of statements 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.063s coverage: 79.5% of statements 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.029s coverage: 94.1% of statements 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.054s coverage: 96.3% of statements 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.048s coverage: 87.5% of statements 00:34:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.036s coverage: 94.4% of statements 00:34:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.044s coverage: 44.8% of statements 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.061s coverage: 92.9% of statements 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.031s coverage: 80.8% of statements 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.042s coverage: 84.6% of statements 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.064s coverage: 91.6% of statements 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.146s coverage: 62.4% of statements 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 91.3% of statements 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.259s coverage: 68.9% of statements 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.074s coverage: 36.6% of statements 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.139s coverage: 47.0% of statements 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.040s coverage: 100.0% of statements 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.101s coverage: 89.4% of statements 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.711s coverage: 29.1% of statements 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.056s coverage: 99.0% of statements 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.049s coverage: 100.0% of statements 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.064s coverage: 92.9% of statements 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.031s coverage: 32.1% of statements 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements 00:34:23 GO111MODULE=on go vet ./... 00:34:49 gofmt -l . 00:34:49 [ "`gofmt -l .`" = "" ] 00:34:49 ./bin/test-go-mod-tidy.sh 00:34:49 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:50 + ls -al . 00:34:50 total 708 00:34:50 drwxrwxr-x 10 1001 1001 4096 Feb 26 00:34 . 00:34:50 drwxr-xr-x 4 root root 30 Feb 26 00:33 .. 00:34:50 -rw-rw-r-- 1 1001 1001 11 Feb 26 00:31 .dockerignore 00:34:50 drwxrwxr-x 8 1001 1001 179 Feb 26 00:31 .git 00:34:50 drwxrwxr-x 3 1001 1001 125 Feb 26 00:31 .github 00:34:50 -rw-rw-r-- 1 1001 1001 818 Feb 26 00:31 .gitignore 00:34:50 drwx------ 3 1001 1001 60 Feb 26 00:32 .semver 00:34:50 -rw-rw-r-- 1 1001 1001 166 Feb 26 00:31 .sonarcloud.properties 00:34:50 -rw-rw-r-- 1 1001 1001 8475 Feb 26 00:31 Attribution.txt 00:34:50 -rw-rw-r-- 1 1001 1001 3804 Feb 26 00:31 CONTRIBUTING.md 00:34:50 -rw-rw-r-- 1 1001 1001 931 Feb 26 00:31 Dockerfile.build 00:34:50 -rw-rw-r-- 1 1001 1001 863 Feb 26 00:31 Jenkinsfile 00:34:50 -rw-rw-r-- 1 1001 1001 10775 Feb 26 00:31 LICENSE 00:34:50 -rw-rw-r-- 1 1001 1001 5774 Feb 26 00:31 Makefile 00:34:50 -rw-rw-r-- 1 1001 1001 6524 Feb 26 00:31 README.md 00:34:50 -rw-rw-r-- 1 1001 1001 6755 Feb 26 00:31 SECURITY.md 00:34:50 -rw-rw-r-- 1 1001 1001 5 Feb 26 00:32 VERSION 00:34:50 -rw-rw-r-- 1 1001 1001 4131 Feb 26 00:31 ZMQWindows.md 00:34:50 drwxrwxr-x 2 1001 1001 117 Feb 26 00:31 bin 00:34:50 drwxrwxr-x 14 1001 1001 4096 Feb 26 00:31 cmd 00:34:50 -rw-r--r-- 1 root root 597902 Feb 26 00:34 coverage.out 00:34:50 -rw-r--r-- 1 root root 1055 Feb 26 00:34 go.mod 00:34:50 -rw-r--r-- 1 root root 21699 Feb 26 00:34 go.sum 00:34:50 drwxrwxr-x 8 1001 1001 127 Feb 26 00:31 internal 00:34:50 drwxrwxr-x 4 1001 1001 26 Feb 26 00:31 openapi 00:34:50 drwxrwxr-x 4 1001 1001 71 Feb 26 00:31 snap 00:34:50 -rw-rw-r-- 1 1001 1001 168 Feb 26 00:31 version.go [Pipeline] sh 00:34:50 + '[' -e coverage.out ] 00:34:50 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:50 Stashed 1 file(s) [Pipeline] sh 00:34:50 + make build 00:34:50 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:34:55 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:03 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:03 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:05 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:05 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:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:35:08 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:09 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: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:35:11 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:12 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:14 $ docker stop --time=1 04f1f04bb5e1d9d94f8b54474d7b7ec98acd3e24033c222c6c8d70498a2e7b69 00:35:15 $ docker rm -f 04f1f04bb5e1d9d94f8b54474d7b7ec98acd3e24033c222c6c8d70498a2e7b69 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:19 00:35:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:20 latest: Pulling from edgex-devops/edgex-compose 00:35:20 cbdbe7a5bc2a: Pulling fs layer 00:35:20 ca9280d653b3: Pulling fs layer 00:35:20 7e9c9ca2126c: Pulling fs layer 00:35:20 cbdbe7a5bc2a: Verifying Checksum 00:35:20 cbdbe7a5bc2a: Download complete 00:35:20 cbdbe7a5bc2a: Pull complete 00:35:20 ca9280d653b3: Verifying Checksum 00:35:20 ca9280d653b3: Download complete 00:35:21 7e9c9ca2126c: Verifying Checksum 00:35:21 7e9c9ca2126c: Download complete 00:35:21 ca9280d653b3: Pull complete 00:35:23 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27754 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:35:23 Running in /w/workspace/edgex-go/71 [Pipeline] { [Pipeline] checkout 00:35:28 using credential edgex-jenkins-ssh 00:35:28 7e9c9ca2126c: Pull complete 00:35:28 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:28 Cloning the remote Git repository 00:35:28 prd-centos7-docker-4c-2g-27751 does not seem to be running inside a container 00:35:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/71 -v /w/workspace/edgex-go/71:/w/workspace/edgex-go/71:rw,z -v /w/workspace/edgex-go/71@tmp:/w/workspace/edgex-go/71@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:28 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:28 > git init /w/workspace/edgex-go/71 # timeout=10 00:35:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:28 > git --version # timeout=10 00:35:28 > git --version # 'git version 2.17.1' 00:35:28 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:29 $ docker top 28c5630c92742eeae64af916122d1b955f46e11b3fefd8663c0ed3aef008ed6b -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:30 + docker-compose build --help 00:35:30 + grep parallel 00:35:31 --parallel Build images in parallel. [Pipeline] } 00:35:31 $ docker stop --time=1 28c5630c92742eeae64af916122d1b955f46e11b3fefd8663c0ed3aef008ed6b 00:35:32 $ docker rm -f 28c5630c92742eeae64af916122d1b955f46e11b3fefd8663c0ed3aef008ed6b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:33 . [Pipeline] withDockerContainer 00:35:33 prd-centos7-docker-4c-2g-27751 does not seem to be running inside a container 00:35:33 $ 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/71 -v /w/workspace/edgex-go/71:/w/workspace/edgex-go/71:rw,z -v /w/workspace/edgex-go/71@tmp:/w/workspace/edgex-go/71@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:33 $ docker top b44b1ee0a3b2c6348f51c6054d2cd93de663d2d57ae41cdcdeb222d2a0cc91fb -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:34 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:35 Building docker-core-command-go ... 00:35:35 Building docker-core-data-go ... 00:35:35 Building docker-core-metadata-go ... 00:35:35 Building docker-security-bootstrapper-go ... 00:35:35 Building docker-security-proxy-setup-go ... 00:35:35 Building docker-security-secretstore-setup-go ... 00:35:35 Building docker-support-notifications-go ... 00:35:35 Building docker-support-scheduler-go ... 00:35:35 Building docker-sys-mgmt-agent-go ... 00:35:35 Building docker-sys-mgmt-agent-go 00:35:35 Building docker-core-data-go 00:35:35 Building docker-support-scheduler-go 00:35:35 Building docker-security-bootstrapper-go 00:35:35 Building docker-support-notifications-go 00:35:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:43 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:43 > 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:35:44 Merging remotes/origin/master commit dd4b8fe188861d65d0d5afbafd149fd221a40ee4 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:35:45 Merge succeeded, producing c0533d6174bfc157ba9523751770ea59b5d5ab2a 00:35:45 Checking out Revision c0533d6174bfc157ba9523751770ea59b5d5ab2a (PR-2858) 00:35:44 > git config core.sparsecheckout # timeout=10 00:35:44 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:35:44 > git remote # timeout=10 00:35:44 > git config --get remote.origin.url # timeout=10 00:35:44 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:44 > git merge dd4b8fe188861d65d0d5afbafd149fd221a40ee4 # timeout=10 00:35:45 > git rev-parse HEAD^{commit} # timeout=10 00:35:45 > git config core.sparsecheckout # timeout=10 00:35:45 > git checkout -f c0533d6174bfc157ba9523751770ea59b5d5ab2a # timeout=10 00:35:50 Commit message: "Merge commit 'dd4b8fe188861d65d0d5afbafd149fd221a40ee4' into HEAD" 00:35:50 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:35:51 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:35:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:35:50 > git rev-list --no-walk fbea14b598fdef5861d32dac9975671d5dbb2ba4 # timeout=10 00:35:52 + true 00:35:52 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:35:54 provisioning config files... 00:35:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/71@tmp/config2474814059264072948tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:35:54 ---> docker-login.sh 00:35:54 nexus3.edgexfoundry.org:10001 00:35:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:56 Configure a credential helper to remove this warning. See 00:35:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:56 00:35:56 Login Succeeded 00:35:56 nexus3.edgexfoundry.org:10002 00:35:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:56 Configure a credential helper to remove this warning. See 00:35:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:56 00:35:56 Login Succeeded 00:35:56 nexus3.edgexfoundry.org:10003 00:35:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:57 Configure a credential helper to remove this warning. See 00:35:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:57 00:35:57 Login Succeeded 00:35:57 nexus3.edgexfoundry.org:10004 00:35:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:57 Configure a credential helper to remove this warning. See 00:35:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:57 00:35:57 Login Succeeded 00:35:57 docker.io 00:35:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:58 Configure a credential helper to remove this warning. See 00:35:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:58 00:35:58 Login Succeeded 00:35:58 ---> docker-login.sh ends [Pipeline] } 00:35:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:35:58 ========================================================= 00:35:58 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:35:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:35:58 + 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:00 Sending build context to Docker daemon 166.4MB 00:36:01 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:36:01 Step 2/6 : FROM ${BASE} 00:36:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:01 5f621e34cdf4: Pulling fs layer 00:36:01 a4357932f1b6: Pulling fs layer 00:36:01 18c013af1878: Pulling fs layer 00:36:01 00ac8860ef70: Pulling fs layer 00:36:01 63d7cb157983: Pulling fs layer 00:36:01 b116817d02f9: Pulling fs layer 00:36:01 745a02a5169b: Pulling fs layer 00:36:01 00ac8860ef70: Waiting 00:36:01 63d7cb157983: Waiting 00:36:01 b116817d02f9: Waiting 00:36:01 745a02a5169b: Waiting 00:36:01 18c013af1878: Verifying Checksum 00:36:01 18c013af1878: Download complete 00:36:01 a4357932f1b6: Verifying Checksum 00:36:01 a4357932f1b6: Download complete 00:36:01 63d7cb157983: Download complete 00:36:01 b116817d02f9: Download complete 00:36:01 5f621e34cdf4: Download complete 00:36:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:02 ---> 2947038038cd 00:36:02 Step 3/23 : WORKDIR /edgex-go 00:36:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:02 ---> 2947038038cd 00:36:02 Step 3/22 : WORKDIR /edgex-go 00:36:02 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:02 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:36:02 ---> 2947038038cd 00:36:02 Step 3/26 : WORKDIR /edgex-go 00:36:02 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:02 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:36:02 ---> 2947038038cd 00:36:02 Step 3/30 : WORKDIR /edgex-go 00:36:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:02 ---> 2947038038cd 00:36:02 Step 3/22 : WORKDIR /edgex-go 00:36:02 5f621e34cdf4: Pull complete 00:36:03 ---> Running in d91d8081a8cb 00:36:03 ---> Running in de2140c21d57 00:36:03 ---> Running in 445d2ca9f202 00:36:03 ---> Running in 6d57fbaa1eae 00:36:03 ---> Running in 0e4e413e1c41 00:36:03 a4357932f1b6: Pull complete 00:36:03 Removing intermediate container 445d2ca9f202 00:36:03 ---> 79dcb0db9df8 00:36:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:03 Removing intermediate container 6d57fbaa1eae 00:36:03 ---> 453a2eedd584 00:36:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:03 Removing intermediate container 0e4e413e1c41 00:36:03 ---> dae40b483f60 00:36:03 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:03 Removing intermediate container de2140c21d57 00:36:03 ---> 7648f9d4e15a 00:36:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:03 Removing intermediate container d91d8081a8cb 00:36:03 ---> ae6b0d2436cf 00:36:03 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:03 18c013af1878: Pull complete 00:36:03 ---> Running in 012ca485d626 00:36:03 ---> Running in a7c0804e9c94 00:36:03 ---> Running in 93eadd7cd5d7 00:36:03 ---> Running in 8b39f058df25 00:36:03 ---> Running in abc7c4c57472 00:36:04 745a02a5169b: Verifying Checksum 00:36:04 745a02a5169b: Download complete 00:36:05 00ac8860ef70: Verifying Checksum 00:36:05 00ac8860ef70: Download complete 00:36:05 Removing intermediate container 93eadd7cd5d7 00:36:05 ---> 7f7d85a5033c 00:36:05 Step 5/22 : RUN apk add --update --no-cache make git 00:36:05 Removing intermediate container 012ca485d626 00:36:05 ---> ac81f4081e98 00:36:05 Step 5/26 : RUN apk add --update --no-cache make bash git 00:36:05 ---> Running in 227e3935e096 00:36:05 ---> Running in 42abc85ed469 00:36:05 Removing intermediate container a7c0804e9c94 00:36:05 ---> 9d16cfc7d8d6 00:36:05 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:36:05 Removing intermediate container abc7c4c57472 00:36:05 ---> eb570a64ae65 00:36:05 Step 5/30 : RUN apk add --update --no-cache make git 00:36:06 ---> Running in 3ade86ed607a 00:36:06 Removing intermediate container 8b39f058df25 00:36:06 ---> d7681fcc9128 00:36:06 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:36:06 ---> Running in 803397a4bcfb 00:36:06 ---> Running in 2493d7fbe84c 00:36:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:07 OK: 233 MiB in 51 packages 00:36:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:08 OK: 233 MiB in 51 packages 00:36:08 OK: 233 MiB in 51 packages 00:36:08 Removing intermediate container 42abc85ed469 00:36:08 ---> 6f99d9394e11 00:36:08 Step 6/26 : COPY go.mod . 00:36:08 ---> 3219e10d2716 00:36:08 Step 7/26 : RUN go mod download 00:36:08 ---> Running in 80d9705028d4 00:36:08 OK: 233 MiB in 51 packages 00:36:08 Removing intermediate container 803397a4bcfb 00:36:08 ---> edfa7d70bbd2 00:36:08 Step 6/30 : COPY go.mod . 00:36:08 OK: 233 MiB in 51 packages 00:36:08 Removing intermediate container 2493d7fbe84c 00:36:08 ---> 4e54d0cbc6d2 00:36:08 Step 6/22 : COPY go.mod . 00:36:09 ---> 61aae12e969d 00:36:09 Step 7/30 : RUN go mod download 00:36:09 Removing intermediate container 3ade86ed607a 00:36:09 ---> b7c7d82cb998 00:36:09 Step 6/23 : COPY go.mod . 00:36:09 ---> 34ef0dff4f61 00:36:09 Step 7/22 : RUN go mod download 00:36:09 ---> Running in 74f05b9a562c 00:36:09 ---> Running in 0fd3d474b638 00:36:09 Removing intermediate container 227e3935e096 00:36:09 ---> 19ac89124ab4 00:36:09 Step 6/22 : COPY go.mod . 00:36:09 ---> c015f3679aab 00:36:09 Step 7/23 : RUN go mod download 00:36:10 ---> Running in 2b4494142f11 00:36:10 ---> cf01b933104d 00:36:10 Step 7/22 : RUN go mod download 00:36:10 ---> Running in 0afccf19123e 00:36:10 Removing intermediate container 80d9705028d4 00:36:10 ---> c634ff09aab9 00:36:10 Step 8/26 : COPY . . 00:36:11 Removing intermediate container 74f05b9a562c 00:36:11 ---> 46ed14b916fa 00:36:11 Step 8/30 : COPY . . 00:36:13 Removing intermediate container 0fd3d474b638 00:36:13 ---> ca5613f25850 00:36:13 Step 8/22 : COPY . . 00:36:15 00ac8860ef70: Pull complete 00:36:15 63d7cb157983: Pull complete 00:36:16 b116817d02f9: Pull complete 00:36:20 745a02a5169b: Pull complete 00:36:20 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:20 ---> b7e6874047d6 00:36:20 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:36:20 Removing intermediate container 2b4494142f11 00:36:20 ---> bf37f8f1082f 00:36:20 Step 8/23 : COPY . . 00:36:23 ---> Running in 13da5d78fd70 00:36:23 Removing intermediate container 0afccf19123e 00:36:23 ---> 4340a08c3ed5 00:36:23 Step 8/22 : COPY . . 00:36:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:26 (1/12) Installing libmagic (5.38-r0) 00:36:26 (2/12) Installing file (5.38-r0) 00:36:26 (3/12) Installing libc-dev (0.7.2-r3) 00:36:27 (4/12) Installing g++ (9.3.0-r2) 00:36:31 (5/12) Installing fortify-headers (1.1-r0) 00:36:31 (6/12) Installing patch (2.7.6-r6) 00:36:31 (7/12) Installing build-base (0.5-r2) 00:36:31 (8/12) Installing libsodium (1.0.18-r0) 00:36:31 (9/12) Installing pkgconf (1.7.2-r0) 00:36:31 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:31 (11/12) Installing libzmq (4.3.3-r0) 00:36:31 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:31 Executing busybox-1.31.1-r19.trigger 00:36:31 OK: 217 MiB in 51 packages 00:36:35 Removing intermediate container 13da5d78fd70 00:36:35 ---> 370e210325a6 00:36:35 Step 4/6 : WORKDIR /edgex-go 00:36:35 ---> Running in f9eac9ae9d3a 00:36:36 Removing intermediate container f9eac9ae9d3a 00:36:36 ---> b8315853b0cf 00:36:36 Step 5/6 : COPY go.mod . 00:36:36 ---> b265dfae5871 00:36:36 Step 6/6 : RUN go mod download 00:36:37 ---> Running in 561c35fd7743 00:36:50 ---> 20ceff1e68b8 00:36:50 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:36:50 ---> bbe3570a76cb 00:36:50 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:36:50 ---> Running in 859e4654c090 00:36:51 ---> dd5b3ccc7dac 00:36:51 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:36:52 ---> Running in 01a9c1b2d928 00:36:53 ---> Running in cda7a6b7ecef 00:36:55 ---> 3686f12293a8 00:36:55 Step 9/23 : RUN make cmd/core-data/core-data 00:36:56 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:36:56 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:36:56 ---> Running in eca7109ea657 00:36: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:36:56 ---> 3bd42c81bb36 00:36:56 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:36:56 ---> Running in c15ed6a3a206 00:36:57 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:36:57 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:03 Removing intermediate container 561c35fd7743 00:37:03 ---> 84ef8be252b9 00:37:04 Successfully built 84ef8be252b9 00:37:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:04 + docker inspect -f . ci-base-image-arm64 00:37:04 . [Pipeline] withDockerContainer 00:37:04 prd-ubuntu18.04-docker-arm64-4c-16g-27754 does not seem to be running inside a container 00:37:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/71 -v /w/workspace/edgex-go/71:/w/workspace/edgex-go/71:rw,z -v /w/workspace/edgex-go/71@tmp:/w/workspace/edgex-go/71@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:06 $ docker top c1663b3b99e4fe44157938829d045b4e6d782286e2f8d447f3e99ff0bc0ddc90 -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:07 + go version 00:37:07 go version go1.15.5 linux/arm64 [Pipeline] } 00:37:07 $ docker stop --time=1 c1663b3b99e4fe44157938829d045b4e6d782286e2f8d447f3e99ff0bc0ddc90 00:37:09 $ docker rm -f c1663b3b99e4fe44157938829d045b4e6d782286e2f8d447f3e99ff0bc0ddc90 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:11 + docker inspect -f . ci-base-image-arm64 00:37:11 . [Pipeline] withDockerContainer 00:37:11 prd-ubuntu18.04-docker-arm64-4c-16g-27754 does not seem to be running inside a container 00:37:11 $ 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/71 -v /w/workspace/edgex-go/71:/w/workspace/edgex-go/71:rw,z -v /w/workspace/edgex-go/71@tmp:/w/workspace/edgex-go/71@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:12 $ docker top 1ee2bee395c2cdc32b69975e757c9c88d00703b091acfc23d49f1d59125984a0 -eo pid,comm [Pipeline] { [Pipeline] echo 00:37:13 ========================================================= 00:37:13 [edgeXBuildGoParallel] Running Tests and Build... 00:37:13 ========================================================= [Pipeline] sh 00:37:13 + make test 00:37:13 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:29 Removing intermediate container 01a9c1b2d928 00:37:29 ---> fd3608e4eca9 00:37:29 00:37:29 Step 10/30 : FROM alpine:3.12 00:37:29 3.12: Pulling from library/alpine 00:37:29 Removing intermediate container 859e4654c090 00:37:29 ---> c0e02865d6a4 00:37:29 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:37:29 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:37:29 Status: Downloaded newer image for alpine:3.12 00:37:29 ---> 88dd2752d2ea 00:37:29 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:37:29 ---> Running in 87ca10f3de48 00:37:29 ---> Running in 688d6ebda332 00:37:30 Removing intermediate container 688d6ebda332 00:37:30 ---> ea090b5b0e3d 00:37:30 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:37:30 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:37:34 ---> Running in 0ded325ea23d 00:37:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:35 Removing intermediate container cda7a6b7ecef 00:37:35 ---> ab0cf39d5af1 00:37:35 00:37:35 Step 10/22 : FROM alpine:3.12 00:37:35 ---> 88dd2752d2ea 00:37:35 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:37:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:36 (1/2) Installing dumb-init (1.2.2-r1) 00:37:36 (2/2) Installing su-exec (0.2-r1) 00:37:36 Executing busybox-1.31.1-r19.trigger 00:37:36 OK: 6 MiB in 16 packages 00:37:36 Removing intermediate container 87ca10f3de48 00:37:36 ---> 1077629aacaf 00:37:36 00:37:36 Step 11/26 : FROM docker:20.10.0 00:37:36 ---> Running in 62838bdde6f5 00:37:36 20.10.0: Pulling from library/docker 00:37:36 Removing intermediate container c15ed6a3a206 00:37:36 ---> 48dab20c27bf 00:37:36 00:37:36 Step 10/22 : FROM alpine:3.12 00:37:36 ---> 88dd2752d2ea 00:37:36 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:37:38 ---> Running in 82c1e232369d 00:37:39 Removing intermediate container eca7109ea657 00:37:39 ---> fa1fcabbca9e 00:37:39 00:37:39 Step 10/23 : FROM alpine:3.12 00:37:39 ---> 88dd2752d2ea 00:37:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:39 (1/2) Installing ca-certificates (20191127-r4) 00:37:39 (2/2) Installing dumb-init (1.2.2-r1) 00:37:39 Executing busybox-1.31.1-r19.trigger 00:37:39 Executing ca-certificates-20191127-r4.trigger 00:37:39 OK: 6 MiB in 16 packages 00:37:40 Removing intermediate container 0ded325ea23d 00:37:40 ---> c75a7000464a 00:37:40 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:37:40 ---> Running in ad201a54c421 00:37:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:40 ---> Running in 602a506202cc 00:37:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:40 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:40 (1/1) Installing dumb-init (1.2.2-r1) 00:37:40 Executing busybox-1.31.1-r19.trigger 00:37:40 OK: 6 MiB in 15 packages 00:37:40 Removing intermediate container ad201a54c421 00:37:40 ---> ce7876636405 00:37:40 Step 12/23 : ENV APP_PORT=48080 00:37:41 Removing intermediate container 602a506202cc 00:37:41 ---> eb1263dc700a 00:37:41 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:37:42 ---> Running in 4754a3540ff1 00:37:42 ---> Running in a90c613c4e4b 00:37:42 Removing intermediate container 62838bdde6f5 00:37:42 ---> 7aacb0c461ae 00:37:42 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:37:42 Removing intermediate container 4754a3540ff1 00:37:42 ---> bafac655069d 00:37:42 Step 13/23 : EXPOSE $APP_PORT 00:37:42 Removing intermediate container a90c613c4e4b 00:37:42 ---> e775e5280343 00:37:42 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:37:42 ---> Running in 16efce18a0df 00:37:43 Removing intermediate container 82c1e232369d 00:37:43 ---> e3833052a446 00:37:43 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:43 ---> Running in 0f4ebb598fa2 00:37:43 ---> Running in f0905508a368 00:37:43 ---> Running in 15ec34056358 00:37:43 Removing intermediate container 16efce18a0df 00:37:43 ---> fdc1f0664dd7 00:37:43 Step 13/22 : ENV APP_PORT=48060 00:37:43 Removing intermediate container 0f4ebb598fa2 00:37:43 ---> 9b1b6bb79a99 00:37:43 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:43 ---> Running in af813abbb38f 00:37:43 Removing intermediate container 15ec34056358 00:37:43 ---> 3f0047a68557 00:37:43 Step 13/22 : ENV APP_PORT=48085 00:37:43 ---> Running in c9c50033d152 00:37:43 Removing intermediate container af813abbb38f 00:37:43 ---> 1a90d691ef48 00:37:43 Step 14/22 : EXPOSE $APP_PORT 00:37:44 ---> Running in 44420fb3c9b0 00:37:44 ---> Running in c1d0780a2439 00:37:44 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:37:44 Status: Downloaded newer image for docker:20.10.0 00:37:44 ---> aefe523efa57 00:37:44 Step 12/26 : RUN apk add --no-cache bash 00:37:44 Removing intermediate container 44420fb3c9b0 00:37:44 ---> 9b19f027696a 00:37:44 Step 14/22 : EXPOSE $APP_PORT 00:37:44 Removing intermediate container c1d0780a2439 00:37:44 ---> 5b1a772cfd3c 00:37:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:44 ---> Running in c3d38cd908a9 00:37:45 ---> Running in 52d5cf7f7773 00:37:45 Removing intermediate container f0905508a368 00:37:45 ---> b3b7461e586f 00:37:45 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:37:45 ---> b17c40fa124f 00:37:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:37:45 Removing intermediate container 52d5cf7f7773 00:37:45 ---> 5b15a7b20b57 00:37:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:45 ---> Running in 6a87d5fbe640 00:37:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:45 (1/2) Installing readline (8.0.4-r0) 00:37:45 (2/2) Installing bash (5.0.17-r0) 00:37:45 Removing intermediate container c9c50033d152 00:37:45 ---> 965378d805d9 00:37:45 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:37:45 Executing bash-5.0.17-r0.post-install 00:37:45 Executing busybox-1.31.1-r19.trigger 00:37:45 OK: 12 MiB in 22 packages 00:37:46 ---> Running in 0c469125963a 00:37:46 ---> c24d5a10a8c0 00:37:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:37:46 ---> e2d547e14282 00:37:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:37:46 Removing intermediate container 6a87d5fbe640 00:37:46 ---> 98f022b996f4 00:37:46 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:37:47 ---> 59e081b2f46e 00:37:47 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:37:47 ---> 0c2d76033a87 00:37:47 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:37:47 ---> Running in 7aaa19bf812d 00:37:47 ---> 93c5901c581b 00:37:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:37:47 Removing intermediate container c3d38cd908a9 00:37:47 ---> e07c043a4a05 00:37:47 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:37:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:47 ---> Running in d13af91562ca 00:37:47 ---> Running in 1490f4338b99 00:37:47 Removing intermediate container 7aaa19bf812d 00:37:47 ---> 042b0d9edbee 00:37:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:47 ---> fc8b9eedf912 00:37:47 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:37:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:47 ---> Running in 3b5e37082fe8 00:37:48 ---> Running in 30672cbe5a70 00:37:48 Removing intermediate container 1490f4338b99 00:37:48 ---> c9b580dac185 00:37:48 Step 14/26 : ENV APP_PORT=48090 00:37:48 ---> Running in 152959a227d7 00:37:48 Removing intermediate container 3b5e37082fe8 00:37:48 ---> be8e19fd89e4 00:37:48 Step 20/22 : LABEL arch=x86_64 00:37:48 Removing intermediate container 30672cbe5a70 00:37:48 ---> 0737a8735fa9 00:37:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:48 ---> Running in 36540f443245 00:37:48 ---> Running in 0cfa5bc60b54 00:37:48 Removing intermediate container 152959a227d7 00:37:48 ---> f6115d2a6af3 00:37:48 Step 15/26 : EXPOSE $APP_PORT 00:37:48 (1/6) Installing dumb-init (1.2.2-r1) 00:37:48 (2/6) Installing libgcc (9.3.0-r2) 00:37:48 (3/6) Installing libsodium (1.0.18-r0) 00:37:48 ---> Running in bd8c8ab8fcaa 00:37:48 (4/6) Installing libstdc++ (9.3.0-r2) 00:37:48 Removing intermediate container 36540f443245 00:37:48 ---> 0710065f041a 00:37:48 Step 21/22 : LABEL git_sha=b1cfa36b2bf47c70434f022628a91aab00f15597 00:37:48 Removing intermediate container 0cfa5bc60b54 00:37:48 ---> 535c19088b38 00:37:48 Step 20/22 : LABEL arch=x86_64 00:37:49 (5/6) Installing libzmq (4.3.3-r0) 00:37:49 ---> Running in c9492ded13cc 00:37:49 ---> Running in 81c57466cf2a 00:37:49 (6/6) Installing zeromq (4.3.3-r0) 00:37:49 Removing intermediate container bd8c8ab8fcaa 00:37:49 ---> 5c7a9ebd0765 00:37:49 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:37:49 Removing intermediate container d13af91562ca 00:37:49 ---> d460d92e1def 00:37:49 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:49 Executing busybox-1.31.1-r19.trigger 00:37:49 OK: 8 MiB in 20 packages 00:37:49 Removing intermediate container c9492ded13cc 00:37:49 ---> 04735dcb8dd2 00:37:49 Step 22/22 : LABEL version=0.0.0 00:37:49 Removing intermediate container 81c57466cf2a 00:37:49 ---> eb8c43216cff 00:37:49 Step 21/22 : LABEL git_sha=b1cfa36b2bf47c70434f022628a91aab00f15597 00:37:49 ---> Running in a1accca662e2 00:37:49 ---> Running in 93126a51a271 00:37:50 ---> 5671f5f77df0 00:37:50 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:37:50 ---> 360384c6f59d 00:37:50 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:37:50 Removing intermediate container a1accca662e2 00:37:50 ---> f7f502826743 00:37:50 00:37:50 Successfully built f7f502826743 00:37:50 Successfully tagged docker-support-notifications-go:latest 00:37:50  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 00:37:50 Removing intermediate container 93126a51a271 00:37:50 ---> 450995497fd7 00:37:50 Step 22/22 : LABEL version=0.0.0 00:37:50 Removing intermediate container 0c469125963a 00:37:50 ---> d9457f0acb55 00:37:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:50 ---> 31a72d404c7c 00:37:50 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:37:50 ---> 17243723717b 00:37:50 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:37:50 ---> Running in 8ab33c9478f9 00:37:52 ---> b4f4627551d4 00:37:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:37:52 Removing intermediate container 8ab33c9478f9 00:37:52 ---> 77931ea0c820 00:37:52 00:37:53 Successfully built 77931ea0c820 00:37:53 Successfully tagged docker-support-scheduler-go:latest 00:37:53 Building docker-security-secretstore-setup-go 00:37:54  Building docker-support-scheduler-go ... done  ---> c38b68025816 00:37:54 Step 19/26 : RUN apk --no-cache add py3-pip 00:37:54 ---> 64b36f01e71a 00:37:54 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:37:58 ---> Running in 1ce55a78352f 00:38:02 ---> 730004256b78 00:38:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:38:02 ---> 39393ba2fe17 00:38:03 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:38:05 ---> Running in 778f58e7e668 00:38:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:05 (1/33) Installing libbz2 (1.0.8-r1) 00:38:05 (2/33) Installing expat (2.2.9-r1) 00:38:05 (3/33) Installing libffi (3.3-r2) 00:38:05 (4/33) Installing gdbm (1.13-r1) 00:38:06 (5/33) Installing xz-libs (5.2.5-r0) 00:38:06 (6/33) Installing sqlite-libs (3.32.1-r0) 00:38:06 ---> 42d1c9954011 00:38:06 Step 19/23 : ENTRYPOINT ["/core-data"] 00:38:06 (7/33) Installing python3 (3.8.5-r1) 00:38:06 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:06 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:38:06 ---> 2947038038cd 00:38:06 Step 3/21 : WORKDIR /edgex-go 00:38:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:38:07 ---> 2947038038cd 00:38:07 Step 3/24 : WORKDIR /edgex-go 00:38:07 ---> Using cache 00:38:07 ---> ae6b0d2436cf 00:38:07 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:07 ---> Using cache 00:38:07 ---> ae6b0d2436cf 00:38:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:07 ---> Using cache 00:38:07 ---> eb570a64ae65 00:38:07 Step 5/21 : RUN apk add --update --no-cache make git 00:38:07 ---> Using cache 00:38:07 ---> eb570a64ae65 00:38:07 Step 5/24 : RUN apk add --update --no-cache make git 00:38:07 ---> Using cache 00:38:07 ---> edfa7d70bbd2 00:38:07 Step 6/21 : COPY go.mod . 00:38:07 ---> Using cache 00:38:07 ---> edfa7d70bbd2 00:38:07 Step 6/24 : COPY go.mod . 00:38:07 ---> Using cache 00:38:07 ---> 61aae12e969d 00:38:07 Step 7/24 : RUN go mod download 00:38:07 ---> Using cache 00:38:07 ---> 61aae12e969d 00:38:07 Step 7/21 : RUN go mod download 00:38:07 ---> Using cache 00:38:07 ---> 46ed14b916fa 00:38:07 Step 8/21 : COPY . . 00:38:07 ---> Using cache 00:38:07 ---> 46ed14b916fa 00:38:07 Step 8/24 : COPY . . 00:38:07 ---> Using cache 00:38:07 ---> bbe3570a76cb 00:38:07 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:38:08 ---> Using cache 00:38:08 ---> bbe3570a76cb 00:38:08 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:38:09 ---> Running in 0bd06ad3f19b 00:38:10 Removing intermediate container 778f58e7e668 00:38:10 ---> 4a27ea25175e 00:38:10 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:38:10 ---> Running in 865e1627bfe9 00:38:10 ---> Running in c44206f7b59a 00:38:10 (8/33) Installing py3-appdirs (1.4.4-r1) 00:38:10 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:38:10 (10/33) Installing py3-parsing (2.4.7-r0) 00:38:10 (11/33) Installing py3-six (1.15.0-r0) 00:38:10 (12/33) Installing py3-packaging (20.4-r0) 00:38:10 (13/33) Installing py3-setuptools (47.0.0-r0) 00:38:10 (14/33) Installing py3-chardet (3.0.4-r4) 00:38:10 Removing intermediate container 0bd06ad3f19b 00:38:10 ---> a3759e86f574 00:38:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:11 (15/33) Installing py3-idna (2.9-r0) 00:38:11 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:38:11 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:38:11 ---> 2830d7ad76ca 00:38:11 Step 25/30 : RUN chmod +x /entrypoint.sh 00:38:11 (18/33) Installing py3-requests (2.23.0-r0) 00:38:11 (19/33) Installing py3-msgpack (1.0.0-r0) 00:38:11 (20/33) Installing py3-lockfile (0.12.2-r3) 00:38:11 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:38:11 ---> Running in f85084c6d75a 00:38:11 (22/33) Installing py3-colorama (0.4.3-r0) 00:38:11 (23/33) Installing py3-distlib (0.3.0-r0) 00:38:12 (24/33) Installing py3-distro (1.5.0-r1) 00:38:12 (25/33) Installing py3-webencodings (0.5.1-r3) 00:38:12 (26/33) Installing py3-html5lib (1.0.1-r4) 00:38:12 ---> Running in 40ef834dca86 00:38:12 (27/33) Installing py3-pytoml (0.1.21-r0) 00:38:12 (28/33) Installing py3-pep517 (0.8.2-r0) 00:38:12 (29/33) Installing py3-progress (1.5-r0) 00:38:12 (30/33) Installing py3-toml (0.10.1-r0) 00:38:12 (31/33) Installing py3-retrying (1.3.3-r0) 00:38:12 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:38:12 (33/33) Installing py3-pip (20.1.1-r0) 00:38:13 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:38:13 Executing busybox-1.31.1-r19.trigger 00:38:13 Removing intermediate container f85084c6d75a 00:38:13 ---> 11ca82a8645e 00:38:13 Step 21/23 : LABEL arch=x86_64 00:38:13 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:38:13 OK: 71 MiB in 55 packages 00:38:13 ---> Running in 143041619f67 00:38:13 Removing intermediate container 143041619f67 00:38:13 ---> 798626cdf980 00:38:13 Step 22/23 : LABEL git_sha=b1cfa36b2bf47c70434f022628a91aab00f15597 00:38:13 ---> Running in d0e8fdbb0200 00:38:14 Removing intermediate container d0e8fdbb0200 00:38:14 ---> 228a9ff7a521 00:38:14 Step 23/23 : LABEL version=0.0.0 00:38:14 ---> Running in 9663348dda23 00:38:16 Removing intermediate container 9663348dda23 00:38:16 ---> d3f86634e4a3 00:38:16 00:38:18 Successfully built d3f86634e4a3 00:38:18 Successfully tagged docker-core-data-go:latest 00:38:18 Building docker-core-command-go 00:38:23  Building docker-core-data-go ... done Removing intermediate container 40ef834dca86 00:38:23 ---> d38fccf93804 00:38:23 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:38:27 ---> Running in 249e6da109b1 00:38:27 Removing intermediate container 1ce55a78352f 00:38:27 ---> f966d289f09f 00:38:27 Step 20/26 : RUN pip install docker-compose==1.23.2 00:38:27 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:29 Removing intermediate container 249e6da109b1 00:38:29 ---> c11f77e94776 00:38:29 Step 27/30 : CMD ["gate"] 00:38:30 ---> Running in 3a0bdd862fcc 00:38:31 ---> Running in 2b01c87ca937 00:38:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:33 ---> 2947038038cd 00:38:33 Step 3/23 : WORKDIR /edgex-go 00:38:33 ---> Using cache 00:38:33 ---> ae6b0d2436cf 00:38:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:33 ---> Using cache 00:38:33 ---> eb570a64ae65 00:38:33 Step 5/23 : RUN apk add --update --no-cache make git 00:38:33 ---> Using cache 00:38:33 ---> edfa7d70bbd2 00:38:33 Step 6/23 : COPY go.mod . 00:38:33 ---> Using cache 00:38:33 ---> 61aae12e969d 00:38:33 Step 7/23 : RUN go mod download 00:38:33 ---> Using cache 00:38:33 ---> 46ed14b916fa 00:38:33 Step 8/23 : COPY . . 00:38:33 ---> Using cache 00:38:33 ---> bbe3570a76cb 00:38:33 Step 9/23 : RUN make cmd/core-command/core-command 00:38:34 ---> Running in 33226e8acf5a 00:38:34 Removing intermediate container 2b01c87ca937 00:38:34 ---> dffbc1b922fb 00:38:34 Step 28/30 : LABEL arch=x86_64 00:38:34 ---> Running in f85a97e6d4ca 00:38:35 Removing intermediate container f85a97e6d4ca 00:38:35 ---> 7c73c0db50ac 00:38:35 Step 29/30 : LABEL git_sha=b1cfa36b2bf47c70434f022628a91aab00f15597 00:38:35 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:35 ---> Running in e5f78dccb851 00:38:35 Removing intermediate container e5f78dccb851 00:38:35 ---> b025d4601536 00:38:35 Step 30/30 : LABEL version=0.0.0 00:38:35 ---> Running in 03c3c9f0a072 00:38:35 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:38:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:38:36 Removing intermediate container 03c3c9f0a072 00:38:36 ---> 3ca41753194e 00:38:36 00:38:36 Successfully built 3ca41753194e 00:38:36 Successfully tagged docker-security-bootstrapper-go:latest 00:38:36  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go 00:38:36 Collecting docker-compose==1.23.2 00:38:36 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:38:36 Collecting texttable<0.10,>=0.9.0 00:38:36 Downloading texttable-0.9.1.tar.gz (11 kB) 00:38:39 Collecting websocket-client<1.0,>=0.32.0 00:38:39 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:38:41 Collecting cached-property<2,>=1.2.0 00:38:41 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:38:42 Collecting docopt<0.7,>=0.6.1 00:38:42 Downloading docopt-0.6.2.tar.gz (25 kB) 00:38:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:42 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:42 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:38:42 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:38:42 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:42 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:42 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:43 Collecting jsonschema<3,>=2.5.1 00:38:43 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:38:43 Collecting docker<4.0,>=3.6.0 00:38:43 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:38:44 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:38:44 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:38:45 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:38:45 Collecting dockerpty<0.5,>=0.4.1 00:38:45 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:38:45 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:38:46 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:48 Collecting PyYAML<4,>=3.10 00:38:48 Downloading PyYAML-3.13.tar.gz (270 kB) 00:38:50 Collecting docker-pycreds>=0.4.0 00:38:50 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:38:51 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:38:52 Collecting idna<2.8,>=2.5 00:38:52 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:38:52 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:38:52 Removing intermediate container c44206f7b59a 00:38:52 ---> f60b2b1bea38 00:38:52 00:38:52 Step 10/21 : FROM alpine:3.12 00:38:52 ---> 88dd2752d2ea 00:38:52 Step 11/21 : RUN apk add --update --no-cache curl 00:38:52 Removing intermediate container 865e1627bfe9 00:38:52 ---> 11ee8d8c5176 00:38:52 00:38:52 Step 10/24 : FROM alpine:3.12 00:38:52 ---> 88dd2752d2ea 00:38:52 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:38:52 Collecting urllib3<1.25,>=1.21.1 00:38:52 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:38:52 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:38:52 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:38:52 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:38:52 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:38:53 Installing collected packages: texttable, websocket-client, cached-property, docopt, jsonschema, idna, urllib3, requests, docker-pycreds, docker, dockerpty, PyYAML, docker-compose 00:38:53 Running setup.py install for texttable: started 00:38:54 ---> Running in 320ee0150c13 00:38:54 ---> Running in cb1ada7cac95 00:38:54 Running setup.py install for texttable: finished with status 'done' 00:38:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:54 ---> 2947038038cd 00:38:54 Step 3/23 : WORKDIR /edgex-go 00:38:54 ---> Using cache 00:38:54 ---> ae6b0d2436cf 00:38:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:54 ---> Using cache 00:38:54 ---> eb570a64ae65 00:38:54 Step 5/23 : RUN apk add --update --no-cache make git 00:38:54 ---> Using cache 00:38:54 ---> edfa7d70bbd2 00:38:54 Step 6/23 : COPY go.mod . 00:38:54 ---> Using cache 00:38:54 ---> 61aae12e969d 00:38:54 Step 7/23 : RUN go mod download 00:38:54 ---> Using cache 00:38:54 ---> 46ed14b916fa 00:38:54 Step 8/23 : COPY . . 00:38:54 ---> Using cache 00:38:54 ---> bbe3570a76cb 00:38:54 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:38:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:38:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:38:55 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:38:55 Running setup.py install for docopt: started 00:38:55 ---> Running in 82f9b62b363d 00:38:56 Running setup.py install for docopt: finished with status 'done' 00:38:56 Attempting uninstall: idna 00:38:56 Found existing installation: idna 2.9 00:38:56 Uninstalling idna-2.9: 00:38:56 Successfully uninstalled idna-2.9 00:38:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:56 Attempting uninstall: urllib3 00:38:56 Found existing installation: urllib3 1.25.9 00:38:56 Uninstalling urllib3-1.25.9: 00:38:56 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:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:56 (1/4) Installing ca-certificates (20191127-r4) 00:38:56 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:38:56 Successfully uninstalled urllib3-1.25.9 00:38:56 (1/5) Installing ca-certificates (20191127-r4) 00:38:56 (3/4) Installing libcurl (7.69.1-r3) 00:38:56 (4/4) Installing curl (7.69.1-r3) 00:38:56 Executing busybox-1.31.1-r19.trigger 00:38:56 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:38:56 (3/5) Installing libcurl (7.69.1-r3) 00:38:56 (4/5) Installing curl (7.69.1-r3) 00:38:56 (5/5) Installing dumb-init (1.2.2-r1) 00:38:56 Executing busybox-1.31.1-r19.trigger 00:38:56 Executing ca-certificates-20191127-r4.trigger 00:38:56 Executing ca-certificates-20191127-r4.trigger 00:38:56 OK: 7 MiB in 19 packages 00:38:56 OK: 7 MiB in 18 packages 00:38:57 Attempting uninstall: requests 00:38:57 Found existing installation: requests 2.23.0 00:38:57 Uninstalling requests-2.23.0: 00:38:57 Successfully uninstalled requests-2.23.0 00:38:58 Running setup.py install for dockerpty: started 00:38:59 Running setup.py install for dockerpty: finished with status 'done' 00:38:59 Running setup.py install for PyYAML: started 00:38:59 Removing intermediate container 320ee0150c13 00:38:59 ---> 2b9d465da60e 00:38:59 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:59 Removing intermediate container cb1ada7cac95 00:38:59 ---> c58484763759 00:38:59 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:59 ---> Running in 1f4f0c7ae6b2 00:38:59 Running setup.py install for PyYAML: finished with status 'done' 00:38:59 ---> Running in 67a8aaa6d284 00:39:01 Removing intermediate container 1f4f0c7ae6b2 00:39:01 ---> 53c80329ff71 00:39:01 Step 13/24 : WORKDIR / 00:39:01 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:39:02 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.331s coverage: 45.9% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.282s coverage: 100.0% of statements 00:39:04 ---> Running in 81dbf8b40d3c 00:39:04 Removing intermediate container 67a8aaa6d284 00:39:04 ---> 445f329a4db1 00:39:04 Step 13/21 : WORKDIR /edgex 00:39:04 Removing intermediate container 33226e8acf5a 00:39:04 ---> d42b47e3b98a 00:39:04 00:39:04 Step 10/23 : FROM alpine:3.12 00:39:04 ---> 88dd2752d2ea 00:39:04 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:39:04 ---> Using cache 00:39:04 ---> e3833052a446 00:39:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:04 ---> Using cache 00:39:04 ---> 3f0047a68557 00:39:04 Step 13/23 : ENV APP_PORT=48082 00:39:04 ---> Running in b00ec47ea96f 00:39:04 ---> Running in 0d7ab81d0ca2 00:39:05 Removing intermediate container 81dbf8b40d3c 00:39:05 ---> 5dbc35e51212 00:39:05 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:39:06 Removing intermediate container 0d7ab81d0ca2 00:39:06 ---> 88ca641f4e34 00:39:06 Step 14/23 : EXPOSE $APP_PORT 00:39:06 Removing intermediate container b00ec47ea96f 00:39:06 ---> 0c90acea3ee7 00:39:06 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:39:06 ---> 3745eaa1bf93 00:39:06 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:39:06 ---> Running in 8306156b5217 00:39:06 Removing intermediate container 3a0bdd862fcc 00:39:06 ---> bc43d9770efb 00:39:06 Step 21/26 : RUN apk --no-cache add curl 00:39:06 ---> 21e93ab964e2 00:39:06 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:39:07 ---> Running in fd4eb69d2849 00:39:07 ---> db8159b96132 00:39:07 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:39:07 Removing intermediate container 8306156b5217 00:39:07 ---> 1f1d3dea664e 00:39:07 Step 15/23 : WORKDIR / 00:39:07 ---> Running in 858a6114cfb8 00:39:07 ---> eb0df0543d9e 00:39:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:39:08 ---> 1892656ac8af 00:39:08 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:39:08 Removing intermediate container 858a6114cfb8 00:39:08 ---> 28cf7a3652af 00:39:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:09 ---> e1471588d70b 00:39:09 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:39:09 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:39:09 (2/3) Installing libcurl (7.69.1-r3) 00:39:09 (3/3) Installing curl (7.69.1-r3) 00:39:09 Executing busybox-1.31.1-r19.trigger 00:39:09 OK: 72 MiB in 58 packages 00:39:10 ---> 78af18220a01 00:39:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:39:10 ---> Running in 764cb0f77d87 00:39:10 ---> 95d28b8848e5 00:39:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.592s coverage: 27.1% of statements 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.100s coverage: 100.0% of statements 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.289s coverage: 65.8% of statements 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:10 Removing intermediate container 764cb0f77d87 00:39:10 ---> 30f0fff37e0f 00:39:10 Step 18/21 : CMD ["--init=true"] 00:39:10 ---> 492fcd465ff6 00:39:10 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:39:10 ---> Running in 3f9f976d7bb7 00:39:10 ---> ea11b275d650 00:39:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:39:11 Removing intermediate container fd4eb69d2849 00:39:11 ---> a5fe3b66c7e3 00:39:11 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:39:11 ---> Running in 61cc4f962c5f 00:39:11 Removing intermediate container 3f9f976d7bb7 00:39:11 ---> 1e6c70694df2 00:39:11 Step 19/21 : LABEL arch=x86_64 00:39:11 ---> b8fece249a67 00:39:11 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.695s coverage: 82.3% of statements 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:11 ---> 805e2d80c134 00:39:11 Step 19/23 : ENTRYPOINT ["/core-command"] 00:39:11 ---> Running in c705836225c1 00:39:11 ---> Running in d3f21a56ac5c 00:39:12 ---> Running in b51653522aee 00:39:12 Removing intermediate container 61cc4f962c5f 00:39:12 ---> 0331d477c9a0 00:39:12 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:12 Removing intermediate container c705836225c1 00:39:12 ---> 63a87892380d 00:39:12 Step 20/21 : LABEL git_sha=b1cfa36b2bf47c70434f022628a91aab00f15597 00:39:12 ---> Running in 43840e4b04d8 00:39:12 ---> Running in 176543f134a0 00:39:12 Removing intermediate container b51653522aee 00:39:12 ---> c9630ef35b41 00:39:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:12 ---> Running in e57f4afd3637 00:39:12 Removing intermediate container 176543f134a0 00:39:12 ---> 65222d5f2cb4 00:39:12 Step 21/21 : LABEL version=0.0.0 00:39:12 Removing intermediate container 43840e4b04d8 00:39:12 ---> 543931ada717 00:39:12 Step 24/26 : LABEL arch=x86_64 00:39:15 ---> Running in 917030c598c1 00:39:15 ---> Running in 47a124412f95 00:39:15 Removing intermediate container e57f4afd3637 00:39:15 ---> f8775988d05a 00:39:15 Step 21/23 : LABEL arch=x86_64 00:39:15 Removing intermediate container 82f9b62b363d 00:39:15 ---> 1d8ecb43c2a2 00:39:15 00:39:15 Step 10/23 : FROM alpine:3.12 00:39:15 ---> 88dd2752d2ea 00:39:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:39:15 ---> Using cache 00:39:15 ---> e3833052a446 00:39:15 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:15 ---> Using cache 00:39:15 ---> 3f0047a68557 00:39:15 Step 13/23 : ENV APP_PORT=48081 00:39:15 ---> Running in 56097133f651 00:39:15 ---> Running in dccec82a8946 00:39:15 Removing intermediate container 917030c598c1 00:39:15 ---> 4caf537db00f 00:39:15 Step 25/26 : LABEL git_sha=b1cfa36b2bf47c70434f022628a91aab00f15597 00:39:15 Removing intermediate container 47a124412f95 00:39:15 ---> 4f69978e02ac 00:39:15 00:39:15 Removing intermediate container d3f21a56ac5c 00:39:15 ---> 233d6079a2d7 00:39:15 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:39:16 Successfully built 4f69978e02ac 00:39:16 Removing intermediate container 56097133f651 00:39:16 ---> cf777d8864b1 00:39:16 Step 22/23 : LABEL git_sha=b1cfa36b2bf47c70434f022628a91aab00f15597 00:39:16 ---> Running in 79d6fcaf32a8 00:39:16 Successfully tagged docker-security-proxy-setup-go:latest 00:39:16  Building docker-security-proxy-setup-go ... done  ---> Running in 0111309a6c86 00:39:16 Removing intermediate container dccec82a8946 00:39:16 ---> a1a8a3e24914 00:39:16 Step 14/23 : EXPOSE $APP_PORT 00:39:16 ---> Running in 2a899888df49 00:39:16 ---> Running in 720dd303b64a 00:39:16 Removing intermediate container 79d6fcaf32a8 00:39:16 ---> 616f8556bc90 00:39:16 Step 26/26 : LABEL version=0.0.0 00:39:16 Removing intermediate container 0111309a6c86 00:39:16 ---> 20632c4c6a5a 00:39:16 Step 22/24 : LABEL arch=x86_64 00:39:16 ---> Running in 2091b31441a2 00:39:16 ---> Running in eeeeaf9aa50e 00:39:16 Removing intermediate container 2a899888df49 00:39:16 ---> 444dc57756cf 00:39:16 Step 23/23 : LABEL version=0.0.0 00:39:16 Removing intermediate container 720dd303b64a 00:39:16 ---> 7a8951dafc4c 00:39:16 Step 15/23 : WORKDIR / 00:39:16 ---> Running in 30b1ab64e9e5 00:39:16 ---> Running in 2a0373d19be3 00:39:16 Removing intermediate container 2091b31441a2 00:39:16 ---> abf8dcfaa981 00:39:16 00:39:16 Removing intermediate container eeeeaf9aa50e 00:39:16 ---> f943556d7a3a 00:39:16 Step 23/24 : LABEL git_sha=b1cfa36b2bf47c70434f022628a91aab00f15597 00:39:17 Successfully built abf8dcfaa981 00:39:17 Successfully tagged docker-sys-mgmt-agent-go:latest 00:39:17  Building docker-sys-mgmt-agent-go ... done  ---> Running in 20436e66703f 00:39:17 Removing intermediate container 30b1ab64e9e5 00:39:17 ---> 30bea4fa1cbb 00:39:17 00:39:18 Successfully built 30bea4fa1cbb 00:39:18 Successfully tagged docker-core-command-go:latest 00:39:18  Building docker-core-command-go ... done Removing intermediate container 2a0373d19be3 00:39:18 ---> 6eb937f7af8a 00:39:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:18 Removing intermediate container 20436e66703f 00:39:18 ---> 005e114bc19f 00:39:18 Step 24/24 : LABEL version=0.0.0 00:39:18 ---> Running in be64076f956a 00:39:18 ---> 92ee185edbc4 00:39:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:39:18 Removing intermediate container be64076f956a 00:39:18 ---> a09793a67065 00:39:18 00:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.202s coverage: 28.6% of statements 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.152s coverage: 100.0% of statements 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.085s coverage: 100.0% of statements 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.338s coverage: 86.7% of statements 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:39:18 Successfully built a09793a67065 00:39:18 Successfully tagged docker-security-secretstore-setup-go:latest 00:39:18  Building docker-security-secretstore-setup-go ... done  ---> b48dd7465eac 00:39:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:39:19 ---> d1e4127246fc 00:39:19 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:39:19 ---> Running in f7f28e79c3e5 00:39:19 Removing intermediate container f7f28e79c3e5 00:39:19 ---> ef2741eb04a3 00:39:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:19 ---> Running in 20131eb4846d 00:39:19 Removing intermediate container 20131eb4846d 00:39:19 ---> 75ade89993a8 00:39:19 Step 21/23 : LABEL arch=x86_64 00:39:19 ---> Running in cf9a877d550c 00:39:19 Removing intermediate container cf9a877d550c 00:39:19 ---> 8ee3278b5385 00:39:19 Step 22/23 : LABEL git_sha=b1cfa36b2bf47c70434f022628a91aab00f15597 00:39:19 ---> Running in 712015d13f7a 00:39:20 Removing intermediate container 712015d13f7a 00:39:20 ---> 37207600c64c 00:39:20 Step 23/23 : LABEL version=0.0.0 00:39:20 ---> Running in 6ab3135b4844 00:39:20 Removing intermediate container 6ab3135b4844 00:39:20 ---> f61641042f0f 00:39:20 00:39:20 Successfully built f61641042f0f 00:39:20 Successfully tagged docker-core-metadata-go:latest 00:39:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.398s coverage: 97.5% of statements 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:39:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.186s coverage: 78.3% of statements 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:39:20  Building docker-core-metadata-go ... done  [Pipeline] } 00:39:20 $ docker stop --time=1 b44b1ee0a3b2c6348f51c6054d2cd93de663d2d57ae41cdcdeb222d2a0cc91fb 00:39:22 $ docker rm -f b44b1ee0a3b2c6348f51c6054d2cd93de663d2d57ae41cdcdeb222d2a0cc91fb [Pipeline] // withDockerContainer [Pipeline] sh 00:39:22 + docker images 00:39:22 + grep docker 00:39:23 docker-core-metadata-go latest f61641042f0f 2 seconds ago 19MB 00:39:23 docker-security-secretstore-setup-go latest a09793a67065 4 seconds ago 24.9MB 00:39:23 docker-core-command-go latest 30bea4fa1cbb 6 seconds ago 17MB 00:39:23 docker-sys-mgmt-agent-go latest abf8dcfaa981 6 seconds ago 313MB 00:39:23 docker-security-proxy-setup-go latest 4f69978e02ac 7 seconds ago 24.7MB 00:39:23 docker-security-bootstrapper-go latest 3ca41753194e 47 seconds ago 18.3MB 00:39:23 docker-core-data-go latest d3f86634e4a3 About a minute ago 22.4MB 00:39:23 docker-support-scheduler-go latest 77931ea0c820 About a minute ago 17.2MB 00:39:23 docker-support-notifications-go latest f7f502826743 About a minute ago 17.8MB 00:39:23 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:39:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.301s coverage: 92.8% of statements 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.072s coverage: 58.8% of statements 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.196s coverage: 0.1% of statements 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.092s coverage: 45.5% of statements 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.093s coverage: 79.5% of statements 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.074s coverage: 94.1% of statements 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.076s coverage: 96.3% of statements 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.082s coverage: 87.5% of statements 00:39:38 Still waiting to schedule task 00:39:38 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.081s coverage: 94.4% of statements 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.120s coverage: 92.9% of statements 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.068s coverage: 87.2% of statements 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.135s coverage: 87.2% of statements 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.117s coverage: 84.6% of statements 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.183s coverage: 91.6% of statements 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.548s coverage: 62.4% of statements 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.103s coverage: 91.3% of statements 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.756s coverage: 68.9% of statements 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.394s coverage: 36.6% of statements 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.109s coverage: 89.5% of statements 00:40:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.431s coverage: 47.0% of statements 00:40:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.109s coverage: 100.0% of statements 00:40:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.109s coverage: 100.0% of statements 00:40:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:40:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:40:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:40:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.377s coverage: 89.4% of statements 00:40:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:40:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:40:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.575s coverage: 29.1% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.206s coverage: 99.0% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.102s coverage: 100.0% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.160s coverage: 92.9% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/system 0.074s coverage: 0.0% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.093s coverage: 100.0% of statements 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 00:40:13 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 00:40:13 GO111MODULE=on go vet ./... 00:40:34 Running on prd-ubuntu18.04-docker-8c-8g-27759 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:40:34 Running in /w/workspace/edgex-go/71 [Pipeline] { [Pipeline] checkout 00:40:36 using credential edgex-jenkins-ssh 00:40:36 Cloning the remote Git repository 00:40:36 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:40:36 > git init /w/workspace/edgex-go/71 # timeout=10 00:40:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:40:36 > git --version # timeout=10 00:40:36 > git --version # 'git version 2.17.1' 00:40:36 using GIT_SSH to set credentials SSH Credentials for GitHub 00:40:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:40:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:40:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:40:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:40:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:40:43 using GIT_SSH to set credentials SSH Credentials for GitHub 00:40:43 > 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:40:44 Merging remotes/origin/master commit dd4b8fe188861d65d0d5afbafd149fd221a40ee4 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:40:44 Merge succeeded, producing 1f16fe030948f8825d1086bee72cf04c9c7e7d34 00:40:44 Checking out Revision 1f16fe030948f8825d1086bee72cf04c9c7e7d34 (PR-2858) 00:40:43 > git config core.sparsecheckout # timeout=10 00:40:43 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:40:44 > git remote # timeout=10 00:40:44 > git config --get remote.origin.url # timeout=10 00:40:44 using GIT_SSH to set credentials SSH Credentials for GitHub 00:40:44 > git merge dd4b8fe188861d65d0d5afbafd149fd221a40ee4 # timeout=10 00:40:44 > git rev-parse HEAD^{commit} # timeout=10 00:40:44 > git config core.sparsecheckout # timeout=10 00:40:44 > git checkout -f 1f16fe030948f8825d1086bee72cf04c9c7e7d34 # timeout=10 00:40:48 Commit message: "Merge commit 'dd4b8fe188861d65d0d5afbafd149fd221a40ee4' into HEAD" 00:40:48 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:40:47 > git rev-list --no-walk fbea14b598fdef5861d32dac9975671d5dbb2ba4 # timeout=10 00:40:49 + echo snap-build.sh 00:40:49 snap-build.sh 00:40:49 + SNAP_BASE_DIR=. 00:40:49 + '[' '!' -z /w/workspace/edgex-go/71 ']' 00:40:49 + SNAP_BASE_DIR=/w/workspace/edgex-go/71 00:40:49 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/71]' 00:40:49 [snap-build] Building snap in dir [/w/workspace/edgex-go/71] 00:40:49 + cd /w/workspace/edgex-go/71 00:40:49 + sudo apt-get remove -qy --purge lxd lxd-client 00:40:49 Reading package lists... 00:40:49 Building dependency tree... 00:40:49 Reading state information... 00:40:49 The following packages were automatically installed and are no longer required: 00:40:49 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:40:49 uidmap xdelta3 00:40:49 Use 'sudo apt autoremove' to remove them. 00:40:49 The following packages will be REMOVED: 00:40:49 lxd* lxd-client* 00:40:49 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:40:49 After this operation, 31.7 MB disk space will be freed. 00:40:50 (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:40:50 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:40:51 Removing lxd dnsmasq configuration 00:40:51 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:40:51 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:40:52 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:40:52 (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:40:52 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:40:54 Processing triggers for systemd (237-3ubuntu10.42) ... 00:40:54 Processing triggers for ureadahead (0.100.0-21) ... 00:40:55 + sudo snap remove --purge lxd 00:40:55 snap "lxd" is not installed 00:40:55 + sudo groupadd --force --system lxd 00:40:55 ++ whoami 00:40:55 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:40:55 + newgrp - lxd 00:40:55 + sudo snap install lxd 00:41:02 2021-02-26T00:41:00Z INFO Waiting for automatic snapd restart... 00:41:20 lxd 4.11 from Canonical* installed 00:41:20 + sudo lxd init --auto 00:41:28 + sudo snap install --classic snapcraft 00:41:35 gofmt -l . 00:41:35 [ "`gofmt -l .`" = "" ] 00:41:35 ./bin/test-go-mod-tidy.sh 00:41:35 ./bin/test-attribution-txt.sh [Pipeline] sh 00:41:36 + ls -al . 00:41:36 total 736 00:41:36 drwxrwxr-x 9 1001 1001 4096 Feb 26 00:41 . 00:41:36 drwxr-xr-x 4 root root 4096 Feb 26 00:37 .. 00:41:36 -rw-rw-r-- 1 1001 1001 11 Feb 26 00:35 .dockerignore 00:41:36 drwxrwxr-x 8 1001 1001 4096 Feb 26 00:35 .git 00:41:36 drwxrwxr-x 3 1001 1001 4096 Feb 26 00:35 .github 00:41:36 -rw-rw-r-- 1 1001 1001 818 Feb 26 00:35 .gitignore 00:41:36 -rw-rw-r-- 1 1001 1001 166 Feb 26 00:35 .sonarcloud.properties 00:41:36 -rw-rw-r-- 1 1001 1001 8475 Feb 26 00:35 Attribution.txt 00:41:36 -rw-rw-r-- 1 1001 1001 3804 Feb 26 00:35 CONTRIBUTING.md 00:41:36 -rw-rw-r-- 1 1001 1001 931 Feb 26 00:35 Dockerfile.build 00:41:36 -rw-rw-r-- 1 1001 1001 863 Feb 26 00:35 Jenkinsfile 00:41:36 -rw-rw-r-- 1 1001 1001 10775 Feb 26 00:35 LICENSE 00:41:36 -rw-rw-r-- 1 1001 1001 5774 Feb 26 00:35 Makefile 00:41:36 -rw-rw-r-- 1 1001 1001 6524 Feb 26 00:35 README.md 00:41:36 -rw-rw-r-- 1 1001 1001 6755 Feb 26 00:35 SECURITY.md 00:41:36 -rw-rw-r-- 1 1001 1001 5 Feb 26 00:32 VERSION 00:41:36 -rw-rw-r-- 1 1001 1001 4131 Feb 26 00:35 ZMQWindows.md 00:41:36 drwxrwxr-x 2 1001 1001 4096 Feb 26 00:35 bin 00:41:36 drwxrwxr-x 14 1001 1001 4096 Feb 26 00:35 cmd 00:41:36 -rw-r--r-- 1 root root 597902 Feb 26 00:40 coverage.out 00:41:36 -rw-r--r-- 1 root root 1055 Feb 26 00:41 go.mod 00:41:36 -rw-r--r-- 1 root root 21699 Feb 26 00:41 go.sum 00:41:36 drwxrwxr-x 8 1001 1001 4096 Feb 26 00:35 internal 00:41:36 drwxrwxr-x 4 1001 1001 4096 Feb 26 00:35 openapi 00:41:36 drwxrwxr-x 4 1001 1001 4096 Feb 26 00:35 snap 00:41:36 -rw-rw-r-- 1 1001 1001 168 Feb 26 00:35 version.go [Pipeline] sh 00:41:36 snapcraft 4.5.1 from Canonical* installed 00:41:36 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:41:36 + patch --verbose -p1 00:41:36 Hmm... Looks like a unified diff to me... 00:41:36 The text leading up to this was: 00:41:36 -------------------------- 00:41:36 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:41:36 |From: Tony Espy 00:41:36 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:41:36 |Subject: [PATCH] optimize snap build for pipeline CI check 00:41:36 | 00:41:36 |This patch is used by the EdgeX CI pipeline builds to 00:41:36 |optimize the snap CI check run for pull requests. When 00:41:36 |applied, it essentially strips out everything (apps and 00:41:36 |parts) from the snapcraft.yaml file except those required 00:41:36 |to build edgex-go, as the whole idea of the CI check is to 00:41:36 |catch changes to edgex-go that break the snap build. 00:41:36 | 00:41:36 |In general, anyone updating snapcraft.yaml will also need 00:41:36 |to update this patch file, otherwise it may fail to apply, 00:41:36 |resulting in a failed snap build CI check in the associated 00:41:36 |pull request. 00:41:36 | 00:41:36 |Note - in addition to applying this patch, the pipeline also 00:41:36 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:41:36 |need to build the finally binary .snap file (and it won't 00:41:36 |work with the patch applied). This further reduces the build 00:41:36 |time. 00:41:36 |--- 00:41:36 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:41:36 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:41:36 | 00:41:36 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:41:36 |index 1e537489..faf42425 100644 00:41:36 |--- a/snap/snapcraft.yaml 00:41:36 |+++ b/snap/snapcraft.yaml 00:41:36 -------------------------- 00:41:36 patching file snap/snapcraft.yaml 00:41:36 Using Plan A... 00:41:36 Hunk #1 succeeded at 73. 00:41:36 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 00:41:36 Hunk #3 succeeded at 217 (offset 3 lines). 00:41:36 Hunk #4 FAILED at 222. 00:41:36 Hunk #5 succeeded at 303 (offset 4 lines). 00:41:36 Hunk #6 succeeded at 330 (offset 4 lines). 00:41:36 Hunk #7 succeeded at 364 (offset 4 lines). 00:41:36 Hunk #8 FAILED at 411. 00:41:36 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:41:36 Hmm... Ignoring the trailing garbage. 00:41:36 done [Pipeline] } [Pipeline] // withEnv 00:41:36 + '[' -e coverage.out ] 00:41:36 + chown 1001:1001 coverage.out [Pipeline] } [Pipeline] // ws [Pipeline] stash [Pipeline] } 00:41:36 Warning: overwriting stash ‘coverage-report’ [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:41:37 Failed in branch amd64 00:41:38 Stashed 1 file(s) [Pipeline] sh 00:41:38 + make build 00:41:38 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:41:48 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:15 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:16 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:42:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:42:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:42:28 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:42:37 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:42:41 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:42:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:42:51 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:42:55 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:02 $ docker stop --time=1 1ee2bee395c2cdc32b69975e757c9c88d00703b091acfc23d49f1d59125984a0 00:43:05 $ docker rm -f 1ee2bee395c2cdc32b69975e757c9c88d00703b091acfc23d49f1d59125984a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:07 00:43:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:43:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:07 latest: Pulling from edgex-devops/edgex-compose-arm64 00:43:07 29e5d40040c1: Pulling fs layer 00:43:07 1ce36da41761: Pulling fs layer 00:43:07 25b303627fd3: Pulling fs layer 00:43:07 29e5d40040c1: Verifying Checksum 00:43:07 29e5d40040c1: Download complete 00:43:08 1ce36da41761: Verifying Checksum 00:43:08 1ce36da41761: Download complete 00:43:08 29e5d40040c1: Pull complete 00:43:09 1ce36da41761: Pull complete 00:43:10 25b303627fd3: Verifying Checksum 00:43:10 25b303627fd3: Download complete 00:43:20 25b303627fd3: Pull complete 00:43:20 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:43:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:43:20 prd-ubuntu18.04-docker-arm64-4c-16g-27754 does not seem to be running inside a container 00:43:20 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/71 -v /w/workspace/edgex-go/71:/w/workspace/edgex-go/71:rw,z -v /w/workspace/edgex-go/71@tmp:/w/workspace/edgex-go/71@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:23 $ docker top 618232cac3bc593297650c345eb7955c1bff282ddeff1eef5b12c13463e324ea -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:24 + docker-compose build --help 00:43:24 + grep parallel 00:43:28 --parallel Build images in parallel. [Pipeline] } 00:43:28 $ docker stop --time=1 618232cac3bc593297650c345eb7955c1bff282ddeff1eef5b12c13463e324ea 00:43:30 $ docker rm -f 618232cac3bc593297650c345eb7955c1bff282ddeff1eef5b12c13463e324ea [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:31 . [Pipeline] withDockerContainer 00:43:31 prd-ubuntu18.04-docker-arm64-4c-16g-27754 does not seem to be running inside a container 00:43:31 $ 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/71 -v /w/workspace/edgex-go/71:/w/workspace/edgex-go/71:rw,z -v /w/workspace/edgex-go/71@tmp:/w/workspace/edgex-go/71@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:43:32 $ docker top f39cc14273a19b1d84cfebb27fd5cbff838e10ba353dcbcd5d1f1eeefca02ed9 -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:33 + docker-compose -f ./docker-compose-build.yml build --parallel 00:43:37 Building docker-core-command-go ... 00:43:37 Building docker-core-data-go ... 00:43:37 Building docker-core-metadata-go ... 00:43:37 Building docker-security-bootstrapper-go ... 00:43:37 Building docker-security-proxy-setup-go ... 00:43:37 Building docker-security-secretstore-setup-go ... 00:43:37 Building docker-support-notifications-go ... 00:43:37 Building docker-support-scheduler-go ... 00:43:37 Building docker-sys-mgmt-agent-go ... 00:43:37 Building docker-security-secretstore-setup-go 00:43:37 Building docker-core-metadata-go 00:43:37 Building docker-security-proxy-setup-go 00:43:37 Building docker-support-scheduler-go 00:43:37 Building docker-support-notifications-go 00:44:59 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:59 ---> 84ef8be252b9 00:44:59 Step 3/22 : WORKDIR /edgex-go 00:44:59 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:44:59 ---> 84ef8be252b9 00:44:59 Step 3/21 : WORKDIR /edgex-go 00:44:59 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:44:59 ---> 84ef8be252b9 00:44:59 Step 3/24 : WORKDIR /edgex-go 00:44:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:44:59 ---> 84ef8be252b9 00:44:59 Step 3/23 : WORKDIR /edgex-go 00:44:59 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:59 ---> 84ef8be252b9 00:44:59 Step 3/22 : WORKDIR /edgex-go 00:44:59 ---> Running in 2d2f0a858f49 00:44:59 ---> Running in 70531d3cb758 00:44:59 ---> Running in 806b9548acc5 00:44:59 ---> Running in 761a7308cafa 00:44:59 ---> Running in 15989692b840 00:44:59 Removing intermediate container 761a7308cafa 00:44:59 ---> 4efdfbbbdbd3 00:44:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:59 Removing intermediate container 70531d3cb758 00:44:59 ---> 71405de60baa 00:44:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:59 Removing intermediate container 15989692b840 00:44:59 ---> 8f86cd5d540f 00:44:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:59 Removing intermediate container 806b9548acc5 00:44:59 ---> 4e5628be3a7f 00:44:59 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:59 Removing intermediate container 2d2f0a858f49 00:44:59 ---> cf75ccf9698c 00:44:59 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:59 ---> Running in a9a54752a437 00:44:59 ---> Running in a1f6bb626500 00:44:59 ---> Running in 683ef52e4f4c 00:44:59 ---> Running in dd17eee279ba 00:44:59 ---> Running in 1bf409501748 00:44:59 Removing intermediate container a1f6bb626500 00:44:59 ---> 158f94846085 00:44:59 Step 5/23 : RUN apk add --update --no-cache make git 00:44:59 ---> Running in d8434baad11c 00:44:59 Removing intermediate container a9a54752a437 00:44:59 ---> c5bc167fb2a8 00:44:59 Step 5/22 : RUN apk add --update --no-cache make git 00:44:59 Removing intermediate container 1bf409501748 00:44:59 ---> 4b91714c98cc 00:44:59 Step 5/24 : RUN apk add --update --no-cache make git 00:44:59 ---> Running in 357e12485974 00:44:59 ---> Running in aca1c71217c0 00:44:59 Removing intermediate container dd17eee279ba 00:44:59 ---> 745fa57d2246 00:44:59 Step 5/21 : RUN apk add --update --no-cache make git 00:44:59 Removing intermediate container 683ef52e4f4c 00:44:59 ---> cef45914a062 00:44:59 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:44:59 ---> Running in 183b2b23675b 00:44:59 ---> Running in 681fbedd5a30 00:44:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:00 OK: 217 MiB in 51 packages 00:45:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:01 OK: 217 MiB in 51 packages 00:45:01 OK: 217 MiB in 51 packages 00:45:01 OK: 217 MiB in 51 packages 00:45:01 OK: 217 MiB in 51 packages 00:45:01 Removing intermediate container d8434baad11c 00:45:01 ---> af2ef1afd701 00:45:01 Step 6/23 : COPY go.mod . 00:45:02 ---> 61de1309c0ae 00:45:02 Step 7/23 : RUN go mod download 00:45:02 Removing intermediate container 357e12485974 00:45:02 ---> 3a424d449993 00:45:02 Step 6/22 : COPY go.mod . 00:45:02 Removing intermediate container aca1c71217c0 00:45:02 ---> 151ef8e373ff 00:45:02 Step 6/24 : COPY go.mod . 00:45:02 ---> Running in ed91c16494af 00:45:03 Removing intermediate container 681fbedd5a30 00:45:03 ---> 42e6ba641232 00:45:03 Step 6/22 : COPY go.mod . 00:45:03 Removing intermediate container 183b2b23675b 00:45:03 ---> 47f46e5fd051 00:45:03 Step 6/21 : COPY go.mod . 00:45:03 ---> 3ef7ff303d75 00:45:03 Step 7/22 : RUN go mod download 00:45:04 ---> 25c90e59504b 00:45:04 Step 7/24 : RUN go mod download 00:45:04 ---> Running in 36b57b62f1ff 00:45:04 ---> 4b03576ec4ad 00:45:04 Step 7/22 : RUN go mod download 00:45:04 ---> Running in b385b154d4a2 00:45:04 ---> e75ead16eace 00:45:04 Step 7/21 : RUN go mod download 00:45:04 ---> Running in b1205a6b58fd 00:45:04 ---> Running in 89af873b8599 00:45:06 Removing intermediate container ed91c16494af 00:45:06 ---> 880d8b4c1d74 00:45:06 Step 8/23 : COPY . . 00:45:08 Removing intermediate container 36b57b62f1ff 00:45:08 ---> 77cb6eff9787 00:45:08 Step 8/22 : COPY . . 00:45:09 Removing intermediate container b385b154d4a2 00:45:09 ---> b372e770222d 00:45:09 Step 8/24 : COPY . . 00:45:10 Removing intermediate container 89af873b8599 00:45:10 ---> 3cc1192353b2 00:45:10 Step 8/21 : COPY . . 00:45:10 Removing intermediate container b1205a6b58fd 00:45:10 ---> a26b1f99ec6e 00:45:10 Step 8/22 : COPY . . 00:45:37 ---> ad961112018f 00:45:37 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:45:37 ---> 80a0ab0f54a7 00:45:37 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:45:37 ---> 5152bfeb4832 00:45:37 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:45:37 ---> efd5c220a735 00:45:37 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:45:37 ---> Running in 83add20a55d8 00:45:37 ---> ec6404a90417 00:45:37 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:45:37 ---> Running in 5979c0cbf688 00:45:37 ---> Running in c291023ea0d0 00:45:37 ---> Running in 7c664b10581e 00:45:37 ---> Running in bc300968a331 00:45:37 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:45:37 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:45:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:45:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:45:37 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:46:59 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:00 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:47:19 Removing intermediate container c291023ea0d0 00:47:19 ---> 34f0ab4d1a0c 00:47:19 00:47:19 Step 10/24 : FROM alpine:3.12 00:47:19 3.12: Pulling from library/alpine 00:47:19 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:47:19 Status: Downloaded newer image for alpine:3.12 00:47:19 ---> d10569e2745f 00:47:19 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:47:19 ---> Running in 6e4a3664677d 00:47:20 Removing intermediate container 7c664b10581e 00:47:20 ---> 154d824a090a 00:47:20 00:47:20 Step 10/21 : FROM alpine:3.12 00:47:20 ---> d10569e2745f 00:47:20 Step 11/21 : RUN apk add --update --no-cache curl 00:47:20 ---> Running in f0676e320d35 00:47:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:23 (1/5) Installing ca-certificates (20191127-r4) 00:47:23 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:47:23 (3/5) Installing libcurl (7.69.1-r3) 00:47:23 (4/5) Installing curl (7.69.1-r3) 00:47:23 (5/5) Installing dumb-init (1.2.2-r1) 00:47:23 Executing busybox-1.31.1-r19.trigger 00:47:23 Executing ca-certificates-20191127-r4.trigger 00:47:23 (1/4) Installing ca-certificates (20191127-r4) 00:47:23 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:47:23 (3/4) Installing libcurl (7.69.1-r3) 00:47:23 (4/4) Installing curl (7.69.1-r3) 00:47:23 Executing busybox-1.31.1-r19.trigger 00:47:23 Executing ca-certificates-20191127-r4.trigger 00:47:23 OK: 7 MiB in 19 packages 00:47:24 OK: 7 MiB in 18 packages 00:47:27 Removing intermediate container f0676e320d35 00:47:27 ---> e04d3dbdc6ad 00:47:27 Removing intermediate container 6e4a3664677d 00:47:27 ---> 38e3d3006ee5 00:47:27 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:27 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:27 ---> Running in 3d93f727f7ee 00:47:27 ---> Running in dcad0e7310f1 00:47:28 Removing intermediate container 3d93f727f7ee 00:47:28 ---> 9cdcfcc986a0 00:47:28 Step 13/24 : WORKDIR / 00:47:29 Removing intermediate container dcad0e7310f1 00:47:29 ---> 5884be4213be 00:47:29 Step 13/21 : WORKDIR /edgex 00:47:29 ---> Running in ee9c65dd0e10 00:47:29 ---> Running in 880b227072b9 00:47:30 Removing intermediate container ee9c65dd0e10 00:47:30 ---> a8b1c77bbc3d 00:47:30 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:47:30 Removing intermediate container 880b227072b9 00:47:30 ---> 6c79affbe895 00:47:30 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:47:31 ---> 6ba61117bc50 00:47:31 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:47:32 ---> fb9486b386f9 00:47:32 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:47:33 ---> 33a5b535cf1c 00:47:33 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:47:34 ---> f2ed937443ba 00:47:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:47:35 ---> ab8438370561 00:47:35 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:47:35 Removing intermediate container bc300968a331 00:47:35 ---> ab038b110ff9 00:47:35 00:47:35 Step 10/22 : FROM alpine:3.12 00:47:35 ---> d10569e2745f 00:47:35 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:47:35 Removing intermediate container 5979c0cbf688 00:47:35 ---> 1a6b20b6ce26 00:47:35 00:47:35 Step 10/22 : FROM alpine:3.12 00:47:35 ---> d10569e2745f 00:47:35 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:47:36 ---> Running in 8dcd4286ffbf 00:47:36 ---> Running in e0ffb5576e31 00:47:37 ---> 6cd3e1e2b6cd 00:47:37 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:47:37 ---> Running in 9a4e195f4d13 00:47:37 ---> 1c7ea0af02d7 00:47:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:47:38 Removing intermediate container 9a4e195f4d13 00:47:38 ---> 60e8c6a6d51e 00:47:38 Step 18/21 : CMD ["--init=true"] 00:47:38 ---> Running in 93f6c62964e7 00:47:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:39 ---> d4be2d33db84 00:47:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:47:39 (1/1) Installing dumb-init (1.2.2-r1) 00:47:39 Executing busybox-1.31.1-r19.trigger 00:47:39 OK: 5 MiB in 15 packages 00:47:40 (1/2) Installing ca-certificates (20191127-r4) 00:47:40 (2/2) Installing dumb-init (1.2.2-r1) 00:47:40 Executing busybox-1.31.1-r19.trigger 00:47:40 Executing ca-certificates-20191127-r4.trigger 00:47:40 Removing intermediate container 93f6c62964e7 00:47:40 ---> cadce47678c1 00:47:40 Step 19/21 : LABEL arch=arm64 00:47:40 OK: 6 MiB in 16 packages 00:47:40 ---> Running in d80a620ef578 00:47:41 ---> ec60948b127c 00:47:41 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:47:41 ---> Running in 54da40e70577 00:47:41 Removing intermediate container d80a620ef578 00:47:41 ---> 1a126ef140db 00:47:41 Step 20/21 : LABEL git_sha=b1cfa36b2bf47c70434f022628a91aab00f15597 00:47:42 Removing intermediate container e0ffb5576e31 00:47:42 ---> 7da64cae2994 00:47:42 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:47:42 ---> Running in 13280772461c 00:47:42 ---> Running in 5376f508da0a 00:47:42 Removing intermediate container 8dcd4286ffbf 00:47:42 ---> a30e4ddc5f66 00:47:42 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:47:42 Removing intermediate container 83add20a55d8 00:47:42 ---> 473c8606d8ee 00:47:42 00:47:42 Step 10/23 : FROM alpine:3.12 00:47:42 ---> d10569e2745f 00:47:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:47:42 ---> Using cache 00:47:42 ---> 7da64cae2994 00:47:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:47:43 ---> Running in 72f0d3831450 00:47:43 ---> Running in 33a4cb041b1a 00:47:43 Removing intermediate container 13280772461c 00:47:43 ---> c522c2d74df2 00:47:43 Step 21/21 : LABEL version=0.0.0 00:47:43 Removing intermediate container 5376f508da0a 00:47:43 ---> 0b70fbe8c36d 00:47:43 Step 13/22 : ENV APP_PORT=48085 00:47:43 ---> Running in 4be352f5df8f 00:47:43 ---> Running in 3c250590cd42 00:47:44 Removing intermediate container 72f0d3831450 00:47:44 ---> f6a1741e1c8a 00:47:44 Step 13/22 : ENV APP_PORT=48060 00:47:44 Removing intermediate container 33a4cb041b1a 00:47:44 ---> b16c361e6519 00:47:44 Step 13/23 : ENV APP_PORT=48081 00:47:44 ---> Running in d2711767bf02 00:47:44 Removing intermediate container 4be352f5df8f 00:47:44 ---> 4b7c3a521411 00:47:44 00:47:44 ---> Running in 9d80d076899e 00:47:44 Removing intermediate container 3c250590cd42 00:47:44 ---> 28e6efeecc22 00:47:44 Step 14/22 : EXPOSE $APP_PORT 00:47:44 ---> Running in 4811ea02dee5 00:47:44 Successfully built 4b7c3a521411 00:47:45 Removing intermediate container 54da40e70577 00:47:45 ---> 1156736b77e0 00:47:45 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:47:45 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:47:45 Removing intermediate container d2711767bf02 00:47:45 ---> 02b4c86436dd 00:47:45 Building docker-sys-mgmt-agent-go 00:47:45 Step 14/22 : EXPOSE $APP_PORT 00:47:45  Building docker-security-proxy-setup-go ... done Removing intermediate container 9d80d076899e 00:47:45 ---> 921a9d3e1da5 00:47:45 Step 14/23 : EXPOSE $APP_PORT 00:47:45 ---> Running in bcb0ee321140 00:47:45 ---> Running in 1bc00fcb1741 00:47:45 Removing intermediate container 4811ea02dee5 00:47:45 ---> b96646e5cf32 00:47:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:45 ---> Running in 7706c0438de4 00:47:45 Removing intermediate container 1bc00fcb1741 00:47:45 ---> 3754d5fa1161 00:47:45 Step 22/24 : LABEL arch=arm64 00:47:45 Removing intermediate container bcb0ee321140 00:47:45 ---> 0506c60c94f0 00:47:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:46 Removing intermediate container 7706c0438de4 00:47:46 ---> 6cb92958d37f 00:47:46 Step 15/23 : WORKDIR / 00:47:46 ---> Running in 6133d8da4930 00:47:46 ---> Running in 3b5f62a1d1f0 00:47:47 ---> e8f11ee189cc 00:47:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:47:47 ---> ad2d2e430ccf 00:47:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:47:47 Removing intermediate container 6133d8da4930 00:47:47 ---> e770a3b87593 00:47:47 Step 23/24 : LABEL git_sha=b1cfa36b2bf47c70434f022628a91aab00f15597 00:47:48 Removing intermediate container 3b5f62a1d1f0 00:47:48 ---> 6a1ded0e894e 00:47:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:48 ---> Running in 1d908f092d63 00:47:49 ---> 3bc00d05c998 00:47:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:47:49 Removing intermediate container 1d908f092d63 00:47:49 ---> e1fca89a0716 00:47:49 Step 24/24 : LABEL version=0.0.0 00:47:49 ---> 9e7fa8009c78 00:47:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:47:49 ---> 410b287bb035 00:47:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:47:50 ---> Running in 3a65b12e0c01 00:47:51 ---> 9b626fc9b5f1 00:47:51 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:47:51 ---> Running in 602537c2bb39 00:47:51 ---> 2a14f6fc4853 00:47:51 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:47:51 Removing intermediate container 3a65b12e0c01 00:47:51 ---> fd7e3e0cb96f 00:47:51 00:47:51 ---> 34da5aa64a51 00:47:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:47:51 ---> Running in 49205c0e3a88 00:47:51 Removing intermediate container 602537c2bb39 00:47:51 ---> 29c04f9b2baa 00:47:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:52 Successfully built fd7e3e0cb96f 00:47:52 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:47:52  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 00:47:52 ---> Running in 3500574870eb 00:47:52 Removing intermediate container 49205c0e3a88 00:47:52 ---> 42c42279ef29 00:47:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:52 ---> 9e3d2522d84e 00:47:52 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:47:52 ---> Running in 2d89d05e7199 00:47:52 ---> Running in dd298f85832c 00:47:52 Removing intermediate container 3500574870eb 00:47:52 ---> 7529f595bc6f 00:47:52 Step 20/22 : LABEL arch=arm64 00:47:53 ---> Running in ff8de3953763 00:47:53 Removing intermediate container 2d89d05e7199 00:47:53 ---> ea3f8ef2c79e 00:47:53 Step 20/22 : LABEL arch=arm64 00:47:53 Removing intermediate container dd298f85832c 00:47:53 ---> 360258f31fbe 00:47:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:53 ---> Running in b435c85babb9 00:47:53 ---> Running in 118c4dedbea8 00:47:53 Removing intermediate container ff8de3953763 00:47:53 ---> 3e6c6f6f8fb3 00:47:53 Step 21/22 : LABEL git_sha=b1cfa36b2bf47c70434f022628a91aab00f15597 00:47:53 ---> Running in 28a2bd85f902 00:47:54 Removing intermediate container b435c85babb9 00:47:54 ---> c38a28d581b0 00:47:54 Step 21/22 : LABEL git_sha=b1cfa36b2bf47c70434f022628a91aab00f15597 00:47:54 Removing intermediate container 118c4dedbea8 00:47:54 ---> 62c4a5010e60 00:47:54 Step 21/23 : LABEL arch=arm64 00:47:54 ---> Running in d7646bcb3e8e 00:47:54 Removing intermediate container 28a2bd85f902 00:47:54 ---> 4b2be53672a6 00:47:54 Step 22/22 : LABEL version=0.0.0 00:47:55 ---> Running in 284e457e9b76 00:47:55 ---> Running in 27715ad6b37c 00:47:55 Removing intermediate container d7646bcb3e8e 00:47:55 ---> da0a57f12afb 00:47:55 Step 22/22 : LABEL version=0.0.0 00:47:56 Removing intermediate container 284e457e9b76 00:47:56 ---> 320deb679c8c 00:47:56 Step 22/23 : LABEL git_sha=b1cfa36b2bf47c70434f022628a91aab00f15597 00:47:57 ---> Running in 38f286094580 00:47:57 ---> Running in a055bdaff6d6 00:47:57 Removing intermediate container 27715ad6b37c 00:47:57 ---> 3f17299f9693 00:47:57 00:47:57 Removing intermediate container 38f286094580 00:47:57 ---> fdc63a0a89ff 00:47:57 00:47:57 Successfully built 3f17299f9693 00:47:58 Successfully tagged docker-support-scheduler-go-arm64:latest 00:47:58 Building docker-core-command-go 00:47:58  Building docker-support-scheduler-go ... done Removing intermediate container a055bdaff6d6 00:47:58 ---> f7088ccf9b9a 00:47:58 Step 23/23 : LABEL version=0.0.0 00:47:58 Successfully built fdc63a0a89ff 00:47:58 Successfully tagged docker-support-notifications-go-arm64:latest 00:47:58 Building docker-core-data-go 00:47:58  Building docker-support-notifications-go ... done  ---> Running in d3b73b18173b 00:47:58 Removing intermediate container d3b73b18173b 00:47:58 ---> 780bd6be51e7 00:47:58 00:47:59 Successfully built 780bd6be51e7 00:47:59 Successfully tagged docker-core-metadata-go-arm64:latest 00:48:21  Building docker-core-metadata-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:21 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:48:21 ---> 84ef8be252b9 00:48:21 Step 3/26 : WORKDIR /edgex-go 00:48:21 ---> Using cache 00:48:21 ---> cf75ccf9698c 00:48:21 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:21 ---> Using cache 00:48:21 ---> 4b91714c98cc 00:48:21 Step 5/26 : RUN apk add --update --no-cache make bash git 00:48:25 ---> Running in 7615224e2c6a 00:48:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:28 OK: 217 MiB in 51 packages 00:48:31 Removing intermediate container 7615224e2c6a 00:48:31 ---> 078cf2aba3af 00:48:31 Step 6/26 : COPY go.mod . 00:48:32 ---> cee5cc12b1c1 00:48:32 Step 7/26 : RUN go mod download 00:48:33 ---> Running in 6e8f18f1dfd0 00:48:36 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:36 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:48:36 ---> 84ef8be252b9 00:48:36 Step 3/30 : WORKDIR /edgex-go 00:48:36 ---> Using cache 00:48:36 ---> cf75ccf9698c 00:48:36 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:36 ---> Using cache 00:48:36 ---> 4b91714c98cc 00:48:36 Step 5/30 : RUN apk add --update --no-cache make git 00:48:36 ---> Using cache 00:48:36 ---> 151ef8e373ff 00:48:36 Step 6/30 : COPY go.mod . 00:48:36 ---> Using cache 00:48:36 ---> 25c90e59504b 00:48:36 Step 7/30 : RUN go mod download 00:48:36 ---> Using cache 00:48:36 ---> b372e770222d 00:48:36 Step 8/30 : COPY . . 00:48:36 ---> Using cache 00:48:36 ---> 5152bfeb4832 00:48:36 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:48:37 ---> Running in c5c8133c461a 00:48:37 Removing intermediate container 6e8f18f1dfd0 00:48:37 ---> 6787ff6d9515 00:48:37 Step 8/26 : COPY . . 00:48:38 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:48:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:48:39 ---> 84ef8be252b9 00:48:39 Step 3/23 : WORKDIR /edgex-go 00:48:39 ---> Using cache 00:48:39 ---> cf75ccf9698c 00:48:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:39 ---> Using cache 00:48:39 ---> 4b91714c98cc 00:48:39 Step 5/23 : RUN apk add --update --no-cache make git 00:48:39 ---> Using cache 00:48:39 ---> 151ef8e373ff 00:48:39 Step 6/23 : COPY go.mod . 00:48:39 ---> Using cache 00:48:39 ---> 25c90e59504b 00:48:39 Step 7/23 : RUN go mod download 00:48:39 ---> Using cache 00:48:39 ---> b372e770222d 00:48:39 Step 8/23 : COPY . . 00:48:39 ---> Using cache 00:48:39 ---> 5152bfeb4832 00:48:39 Step 9/23 : RUN make cmd/core-command/core-command 00:48:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:48:40 ---> 84ef8be252b9 00:48:40 Step 3/23 : WORKDIR /edgex-go 00:48:40 ---> Using cache 00:48:40 ---> cf75ccf9698c 00:48:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:40 ---> Using cache 00:48:40 ---> 4b91714c98cc 00:48:40 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:48:41 ---> Running in b8b21235cffd 00:48:41 ---> Running in fa57cdc6b03a 00:48:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:45 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:48:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:46 OK: 217 MiB in 51 packages 00:48:49 Removing intermediate container fa57cdc6b03a 00:48:49 ---> 09541d6e03cb 00:48:49 Step 6/23 : COPY go.mod . 00:48:51 ---> 7448a888d616 00:48:51 Step 7/23 : RUN go mod download 00:48:52 ---> Running in e801cdfdd057 00:48:59 Removing intermediate container e801cdfdd057 00:48:59 ---> a4d7d63ebf4d 00:48:59 Step 8/23 : COPY . . 00:48:59 ---> cf7edda713d5 00:48:59 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:48:59 ---> Running in e9e6a58a0504 00:49:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:49:20 ---> 26791bf28cd0 00:49:20 Step 9/23 : RUN make cmd/core-data/core-data 00:49:20 ---> Running in 7c573f65da75 00:49:21 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:49:53 Removing intermediate container c5c8133c461a 00:49:53 ---> b8557fcd3bcd 00:49:53 00:49:53 Step 10/30 : FROM alpine:3.12 00:49:53 ---> d10569e2745f 00:49:53 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:49:53 ---> Running in 2bcd530a853e 00:49:54 Removing intermediate container 2bcd530a853e 00:49:54 ---> 31d606b78d60 00:49:54 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:49:54 ---> Running in 104d791a9ab7 00:49:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:57 (1/2) Installing dumb-init (1.2.2-r1) 00:49:57 (2/2) Installing su-exec (0.2-r1) 00:49:57 Executing busybox-1.31.1-r19.trigger 00:49:57 OK: 5 MiB in 16 packages 00:49:59 Removing intermediate container 104d791a9ab7 00:49:59 ---> 61b55f9dedb2 00:49:59 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:49:59 ---> Running in 6df03da5d781 00:50:00 Removing intermediate container 6df03da5d781 00:50:00 ---> 8bc032b391d5 00:50:00 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:50:00 ---> Running in daa519c85cc5 00:50:01 Removing intermediate container daa519c85cc5 00:50:01 ---> 1388d0b744cf 00:50:01 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:50:01 ---> Running in f7ac53f556bf 00:50:04 Removing intermediate container f7ac53f556bf 00:50:04 ---> 11af5a08dbf8 00:50:04 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:50:04 ---> Running in bdaf17cdcafb 00:50:05 Removing intermediate container bdaf17cdcafb 00:50:05 ---> c5f8b7dc43db 00:50:05 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:50:06 ---> 24f0620a07da 00:50:06 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:50:06 ---> Running in b896a188f8dc 00:50:11 Removing intermediate container b896a188f8dc 00:50:11 ---> 72e0c92993b4 00:50:11 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:13 ---> 958dfa7df370 00:50:13 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:50:15 Removing intermediate container b8b21235cffd 00:50:15 ---> 91ca25c22b84 00:50:15 00:50:15 Step 10/23 : FROM alpine:3.12 00:50:15 ---> d10569e2745f 00:50:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:50:15 ---> Using cache 00:50:15 ---> 7da64cae2994 00:50:15 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:15 ---> Using cache 00:50:15 ---> b16c361e6519 00:50:15 Step 13/23 : ENV APP_PORT=48082 00:50:15 ---> 8ed79b809c6a 00:50:15 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:50:16 ---> Running in 42e4f368cc6a 00:50:17 Removing intermediate container 42e4f368cc6a 00:50:17 ---> 199518f7a927 00:50:17 Step 14/23 : EXPOSE $APP_PORT 00:50:17 ---> Running in 89e17a629db3 00:50:17 ---> ab99ee894f1e 00:50:17 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:50:18 Removing intermediate container 89e17a629db3 00:50:18 ---> 6144bd528828 00:50:18 Step 15/23 : WORKDIR / 00:50:18 ---> Running in c82e35281f7e 00:50:18 ---> f8cef64028cb 00:50:18 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:50:19 ---> Running in 48f267e83193 00:50:19 Removing intermediate container c82e35281f7e 00:50:19 ---> a2c3c3c44f5f 00:50:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:20 Removing intermediate container 48f267e83193 00:50:20 ---> 2cde185ab1d2 00:50:20 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:50:20 ---> 86efe471dcd1 00:50:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:50:22 ---> bee169ffcf57 00:50:22 Step 25/30 : RUN chmod +x /entrypoint.sh 00:50:23 ---> Running in e6af5c459466 00:50:23 ---> 1ab8d04bdea4 00:50:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:50:25 ---> e5c16ef7c2d8 00:50:25 Step 19/23 : ENTRYPOINT ["/core-command"] 00:50:25 Removing intermediate container e9e6a58a0504 00:50:25 ---> b500b5418067 00:50:25 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:50:26 ---> Running in 872e7cc56c1e 00:50:26 ---> Running in 6685fea9a5cc 00:50:27 Removing intermediate container 872e7cc56c1e 00:50:27 ---> 7535e809e058 00:50:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:27 ---> Running in 669bec654de2 00:50:28 Removing intermediate container e6af5c459466 00:50:28 ---> a44a4f5e71b4 00:50:28 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:50:28 ---> Running in dc2009ef18f7 00:50:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:50:28 Removing intermediate container 669bec654de2 00:50:28 ---> 09aa64256a6b 00:50:28 Step 21/23 : LABEL arch=arm64 00:50:28 ---> Running in 4eb27fa0ddf5 00:50:29 Removing intermediate container dc2009ef18f7 00:50:29 ---> 1c728f474d1e 00:50:29 Step 27/30 : CMD ["gate"] 00:50:29 Removing intermediate container 4eb27fa0ddf5 00:50:29 ---> 72fd9c7d7d73 00:50:29 Step 22/23 : LABEL git_sha=b1cfa36b2bf47c70434f022628a91aab00f15597 00:50:29 ---> Running in 584276ff9d93 00:50:29 ---> Running in 0f490dd2ec86 00:50:30 Removing intermediate container 584276ff9d93 00:50:30 ---> 68b72dd484a3 00:50:30 Step 28/30 : LABEL arch=arm64 00:50:30 Removing intermediate container 0f490dd2ec86 00:50:30 ---> 12c8130cfab6 00:50:30 Step 23/23 : LABEL version=0.0.0 00:50:31 ---> Running in b990ed2797bf 00:50:31 ---> Running in be75e011140c 00:50:32 Removing intermediate container be75e011140c 00:50:32 ---> d1f2a399b496 00:50:32 Step 29/30 : LABEL git_sha=b1cfa36b2bf47c70434f022628a91aab00f15597 00:50:32 Removing intermediate container b990ed2797bf 00:50:32 ---> f28bf05c9acd 00:50:32 00:50:33 ---> Running in 08d2dedc9430 00:50:33 Successfully built f28bf05c9acd 00:50:33 Successfully tagged docker-core-command-go-arm64:latest 00:50:33  Building docker-core-command-go ... done Removing intermediate container 6685fea9a5cc 00:50:33 ---> 6adcd68c66f7 00:50:33 00:50:33 Step 11/26 : FROM docker:20.10.0 00:50:33 20.10.0: Pulling from library/docker 00:50:33 Removing intermediate container 08d2dedc9430 00:50:33 ---> 175ae0eeeebe 00:50:33 Step 30/30 : LABEL version=0.0.0 00:50:34 ---> Running in 7abfc91b5ee5 00:50:35 Removing intermediate container 7abfc91b5ee5 00:50:35 ---> b58d431733d2 00:50:35 00:50:35 Successfully built b58d431733d2 00:50:35 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:50:42  Building docker-security-bootstrapper-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:50:42 Status: Downloaded newer image for docker:20.10.0 00:50:42 ---> eeaf43b92773 00:50:42 Step 12/26 : RUN apk add --no-cache bash 00:50:44 ---> Running in c964bc13ed14 00:50:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:46 (1/2) Installing readline (8.0.4-r0) 00:50:46 (2/2) Installing bash (5.0.17-r0) 00:50:46 Executing bash-5.0.17-r0.post-install 00:50:46 Executing busybox-1.31.1-r19.trigger 00:50:46 OK: 12 MiB in 22 packages 00:50:48 Removing intermediate container 7c573f65da75 00:50:48 ---> 2af90ffff613 00:50:48 00:50:48 Step 10/23 : FROM alpine:3.12 00:50:48 ---> d10569e2745f 00:50:48 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:48 ---> Running in 0b3434f2da73 00:50:48 Removing intermediate container c964bc13ed14 00:50:48 ---> 4b7f7dc10704 00:50:48 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:50:48 Removing intermediate container 0b3434f2da73 00:50:48 ---> 1337480319a9 00:50:48 Step 12/23 : ENV APP_PORT=48080 00:50:48 ---> Running in 9806d90921a3 00:50:48 ---> Running in f145ab96430b 00:50:50 Removing intermediate container 9806d90921a3 00:50:50 ---> 693f67234883 00:50:50 Step 14/26 : ENV APP_PORT=48090 00:50:50 Removing intermediate container f145ab96430b 00:50:50 ---> 60e5fb2ed69e 00:50:50 Step 13/23 : EXPOSE $APP_PORT 00:50:50 ---> Running in b758890e8c57 00:50:50 ---> Running in cb986e36bd69 00:50:52 Removing intermediate container b758890e8c57 00:50:52 ---> 2c9777138306 00:50:52 Step 15/26 : EXPOSE $APP_PORT 00:50:52 Removing intermediate container cb986e36bd69 00:50:52 ---> d779a353c22a 00:50:52 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:52 ---> Running in d465b26b34e2 00:50:52 ---> Running in 8557d84e136c 00:50:53 Removing intermediate container d465b26b34e2 00:50:53 ---> 99a4cb8a14e0 00:50:53 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:50:54 ---> ea798feb4afb 00:50:54 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:50:56 Removing intermediate container 8557d84e136c 00:50:56 ---> ada4056149cc 00:50:56 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:50:56 ---> 2b0014de4736 00:50:56 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:50:56 ---> Running in 17ac8e10dce7 00:50:57 ---> f005cda44cf9 00:50:57 Step 19/26 : RUN apk --no-cache add py3-pip 00:50:57 ---> Running in 9eb6beb04ad1 00:50:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:59 (1/6) Installing dumb-init (1.2.2-r1) 00:50:59 (1/33) Installing libbz2 (1.0.8-r1) 00:50:59 (2/33) Installing expat (2.2.9-r1) 00:50:59 (3/33) Installing libffi (3.3-r2) 00:50:59 (4/33) Installing gdbm (1.13-r1) 00:50:59 (5/33) Installing xz-libs (5.2.5-r0) 00:50:59 (2/6) Installing libgcc (9.3.0-r2) 00:50:59 (6/33) Installing sqlite-libs (3.32.1-r0) 00:50:59 (7/33) Installing python3 (3.8.5-r1) 00:50:59 (3/6) Installing libsodium (1.0.18-r0) 00:50:59 (4/6) Installing libstdc++ (9.3.0-r2) 00:50:59 (5/6) Installing libzmq (4.3.3-r0) 00:50:59 (6/6) Installing zeromq (4.3.3-r0) 00:50:59 Executing busybox-1.31.1-r19.trigger 00:50:59 OK: 8 MiB in 20 packages 00:51:00 (8/33) Installing py3-appdirs (1.4.4-r1) 00:51:00 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:51:00 (10/33) Installing py3-parsing (2.4.7-r0) 00:51:01 (11/33) Installing py3-six (1.15.0-r0) 00:51:01 (12/33) Installing py3-packaging (20.4-r0) 00:51:01 (13/33) Installing py3-setuptools (47.0.0-r0) 00:51:01 (14/33) Installing py3-chardet (3.0.4-r4) 00:51:01 (15/33) Installing py3-idna (2.9-r0) 00:51:01 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:51:01 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:51:01 (18/33) Installing py3-requests (2.23.0-r0) 00:51:01 (19/33) Installing py3-msgpack (1.0.0-r0) 00:51:01 (20/33) Installing py3-lockfile (0.12.2-r3) 00:51:01 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:51:01 (22/33) Installing py3-colorama (0.4.3-r0) 00:51:01 (23/33) Installing py3-distlib (0.3.0-r0) 00:51:01 (24/33) Installing py3-distro (1.5.0-r1) 00:51:01 (25/33) Installing py3-webencodings (0.5.1-r3) 00:51:01 (26/33) Installing py3-html5lib (1.0.1-r4) 00:51:01 (27/33) Installing py3-pytoml (0.1.21-r0) 00:51:01 (28/33) Installing py3-pep517 (0.8.2-r0) 00:51:01 (29/33) Installing py3-progress (1.5-r0) 00:51:01 (30/33) Installing py3-toml (0.10.1-r0) 00:51:01 (31/33) Installing py3-retrying (1.3.3-r0) 00:51:01 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:51:01 (33/33) Installing py3-pip (20.1.1-r0) 00:51:01 Removing intermediate container 17ac8e10dce7 00:51:01 ---> 032e4edc0635 00:51:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:01 Executing busybox-1.31.1-r19.trigger 00:51:01 OK: 71 MiB in 55 packages 00:51:02 ---> 2e279dfbe7b4 00:51:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:51:04 ---> 3c390aae0c85 00:51:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:51:05 ---> 62a21949cc54 00:51:05 Step 19/23 : ENTRYPOINT ["/core-data"] 00:51:05 ---> Running in 1da2bcdf1e9c 00:51:06 Removing intermediate container 1da2bcdf1e9c 00:51:06 ---> 4018034382d3 00:51:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:06 ---> Running in ba6d33f48ef6 00:51:06 Removing intermediate container ba6d33f48ef6 00:51:06 ---> e4ab85b9398d 00:51:06 Step 21/23 : LABEL arch=arm64 00:51:06 ---> Running in 36eddf8a2e3f 00:51:07 Removing intermediate container 9eb6beb04ad1 00:51:07 ---> 551b575f0713 00:51:07 Step 20/26 : RUN pip install docker-compose==1.23.2 00:51:07 Removing intermediate container 36eddf8a2e3f 00:51:07 ---> 7973714b8d7b 00:51:07 Step 22/23 : LABEL git_sha=b1cfa36b2bf47c70434f022628a91aab00f15597 00:51:07 ---> Running in de00cedbd5ba 00:51:07 ---> Running in 4d1b5f8ced53 00:51:08 Removing intermediate container 4d1b5f8ced53 00:51:08 ---> 3a618ae62faf 00:51:08 Step 23/23 : LABEL version=0.0.0 00:51:08 ---> Running in a2da4fa1407e 00:51:09 Removing intermediate container a2da4fa1407e 00:51:09 ---> b1aa55149c76 00:51:09 00:51:09 Successfully built b1aa55149c76 00:51:09 Successfully tagged docker-core-data-go-arm64:latest 00:51:13  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 00:51:13 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:51:13 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:51:13 Collecting docopt<0.7,>=0.6.1 00:51:13 Downloading docopt-0.6.2.tar.gz (25 kB) 00:51:16 Collecting jsonschema<3,>=2.5.1 00:51:16 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:51:17 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:51:17 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:51:18 Collecting websocket-client<1.0,>=0.32.0 00:51:18 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:51:19 Collecting cached-property<2,>=1.2.0 00:51:19 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:51:20 Collecting docker<4.0,>=3.6.0 00:51:20 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:51:20 Collecting dockerpty<0.5,>=0.4.1 00:51:20 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:51:23 Collecting PyYAML<4,>=3.10 00:51:23 Downloading PyYAML-3.13.tar.gz (270 kB) 00:51:26 Collecting texttable<0.10,>=0.9.0 00:51:26 Downloading texttable-0.9.1.tar.gz (11 kB) 00:51:28 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:51:28 Collecting idna<2.8,>=2.5 00:51:28 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:51:28 Collecting urllib3<1.25,>=1.21.1 00:51:28 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:51:28 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:51:29 Collecting docker-pycreds>=0.4.0 00:51:29 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:51:29 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:51:29 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:51:29 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:51:29 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:51:30 Installing collected packages: docopt, jsonschema, idna, urllib3, requests, websocket-client, cached-property, docker-pycreds, docker, dockerpty, PyYAML, texttable, docker-compose 00:51:30 Running setup.py install for docopt: started 00:51:32 Running setup.py install for docopt: finished with status 'done' 00:51:32 Attempting uninstall: idna 00:51:32 Found existing installation: idna 2.9 00:51:32 Uninstalling idna-2.9: 00:51:33 Successfully uninstalled idna-2.9 00:51:33 Attempting uninstall: urllib3 00:51:33 Found existing installation: urllib3 1.25.9 00:51:33 Uninstalling urllib3-1.25.9: 00:51:33 Successfully uninstalled urllib3-1.25.9 00:51:34 Attempting uninstall: requests 00:51:34 Found existing installation: requests 2.23.0 00:51:34 Uninstalling requests-2.23.0: 00:51:34 Successfully uninstalled requests-2.23.0 00:51:36 Running setup.py install for dockerpty: started 00:51:38 Running setup.py install for dockerpty: finished with status 'done' 00:51:38 Running setup.py install for PyYAML: started 00:51:40 Running setup.py install for PyYAML: finished with status 'done' 00:51:40 Running setup.py install for texttable: started 00:51:42 Running setup.py install for texttable: finished with status 'done' 00:51:42 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:51:46 Removing intermediate container de00cedbd5ba 00:51:46 ---> 7ed0732ab2d3 00:51:46 Step 21/26 : RUN apk --no-cache add curl 00:51:46 ---> Running in be5226dbb097 00:51:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:48 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:51:48 (2/3) Installing libcurl (7.69.1-r3) 00:51:48 (3/3) Installing curl (7.69.1-r3) 00:51:48 Executing busybox-1.31.1-r19.trigger 00:51:48 OK: 71 MiB in 58 packages 00:51:50 Removing intermediate container be5226dbb097 00:51:50 ---> ee41504da73a 00:51:50 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:51:50 ---> Running in 3e4bc89f427b 00:51:50 Removing intermediate container 3e4bc89f427b 00:51:50 ---> 83cec4a15047 00:51:50 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:50 ---> Running in 38b8012bfc9b 00:51:51 Removing intermediate container 38b8012bfc9b 00:51:51 ---> 01ceed4cec08 00:51:51 Step 24/26 : LABEL arch=arm64 00:51:51 ---> Running in 3a2c6cfac4fe 00:51:51 Removing intermediate container 3a2c6cfac4fe 00:51:51 ---> d79d3d451f15 00:51:51 Step 25/26 : LABEL git_sha=b1cfa36b2bf47c70434f022628a91aab00f15597 00:51:52 ---> Running in 82b52d9501d2 00:51:52 Removing intermediate container 82b52d9501d2 00:51:52 ---> 5566d0be7b12 00:51:52 Step 26/26 : LABEL version=0.0.0 00:51:52 ---> Running in 73d7102898ab 00:51:53 Removing intermediate container 73d7102898ab 00:51:53 ---> 67c61be26583 00:51:53 00:51:53 Successfully built 67c61be26583 00:51:53 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:51:54  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:51:54 $ docker stop --time=1 f39cc14273a19b1d84cfebb27fd5cbff838e10ba353dcbcd5d1f1eeefca02ed9 00:51:56 $ docker rm -f f39cc14273a19b1d84cfebb27fd5cbff838e10ba353dcbcd5d1f1eeefca02ed9 [Pipeline] // withDockerContainer [Pipeline] sh 00:51:57 + grep docker 00:51:57 + docker images 00:51:57 docker-sys-mgmt-agent-go-arm64 latest 67c61be26583 4 seconds ago 300MB 00:51:57 docker-core-data-go-arm64 latest b1aa55149c76 49 seconds ago 21.1MB 00:51:57 docker-security-bootstrapper-go-arm64 latest b58d431733d2 About a minute ago 17.3MB 00:51:57 docker-core-command-go-arm64 latest f28bf05c9acd About a minute ago 16.2MB 00:51:57 docker-core-metadata-go-arm64 latest 780bd6be51e7 3 minutes ago 17.9MB 00:51:57 docker-support-notifications-go-arm64 latest fdc63a0a89ff 4 minutes ago 16.8MB 00:51:57 docker-support-scheduler-go-arm64 latest 3f17299f9693 4 minutes ago 16.3MB 00:51:57 docker-security-secretstore-setup-go-arm64 latest fd7e3e0cb96f 4 minutes ago 23.7MB 00:51:57 docker-security-proxy-setup-go-arm64 latest 4b7c3a521411 4 minutes ago 23.4MB 00:51:57 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 Post stage [Pipeline] libraryResource [Pipeline] sh 00:51:58 ---> job-cost.sh 00:51:58 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qxcm 00:52:45 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:55:22 lf-activate-venv(): INFO: Adding /tmp/venv-qxcm/bin to PATH 00:55:22 INFO: No Stack... 00:55:22 INFO: Retrieving Pricing Info for: lf-standard-4 00:55:22 INFO: Archiving Costs [Pipeline] sh 00:55:22 + cat /w/workspace/edgex-go/71/archives/cost.csv 00:55:22 + cut -d, -f6 [Pipeline] lock 00:55:22 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-71-stack-cost] 00:55:22 Resource [jenkins-edgexfoundry-edgex-go-PR-2858-71-stack-cost] did not exist. Created. 00:55:22 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-71-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:55:23 + echo total: 0.20999999344348907 [Pipeline] stash 00:55:23 Stashed 1 file(s) [Pipeline] } 00:55:23 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-71-stack-cost] [Pipeline] // lock [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] { (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:55:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:55:26 ---> package-listing.sh 00:55:26 ++ facter osfamily 00:55:26 ++ tr '[:upper:]' '[:lower:]' 00:55:26 + OS_FAMILY=redhat 00:55:26 + workspace=/w/workspace/edgex-go/71 00:55:26 + START_PACKAGES=/tmp/packages_start.txt 00:55:26 + END_PACKAGES=/tmp/packages_end.txt 00:55:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:55:26 + PACKAGES=/tmp/packages_start.txt 00:55:26 + '[' /w/workspace/edgex-go/71 ']' 00:55:26 + PACKAGES=/tmp/packages_end.txt 00:55:26 + case "${OS_FAMILY}" in 00:55:26 + rpm -qa 00:55:26 + sort 00:55:32 + '[' -f /tmp/packages_start.txt ']' 00:55:32 + '[' -f /tmp/packages_end.txt ']' 00:55:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:55:32 + '[' /w/workspace/edgex-go/71 ']' 00:55:32 + mkdir -p /w/workspace/edgex-go/71/archives/ 00:55:32 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/71/archives/ [Pipeline] echo 00:55:32 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/71/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:55:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:55:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:32 00:55:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:55:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:33 alpine: Pulling from edgex-lftools-log-publisher 00:55:33 df20fa9351a1: Pulling fs layer 00:55:33 36b3adc4ff6f: Pulling fs layer 00:55:33 8ad3a11d3b57: Pulling fs layer 00:55:33 46f8f816bc3b: Pulling fs layer 00:55:33 93b61091891f: Pulling fs layer 00:55:33 93b9cdb0e59b: Pulling fs layer 00:55:33 5e14af77c1be: Pulling fs layer 00:55:33 01666e4c0597: Pulling fs layer 00:55:33 aa168da1d23b: Pulling fs layer 00:55:33 46f8f816bc3b: Waiting 00:55:33 93b61091891f: Waiting 00:55:33 93b9cdb0e59b: Waiting 00:55:33 5e14af77c1be: Waiting 00:55:33 01666e4c0597: Waiting 00:55:33 aa168da1d23b: Waiting 00:55:33 36b3adc4ff6f: Verifying Checksum 00:55:33 36b3adc4ff6f: Download complete 00:55:33 46f8f816bc3b: Verifying Checksum 00:55:33 46f8f816bc3b: Download complete 00:55:33 df20fa9351a1: Verifying Checksum 00:55:33 df20fa9351a1: Download complete 00:55:33 93b9cdb0e59b: Verifying Checksum 00:55:33 93b9cdb0e59b: Download complete 00:55:33 93b61091891f: Download complete 00:55:33 5e14af77c1be: Verifying Checksum 00:55:33 01666e4c0597: Verifying Checksum 00:55:33 01666e4c0597: Download complete 00:55:33 5e14af77c1be: Download complete 00:55:33 8ad3a11d3b57: Verifying Checksum 00:55:33 8ad3a11d3b57: Download complete 00:55:33 df20fa9351a1: Pull complete 00:55:34 36b3adc4ff6f: Pull complete 00:55:35 aa168da1d23b: Verifying Checksum 00:55:35 aa168da1d23b: Download complete 00:55:36 8ad3a11d3b57: Pull complete 00:55:36 46f8f816bc3b: Pull complete 00:55:37 93b61091891f: Pull complete 00:55:37 93b9cdb0e59b: Pull complete 00:55:37 5e14af77c1be: Pull complete 00:55:37 01666e4c0597: Pull complete 00:55:56 aa168da1d23b: Pull complete 00:55:56 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:55:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:55:56 prd-centos7-docker-4c-2g-27751 does not seem to be running inside a container 00:55:56 $ 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/71/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/71 -v /w/workspace/edgex-go/71:/w/workspace/edgex-go/71:rw,z -v /w/workspace/edgex-go/71@tmp:/w/workspace/edgex-go/71@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:10003/edgex-lftools-log-publisher:alpine cat 00:55:57 $ docker top 300baf69e69db5d81069575c7fad35c1a0f1915a8897d768c584b46e4942609e -eo pid,comm [Pipeline] { [Pipeline] sh 00:55:57 + touch /tmp/pre-build-complete [Pipeline] sh 00:55:58 + mkdir -p /var/log/sa [Pipeline] sh 00:55:58 + ls /var/log/sa-host 00:55:58 + sadf -c /var/log/sa-host/sa23 00:55:58 file_magic: OK 00:55:58 HZ: Using current value: 100 00:55:58 file_header: OK 00:55:58 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:55:58 Statistics: 00:55:58 Hnuu...uuuununununu... 00:55:58 File successfully converted to sysstat format version 12.2.1 00:55:58 + sadf -c /var/log/sa-host/sa26 00:55:58 file_magic: OK 00:55:58 HZ: Using current value: 100 00:55:58 file_header: OK 00:55:58 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:55:58 Statistics: 00:55:58 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:55:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:55:58 provisioning config files... 00:55:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/71@tmp/config7888811103955084440tmp [Pipeline] { [Pipeline] echo 00:55:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:55:59 ---> create-netrc.sh [Pipeline] } 00:55:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:55:59 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:55:59 ---> python-tools-install.sh [Pipeline] echo 00:55:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:55:59 ---> sudo-logs.sh 00:55:59 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:56:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:56:00 ---> job-cost.sh 00:56:00 lf-activate-venv: SKIPPING 00:56:00 DEBUG: total: 0.20999999344348907 00:56:00 INFO: Retrieving Stack Cost... 00:56:01 INFO: Retrieving Pricing Info for: v1-standard-2 00:56:01 INFO: Archiving Costs [Pipeline] echo 00:56:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:56:02 ---> logs-deploy.sh 00:56:02 lf-activate-venv: SKIPPING 00:56:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/71 00:56:02 INFO: archiving workspace using pattern(s): 00:56:03 Archives upload complete. 00:56:03 INFO: archiving logs to Nexus 00:56:04 ---> uname -a: 00:56:04 Linux prd-centos7-docker-4c-2g-27751.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:56:04 00:56:04 00:56:04 ---> lscpu: 00:56:04 Architecture: x86_64 00:56:04 CPU op-mode(s): 32-bit, 64-bit 00:56:04 Byte Order: Little Endian 00:56:04 Address sizes: 40 bits physical, 48 bits virtual 00:56:04 CPU(s): 4 00:56:04 On-line CPU(s) list: 0-3 00:56:04 Thread(s) per core: 1 00:56:04 Core(s) per socket: 1 00:56:04 Socket(s): 4 00:56:04 NUMA node(s): 1 00:56:04 Vendor ID: GenuineIntel 00:56:04 CPU family: 6 00:56:04 Model: 44 00:56:04 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:56:04 Stepping: 1 00:56:04 CPU MHz: 2933.436 00:56:04 BogoMIPS: 5866.87 00:56:04 Virtualization: VT-x 00:56:04 Hypervisor vendor: KVM 00:56:04 Virtualization type: full 00:56:04 L1d cache: 128 KiB 00:56:04 L1i cache: 128 KiB 00:56:04 L2 cache: 16 MiB 00:56:04 L3 cache: 64 MiB 00:56:04 NUMA node0 CPU(s): 0-3 00:56:04 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:56:04 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:56:04 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:56:04 Vulnerability Meltdown: Mitigation; PTI 00:56:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:56:04 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:56:04 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:56:04 Vulnerability Srbds: Not affected 00:56:04 Vulnerability Tsx async abort: Not affected 00:56:04 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:56:04 00:56:04 00:56:04 ---> nproc: 00:56:04 4 00:56:04 00:56:04 00:56:04 ---> df -h: 00:56:04 Filesystem Size Used Available Use% Mounted on 00:56:04 overlay 50.0G 11.3G 38.7G 23% / 00:56:04 tmpfs 64.0M 0 64.0M 0% /dev 00:56:04 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:56:04 shm 64.0M 0 64.0M 0% /dev/shm 00:56:04 /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os 00:56:04 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf 00:56:04 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname 00:56:04 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts 00:56:04 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure 00:56:04 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log 00:56:04 /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json 00:56:04 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host 00:56:04 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/71 00:56:04 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/71@tmp 00:56:04 00:56:04 00:56:04 ---> free -m: 00:56:04 total used free shared buff/cache available 00:56:04 Mem: 1837 702 151 0 983 1046 00:56:04 Swap: 1023 63 960 00:56:04 00:56:04 00:56:04 ---> ip addr: 00:56:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:56:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:56:04 inet 127.0.0.1/8 scope host lo 00:56:04 valid_lft forever preferred_lft forever 00:56:04 inet6 ::1/128 scope host 00:56:04 valid_lft forever preferred_lft forever 00:56:04 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:56:04 link/ether fa:16:3e:b2:44:2e brd ff:ff:ff:ff:ff:ff 00:56:04 inet 10.30.123.189/23 brd 10.30.123.255 scope global dynamic eth0 00:56:04 valid_lft 84850sec preferred_lft 84850sec 00:56:04 inet6 fe80::f816:3eff:feb2:442e/64 scope link 00:56:04 valid_lft forever preferred_lft forever 00:56:04 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:56:04 link/ether 02:42:f2:f5:7c:c6 brd ff:ff:ff:ff:ff:ff 00:56:04 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:56:04 valid_lft forever preferred_lft forever 00:56:04 inet6 fe80::42:f2ff:fef5:7cc6/64 scope link 00:56:04 valid_lft forever preferred_lft forever 00:56:04 00:56:04 00:56:04 ---> sar -b -r -n DEV: 00:56:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/26/21 _x86_64_ (4 CPU) 00:56:04 00:56:04 00:29:59 LINUX RESTART (4 CPU) 00:56:04 00:56:04 00:31:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:56:04 00:32:01 58.14 11.92 46.22 0.00 4681.61 10484.86 0.00 00:56:04 00:33:01 267.78 98.92 168.86 0.00 6792.88 53698.52 0.00 00:56:04 00:34:01 219.35 96.02 123.33 0.00 3148.09 16561.58 0.00 00:56:04 00:35:01 151.95 77.70 74.25 0.00 3874.03 8028.91 0.00 00:56:04 00:36:02 1035.68 791.24 244.43 0.00 87303.97 168027.99 0.00 00:56:04 00:37:01 2253.02 1901.75 351.27 0.00 149892.00 155076.88 0.00 00:56:04 00:38:02 558.42 271.19 287.23 0.00 55030.45 83679.58 0.00 00:56:04 00:39:01 1646.27 1302.09 344.18 0.00 84554.96 100819.23 0.00 00:56:04 00:40:01 148.07 40.16 107.91 0.00 4709.56 11880.35 0.00 00:56:04 00:41:01 2.56 0.93 1.63 0.00 167.75 27.68 0.00 00:56:04 00:42:01 0.37 0.02 0.35 0.00 0.53 4.51 0.00 00:56:04 00:43:01 0.28 0.02 0.27 0.00 0.40 3.73 0.00 00:56:04 00:44:01 0.35 0.00 0.35 0.00 0.00 5.36 0.00 00:56:04 00:45:01 1.82 1.52 0.30 0.00 53.03 4.38 0.00 00:56:04 00:46:01 0.90 0.05 0.85 0.00 1.60 16.59 0.00 00:56:04 00:47:01 0.30 0.00 0.30 0.00 0.00 4.50 0.00 00:56:04 00:48:01 0.37 0.02 0.35 0.00 0.53 5.08 0.00 00:56:04 00:49:02 0.33 0.00 0.33 0.00 0.00 4.33 0.00 00:56:04 00:50:01 0.27 0.02 0.25 0.00 0.54 3.62 0.00 00:56:04 00:51:01 0.27 0.00 0.27 0.00 0.00 3.53 0.00 00:56:04 00:52:01 0.23 0.02 0.22 0.00 0.53 2.47 0.00 00:56:04 00:53:01 0.28 0.00 0.28 0.00 0.00 3.71 0.00 00:56:04 00:54:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 00:56:04 00:55:01 0.28 0.02 0.27 0.00 0.53 3.50 0.00 00:56:04 Average: 263.56 190.47 73.09 0.00 16643.32 25366.72 0.00 00:56:04 00:56:04 00:31:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:56:04 00:32:01 67204 0 667028 35.45 2620 1144692 1302864 44.46 584488 1024784 82484 00:56:04 00:33:01 76100 0 758956 40.34 1492 1044996 1501364 51.24 624804 897688 78952 00:56:04 00:34:01 240880 0 801176 42.58 624 838864 1789824 61.08 663340 695868 66628 00:56:04 00:35:01 205148 0 808652 42.98 536 867208 1450488 49.50 648420 735264 73508 00:56:04 00:36:02 603976 0 687576 36.54 112 589880 1271992 43.41 419600 638160 848 00:56:04 00:37:01 69324 0 1295836 68.87 64 516320 4306076 146.96 839224 698312 18648 00:56:04 00:38:02 74100 0 747740 39.74 64 1059640 1741608 59.44 698640 868948 68444 00:56:04 00:39:01 359740 0 770100 40.93 64 751640 1894620 64.66 505692 765712 4592 00:56:04 00:40:01 634080 0 625828 33.26 64 621572 1201136 40.99 431836 578476 8 00:56:04 00:41:01 630752 0 624176 33.17 64 626552 1166172 39.80 437232 577584 8 00:56:04 00:42:01 631584 0 623312 33.13 64 626584 1166064 39.80 436584 577608 12 00:56:04 00:43:01 630976 0 623948 33.16 64 626556 1166172 39.80 437216 577600 16 00:56:04 00:44:01 630824 0 624080 33.17 64 626576 1166184 39.80 437208 577612 8 00:56:04 00:45:01 630180 0 623880 33.16 64 627420 1166064 39.80 437228 577904 16 00:56:04 00:46:01 629928 0 624120 33.17 64 627432 1166148 39.80 437428 577920 8 00:56:04 00:47:01 630388 0 623652 33.15 64 627440 1166064 39.80 436992 577920 16 00:56:04 00:48:01 630372 0 623664 33.15 64 627444 1166064 39.80 436980 577936 12 00:56:04 00:49:02 630256 0 623768 33.15 64 627456 1166064 39.80 437004 577936 8 00:56:04 00:50:01 630148 0 623884 33.16 64 627448 1166064 39.80 437244 577936 8 00:56:04 00:51:01 629872 0 624136 33.17 64 627472 1166148 39.80 437448 577956 8 00:56:04 00:52:01 630148 0 623864 33.16 64 627468 1166064 39.80 437128 577952 16 00:56:04 00:53:01 630008 0 623984 33.16 64 627488 1166064 39.80 437132 577972 8 00:56:04 00:54:01 629468 0 624516 33.19 64 627496 1166184 39.80 437920 577968 8 00:56:04 00:55:01 629744 0 624248 33.18 64 627488 1166064 39.80 437148 577968 8 00:56:04 Average: 491050 0 688422 36.59 275 701797 1414648 48.28 498914 648791 16428 00:56:04 00:56:04 00:31:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:56:04 00:32:01 veth1a17002 793.43 755.55 76.14 2454.94 0.00 0.00 0.00 0.00 00:56:04 00:32:01 eth0 1301.56 1200.19 4286.61 137.91 0.00 0.00 0.00 0.00 00:56:04 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:32:01 docker0 793.43 755.44 65.29 2454.93 0.00 0.00 0.00 0.00 00:56:04 00:33:01 eth0 566.42 482.48 3953.68 61.73 0.00 0.00 0.00 0.00 00:56:04 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:33:01 docker0 231.35 264.47 16.88 1107.60 0.00 0.00 0.00 0.00 00:56:04 00:34:01 eth0 39.92 23.18 36.07 15.26 0.00 0.00 0.00 0.00 00:56:04 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:34:01 veth92525dc 0.52 0.65 0.04 0.06 0.00 0.00 0.00 0.00 00:56:04 00:34:01 docker0 0.52 0.52 0.04 0.05 0.00 0.00 0.00 0.00 00:56:04 00:35:01 eth0 35.35 26.28 18.32 77.90 0.00 0.00 0.00 0.00 00:56:04 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:35:01 veth92525dc 1.53 1.53 0.12 0.12 0.00 0.00 0.00 0.00 00:56:04 00:35:01 docker0 1.53 1.53 0.10 0.12 0.00 0.00 0.00 0.00 00:56:04 00:36:02 eth0 207.50 170.23 1686.89 69.02 0.00 0.00 0.00 0.00 00:56:04 00:36:02 vethe594183 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:56:04 00:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:37:01 vethd7611c8 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:56:04 00:37:01 vethd7e54db 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:56:04 00:37:01 veth5f46acb 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:56:04 00:37:01 vethb6d6d36 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:56:04 00:38:02 vethcffe14a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:38:02 eth0 3031.39 2506.26 13306.94 453.12 0.00 0.00 0.00 0.00 00:56:04 00:38:02 vethe594183 0.00 0.70 0.00 0.03 0.00 0.00 0.00 0.00 00:56:04 00:38:02 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 00:56:04 00:39:01 eth0 143.54 85.18 449.84 97.72 0.00 0.00 0.00 0.00 00:56:04 00:39:01 vethe594183 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:39:01 veth4fae57d 3.12 4.82 0.49 20.95 0.00 0.00 0.00 0.00 00:56:04 00:40:01 eth0 51.91 43.31 54.94 69.53 0.00 0.00 0.00 0.00 00:56:04 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:40:01 docker0 1074.99 1138.25 84.83 4284.00 0.00 0.00 0.00 0.00 00:56:04 00:41:01 eth0 1.02 0.40 0.45 0.26 0.00 0.00 0.00 0.00 00:56:04 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:42:01 eth0 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 00:56:04 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:43:01 eth0 1.02 0.33 0.32 0.17 0.00 0.00 0.00 0.00 00:56:04 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:44:01 eth0 0.58 0.28 0.28 0.23 0.00 0.00 0.00 0.00 00:56:04 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:45:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:56:04 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:46:01 eth0 0.42 0.22 0.15 0.07 0.00 0.00 0.00 0.00 00:56:04 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:47:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:56:04 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:48:01 eth0 0.07 0.07 0.01 0.00 0.00 0.00 0.00 0.00 00:56:04 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:49:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:56:04 00:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:49:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:50:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:51:01 eth0 0.27 0.13 0.14 0.07 0.00 0.00 0.00 0.00 00:56:04 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:52:01 eth0 0.57 0.10 0.04 0.01 0.00 0.00 0.00 0.00 00:56:04 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:53:01 eth0 0.35 0.10 0.03 0.01 0.00 0.00 0.00 0.00 00:56:04 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:54:01 eth0 0.47 0.33 0.27 0.20 0.00 0.00 0.00 0.00 00:56:04 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:55:01 eth0 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 Average: eth0 106.73 90.53 503.40 23.40 0.00 0.00 0.00 0.00 00:56:04 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:04 Average: docker0 44.86 47.50 3.54 178.79 0.00 0.00 0.00 0.00 00:56:04 00:56:04 00:56:04 ---> sar -P ALL: 00:56:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/26/21 _x86_64_ (4 CPU) 00:56:04 00:56:04 00:29:59 LINUX RESTART (4 CPU) 00:56:04 00:56:04 00:31:02 CPU %user %nice %system %iowait %steal %idle 00:56:04 00:32:01 all 7.57 0.00 3.07 1.81 0.07 87.49 00:56:04 00:32:01 0 7.30 0.00 3.83 0.99 0.10 87.78 00:56:04 00:32:01 1 6.78 0.00 2.61 1.57 0.05 88.98 00:56:04 00:32:01 2 7.80 0.00 3.32 4.16 0.07 84.66 00:56:04 00:32:01 3 8.39 0.00 2.52 0.50 0.05 88.54 00:56:04 00:33:01 all 13.89 0.00 5.90 5.18 0.16 74.87 00:56:04 00:33:01 0 13.83 0.00 6.68 4.10 0.12 75.28 00:56:04 00:33:01 1 14.79 0.00 5.61 4.76 0.15 74.69 00:56:04 00:33:01 2 15.70 0.00 5.49 6.45 0.15 72.21 00:56:04 00:33:01 3 11.22 0.00 5.83 5.43 0.20 77.31 00:56:04 00:34:01 all 49.97 0.00 9.77 6.39 0.17 33.70 00:56:04 00:34:01 0 51.18 0.00 9.62 8.74 0.22 30.24 00:56:04 00:34:01 1 50.03 0.00 10.03 5.90 0.12 33.93 00:56:04 00:34:01 2 48.11 0.00 10.04 6.01 0.17 35.66 00:56:04 00:34:01 3 50.56 0.00 9.38 4.91 0.16 35.00 00:56:04 00:35:01 all 44.33 0.00 10.07 3.75 0.10 41.75 00:56:04 00:35:01 0 43.16 0.00 10.14 2.14 0.12 44.44 00:56:04 00:35:01 1 45.76 0.00 9.53 6.06 0.10 38.54 00:56:04 00:35:01 2 43.48 0.00 10.15 2.47 0.12 43.78 00:56:04 00:35:01 3 44.90 0.00 10.45 4.32 0.07 40.26 00:56:04 00:36:02 all 24.59 0.00 13.86 8.72 0.18 52.65 00:56:04 00:36:02 0 24.05 0.00 13.10 9.33 0.17 53.35 00:56:04 00:36:02 1 25.59 0.00 13.61 7.84 0.21 52.76 00:56:04 00:36:02 2 23.60 0.00 14.43 9.14 0.17 52.67 00:56:04 00:36:02 3 25.12 0.00 14.33 8.58 0.15 51.82 00:56:04 00:37:01 all 20.70 0.00 15.69 35.74 0.35 27.51 00:56:04 00:37:01 0 20.72 0.00 15.07 35.39 0.42 28.39 00:56:04 00:37:01 1 20.64 0.00 15.15 34.93 0.35 28.93 00:56:04 00:37:01 2 20.82 0.00 16.34 36.83 0.30 25.71 00:56:04 00:37:01 3 20.63 0.00 16.23 35.83 0.32 26.99 00:56:04 00:38:02 all 49.10 0.00 12.20 20.32 0.14 18.24 00:56:04 00:38:02 0 47.47 0.00 11.63 21.04 0.12 19.74 00:56:04 00:38:02 1 50.23 0.00 12.36 19.66 0.19 17.57 00:56:04 00:38:02 2 48.53 0.00 12.74 19.77 0.15 18.81 00:56:04 00:38:02 3 50.16 0.00 12.06 20.80 0.12 16.86 00:56:04 00:39:01 all 41.88 0.00 14.53 30.38 0.14 13.07 00:56:04 00:39:01 0 42.34 0.00 14.45 28.59 0.14 14.47 00:56:04 00:39:01 1 41.76 0.00 14.62 30.56 0.16 12.90 00:56:04 00:39:01 2 40.32 0.00 14.86 31.68 0.14 13.00 00:56:04 00:39:01 3 43.11 0.00 14.18 30.67 0.12 11.92 00:56:04 00:40:01 all 10.18 0.00 3.88 6.82 0.06 79.06 00:56:04 00:40:01 0 9.74 0.00 3.90 4.01 0.05 82.30 00:56:04 00:40:01 1 10.14 0.00 3.90 7.56 0.05 78.35 00:56:04 00:40:01 2 10.56 0.00 3.88 6.58 0.08 78.89 00:56:04 00:40:01 3 10.26 0.00 3.81 9.16 0.07 76.70 00:56:04 00:41:01 all 0.14 0.00 0.04 0.02 0.00 99.80 00:56:04 00:41:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:56:04 00:41:01 1 0.48 0.00 0.03 0.00 0.00 99.48 00:56:04 00:41:01 2 0.03 0.00 0.05 0.08 0.00 99.83 00:56:04 00:41:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:56:04 00:42:01 all 0.19 0.00 0.21 0.00 0.01 99.60 00:56:04 00:42:01 0 0.08 0.00 0.32 0.00 0.02 99.58 00:56:04 00:42:01 1 0.52 0.00 0.07 0.00 0.00 99.42 00:56:04 00:42:01 2 0.08 0.00 0.25 0.00 0.00 99.67 00:56:04 00:42:01 3 0.07 0.00 0.20 0.00 0.02 99.72 00:56:04 00:56:04 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:56:04 00:43:01 all 0.14 0.00 0.01 0.00 0.00 99.85 00:56:04 00:43:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:56:04 00:43:01 1 0.50 0.00 0.02 0.00 0.00 99.48 00:56:04 00:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 00:56:04 00:43:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:56:04 00:44:01 all 0.16 0.00 0.03 0.00 0.00 99.81 00:56:04 00:44:01 0 0.05 0.00 0.05 0.00 0.00 99.90 00:56:04 00:44:01 1 0.52 0.00 0.02 0.00 0.00 99.47 00:56:04 00:44:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:56:04 00:44:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:56:04 00:45:01 all 0.14 0.00 0.03 0.02 0.00 99.80 00:56:04 00:45:01 0 0.02 0.00 0.07 0.10 0.00 99.82 00:56:04 00:45:01 1 0.50 0.00 0.00 0.00 0.00 99.50 00:56:04 00:45:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:56:04 00:45:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:56:04 00:46:01 all 0.15 0.00 0.02 0.00 0.00 99.82 00:56:04 00:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 00:56:04 00:46:01 1 0.52 0.00 0.03 0.00 0.00 99.45 00:56:04 00:46:01 2 0.05 0.00 0.02 0.00 0.00 99.93 00:56:04 00:46:01 3 0.03 0.00 0.03 0.02 0.00 99.92 00:56:04 00:47:01 all 0.04 0.00 0.02 0.00 0.01 99.93 00:56:04 00:47:01 0 0.02 0.00 0.02 0.00 0.02 99.95 00:56:04 00:47:01 1 0.12 0.00 0.03 0.00 0.00 99.85 00:56:04 00:47:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:56:04 00:47:01 3 0.02 0.00 0.02 0.00 0.02 99.95 00:56:04 00:48:01 all 0.07 0.00 0.02 0.00 0.00 99.91 00:56:04 00:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 00:56:04 00:48:01 1 0.20 0.00 0.02 0.00 0.00 99.78 00:56:04 00:48:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:56:04 00:48:01 3 0.03 0.00 0.05 0.00 0.00 99.92 00:56:04 00:49:02 all 0.14 0.00 0.02 0.00 0.00 99.84 00:56:04 00:49:02 0 0.02 0.00 0.03 0.00 0.00 99.95 00:56:04 00:49:02 1 0.50 0.00 0.02 0.00 0.00 99.48 00:56:04 00:49:02 2 0.02 0.00 0.02 0.00 0.00 99.97 00:56:04 00:49:02 3 0.02 0.00 0.02 0.00 0.00 99.97 00:56:04 00:50:01 all 0.15 0.00 0.01 0.00 0.00 99.83 00:56:04 00:50:01 0 0.03 0.00 0.00 0.00 0.00 99.97 00:56:04 00:50:01 1 0.51 0.00 0.00 0.00 0.00 99.49 00:56:04 00:50:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:56:04 00:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:56:04 00:51:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:56:04 00:51:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:56:04 00:51:01 1 0.53 0.00 0.02 0.00 0.00 99.45 00:56:04 00:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:56:04 00:51:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:56:04 00:52:01 all 0.14 0.00 0.02 0.00 0.00 99.84 00:56:04 00:52:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:56:04 00:52:01 1 0.52 0.00 0.02 0.00 0.00 99.47 00:56:04 00:52:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:56:04 00:52:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:56:04 00:53:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:56:04 00:53:01 0 0.02 0.00 0.00 0.00 0.00 99.98 00:56:04 00:53:01 1 0.52 0.00 0.02 0.00 0.02 99.45 00:56:04 00:53:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:56:04 00:53:01 3 0.05 0.00 0.03 0.00 0.00 99.92 00:56:04 00:56:04 00:53:01 CPU %user %nice %system %iowait %steal %idle 00:56:04 00:54:01 all 0.09 0.00 0.03 0.00 0.00 99.88 00:56:04 00:54:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:56:04 00:54:01 1 0.28 0.00 0.03 0.00 0.00 99.68 00:56:04 00:54:01 2 0.03 0.00 0.03 0.00 0.02 99.92 00:56:04 00:54:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:56:04 00:55:01 all 0.03 0.00 0.01 0.00 0.00 99.96 00:56:04 00:55:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:56:04 00:55:01 1 0.05 0.00 0.00 0.00 0.00 99.95 00:56:04 00:55:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:56:04 00:55:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:56:04 Average: all 10.79 0.00 3.64 4.83 0.06 80.69 00:56:04 Average: 0 10.63 0.00 3.63 4.64 0.06 81.03 00:56:04 Average: 1 11.13 0.00 3.58 4.82 0.06 80.42 00:56:04 Average: 2 10.59 0.00 3.74 4.99 0.06 80.63 00:56:04 Average: 3 10.80 0.00 3.63 4.85 0.05 80.67 00:56:04 00:56:04 00:56:04