Pull request #2920 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 rather than 5aea6bf3d26e7c185d5c6bec3e24362cb537e739 Obtained Jenkinsfile from 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-14289 in /w/workspace/edgexfoundry_edgex-go_PR-2920 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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/2920/head:refs/remotes/origin/PR-2920 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 into PR head commit 5aea6bf3d26e7c185d5c6bec3e24362cb537e739 Merge succeeded, producing 5aea6bf3d26e7c185d5c6bec3e24362cb537e739 Checking out Revision 5aea6bf3d26e7c185d5c6bec3e24362cb537e739 (PR-2920) > git config core.sparsecheckout # timeout=10 > git checkout -f 5aea6bf3d26e7c185d5c6bec3e24362cb537e739 # 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 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5aea6bf3d26e7c185d5c6bec3e24362cb537e739 # timeout=10 Commit message: "refactor: [V2]Add service prefixes for the Redis key of each service" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 776c3157626a99cf9866d63bab0c2f5d1b489840 # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:23:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:23:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:23:17 ========================================================= 07:23:17 EdgeX Global Pipelines Version Info 07:23:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:23:19 ------------------- 07:23:19 stable info: 07:23:19 ------------------- 07:23:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:23:19 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 07:23:19 Message: update stable to v1.0.169 07:23:20 ------------------- 07:23:20 experimental info: 07:23:20 ------------------- 07:23:20 Commited By: **** collab-it+edgex@linuxfoundation.org 07:23:20 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 07:23:20 Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:23:20 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:23:20 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:23:21 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:23:21 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:23:21 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:23:21 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:23:21 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:23:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:23:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 07:23:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 07:23:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:23:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:23:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:23:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:23:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:23:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:23:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:23:22 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:23:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:23:22 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:23:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 07:23:23 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 07:23:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2920 [Pipeline] echo 07:23:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2920 [Pipeline] echo 07:23:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2920 [Pipeline] echo 07:23:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5aea6bf3d26e7c185d5c6bec3e24362cb537e739 [Pipeline] echo 07:23:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5aea6bf [Pipeline] echo 07:23:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:23:24 provisioning config files... 07:23:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8932072117355218952tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:23:24 ---> docker-login.sh 07:23:24 nexus3.edgexfoundry.org:10001 07:23:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:23:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:23:24 Configure a credential helper to remove this warning. See 07:23:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:23:24 07:23:24 Login Succeeded 07:23:24 nexus3.edgexfoundry.org:10002 07:23:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:23:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:23:24 Configure a credential helper to remove this warning. See 07:23:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:23:24 07:23:24 Login Succeeded 07:23:24 nexus3.edgexfoundry.org:10003 07:23:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:23:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:23:25 Configure a credential helper to remove this warning. See 07:23:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:23:25 07:23:25 Login Succeeded 07:23:25 nexus3.edgexfoundry.org:10004 07:23:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:23:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:23:25 Configure a credential helper to remove this warning. See 07:23:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:23:25 07:23:25 Login Succeeded 07:23:25 docker.io 07:23:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:23:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:23:25 Configure a credential helper to remove this warning. See 07:23:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:23:25 07:23:25 Login Succeeded 07:23:25 ---> docker-login.sh ends [Pipeline] } 07:23:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:23:26 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 07:23:26 + for file in '`ls cmd/**/Dockerfile`' 07:23:26 ++ dirname cmd/core-command/Dockerfile 07:23:26 ++ cut -d/ -f2 07:23:26 + echo core-command,cmd/core-command/Dockerfile 07:23:26 + for file in '`ls cmd/**/Dockerfile`' 07:23:26 ++ dirname cmd/core-data/Dockerfile 07:23:26 ++ cut -d/ -f2 07:23:26 + echo core-data,cmd/core-data/Dockerfile 07:23:26 + for file in '`ls cmd/**/Dockerfile`' 07:23:26 ++ dirname cmd/core-metadata/Dockerfile 07:23:26 ++ cut -d/ -f2 07:23:26 + echo core-metadata,cmd/core-metadata/Dockerfile 07:23:26 + for file in '`ls cmd/**/Dockerfile`' 07:23:26 ++ dirname cmd/security-bootstrap-redis/Dockerfile 07:23:26 ++ cut -d/ -f2 07:23:26 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 07:23:26 + for file in '`ls cmd/**/Dockerfile`' 07:23:26 ++ dirname cmd/security-proxy-setup/Dockerfile 07:23:26 ++ cut -d/ -f2 07:23:26 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:23:26 + for file in '`ls cmd/**/Dockerfile`' 07:23:26 ++ dirname cmd/security-secrets-setup/Dockerfile 07:23:26 ++ cut -d/ -f2 07:23:26 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 07:23:26 + for file in '`ls cmd/**/Dockerfile`' 07:23:26 ++ dirname cmd/security-secretstore-setup/Dockerfile 07:23:26 ++ cut -d/ -f2 07:23:26 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:23:26 + for file in '`ls cmd/**/Dockerfile`' 07:23:26 ++ dirname cmd/support-logging/Dockerfile 07:23:26 ++ cut -d/ -f2 07:23:26 + echo support-logging,cmd/support-logging/Dockerfile 07:23:26 + for file in '`ls cmd/**/Dockerfile`' 07:23:26 ++ dirname cmd/support-notifications/Dockerfile 07:23:26 ++ cut -d/ -f2 07:23:26 + echo support-notifications,cmd/support-notifications/Dockerfile 07:23:26 + for file in '`ls cmd/**/Dockerfile`' 07:23:26 ++ dirname cmd/support-scheduler/Dockerfile 07:23:26 ++ cut -d/ -f2 07:23:26 + echo support-scheduler,cmd/support-scheduler/Dockerfile 07:23:26 + for file in '`ls cmd/**/Dockerfile`' 07:23:26 ++ dirname cmd/sys-mgmt-agent/Dockerfile 07:23:26 ++ cut -d/ -f2 07:23:26 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 07:23:26 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/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 07:23:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:23:27 07:23:27 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:23:28 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:23:28 latest: Pulling from edgex-devops/git-semver 07:23:28 31603596830f: Pulling fs layer 07:23:28 2a8b12db71e7: Pulling fs layer 07:23:28 6ca5941a6612: Pulling fs layer 07:23:28 ecc8261a40a4: Pulling fs layer 07:23:28 ecc8261a40a4: Waiting 07:23:28 2a8b12db71e7: Download complete 07:23:28 31603596830f: Verifying Checksum 07:23:28 31603596830f: Download complete 07:23:28 ecc8261a40a4: Verifying Checksum 07:23:28 ecc8261a40a4: Download complete 07:23:28 6ca5941a6612: Verifying Checksum 07:23:28 6ca5941a6612: Download complete 07:23:29 31603596830f: Pull complete 07:23:29 2a8b12db71e7: Pull complete 07:23:30 6ca5941a6612: Pull complete 07:23:30 ecc8261a40a4: Pull complete 07:23:30 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:23:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:23:30 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:23:30 prd-centos7-docker-4c-2g-14289 does not seem to be running inside a container 07:23:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:23:32 $ docker top 9628e54753c558ae623dba1e8de1ad686c22b57710a0f1fdc41b9d1a86924972 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:23:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:23:33 [ssh-agent] Looking for ssh-agent implementation... 07:23:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:23:33 $ docker exec 9628e54753c558ae623dba1e8de1ad686c22b57710a0f1fdc41b9d1a86924972 ssh-agent 07:23:33 SSH_AUTH_SOCK=/tmp/ssh-jYPmtETvZhjX/agent.12 07:23:33 SSH_AGENT_PID=18 07:23:33 Running ssh-add (command line suppressed) 07:23:33 Identity added: /w/workspace/edgex-go/2@tmp/private_key_7799842625063098745.key (/w/workspace/edgex-go/2@tmp/private_key_7799842625063098745.key) 07:23:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:23:34 + git tag --points-at HEAD [Pipeline] } 07:23:34 $ docker exec --env ******** --env ******** 9628e54753c558ae623dba1e8de1ad686c22b57710a0f1fdc41b9d1a86924972 ssh-agent -k 07:23:34 unset SSH_AUTH_SOCK; 07:23:34 unset SSH_AGENT_PID; 07:23:34 echo Agent pid 18 killed; 07:23:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:23:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:23:34 [ssh-agent] Looking for ssh-agent implementation... 07:23:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:23:34 $ docker exec 9628e54753c558ae623dba1e8de1ad686c22b57710a0f1fdc41b9d1a86924972 ssh-agent 07:23:34 SSH_AUTH_SOCK=/tmp/ssh-O5UvOhWecBZP/agent.46 07:23:34 SSH_AGENT_PID=51 07:23:34 Running ssh-add (command line suppressed) 07:23:34 Identity added: /w/workspace/edgex-go/2@tmp/private_key_5879106149536610934.key (/w/workspace/edgex-go/2@tmp/private_key_5879106149536610934.key) 07:23:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:23:35 + git semver init 07:23:35 # -> Open(): unable to determine branch for HEAD 07:23:35 # $GIT_DIR = /w/workspace/edgex-go/2/.git 07:23:35 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 07:23:35 # $SEMVER_REMOTE_NAME = origin 07:23:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:23:35 # $SEMVER_USER_NAME = edgex-jenkins 07:23:35 # $SEMVER_BRANCH = PR-2920 07:23:35 # $SEMVER_TEMP = /tmp/semver-716052441 07:23:35 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 07:23:57 # '/tmp/semver-716052441' -> '/w/workspace/edgex-go/2/.semver' 07:23:58 # -> Force: false 07:23:58 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 07:23:58 $ docker exec --env ******** --env ******** 9628e54753c558ae623dba1e8de1ad686c22b57710a0f1fdc41b9d1a86924972 ssh-agent -k 07:23:58 unset SSH_AUTH_SOCK; 07:23:58 unset SSH_AGENT_PID; 07:23:58 echo Agent pid 51 killed; 07:23:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:23:59 + git semver [Pipeline] } 07:23:59 $ docker stop --time=1 9628e54753c558ae623dba1e8de1ad686c22b57710a0f1fdc41b9d1a86924972 07:24:00 $ docker rm -f 9628e54753c558ae623dba1e8de1ad686c22b57710a0f1fdc41b9d1a86924972 [Pipeline] // withDockerContainer [Pipeline] sh 07:24:01 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:24:01 Stashed 1 file(s) [Pipeline] echo 07:24:02 [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 07:24:02 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:24:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:24:03 + sudo service docker restart 07:24:03 + true 07:24:03 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 07:24:04 ========================================================= 07:24:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:24:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:24:04 + 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 . 07:24:07 Sending build context to Docker daemon 326.3MB 07:24:07 Step 1/7 : ARG BASE=golang:1.15-alpine 07:24:07 Step 2/7 : FROM ${BASE} 07:24:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:24:08 188c0c94c7c5: Pulling fs layer 07:24:08 0ef7d3d256c8: Pulling fs layer 07:24:08 de9db76c5a1d: Pulling fs layer 07:24:08 bca2f99d35d6: Pulling fs layer 07:24:08 93359f2a8cfa: Pulling fs layer 07:24:08 7c6f9722023f: Pulling fs layer 07:24:08 a35cf1a2eb13: Pulling fs layer 07:24:08 93359f2a8cfa: Waiting 07:24:08 7c6f9722023f: Waiting 07:24:08 a35cf1a2eb13: Waiting 07:24:08 bca2f99d35d6: Waiting 07:24:08 de9db76c5a1d: Download complete 07:24:08 0ef7d3d256c8: Verifying Checksum 07:24:08 0ef7d3d256c8: Download complete 07:24:08 93359f2a8cfa: Verifying Checksum 07:24:08 93359f2a8cfa: Download complete 07:24:08 188c0c94c7c5: Verifying Checksum 07:24:08 188c0c94c7c5: Download complete 07:24:08 7c6f9722023f: Verifying Checksum 07:24:08 7c6f9722023f: Download complete 07:24:08 188c0c94c7c5: Pull complete 07:24:08 0ef7d3d256c8: Pull complete 07:24:08 de9db76c5a1d: Pull complete 07:24:10 a35cf1a2eb13: Verifying Checksum 07:24:10 a35cf1a2eb13: Download complete 07:24:11 bca2f99d35d6: Verifying Checksum 07:24:11 bca2f99d35d6: Download complete 07:24:17 Still waiting to schedule task 07:24:17 ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline 07:24:17 bca2f99d35d6: Pull complete 07:24:17 93359f2a8cfa: Pull complete 07:24:17 7c6f9722023f: Pull complete 07:24:22 a35cf1a2eb13: Pull complete 07:24:22 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 07:24:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:24:22 ---> a62c8e92a672 07:24:22 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 07:24:22 ---> Running in 92d02c8d1624 07:24:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:24:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:24:24 (1/12) Installing libmagic (5.38-r0) 07:24:24 (2/12) Installing file (5.38-r0) 07:24:24 (3/12) Installing libc-dev (0.7.2-r3) 07:24:24 (4/12) Installing g++ (9.3.0-r2) 07:24:30 (5/12) Installing fortify-headers (1.1-r0) 07:24:30 (6/12) Installing patch (2.7.6-r6) 07:24:30 (7/12) Installing build-base (0.5-r2) 07:24:30 (8/12) Installing libsodium (1.0.18-r0) 07:24:30 (9/12) Installing pkgconf (1.7.2-r0) 07:24:30 (10/12) Installing libsodium-dev (1.0.18-r0) 07:24:30 (11/12) Installing libzmq (4.3.3-r0) 07:24:30 (12/12) Installing zeromq-dev (4.3.3-r0) 07:24:30 Executing busybox-1.31.1-r19.trigger 07:24:30 OK: 233 MiB in 51 packages 07:24:34 Removing intermediate container 92d02c8d1624 07:24:34 ---> d9ae51a75d38 07:24:34 Step 4/7 : WORKDIR /edgex-go 07:24:34 ---> Running in 41ebb2c80337 07:24:34 Removing intermediate container 41ebb2c80337 07:24:34 ---> b181d0d8d17e 07:24:34 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 07:24:34 latest: Pulling from library/docker 07:24:34 188c0c94c7c5: Already exists 07:24:34 0c7c675703d6: Pulling fs layer 07:24:34 cc8c12a437cb: Pulling fs layer 07:24:34 f092543453df: Pulling fs layer 07:24:34 65b6bc45957d: Pulling fs layer 07:24:34 4de832df471b: Pulling fs layer 07:24:34 79aa7fa92271: Pulling fs layer 07:24:34 65b6bc45957d: Waiting 07:24:34 4de832df471b: Waiting 07:24:34 79aa7fa92271: Waiting 07:24:34 cc8c12a437cb: Verifying Checksum 07:24:34 cc8c12a437cb: Download complete 07:24:34 0c7c675703d6: Verifying Checksum 07:24:34 0c7c675703d6: Download complete 07:24:34 65b6bc45957d: Verifying Checksum 07:24:34 65b6bc45957d: Download complete 07:24:35 4de832df471b: Verifying Checksum 07:24:35 4de832df471b: Download complete 07:24:35 79aa7fa92271: Download complete 07:24:35 0c7c675703d6: Pull complete 07:24:35 cc8c12a437cb: Pull complete 07:24:35 f092543453df: Verifying Checksum 07:24:35 f092543453df: Download complete 07:24:38 f092543453df: Pull complete 07:24:38 65b6bc45957d: Pull complete 07:24:38 4de832df471b: Pull complete 07:24:38 79aa7fa92271: Pull complete 07:24:38 Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a 07:24:38 Status: Downloaded newer image for docker:latest 07:24:39 ---> 29a59fa61931 07:24:39 Step 6/7 : COPY go.mod . 07:24:40 ---> be9fbef38785 07:24:40 Step 7/7 : RUN go mod download 07:24:40 ---> Running in 0cd4cfbe4844 07:25:02 Removing intermediate container 0cd4cfbe4844 07:25:02 ---> 13cc16e02bbe 07:25:02 Successfully built 13cc16e02bbe 07:25:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:25:02 + docker inspect -f . ci-base-image-x86_64 07:25:02 . [Pipeline] withDockerContainer 07:25:02 prd-centos7-docker-4c-2g-14289 does not seem to be running inside a container 07:25:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:25:03 $ docker top 6c4c9c47fde1b4e2866a9afce3e4471e8d0edd57a058c18d7f7aef897c48ca5a -eo pid,comm [Pipeline] { [Pipeline] sh 07:25:04 + go version 07:25:04 go version go1.15.5 linux/amd64 [Pipeline] } 07:25:04 $ docker stop --time=1 6c4c9c47fde1b4e2866a9afce3e4471e8d0edd57a058c18d7f7aef897c48ca5a 07:25:05 $ docker rm -f 6c4c9c47fde1b4e2866a9afce3e4471e8d0edd57a058c18d7f7aef897c48ca5a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:25:06 + docker inspect -f . ci-base-image-x86_64 07:25:06 . [Pipeline] withDockerContainer 07:25:06 prd-centos7-docker-4c-2g-14289 does not seem to be running inside a container 07:25:06 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:25:07 $ docker top 9fc3cce0eaf099b1847cecfbecc5eceb22b732c44c6407c125bcb58169ca57ce -eo pid,comm [Pipeline] { [Pipeline] echo 07:25:07 ========================================================= 07:25:07 [edgeXBuildGoParallel] Running Tests and Build... 07:25:07 ========================================================= [Pipeline] sh 07:25:08 + make test 07:25:08 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:25:18 ? github.com/edgexfoundry/edgex-go [no test files] 07:25:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:25:38 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:25:39 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:25:39 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:25:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 07:25:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:25:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:25:42 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.043s 07:25:42 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:25:42 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 07:25:42 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:25:43 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:25:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:25:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:25:43 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:25:46 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.081s coverage: 46.6% of statements 07:25:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:25:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:25:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:25:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:25:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:25:49 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.147s coverage: 27.1% of statements 07:25:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:25:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:25:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:25:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:25:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:25:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:25:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.031s coverage: 100.0% of statements 07:25:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:25:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.053s coverage: 100.0% of statements 07:25:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:25:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:25:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.390s coverage: 66.4% of statements 07:25:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:25:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:25:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.103s coverage: 82.7% of statements 07:25:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:25:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:25:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:25:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:25:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.349s coverage: 28.6% of statements 07:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:25:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.056s coverage: 100.0% of statements 07:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:25:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.069s coverage: 100.0% of statements 07:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:25:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.097s coverage: 86.7% of statements 07:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:25:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.140s coverage: 97.5% of statements 07:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:25:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.050s coverage: 78.3% of statements 07:25:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:25:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:25:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:25:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:25:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.300s coverage: 94.7% of statements 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:25:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.069s coverage: 58.8% of statements 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:25:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.075s coverage: 0.0% of statements [no tests to run] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:25:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.040s coverage: 100.0% of statements 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:25:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements 07:25:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.040s coverage: 80.8% of statements 07:25:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements 07:25:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.060s coverage: 84.2% of statements 07:25:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.043s coverage: 100.0% of statements 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:25:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.195s coverage: 63.5% of statements 07:25:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:25:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:25:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.042s coverage: 100.0% of statements 07:25:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 91.3% of statements 07:25:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 07:25:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements 07:25:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 07:25:57 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.372s coverage: 55.9% of statements 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 07:26:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 10.372s coverage: 86.3% of statements 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 07:26:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.144s coverage: 72.2% of statements 07:26:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.505s coverage: 72.1% of statements 07:26:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.040s coverage: 82.4% of statements 07:26:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.040s coverage: 48.4% of statements 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 07:26:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.055s coverage: 28.8% of statements 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 07:26:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.041s coverage: 96.8% of statements 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 07:26:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.098s coverage: 37.2% of statements 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:26:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.293s coverage: 84.1% of statements 07:26:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements 07:26:07 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.047s coverage: 42.9% of statements 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 07:26:07 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.030s coverage: 100.0% of statements 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 07:26:07 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.040s coverage: 83.8% of statements 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 07:26:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.104s coverage: 47.1% of statements 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:26:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.026s coverage: 100.0% of statements 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:26:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.095s coverage: 100.0% of statements 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:26:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:26:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.656s coverage: 29.1% of statements 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:26:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.074s coverage: 99.0% of statements 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:26:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:26:07 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:26:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:26:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:26:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:26:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements 07:26:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.031s coverage: 32.1% of statements 07:26:07 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 07:26:07 GO111MODULE=on go vet ./... 07:26:14 Running on prd-ubuntu18.04-docker-arm64-4c-16g-14290 in /w/workspace/edgexfoundry_edgex-go_PR-2920 [Pipeline] { [Pipeline] ws 07:26:14 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 07:26:19 using credential edgex-jenkins-ssh 07:26:19 Cloning the remote Git repository 07:26:19 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:26:19 > git init /w/workspace/edgex-go/2 # timeout=10 07:26:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:26:19 > git --version # timeout=10 07:26:19 > git --version # 'git version 2.17.1' 07:26:19 using GIT_SSH to set credentials SSH Credentials for GitHub 07:26:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:26:34 gofmt -l . 07:26:34 [ "`gofmt -l .`" = "" ] 07:26:34 ./bin/test-go-mod-tidy.sh 07:26:34 ./bin/test-attribution-txt.sh 07:26:34 Merging remotes/origin/master commit 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 into PR head commit 5aea6bf3d26e7c185d5c6bec3e24362cb537e739 07:26:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:26:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:26:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:26:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:26:33 using GIT_SSH to set credentials SSH Credentials for GitHub 07:26:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2920/head:refs/remotes/origin/PR-2920 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:26:34 > git config core.sparsecheckout # timeout=10 07:26:34 > git checkout -f 5aea6bf3d26e7c185d5c6bec3e24362cb537e739 # timeout=10 07:26:34 Merge succeeded, producing 5aea6bf3d26e7c185d5c6bec3e24362cb537e739 07:26:34 Checking out Revision 5aea6bf3d26e7c185d5c6bec3e24362cb537e739 (PR-2920) [Pipeline] sh 07:26:35 + ls -al . 07:26:35 total 664 07:26:35 drwxrwxr-x 10 1001 1001 4096 Dec 3 07:26 . 07:26:35 drwxr-xr-x 4 root root 28 Dec 3 07:25 .. 07:26:35 -rw-rw-r-- 1 1001 1001 11 Dec 3 07:23 .dockerignore 07:26:35 drwxrwxr-x 8 1001 1001 179 Dec 3 07:23 .git 07:26:35 drwxrwxr-x 3 1001 1001 125 Dec 3 07:23 .github 07:26:35 -rw-rw-r-- 1 1001 1001 971 Dec 3 07:23 .gitignore 07:26:35 drwx------ 3 1001 1001 47 Dec 3 07:23 .semver 07:26:35 -rw-rw-r-- 1 1001 1001 166 Dec 3 07:23 .sonarcloud.properties 07:26:35 -rw-rw-r-- 1 1001 1001 3804 Dec 3 07:23 CONTRIBUTING.md 07:26:35 -rw-rw-r-- 1 1001 1001 1035 Dec 3 07:23 Dockerfile.build 07:26:35 -rw-rw-r-- 1 1001 1001 863 Dec 3 07:23 Jenkinsfile 07:26:35 -rw-rw-r-- 1 1001 1001 10775 Dec 3 07:23 LICENSE 07:26:35 -rw-rw-r-- 1 1001 1001 6723 Dec 3 07:23 Makefile 07:26:35 -rw-rw-r-- 1 1001 1001 6447 Dec 3 07:23 README.md 07:26:35 -rw-rw-r-- 1 1001 1001 259 Dec 3 07:23 SECURITY.md 07:26:35 -rw-rw-r-- 1 1001 1001 5 Dec 3 07:24 VERSION 07:26:35 -rw-rw-r-- 1 1001 1001 4131 Dec 3 07:23 ZMQWindows.md 07:26:35 drwxrwxr-x 2 1001 1001 117 Dec 3 07:23 bin 07:26:35 drwxrwxr-x 16 1001 1001 4096 Dec 3 07:23 cmd 07:26:35 -rw-r--r-- 1 root root 571162 Dec 3 07:26 coverage.out 07:26:35 -rw-r--r-- 1 root root 1041 Dec 3 07:26 go.mod 07:26:35 -rw-r--r-- 1 root root 18856 Dec 3 07:26 go.sum 07:26:35 drwxrwxr-x 8 1001 1001 127 Dec 3 07:23 internal 07:26:35 drwxrwxr-x 4 1001 1001 26 Dec 3 07:23 openapi 07:26:35 drwxrwxr-x 4 1001 1001 71 Dec 3 07:23 snap 07:26:35 -rw-rw-r-- 1 1001 1001 168 Dec 3 07:23 version.go [Pipeline] sh 07:26:35 + '[' -e coverage.out ] 07:26:35 + chown 1001:1001 coverage.out [Pipeline] stash 07:26:35 Stashed 1 file(s) [Pipeline] sh 07:26:36 + make build 07:26:36 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 07:26:34 > git remote # timeout=10 07:26:34 > git config --get remote.origin.url # timeout=10 07:26:34 using GIT_SSH to set credentials SSH Credentials for GitHub 07:26:34 > git merge 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 # timeout=10 07:26:34 > git rev-parse HEAD^{commit} # timeout=10 07:26:34 > git config core.sparsecheckout # timeout=10 07:26:34 > git checkout -f 5aea6bf3d26e7c185d5c6bec3e24362cb537e739 # timeout=10 07:26:39 Commit message: "refactor: [V2]Add service prefixes for the Redis key of each service" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:26:41 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:26:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:26:42 + sudo service docker restart 07:26:42 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:26:44 provisioning config files... 07:26:44 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1778183708381200221tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:26:44 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 07:26:44 ---> docker-login.sh 07:26:44 nexus3.edgexfoundry.org:10001 07:26:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:26:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:26:45 Configure a credential helper to remove this warning. See 07:26:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:26:45 07:26:45 Login Succeeded 07:26:45 nexus3.edgexfoundry.org:10002 07:26:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:26:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:26:46 Configure a credential helper to remove this warning. See 07:26:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:26:46 07:26:46 Login Succeeded 07:26:46 nexus3.edgexfoundry.org:10003 07:26:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:26:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:26:47 Configure a credential helper to remove this warning. See 07:26:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:26:47 07:26:47 Login Succeeded 07:26:47 nexus3.edgexfoundry.org:10004 07:26:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:26:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:26:47 Configure a credential helper to remove this warning. See 07:26:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:26:47 07:26:47 Login Succeeded 07:26:47 docker.io 07:26:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:26:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:26:48 Configure a credential helper to remove this warning. See 07:26:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:26:48 07:26:48 Login Succeeded 07:26:48 ---> docker-login.sh ends [Pipeline] } 07:26:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:26:48 ========================================================= 07:26:48 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:26:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:26:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 07:26:48 + 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 . 07:26:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 07:26:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:26:51 Sending build context to Docker daemon 165.6MB 07:26:51 Step 1/7 : ARG BASE=golang:1.15-alpine 07:26:51 Step 2/7 : FROM ${BASE} 07:26:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:26:51 5f621e34cdf4: Pulling fs layer 07:26:51 a4357932f1b6: Pulling fs layer 07:26:51 18c013af1878: Pulling fs layer 07:26:51 00ac8860ef70: Pulling fs layer 07:26:51 63d7cb157983: Pulling fs layer 07:26:51 b116817d02f9: Pulling fs layer 07:26:51 745a02a5169b: Pulling fs layer 07:26:51 00ac8860ef70: Waiting 07:26:51 745a02a5169b: Waiting 07:26:51 63d7cb157983: Waiting 07:26:51 b116817d02f9: Waiting 07:26:51 18c013af1878: Verifying Checksum 07:26:51 18c013af1878: Download complete 07:26:51 a4357932f1b6: Verifying Checksum 07:26:51 a4357932f1b6: Download complete 07:26:51 63d7cb157983: Verifying Checksum 07:26:51 63d7cb157983: Download complete 07:26:51 b116817d02f9: Download complete 07:26:51 5f621e34cdf4: Verifying Checksum 07:26:51 5f621e34cdf4: Download complete 07:26:52 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 07:26:52 5f621e34cdf4: Pull complete 07:26:52 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 07:26:52 a4357932f1b6: Pull complete 07:26:53 18c013af1878: Pull complete 07:26:54 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 07:26:54 745a02a5169b: Verifying Checksum 07:26:54 745a02a5169b: Download complete 07:26:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 07:26:55 00ac8860ef70: Verifying Checksum 07:26:55 00ac8860ef70: Download complete 07:26:56 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 07:26:57 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 07:26:59 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 07:26:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 07:27:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 07:27:02 $ docker stop --time=1 9fc3cce0eaf099b1847cecfbecc5eceb22b732c44c6407c125bcb58169ca57ce 07:27:03 $ docker rm -f 9fc3cce0eaf099b1847cecfbecc5eceb22b732c44c6407c125bcb58169ca57ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 07:27:05 00ac8860ef70: Pull complete 07:27:05 63d7cb157983: Pull complete 07:27:06 b116817d02f9: Pull complete [Pipeline] isUnix [Pipeline] sh 07:27:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:27:07 07:27:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 07:27:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:27:07 latest: Pulling from edgex-devops/edgex-compose 07:27:07 cbdbe7a5bc2a: Pulling fs layer 07:27:07 ca9280d653b3: Pulling fs layer 07:27:07 7e9c9ca2126c: Pulling fs layer 07:27:07 cbdbe7a5bc2a: Download complete 07:27:08 cbdbe7a5bc2a: Pull complete 07:27:08 ca9280d653b3: Verifying Checksum 07:27:08 ca9280d653b3: Download complete 07:27:09 7e9c9ca2126c: Verifying Checksum 07:27:09 7e9c9ca2126c: Download complete 07:27:09 ca9280d653b3: Pull complete 07:27:09 745a02a5169b: Pull complete 07:27:09 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 07:27:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:27:09 ---> b7e6874047d6 07:27:09 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 07:27:13 ---> Running in f08a4922b602 07:27:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:27:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:27:15 (1/12) Installing libmagic (5.38-r0) 07:27:15 (2/12) Installing file (5.38-r0) 07:27:15 (3/12) Installing libc-dev (0.7.2-r3) 07:27:15 (4/12) Installing g++ (9.3.0-r2) 07:27:17 7e9c9ca2126c: Pull complete 07:27:17 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 07:27:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:27:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 07:27:17 prd-centos7-docker-4c-2g-14289 does not seem to be running inside a container 07:27:17 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 07:27:18 $ docker top 5ea73028c335212bf14ae9b5d91f2f4d798d08ad9fa860d5aac37b90e1dcae3b -eo pid,comm [Pipeline] { [Pipeline] sh 07:27:19 (5/12) Installing fortify-headers (1.1-r0) 07:27:19 (6/12) Installing patch (2.7.6-r6) 07:27:19 (7/12) Installing build-base (0.5-r2) 07:27:19 (8/12) Installing libsodium (1.0.18-r0) 07:27:19 (9/12) Installing pkgconf (1.7.2-r0) 07:27:19 (10/12) Installing libsodium-dev (1.0.18-r0) 07:27:19 (11/12) Installing libzmq (4.3.3-r0) 07:27:19 + docker-compose build --help 07:27:19 + grep parallel 07:27:19 (12/12) Installing zeromq-dev (4.3.3-r0) 07:27:19 Executing busybox-1.31.1-r19.trigger 07:27:19 OK: 217 MiB in 51 packages 07:27:20 --parallel Build images in parallel. [Pipeline] } 07:27:20 $ docker stop --time=1 5ea73028c335212bf14ae9b5d91f2f4d798d08ad9fa860d5aac37b90e1dcae3b 07:27:21 $ docker rm -f 5ea73028c335212bf14ae9b5d91f2f4d798d08ad9fa860d5aac37b90e1dcae3b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:27:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:27:22 . [Pipeline] withDockerContainer 07:27:22 prd-centos7-docker-4c-2g-14289 does not seem to be running inside a container 07:27:22 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:27:23 $ docker top f46f1bbf4a89cff7b99478cac8ff1f75cc26cf152a2a9c58b5e002e72f67cd54 -eo pid,comm [Pipeline] { 07:27:23 Removing intermediate container f08a4922b602 07:27:23 ---> ac9851646856 07:27:23 Step 4/7 : WORKDIR /edgex-go 07:27:23 ---> Running in f894ed3799c9 [Pipeline] sh 07:27:24 Removing intermediate container f894ed3799c9 07:27:24 ---> ea8e644524ed 07:27:24 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 07:27:24 + docker-compose -f ./docker-compose-build.yml build --parallel 07:27:25 latest: Pulling from library/docker 07:27:25 5f621e34cdf4: Already exists 07:27:25 85db56a05063: Pulling fs layer 07:27:25 ccb67d6aeaaa: Pulling fs layer 07:27:25 de930078acea: Pulling fs layer 07:27:25 d5a9d88a4785: Pulling fs layer 07:27:25 e7f15c1544d5: Pulling fs layer 07:27:25 877c515997d3: Pulling fs layer 07:27:25 e7f15c1544d5: Waiting 07:27:25 d5a9d88a4785: Waiting 07:27:25 877c515997d3: Waiting 07:27:25 Building docker-core-command-go ... 07:27:25 Building docker-core-data-go ... 07:27:25 Building docker-core-metadata-go ... 07:27:25 Building docker-security-bootstrap-redis-go ... 07:27:25 Building docker-security-proxy-setup-go ... 07:27:25 Building docker-security-secrets-setup-go ... 07:27:25 Building docker-security-secretstore-setup-go ... 07:27:25 Building docker-support-logging-go ... 07:27:25 Building docker-support-notifications-go ... 07:27:25 Building docker-support-scheduler-go ... 07:27:25 Building docker-sys-mgmt-agent-go ... 07:27:25 Building docker-core-command-go 07:27:25 Building docker-security-bootstrap-redis-go 07:27:25 Building docker-sys-mgmt-agent-go 07:27:25 Building docker-core-data-go 07:27:25 Building docker-support-scheduler-go 07:27:25 ccb67d6aeaaa: Verifying Checksum 07:27:25 ccb67d6aeaaa: Download complete 07:27:25 85db56a05063: Download complete 07:27:25 d5a9d88a4785: Verifying Checksum 07:27:25 d5a9d88a4785: Download complete 07:27:25 e7f15c1544d5: Verifying Checksum 07:27:25 e7f15c1544d5: Download complete 07:27:25 877c515997d3: Verifying Checksum 07:27:25 877c515997d3: Download complete 07:27:25 85db56a05063: Pull complete 07:27:26 ccb67d6aeaaa: Pull complete 07:27:26 de930078acea: Verifying Checksum 07:27:26 de930078acea: Download complete 07:27:29 de930078acea: Pull complete 07:27:30 d5a9d88a4785: Pull complete 07:27:30 e7f15c1544d5: Pull complete 07:27:30 877c515997d3: Pull complete 07:27:30 Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a 07:27:30 Status: Downloaded newer image for docker:latest 07:27:34 ---> 081508898bdf 07:27:34 Step 6/7 : COPY go.mod . 07:27:34 ---> e5076e8dda4b 07:27:34 Step 7/7 : RUN go mod download 07:27:35 ---> Running in 0413161d6743 07:27:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 07:27:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:27:58 ---> 13cc16e02bbe 07:27:58 Step 3/22 : WORKDIR /edgex-go 07:27:58 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 07:27:58 Step 2/27 : FROM ${BUILDER_BASE} AS builder 07:27:58 ---> 13cc16e02bbe 07:27:58 Step 3/27 : WORKDIR /edgex-go 07:27:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 07:27:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:27:58 ---> 13cc16e02bbe 07:27:58 Step 3/22 : WORKDIR /edgex-go 07:27:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 07:27:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:27:58 ---> 13cc16e02bbe 07:27:58 Step 3/23 : WORKDIR /edgex-go 07:27:58 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 07:27:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:27:58 ---> 13cc16e02bbe 07:27:58 Step 3/21 : WORKDIR /edgex-go 07:27:58 ---> Running in b3807cbc1f32 07:27:58 ---> Running in e013d0c8e226 07:27:58 ---> Running in f77dca11424f 07:27:58 ---> Running in 9c6ac613542e 07:27:58 ---> Running in e5e335c5fc85 07:27:58 Removing intermediate container 9c6ac613542e 07:27:58 ---> 7b93c16fe6d6 07:27:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:27:58 Removing intermediate container f77dca11424f 07:27:58 ---> 6f203c67786b 07:27:58 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:27:58 Removing intermediate container e5e335c5fc85 07:27:58 ---> 74ae6b685619 07:27:58 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:27:58 Removing intermediate container e013d0c8e226 07:27:58 ---> 75f49e5089f9 07:27:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:27:58 Removing intermediate container b3807cbc1f32 07:27:58 ---> effda538cc36 07:27:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:27:58 ---> Running in ac283c8ec4a6 07:27:58 ---> Running in 1f0b8d278f12 07:27:58 ---> Running in 072b2d15d9cf 07:27:58 ---> Running in 5c5d12ee4ad8 07:27:58 ---> Running in dd0c5bd445c5 07:28:00 Removing intermediate container 1f0b8d278f12 07:28:00 ---> d4c908133930 07:28:00 Step 5/22 : RUN apk update && apk add make git 07:28:00 ---> Running in 2caf281a6a2c 07:28:00 Removing intermediate container ac283c8ec4a6 07:28:00 ---> ad0a0bb46288 07:28:00 Step 5/21 : RUN apk update && apk add make git 07:28:01 ---> Running in 4aab1a54ac9c 07:28:01 Removing intermediate container 072b2d15d9cf 07:28:01 ---> 17642c0111d2 07:28:01 Step 5/27 : RUN apk update && apk add make bash git 07:28:01 Removing intermediate container dd0c5bd445c5 07:28:01 ---> 914e5cbaa92d 07:28:01 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 07:28:01 ---> Running in 7943625e7de5 07:28:01 ---> Running in b02fdf9998c0 07:28:01 Removing intermediate container 5c5d12ee4ad8 07:28:01 ---> 3edb28e9dd3f 07:28:01 Step 5/22 : RUN apk update && apk add make git 07:28:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:28:01 ---> Running in 4890b62651bd 07:28:01 Removing intermediate container 0413161d6743 07:28:01 ---> 018d51c2fea5 07:28:01 Successfully built 018d51c2fea5 07:28:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:28:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:28:02 + docker inspect -f . ci-base-image-arm64 07:28:02 . [Pipeline] withDockerContainer 07:28:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:28:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:28:02 prd-ubuntu18.04-docker-arm64-4c-16g-14290 does not seem to be running inside a container 07:28:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-arm64 cat 07:28:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:28:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:28:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:28:02 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:28:02 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:28:02 OK: 12745 distinct packages available 07:28:03 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:28:03 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:28:03 OK: 12745 distinct packages available 07:28:03 OK: 233 MiB in 51 packages 07:28:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:28:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:28:03 OK: 233 MiB in 51 packages 07:28:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:28:03 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:28:03 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:28:03 OK: 12745 distinct packages available 07:28:03 Removing intermediate container 2caf281a6a2c 07:28:03 ---> 2f390ae2ad61 07:28:03 Step 6/22 : COPY go.mod . 07:28:03 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:28:03 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:28:03 OK: 12745 distinct packages available 07:28:03 Removing intermediate container 4aab1a54ac9c 07:28:03 ---> 15b3ae3205c1 07:28:03 Step 6/21 : COPY go.mod . 07:28:03 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:28:03 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:28:03 OK: 12745 distinct packages available 07:28:03 OK: 233 MiB in 51 packages 07:28:03 OK: 233 MiB in 51 packages 07:28:03 ---> 72e2c9475704 07:28:03 Step 7/22 : RUN go mod download 07:28:04 $ docker top c915ab9c9c3deb89c986b8cc28534c6d9d36fc8ca8102d32a52b09ea0c7181f1 -eo pid,comm 07:28:04 ---> Running in 3c058308f405 07:28:04 OK: 233 MiB in 51 packages 07:28:04 ---> 3bbf29aa3e5f 07:28:04 Step 7/21 : RUN go mod download [Pipeline] { [Pipeline] sh 07:28:04 ---> Running in d2722b25e663 07:28:04 Removing intermediate container b02fdf9998c0 07:28:04 ---> 81e99d6cedb2 07:28:04 Step 6/23 : COPY go.mod . 07:28:05 Removing intermediate container 4890b62651bd 07:28:05 ---> c5e21516252f 07:28:05 Step 6/22 : COPY go.mod . 07:28:05 ---> d2f500ccd6c1 07:28:05 Step 7/23 : RUN go mod download 07:28:05 + go version 07:28:05 go version go1.15.5 linux/arm64 [Pipeline] } 07:28:05 $ docker stop --time=1 c915ab9c9c3deb89c986b8cc28534c6d9d36fc8ca8102d32a52b09ea0c7181f1 07:28:05 ---> Running in 28308e0b50b6 07:28:05 ---> dbcc3533dd35 07:28:05 Step 7/22 : RUN go mod download 07:28:05 Removing intermediate container 7943625e7de5 07:28:05 ---> eeed2bf05121 07:28:05 Step 6/27 : COPY go.mod . 07:28:05 ---> Running in f3bb7f8a5177 07:28:05 ---> cca5b1a70425 07:28:05 Step 7/27 : RUN go mod download 07:28:05 ---> Running in 1145745c2f4b 07:28:06 Removing intermediate container 3c058308f405 07:28:06 ---> 59441371d72c 07:28:06 Step 8/22 : COPY . . 07:28:06 Removing intermediate container d2722b25e663 07:28:06 ---> a48ad2b82762 07:28:06 Step 8/21 : COPY . . 07:28:07 $ docker rm -f c915ab9c9c3deb89c986b8cc28534c6d9d36fc8ca8102d32a52b09ea0c7181f1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:28:08 + docker inspect -f . ci-base-image-arm64 07:28:08 . [Pipeline] withDockerContainer 07:28:08 prd-ubuntu18.04-docker-arm64-4c-16g-14290 does not seem to be running inside a container 07:28:08 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-arm64 cat 07:28:09 $ docker top 228ec0b64379d55e8db5ee926d549a6d016b2417bcb942d403fcfe73316e2e56 -eo pid,comm [Pipeline] { [Pipeline] echo 07:28:10 ========================================================= 07:28:10 [edgeXBuildGoParallel] Running Tests and Build... 07:28:10 ========================================================= [Pipeline] sh 07:28:10 + make test 07:28:10 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:28:13 Removing intermediate container 28308e0b50b6 07:28:13 ---> bcf5a192f413 07:28:13 Step 8/23 : COPY . . 07:28:16 Removing intermediate container f3bb7f8a5177 07:28:16 ---> c1f8afa8f5bd 07:28:16 Step 8/22 : COPY . . 07:28:17 Removing intermediate container 1145745c2f4b 07:28:17 ---> a34d026488cb 07:28:17 Step 8/27 : COPY . . 07:28:33 ? github.com/edgexfoundry/edgex-go [no test files] 07:28:44 ---> 334386acf34a 07:28:44 Step 9/22 : RUN make cmd/core-command/core-command 07:28:48 ---> a709ab5eb89a 07:28:48 Step 9/23 : RUN make cmd/core-data/core-data 07:28:48 ---> Running in 8d1f88ed0609 07:28:48 ---> 4874dd81c09d 07:28:48 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 07:28:52 ---> Running in fd734c2bc77a 07:28:52 ---> Running in 1fbc15f5060e 07:28:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 07:28:54 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 07:28:54 ---> 5a470b4cde8a 07:28:54 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:28:55 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 07:28:55 ---> 3728518476f9 07:28:55 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 07:28:55 ---> Running in cac2409f3ceb 07:28:55 ---> Running in 0b4856aba041 07:28:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 07:28: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 07:29:12 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:29:34 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:29:34 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:29:34 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:29:34 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 07:29:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:29:34 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:29:35 Removing intermediate container 0b4856aba041 07:29:35 ---> 8ec777c09667 07:29:35 07:29:35 Step 10/22 : FROM alpine:3.10 07:29:35 Removing intermediate container cac2409f3ceb 07:29:35 ---> f57230b203f4 07:29:35 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:29:35 Removing intermediate container 8d1f88ed0609 07:29:35 ---> 61400b2a9918 07:29:35 07:29:35 Step 10/22 : FROM scratch 07:29:35 ---> 07:29:35 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:29:35 Removing intermediate container 1fbc15f5060e 07:29:35 ---> e7f69534aed3 07:29:35 07:29:35 Step 10/21 : FROM scratch 07:29:35 ---> 07:29:35 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:29:35 ---> Running in cd6e373f8e02 07:29:35 3.10: Pulling from library/alpine 07:29:35 ---> Running in 21c39756d7a6 07:29:35 ---> Running in 3d974ef365ff 07:29:35 Removing intermediate container 3d974ef365ff 07:29:35 ---> f4ee52371118 07:29:35 Step 12/21 : ENV APP_PORT=48085 07:29:35 Removing intermediate container 21c39756d7a6 07:29:35 ---> 0054607a88e9 07:29:35 Step 12/22 : ENV APP_PORT=48082 07:29:35 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 07:29:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:29:35 Status: Downloaded newer image for alpine:3.10 07:29:35 ---> be4e4bea2c2e 07:29:35 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 07:29:36 ---> Running in 9c6a46bd4c35 07:29:36 ---> Running in 0416fd440da2 07:29:36 ---> Running in 4a74a0101f54 07:29:37 Removing intermediate container 9c6a46bd4c35 07:29:37 ---> 61fc9cf5cd70 07:29:37 Step 13/21 : EXPOSE $APP_PORT 07:29:37 Removing intermediate container 0416fd440da2 07:29:37 ---> 2616b30cc84a 07:29:37 Step 13/22 : EXPOSE $APP_PORT 07:29:37 ---> Running in 8f3dfd1780de 07:29:37 Removing intermediate container fd734c2bc77a 07:29:37 ---> b28d79160909 07:29:37 07:29:37 Step 10/23 : FROM alpine 07:29:37 ---> Running in c33a9d802b10 07:29:38 latest: Pulling from library/alpine 07:29:38 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 07:29:38 Removing intermediate container 8f3dfd1780de 07:29:38 ---> 385d2081091b 07:29:38 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 07:29:38 Status: Downloaded newer image for alpine:latest 07:29:38 ---> d6e46aa2470d 07:29:38 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:29:38 Removing intermediate container c33a9d802b10 07:29:38 ---> 76e4e231c5ae 07:29:38 Step 14/22 : WORKDIR / 07:29:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 07:29:38 ---> Running in 08bb28eb8239 07:29:38 ---> Running in c488d5424b2a 07:29:38 Removing intermediate container cd6e373f8e02 07:29:38 ---> cf8efa67e8f2 07:29:38 07:29:38 Step 11/27 : FROM docker:latest 07:29:38 ---> b0757c55a1fd 07:29:38 Step 12/27 : RUN apk add --no-cache bash 07:29:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 07:29:38 ---> f5121ce68693 07:29:38 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:29:38 v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 07:29:38 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 07:29:38 OK: 10348 distinct packages available 07:29:38 ---> Running in de8ff481c0cd 07:29:38 (1/5) Installing ca-certificates (20191127-r2) 07:29:38 Removing intermediate container 08bb28eb8239 07:29:38 ---> c125d7560765 07:29:38 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 07:29:38 (2/5) Installing nghttp2-libs (1.39.2-r1) 07:29:38 (3/5) Installing libcurl (7.66.0-r1) 07:29:38 (4/5) Installing curl (7.66.0-r1) 07:29:38 (5/5) Installing dumb-init (1.2.2-r1) 07:29:38 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.061s 07:29:38 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:29:38 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 07:29:39 Executing busybox-1.30.1-r3.trigger 07:29:39 Executing ca-certificates-20191127-r2.trigger 07:29:39 OK: 7 MiB in 19 packages 07:29:39 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:29:39 Removing intermediate container c488d5424b2a 07:29:39 ---> 28641508025e 07:29:39 Step 12/23 : ENV APP_PORT=48080 07:29:40 ---> Running in 95fc8e0cc70b 07:29:40 ---> 24f0b8fc83ca 07:29:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:29:40 ---> 9e6559194499 07:29:40 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:29:40 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:29:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:29:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:29:40 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:29:40 Removing intermediate container 95fc8e0cc70b 07:29:40 ---> ac5007fec676 07:29:40 Step 13/23 : EXPOSE $APP_PORT 07:29:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:29:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:29:40 ---> Running in 2daa888d95f4 07:29:41 (1/2) Installing readline (8.0.4-r0) 07:29:41 (2/2) Installing bash (5.0.17-r0) 07:29:41 Executing bash-5.0.17-r0.post-install 07:29:41 Executing busybox-1.31.1-r19.trigger 07:29:41 OK: 12 MiB in 22 packages 07:29:41 ---> ac5bfa60b455 07:29:41 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 07:29:41 ---> 8c617a5d2264 07:29:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:29:41 Removing intermediate container 4a74a0101f54 07:29:41 ---> c1780986c4b3 07:29:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 07:29:41 ---> Running in 5ecd04e2bdaf 07:29:41 ---> Running in afa90495a794 07:29:41 Removing intermediate container 2daa888d95f4 07:29:41 ---> 646e02571271 07:29:41 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:41 ---> Running in e458e707f7b1 07:29:41 ---> 8fd2acde928d 07:29:41 Step 18/22 : ENTRYPOINT ["/core-command"] 07:29:42 ---> Running in 42ff6441870c 07:29:42 Removing intermediate container afa90495a794 07:29:42 ---> 9573c068494b 07:29:42 Step 13/22 : WORKDIR / 07:29:42 Removing intermediate container 5ecd04e2bdaf 07:29:42 ---> 62f521aec822 07:29:42 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:29:42 Removing intermediate container de8ff481c0cd 07:29:42 ---> 4800157bdb1b 07:29:42 Step 13/27 : RUN rm -rf /var/cache/apk/* 07:29:42 ---> Running in db59332d6daa 07:29:42 ---> Running in 14db357cd025 07:29:42 ---> Running in 314fab195e61 07:29:42 Removing intermediate container 42ff6441870c 07:29:42 ---> 550cb4bd43c3 07:29:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:29:43 ---> Running in bca1a5346d4b 07:29:43 Removing intermediate container 14db357cd025 07:29:43 ---> ac4dd1e68cac 07:29:43 Step 19/21 : LABEL arch=x86_64 07:29:43 Removing intermediate container db59332d6daa 07:29:43 ---> ad8fc5795b03 07:29:43 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 07:29:43 ---> Running in 85d551e1d954 07:29:43 Removing intermediate container bca1a5346d4b 07:29:43 ---> 62d9fd78a5e0 07:29:43 Step 20/22 : LABEL arch=x86_64 07:29:43 ---> 86debbaff524 07:29:43 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 07:29:44 ---> Running in e8584baed87a 07:29:44 Removing intermediate container 85d551e1d954 07:29:44 ---> 8b1715b586c2 07:29:44 Step 20/21 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 07:29:44 Removing intermediate container e458e707f7b1 07:29:44 ---> c4ea586cb6fb 07:29:44 Step 15/23 : RUN apk --no-cache add zeromq 07:29:44 ---> Running in 897511d8ba04 07:29:44 ---> Running in 97126daacfc7 07:29:44 Removing intermediate container e8584baed87a 07:29:44 ---> 0f9fd0c5b3d9 07:29:44 Step 21/22 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 07:29:44 ---> 2f3438bec93c 07:29:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 07:29:44 ---> Running in 41ce2c170ca9 07:29:44 Removing intermediate container 314fab195e61 07:29:44 ---> ffb26b165b07 07:29:44 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:29:44 Removing intermediate container 897511d8ba04 07:29:44 ---> 9134d45bfa35 07:29:44 Step 21/21 : LABEL version=0.0.0 07:29:45 ---> 02bee3dc99c6 07:29:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 07:29:45 ---> Running in 95d4d4ae3221 07:29:45 ---> Running in 163a7f0e7007 07:29:45 Removing intermediate container 41ce2c170ca9 07:29:45 ---> 796c84ff129b 07:29:45 Step 22/22 : LABEL version=0.0.0 07:29:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:29:45 ---> Running in f86740ccc023 07:29:45 Removing intermediate container 95d4d4ae3221 07:29:45 ---> 2cc156c81319 07:29:45 Step 15/27 : ENV APP_PORT=48090 07:29:45 ---> 2b6c043256ec 07:29:45 Step 18/22 : RUN chmod +x entrypoint.sh 07:29:45 Removing intermediate container 163a7f0e7007 07:29:45 ---> 99b2bb733989 07:29:45 07:29:45 ---> Running in 07c9d56002c1 07:29:45 ---> Running in e323489f0fab 07:29:45 Removing intermediate container f86740ccc023 07:29:45 ---> febc19ab7342 07:29:45 07:29:45 Successfully built 99b2bb733989 07:29:45 Successfully tagged docker-support-scheduler-go:latest 07:29:45 Building docker-core-metadata-go 07:29:46  Building docker-support-scheduler-go ... done Successfully built febc19ab7342 07:29:46 Successfully tagged docker-core-command-go:latest 07:29:46 Building docker-security-secrets-setup-go 07:29:46  Building docker-core-command-go ... done Removing intermediate container 07c9d56002c1 07:29:46 ---> fe8c59c72994 07:29:46 Step 16/27 : EXPOSE $APP_PORT 07:29:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:29:46 ---> Running in d8f4d2f5f37f 07:29:46 Removing intermediate container d8f4d2f5f37f 07:29:46 ---> 367d191f8b18 07:29:46 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:29:46 (1/5) Installing libgcc (9.3.0-r2) 07:29:46 (2/5) Installing libsodium (1.0.18-r0) 07:29:46 (3/5) Installing libstdc++ (9.3.0-r2) 07:29:47 (4/5) Installing libzmq (4.3.3-r0) 07:29:47 (5/5) Installing zeromq (4.3.3-r0) 07:29:47 Executing busybox-1.31.1-r19.trigger 07:29:47 OK: 8 MiB in 19 packages 07:29:47 ---> c971380e614e 07:29:47 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:29:48 Removing intermediate container e323489f0fab 07:29:48 ---> a6011e9caa34 07:29:48 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 07:29:50 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.298s coverage: 46.6% of statements 07:29:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:29:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:29:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:29:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:29:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:29:52 ---> Running in 122e64c4d97a 07:29:52 ---> 33b9040dcf0f 07:29:52 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:29:52 Removing intermediate container 122e64c4d97a 07:29:52 ---> 77e4df0c2da0 07:29:52 Step 20/22 : LABEL arch=x86_64 07:29:53 ---> Running in 2b661d74b717 07:29:53 Removing intermediate container 97126daacfc7 07:29:53 ---> ecf691a38ad0 07:29:53 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 07:29:53 ---> db81c9b572ef 07:29:53 Step 20/27 : RUN apk --no-cache add py3-pip 07:29:53 ---> Running in ec12c887c93e 07:29:53 Removing intermediate container 2b661d74b717 07:29:53 ---> 4b465c278e91 07:29:53 Step 21/22 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 07:29:54 ---> Running in 3085578c8e52 07:29:55 ---> 1c4915cef949 07:29:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:29:56 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.466s coverage: 27.1% of statements 07:29:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:29:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:29:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:29:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:29:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:29:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:29:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements 07:29:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:29:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements 07:29:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:29:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:29:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.513s coverage: 66.4% of statements 07:29:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:29:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:29:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.620s coverage: 82.7% of statements 07:29:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:29:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:29:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:29:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:29:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:29:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:29:56 (1/33) Installing libbz2 (1.0.8-r1) 07:29:56 (2/33) Installing expat (2.2.9-r1) 07:29:56 (3/33) Installing libffi (3.3-r2) 07:29:56 (4/33) Installing gdbm (1.13-r1) 07:29:56 (5/33) Installing xz-libs (5.2.5-r0) 07:29:56 (6/33) Installing sqlite-libs (3.32.1-r0) 07:29:57 (7/33) Installing python3 (3.8.5-r0) 07:29:57 Removing intermediate container 3085578c8e52 07:29:57 ---> 306e4779c82b 07:29:57 Step 22/22 : LABEL version=0.0.0 07:29:58 ---> Running in 72d427d9b964 07:30:03 ---> 088a46556b31 07:30:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:30:04 (8/33) Installing py3-appdirs (1.4.4-r1) 07:30:04 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:30:04 (10/33) Installing py3-parsing (2.4.7-r0) 07:30:04 (11/33) Installing py3-six (1.15.0-r0) 07:30:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.152s coverage: 28.6% of statements 07:30:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:30:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:30:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:30:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:30:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:30:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.162s coverage: 100.0% of statements 07:30:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:30:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.088s coverage: 100.0% of statements 07:30:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:30:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.340s coverage: 86.7% of statements 07:30:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:30:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.326s coverage: 97.5% of statements 07:30:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:30:04 (12/33) Installing py3-packaging (20.4-r0) 07:30:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.135s coverage: 78.3% of statements 07:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:30:05 (13/33) Installing py3-setuptools (47.0.0-r0) 07:30:05 Removing intermediate container 72d427d9b964 07:30:05 ---> 4e3dbd1823ec 07:30:05 07:30:05 (14/33) Installing py3-chardet (3.0.4-r4) 07:30:05 (15/33) Installing py3-idna (2.9-r0) 07:30:05 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:30:06 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:30:06 (18/33) Installing py3-requests (2.23.0-r0) 07:30:06 (19/33) Installing py3-msgpack (1.0.0-r0) 07:30:06 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 07:30:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:30:06 ---> 13cc16e02bbe 07:30:06 Step 3/22 : WORKDIR /edgex-go 07:30:06 ---> Using cache 07:30:06 ---> effda538cc36 07:30:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:30:06 ---> Using cache 07:30:06 ---> 914e5cbaa92d 07:30:06 Step 5/22 : RUN apk update && apk add make git 07:30:06 (20/33) Installing py3-lockfile (0.12.2-r3) 07:30:07 ---> 5bbbaf3e3812 07:30:07 Step 19/23 : ENTRYPOINT ["/core-data"] 07:30:07 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:30:07 (22/33) Installing py3-colorama (0.4.3-r0) 07:30:07 Successfully built 4e3dbd1823ec 07:30:07 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 07:30:07 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 07:30:08 (23/33) Installing py3-distlib (0.3.0-r0) 07:30:08 Successfully tagged docker-security-bootstrap-redis-go:latest 07:30:08 ---> 13cc16e02bbe 07:30:08 Step 3/29 : WORKDIR /edgex-go 07:30:08  Building docker-security-bootstrap-redis-go ... done  ---> Using cache 07:30:08 Building docker-security-secretstore-setup-go 07:30:08 ---> effda538cc36 07:30:08 Step 4/29 : RUN apk update && apk add make git 07:30:08 (24/33) Installing py3-distro (1.5.0-r1) 07:30:08 (25/33) Installing py3-webencodings (0.5.1-r3) 07:30:08 ---> Running in 5d51f8f2d40d 07:30:08 (26/33) Installing py3-html5lib (1.0.1-r4) 07:30:08 ---> Running in 11ce106d1e13 07:30:09 (27/33) Installing py3-pytoml (0.1.21-r0) 07:30:09 (28/33) Installing py3-pep517 (0.8.2-r0) 07:30:09 (29/33) Installing py3-progress (1.5-r0) 07:30:09 (30/33) Installing py3-toml (0.10.1-r0) 07:30:09 ---> Running in 6566b57b39c5 07:30:09 (31/33) Installing py3-retrying (1.3.3-r0) 07:30:09 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:30:09 (33/33) Installing py3-pip (20.1.1-r0) 07:30:10 Executing busybox-1.31.1-r19.trigger 07:30:10 Removing intermediate container 11ce106d1e13 07:30:10 ---> 3ea5fd72817d 07:30:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:30:10 OK: 71 MiB in 55 packages 07:30:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.913s coverage: 94.7% of statements 07:30:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:30:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:30:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:30:10 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:30:10 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:30:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:30:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:30:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:30:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:30:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:30:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:30:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:30:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:30:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:30:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 07:30:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 07:30:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:30:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:30:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:30:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:30:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements 07:30:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:30:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:30:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.319s coverage: 0.0% of statements [no tests to run] 07:30:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:30:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 07:30:10 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:30:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:30:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 07:30:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:30:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.104s coverage: 75.5% of statements 07:30:10 ---> Running in 892e4eee86a4 07:30:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.074s coverage: 80.8% of statements 07:30:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.192s coverage: 87.2% of statements 07:30:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:30:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:30:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.163s coverage: 84.2% of statements 07:30:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.050s coverage: 100.0% of statements 07:30:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:30:13 Removing intermediate container 892e4eee86a4 07:30:13 ---> 81be1efd5968 07:30:13 Step 21/23 : LABEL arch=x86_64 07:30:13 ---> Running in 34de02af04ff 07:30:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:30:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:30:13 Removing intermediate container 34de02af04ff 07:30:13 ---> 426b1481681c 07:30:13 Step 22/23 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 07:30:13 ---> Running in ed0bb7e8561f 07:30:14 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:30:14 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:30:14 OK: 12745 distinct packages available 07:30:14 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:30:14 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:30:14 OK: 12745 distinct packages available 07:30:14 OK: 233 MiB in 51 packages 07:30:14 OK: 233 MiB in 51 packages 07:30:15 Removing intermediate container ed0bb7e8561f 07:30:15 ---> f8fffe430cd3 07:30:15 Step 23/23 : LABEL version=0.0.0 07:30:16 ---> Running in b3ddbb5e3b09 07:30:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.622s coverage: 63.5% of statements 07:30:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:30:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:30:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements 07:30:16 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.114s coverage: 91.3% of statements 07:30:16 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements 07:30:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements 07:30:17 Removing intermediate container b3ddbb5e3b09 07:30:17 ---> 0df51bfacdbc 07:30:17 07:30:17 Successfully built 0df51bfacdbc 07:30:17 Successfully tagged docker-core-data-go:latest 07:30:17  Building docker-core-data-go ... done Building docker-security-proxy-setup-go 07:30:18 Removing intermediate container 6566b57b39c5 07:30:18 ---> 1ff35a0f5ce7 07:30:18 Step 5/29 : COPY go.mod . 07:30:18 Removing intermediate container 5d51f8f2d40d 07:30:18 ---> f4916762fff5 07:30:18 Step 6/22 : COPY go.mod . 07:30:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.099s coverage: 100.0% of statements 07:30:23 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.858s coverage: 55.9% of statements 07:30:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:30:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:30:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 07:30:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 07:30:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 07:30:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 07:30:26 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 07:30:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:30:26 ---> 13cc16e02bbe 07:30:26 Step 3/24 : WORKDIR /edgex-go 07:30:26 ---> Using cache 07:30:26 ---> effda538cc36 07:30:26 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:30:26 ---> Using cache 07:30:26 ---> 914e5cbaa92d 07:30:26 Step 5/24 : RUN apk update && apk add make git 07:30:26 ---> Using cache 07:30:26 ---> f4916762fff5 07:30:26 Step 6/24 : COPY go.mod . 07:30:26 ---> Using cache 07:30:26 ---> c28b18c6591e 07:30:26 Step 7/24 : RUN go mod download 07:30:27 ---> c28b18c6591e 07:30:27 Step 7/22 : RUN go mod download 07:30:27 ---> 2f6ba2c88bd0 07:30:27 Step 6/29 : RUN go mod download 07:30:27 ---> Running in b16d5912f25f 07:30:27 ---> Running in 1b01ff1b42e5 07:30:27 ---> Running in 714834c89a72 07:30:31 Removing intermediate container ec12c887c93e 07:30:31 ---> a5955310d9e8 07:30:31 Step 21/27 : RUN pip install docker-compose==1.23.2 07:30:32 ---> Running in 4d4653c3f634 07:30:34 Removing intermediate container b16d5912f25f 07:30:34 ---> 5875d742679f 07:30:34 Step 8/24 : COPY . . 07:30:35 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 07:30:35 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:30:35 ---> 13cc16e02bbe 07:30:35 Step 3/21 : WORKDIR /edgex-go 07:30:35 ---> Using cache 07:30:35 ---> effda538cc36 07:30:35 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:30:35 ---> Using cache 07:30:35 ---> 914e5cbaa92d 07:30:35 Step 5/21 : RUN apk update && apk add make git 07:30:35 ---> Using cache 07:30:35 ---> f4916762fff5 07:30:35 Step 6/21 : COPY go.mod . 07:30:35 ---> Using cache 07:30:35 ---> c28b18c6591e 07:30:35 Step 7/21 : RUN go mod download 07:30:35 ---> Using cache 07:30:35 ---> 6b54cd97295a 07:30:35 Step 8/21 : COPY . . 07:30:35 Removing intermediate container 1b01ff1b42e5 07:30:35 ---> 6b54cd97295a 07:30:35 Step 8/22 : COPY . . 07:30:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 13.652s coverage: 86.3% of statements 07:30:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 07:30:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.396s coverage: 72.2% of statements 07:30:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.434s coverage: 72.1% of statements 07:30:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.083s coverage: 82.4% of statements 07:30:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.100s coverage: 48.4% of statements 07:30:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 07:30:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 07:30:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 07:30:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.068s coverage: 28.8% of statements 07:30:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 07:30:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.080s coverage: 96.8% of statements 07:30:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 07:30:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.347s coverage: 37.2% of statements 07:30:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:30:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:30:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.610s coverage: 84.1% of statements 07:30:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.086s coverage: 100.0% of statements 07:30:35 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.099s coverage: 42.9% of statements 07:30:35 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 07:30:35 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 07:30:35 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.057s coverage: 100.0% of statements 07:30:35 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 07:30:36 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.116s coverage: 83.8% of statements 07:30:36 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 07:30:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.367s coverage: 47.1% of statements 07:30:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:30:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:30:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.087s coverage: 100.0% of statements 07:30:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:30:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:30:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:30:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.136s coverage: 100.0% of statements 07:30:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:30:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.093s coverage: 100.0% of statements 07:30:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:30:47 Removing intermediate container 714834c89a72 07:30:47 ---> b16212aa6034 07:30:47 Step 7/29 : COPY . . 07:30:48 Collecting docker-compose==1.23.2 07:30:48 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:30:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.818s coverage: 29.1% of statements 07:30:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:30:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:30:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:30:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:30:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:30:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.231s coverage: 99.0% of statements 07:30:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:30:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements 07:30:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:30:48 ok github.com/edgexfoundry/edgex-go/internal/system 0.066s coverage: 0.0% of statements 07:30:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:30:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements 07:30:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:30:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:30:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:30:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:30:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.096s coverage: 87.9% of statements 07:30:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:30:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:30:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 07:30:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.066s coverage: 32.1% of statements 07:30:49 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 07:30:50 GO111MODULE=on go vet ./... 07:30:51 Collecting docker<4.0,>=3.6.0 07:30:51 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:30:55 Collecting jsonschema<3,>=2.5.1 07:30:55 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:30:57 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:30:57 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:30:59 Collecting dockerpty<0.5,>=0.4.1 07:30:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:31:07 Collecting cached-property<2,>=1.2.0 07:31:07 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:31:08 Collecting texttable<0.10,>=0.9.0 07:31:08 Downloading texttable-0.9.1.tar.gz (11 kB) 07:31:10 Collecting docopt<0.7,>=0.6.1 07:31:10 Downloading docopt-0.6.2.tar.gz (25 kB) 07:31:11 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:31:12 Collecting websocket-client<1.0,>=0.32.0 07:31:12 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:31:12 ---> 6ddc09e7c829 07:31:12 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:31:14 Collecting PyYAML<4,>=3.10 07:31:14 Downloading PyYAML-3.13.tar.gz (270 kB) 07:31:15 ---> Running in eb8006b38ca9 07:31:15 ---> a3118750952b 07:31:15 Step 9/22 : RUN make cmd/core-metadata/core-metadata 07:31:15 ---> 3e076580d549 07:31:15 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:31:16 Collecting docker-pycreds>=0.4.0 07:31:16 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:31:17 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 07:31:17 ---> Running in 923e4c510ccb 07:31:17 ---> Running in 2f7d55ae99be 07:31:17 Collecting idna<2.8,>=2.5 07:31:17 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:31:17 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) 07:31:17 Collecting urllib3<1.25,>=1.21.1 07:31:17 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:31:17 ---> 483acfac60fa 07:31:17 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 07:31:17 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:31:17 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:31:17 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:31:17 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:31:17 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 07:31:17 Installing collected packages: docker-pycreds, idna, urllib3, requests, websocket-client, docker, jsonschema, dockerpty, cached-property, texttable, docopt, PyYAML, docker-compose 07:31:17 ---> Running in d6a80b2d1ec5 07:31:18 Attempting uninstall: idna 07:31:18 Found existing installation: idna 2.9 07:31:18 Uninstalling idna-2.9: 07:31:18 Successfully uninstalled idna-2.9 07:31:18 Attempting uninstall: urllib3 07:31:18 Found existing installation: urllib3 1.25.9 07:31:18 Uninstalling urllib3-1.25.9: 07:31:18 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 07:31:18 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 07:31:18 Successfully uninstalled urllib3-1.25.9 07:31:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 07:31:18 Attempting uninstall: requests 07:31:18 Found existing installation: requests 2.23.0 07:31:18 Uninstalling requests-2.23.0: 07:31:18 Successfully uninstalled requests-2.23.0 07:31:19 Running setup.py install for dockerpty: started 07:31:20 Running setup.py install for dockerpty: finished with status 'done' 07:31:20 Running setup.py install for texttable: started 07:31:21 Running setup.py install for texttable: finished with status 'done' 07:31:22 Running setup.py install for docopt: started 07:31:23 Running setup.py install for docopt: finished with status 'done' 07:31:23 Running setup.py install for PyYAML: started 07:31:24 Running setup.py install for PyYAML: finished with status 'done' 07:31:24 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 07:31:30 Removing intermediate container 4d4653c3f634 07:31:30 ---> ce25e58b7430 07:31:30 Step 22/27 : RUN apk --no-cache add curl 07:31:30 ---> Running in 4f7491d3400d 07:31:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:31:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:31:31 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:31:31 (2/3) Installing libcurl (7.69.1-r1) 07:31:31 (3/3) Installing curl (7.69.1-r1) 07:31:31 Executing busybox-1.31.1-r19.trigger 07:31:31 OK: 72 MiB in 58 packages 07:31:32 Removing intermediate container 4f7491d3400d 07:31:32 ---> c6a055ff7376 07:31:32 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 07:31:32 ---> Running in f56322a8044d 07:31:33 Removing intermediate container f56322a8044d 07:31:33 ---> a3a9bcafafc4 07:31:33 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:31:34 ---> Running in b9e76c7248f6 07:31:34 Removing intermediate container b9e76c7248f6 07:31:34 ---> 8f2d44ffa798 07:31:34 Step 25/27 : LABEL arch=x86_64 07:31:34 ---> Running in 1d808040175f 07:31:35 Removing intermediate container 1d808040175f 07:31:35 ---> 21339a9faba0 07:31:35 Step 26/27 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 07:31:35 ---> Running in 7ac9ba077372 07:31:35 Removing intermediate container 7ac9ba077372 07:31:35 ---> bce35ab32130 07:31:35 Step 27/27 : LABEL version=0.0.0 07:31:35 ---> Running in 092a0308f9d5 07:31:35 Removing intermediate container 092a0308f9d5 07:31:35 ---> 57991c9dac4f 07:31:35 07:31:36 Successfully built 57991c9dac4f 07:31:36 Successfully tagged docker-sys-mgmt-agent-go:latest 07:31:36  Building docker-sys-mgmt-agent-go ... done Building docker-support-notifications-go 07:31:46 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 07:31:46 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 07:31:53 Removing intermediate container d6a80b2d1ec5 07:31:53 ---> 8eefd0b1e4cf 07:31:53 07:31:53 Step 9/29 : FROM alpine:latest 07:31:53 ---> d6e46aa2470d 07:31:53 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 07:31:54 ---> Running in 332866cf4d67 07:31:54 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 07:31:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:31:54 ---> 13cc16e02bbe 07:31:54 Step 3/24 : WORKDIR /edgex-go 07:31:54 ---> Using cache 07:31:54 ---> effda538cc36 07:31:54 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:31:54 ---> Using cache 07:31:54 ---> 914e5cbaa92d 07:31:54 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 07:31:56 ---> Running in f0a471fd41b1 07:31:56 Removing intermediate container 332866cf4d67 07:31:56 ---> 93929d5474c1 07:31:56 Step 11/29 : USER root 07:31:56 ---> Running in 5d47b928ceb2 07:31:57 Removing intermediate container 5d47b928ceb2 07:31:57 ---> 2fd1c6e777ef 07:31:57 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 07:31:57 ---> Running in d23a575a37f6 07:31:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:31:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:31:58 gofmt -l . 07:31:58 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:31:58 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:31:58 OK: 12745 distinct packages available 07:31:59 OK: 233 MiB in 51 packages 07:31:59 Removing intermediate container 2f7d55ae99be 07:31:59 ---> 0c54a072cb85 07:31:59 07:31:59 Step 10/21 : FROM alpine 07:31:59 ---> d6e46aa2470d 07:31:59 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 07:31:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:31:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:32:00 v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 07:32:00 v3.12.1-71-gfc587ffaa2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 07:32:00 OK: 12746 distinct packages available 07:32:00 [ "`gofmt -l .`" = "" ] 07:32:00 (1/2) Installing ca-certificates (20191127-r4) 07:32:00 (2/2) Installing dumb-init (1.2.2-r1) 07:32:00 Executing busybox-1.31.1-r19.trigger 07:32:00 Executing ca-certificates-20191127-r4.trigger 07:32:00 OK: 6 MiB in 16 packages 07:32:01 Removing intermediate container eb8006b38ca9 07:32:01 ---> dd81da91d691 07:32:01 07:32:01 Step 10/24 : FROM alpine:3.10 07:32:01 ---> be4e4bea2c2e 07:32:01 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 07:32:01 ---> Using cache 07:32:01 ---> c1780986c4b3 07:32:01 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:32:01 ---> Running in 01f2ead9d842 07:32:02 ---> Running in c16be2609a4a 07:32:02 Removing intermediate container 923e4c510ccb 07:32:02 ---> 3a1049450342 07:32:02 07:32:02 Step 10/22 : FROM scratch 07:32:02 ---> 07:32:02 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:32:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:32:02 ---> Using cache 07:32:02 ---> f4ee52371118 07:32:02 Step 12/22 : ENV APP_PORT=48081 07:32:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:32:02 ./bin/test-go-mod-tidy.sh 07:32:02 v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 07:32:02 v3.12.1-71-gfc587ffaa2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 07:32:02 OK: 12746 distinct packages available 07:32:03 Removing intermediate container c16be2609a4a 07:32:03 ---> 0ae48e24776e 07:32:03 Step 13/24 : WORKDIR / 07:32:03 ---> Running in ebb9ab68aa22 07:32:03 Removing intermediate container f0a471fd41b1 07:32:03 ---> eb68fa80b7ff 07:32:03 Step 6/24 : COPY go.mod . 07:32:03 (1/4) Installing ca-certificates (20191127-r4) 07:32:03 Removing intermediate container d23a575a37f6 07:32:03 ---> d05c3cc65897 07:32:03 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 07:32:03 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:32:03 (3/4) Installing libcurl (7.69.1-r1) 07:32:03 ---> Running in c43261692a5b 07:32:03 (4/4) Installing curl (7.69.1-r1) 07:32:03 Executing busybox-1.31.1-r19.trigger 07:32:03 Executing ca-certificates-20191127-r4.trigger 07:32:03 ./bin/test-attribution-txt.sh 07:32:03 OK: 7 MiB in 18 packages 07:32:04 ---> Running in b0c27a7e85af 07:32:04 ---> 73e1576eeb67 07:32:04 Step 7/24 : RUN go mod download 07:32:04 Removing intermediate container ebb9ab68aa22 07:32:04 ---> 5284e1aee998 07:32:04 Step 13/22 : EXPOSE $APP_PORT 07:32:04 Removing intermediate container c43261692a5b 07:32:04 ---> 45305d51bcf7 07:32:04 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:32:05 ---> Running in 9d017d2bc823 07:32:05 ---> Running in 0a064a128fcf 07:32:05 Removing intermediate container b0c27a7e85af 07:32:05 ---> 1488cfc8b9f6 07:32:05 Step 14/29 : WORKDIR $BASE_DIR 07:32:05 ---> Running in c4cc135551f6 07:32:06 ---> 2832e48f9a45 07:32: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 07:32:06 Removing intermediate container 9d017d2bc823 07:32:06 ---> 51c419a5f8df 07:32:06 Step 14/22 : WORKDIR / 07:32:06 Removing intermediate container 01f2ead9d842 07:32:06 ---> 1b0ac7c1c0b6 07:32:06 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:32:06 Removing intermediate container c4cc135551f6 07:32:06 ---> 1ab886c27116 07:32:06 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 07:32:06 ---> Running in 1bc11539503e 07:32:06 ---> Running in 7373bc047e10 07:32:06 ---> 53a62ceaf165 07:32:06 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:32:06 ---> Running in f8ed907e5815 07:32:07 Removing intermediate container 1bc11539503e 07:32:07 ---> a92125072b1d 07:32:07 Step 13/21 : WORKDIR /edgex 07:32:07 Removing intermediate container 7373bc047e10 07:32:07 ---> d2d8838c9b8e 07:32:07 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 07:32:07 ---> Running in e243f1452904 07:32:07 ---> a6af57611e5d 07:32:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [Pipeline] sh 07:32:08 ---> c08030009ea4 07:32:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:32:08 Removing intermediate container e243f1452904 07:32:08 ---> b7474ebb512f 07:32:08 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:32:08 Removing intermediate container 0a064a128fcf 07:32:08 ---> e8fb7b55772e 07:32:08 Step 8/24 : COPY . . 07:32:08 ---> 64471037ce0b 07:32:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:32:08 ---> d486bb320aec 07:32:08 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:32:08 Removing intermediate container f8ed907e5815 07:32:08 ---> 62ce28ab2125 07:32:08 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 07:32:08 + ls -al . 07:32:08 total 692 07:32:08 drwxrwxr-x 9 1001 1001 4096 Dec 3 07:32 . 07:32:08 drwxr-xr-x 4 root root 4096 Dec 3 07:28 .. 07:32:08 -rw-rw-r-- 1 1001 1001 11 Dec 3 07:26 .dockerignore 07:32:08 drwxrwxr-x 8 1001 1001 4096 Dec 3 07:26 .git 07:32:08 drwxrwxr-x 3 1001 1001 4096 Dec 3 07:26 .github 07:32:08 -rw-rw-r-- 1 1001 1001 971 Dec 3 07:26 .gitignore 07:32:08 -rw-rw-r-- 1 1001 1001 166 Dec 3 07:26 .sonarcloud.properties 07:32:08 -rw-rw-r-- 1 1001 1001 3804 Dec 3 07:26 CONTRIBUTING.md 07:32:08 -rw-rw-r-- 1 1001 1001 1035 Dec 3 07:26 Dockerfile.build 07:32:08 -rw-rw-r-- 1 1001 1001 863 Dec 3 07:26 Jenkinsfile 07:32:08 -rw-rw-r-- 1 1001 1001 10775 Dec 3 07:26 LICENSE 07:32:08 -rw-rw-r-- 1 1001 1001 6723 Dec 3 07:26 Makefile 07:32:08 -rw-rw-r-- 1 1001 1001 6447 Dec 3 07:26 README.md 07:32:08 -rw-rw-r-- 1 1001 1001 259 Dec 3 07:26 SECURITY.md 07:32:08 -rw-rw-r-- 1 1001 1001 5 Dec 3 07:24 VERSION 07:32:08 -rw-rw-r-- 1 1001 1001 4131 Dec 3 07:26 ZMQWindows.md 07:32:08 drwxrwxr-x 2 1001 1001 4096 Dec 3 07:26 bin 07:32:08 drwxrwxr-x 16 1001 1001 4096 Dec 3 07:26 cmd 07:32:08 -rw-r--r-- 1 root root 571162 Dec 3 07:30 coverage.out 07:32:08 -rw-r--r-- 1 root root 1041 Dec 3 07:32 go.mod 07:32:08 -rw-r--r-- 1 root root 18856 Dec 3 07:32 go.sum 07:32:08 drwxrwxr-x 8 1001 1001 4096 Dec 3 07:26 internal 07:32:08 drwxrwxr-x 4 1001 1001 4096 Dec 3 07:26 openapi 07:32:08 drwxrwxr-x 4 1001 1001 4096 Dec 3 07:26 snap 07:32:08 -rw-rw-r-- 1 1001 1001 168 Dec 3 07:26 version.go [Pipeline] sh 07:32:09 + '[' -e coverage.out ] 07:32:09 + chown 1001:1001 coverage.out [Pipeline] stash 07:32:09 Warning: overwriting stash ‘coverage-report’ 07:32:09 ---> 35a885c1d5ff 07:32:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:32:10 ---> e0ac8da21f26 07:32:10 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:32:10 Stashed 1 file(s) [Pipeline] sh 07:32:10 + make build 07:32:10 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 07:32:11 ---> 032f52e8f95d 07:32:11 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:32:11 ---> a79f225eab01 07:32:11 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 07:32:14 ---> cce2513732b6 07:32:14 Step 18/22 : ENTRYPOINT ["/core-metadata"] 07:32:16 ---> Running in 63f1152ca5e9 07:32:16 ---> dc049e181f5b 07:32:16 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:32:16 ---> 61d350944131 07:32:16 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:32:16 ---> 272200686f1e 07:32:16 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 07:32:18 ---> Running in d95a0f988c3b 07:32:18 ---> Running in 5a5262e155a4 07:32:19 Removing intermediate container 63f1152ca5e9 07:32:19 ---> 2c77d9cc7a61 07:32:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:32:19 ---> 43121e97b1f4 07:32:19 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 07:32:20 ---> Running in d4355b9d4952 07:32:21 Removing intermediate container d95a0f988c3b 07:32:21 ---> c602b9e522c8 07:32:21 Step 18/21 : CMD ["--init=true"] 07:32:22 Removing intermediate container d4355b9d4952 07:32:22 ---> 8b320db0f8f1 07:32:22 Step 20/22 : LABEL arch=x86_64 07:32:23 ---> 661167be69c1 07:32:23 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 07:32:25 ---> Running in cd79e5100e0a 07:32:25 ---> Running in 8ace9cb2d88b 07:32:26 ---> 3adc536a419e 07:32:26 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 07:32:27 Removing intermediate container 8ace9cb2d88b 07:32:27 ---> b2cabf5ce753 07:32:27 Step 21/22 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 07:32:27 Removing intermediate container cd79e5100e0a 07:32:27 ---> d6add30f93e7 07:32:27 Step 19/21 : LABEL arch=x86_64 07:32:27 ---> Running in b51ffd34fe21 07:32:27 ---> 8e301bf014b5 07:32:27 Step 9/24 : RUN make cmd/support-notifications/support-notifications 07:32:27 Removing intermediate container 5a5262e155a4 07:32:27 ---> 0c33cb8fbd69 07:32:27 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:32:27 ---> Running in d3fa7cf9fcc3 07:32:27 ---> Running in 97dffb555ef9 07:32:28 ---> Running in 9dc54c43c7a9 07:32:28 ---> Running in ceb86807b6e4 07:32:28 Removing intermediate container d3fa7cf9fcc3 07:32:28 ---> 9ef03bba274a 07:32:28 Step 22/22 : LABEL version=0.0.0 07:32:28 Removing intermediate container 97dffb555ef9 07:32:28 ---> 65aa706001b8 07:32:28 Step 20/21 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 07:32:28 ---> Running in f8655c340647 07:32:28 ---> Running in 28761b5f0759 07:32:28 Removing intermediate container ceb86807b6e4 07:32:28 ---> 0456732cb0bc 07:32:28 Step 22/24 : LABEL arch=x86_64 07:32:28 ---> Running in 6831784e7abd 07:32:28 Removing intermediate container f8655c340647 07:32:28 ---> 37f38de76c68 07:32:28 07:32:28 Removing intermediate container 28761b5f0759 07:32:28 ---> ac601ad3aaff 07:32:28 Step 21/21 : LABEL version=0.0.0 07:32:29 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 07:32:29 ---> Running in 6a8755eda776 07:32:29 Successfully built 37f38de76c68 07:32:29 Successfully tagged docker-core-metadata-go:latest 07:32:29  Building docker-core-metadata-go ... done Building docker-support-logging-go 07:32:29 Removing intermediate container 6831784e7abd 07:32:29 ---> a0645ec6ae0d 07:32:29 Step 23/24 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 07:32:29 ---> Running in 0694355f3382 07:32:29 Removing intermediate container b51ffd34fe21 07:32:29 ---> aae874a85996 07:32:29 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 07:32:29 Removing intermediate container 6a8755eda776 07:32:29 ---> ee3e560201d5 07:32:29 07:32:29 Removing intermediate container 0694355f3382 07:32:29 ---> ef6c779d4916 07:32:29 Step 24/24 : LABEL version=0.0.0 07:32:30 Successfully built ee3e560201d5 07:32:30 Successfully tagged docker-security-proxy-setup-go:latest 07:32:30 ---> Running in 4ea5550da0d8 07:32:30  Building docker-security-proxy-setup-go ... done  ---> 1877998ce365 07:32:30 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:32:30 Removing intermediate container 4ea5550da0d8 07:32:30 ---> cb587cc7988f 07:32:30 07:32:30 ---> Running in 39f043369bf9 07:32:30 Successfully built cb587cc7988f 07:32:31 Successfully tagged docker-security-secretstore-setup-go:latest 07:32:36  Building docker-security-secretstore-setup-go ... done Removing intermediate container 39f043369bf9 07:32:36 ---> 71b4c00e7d6b 07:32:36 Step 24/29 : RUN chmod 755 security-secrets-setup 07:32:36 ---> Running in e5cff66fc3b2 07:32:37 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 07:32:39 Removing intermediate container e5cff66fc3b2 07:32:39 ---> b0f28e66e4f9 07:32:39 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 07:32:39 ---> Running in eb2aff253202 07:32:40 Removing intermediate container eb2aff253202 07:32:40 ---> c0d7a4456d90 07:32:40 Step 26/29 : CMD [ "generate" ] 07:32:40 ---> Running in 01784fc37cdb 07:32:40 Removing intermediate container 01784fc37cdb 07:32:40 ---> 9d3dda9cc4e9 07:32:40 Step 27/29 : LABEL arch=x86_64 07:32:40 ---> Running in 61cacbc035fd 07:32:41 Removing intermediate container 61cacbc035fd 07:32:41 ---> bf6ee2ef95c5 07:32:41 Step 28/29 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 07:32:41 ---> Running in d87736443df9 07:32:42 Removing intermediate container d87736443df9 07:32:42 ---> eb57b30cac5a 07:32:42 Step 29/29 : LABEL version=0.0.0 07:32:43 ---> Running in 8db7de8db1bf 07:32:44 Removing intermediate container 8db7de8db1bf 07:32:44 ---> e7da2d011c41 07:32:44 07:32:44 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 07:32:44 Successfully built e7da2d011c41 07:32:44 Successfully tagged docker-security-secrets-setup-go:latest 07:32:48  Building docker-security-secrets-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 07:32:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:32:48 ---> 13cc16e02bbe 07:32:48 Step 3/22 : WORKDIR /edgex-go 07:32:48 ---> Using cache 07:32:48 ---> effda538cc36 07:32:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:32:48 ---> Using cache 07:32:48 ---> 914e5cbaa92d 07:32:48 Step 5/22 : RUN apk update && apk add make && apk add bash git 07:32:49 ---> Running in 814b82cdb653 07:32:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 07:32:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:32:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:32:51 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:32:51 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:32:51 OK: 12745 distinct packages available 07:32:51 OK: 233 MiB in 51 packages 07:32:51 OK: 233 MiB in 51 packages 07:32:51 Removing intermediate container 9dc54c43c7a9 07:32:51 ---> 9a785f8a47f0 07:32:51 07:32:51 Step 10/24 : FROM scratch 07:32:51 ---> 07:32:51 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:32:52 Removing intermediate container 814b82cdb653 07:32:52 ---> 61475bb7130d 07:32:52 Step 6/22 : COPY go.mod . 07:32:52 ---> Running in 98de194ad5d7 07:32:52 Removing intermediate container 98de194ad5d7 07:32:52 ---> 550bf4a23266 07:32:52 Step 12/24 : ENV APP_PORT=48060 07:32:52 ---> Running in 384f6e081bf4 07:32:52 ---> aebee6c5cef6 07:32:52 Step 7/22 : RUN go mod download 07:32:52 ---> Running in 8a11e1aa7b01 07:32:53 Removing intermediate container 384f6e081bf4 07:32:53 ---> 2971f6bbd4ac 07:32:53 Step 13/24 : EXPOSE $APP_PORT 07:32:53 ---> Running in ee0b0ba82bc7 07:32:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:32:53 Removing intermediate container ee0b0ba82bc7 07:32:53 ---> b20272cf5999 07:32:53 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 07:32:53 ---> ed8d88c71f53 07:32:53 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 07:32:54 ---> 6c376be0ab61 07:32:54 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 07:32:54 Removing intermediate container 8a11e1aa7b01 07:32:54 ---> a83a84ff9d73 07:32:54 Step 8/22 : COPY . . 07:32:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:32:59 ---> cc3eccc21603 07:32:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 07:32:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:33:01 ---> e34f8de291e1 07:33:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:33:03 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 07:33:04 ---> c3edb8ef199d 07:33:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:33:04 ---> 257f7317d30f 07:33:04 Step 20/24 : ENTRYPOINT ["/support-notifications"] 07:33:05 ---> Running in 586859c65dce 07:33:06 Removing intermediate container 586859c65dce 07:33:06 ---> 80ce2fc82745 07:33:06 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:33:06 ---> Running in 09b7a1a231bf 07:33:06 Removing intermediate container 09b7a1a231bf 07:33:06 ---> 27cc6939a4ab 07:33:06 Step 22/24 : LABEL arch=x86_64 07:33:06 ---> Running in b2c7fe4d7019 07:33:07 Removing intermediate container b2c7fe4d7019 07:33:07 ---> 2d34ef230a64 07:33:07 Step 23/24 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 07:33:07 ---> Running in c8d27783d41a 07:33:08 Removing intermediate container c8d27783d41a 07:33:08 ---> 65e5ec8281d1 07:33:08 Step 24/24 : LABEL version=0.0.0 07:33:08 ---> Running in 5a12e5a882d3 07:33:09 Removing intermediate container 5a12e5a882d3 07:33:09 ---> 343943506812 07:33:09 07:33:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 07:33:09 Successfully built 343943506812 07:33:09 Successfully tagged docker-support-notifications-go:latest 07:33:11 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 07:33:12  Building docker-support-notifications-go ... done  ---> 83814cda062a 07:33:12 Step 9/22 : RUN make cmd/support-logging/support-logging 07:33:12 ---> Running in a53e4e438268 07:33:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 07:33:15 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 07:33:19 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 07:33:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 07:33:25 Removing intermediate container a53e4e438268 07:33:25 ---> d7cf7a1b9248 07:33:25 07:33:25 Step 10/22 : FROM scratch 07:33:25 ---> 07:33:25 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:33:25 ---> Using cache 07:33:25 ---> 550bf4a23266 07:33:25 Step 12/22 : ENV APP_PORT=48061 07:33:25 ---> Running in d969fd2e4d0b 07:33:25 Removing intermediate container d969fd2e4d0b 07:33:25 ---> ca255a542ffe 07:33:25 Step 13/22 : EXPOSE $APP_PORT 07:33:25 ---> Running in ac1ac3da3de5 07:33:26 Removing intermediate container ac1ac3da3de5 07:33:26 ---> d9ae23b56159 07:33:26 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 07:33:27 ---> ea86e4a4e78e 07:33:27 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 07:33:27 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 07:33:27 ---> fa0ce1242206 07:33:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 07:33:28 ---> dcbf18451a19 07:33:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 07:33:28 ---> b432eb8a53c1 07:33:28 Step 18/22 : ENTRYPOINT ["/support-logging"] 07:33:28 ---> Running in 5216feb234f4 07:33:28 Removing intermediate container 5216feb234f4 07:33:28 ---> 0232fe5687fd 07:33:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:33:28 ---> Running in 0d609b8dd655 07:33:28 Removing intermediate container 0d609b8dd655 07:33:28 ---> faa9cb48108c 07:33:28 Step 20/22 : LABEL arch=x86_64 07:33:28 ---> Running in cdff24e21279 07:33:28 Removing intermediate container cdff24e21279 07:33:28 ---> 448267d8ddd5 07:33:28 Step 21/22 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 07:33:28 ---> Running in 117cf6aa69cf 07:33:29 Removing intermediate container 117cf6aa69cf 07:33:29 ---> 5c81fdd21931 07:33:29 Step 22/22 : LABEL version=0.0.0 07:33:29 ---> Running in 094415d4fd0e 07:33:29 Removing intermediate container 094415d4fd0e 07:33:29 ---> e75d0094e481 07:33:29 07:33:29 Successfully built e75d0094e481 07:33:29 Successfully tagged docker-support-logging-go:latest 07:33:29  Building docker-support-logging-go ... done  [Pipeline] } 07:33:29 $ docker stop --time=1 f46f1bbf4a89cff7b99478cac8ff1f75cc26cf152a2a9c58b5e002e72f67cd54 07:33:31 $ docker rm -f f46f1bbf4a89cff7b99478cac8ff1f75cc26cf152a2a9c58b5e002e72f67cd54 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } 07:33:32 $ docker stop --time=1 228ec0b64379d55e8db5ee926d549a6d016b2417bcb942d403fcfe73316e2e56 07:33:32 + docker images 07:33:32 + grep docker 07:33:32 docker-support-logging-go latest e75d0094e481 3 seconds ago 11.1MB 07:33:32 docker-support-notifications-go latest 343943506812 24 seconds ago 13.6MB 07:33:32 docker-security-secrets-setup-go latest e7da2d011c41 49 seconds ago 23.9MB 07:33:32 docker-security-secretstore-setup-go latest cb587cc7988f About a minute ago 24.7MB 07:33:32 docker-security-proxy-setup-go latest ee3e560201d5 About a minute ago 24.6MB 07:33:32 docker-core-metadata-go latest 37f38de76c68 About a minute ago 14.5MB 07:33:32 docker-sys-mgmt-agent-go latest 57991c9dac4f About a minute ago 293MB 07:33:32 docker-core-data-go latest 0df51bfacdbc 3 minutes ago 23.7MB 07:33:32 docker-security-bootstrap-redis-go latest 4e3dbd1823ec 3 minutes ago 15.8MB 07:33:32 docker-core-command-go latest febc19ab7342 3 minutes ago 12.2MB 07:33:32 docker-support-scheduler-go latest 99b2bb733989 3 minutes ago 12.3MB 07:33:32 docker latest b0757c55a1fd 30 hours ago 220MB 07:33:34 $ docker rm -f 228ec0b64379d55e8db5ee926d549a6d016b2417bcb942d403fcfe73316e2e56 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] isUnix [Pipeline] sh [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles 07:33:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:33:37 07:33:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] node [Pipeline] isUnix [Pipeline] sh 07:33:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:33:37 latest: Pulling from edgex-devops/edgex-compose-arm64 07:33:37 29e5d40040c1: Pulling fs layer 07:33:37 1ce36da41761: Pulling fs layer 07:33:37 25b303627fd3: Pulling fs layer 07:33:38 29e5d40040c1: Verifying Checksum 07:33:38 29e5d40040c1: Download complete 07:33:38 1ce36da41761: Verifying Checksum 07:33:38 1ce36da41761: Download complete 07:33:39 29e5d40040c1: Pull complete 07:33:40 1ce36da41761: Pull complete 07:33:40 25b303627fd3: Verifying Checksum 07:33:40 25b303627fd3: Download complete 07:33:50 25b303627fd3: Pull complete 07:33:50 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 07:33:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:33:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 07:33:50 prd-ubuntu18.04-docker-arm64-4c-16g-14290 does not seem to be running inside a container 07:33:51 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-arm64:latest cat 07:33:52 Still waiting to schedule task 07:33:52 All nodes of label ‘centos7-docker-8c-8g’ are offline 07:33:54 $ docker top ad3756d4a3412c804de198bbfe361b8938cb401f65dc92b77e7768519f582e90 -eo pid,comm [Pipeline] { [Pipeline] sh 07:33:55 + grep parallel 07:33:55 + docker-compose build --help 07:33:59 --parallel Build images in parallel. [Pipeline] } 07:33:59 $ docker stop --time=1 ad3756d4a3412c804de198bbfe361b8938cb401f65dc92b77e7768519f582e90 07:34:01 $ docker rm -f ad3756d4a3412c804de198bbfe361b8938cb401f65dc92b77e7768519f582e90 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:34:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:34:02 . [Pipeline] withDockerContainer 07:34:02 prd-ubuntu18.04-docker-arm64-4c-16g-14290 does not seem to be running inside a container 07:34:02 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 07:34:03 $ docker top 5f9123a5bd5b7b395cca76d4bda909b7f5bd32265fa4acaa902062b91dd3998d -eo pid,comm [Pipeline] { [Pipeline] sh 07:34:05 + docker-compose -f ./docker-compose-build.yml build --parallel 07:34:09 Building docker-core-command-go ... 07:34:09 Building docker-core-data-go ... 07:34:09 Building docker-core-metadata-go ... 07:34:09 Building docker-security-bootstrap-redis-go ... 07:34:09 Building docker-security-proxy-setup-go ... 07:34:09 Building docker-security-secrets-setup-go ... 07:34:09 Building docker-security-secretstore-setup-go ... 07:34:09 Building docker-support-logging-go ... 07:34:09 Building docker-support-notifications-go ... 07:34:09 Building docker-support-scheduler-go ... 07:34:09 Building docker-sys-mgmt-agent-go ... 07:34:09 Building docker-support-logging-go 07:34:09 Building docker-support-scheduler-go 07:34:09 Building docker-support-notifications-go 07:34:09 Building docker-core-metadata-go 07:34:09 Building docker-core-command-go 07:34:48 Running on prd-centos7-docker-8c-8g-14293 in /w/workspace/edgexfoundry_edgex-go_PR-2920 [Pipeline] { [Pipeline] ws 07:34:48 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 07:34:50 using credential edgex-jenkins-ssh 07:34:50 Cloning the remote Git repository 07:34:50 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:34:50 > git init /w/workspace/edgex-go/2 # timeout=10 07:34:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:34:50 > git --version # timeout=10 07:34:50 > git --version # 'git version 2.24.3' 07:34:50 using GIT_SSH to set credentials SSH Credentials for GitHub 07:34:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:34:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:34:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:34:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:34:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:34:54 using GIT_SSH to set credentials SSH Credentials for GitHub 07:34:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2920/head:refs/remotes/origin/PR-2920 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:34:55 Merging remotes/origin/master commit 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 into PR head commit 5aea6bf3d26e7c185d5c6bec3e24362cb537e739 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:34:56 Failed in branch amd64 07:34:55 > git config core.sparsecheckout # timeout=10 07:34:55 > git checkout -f 5aea6bf3d26e7c185d5c6bec3e24362cb537e739 # timeout=10 07:35:17 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 07:35:17 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:35:17 ---> 018d51c2fea5 07:35:17 Step 3/21 : WORKDIR /edgex-go 07:35:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 07:35:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:35:17 ---> 018d51c2fea5 07:35:17 Step 3/22 : WORKDIR /edgex-go 07:35:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 07:35:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:35:17 ---> 018d51c2fea5 07:35:17 Step 3/22 : WORKDIR /edgex-go 07:35:17 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 07:35:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:35:17 ---> 018d51c2fea5 07:35:17 Step 3/24 : WORKDIR /edgex-go 07:35:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 07:35:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:35:17 ---> 018d51c2fea5 07:35:17 Step 3/22 : WORKDIR /edgex-go 07:35:20 ---> Running in 9c05213627ba 07:35:20 ---> Running in e6426d252c68 07:35:20 ---> Running in ef57468aed72 07:35:20 ---> Running in c833f7104898 07:35:20 ---> Running in 7de1e3680627 07:35:21 Removing intermediate container 7de1e3680627 07:35:21 ---> be87402a5899 07:35:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:35:21 Removing intermediate container c833f7104898 07:35:21 ---> ccbfc816c7e6 07:35:21 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:35:21 Removing intermediate container 9c05213627ba 07:35:21 ---> 395cbb73717d 07:35:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:35:21 Removing intermediate container ef57468aed72 07:35:21 ---> bee0cb05c630 07:35:21 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:35:21 Removing intermediate container e6426d252c68 07:35:21 ---> 55d215a65735 07:35:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:35:21 ---> Running in 5caa89f63a62 07:35:21 ---> Running in 3929e25690b6 07:35:21 ---> Running in 8c8e0fe39300 07:35:21 ---> Running in 84f5b7be7af3 07:35:21 ---> Running in 855aeb498029 07:35:25 Removing intermediate container 5caa89f63a62 07:35:25 ---> 24e905d83b86 07:35:25 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 07:35:25 ---> Running in 58cd3b8e31e9 07:35:25 Removing intermediate container 3929e25690b6 07:35:25 ---> 6afef5fd5fba 07:35:25 Step 5/22 : RUN apk update && apk add make && apk add bash git 07:35:25 Removing intermediate container 84f5b7be7af3 07:35:25 ---> 653f86c416bd 07:35:25 Step 5/21 : RUN apk update && apk add make git 07:35:25 ---> Running in 01f4dcb2ea3f 07:35:26 ---> Running in da93c7cb612c 07:35:26 Removing intermediate container 855aeb498029 07:35:26 ---> c778a83a084e 07:35:26 Step 5/22 : RUN apk update && apk add make git 07:35:26 Removing intermediate container 8c8e0fe39300 07:35:26 ---> 47e987e3bc55 07:35:26 Step 5/22 : RUN apk update && apk add make git 07:35:26 ---> Running in a70b48e90347 07:35:26 ---> Running in 310c8f5643df 07:35:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:35:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:35:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:35:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:35:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:35:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:35:28 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:35:28 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:35:28 OK: 12616 distinct packages available 07:35:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:35:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:35:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:35:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:35:29 OK: 217 MiB in 51 packages 07:35:29 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:35:29 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:35:29 OK: 12616 distinct packages available 07:35:29 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:35:29 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:35:29 OK: 12616 distinct packages available 07:35:29 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:35:29 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:35:29 OK: 12616 distinct packages available 07:35:29 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:35:29 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:35:29 OK: 12616 distinct packages available 07:35:30 OK: 217 MiB in 51 packages 07:35:30 OK: 217 MiB in 51 packages 07:35:30 OK: 217 MiB in 51 packages 07:35:30 OK: 217 MiB in 51 packages 07:35:31 Removing intermediate container 58cd3b8e31e9 07:35:31 ---> 3beaf5b6fbe2 07:35:31 Step 6/24 : COPY go.mod . 07:35:31 OK: 217 MiB in 51 packages 07:35:32 ---> 0b44f29c840d 07:35:32 Step 7/24 : RUN go mod download 07:35:32 Removing intermediate container a70b48e90347 07:35:32 ---> dd2df79b9aa8 07:35:32 Step 6/22 : COPY go.mod . 07:35:32 ---> Running in 7343088a2c30 07:35:33 Removing intermediate container da93c7cb612c 07:35:33 ---> 5cab5ac1bae9 07:35:33 Step 6/21 : COPY go.mod . 07:35:33 Removing intermediate container 310c8f5643df 07:35:33 ---> 0f7516f82846 07:35:33 Step 6/22 : COPY go.mod . 07:35:33 Removing intermediate container 01f4dcb2ea3f 07:35:33 ---> 6f9f5ab92f34 07:35:33 Step 6/22 : COPY go.mod . 07:35:33 ---> 45058737f3dd 07:35:33 Step 7/22 : RUN go mod download 07:35:33 ---> Running in 1d8289f0fdd8 07:35:34 ---> ca6ba68362b9 07:35:34 Step 7/22 : RUN go mod download 07:35:34 ---> e6e268228b8f 07:35:34 Step 7/21 : RUN go mod download 07:35:34 ---> Running in 1d27f5f21dd1 07:35:34 ---> Running in 57df13dd6a01 07:35:34 ---> 46af4f789066 07:35:34 Step 7/22 : RUN go mod download 07:35:35 ---> Running in 7a5f57084ade 07:35:37 Removing intermediate container 7343088a2c30 07:35:37 ---> 4f1340991261 07:35:37 Step 8/24 : COPY . . 07:35:38 Removing intermediate container 1d8289f0fdd8 07:35:38 ---> a469b3f4d8ff 07:35:38 Step 8/22 : COPY . . 07:35:39 Removing intermediate container 1d27f5f21dd1 07:35:39 ---> c3e7cad29906 07:35:39 Step 8/22 : COPY . . 07:35:40 Removing intermediate container 7a5f57084ade 07:35:40 ---> 792f6a962e34 07:35:40 Step 8/22 : COPY . . 07:35:40 Removing intermediate container 57df13dd6a01 07:35:40 ---> 6f09018b7cbb 07:35:40 Step 8/21 : COPY . . 07:36:07 ---> 90345f6e88b2 07:36:07 Step 9/24 : RUN make cmd/support-notifications/support-notifications 07:36:07 ---> f176a4d35e4f 07:36:07 Step 9/22 : RUN make cmd/core-metadata/core-metadata 07:36:07 ---> Running in d798fb64286f 07:36:07 ---> 0dbff733f817 07:36:07 Step 9/22 : RUN make cmd/core-command/core-command 07:36:07 ---> 87c57200c8db 07:36:07 Step 9/22 : RUN make cmd/support-logging/support-logging 07:36:07 ---> 3c1280635ced 07:36:07 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 07:36:07 ---> Running in a785786dadf1 07:36:07 ---> Running in 6b84a9d265ed 07:36:07 ---> Running in 2ec999ccce51 07:36:07 ---> Running in 37069097fc42 07:36:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:36:08 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 07:36:08 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 07:36:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 07:36:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:38:00 Removing intermediate container 2ec999ccce51 07:38:00 ---> 239ac4ab48af 07:38:00 07:38:00 Step 10/22 : FROM scratch 07:38:00 ---> 07:38:00 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:38:00 ---> Running in 457174f5123a 07:38:00 Removing intermediate container 457174f5123a 07:38:00 ---> d81fdc716dec 07:38:00 Step 12/22 : ENV APP_PORT=48061 07:38:00 ---> Running in c551d65e0f1c 07:38:00 Removing intermediate container c551d65e0f1c 07:38:00 ---> 3558e23b19d6 07:38:00 Step 13/22 : EXPOSE $APP_PORT 07:38:00 ---> Running in ff0b81e83582 07:38:00 Removing intermediate container ff0b81e83582 07:38:00 ---> 19c00c078175 07:38:00 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 07:38:00 ---> bba50ee57b1e 07:38:00 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 07:38:00 ---> 2b9874907d6c 07:38:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 07:38:00 ---> 89b0372ed4c5 07:38:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 07:38:00 ---> 12de647c49f9 07:38:00 Step 18/22 : ENTRYPOINT ["/support-logging"] 07:38:00 ---> Running in 7392164f7cbc 07:38:00 Removing intermediate container 7392164f7cbc 07:38:00 ---> 052715e3624e 07:38:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:38:00 ---> Running in 81cdc70985de 07:38:00 Removing intermediate container 81cdc70985de 07:38:00 ---> e3e0f75767fb 07:38:00 Step 20/22 : LABEL arch=arm64 07:38:01 ---> Running in 95e1f4d26651 07:38:02 Removing intermediate container 95e1f4d26651 07:38:02 ---> 5fb74fec8f55 07:38:02 Step 21/22 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 07:38:02 ---> Running in 2f9aea63dcbb 07:38:03 Removing intermediate container 2f9aea63dcbb 07:38:03 ---> 2362bdbbb4ed 07:38:03 Step 22/22 : LABEL version=0.0.0 07:38:04 ---> Running in 58975fd13309 07:38:05 Removing intermediate container 58975fd13309 07:38:05 ---> b6a09e51d2e3 07:38:05 07:38:05 Removing intermediate container d798fb64286f 07:38:05 ---> b75116a8ee47 07:38:05 07:38:05 Step 10/24 : FROM scratch 07:38:05 ---> 07:38:05 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:38:06 ---> Using cache 07:38:06 ---> d81fdc716dec 07:38:06 Step 12/24 : ENV APP_PORT=48060 07:38:06 Successfully built b6a09e51d2e3 07:38:06 Successfully tagged docker-support-logging-go-arm64:latest 07:38:06  Building docker-support-logging-go ... done Building docker-core-data-go 07:38:06 ---> Running in ccc4e03a8f13 07:38:07 Removing intermediate container ccc4e03a8f13 07:38:07 ---> fa2393beb89b 07:38:07 Step 13/24 : EXPOSE $APP_PORT 07:38:07 ---> Running in a030e460c8ef 07:38:09 Removing intermediate container a030e460c8ef 07:38:09 ---> 6feb2904f9f1 07:38:09 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 07:38:13 ---> 346548e86ac2 07:38:13 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 07:38:13 Removing intermediate container 37069097fc42 07:38:13 ---> cf77e703fb09 07:38:13 07:38:13 Step 10/21 : FROM scratch 07:38:13 ---> 07:38:13 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:38:13 Removing intermediate container 6b84a9d265ed 07:38:13 ---> 8da44c2f6eb7 07:38:13 07:38:13 Step 10/22 : FROM scratch 07:38:13 ---> 07:38:13 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:38:14 ---> Running in c97d03566b86 07:38:14 ---> Running in a9bc9235fb4c 07:38:14 Removing intermediate container c97d03566b86 07:38:14 ---> 11921eda7bbd 07:38:14 Step 12/21 : ENV APP_PORT=48085 07:38:15 ---> Running in 0b7958be3e29 07:38:15 Removing intermediate container a9bc9235fb4c 07:38:15 ---> 06cbd4da830e 07:38:15 Step 12/22 : ENV APP_PORT=48082 07:38:15 ---> Running in c16ac9fabc86 07:38:15 ---> dbe788881842 07:38:15 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 07:38:15 Removing intermediate container 0b7958be3e29 07:38:15 ---> 8d9c274517af 07:38:15 Step 13/21 : EXPOSE $APP_PORT 07:38:16 Removing intermediate container c16ac9fabc86 07:38:16 ---> 97181a678019 07:38:16 Step 13/22 : EXPOSE $APP_PORT 07:38:16 ---> Running in 12030db3bbdd 07:38:16 ---> Running in 8f7b666fd224 07:38:18 Removing intermediate container 12030db3bbdd 07:38:18 ---> c6d046e998db 07:38:18 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 07:38:18 ---> 6d5e2298fd8e 07:38:18 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 07:38:18 Removing intermediate container 8f7b666fd224 07:38:18 ---> 950b1102542c 07:38:18 Step 14/22 : WORKDIR / 07:38:19 ---> Running in c26145a96589 07:38:19 ---> 2ad260e23630 07:38:19 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:38:19 ---> 069f7078937c 07:38:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:38:20 Removing intermediate container c26145a96589 07:38:20 ---> f1e34617d9cd 07:38:20 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 07:38:22 ---> 904a2f05dd73 07:38:22 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:38:23 ---> 459bfdb452a9 07:38:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:38:23 ---> c2b10195b745 07:38:23 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:38:23 ---> 0870805cf6e9 07:38:23 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 07:38:24 Removing intermediate container a785786dadf1 07:38:24 ---> 1ac3eec28ef6 07:38:24 07:38:24 Step 10/22 : FROM scratch 07:38:24 ---> 07:38:24 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:38:24 ---> Running in 82022c958a6b 07:38:24 ---> Using cache 07:38:24 ---> 06cbd4da830e 07:38:24 Step 12/22 : ENV APP_PORT=48081 07:38:25 ---> 5f1d1ca642f5 07:38:25 Step 20/24 : ENTRYPOINT ["/support-notifications"] 07:38:25 ---> Running in c8894ba7f04a 07:38:25 ---> c5a9237b62de 07:38:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:38:25 Removing intermediate container 82022c958a6b 07:38:25 ---> 099880751b90 07:38:25 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:38:25 ---> Running in d8407f1491e4 07:38:25 ---> Running in d19e17b644ee 07:38:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 07:38:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:38:25 ---> 018d51c2fea5 07:38:25 Step 3/23 : WORKDIR /edgex-go 07:38:25 ---> Using cache 07:38:25 ---> 55d215a65735 07:38:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:38:25 ---> Using cache 07:38:25 ---> c778a83a084e 07:38:25 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 07:38:25 Removing intermediate container c8894ba7f04a 07:38:25 ---> 954aa6a3ca7d 07:38:25 Step 13/22 : EXPOSE $APP_PORT 07:38:26 ---> Running in 48f4d68d721e 07:38:26 ---> Running in 5ccfddea7c71 07:38:26 Removing intermediate container d8407f1491e4 07:38:26 ---> 884af64e8573 07:38:26 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:38:26 ---> Running in cbc23c79b52b 07:38:26 ---> c825b176072b 07:38:26 Step 18/22 : ENTRYPOINT ["/core-command"] 07:38:26 Removing intermediate container d19e17b644ee 07:38:26 ---> 7e5828f28bf4 07:38:26 Step 19/21 : LABEL arch=arm64 07:38:26 ---> Running in f0b4e67da739 07:38:26 ---> Running in 106a9a15c619 07:38:27 Removing intermediate container 5ccfddea7c71 07:38:27 ---> 768ec7e4afd9 07:38:27 Step 14/22 : WORKDIR / 07:38:27 ---> Running in 4c98df7d8e82 07:38:27 Removing intermediate container cbc23c79b52b 07:38:27 ---> 554b5155f129 07:38:27 Step 22/24 : LABEL arch=arm64 07:38:27 ---> Running in a6bba7fe2427 07:38:27 Removing intermediate container f0b4e67da739 07:38:27 ---> 47dd06a17a3b 07:38:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:38:27 Removing intermediate container 106a9a15c619 07:38:27 ---> 746967711621 07:38:27 Step 20/21 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 07:38:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:38:27 ---> Running in e78e3aa9df68 07:38:27 Removing intermediate container 4c98df7d8e82 07:38:27 ---> e0bdcb978911 07:38:27 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 07:38:28 ---> Running in 4b1dc41933f9 07:38:28 Removing intermediate container a6bba7fe2427 07:38:28 ---> 11b4ed4fbf63 07:38:28 Step 23/24 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 07:38:28 ---> Running in 3b339c74dbc4 07:38:28 Removing intermediate container e78e3aa9df68 07:38:28 ---> 97eeb831cd75 07:38:28 Step 20/22 : LABEL arch=arm64 07:38:28 Removing intermediate container 4b1dc41933f9 07:38:28 ---> 6c55daaa673a 07:38:28 Step 21/21 : LABEL version=0.0.0 07:38:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:38:29 ---> Running in e5d93ef1f71a 07:38:29 ---> 2c7bdd8a1951 07:38:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:38:29 ---> Running in 4d26ea2a4b17 07:38:29 Removing intermediate container 3b339c74dbc4 07:38:29 ---> 4e896394fd6b 07:38:29 Step 24/24 : LABEL version=0.0.0 07:38:29 ---> Running in 06f0ec489659 07:38:29 Removing intermediate container e5d93ef1f71a 07:38:29 ---> 6cdd9230e6d7 07:38:29 Step 21/22 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 07:38:29 Removing intermediate container 4d26ea2a4b17 07:38:29 ---> 40f3b355f49a 07:38:29 07:38:30 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:38:30 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:38:30 OK: 12616 distinct packages available 07:38:30 ---> Running in c5195c71b185 07:38:30 Removing intermediate container 06f0ec489659 07:38:30 ---> cd3acd887d83 07:38:30 07:38:30 Successfully built 40f3b355f49a 07:38:30 Successfully tagged docker-support-scheduler-go-arm64:latest 07:38:30  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go 07:38:30 OK: 217 MiB in 51 packages 07:38:31 Removing intermediate container c5195c71b185 07:38:31 ---> 5a5cde19de3d 07:38:31 Step 22/22 : LABEL version=0.0.0 07:38:31 Successfully built cd3acd887d83 07:38:31 Successfully tagged docker-support-notifications-go-arm64:latest 07:38:31  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 07:38:31 ---> 5d428f57e746 07:38:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:38:31 ---> Running in c03603580ec0 07:38:32 Removing intermediate container c03603580ec0 07:38:32 ---> 7fc99d549996 07:38:32 07:38:32 ---> 444c4336a9b3 07:38:32 Step 18/22 : ENTRYPOINT ["/core-metadata"] 07:38:32 Removing intermediate container 48f4d68d721e 07:38:32 ---> c2c1879a0ee2 07:38:32 Step 6/23 : COPY go.mod . 07:38:32 ---> Running in e1c7c4523815 07:38:32 Successfully built 7fc99d549996 07:38:32 Successfully tagged docker-core-command-go-arm64:latest 07:38:32 Building docker-sys-mgmt-agent-go 07:38:33  Building docker-core-command-go ... done Removing intermediate container e1c7c4523815 07:38:33 ---> c7778d6501ab 07:38:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:38:33 ---> b730bfc681e9 07:38:33 Step 7/23 : RUN go mod download 07:38:33 ---> Running in 624143392f00 07:38:33 ---> Running in fc971b09a56d 07:38:34 Removing intermediate container 624143392f00 07:38:34 ---> af9407454dc4 07:38:34 Step 20/22 : LABEL arch=arm64 07:38:34 ---> Running in 881ebf880f3e 07:38:35 Removing intermediate container 881ebf880f3e 07:38:35 ---> f7159a5ed61c 07:38:35 Step 21/22 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 07:38:35 ---> Running in 5c3998ba0cde 07:38:36 Removing intermediate container 5c3998ba0cde 07:38:36 ---> b83ee657441e 07:38:36 Step 22/22 : LABEL version=0.0.0 07:38:37 ---> Running in 4c546dfe4c9c 07:38:38 Removing intermediate container fc971b09a56d 07:38:38 ---> 19a23eb3dae6 07:38:38 Step 8/23 : COPY . . 07:38:39 Removing intermediate container 4c546dfe4c9c 07:38:39 ---> a73739441d58 07:38:39 07:38:39 Successfully built a73739441d58 07:38:39 Successfully tagged docker-core-metadata-go-arm64:latest 07:38:39  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 07:38:58 ---> 8c51afef1e92 07:38:58 Step 9/23 : RUN make cmd/core-data/core-data 07:38:58 ---> Running in e0d3315bba6c 07:38:58 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 07:39:30 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 07:39:30 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:39:30 ---> 018d51c2fea5 07:39:30 Step 3/24 : WORKDIR /edgex-go 07:39:30 ---> Using cache 07:39:30 ---> 55d215a65735 07:39:30 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:39:30 ---> Using cache 07:39:30 ---> c778a83a084e 07:39:30 Step 5/24 : RUN apk update && apk add make git 07:39:30 ---> Using cache 07:39:30 ---> dd2df79b9aa8 07:39:30 Step 6/24 : COPY go.mod . 07:39:30 ---> Using cache 07:39:30 ---> 45058737f3dd 07:39:30 Step 7/24 : RUN go mod download 07:39:30 ---> Using cache 07:39:30 ---> a469b3f4d8ff 07:39:30 Step 8/24 : COPY . . 07:39:30 ---> Using cache 07:39:30 ---> f176a4d35e4f 07:39:30 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:39:30 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 07:39:30 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 07:39:30 ---> 018d51c2fea5 07:39:30 Step 3/29 : WORKDIR /edgex-go 07:39:30 ---> Using cache 07:39:30 ---> 55d215a65735 07:39:30 Step 4/29 : RUN apk update && apk add make git 07:39:30 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 07:39:30 Step 2/27 : FROM ${BUILDER_BASE} AS builder 07:39:30 ---> 018d51c2fea5 07:39:30 Step 3/27 : WORKDIR /edgex-go 07:39:30 ---> Using cache 07:39:30 ---> 55d215a65735 07:39:30 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:39:30 ---> Using cache 07:39:30 ---> c778a83a084e 07:39:30 Step 5/27 : RUN apk update && apk add make bash git 07:39:32 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 07:39:32 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:39:32 ---> 018d51c2fea5 07:39:32 Step 3/21 : WORKDIR /edgex-go 07:39:32 ---> Using cache 07:39:32 ---> 55d215a65735 07:39:32 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:39:32 ---> Using cache 07:39:32 ---> c778a83a084e 07:39:32 Step 5/21 : RUN apk update && apk add make git 07:39:32 ---> Using cache 07:39:32 ---> dd2df79b9aa8 07:39:32 Step 6/21 : COPY go.mod . 07:39:32 ---> Using cache 07:39:32 ---> 45058737f3dd 07:39:32 Step 7/21 : RUN go mod download 07:39:32 ---> Using cache 07:39:32 ---> a469b3f4d8ff 07:39:32 Step 8/21 : COPY . . 07:39:32 ---> Using cache 07:39:32 ---> f176a4d35e4f 07:39:32 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:39:32 ---> Running in 4c8026b679ab 07:39:32 ---> Running in 5a578d4cb473 07:39:32 ---> Running in 735f986a893b 07:39:32 ---> Running in ed22c2b2c85b 07:39:36 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 07:39:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:39:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:39:36 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 07:39:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:39:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:39:38 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:39:38 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:39:38 OK: 12616 distinct packages available 07:39:38 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:39:38 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:39:38 OK: 12616 distinct packages available 07:39:39 OK: 217 MiB in 51 packages 07:39:39 OK: 217 MiB in 51 packages 07:39:41 Removing intermediate container 4c8026b679ab 07:39:41 ---> 92cf5842b168 07:39:41 Step 5/29 : COPY go.mod . 07:39:41 Removing intermediate container 735f986a893b 07:39:41 ---> 16430ab76ad0 07:39:41 Step 6/27 : COPY go.mod . 07:39:43 ---> 3101450eb8a5 07:39:43 Step 6/29 : RUN go mod download 07:39:43 ---> Running in 885af8b9204a 07:39:43 ---> b3d21c765114 07:39:43 Step 7/27 : RUN go mod download 07:39:43 ---> Running in 23a553f78b76 07:39:49 Removing intermediate container 885af8b9204a 07:39:49 ---> bdaf1b2e976c 07:39:49 Step 7/29 : COPY . . 07:39:49 Removing intermediate container 23a553f78b76 07:39:49 ---> e917e1107422 07:39:49 Step 8/27 : COPY . . 07:40:28 ---> 98ab46ecdb93 07:40:28 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:40:28 ---> 98f12f68f66a 07:40:28 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 07:40:28 ---> Running in 1b6a03448650 07:40:28 ---> Running in 974c9611c2ab 07:40:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 07:40:28 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 07:40:46 Removing intermediate container e0d3315bba6c 07:40:46 ---> 857248cf312a 07:40:46 07:40:46 Step 10/23 : FROM alpine 07:40:46 latest: Pulling from library/alpine 07:40:46 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 07:40:46 Status: Downloaded newer image for alpine:latest 07:40:46 ---> 2e77e061c27f 07:40:46 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:40:46 ---> Running in 62674d249b87 07:40:46 Removing intermediate container 62674d249b87 07:40:46 ---> 40cf4c5817fa 07:40:46 Step 12/23 : ENV APP_PORT=48080 07:40:46 ---> Running in b3f38d71a4ab 07:40:47 Removing intermediate container b3f38d71a4ab 07:40:47 ---> 6c4caeee7c3c 07:40:47 Step 13/23 : EXPOSE $APP_PORT 07:40:47 ---> Running in 7e57230a8ca7 07:40:48 Removing intermediate container 7e57230a8ca7 07:40:48 ---> 514e420ee862 07:40:48 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:40:48 ---> Running in 9b00a7cce93b 07:40:52 Removing intermediate container 9b00a7cce93b 07:40:52 ---> 76d18fbaa7ec 07:40:52 Step 15/23 : RUN apk --no-cache add zeromq 07:40:52 ---> Running in 529e0a5b44a1 07:40:53 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 07:40:53 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 07:40:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:40:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:40:55 (1/5) Installing libgcc (9.3.0-r2) 07:40:55 (2/5) Installing libsodium (1.0.18-r0) 07:40:55 (3/5) Installing libstdc++ (9.3.0-r2) 07:40:56 (4/5) Installing libzmq (4.3.3-r0) 07:40:56 (5/5) Installing zeromq (4.3.3-r0) 07:40:56 Executing busybox-1.31.1-r19.trigger 07:40:56 OK: 8 MiB in 19 packages 07:40:58 Removing intermediate container 529e0a5b44a1 07:40:58 ---> af021021207a 07:40:58 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 07:40:59 ---> b1cd629f7a1a 07:40:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:41:01 ---> 3475c238f52d 07:41:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:41:02 ---> b7cc229d11d4 07:41:02 Step 19/23 : ENTRYPOINT ["/core-data"] 07:41:02 ---> Running in 23828810246e 07:41:03 Removing intermediate container 23828810246e 07:41:03 ---> 74e2c1ab00a1 07:41:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:41:03 ---> Running in c27dfb1180d4 07:41:04 Removing intermediate container c27dfb1180d4 07:41:04 ---> af0969680e5c 07:41:04 Step 21/23 : LABEL arch=arm64 07:41:04 ---> Running in 5904f662aa31 07:41:04 Removing intermediate container 5904f662aa31 07:41:04 ---> d93fd5c01ab9 07:41:04 Step 22/23 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 07:41:05 ---> Running in 03529503f133 07:41:05 Removing intermediate container 03529503f133 07:41:05 ---> bf62c276954e 07:41:05 Step 23/23 : LABEL version=0.0.0 07:41:06 ---> Running in c718c9efec96 07:41:07 Removing intermediate container c718c9efec96 07:41:07 ---> e3a4436829f4 07:41:07 07:41:08 Successfully built e3a4436829f4 07:41:08 Successfully tagged docker-core-data-go-arm64:latest 07:41:08 Building docker-security-bootstrap-redis-go 07:41:12  Building docker-core-data-go ... done Removing intermediate container 5a578d4cb473 07:41:12 ---> 4109b53e5d95 07:41:12 07:41:12 Step 10/24 : FROM alpine:3.10 07:41:12 3.10: Pulling from library/alpine 07:41:12 Removing intermediate container ed22c2b2c85b 07:41:12 ---> 5266a464c461 07:41:12 07:41:12 Step 10/21 : FROM alpine 07:41:12 ---> 2e77e061c27f 07:41:12 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 07:41:13 ---> Running in e7de019c2a42 07:41:14 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 07:41:14 Status: Downloaded newer image for alpine:3.10 07:41:14 ---> 536a684cf733 07:41:14 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 07:41:15 ---> Running in 780de1e00161 07:41:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:41:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:41:16 v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 07:41:16 v3.12.1-71-gfc587ffaa2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 07:41:16 OK: 12617 distinct packages available 07:41:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 07:41:17 (1/4) Installing ca-certificates (20191127-r4) 07:41:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 07:41:17 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:41:17 (3/4) Installing libcurl (7.69.1-r1) 07:41:18 (4/4) Installing curl (7.69.1-r1) 07:41:18 Executing busybox-1.31.1-r19.trigger 07:41:18 Executing ca-certificates-20191127-r4.trigger 07:41:18 OK: 7 MiB in 18 packages 07:41:18 v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 07:41:18 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 07:41:18 OK: 10169 distinct packages available 07:41:19 (1/5) Installing ca-certificates (20191127-r2) 07:41:19 (2/5) Installing nghttp2-libs (1.39.2-r1) 07:41:19 (3/5) Installing libcurl (7.66.0-r1) 07:41:19 (4/5) Installing curl (7.66.0-r1) 07:41:19 (5/5) Installing dumb-init (1.2.2-r1) 07:41:19 Executing busybox-1.30.1-r3.trigger 07:41:19 Executing ca-certificates-20191127-r2.trigger 07:41:20 OK: 7 MiB in 19 packages 07:41:22 Removing intermediate container e7de019c2a42 07:41:22 ---> fee5506fb211 07:41:22 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:41:22 ---> Running in a42a721ec9b3 07:41:23 Removing intermediate container 780de1e00161 07:41:23 ---> 22ac1f121d1d 07:41:23 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:41:23 Removing intermediate container a42a721ec9b3 07:41:23 ---> 85c945360df4 07:41:23 Step 13/21 : WORKDIR /edgex 07:41:24 ---> Running in fe499f7e8371 07:41:24 ---> Running in 29f74141ba84 07:41:25 Removing intermediate container fe499f7e8371 07:41:25 ---> 7221729ff908 07:41:25 Step 13/24 : WORKDIR / 07:41:25 ---> Running in 5df68441900a 07:41:25 Removing intermediate container 29f74141ba84 07:41:25 ---> 1efdf5eb36a2 07:41:25 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:41:26 Removing intermediate container 5df68441900a 07:41:26 ---> 5737e244783c 07:41:26 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:41:27 ---> a971bc12cc9d 07:41:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:41:28 ---> 0fd80fb6d762 07:41:28 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:41:29 ---> 54e2e454c77a 07:41:29 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:41:30 ---> e19e08e42c98 07:41:30 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:41:32 ---> e6e42bcce610 07:41:32 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:41:32 ---> 6d721440b4b3 07:41:32 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:41:32 ---> Running in be3cb0fcbf78 07:41:33 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 07:41:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:41:33 ---> 018d51c2fea5 07:41:33 Step 3/22 : WORKDIR /edgex-go 07:41:33 ---> Using cache 07:41:33 ---> 55d215a65735 07:41:33 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:41:33 ---> Using cache 07:41:33 ---> c778a83a084e 07:41:33 Step 5/22 : RUN apk update && apk add make git 07:41:33 ---> Using cache 07:41:33 ---> dd2df79b9aa8 07:41:33 Step 6/22 : COPY go.mod . 07:41:33 ---> Using cache 07:41:33 ---> 45058737f3dd 07:41:33 Step 7/22 : RUN go mod download 07:41:33 ---> Using cache 07:41:33 ---> a469b3f4d8ff 07:41:33 Step 8/22 : COPY . . 07:41:33 ---> Using cache 07:41:33 ---> f176a4d35e4f 07:41:33 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 07:41:33 Removing intermediate container be3cb0fcbf78 07:41:33 ---> 61ee548fcaa3 07:41:33 Step 18/21 : CMD ["--init=true"] 07:41:33 ---> Running in 3790a88b7641 07:41:33 ---> Running in 619ef7125e6a 07:41:34 ---> 3e3641af040c 07:41:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:41:34 Removing intermediate container 619ef7125e6a 07:41:34 ---> c66ac1bfec9c 07:41:34 Step 19/21 : LABEL arch=arm64 07:41:35 ---> Running in 731ce653cbdd 07:41:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 07:41:36 Removing intermediate container 731ce653cbdd 07:41:36 ---> 1bed4a81a19b 07:41:36 Step 20/21 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 07:41:36 ---> Running in d354dabfc460 07:41:36 ---> 571596ded251 07:41:36 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:41:37 Removing intermediate container d354dabfc460 07:41:37 ---> 6a1d90ad522c 07:41:37 Step 21/21 : LABEL version=0.0.0 07:41:38 ---> Running in d5c61d5384a0 07:41:38 ---> bfe592284347 07:41:38 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:41:38 ---> Running in 4986f1cbe4dd 07:41:39 Removing intermediate container d5c61d5384a0 07:41:39 ---> 16716bdf6327 07:41:39 07:41:40 Successfully built 16716bdf6327 07:41:40 Successfully tagged docker-security-proxy-setup-go-arm64:latest 07:41:42  Building docker-security-proxy-setup-go ... done Removing intermediate container 974c9611c2ab 07:41:42 ---> 76fe7a926437 07:41:42 07:41:42 Step 9/29 : FROM alpine:latest 07:41:42 ---> 2e77e061c27f 07:41:42 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 07:41:42 ---> Running in ba2a99782127 07:41:43 Removing intermediate container ba2a99782127 07:41:43 ---> 3e917e9ca29f 07:41:43 Step 11/29 : USER root 07:41:43 ---> Running in cf6c232508d2 07:41:43 Removing intermediate container 4986f1cbe4dd 07:41:43 ---> 33f1f33e7bf2 07:41:43 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:41:43 ---> Running in 1affe282eb3e 07:41:44 Removing intermediate container cf6c232508d2 07:41:44 ---> df13ce40f5dd 07:41:44 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 07:41:44 Removing intermediate container 1affe282eb3e 07:41:44 ---> 302b0039164e 07:41:44 Step 22/24 : LABEL arch=arm64 07:41:44 ---> Running in 5e68b7a8b69b 07:41:44 ---> Running in 70529983b723 07:41:45 Removing intermediate container 70529983b723 07:41:45 ---> e8654452a4c1 07:41:45 Step 23/24 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 07:41:46 ---> Running in 0fc0adb1e271 07:41:46 Removing intermediate container 0fc0adb1e271 07:41:47 ---> 19562e402d78 07:41:47 Step 24/24 : LABEL version=0.0.0 07:41:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:41:47 ---> Running in 11854bc8fa77 07:41:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:41:48 Removing intermediate container 11854bc8fa77 07:41:48 ---> 420108ac644f 07:41:48 07:41:48 v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 07:41:48 v3.12.1-71-gfc587ffaa2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 07:41:48 OK: 12617 distinct packages available 07:41:49 Successfully built 420108ac644f 07:41:49 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 07:41:49  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1b6a03448650 07:41:49 ---> 0329cb4bcb60 07:41:49 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:41:49 (1/2) Installing ca-certificates (20191127-r4) 07:41:49 (2/2) Installing dumb-init (1.2.2-r1) 07:41:49 Executing busybox-1.31.1-r19.trigger 07:41:49 Executing ca-certificates-20191127-r4.trigger 07:41:49 ---> Running in 3a8236757434 07:41:49 OK: 6 MiB in 16 packages 07:41:51 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 07:41:52 Removing intermediate container 5e68b7a8b69b 07:41:52 ---> c24e5f451ae8 07:41:52 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 07:41:52 ---> Running in b320bcfa0116 07:41:53 Removing intermediate container b320bcfa0116 07:41:53 ---> 0ec39d01aaa1 07:41:53 Step 14/29 : WORKDIR $BASE_DIR 07:41:53 ---> Running in 592e7b4327d9 07:41:54 Removing intermediate container 592e7b4327d9 07:41:54 ---> 6dd661112cfa 07:41:54 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 07:41:54 ---> Running in e631bf09fca5 07:41:55 Removing intermediate container 3a8236757434 07:41:55 ---> 7de4397318f9 07:41:55 07:41:55 Step 11/27 : FROM docker:latest 07:41:55 ---> 84e3a507c27b 07:41:55 Step 12/27 : RUN apk add --no-cache bash 07:41:56 ---> Running in 5f612fc6524e 07:41:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:41:58 Removing intermediate container e631bf09fca5 07:41:58 ---> fb61d25114e6 07:41:58 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 07:41:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:41:59 (1/2) Installing readline (8.0.4-r0) 07:41:59 (2/2) Installing bash (5.0.17-r0) 07:41:59 Executing bash-5.0.17-r0.post-install 07:41:59 Executing busybox-1.31.1-r19.trigger 07:41:59 OK: 12 MiB in 22 packages 07:41:59 ---> bb3bbd9fa0c0 07:41:59 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 07:42:00 ---> 4ef9ac6f89b6 07:42:00 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 07:42:00 Removing intermediate container 5f612fc6524e 07:42:00 ---> 1f1c2c62d5d5 07:42:00 Step 13/27 : RUN rm -rf /var/cache/apk/* 07:42:01 ---> Running in 2f35b2de4621 07:42:02 ---> 14f7d4084c2f 07:42:02 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 07:42:02 ---> 99a22b598605 07:42:02 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 07:42:04 ---> 29a5aa52813b 07:42:04 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 07:42:04 Removing intermediate container 2f35b2de4621 07:42:04 ---> d58a4f20b671 07:42:04 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:42:04 ---> Running in eb3edd381d1e 07:42:04 ---> Running in e40ce17d4964 07:42:05 Removing intermediate container e40ce17d4964 07:42:05 ---> d1b146c60a79 07:42:05 Step 15/27 : ENV APP_PORT=48090 07:42:05 ---> Running in 65921f66f288 07:42:06 Removing intermediate container 65921f66f288 07:42:06 ---> 217754e7423a 07:42:06 Step 16/27 : EXPOSE $APP_PORT 07:42:06 ---> Running in 5bc24e79d1bc 07:42:07 Removing intermediate container 5bc24e79d1bc 07:42:07 ---> b419b9a9c12d 07:42:07 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:42:07 Removing intermediate container eb3edd381d1e 07:42:07 ---> 90eb4ae1d630 07:42:07 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 07:42:09 ---> b21e2e2e9814 07:42:09 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:42:09 ---> 8c12194dc0df 07:42:09 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:42:09 ---> Running in a19b47075015 07:42:11 ---> 722d657b18b1 07:42:11 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:42:12 ---> 8b717817bea6 07:42:12 Step 20/27 : RUN apk --no-cache add py3-pip 07:42:12 ---> Running in 7a5cbd0442d2 07:42:12 Removing intermediate container a19b47075015 07:42:12 ---> a066cc33df7e 07:42:12 Step 24/29 : RUN chmod 755 security-secrets-setup 07:42:12 ---> Running in 41092c3ac60a 07:42:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:42:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:42:15 (1/33) Installing libbz2 (1.0.8-r1) 07:42:15 (2/33) Installing expat (2.2.9-r1) 07:42:15 (3/33) Installing libffi (3.3-r2) 07:42:15 (4/33) Installing gdbm (1.13-r1) 07:42:15 (5/33) Installing xz-libs (5.2.5-r0) 07:42:15 (6/33) Installing sqlite-libs (3.32.1-r0) 07:42:15 (7/33) Installing python3 (3.8.5-r0) 07:42:16 Removing intermediate container 41092c3ac60a 07:42:16 ---> 8a951dfa9f9b 07:42:16 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 07:42:17 ---> Running in 803f7e2cac4b 07:42:17 (8/33) Installing py3-appdirs (1.4.4-r1) 07:42:17 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:42:17 (10/33) Installing py3-parsing (2.4.7-r0) 07:42:17 (11/33) Installing py3-six (1.15.0-r0) 07:42:17 (12/33) Installing py3-packaging (20.4-r0) 07:42:17 (13/33) Installing py3-setuptools (47.0.0-r0) 07:42:17 Removing intermediate container 3790a88b7641 07:42:17 ---> ede3a9965391 07:42:17 07:42:17 Step 10/22 : FROM alpine:3.10 07:42:17 ---> 536a684cf733 07:42:17 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 07:42:17 ---> Using cache 07:42:17 ---> 22ac1f121d1d 07:42:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 07:42:17 (14/33) Installing py3-chardet (3.0.4-r4) 07:42:17 (15/33) Installing py3-idna (2.9-r0) 07:42:17 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:42:17 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:42:17 Removing intermediate container 803f7e2cac4b 07:42:17 ---> 498d16491e1f 07:42:17 Step 26/29 : CMD [ "generate" ] 07:42:17 (18/33) Installing py3-requests (2.23.0-r0) 07:42:17 (19/33) Installing py3-msgpack (1.0.0-r0) 07:42:17 (20/33) Installing py3-lockfile (0.12.2-r3) 07:42:17 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:42:18 ---> Running in f763fb2447c0 07:42:18 (22/33) Installing py3-colorama (0.4.3-r0) 07:42:18 (23/33) Installing py3-distlib (0.3.0-r0) 07:42:18 (24/33) Installing py3-distro (1.5.0-r1) 07:42:18 (25/33) Installing py3-webencodings (0.5.1-r3) 07:42:18 ---> Running in dc8ab3249760 07:42:18 (26/33) Installing py3-html5lib (1.0.1-r4) 07:42:18 (27/33) Installing py3-pytoml (0.1.21-r0) 07:42:18 (28/33) Installing py3-pep517 (0.8.2-r0) 07:42:18 (29/33) Installing py3-progress (1.5-r0) 07:42:18 (30/33) Installing py3-toml (0.10.1-r0) 07:42:18 (31/33) Installing py3-retrying (1.3.3-r0) 07:42:18 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:42:18 (33/33) Installing py3-pip (20.1.1-r0) 07:42:18 Executing busybox-1.31.1-r19.trigger 07:42:18 OK: 71 MiB in 55 packages 07:42:18 Removing intermediate container f763fb2447c0 07:42:18 ---> 73cf14f2a62e 07:42:18 Step 13/22 : WORKDIR / 07:42:18 ---> Running in c4130ff45272 07:42:18 Removing intermediate container dc8ab3249760 07:42:18 ---> 3e8157abba01 07:42:18 Step 27/29 : LABEL arch=arm64 07:42:19 ---> Running in 4163fc52cda5 07:42:19 Removing intermediate container c4130ff45272 07:42:19 ---> c1bdca171ce7 07:42:19 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 07:42:19 Removing intermediate container 4163fc52cda5 07:42:19 ---> b6bc586120d6 07:42:19 Step 28/29 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 07:42:19 ---> Running in 6e80ac535c6c 07:42:20 ---> 8d1790ad42f2 07:42:20 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 07:42:20 Removing intermediate container 6e80ac535c6c 07:42:20 ---> 7853ed086280 07:42:20 Step 29/29 : LABEL version=0.0.0 07:42:20 ---> Running in cfd93033128f 07:42:21 Removing intermediate container cfd93033128f 07:42:21 ---> 2a6af1b5f034 07:42:21 07:42:21 ---> 8adf0a3da6b4 07:42:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 07:42:22 Successfully built 2a6af1b5f034 07:42:22 Successfully tagged docker-security-secrets-setup-go-arm64:latest 07:42:23  Building docker-security-secrets-setup-go ... done  ---> 0c18f72fefba 07:42:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 07:42:24 ---> 27b6fc6fa6b1 07:42:24 Step 18/22 : RUN chmod +x entrypoint.sh 07:42:24 ---> Running in 4e2766fe4580 07:42:25 Removing intermediate container 7a5cbd0442d2 07:42:25 ---> 0d86f6237032 07:42:25 Step 21/27 : RUN pip install docker-compose==1.23.2 07:42:25 ---> Running in 85a2129ab5db 07:42:26 Removing intermediate container 4e2766fe4580 07:42:26 ---> 4c3809919216 07:42:26 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 07:42:26 ---> Running in 2e3e8519f905 07:42:27 Removing intermediate container 2e3e8519f905 07:42:27 ---> 12cb9e355be2 07:42:27 Step 20/22 : LABEL arch=arm64 07:42:27 ---> Running in 0b34a65df57f 07:42:27 Removing intermediate container 0b34a65df57f 07:42:27 ---> c7d8e1efb0c0 07:42:27 Step 21/22 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 07:42:27 ---> Running in fd29a2a1c9c6 07:42:28 Removing intermediate container fd29a2a1c9c6 07:42:28 ---> 169112f05288 07:42:28 Step 22/22 : LABEL version=0.0.0 07:42:28 ---> Running in c63e912fa777 07:42:29 Removing intermediate container c63e912fa777 07:42:29 ---> d2f09e7413bb 07:42:29 07:42:29 Successfully built d2f09e7413bb 07:42:29 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 07:42:31  Building docker-security-bootstrap-redis-go ... done Collecting docker-compose==1.23.2 07:42:31 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:42:31 Collecting docopt<0.7,>=0.6.1 07:42:31 Downloading docopt-0.6.2.tar.gz (25 kB) 07:42:34 Collecting jsonschema<3,>=2.5.1 07:42:34 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:42:35 Collecting docker<4.0,>=3.6.0 07:42:35 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:42:36 Collecting texttable<0.10,>=0.9.0 07:42:36 Downloading texttable-0.9.1.tar.gz (11 kB) 07:42:38 Collecting websocket-client<1.0,>=0.32.0 07:42:38 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:42:38 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:42:39 Collecting PyYAML<4,>=3.10 07:42:39 Downloading PyYAML-3.13.tar.gz (270 kB) 07:42:42 Collecting dockerpty<0.5,>=0.4.1 07:42:42 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:42:46 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:42:46 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:42:46 Collecting cached-property<2,>=1.2.0 07:42:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:42:46 Collecting docker-pycreds>=0.4.0 07:42:46 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:42:47 Collecting urllib3<1.25,>=1.21.1 07:42:47 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:42:47 Collecting idna<2.8,>=2.5 07:42:47 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:42:48 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) 07:42:48 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) 07:42:48 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:42:48 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:42:48 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:42:48 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:42:49 Installing collected packages: docopt, jsonschema, websocket-client, docker-pycreds, urllib3, idna, requests, docker, texttable, PyYAML, dockerpty, cached-property, docker-compose 07:42:49 Running setup.py install for docopt: started 07:42:51 Running setup.py install for docopt: finished with status 'done' 07:42:52 Attempting uninstall: urllib3 07:42:52 Found existing installation: urllib3 1.25.9 07:42:52 Uninstalling urllib3-1.25.9: 07:42:52 Successfully uninstalled urllib3-1.25.9 07:42:52 Attempting uninstall: idna 07:42:52 Found existing installation: idna 2.9 07:42:52 Uninstalling idna-2.9: 07:42:52 Successfully uninstalled idna-2.9 07:42:53 Attempting uninstall: requests 07:42:53 Found existing installation: requests 2.23.0 07:42:53 Uninstalling requests-2.23.0: 07:42:53 Successfully uninstalled requests-2.23.0 07:42:54 Running setup.py install for texttable: started 07:42:57 Running setup.py install for texttable: finished with status 'done' 07:42:57 Running setup.py install for PyYAML: started 07:42:59 Running setup.py install for PyYAML: finished with status 'done' 07:42:59 Running setup.py install for dockerpty: started 07:43:01 Running setup.py install for dockerpty: finished with status 'done' 07:43:02 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 07:43:06 Removing intermediate container 85a2129ab5db 07:43:06 ---> 8bb50d2692f6 07:43:06 Step 22/27 : RUN apk --no-cache add curl 07:43:06 ---> Running in 1887ae7ec55f 07:43:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:43:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:43:08 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:43:08 (2/3) Installing libcurl (7.69.1-r1) 07:43:08 (3/3) Installing curl (7.69.1-r1) 07:43:08 Executing busybox-1.31.1-r19.trigger 07:43:08 OK: 71 MiB in 58 packages 07:43:10 Removing intermediate container 1887ae7ec55f 07:43:10 ---> cd18593f9cb2 07:43:10 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 07:43:10 ---> Running in a2e7b27de558 07:43:10 Removing intermediate container a2e7b27de558 07:43:10 ---> 9fe53c90e5df 07:43:10 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:43:10 ---> Running in 0ae91a635b04 07:43:11 Removing intermediate container 0ae91a635b04 07:43:11 ---> e5a4c6735453 07:43:11 Step 25/27 : LABEL arch=arm64 07:43:11 ---> Running in 0630f264a346 07:43:11 Removing intermediate container 0630f264a346 07:43:11 ---> 09c23e5ca176 07:43:11 Step 26/27 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 07:43:11 ---> Running in db233daa52a1 07:43:12 Removing intermediate container db233daa52a1 07:43:12 ---> f3d60c9fce10 07:43:12 Step 27/27 : LABEL version=0.0.0 07:43:12 ---> Running in c3bd21a6b085 07:43:13 Removing intermediate container c3bd21a6b085 07:43:13 ---> 565b6502385d 07:43:13 07:43:13 Successfully built 565b6502385d 07:43:13 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 07:43:13  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 07:43:13 $ docker stop --time=1 5f9123a5bd5b7b395cca76d4bda909b7f5bd32265fa4acaa902062b91dd3998d 07:43:15 $ docker rm -f 5f9123a5bd5b7b395cca76d4bda909b7f5bd32265fa4acaa902062b91dd3998d [Pipeline] // withDockerContainer [Pipeline] sh 07:43:16 + docker images 07:43:16 + grep docker 07:43:16 docker-sys-mgmt-agent-go-arm64 latest 565b6502385d 4 seconds ago 273MB 07:43:16 docker-security-bootstrap-redis-go-arm64 latest d2f09e7413bb 48 seconds ago 15.2MB 07:43:16 docker-security-secrets-setup-go-arm64 latest 2a6af1b5f034 55 seconds ago 22.7MB 07:43:16 docker-security-secretstore-setup-go-arm64 latest 420108ac644f About a minute ago 23.5MB 07:43:16 docker-security-proxy-setup-go-arm64 latest 16716bdf6327 About a minute ago 23.4MB 07:43:16 docker-core-data-go-arm64 latest e3a4436829f4 2 minutes ago 22.3MB 07:43:16 docker-core-metadata-go-arm64 latest a73739441d58 4 minutes ago 13.6MB 07:43:16 docker-core-command-go-arm64 latest 7fc99d549996 4 minutes ago 11.4MB 07:43:16 docker-support-notifications-go-arm64 latest cd3acd887d83 4 minutes ago 12.9MB 07:43:16 docker-support-scheduler-go-arm64 latest 40f3b355f49a 4 minutes ago 11.5MB 07:43:16 docker-support-logging-go-arm64 latest b6a09e51d2e3 5 minutes ago 10.6MB 07:43:16 docker latest 84e3a507c27b 31 hours ago 201MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 07:43:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:43:21 ---> package-listing.sh 07:43:21 ++ facter osfamily 07:43:21 ++ tr '[:upper:]' '[:lower:]' 07:43:21 + OS_FAMILY=redhat 07:43:21 + workspace=/w/workspace/edgex-go/2 07:43:21 + START_PACKAGES=/tmp/packages_start.txt 07:43:21 + END_PACKAGES=/tmp/packages_end.txt 07:43:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:43:21 + PACKAGES=/tmp/packages_start.txt 07:43:21 + '[' /w/workspace/edgex-go/2 ']' 07:43:21 + PACKAGES=/tmp/packages_end.txt 07:43:21 + case "${OS_FAMILY}" in 07:43:21 + rpm -qa 07:43:21 + sort 07:43:27 + '[' -f /tmp/packages_start.txt ']' 07:43:27 + '[' -f /tmp/packages_end.txt ']' 07:43:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:43:27 + '[' /w/workspace/edgex-go/2 ']' 07:43:27 + mkdir -p /w/workspace/edgex-go/2/archives/ 07:43:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 07:43:27 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:43:27 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:43:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:43:27 07:43:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:43:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:43:28 alpine: Pulling from edgex-lftools-log-publisher 07:43:28 df20fa9351a1: Pulling fs layer 07:43:28 36b3adc4ff6f: Pulling fs layer 07:43:28 8ad3a11d3b57: Pulling fs layer 07:43:28 46f8f816bc3b: Pulling fs layer 07:43:28 93b61091891f: Pulling fs layer 07:43:28 93b9cdb0e59b: Pulling fs layer 07:43:28 5e14af77c1be: Pulling fs layer 07:43:28 01666e4c0597: Pulling fs layer 07:43:28 aa168da1d23b: Pulling fs layer 07:43:28 46f8f816bc3b: Waiting 07:43:28 93b61091891f: Waiting 07:43:28 93b9cdb0e59b: Waiting 07:43:28 5e14af77c1be: Waiting 07:43:28 01666e4c0597: Waiting 07:43:28 aa168da1d23b: Waiting 07:43:28 36b3adc4ff6f: Verifying Checksum 07:43:28 36b3adc4ff6f: Download complete 07:43:28 46f8f816bc3b: Verifying Checksum 07:43:28 46f8f816bc3b: Download complete 07:43:28 df20fa9351a1: Verifying Checksum 07:43:28 df20fa9351a1: Download complete 07:43:28 93b9cdb0e59b: Download complete 07:43:28 5e14af77c1be: Verifying Checksum 07:43:28 5e14af77c1be: Download complete 07:43:28 01666e4c0597: Verifying Checksum 07:43:28 01666e4c0597: Download complete 07:43:28 93b61091891f: Download complete 07:43:28 df20fa9351a1: Pull complete 07:43:29 36b3adc4ff6f: Pull complete 07:43:29 8ad3a11d3b57: Verifying Checksum 07:43:29 8ad3a11d3b57: Download complete 07:43:30 8ad3a11d3b57: Pull complete 07:43:30 46f8f816bc3b: Pull complete 07:43:31 aa168da1d23b: Verifying Checksum 07:43:31 aa168da1d23b: Download complete 07:43:31 93b61091891f: Pull complete 07:43:31 93b9cdb0e59b: Pull complete 07:43:31 5e14af77c1be: Pull complete 07:43:32 01666e4c0597: Pull complete 07:43:42 aa168da1d23b: Pull complete 07:43:42 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:43:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:43:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:43:42 prd-centos7-docker-4c-2g-14289 does not seem to be running inside a container 07:43:42 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:43:46 $ docker top 31f597f2e56570e634686ff8e89d752505ee0f5a3dd7d059dee9abdb7417a216 -eo pid,comm [Pipeline] { [Pipeline] sh 07:43:47 + touch /tmp/pre-build-complete [Pipeline] sh 07:43:47 + mkdir -p /var/log/sa [Pipeline] sh 07:43:47 + ls /var/log/sa-host 07:43:47 + sadf -c /var/log/sa-host/sa03 07:43:47 file_magic: OK 07:43:47 HZ: Using current value: 100 07:43:47 file_header: OK 07:43:47 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 07:43:47 Statistics: 07:43:47 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... 07:43:47 File successfully converted to sysstat format version 12.2.1 07:43:47 + sadf -c /var/log/sa-host/sa23 07:43:47 file_magic: OK 07:43:47 HZ: Using current value: 100 07:43:47 file_header: OK 07:43:47 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 07:43:47 Statistics: 07:43:47 Hnuu...uuuununununu... 07:43:47 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:43:48 provisioning config files... 07:43:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config7644951857698604495tmp [Pipeline] { [Pipeline] echo 07:43:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:43:48 ---> create-netrc.sh [Pipeline] } 07:43:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:43:48 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:43:49 ---> python-tools-install.sh [Pipeline] echo 07:43:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:43:49 ---> sudo-logs.sh 07:43:49 Archiving 'sudo' log.. [Pipeline] echo 07:43:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:43:49 ---> job-cost.sh 07:43:49 lf-activate-venv: SKIPPING 07:43:49 INFO: No Stack... 07:43:50 INFO: Retrieving Pricing Info for: v1-standard-2 07:43:51 INFO: Archiving Costs [Pipeline] echo 07:43:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:43:51 ---> logs-deploy.sh 07:43:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2920/2 07:43:51 INFO: archiving workspace using pattern(s): 07:43:52 Archives upload complete. 07:43:52 INFO: archiving logs to Nexus 07:43:54 ---> uname -a: 07:43:54 Linux prd-centos7-docker-4c-2g-14289.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 07:43:54 07:43:54 07:43:54 ---> lscpu: 07:43:54 Architecture: x86_64 07:43:54 CPU op-mode(s): 32-bit, 64-bit 07:43:54 Byte Order: Little Endian 07:43:54 Address sizes: 40 bits physical, 48 bits virtual 07:43:54 CPU(s): 4 07:43:54 On-line CPU(s) list: 0-3 07:43:54 Thread(s) per core: 1 07:43:54 Core(s) per socket: 1 07:43:54 Socket(s): 4 07:43:54 NUMA node(s): 1 07:43:54 Vendor ID: GenuineIntel 07:43:54 CPU family: 6 07:43:54 Model: 44 07:43:54 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:43:54 Stepping: 1 07:43:54 CPU MHz: 2933.436 07:43:54 BogoMIPS: 5866.87 07:43:54 Virtualization: VT-x 07:43:54 Hypervisor vendor: KVM 07:43:54 Virtualization type: full 07:43:54 L1d cache: 128 KiB 07:43:54 L1i cache: 128 KiB 07:43:54 L2 cache: 16 MiB 07:43:54 L3 cache: 64 MiB 07:43:54 NUMA node0 CPU(s): 0-3 07:43:54 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:43:54 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:43:54 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:43:54 Vulnerability Meltdown: Mitigation; PTI 07:43:54 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:43:54 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:43:54 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:43:54 Vulnerability Srbds: Not affected 07:43:54 Vulnerability Tsx async abort: Not affected 07:43:54 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 07:43:54 07:43:54 07:43:54 ---> nproc: 07:43:54 4 07:43:54 07:43:54 07:43:54 ---> df -h: 07:43:54 Filesystem Size Used Available Use% Mounted on 07:43:54 overlay 50.0G 14.5G 35.5G 29% / 07:43:54 tmpfs 64.0M 0 64.0M 0% /dev 07:43:54 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:43:54 shm 64.0M 0 64.0M 0% /dev/shm 07:43:54 /dev/vda1 50.0G 14.5G 35.5G 29% /facter-os 07:43:54 /dev/vda1 50.0G 14.5G 35.5G 29% /etc/resolv.conf 07:43:54 /dev/vda1 50.0G 14.5G 35.5G 29% /etc/hostname 07:43:54 /dev/vda1 50.0G 14.5G 35.5G 29% /etc/hosts 07:43:54 /dev/vda1 50.0G 14.5G 35.5G 29% /run/cloud-init/result.json 07:43:54 /dev/vda1 50.0G 14.5G 35.5G 29% /var/log/sa-host 07:43:54 /dev/vda1 50.0G 14.5G 35.5G 29% /var/log/secure 07:43:54 /dev/vda1 50.0G 14.5G 35.5G 29% /var/log/auth.log 07:43:54 /dev/vda1 50.0G 14.5G 35.5G 29% /w/workspace/edgex-go/2 07:43:54 /dev/vda1 50.0G 14.5G 35.5G 29% /w/workspace/edgex-go/2@tmp 07:43:54 07:43:54 07:43:54 ---> free -m: 07:43:54 total used free shared buff/cache available 07:43:54 Mem: 1837 673 126 0 1036 1076 07:43:54 Swap: 1023 77 946 07:43:54 07:43:54 07:43:54 ---> ip addr: 07:43:54 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:43:54 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:43:54 inet 127.0.0.1/8 scope host lo 07:43:54 valid_lft forever preferred_lft forever 07:43:54 inet6 ::1/128 scope host 07:43:54 valid_lft forever preferred_lft forever 07:43:54 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:43:54 link/ether fa:16:3e:f6:42:11 brd ff:ff:ff:ff:ff:ff 07:43:54 inet 10.30.123.242/23 brd 10.30.123.255 scope global dynamic eth0 07:43:54 valid_lft 85121sec preferred_lft 85121sec 07:43:54 inet6 fe80::f816:3eff:fef6:4211/64 scope link 07:43:54 valid_lft forever preferred_lft forever 07:43:54 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:43:54 link/ether 02:42:82:c9:bc:bb brd ff:ff:ff:ff:ff:ff 07:43:54 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:43:54 valid_lft forever preferred_lft forever 07:43:54 inet6 fe80::42:82ff:fec9:bcbb/64 scope link 07:43:54 valid_lft forever preferred_lft forever 07:43:54 07:43:54 07:43:54 ---> sar -b -r -n DEV: 07:43:54 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/03/20 _x86_64_ (4 CPU) 07:43:54 07:43:54 07:22:22 LINUX RESTART (4 CPU) 07:43:54 07:43:54 07:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:43:54 07:24:01 117.58 58.21 59.37 0.00 8195.47 19107.24 0.00 07:43:54 07:25:01 290.75 70.86 219.89 0.00 4536.79 64566.52 0.00 07:43:54 07:26:02 217.92 120.73 97.19 0.00 4921.31 10438.52 0.00 07:43:54 07:27:01 158.52 81.62 76.90 0.00 3568.66 12814.27 0.00 07:43:54 07:28:01 1016.15 742.62 273.53 0.00 96983.10 171253.41 0.00 07:43:54 07:29:01 1935.63 1600.83 334.80 0.00 155960.87 157767.73 0.00 07:43:54 07:30:03 536.64 266.15 270.49 0.00 52787.14 82778.59 0.00 07:43:54 07:31:03 2132.33 1757.61 374.72 0.00 158571.30 169321.31 0.00 07:43:54 07:32:01 1285.22 993.02 292.20 0.00 76138.56 84151.65 0.00 07:43:54 07:33:01 1315.25 995.68 319.57 0.00 78616.17 89660.76 0.00 07:43:54 07:34:01 354.62 264.34 90.29 0.00 21888.89 20779.84 0.00 07:43:54 07:35:01 1.73 0.20 1.53 0.00 2.40 21.23 0.00 07:43:54 07:36:02 0.83 0.33 0.50 0.00 11.85 6.28 0.00 07:43:54 07:37:01 0.17 0.00 0.17 0.00 0.00 1.49 0.00 07:43:54 07:38:01 2.11 1.80 0.32 0.00 57.28 3.50 0.00 07:43:54 07:39:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 07:43:54 07:40:01 0.25 0.05 0.20 0.00 0.40 1.62 0.00 07:43:54 07:41:01 0.28 0.03 0.25 0.00 0.40 3.28 0.00 07:43:54 07:42:01 0.30 0.07 0.23 0.00 0.67 3.00 0.00 07:43:54 07:43:01 0.40 0.13 0.27 0.00 1.07 3.66 0.00 07:43:54 Average: 468.23 347.44 120.78 0.00 33154.25 44225.17 0.00 07:43:54 07:43:54 07:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:43:54 07:24:01 359660 0 567456 30.16 2620 951808 1129488 38.55 450072 868996 28 07:43:54 07:25:01 326536 0 653356 34.72 1492 900160 1118684 38.18 463648 805172 20 07:43:54 07:26:02 249468 0 827168 43.96 420 804488 1810220 61.78 706104 646088 65552 07:43:54 07:27:01 171860 0 734536 39.04 420 974728 1444440 49.30 639924 783200 46716 07:43:54 07:28:01 353220 0 720464 38.29 0 807860 2198908 75.05 521540 792612 0 07:43:54 07:29:01 69908 0 1260280 66.98 0 551356 4410072 150.51 802204 742492 35836 07:43:54 07:30:03 65848 0 754604 40.11 0 1061092 1845284 62.98 701044 880060 35436 07:43:54 07:31:03 71424 0 803876 42.72 0 1006244 2105420 71.85 669800 915620 76368 07:43:54 07:32:01 469076 0 660332 35.10 0 752136 1338564 45.68 439564 729504 24 07:43:54 07:33:01 77536 0 704772 37.46 0 1099236 1715860 58.56 758932 810636 29092 07:43:54 07:34:01 595368 0 591660 31.45 0 694516 1177112 40.17 377752 685308 20 07:43:54 07:35:01 598416 0 588480 31.28 0 694648 1144228 39.05 375744 684508 12 07:43:54 07:36:02 598144 0 588756 31.29 0 694644 1144252 39.05 376284 684716 8 07:43:54 07:37:01 598932 0 587944 31.25 0 694668 1144108 39.05 375408 684732 8 07:43:54 07:38:01 597180 0 588720 31.29 0 695644 1144180 39.05 375776 685552 12 07:43:54 07:39:01 597388 0 588496 31.28 0 695660 1144108 39.05 375708 685564 12 07:43:54 07:40:01 597100 0 588784 31.29 0 695660 1144108 39.05 375696 685568 8 07:43:54 07:41:01 597340 0 588544 31.28 0 695660 1144108 39.05 375576 685572 8 07:43:54 07:42:01 596620 0 589244 31.32 0 695680 1144264 39.05 376020 685600 12 07:43:54 07:43:01 596932 0 588928 31.30 0 695684 1144228 39.05 376084 685624 16 07:43:54 Average: 409398 0 678820 36.08 248 793079 1529582 52.20 495644 741356 14459 07:43:54 07:43:54 07:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:43:54 07:24:01 eth0 1468.14 1363.10 5800.97 174.46 0.00 0.00 0.00 0.00 07:43:54 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:24:01 docker0 831.09 697.24 68.03 2665.36 0.00 0.00 0.00 0.00 07:43:54 07:25:01 eth0 676.66 502.11 4750.90 48.96 0.00 0.00 0.00 0.00 07:43:54 07:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:25:01 docker0 138.46 187.51 10.05 830.52 0.00 0.00 0.00 0.00 07:43:54 07:26:02 vethbc44391 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:43:54 07:26:02 eth0 59.38 39.79 41.88 75.52 0.00 0.00 0.00 0.00 07:43:54 07:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:27:01 vethbc44391 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:27:01 eth0 27.53 14.72 23.53 12.44 0.00 0.00 0.00 0.00 07:43:54 07:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:28:01 veth1e65f1d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:28:01 veth61afe44 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:28:01 vethf759b8f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:43:54 07:28:01 veth6f623d4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:29:01 veth996c74f 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 07:43:54 07:29:01 veth97ac4c2 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 07:43:54 07:29:01 vethf759b8f 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 07:43:54 07:29:01 veth76ebd2d 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 07:43:54 07:30:03 vethf759b8f 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 07:43:54 07:30:03 vethdef4d47 16.11 45.25 1.06 250.15 0.00 0.00 0.00 0.00 07:43:54 07:30:03 eth0 2945.54 2351.71 13212.41 453.07 0.00 0.00 0.00 0.00 07:43:54 07:30:03 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 07:43:54 07:31:03 veth7799083 2.33 2.67 0.26 7.60 0.00 0.00 0.00 0.00 07:43:54 07:31:03 vethf759b8f 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 07:43:54 07:31:03 eth0 79.74 53.91 147.61 89.93 0.00 0.00 0.00 0.00 07:43:54 07:31:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:32:01 vethf759b8f 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:32:01 eth0 81.32 58.26 146.46 64.91 0.00 0.00 0.00 0.00 07:43:54 07:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:32:01 docker0 1093.90 1062.22 86.46 4379.55 0.00 0.00 0.00 0.00 07:43:54 07:33:01 vethf759b8f 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 07:43:54 07:33:01 eth0 67.72 45.81 105.44 43.10 0.00 0.00 0.00 0.00 07:43:54 07:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:33:01 docker0 8.85 11.10 0.48 67.45 0.00 0.00 0.00 0.00 07:43:54 07:34:01 eth0 52.84 44.21 19.72 76.56 0.00 0.00 0.00 0.00 07:43:54 07:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:35:01 eth0 1.33 0.40 0.50 0.21 0.00 0.00 0.00 0.00 07:43:54 07:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:36:02 eth0 0.37 0.32 0.26 0.20 0.00 0.00 0.00 0.00 07:43:54 07:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:37:01 eth0 0.07 0.05 0.01 0.00 0.00 0.00 0.00 0.00 07:43:54 07:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:38:01 eth0 0.22 0.13 0.14 0.07 0.00 0.00 0.00 0.00 07:43:54 07:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:39:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:43:54 07:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:40:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:43:54 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:41:01 eth0 0.62 0.05 0.06 0.00 0.00 0.00 0.00 0.00 07:43:54 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:42:01 eth0 0.45 0.37 0.29 0.20 0.00 0.00 0.00 0.00 07:43:54 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:43:01 eth0 0.57 0.32 0.34 0.23 0.00 0.00 0.00 0.00 07:43:54 07:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 Average: eth0 144.55 119.21 668.21 34.73 0.00 0.00 0.00 0.00 07:43:54 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:54 Average: docker0 53.51 52.09 4.22 215.84 0.00 0.00 0.00 0.00 07:43:54 07:43:54 07:43:54 ---> sar -P ALL: 07:43:54 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/03/20 _x86_64_ (4 CPU) 07:43:54 07:43:54 07:22:22 LINUX RESTART (4 CPU) 07:43:54 07:43:54 07:23:01 CPU %user %nice %system %iowait %steal %idle 07:43:54 07:24:01 all 14.08 0.00 6.18 1.43 0.08 78.24 07:43:54 07:24:01 0 16.55 0.00 8.08 1.21 0.07 74.09 07:43:54 07:24:01 1 13.07 0.00 4.96 1.99 0.07 79.91 07:43:54 07:24:01 2 13.37 0.00 6.57 1.78 0.07 78.21 07:43:54 07:24:01 3 13.33 0.00 5.15 0.72 0.10 80.70 07:43:54 07:25:01 all 13.14 0.00 10.36 5.64 0.09 70.77 07:43:54 07:25:01 0 11.72 0.00 10.74 4.21 0.10 73.22 07:43:54 07:25:01 1 13.88 0.00 10.88 8.76 0.09 66.39 07:43:54 07:25:01 2 12.87 0.00 10.25 5.02 0.09 71.77 07:43:54 07:25:01 3 14.07 0.00 9.56 4.58 0.07 71.72 07:43:54 07:26:02 all 55.13 0.00 13.21 6.10 0.10 25.46 07:43:54 07:26:02 0 54.60 0.00 13.62 7.42 0.11 24.25 07:43:54 07:26:02 1 53.74 0.00 12.83 5.34 0.09 28.00 07:43:54 07:26:02 2 55.17 0.00 13.01 7.74 0.07 24.00 07:43:54 07:26:02 3 56.99 0.00 13.39 3.92 0.14 25.56 07:43:54 07:27:01 all 48.58 0.00 14.14 3.96 0.09 33.23 07:43:54 07:27:01 0 46.82 0.00 14.73 3.25 0.14 35.06 07:43:54 07:27:01 1 47.96 0.00 13.75 3.06 0.11 35.13 07:43:54 07:27:01 2 49.21 0.00 13.31 4.50 0.05 32.92 07:43:54 07:27:01 3 50.34 0.00 14.76 5.02 0.07 29.81 07:43:54 07:28:01 all 20.49 0.00 22.22 7.78 0.19 49.33 07:43:54 07:28:01 0 19.62 0.00 22.71 6.49 0.21 50.97 07:43:54 07:28:01 1 22.12 0.00 21.96 8.85 0.18 46.90 07:43:54 07:28:01 2 18.42 0.00 21.98 7.97 0.19 51.43 07:43:54 07:28:01 3 21.81 0.00 22.22 7.80 0.18 47.99 07:43:54 07:29:01 all 23.68 0.00 23.24 29.16 0.22 23.70 07:43:54 07:29:01 0 22.84 0.00 24.36 29.15 0.21 23.44 07:43:54 07:29:01 1 23.38 0.00 22.81 28.89 0.23 24.69 07:43:54 07:29:01 2 24.08 0.00 22.35 29.06 0.25 24.27 07:43:54 07:29:01 3 24.45 0.00 23.43 29.54 0.20 22.38 07:43:54 07:30:03 all 47.97 0.00 17.38 15.32 0.48 18.84 07:43:54 07:30:03 0 48.78 0.00 16.86 14.58 0.39 19.38 07:43:54 07:30:03 1 47.64 0.00 16.98 14.58 0.43 20.37 07:43:54 07:30:03 2 47.62 0.00 17.87 16.50 0.60 17.41 07:43:54 07:30:03 3 47.85 0.00 17.82 15.62 0.52 18.20 07:43:54 07:31:03 all 17.41 0.00 23.88 33.91 0.80 24.01 07:43:54 07:31:03 0 15.28 0.00 21.16 30.62 1.02 31.92 07:43:54 07:31:03 1 18.48 0.00 25.60 34.98 0.78 20.16 07:43:54 07:31:03 2 17.19 0.00 23.39 35.78 0.72 22.92 07:43:54 07:31:03 3 18.70 0.00 25.40 34.29 0.66 20.94 07:43:54 07:32:01 all 50.99 0.00 19.94 17.23 0.34 11.50 07:43:54 07:32:01 0 50.06 0.00 18.20 14.89 0.33 16.52 07:43:54 07:32:01 1 52.12 0.00 20.54 17.92 0.35 9.08 07:43:54 07:32:01 2 50.54 0.00 19.69 18.56 0.33 10.88 07:43:54 07:32:01 3 51.24 0.00 21.34 17.56 0.37 9.50 07:43:54 07:33:01 all 24.31 0.00 19.58 20.90 1.02 34.19 07:43:54 07:33:01 0 24.38 0.00 18.10 19.54 1.27 36.71 07:43:54 07:33:01 1 24.07 0.00 20.59 22.61 0.99 31.74 07:43:54 07:33:01 2 22.71 0.00 19.62 20.74 0.94 35.98 07:43:54 07:33:01 3 26.08 0.00 20.01 20.72 0.87 32.31 07:43:54 07:34:01 all 12.67 0.00 6.03 4.14 0.58 76.58 07:43:54 07:34:01 0 12.73 0.00 5.73 3.17 0.60 77.77 07:43:54 07:34:01 1 12.35 0.00 6.14 4.37 0.61 76.52 07:43:54 07:34:01 2 12.30 0.00 5.63 3.21 0.49 78.38 07:43:54 07:34:01 3 13.31 0.00 6.61 5.81 0.62 73.65 07:43:54 07:43:54 07:34:01 CPU %user %nice %system %iowait %steal %idle 07:43:54 07:35:01 all 0.16 0.00 0.05 0.02 0.01 99.77 07:43:54 07:35:01 0 0.53 0.00 0.03 0.02 0.02 99.40 07:43:54 07:35:01 1 0.02 0.00 0.03 0.02 0.02 99.92 07:43:54 07:35:01 2 0.07 0.00 0.08 0.03 0.00 99.82 07:43:54 07:35:01 3 0.02 0.00 0.05 0.00 0.00 99.93 07:43:54 07:36:02 all 0.18 0.00 0.05 0.01 0.04 99.72 07:43:54 07:36:02 0 0.55 0.00 0.05 0.05 0.07 99.28 07:43:54 07:36:02 1 0.05 0.00 0.05 0.00 0.02 99.88 07:43:54 07:36:02 2 0.07 0.00 0.08 0.00 0.03 99.82 07:43:54 07:36:02 3 0.03 0.00 0.03 0.00 0.03 99.90 07:43:54 07:37:01 all 0.16 0.00 0.04 0.00 0.00 99.80 07:43:54 07:37:01 0 0.53 0.00 0.02 0.00 0.00 99.46 07:43:54 07:37:01 1 0.03 0.00 0.03 0.00 0.00 99.93 07:43:54 07:37:01 2 0.03 0.00 0.05 0.00 0.02 99.90 07:43:54 07:37:01 3 0.03 0.00 0.05 0.00 0.00 99.92 07:43:54 07:38:01 all 0.17 0.00 0.06 0.02 0.02 99.73 07:43:54 07:38:01 0 0.20 0.00 0.07 0.02 0.02 99.70 07:43:54 07:38:01 1 0.23 0.00 0.08 0.05 0.02 99.62 07:43:54 07:38:01 2 0.18 0.00 0.05 0.00 0.02 99.75 07:43:54 07:38:01 3 0.07 0.00 0.05 0.00 0.02 99.87 07:43:54 07:39:01 all 0.15 0.00 0.04 0.00 0.01 99.80 07:43:54 07:39:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:43:54 07:39:01 1 0.50 0.00 0.02 0.00 0.02 99.47 07:43:54 07:39:01 2 0.03 0.00 0.05 0.00 0.02 99.90 07:43:54 07:39:01 3 0.03 0.00 0.07 0.00 0.00 99.90 07:43:54 07:40:01 all 0.17 0.00 0.02 0.00 0.00 99.80 07:43:54 07:40:01 0 0.07 0.00 0.05 0.00 0.00 99.88 07:43:54 07:40:01 1 0.55 0.00 0.00 0.00 0.00 99.45 07:43:54 07:40:01 2 0.05 0.00 0.02 0.02 0.00 99.92 07:43:54 07:40:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:43:54 07:41:01 all 0.15 0.00 0.04 0.00 0.00 99.81 07:43:54 07:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:43:54 07:41:01 1 0.50 0.00 0.02 0.00 0.02 99.47 07:43:54 07:41:01 2 0.07 0.00 0.08 0.00 0.00 99.85 07:43:54 07:41:01 3 0.00 0.00 0.03 0.00 0.00 99.97 07:43:54 07:42:01 all 0.17 0.00 0.03 0.00 0.00 99.80 07:43:54 07:42:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:43:54 07:42:01 1 0.52 0.00 0.02 0.00 0.00 99.47 07:43:54 07:42:01 2 0.08 0.00 0.07 0.00 0.00 99.85 07:43:54 07:42:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:43:54 07:43:01 all 0.17 0.00 0.05 0.00 0.00 99.78 07:43:54 07:43:01 0 0.05 0.00 0.05 0.00 0.00 99.90 07:43:54 07:43:01 1 0.60 0.00 0.03 0.00 0.00 99.37 07:43:54 07:43:01 2 0.05 0.00 0.07 0.00 0.00 99.88 07:43:54 07:43:01 3 0.00 0.00 0.03 0.00 0.00 99.97 07:43:54 Average: all 16.08 0.00 8.60 7.07 0.20 68.06 07:43:54 Average: 0 15.87 0.00 8.52 6.55 0.22 68.84 07:43:54 Average: 1 16.17 0.00 8.63 7.35 0.20 67.66 07:43:54 Average: 2 15.81 0.00 8.50 7.34 0.19 68.17 07:43:54 Average: 3 16.46 0.00 8.74 7.03 0.19 67.59 07:43:54 07:43:54 07:43:54