Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at 62a248a5b0afc117ade2468f75438786c02ce52d rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 62a248a5b0afc117ade2468f75438786c02ce52d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25880 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/61 [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/61 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 62a248a5b0afc117ade2468f75438786c02ce52d into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 Merge succeeded, producing b933dfdc39a383d59ed037cea67bd74704804290 Checking out Revision b933dfdc39a383d59ed037cea67bd74704804290 (PR-2858) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 62a248a5b0afc117ade2468f75438786c02ce52d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b933dfdc39a383d59ed037cea67bd74704804290 # timeout=10 Commit message: "Merge commit '62a248a5b0afc117ade2468f75438786c02ce52d' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 6c1696a27a6571a957291915fc210315cd8e6bc0 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:16 ========================================================= 00:31:16 EdgeX Global Pipelines Version Info 00:31:16 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:18 ------------------- 00:31:18 stable info: 00:31:18 ------------------- 00:31:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:18 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:18 Message: update stable to v1.0.179 00:31:19 ------------------- 00:31:19 experimental info: 00:31:19 ------------------- 00:31:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:19 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:19 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:19 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:20 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:20 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:20 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:20 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:20 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b933dfdc39a383d59ed037cea67bd74704804290 [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b933dfd [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:22 provisioning config files... 00:31:22 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/61@tmp/config1470926044212777013tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:22 ---> docker-login.sh 00:31:22 nexus3.edgexfoundry.org:10001 00:31:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:23 Configure a credential helper to remove this warning. See 00:31:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:23 00:31:23 Login Succeeded 00:31:23 nexus3.edgexfoundry.org:10002 00:31:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:23 Configure a credential helper to remove this warning. See 00:31:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:23 00:31:23 Login Succeeded 00:31:23 nexus3.edgexfoundry.org:10003 00:31:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:23 Configure a credential helper to remove this warning. See 00:31:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:23 00:31:23 Login Succeeded 00:31:23 nexus3.edgexfoundry.org:10004 00:31:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:23 Configure a credential helper to remove this warning. See 00:31:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:23 00:31:23 Login Succeeded 00:31:23 docker.io 00:31:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:24 Configure a credential helper to remove this warning. See 00:31:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:24 00:31:24 Login Succeeded 00:31:24 ---> docker-login.sh ends [Pipeline] } 00:31:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:24 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:31:24 + for file in '`ls cmd/**/Dockerfile`' 00:31:24 ++ dirname cmd/core-command/Dockerfile 00:31:24 ++ cut -d/ -f2 00:31:24 + echo core-command,cmd/core-command/Dockerfile 00:31:24 + for file in '`ls cmd/**/Dockerfile`' 00:31:24 ++ dirname cmd/core-data/Dockerfile 00:31:24 ++ cut -d/ -f2 00:31:24 + echo core-data,cmd/core-data/Dockerfile 00:31:24 + for file in '`ls cmd/**/Dockerfile`' 00:31:24 ++ dirname cmd/core-metadata/Dockerfile 00:31:24 ++ cut -d/ -f2 00:31:24 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:24 + for file in '`ls cmd/**/Dockerfile`' 00:31:24 ++ dirname cmd/security-bootstrapper/Dockerfile 00:31:24 ++ cut -d/ -f2 00:31:24 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:31:24 + for file in '`ls cmd/**/Dockerfile`' 00:31:24 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:24 ++ cut -d/ -f2 00:31:24 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:24 + for file in '`ls cmd/**/Dockerfile`' 00:31:24 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:24 ++ cut -d/ -f2 00:31:24 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:24 + for file in '`ls cmd/**/Dockerfile`' 00:31:24 ++ dirname cmd/support-notifications/Dockerfile 00:31:24 ++ cut -d/ -f2 00:31:24 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:24 + for file in '`ls cmd/**/Dockerfile`' 00:31:24 ++ dirname cmd/support-scheduler/Dockerfile 00:31:24 ++ cut -d/ -f2 00:31:24 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:24 + for file in '`ls cmd/**/Dockerfile`' 00:31:24 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:24 ++ cut -d/ -f2 00:31:24 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:24 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:31:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:25 00:31:25 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:25 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:25 latest: Pulling from edgex-devops/git-semver 00:31:25 31603596830f: Pulling fs layer 00:31:25 2a8b12db71e7: Pulling fs layer 00:31:25 6ca5941a6612: Pulling fs layer 00:31:25 ecc8261a40a4: Pulling fs layer 00:31:25 ecc8261a40a4: Waiting 00:31:25 2a8b12db71e7: Verifying Checksum 00:31:25 2a8b12db71e7: Download complete 00:31:25 31603596830f: Verifying Checksum 00:31:25 31603596830f: Download complete 00:31:26 ecc8261a40a4: Verifying Checksum 00:31:26 ecc8261a40a4: Download complete 00:31:26 6ca5941a6612: Verifying Checksum 00:31:26 6ca5941a6612: Download complete 00:31:26 31603596830f: Pull complete 00:31:26 2a8b12db71e7: Pull complete 00:31:27 6ca5941a6612: Pull complete 00:31:27 ecc8261a40a4: Pull complete 00:31:27 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:27 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:27 prd-centos7-docker-4c-2g-25880 does not seem to be running inside a container 00:31:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:30 $ docker top e1ea15900d47dc94ca3974684a663ded514b1c1fe67f368603f537b6b6d89d8b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:31 [ssh-agent] Looking for ssh-agent implementation... 00:31:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:31 $ docker exec e1ea15900d47dc94ca3974684a663ded514b1c1fe67f368603f537b6b6d89d8b ssh-agent 00:31:31 SSH_AUTH_SOCK=/tmp/ssh-ZJjvDglqsJlS/agent.11 00:31:31 SSH_AGENT_PID=16 00:31:31 Running ssh-add (command line suppressed) 00:31:31 Identity added: /w/workspace/edgex-go/61@tmp/private_key_477936483865764004.key (/w/workspace/edgex-go/61@tmp/private_key_477936483865764004.key) 00:31:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:32 + git tag --points-at HEAD [Pipeline] } 00:31:32 $ docker exec --env ******** --env ******** e1ea15900d47dc94ca3974684a663ded514b1c1fe67f368603f537b6b6d89d8b ssh-agent -k 00:31:32 unset SSH_AUTH_SOCK; 00:31:32 unset SSH_AGENT_PID; 00:31:32 echo Agent pid 16 killed; 00:31:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:32 [ssh-agent] Looking for ssh-agent implementation... 00:31:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:32 $ docker exec e1ea15900d47dc94ca3974684a663ded514b1c1fe67f368603f537b6b6d89d8b ssh-agent 00:31:32 SSH_AUTH_SOCK=/tmp/ssh-2SVqLAa4cCW7/agent.46 00:31:32 SSH_AGENT_PID=51 00:31:32 Running ssh-add (command line suppressed) 00:31:33 Identity added: /w/workspace/edgex-go/61@tmp/private_key_8414721567311119088.key (/w/workspace/edgex-go/61@tmp/private_key_8414721567311119088.key) 00:31:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:33 + git semver init 00:31:33 # -> Open(): unable to determine branch for HEAD 00:31:33 # $GIT_DIR = /w/workspace/edgex-go/61/.git 00:31:33 # $GIT_WORK_TREE = /w/workspace/edgex-go/61 00:31:33 # $SEMVER_REMOTE_NAME = origin 00:31:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:33 # $SEMVER_USER_NAME = edgex-jenkins 00:31:33 # $SEMVER_BRANCH = PR-2858 00:31:33 # $SEMVER_TEMP = /tmp/semver-846584288 00:31:33 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:55 # '/tmp/semver-846584288' -> '/w/workspace/edgex-go/61/.semver' 00:31:56 # -> Force: false 00:31:56 # $SEMVER_DIR = /w/workspace/edgex-go/61/.semver [Pipeline] } 00:31:56 $ docker exec --env ******** --env ******** e1ea15900d47dc94ca3974684a663ded514b1c1fe67f368603f537b6b6d89d8b ssh-agent -k 00:31:56 unset SSH_AUTH_SOCK; 00:31:56 unset SSH_AGENT_PID; 00:31:56 echo Agent pid 51 killed; 00:31:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:57 + git semver [Pipeline] } 00:31:57 $ docker stop --time=1 e1ea15900d47dc94ca3974684a663ded514b1c1fe67f368603f537b6b6d89d8b 00:31:59 $ docker rm -f e1ea15900d47dc94ca3974684a663ded514b1c1fe67f368603f537b6b6d89d8b [Pipeline] // withDockerContainer [Pipeline] sh 00:31:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:00 Stashed 1 file(s) [Pipeline] echo 00:32:00 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:32:01 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:02 + sudo service docker restart 00:32:02 + true 00:32:02 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:02 ========================================================= 00:32:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:03 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:32:07 Sending build context to Docker daemon 327.9MB 00:32:07 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:32:07 Step 2/6 : FROM ${BASE} 00:32:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:07 188c0c94c7c5: Pulling fs layer 00:32:07 0ef7d3d256c8: Pulling fs layer 00:32:07 de9db76c5a1d: Pulling fs layer 00:32:07 bca2f99d35d6: Pulling fs layer 00:32:07 93359f2a8cfa: Pulling fs layer 00:32:07 7c6f9722023f: Pulling fs layer 00:32:07 a35cf1a2eb13: Pulling fs layer 00:32:07 93359f2a8cfa: Waiting 00:32:07 7c6f9722023f: Waiting 00:32:07 a35cf1a2eb13: Waiting 00:32:07 bca2f99d35d6: Waiting 00:32:07 de9db76c5a1d: Verifying Checksum 00:32:07 de9db76c5a1d: Download complete 00:32:07 0ef7d3d256c8: Verifying Checksum 00:32:07 0ef7d3d256c8: Download complete 00:32:07 93359f2a8cfa: Verifying Checksum 00:32:07 93359f2a8cfa: Download complete 00:32:07 7c6f9722023f: Verifying Checksum 00:32:07 7c6f9722023f: Download complete 00:32:07 188c0c94c7c5: Verifying Checksum 00:32:07 188c0c94c7c5: Download complete 00:32:07 188c0c94c7c5: Pull complete 00:32:07 0ef7d3d256c8: Pull complete 00:32:07 de9db76c5a1d: Pull complete 00:32:08 a35cf1a2eb13: Verifying Checksum 00:32:08 a35cf1a2eb13: Download complete 00:32:09 bca2f99d35d6: Verifying Checksum 00:32:09 bca2f99d35d6: Download complete 00:32:14 bca2f99d35d6: Pull complete 00:32:14 93359f2a8cfa: Pull complete 00:32:14 7c6f9722023f: Pull complete 00:32:15 Still waiting to schedule task 00:32:15 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-25874’ 00:32:20 a35cf1a2eb13: Pull complete 00:32:20 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:20 ---> a62c8e92a672 00:32:20 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:32:20 ---> Running in cfb3b65e7874 00:32:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:21 (1/12) Installing libmagic (5.38-r0) 00:32:22 (2/12) Installing file (5.38-r0) 00:32:22 (3/12) Installing libc-dev (0.7.2-r3) 00:32:22 (4/12) Installing g++ (9.3.0-r2) 00:32:27 (5/12) Installing fortify-headers (1.1-r0) 00:32:27 (6/12) Installing patch (2.7.6-r6) 00:32:27 (7/12) Installing build-base (0.5-r2) 00:32:27 (8/12) Installing libsodium (1.0.18-r0) 00:32:27 (9/12) Installing pkgconf (1.7.2-r0) 00:32:27 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:27 (11/12) Installing libzmq (4.3.3-r0) 00:32:28 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:28 Executing busybox-1.31.1-r19.trigger 00:32:28 OK: 233 MiB in 51 packages 00:32:31 Removing intermediate container cfb3b65e7874 00:32:31 ---> 66e18d37814f 00:32:31 Step 4/6 : WORKDIR /edgex-go 00:32:31 ---> Running in b56c757ade5a 00:32:31 Removing intermediate container b56c757ade5a 00:32:31 ---> 6fd98c08d101 00:32:31 Step 5/6 : COPY go.mod . 00:32:32 ---> 481abe34997c 00:32:32 Step 6/6 : RUN go mod download 00:32:32 ---> Running in 7a168ad60dda 00:32:58 Removing intermediate container 7a168ad60dda 00:32:58 ---> 6f1e87303505 00:32:58 Successfully built 6f1e87303505 00:32:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:59 + docker inspect -f . ci-base-image-x86_64 00:32:59 . [Pipeline] withDockerContainer 00:32:59 prd-centos7-docker-4c-2g-25880 does not seem to be running inside a container 00:32:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:00 $ docker top 2064801df6794364ed6b087b1424a9c13d41aa74514b1be3b8a286ad65ec1b4c -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:00 + go version 00:33:00 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:00 $ docker stop --time=1 2064801df6794364ed6b087b1424a9c13d41aa74514b1be3b8a286ad65ec1b4c 00:33:02 $ docker rm -f 2064801df6794364ed6b087b1424a9c13d41aa74514b1be3b8a286ad65ec1b4c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:03 + docker inspect -f . ci-base-image-x86_64 00:33:03 . [Pipeline] withDockerContainer 00:33:03 prd-centos7-docker-4c-2g-25880 does not seem to be running inside a container 00:33:03 $ 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/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:04 $ docker top 268417a46bd45f4ba849af1e58eef8f6abd2089d4b823450e2aa30762f161d28 -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:04 ========================================================= 00:33:04 [edgeXBuildGoParallel] Running Tests and Build... 00:33:04 ========================================================= [Pipeline] sh 00:33:04 + make test 00:33:04 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:14 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:45 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.109s coverage: 45.9% of statements 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:33:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.081s coverage: 100.0% of statements 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.199s coverage: 27.1% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.053s coverage: 100.0% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.099s coverage: 65.8% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.474s coverage: 82.3% of statements 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.368s coverage: 28.6% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.128s coverage: 86.7% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.128s coverage: 97.5% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.067s coverage: 78.3% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.379s coverage: 92.8% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.075s coverage: 0.1% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.033s coverage: 45.5% of statements 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.041s coverage: 79.5% of statements 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.033s coverage: 94.1% of statements 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.055s coverage: 96.3% of statements 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.039s coverage: 87.5% of statements 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.044s coverage: 94.4% of statements 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.039s coverage: 44.8% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.074s coverage: 92.9% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.050s coverage: 75.5% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.180s coverage: 63.5% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.301s coverage: 68.9% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.101s coverage: 37.0% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.317s coverage: 84.0% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.041s coverage: 100.0% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 47.0% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.101s coverage: 89.4% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.757s coverage: 29.1% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.078s coverage: 99.0% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.056s coverage: 100.0% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.023s coverage: 100.0% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.056s coverage: 87.9% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 00:34:17 GO111MODULE=on go vet ./... 00:34:44 gofmt -l . 00:34:44 [ "`gofmt -l .`" = "" ] 00:34:45 ./bin/test-go-mod-tidy.sh 00:34:45 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:46 + ls -al . 00:34:46 total 700 00:34:46 drwxrwxr-x 10 1001 1001 4096 Feb 10 00:34 . 00:34:46 drwxr-xr-x 4 root root 30 Feb 10 00:33 .. 00:34:46 -rw-rw-r-- 1 1001 1001 11 Feb 10 00:31 .dockerignore 00:34:46 drwxrwxr-x 8 1001 1001 179 Feb 10 00:31 .git 00:34:46 drwxrwxr-x 3 1001 1001 125 Feb 10 00:31 .github 00:34:46 -rw-rw-r-- 1 1001 1001 818 Feb 10 00:31 .gitignore 00:34:46 drwx------ 3 1001 1001 60 Feb 10 00:31 .semver 00:34:46 -rw-rw-r-- 1 1001 1001 166 Feb 10 00:31 .sonarcloud.properties 00:34:46 -rw-rw-r-- 1 1001 1001 7859 Feb 10 00:31 Attribution.txt 00:34:46 -rw-rw-r-- 1 1001 1001 3804 Feb 10 00:31 CONTRIBUTING.md 00:34:46 -rw-rw-r-- 1 1001 1001 931 Feb 10 00:31 Dockerfile.build 00:34:46 -rw-rw-r-- 1 1001 1001 863 Feb 10 00:31 Jenkinsfile 00:34:46 -rw-rw-r-- 1 1001 1001 10775 Feb 10 00:31 LICENSE 00:34:46 -rw-rw-r-- 1 1001 1001 5774 Feb 10 00:31 Makefile 00:34:46 -rw-rw-r-- 1 1001 1001 6524 Feb 10 00:31 README.md 00:34:46 -rw-rw-r-- 1 1001 1001 6755 Feb 10 00:31 SECURITY.md 00:34:46 -rw-rw-r-- 1 1001 1001 5 Feb 10 00:32 VERSION 00:34:46 -rw-rw-r-- 1 1001 1001 4131 Feb 10 00:31 ZMQWindows.md 00:34:46 drwxrwxr-x 2 1001 1001 117 Feb 10 00:31 bin 00:34:46 drwxrwxr-x 14 1001 1001 4096 Feb 10 00:31 cmd 00:34:46 -rw-r--r-- 1 root root 594557 Feb 10 00:34 coverage.out 00:34:46 -rw-r--r-- 1 root root 1054 Feb 10 00:34 go.mod 00:34:46 -rw-r--r-- 1 root root 19290 Feb 10 00:34 go.sum 00:34:46 drwxrwxr-x 8 1001 1001 127 Feb 10 00:31 internal 00:34:46 drwxrwxr-x 4 1001 1001 26 Feb 10 00:31 openapi 00:34:46 drwxrwxr-x 4 1001 1001 71 Feb 10 00:31 snap 00:34:46 -rw-rw-r-- 1 1001 1001 168 Feb 10 00:31 version.go [Pipeline] sh 00:34:46 + '[' -e coverage.out ] 00:34:46 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:47 Stashed 1 file(s) [Pipeline] sh 00:34:47 + make build 00:34:47 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:34:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:35:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:35:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:35:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:35:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:35:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:35:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:35:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:35:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:35:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:35:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:35:12 $ docker stop --time=1 268417a46bd45f4ba849af1e58eef8f6abd2089d4b823450e2aa30762f161d28 00:35:14 $ docker rm -f 268417a46bd45f4ba849af1e58eef8f6abd2089d4b823450e2aa30762f161d28 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:18 00:35:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:18 latest: Pulling from edgex-devops/edgex-compose 00:35:18 cbdbe7a5bc2a: Pulling fs layer 00:35:18 ca9280d653b3: Pulling fs layer 00:35:18 7e9c9ca2126c: Pulling fs layer 00:35:18 cbdbe7a5bc2a: Verifying Checksum 00:35:18 cbdbe7a5bc2a: Download complete 00:35:19 cbdbe7a5bc2a: Pull complete 00:35:19 ca9280d653b3: Verifying Checksum 00:35:19 ca9280d653b3: Download complete 00:35:20 7e9c9ca2126c: Verifying Checksum 00:35:20 7e9c9ca2126c: Download complete 00:35:20 ca9280d653b3: Pull complete 00:35:27 7e9c9ca2126c: Pull complete 00:35:27 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:27 prd-centos7-docker-4c-2g-25880 does not seem to be running inside a container 00:35:27 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:29 $ docker top d4b0130e40ff4aad46f57b105e691c47db827089f105bc5c84379e3c4fd156b8 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:29 + docker-compose build --help 00:35:29 + grep parallel 00:35:30 --parallel Build images in parallel. [Pipeline] } 00:35:31 $ docker stop --time=1 d4b0130e40ff4aad46f57b105e691c47db827089f105bc5c84379e3c4fd156b8 00:35:32 $ docker rm -f d4b0130e40ff4aad46f57b105e691c47db827089f105bc5c84379e3c4fd156b8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:33 . [Pipeline] withDockerContainer 00:35:33 prd-centos7-docker-4c-2g-25880 does not seem to be running inside a container 00:35:33 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:34 $ docker top cbd282636998c1b51272653495b736c9fe9864bae2c74f546c143154f17c1f39 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:34 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:35 Building docker-core-command-go ... 00:35:35 Building docker-core-data-go ... 00:35:35 Building docker-core-metadata-go ... 00:35:35 Building docker-security-bootstrapper-go ... 00:35:35 Building docker-security-proxy-setup-go ... 00:35:35 Building docker-security-secretstore-setup-go ... 00:35:35 Building docker-support-notifications-go ... 00:35:35 Building docker-support-scheduler-go ... 00:35:35 Building docker-sys-mgmt-agent-go ... 00:35:35 Building docker-support-notifications-go 00:35:35 Building docker-core-metadata-go 00:35:35 Building docker-sys-mgmt-agent-go 00:35:35 Building docker-security-proxy-setup-go 00:35:35 Building docker-support-scheduler-go 00:35:46 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25883 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:35:46 Running in /w/workspace/edgex-go/61 [Pipeline] { [Pipeline] checkout 00:35:52 using credential edgex-jenkins-ssh 00:35:52 Cloning the remote Git repository 00:35:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:52 > git init /w/workspace/edgex-go/61 # timeout=10 00:35:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:52 > git --version # timeout=10 00:35:52 > git --version # 'git version 2.17.1' 00:35:52 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:07 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:07 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:36:07 ---> 6f1e87303505 00:36:07 Step 3/26 : WORKDIR /edgex-go 00:36:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:07 ---> 6f1e87303505 00:36:07 Step 3/22 : WORKDIR /edgex-go 00:36:08 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:08 ---> 6f1e87303505 00:36:08 Step 3/22 : WORKDIR /edgex-go 00:36:08 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:08 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:08 ---> 6f1e87303505 00:36:08 Step 3/21 : WORKDIR /edgex-go 00:36:08 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:08 ---> 6f1e87303505 00:36:08 Step 3/23 : WORKDIR /edgex-go 00:36:09 ---> Running in 8b220a31e7a2 00:36:09 ---> Running in a342ace1d738 00:36:09 ---> Running in dc3a3627c731 00:36:09 ---> Running in 3836a1c84144 00:36:09 ---> Running in bc89b5d0c54f 00:36:10 Removing intermediate container 8b220a31e7a2 00:36:10 ---> 291162862bc3 00:36:10 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:10 Removing intermediate container dc3a3627c731 00:36:10 ---> 87237ba89ffd 00:36:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:10 Removing intermediate container bc89b5d0c54f 00:36:10 ---> 2106d23730f9 00:36:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:10 Removing intermediate container 3836a1c84144 00:36:10 ---> e739457b0d6b 00:36:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:10 Removing intermediate container a342ace1d738 00:36:10 ---> d6896235da98 00:36:10 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:10 ---> Running in 3fdb7c36f7e2 00:36:10 ---> Running in 0bd4012020b8 00:36:10 ---> Running in d5cbf06a51dd 00:36:10 ---> Running in 1d6c89bcde11 00:36:10 ---> Running in 5f60f5021b71 00:36:12 Removing intermediate container 0bd4012020b8 00:36:12 ---> ba40cbd2bd53 00:36:12 Step 5/22 : RUN apk add --update --no-cache make git 00:36:12 ---> Running in f3b14693a67f 00:36:12 Removing intermediate container 3fdb7c36f7e2 00:36:12 ---> bcc023f76283 00:36:12 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:36:12 Removing intermediate container d5cbf06a51dd 00:36:12 ---> 51a5efaadab7 00:36:12 Step 5/26 : RUN apk add --update --no-cache make bash git 00:36:12 ---> Running in 029b5e95d0a7 00:36:12 Removing intermediate container 5f60f5021b71 00:36:12 ---> 8cad2ceea479 00:36:12 Step 5/21 : RUN apk add --update --no-cache make git 00:36:13 ---> Running in 08a305ca8031 00:36:13 Removing intermediate container 1d6c89bcde11 00:36:13 ---> d0987bcfc6c2 00:36:13 Step 5/23 : RUN apk add --update --no-cache make git 00:36:13 ---> Running in e20467853974 00:36:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:12 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:13 ---> Running in 5065f8d590a2 00:36:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:13 Merging remotes/origin/master commit 62a248a5b0afc117ade2468f75438786c02ce52d into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:36:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:14 OK: 233 MiB in 51 packages 00:36:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:14 Merge succeeded, producing 3fba4e0640393cd4d9a97a886a1637e384569257 00:36:14 Checking out Revision 3fba4e0640393cd4d9a97a886a1637e384569257 (PR-2858) 00:36:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:15 Removing intermediate container f3b14693a67f 00:36:15 ---> 6ea6e2941069 00:36:15 Step 6/22 : COPY go.mod . 00:36:15 ---> f6b97eb7a5b4 00:36:15 Step 7/22 : RUN go mod download 00:36:15 OK: 233 MiB in 51 packages 00:36:15 OK: 233 MiB in 51 packages 00:36:15 ---> Running in 97c875df8f12 00:36:15 OK: 233 MiB in 51 packages 00:36:13 > git config core.sparsecheckout # timeout=10 00:36:13 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:36:13 > git remote # timeout=10 00:36:13 > git config --get remote.origin.url # timeout=10 00:36:13 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:13 > git merge 62a248a5b0afc117ade2468f75438786c02ce52d # timeout=10 00:36:14 > git rev-parse HEAD^{commit} # timeout=10 00:36:14 > git config core.sparsecheckout # timeout=10 00:36:14 > git checkout -f 3fba4e0640393cd4d9a97a886a1637e384569257 # timeout=10 00:36:17 Removing intermediate container 029b5e95d0a7 00:36:17 ---> ca6ccc68c5a1 00:36:17 Step 6/22 : COPY go.mod . 00:36:17 Removing intermediate container 08a305ca8031 00:36:17 ---> f3d7a2a5188c 00:36:17 Step 6/26 : COPY go.mod . 00:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:17 Removing intermediate container 5065f8d590a2 00:36:17 ---> 4631d430ffbe 00:36:17 Step 6/23 : COPY go.mod . 00:36:17 ---> 07bd20f3502b 00:36:17 Step 7/26 : RUN go mod download 00:36:17 ---> d63313e63b20 00:36:17 Step 7/22 : RUN go mod download 00:36:17 ---> Running in b822891bc4b6 00:36:17 ---> Running in 3eab4f07493a 00:36:17 ---> ce0da21112c8 00:36:17 Step 7/23 : RUN go mod download 00:36:17 ---> Running in c6044f62d88c 00:36:17 Removing intermediate container 97c875df8f12 00:36:17 ---> e9c963ca9ff3 00:36:17 Step 8/22 : COPY . . 00:36:18 OK: 233 MiB in 51 packages 00:36:19 Commit message: "Merge commit '62a248a5b0afc117ade2468f75438786c02ce52d' into HEAD" 00:36:19 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:19 > git rev-list --no-walk 6c1696a27a6571a957291915fc210315cd8e6bc0 # timeout=10 00:36:20 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:21 + sudo service docker restart 00:36:21 + true 00:36:22 Removing intermediate container b822891bc4b6 00:36:22 ---> 7706c90be145 00:36:22 Step 8/26 : COPY . . 00:36:22 Removing intermediate container 3eab4f07493a 00:36:22 ---> c1c9db3f6585 00:36:22 Step 8/22 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:24 provisioning config files... 00:36:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/61@tmp/config6279405584944956253tmp [Pipeline] { 00:36:24 Removing intermediate container e20467853974 00:36:24 ---> a9fd1a1fb90e 00:36:24 Step 6/21 : COPY go.mod . [Pipeline] libraryResource [Pipeline] sh 00:36:24 ---> docker-login.sh 00:36:24 nexus3.edgexfoundry.org:10001 00:36:25 Removing intermediate container c6044f62d88c 00:36:25 ---> c3de09c3b47e 00:36:25 Step 8/23 : COPY . . 00:36:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:26 Configure a credential helper to remove this warning. See 00:36:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:26 00:36:26 Login Succeeded 00:36:26 nexus3.edgexfoundry.org:10002 00:36:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:26 Configure a credential helper to remove this warning. See 00:36:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:26 00:36:26 Login Succeeded 00:36:26 nexus3.edgexfoundry.org:10003 00:36:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:27 Configure a credential helper to remove this warning. See 00:36:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:27 00:36:27 Login Succeeded 00:36:27 nexus3.edgexfoundry.org:10004 00:36:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:27 Configure a credential helper to remove this warning. See 00:36:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:27 00:36:27 Login Succeeded 00:36:27 docker.io 00:36:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:28 Configure a credential helper to remove this warning. See 00:36:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:28 00:36:28 Login Succeeded 00:36:28 ---> docker-login.sh ends [Pipeline] } 00:36:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:29 ========================================================= 00:36:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:29 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:36:32 Sending build context to Docker daemon 166.3MB 00:36:32 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:36:32 Step 2/6 : FROM ${BASE} 00:36:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:32 5f621e34cdf4: Pulling fs layer 00:36:32 a4357932f1b6: Pulling fs layer 00:36:32 18c013af1878: Pulling fs layer 00:36:32 00ac8860ef70: Pulling fs layer 00:36:32 63d7cb157983: Pulling fs layer 00:36:32 b116817d02f9: Pulling fs layer 00:36:32 745a02a5169b: Pulling fs layer 00:36:32 00ac8860ef70: Waiting 00:36:32 63d7cb157983: Waiting 00:36:32 b116817d02f9: Waiting 00:36:32 18c013af1878: Verifying Checksum 00:36:32 18c013af1878: Download complete 00:36:32 a4357932f1b6: Verifying Checksum 00:36:32 a4357932f1b6: Download complete 00:36:32 63d7cb157983: Download complete 00:36:32 b116817d02f9: Verifying Checksum 00:36:32 b116817d02f9: Download complete 00:36:32 5f621e34cdf4: Verifying Checksum 00:36:32 5f621e34cdf4: Download complete 00:36:33 5f621e34cdf4: Pull complete 00:36:33 ---> 0d8939cf1487 00:36:33 Step 7/21 : RUN go mod download 00:36:33 a4357932f1b6: Pull complete 00:36:33 18c013af1878: Pull complete 00:36:34 745a02a5169b: Verifying Checksum 00:36:34 745a02a5169b: Download complete 00:36:35 ---> Running in c5d1fc6dcd20 00:36:35 00ac8860ef70: Verifying Checksum 00:36:35 00ac8860ef70: Download complete 00:36:45 00ac8860ef70: Pull complete 00:36:46 63d7cb157983: Pull complete 00:36:46 b116817d02f9: Pull complete 00:36:50 ---> 172dde0bf934 00:36:50 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:36:50 745a02a5169b: Pull complete 00:36:50 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:50 ---> b7e6874047d6 00:36:50 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:36:51 ---> Running in 1c64b5563f05 00:36:53 Removing intermediate container c5d1fc6dcd20 00:36:53 ---> 2ef51b4a2881 00:36:53 Step 8/21 : COPY . . 00:36:54 ---> Running in 6281985a16fd 00:36:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:36:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:58 (1/12) Installing libmagic (5.38-r0) 00:36:58 (2/12) Installing file (5.38-r0) 00:36:58 (3/12) Installing libc-dev (0.7.2-r3) 00:36:58 (4/12) Installing g++ (9.3.0-r2) 00:37:04 ---> 51e992ad56cd 00:37:04 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:37:05 ---> 5d5cdfd668b1 00:37:05 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:37:06 ---> Running in ac9a96c27bb8 00:37:07 ---> 5ba1c176acb6 00:37:07 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:37:07 (5/12) Installing fortify-headers (1.1-r0) 00:37:07 (6/12) Installing patch (2.7.6-r6) 00:37:07 (7/12) Installing build-base (0.5-r2) 00:37:07 (8/12) Installing libsodium (1.0.18-r0) 00:37:07 (9/12) Installing pkgconf (1.7.2-r0) 00:37:07 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:07 (11/12) Installing libzmq (4.3.3-r0) 00:37:07 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:07 Executing busybox-1.31.1-r19.trigger 00:37:07 OK: 217 MiB in 51 packages 00:37:07 ---> Running in b607b148ef04 00:37:07 ---> Running in 6a55a1c05c5f 00:37:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:37:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:37: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 00:37:10 Removing intermediate container 6281985a16fd 00:37:10 ---> 95161eb641f2 00:37:10 Step 4/6 : WORKDIR /edgex-go 00:37:10 ---> Running in 682c1cf23067 00:37:11 Removing intermediate container 682c1cf23067 00:37:11 ---> 64cdceea4d68 00:37:11 Step 5/6 : COPY go.mod . 00:37:12 ---> 5ec816cf5b60 00:37:12 Step 6/6 : RUN go mod download 00:37:12 ---> Running in 2f6defd49110 00:37:20 ---> 492c281c612d 00:37:20 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:37:20 ---> Running in eed4a57f51c3 00:37:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:37:35 Removing intermediate container 1c64b5563f05 00:37:35 ---> 0133cca2d97d 00:37:35 00:37:35 Step 10/22 : FROM alpine:3.12 00:37:35 3.12: Pulling from library/alpine 00:37:35 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:35 Status: Downloaded newer image for alpine:3.12 00:37:35 ---> 389fef711851 00:37:35 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:37:35 ---> Running in d146693a97a4 00:37:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:36 (1/1) Installing dumb-init (1.2.2-r1) 00:37:36 Executing busybox-1.31.1-r19.trigger 00:37:36 OK: 6 MiB in 15 packages 00:37:38 Removing intermediate container 2f6defd49110 00:37:38 ---> 30145396fbca 00:37:38 Successfully built 30145396fbca 00:37:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:38 Removing intermediate container d146693a97a4 00:37:38 ---> c8363d67f7a9 00:37:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:38 ---> Running in 846baf0f313b 00:37:39 + docker inspect -f . ci-base-image-arm64 00:37:39 . [Pipeline] withDockerContainer 00:37:39 Removing intermediate container 846baf0f313b 00:37:39 ---> e1889c7414a7 00:37:39 Step 13/22 : ENV APP_PORT=48085 00:37:39 prd-ubuntu18.04-docker-arm64-4c-16g-25883 does not seem to be running inside a container 00:37:39 ---> Running in bc97d0fcf607 00:37:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:39 Removing intermediate container bc97d0fcf607 00:37:39 ---> 2c1e4d00979a 00:37:39 Step 14/22 : EXPOSE $APP_PORT 00:37:40 ---> Running in 97405f18801b 00:37:41 $ docker top ccb4be4c1b6fb93f7d54379fca8132e4c074bec4d60d92a71f9d8f97128db38c -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:42 + go version 00:37:42 go version go1.15.5 linux/arm64 [Pipeline] } 00:37:42 $ docker stop --time=1 ccb4be4c1b6fb93f7d54379fca8132e4c074bec4d60d92a71f9d8f97128db38c 00:37:42 Removing intermediate container 97405f18801b 00:37:42 ---> afc045d02179 00:37:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:42 Removing intermediate container 6a55a1c05c5f 00:37:42 ---> 0d002eb4e704 00:37:42 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:37:43 ---> c36b2086db00 00:37:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:37:43 ---> Running in 620cf39a16b1 00:37:43 $ docker rm -f ccb4be4c1b6fb93f7d54379fca8132e4c074bec4d60d92a71f9d8f97128db38c [Pipeline] // withDockerContainer 00:37:44 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 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:44 + docker inspect -f . ci-base-image-arm64 00:37:44 . [Pipeline] withDockerContainer 00:37:45 prd-ubuntu18.04-docker-arm64-4c-16g-25883 does not seem to be running inside a container 00:37:45 ---> edd1fe10aec2 00:37:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:37:45 $ 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/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:37:46 $ docker top e040596fddf449539d866abb17b8303c2a32a8bacba15708d78274e6c3a75de0 -eo pid,comm 00:37:46 Removing intermediate container ac9a96c27bb8 00:37:46 ---> 32ac3806b522 00:37:46 00:37:46 Step 10/22 : FROM alpine:3.12 00:37:46 ---> 389fef711851 00:37:46 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:37:46 ---> 9acfd7c5b7d6 00:37:46 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:37:46 ---> Running in 8de4193784ca [Pipeline] { [Pipeline] echo 00:37:47 ========================================================= 00:37:47 [edgeXBuildGoParallel] Running Tests and Build... 00:37:47 ========================================================= [Pipeline] sh 00:37:47 ---> Running in be6807eeec71 00:37:47 Removing intermediate container be6807eeec71 00:37:47 ---> f37db475625d 00:37:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:47 ---> Running in f6e4f5172027 00:37:47 Removing intermediate container 620cf39a16b1 00:37:47 ---> 4ba843d54515 00:37:47 00:37:47 Step 11/26 : FROM docker:20.10.0 00:37:47 + make test 00:37:47 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:47 20.10.0: Pulling from library/docker 00:37:47 Removing intermediate container f6e4f5172027 00:37:47 ---> fd1c7f17cfe7 00:37:47 Step 20/22 : LABEL arch=x86_64 00:37:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:48 (1/2) Installing ca-certificates (20191127-r4) 00:37:48 (2/2) Installing dumb-init (1.2.2-r1) 00:37:48 Executing busybox-1.31.1-r19.trigger 00:37:48 Executing ca-certificates-20191127-r4.trigger 00:37:48 OK: 6 MiB in 16 packages 00:37:49 ---> Running in 1d9e95c75488 00:37:51 Removing intermediate container 1d9e95c75488 00:37:51 ---> e6f43203ec45 00:37:51 Step 21/22 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 00:37:52 Removing intermediate container b607b148ef04 00:37:52 ---> 37fccb2ea97b 00:37:52 00:37:52 Step 10/23 : FROM alpine:3.12 00:37:52 ---> 389fef711851 00:37:52 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:37:52 ---> Using cache 00:37:52 ---> c8363d67f7a9 00:37:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:52 ---> Using cache 00:37:52 ---> e1889c7414a7 00:37:52 Step 13/23 : ENV APP_PORT=48081 00:37:53 ---> Running in f2a19de59774 00:37:55 ---> Running in b7656fb784d3 00:37:55 Removing intermediate container 8de4193784ca 00:37:55 ---> 5035b83c32d1 00:37:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:37:55 Removing intermediate container f2a19de59774 00:37:55 ---> 01b5b5de160d 00:37:55 Step 22/22 : LABEL version=0.0.0 00:37:55 Removing intermediate container b7656fb784d3 00:37:55 ---> 6d61f89b6ec4 00:37:55 Step 14/23 : EXPOSE $APP_PORT 00:37:55 Removing intermediate container eed4a57f51c3 00:37:55 ---> fb473b2b1c81 00:37:55 00:37:55 Step 10/21 : FROM alpine:3.12 00:37:55 ---> 389fef711851 00:37:55 Step 11/21 : RUN apk add --update --no-cache curl 00:37:55 ---> Running in 781ff8bd904e 00:37:55 ---> Running in 67dab5ed86bd 00:37:55 ---> Running in c905bb9ec9c0 00:37:55 ---> Running in 004c0674d17f 00:37:56 Removing intermediate container 67dab5ed86bd 00:37:56 ---> ad857b34328d 00:37:56 00:37:56 Removing intermediate container 781ff8bd904e 00:37:56 ---> df957b0d9cf8 00:37:56 Step 13/22 : ENV APP_PORT=48060 00:37:56 Removing intermediate container 004c0674d17f 00:37:56 ---> 033b9922b851 00:37:56 Step 15/23 : WORKDIR / 00:37:56 ---> Running in 88a797d00088 00:37:56 Successfully built ad857b34328d 00:37:56 ---> Running in 001eb2797981 00:37:56 Successfully tagged docker-support-scheduler-go:latest 00:37:56 Building docker-core-command-go 00:37:57  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:57 Removing intermediate container 88a797d00088 00:37:57 ---> e169dce3bef7 00:37:57 Step 14/22 : EXPOSE $APP_PORT 00:37:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:57 Removing intermediate container 001eb2797981 00:37:57 ---> 75fd925435b8 00:37:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:57 ---> Running in a9788060757c 00:37:57 (1/4) Installing ca-certificates (20191127-r4) 00:37:57 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:37:57 (3/4) Installing libcurl (7.69.1-r3) 00:37:57 (4/4) Installing curl (7.69.1-r3) 00:37:57 Executing busybox-1.31.1-r19.trigger 00:37:57 Executing ca-certificates-20191127-r4.trigger 00:37:57 OK: 7 MiB in 18 packages 00:38:00 Removing intermediate container a9788060757c 00:38:00 ---> 676b05d9a4b8 00:38:00 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:01 ---> d551756b4cae 00:38:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:38:03 ---> 2c751a511e46 00:38:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:38:03 ---> 821214b3cda3 00:38:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:38:03 Removing intermediate container c905bb9ec9c0 00:38:03 ---> c87f6fb9eaa6 00:38:03 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:03 ---> Running in db0b60a8e2ac 00:38:04 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:38:04 Status: Downloaded newer image for docker:20.10.0 00:38:04 ---> aefe523efa57 00:38:04 Step 12/26 : RUN apk add --no-cache bash 00:38:04 ---> Running in 56d2d3c1c2a0 00:38:05 Removing intermediate container db0b60a8e2ac 00:38:05 ---> 1a5250abdfde 00:38:05 Step 13/21 : WORKDIR /edgex 00:38:05 ---> 219c5982ac30 00:38:05 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:38:06 ---> 9deac0b1ea74 00:38:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:38:06 ---> Running in a47d0aaf3ecc 00:38:06 ---> Running in 8d729081b0a1 00:38:08 ---> d612f50db873 00:38:08 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:38:08 Removing intermediate container a47d0aaf3ecc 00:38:08 ---> cfdc0e6d2104 00:38:08 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:38:08 Removing intermediate container 8d729081b0a1 00:38:08 ---> 10794a544f2c 00:38:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:09 (1/2) Installing readline (8.0.4-r0) 00:38:09 (2/2) Installing bash (5.0.17-r0) 00:38:09 Executing bash-5.0.17-r0.post-install 00:38:09 Executing busybox-1.31.1-r19.trigger 00:38:09 OK: 12 MiB in 22 packages 00:38:09 ---> Running in 2771c7891130 00:38:09 ---> Running in 32198c574a03 00:38:11 ---> 7a074f72985d 00:38:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:38:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:11 ---> 6f1e87303505 00:38:11 Step 3/23 : WORKDIR /edgex-go 00:38:11 ---> Using cache 00:38:11 ---> d6896235da98 00:38:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:11 ---> Using cache 00:38:11 ---> 8cad2ceea479 00:38:11 Step 5/23 : RUN apk add --update --no-cache make git 00:38:11 ---> Using cache 00:38:11 ---> a9fd1a1fb90e 00:38:11 Step 6/23 : COPY go.mod . 00:38:11 ---> Using cache 00:38:11 ---> 0d8939cf1487 00:38:11 Step 7/23 : RUN go mod download 00:38:11 ---> Using cache 00:38:11 ---> 2ef51b4a2881 00:38:11 Step 8/23 : COPY . . 00:38:11 ---> Using cache 00:38:11 ---> 492c281c612d 00:38:11 Step 9/23 : RUN make cmd/core-command/core-command 00:38:12 Removing intermediate container 32198c574a03 00:38:12 ---> 99a2c22398cc 00:38:12 Step 21/23 : LABEL arch=x86_64 00:38:12 Removing intermediate container 2771c7891130 00:38:12 ---> d6dfb1869a55 00:38:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:12 ---> Running in 58de809e3cb5 00:38:12 ---> Running in e67d8f79e8dd 00:38:12 ---> 88513f04b6b9 00:38:12 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:38:12 ---> Running in 821eb4b6b5f5 00:38:12 Removing intermediate container 56d2d3c1c2a0 00:38:12 ---> 41b9d8962812 00:38:12 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:38:13 ---> Running in 96f1bbbfb5d0 00:38:13 Removing intermediate container 821eb4b6b5f5 00:38:13 ---> d135656cce39 00:38:13 Step 20/22 : LABEL arch=x86_64 00:38:13 Removing intermediate container e67d8f79e8dd 00:38:13 ---> f0c2a12dbbfe 00:38:13 Step 22/23 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 00:38:13 ---> Running in 0ce7d9bd3a8f 00:38:13 ---> Running in 59195cadd7ae 00:38:13 Removing intermediate container 96f1bbbfb5d0 00:38:13 ---> f88a1e29700b 00:38:13 Step 14/26 : ENV APP_PORT=48090 00:38:13 ---> 3dcc04016786 00:38:13 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:38:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:38:13 ---> Running in 6da71a2ee170 00:38:13 ---> Running in c537f02b703c 00:38:13 Removing intermediate container 59195cadd7ae 00:38:13 ---> 6d53f32c589e 00:38:13 Step 23/23 : LABEL version=0.0.0 00:38:13 Removing intermediate container 0ce7d9bd3a8f 00:38:13 ---> 3c6b60c1c800 00:38:13 Step 21/22 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 00:38:13 ---> Running in d3d8f79363ba 00:38:13 ---> Running in 55f2c6588fd6 00:38:13 Removing intermediate container 6da71a2ee170 00:38:13 ---> f7f3bd5fc046 00:38:13 Step 15/26 : EXPOSE $APP_PORT 00:38:13 Removing intermediate container c537f02b703c 00:38:13 ---> 40b11670ce5e 00:38:13 Step 18/21 : CMD ["--init=true"] 00:38:13 ---> Running in ac03732edda0 00:38:14 ---> Running in 9d97a011d79d 00:38:14 Removing intermediate container 55f2c6588fd6 00:38:14 ---> 7510d43b5308 00:38:14 Step 22/22 : LABEL version=0.0.0 00:38:14 Removing intermediate container d3d8f79363ba 00:38:14 ---> 3bf2964f267a 00:38:14 00:38:14 Removing intermediate container ac03732edda0 00:38:14 ---> 8ffc6906ab46 00:38:14 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:38:14 ---> Running in 4228fa04a2ab 00:38:14 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:14 Removing intermediate container 9d97a011d79d 00:38:14 ---> c32c6679b038 00:38:14 Step 19/21 : LABEL arch=x86_64 00:38:14 Successfully built 3bf2964f267a 00:38:14 Successfully tagged docker-core-metadata-go:latest 00:38:14  Building docker-core-metadata-go ... done Building docker-core-data-go 00:38:14 ---> Running in e9928c978d28 00:38:14 Removing intermediate container 4228fa04a2ab 00:38:14 ---> 75471d77e0b7 00:38:14 00:38:15 ---> 6e5101a0378f 00:38:15 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:38:15 Successfully built 75471d77e0b7 00:38:15 Successfully tagged docker-support-notifications-go:latest 00:38:15  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 00:38:15 Removing intermediate container e9928c978d28 00:38:15 ---> 7c8573e6f16a 00:38:15 Step 20/21 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 00:38:15 ---> Running in 643cef487f6c 00:38:15 ---> 3418edf85882 00:38:15 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:38:16 Removing intermediate container 643cef487f6c 00:38:16 ---> 1f140728aa5b 00:38:16 Step 21/21 : LABEL version=0.0.0 00:38:19 ---> Running in f6d58cf0cabd 00:38:21 ---> ba0449c4e005 00:38:21 Step 19/26 : RUN apk --no-cache add py3-pip 00:38:23 Removing intermediate container f6d58cf0cabd 00:38:23 ---> cda3e9f2169c 00:38:23 00:38:23 ---> Running in b6510bd5bb45 00:38:23 Successfully built cda3e9f2169c 00:38:24 Successfully tagged docker-security-proxy-setup-go:latest 00:38:24 Building docker-security-bootstrapper-go 00:38:25  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:26 (1/33) Installing libbz2 (1.0.8-r1) 00:38:26 (2/33) Installing expat (2.2.9-r1) 00:38:26 (3/33) Installing libffi (3.3-r2) 00:38:26 (4/33) Installing gdbm (1.13-r1) 00:38:26 (5/33) Installing xz-libs (5.2.5-r0) 00:38:26 (6/33) Installing sqlite-libs (3.32.1-r0) 00:38:26 (7/33) Installing python3 (3.8.5-r0) 00:38:39 (8/33) Installing py3-appdirs (1.4.4-r1) 00:38:39 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:38:39 (10/33) Installing py3-parsing (2.4.7-r0) 00:38:39 (11/33) Installing py3-six (1.15.0-r0) 00:38:39 (12/33) Installing py3-packaging (20.4-r0) 00:38:39 (13/33) Installing py3-setuptools (47.0.0-r0) 00:38:39 (14/33) Installing py3-chardet (3.0.4-r4) 00:38:39 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:39 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:38:39 ---> 6f1e87303505 00:38:39 Step 3/24 : WORKDIR /edgex-go 00:38:39 ---> Using cache 00:38:39 ---> d6896235da98 00:38:39 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:39 ---> Using cache 00:38:39 ---> 8cad2ceea479 00:38:39 Step 5/24 : RUN apk add --update --no-cache make git 00:38:39 ---> Using cache 00:38:39 ---> a9fd1a1fb90e 00:38:39 Step 6/24 : COPY go.mod . 00:38:39 ---> Using cache 00:38:39 ---> 0d8939cf1487 00:38:39 Step 7/24 : RUN go mod download 00:38:39 ---> Using cache 00:38:39 ---> 2ef51b4a2881 00:38:39 Step 8/24 : COPY . . 00:38:39 ---> Using cache 00:38:39 ---> 492c281c612d 00:38:39 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:38:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:39 ---> 6f1e87303505 00:38:39 Step 3/23 : WORKDIR /edgex-go 00:38:39 ---> Using cache 00:38:39 ---> d6896235da98 00:38:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:39 ---> Using cache 00:38:39 ---> 8cad2ceea479 00:38:39 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:38:41 (15/33) Installing py3-idna (2.9-r0) 00:38:41 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:38:41 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:38:41 (18/33) Installing py3-requests (2.23.0-r0) 00:38:41 (19/33) Installing py3-msgpack (1.0.0-r0) 00:38:41 (20/33) Installing py3-lockfile (0.12.2-r3) 00:38:41 ---> Running in 7fd72513ac95 00:38:41 ---> Running in 532b2dc7d74a 00:38:42 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:38:42 (22/33) Installing py3-colorama (0.4.3-r0) 00:38:42 (23/33) Installing py3-distlib (0.3.0-r0) 00:38:42 (24/33) Installing py3-distro (1.5.0-r1) 00:38:42 (25/33) Installing py3-webencodings (0.5.1-r3) 00:38:42 (26/33) Installing py3-html5lib (1.0.1-r4) 00:38:42 (27/33) Installing py3-pytoml (0.1.21-r0) 00:38:42 (28/33) Installing py3-pep517 (0.8.2-r0) 00:38:42 (29/33) Installing py3-progress (1.5-r0) 00:38:42 (30/33) Installing py3-toml (0.10.1-r0) 00:38:42 (31/33) Installing py3-retrying (1.3.3-r0) 00:38:42 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:38:42 (33/33) Installing py3-pip (20.1.1-r0) 00:38:42 Executing busybox-1.31.1-r19.trigger 00:38:43 OK: 71 MiB in 55 packages 00:38:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:38:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:46 OK: 233 MiB in 51 packages 00:38:49 Removing intermediate container 7fd72513ac95 00:38:49 ---> 7a0304227adc 00:38:49 Step 6/23 : COPY go.mod . 00:38:50 ---> 76ffd6228ae7 00:38:50 Step 7/23 : RUN go mod download 00:38:51 ---> Running in 5e3efbc9a15f 00:38:54 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:54 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:38:54 ---> 6f1e87303505 00:38:54 Step 3/30 : WORKDIR /edgex-go 00:38:54 ---> Using cache 00:38:54 ---> d6896235da98 00:38:54 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:54 ---> Using cache 00:38:54 ---> 8cad2ceea479 00:38:54 Step 5/30 : RUN apk add --update --no-cache make git 00:38:54 ---> Using cache 00:38:54 ---> a9fd1a1fb90e 00:38:54 Step 6/30 : COPY go.mod . 00:38:54 ---> Using cache 00:38:54 ---> 0d8939cf1487 00:38:54 Step 7/30 : RUN go mod download 00:38:54 ---> Using cache 00:38:54 ---> 2ef51b4a2881 00:38:54 Step 8/30 : COPY . . 00:38:54 ---> Using cache 00:38:54 ---> 492c281c612d 00:38:54 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:38:57 ---> Running in efc11f74998b 00:38:58 Removing intermediate container 58de809e3cb5 00:38:58 ---> 5fdf76b6150b 00:38:58 00:38:58 Step 10/23 : FROM alpine:3.12 00:38:58 ---> 389fef711851 00:38:58 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:38:58 ---> Using cache 00:38:58 ---> c8363d67f7a9 00:38:58 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:58 ---> Using cache 00:38:58 ---> e1889c7414a7 00:38:58 Step 13/23 : ENV APP_PORT=48082 00:38:58 Removing intermediate container 5e3efbc9a15f 00:38:58 ---> 95da2de86f64 00:38:58 Step 8/23 : COPY . . 00:38:59 ---> Running in dd74f4982e43 00:39:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:39:01 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:04 Removing intermediate container dd74f4982e43 00:39:04 ---> 84eeb8cf4993 00:39:04 Step 14/23 : EXPOSE $APP_PORT 00:39:06 ---> Running in 533de4d95b5d 00:39:07 Removing intermediate container b6510bd5bb45 00:39:07 ---> e2d3bf87b719 00:39:07 Step 20/26 : RUN pip install docker-compose==1.23.2 00:39:09 Removing intermediate container 533de4d95b5d 00:39:09 ---> 75bda1efa28a 00:39:09 Step 15/23 : WORKDIR / 00:39:09 ---> Running in b82af426d440 00:39:10 ---> Running in f331004af8de 00:39:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:39:13 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:15 Removing intermediate container f331004af8de 00:39:15 ---> 0385778be49a 00:39:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:15 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:16 ---> e13cd02b628c 00:39:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:39:17 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:18 ---> 21af41ac80db 00:39:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:39:18 Collecting docker-compose==1.23.2 00:39:18 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:39:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:19 Collecting cached-property<2,>=1.2.0 00:39:19 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:39:20 Collecting docopt<0.7,>=0.6.1 00:39:20 Downloading docopt-0.6.2.tar.gz (25 kB) 00:39:20 ---> 118a27cf5cf6 00:39:20 Step 19/23 : ENTRYPOINT ["/core-command"] 00:39:23 Collecting dockerpty<0.5,>=0.4.1 00:39:23 ---> Running in 009a63355859 00:39:23 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:39:23 Removing intermediate container 532b2dc7d74a 00:39:23 ---> 55fa029ddd46 00:39:23 00:39:23 Step 10/24 : FROM alpine:3.12 00:39:23 ---> 389fef711851 00:39:23 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:39:23 ---> Running in cda891c884a7 00:39:23 ---> 03256ff26a0e 00:39:23 Step 9/23 : RUN make cmd/core-data/core-data 00:39:23 Removing intermediate container 009a63355859 00:39:23 ---> d44c0c41464e 00:39:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:24 Collecting websocket-client<1.0,>=0.32.0 00:39:24 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:39:25 ---> Running in 424f592236df 00:39:26 ---> Running in 25b6a19ae949 00:39:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:26 Collecting PyYAML<4,>=3.10 00:39:26 Downloading PyYAML-3.13.tar.gz (270 kB) 00:39:26 Removing intermediate container efc11f74998b 00:39:26 ---> c3f03289670f 00:39:26 00:39:26 Step 10/30 : FROM alpine:3.12 00:39:26 ---> 389fef711851 00:39:26 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:39:26 Removing intermediate container 25b6a19ae949 00:39:26 ---> 49b459dcbd47 00:39:26 Step 21/23 : LABEL arch=x86_64 00:39:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:27 (1/5) Installing ca-certificates (20191127-r4) 00:39:27 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:39:27 (3/5) Installing libcurl (7.69.1-r3) 00:39:27 (4/5) Installing curl (7.69.1-r3) 00:39:27 (5/5) Installing dumb-init (1.2.2-r1) 00:39:27 Executing busybox-1.31.1-r19.trigger 00:39:27 Executing ca-certificates-20191127-r4.trigger 00:39:27 OK: 7 MiB in 19 packages 00:39:27 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:39:27 ---> Running in 0fab9882ac0c 00:39:27 ---> Running in 219b4dd08346 00:39:28 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:39:28 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:39:28 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:39:28 Removing intermediate container 0fab9882ac0c 00:39:28 ---> 9622f6ef5972 00:39:28 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:39:28 Removing intermediate container 219b4dd08346 00:39:28 ---> 703863d43024 00:39:28 Step 22/23 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 00:39:28 Collecting jsonschema<3,>=2.5.1 00:39:28 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:39:28 ---> Running in ecb3aae4b28f 00:39:28 ---> Running in be109c840709 00:39:28 Collecting docker<4.0,>=3.6.0 00:39:28 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:29 Removing intermediate container cda891c884a7 00:39:29 ---> c7b56dec968e 00:39:29 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:29 Collecting texttable<0.10,>=0.9.0 00:39:29 Downloading texttable-0.9.1.tar.gz (11 kB) 00:39:29 ---> Running in 2f21865f597f 00:39:29 Removing intermediate container be109c840709 00:39:29 ---> 8cec83ef9c07 00:39:29 Step 23/23 : LABEL version=0.0.0 00:39:30 ---> Running in 39019463f051 00:39:30 Removing intermediate container 2f21865f597f 00:39:30 ---> 1863aeb2c911 00:39:30 Step 13/24 : WORKDIR / 00:39:30 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:39:30 ---> Running in ac57618fb580 00:39:30 Collecting idna<2.8,>=2.5 00:39:30 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:39:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:30 Removing intermediate container 39019463f051 00:39:30 ---> 2a1f803d8dc3 00:39:30 00:39:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:30 Removing intermediate container ac57618fb580 00:39:30 ---> b2d563d15a3f 00:39:30 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:39:30 Collecting urllib3<1.25,>=1.21.1 00:39:30 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:39:30 Successfully built 2a1f803d8dc3 00:39:30 (1/2) Installing dumb-init (1.2.2-r1) 00:39:30 (2/2) Installing su-exec (0.2-r1) 00:39:30 Executing busybox-1.31.1-r19.trigger 00:39:30 Successfully tagged docker-core-command-go:latest 00:39:30  Building docker-core-command-go ... done OK: 6 MiB in 16 packages 00:39:30 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:39:30 Collecting docker-pycreds>=0.4.0 00:39:30 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:39:30 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:39:30 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:39:30 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:39:30 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:39:31 Installing collected packages: cached-property, docopt, dockerpty, websocket-client, PyYAML, idna, urllib3, requests, jsonschema, docker-pycreds, docker, texttable, docker-compose 00:39:31 ---> ee4a2515cc34 00:39:31 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:39:31 Running setup.py install for docopt: started 00:39:32 Running setup.py install for docopt: finished with status 'done' 00:39:32 Running setup.py install for dockerpty: started 00:39:32 ---> 67f5f04fde55 00:39:32 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:39:32 Removing intermediate container ecb3aae4b28f 00:39:32 ---> 1d7fdf0f02d8 00:39:32 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:39:32 Running setup.py install for dockerpty: finished with status 'done' 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.412s coverage: 45.9% of statements 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.237s coverage: 100.0% of statements 00:39:32 ---> Running in 3b96b32ae564 00:39:32 Running setup.py install for PyYAML: started 00:39:33 ---> 4eb6eb778e45 00:39:33 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:39:33 Removing intermediate container 3b96b32ae564 00:39:33 ---> aa015b6c5d1f 00:39:33 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:39:33 ---> Running in dbf6cab65b18 00:39:33 Running setup.py install for PyYAML: finished with status 'done' 00:39:33 Attempting uninstall: idna 00:39:33 Found existing installation: idna 2.9 00:39:33 Uninstalling idna-2.9: 00:39:34 Successfully uninstalled idna-2.9 00:39:34 Removing intermediate container dbf6cab65b18 00:39:34 ---> 23e3ad4aa369 00:39:34 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:39:34 ---> Running in d6a4d8cc7ab0 00:39:34 Attempting uninstall: urllib3 00:39:34 Found existing installation: urllib3 1.25.9 00:39:34 Uninstalling urllib3-1.25.9: 00:39:34 Successfully uninstalled urllib3-1.25.9 00:39:34 ---> 04826602f527 00:39:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:39:34 Attempting uninstall: requests 00:39:34 Found existing installation: requests 2.23.0 00:39:34 Uninstalling requests-2.23.0: 00:39:34 Successfully uninstalled requests-2.23.0 00:39:37 ---> 9413a6aee558 00:39:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:39:37 Running setup.py install for texttable: started 00:39:37 ---> cfcbb16ae2a3 00:39:37 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:39:37 Running setup.py install for texttable: finished with status 'done' 00:39:37 ---> Running in 72d4c95a3c00 00:39:38 Removing intermediate container d6a4d8cc7ab0 00:39:38 ---> 68fd0555687a 00:39:38 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:39:38 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:39:38 ---> Running in 42b68e96da19 00:39:38 Removing intermediate container 42b68e96da19 00:39:38 ---> 257bd7da1eb5 00:39:38 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:39:39 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.589s coverage: 27.1% of statements 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.074s coverage: 100.0% of statements 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.207s coverage: 65.8% of statements 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:40 ---> 529cb4fcc9d2 00:39:40 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:39:40 ---> Running in d751f0adcfef 00:39:42 Removing intermediate container 72d4c95a3c00 00:39:42 ---> 2f730e029cf7 00:39:42 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:39:42 ---> Running in a6d8be14cfc1 00:39:42 Removing intermediate container b82af426d440 00:39:42 ---> de09e4199a9e 00:39:42 Step 21/26 : RUN apk --no-cache add curl 00:39:42 ---> Running in a2bc7e233314 00:39:43 Removing intermediate container a6d8be14cfc1 00:39:43 ---> 78f609b50f7c 00:39:43 Step 22/24 : LABEL arch=x86_64 00:39:43 ---> Running in 3b4522abbd54 00:39:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.749s coverage: 82.3% of statements 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:43 Removing intermediate container 3b4522abbd54 00:39:43 ---> c28b2dbbd898 00:39:43 Step 23/24 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 00:39:43 Removing intermediate container d751f0adcfef 00:39:43 ---> 80fd050bcbb0 00:39:43 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:43 ---> Running in f717f3ccaa4b 00:39:44 Removing intermediate container f717f3ccaa4b 00:39:44 ---> 9c45e40a1fd6 00:39:44 Step 24/24 : LABEL version=0.0.0 00:39:44 ---> Running in 7fea084d5326 00:39:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:44 ---> f924680b58ac 00:39:44 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:39:44 Removing intermediate container 7fea084d5326 00:39:44 ---> a8e2ddeeb9fc 00:39:44 00:39:44 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:39:44 (2/3) Installing libcurl (7.69.1-r3) 00:39:44 (3/3) Installing curl (7.69.1-r3) 00:39:44 Executing busybox-1.31.1-r19.trigger 00:39:44 OK: 72 MiB in 58 packages 00:39:44 Successfully built a8e2ddeeb9fc 00:39:44 Successfully tagged docker-security-secretstore-setup-go:latest 00:39:45  Building docker-security-secretstore-setup-go ... done  ---> 601642844c1b 00:39:45 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:39:45 Removing intermediate container a2bc7e233314 00:39:45 ---> 7d25aaa04b3d 00:39:45 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:39:47 ---> Running in 8f90d8d439a9 00:39:47 ---> 59fe1116fee1 00:39:47 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:39:47 Removing intermediate container 8f90d8d439a9 00:39:47 ---> dc8448507c0f 00:39:47 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:47 ---> Running in 48931936e041 00:39:47 ---> 37f5af49a8c0 00:39:47 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:39:47 Removing intermediate container 48931936e041 00:39:47 ---> a913c2bc6bff 00:39:47 Step 24/26 : LABEL arch=x86_64 00:39:47 ---> Running in 5ede565e2a55 00:39:47 ---> Running in 55b4bde8e0b0 00:39:48 Removing intermediate container 55b4bde8e0b0 00:39:48 ---> b0d5ad273683 00:39:48 Step 25/26 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 00:39:49 Removing intermediate container 5ede565e2a55 00:39:49 ---> bd32e69b6d50 00:39:49 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:39:49 ---> Running in 6397f34bea1a 00:39:50 Removing intermediate container 424f592236df 00:39:50 ---> dd184224913d 00:39:50 00:39:50 Step 10/23 : FROM alpine:3.12 00:39:50 ---> 389fef711851 00:39:50 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:50 ---> Running in 3b85f6b18432 00:39:50 Removing intermediate container 6397f34bea1a 00:39:50 ---> 1030db818189 00:39:50 Step 26/26 : LABEL version=0.0.0 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.371s coverage: 28.6% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.160s coverage: 100.0% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.081s coverage: 100.0% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.392s coverage: 86.7% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.392s coverage: 97.5% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:39:50 ---> 359ee22e5fab 00:39:50 Step 25/30 : RUN chmod +x /entrypoint.sh 00:39:50 ---> Running in 44d718c4c12b 00:39:50 Removing intermediate container 3b85f6b18432 00:39:50 ---> ef4ed0dfc968 00:39:50 Step 12/23 : ENV APP_PORT=48080 00:39:50 ---> Running in 18ff20991b05 00:39:50 ---> Running in 13efb954a0d1 00:39:50 Removing intermediate container 44d718c4c12b 00:39:50 ---> 549244f0d16e 00:39:50 00:39:50 Successfully built 549244f0d16e 00:39:50 Successfully tagged docker-sys-mgmt-agent-go:latest 00:39:50  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 13efb954a0d1 00:39:50 ---> 535aed6adef1 00:39:50 Step 13/23 : EXPOSE $APP_PORT 00:39:50 ---> Running in b6981f420351 00:39:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.130s coverage: 78.3% of statements 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:39:51 Removing intermediate container b6981f420351 00:39:51 ---> d87f0accc089 00:39:51 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:51 ---> Running in 8d937e9b823c 00:39:51 Removing intermediate container 18ff20991b05 00:39:51 ---> 326932415b49 00:39:51 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:39:51 ---> Running in 5bfec09ecb6a 00:39:51 Removing intermediate container 5bfec09ecb6a 00:39:51 ---> c1d0f60a7a88 00:39:51 Step 27/30 : CMD ["gate"] 00:39:52 ---> Running in d2b4592d31e5 00:39:52 Removing intermediate container 8d937e9b823c 00:39:52 ---> b3a01459ae47 00:39:52 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:39:52 ---> Running in 90cbb3ca6ae1 00:39:52 Removing intermediate container d2b4592d31e5 00:39:52 ---> c5e7cf573c20 00:39:52 Step 28/30 : LABEL arch=x86_64 00:39:52 ---> Running in d84f33178a0f 00:39:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:53 Removing intermediate container d84f33178a0f 00:39:53 ---> e5ceef51a47a 00:39:53 Step 29/30 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 00:39:53 ---> Running in 9a025a944b65 00:39:53 Removing intermediate container 9a025a944b65 00:39:53 ---> ca1504f85008 00:39:53 Step 30/30 : LABEL version=0.0.0 00:39:53 ---> Running in 004900f6cea3 00:39:53 Removing intermediate container 004900f6cea3 00:39:53 ---> e5a231277096 00:39:53 00:39:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:53 Successfully built e5a231277096 00:39:53 Successfully tagged docker-security-bootstrapper-go:latest 00:39:54  Building docker-security-bootstrapper-go ... done (1/6) Installing dumb-init (1.2.2-r1) 00:39:54 (2/6) Installing libgcc (9.3.0-r2) 00:39:54 (3/6) Installing libsodium (1.0.18-r0) 00:39:54 (4/6) Installing libstdc++ (9.3.0-r2) 00:39:54 (5/6) Installing libzmq (4.3.3-r0) 00:39:55 (6/6) Installing zeromq (4.3.3-r0) 00:39:55 Executing busybox-1.31.1-r19.trigger 00:39:55 OK: 8 MiB in 20 packages 00:39:56 Removing intermediate container 90cbb3ca6ae1 00:39:56 ---> 9725e7b8c3c7 00:39:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:56 ---> 8c186be0a3df 00:39:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:39:56 ---> 4261ba13e7d6 00:39:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:39:57 ---> 1a8857246eb4 00:39:57 Step 19/23 : ENTRYPOINT ["/core-data"] 00:39:57 ---> Running in 9fe9c0f95335 00:39:57 Removing intermediate container 9fe9c0f95335 00:39:57 ---> e4392018ca87 00:39:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:57 ---> Running in dacab1b5dc4a 00:39:57 Removing intermediate container dacab1b5dc4a 00:39:57 ---> b67dfdb2d4ad 00:39:57 Step 21/23 : LABEL arch=x86_64 00:39:57 ---> Running in 054968f9a6b2 00:39:57 Removing intermediate container 054968f9a6b2 00:39:57 ---> 56805ff75f4b 00:39:57 Step 22/23 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 00:39:57 ---> Running in 35732b6b67ec 00:39:58 Removing intermediate container 35732b6b67ec 00:39:58 ---> 586485e3df02 00:39:58 Step 23/23 : LABEL version=0.0.0 00:39:58 ---> Running in 70af161c482c 00:39:58 Removing intermediate container 70af161c482c 00:39:58 ---> 674a56914826 00:39:58 00:39:58 Successfully built 674a56914826 00:39:58 Successfully tagged docker-core-data-go:latest 00:39:58  Building docker-core-data-go ... done  [Pipeline] } 00:39:58 $ docker stop --time=1 cbd282636998c1b51272653495b736c9fe9864bae2c74f546c143154f17c1f39 00:40:00 $ docker rm -f cbd282636998c1b51272653495b736c9fe9864bae2c74f546c143154f17c1f39 [Pipeline] // withDockerContainer [Pipeline] sh 00:40:01 + docker images 00:40:01 + grep docker 00:40:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.284s coverage: 92.8% of statements 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.170s coverage: 0.1% of statements 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:40:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 45.5% of statements 00:40:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.108s coverage: 79.5% of statements 00:40:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.088s coverage: 94.1% of statements 00:40:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.075s coverage: 96.3% of statements 00:40:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.070s coverage: 87.5% of statements 00:40:01 docker-core-data-go latest 674a56914826 3 seconds ago 22.3MB 00:40:01 docker-security-bootstrapper-go latest e5a231277096 8 seconds ago 17.9MB 00:40:01 docker-sys-mgmt-agent-go latest 549244f0d16e 11 seconds ago 313MB 00:40:01 docker-security-secretstore-setup-go latest a8e2ddeeb9fc 17 seconds ago 24.6MB 00:40:01 docker-core-command-go latest 2a1f803d8dc3 31 seconds ago 16.9MB 00:40:01 docker-security-proxy-setup-go latest cda3e9f2169c About a minute ago 24.4MB 00:40:01 docker-support-notifications-go latest 75471d77e0b7 About a minute ago 17.6MB 00:40:01 docker-core-metadata-go latest 3bf2964f267a About a minute ago 18.8MB 00:40:01 docker-support-scheduler-go latest ad857b34328d 2 minutes ago 17MB 00:40:01 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.097s coverage: 94.4% of statements 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.086s coverage: 44.8% of statements 00:40:17 Still waiting to schedule task 00:40:17 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.123s coverage: 92.9% of statements 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.088s coverage: 87.2% of statements 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.127s coverage: 87.2% of statements 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.138s coverage: 84.2% of statements 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.206s coverage: 91.4% of statements 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.567s coverage: 63.5% of statements 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.074s coverage: 100.0% of statements 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.739s coverage: 68.9% of statements 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.366s coverage: 37.0% of statements 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.615s coverage: 84.0% of statements 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.094s coverage: 100.0% of statements 00:40:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.432s coverage: 47.0% of statements 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.178s coverage: 100.0% of statements 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.108s coverage: 100.0% of statements 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:40:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.323s coverage: 89.4% of statements 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.154s coverage: 29.1% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.223s coverage: 99.0% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.128s coverage: 100.0% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.174s coverage: 100.0% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/system 0.054s coverage: 0.0% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.077s coverage: 100.0% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.092s coverage: 87.9% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.081s coverage: 100.0% of statements 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 00:40:45 GO111MODULE=on go vet ./... 00:41:10 Running on prd-ubuntu18.04-docker-8c-8g-25885 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:41:10 Running in /w/workspace/edgex-go/61 [Pipeline] { [Pipeline] checkout 00:41:12 using credential edgex-jenkins-ssh 00:41:13 Cloning the remote Git repository 00:41:13 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:41:13 > git init /w/workspace/edgex-go/61 # timeout=10 00:41:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:13 > git --version # timeout=10 00:41:13 > git --version # 'git version 2.17.1' 00:41:13 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:21 Merging remotes/origin/master commit 62a248a5b0afc117ade2468f75438786c02ce52d into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:41:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:21 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:41:21 > git config core.sparsecheckout # timeout=10 00:41:21 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:41:21 > git remote # timeout=10 00:41:21 > git config --get remote.origin.url # timeout=10 00:41:21 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:21 > git merge 62a248a5b0afc117ade2468f75438786c02ce52d # timeout=10 00:41:22 Merge succeeded, producing 9bbca52becbdcb44d2dba9acd58fc3086276ba7d 00:41:22 Checking out Revision 9bbca52becbdcb44d2dba9acd58fc3086276ba7d (PR-2858) 00:41:22 > git rev-parse HEAD^{commit} # timeout=10 00:41:22 > git config core.sparsecheckout # timeout=10 00:41:22 > git checkout -f 9bbca52becbdcb44d2dba9acd58fc3086276ba7d # timeout=10 00:41:25 Commit message: "Merge commit '62a248a5b0afc117ade2468f75438786c02ce52d' into HEAD" 00:41:25 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:41:25 > git rev-list --no-walk 6c1696a27a6571a957291915fc210315cd8e6bc0 # timeout=10 00:41:27 + echo snap-build.sh 00:41:27 snap-build.sh 00:41:27 + SNAP_BASE_DIR=. 00:41:27 + '[' '!' -z /w/workspace/edgex-go/61 ']' 00:41:27 + SNAP_BASE_DIR=/w/workspace/edgex-go/61 00:41:27 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/61]' 00:41:27 [snap-build] Building snap in dir [/w/workspace/edgex-go/61] 00:41:27 + cd /w/workspace/edgex-go/61 00:41:27 + sudo apt-get remove -qy --purge lxd lxd-client 00:41:27 Reading package lists... 00:41:27 Building dependency tree... 00:41:27 Reading state information... 00:41:27 The following packages were automatically installed and are no longer required: 00:41:27 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:41:27 uidmap xdelta3 00:41:27 Use 'sudo apt autoremove' to remove them. 00:41:27 The following packages will be REMOVED: 00:41:27 lxd* lxd-client* 00:41:27 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:41:27 After this operation, 31.7 MB disk space will be freed. 00:41:28 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:41:28 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:29 Removing lxd dnsmasq configuration 00:41:29 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:41:30 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:41:30 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:41:30 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:41:30 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:32 Processing triggers for systemd (237-3ubuntu10.42) ... 00:41:32 Processing triggers for ureadahead (0.100.0-21) ... 00:41:33 + sudo snap remove --purge lxd 00:41:33 snap "lxd" is not installed 00:41:33 + sudo groupadd --force --system lxd 00:41:33 ++ whoami 00:41:33 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:41:34 + newgrp - lxd 00:41:34 + sudo snap install lxd 00:41:44 2021-02-10T00:41:41Z INFO Waiting for automatic snapd restart... 00:41:56 lxd 4.11 from Canonical* installed 00:41:56 + sudo lxd init --auto 00:42:06 + sudo snap install --classic snapcraft 00:42:07 gofmt -l . 00:42:07 [ "`gofmt -l .`" = "" ] 00:42:07 ./bin/test-go-mod-tidy.sh 00:42:07 ./bin/test-attribution-txt.sh [Pipeline] sh 00:42:07 + ls -al . 00:42:07 total 728 00:42:07 drwxrwxr-x 9 1001 1001 4096 Feb 10 00:42 . 00:42:07 drwxr-xr-x 4 root root 4096 Feb 10 00:37 .. 00:42:07 -rw-rw-r-- 1 1001 1001 11 Feb 10 00:36 .dockerignore 00:42:07 drwxrwxr-x 8 1001 1001 4096 Feb 10 00:36 .git 00:42:07 drwxrwxr-x 3 1001 1001 4096 Feb 10 00:36 .github 00:42:07 -rw-rw-r-- 1 1001 1001 818 Feb 10 00:36 .gitignore 00:42:07 -rw-rw-r-- 1 1001 1001 166 Feb 10 00:36 .sonarcloud.properties 00:42:07 -rw-rw-r-- 1 1001 1001 7859 Feb 10 00:36 Attribution.txt 00:42:07 -rw-rw-r-- 1 1001 1001 3804 Feb 10 00:36 CONTRIBUTING.md 00:42:07 -rw-rw-r-- 1 1001 1001 931 Feb 10 00:36 Dockerfile.build 00:42:07 -rw-rw-r-- 1 1001 1001 863 Feb 10 00:36 Jenkinsfile 00:42:07 -rw-rw-r-- 1 1001 1001 10775 Feb 10 00:36 LICENSE 00:42:07 -rw-rw-r-- 1 1001 1001 5774 Feb 10 00:36 Makefile 00:42:07 -rw-rw-r-- 1 1001 1001 6524 Feb 10 00:36 README.md 00:42:07 -rw-rw-r-- 1 1001 1001 6755 Feb 10 00:36 SECURITY.md 00:42:07 -rw-rw-r-- 1 1001 1001 5 Feb 10 00:32 VERSION 00:42:07 -rw-rw-r-- 1 1001 1001 4131 Feb 10 00:36 ZMQWindows.md 00:42:07 drwxrwxr-x 2 1001 1001 4096 Feb 10 00:36 bin 00:42:07 drwxrwxr-x 14 1001 1001 4096 Feb 10 00:36 cmd 00:42:07 -rw-r--r-- 1 root root 594557 Feb 10 00:40 coverage.out 00:42:07 -rw-r--r-- 1 root root 1054 Feb 10 00:42 go.mod 00:42:07 -rw-r--r-- 1 root root 19290 Feb 10 00:42 go.sum 00:42:07 drwxrwxr-x 8 1001 1001 4096 Feb 10 00:36 internal 00:42:07 drwxrwxr-x 4 1001 1001 4096 Feb 10 00:36 openapi 00:42:07 drwxrwxr-x 4 1001 1001 4096 Feb 10 00:36 snap 00:42:07 -rw-rw-r-- 1 1001 1001 168 Feb 10 00:36 version.go [Pipeline] sh 00:42:08 + '[' -e coverage.out ] 00:42:08 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:08 Warning: overwriting stash ‘coverage-report’ 00:42:09 Stashed 1 file(s) [Pipeline] sh 00:42:10 + make build 00:42:10 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:42:12 snapcraft 4.5.1 from Canonical* installed 00:42:12 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:42:12 + patch --verbose -p1 00:42:12 Hmm... Looks like a unified diff to me... 00:42:12 The text leading up to this was: 00:42:12 -------------------------- 00:42:12 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:42:12 |From: Tony Espy 00:42:12 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:42:12 |Subject: [PATCH] optimize snap build for pipeline CI check 00:42:12 | 00:42:12 |This patch is used by the EdgeX CI pipeline builds to 00:42:12 |optimize the snap CI check run for pull requests. When 00:42:12 |applied, it essentially strips out everything (apps and 00:42:12 |parts) from the snapcraft.yaml file except those required 00:42:12 |to build edgex-go, as the whole idea of the CI check is to 00:42:12 |catch changes to edgex-go that break the snap build. 00:42:12 | 00:42:12 |In general, anyone updating snapcraft.yaml will also need 00:42:12 |to update this patch file, otherwise it may fail to apply, 00:42:12 |resulting in a failed snap build CI check in the associated 00:42:12 |pull request. 00:42:12 | 00:42:12 |Note - in addition to applying this patch, the pipeline also 00:42:12 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:42:12 |need to build the finally binary .snap file (and it won't 00:42:12 |work with the patch applied). This further reduces the build 00:42:12 |time. 00:42:12 |--- 00:42:12 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:42:12 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:42:12 | 00:42:12 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:42:12 |index 1e537489..faf42425 100644 00:42:12 |--- a/snap/snapcraft.yaml 00:42:12 |+++ b/snap/snapcraft.yaml 00:42:12 -------------------------- 00:42:12 patching file snap/snapcraft.yaml 00:42:12 Using Plan A... 00:42:12 Hunk #1 succeeded at 73. 00:42:12 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 00:42:12 Hunk #3 succeeded at 217 (offset 3 lines). 00:42:12 Hunk #4 FAILED at 222. 00:42:12 Hunk #5 succeeded at 303 (offset 4 lines). 00:42:12 Hunk #6 succeeded at 330 (offset 4 lines). 00:42:12 Hunk #7 succeeded at 364 (offset 4 lines). 00:42:12 Hunk #8 FAILED at 411. 00:42:12 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:42:12 Hmm... Ignoring the trailing garbage. 00:42:12 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:42:13 Failed in branch amd64 00:42:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:42:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:42:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:42:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:42:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:43:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:43:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:43:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:43:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:43:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:43:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:43:30 $ docker stop --time=1 e040596fddf449539d866abb17b8303c2a32a8bacba15708d78274e6c3a75de0 00:43:33 $ docker rm -f e040596fddf449539d866abb17b8303c2a32a8bacba15708d78274e6c3a75de0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:35 00:43:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:43:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:36 latest: Pulling from edgex-devops/edgex-compose-arm64 00:43:36 29e5d40040c1: Pulling fs layer 00:43:36 1ce36da41761: Pulling fs layer 00:43:36 25b303627fd3: Pulling fs layer 00:43:36 29e5d40040c1: Verifying Checksum 00:43:36 29e5d40040c1: Download complete 00:43:37 1ce36da41761: Verifying Checksum 00:43:37 1ce36da41761: Download complete 00:43:37 29e5d40040c1: Pull complete 00:43:38 1ce36da41761: Pull complete 00:43:38 25b303627fd3: Verifying Checksum 00:43:38 25b303627fd3: Download complete 00:43:48 25b303627fd3: Pull complete 00:43:48 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:43:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:43:49 prd-ubuntu18.04-docker-arm64-4c-16g-25883 does not seem to be running inside a container 00:43:49 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:52 $ docker top 1318ca548aa4c067c748dce11708bc895baf7380480f67474d456c80a597c60e -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:53 + docker-compose build --help 00:43:53 + grep parallel 00:43:57 --parallel Build images in parallel. [Pipeline] } 00:43:57 $ docker stop --time=1 1318ca548aa4c067c748dce11708bc895baf7380480f67474d456c80a597c60e 00:43:59 $ docker rm -f 1318ca548aa4c067c748dce11708bc895baf7380480f67474d456c80a597c60e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:00 . [Pipeline] withDockerContainer 00:44:01 prd-ubuntu18.04-docker-arm64-4c-16g-25883 does not seem to be running inside a container 00:44:01 $ 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/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:02 $ docker top e128ae9755ebbc940902fb790f8744571efd6ada4bb04eaac2f18e3b7b630731 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:03 + docker-compose -f ./docker-compose-build.yml build --parallel 00:44:07 Building docker-core-command-go ... 00:44:07 Building docker-core-data-go ... 00:44:07 Building docker-core-metadata-go ... 00:44:07 Building docker-security-bootstrapper-go ... 00:44:07 Building docker-security-proxy-setup-go ... 00:44:07 Building docker-security-secretstore-setup-go ... 00:44:07 Building docker-support-notifications-go ... 00:44:07 Building docker-support-scheduler-go ... 00:44:07 Building docker-sys-mgmt-agent-go ... 00:44:07 Building docker-security-bootstrapper-go 00:44:07 Building docker-core-metadata-go 00:44:07 Building docker-core-command-go 00:44:07 Building docker-sys-mgmt-agent-go 00:44:07 Building docker-security-secretstore-setup-go 00:45:29 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:45:29 ---> 30145396fbca 00:45:29 Step 3/24 : WORKDIR /edgex-go 00:45:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:45:29 ---> 30145396fbca 00:45:29 Step 3/23 : WORKDIR /edgex-go 00:45:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:45:29 ---> 30145396fbca 00:45:29 Step 3/23 : WORKDIR /edgex-go 00:45:29 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:29 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:45:29 ---> 30145396fbca 00:45:29 Step 3/30 : WORKDIR /edgex-go 00:45:29 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:29 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:45:29 ---> 30145396fbca 00:45:29 Step 3/26 : WORKDIR /edgex-go 00:45:29 ---> Running in 729d2c0bd9a8 00:45:29 ---> Running in 0faf86c4b9b0 00:45:29 ---> Running in eb0c92d1454d 00:45:29 ---> Running in d87a3b7f0629 00:45:29 ---> Running in 97354fc44aa6 00:45:29 Removing intermediate container 729d2c0bd9a8 00:45:29 ---> dba4cc9255fa 00:45:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:29 Removing intermediate container eb0c92d1454d 00:45:29 ---> 39f8c92f2cbf 00:45:29 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:29 Removing intermediate container d87a3b7f0629 00:45:29 ---> 0f82a76225d2 00:45:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:29 Removing intermediate container 0faf86c4b9b0 00:45:29 ---> 8510587455cf 00:45:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:29 Removing intermediate container 97354fc44aa6 00:45:29 ---> c3570f527f68 00:45:29 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:29 ---> Running in 65efc921e3bd 00:45:29 ---> Running in c3c5e0f05975 00:45:29 ---> Running in a1d067600ab7 00:45:29 ---> Running in fe063e059abf 00:45:29 ---> Running in 6fac98f5b771 00:45:29 Removing intermediate container c3c5e0f05975 00:45:29 ---> df109bc422a6 00:45:29 Step 5/26 : RUN apk add --update --no-cache make bash git 00:45:29 ---> Running in 46237c5eed22 00:45:29 Removing intermediate container 65efc921e3bd 00:45:29 ---> ec9141f6de29 00:45:29 Step 5/23 : RUN apk add --update --no-cache make git 00:45:29 Removing intermediate container 6fac98f5b771 00:45:29 ---> 40afffc30122 00:45:29 Step 5/30 : RUN apk add --update --no-cache make git 00:45:29 ---> Running in b0bf97fcd8b3 00:45:29 Removing intermediate container fe063e059abf 00:45:29 ---> d0cf9aea0eae 00:45:29 Step 5/24 : RUN apk add --update --no-cache make git 00:45:29 ---> Running in c8b266394887 00:45:29 Removing intermediate container a1d067600ab7 00:45:29 ---> 5738f48256af 00:45:29 Step 5/23 : RUN apk add --update --no-cache make git 00:45:29 ---> Running in 9d7b3f8e9172 00:45:29 ---> Running in cd0382d8bf2c 00:45:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:30 OK: 217 MiB in 51 packages 00:45:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:31 OK: 217 MiB in 51 packages 00:45:31 OK: 217 MiB in 51 packages 00:45:32 OK: 217 MiB in 51 packages 00:45:32 OK: 217 MiB in 51 packages 00:45:32 Removing intermediate container 46237c5eed22 00:45:32 ---> 7f82df8191b5 00:45:32 Step 6/26 : COPY go.mod . 00:45:33 Removing intermediate container b0bf97fcd8b3 00:45:33 ---> a7e8aaf41467 00:45:33 Step 6/23 : COPY go.mod . 00:45:33 ---> 18790e4f3591 00:45:33 Step 7/26 : RUN go mod download 00:45:33 Removing intermediate container c8b266394887 00:45:33 ---> a7e5da8572a1 00:45:33 Step 6/30 : COPY go.mod . 00:45:33 ---> Running in 9afcc07e42c4 00:45:34 Removing intermediate container 9d7b3f8e9172 00:45:34 ---> b2e15b8ca1e4 00:45:34 Step 6/24 : COPY go.mod . 00:45:34 Removing intermediate container cd0382d8bf2c 00:45:34 ---> e5a8b1aa2078 00:45:34 Step 6/23 : COPY go.mod . 00:45:34 ---> 4573521c53e7 00:45:34 Step 7/23 : RUN go mod download 00:45:34 ---> Running in 2ba413d0d06f 00:45:34 ---> 0910f63679bd 00:45:34 Step 7/30 : RUN go mod download 00:45:35 ---> Running in 51bf42478b01 00:45:35 ---> 9adb783c209e 00:45:35 Step 7/24 : RUN go mod download 00:45:35 ---> 329d041140ef 00:45:35 Step 7/23 : RUN go mod download 00:45:35 ---> Running in 1acc8aef22f5 00:45:36 ---> Running in 587e9c9626e0 00:45:38 Removing intermediate container 9afcc07e42c4 00:45:38 ---> f0c6f504bf53 00:45:38 Step 8/26 : COPY . . 00:45:38 Removing intermediate container 2ba413d0d06f 00:45:38 ---> 5cfd02dd2c49 00:45:38 Step 8/23 : COPY . . 00:45:39 Removing intermediate container 51bf42478b01 00:45:39 ---> 850f75106695 00:45:39 Step 8/30 : COPY . . 00:45:41 Removing intermediate container 1acc8aef22f5 00:45:41 ---> ddecb4da37aa 00:45:41 Step 8/24 : COPY . . 00:45:41 Removing intermediate container 587e9c9626e0 00:45:41 ---> fc1c24c173a2 00:45:41 Step 8/23 : COPY . . 00:46:08 ---> 6cac0c8572a7 00:46:08 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:46:08 ---> 964839c437d7 00:46:08 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:46:08 ---> c31156f88378 00:46:08 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:46:08 ---> 62dd839e901d 00:46:08 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:46:08 ---> dc591206890f 00:46:08 Step 9/23 : RUN make cmd/core-command/core-command 00:46:08 ---> Running in c7c4ba693e27 00:46:08 ---> Running in fc8d10fb9268 00:46:08 ---> Running in c500eca4ada1 00:46:08 ---> Running in 76de6ea63e0d 00:46:08 ---> Running in 735bd8f2d557 00:46:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:46:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:46: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 00:46: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 00:46:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:47:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:47:42 Removing intermediate container fc8d10fb9268 00:47:42 ---> b406381cd136 00:47:42 00:47:42 Step 10/24 : FROM alpine:3.12 00:47:42 3.12: Pulling from library/alpine 00:47:43 Removing intermediate container c500eca4ada1 00:47:43 ---> 3002b327bec1 00:47:43 00:47:43 Step 10/30 : FROM alpine:3.12 00:47:43 3.12: Pulling from library/alpine 00:47:44 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:47:44 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:47:44 Status: Image is up to date for alpine:3.12 00:47:44 ---> afeebe901d6b 00:47:44 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:47:44 Status: Downloaded newer image for alpine:3.12 00:47:44 ---> afeebe901d6b 00:47:44 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:47:45 ---> Running in 710ce661b128 00:47:45 ---> Running in faba9d290e64 00:47:46 Removing intermediate container c7c4ba693e27 00:47:46 ---> b82f2efd20de 00:47:46 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:47:47 ---> Running in dfbd19eab15c 00:47:47 Removing intermediate container 710ce661b128 00:47:47 ---> 8f27d03dbbc6 00:47:47 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:47:47 ---> Running in eecce2fda028 00:47:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:47:49 (1/5) Installing ca-certificates (20191127-r4) 00:47:49 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:47:49 (3/5) Installing libcurl (7.69.1-r3) 00:47:49 (4/5) Installing curl (7.69.1-r3) 00:47:49 (5/5) Installing dumb-init (1.2.2-r1) 00:47:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:49 Executing busybox-1.31.1-r19.trigger 00:47:49 Executing ca-certificates-20191127-r4.trigger 00:47:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:49 OK: 7 MiB in 19 packages 00:47:50 (1/2) Installing dumb-init (1.2.2-r1) 00:47:50 (2/2) Installing su-exec (0.2-r1) 00:47:50 Executing busybox-1.31.1-r19.trigger 00:47:50 OK: 5 MiB in 16 packages 00:47:53 Removing intermediate container eecce2fda028 00:47:53 ---> b91af58ce2bd 00:47:53 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:47:53 ---> Running in db8941fbf732 00:47:53 Removing intermediate container faba9d290e64 00:47:53 ---> e08c635163c6 00:47:53 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:54 ---> Running in 3904b74005f8 00:47:54 Removing intermediate container db8941fbf732 00:47:54 ---> e8f64d9cb4d0 00:47:54 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:47:55 Removing intermediate container dfbd19eab15c 00:47:55 ---> 45dce16f8e5c 00:47:55 00:47:55 Step 11/26 : FROM docker:20.10.0 00:47:55 20.10.0: Pulling from library/docker 00:47:55 ---> Running in 8e990ca91c36 00:47:55 Removing intermediate container 3904b74005f8 00:47:55 ---> e353a3c8d8a9 00:47:55 Step 13/24 : WORKDIR / 00:47:55 Removing intermediate container 735bd8f2d557 00:47:55 ---> 8a20498a2041 00:47:55 00:47:55 Step 10/23 : FROM alpine:3.12 00:47:55 ---> afeebe901d6b 00:47:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:47:55 ---> Running in bc27055715a8 00:47:56 ---> Running in f5a24342e1f9 00:47:56 Removing intermediate container 8e990ca91c36 00:47:56 ---> 938931284955 00:47:56 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:47:56 ---> Running in a68928bb54a8 00:47:57 Removing intermediate container bc27055715a8 00:47:57 ---> 272c3ada4430 00:47:57 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:47:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:59 (1/1) Installing dumb-init (1.2.2-r1) 00:47:59 Executing busybox-1.31.1-r19.trigger 00:47:59 OK: 5 MiB in 15 packages 00:47:59 ---> f6abfd7e000a 00:47:59 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:48:01 ---> 14ba5cf56ecc 00:48:01 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:48:01 Removing intermediate container a68928bb54a8 00:48:01 ---> 1d74ddf42c6a 00:48:01 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:48:01 Removing intermediate container f5a24342e1f9 00:48:01 ---> 2d11fb04a3a0 00:48:01 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:02 ---> Running in 6df72053643d 00:48:02 ---> Running in 4762383651ca 00:48:02 ---> aac28eb9032a 00:48:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:48:03 Removing intermediate container 6df72053643d 00:48:03 ---> a024c74e5ef2 00:48:03 Step 13/23 : ENV APP_PORT=48082 00:48:03 ---> Running in 99ae61a68e2d 00:48:04 Removing intermediate container 4762383651ca 00:48:04 ---> 349941dc9f82 00:48:04 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:48:04 Removing intermediate container 76de6ea63e0d 00:48:04 ---> da6590e43039 00:48:04 00:48:04 Step 10/23 : FROM alpine:3.12 00:48:04 ---> afeebe901d6b 00:48:04 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:48:04 ---> Using cache 00:48:04 ---> 2d11fb04a3a0 00:48:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:04 ---> Using cache 00:48:04 ---> a024c74e5ef2 00:48:04 Step 13/23 : ENV APP_PORT=48081 00:48:04 ---> 8f05e7512e5a 00:48:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:48:05 ---> Running in b6929b4ade50 00:48:05 Removing intermediate container 99ae61a68e2d 00:48:05 ---> 0a93c03139e6 00:48:05 Step 14/23 : EXPOSE $APP_PORT 00:48:05 ---> Running in 0dd058655097 00:48:05 ---> effc96e1f55e 00:48:05 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:48:05 Removing intermediate container b6929b4ade50 00:48:05 ---> 6982534224a2 00:48:05 Step 14/23 : EXPOSE $APP_PORT 00:48:06 ---> Running in e1e98a28c1e6 00:48:06 Removing intermediate container 0dd058655097 00:48:06 ---> 099e506544cd 00:48:06 Step 15/23 : WORKDIR / 00:48:06 ---> Running in 66fcf304bca8 00:48:07 ---> 531f79217507 00:48:07 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:48:07 ---> Running in 58afa9c8bdcd 00:48:07 Removing intermediate container 66fcf304bca8 00:48:07 ---> c41b31ea6094 00:48:07 Step 15/23 : WORKDIR / 00:48:07 ---> Running in 60aa80636a4f 00:48:07 Removing intermediate container 58afa9c8bdcd 00:48:07 ---> f5e16cb548bf 00:48:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:08 ---> 90444fce0367 00:48:08 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:48:08 ---> Running in 94b3b648f1f2 00:48:08 Removing intermediate container 60aa80636a4f 00:48:08 ---> f319c42407a4 00:48:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:09 ---> 7245ffe420b3 00:48:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:48:09 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:48:09 Status: Downloaded newer image for docker:20.10.0 00:48:09 ---> eeaf43b92773 00:48:09 Step 12/26 : RUN apk add --no-cache bash 00:48:09 ---> Running in 62cf049de553 00:48:10 ---> 81fa3690a509 00:48:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:48:10 Removing intermediate container e1e98a28c1e6 00:48:10 ---> c092beb804bf 00:48:10 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:11 ---> d82b0a3beb63 00:48:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:48:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:11 ---> 25d46b028df7 00:48:11 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:48:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:12 ---> e13ce2c60e12 00:48:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:48:12 Removing intermediate container 94b3b648f1f2 00:48:12 ---> 54454093c3dd 00:48:12 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:48:12 (1/2) Installing readline (8.0.4-r0) 00:48:12 (2/2) Installing bash (5.0.17-r0) 00:48:12 Executing bash-5.0.17-r0.post-install 00:48:12 Executing busybox-1.31.1-r19.trigger 00:48:12 OK: 12 MiB in 22 packages 00:48:12 ---> Running in 1582f0a83f5e 00:48:12 ---> 7c203859d195 00:48:12 Step 19/23 : ENTRYPOINT ["/core-command"] 00:48:12 ---> Running in 84688ebc4dda 00:48:13 ---> cf0ae66c226e 00:48:13 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:48:13 ---> Running in 0bbcec0f7978 00:48:13 Removing intermediate container 1582f0a83f5e 00:48:13 ---> 97f29b905e5e 00:48:13 ---> 50eab58adffa 00:48:13 Step 22/24 : LABEL arch=arm64 00:48:13 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:48:13 Removing intermediate container 84688ebc4dda 00:48:13 ---> 801f2be64c82 00:48:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:13 ---> Running in 754c3f8b7989 00:48:13 ---> Running in ca520ca97bb9 00:48:14 Removing intermediate container 0bbcec0f7978 00:48:14 ---> 5759b600944a 00:48:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:14 Removing intermediate container 62cf049de553 00:48:14 ---> e9934cf59653 00:48:14 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:48:14 ---> Running in 9c5aafee18fc 00:48:14 Removing intermediate container 754c3f8b7989 00:48:14 ---> 567dc4683136 00:48:14 Step 23/24 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 00:48:14 ---> Running in 8550c1370825 00:48:14 Removing intermediate container ca520ca97bb9 00:48:14 ---> 6bca8e3e5965 00:48:14 Step 21/23 : LABEL arch=arm64 00:48:14 ---> e0a53d7f899b 00:48:14 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:48:14 ---> Running in 8dc57dfe4866 00:48:14 ---> Running in 672d6ac0a720 00:48:15 Removing intermediate container 9c5aafee18fc 00:48:15 ---> 88034081b6b6 00:48:15 Step 21/23 : LABEL arch=arm64 00:48:15 Removing intermediate container 8550c1370825 00:48:15 ---> 6119c00ecc3e 00:48:15 Step 14/26 : ENV APP_PORT=48090 00:48:15 ---> Running in 9ae439cfea67 00:48:15 ---> Running in bd206c3dd912 00:48:15 Removing intermediate container 8dc57dfe4866 00:48:15 ---> 63256aea7a10 00:48:15 Step 24/24 : LABEL version=0.0.0 00:48:15 Removing intermediate container 672d6ac0a720 00:48:15 ---> bdb95aaa6db1 00:48:15 Step 22/23 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 00:48:15 ---> 0942f8c57146 00:48:15 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:48:15 ---> Running in 2e9b64dddd96 00:48:15 ---> Running in 90aa46eaa41d 00:48:15 Removing intermediate container 9ae439cfea67 00:48:15 ---> 6b9def923d6b 00:48:15 Step 22/23 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 00:48:15 Removing intermediate container bd206c3dd912 00:48:15 ---> 4b47f4a9f84b 00:48:15 Step 15/26 : EXPOSE $APP_PORT 00:48:16 ---> Running in 54b9bad82257 00:48:16 ---> Running in 997e9df02801 00:48:16 ---> Running in 33b96af85470 00:48:16 Removing intermediate container 2e9b64dddd96 00:48:16 ---> 348962cf5a51 00:48:16 00:48:16 Removing intermediate container 90aa46eaa41d 00:48:16 ---> a83f542640e5 00:48:16 Step 23/23 : LABEL version=0.0.0 00:48:16 ---> Running in 52d7eaa9aee1 00:48:17 Removing intermediate container 54b9bad82257 00:48:17 ---> 63bc25014eb2 00:48:17 Step 23/23 : LABEL version=0.0.0 00:48:17 Removing intermediate container 997e9df02801 00:48:17 ---> 4753b6c77fd6 00:48:17 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:48:17 Successfully built 348962cf5a51 00:48:17 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:48:17  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 00:48:17 Removing intermediate container 33b96af85470 00:48:17 ---> 8fc456dcb5da 00:48:17 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:48:17 ---> Running in b3b39ee739a7 00:48:17 Removing intermediate container 52d7eaa9aee1 00:48:17 ---> 635861cd4eff 00:48:17 00:48:18 Successfully built 635861cd4eff 00:48:18 ---> 30a702e45c3f 00:48:18 Step 25/30 : RUN chmod +x /entrypoint.sh 00:48:18 Successfully tagged docker-core-command-go-arm64:latest 00:48:18  Building docker-core-command-go ... done Building docker-support-notifications-go 00:48:18 ---> Running in 80d83ecf2744 00:48:18 Removing intermediate container b3b39ee739a7 00:48:18 ---> b4b7a97325a2 00:48:18 00:48:19 ---> 295eee6e477a 00:48:19 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:48:19 Successfully built b4b7a97325a2 00:48:19 Successfully tagged docker-core-metadata-go-arm64:latest 00:48:19  Building docker-core-metadata-go ... done Building docker-support-scheduler-go 00:48:20 ---> 5108ac49f07a 00:48:20 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:48:21 ---> 0b691576d0b8 00:48:21 Step 19/26 : RUN apk --no-cache add py3-pip 00:48:21 ---> Running in 7dba576a46d5 00:48:21 Removing intermediate container 80d83ecf2744 00:48:21 ---> e4910fbf31fc 00:48:21 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:48:22 ---> Running in 61202196703a 00:48:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:23 (1/33) Installing libbz2 (1.0.8-r1) 00:48:23 (2/33) Installing expat (2.2.9-r1) 00:48:23 (3/33) Installing libffi (3.3-r2) 00:48:23 Removing intermediate container 61202196703a 00:48:23 ---> 62ee5c334c3b 00:48:23 Step 27/30 : CMD ["gate"] 00:48:23 (4/33) Installing gdbm (1.13-r1) 00:48:23 (5/33) Installing xz-libs (5.2.5-r0) 00:48:23 (6/33) Installing sqlite-libs (3.32.1-r0) 00:48:23 (7/33) Installing python3 (3.8.5-r0) 00:48:25 (8/33) Installing py3-appdirs (1.4.4-r1) 00:48:25 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:48:25 (10/33) Installing py3-parsing (2.4.7-r0) 00:48:25 (11/33) Installing py3-six (1.15.0-r0) 00:48:25 (12/33) Installing py3-packaging (20.4-r0) 00:48:25 (13/33) Installing py3-setuptools (47.0.0-r0) 00:48:26 ---> Running in b21ae7ec8fc2 00:48:26 (14/33) Installing py3-chardet (3.0.4-r4) 00:48:26 (15/33) Installing py3-idna (2.9-r0) 00:48:26 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:48:26 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:48:26 (18/33) Installing py3-requests (2.23.0-r0) 00:48:26 (19/33) Installing py3-msgpack (1.0.0-r0) 00:48:26 (20/33) Installing py3-lockfile (0.12.2-r3) 00:48:26 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:48:26 (22/33) Installing py3-colorama (0.4.3-r0) 00:48:26 (23/33) Installing py3-distlib (0.3.0-r0) 00:48:26 (24/33) Installing py3-distro (1.5.0-r1) 00:48:26 (25/33) Installing py3-webencodings (0.5.1-r3) 00:48:26 (26/33) Installing py3-html5lib (1.0.1-r4) 00:48:26 (27/33) Installing py3-pytoml (0.1.21-r0) 00:48:26 (28/33) Installing py3-pep517 (0.8.2-r0) 00:48:26 (29/33) Installing py3-progress (1.5-r0) 00:48:26 (30/33) Installing py3-toml (0.10.1-r0) 00:48:26 (31/33) Installing py3-retrying (1.3.3-r0) 00:48:26 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:48:26 (33/33) Installing py3-pip (20.1.1-r0) 00:48:26 Executing busybox-1.31.1-r19.trigger 00:48:26 OK: 71 MiB in 55 packages 00:48:27 Removing intermediate container b21ae7ec8fc2 00:48:27 ---> 297c62de2ed8 00:48:27 Step 28/30 : LABEL arch=arm64 00:48:27 ---> Running in e13909fccb1a 00:48:28 Removing intermediate container e13909fccb1a 00:48:28 ---> 8c00ecd604fe 00:48:28 Step 29/30 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 00:48:29 ---> Running in 181190d42143 00:48:30 Removing intermediate container 181190d42143 00:48:30 ---> 2cbb269a44c0 00:48:30 Step 30/30 : LABEL version=0.0.0 00:48:31 ---> Running in 803964b5fc15 00:48:33 Removing intermediate container 803964b5fc15 00:48:33 ---> 93ab47625163 00:48:33 00:48:33 Successfully built 93ab47625163 00:48:33 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:48:33  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go 00:48:34 Removing intermediate container 7dba576a46d5 00:48:34 ---> 20bba931b884 00:48:34 Step 20/26 : RUN pip install docker-compose==1.23.2 00:48:34 ---> Running in 9879210ec7a1 00:48:39 Collecting docker-compose==1.23.2 00:48:40 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:48:40 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:48:42 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:48:42 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:48:42 Collecting docopt<0.7,>=0.6.1 00:48:42 Downloading docopt-0.6.2.tar.gz (25 kB) 00:48:46 Collecting cached-property<2,>=1.2.0 00:48:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:48:46 Collecting websocket-client<1.0,>=0.32.0 00:48:46 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:48:47 Collecting jsonschema<3,>=2.5.1 00:48:47 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:48:48 Collecting docker<4.0,>=3.6.0 00:48:48 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:48:50 Collecting PyYAML<4,>=3.10 00:48:50 Downloading PyYAML-3.13.tar.gz (270 kB) 00:48:54 Collecting texttable<0.10,>=0.9.0 00:48:54 Downloading texttable-0.9.1.tar.gz (11 kB) 00:48:57 Collecting dockerpty<0.5,>=0.4.1 00:48:57 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:48:59 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:48:59 Collecting urllib3<1.25,>=1.21.1 00:48:59 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:49:00 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:49:00 Collecting idna<2.8,>=2.5 00:49:00 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:49:01 Collecting docker-pycreds>=0.4.0 00:49:01 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:49:01 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:49:01 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:49:01 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:49:01 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:49:02 Installing collected packages: urllib3, idna, requests, docopt, cached-property, websocket-client, jsonschema, docker-pycreds, docker, PyYAML, texttable, dockerpty, docker-compose 00:49:02 Attempting uninstall: urllib3 00:49:02 Found existing installation: urllib3 1.25.9 00:49:02 Uninstalling urllib3-1.25.9: 00:49:02 Successfully uninstalled urllib3-1.25.9 00:49:03 Attempting uninstall: idna 00:49:03 Found existing installation: idna 2.9 00:49:03 Uninstalling idna-2.9: 00:49:03 Successfully uninstalled idna-2.9 00:49:04 Attempting uninstall: requests 00:49:04 Found existing installation: requests 2.23.0 00:49:04 Uninstalling requests-2.23.0: 00:49:04 Successfully uninstalled requests-2.23.0 00:49:04 Running setup.py install for docopt: started 00:49:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:05 ---> 30145396fbca 00:49:05 Step 3/23 : WORKDIR /edgex-go 00:49:05 ---> Using cache 00:49:05 ---> c3570f527f68 00:49:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:05 ---> Using cache 00:49:05 ---> 40afffc30122 00:49:05 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:49:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:49:07 ---> 30145396fbca 00:49:07 Step 3/22 : WORKDIR /edgex-go 00:49:07 ---> Using cache 00:49:07 ---> c3570f527f68 00:49:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:07 ---> Using cache 00:49:07 ---> 40afffc30122 00:49:07 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:49:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:49:07 ---> 30145396fbca 00:49:07 Step 3/22 : WORKDIR /edgex-go 00:49:07 ---> Using cache 00:49:07 ---> c3570f527f68 00:49:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:07 ---> Using cache 00:49:07 ---> 40afffc30122 00:49:07 Step 5/22 : RUN apk add --update --no-cache make git 00:49:07 ---> Using cache 00:49:07 ---> a7e5da8572a1 00:49:07 Step 6/22 : COPY go.mod . 00:49:07 ---> Using cache 00:49:07 ---> 0910f63679bd 00:49:07 Step 7/22 : RUN go mod download 00:49:07 ---> Using cache 00:49:07 ---> 850f75106695 00:49:07 Step 8/22 : COPY . . 00:49:07 ---> Using cache 00:49:07 ---> c31156f88378 00:49:07 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:49:07 Running setup.py install for docopt: finished with status 'done' 00:49:11 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:49:11 ---> 30145396fbca 00:49:11 Step 3/21 : WORKDIR /edgex-go 00:49:11 ---> Using cache 00:49:11 ---> c3570f527f68 00:49:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:11 ---> Using cache 00:49:11 ---> 40afffc30122 00:49:11 Step 5/21 : RUN apk add --update --no-cache make git 00:49:11 ---> Using cache 00:49:11 ---> a7e5da8572a1 00:49:11 Step 6/21 : COPY go.mod . 00:49:11 ---> Using cache 00:49:11 ---> 0910f63679bd 00:49:11 Step 7/21 : RUN go mod download 00:49:11 ---> Using cache 00:49:11 ---> 850f75106695 00:49:11 Step 8/21 : COPY . . 00:49:11 ---> Using cache 00:49:11 ---> c31156f88378 00:49:11 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:49:12 Running setup.py install for PyYAML: started 00:49:12 ---> Running in 97feb936630c 00:49:12 ---> Running in 6faa240dd356 00:49:12 ---> Running in 69be163919f8 00:49:12 ---> Running in 10b24e4fd144 00:49:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:49:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:49:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:15 Running setup.py install for PyYAML: finished with status 'done' 00:49:15 Running setup.py install for texttable: started 00:49:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:17 OK: 217 MiB in 51 packages 00:49:17 OK: 217 MiB in 51 packages 00:49:19 Running setup.py install for texttable: finished with status 'done' 00:49:19 Running setup.py install for dockerpty: started 00:49:19 Removing intermediate container 10b24e4fd144 00:49:19 ---> cff04d29fa38 00:49:19 Step 6/22 : COPY go.mod . 00:49:19 Removing intermediate container 97feb936630c 00:49:19 ---> 0725a8aeace4 00:49:19 Step 6/23 : COPY go.mod . 00:49:20 ---> c83170e0e99c 00:49:20 Step 7/22 : RUN go mod download 00:49:20 ---> 205016a3834b 00:49:20 Step 7/23 : RUN go mod download 00:49:20 ---> Running in 7cdb1f2e1efb 00:49:21 ---> Running in 9ba1afc76e11 00:49:22 Running setup.py install for dockerpty: finished with status 'done' 00:49: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 00:49:26 Removing intermediate container 7cdb1f2e1efb 00:49:26 ---> 3d458bb3d6c0 00:49:26 Step 8/22 : COPY . . 00:49:26 Removing intermediate container 9ba1afc76e11 00:49:26 ---> 52499ac7d970 00:49:26 Step 8/23 : COPY . . 00:49:33 Removing intermediate container 9879210ec7a1 00:49:33 ---> 7493d78a91cd 00:49:33 Step 21/26 : RUN apk --no-cache add curl 00:49:34 ---> Running in c487ff3d4d90 00:49:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:37 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:49:37 (2/3) Installing libcurl (7.69.1-r3) 00:49:37 (3/3) Installing curl (7.69.1-r3) 00:49:37 Executing busybox-1.31.1-r19.trigger 00:49:37 OK: 71 MiB in 58 packages 00:49:42 Removing intermediate container c487ff3d4d90 00:49:42 ---> 4bb0a0179d8b 00:49:42 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:49:42 ---> Running in 115ead2171a2 00:49:44 Removing intermediate container 115ead2171a2 00:49:44 ---> d99978d18e95 00:49:44 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:44 ---> Running in 98351bd028c5 00:49:45 Removing intermediate container 98351bd028c5 00:49:45 ---> 454003104c20 00:49:45 Step 24/26 : LABEL arch=arm64 00:49:46 ---> Running in b53ad336334e 00:49:47 Removing intermediate container b53ad336334e 00:49:47 ---> 086f76b4a4e9 00:49:47 Step 25/26 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 00:49:48 ---> Running in 3b20f4879f68 00:49:49 Removing intermediate container 3b20f4879f68 00:49:49 ---> 95f14bde859a 00:49:49 Step 26/26 : LABEL version=0.0.0 00:49:49 ---> Running in 35876ea3e9b7 00:49:50 Removing intermediate container 35876ea3e9b7 00:49:50 ---> 3545fdba65e8 00:49:50 00:49:52 Successfully built 3545fdba65e8 00:49:52 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:49:56  Building docker-sys-mgmt-agent-go ... done  ---> 6a344487528d 00:49:56 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:49:57 ---> Running in 98951654e5f0 00:49:57 ---> 9e5b70c7e0a0 00:49:57 Step 9/23 : RUN make cmd/core-data/core-data 00:49:57 ---> Running in 135b80dd313a 00:49:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:49:59 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:50:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:50:30 Removing intermediate container 69be163919f8 00:50:30 ---> 7466c3b78eed 00:50:30 00:50:30 Step 10/21 : FROM alpine:3.12 00:50:30 ---> afeebe901d6b 00:50:30 Step 11/21 : RUN apk add --update --no-cache curl 00:50:30 ---> Running in 5833f3f279d8 00:50:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:32 (1/4) Installing ca-certificates (20191127-r4) 00:50:32 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:50:32 (3/4) Installing libcurl (7.69.1-r3) 00:50:32 (4/4) Installing curl (7.69.1-r3) 00:50:32 Executing busybox-1.31.1-r19.trigger 00:50:32 Executing ca-certificates-20191127-r4.trigger 00:50:33 OK: 7 MiB in 18 packages 00:50:35 Removing intermediate container 5833f3f279d8 00:50:35 ---> 48eb86c991f7 00:50:35 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:36 ---> Running in b4f090a093ae 00:50:36 Removing intermediate container b4f090a093ae 00:50:36 ---> d419bc8a598d 00:50:36 Step 13/21 : WORKDIR /edgex 00:50:37 ---> Running in 894ba7a402b8 00:50:39 Removing intermediate container 894ba7a402b8 00:50:39 ---> 24186bf357f9 00:50:39 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:50:40 ---> 49ca8401e073 00:50:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:50:40 Removing intermediate container 6faa240dd356 00:50:40 ---> 8eac8dcdad6a 00:50:40 00:50:40 Step 10/22 : FROM alpine:3.12 00:50:40 ---> afeebe901d6b 00:50:40 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:50:40 ---> Using cache 00:50:40 ---> 2d11fb04a3a0 00:50:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:40 ---> Using cache 00:50:40 ---> a024c74e5ef2 00:50:40 Step 13/22 : ENV APP_PORT=48085 00:50:41 ---> Running in 4a7e06da4c63 00:50:41 Removing intermediate container 4a7e06da4c63 00:50:41 ---> e79d6f17a8de 00:50:41 Step 14/22 : EXPOSE $APP_PORT 00:50:41 ---> Running in d78d2393f071 00:50:42 ---> c8158f5f85a4 00:50:42 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:50:42 Removing intermediate container d78d2393f071 00:50:42 ---> 2a4fbf9a0e36 00:50:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:44 ---> 65de3dfbf819 00:50:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:50:44 ---> fe31762457de 00:50:44 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:50:45 ---> Running in b5cd0d429b6f 00:50:46 Removing intermediate container b5cd0d429b6f 00:50:46 ---> 3047a26ce28b 00:50:46 Step 18/21 : CMD ["--init=true"] 00:50:46 ---> Running in 9648770be878 00:50:46 ---> 099e7a691e05 00:50:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:50:46 Removing intermediate container 9648770be878 00:50:46 ---> 0b1264c56364 00:50:46 Step 19/21 : LABEL arch=arm64 00:50:47 ---> Running in 3f543138a097 00:50:47 ---> d545901098c0 00:50:47 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:50:48 ---> Running in 793778aa267b 00:50:48 Removing intermediate container 3f543138a097 00:50:48 ---> b43b2d12a2d9 00:50:48 Step 20/21 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 00:50:48 ---> Running in fe7e80c89745 00:50:48 Removing intermediate container 793778aa267b 00:50:48 ---> 769d14c45182 00:50:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:48 ---> Running in 8cabbc075468 00:50:49 Removing intermediate container fe7e80c89745 00:50:49 ---> 95919685bf48 00:50:49 Step 21/21 : LABEL version=0.0.0 00:50:49 ---> Running in fc3350eec3c6 00:50:49 Removing intermediate container 8cabbc075468 00:50:49 ---> 1c0beca9e646 00:50:49 Step 20/22 : LABEL arch=arm64 00:50:50 ---> Running in c983465623b1 00:50:50 Removing intermediate container fc3350eec3c6 00:50:50 ---> 35a043b13364 00:50:50 00:50:51 Successfully built 35a043b13364 00:50:51 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:50:51  Building docker-security-proxy-setup-go ... done Removing intermediate container c983465623b1 00:50:51 ---> 28ce8b1861d9 00:50:51 Step 21/22 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 00:50:51 ---> Running in 0e20ce6cae30 00:50:51 Removing intermediate container 0e20ce6cae30 00:50:51 ---> be96f28b754b 00:50:51 Step 22/22 : LABEL version=0.0.0 00:50:51 ---> Running in d5f7e561ba9f 00:50:52 Removing intermediate container d5f7e561ba9f 00:50:52 ---> ab4dcb268299 00:50:52 00:50:53 Successfully built ab4dcb268299 00:50:53 Successfully tagged docker-support-scheduler-go-arm64:latest 00:51:15  Building docker-support-scheduler-go ... done Removing intermediate container 98951654e5f0 00:51:15 ---> 0e5748796ba6 00:51:15 00:51:15 Step 10/22 : FROM alpine:3.12 00:51:15 ---> afeebe901d6b 00:51:15 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:51:15 ---> Running in 4aab84ea67b4 00:51:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:15 (1/2) Installing ca-certificates (20191127-r4) 00:51:15 (2/2) Installing dumb-init (1.2.2-r1) 00:51:15 Executing busybox-1.31.1-r19.trigger 00:51:15 Executing ca-certificates-20191127-r4.trigger 00:51:16 OK: 6 MiB in 16 packages 00:51:18 Removing intermediate container 4aab84ea67b4 00:51:18 ---> ac6db80fefb2 00:51:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:51:18 ---> Running in 937afb7a2723 00:51:18 Removing intermediate container 937afb7a2723 00:51:18 ---> 936ddbc668b2 00:51:18 Step 13/22 : ENV APP_PORT=48060 00:51:19 ---> Running in cfc4c0cadb84 00:51:20 Removing intermediate container cfc4c0cadb84 00:51:20 ---> 18442ed2dd41 00:51:20 Step 14/22 : EXPOSE $APP_PORT 00:51:20 ---> Running in 8eac5ce9b16f 00:51:20 Removing intermediate container 135b80dd313a 00:51:20 ---> e0ed79c103b0 00:51:20 00:51:20 Step 10/23 : FROM alpine:3.12 00:51:20 ---> afeebe901d6b 00:51:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:51:20 ---> Running in 9069f6205b13 00:51:20 Removing intermediate container 8eac5ce9b16f 00:51:20 ---> 214415d1b6db 00:51:20 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:21 Removing intermediate container 9069f6205b13 00:51:21 ---> c77dbd06efe5 00:51:21 Step 12/23 : ENV APP_PORT=48080 00:51:21 ---> Running in e274f0a8d6ca 00:51:21 ---> 404bf0d091fc 00:51:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:51:21 Removing intermediate container e274f0a8d6ca 00:51:21 ---> 56324331a539 00:51:21 Step 13/23 : EXPOSE $APP_PORT 00:51:22 ---> Running in e5503b32ad36 00:51:22 Removing intermediate container e5503b32ad36 00:51:22 ---> 17c2765b126f 00:51:22 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:22 ---> b1ad4e98ffdf 00:51:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:51:22 ---> Running in d3cc771d3f72 00:51:23 ---> df8b813b632a 00:51:23 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:51:23 ---> Running in af402af89afd 00:51:24 Removing intermediate container af402af89afd 00:51:24 ---> 8bb3570c01ad 00:51:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:24 ---> Running in 32980700123a 00:51:25 Removing intermediate container 32980700123a 00:51:25 ---> c37f60afe3d5 00:51:25 Step 20/22 : LABEL arch=arm64 00:51:25 Removing intermediate container d3cc771d3f72 00:51:25 ---> ecf70238280a 00:51:25 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:51:25 ---> Running in 15dafd4d9a57 00:51:25 ---> Running in 3af293f065c3 00:51:25 Removing intermediate container 3af293f065c3 00:51:25 ---> 317111577bb2 00:51:25 Step 21/22 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 00:51:25 ---> Running in e1a0aeb33ed0 00:51:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:26 Removing intermediate container e1a0aeb33ed0 00:51:26 ---> 96ea79bdbba1 00:51:26 Step 22/22 : LABEL version=0.0.0 00:51:26 ---> Running in 777e543fb262 00:51:26 Removing intermediate container 777e543fb262 00:51:26 ---> b93fef03ffa8 00:51:26 00:51:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:27 Successfully built b93fef03ffa8 00:51:27 Successfully tagged docker-support-notifications-go-arm64:latest 00:51:27  Building docker-support-notifications-go ... done (1/6) Installing dumb-init (1.2.2-r1) 00:51:27 (2/6) Installing libgcc (9.3.0-r2) 00:51:27 (3/6) Installing libsodium (1.0.18-r0) 00:51:27 (4/6) Installing libstdc++ (9.3.0-r2) 00:51:28 (5/6) Installing libzmq (4.3.3-r0) 00:51:28 (6/6) Installing zeromq (4.3.3-r0) 00:51:28 Executing busybox-1.31.1-r19.trigger 00:51:28 OK: 8 MiB in 20 packages 00:51:29 Removing intermediate container 15dafd4d9a57 00:51:29 ---> 5f2b9be445e6 00:51:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:30 ---> 09219e5e811b 00:51:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:51:31 ---> 719bedf45321 00:51:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:51:32 ---> fac77dc28162 00:51:32 Step 19/23 : ENTRYPOINT ["/core-data"] 00:51:32 ---> Running in 71dc60b4d922 00:51:32 Removing intermediate container 71dc60b4d922 00:51:32 ---> 072451b0a58e 00:51:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:32 ---> Running in 3e0fdf8dc288 00:51:33 Removing intermediate container 3e0fdf8dc288 00:51:33 ---> 36c654f7d0c0 00:51:33 Step 21/23 : LABEL arch=arm64 00:51:33 ---> Running in c20c12eb2327 00:51:34 Removing intermediate container c20c12eb2327 00:51:34 ---> 31fa7ac5edbc 00:51:34 Step 22/23 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 00:51:34 ---> Running in 26ba1cd95648 00:51:35 Removing intermediate container 26ba1cd95648 00:51:35 ---> 8baca322dfbb 00:51:35 Step 23/23 : LABEL version=0.0.0 00:51:35 ---> Running in 55d3d1634527 00:51:35 Removing intermediate container 55d3d1634527 00:51:35 ---> c6dcdf9f1762 00:51:35 00:51:35 Successfully built c6dcdf9f1762 00:51:36 Successfully tagged docker-core-data-go-arm64:latest 00:51:36  Building docker-core-data-go ... done  [Pipeline] } 00:51:36 $ docker stop --time=1 e128ae9755ebbc940902fb790f8744571efd6ada4bb04eaac2f18e3b7b630731 00:51:38 $ docker rm -f e128ae9755ebbc940902fb790f8744571efd6ada4bb04eaac2f18e3b7b630731 [Pipeline] // withDockerContainer [Pipeline] sh 00:51:39 + docker images 00:51:39 + grep docker 00:51:39 docker-core-data-go-arm64 latest c6dcdf9f1762 4 seconds ago 21MB 00:51:39 docker-support-notifications-go-arm64 latest b93fef03ffa8 13 seconds ago 16.7MB 00:51:39 docker-support-scheduler-go-arm64 latest ab4dcb268299 47 seconds ago 16.1MB 00:51:39 docker-security-proxy-setup-go-arm64 latest 35a043b13364 50 seconds ago 23.2MB 00:51:39 docker-sys-mgmt-agent-go-arm64 latest 3545fdba65e8 About a minute ago 300MB 00:51:39 docker-security-bootstrapper-go-arm64 latest 93ab47625163 3 minutes ago 17MB 00:51:39 docker-core-metadata-go-arm64 latest b4b7a97325a2 3 minutes ago 17.8MB 00:51:39 docker-core-command-go-arm64 latest 635861cd4eff 3 minutes ago 16MB 00:51:39 docker-security-secretstore-setup-go-arm64 latest 348962cf5a51 3 minutes ago 23.4MB 00:51:39 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:51:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:51:44 ---> package-listing.sh 00:51:44 ++ facter osfamily 00:51:44 ++ tr '[:upper:]' '[:lower:]' 00:51:44 + OS_FAMILY=redhat 00:51:44 + workspace=/w/workspace/edgex-go/61 00:51:44 + START_PACKAGES=/tmp/packages_start.txt 00:51:44 + END_PACKAGES=/tmp/packages_end.txt 00:51:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:51:44 + PACKAGES=/tmp/packages_start.txt 00:51:44 + '[' /w/workspace/edgex-go/61 ']' 00:51:44 + PACKAGES=/tmp/packages_end.txt 00:51:44 + case "${OS_FAMILY}" in 00:51:44 + rpm -qa 00:51:44 + sort 00:51:49 + '[' -f /tmp/packages_start.txt ']' 00:51:49 + '[' -f /tmp/packages_end.txt ']' 00:51:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:51:49 + '[' /w/workspace/edgex-go/61 ']' 00:51:49 + mkdir -p /w/workspace/edgex-go/61/archives/ 00:51:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/61/archives/ [Pipeline] echo 00:51:49 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/61/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:51:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:51:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:50 00:51:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:51:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:50 alpine: Pulling from edgex-lftools-log-publisher 00:51:50 df20fa9351a1: Pulling fs layer 00:51:50 36b3adc4ff6f: Pulling fs layer 00:51:50 8ad3a11d3b57: Pulling fs layer 00:51:50 46f8f816bc3b: Pulling fs layer 00:51:50 93b61091891f: Pulling fs layer 00:51:50 93b9cdb0e59b: Pulling fs layer 00:51:50 5e14af77c1be: Pulling fs layer 00:51:50 01666e4c0597: Pulling fs layer 00:51:50 aa168da1d23b: Pulling fs layer 00:51:50 46f8f816bc3b: Waiting 00:51:50 93b61091891f: Waiting 00:51:50 93b9cdb0e59b: Waiting 00:51:50 5e14af77c1be: Waiting 00:51:50 01666e4c0597: Waiting 00:51:50 aa168da1d23b: Waiting 00:51:50 36b3adc4ff6f: Verifying Checksum 00:51:50 36b3adc4ff6f: Download complete 00:51:50 46f8f816bc3b: Verifying Checksum 00:51:50 46f8f816bc3b: Download complete 00:51:50 df20fa9351a1: Download complete 00:51:50 93b9cdb0e59b: Verifying Checksum 00:51:50 93b9cdb0e59b: Download complete 00:51:50 5e14af77c1be: Verifying Checksum 00:51:50 5e14af77c1be: Download complete 00:51:50 93b61091891f: Verifying Checksum 00:51:50 93b61091891f: Download complete 00:51:50 01666e4c0597: Verifying Checksum 00:51:50 01666e4c0597: Download complete 00:51:51 df20fa9351a1: Pull complete 00:51:51 36b3adc4ff6f: Pull complete 00:51:51 8ad3a11d3b57: Verifying Checksum 00:51:51 8ad3a11d3b57: Download complete 00:51:52 8ad3a11d3b57: Pull complete 00:51:52 46f8f816bc3b: Pull complete 00:51:53 aa168da1d23b: Verifying Checksum 00:51:53 aa168da1d23b: Download complete 00:51:54 93b61091891f: Pull complete 00:51:54 93b9cdb0e59b: Pull complete 00:51:54 5e14af77c1be: Pull complete 00:51:54 01666e4c0597: Pull complete 00:52:04 aa168da1d23b: Pull complete 00:52:04 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:52:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:52:05 prd-centos7-docker-4c-2g-25880 does not seem to be running inside a container 00:52:05 $ 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/61/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/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:52:08 $ docker top 517bf1b0ee78a01008d2bde45408a20f90b5d61118885fc852a7b5611c915a08 -eo pid,comm [Pipeline] { [Pipeline] sh 00:52:09 + touch /tmp/pre-build-complete [Pipeline] sh 00:52:09 + mkdir -p /var/log/sa [Pipeline] sh 00:52:09 + ls /var/log/sa-host 00:52:09 + sadf -c /var/log/sa-host/sa10 00:52:09 file_magic: OK 00:52:09 HZ: Using current value: 100 00:52:09 file_header: OK 00:52:09 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:52:09 Statistics: 00:52:09 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:52:09 File successfully converted to sysstat format version 12.2.1 00:52:09 + sadf -c /var/log/sa-host/sa23 00:52:09 file_magic: OK 00:52:09 HZ: Using current value: 100 00:52:09 file_header: OK 00:52:09 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:52:09 Statistics: 00:52:09 Hnuu...uuuununununu... 00:52:09 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:52:10 provisioning config files... 00:52:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/61@tmp/config4287738690932271969tmp [Pipeline] { [Pipeline] echo 00:52:10 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:52:10 ---> create-netrc.sh [Pipeline] } 00:52:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:52:10 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:52:11 ---> python-tools-install.sh [Pipeline] echo 00:52:11 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:52:11 ---> sudo-logs.sh 00:52:11 Archiving 'sudo' log.. [Pipeline] echo 00:52:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:52:11 ---> job-cost.sh 00:52:11 lf-activate-venv: SKIPPING 00:52:11 INFO: No Stack... 00:52:12 INFO: Retrieving Pricing Info for: v1-standard-2 00:52:13 INFO: Archiving Costs [Pipeline] echo 00:52:13 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:52:13 ---> logs-deploy.sh 00:52:13 lf-activate-venv: SKIPPING 00:52:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/61 00:52:13 INFO: archiving workspace using pattern(s): 00:52:14 Archives upload complete. 00:52:15 INFO: archiving logs to Nexus