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 jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from e16aee3722b0f014e7611225c341ea548abb8698+4dfaf167a75f3c6dea6f872deeb8969b2f6df637 (efc7fdf00b840ec5bc34708978887c54f0641a02) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30060 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/10 [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/10 # 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 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit e16aee3722b0f014e7611225c341ea548abb8698 > 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/3223/head:refs/remotes/origin/PR-3223 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e16aee3722b0f014e7611225c341ea548abb8698 # timeout=10 Merge succeeded, producing aab7450329928fc6dfeb225ad3b9d5a300309cb6 Checking out Revision aab7450329928fc6dfeb225ad3b9d5a300309cb6 (PR-3223) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aab7450329928fc6dfeb225ad3b9d5a300309cb6 # timeout=10 Commit message: "Merge commit '4dfaf167a75f3c6dea6f872deeb8969b2f6df637' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:30:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:30:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:30:31 ========================================================= 00:30:31 EdgeX Global Pipelines Version Info 00:30:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 667eb6bd1c499f875a20771a3203684b431a548b # timeout=10 00:30:33 ------------------- 00:30:33 stable info: 00:30:33 ------------------- 00:30:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:33 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:30:33 Message: update stable to v1.0.184 00:30:34 ------------------- 00:30:34 experimental info: 00:30:34 ------------------- 00:30:34 Commited By: **** collab-it+edgex@linuxfoundation.org 00:30:34 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:30:34 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:30:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:30:34 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:30:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:30:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:30:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:30:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:30:34 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:30:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:30:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:30:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:30:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:30:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:30:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:30:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:30:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:30:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:30:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:30:35 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:30:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:30:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:30:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:30:36 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:30:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3223 [Pipeline] echo 00:30:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3223 [Pipeline] echo 00:30:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3223 [Pipeline] echo 00:30:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = aab7450329928fc6dfeb225ad3b9d5a300309cb6 [Pipeline] echo 00:30:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = aab7450 [Pipeline] echo 00:30:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:30:36 provisioning config files... 00:30:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config475718097095990326tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:30:37 ---> docker-login.sh 00:30:37 nexus3.edgexfoundry.org:10001 00:30:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:37 Configure a credential helper to remove this warning. See 00:30:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:37 00:30:37 Login Succeeded 00:30:37 nexus3.edgexfoundry.org:10002 00:30:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:37 Configure a credential helper to remove this warning. See 00:30:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:37 00:30:37 Login Succeeded 00:30:37 nexus3.edgexfoundry.org:10003 00:30:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:38 Configure a credential helper to remove this warning. See 00:30:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:38 00:30:38 Login Succeeded 00:30:38 nexus3.edgexfoundry.org:10004 00:30:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:38 Configure a credential helper to remove this warning. See 00:30:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:38 00:30:38 Login Succeeded 00:30:38 docker.io 00:30:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:38 Configure a credential helper to remove this warning. See 00:30:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:38 00:30:38 Login Succeeded 00:30:38 ---> docker-login.sh ends [Pipeline] } 00:30:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:39 ++ 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:30:39 + for file in '`ls cmd/**/Dockerfile`' 00:30:39 ++ dirname cmd/core-command/Dockerfile 00:30:39 ++ cut -d/ -f2 00:30:39 + echo core-command,cmd/core-command/Dockerfile 00:30:39 + for file in '`ls cmd/**/Dockerfile`' 00:30:39 ++ dirname cmd/core-data/Dockerfile 00:30:39 ++ cut -d/ -f2 00:30:39 + echo core-data,cmd/core-data/Dockerfile 00:30:39 + for file in '`ls cmd/**/Dockerfile`' 00:30:39 ++ dirname cmd/core-metadata/Dockerfile 00:30:39 ++ cut -d/ -f2 00:30:39 + echo core-metadata,cmd/core-metadata/Dockerfile 00:30:39 + for file in '`ls cmd/**/Dockerfile`' 00:30:39 ++ dirname cmd/security-bootstrapper/Dockerfile 00:30:39 ++ cut -d/ -f2 00:30:39 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:30:39 + for file in '`ls cmd/**/Dockerfile`' 00:30:39 ++ dirname cmd/security-proxy-setup/Dockerfile 00:30:39 ++ cut -d/ -f2 00:30:39 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:30:39 + for file in '`ls cmd/**/Dockerfile`' 00:30:39 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:30:39 ++ cut -d/ -f2 00:30:39 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:30:39 + for file in '`ls cmd/**/Dockerfile`' 00:30:39 ++ dirname cmd/support-notifications/Dockerfile 00:30:39 ++ cut -d/ -f2 00:30:39 + echo support-notifications,cmd/support-notifications/Dockerfile 00:30:39 + for file in '`ls cmd/**/Dockerfile`' 00:30:39 ++ dirname cmd/support-scheduler/Dockerfile 00:30:39 ++ cut -d/ -f2 00:30:39 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:30:39 + for file in '`ls cmd/**/Dockerfile`' 00:30:39 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:30:39 ++ cut -d/ -f2 00:30:39 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:30:39 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:30:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:39 00:30:39 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:30:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:40 latest: Pulling from edgex-devops/git-semver 00:30:40 31603596830f: Pulling fs layer 00:30:40 2a8b12db71e7: Pulling fs layer 00:30:40 6ca5941a6612: Pulling fs layer 00:30:40 ecc8261a40a4: Pulling fs layer 00:30:40 ecc8261a40a4: Waiting 00:30:40 2a8b12db71e7: Verifying Checksum 00:30:40 2a8b12db71e7: Download complete 00:30:40 31603596830f: Download complete 00:30:40 6ca5941a6612: Verifying Checksum 00:30:40 6ca5941a6612: Download complete 00:30:40 ecc8261a40a4: Verifying Checksum 00:30:40 ecc8261a40a4: Download complete 00:30:40 31603596830f: Pull complete 00:30:40 2a8b12db71e7: Pull complete 00:30:41 6ca5941a6612: Pull complete 00:30:42 ecc8261a40a4: Pull complete 00:30:42 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:30:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:30:42 prd-centos7-docker-4c-2g-30060 does not seem to be running inside a container 00:30:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:30:44 $ docker top 5bfd3b82d18c8c8ac7eb58339c9e986350199c6203a652d590d778bc1420b32f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:30:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:45 [ssh-agent] Looking for ssh-agent implementation... 00:30:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:45 $ docker exec 5bfd3b82d18c8c8ac7eb58339c9e986350199c6203a652d590d778bc1420b32f ssh-agent 00:30:45 SSH_AUTH_SOCK=/tmp/ssh-3VOnEB5m0Hx9/agent.12 00:30:45 SSH_AGENT_PID=17 00:30:45 Running ssh-add (command line suppressed) 00:30:45 Identity added: /w/workspace/edgex-go/10@tmp/private_key_968908394760280162.key (/w/workspace/edgex-go/10@tmp/private_key_968908394760280162.key) 00:30:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:46 + git tag --points-at HEAD [Pipeline] } 00:30:46 $ docker exec --env ******** --env ******** 5bfd3b82d18c8c8ac7eb58339c9e986350199c6203a652d590d778bc1420b32f ssh-agent -k 00:30:46 unset SSH_AUTH_SOCK; 00:30:46 unset SSH_AGENT_PID; 00:30:46 echo Agent pid 17 killed; 00:30:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:30:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:46 [ssh-agent] Looking for ssh-agent implementation... 00:30:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:46 $ docker exec 5bfd3b82d18c8c8ac7eb58339c9e986350199c6203a652d590d778bc1420b32f ssh-agent 00:30:46 SSH_AUTH_SOCK=/tmp/ssh-jDEtIiXFwB2m/agent.46 00:30:46 SSH_AGENT_PID=51 00:30:46 Running ssh-add (command line suppressed) 00:30:46 Identity added: /w/workspace/edgex-go/10@tmp/private_key_2640288979477032810.key (/w/workspace/edgex-go/10@tmp/private_key_2640288979477032810.key) 00:30:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:47 + git semver init 00:30:47 # -> Open(): unable to determine branch for HEAD 00:30:47 # $GIT_DIR = /w/workspace/edgex-go/10/.git 00:30:47 # $GIT_WORK_TREE = /w/workspace/edgex-go/10 00:30:47 # $SEMVER_REMOTE_NAME = origin 00:30:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:30:47 # $SEMVER_USER_NAME = edgex-jenkins 00:30:47 # $SEMVER_BRANCH = PR-3223 00:30:47 # $SEMVER_TEMP = /tmp/semver-725401286 00:30:47 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:09 # '/tmp/semver-725401286' -> '/w/workspace/edgex-go/10/.semver' 00:31:09 # -> Force: false 00:31:09 # $SEMVER_DIR = /w/workspace/edgex-go/10/.semver [Pipeline] } 00:31:09 $ docker exec --env ******** --env ******** 5bfd3b82d18c8c8ac7eb58339c9e986350199c6203a652d590d778bc1420b32f ssh-agent -k 00:31:10 unset SSH_AUTH_SOCK; 00:31:10 unset SSH_AGENT_PID; 00:31:10 echo Agent pid 51 killed; 00:31:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:10 + git semver [Pipeline] } 00:31:10 $ docker stop --time=1 5bfd3b82d18c8c8ac7eb58339c9e986350199c6203a652d590d778bc1420b32f 00:31:12 $ docker rm -f 5bfd3b82d18c8c8ac7eb58339c9e986350199c6203a652d590d778bc1420b32f [Pipeline] // withDockerContainer [Pipeline] sh 00:31:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:13 Stashed 1 file(s) [Pipeline] echo 00:31:13 [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:31:14 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:15 + sudo service docker restart 00:31:15 + true 00:31:15 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:15 ========================================================= 00:31:15 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:16 + 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:31:20 Sending build context to Docker daemon 328.6MB 00:31:20 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:31:20 Step 2/6 : FROM ${BASE} 00:31:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:20 188c0c94c7c5: Pulling fs layer 00:31:20 0ef7d3d256c8: Pulling fs layer 00:31:20 de9db76c5a1d: Pulling fs layer 00:31:20 bca2f99d35d6: Pulling fs layer 00:31:20 93359f2a8cfa: Pulling fs layer 00:31:20 7c6f9722023f: Pulling fs layer 00:31:20 a35cf1a2eb13: Pulling fs layer 00:31:20 bca2f99d35d6: Waiting 00:31:20 93359f2a8cfa: Waiting 00:31:20 7c6f9722023f: Waiting 00:31:20 a35cf1a2eb13: Waiting 00:31:20 de9db76c5a1d: Verifying Checksum 00:31:20 de9db76c5a1d: Download complete 00:31:20 0ef7d3d256c8: Download complete 00:31:20 93359f2a8cfa: Verifying Checksum 00:31:20 93359f2a8cfa: Download complete 00:31:20 7c6f9722023f: Verifying Checksum 00:31:20 7c6f9722023f: Download complete 00:31:20 188c0c94c7c5: Verifying Checksum 00:31:20 188c0c94c7c5: Download complete 00:31:21 188c0c94c7c5: Pull complete 00:31:22 a35cf1a2eb13: Verifying Checksum 00:31:22 a35cf1a2eb13: Download complete 00:31:22 bca2f99d35d6: Verifying Checksum 00:31:22 bca2f99d35d6: Download complete 00:31:23 0ef7d3d256c8: Pull complete 00:31:23 de9db76c5a1d: Pull complete 00:31:28 bca2f99d35d6: Pull complete 00:31:29 93359f2a8cfa: Pull complete 00:31:29 Still waiting to schedule task 00:31:29 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:31:29 7c6f9722023f: Pull complete 00:31:32 a35cf1a2eb13: Pull complete 00:31:32 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:31:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:31:32 ---> a62c8e92a672 00:31:32 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:31:33 ---> Running in b6c5a769dba6 00:31:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:35 (1/12) Installing libmagic (5.38-r0) 00:31:35 (2/12) Installing file (5.38-r0) 00:31:36 (3/12) Installing libc-dev (0.7.2-r3) 00:31:36 (4/12) Installing g++ (9.3.0-r2) 00:31:40 (5/12) Installing fortify-headers (1.1-r0) 00:31:40 (6/12) Installing patch (2.7.6-r6) 00:31:40 (7/12) Installing build-base (0.5-r2) 00:31:40 (8/12) Installing libsodium (1.0.18-r0) 00:31:40 (9/12) Installing pkgconf (1.7.2-r0) 00:31:40 (10/12) Installing libsodium-dev (1.0.18-r0) 00:31:40 (11/12) Installing libzmq (4.3.3-r0) 00:31:40 (12/12) Installing zeromq-dev (4.3.3-r0) 00:31:40 Executing busybox-1.31.1-r19.trigger 00:31:40 OK: 233 MiB in 51 packages 00:31:45 Removing intermediate container b6c5a769dba6 00:31:45 ---> 009eab6e2e1e 00:31:45 Step 4/6 : WORKDIR /edgex-go 00:31:45 ---> Running in 7526b2ede939 00:31:45 Removing intermediate container 7526b2ede939 00:31:45 ---> 09b92e76a127 00:31:45 Step 5/6 : COPY go.mod . 00:31:45 ---> eabdd7dbb808 00:31:45 Step 6/6 : RUN go mod download 00:31:45 ---> Running in 8f7b0b74a05a 00:32:07 Removing intermediate container 8f7b0b74a05a 00:32:07 ---> f0761f46a0e9 00:32:07 Successfully built f0761f46a0e9 00:32:07 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:07 + docker inspect -f . ci-base-image-x86_64 00:32:07 . [Pipeline] withDockerContainer 00:32:07 prd-centos7-docker-4c-2g-30060 does not seem to be running inside a container 00:32:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:08 $ docker top 5e400f9baa5b6c912748c8cc4fc3f1d66791a8001d326293c85a05f7f8df9348 -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:09 + go version 00:32:09 go version go1.15.5 linux/amd64 [Pipeline] } 00:32:09 $ docker stop --time=1 5e400f9baa5b6c912748c8cc4fc3f1d66791a8001d326293c85a05f7f8df9348 00:32:11 $ docker rm -f 5e400f9baa5b6c912748c8cc4fc3f1d66791a8001d326293c85a05f7f8df9348 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:12 + docker inspect -f . ci-base-image-x86_64 00:32:12 . [Pipeline] withDockerContainer 00:32:12 prd-centos7-docker-4c-2g-30060 does not seem to be running inside a container 00:32:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:12 $ docker top bc2bd4f0899e79abad5bbabaafef615f45514c296d38b1238154918bad48bef0 -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:13 ========================================================= 00:32:13 [edgeXBuildGoParallel] Running Tests and Build... 00:32:13 ========================================================= [Pipeline] sh 00:32:13 + make test 00:32:13 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:32:23 ? github.com/edgexfoundry/edgex-go [no test files] 00:32:38 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:32:45 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:32:45 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:32:45 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:32:48 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:32:48 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:32:48 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:32:48 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:32:48 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:32:49 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:32:51 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:32:51 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:32:51 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:32:53 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.125s coverage: 45.9% of statements 00:32:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:32:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:32:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:32:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:32:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:32:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:32:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.057s coverage: 19.8% of statements 00:32:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.085s coverage: 100.0% of statements 00:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.214s coverage: 27.1% of statements 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.076s coverage: 100.0% of statements 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.105s coverage: 71.3% of statements 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.207s coverage: 82.9% of statements 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.073s coverage: 78.9% of statements 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.466s coverage: 28.6% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.071s coverage: 100.0% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.114s coverage: 86.7% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.145s coverage: 97.5% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.081s coverage: 78.3% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.440s coverage: 92.8% of statements 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.054s coverage: 0.1% of statements 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.051s coverage: 47.1% of statements 00:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.051s coverage: 79.5% of statements 00:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.032s coverage: 94.1% of statements 00:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.035s coverage: 96.3% of statements 00:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.036s coverage: 87.5% of statements 00:33:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.041s coverage: 94.4% of statements 00:33:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements 00:33:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.114s coverage: 81.9% of statements 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.084s coverage: 92.9% of statements 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.038s coverage: 77.8% of statements 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.050s coverage: 75.5% of statements 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.069s coverage: 87.2% of statements 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.6% of statements 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.083s coverage: 91.6% of statements 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.187s coverage: 62.4% of statements 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.027s coverage: 100.0% of statements 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.357s coverage: 69.0% of statements 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.086s coverage: 38.4% of statements 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.048s coverage: 89.5% of statements 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.037s coverage: 84.8% of statements 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.146s coverage: 47.0% of statements 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.061s coverage: 100.0% of statements 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.129s coverage: 87.1% of statements 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.725s coverage: 29.1% of statements 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.090s coverage: 99.0% of statements 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.048s coverage: 100.0% of statements 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.106s coverage: 96.5% of statements 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.042s coverage: 100.0% of statements 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 00:33:30 GO111MODULE=on go vet ./... 00:34:02 gofmt -l . 00:34:02 [ "`gofmt -l .`" = "" ] 00:34:02 ./bin/test-go-mod-tidy.sh 00:34:02 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:03 + ls -al . 00:34:03 total 760 00:34:03 drwxrwxr-x 10 1001 1001 4096 Mar 17 00:34 . 00:34:03 drwxr-xr-x 4 root root 30 Mar 17 00:32 .. 00:34:03 -rw-rw-r-- 1 1001 1001 11 Mar 17 00:30 .dockerignore 00:34:03 drwxrwxr-x 8 1001 1001 179 Mar 17 00:30 .git 00:34:03 drwxrwxr-x 3 1001 1001 125 Mar 17 00:30 .github 00:34:03 -rw-rw-r-- 1 1001 1001 818 Mar 17 00:30 .gitignore 00:34:03 drwx------ 3 1001 1001 60 Mar 17 00:31 .semver 00:34:03 -rw-rw-r-- 1 1001 1001 166 Mar 17 00:30 .sonarcloud.properties 00:34:03 -rw-rw-r-- 1 1001 1001 8607 Mar 17 00:30 Attribution.txt 00:34:03 -rw-rw-r-- 1 1001 1001 3804 Mar 17 00:30 CONTRIBUTING.md 00:34:03 -rw-rw-r-- 1 1001 1001 931 Mar 17 00:30 Dockerfile.build 00:34:03 -rw-rw-r-- 1 1001 1001 863 Mar 17 00:30 Jenkinsfile 00:34:03 -rw-rw-r-- 1 1001 1001 10775 Mar 17 00:30 LICENSE 00:34:03 -rw-rw-r-- 1 1001 1001 5774 Mar 17 00:30 Makefile 00:34:03 -rw-rw-r-- 1 1001 1001 6548 Mar 17 00:30 README.md 00:34:03 -rw-rw-r-- 1 1001 1001 6755 Mar 17 00:30 SECURITY.md 00:34:03 -rw-rw-r-- 1 1001 1001 5 Mar 17 00:31 VERSION 00:34:03 -rw-rw-r-- 1 1001 1001 4131 Mar 17 00:30 ZMQWindows.md 00:34:03 drwxrwxr-x 2 1001 1001 117 Mar 17 00:30 bin 00:34:03 drwxrwxr-x 14 1001 1001 4096 Mar 17 00:30 cmd 00:34:03 -rw-r--r-- 1 root root 650607 Mar 17 00:33 coverage.out 00:34:03 -rw-r--r-- 1 root root 1055 Mar 17 00:33 go.mod 00:34:03 -rw-r--r-- 1 root root 21981 Mar 17 00:33 go.sum 00:34:03 drwxrwxr-x 8 1001 1001 127 Mar 17 00:30 internal 00:34:03 drwxrwxr-x 4 1001 1001 26 Mar 17 00:30 openapi 00:34:03 drwxrwxr-x 4 1001 1001 71 Mar 17 00:30 snap 00:34:03 -rw-rw-r-- 1 1001 1001 168 Mar 17 00:30 version.go [Pipeline] sh 00:34:03 + '[' -e coverage.out ] 00:34:03 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:03 Stashed 1 file(s) [Pipeline] sh 00:34:03 + make build 00:34:03 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:07 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:34:17 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:34:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:34:19 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:34:19 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:34:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:34:23 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:34:23 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30066 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { [Pipeline] ws 00:34:23 Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout 00:34:24 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:34:25 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:34:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:34:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:34:29 $ docker stop --time=1 bc2bd4f0899e79abad5bbabaafef615f45514c296d38b1238154918bad48bef0 00:34:29 using credential edgex-jenkins-ssh 00:34:29 Cloning the remote Git repository 00:34:29 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:34:30 > git init /w/workspace/edgex-go/10 # timeout=10 00:34:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:30 > git --version # timeout=10 00:34:30 > git --version # 'git version 2.17.1' 00:34:30 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:31 $ docker rm -f bc2bd4f0899e79abad5bbabaafef615f45514c296d38b1238154918bad48bef0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:34 00:34:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:34:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:34 latest: Pulling from edgex-devops/edgex-compose 00:34:34 cbdbe7a5bc2a: Pulling fs layer 00:34:34 ca9280d653b3: Pulling fs layer 00:34:34 7e9c9ca2126c: Pulling fs layer 00:34:35 cbdbe7a5bc2a: Verifying Checksum 00:34:35 cbdbe7a5bc2a: Download complete 00:34:35 cbdbe7a5bc2a: Pull complete 00:34:36 ca9280d653b3: Verifying Checksum 00:34:36 ca9280d653b3: Download complete 00:34:37 ca9280d653b3: Pull complete 00:34:37 7e9c9ca2126c: Download complete 00:34:44 7e9c9ca2126c: Pull complete 00:34:44 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:34:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:34:44 prd-centos7-docker-4c-2g-30060 does not seem to be running inside a container 00:34:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:34:46 $ docker top dc92a1387ae9a0357afe1ddb65ab6e7dc92d0de0ddec41309b328fa0b5d5f6f8 -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:46 + docker-compose build --help 00:34:46 + grep parallel 00:34:47 --parallel Build images in parallel. [Pipeline] } 00:34:48 $ docker stop --time=1 dc92a1387ae9a0357afe1ddb65ab6e7dc92d0de0ddec41309b328fa0b5d5f6f8 00:34:49 $ docker rm -f dc92a1387ae9a0357afe1ddb65ab6e7dc92d0de0ddec41309b328fa0b5d5f6f8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:50 . [Pipeline] withDockerContainer 00:34:50 prd-centos7-docker-4c-2g-30060 does not seem to be running inside a container 00:34:50 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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:34:51 $ docker top e8c74dbbf580fd99cd7a8fe3063f7d676615bf58e64e76d1ebd4f726c4494f1c -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:51 + docker-compose -f ./docker-compose-build.yml build --parallel 00:34:52 Building docker-core-command-go ... 00:34:52 Building docker-core-data-go ... 00:34:52 Building docker-core-metadata-go ... 00:34:52 Building docker-security-bootstrapper-go ... 00:34:52 Building docker-security-proxy-setup-go ... 00:34:52 Building docker-security-secretstore-setup-go ... 00:34:52 Building docker-support-notifications-go ... 00:34:52 Building docker-support-scheduler-go ... 00:34:52 Building docker-sys-mgmt-agent-go ... 00:34:52 Building docker-support-scheduler-go 00:34:52 Building docker-core-command-go 00:34:52 Building docker-support-notifications-go 00:34:52 Building docker-security-secretstore-setup-go 00:34:52 Building docker-security-bootstrapper-go 00:34:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:52 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3223/head:refs/remotes/origin/PR-3223 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:34:53 Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit e16aee3722b0f014e7611225c341ea548abb8698 00:34:54 Merge succeeded, producing 390356534676e23cfb56004c4127e07ac88a6ecc 00:34:54 Checking out Revision 390356534676e23cfb56004c4127e07ac88a6ecc (PR-3223) 00:34:53 > git config core.sparsecheckout # timeout=10 00:34:53 > git checkout -f e16aee3722b0f014e7611225c341ea548abb8698 # timeout=10 00:34:53 > git remote # timeout=10 00:34:53 > git config --get remote.origin.url # timeout=10 00:34:53 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:53 > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 00:34:54 > git rev-parse HEAD^{commit} # timeout=10 00:34:54 > git config core.sparsecheckout # timeout=10 00:34:54 > git checkout -f 390356534676e23cfb56004c4127e07ac88a6ecc # timeout=10 00:34:58 Commit message: "Merge commit '4dfaf167a75f3c6dea6f872deeb8969b2f6df637' into HEAD" 00:34:58 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:35:00 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:34:58 > git rev-list --no-walk 667eb6bd1c499f875a20771a3203684b431a548b # timeout=10 00:35:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:35:01 + sudo service docker restart+ 00:35:01 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:35:03 provisioning config files... 00:35:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config7681787135273566358tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:35:03 ---> docker-login.sh 00:35:03 nexus3.edgexfoundry.org:10001 00:35:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:04 Configure a credential helper to remove this warning. See 00:35:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:04 00:35:04 Login Succeeded 00:35:04 nexus3.edgexfoundry.org:10002 00:35:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:05 Configure a credential helper to remove this warning. See 00:35:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:05 00:35:05 Login Succeeded 00:35:05 nexus3.edgexfoundry.org:10003 00:35:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:06 Configure a credential helper to remove this warning. See 00:35:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:06 00:35:06 Login Succeeded 00:35:06 nexus3.edgexfoundry.org:10004 00:35:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:06 Configure a credential helper to remove this warning. See 00:35:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:06 00:35:06 Login Succeeded 00:35:06 docker.io 00:35:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:07 Configure a credential helper to remove this warning. See 00:35:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:07 00:35:07 Login Succeeded 00:35:07 ---> docker-login.sh ends [Pipeline] } 00:35:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:35:08 ========================================================= 00:35:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:35:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:35:08 + 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:35:11 Sending build context to Docker daemon 166.8MB 00:35:11 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:35:11 Step 2/6 : FROM ${BASE} 00:35:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:35:11 5f621e34cdf4: Pulling fs layer 00:35:11 a4357932f1b6: Pulling fs layer 00:35:11 18c013af1878: Pulling fs layer 00:35:11 00ac8860ef70: Pulling fs layer 00:35:11 63d7cb157983: Pulling fs layer 00:35:11 b116817d02f9: Pulling fs layer 00:35:11 745a02a5169b: Pulling fs layer 00:35:11 00ac8860ef70: Waiting 00:35:11 63d7cb157983: Waiting 00:35:11 745a02a5169b: Waiting 00:35:11 b116817d02f9: Waiting 00:35:11 18c013af1878: Download complete 00:35:11 a4357932f1b6: Download complete 00:35:11 63d7cb157983: Verifying Checksum 00:35:11 63d7cb157983: Download complete 00:35:11 b116817d02f9: Verifying Checksum 00:35:11 b116817d02f9: Download complete 00:35:11 5f621e34cdf4: Verifying Checksum 00:35:11 5f621e34cdf4: Download complete 00:35:12 5f621e34cdf4: Pull complete 00:35:13 a4357932f1b6: Pull complete 00:35:13 18c013af1878: Pull complete 00:35:14 745a02a5169b: Verifying Checksum 00:35:14 745a02a5169b: Download complete 00:35:15 00ac8860ef70: Verifying Checksum 00:35:15 00ac8860ef70: Download complete 00:35:25 00ac8860ef70: Pull complete 00:35:25 63d7cb157983: Pull complete 00:35:25 b116817d02f9: Pull complete 00:35:30 745a02a5169b: Pull complete 00:35:30 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:35:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:35:30 ---> b7e6874047d6 00:35:30 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:35:31 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:31 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:35:31 ---> f0761f46a0e9 00:35:31 Step 3/31 : WORKDIR /edgex-go 00:35:31 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:35:31 ---> f0761f46a0e9 00:35:31 Step 3/24 : WORKDIR /edgex-go 00:35:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:35:31 ---> f0761f46a0e9 00:35:31 Step 3/23 : WORKDIR /edgex-go 00:35:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:31 ---> f0761f46a0e9 00:35:31 Step 3/22 : WORKDIR /edgex-go 00:35:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:31 ---> f0761f46a0e9 00:35:31 Step 3/22 : WORKDIR /edgex-go 00:35:31 ---> Running in adba12aa068d 00:35:31 ---> Running in 172238d2bbd5 00:35:31 ---> Running in 937fc34772a2 00:35:31 ---> Running in 38e1d5debb4f 00:35:31 ---> Running in 78ae2cfca450 00:35:31 Removing intermediate container 937fc34772a2 00:35:31 ---> 1d96cee480ad 00:35:31 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:31 Removing intermediate container 78ae2cfca450 00:35:31 ---> c7adef165cbc 00:35:31 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:31 Removing intermediate container adba12aa068d 00:35:31 ---> d9d74c2312cd 00:35:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:31 Removing intermediate container 38e1d5debb4f 00:35:31 ---> 5ed6aa23bd5b 00:35:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:31 Removing intermediate container 172238d2bbd5 00:35:31 ---> 63875b8a1c90 00:35:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:31 ---> Running in 47b45961c8e2 00:35:31 ---> Running in c9600d691e08 00:35:31 ---> Running in ae5f2486e7f5 00:35:31 ---> Running in 980ea9df1349 00:35:31 ---> Running in decd7eafa78b 00:35:31 Removing intermediate container 980ea9df1349 00:35:31 ---> b56827f86376 00:35:31 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:35:31 Removing intermediate container c9600d691e08 00:35:31 ---> 9e90c6a27d84 00:35:31 Step 5/31 : RUN apk add --update --no-cache make git 00:35:31 ---> Running in 193b9d3b0497 00:35:31 Removing intermediate container 47b45961c8e2 00:35:31 ---> 784cd25e2ea5 00:35:31 Step 5/24 : RUN apk add --update --no-cache make git 00:35:31 ---> Running in f343bb608100 00:35:31 ---> Running in 07f04e83b18d 00:35:31 Removing intermediate container ae5f2486e7f5 00:35:31 ---> 26f0bc1f4215 00:35:31 Step 5/23 : RUN apk add --update --no-cache make git 00:35:31 Removing intermediate container decd7eafa78b 00:35:31 ---> d8fb51de0c1b 00:35:31 Step 5/22 : RUN apk add --update --no-cache make git 00:35:31 ---> Running in a0e919976847 00:35:31 ---> Running in b5428cfcca97 00:35:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:33 OK: 233 MiB in 51 packages 00:35:33 OK: 233 MiB in 51 packages 00:35:33 ---> Running in d523182fab02 00:35:33 OK: 233 MiB in 51 packages 00:35:34 OK: 233 MiB in 51 packages 00:35:34 Removing intermediate container b5428cfcca97 00:35:34 ---> e614647f819c 00:35:34 Step 6/22 : COPY go.mod . 00:35:34 ---> 86fbb524dbb7 00:35:34 Step 7/22 : RUN go mod download 00:35:34 Removing intermediate container a0e919976847 00:35:34 ---> 181fb1e11e14 00:35:34 Step 6/23 : COPY go.mod . 00:35:34 OK: 233 MiB in 51 packages 00:35:34 Removing intermediate container f343bb608100 00:35:34 ---> 2ecb2b78af59 00:35:34 Step 6/31 : COPY go.mod . 00:35:34 ---> Running in a5e3c6f614d4 00:35:34 Removing intermediate container 07f04e83b18d 00:35:34 ---> 3237cc00389c 00:35:34 Step 6/24 : COPY go.mod . 00:35:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:35:34 ---> 9f0e16ed14db 00:35:34 Step 7/23 : RUN go mod download 00:35:34 ---> 7221bb4bf0a7 00:35:34 Step 7/31 : RUN go mod download 00:35:35 ---> Running in 1646b50805d9 00:35:35 ---> d76335aa0a92 00:35:35 Step 7/24 : RUN go mod download 00:35:35 ---> Running in 933a6f1537d4 00:35:35 ---> Running in db9b74fc8a89 00:35:35 Removing intermediate container 193b9d3b0497 00:35:35 ---> ddeada8e9e36 00:35:35 Step 6/22 : COPY go.mod . 00:35:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:35:35 ---> ca00ba5152c1 00:35:35 Step 7/22 : RUN go mod download 00:35:35 ---> Running in 50c2ee070129 00:35:36 Removing intermediate container a5e3c6f614d4 00:35:36 ---> 21fbbac1be96 00:35:36 Step 8/22 : COPY . . 00:35:37 (1/12) Installing libmagic (5.38-r0) 00:35:37 (2/12) Installing file (5.38-r0) 00:35:37 (3/12) Installing libc-dev (0.7.2-r3) 00:35:37 (4/12) Installing g++ (9.3.0-r2) 00:35:37 Removing intermediate container 1646b50805d9 00:35:37 ---> cecfa2a0214b 00:35:37 Step 8/23 : COPY . . 00:35:41 Removing intermediate container 933a6f1537d4 00:35:41 ---> 27393f73f0b1 00:35:41 Step 8/31 : COPY . . 00:35:41 (5/12) Installing fortify-headers (1.1-r0) 00:35:41 (6/12) Installing patch (2.7.6-r6) 00:35:41 (7/12) Installing build-base (0.5-r2) 00:35:41 (8/12) Installing libsodium (1.0.18-r0) 00:35:41 (9/12) Installing pkgconf (1.7.2-r0) 00:35:41 (10/12) Installing libsodium-dev (1.0.18-r0) 00:35:41 (11/12) Installing libzmq (4.3.3-r0) 00:35:42 (12/12) Installing zeromq-dev (4.3.3-r0) 00:35:42 Executing busybox-1.31.1-r19.trigger 00:35:42 OK: 217 MiB in 51 packages 00:35:45 Removing intermediate container db9b74fc8a89 00:35:45 ---> 0ca89a9939cb 00:35:45 Step 8/24 : COPY . . 00:35:46 Removing intermediate container d523182fab02 00:35:46 ---> d4033d5bce06 00:35:46 Step 4/6 : WORKDIR /edgex-go 00:35:46 ---> Running in 639289ecaeba 00:35:46 Removing intermediate container 639289ecaeba 00:35:46 ---> 051702eb4f58 00:35:46 Step 5/6 : COPY go.mod . 00:35:47 ---> 882b999e6fba 00:35:47 Step 6/6 : RUN go mod download 00:35:47 ---> Running in fc221df55366 00:35:47 Removing intermediate container 50c2ee070129 00:35:47 ---> a99fdcbc9bf7 00:35:47 Step 8/22 : COPY . . 00:36:19 Removing intermediate container fc221df55366 00:36:19 ---> 379da5024f66 00:36:19 Successfully built 379da5024f66 00:36:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:36:19 ---> 940e4ba36b7b 00:36:19 Step 9/23 : RUN make cmd/core-command/core-command 00:36:19 ---> 45adf562828b 00:36:19 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:36:19 ---> 5a20ce331fc5 00:36:19 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:36:20 + docker inspect -f . ci-base-image-arm64 00:36:20 . [Pipeline] withDockerContainer 00:36:20 ---> Running in 49e2ac45d77e 00:36:20 prd-ubuntu18.04-docker-arm64-4c-16g-30066 does not seem to be running inside a container 00:36:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:36:20 ---> Running in e458df04317b 00:36:20 ---> Running in 93cf2d5aedb8 00:36:20 ---> 94fefeb09604 00:36:20 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:36:20 ---> 6f8e0205ff48 00:36:20 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:36:21 ---> Running in 3339da0e92a9 00:36:21 ---> Running in dfa1b44d06fb 00:36:22 $ docker top 7c8d99e79078d3d3a93389caeede1e4308733f05a60ae1cc63ab270c19598ac7 -eo pid,comm 00:36:22 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:36: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 00:36:22 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 [Pipeline] { 00:36:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:36:22 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 [Pipeline] sh 00:36:23 + go version 00:36:23 go version go1.15.5 linux/arm64 [Pipeline] } 00:36:23 $ docker stop --time=1 7c8d99e79078d3d3a93389caeede1e4308733f05a60ae1cc63ab270c19598ac7 00:36:25 $ docker rm -f 7c8d99e79078d3d3a93389caeede1e4308733f05a60ae1cc63ab270c19598ac7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:26 + docker inspect -f . ci-base-image-arm64 00:36:26 . [Pipeline] withDockerContainer 00:36:26 prd-ubuntu18.04-docker-arm64-4c-16g-30066 does not seem to be running inside a container 00:36:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:36:28 $ docker top 34315402205edd8d0f30daa82dfffa4f664e53b8be132d9050b8dae4d857868a -eo pid,comm [Pipeline] { [Pipeline] echo 00:36:28 ========================================================= 00:36:28 [edgeXBuildGoParallel] Running Tests and Build... 00:36:28 ========================================================= [Pipeline] sh 00:36:29 + make test 00:36:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:36:54 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:36:56 ? github.com/edgexfoundry/edgex-go [no test files] 00:36:58 Removing intermediate container e458df04317b 00:36:58 ---> 50d59c1ca802 00:36:58 00:36:58 Step 10/31 : FROM alpine:3.12 00:36:58 3.12: Pulling from library/alpine 00:37:00 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:37:01 Status: Downloaded newer image for alpine:3.12 00:37:01 ---> 88dd2752d2ea 00:37:01 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:37:01 Removing intermediate container 49e2ac45d77e 00:37:01 ---> 6e27d231ef23 00:37:01 00:37:01 Step 10/23 : FROM alpine:3.12 00:37:01 ---> 88dd2752d2ea 00:37:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:37:02 ---> Running in 684a87ae563f 00:37:02 ---> Running in ef8ae7ad9ace 00:37:02 Removing intermediate container dfa1b44d06fb 00:37:02 ---> db4319798f9e 00:37:02 00:37:02 Step 10/24 : FROM alpine:3.12 00:37:02 ---> 88dd2752d2ea 00:37:02 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:37:03 ---> Running in f62bdcf3ace1 00:37:05 Removing intermediate container ef8ae7ad9ace 00:37:05 ---> 0584de68f0ee 00:37:05 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:37:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:05 (1/1) Installing dumb-init (1.2.2-r1) 00:37:05 Executing busybox-1.31.1-r19.trigger 00:37:05 OK: 6 MiB in 15 packages 00:37:05 ---> Running in 94e6bb4d6dbb 00:37:05 Removing intermediate container 93cf2d5aedb8 00:37:05 ---> a1e056787e20 00:37:05 00:37:05 Step 10/22 : FROM alpine:3.12 00:37:05 ---> 88dd2752d2ea 00:37:05 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:37:05 Removing intermediate container 3339da0e92a9 00:37:05 ---> 18113fc8fa90 00:37:05 00:37:05 Step 10/22 : FROM alpine:3.12 00:37:05 ---> 88dd2752d2ea 00:37:05 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:37:06 ---> Running in c937f738afb5 00:37:06 ---> Running in fa776ff30a09 00:37:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:06 Removing intermediate container 684a87ae563f 00:37:06 ---> 713d75636d60 00:37:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:06 (1/5) Installing ca-certificates (20191127-r4) 00:37:06 ---> Running in 666c6b49ad65 00:37:06 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:37:06 (3/5) Installing libcurl (7.69.1-r3) 00:37:06 (4/5) Installing curl (7.69.1-r3) 00:37:06 (5/5) Installing dumb-init (1.2.2-r1) 00:37:06 Executing busybox-1.31.1-r19.trigger 00:37:06 Executing ca-certificates-20191127-r4.trigger 00:37:06 OK: 7 MiB in 19 packages 00:37:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:07 (1/2) Installing dumb-init (1.2.2-r1) 00:37:07 (2/2) Installing su-exec (0.2-r1) 00:37:07 Executing busybox-1.31.1-r19.trigger 00:37:07 OK: 6 MiB in 16 packages 00:37:07 Removing intermediate container 666c6b49ad65 00:37:07 ---> 1989a6ed7080 00:37:07 Step 13/23 : ENV APP_PORT=48082 00:37:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:07 ---> Running in be79aaaeeadc 00:37:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:07 (1/1) Installing dumb-init (1.2.2-r1) 00:37:07 (1/2) Installing ca-certificates (20191127-r4) 00:37:08 Executing busybox-1.31.1-r19.trigger 00:37:08 OK: 6 MiB in 15 packages 00:37:08 (2/2) Installing dumb-init (1.2.2-r1) 00:37:08 Executing busybox-1.31.1-r19.trigger 00:37:08 Executing ca-certificates-20191127-r4.trigger 00:37:08 Removing intermediate container be79aaaeeadc 00:37:08 ---> cd0449982f50 00:37:08 Step 14/23 : EXPOSE $APP_PORT 00:37:08 OK: 6 MiB in 16 packages 00:37:09 ---> Running in d90a289fcd49 00:37:09 Removing intermediate container f62bdcf3ace1 00:37:09 ---> f5a05564a140 00:37:09 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:09 Removing intermediate container 94e6bb4d6dbb 00:37:09 ---> 74627ce69c31 00:37:09 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:37:09 ---> Running in cda1cd115bf3 00:37:09 ---> Running in 1a8795dce098 00:37:09 Removing intermediate container d90a289fcd49 00:37:09 ---> 510b311dfa59 00:37:09 Step 15/23 : WORKDIR / 00:37:10 ---> Running in 3ca7c0519f36 00:37:10 Removing intermediate container c937f738afb5 00:37:10 ---> 218887bbf654 00:37:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:11 Removing intermediate container cda1cd115bf3 00:37:11 ---> d5a0b27b458d 00:37:11 Step 13/24 : WORKDIR / 00:37:11 Removing intermediate container 1a8795dce098 00:37:11 ---> 5eb8fdece1f0 00:37:11 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:37:11 ---> Running in 23d8c8a83d0e 00:37:11 Removing intermediate container fa776ff30a09 00:37:11 ---> 0f6a18a612fb 00:37:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:37:11 ---> Running in edd45dc7fd39 00:37:11 ---> Running in 4c711500127f 00:37:11 Removing intermediate container 3ca7c0519f36 00:37:11 ---> e44728cd611b 00:37:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:11 ---> Running in eda7e9992bef 00:37:11 Removing intermediate container 23d8c8a83d0e 00:37:11 ---> 6b173b786100 00:37:11 Step 13/22 : ENV APP_PORT=48085 00:37:11 ---> Running in 0289ba49073d 00:37:11 Removing intermediate container 4c711500127f 00:37:11 ---> 83aadcb45390 00:37:11 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:37:12 Removing intermediate container edd45dc7fd39 00:37:12 ---> ca51f5b36eb6 00:37:12 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:37:12 Removing intermediate container eda7e9992bef 00:37:12 ---> 0f267a9ee58d 00:37:12 Step 13/22 : ENV APP_PORT=48060 00:37:12 ---> 8c62f01eb6d8 00:37:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:37:12 ---> Running in eb0b2770e596 00:37:12 ---> Running in 3f3b32a6c9a5 00:37:12 Removing intermediate container 0289ba49073d 00:37:12 ---> f766889f0aaf 00:37:12 Step 14/22 : EXPOSE $APP_PORT 00:37:12 ---> 4c2824bc1251 00:37:12 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:37:12 ---> Running in 97f46c767087 00:37:12 Removing intermediate container 3f3b32a6c9a5 00:37:12 ---> e75a1dbdfe67 00:37:12 Step 14/22 : EXPOSE $APP_PORT 00:37:12 ---> 7e7c19df3f37 00:37:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:37:13 ---> Running in 8bfacf76e562 00:37:13 ---> 153e2a82b4a7 00:37:13 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:37:13 Removing intermediate container 97f46c767087 00:37:13 ---> 4b01a191f5a6 00:37:13 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:13 ---> cc632cc72ad0 00:37:13 Step 19/23 : ENTRYPOINT ["/core-command"] 00:37:13 Removing intermediate container 8bfacf76e562 00:37:13 ---> 1a6720ebb151 00:37:13 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:13 ---> 3aa7e9909b5e 00:37:13 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:37:13 ---> Running in 450bb6bdede8 00:37:13 ---> cb57538e6cf8 00:37:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:37:13 ---> f2ae10735511 00:37:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:37:13 Removing intermediate container 450bb6bdede8 00:37:13 ---> 068d8c60ed5c 00:37:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:13 Removing intermediate container eb0b2770e596 00:37:13 ---> 2a9a796e575e 00:37:13 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:37:14 ---> Running in 18654c431df3 00:37:14 ---> f5cec1552c3e 00:37:14 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:37:14 ---> Running in b73b5fa0f395 00:37:14 ---> b3cb7a2334b5 00:37:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:37:14 Removing intermediate container 18654c431df3 00:37:14 ---> d933e8315b5b 00:37:14 Step 21/23 : LABEL arch=x86_64 00:37:14 ---> a07128fac1a4 00:37:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:37:14 Removing intermediate container b73b5fa0f395 00:37:14 ---> 740ca6370ab6 00:37:14 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:37:14 ---> Running in c943e4e3466c 00:37:14 ---> 8afbfa532a01 00:37:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:37:14 ---> 1a3ac31338fd 00:37:14 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:37:15 ---> Running in fea2c87479b9 00:37:15 ---> 259cfc84fa93 00:37:15 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:37:15 Removing intermediate container c943e4e3466c 00:37:15 ---> 79cf95072735 00:37:15 Step 22/23 : LABEL git_sha=aab7450329928fc6dfeb225ad3b9d5a300309cb6 00:37:15 ---> 7855ba299675 00:37:15 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:37:15 ---> 04293bf4d25b 00:37:15 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:37:15 ---> Running in 212c3b1c0e90 00:37:15 ---> Running in 90deeb6c10c2 00:37:15 ---> Running in 4767f04295dc 00:37:15 ---> Running in 91f8480c1d26 00:37:15 Removing intermediate container fea2c87479b9 00:37:15 ---> afa4c3ad389d 00:37:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:15 ---> Running in 7c9f0e7d4364 00:37:16 Removing intermediate container 212c3b1c0e90 00:37:16 ---> a1c9bda3d57d 00:37:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:16 Removing intermediate container 4767f04295dc 00:37:16 ---> f55c97ad724e 00:37:16 Step 23/23 : LABEL version=0.0.0 00:37:16 ---> Running in 393762cbde4f 00:37:16 ---> Running in 1a156832b812 00:37:16 Removing intermediate container 7c9f0e7d4364 00:37:16 ---> e1b5d17066e2 00:37:16 Step 20/22 : LABEL arch=x86_64 00:37:16 ---> Running in fa86c9156738 00:37:16 Removing intermediate container 393762cbde4f 00:37:16 ---> b27f14e64fa5 00:37:16 Step 20/22 : LABEL arch=x86_64 00:37:16 ---> Running in db3929dba8fe 00:37:16 Removing intermediate container 1a156832b812 00:37:16 ---> d3143580ebb1 00:37:16 00:37:16 Successfully built d3143580ebb1 00:37:17 Removing intermediate container fa86c9156738 00:37:17 ---> b1ab9077a82f 00:37:17 Step 21/22 : LABEL git_sha=aab7450329928fc6dfeb225ad3b9d5a300309cb6 00:37:17 Successfully tagged docker-core-command-go:latest 00:37:17  Building docker-core-command-go ... done Building docker-core-metadata-go 00:37:17 Removing intermediate container db3929dba8fe 00:37:17 ---> ac4d5f6358a4 00:37:17 Step 21/22 : LABEL git_sha=aab7450329928fc6dfeb225ad3b9d5a300309cb6 00:37:17 ---> Running in 5158aef929f2 00:37:17 ---> Running in 1c61f7aceddc 00:37:17 Removing intermediate container 5158aef929f2 00:37:17 ---> c5955e15047b 00:37:17 Step 22/22 : LABEL version=0.0.0 00:37:17 ---> Running in 167540ef845e 00:37:17 Removing intermediate container 1c61f7aceddc 00:37:17 ---> cc4d47ee2b6e 00:37:17 Step 22/22 : LABEL version=0.0.0 00:37:18 Removing intermediate container 91f8480c1d26 00:37:18 ---> 88d3ab80713b 00:37:18 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:37:18 ---> Running in 99023af38b4e 00:37:18 Removing intermediate container 167540ef845e 00:37:18 ---> e2aa724ee175 00:37:18 00:37:18 Removing intermediate container 90deeb6c10c2 00:37:18 ---> 50f9ac11f3a9 00:37:18 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:18 ---> Running in 45e51e8f0c16 00:37:19 Successfully built e2aa724ee175 00:37:19 Successfully tagged docker-support-scheduler-go:latest 00:37:19 Building docker-security-proxy-setup-go 00:37:19  Building docker-support-scheduler-go ... done Removing intermediate container 99023af38b4e 00:37:19 ---> ac76585817e6 00:37:19 00:37:20 Successfully built ac76585817e6 00:37:21 Successfully tagged docker-support-notifications-go:latest 00:37:21 Building docker-core-data-go 00:37:22  Building docker-support-notifications-go ... done Removing intermediate container 45e51e8f0c16 00:37:22 ---> 2d392855d88f 00:37:22 Step 22/24 : LABEL arch=x86_64 00:37:22 ---> ed9a9b9f70fd 00:37:22 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:37:26 ---> Running in cc6770abc7e8 00:37:26 ---> 59ac77489204 00:37:26 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:37:28 Removing intermediate container cc6770abc7e8 00:37:28 ---> 0699408b13ad 00:37:28 Step 23/24 : LABEL git_sha=aab7450329928fc6dfeb225ad3b9d5a300309cb6 00:37:30 ---> eb77db20f6b8 00:37:30 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:37:37 ---> Running in 45110605acea 00:37:37 ---> 28ce5f2d952a 00:37:37 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:37:37 Removing intermediate container 45110605acea 00:37:37 ---> 69b08a00c753 00:37:37 Step 24/24 : LABEL version=0.0.0 00:37:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:40 ---> f0761f46a0e9 00:37:40 Step 3/23 : WORKDIR /edgex-go 00:37:40 ---> Running in f13040fb9b14 00:37:40 ---> Using cache 00:37:40 ---> 63875b8a1c90 00:37:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:40 ---> Using cache 00:37:40 ---> d8fb51de0c1b 00:37:40 Step 5/23 : RUN apk add --update --no-cache make git 00:37:40 ---> Using cache 00:37:40 ---> e614647f819c 00:37:40 Step 6/23 : COPY go.mod . 00:37:40 ---> Using cache 00:37:40 ---> 86fbb524dbb7 00:37:40 Step 7/23 : RUN go mod download 00:37:40 ---> Using cache 00:37:40 ---> 21fbbac1be96 00:37:40 Step 8/23 : COPY . . 00:37:40 ---> Using cache 00:37:40 ---> 5a20ce331fc5 00:37:40 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:37:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:41 ---> f0761f46a0e9 00:37:41 Step 3/23 : WORKDIR /edgex-go 00:37:41 ---> Using cache 00:37:41 ---> 63875b8a1c90 00:37:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:41 ---> Using cache 00:37:41 ---> d8fb51de0c1b 00:37:41 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:37:41 ---> 626f1a7095c7 00:37:41 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:37:42 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:42 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:37:43 ---> f0761f46a0e9 00:37:43 Step 3/21 : WORKDIR /edgex-go 00:37:43 ---> Using cache 00:37:43 ---> 63875b8a1c90 00:37:43 ---> Running in f173b2f41b42 00:37:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:43 ---> Using cache 00:37:43 ---> d8fb51de0c1b 00:37:43 Step 5/21 : RUN apk add --update --no-cache make git 00:37:43 ---> Using cache 00:37:43 ---> e614647f819c 00:37:43 Step 6/21 : COPY go.mod . 00:37:43 ---> Using cache 00:37:43 ---> 86fbb524dbb7 00:37:43 Step 7/21 : RUN go mod download 00:37:43 ---> Using cache 00:37:43 ---> 21fbbac1be96 00:37:43 Step 8/21 : COPY . . 00:37:43 ---> Running in 525159c457c3 00:37:43 Removing intermediate container f13040fb9b14 00:37:43 ---> 83e4cdd29950 00:37:43 00:37:43 ---> Using cache 00:37:43 ---> 5a20ce331fc5 00:37:43 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:37:43 ---> Running in c44ce15d6122 00:37:43 Successfully built 83e4cdd29950 00:37:43 Successfully tagged docker-security-secretstore-setup-go:latest 00:37:43  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 00:37:43 ---> Running in 21f26114e8d2 00:37:43 Removing intermediate container c44ce15d6122 00:37:43 ---> 269a8142f76f 00:37:43 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:37:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:45 ---> b5859c10ca3e 00:37:45 Step 26/31 : RUN chmod +x /entrypoint.sh 00:37:45 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:45 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:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:46 ---> Running in 26939b2258cf 00:37:46 OK: 233 MiB in 51 packages 00:37:48 Removing intermediate container 525159c457c3 00:37:48 ---> f3541eca8d63 00:37:48 Step 6/23 : COPY go.mod . 00:37:50 ---> b8a75f298da0 00:37:50 Step 7/23 : RUN go mod download 00:37:50 ---> Running in 65e67a80f849 00:37:50 Removing intermediate container 26939b2258cf 00:37:50 ---> 5781159ab569 00:37:50 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:37:51 ---> Running in dbd606a87356 00:37:52 Removing intermediate container dbd606a87356 00:37:52 ---> 10e00f84147b 00:37:52 Step 28/31 : CMD ["gate"] 00:37:53 ---> Running in effe124c176c 00:37:53 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:37:54 Removing intermediate container effe124c176c 00:37:54 ---> de6ba89497b1 00:37:54 Step 29/31 : LABEL arch=x86_64 00:37:54 ---> Running in 723519247f7d 00:37:56 Removing intermediate container 723519247f7d 00:37:56 ---> ea722612cf11 00:37:56 Step 30/31 : LABEL git_sha=aab7450329928fc6dfeb225ad3b9d5a300309cb6 00:37:56 Removing intermediate container 65e67a80f849 00:37:56 ---> fefeac0ce6cb 00:37:56 Step 8/23 : COPY . . 00:37:56 ---> Running in 2bc5ea7a471c 00:37:58 Removing intermediate container 2bc5ea7a471c 00:37:58 ---> f2af973b379e 00:37:58 Step 31/31 : LABEL version=0.0.0 00:37:59 ---> Running in 9b36a5a5067e 00:38:00 Removing intermediate container 9b36a5a5067e 00:38:00 ---> 4c28a5fad650 00:38:00 00:38:03 Successfully built 4c28a5fad650 00:38:03 Successfully tagged docker-security-bootstrapper-go:latest 00:38:05  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:05 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:38:05 ---> f0761f46a0e9 00:38:05 Step 3/26 : WORKDIR /edgex-go 00:38:05 ---> Using cache 00:38:05 ---> 63875b8a1c90 00:38:05 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:05 ---> Using cache 00:38:05 ---> d8fb51de0c1b 00:38:05 Step 5/26 : RUN apk add --update --no-cache make bash git 00:38:06 ---> Running in 03ce1a44e6d1 00:38:08 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:09 OK: 233 MiB in 51 packages 00:38:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:38:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:13 Removing intermediate container 03ce1a44e6d1 00:38:13 ---> 1df749225980 00:38:13 Step 6/26 : COPY go.mod . 00:38:14 ---> d7fe1300dcba 00:38:14 Step 7/26 : RUN go mod download 00:38:15 ---> Running in c877382bbc9b 00:38:20 Removing intermediate container c877382bbc9b 00:38:20 ---> 53021be4eec5 00:38:20 Step 8/26 : COPY . . 00:38:20 Removing intermediate container 21f26114e8d2 00:38:20 ---> 3e4001d4fb14 00:38:20 00:38:20 Step 10/21 : FROM alpine:3.12 00:38:20 ---> 88dd2752d2ea 00:38:20 Step 11/21 : RUN apk add --update --no-cache curl 00:38:20 ---> c0978692ae91 00:38:20 Step 9/23 : RUN make cmd/core-data/core-data 00:38:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:38:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:38:21 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:38:21 ---> Running in b09468b15d46 00:38:21 ---> Running in c7a418c5a36c 00:38:24 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:38:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:24 (1/4) Installing ca-certificates (20191127-r4) 00:38:24 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:38:24 (3/4) Installing libcurl (7.69.1-r3) 00:38:24 (4/4) Installing curl (7.69.1-r3) 00:38:24 Executing busybox-1.31.1-r19.trigger 00:38:24 Executing ca-certificates-20191127-r4.trigger 00:38:25 OK: 7 MiB in 18 packages 00:38:27 Removing intermediate container f173b2f41b42 00:38:27 ---> 792ad3ec9274 00:38:27 00:38:27 Step 10/23 : FROM alpine:3.12 00:38:27 ---> 88dd2752d2ea 00:38:27 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:38:27 ---> Using cache 00:38:27 ---> 218887bbf654 00:38:27 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:27 ---> Using cache 00:38:27 ---> 6b173b786100 00:38:27 Step 13/23 : ENV APP_PORT=48081 00:38:28 ---> Running in 051a97d72b0b 00:38:29 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.384s coverage: 45.9% of statements 00:38:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:38:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:38:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:38:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:38:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:38:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:38:29 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.137s coverage: 19.8% of statements 00:38:29 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.274s coverage: 100.0% of statements 00:38:31 Removing intermediate container 051a97d72b0b 00:38:31 ---> b7839a274fcf 00:38:31 Step 14/23 : EXPOSE $APP_PORT 00:38:31 Removing intermediate container b09468b15d46 00:38:31 ---> 24b3619c923c 00:38:31 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:32 ---> Running in 8cd3cd3d7c44 00:38:32 ---> Running in 28fcadaf5457 00:38:33 Removing intermediate container 28fcadaf5457 00:38:33 ---> c6015312bff8 00:38:33 Step 13/21 : WORKDIR /edgex 00:38:34 Removing intermediate container 8cd3cd3d7c44 00:38:34 ---> 30d9d11f57af 00:38:34 Step 15/23 : WORKDIR / 00:38:34 ---> Running in 4e2e84f0925d 00:38:35 ---> Running in c313a2c62c4c 00:38:35 Removing intermediate container 4e2e84f0925d 00:38:35 ---> 505651a449c7 00:38:35 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:38:35 Removing intermediate container c313a2c62c4c 00:38:35 ---> c1ab38ffc834 00:38:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:36 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.610s coverage: 27.1% of statements 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:38:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.083s coverage: 100.0% of statements 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:38:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.065s coverage: 100.0% of statements 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:38:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.265s coverage: 71.3% of statements 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:38:36 ---> 45ca2afb6f2b 00:38:36 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:38:38 ---> 25bbce374406 00:38:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:38:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.464s coverage: 82.9% of statements 00:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:38:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.150s coverage: 78.9% of statements 00:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:38:40 ---> 0dff7eecb124 00:38:40 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:38:42 ---> d127096c5f81 00:38:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:38:42 ---> 80570464d4e0 00:38:42 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:38:42 ---> Running in c35b59fc5c54 00:38:42 ---> 3e2b88899d5f 00:38:42 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:38:42 ---> dfbd89f5b064 00:38:42 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:38:42 ---> Running in 648b6dca2270 00:38:42 ---> Running in 7a570c5acf92 00:38:42 Removing intermediate container c35b59fc5c54 00:38:42 ---> 82f86d9c21c6 00:38:42 Step 18/21 : CMD ["--init=true"] 00:38:42 ---> Running in 24c1716628a7 00:38:43 Removing intermediate container 648b6dca2270 00:38:43 ---> 287f4cef0cd4 00:38:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:43 ---> Running in d714e5cf3a3f 00:38:43 Removing intermediate container 24c1716628a7 00:38:43 ---> 1a0b37bacfe7 00:38:43 Step 19/21 : LABEL arch=x86_64 00:38:43 Removing intermediate container d714e5cf3a3f 00:38:43 ---> 9990830175a6 00:38:43 Step 21/23 : LABEL arch=x86_64 00:38:43 ---> Running in 4a8a37955a81 00:38:43 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:38:43 ---> Running in eeb508ed4de0 00:38:44 Removing intermediate container 4a8a37955a81 00:38:44 ---> afedd39f824b 00:38:44 Step 20/21 : LABEL git_sha=aab7450329928fc6dfeb225ad3b9d5a300309cb6 00:38:44 ---> Running in 7f0ae19e2ae8 00:38:44 Removing intermediate container eeb508ed4de0 00:38:44 ---> 822f73b5929d 00:38:44 Step 22/23 : LABEL git_sha=aab7450329928fc6dfeb225ad3b9d5a300309cb6 00:38:44 ---> Running in bac8dd8a50da 00:38:44 Removing intermediate container 7f0ae19e2ae8 00:38:44 ---> b1e9709fa91d 00:38:44 Step 21/21 : LABEL version=0.0.0 00:38:44 ---> Running in c7a7b256069c 00:38:44 Removing intermediate container bac8dd8a50da 00:38:44 ---> fb94e1a89d82 00:38:44 Step 23/23 : LABEL version=0.0.0 00:38:44 ---> Running in 91f39046a0f2 00:38:44 Removing intermediate container c7a7b256069c 00:38:44 ---> f2ceeb836cbe 00:38:44 00:38:44 Removing intermediate container 91f39046a0f2 00:38:44 ---> 31b2ddac3a05 00:38:44 00:38:44 Successfully built f2ceeb836cbe 00:38:45 Successfully tagged docker-security-proxy-setup-go:latest 00:38:45  Building docker-security-proxy-setup-go ... done Successfully built 31b2ddac3a05 00:38:45 Successfully tagged docker-core-metadata-go:latest 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.277s coverage: 28.6% of statements 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.155s coverage: 100.0% of statements 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.074s coverage: 100.0% of statements 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.349s coverage: 86.7% of statements 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.357s coverage: 97.5% of statements 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.136s coverage: 78.3% of statements 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:38:53  Building docker-core-metadata-go ... done Removing intermediate container c7a418c5a36c 00:38:53 ---> 79cab53fe02f 00:38:53 00:38:53 Step 10/23 : FROM alpine:3.12 00:38:53 ---> 88dd2752d2ea 00:38:53 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:38:53 ---> Running in a18f9411e744 00:38:53 Removing intermediate container a18f9411e744 00:38:53 ---> 08e82a282bc0 00:38:53 Step 12/23 : ENV APP_PORT=48080 00:38:53 ---> Running in efc02a3efc7e 00:38:53 Removing intermediate container efc02a3efc7e 00:38:53 ---> 20cf63e6749e 00:38:53 Step 13/23 : EXPOSE $APP_PORT 00:38:54 ---> Running in 5984e407613e 00:38:54 Removing intermediate container 5984e407613e 00:38:54 ---> 4421ffcdfc30 00:38:54 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:55 ---> Running in 4d378ced155c 00:38:56 Removing intermediate container 4d378ced155c 00:38:56 ---> a22c00b5b936 00:38:56 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:38:56 ---> Running in 6fc4f9950fe3 00:38:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.257s coverage: 92.8% of statements 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:38:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:38:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.304s coverage: 0.1% of statements 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:38:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.091s coverage: 47.1% of statements 00:38:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.123s coverage: 79.5% of statements 00:38:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements 00:38:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.105s coverage: 96.3% of statements 00:38:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements 00:38:57 (1/6) Installing dumb-init (1.2.2-r1) 00:38:57 Removing intermediate container 7a570c5acf92 00:38:57 ---> 3efc066cfaef 00:38:57 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:38:57 (2/6) Installing libgcc (9.3.0-r2) 00:38:57 ---> Running in 5a11607b3a3e 00:38:57 (3/6) Installing libsodium (1.0.18-r0) 00:38:58 (4/6) Installing libstdc++ (9.3.0-r2) 00:38:58 (5/6) Installing libzmq (4.3.3-r0) 00:38:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:38:58 (6/6) Installing zeromq (4.3.3-r0) 00:38:58 Executing busybox-1.31.1-r19.trigger 00:38:58 OK: 8 MiB in 20 packages 00:38:59 Removing intermediate container 6fc4f9950fe3 00:38:59 ---> 475a6e5020b8 00:38:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:59 Removing intermediate container 5a11607b3a3e 00:38:59 ---> 9bf136e69967 00:38:59 00:38:59 Step 11/26 : FROM docker:20.10.0 00:38:59 ---> 2f81bd876af0 00:38:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:38:59 20.10.0: Pulling from library/docker 00:39:01 ---> f106b0a8c95c 00:39:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:39:01 ---> 01892c3e3e7d 00:39:01 Step 19/23 : ENTRYPOINT ["/core-data"] 00:39:01 ---> Running in a6b0faf5820b 00:39:02 Removing intermediate container a6b0faf5820b 00:39:02 ---> e16b9f8607bd 00:39:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:02 ---> Running in 04fec854cad8 00:39:02 Removing intermediate container 04fec854cad8 00:39:02 ---> c5ecf2591ad1 00:39:02 Step 21/23 : LABEL arch=x86_64 00:39:02 ---> Running in 6800cef873b5 00:39:02 Removing intermediate container 6800cef873b5 00:39:02 ---> defae4b983f6 00:39:02 Step 22/23 : LABEL git_sha=aab7450329928fc6dfeb225ad3b9d5a300309cb6 00:39:03 ---> Running in e0b8f609b559 00:39:03 Removing intermediate container e0b8f609b559 00:39:03 ---> 27826dc0dc36 00:39:03 Step 23/23 : LABEL version=0.0.0 00:39:03 ---> Running in e16165705522 00:39:03 Removing intermediate container e16165705522 00:39:03 ---> 0fee9c78504e 00:39:03 00:39:03 Successfully built 0fee9c78504e 00:39:03 Successfully tagged docker-core-data-go:latest 00:39:04  Building docker-core-data-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:39:04 Status: Downloaded newer image for docker:20.10.0 00:39:04 ---> aefe523efa57 00:39:04 Step 12/26 : RUN apk add --no-cache bash 00:39:05 ---> Running in f92048cd7af6 00:39:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:05 (1/2) Installing readline (8.0.4-r0) 00:39:05 (2/2) Installing bash (5.0.17-r0) 00:39:06 Executing bash-5.0.17-r0.post-install 00:39:06 Executing busybox-1.31.1-r19.trigger 00:39:06 OK: 12 MiB in 22 packages 00:39:06 Removing intermediate container f92048cd7af6 00:39:06 ---> b3582eb90612 00:39:06 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:39:06 ---> Running in b045b716f98e 00:39:06 Removing intermediate container b045b716f98e 00:39:06 ---> 3cfc749ac5fd 00:39:06 Step 14/26 : ENV APP_PORT=48090 00:39:06 ---> Running in 9618cfe21c79 00:39:07 Removing intermediate container 9618cfe21c79 00:39:07 ---> 6645025cf5f8 00:39:07 Step 15/26 : EXPOSE $APP_PORT 00:39:07 ---> Running in 391938340e8b 00:39:07 Removing intermediate container 391938340e8b 00:39:07 ---> 991e8552a2af 00:39:07 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:39:07 ---> c7ad3e870ed9 00:39:07 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:39:07 ---> c1e4e8f2c099 00:39:07 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:39:08 ---> e04a10c57e3e 00:39:08 Step 19/26 : RUN apk --no-cache add py3-pip 00:39:08 ---> Running in 6a9b794c554e 00:39:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:09 (1/33) Installing libbz2 (1.0.8-r1) 00:39:09 (2/33) Installing expat (2.2.9-r1) 00:39:09 (3/33) Installing libffi (3.3-r2) 00:39:09 (4/33) Installing gdbm (1.13-r1) 00:39:09 (5/33) Installing xz-libs (5.2.5-r0) 00:39:09 (6/33) Installing sqlite-libs (3.32.1-r0) 00:39:09 (7/33) Installing python3 (3.8.8-r0) 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.073s coverage: 94.4% of statements 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 00:39:10 (8/33) Installing py3-appdirs (1.4.4-r1) 00:39:10 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:39:10 (10/33) Installing py3-parsing (2.4.7-r0) 00:39:10 (11/33) Installing py3-six (1.15.0-r0) 00:39:10 (12/33) Installing py3-packaging (20.4-r0) 00:39:10 (13/33) Installing py3-setuptools (47.0.0-r0) 00:39:11 (14/33) Installing py3-chardet (3.0.4-r4) 00:39:11 (15/33) Installing py3-idna (2.9-r0) 00:39:11 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:39:11 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:39:11 (18/33) Installing py3-requests (2.23.0-r0) 00:39:11 (19/33) Installing py3-msgpack (1.0.0-r0) 00:39:11 (20/33) Installing py3-lockfile (0.12.2-r3) 00:39:11 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:39:11 (22/33) Installing py3-colorama (0.4.3-r0) 00:39:11 (23/33) Installing py3-distlib (0.3.0-r0) 00:39:11 (24/33) Installing py3-distro (1.5.0-r1) 00:39:11 (25/33) Installing py3-webencodings (0.5.1-r3) 00:39:11 (26/33) Installing py3-html5lib (1.0.1-r4) 00:39:11 (27/33) Installing py3-pytoml (0.1.21-r0) 00:39:11 (28/33) Installing py3-pep517 (0.8.2-r0) 00:39:11 (29/33) Installing py3-progress (1.5-r0) 00:39:11 (30/33) Installing py3-toml (0.10.1-r0) 00:39:11 (31/33) Installing py3-retrying (1.3.3-r0) 00:39:11 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:39:11 (33/33) Installing py3-pip (20.1.1-r0) 00:39:11 Executing busybox-1.31.1-r19.trigger 00:39:11 OK: 71 MiB in 55 packages 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.247s coverage: 81.9% of statements 00:39:19 Removing intermediate container 6a9b794c554e 00:39:19 ---> 35701b7430a2 00:39:19 Step 20/26 : RUN pip install docker-compose==1.23.2 00:39:19 ---> Running in c4a23d39fd39 00:39:21 Collecting docker-compose==1.23.2 00:39:21 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:39:21 Collecting texttable<0.10,>=0.9.0 00:39:21 Downloading texttable-0.9.1.tar.gz (11 kB) 00:39:22 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:22 Collecting cached-property<2,>=1.2.0 00:39:22 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:39:22 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:39:22 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:39:22 Collecting docker<4.0,>=3.6.0 00:39:22 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:23 Collecting jsonschema<3,>=2.5.1 00:39:23 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:39:23 Collecting websocket-client<1.0,>=0.32.0 00:39:23 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:39:23 Collecting docopt<0.7,>=0.6.1 00:39:23 Downloading docopt-0.6.2.tar.gz (25 kB) 00:39:23 Collecting PyYAML<4,>=3.10 00:39:23 Downloading PyYAML-3.13.tar.gz (270 kB) 00:39:24 Collecting dockerpty<0.5,>=0.4.1 00:39:24 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:39:25 Collecting idna<2.8,>=2.5 00:39:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:39:25 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:25 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:25 Collecting urllib3<1.25,>=1.21.1 00:39:25 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:39:25 Collecting docker-pycreds>=0.4.0 00:39:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:39:25 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:39:25 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:39:25 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:39:25 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:39:25 Installing collected packages: texttable, cached-property, idna, urllib3, requests, docker-pycreds, websocket-client, docker, jsonschema, docopt, PyYAML, dockerpty, docker-compose 00:39:25 Running setup.py install for texttable: started 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.131s coverage: 92.9% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.171s coverage: 87.2% of statements 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.142s coverage: 84.6% of statements 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.166s coverage: 91.6% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.715s coverage: 62.4% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.085s coverage: 100.0% of statements 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.161s coverage: 91.3% of statements 00:39:26 Running setup.py install for texttable: finished with status 'done' 00:39:26 Attempting uninstall: idna 00:39:26 Found existing installation: idna 2.9 00:39:26 Uninstalling idna-2.9: 00:39:26 Successfully uninstalled idna-2.9 00:39:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.086s coverage: 100.0% of statements 00:39:26 Attempting uninstall: urllib3 00:39:26 Found existing installation: urllib3 1.25.9 00:39:26 Uninstalling urllib3-1.25.9: 00:39:26 Successfully uninstalled urllib3-1.25.9 00:39:26 Attempting uninstall: requests 00:39:26 Found existing installation: requests 2.23.0 00:39:26 Uninstalling requests-2.23.0: 00:39:26 Successfully uninstalled requests-2.23.0 00:39:27 Running setup.py install for docopt: started 00:39:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements 00:39:27 Running setup.py install for docopt: finished with status 'done' 00:39:27 Running setup.py install for PyYAML: started 00:39:28 Running setup.py install for PyYAML: finished with status 'done' 00:39:28 Running setup.py install for dockerpty: started 00:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements 00:39:28 Running setup.py install for dockerpty: finished with status 'done' 00:39:29 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.58.0 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.868s coverage: 69.0% of statements 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:39:33 Removing intermediate container c4a23d39fd39 00:39:33 ---> f1acec4a3c9b 00:39:33 Step 21/26 : RUN apk --no-cache add curl 00:39:33 ---> Running in e2195fba05c5 00:39:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:33 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:39:33 (2/3) Installing libcurl (7.69.1-r3) 00:39:33 (3/3) Installing curl (7.69.1-r3) 00:39:33 Executing busybox-1.31.1-r19.trigger 00:39:33 OK: 72 MiB in 58 packages 00:39:34 Removing intermediate container e2195fba05c5 00:39:34 ---> feef1efc28d1 00:39:34 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:39:34 ---> Running in 10ea3fdf5ddc 00:39:34 Removing intermediate container 10ea3fdf5ddc 00:39:34 ---> 5bbc4a2675ba 00:39:34 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:34 ---> Running in 7689f43348e5 00:39:34 Removing intermediate container 7689f43348e5 00:39:34 ---> 0476204a5c42 00:39:34 Step 24/26 : LABEL arch=x86_64 00:39:34 ---> Running in ea270df4abf7 00:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.388s coverage: 38.4% of statements 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.097s coverage: 89.5% of statements 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.082s coverage: 84.8% of statements 00:39:34 Removing intermediate container ea270df4abf7 00:39:34 ---> 954a08c3bfa6 00:39:34 Step 25/26 : LABEL git_sha=aab7450329928fc6dfeb225ad3b9d5a300309cb6 00:39:34 ---> Running in 58d84c89b1a2 00:39:35 Removing intermediate container 58d84c89b1a2 00:39:35 ---> c04664b27c8d 00:39:35 Step 26/26 : LABEL version=0.0.0 00:39:35 ---> Running in b1e12067c1d3 00:39:35 Removing intermediate container b1e12067c1d3 00:39:35 ---> 3bdfc52e8f6d 00:39:35 00:39:35 Successfully built 3bdfc52e8f6d 00:39:35 Successfully tagged docker-sys-mgmt-agent-go:latest 00:39:35  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:39:35 $ docker stop --time=1 e8c74dbbf580fd99cd7a8fe3063f7d676615bf58e64e76d1ebd4f726c4494f1c 00:39:37 $ docker rm -f e8c74dbbf580fd99cd7a8fe3063f7d676615bf58e64e76d1ebd4f726c4494f1c [Pipeline] // withDockerContainer [Pipeline] sh 00:39:38 + docker images 00:39:38 + grep docker 00:39:38 docker-sys-mgmt-agent-go latest 3bdfc52e8f6d 3 seconds ago 313MB 00:39:38 docker-core-data-go latest 0fee9c78504e 35 seconds ago 22.6MB 00:39:38 docker-security-proxy-setup-go latest f2ceeb836cbe 54 seconds ago 24.7MB 00:39:38 docker-core-metadata-go latest 31b2ddac3a05 54 seconds ago 19MB 00:39:38 docker-security-bootstrapper-go latest 4c28a5fad650 About a minute ago 18.8MB 00:39:38 docker-security-secretstore-setup-go latest 83e4cdd29950 About a minute ago 24.9MB 00:39:38 docker-support-notifications-go latest ac76585817e6 2 minutes ago 17.8MB 00:39:38 docker-support-scheduler-go latest e2aa724ee175 2 minutes ago 17.3MB 00:39:38 docker-core-command-go latest d3143580ebb1 2 minutes ago 17.2MB 00:39:38 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:39:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.529s coverage: 47.0% of statements 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:39:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.168s coverage: 100.0% of statements 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:39:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.110s coverage: 100.0% of statements 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:39:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.492s coverage: 87.1% of statements 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:39:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.894s coverage: 29.1% of statements 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:39:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.211s coverage: 99.0% of statements 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:39:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.151s coverage: 100.0% of statements 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:39:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.309s coverage: 96.5% of statements 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:39:49 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:39:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:39:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.091s coverage: 100.0% of statements 00:39:53 GO111MODULE=on go vet ./... 00:39:54 Still waiting to schedule task 00:39:54 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:40:48 Running on prd-ubuntu18.04-docker-8c-8g-30070 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { [Pipeline] ws 00:40:48 Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout 00:40:50 using credential edgex-jenkins-ssh 00:40:50 Cloning the remote Git repository 00:40:50 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:40:50 > git init /w/workspace/edgex-go/10 # timeout=10 00:40:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:40:50 > git --version # timeout=10 00:40:50 > git --version # 'git version 2.17.1' 00:40:50 using GIT_SSH to set credentials SSH Credentials for GitHub 00:40:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:02 Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit e16aee3722b0f014e7611225c341ea548abb8698 00:41:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:01 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3223/head:refs/remotes/origin/PR-3223 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:41:02 > git config core.sparsecheckout # timeout=10 00:41:02 > git checkout -f e16aee3722b0f014e7611225c341ea548abb8698 # timeout=10 00:41:02 Merge succeeded, producing c36596407323b2c83170a23f99d9b300e4791ab4 00:41:02 Checking out Revision c36596407323b2c83170a23f99d9b300e4791ab4 (PR-3223) 00:41:02 > git remote # timeout=10 00:41:02 > git config --get remote.origin.url # timeout=10 00:41:02 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:02 > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 00:41:02 > git rev-parse HEAD^{commit} # timeout=10 00:41:03 > git config core.sparsecheckout # timeout=10 00:41:03 > git checkout -f c36596407323b2c83170a23f99d9b300e4791ab4 # timeout=10 00:41:06 Commit message: "Merge commit '4dfaf167a75f3c6dea6f872deeb8969b2f6df637' into HEAD" 00:41:06 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:41:08 + echo snap-build.sh 00:41:08 snap-build.sh 00:41:08 + SNAP_BASE_DIR=. 00:41:08 + '[' '!' -z /w/workspace/edgex-go/10 ']' 00:41:08 + SNAP_BASE_DIR=/w/workspace/edgex-go/10 00:41:08 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/10]' 00:41:08 [snap-build] Building snap in dir [/w/workspace/edgex-go/10] 00:41:08 + cd /w/workspace/edgex-go/10 00:41:08 + sudo apt-get remove -qy --purge lxd lxd-client 00:41:08 Reading package lists... 00:41:06 > git rev-list --no-walk 667eb6bd1c499f875a20771a3203684b431a548b # timeout=10 00:41:08 Building dependency tree... 00:41:08 Reading state information... 00:41:08 The following packages were automatically installed and are no longer required: 00:41:08 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:41:08 uidmap xdelta3 00:41:08 Use 'sudo apt autoremove' to remove them. 00:41:08 The following packages will be REMOVED: 00:41:08 lxd* lxd-client* 00:41:08 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:41:08 After this operation, 31.7 MB disk space will be freed. 00:41:10 (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:10 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:11 Removing lxd dnsmasq configuration 00:41:11 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:41:11 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:41:12 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:41:12 (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:12 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:14 Processing triggers for systemd (237-3ubuntu10.42) ... 00:41:14 Processing triggers for ureadahead (0.100.0-21) ... 00:41:15 + sudo snap remove --purge lxd 00:41:16 snap "lxd" is not installed 00:41:16 + sudo groupadd --force --system lxd 00:41:16 ++ whoami 00:41:16 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:41:16 + newgrp - lxd 00:41:16 + sudo snap install lxd 00:41:26 2021-03-17T00:41:23Z INFO Waiting for automatic snapd restart... 00:41:30 gofmt -l . 00:41:30 [ "`gofmt -l .`" = "" ] 00:41:30 ./bin/test-go-mod-tidy.sh 00:41:30 ./bin/test-attribution-txt.sh [Pipeline] sh 00:41:31 + ls -al . 00:41:31 total 788 00:41:31 drwxrwxr-x 9 1001 1001 4096 Mar 17 00:41 . 00:41:31 drwxr-xr-x 4 root root 4096 Mar 17 00:36 .. 00:41:31 -rw-rw-r-- 1 1001 1001 11 Mar 17 00:34 .dockerignore 00:41:31 drwxrwxr-x 8 1001 1001 4096 Mar 17 00:34 .git 00:41:31 drwxrwxr-x 3 1001 1001 4096 Mar 17 00:34 .github 00:41:31 -rw-rw-r-- 1 1001 1001 818 Mar 17 00:34 .gitignore 00:41:31 -rw-rw-r-- 1 1001 1001 166 Mar 17 00:34 .sonarcloud.properties 00:41:31 -rw-rw-r-- 1 1001 1001 8607 Mar 17 00:34 Attribution.txt 00:41:31 -rw-rw-r-- 1 1001 1001 3804 Mar 17 00:34 CONTRIBUTING.md 00:41:31 -rw-rw-r-- 1 1001 1001 931 Mar 17 00:34 Dockerfile.build 00:41:31 -rw-rw-r-- 1 1001 1001 863 Mar 17 00:34 Jenkinsfile 00:41:31 -rw-rw-r-- 1 1001 1001 10775 Mar 17 00:34 LICENSE 00:41:31 -rw-rw-r-- 1 1001 1001 5774 Mar 17 00:34 Makefile 00:41:31 -rw-rw-r-- 1 1001 1001 6548 Mar 17 00:34 README.md 00:41:31 -rw-rw-r-- 1 1001 1001 6755 Mar 17 00:34 SECURITY.md 00:41:31 -rw-rw-r-- 1 1001 1001 5 Mar 17 00:31 VERSION 00:41:31 -rw-rw-r-- 1 1001 1001 4131 Mar 17 00:34 ZMQWindows.md 00:41:31 drwxrwxr-x 2 1001 1001 4096 Mar 17 00:34 bin 00:41:31 drwxrwxr-x 14 1001 1001 4096 Mar 17 00:34 cmd 00:41:31 -rw-r--r-- 1 root root 650607 Mar 17 00:39 coverage.out 00:41:31 -rw-r--r-- 1 root root 1055 Mar 17 00:41 go.mod 00:41:31 -rw-r--r-- 1 root root 21981 Mar 17 00:41 go.sum 00:41:31 drwxrwxr-x 8 1001 1001 4096 Mar 17 00:34 internal 00:41:31 drwxrwxr-x 4 1001 1001 4096 Mar 17 00:34 openapi 00:41:31 drwxrwxr-x 4 1001 1001 4096 Mar 17 00:34 snap 00:41:31 -rw-rw-r-- 1 1001 1001 168 Mar 17 00:34 version.go [Pipeline] sh 00:41:32 + '[' -e coverage.out ] 00:41:32 + chown 1001:1001 coverage.out [Pipeline] stash 00:41:32 Warning: overwriting stash ‘coverage-report’ 00:41:33 Stashed 1 file(s) [Pipeline] sh 00:41:34 + make build 00:41:34 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:41:46 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:41:48 lxd 4.12 from Canonical* installed 00:41:48 + sudo lxd init --auto 00:41:55 + sudo snap install --classic snapcraft 00:42:03 snapcraft 4.5.4 from Canonical* installed 00:42:03 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:42:03 + patch --verbose -p1 00:42:03 Hmm... Looks like a unified diff to me... 00:42:03 The text leading up to this was: 00:42:03 -------------------------- 00:42:03 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:42:03 |From: Tony Espy 00:42:03 |Date: Tue, 9 Mar 2021 19:05:15 -0500 00:42:03 |Subject: [PATCH] optimize snap build for pipeline CI check 00:42:03 | 00:42:03 |This patch is used by the EdgeX CI pipeline builds to 00:42:03 |optimize the snap CI check run for pull requests. When 00:42:03 |applied, it essentially strips out everything (apps and 00:42:03 |parts) from the snapcraft.yaml file except those required 00:42:03 |to build edgex-go, as the whole idea of the CI check is to 00:42:03 |catch changes to edgex-go that break the snap build. 00:42:03 | 00:42:03 |In general, anyone updating snapcraft.yaml will also need 00:42:03 |to update this patch file, otherwise it may fail to apply, 00:42:03 |resulting in a failed snap build CI check in the associated 00:42:03 |pull request. 00:42:03 | 00:42:03 |Note - in addition to applying this patch, the pipeline also 00:42:03 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:42:03 |need to build the finally binary .snap file (and it won't 00:42:03 |work with the patch applied). This further reduces the build 00:42:03 |time. 00:42:03 |--- 00:42:03 | snap/snapcraft.yaml | 452 +------------------------------------------- 00:42:03 | 1 file changed, 1 insertion(+), 451 deletions(-) 00:42:03 | 00:42:03 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:42:03 |index d8bc12bc..5a5f5fbb 100644 00:42:03 |--- a/snap/snapcraft.yaml 00:42:03 |+++ b/snap/snapcraft.yaml 00:42:03 -------------------------- 00:42:03 patching file snap/snapcraft.yaml 00:42:03 Using Plan A... 00:42:03 Hunk #1 FAILED at 73. 00:42:03 Hunk #2 succeeded at 296 (offset 19 lines). 00:42:03 Hunk #3 succeeded at 308 (offset 19 lines). 00:42:03 Hunk #4 succeeded at 316 (offset 19 lines). 00:42:03 Hunk #5 succeeded at 323 (offset 19 lines). 00:42:03 Hunk #6 succeeded at 350 (offset 19 lines). 00:42:03 Hunk #7 succeeded at 362 (offset 19 lines). 00:42:03 Hunk #8 succeeded at 421 (offset 22 lines). 00:42:03 1 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:42:03 Hmm... Ignoring the trailing garbage. 00:42:03 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:42:03 Failed in branch amd64 00:42:18 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:23 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:31 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:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:42:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:42:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:42:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:42:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:43:02 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:06 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:14 $ docker stop --time=1 34315402205edd8d0f30daa82dfffa4f664e53b8be132d9050b8dae4d857868a 00:43:17 $ docker rm -f 34315402205edd8d0f30daa82dfffa4f664e53b8be132d9050b8dae4d857868a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:19 00:43:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:43:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:20 latest: Pulling from edgex-devops/edgex-compose-arm64 00:43:20 29e5d40040c1: Pulling fs layer 00:43:20 1ce36da41761: Pulling fs layer 00:43:20 25b303627fd3: Pulling fs layer 00:43:20 29e5d40040c1: Verifying Checksum 00:43:20 29e5d40040c1: Download complete 00:43:21 1ce36da41761: Verifying Checksum 00:43:21 1ce36da41761: Download complete 00:43:21 29e5d40040c1: Pull complete 00:43:22 1ce36da41761: Pull complete 00:43:23 25b303627fd3: Download complete 00:43:33 25b303627fd3: Pull complete 00:43:33 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:43:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:43:33 prd-ubuntu18.04-docker-arm64-4c-16g-30066 does not seem to be running inside a container 00:43:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:37 $ docker top 5c504f69ec5002fa0b20f9832956788512796581195a589a58915cc99102478c -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:38 + docker-compose build --help 00:43:38 + grep parallel 00:43:45 --parallel Build images in parallel. [Pipeline] } 00:43:45 $ docker stop --time=1 5c504f69ec5002fa0b20f9832956788512796581195a589a58915cc99102478c 00:43:47 $ docker rm -f 5c504f69ec5002fa0b20f9832956788512796581195a589a58915cc99102478c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:48 . [Pipeline] withDockerContainer 00:43:48 prd-ubuntu18.04-docker-arm64-4c-16g-30066 does not seem to be running inside a container 00:43:48 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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:50 $ docker top c33d1d73cea43a625847fc1d74a1ab1ec435feb9fa6b585081bedd3941dedcaf -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:51 + docker-compose -f ./docker-compose-build.yml build --parallel 00:43:58 Building docker-core-command-go ... 00:43:58 Building docker-core-data-go ... 00:43:58 Building docker-core-metadata-go ... 00:43:58 Building docker-security-bootstrapper-go ... 00:43:58 Building docker-security-proxy-setup-go ... 00:43:58 Building docker-security-secretstore-setup-go ... 00:43:58 Building docker-support-notifications-go ... 00:43:58 Building docker-support-scheduler-go ... 00:43:58 Building docker-sys-mgmt-agent-go ... 00:43:58 Building docker-support-notifications-go 00:43:58 Building docker-security-bootstrapper-go 00:43:58 Building docker-security-secretstore-setup-go 00:43:58 Building docker-support-scheduler-go 00:43:58 Building docker-core-metadata-go 00:45:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:19 ---> 379da5024f66 00:45:19 Step 3/22 : WORKDIR /edgex-go 00:45:19 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:45:19 ---> 379da5024f66 00:45:19 Step 3/24 : WORKDIR /edgex-go 00:45:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:19 ---> 379da5024f66 00:45:19 Step 3/22 : WORKDIR /edgex-go 00:45:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:45:19 ---> 379da5024f66 00:45:19 Step 3/23 : WORKDIR /edgex-go 00:45:19 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:19 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:45:19 ---> 379da5024f66 00:45:19 Step 3/31 : WORKDIR /edgex-go 00:45:19 ---> Running in b634dc605ee3 00:45:19 ---> Running in 13da575d0b05 00:45:19 ---> Running in 60c3b205be25 00:45:19 ---> Running in 0bb2a8eb7baf 00:45:19 ---> Running in 3ac1f92dd30b 00:45:19 Removing intermediate container 13da575d0b05 00:45:19 ---> 11eea3d6967d 00:45:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:19 Removing intermediate container 0bb2a8eb7baf 00:45:19 ---> 0fdee9d79729 00:45:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:19 Removing intermediate container 60c3b205be25 00:45:19 ---> c48c9b3b2e0b 00:45:19 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:19 Removing intermediate container b634dc605ee3 00:45:19 ---> adb269f708e5 00:45:19 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:19 Removing intermediate container 3ac1f92dd30b 00:45:19 ---> 4ac13175cbe6 00:45:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:19 ---> Running in 54e85fb6ad54 00:45:19 ---> Running in e2ac77b4487f 00:45:19 ---> Running in e29f42086973 00:45:19 ---> Running in 445bb4baaaf0 00:45:19 ---> Running in 8fb2dbda6a9d 00:45:19 Removing intermediate container 54e85fb6ad54 00:45:19 ---> 7ee37ab7bcf4 00:45:19 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:45:20 ---> Running in 3d4ff5276139 00:45:20 Removing intermediate container 445bb4baaaf0 00:45:20 ---> 5cdf52479992 00:45:20 Step 5/31 : RUN apk add --update --no-cache make git 00:45:20 Removing intermediate container 8fb2dbda6a9d 00:45:20 ---> e5c295238f15 00:45:20 Step 5/23 : RUN apk add --update --no-cache make git 00:45:20 ---> Running in ae19c02909dd 00:45:20 Removing intermediate container e29f42086973 00:45:20 ---> edc9e12e0b16 00:45:20 Step 5/22 : RUN apk add --update --no-cache make git 00:45:21 Removing intermediate container e2ac77b4487f 00:45:21 ---> 99233761ad69 00:45:21 Step 5/24 : RUN apk add --update --no-cache make git 00:45:21 ---> Running in 826cee8b05f8 00:45:21 ---> Running in 7dab0e9eeed5 00:45:21 ---> Running in 10c4ada44697 00:45:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:23 OK: 217 MiB in 51 packages 00:45:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:24 OK: 217 MiB in 51 packages 00:45:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:25 Removing intermediate container 3d4ff5276139 00:45:25 ---> b6d957258651 00:45:25 Step 6/22 : COPY go.mod . 00:45:25 OK: 217 MiB in 51 packages 00:45:25 OK: 217 MiB in 51 packages 00:45:25 Removing intermediate container ae19c02909dd 00:45:25 ---> cc843259d135 00:45:25 Step 6/31 : COPY go.mod . 00:45:25 OK: 217 MiB in 51 packages 00:45:26 ---> 9be86f22cb93 00:45:26 Step 7/22 : RUN go mod download 00:45:26 ---> Running in 10a1375a09b8 00:45:27 ---> dedf0e499afa 00:45:27 Step 7/31 : RUN go mod download 00:45:27 ---> Running in 26522f9c8f74 00:45:27 Removing intermediate container 10c4ada44697 00:45:27 ---> b6f84718ec4e 00:45:27 Step 6/24 : COPY go.mod . 00:45:27 Removing intermediate container 7dab0e9eeed5 00:45:27 ---> f960ac080650 00:45:27 Step 6/22 : COPY go.mod . 00:45:27 Removing intermediate container 826cee8b05f8 00:45:27 ---> 7b283f79ba06 00:45:27 Step 6/23 : COPY go.mod . 00:45:28 ---> def295d6f749 00:45:28 Step 7/22 : RUN go mod download 00:45:28 ---> b5e0e748f64a 00:45:28 Step 7/24 : RUN go mod download 00:45:28 ---> Running in 62619ee1f538 00:45:29 ---> 21a97c787181 00:45:29 Step 7/23 : RUN go mod download 00:45:29 ---> Running in 9673625e9dbf 00:45:29 ---> Running in bffc6bd60b72 00:45:30 Removing intermediate container 10a1375a09b8 00:45:30 ---> ca04af3e9375 00:45:30 Step 8/22 : COPY . . 00:45:31 Removing intermediate container 26522f9c8f74 00:45:31 ---> 4fe463dfad08 00:45:31 Step 8/31 : COPY . . 00:45:34 Removing intermediate container 62619ee1f538 00:45:34 ---> 2f02af72c829 00:45:34 Step 8/22 : COPY . . 00:45:35 Removing intermediate container 9673625e9dbf 00:45:35 ---> 9e3e24049443 00:45:35 Step 8/24 : COPY . . 00:45:35 Removing intermediate container bffc6bd60b72 00:45:35 ---> adb1c137c0bc 00:45:35 Step 8/23 : COPY . . 00:46:02 ---> 62acbac6fbfd 00:46:02 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:46:02 ---> f5c84ee31e1a 00:46:02 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:46:02 ---> 05399ffe8b0c 00:46:02 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:46:02 ---> Running in 50c06c87eaf1 00:46:02 ---> 1ed4773f374b 00:46:02 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:46:02 ---> 182e65ffbeeb 00:46:02 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:46:02 ---> Running in bf6972143a7c 00:46:02 ---> Running in d0f265b28227 00:46:02 ---> Running in d0de527f85aa 00:46:02 ---> Running in ef8a06327c08 00:46:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:46:04 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:46: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:46:04 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:04 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:47:56 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:48:11 Removing intermediate container ef8a06327c08 00:48:11 ---> e6e3b2e68b99 00:48:11 00:48:11 Step 10/24 : FROM alpine:3.12 00:48:11 3.12: Pulling from library/alpine 00:48:13 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:48:13 Status: Downloaded newer image for alpine:3.12 00:48:13 ---> d10569e2745f 00:48:13 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:48:13 ---> Running in 254a1849694b 00:48:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:17 (1/5) Installing ca-certificates (20191127-r4) 00:48:17 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:48:17 (3/5) Installing libcurl (7.69.1-r3) 00:48:17 (4/5) Installing curl (7.69.1-r3) 00:48:17 (5/5) Installing dumb-init (1.2.2-r1) 00:48:17 Executing busybox-1.31.1-r19.trigger 00:48:17 Executing ca-certificates-20191127-r4.trigger 00:48:17 Removing intermediate container bf6972143a7c 00:48:17 ---> 2bb0361d4f89 00:48:17 00:48:17 Step 10/31 : FROM alpine:3.12 00:48:17 ---> d10569e2745f 00:48:17 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:48:18 OK: 7 MiB in 19 packages 00:48:18 ---> Running in e6dfc7e74767 00:48:19 Removing intermediate container e6dfc7e74767 00:48:19 ---> 0ee303f1ee74 00:48:19 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:48:19 ---> Running in 08afa3869205 00:48:21 Removing intermediate container 254a1849694b 00:48:21 ---> d71ca5010fa2 00:48:21 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:22 ---> Running in 5c8b50bea024 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 Removing intermediate container 5c8b50bea024 00:48:23 ---> b848871e3672 00:48:23 Step 13/24 : WORKDIR / 00:48:23 ---> Running in dd27ba732a81 00:48:23 (1/2) Installing dumb-init (1.2.2-r1) 00:48:23 (2/2) Installing su-exec (0.2-r1) 00:48:23 Executing busybox-1.31.1-r19.trigger 00:48:23 OK: 5 MiB in 16 packages 00:48:24 Removing intermediate container dd27ba732a81 00:48:24 ---> f9fef712f25e 00:48:24 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:48:25 ---> d4ee08a60b9d 00:48:25 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:26 Removing intermediate container 08afa3869205 00:48:26 ---> b4a4f10b4301 00:48:26 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:48:26 ---> Running in a1993c11b86b 00:48:26 ---> 61202fe965a6 00:48:26 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:48:27 Removing intermediate container a1993c11b86b 00:48:27 ---> 27ac09629abd 00:48:27 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:48:28 ---> Running in fa6b94cf003f 00:48:28 ---> 3c84cf6730ef 00:48:28 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:48:29 Removing intermediate container fa6b94cf003f 00:48:29 ---> 416fe849ba00 00:48:29 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:48:30 ---> Running in f5246c6cb314 00:48:31 ---> c3f53c0a6ac9 00:48:31 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:48:31 Removing intermediate container d0f265b28227 00:48:31 ---> 18104107a7b6 00:48:31 00:48:31 Step 10/22 : FROM alpine:3.12 00:48:31 ---> d10569e2745f 00:48:31 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:48:31 Removing intermediate container 50c06c87eaf1 00:48:31 ---> 67e485a3aac4 00:48:31 00:48:31 Step 10/22 : FROM alpine:3.12 00:48:31 ---> d10569e2745f 00:48:31 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:48:32 ---> Running in 7acd1687d553 00:48:32 ---> Running in 50e36a05d7b4 00:48:32 ---> 62358da1344b 00:48:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:48:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:34 ---> a59b27331d2a 00:48:34 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:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:34 Removing intermediate container f5246c6cb314 00:48:34 ---> 45e311a7a98e 00:48:34 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:48:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:34 ---> Running in c0d0fbf1573e 00:48:35 ---> Running in 02200d394748 00:48:35 (1/1) Installing dumb-init (1.2.2-r1) 00:48:35 Executing busybox-1.31.1-r19.trigger 00:48:35 OK: 5 MiB in 15 packages 00:48:35 (1/2) Installing ca-certificates (20191127-r4) 00:48:35 (2/2) Installing dumb-init (1.2.2-r1) 00:48:35 Executing busybox-1.31.1-r19.trigger 00:48:35 Executing ca-certificates-20191127-r4.trigger 00:48:36 OK: 6 MiB in 16 packages 00:48:36 Removing intermediate container 02200d394748 00:48:36 ---> 4ca3af06bf46 00:48:36 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:48:38 ---> a5394c5fb663 00:48:38 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:48:38 Removing intermediate container 7acd1687d553 00:48:38 ---> 4ad453a6f1b4 00:48:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:38 ---> Running in 8d0d887bc4a6 00:48:39 ---> Running in 1de60840c335 00:48:39 Removing intermediate container 50e36a05d7b4 00:48:39 ---> 20baefe23a92 00:48:39 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:48:39 ---> Running in 15f3269b3442 00:48:39 Removing intermediate container d0de527f85aa 00:48:39 ---> 79a33e66a32d 00:48:39 00:48:39 Step 10/23 : FROM alpine:3.12 00:48:39 Removing intermediate container c0d0fbf1573e 00:48:39 ---> d10569e2745f 00:48:39 ---> b8a322f71012 00:48:39 Step 11/23 : RUN apk add --update --no-cache dumb-initStep 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:48:39 00:48:39 ---> Using cache 00:48:39 ---> 4ad453a6f1b4 00:48:39 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:40 Removing intermediate container 1de60840c335 00:48:40 ---> a5a56c9629f7 00:48:40 Step 13/22 : ENV APP_PORT=48085 00:48:40 ---> Running in 3b441298740f 00:48:40 ---> Running in bcae06caa8a4 00:48:40 ---> Running in 26981e2beb5c 00:48:40 Removing intermediate container 15f3269b3442 00:48:40 ---> ba61db7e644a 00:48:40 Step 13/22 : ENV APP_PORT=48060 00:48:40 ---> Running in 2b3b502be042 00:48:41 Removing intermediate container bcae06caa8a4 00:48:41 ---> e7fc7824e113 00:48:41 Step 13/23 : ENV APP_PORT=48081 00:48:41 Removing intermediate container 3b441298740f 00:48:41 ---> d309c122ca1f 00:48:41 Step 22/24 : LABEL arch=arm64 00:48:41 Removing intermediate container 26981e2beb5c 00:48:41 ---> e6d37f776e3a 00:48:41 Step 14/22 : EXPOSE $APP_PORT 00:48:41 ---> Running in 3baa4a61da5c 00:48:41 ---> Running in e6683eb82b69 00:48:41 ---> Running in 4e65b00095e6 00:48:41 Removing intermediate container 2b3b502be042 00:48:41 ---> 7794ef11627a 00:48:41 Step 14/22 : EXPOSE $APP_PORT 00:48:42 ---> Running in af08d6e6eb57 00:48:42 Removing intermediate container e6683eb82b69 00:48:42 ---> 3e437672aed8 00:48:42 Step 23/24 : LABEL git_sha=aab7450329928fc6dfeb225ad3b9d5a300309cb6 00:48:42 Removing intermediate container 3baa4a61da5c 00:48:42 ---> ac6d771c37be 00:48:42 Step 14/23 : EXPOSE $APP_PORT 00:48:42 ---> Running in 19b961e85276 00:48:42 ---> Running in 5c842fa98778 00:48:42 Removing intermediate container 4e65b00095e6 00:48:42 ---> 7fc9b2376ede 00:48:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:43 Removing intermediate container 8d0d887bc4a6 00:48:43 ---> ba5ade83582d 00:48:43 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:43 Removing intermediate container af08d6e6eb57 00:48:43 ---> 5fe971e18e26 00:48:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:43 Removing intermediate container 5c842fa98778 00:48:43 ---> 3e7c0c8ed385 00:48:43 Step 15/23 : WORKDIR / 00:48:43 Removing intermediate container 19b961e85276 00:48:43 ---> ca0c36fb92e2 00:48:43 Step 24/24 : LABEL version=0.0.0 00:48:43 ---> Running in 856d4ae47447 00:48:43 ---> Running in c9b37c693060 00:48:44 ---> 9fa6d6abca26 00:48:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:48:44 ---> 3162ec5f5843 00:48:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:48:44 ---> c243788b45b3 00:48:44 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:48:44 Removing intermediate container 856d4ae47447 00:48:44 Removing intermediate container c9b37c693060 00:48:44 ---> 836b8cd3c168 00:48:44 00:48:44 ---> dde3e8217c25 00:48:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:45 Successfully built 836b8cd3c168 00:48:45 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:48:45  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 00:48:46 ---> 3be89b126a28 00:48:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:48:46 ---> 4eed5319515a 00:48:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:48:46 ---> e58d27230ae3 00:48:46 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:48:46 ---> 8f1e4f0430f5 00:48:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:48:49 ---> 544e295639f6 00:48:49 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:48:49 ---> 051c8c63e805 00:48:49 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:48:49 ---> 36bb856ab3f4 00:48:49 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:48:49 ---> 26eb22bf73bf 00:48:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:48:49 ---> Running in 85afa58287e8 00:48:50 ---> Running in 037afdc53bab 00:48:50 Removing intermediate container 85afa58287e8 00:48:50 ---> 36071b7fbfe2 00:48:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:51 Removing intermediate container 037afdc53bab 00:48:51 ---> 66a445632018 00:48:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:51 ---> Running in c673cf4e371f 00:48:51 ---> dc880487eb18 00:48:51 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:48:52 ---> f785768eef81 00:48:52 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:48:52 ---> Running in eaef6ac9db90 00:48:52 ---> Running in e6d4194321d0 00:48:52 Removing intermediate container c673cf4e371f 00:48:52 ---> b5063788751d 00:48:52 Step 20/22 : LABEL arch=arm64 00:48:53 ---> Running in 0755947d725e 00:48:53 ---> 3a9b240a49da 00:48:53 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:48:53 Removing intermediate container eaef6ac9db90 00:48:53 ---> 827452509f73 00:48:53 Step 20/22 : LABEL arch=arm64 00:48:53 Removing intermediate container e6d4194321d0 00:48:53 ---> 9153457702c8 00:48:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:53 ---> Running in 472b76652411 00:48:53 ---> Running in 361e0ecf90b2 00:48:53 ---> Running in bac20b1c576f 00:48:53 Removing intermediate container 0755947d725e 00:48:53 ---> 11df3a07a984 00:48:53 Step 21/22 : LABEL git_sha=aab7450329928fc6dfeb225ad3b9d5a300309cb6 00:48:54 ---> Running in 99db65a2fd86 00:48:54 Removing intermediate container 472b76652411 00:48:54 ---> 67c6eca3e554 00:48:54 Step 21/22 : LABEL git_sha=aab7450329928fc6dfeb225ad3b9d5a300309cb6 00:48:54 ---> Running in a9eaf7fb734b 00:48:54 Removing intermediate container bac20b1c576f 00:48:54 ---> 9593487bd9e3 00:48:54 Step 21/23 : LABEL arch=arm64 00:48:54 Removing intermediate container 361e0ecf90b2 00:48:54 ---> 92006c09a3dc 00:48:54 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:48:55 ---> Running in f93dd25f7490 00:48:55 Removing intermediate container 99db65a2fd86 00:48:55 ---> 6d9ca96e048c 00:48:55 Step 22/22 : LABEL version=0.0.0 00:48:55 ---> Running in 3ee33b7910e6 00:48:55 Removing intermediate container a9eaf7fb734b 00:48:55 ---> 5e633211c08c 00:48:55 Step 22/22 : LABEL version=0.0.0 00:48:55 Removing intermediate container f93dd25f7490 00:48:55 ---> 0a2f44fcea68 00:48:55 Step 22/23 : LABEL git_sha=aab7450329928fc6dfeb225ad3b9d5a300309cb6 00:48:56 ---> Running in e6682d5967f1 00:48:56 ---> d576c467a68e 00:48:56 Step 26/31 : RUN chmod +x /entrypoint.sh 00:48:56 ---> Running in aa407076c69e 00:48:56 Removing intermediate container 3ee33b7910e6 00:48:56 ---> 7dd059b0d442 00:48:56 00:48:57 Successfully built 7dd059b0d442 00:48:57 Removing intermediate container e6682d5967f1 00:48:57 ---> 502dde564d91 00:48:57 00:48:57 Successfully tagged docker-support-notifications-go-arm64:latest 00:48:57  Building docker-support-notifications-go ... done  ---> Running in c254e669af8a 00:48:57 Building docker-security-proxy-setup-go 00:48:57 Removing intermediate container aa407076c69e 00:48:57 ---> 5f24a1c71941 00:48:57 Step 23/23 : LABEL version=0.0.0 00:48:57 ---> Running in 0173bb1b71ae 00:48:58 Successfully built 502dde564d91 00:48:58 Successfully tagged docker-support-scheduler-go-arm64:latest 00:48:58  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 00:48:58 Removing intermediate container 0173bb1b71ae 00:48:58 ---> 2e63aa85b6e1 00:48:58 00:48:59 Successfully built 2e63aa85b6e1 00:48:59 Successfully tagged docker-core-metadata-go-arm64:latest 00:48:59 Building docker-core-data-go 00:49:00  Building docker-core-metadata-go ... done Removing intermediate container c254e669af8a 00:49:00 ---> 17ad7f875018 00:49:00 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:49:00 ---> Running in c20a26672ee2 00:49:01 Removing intermediate container c20a26672ee2 00:49:01 ---> 82ac8edcce06 00:49:01 Step 28/31 : CMD ["gate"] 00:49:01 ---> Running in f7b276d8b222 00:49:02 Removing intermediate container f7b276d8b222 00:49:02 ---> 8a89bedaac78 00:49:02 Step 29/31 : LABEL arch=arm64 00:49:02 ---> Running in 4a1b1eae0747 00:49:03 Removing intermediate container 4a1b1eae0747 00:49:03 ---> f25522084b1f 00:49:03 Step 30/31 : LABEL git_sha=aab7450329928fc6dfeb225ad3b9d5a300309cb6 00:49:04 ---> Running in 4f099ae7e366 00:49:05 Removing intermediate container 4f099ae7e366 00:49:05 ---> 0c47728c25db 00:49:05 Step 31/31 : LABEL version=0.0.0 00:49:06 ---> Running in c6317e70e66f 00:49:08 Removing intermediate container c6317e70e66f 00:49:08 ---> 0f6022dafbeb 00:49:08 00:49:08 Successfully built 0f6022dafbeb 00:49:08 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:49:30  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:30 ---> 379da5024f66 00:49:30 Step 3/23 : WORKDIR /edgex-go 00:49:30 ---> Using cache 00:49:30 ---> adb269f708e5 00:49:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:30 ---> Using cache 00:49:30 ---> 5cdf52479992 00:49:30 Step 5/23 : RUN apk add --update --no-cache make git 00:49:30 ---> Using cache 00:49:30 ---> cc843259d135 00:49:30 Step 6/23 : COPY go.mod . 00:49:30 ---> Using cache 00:49:30 ---> dedf0e499afa 00:49:30 Step 7/23 : RUN go mod download 00:49:30 ---> Using cache 00:49:30 ---> 4fe463dfad08 00:49:30 Step 8/23 : COPY . . 00:49:30 ---> Using cache 00:49:30 ---> f5c84ee31e1a 00:49:30 Step 9/23 : RUN make cmd/core-command/core-command 00:49:34 ---> Running in b1579ef32264 00:49:36 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:49:48 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:49:48 ---> 379da5024f66 00:49:48 Step 3/21 : WORKDIR /edgex-go 00:49:48 ---> Using cache 00:49:48 ---> adb269f708e5 00:49:48 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:48 ---> Using cache 00:49:48 ---> 5cdf52479992 00:49:48 Step 5/21 : RUN apk add --update --no-cache make git 00:49:48 ---> Using cache 00:49:48 ---> cc843259d135 00:49:48 Step 6/21 : COPY go.mod . 00:49:48 ---> Using cache 00:49:48 ---> dedf0e499afa 00:49:48 Step 7/21 : RUN go mod download 00:49:48 ---> Using cache 00:49:48 ---> 4fe463dfad08 00:49:48 Step 8/21 : COPY . . 00:49:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> Using cache 00:49:48 ---> f5c84ee31e1a 00:49:48 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:49:48 00:49:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:48 ---> 379da5024f66 00:49:48 Step 3/23 : WORKDIR /edgex-go 00:49:48 ---> Using cache 00:49:48 ---> adb269f708e5 00:49:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:48 ---> Using cache 00:49:48 ---> 5cdf52479992 00:49:48 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:49:48 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:48 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:49:48 ---> 379da5024f66 00:49:48 Step 3/26 : WORKDIR /edgex-go 00:49:48 ---> Using cache 00:49:48 ---> adb269f708e5 00:49:48 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:48 ---> Using cache 00:49:48 ---> 5cdf52479992 00:49:48 Step 5/26 : RUN apk add --update --no-cache make bash git 00:49:50 ---> Running in aa133f55889a 00:49:50 ---> Running in 302c2f23b585 00:49:50 ---> Running in 7415695f4bb5 00:49:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:53 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:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:54 OK: 217 MiB in 51 packages 00:49:54 OK: 217 MiB in 51 packages 00:49:56 Removing intermediate container 7415695f4bb5 00:49:56 ---> e1597bdfc3dc 00:49:56 Step 6/23 : COPY go.mod . 00:49:56 Removing intermediate container 302c2f23b585 00:49:56 ---> 761c1d8c03bc 00:49:56 Step 6/26 : COPY go.mod . 00:49:57 ---> f93c4668d44c 00:49:57 Step 7/23 : RUN go mod download 00:49:58 ---> Running in 0acd4b1663a6 00:49:58 ---> fde20fc56d90 00:49:58 Step 7/26 : RUN go mod download 00:49:58 ---> Running in 81fce2509fc9 00:50:02 Removing intermediate container 0acd4b1663a6 00:50:02 ---> db3af160f0d4 00:50:02 Step 8/23 : COPY . . 00:50:03 Removing intermediate container 81fce2509fc9 00:50:03 ---> 56ba467f4d33 00:50:03 Step 8/26 : COPY . . 00:50:35 ---> 0bd09371ecdb 00:50:35 Step 9/23 : RUN make cmd/core-data/core-data 00:50:35 ---> 58527314a25d 00:50:35 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:50:35 ---> Running in 50848272c698 00:50:35 ---> Running in f380ddd2c7c7 00:50:35 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:35 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:50:42 Removing intermediate container b1579ef32264 00:50:42 ---> 6ee5a63304ad 00:50:42 00:50:42 Step 10/23 : FROM alpine:3.12 00:50:42 ---> d10569e2745f 00:50:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:50:42 ---> Using cache 00:50:42 ---> 4ad453a6f1b4 00:50:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:42 ---> Using cache 00:50:42 ---> e7fc7824e113 00:50:42 Step 13/23 : ENV APP_PORT=48082 00:50:42 ---> Running in 8667c44f188b 00:50:43 Removing intermediate container 8667c44f188b 00:50:43 ---> be29bc22169c 00:50:43 Step 14/23 : EXPOSE $APP_PORT 00:50:43 ---> Running in 18cfeca10b23 00:50:44 Removing intermediate container 18cfeca10b23 00:50:44 ---> fc48c66fcba5 00:50:44 Step 15/23 : WORKDIR / 00:50:44 ---> Running in 51826d4ce5a7 00:50:45 Removing intermediate container 51826d4ce5a7 00:50:45 ---> 4c98c68b94c6 00:50:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:46 ---> e355234970d1 00:50:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:50:47 ---> 35b4f9cae79d 00:50:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:50:49 ---> 7555c027d281 00:50:49 Step 19/23 : ENTRYPOINT ["/core-command"] 00:50:49 ---> Running in a9d930c1187a 00:50:50 Removing intermediate container a9d930c1187a 00:50:50 ---> b97a6e1487a1 00:50:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:50 ---> Running in 553a0d606a53 00:50:51 Removing intermediate container 553a0d606a53 00:50:51 ---> 8f08be73ffe1 00:50:51 Step 21/23 : LABEL arch=arm64 00:50:51 ---> Running in f392bcffabd0 00:50:51 Removing intermediate container f392bcffabd0 00:50:51 ---> 6899382371a9 00:50:51 Step 22/23 : LABEL git_sha=aab7450329928fc6dfeb225ad3b9d5a300309cb6 00:50:52 ---> Running in f6086184eaa3 00:50:52 Removing intermediate container f6086184eaa3 00:50:52 ---> 5d570ff66500 00:50:52 Step 23/23 : LABEL version=0.0.0 00:50:52 ---> Running in 8489c3328744 00:50:53 Removing intermediate container 8489c3328744 00:50:53 ---> 001cabbf0ae8 00:50:53 00:50:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:50:54 Successfully built 001cabbf0ae8 00:50:54 Successfully tagged docker-core-command-go-arm64:latest 00:51:09  Building docker-core-command-go ... done Removing intermediate container aa133f55889a 00:51:09 ---> 140baab26e8f 00:51:09 00:51:09 Step 10/21 : FROM alpine:3.12 00:51:09 ---> d10569e2745f 00:51:09 Step 11/21 : RUN apk add --update --no-cache curl 00:51:09 ---> Running in 77f7fc5ea091 00:51:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:11 (1/4) Installing ca-certificates (20191127-r4) 00:51:11 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:51:11 (3/4) Installing libcurl (7.69.1-r3) 00:51:11 (4/4) Installing curl (7.69.1-r3) 00:51:11 Executing busybox-1.31.1-r19.trigger 00:51:11 Executing ca-certificates-20191127-r4.trigger 00:51:11 OK: 7 MiB in 18 packages 00:51:14 Removing intermediate container 77f7fc5ea091 00:51:14 ---> 05a3fc9aaa4e 00:51:14 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:51:14 ---> Running in 700d85e65d38 00:51:15 Removing intermediate container 700d85e65d38 00:51:15 ---> 965d8483e8e4 00:51:15 Step 13/21 : WORKDIR /edgex 00:51:15 ---> Running in fea755864e8a 00:51:16 Removing intermediate container fea755864e8a 00:51:16 ---> af0c5503a1b0 00:51:16 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:51:17 ---> 732deb18a241 00:51:17 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:51:19 ---> 583150159b9d 00:51:19 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:51:20 ---> 4976f2b90fa9 00:51:20 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:51:20 ---> Running in 081a7a2e4b22 00:51:21 Removing intermediate container 081a7a2e4b22 00:51:21 ---> 8a26ffa036d5 00:51:21 Step 18/21 : CMD ["--init=true"] 00:51:21 ---> Running in 9a012a67f4f6 00:51:22 Removing intermediate container 9a012a67f4f6 00:51:22 ---> a9b90ab13b0c 00:51:22 Step 19/21 : LABEL arch=arm64 00:51:22 ---> Running in 1de70f957ba8 00:51:22 Removing intermediate container 1de70f957ba8 00:51:22 ---> 44d8e16d86b1 00:51:22 Step 20/21 : LABEL git_sha=aab7450329928fc6dfeb225ad3b9d5a300309cb6 00:51:22 ---> Running in cd90836c7d24 00:51:23 Removing intermediate container cd90836c7d24 00:51:23 ---> 0b12078e7688 00:51:23 Step 21/21 : LABEL version=0.0.0 00:51:23 ---> Running in a4fe3c9c3c22 00:51:24 Removing intermediate container a4fe3c9c3c22 00:51:24 ---> 68a86aecdab1 00:51:24 00:51:25 Successfully built 68a86aecdab1 00:51:25 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:51:43  Building docker-security-proxy-setup-go ... done Removing intermediate container f380ddd2c7c7 00:51:43 ---> f842959b9b1b 00:51:43 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:51:43 ---> Running in 9c266db64273 00:51: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 00:51:47 Removing intermediate container 9c266db64273 00:51:47 ---> 7857bb4be9e3 00:51:47 00:51:47 Step 11/26 : FROM docker:20.10.0 00:51:47 20.10.0: Pulling from library/docker 00:51:57 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:51:57 Status: Downloaded newer image for docker:20.10.0 00:51:57 ---> eeaf43b92773 00:51:57 Step 12/26 : RUN apk add --no-cache bash 00:51:57 ---> Running in 66541356d6b4 00:51:57 Removing intermediate container 50848272c698 00:51:57 ---> b2139c8fdfd2 00:51:57 00:51:57 Step 10/23 : FROM alpine:3.12 00:51:57 ---> d10569e2745f 00:51:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:51:57 ---> Running in 0e9c7f41dbe6 00:51:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:58 Removing intermediate container 0e9c7f41dbe6 00:51:58 ---> 3534d814a215 00:51:58 Step 12/23 : ENV APP_PORT=48080 00:51:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:58 ---> Running in c02b107b8b46 00:51:58 Removing intermediate container c02b107b8b46 00:51:58 ---> 0caa6280fcbb 00:51:58 Step 13/23 : EXPOSE $APP_PORT 00:51:59 (1/2) Installing readline (8.0.4-r0) 00:51:59 ---> Running in 9c40a76a3210 00:51:59 (2/2) Installing bash (5.0.17-r0) 00:51:59 Executing bash-5.0.17-r0.post-install 00:51:59 Executing busybox-1.31.1-r19.trigger 00:51:59 OK: 12 MiB in 22 packages 00:51:59 Removing intermediate container 9c40a76a3210 00:51:59 ---> 5bb118416971 00:51:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:59 ---> Running in 0711c6cd8afa 00:52:00 Removing intermediate container 66541356d6b4 00:52:00 ---> 205a508e95f4 00:52:00 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:52:00 ---> Running in e4210386e8be 00:52:01 Removing intermediate container e4210386e8be 00:52:01 ---> df5e2363ec29 00:52:01 Step 14/26 : ENV APP_PORT=48090 00:52:01 ---> Running in 085ab8bac735 00:52:01 Removing intermediate container 085ab8bac735 00:52:01 ---> d77c55eb709c 00:52:01 Step 15/26 : EXPOSE $APP_PORT 00:52:02 ---> Running in 5a623e13cbfb 00:52:02 Removing intermediate container 0711c6cd8afa 00:52:02 ---> e6b7d0552fbd 00:52:02 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:52:02 ---> Running in e89cdbb82436 00:52:02 Removing intermediate container 5a623e13cbfb 00:52:02 ---> 2fac9a7d425f 00:52:02 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:52:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:04 ---> a108e382ece2 00:52:04 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:52:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:04 ---> 4e0129004bbf 00:52:04 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:52:05 (1/6) Installing dumb-init (1.2.2-r1) 00:52:05 (2/6) Installing libgcc (9.3.0-r2) 00:52:05 (3/6) Installing libsodium (1.0.18-r0) 00:52:05 (4/6) Installing libstdc++ (9.3.0-r2) 00:52:05 ---> 0e025b99d273 00:52:05 Step 19/26 : RUN apk --no-cache add py3-pip 00:52:05 (5/6) Installing libzmq (4.3.3-r0) 00:52:05 ---> Running in e99f270fbb85 00:52:05 (6/6) Installing zeromq (4.3.3-r0) 00:52:06 Executing busybox-1.31.1-r19.trigger 00:52:06 OK: 8 MiB in 20 packages 00:52:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:07 Removing intermediate container e89cdbb82436 00:52:07 ---> 33abc704b893 00:52:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:07 (1/33) Installing libbz2 (1.0.8-r1) 00:52:07 (2/33) Installing expat (2.2.9-r1) 00:52:07 (3/33) Installing libffi (3.3-r2) 00:52:07 (4/33) Installing gdbm (1.13-r1) 00:52:07 (5/33) Installing xz-libs (5.2.5-r0) 00:52:07 (6/33) Installing sqlite-libs (3.32.1-r0) 00:52:07 (7/33) Installing python3 (3.8.8-r0) 00:52:08 ---> 79194b630d20 00:52:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:52:10 ---> 58aae5f90076 00:52:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:52:11 (8/33) Installing py3-appdirs (1.4.4-r1) 00:52:11 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:52:11 (10/33) Installing py3-parsing (2.4.7-r0) 00:52:11 (11/33) Installing py3-six (1.15.0-r0) 00:52:11 (12/33) Installing py3-packaging (20.4-r0) 00:52:11 (13/33) Installing py3-setuptools (47.0.0-r0) 00:52:11 (14/33) Installing py3-chardet (3.0.4-r4) 00:52:11 ---> f837600a0971 00:52:11 Step 19/23 : ENTRYPOINT ["/core-data"] 00:52:11 (15/33) Installing py3-idna (2.9-r0) 00:52:11 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:52:11 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:52:11 (18/33) Installing py3-requests (2.23.0-r0) 00:52:11 (19/33) Installing py3-msgpack (1.0.0-r0) 00:52:11 (20/33) Installing py3-lockfile (0.12.2-r3) 00:52:11 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:52:11 (22/33) Installing py3-colorama (0.4.3-r0) 00:52:11 (23/33) Installing py3-distlib (0.3.0-r0) 00:52:11 ---> Running in d66b10d86a62 00:52:11 (24/33) Installing py3-distro (1.5.0-r1) 00:52:11 (25/33) Installing py3-webencodings (0.5.1-r3) 00:52:11 (26/33) Installing py3-html5lib (1.0.1-r4) 00:52:11 (27/33) Installing py3-pytoml (0.1.21-r0) 00:52:11 (28/33) Installing py3-pep517 (0.8.2-r0) 00:52:11 (29/33) Installing py3-progress (1.5-r0) 00:52:11 (30/33) Installing py3-toml (0.10.1-r0) 00:52:11 (31/33) Installing py3-retrying (1.3.3-r0) 00:52:11 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:52:11 (33/33) Installing py3-pip (20.1.1-r0) 00:52:11 Executing busybox-1.31.1-r19.trigger 00:52:11 OK: 71 MiB in 55 packages 00:52:12 Removing intermediate container d66b10d86a62 00:52:12 ---> 82b4ce486415 00:52:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:12 ---> Running in b6fcdd0c2911 00:52:12 Removing intermediate container b6fcdd0c2911 00:52:12 ---> 624195c93a98 00:52:12 Step 21/23 : LABEL arch=arm64 00:52:12 ---> Running in 07c3db46e822 00:52:13 Removing intermediate container 07c3db46e822 00:52:13 ---> 3e9a68ecafe2 00:52:13 Step 22/23 : LABEL git_sha=aab7450329928fc6dfeb225ad3b9d5a300309cb6 00:52:13 ---> Running in a06bd8c540e2 00:52:14 Removing intermediate container a06bd8c540e2 00:52:14 ---> b7abd11a7441 00:52:14 Step 23/23 : LABEL version=0.0.0 00:52:14 ---> Running in 608a0e233e0a 00:52:15 Removing intermediate container 608a0e233e0a 00:52:15 ---> 4ee3fabcbcda 00:52:15 00:52:15 Successfully built 4ee3fabcbcda 00:52:15 Successfully tagged docker-core-data-go-arm64:latest 00:52:17  Building docker-core-data-go ... done Removing intermediate container e99f270fbb85 00:52:17 ---> df7f0b0725a1 00:52:17 Step 20/26 : RUN pip install docker-compose==1.23.2 00:52:18 ---> Running in 93c8c7a9b618 00:52:24 Collecting docker-compose==1.23.2 00:52:24 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:52:25 Collecting docker<4.0,>=3.6.0 00:52:25 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:52:26 Collecting docopt<0.7,>=0.6.1 00:52:26 Downloading docopt-0.6.2.tar.gz (25 kB) 00:52:29 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:52:30 Collecting PyYAML<4,>=3.10 00:52:30 Downloading PyYAML-3.13.tar.gz (270 kB) 00:52:35 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:52:35 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:52:35 Collecting jsonschema<3,>=2.5.1 00:52:35 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:52:36 Collecting texttable<0.10,>=0.9.0 00:52:36 Downloading texttable-0.9.1.tar.gz (11 kB) 00:52:39 Collecting dockerpty<0.5,>=0.4.1 00:52:39 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:52:41 Collecting websocket-client<1.0,>=0.32.0 00:52:41 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:52:42 Collecting cached-property<2,>=1.2.0 00:52:42 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:52:42 Collecting docker-pycreds>=0.4.0 00:52:42 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:52:42 Collecting idna<2.8,>=2.5 00:52:42 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:52:42 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:52:43 Collecting urllib3<1.25,>=1.21.1 00:52:43 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:52:44 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:52:44 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:52:44 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:52:44 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:52:44 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:52:46 Installing collected packages: docker-pycreds, idna, urllib3, requests, websocket-client, docker, docopt, PyYAML, jsonschema, texttable, dockerpty, cached-property, docker-compose 00:52:46 Attempting uninstall: idna 00:52:46 Found existing installation: idna 2.9 00:52:46 Uninstalling idna-2.9: 00:52:46 Successfully uninstalled idna-2.9 00:52:46 Attempting uninstall: urllib3 00:52:46 Found existing installation: urllib3 1.25.9 00:52:46 Uninstalling urllib3-1.25.9: 00:52:46 Successfully uninstalled urllib3-1.25.9 00:52:47 Attempting uninstall: requests 00:52:47 Found existing installation: requests 2.23.0 00:52:47 Uninstalling requests-2.23.0: 00:52:47 Successfully uninstalled requests-2.23.0 00:52:48 Running setup.py install for docopt: started 00:52:51 Running setup.py install for docopt: finished with status 'done' 00:52:51 Running setup.py install for PyYAML: started 00:52:54 Running setup.py install for PyYAML: finished with status 'done' 00:52:54 Running setup.py install for texttable: started 00:52:56 Running setup.py install for texttable: finished with status 'done' 00:52:56 Running setup.py install for dockerpty: started 00:52:58 Running setup.py install for dockerpty: finished with status 'done' 00:53:00 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.58.0 00:53:04 Removing intermediate container 93c8c7a9b618 00:53:04 ---> 4566b4d7adf1 00:53:04 Step 21/26 : RUN apk --no-cache add curl 00:53:04 ---> Running in 0df82799fef0 00:53:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:06 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:53:06 (2/3) Installing libcurl (7.69.1-r3) 00:53:06 (3/3) Installing curl (7.69.1-r3) 00:53:06 Executing busybox-1.31.1-r19.trigger 00:53:06 OK: 72 MiB in 58 packages 00:53:07 Removing intermediate container 0df82799fef0 00:53:07 ---> 905ecf6cd794 00:53:07 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:53:07 ---> Running in cf9055ee72b9 00:53:08 Removing intermediate container cf9055ee72b9 00:53:08 ---> 4a2fb4082ac0 00:53:08 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:08 ---> Running in 24d8ee4824a2 00:53:09 Removing intermediate container 24d8ee4824a2 00:53:09 ---> 3b49b83fdbda 00:53:09 Step 24/26 : LABEL arch=arm64 00:53:09 ---> Running in 7c99004be05b 00:53:09 Removing intermediate container 7c99004be05b 00:53:09 ---> b81644b3147d 00:53:09 Step 25/26 : LABEL git_sha=aab7450329928fc6dfeb225ad3b9d5a300309cb6 00:53:09 ---> Running in c48b5bd51c5c 00:53:10 Removing intermediate container c48b5bd51c5c 00:53:10 ---> 8815f94077f5 00:53:10 Step 26/26 : LABEL version=0.0.0 00:53:10 ---> Running in 7b07c32a77f0 00:53:10 Removing intermediate container 7b07c32a77f0 00:53:10 ---> 24e818d721d7 00:53:10 00:53:11 Successfully built 24e818d721d7 00:53:11 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:53:11  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:53:11 $ docker stop --time=1 c33d1d73cea43a625847fc1d74a1ab1ec435feb9fa6b585081bedd3941dedcaf 00:53:13 $ docker rm -f c33d1d73cea43a625847fc1d74a1ab1ec435feb9fa6b585081bedd3941dedcaf [Pipeline] // withDockerContainer [Pipeline] sh 00:53:14 + docker images 00:53:14 + grep docker 00:53:14 docker-sys-mgmt-agent-go-arm64 latest 24e818d721d7 4 seconds ago 300MB 00:53:14 docker-core-data-go-arm64 latest 4ee3fabcbcda About a minute ago 21.3MB 00:53:14 docker-security-proxy-setup-go-arm64 latest 68a86aecdab1 About a minute ago 23.4MB 00:53:14 docker-core-command-go-arm64 latest 001cabbf0ae8 2 minutes ago 16.2MB 00:53:14 docker-security-bootstrapper-go-arm64 latest 0f6022dafbeb 4 minutes ago 17.8MB 00:53:14 docker-core-metadata-go-arm64 latest 2e63aa85b6e1 4 minutes ago 17.9MB 00:53:14 docker-support-notifications-go-arm64 latest 7dd059b0d442 4 minutes ago 16.9MB 00:53:14 docker-support-scheduler-go-arm64 latest 502dde564d91 4 minutes ago 16.3MB 00:53:14 docker-security-secretstore-setup-go-arm64 latest 836b8cd3c168 4 minutes ago 23.7MB 00:53:14 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 00:53:15 ---> job-cost.sh 00:53:15 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-IzM1 00:54:02 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:55:38 lf-activate-venv(): INFO: Adding /tmp/venv-IzM1/bin to PATH 00:55:38 INFO: No Stack... 00:55:38 INFO: Retrieving Pricing Info for: lf-standard-4 00:55:38 INFO: Archiving Costs [Pipeline] sh 00:55:39 + cat /w/workspace/edgex-go/10/archives/cost.csv 00:55:39 + cut -d, -f6 [Pipeline] lock 00:55:39 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3223-10-stack-cost] 00:55:39 Resource [jenkins-edgexfoundry-edgex-go-PR-3223-10-stack-cost] did not exist. Created. 00:55:39 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3223-10-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:55:39 + echo total: 0.20999999344348907 [Pipeline] stash 00:55:40 Stashed 1 file(s) [Pipeline] } 00:55:40 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3223-10-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:55:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:55:43 ---> package-listing.sh 00:55:43 ++ facter osfamily 00:55:43 ++ tr '[:upper:]' '[:lower:]' 00:55:43 + OS_FAMILY=redhat 00:55:43 + workspace=/w/workspace/edgex-go/10 00:55:43 + START_PACKAGES=/tmp/packages_start.txt 00:55:43 + END_PACKAGES=/tmp/packages_end.txt 00:55:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:55:43 + PACKAGES=/tmp/packages_start.txt 00:55:43 + '[' /w/workspace/edgex-go/10 ']' 00:55:43 + PACKAGES=/tmp/packages_end.txt 00:55:43 + case "${OS_FAMILY}" in 00:55:43 + rpm -qa 00:55:43 + sort 00:55:48 + '[' -f /tmp/packages_start.txt ']' 00:55:48 + '[' -f /tmp/packages_end.txt ']' 00:55:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:55:48 + '[' /w/workspace/edgex-go/10 ']' 00:55:48 + mkdir -p /w/workspace/edgex-go/10/archives/ 00:55:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/10/archives/ [Pipeline] echo 00:55:48 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/10/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:55:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:55:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:49 00:55:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:55:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:49 alpine: Pulling from edgex-lftools-log-publisher 00:55:49 df20fa9351a1: Pulling fs layer 00:55:49 36b3adc4ff6f: Pulling fs layer 00:55:49 8ad3a11d3b57: Pulling fs layer 00:55:49 46f8f816bc3b: Pulling fs layer 00:55:49 93b61091891f: Pulling fs layer 00:55:49 93b9cdb0e59b: Pulling fs layer 00:55:49 5e14af77c1be: Pulling fs layer 00:55:49 01666e4c0597: Pulling fs layer 00:55:49 aa168da1d23b: Pulling fs layer 00:55:49 46f8f816bc3b: Waiting 00:55:49 93b61091891f: Waiting 00:55:49 01666e4c0597: Waiting 00:55:49 93b9cdb0e59b: Waiting 00:55:49 5e14af77c1be: Waiting 00:55:49 aa168da1d23b: Waiting 00:55:49 36b3adc4ff6f: Download complete 00:55:49 46f8f816bc3b: Verifying Checksum 00:55:49 46f8f816bc3b: Download complete 00:55:49 df20fa9351a1: Verifying Checksum 00:55:49 df20fa9351a1: Download complete 00:55:49 93b9cdb0e59b: Verifying Checksum 00:55:49 93b9cdb0e59b: Download complete 00:55:50 5e14af77c1be: Verifying Checksum 00:55:50 5e14af77c1be: Download complete 00:55:50 01666e4c0597: Verifying Checksum 00:55:50 01666e4c0597: Download complete 00:55:50 93b61091891f: Verifying Checksum 00:55:50 93b61091891f: Download complete 00:55:50 8ad3a11d3b57: Verifying Checksum 00:55:50 8ad3a11d3b57: Download complete 00:55:50 df20fa9351a1: Pull complete 00:55:50 36b3adc4ff6f: Pull complete 00:55:52 aa168da1d23b: Verifying Checksum 00:55:52 aa168da1d23b: Download complete 00:55:52 8ad3a11d3b57: Pull complete 00:55:52 46f8f816bc3b: Pull complete 00:55:54 93b61091891f: Pull complete 00:55:54 93b9cdb0e59b: Pull complete 00:55:54 5e14af77c1be: Pull complete 00:55:54 01666e4c0597: Pull complete 00:56:03 aa168da1d23b: Pull complete 00:56:03 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:56:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:56:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:56:03 prd-centos7-docker-4c-2g-30060 does not seem to be running inside a container 00:56:03 $ 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/10/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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:56:08 $ docker top 871ac913d6c3909a52810881bfe71e4a1cd1b7594699521afcc5e97e463a1ebf -eo pid,comm [Pipeline] { [Pipeline] sh 00:56:08 + touch /tmp/pre-build-complete [Pipeline] sh 00:56:09 + mkdir -p /var/log/sa [Pipeline] sh 00:56:09 + ls /var/log/sa-host 00:56:09 + sadf -c /var/log/sa-host/sa17 00:56:09 file_magic: OK 00:56:09 HZ: Using current value: 100 00:56:09 file_header: OK 00:56: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:56:09 Statistics: 00:56: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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:56:09 File successfully converted to sysstat format version 12.2.1 00:56:09 + sadf -c /var/log/sa-host/sa23 00:56:09 file_magic: OK 00:56:09 HZ: Using current value: 100 00:56:09 file_header: OK 00:56: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:56:09 Statistics: 00:56:09 Hnuu...uuuununununu... 00:56:09 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:56:09 provisioning config files... 00:56:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/10@tmp/config6068370677720098151tmp [Pipeline] { [Pipeline] echo 00:56:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:56:10 ---> create-netrc.sh [Pipeline] } 00:56:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:56:10 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:56:10 ---> python-tools-install.sh [Pipeline] echo 00:56:10 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:56:10 ---> sudo-logs.sh 00:56:10 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:56:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:56:11 ---> job-cost.sh 00:56:11 lf-activate-venv: SKIPPING 00:56:11 DEBUG: total: 0.20999999344348907 00:56:11 INFO: Retrieving Stack Cost... 00:56:12 INFO: Retrieving Pricing Info for: v1-standard-2 00:56:12 INFO: Archiving Costs [Pipeline] echo 00:56:12 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:56:12 ---> logs-deploy.sh 00:56:12 lf-activate-venv: SKIPPING 00:56:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3223/10 00:56:12 INFO: archiving workspace using pattern(s): 00:56:14 Archives upload complete. 00:56:14 INFO: archiving logs to Nexus