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 f6c5a0d5ef643f952fb5e1576dd6207da4923c49+2c126a996be31befa6625c4f217e526aa48b3805 (4041d5fdedddd5f73aac83ef071070bdf40d0954) 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-28792 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3223/head:refs/remotes/origin/PR-3223 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2c126a996be31befa6625c4f217e526aa48b3805 into PR head commit f6c5a0d5ef643f952fb5e1576dd6207da4923c49 Merge succeeded, producing afc9fd5cf6a5783b84bad338d9644f3bb93802b7 Checking out Revision afc9fd5cf6a5783b84bad338d9644f3bb93802b7 (PR-3223) > git config core.sparsecheckout # timeout=10 > git checkout -f f6c5a0d5ef643f952fb5e1576dd6207da4923c49 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2c126a996be31befa6625c4f217e526aa48b3805 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f afc9fd5cf6a5783b84bad338d9644f3bb93802b7 # timeout=10 Commit message: "Merge commit '2c126a996be31befa6625c4f217e526aa48b3805' into HEAD" > git rev-list --no-walk f6c5a0d5ef643f952fb5e1576dd6207da4923c49 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:30:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:30:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:30:28 ========================================================= 00:30:28 EdgeX Global Pipelines Version Info 00:30:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:30:29 ------------------- 00:30:29 stable info: 00:30:29 ------------------- 00:30:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:29 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:30:29 Message: update stable to v1.0.184 00:30:30 ------------------- 00:30:30 experimental info: 00:30:30 ------------------- 00:30:30 Commited By: **** collab-it+edgex@linuxfoundation.org 00:30:30 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:30:30 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:30:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:30:31 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:30:31 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:30:31 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:30:31 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:30:31 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:30:31 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:30:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:30:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:30:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:30:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:30:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:30:32 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:30:32 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:30:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:30:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:30:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:30:32 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:30:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:30:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:30:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:30:33 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:30:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3223 [Pipeline] echo 00:30:33 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3223 [Pipeline] echo 00:30:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3223 [Pipeline] echo 00:30:33 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = afc9fd5cf6a5783b84bad338d9644f3bb93802b7 [Pipeline] echo 00:30:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = afc9fd5 [Pipeline] echo 00:30:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:30:33 provisioning config files... 00:30:33 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config2121592120440418620tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:30:34 ---> docker-login.sh 00:30:34 nexus3.edgexfoundry.org:10001 00:30:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:34 Configure a credential helper to remove this warning. See 00:30:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:34 00:30:34 Login Succeeded 00:30:34 nexus3.edgexfoundry.org:10002 00:30:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:34 Configure a credential helper to remove this warning. See 00:30:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:34 00:30:34 Login Succeeded 00:30:34 nexus3.edgexfoundry.org:10003 00:30:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:34 Configure a credential helper to remove this warning. See 00:30:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:34 00:30:34 Login Succeeded 00:30:34 nexus3.edgexfoundry.org:10004 00:30:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:35 Configure a credential helper to remove this warning. See 00:30:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:35 00:30:35 Login Succeeded 00:30:35 docker.io 00:30:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:35 Configure a credential helper to remove this warning. See 00:30:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:35 00:30:35 Login Succeeded 00:30:35 ---> docker-login.sh ends [Pipeline] } 00:30:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:35 ++ 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:35 + for file in '`ls cmd/**/Dockerfile`' 00:30:35 ++ dirname cmd/core-command/Dockerfile 00:30:35 ++ cut -d/ -f2 00:30:35 + echo core-command,cmd/core-command/Dockerfile 00:30:35 + for file in '`ls cmd/**/Dockerfile`' 00:30:35 ++ dirname cmd/core-data/Dockerfile 00:30:35 ++ cut -d/ -f2 00:30:35 + echo core-data,cmd/core-data/Dockerfile 00:30:35 + for file in '`ls cmd/**/Dockerfile`' 00:30:35 ++ dirname cmd/core-metadata/Dockerfile 00:30:35 ++ cut -d/ -f2 00:30:35 + echo core-metadata,cmd/core-metadata/Dockerfile 00:30:35 + for file in '`ls cmd/**/Dockerfile`' 00:30:35 ++ dirname cmd/security-bootstrapper/Dockerfile 00:30:35 ++ cut -d/ -f2 00:30:35 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:30:35 + for file in '`ls cmd/**/Dockerfile`' 00:30:35 ++ dirname cmd/security-proxy-setup/Dockerfile 00:30:35 ++ cut -d/ -f2 00:30:35 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:30:35 + for file in '`ls cmd/**/Dockerfile`' 00:30:35 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:30:35 ++ cut -d/ -f2 00:30:35 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:30:35 + for file in '`ls cmd/**/Dockerfile`' 00:30:35 ++ dirname cmd/support-notifications/Dockerfile 00:30:35 ++ cut -d/ -f2 00:30:35 + echo support-notifications,cmd/support-notifications/Dockerfile 00:30:35 + for file in '`ls cmd/**/Dockerfile`' 00:30:35 ++ dirname cmd/support-scheduler/Dockerfile 00:30:35 ++ cut -d/ -f2 00:30:35 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:30:35 + for file in '`ls cmd/**/Dockerfile`' 00:30:35 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:30:35 ++ cut -d/ -f2 00:30:35 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:30:36 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:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:37 00:30:37 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:30:37 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:37 latest: Pulling from edgex-devops/git-semver 00:30:37 31603596830f: Pulling fs layer 00:30:37 2a8b12db71e7: Pulling fs layer 00:30:37 6ca5941a6612: Pulling fs layer 00:30:37 ecc8261a40a4: Pulling fs layer 00:30:37 ecc8261a40a4: Waiting 00:30:37 2a8b12db71e7: Verifying Checksum 00:30:37 2a8b12db71e7: Download complete 00:30:37 31603596830f: Verifying Checksum 00:30:37 31603596830f: Download complete 00:30:38 ecc8261a40a4: Verifying Checksum 00:30:38 ecc8261a40a4: Download complete 00:30:38 6ca5941a6612: Verifying Checksum 00:30:38 6ca5941a6612: Download complete 00:30:38 31603596830f: Pull complete 00:30:38 2a8b12db71e7: Pull complete 00:30:39 6ca5941a6612: Pull complete 00:30:39 ecc8261a40a4: Pull complete 00:30:39 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:30:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:30:39 prd-centos7-docker-4c-2g-28792 does not seem to be running inside a container 00:30:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:42 $ docker top 9968be197e2cd600fa29c0e89bb057cb86d7575715228aa3b19ceae6d56a75b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:30:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:42 [ssh-agent] Looking for ssh-agent implementation... 00:30:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:43 $ docker exec 9968be197e2cd600fa29c0e89bb057cb86d7575715228aa3b19ceae6d56a75b1 ssh-agent 00:30:43 SSH_AUTH_SOCK=/tmp/ssh-uhxQpX6E0Zto/agent.12 00:30:43 SSH_AGENT_PID=17 00:30:43 Running ssh-add (command line suppressed) 00:30:43 Identity added: /w/workspace/edgex-go/4@tmp/private_key_7511680477579302038.key (/w/workspace/edgex-go/4@tmp/private_key_7511680477579302038.key) 00:30:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:43 + git tag --points-at HEAD [Pipeline] } 00:30:43 $ docker exec --env ******** --env ******** 9968be197e2cd600fa29c0e89bb057cb86d7575715228aa3b19ceae6d56a75b1 ssh-agent -k 00:30:43 unset SSH_AUTH_SOCK; 00:30:43 unset SSH_AGENT_PID; 00:30:43 echo Agent pid 17 killed; 00:30:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:30:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:44 [ssh-agent] Looking for ssh-agent implementation... 00:30:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:44 $ docker exec 9968be197e2cd600fa29c0e89bb057cb86d7575715228aa3b19ceae6d56a75b1 ssh-agent 00:30:44 SSH_AUTH_SOCK=/tmp/ssh-VyBllTTx0Xz0/agent.45 00:30:44 SSH_AGENT_PID=51 00:30:44 Running ssh-add (command line suppressed) 00:30:44 Identity added: /w/workspace/edgex-go/4@tmp/private_key_6104842541599774103.key (/w/workspace/edgex-go/4@tmp/private_key_6104842541599774103.key) 00:30:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:44 + git semver init 00:30:44 # -> Open(): unable to determine branch for HEAD 00:30:44 # $GIT_DIR = /w/workspace/edgex-go/4/.git 00:30:44 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 00:30:44 # $SEMVER_REMOTE_NAME = origin 00:30:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:30:44 # $SEMVER_USER_NAME = edgex-jenkins 00:30:44 # $SEMVER_BRANCH = PR-3223 00:30:44 # $SEMVER_TEMP = /tmp/semver-863689877 00:30:44 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:06 # '/tmp/semver-863689877' -> '/w/workspace/edgex-go/4/.semver' 00:31:07 # -> Force: false 00:31:07 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 00:31:07 $ docker exec --env ******** --env ******** 9968be197e2cd600fa29c0e89bb057cb86d7575715228aa3b19ceae6d56a75b1 ssh-agent -k 00:31:08 unset SSH_AUTH_SOCK; 00:31:08 unset SSH_AGENT_PID; 00:31:08 echo Agent pid 51 killed; 00:31:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:08 + git semver [Pipeline] } 00:31:08 $ docker stop --time=1 9968be197e2cd600fa29c0e89bb057cb86d7575715228aa3b19ceae6d56a75b1 00:31:10 $ docker rm -f 9968be197e2cd600fa29c0e89bb057cb86d7575715228aa3b19ceae6d56a75b1 [Pipeline] // withDockerContainer [Pipeline] sh 00:31:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:11 Stashed 1 file(s) [Pipeline] echo 00:31:11 [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:12 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:13 + sudo service docker restart 00:31:13 + true 00:31:13 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:13 ========================================================= 00:31:13 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:14 + 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:17 Sending build context to Docker daemon 328.3MB 00:31:17 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:31:17 Step 2/6 : FROM ${BASE} 00:31:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:17 188c0c94c7c5: Pulling fs layer 00:31:17 0ef7d3d256c8: Pulling fs layer 00:31:17 de9db76c5a1d: Pulling fs layer 00:31:17 bca2f99d35d6: Pulling fs layer 00:31:17 93359f2a8cfa: Pulling fs layer 00:31:17 7c6f9722023f: Pulling fs layer 00:31:17 a35cf1a2eb13: Pulling fs layer 00:31:17 93359f2a8cfa: Waiting 00:31:17 7c6f9722023f: Waiting 00:31:17 a35cf1a2eb13: Waiting 00:31:17 bca2f99d35d6: Waiting 00:31:17 de9db76c5a1d: Verifying Checksum 00:31:17 de9db76c5a1d: Download complete 00:31:17 0ef7d3d256c8: Download complete 00:31:17 93359f2a8cfa: Download complete 00:31:17 7c6f9722023f: Verifying Checksum 00:31:17 188c0c94c7c5: Verifying Checksum 00:31:17 7c6f9722023f: Download complete 00:31:17 188c0c94c7c5: Download complete 00:31:17 188c0c94c7c5: Pull complete 00:31:17 0ef7d3d256c8: Pull complete 00:31:18 de9db76c5a1d: Pull complete 00:31:19 a35cf1a2eb13: Download complete 00:31:20 bca2f99d35d6: Verifying Checksum 00:31:20 bca2f99d35d6: Download complete 00:31:25 bca2f99d35d6: Pull complete 00:31:25 93359f2a8cfa: Pull complete 00:31:25 7c6f9722023f: Pull complete 00:31:26 Still waiting to schedule task 00:31:26 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:31:30 a35cf1a2eb13: Pull complete 00:31:30 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:31:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:31:30 ---> a62c8e92a672 00:31: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:31:30 ---> Running in 02b69d6eeff4 00:31:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:32 (1/12) Installing libmagic (5.38-r0) 00:31:32 (2/12) Installing file (5.38-r0) 00:31:32 (3/12) Installing libc-dev (0.7.2-r3) 00:31:32 (4/12) Installing g++ (9.3.0-r2) 00:31:47 (5/12) Installing fortify-headers (1.1-r0) 00:31:47 (6/12) Installing patch (2.7.6-r6) 00:31:47 (7/12) Installing build-base (0.5-r2) 00:31:47 (8/12) Installing libsodium (1.0.18-r0) 00:31:47 (9/12) Installing pkgconf (1.7.2-r0) 00:31:47 (10/12) Installing libsodium-dev (1.0.18-r0) 00:31:47 (11/12) Installing libzmq (4.3.3-r0) 00:31:47 (12/12) Installing zeromq-dev (4.3.3-r0) 00:31:47 Executing busybox-1.31.1-r19.trigger 00:31:47 OK: 233 MiB in 51 packages 00:31:52 Removing intermediate container 02b69d6eeff4 00:31:52 ---> b870d9db9b69 00:31:52 Step 4/6 : WORKDIR /edgex-go 00:31:52 ---> Running in d42db0834b1e 00:31:52 Removing intermediate container d42db0834b1e 00:31:52 ---> f683fb0dd727 00:31:52 Step 5/6 : COPY go.mod . 00:31:52 ---> 1ef768eb8ad4 00:31:52 Step 6/6 : RUN go mod download 00:31:52 ---> Running in 6a6d11d4ff6e 00:32:18 Removing intermediate container 6a6d11d4ff6e 00:32:18 ---> f784e5159ac2 00:32:18 Successfully built f784e5159ac2 00:32:18 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:19 + docker inspect -f . ci-base-image-x86_64 00:32:19 . [Pipeline] withDockerContainer 00:32:19 prd-centos7-docker-4c-2g-28792 does not seem to be running inside a container 00:32:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:20 $ docker top 1665ccf2544f4b2f035eb61aa0c5eec35b0a482479109c2e54e8754c2a3b78ea -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:20 + go version 00:32:20 go version go1.15.5 linux/amd64 [Pipeline] } 00:32:20 $ docker stop --time=1 1665ccf2544f4b2f035eb61aa0c5eec35b0a482479109c2e54e8754c2a3b78ea 00:32:22 $ docker rm -f 1665ccf2544f4b2f035eb61aa0c5eec35b0a482479109c2e54e8754c2a3b78ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:23 + docker inspect -f . ci-base-image-x86_64 00:32:23 . [Pipeline] withDockerContainer 00:32:23 prd-centos7-docker-4c-2g-28792 does not seem to be running inside a container 00:32:23 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:24 $ docker top 22df9f232056dda1d3ee0ebcf466ac924f58bb98c3d7250f534d7f8df213137b -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:24 ========================================================= 00:32:24 [edgeXBuildGoParallel] Running Tests and Build... 00:32:24 ========================================================= [Pipeline] sh 00:32:24 + make test 00:32:24 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:32:35 ? github.com/edgexfoundry/edgex-go [no test files] 00:32:53 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:32:53 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:32:56 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:32:56 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:32:57 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:32:57 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:32:57 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:32:57 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:02 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:03 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.124s coverage: 45.9% of statements 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:33:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.088s coverage: 100.0% of statements 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.480s coverage: 27.1% of statements 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.027s coverage: 100.0% of statements 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.115s coverage: 66.2% of statements 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.442s coverage: 82.4% of statements 00:33:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.329s coverage: 28.6% of statements 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.083s coverage: 100.0% of statements 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.132s coverage: 86.7% of statements 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.123s coverage: 97.5% of statements 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 78.3% of statements 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.367s coverage: 92.8% of statements 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.088s coverage: 0.1% of statements 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.034s coverage: 47.1% of statements 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.046s coverage: 79.5% of statements 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.037s coverage: 94.1% of statements 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements 00:33:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.036s coverage: 87.5% of statements 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.041s coverage: 94.4% of statements 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.060s coverage: 81.4% of statements 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.060s coverage: 92.9% of statements 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.037s coverage: 87.2% of statements 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.6% of statements 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.175s coverage: 62.4% of statements 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 91.3% of statements 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.430s coverage: 69.0% of statements 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.088s coverage: 38.4% of statements 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.037s coverage: 89.5% of statements 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.038s coverage: 84.8% of statements 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.138s coverage: 47.0% of statements 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.139s coverage: 88.5% of statements 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.768s coverage: 29.1% of statements 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.082s coverage: 99.0% of statements 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.080s coverage: 95.6% of statements 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 00:33:38 GO111MODULE=on go vet ./... 00:34:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28801 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { [Pipeline] ws 00:34:06 Running in /w/workspace/edgex-go/4 [Pipeline] { 00:34:06 gofmt -l . 00:34:06 [ "`gofmt -l .`" = "" ] 00:34:06 ./bin/test-go-mod-tidy.sh 00:34:06 ./bin/test-attribution-txt.sh [Pipeline] sh [Pipeline] checkout 00:34:06 + ls -al . 00:34:06 total 732 00:34:06 drwxrwxr-x 10 1001 1001 4096 Mar 6 00:34 . 00:34:06 drwxr-xr-x 4 root root 28 Mar 6 00:32 .. 00:34:06 -rw-rw-r-- 1 1001 1001 11 Mar 6 00:30 .dockerignore 00:34:06 drwxrwxr-x 8 1001 1001 179 Mar 6 00:30 .git 00:34:06 drwxrwxr-x 3 1001 1001 125 Mar 6 00:30 .github 00:34:06 -rw-rw-r-- 1 1001 1001 818 Mar 6 00:30 .gitignore 00:34:06 drwx------ 3 1001 1001 60 Mar 6 00:31 .semver 00:34:06 -rw-rw-r-- 1 1001 1001 166 Mar 6 00:30 .sonarcloud.properties 00:34:06 -rw-rw-r-- 1 1001 1001 8475 Mar 6 00:30 Attribution.txt 00:34:06 -rw-rw-r-- 1 1001 1001 3804 Mar 6 00:30 CONTRIBUTING.md 00:34:06 -rw-rw-r-- 1 1001 1001 931 Mar 6 00:30 Dockerfile.build 00:34:06 -rw-rw-r-- 1 1001 1001 863 Mar 6 00:30 Jenkinsfile 00:34:06 -rw-rw-r-- 1 1001 1001 10775 Mar 6 00:30 LICENSE 00:34:06 -rw-rw-r-- 1 1001 1001 5774 Mar 6 00:30 Makefile 00:34:06 -rw-rw-r-- 1 1001 1001 6524 Mar 6 00:30 README.md 00:34:06 -rw-rw-r-- 1 1001 1001 6755 Mar 6 00:30 SECURITY.md 00:34:06 -rw-rw-r-- 1 1001 1001 5 Mar 6 00:31 VERSION 00:34:06 -rw-rw-r-- 1 1001 1001 4131 Mar 6 00:30 ZMQWindows.md 00:34:06 drwxrwxr-x 2 1001 1001 117 Mar 6 00:30 bin 00:34:06 drwxrwxr-x 14 1001 1001 4096 Mar 6 00:30 cmd 00:34:06 -rw-r--r-- 1 root root 621194 Mar 6 00:33 coverage.out 00:34:06 -rw-r--r-- 1 root root 1055 Mar 6 00:34 go.mod 00:34:06 -rw-r--r-- 1 root root 21699 Mar 6 00:34 go.sum 00:34:06 drwxrwxr-x 8 1001 1001 127 Mar 6 00:30 internal 00:34:06 drwxrwxr-x 4 1001 1001 26 Mar 6 00:30 openapi 00:34:06 drwxrwxr-x 4 1001 1001 71 Mar 6 00:30 snap 00:34:06 -rw-rw-r-- 1 1001 1001 168 Mar 6 00:30 version.go [Pipeline] sh 00:34:06 + '[' -e coverage.out ] 00:34:06 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:07 Stashed 1 file(s) [Pipeline] sh 00:34:07 + make build 00:34:07 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:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:34:11 using credential edgex-jenkins-ssh 00:34:11 Cloning the remote Git repository 00:34:11 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:34:11 > git init /w/workspace/edgex-go/4 # timeout=10 00:34:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:11 > git --version # timeout=10 00:34:11 > git --version # 'git version 2.17.1' 00:34:11 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34: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:34:19 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:21 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:21 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:23 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:25 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:25 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:27 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:28 Merging remotes/origin/master commit 2c126a996be31befa6625c4f217e526aa48b3805 into PR head commit f6c5a0d5ef643f952fb5e1576dd6207da4923c49 00:34:28 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:27 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:27 > 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:28 > git config core.sparsecheckout # timeout=10 00:34:28 > git checkout -f f6c5a0d5ef643f952fb5e1576dd6207da4923c49 # timeout=10 00:34:28 > git remote # timeout=10 00:34:28 > git config --get remote.origin.url # timeout=10 00:34:28 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:28 > git merge 2c126a996be31befa6625c4f217e526aa48b3805 # timeout=10 00:34:28 Merge succeeded, producing 9016a611e405546d51fed5b833ec316432c9c63a 00:34:28 Checking out Revision 9016a611e405546d51fed5b833ec316432c9c63a (PR-3223) 00:34:29 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:34:28 > git rev-parse HEAD^{commit} # timeout=10 00:34:28 > git config core.sparsecheckout # timeout=10 00:34:28 > git checkout -f 9016a611e405546d51fed5b833ec316432c9c63a # timeout=10 [Pipeline] } 00:34:31 $ docker stop --time=1 22df9f232056dda1d3ee0ebcf466ac924f58bb98c3d7250f534d7f8df213137b 00:34:33 Commit message: "Merge commit '2c126a996be31befa6625c4f217e526aa48b3805' into HEAD" 00:34:33 > git rev-list --no-walk f6c5a0d5ef643f952fb5e1576dd6207da4923c49 # timeout=10 00:34:33 $ docker rm -f 22df9f232056dda1d3ee0ebcf466ac924f58bb98c3d7250f534d7f8df213137b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 00:34:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:37 00:34:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:34:37 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 00:34:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:37 latest: Pulling from edgex-devops/edgex-compose 00:34:37 cbdbe7a5bc2a: Pulling fs layer 00:34:37 ca9280d653b3: Pulling fs layer 00:34:37 7e9c9ca2126c: Pulling fs layer [Pipeline] sh 00:34:38 cbdbe7a5bc2a: Verifying Checksum 00:34:38 cbdbe7a5bc2a: Download complete 00:34:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:34:38 cbdbe7a5bc2a: Pull complete 00:34:38 + true 00:34:38 + sudo service docker restart 00:34:38 ca9280d653b3: Verifying Checksum 00:34:38 ca9280d653b3: Download complete 00:34:39 ca9280d653b3: Pull complete 00:34:39 7e9c9ca2126c: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:34:40 provisioning config files... 00:34:40 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config1233489821432127266tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:34:41 ---> docker-login.sh 00:34:41 nexus3.edgexfoundry.org:10001 00:34:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:42 Configure a credential helper to remove this warning. See 00:34:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:42 00:34:42 Login Succeeded 00:34:42 nexus3.edgexfoundry.org:10002 00:34:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:42 Configure a credential helper to remove this warning. See 00:34:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:42 00:34:42 Login Succeeded 00:34:43 nexus3.edgexfoundry.org:10003 00:34:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:43 Configure a credential helper to remove this warning. See 00:34:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:43 00:34:43 Login Succeeded 00:34:43 nexus3.edgexfoundry.org:10004 00:34:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:43 Configure a credential helper to remove this warning. See 00:34:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:43 00:34:43 Login Succeeded 00:34:43 docker.io 00:34:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:44 Configure a credential helper to remove this warning. See 00:34:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:44 00:34:44 Login Succeeded 00:34:44 ---> docker-login.sh ends [Pipeline] } 00:34:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:34:45 ========================================================= 00:34:45 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:34:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:34:45 + 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:34:46 7e9c9ca2126c: Pull complete 00:34:46 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:34:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:34:46 prd-centos7-docker-4c-2g-28792 does not seem to be running inside a container 00:34:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:48 Sending build context to Docker daemon 166.6MB 00:34:48 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:34:48 Step 2/6 : FROM ${BASE} 00:34:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:34:48 5f621e34cdf4: Pulling fs layer 00:34:48 a4357932f1b6: Pulling fs layer 00:34:48 18c013af1878: Pulling fs layer 00:34:48 00ac8860ef70: Pulling fs layer 00:34:48 63d7cb157983: Pulling fs layer 00:34:48 b116817d02f9: Pulling fs layer 00:34:48 745a02a5169b: Pulling fs layer 00:34:48 63d7cb157983: Waiting 00:34:48 b116817d02f9: Waiting 00:34:48 745a02a5169b: Waiting 00:34:48 00ac8860ef70: Waiting 00:34:48 18c013af1878: Verifying Checksum 00:34:48 18c013af1878: Download complete 00:34:48 a4357932f1b6: Verifying Checksum 00:34:48 a4357932f1b6: Download complete 00:34:48 63d7cb157983: Verifying Checksum 00:34:48 63d7cb157983: Download complete 00:34:48 b116817d02f9: Verifying Checksum 00:34:48 b116817d02f9: Download complete 00:34:48 5f621e34cdf4: Download complete 00:34:48 5f621e34cdf4: Pull complete 00:34:49 a4357932f1b6: Pull complete 00:34:49 $ docker top 41b803e043a730a29be00080d2cf8a37d4cde02f92492224c04bb46131cc351e -eo pid,comm 00:34:49 18c013af1878: Pull complete [Pipeline] { [Pipeline] sh 00:34:50 + docker-compose build --help 00:34:50 + grep parallel 00:34:50 745a02a5169b: Verifying Checksum 00:34:50 745a02a5169b: Download complete 00:34:51 --parallel Build images in parallel. [Pipeline] } 00:34:51 $ docker stop --time=1 41b803e043a730a29be00080d2cf8a37d4cde02f92492224c04bb46131cc351e 00:34:51 00ac8860ef70: Verifying Checksum 00:34:51 00ac8860ef70: Download complete 00:34:52 $ docker rm -f 41b803e043a730a29be00080d2cf8a37d4cde02f92492224c04bb46131cc351e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:53 . [Pipeline] withDockerContainer 00:34:53 prd-centos7-docker-4c-2g-28792 does not seem to be running inside a container 00:34:53 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:54 $ docker top 48401befda3160514378625fca0da652c1d4f9e561a3ef903b6d0c22c9e3a08e -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:54 + docker-compose -f ./docker-compose-build.yml build --parallel 00:34:55 Building docker-core-command-go ... 00:34:55 Building docker-core-data-go ... 00:34:55 Building docker-core-metadata-go ... 00:34:55 Building docker-security-bootstrapper-go ... 00:34:55 Building docker-security-proxy-setup-go ... 00:34:55 Building docker-security-secretstore-setup-go ... 00:34:55 Building docker-support-notifications-go ... 00:34:55 Building docker-support-scheduler-go ... 00:34:55 Building docker-sys-mgmt-agent-go ... 00:34:55 Building docker-security-secretstore-setup-go 00:34:55 Building docker-sys-mgmt-agent-go 00:34:55 Building docker-core-metadata-go 00:34:55 Building docker-support-notifications-go 00:34:55 Building docker-security-bootstrapper-go 00:35:01 00ac8860ef70: Pull complete 00:35:01 63d7cb157983: Pull complete 00:35:02 b116817d02f9: Pull complete 00:35:05 745a02a5169b: Pull complete 00:35:05 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:35:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:35:05 ---> b7e6874047d6 00:35:05 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:09 ---> Running in e737b4e3e679 00:35:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:35:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:35:11 (1/12) Installing libmagic (5.38-r0) 00:35:11 (2/12) Installing file (5.38-r0) 00:35:11 (3/12) Installing libc-dev (0.7.2-r3) 00:35:11 (4/12) Installing g++ (9.3.0-r2) 00:35:16 (5/12) Installing fortify-headers (1.1-r0) 00:35:16 (6/12) Installing patch (2.7.6-r6) 00:35:16 (7/12) Installing build-base (0.5-r2) 00:35:16 (8/12) Installing libsodium (1.0.18-r0) 00:35:16 (9/12) Installing pkgconf (1.7.2-r0) 00:35:16 (10/12) Installing libsodium-dev (1.0.18-r0) 00:35:16 (11/12) Installing libzmq (4.3.3-r0) 00:35:16 (12/12) Installing zeromq-dev (4.3.3-r0) 00:35:16 Executing busybox-1.31.1-r19.trigger 00:35:16 OK: 217 MiB in 51 packages 00:35:20 Removing intermediate container e737b4e3e679 00:35:20 ---> 2351b70a15be 00:35:20 Step 4/6 : WORKDIR /edgex-go 00:35:20 ---> Running in f2ef681aa91c 00:35:21 Removing intermediate container f2ef681aa91c 00:35:21 ---> 30a424e7df21 00:35:21 Step 5/6 : COPY go.mod . 00:35:21 ---> aadb4886588b 00:35:21 Step 6/6 : RUN go mod download 00:35:22 ---> Running in aaf6b5c2685b 00:35:28 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:28 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:35:28 ---> f784e5159ac2 00:35:28 Step 3/26 : WORKDIR /edgex-go 00:35:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:28 ---> f784e5159ac2 00:35:28 Step 3/22 : WORKDIR /edgex-go 00:35:28 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:35:28 ---> f784e5159ac2 00:35:28 Step 3/24 : WORKDIR /edgex-go 00:35:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:35:28 ---> f784e5159ac2 00:35:28 Step 3/23 : WORKDIR /edgex-go 00:35:28 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:28 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:35:28 ---> f784e5159ac2 00:35:28 Step 3/31 : WORKDIR /edgex-go 00:35:28 ---> Running in c33adb16e578 00:35:29 ---> Running in b48732bafd55 00:35:29 ---> Running in 4e5caf1ba571 00:35:29 ---> Running in b9eeb4002300 00:35:29 ---> Running in 9ba9b7e2e063 00:35:29 Removing intermediate container b48732bafd55 00:35:29 ---> 3947e6934c52 00:35:29 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:29 Removing intermediate container 4e5caf1ba571 00:35:29 ---> cd516e74505a 00:35:29 Removing intermediate container c33adb16e578 00:35:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:29 ---> 446bdf19c466 00:35:29 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:29 Removing intermediate container 9ba9b7e2e063 00:35:29 ---> eab733638f2b 00:35:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:29 Removing intermediate container b9eeb4002300 00:35:29 ---> 2f8e687cc3fb 00:35:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:29 ---> Running in c7242e8cac41 00:35:29 ---> Running in 4f149ab4988a 00:35:29 ---> Running in bc622295e1a3 00:35:29 ---> Running in 77bcd2c3f6d7 00:35:30 ---> Running in 3676259bfd09 00:35:32 Removing intermediate container c7242e8cac41 00:35:32 ---> a0cb2782409c 00:35:32 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:35:32 Removing intermediate container 4f149ab4988a 00:35:32 ---> 9caeb88d1f9a 00:35:32 Step 5/26 : RUN apk add --update --no-cache make bash git 00:35:32 Removing intermediate container bc622295e1a3 00:35:32 ---> 88707785b892 00:35:32 Step 5/31 : RUN apk add --update --no-cache make git 00:35:32 ---> Running in ea9b57d74e26 00:35:32 ---> Running in e59aa50a83f5 00:35:32 ---> Running in 025d8c82adcf 00:35:32 Removing intermediate container 77bcd2c3f6d7 00:35:32 ---> 1bc7eb1a0f67 00:35:32 Step 5/24 : RUN apk add --update --no-cache make git 00:35:32 ---> Running in ca07fd5b2289 00:35:32 Removing intermediate container 3676259bfd09 00:35:32 ---> bad8493446f0 00:35:32 Step 5/23 : RUN apk add --update --no-cache make git 00:35:32 ---> Running in 23a45d041780 00:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:34 OK: 233 MiB in 51 packages 00:35:34 OK: 233 MiB in 51 packages 00:35:34 OK: 233 MiB in 51 packages 00:35:34 OK: 233 MiB in 51 packages 00:35:34 OK: 233 MiB in 51 packages 00:35:36 Removing intermediate container ea9b57d74e26 00:35:36 ---> 38517767c9d9 00:35:36 Step 6/22 : COPY go.mod . 00:35:36 Removing intermediate container 025d8c82adcf 00:35:36 ---> b2eba51c0761 00:35:36 Step 6/31 : COPY go.mod . 00:35:36 ---> 2c0db3fa224f 00:35:36 Step 7/22 : RUN go mod download 00:35:36 Removing intermediate container e59aa50a83f5 00:35:36 ---> 577cc9074c70 00:35:36 Step 6/26 : COPY go.mod . 00:35:36 ---> Running in 2f9b7ffb6293 00:35:36 ---> 9340b6a22914 00:35:36 Step 7/31 : RUN go mod download 00:35:36 Removing intermediate container ca07fd5b2289 00:35:36 ---> d0b57a0bf04d 00:35:36 Step 6/24 : COPY go.mod . 00:35:36 ---> bcc5c304912a 00:35:36 Step 7/26 : RUN go mod download 00:35:36 Removing intermediate container 23a45d041780 00:35:36 ---> addc848b2bc8 00:35:36 Step 6/23 : COPY go.mod . 00:35:36 ---> Running in 8f8ffafb550c 00:35:36 ---> Running in 4f619ca5e48d 00:35:37 ---> cdd4e4ebbd6e 00:35:37 Step 7/24 : RUN go mod download 00:35:37 ---> 737b50aa0dfb 00:35:37 Step 7/23 : RUN go mod download 00:35:37 ---> Running in e236fee20ad8 00:35:37 ---> Running in 56517b05aff0 00:35:39 Removing intermediate container 2f9b7ffb6293 00:35:39 ---> 19526ca20978 00:35:39 Step 8/22 : COPY . . 00:35:39 Removing intermediate container 8f8ffafb550c 00:35:39 ---> e7b24b8dd684 00:35:39 Step 8/31 : COPY . . 00:35:39 Removing intermediate container 4f619ca5e48d 00:35:39 ---> cc92eec6cb57 00:35:39 Step 8/26 : COPY . . 00:35:44 Removing intermediate container 56517b05aff0 00:35:44 ---> 66b2fe0f4810 00:35:44 Step 8/23 : COPY . . 00:35:47 Removing intermediate container e236fee20ad8 00:35:47 ---> 437c86ae55b1 00:35:47 Step 8/24 : COPY . . 00:35:54 Removing intermediate container aaf6b5c2685b 00:35:54 ---> 4b84cf0a040c 00:35:54 Successfully built 4b84cf0a040c 00:35:54 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:35:54 + docker inspect -f . ci-base-image-arm64 00:35:54 . [Pipeline] withDockerContainer 00:35:55 prd-ubuntu18.04-docker-arm64-4c-16g-28801 does not seem to be running inside a container 00:35:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:35:56 $ docker top b4b7715aa4c4894e1a1947ef9b55fa261ec575cc276fbd357a307a7cbd2a5802 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:57 + go version 00:35:57 go version go1.15.5 linux/arm64 [Pipeline] } 00:35:57 $ docker stop --time=1 b4b7715aa4c4894e1a1947ef9b55fa261ec575cc276fbd357a307a7cbd2a5802 00:35:59 $ docker rm -f b4b7715aa4c4894e1a1947ef9b55fa261ec575cc276fbd357a307a7cbd2a5802 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:00 + docker inspect -f . ci-base-image-arm64 00:36:00 . [Pipeline] withDockerContainer 00:36:01 prd-ubuntu18.04-docker-arm64-4c-16g-28801 does not seem to be running inside a container 00:36:01 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:36:02 $ docker top 852f89c6d69f986d1d40cd65b0963898a77d69ad88879341f96455e3a9b7b1e8 -eo pid,comm [Pipeline] { [Pipeline] echo 00:36:02 ========================================================= 00:36:02 [edgeXBuildGoParallel] Running Tests and Build... 00:36:02 ========================================================= [Pipeline] sh 00:36:03 + make test 00:36:03 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:36:19 ---> 6c596312783b 00:36:19 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:36:20 ---> f703ac900fab 00:36:20 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:36:20 ---> Running in bd5c35e847be 00:36:21 ---> Running in f32fddf6a7cd 00:36:21 ---> d148bab3135d 00:36:21 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:36:21 ---> 440c7b27936f 00:36:21 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:36:21 ---> a2f024fd6156 00:36:21 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:36:22 ---> Running in 2dc450ba4c46 00:36:22 ---> Running in af8c0bf45a90 00:36:22 ---> Running in cdc8fa513a4f 00:36:23 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:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:36: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:36:23 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:36:23 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:36:25 ? github.com/edgexfoundry/edgex-go [no test files] 00:36:55 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:58 Removing intermediate container f32fddf6a7cd 00:36:58 ---> 2e5709572136 00:36:58 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:36:58 Removing intermediate container bd5c35e847be 00:36:58 ---> ee7cfbf2a812 00:36:58 00:36:58 Step 10/31 : FROM alpine:3.12 00:36:58 ---> Running in 0ccb5fb616f4 00:36:58 3.12: Pulling from library/alpine 00:36:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:37:02 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:37:02 Status: Downloaded newer image for alpine:3.12 00:37:02 ---> 88dd2752d2ea 00:37:02 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:37:03 Removing intermediate container cdc8fa513a4f 00:37:03 ---> ed3225687d8f 00:37:03 00:37:03 Step 10/24 : FROM alpine:3.12 00:37:03 ---> 88dd2752d2ea 00:37:03 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:37:03 ---> Running in 16526342cb53 00:37:03 Removing intermediate container 2dc450ba4c46 00:37:03 ---> e44dbfcc8c0c 00:37:03 00:37:03 Step 10/22 : FROM alpine:3.12 00:37:03 ---> 88dd2752d2ea 00:37:03 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:37:03 ---> Running in bb09ab680c01 00:37:03 ---> Running in 2cd045e14707 00:37:03 Removing intermediate container 16526342cb53 00:37:03 ---> d96821f8319e 00:37:03 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:37:07 ---> Running in 9a08bb944748 00:37:07 Removing intermediate container 0ccb5fb616f4 00:37:07 ---> 5d6fe475ac56 00:37:07 00:37:07 Step 11/26 : FROM docker:20.10.0 00:37:07 20.10.0: Pulling from library/docker 00:37:07 Removing intermediate container af8c0bf45a90 00:37:07 ---> 4f96ee6e4974 00:37:07 00:37:07 Step 10/23 : FROM alpine:3.12 00:37:07 ---> 88dd2752d2ea 00:37:07 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:37:08 ---> Running in 739cac6a2dab 00:37:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:08 (1/5) Installing ca-certificates (20191127-r4) 00:37:08 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:37:08 (3/5) Installing libcurl (7.69.1-r3) 00:37:08 (4/5) Installing curl (7.69.1-r3) 00:37:08 (5/5) 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 OK: 7 MiB in 19 packages 00:37:08 (1/2) Installing ca-certificates (20191127-r4) 00:37:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 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 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:08 OK: 6 MiB in 16 packages 00:37:08 (1/2) Installing dumb-init (1.2.2-r1) 00:37:08 (2/2) Installing su-exec (0.2-r1) 00:37:08 Executing busybox-1.31.1-r19.trigger 00:37:08 OK: 6 MiB in 16 packages 00:37:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:09 (1/1) Installing dumb-init (1.2.2-r1) 00:37:09 Executing busybox-1.31.1-r19.trigger 00:37:09 OK: 6 MiB in 15 packages 00:37:11 Removing intermediate container 2cd045e14707 00:37:11 ---> 3618d8c8895f 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 Removing intermediate container bb09ab680c01 00:37:11 ---> 363974ec080b 00:37:11 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:11 ---> Running in 351f33d9c7f0 00:37:11 ---> Running in d199caf1a73d 00:37:11 Removing intermediate container 739cac6a2dab 00:37:11 ---> a58b01a464cb 00:37:11 Step 12/23 : 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 9a08bb944748 00:37:11 ---> bab430525781 00:37:11 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:37:11 ---> Running in 02f9f2b3c598 00:37:11 ---> Running in 9b6aeaccbf60 00:37:11 Removing intermediate container 351f33d9c7f0 00:37:11 ---> f772f0914811 00:37:11 Step 13/24 : WORKDIR / 00:37:11 Removing intermediate container d199caf1a73d 00:37:11 ---> 879af3530761 00:37:11 Step 13/22 : ENV APP_PORT=48060 00:37:11 ---> Running in 343a33164a9c 00:37:11 ---> Running in d8494a2a766f 00:37:11 Removing intermediate container 02f9f2b3c598 00:37:11 ---> 3b09e1e7308e 00:37:11 Step 13/23 : ENV APP_PORT=48081 00:37:11 Removing intermediate container 9b6aeaccbf60 00:37:11 ---> 171403420785 00:37:11 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:37:11 ---> Running in c7875805d719 00:37:11 ---> Running in c6a56b224454 00:37:11 Removing intermediate container 343a33164a9c 00:37:11 ---> 2eed6fc636b9 00:37:11 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 d8494a2a766f 00:37:12 ---> 5cc20ba5ee0b 00:37:12 Step 14/22 : EXPOSE $APP_PORT 00:37:12 ---> Running in 4aaa30e9092d 00:37:12 Removing intermediate container c7875805d719 00:37:12 ---> e5a471e103ed 00:37:12 Step 14/23 : EXPOSE $APP_PORT 00:37:12 Removing intermediate container c6a56b224454 00:37:12 ---> 1148f9c86651 00:37:12 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:37:12 ---> Running in 01d90c6f454c 00:37:12 ---> 9571d35a0888 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 1351af733356 00:37:12 Removing intermediate container 4aaa30e9092d 00:37:12 ---> b8ddfdd865a0 00:37:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:12 ---> e973f78441d6 00:37:12 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:37:12 Removing intermediate container 01d90c6f454c 00:37:12 ---> 93ef5bd72881 00:37:12 Step 15/23 : WORKDIR / 00:37:13 ---> Running in c3dce0f6eb28 00:37:13 ---> c0443b74d4fd 00:37:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:37:13 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:37:15 ---> 4143d60d7cb4 00:37:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:37:15 ---> d7900d988d0b 00:37:15 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:37:15 Removing intermediate container c3dce0f6eb28 00:37:15 ---> 883927387b61 00:37:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:15 ---> a785ce12f6ed 00:37:15 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:37:15 ---> acbd4e4d2078 00:37:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:37:15 Removing intermediate container 1351af733356 00:37:15 ---> 2472f428c574 00:37:15 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:37:15 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:37:15 ---> 2fa2f77b579e 00:37:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:37:15 ---> Running in 217f33c548f5 00:37:15 Status: Downloaded newer image for docker:20.10.0 00:37:15 ---> aefe523efa57 00:37:15 Step 12/26 : RUN apk add --no-cache bash 00:37:15 ---> Running in 5577778378a8 00:37:15 ---> Running in 953f8412ec2d 00:37:15 Removing intermediate container 217f33c548f5 00:37:15 ---> b8fcc569269f 00:37:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:16 Removing intermediate container 5577778378a8 00:37:16 ---> 37af899baf82 00:37:16 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:37:16 ---> Running in 2a8171477148 00:37:16 ---> f62bc9323362 00:37:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:37:16 ---> 1a5b4ba1da78 00:37:16 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:37:16 Removing intermediate container 2a8171477148 00:37:16 ---> 44bd4619c556 00:37:16 Step 20/22 : LABEL arch=x86_64 00:37:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:16 ---> Running in 54d32e3c4eb9 00:37:16 ---> 3bc507a2d014 00:37:16 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:37:16 ---> 06ce7660828b 00:37:16 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:37:16 ---> a4d2bd22d8e8 00:37:16 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:16 (1/2) Installing readline (8.0.4-r0) 00:37:17 (2/2) Installing bash (5.0.17-r0) 00:37:17 Executing bash-5.0.17-r0.post-install 00:37:17 Executing busybox-1.31.1-r19.trigger 00:37:17 OK: 12 MiB in 22 packages 00:37:17 ---> Running in fc1a4f521a72 00:37:17 ---> Running in 8d38a34a5b11 00:37:17 ---> Running in b89ade16237d 00:37:17 Removing intermediate container 54d32e3c4eb9 00:37:17 ---> e06a60c27ded 00:37:17 Step 21/22 : LABEL git_sha=afc9fd5cf6a5783b84bad338d9644f3bb93802b7 00:37:17 ---> Running in 5765cd37f175 00:37:17 Removing intermediate container 8d38a34a5b11 00:37:17 ---> 4c1333e71e98 00:37:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:17 ---> Running in 2e0c5cc8c781 00:37:17 Removing intermediate container 5765cd37f175 00:37:17 ---> 852537c9c744 00:37:17 Step 22/22 : LABEL version=0.0.0 00:37:18 ---> Running in 50046a01277d 00:37:18 Removing intermediate container 2e0c5cc8c781 00:37:18 ---> 5eee911b8092 00:37:18 Step 21/23 : LABEL arch=x86_64 00:37:18 Removing intermediate container 953f8412ec2d 00:37:18 ---> 81a78fee05ed 00:37:18 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:37:18 ---> Running in 5ce8a7711142 00:37:18 ---> Running in 3f8fed605359 00:37:18 Removing intermediate container 50046a01277d 00:37:18 ---> f990e82b286b 00:37:18 00:37:18 Removing intermediate container 5ce8a7711142 00:37:18 ---> 9a9a8a2efb93 00:37:18 Step 22/23 : LABEL git_sha=afc9fd5cf6a5783b84bad338d9644f3bb93802b7 00:37:18 Successfully built f990e82b286b 00:37:18 Removing intermediate container 3f8fed605359 00:37:18 ---> 1e47a1c36237 00:37:18 Step 14/26 : ENV APP_PORT=48090 00:37:18 Successfully tagged docker-support-notifications-go:latest 00:37:18  Building docker-support-notifications-go ... done Building docker-core-command-go 00:37:18 ---> Running in f475eb3130be 00:37:18 ---> Running in 126ebc87e282 00:37:19 Removing intermediate container f475eb3130be 00:37:19 ---> 62aa3ef168fd 00:37:19 Step 23/23 : LABEL version=0.0.0 00:37:19 ---> Running in 52b66fea6cb5 00:37:19 Removing intermediate container 126ebc87e282 00:37:19 ---> bf77cea7be2f 00:37:19 Step 15/26 : EXPOSE $APP_PORT 00:37:20 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:37:20 Removing intermediate container b89ade16237d 00:37:20 ---> dc25b082bfe4 00:37:20 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:37:20 Removing intermediate container fc1a4f521a72 00:37:20 ---> 3c754fa347fa 00:37:20 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:21 Removing intermediate container 52b66fea6cb5 00:37:21 ---> 91040a678b90 00:37:21 00:37:21 ---> Running in b6604b5cb1c7 00:37:21 ---> Running in c35702c29000 00:37:23 ---> 7540b705cc0d 00:37:23 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:37:23 Removing intermediate container b6604b5cb1c7 00:37:23 ---> a0e10f38d1b1 00:37:23 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:37:23 Successfully built 91040a678b90 00:37:23 Successfully tagged docker-core-metadata-go:latest 00:37:23  Building docker-core-metadata-go ... done Building docker-core-data-go 00:37:25 Removing intermediate container c35702c29000 00:37:25 ---> 35970bfcbc89 00:37:25 Step 22/24 : LABEL arch=x86_64 00:37:26 ---> Running in 7ab38e651367 00:37:26 ---> 6db84de0c2c0 00:37:26 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:37:26 ---> 4883473b9105 00:37:26 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:37:29 Removing intermediate container 7ab38e651367 00:37:29 ---> 5abe8a272f7c 00:37:29 Step 23/24 : LABEL git_sha=afc9fd5cf6a5783b84bad338d9644f3bb93802b7 00:37:30 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:37:30 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:37:31 ---> 5292dffb0e20 00:37:31 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:37:31 ---> d53a0a9beee3 00:37:31 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:37:31 ---> Running in f1db33918e56 00:37:32 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:37:32 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:37:32 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:37:32 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:37:33 ---> dbf7834ea0ba 00:37:33 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:37:33 Removing intermediate container f1db33918e56 00:37:33 ---> 9cd466199338 00:37:33 Step 24/24 : LABEL version=0.0.0 00:37:33 ---> d70600e413fa 00:37:33 Step 19/26 : RUN apk --no-cache add py3-pip 00:37:35 ---> Running in 031d87723af5 00:37:35 ---> Running in 4125298b4caa 00:37:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:37:36 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:37:36 ---> 9e67d618598b 00:37:36 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:37:37 Removing intermediate container 4125298b4caa 00:37:37 ---> ee164b1062b9 00:37:37 00:37:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:38 ---> f784e5159ac2 00:37:38 Step 3/23 : WORKDIR /edgex-go 00:37:38 ---> Using cache 00:37:38 ---> 2f8e687cc3fb 00:37:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:38 ---> Using cache 00:37:38 ---> bad8493446f0 00:37:38 Step 5/23 : RUN apk add --update --no-cache make git 00:37:38 ---> Using cache 00:37:38 ---> addc848b2bc8 00:37:38 Step 6/23 : COPY go.mod . 00:37:38 Successfully built ee164b1062b9 00:37:38 ---> Using cache 00:37:38 ---> 737b50aa0dfb 00:37:38 Step 7/23 : RUN go mod download 00:37:38 ---> Using cache 00:37:38 ---> 66b2fe0f4810 00:37:38 Step 8/23 : COPY . . 00:37:38 ---> Using cache 00:37:38 ---> a2f024fd6156 00:37:38 Step 9/23 : RUN make cmd/core-command/core-command 00:37:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:39 ---> Running in dfc002905ac9 00:37:39 Successfully tagged docker-security-secretstore-setup-go:latest 00:37:39  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 00:37:39 (1/33) Installing libbz2 (1.0.8-r1) 00:37:39 (2/33) Installing expat (2.2.9-r1) 00:37:39 (3/33) Installing libffi (3.3-r2) 00:37:39 (4/33) Installing gdbm (1.13-r1) 00:37:39 (5/33) Installing xz-libs (5.2.5-r0) 00:37:39 (6/33) Installing sqlite-libs (3.32.1-r0) 00:37:39 ---> Running in b691b5844c92 00:37:39 (7/33) Installing python3 (3.8.5-r1) 00:37:40 Removing intermediate container dfc002905ac9 00:37:40 ---> db9aea79a059 00:37:40 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:37:43 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:37:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:37:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:37:44 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:37:47 (8/33) Installing py3-appdirs (1.4.4-r1) 00:37:47 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:37:47 (10/33) Installing py3-parsing (2.4.7-r0) 00:37:47 (11/33) Installing py3-six (1.15.0-r0) 00:37:47 (12/33) Installing py3-packaging (20.4-r0) 00:37:47 ---> 8884e93541c8 00:37:47 Step 26/31 : RUN chmod +x /entrypoint.sh 00:37:47 (13/33) Installing py3-setuptools (47.0.0-r0) 00:37:47 (14/33) Installing py3-chardet (3.0.4-r4) 00:37:48 (15/33) Installing py3-idna (2.9-r0) 00:37:48 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:37:48 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:37:48 (18/33) Installing py3-requests (2.23.0-r0) 00:37:48 (19/33) Installing py3-msgpack (1.0.0-r0) 00:37:48 (20/33) Installing py3-lockfile (0.12.2-r3) 00:37:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:49 ---> f784e5159ac2 00:37:49 Step 3/23 : WORKDIR /edgex-go 00:37:49 ---> Using cache 00:37:49 ---> 2f8e687cc3fb 00:37:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:49 ---> Using cache 00:37:49 ---> bad8493446f0 00:37:49 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:37:49 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:37:49 (22/33) Installing py3-colorama (0.4.3-r0) 00:37:50 ---> Running in df531c2b3820 00:37:50 (23/33) Installing py3-distlib (0.3.0-r0) 00:37:50 (24/33) Installing py3-distro (1.5.0-r1) 00:37:50 (25/33) Installing py3-webencodings (0.5.1-r3) 00:37:50 (26/33) Installing py3-html5lib (1.0.1-r4) 00:37:50 ---> Running in 427b0a9af77b 00:37:50 (27/33) Installing py3-pytoml (0.1.21-r0) 00:37:50 (28/33) Installing py3-pep517 (0.8.2-r0) 00:37:50 (29/33) Installing py3-progress (1.5-r0) 00:37:50 (30/33) Installing py3-toml (0.10.1-r0) 00:37:50 (31/33) Installing py3-retrying (1.3.3-r0) 00:37:50 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:37:50 (33/33) Installing py3-pip (20.1.1-r0) 00:37:51 Executing busybox-1.31.1-r19.trigger 00:37:51 OK: 71 MiB in 55 packages 00:37:51 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.362s coverage: 45.9% of statements 00:37:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:37:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:37:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:37:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:37:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:37:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:37:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:37:51 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.268s coverage: 100.0% of statements 00:37:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:56 Removing intermediate container df531c2b3820 00:37:56 ---> 01f7dfb841cb 00:37:56 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:37:56 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.587s coverage: 27.1% of statements 00:37:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:37:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:37:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:37:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:37:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:37:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:37:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements 00:37:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:37:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements 00:37:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:37:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:37:57 OK: 233 MiB in 51 packages 00:37:57 ---> Running in e4ac2df2a865 00:37:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.235s coverage: 66.2% of statements 00:37:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:37:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:37:59 Removing intermediate container e4ac2df2a865 00:37:59 ---> 5894a6649254 00:37:59 Step 28/31 : CMD ["gate"] 00:37:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.700s coverage: 82.4% of statements 00:37:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:37:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:37:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:37:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:38:02 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:38:02 ---> f784e5159ac2 00:38:02 Step 3/21 : WORKDIR /edgex-go 00:38:02 ---> Using cache 00:38:02 ---> 2f8e687cc3fb 00:38:02 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:02 ---> Using cache 00:38:02 ---> bad8493446f0 00:38:02 Step 5/21 : RUN apk add --update --no-cache make git 00:38:02 ---> Using cache 00:38:02 ---> addc848b2bc8 00:38:02 Step 6/21 : COPY go.mod . 00:38:02 ---> Using cache 00:38:02 ---> 737b50aa0dfb 00:38:02 Step 7/21 : RUN go mod download 00:38:02 ---> Using cache 00:38:02 ---> 66b2fe0f4810 00:38:02 Step 8/21 : COPY . . 00:38:02 ---> Using cache 00:38:02 ---> a2f024fd6156 00:38:02 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:38:03 ---> Running in 09987fa260ee 00:38:03 Removing intermediate container 427b0a9af77b 00:38:03 ---> 261f3be3bdb8 00:38:03 Step 6/23 : COPY go.mod . 00:38:03 ---> Running in 620d2fd942d0 00:38:04 Removing intermediate container 09987fa260ee 00:38:04 ---> 251d5b7e9ac6 00:38:04 Step 29/31 : LABEL arch=x86_64 00:38:05 ---> 7ffbf4512279 00:38:05 Step 7/23 : RUN go mod download 00:38:06 ---> Running in a001be1a75fd 00:38:06 ---> Running in 1fcf1c2efa21 00:38:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:38:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.244s coverage: 28.6% of statements 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:38:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.187s coverage: 100.0% of statements 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:38:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.069s coverage: 100.0% of statements 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:38:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.273s coverage: 86.7% of statements 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:38:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.354s coverage: 97.5% of statements 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:38:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.153s coverage: 78.3% of statements 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:38:08 Removing intermediate container 1fcf1c2efa21 00:38:08 ---> b16d8db1e146 00:38:08 Step 30/31 : LABEL git_sha=afc9fd5cf6a5783b84bad338d9644f3bb93802b7 00:38:08 Removing intermediate container 031d87723af5 00:38:08 ---> e68da8f80a3e 00:38:08 Step 20/26 : RUN pip install docker-compose==1.23.2 00:38:08 ---> Running in c33c17da59c2 00:38:08 ---> Running in fef9d88637c8 00:38:09 Removing intermediate container c33c17da59c2 00:38:09 ---> 8b4d6901ea8b 00:38:09 Step 31/31 : LABEL version=0.0.0 00:38:09 ---> Running in 315b0ac4fdeb 00:38:09 Removing intermediate container 315b0ac4fdeb 00:38:09 ---> 0f4254ff6302 00:38:09 00:38:10 Successfully built 0f4254ff6302 00:38:10 Successfully tagged docker-security-bootstrapper-go:latest 00:38:10 Building docker-support-scheduler-go 00:38:10  Building docker-security-bootstrapper-go ... done Removing intermediate container a001be1a75fd 00:38:10 ---> e79904830d02 00:38:10 Step 8/23 : COPY . . 00:38:15 Collecting docker-compose==1.23.2 00:38:15 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:38:18 Collecting cached-property<2,>=1.2.0 00:38:18 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.330s coverage: 92.8% of statements 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.232s coverage: 0.1% of statements 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.086s coverage: 47.1% of statements 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.086s coverage: 79.5% of statements 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.076s coverage: 96.3% of statements 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.081s coverage: 87.5% of statements 00:38:20 Collecting websocket-client<1.0,>=0.32.0 00:38:20 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:38:21 Collecting jsonschema<3,>=2.5.1 00:38:21 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:38:22 Collecting docopt<0.7,>=0.6.1 00:38:22 Downloading docopt-0.6.2.tar.gz (25 kB) 00:38:22 Removing intermediate container b691b5844c92 00:38:22 ---> 8865ed009c16 00:38:22 00:38:22 Step 10/23 : FROM alpine:3.12 00:38:22 ---> 88dd2752d2ea 00:38:22 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:38:22 ---> Using cache 00:38:22 ---> a58b01a464cb 00:38:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:22 ---> Using cache 00:38:22 ---> 3b09e1e7308e 00:38:22 Step 13/23 : ENV APP_PORT=48082 00:38:23 Collecting dockerpty<0.5,>=0.4.1 00:38:23 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:38:25 Collecting texttable<0.10,>=0.9.0 00:38:25 ---> Running in c2d2cdf85655 00:38:25 Downloading texttable-0.9.1.tar.gz (11 kB) 00:38:25 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:38:27 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:38:27 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:38:27 Collecting PyYAML<4,>=3.10 00:38:27 Downloading PyYAML-3.13.tar.gz (270 kB) 00:38:27 Removing intermediate container c2d2cdf85655 00:38:27 ---> 5ecac7f204a5 00:38:27 Step 14/23 : EXPOSE $APP_PORT 00:38:29 Collecting docker<4.0,>=3.6.0 00:38:29 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:38:29 ---> Running in c6f6fa39cb93 00:38:29 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:38:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.087s coverage: 94.4% of statements 00:38:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.067s coverage: 44.8% of statements 00:38:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.121s coverage: 81.4% of statements 00:38:31 Collecting urllib3<1.25,>=1.21.1 00:38:31 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:38:31 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:31 Collecting idna<2.8,>=2.5 00:38:31 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:38:31 Removing intermediate container c6f6fa39cb93 00:38:31 ---> 0f8d961ee8f1 00:38:31 Step 15/23 : WORKDIR / 00:38:31 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:38:31 Collecting docker-pycreds>=0.4.0 00:38:31 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:38:31 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:38:31 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:38:31 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:38:31 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:38:32 Installing collected packages: cached-property, websocket-client, jsonschema, docopt, dockerpty, texttable, urllib3, idna, requests, PyYAML, docker-pycreds, docker, docker-compose 00:38:34 ---> Running in c2b2fd120b73 00:38:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:36 ---> f784e5159ac2 00:38:36 Step 3/22 : WORKDIR /edgex-go 00:38:36 ---> Using cache 00:38:36 ---> 2f8e687cc3fb 00:38:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:36 ---> Using cache 00:38:36 ---> bad8493446f0 00:38:36 Step 5/22 : RUN apk add --update --no-cache make git 00:38:36 ---> Using cache 00:38:36 ---> addc848b2bc8 00:38:36 Step 6/22 : COPY go.mod . 00:38:36 ---> Using cache 00:38:36 ---> 737b50aa0dfb 00:38:36 Step 7/22 : RUN go mod download 00:38:36 ---> Using cache 00:38:36 ---> 66b2fe0f4810 00:38:36 Step 8/22 : COPY . . 00:38:36 ---> Using cache 00:38:36 ---> a2f024fd6156 00:38:36 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:38:36 Running setup.py install for docopt: started 00:38:37 Running setup.py install for docopt: finished with status 'done' 00:38:37 Running setup.py install for dockerpty: started 00:38:37 ---> Running in 782f5dfb0778 00:38:37 Removing intermediate container c2b2fd120b73 00:38:37 ---> 15d1dfca9249 00:38:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:38 Running setup.py install for dockerpty: finished with status 'done' 00:38:38 Running setup.py install for texttable: started 00:38:38 Running setup.py install for texttable: finished with status 'done' 00:38:39 Attempting uninstall: urllib3 00:38:39 Found existing installation: urllib3 1.25.9 00:38:39 Uninstalling urllib3-1.25.9: 00:38:39 Successfully uninstalled urllib3-1.25.9 00:38: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:38:40 ---> de73dea95ea0 00:38:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:38:41 Attempting uninstall: idna 00:38:41 Found existing installation: idna 2.9 00:38:41 Uninstalling idna-2.9: 00:38:41 ---> 3d5fbd671fc9 00:38:41 Step 9/23 : RUN make cmd/core-data/core-data 00:38:41 Successfully uninstalled idna-2.9 00:38:41 ---> Running in c384225920e4 00:38:41 ---> 0ef9b6e5ba5e 00:38:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:38:41 Attempting uninstall: requests 00:38:41 Found existing installation: requests 2.23.0 00:38:41 Uninstalling requests-2.23.0: 00:38:41 Successfully uninstalled requests-2.23.0 00:38:41 Running setup.py install for PyYAML: started 00:38:42 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:42 Running setup.py install for PyYAML: finished with status 'done' 00:38:43 ---> 89c9b104976f 00:38:43 Step 19/23 : ENTRYPOINT ["/core-command"] 00:38:44 ---> Running in 96504a256b4b 00:38:44 Removing intermediate container 620d2fd942d0 00:38:44 ---> 23120f0e8253 00:38:44 00:38:44 Step 10/21 : FROM alpine:3.12 00:38:44 ---> 88dd2752d2ea 00:38:44 Step 11/21 : RUN apk add --update --no-cache curl 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.113s coverage: 92.9% of statements 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.053s coverage: 77.8% of statements 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.093s coverage: 75.5% of statements 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.8% of statements 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.136s coverage: 87.2% of statements 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.140s coverage: 84.6% of statements 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.182s coverage: 91.6% of statements 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.518s coverage: 62.4% of statements 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.792s coverage: 69.0% of statements 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:38:45 ---> Running in 165c2b7d14d5 00:38:45 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:38:46 Removing intermediate container 96504a256b4b 00:38:46 ---> c42ab7512784 00:38:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:47 ---> Running in 1f77d158edf9 00:38:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:47 Removing intermediate container 1f77d158edf9 00:38:47 ---> ea82025328c2 00:38:47 Step 21/23 : LABEL arch=x86_64 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.429s coverage: 38.4% of statements 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.100s coverage: 89.5% of statements 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:38:48 (1/4) Installing ca-certificates (20191127-r4) 00:38:48 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:38:48 (3/4) Installing libcurl (7.69.1-r3) 00:38:48 (4/4) Installing curl (7.69.1-r3) 00:38:48 Executing busybox-1.31.1-r19.trigger 00:38:48 Executing ca-certificates-20191127-r4.trigger 00:38:48 ---> Running in b97c31f99019 00:38:48 OK: 7 MiB in 18 packages 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.107s coverage: 84.8% of statements 00:38:52 Removing intermediate container b97c31f99019 00:38:52 ---> 3ea3c8dd55d3 00:38:52 Step 22/23 : LABEL git_sha=afc9fd5cf6a5783b84bad338d9644f3bb93802b7 00:38:52 Removing intermediate container fef9d88637c8 00:38:52 ---> 4556b474418f 00:38:52 Step 21/26 : RUN apk --no-cache add curl 00:38:52 ---> Running in d56a0bf72a74 00:38:52 ---> Running in 21ad827b3eed 00:38:53 Removing intermediate container d56a0bf72a74 00:38:53 ---> c011baa29f08 00:38:53 Step 23/23 : LABEL version=0.0.0 00:38:53 Removing intermediate container 165c2b7d14d5 00:38:53 ---> 6a21d8a5ce0e 00:38:53 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:54 ---> Running in 5b42260ae12a 00:38:54 ---> Running in c9fc40aecd41 00:38:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.488s coverage: 47.0% of statements 00:38:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:38:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:38:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:38:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:38:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:38:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.121s coverage: 100.0% of statements 00:38:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:38:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.125s coverage: 100.0% of statements 00:38:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:38:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:38:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:38:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:38:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.427s coverage: 88.5% of statements 00:38:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:38:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:38:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:38:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:55 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:38:55 (2/3) Installing libcurl (7.69.1-r3) 00:38:55 (3/3) Installing curl (7.69.1-r3) 00:38:55 Executing busybox-1.31.1-r19.trigger 00:38:56 OK: 72 MiB in 58 packages 00:38:56 Removing intermediate container 5b42260ae12a 00:38:56 ---> 738dfe87b74b 00:38:56 00:38:56 Removing intermediate container c9fc40aecd41 00:38:56 ---> 22237256a609 00:38:56 Step 13/21 : WORKDIR /edgex 00:38:56 Successfully built 738dfe87b74b 00:38:56 Successfully tagged docker-core-command-go:latest 00:38:56  Building docker-core-command-go ... done  ---> Running in a418d1294433 00:38:57 Removing intermediate container a418d1294433 00:38:57 ---> b2d5a5831711 00:38:57 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:38:57 Removing intermediate container 21ad827b3eed 00:38:57 ---> d91166346453 00:38:57 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:38:57 ---> Running in e45f54069c63 00:38:57 ---> e2c1317e662a 00:38:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:38:58 Removing intermediate container e45f54069c63 00:38:58 ---> 10fa192ea8f4 00:38:58 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:58 ---> Running in a90ae6eaf41b 00:38:58 ---> 5006d2b111c3 00:38:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:38:58 Removing intermediate container a90ae6eaf41b 00:38:58 ---> 76563e359cbf 00:38:58 Step 24/26 : LABEL arch=x86_64 00:38:58 ---> Running in be6441f86881 00:38:59 Removing intermediate container be6441f86881 00:38:59 ---> e6fb64a14179 00:38:59 Step 25/26 : LABEL git_sha=afc9fd5cf6a5783b84bad338d9644f3bb93802b7 00:38:59 ---> Running in dab0a0cf8b3d 00:38:59 ---> 402138acd03d 00:38:59 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:38:59 ---> Running in 1922eee9aa5c 00:38:59 Removing intermediate container dab0a0cf8b3d 00:38:59 ---> 0cbd9dd8cae3 00:38:59 Step 26/26 : LABEL version=0.0.0 00:38:59 ---> Running in 0d8ab156f20f 00:39:00 Removing intermediate container 1922eee9aa5c 00:39:00 ---> 6e4ffe9dcd86 00:39:00 Step 18/21 : CMD ["--init=true"] 00:39:00 ---> Running in 76fcc0ba6ebf 00:39:00 Removing intermediate container 0d8ab156f20f 00:39:00 ---> 5932fa1189bf 00:39:00 00:39:00 Successfully built 5932fa1189bf 00:39:00 Successfully tagged docker-sys-mgmt-agent-go:latest 00:39:00 Removing intermediate container 76fcc0ba6ebf 00:39:00 ---> 3badbdeacfd3 00:39:00 Step 19/21 : LABEL arch=x86_64 00:39:00  Building docker-sys-mgmt-agent-go ... done  ---> Running in f7f7c0e41bf8 00:39:00 Removing intermediate container f7f7c0e41bf8 00:39:00 ---> d45aa84c0eca 00:39:00 Step 20/21 : LABEL git_sha=afc9fd5cf6a5783b84bad338d9644f3bb93802b7 00:39:01 ---> Running in 5f1518141d30 00:39:02 Removing intermediate container 5f1518141d30 00:39:02 ---> 44ac0b5a68f6 00:39:02 Step 21/21 : LABEL version=0.0.0 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.507s coverage: 29.1% of statements 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.197s coverage: 99.0% of statements 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.125s coverage: 100.0% of statements 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.233s coverage: 95.6% of statements 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.064s coverage: 100.0% of statements 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements 00:39:03 ---> Running in 9d97b2473ad9 00:39:03 Removing intermediate container 782f5dfb0778 00:39:03 ---> 23d888393da1 00:39:03 00:39:03 Step 10/22 : FROM alpine:3.12 00:39:03 ---> 88dd2752d2ea 00:39:03 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:39:03 ---> Using cache 00:39:03 ---> a58b01a464cb 00:39:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:03 ---> Using cache 00:39:03 ---> 3b09e1e7308e 00:39:03 Step 13/22 : ENV APP_PORT=48085 00:39:04 ---> Running in f50867680d57 00:39:04 Removing intermediate container 9d97b2473ad9 00:39:04 ---> c6540c1158c3 00:39:04 00:39:04 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements 00:39:04 Successfully built c6540c1158c3 00:39:05 GO111MODULE=on go vet ./... 00:39:06 Successfully tagged docker-security-proxy-setup-go:latest 00:39:06  Building docker-security-proxy-setup-go ... done Removing intermediate container f50867680d57 00:39:06 ---> b68f3c0de901 00:39:06 Step 14/22 : EXPOSE $APP_PORT 00:39:06 ---> Running in 08d19454b37d 00:39:06 Removing intermediate container 08d19454b37d 00:39:06 ---> 1a669ada434f 00:39:06 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:07 ---> 44384378d4f6 00:39:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:39:09 ---> 08d00d80fbd9 00:39:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:39:09 Removing intermediate container c384225920e4 00:39:09 ---> dc7317a7d186 00:39:09 00:39:09 Step 10/23 : FROM alpine:3.12 00:39:09 ---> 88dd2752d2ea 00:39:09 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:09 ---> Running in a6f93e5b2308 00:39:09 ---> eb86558cd1a0 00:39:09 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:39:09 ---> Running in 5bef3923b096 00:39:09 Removing intermediate container a6f93e5b2308 00:39:09 ---> 652ca2392f7e 00:39:09 Step 12/23 : ENV APP_PORT=48080 00:39:09 ---> Running in 83a50f32f922 00:39:10 Removing intermediate container 5bef3923b096 00:39:10 ---> 0f9527400e8e 00:39:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:10 ---> Running in c04d8a3eb5c8 00:39:10 Removing intermediate container 83a50f32f922 00:39:10 ---> a20ae7508c33 00:39:10 Step 13/23 : EXPOSE $APP_PORT 00:39:10 ---> Running in cb0818883b2d 00:39:10 Removing intermediate container c04d8a3eb5c8 00:39:10 ---> 090c9e15b373 00:39:10 Step 20/22 : LABEL arch=x86_64 00:39:10 ---> Running in 8dbc43cac543 00:39:10 Removing intermediate container cb0818883b2d 00:39:10 ---> b707c859cda2 00:39:10 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:10 ---> Running in 9e16f4c97fca 00:39:10 Removing intermediate container 8dbc43cac543 00:39:10 ---> 3b0b473ef708 00:39:10 Step 21/22 : LABEL git_sha=afc9fd5cf6a5783b84bad338d9644f3bb93802b7 00:39:11 ---> Running in 56386d5448b8 00:39:11 Removing intermediate container 56386d5448b8 00:39:11 ---> c57cbdc0c5d1 00:39:11 Step 22/22 : LABEL version=0.0.0 00:39:11 ---> Running in e68141664e56 00:39:11 Removing intermediate container e68141664e56 00:39:11 ---> 516dddb2d678 00:39:11 00:39:11 Successfully built 516dddb2d678 00:39:11 Successfully tagged docker-support-scheduler-go:latest 00:39:11  Building docker-support-scheduler-go ... done Removing intermediate container 9e16f4c97fca 00:39:11 ---> 16caaf2e83ee 00:39:11 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:39:12 ---> Running in 2dd3000e7e70 00:39:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:15 (1/6) Installing dumb-init (1.2.2-r1) 00:39:15 (2/6) Installing libgcc (9.3.0-r2) 00:39:15 (3/6) Installing libsodium (1.0.18-r0) 00:39:15 (4/6) Installing libstdc++ (9.3.0-r2) 00:39:16 (5/6) Installing libzmq (4.3.3-r0) 00:39:16 (6/6) Installing zeromq (4.3.3-r0) 00:39:16 Executing busybox-1.31.1-r19.trigger 00:39:16 OK: 8 MiB in 20 packages 00:39:17 Removing intermediate container 2dd3000e7e70 00:39:17 ---> 195d09e9dc3b 00:39:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:17 ---> 7229f5403b96 00:39:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:39:18 ---> ffcb7c71f792 00:39:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:39:18 ---> 5806d56c95ba 00:39:18 Step 19/23 : ENTRYPOINT ["/core-data"] 00:39:18 ---> Running in 9fc5667d8841 00:39:18 Removing intermediate container 9fc5667d8841 00:39:18 ---> 43eeb25bf8e3 00:39:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:18 ---> Running in ce85ca56e3ea 00:39:19 Removing intermediate container ce85ca56e3ea 00:39:19 ---> a85a827ee6c7 00:39:19 Step 21/23 : LABEL arch=x86_64 00:39:19 ---> Running in 776c201d0777 00:39:19 Removing intermediate container 776c201d0777 00:39:19 ---> bf1300066185 00:39:19 Step 22/23 : LABEL git_sha=afc9fd5cf6a5783b84bad338d9644f3bb93802b7 00:39:19 ---> Running in 518aff9afc0b 00:39:19 Removing intermediate container 518aff9afc0b 00:39:19 ---> 2c14eea74c2f 00:39:19 Step 23/23 : LABEL version=0.0.0 00:39:19 ---> Running in 207e881d7226 00:39:19 Removing intermediate container 207e881d7226 00:39:19 ---> 0dd6506215fb 00:39:19 00:39:19 Successfully built 0dd6506215fb 00:39:19 Successfully tagged docker-core-data-go:latest 00:39:20  Building docker-core-data-go ... done  [Pipeline] } 00:39:20 $ docker stop --time=1 48401befda3160514378625fca0da652c1d4f9e561a3ef903b6d0c22c9e3a08e 00:39:21 $ docker rm -f 48401befda3160514378625fca0da652c1d4f9e561a3ef903b6d0c22c9e3a08e [Pipeline] // withDockerContainer [Pipeline] sh 00:39:22 + docker images 00:39:22 + grep docker 00:39:22 docker-core-data-go latest 0dd6506215fb 3 seconds ago 22.4MB 00:39:22 docker-support-scheduler-go latest 516dddb2d678 11 seconds ago 17.2MB 00:39:22 docker-security-proxy-setup-go latest c6540c1158c3 18 seconds ago 24.7MB 00:39:22 docker-sys-mgmt-agent-go latest 5932fa1189bf 23 seconds ago 313MB 00:39:22 docker-core-command-go latest 738dfe87b74b 27 seconds ago 17.2MB 00:39:22 docker-security-bootstrapper-go latest 0f4254ff6302 About a minute ago 18.7MB 00:39:22 docker-security-secretstore-setup-go latest ee164b1062b9 About a minute ago 24.9MB 00:39:22 docker-core-metadata-go latest 91040a678b90 2 minutes ago 19MB 00:39:22 docker-support-notifications-go latest f990e82b286b 2 minutes ago 17.8MB 00:39:22 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:39:38 Still waiting to schedule task 00:39:38 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:40:28 gofmt -l . 00:40:28 [ "`gofmt -l .`" = "" ] 00:40:32 ./bin/test-go-mod-tidy.sh 00:40:32 ./bin/test-attribution-txt.sh [Pipeline] sh 00:40:34 + ls -al . 00:40:34 total 760 00:40:34 drwxrwxr-x 9 1001 1001 4096 Mar 6 00:40 . 00:40:34 drwxr-xr-x 4 root root 4096 Mar 6 00:36 .. 00:40:34 -rw-rw-r-- 1 1001 1001 11 Mar 6 00:34 .dockerignore 00:40:34 drwxrwxr-x 8 1001 1001 4096 Mar 6 00:34 .git 00:40:34 drwxrwxr-x 3 1001 1001 4096 Mar 6 00:34 .github 00:40:34 -rw-rw-r-- 1 1001 1001 818 Mar 6 00:34 .gitignore 00:40:34 -rw-rw-r-- 1 1001 1001 166 Mar 6 00:34 .sonarcloud.properties 00:40:34 -rw-rw-r-- 1 1001 1001 8475 Mar 6 00:34 Attribution.txt 00:40:34 -rw-rw-r-- 1 1001 1001 3804 Mar 6 00:34 CONTRIBUTING.md 00:40:34 -rw-rw-r-- 1 1001 1001 931 Mar 6 00:34 Dockerfile.build 00:40:34 -rw-rw-r-- 1 1001 1001 863 Mar 6 00:34 Jenkinsfile 00:40:34 -rw-rw-r-- 1 1001 1001 10775 Mar 6 00:34 LICENSE 00:40:34 -rw-rw-r-- 1 1001 1001 5774 Mar 6 00:34 Makefile 00:40:34 -rw-rw-r-- 1 1001 1001 6524 Mar 6 00:34 README.md 00:40:34 -rw-rw-r-- 1 1001 1001 6755 Mar 6 00:34 SECURITY.md 00:40:34 -rw-rw-r-- 1 1001 1001 5 Mar 6 00:31 VERSION 00:40:34 -rw-rw-r-- 1 1001 1001 4131 Mar 6 00:34 ZMQWindows.md 00:40:34 drwxrwxr-x 2 1001 1001 4096 Mar 6 00:34 bin 00:40:34 drwxrwxr-x 14 1001 1001 4096 Mar 6 00:34 cmd 00:40:34 -rw-r--r-- 1 root root 621194 Mar 6 00:39 coverage.out 00:40:34 -rw-r--r-- 1 root root 1055 Mar 6 00:40 go.mod 00:40:34 -rw-r--r-- 1 root root 21699 Mar 6 00:40 go.sum 00:40:34 drwxrwxr-x 8 1001 1001 4096 Mar 6 00:34 internal 00:40:34 drwxrwxr-x 4 1001 1001 4096 Mar 6 00:34 openapi 00:40:34 drwxrwxr-x 4 1001 1001 4096 Mar 6 00:34 snap 00:40:34 -rw-rw-r-- 1 1001 1001 168 Mar 6 00:34 version.go [Pipeline] sh 00:40:35 + '[' -e coverage.out ] 00:40:35 + chown 1001:1001 coverage.out [Pipeline] stash 00:40:35 Warning: overwriting stash ‘coverage-report’ 00:40:37 Stashed 1 file(s) [Pipeline] sh 00:40:37 + make build 00:40:37 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:40:41 Running on prd-ubuntu18.04-docker-8c-8g-28810 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { [Pipeline] ws 00:40:41 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 00:40:43 using credential edgex-jenkins-ssh 00:40:43 Cloning the remote Git repository 00:40:43 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:40:44 > git init /w/workspace/edgex-go/4 # timeout=10 00:40:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:40:44 > git --version # timeout=10 00:40:44 > git --version # 'git version 2.17.1' 00:40:44 using GIT_SSH to set credentials SSH Credentials for GitHub 00:40:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:40:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:40:52 Merging remotes/origin/master commit 2c126a996be31befa6625c4f217e526aa48b3805 into PR head commit f6c5a0d5ef643f952fb5e1576dd6207da4923c49 00:40:52 Merge succeeded, producing 42368144dbe40dc55c137b3b5d37d356f52cfaa5 00:40:52 Checking out Revision 42368144dbe40dc55c137b3b5d37d356f52cfaa5 (PR-3223) 00:40:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:40:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:40:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:40:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:40:51 using GIT_SSH to set credentials SSH Credentials for GitHub 00:40:51 > 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:40:52 > git config core.sparsecheckout # timeout=10 00:40:52 > git checkout -f f6c5a0d5ef643f952fb5e1576dd6207da4923c49 # timeout=10 00:40:52 > git remote # timeout=10 00:40:52 > git config --get remote.origin.url # timeout=10 00:40:52 using GIT_SSH to set credentials SSH Credentials for GitHub 00:40:52 > git merge 2c126a996be31befa6625c4f217e526aa48b3805 # timeout=10 00:40:52 > git rev-parse HEAD^{commit} # timeout=10 00:40:52 > git config core.sparsecheckout # timeout=10 00:40:52 > git checkout -f 42368144dbe40dc55c137b3b5d37d356f52cfaa5 # timeout=10 00:40:56 Commit message: "Merge commit '2c126a996be31befa6625c4f217e526aa48b3805' into HEAD" 00:40:56 > git rev-list --no-walk f6c5a0d5ef643f952fb5e1576dd6207da4923c49 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:40:57 + echo snap-build.sh 00:40:57 snap-build.sh 00:40:57 + SNAP_BASE_DIR=. 00:40:57 + '[' '!' -z /w/workspace/edgex-go/4 ']' 00:40:57 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 00:40:57 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 00:40:57 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 00:40:57 + cd /w/workspace/edgex-go/4 00:40:57 + sudo apt-get remove -qy --purge lxd lxd-client 00:40:57 Reading package lists... 00:40:57 Building dependency tree... 00:40:57 Reading state information... 00:40:58 The following packages were automatically installed and are no longer required: 00:40:58 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:40:58 uidmap xdelta3 00:40:58 Use 'sudo apt autoremove' to remove them. 00:40:58 The following packages will be REMOVED: 00:40:58 lxd* lxd-client* 00:40:59 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:40:59 After this operation, 31.7 MB disk space will be freed. 00:41:00 (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:00 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:01 Removing lxd dnsmasq configuration 00:41:01 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:41:02 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:41:02 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:41:02 (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:03 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:05 Processing triggers for systemd (237-3ubuntu10.42) ... 00:41:05 Processing triggers for ureadahead (0.100.0-21) ... 00:41:07 + sudo snap remove --purge lxd 00:41:07 snap "lxd" is not installed 00:41:07 + sudo groupadd --force --system lxd 00:41:07 ++ whoami 00:41:07 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:41:07 + newgrp - lxd 00:41:07 + sudo snap install lxd 00:41:17 2021-03-06T00:41:14Z INFO Waiting for automatic snapd restart... 00:41: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:41:25 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:41:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:41:31 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:41:32 lxd 4.11 from Canonical* installed 00:41:32 + sudo lxd init --auto 00:41:38 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:41:42 + sudo snap install --classic snapcraft 00:41:43 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:41:48 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:41:50 snapcraft 4.5.4 from Canonical* installed 00:41:50 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:41:50 + patch --verbose -p1 00:41:50 Hmm... Looks like a unified diff to me... 00:41:50 The text leading up to this was: 00:41:50 -------------------------- 00:41:50 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:41:50 |From: Tony Espy 00:41:50 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:41:50 |Subject: [PATCH] optimize snap build for pipeline CI check 00:41:50 | 00:41:50 |This patch is used by the EdgeX CI pipeline builds to 00:41:50 |optimize the snap CI check run for pull requests. When 00:41:50 |applied, it essentially strips out everything (apps and 00:41:50 |parts) from the snapcraft.yaml file except those required 00:41:50 |to build edgex-go, as the whole idea of the CI check is to 00:41:50 |catch changes to edgex-go that break the snap build. 00:41:50 | 00:41:50 |In general, anyone updating snapcraft.yaml will also need 00:41:50 |to update this patch file, otherwise it may fail to apply, 00:41:50 |resulting in a failed snap build CI check in the associated 00:41:50 |pull request. 00:41:50 | 00:41:50 |Note - in addition to applying this patch, the pipeline also 00:41:50 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:41:50 |need to build the finally binary .snap file (and it won't 00:41:50 |work with the patch applied). This further reduces the build 00:41:50 |time. 00:41:50 |--- 00:41:50 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:41:50 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:41:50 | 00:41:50 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:41:50 |index 1e537489..faf42425 100644 00:41:50 |--- a/snap/snapcraft.yaml 00:41:50 |+++ b/snap/snapcraft.yaml 00:41:50 -------------------------- 00:41:50 patching file snap/snapcraft.yaml 00:41:50 Using Plan A... 00:41:50 Hunk #1 FAILED at 73. 00:41:50 Hunk #2 succeeded at 296 with fuzz 1 (offset 25 lines). 00:41:50 Hunk #3 succeeded at 308 (offset 22 lines). 00:41:50 Hunk #4 succeeded at 316 (offset 22 lines). 00:41:50 Hunk #5 succeeded at 323 (offset 22 lines). 00:41:50 Hunk #6 succeeded at 350 (offset 22 lines). 00:41:50 Hunk #7 succeeded at 384 (offset 22 lines). 00:41:50 Hunk #8 succeeded at 446 (offset 33 lines). 00:41:50 1 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:41:50 Hmm... Ignoring the trailing garbage. 00:41:50 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:41:52 Failed in branch amd64 00:41:52 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:41:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:42:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:42:09 $ docker stop --time=1 852f89c6d69f986d1d40cd65b0963898a77d69ad88879341f96455e3a9b7b1e8 00:42:12 $ docker rm -f 852f89c6d69f986d1d40cd65b0963898a77d69ad88879341f96455e3a9b7b1e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:15 00:42:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:42:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:16 latest: Pulling from edgex-devops/edgex-compose-arm64 00:42:16 29e5d40040c1: Pulling fs layer 00:42:16 1ce36da41761: Pulling fs layer 00:42:16 25b303627fd3: Pulling fs layer 00:42:16 29e5d40040c1: Verifying Checksum 00:42:16 29e5d40040c1: Download complete 00:42:17 1ce36da41761: Verifying Checksum 00:42:17 1ce36da41761: Download complete 00:42:17 29e5d40040c1: Pull complete 00:42:18 25b303627fd3: Verifying Checksum 00:42:18 25b303627fd3: Download complete 00:42:18 1ce36da41761: Pull complete 00:42:29 25b303627fd3: Pull complete 00:42:29 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:42:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:42:29 prd-ubuntu18.04-docker-arm64-4c-16g-28801 does not seem to be running inside a container 00:42:29 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:42:32 $ docker top 248201db3ff6660e41ee69d196bc17bda9154df07e2a3054284836c7454832f9 -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:34 + grep parallel 00:42:34 + docker-compose build --help 00:42:39 --parallel Build images in parallel. [Pipeline] } 00:42:39 $ docker stop --time=1 248201db3ff6660e41ee69d196bc17bda9154df07e2a3054284836c7454832f9 00:42:41 $ docker rm -f 248201db3ff6660e41ee69d196bc17bda9154df07e2a3054284836c7454832f9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:42 . [Pipeline] withDockerContainer 00:42:44 prd-ubuntu18.04-docker-arm64-4c-16g-28801 does not seem to be running inside a container 00:42:44 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:42:45 $ docker top 97137a51ff2be333643eafc0d593fd7369f8e3d7173c796959e7699bc6c5295d -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:47 + docker-compose -f ./docker-compose-build.yml build --parallel 00:42:52 Building docker-core-command-go ... 00:42:52 Building docker-core-data-go ... 00:42:52 Building docker-core-metadata-go ... 00:42:52 Building docker-security-bootstrapper-go ... 00:42:52 Building docker-security-proxy-setup-go ... 00:42:52 Building docker-security-secretstore-setup-go ... 00:42:52 Building docker-support-notifications-go ... 00:42:52 Building docker-support-scheduler-go ... 00:42:52 Building docker-sys-mgmt-agent-go ... 00:42:52 Building docker-support-notifications-go 00:42:52 Building docker-core-metadata-go 00:42:52 Building docker-security-proxy-setup-go 00:42:52 Building docker-sys-mgmt-agent-go 00:42:52 Building docker-core-command-go 00:44:14 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:14 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:44:14 ---> 4b84cf0a040c 00:44:14 Step 3/21 : WORKDIR /edgex-go 00:44:14 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:14 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:44:14 ---> 4b84cf0a040c 00:44:14 Step 3/26 : WORKDIR /edgex-go 00:44:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:44:14 ---> 4b84cf0a040c 00:44:14 Step 3/23 : WORKDIR /edgex-go 00:44:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:44:14 ---> 4b84cf0a040c 00:44:14 Step 3/23 : WORKDIR /edgex-go 00:44:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:14 ---> 4b84cf0a040c 00:44:14 Step 3/22 : WORKDIR /edgex-go 00:44:14 ---> Running in ab29f2d1d498 00:44:14 ---> Running in 6e59e896903a 00:44:14 ---> Running in a862fc5c7d7d 00:44:14 ---> Running in 79af02dc2f50 00:44:14 ---> Running in cc116058317b 00:44:14 Removing intermediate container ab29f2d1d498 00:44:14 ---> e3e379de853b 00:44:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:14 Removing intermediate container 6e59e896903a 00:44:14 ---> d8e9dea8daf6 00:44:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container a862fc5c7d7d 00:44:14 ---> 7e60c31c9913 00:44:14 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:14 00:44:14 Removing intermediate container cc116058317b 00:44:14 ---> 355aaf61fae6 00:44:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:14 Removing intermediate container 79af02dc2f50 00:44:14 ---> c9648be2df08 00:44:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:14 ---> Running in a0e306d76c21 00:44:14 ---> Running in 7131cc422cf2 00:44:14 ---> Running in 9e67d1a3e87b 00:44:14 ---> Running in 784f1371b197 00:44:14 ---> Running in 3dea36a02dd6 00:44:14 Removing intermediate container a0e306d76c21 00:44:14 ---> 8420cd180003 00:44:14 Step 5/23 : RUN apk add --update --no-cache make git 00:44:14 ---> Running in 46df48cc63d9 00:44:14 Removing intermediate container 7131cc422cf2 00:44:14 ---> fe3e779b8a88 00:44:14 Step 5/23 : RUN apk add --update --no-cache make git 00:44:14 Removing intermediate container 9e67d1a3e87b 00:44:14 ---> fc2d07008152 00:44:14 Step 5/21 : RUN apk add --update --no-cache make git 00:44:14 ---> Running in d4452af5e5fe 00:44:14 ---> Running in 8c9c76ec8d4f 00:44:15 Removing intermediate container 784f1371b197 00:44:15 ---> b93074aa049f 00:44:15 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:44:15 ---> Running in 1d45f64b8c24 00:44:15 Removing intermediate container 3dea36a02dd6 00:44:15 ---> 412d582c2529 00:44:15 Step 5/26 : RUN apk add --update --no-cache make bash git 00:44:15 ---> Running in 46c6318df15d 00:44:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:18 OK: 217 MiB in 51 packages 00:44:19 OK: 217 MiB in 51 packages 00:44:19 OK: 217 MiB in 51 packages 00:44:20 OK: 217 MiB in 51 packages 00:44:20 Removing intermediate container 46df48cc63d9 00:44:20 ---> 1735dbf2c674 00:44:20 Step 6/23 : COPY go.mod . 00:44:20 OK: 217 MiB in 51 packages 00:44:20 Removing intermediate container d4452af5e5fe 00:44:20 ---> d53b2f66544a 00:44:20 Step 6/23 : COPY go.mod . 00:44:21 Removing intermediate container 1d45f64b8c24 00:44:21 ---> 86435b90057e 00:44:21 Step 6/22 : COPY go.mod . 00:44:21 ---> 903a0e2cabb6 00:44:21 Step 7/23 : RUN go mod download 00:44:21 ---> Running in 45e54f7d94f4 00:44:21 Removing intermediate container 8c9c76ec8d4f 00:44:21 ---> af32a64ccb4c 00:44:21 Step 6/21 : COPY go.mod . 00:44:22 Removing intermediate container 46c6318df15d 00:44:22 ---> 295aca88e4c4 00:44:22 Step 6/26 : COPY go.mod . 00:44:22 ---> 1960a4b1a91e 00:44:22 Step 7/23 : RUN go mod download 00:44:22 ---> f2b715bcf02f 00:44:22 Step 7/22 : RUN go mod download 00:44:22 ---> Running in 9da7fe67ef3b 00:44:22 ---> Running in c9d6d21907d9 00:44:22 ---> 121cd5217aaa 00:44:22 Step 7/21 : RUN go mod download 00:44:23 ---> Running in 99c58bafbe17 00:44:23 ---> 837389ad2ead 00:44:23 Step 7/26 : RUN go mod download 00:44:23 ---> Running in 65a13fa1f30f 00:44:26 Removing intermediate container 45e54f7d94f4 00:44:26 ---> c83da42668f8 00:44:26 Step 8/23 : COPY . . 00:44:27 Removing intermediate container 9da7fe67ef3b 00:44:27 ---> fe396d921af8 00:44:27 Step 8/23 : COPY . . 00:44:28 Removing intermediate container c9d6d21907d9 00:44:28 ---> 895c7ddb6423 00:44:28 Step 8/22 : COPY . . 00:44:28 Removing intermediate container 65a13fa1f30f 00:44:28 ---> 35789132653a 00:44:28 Step 8/26 : COPY . . 00:44:28 Removing intermediate container 99c58bafbe17 00:44:28 ---> cc54cfd12369 00:44:28 Step 8/21 : COPY . . 00:44:55 ---> 810deffed465 00:44:55 Step 9/23 : RUN make cmd/core-command/core-command 00:44:55 ---> 50591f20ba16 00:44:55 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:44:55 ---> 1a9baa485fbd 00:44:55 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:44:55 ---> 95563ea7d70b 00:44:55 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:44:55 ---> 3e693048e692 00:44:55 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:44:55 ---> Running in 0c96ea8c4d05 00:44:55 ---> Running in f04a10947397 00:44:55 ---> Running in 1345a66eb92d 00:44:55 ---> Running in 13de977e39dc 00:44:55 ---> Running in 1060aa96aa8b 00:44:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:44:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:44:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:44:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:44:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:46:33 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:46:45 Removing intermediate container 1060aa96aa8b 00:46:45 ---> 472ada95c8f0 00:46:45 00:46:45 Step 10/21 : FROM alpine:3.12 00:46:45 3.12: Pulling from library/alpine 00:46:45 Removing intermediate container 13de977e39dc 00:46:45 ---> f4028f6d5d49 00:46:45 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:46:45 ---> Running in 9a16d81f1cd4 00:46:46 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:46:46 Status: Downloaded newer image for alpine:3.12 00:46:46 ---> d10569e2745f 00:46:46 Step 11/21 : RUN apk add --update --no-cache curl 00:46:47 ---> Running in c3ebdeb79a9c 00:46:48 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:46:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:51 (1/4) Installing ca-certificates (20191127-r4) 00:46:51 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:46:51 (3/4) Installing libcurl (7.69.1-r3) 00:46:51 (4/4) Installing curl (7.69.1-r3) 00:46:51 Executing busybox-1.31.1-r19.trigger 00:46:51 Executing ca-certificates-20191127-r4.trigger 00:46:51 OK: 7 MiB in 18 packages 00:46:55 Removing intermediate container c3ebdeb79a9c 00:46:55 ---> 4c4054dd2601 00:46:55 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:46:55 ---> Running in 99de34668e12 00:46:56 Removing intermediate container 9a16d81f1cd4 00:46:56 ---> 29dcbf76d077 00:46:56 00:46:56 Step 11/26 : FROM docker:20.10.0 00:46:56 20.10.0: Pulling from library/docker 00:46:57 Removing intermediate container 99de34668e12 00:46:57 ---> 6dfb0bae50aa 00:46:57 Step 13/21 : WORKDIR /edgex 00:46:58 ---> Running in 96962393c835 00:47:00 Removing intermediate container 96962393c835 00:47:00 ---> a69dbd95355c 00:47:00 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:47:00 Removing intermediate container 1345a66eb92d 00:47:00 ---> fc16231cf418 00:47:00 00:47:00 Step 10/22 : FROM alpine:3.12 00:47:00 ---> d10569e2745f 00:47:00 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:47:00 Removing intermediate container 0c96ea8c4d05 00:47:00 ---> 93d56fac6313 00:47:00 00:47:00 Step 10/23 : FROM alpine:3.12 00:47:00 ---> d10569e2745f 00:47:00 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:47:01 ---> Running in a7ed5e213a4d 00:47:01 ---> Running in 4cc7db299054 00:47:01 ---> 41921416f119 00:47:01 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:47:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:04 ---> 71664af1a95a 00:47:04 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:47:04 (1/1) Installing dumb-init (1.2.2-r1) 00:47:04 Executing busybox-1.31.1-r19.trigger 00:47:04 OK: 5 MiB in 15 packages 00:47:04 (1/2) Installing ca-certificates (20191127-r4) 00:47:05 (2/2) Installing dumb-init (1.2.2-r1) 00:47:05 Executing busybox-1.31.1-r19.trigger 00:47:05 Executing ca-certificates-20191127-r4.trigger 00:47:05 OK: 6 MiB in 16 packages 00:47:07 ---> 4baee82ca363 00:47:07 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:47:07 Removing intermediate container a7ed5e213a4d 00:47:07 ---> 7c9e76b06f66 00:47:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:47:07 ---> Running in 87fdc520eff3 00:47:07 ---> Running in b44cf7aeb822 00:47:08 Removing intermediate container 4cc7db299054 00:47:08 ---> 6d7215d9f37b 00:47:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:47:09 ---> Running in 96907ba1f8d3 00:47:09 Removing intermediate container b44cf7aeb822 00:47:09 Removing intermediate container 87fdc520eff3 00:47:09 ---> 54385d4f12cc 00:47:09 Step 13/23 : ENV APP_PORT=48082 00:47:09 ---> 7524ec9b1747 00:47:09 Step 18/21 : CMD ["--init=true"] 00:47:10 Removing intermediate container f04a10947397 00:47:10 ---> df282e810dc4 00:47:10 00:47:10 Step 10/23 : FROM alpine:3.12 00:47:10 ---> Running in 14bee4401832 00:47:10 ---> d10569e2745f 00:47:10 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:47:10 ---> Using cache 00:47:10 ---> 7c9e76b06f66 00:47:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' ---> Running in e80a40d0c9bc 00:47:10 00:47:10 ---> Using cache 00:47:10 ---> 54385d4f12cc 00:47:10 Step 13/23 : ENV APP_PORT=48081 00:47:10 Removing intermediate container 96907ba1f8d3 00:47:10 ---> 0f35012809a9 00:47:10 Step 13/22 : ENV APP_PORT=48060 00:47:10 ---> Running in d91b9d6fe8c4 00:47:11 ---> Running in c9ff4f1ab8f3 00:47:11 Removing intermediate container 14bee4401832 00:47:11 ---> 42010bd33c6c 00:47:11 Step 19/21 : LABEL arch=arm64 00:47:11 Removing intermediate container e80a40d0c9bc 00:47:11 ---> 8cc270ee1048 00:47:11 Step 14/23 : EXPOSE $APP_PORT 00:47:11 Removing intermediate container d91b9d6fe8c4 00:47:11 ---> 2922a040856e 00:47:11 Step 14/23 : EXPOSE $APP_PORT 00:47:11 ---> Running in 141f5eb422d8 00:47:11 ---> Running in 7889cf595f41 00:47:12 Removing intermediate container c9ff4f1ab8f3 00:47:12 ---> e23d40fe4581 00:47:12 Step 14/22 : EXPOSE $APP_PORT 00:47:12 ---> Running in 1b26ac390f3b 00:47:12 ---> Running in da764b1f129d 00:47:12 Removing intermediate container 7889cf595f41 00:47:12 ---> a539c7662940 00:47:12 Step 15/23 : WORKDIR / 00:47:12 Removing intermediate container 141f5eb422d8 00:47:12 ---> 769a56fa8db6 00:47:12 Step 20/21 : LABEL git_sha=afc9fd5cf6a5783b84bad338d9644f3bb93802b7 00:47:12 Removing intermediate container 1b26ac390f3b 00:47:12 ---> d8d89772bce9 00:47:12 Step 15/23 : WORKDIR / 00:47:12 ---> Running in dff1113cd510 00:47:12 ---> Running in f26294891d27 00:47:12 ---> Running in 8081dde098db 00:47:12 Removing intermediate container da764b1f129d 00:47:12 ---> 93ec3c6b0b31 00:47:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:13 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:47:13 Status: Downloaded newer image for docker:20.10.0 00:47:13 ---> eeaf43b92773 00:47:13 Step 12/26 : RUN apk add --no-cache bash 00:47:13 Removing intermediate container f26294891d27 00:47:13 ---> 5cde497fb051 00:47:13 Step 21/21 : LABEL version=0.0.0 00:47:13 ---> Running in a590846eb9a1 00:47:13 Removing intermediate container dff1113cd510 00:47:13 ---> 60e6e2c6e01f 00:47:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:13 ---> Running in 36ce755bbe0b 00:47:14 Removing intermediate container 8081dde098db 00:47:14 ---> 764e1af45ba9 00:47:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:14 ---> 59b394746bf7 00:47:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:47:14 Removing intermediate container 36ce755bbe0b 00:47:14 ---> 3953fb1a945d 00:47:14 00:47:15 ---> ce6015a9889b 00:47:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:47:15 Successfully built 3953fb1a945d 00:47:15 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:47:15 ---> 27c6fc728d76 00:47:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:47:15  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 00:47:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:16 (1/2) Installing readline (8.0.4-r0) 00:47:16 (2/2) Installing bash (5.0.17-r0) 00:47:16 Executing bash-5.0.17-r0.post-install 00:47:16 Executing busybox-1.31.1-r19.trigger 00:47:16 OK: 12 MiB in 22 packages 00:47:16 ---> 075a39d1a304 00:47:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:47:18 ---> e0c7471adbb5 00:47:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:47:19 ---> b4a14af002db 00:47:19 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:47:19 ---> b7ae8896423f 00:47:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:47:19 Removing intermediate container a590846eb9a1 00:47:19 ---> 1f5207059806 00:47:19 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:47:19 ---> Running in c09a5c19b4d2 00:47:19 ---> c2a8e54fc568 00:47:19 Step 19/23 : ENTRYPOINT ["/core-command"] 00:47:19 ---> Running in 1746bd7841d1 00:47:20 ---> Running in f03439e540ec 00:47:20 ---> b075ad2e53b4 00:47:20 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:47:20 ---> Running in a96ecee649e1 00:47:20 Removing intermediate container c09a5c19b4d2 00:47:20 ---> 089f5869735f 00:47:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:21 Removing intermediate container f03439e540ec 00:47:21 ---> 632039c2a7d7 00:47:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:21 Removing intermediate container 1746bd7841d1 00:47:21 ---> f84aaa3d6689 00:47:21 Step 14/26 : ENV APP_PORT=48090 00:47:21 ---> Running in 81ac8d7431a6 00:47:21 Removing intermediate container a96ecee649e1 00:47:21 ---> c13517467fd8 00:47:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:21 ---> Running in b4dbe6a16b9e 00:47:21 ---> Running in 95fde38654b1 00:47:22 ---> Running in b345670bfacb 00:47:22 Removing intermediate container 81ac8d7431a6 00:47:22 ---> b57fcb50d1c1 00:47:22 Step 20/22 : LABEL arch=arm64 00:47:22 Removing intermediate container 95fde38654b1 00:47:22 ---> f2e396044af8 00:47:22 Step 21/23 : LABEL arch=arm64 00:47:22 ---> Running in cccdd9c81cfb 00:47:22 Removing intermediate container b4dbe6a16b9e 00:47:22 ---> bbd5965f450d 00:47:22 Step 15/26 : EXPOSE $APP_PORT 00:47:22 ---> Running in 9788f204bf28 00:47:22 Removing intermediate container b345670bfacb 00:47:22 ---> 6aecbb860fcd 00:47:22 Step 21/23 : LABEL arch=arm64 00:47:22 ---> Running in d920bc24c499 00:47:23 ---> Running in 7ec7fd8f91c2 00:47:23 Removing intermediate container cccdd9c81cfb 00:47:23 ---> e2900b1cabf1 00:47:23 Step 21/22 : LABEL git_sha=afc9fd5cf6a5783b84bad338d9644f3bb93802b7 00:47:23 ---> Running in 928d7ff23714 00:47:23 Removing intermediate container 9788f204bf28 00:47:23 Removing intermediate container d920bc24c499 00:47:23 ---> e3148a7b0890 00:47:23 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:47:23 ---> a2f7610fb031 00:47:23 Step 22/23 : LABEL git_sha=afc9fd5cf6a5783b84bad338d9644f3bb93802b7 00:47:24 ---> Running in 06a9b1f7896f 00:47:24 Removing intermediate container 7ec7fd8f91c2 00:47:24 ---> c590d03538b1 00:47:24 Step 22/23 : LABEL git_sha=afc9fd5cf6a5783b84bad338d9644f3bb93802b7 00:47:24 Removing intermediate container 928d7ff23714 00:47:24 ---> d0d469c687e8 00:47:24 Step 22/22 : LABEL version=0.0.0 00:47:24 ---> Running in 8352135cf75e 00:47:24 ---> Running in ab076277ce80 00:47:24 Removing intermediate container 06a9b1f7896f 00:47:24 ---> cfba268a3027 00:47:24 Step 23/23 : LABEL version=0.0.0 00:47:25 ---> 24c9c2ffbb5a 00:47:25 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:47:25 ---> Running in ff42e97a2bca 00:47:25 Removing intermediate container 8352135cf75e 00:47:25 ---> cb486efa3f66 00:47:25 Step 23/23 : LABEL version=0.0.0 00:47:25 Removing intermediate container ab076277ce80 00:47:25 ---> ce1b0297b894 00:47:25 00:47:26 ---> Running in 317d4904b2ad 00:47:26 Successfully built ce1b0297b894 00:47:26 Successfully tagged docker-support-notifications-go-arm64:latest 00:47:26  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 00:47:26 Removing intermediate container ff42e97a2bca 00:47:26 ---> dfa7c01cedba 00:47:26 ---> 4dcbd278547e 00:47:26 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:47:26 00:47:27 Removing intermediate container 317d4904b2ad 00:47:27 ---> fae4b0fd1130 00:47:27 00:47:27 Successfully built 4dcbd278547e 00:47:27 Successfully tagged docker-core-command-go-arm64:latest 00:47:27  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 00:47:27 Successfully built fae4b0fd1130 00:47:27 Successfully tagged docker-core-metadata-go-arm64:latest 00:47:27  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go 00:47:28 ---> 888982657fff 00:47:28 Step 19/26 : RUN apk --no-cache add py3-pip 00:47:28 ---> Running in 59289576095f 00:47:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:30 (1/33) Installing libbz2 (1.0.8-r1) 00:47:30 (2/33) Installing expat (2.2.9-r1) 00:47:30 (3/33) Installing libffi (3.3-r2) 00:47:30 (4/33) Installing gdbm (1.13-r1) 00:47:30 (5/33) Installing xz-libs (5.2.5-r0) 00:47:30 (6/33) Installing sqlite-libs (3.32.1-r0) 00:47:30 (7/33) Installing python3 (3.8.5-r1) 00:47:32 (8/33) Installing py3-appdirs (1.4.4-r1) 00:47:32 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:47:32 (10/33) Installing py3-parsing (2.4.7-r0) 00:47:32 (11/33) Installing py3-six (1.15.0-r0) 00:47:32 (12/33) Installing py3-packaging (20.4-r0) 00:47:32 (13/33) Installing py3-setuptools (47.0.0-r0) 00:47:32 (14/33) Installing py3-chardet (3.0.4-r4) 00:47:32 (15/33) Installing py3-idna (2.9-r0) 00:47:32 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:47:32 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:47:32 (18/33) Installing py3-requests (2.23.0-r0) 00:47:32 (19/33) Installing py3-msgpack (1.0.0-r0) 00:47:32 (20/33) Installing py3-lockfile (0.12.2-r3) 00:47:32 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:47:32 (22/33) Installing py3-colorama (0.4.3-r0) 00:47:32 (23/33) Installing py3-distlib (0.3.0-r0) 00:47:32 (24/33) Installing py3-distro (1.5.0-r1) 00:47:32 (25/33) Installing py3-webencodings (0.5.1-r3) 00:47:32 (26/33) Installing py3-html5lib (1.0.1-r4) 00:47:32 (27/33) Installing py3-pytoml (0.1.21-r0) 00:47:32 (28/33) Installing py3-pep517 (0.8.2-r0) 00:47:32 (29/33) Installing py3-progress (1.5-r0) 00:47:32 (30/33) Installing py3-toml (0.10.1-r0) 00:47:32 (31/33) Installing py3-retrying (1.3.3-r0) 00:47:32 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:47:32 (33/33) Installing py3-pip (20.1.1-r0) 00:47:32 Executing busybox-1.31.1-r19.trigger 00:47:32 OK: 71 MiB in 55 packages 00:47:43 Removing intermediate container 59289576095f 00:47:43 ---> 77a53cbd5b9f 00:47:43 Step 20/26 : RUN pip install docker-compose==1.23.2 00:47:44 ---> Running in 9c9c85770235 00:47:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:47:47 ---> 4b84cf0a040c 00:47:47 Step 3/23 : WORKDIR /edgex-go 00:47:47 ---> Using cache 00:47:47 ---> c9648be2df08 00:47:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:47 ---> Using cache 00:47:47 ---> b93074aa049f 00:47:47 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:47:49 ---> Running in 4c1fe0133fa6 00:47:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:50 Collecting docker-compose==1.23.2 00:47:51 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:47:51 OK: 217 MiB in 51 packages 00:47:52 Removing intermediate container 4c1fe0133fa6 00:47:52 ---> e21ba095efc9 00:47:52 Step 6/23 : COPY go.mod . 00:47:53 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:47:53 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:47:53 Collecting dockerpty<0.5,>=0.4.1 00:47:53 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:47:54 ---> 6483c15e4d91 00:47:54 Step 7/23 : RUN go mod download 00:47:54 ---> Running in 018b19478d13 00:47:57 Collecting websocket-client<1.0,>=0.32.0 00:47:57 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:47:57 Collecting cached-property<2,>=1.2.0 00:47:57 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:47:57 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:47:59 Collecting jsonschema<3,>=2.5.1 00:47:59 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:48:00 Removing intermediate container 018b19478d13 00:48:00 ---> f79d901fd5d0 00:48:00 Step 8/23 : COPY . . 00:48:00 Collecting docker<4.0,>=3.6.0 00:48:00 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:48:01 Collecting texttable<0.10,>=0.9.0 00:48:01 Downloading texttable-0.9.1.tar.gz (11 kB) 00:48:05 Collecting PyYAML<4,>=3.10 00:48:05 Downloading PyYAML-3.13.tar.gz (270 kB) 00:48:08 Collecting docopt<0.7,>=0.6.1 00:48:08 Downloading docopt-0.6.2.tar.gz (25 kB) 00:48:10 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:10 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:48:10 ---> 4b84cf0a040c 00:48:10 Step 3/24 : WORKDIR /edgex-go 00:48:10 ---> Using cache 00:48:10 ---> c9648be2df08 00:48:10 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:10 ---> Using cache 00:48:10 ---> b93074aa049f 00:48:10 Step 5/24 : RUN apk add --update --no-cache make git 00:48:11 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:11 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:48:11 ---> 4b84cf0a040c 00:48:11 Step 3/31 : WORKDIR /edgex-go 00:48:11 ---> Using cache 00:48:11 ---> c9648be2df08 00:48:11 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:11 ---> Using cache 00:48:11 ---> b93074aa049f 00:48:11 Step 5/31 : RUN apk add --update --no-cache make git 00:48:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:11 ---> 4b84cf0a040c 00:48:11 Step 3/22 : WORKDIR /edgex-go 00:48:11 ---> Using cache 00:48:11 ---> c9648be2df08 00:48:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:11 ---> Using cache 00:48:11 ---> b93074aa049f 00:48:11 Step 5/22 : RUN apk add --update --no-cache make git 00:48:12 Collecting urllib3<1.25,>=1.21.1 00:48:12 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:48:12 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:48:13 Collecting idna<2.8,>=2.5 00:48:13 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:48:14 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:48:15 Collecting docker-pycreds>=0.4.0 00:48:15 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:48:15 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:48:15 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:48:15 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:48:15 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:48:16 ---> Running in 624ed197b140 00:48:16 ---> Running in 675c0c75d32c 00:48:16 ---> Running in 2a7a7f569ae7 00:48:16 Installing collected packages: urllib3, idna, requests, dockerpty, websocket-client, cached-property, jsonschema, docker-pycreds, docker, texttable, PyYAML, docopt, docker-compose 00:48:16 Attempting uninstall: urllib3 00:48:16 Found existing installation: urllib3 1.25.9 00:48:16 Uninstalling urllib3-1.25.9: 00:48:17 Successfully uninstalled urllib3-1.25.9 00:48:18 Attempting uninstall: idna 00:48:18 Found existing installation: idna 2.9 00:48:18 Uninstalling idna-2.9: 00:48:18 Successfully uninstalled idna-2.9 00:48:18 ---> 9a35dbf6e3f5 00:48:18 Step 9/23 : RUN make cmd/core-data/core-data 00:48:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:18 ---> Running in 1b40dd201739 00:48:19 Attempting uninstall: requests 00:48:19 Found existing installation: requests 2.23.0 00:48:19 Uninstalling requests-2.23.0: 00:48:19 Successfully uninstalled requests-2.23.0 00:48:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:19 Running setup.py install for dockerpty: started 00:48:19 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:48:20 OK: 217 MiB in 51 packages 00:48:20 OK: 217 MiB in 51 packages 00:48:20 OK: 217 MiB in 51 packages 00:48:21 Removing intermediate container 2a7a7f569ae7 00:48:21 ---> 5bf3ce4837c1 00:48:21 Step 6/31 : COPY go.mod . 00:48:22 Removing intermediate container 624ed197b140 00:48:22 ---> 7025a5a16945 00:48:22 Step 6/22 : COPY go.mod . 00:48:22 Removing intermediate container 675c0c75d32c 00:48:22 ---> 1e80e06d2555 00:48:22 Step 6/24 : COPY go.mod . 00:48:22 Running setup.py install for dockerpty: finished with status 'done' 00:48:23 ---> 4174b6196bd6 00:48:23 Step 7/31 : RUN go mod download 00:48:23 ---> 1639a6843ad9 00:48:23 Step 7/22 : RUN go mod download 00:48:23 ---> Running in b70058d485aa 00:48:23 ---> Running in 2824fca635d5 00:48:24 ---> b2e12b6928c5 00:48:24 Step 7/24 : RUN go mod download 00:48:24 ---> Running in 13559d658073 00:48:25 Running setup.py install for texttable: started 00:48:28 Running setup.py install for texttable: finished with status 'done' 00:48:28 Running setup.py install for PyYAML: started 00:48:28 Removing intermediate container 2824fca635d5 00:48:28 ---> 16f45f391a28 00:48:28 Step 8/22 : COPY . . 00:48:29 Removing intermediate container b70058d485aa 00:48:29 ---> 2cadf9257a06 00:48:29 Step 8/31 : COPY . . 00:48:29 Removing intermediate container 13559d658073 00:48:29 ---> 000a4ff49286 00:48:29 Step 8/24 : COPY . . 00:48:31 Running setup.py install for PyYAML: finished with status 'done' 00:48:31 Running setup.py install for docopt: started 00:48:34 Running setup.py install for docopt: finished with status 'done' 00:48:35 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:48:50 Removing intermediate container 9c9c85770235 00:48:50 ---> d7efdc18d1d5 00:48:50 Step 21/26 : RUN apk --no-cache add curl 00:48:50 ---> Running in 416e43d62c3b 00:48:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:53 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:48:53 (2/3) Installing libcurl (7.69.1-r3) 00:48:53 (3/3) Installing curl (7.69.1-r3) 00:48:53 Executing busybox-1.31.1-r19.trigger 00:48:53 OK: 71 MiB in 58 packages 00:48:57 Removing intermediate container 416e43d62c3b 00:48:57 ---> f2b61dee5b47 00:48:57 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:48:58 ---> Running in 51559c8166c6 00:49:00 Removing intermediate container 51559c8166c6 00:49:00 ---> 9b28f3475391 00:49:00 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:01 ---> Running in f327994eda55 00:49:03 Removing intermediate container f327994eda55 00:49:03 ---> d1dc4be3128c 00:49:03 Step 24/26 : LABEL arch=arm64 00:49:03 ---> Running in dbdb9ad73775 00:49:05 Removing intermediate container dbdb9ad73775 00:49:05 ---> e4ce4209f43b 00:49:05 Step 25/26 : LABEL git_sha=afc9fd5cf6a5783b84bad338d9644f3bb93802b7 00:49:05 ---> Running in 66ae41a0323d 00:49:07 Removing intermediate container 66ae41a0323d 00:49:07 ---> b9b3d6de8771 00:49:07 Step 26/26 : LABEL version=0.0.0 00:49:07 ---> ae7969e302ee 00:49:07 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:49:07 ---> Running in 392d755f6e7f 00:49:07 ---> Running in b9d314950d5a 00:49:08 Removing intermediate container 392d755f6e7f 00:49:08 ---> 722abb698c15 00:49:08 00:49:08 ---> 0638a79c3777 00:49:08 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:49:09 ---> Running in b729a35b7277 00:49:10 ---> acb065071a0e 00:49:10 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:49:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:49:10 Successfully built 722abb698c15 00:49:10 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:49:10  Building docker-sys-mgmt-agent-go ... done  ---> Running in 48a8e37af46c 00:49:11 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:49:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:49:44 Removing intermediate container 1b40dd201739 00:49:44 ---> 3028d7a21cb2 00:49:44 00:49:44 Step 10/23 : FROM alpine:3.12 00:49:44 ---> d10569e2745f 00:49:44 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:44 ---> Running in cea7196d0012 00:49:44 Removing intermediate container cea7196d0012 00:49:44 ---> 114ac1d4fed3 00:49:44 Step 12/23 : ENV APP_PORT=48080 00:49:44 ---> Running in 5de374ffeb34 00:49:44 Removing intermediate container 5de374ffeb34 00:49:44 ---> 0cc2ccff5bc5 00:49:44 Step 13/23 : EXPOSE $APP_PORT 00:49:44 ---> Running in beb4edf8da36 00:49:44 Removing intermediate container beb4edf8da36 00:49:44 ---> d0b134cba29b 00:49:44 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:44 ---> Running in a05c75c41dd8 00:49:47 Removing intermediate container a05c75c41dd8 00:49:47 ---> fbfc4bfa02f9 00:49:47 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:49:47 ---> Running in cc49068e3821 00:49:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:51 (1/6) Installing dumb-init (1.2.2-r1) 00:49:51 (2/6) Installing libgcc (9.3.0-r2) 00:49:51 (3/6) Installing libsodium (1.0.18-r0) 00:49:51 (4/6) Installing libstdc++ (9.3.0-r2) 00:49:52 (5/6) Installing libzmq (4.3.3-r0) 00:49:52 (6/6) Installing zeromq (4.3.3-r0) 00:49:52 Executing busybox-1.31.1-r19.trigger 00:49:52 OK: 8 MiB in 20 packages 00:49:54 Removing intermediate container cc49068e3821 00:49:54 ---> 286fedc156cc 00:49:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:56 ---> 6d31a0bda559 00:49:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:49:58 ---> 0487c3bfd0b8 00:49:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:49:59 ---> 5d229ddfc1fb 00:49:59 Step 19/23 : ENTRYPOINT ["/core-data"] 00:49:59 ---> Running in 42f1cce07f0f 00:49:59 Removing intermediate container 42f1cce07f0f 00:49:59 ---> 1a1a6744db47 00:49:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:00 ---> Running in dd2748041689 00:50:00 Removing intermediate container dd2748041689 00:50:01 ---> d0db7d35b76a 00:50:01 Step 21/23 : LABEL arch=arm64 00:50:01 ---> Running in 4c2558445a5d 00:50:02 Removing intermediate container 4c2558445a5d 00:50:02 ---> 9f481e72cd4a 00:50:02 Step 22/23 : LABEL git_sha=afc9fd5cf6a5783b84bad338d9644f3bb93802b7 00:50:02 ---> Running in 28ed5ddb6106 00:50:02 Removing intermediate container 28ed5ddb6106 00:50:02 ---> 48d9320d0d72 00:50:02 Step 23/23 : LABEL version=0.0.0 00:50:02 ---> Running in 82af36ab8df5 00:50:03 Removing intermediate container 82af36ab8df5 00:50:03 ---> 1cac153d9e3c 00:50:03 00:50:04 Successfully built 1cac153d9e3c 00:50:04 Successfully tagged docker-core-data-go-arm64:latest 00:50:26  Building docker-core-data-go ... done 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:50:39 Removing intermediate container b729a35b7277 00:50:39 ---> 257122324336 00:50:39 00:50:39 Step 10/24 : FROM alpine:3.12 00:50:39 ---> d10569e2745f 00:50:39 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:50:39 ---> Running in 9fa42e20e77a 00:50:39 Removing intermediate container 48a8e37af46c 00:50:39 ---> 3f3c04e54711 00:50:39 00:50:39 Step 10/31 : FROM alpine:3.12 00:50:39 ---> d10569e2745f 00:50:39 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:50:39 ---> Running in 207bfd3328e0 00:50:40 Removing intermediate container 207bfd3328e0 00:50:40 ---> be3154dc6462 00:50:40 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:50:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:40 ---> Running in af8bb2799808 00:50:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:41 (1/5) Installing ca-certificates (20191127-r4) 00:50:41 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:50:41 (3/5) Installing libcurl (7.69.1-r3) 00:50:41 (4/5) Installing curl (7.69.1-r3) 00:50:41 (5/5) Installing dumb-init (1.2.2-r1) 00:50:41 Executing busybox-1.31.1-r19.trigger 00:50:41 Executing ca-certificates-20191127-r4.trigger 00:50:41 OK: 7 MiB in 19 packages 00:50:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:42 Removing intermediate container b9d314950d5a 00:50:42 ---> 19124f84345f 00:50:42 00:50:42 Step 10/22 : FROM alpine:3.12 00:50:42 ---> d10569e2745f 00:50:42 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:50:42 ---> Using cache 00:50:42 ---> 7c9e76b06f66 00:50:42 Step 12/22 : 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 ---> 54385d4f12cc 00:50:42 Step 13/22 : ENV APP_PORT=48085 00:50:43 ---> Running in a5e6892a5ff3 00:50:43 (1/2) Installing dumb-init (1.2.2-r1) 00:50:43 (2/2) Installing su-exec (0.2-r1) 00:50:43 Executing busybox-1.31.1-r19.trigger 00:50:43 OK: 5 MiB in 16 packages 00:50:43 Removing intermediate container a5e6892a5ff3 00:50:43 ---> 8aeda1ef8555 00:50:43 Step 14/22 : EXPOSE $APP_PORT 00:50:44 ---> Running in 51ecdbc8771d 00:50:44 Removing intermediate container 9fa42e20e77a 00:50:44 ---> 80e7accfe2d3 00:50:44 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:44 ---> Running in cc1fc4feafdf 00:50:44 Removing intermediate container 51ecdbc8771d 00:50:44 ---> 2ddd4bebbd36 00:50:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:44 Removing intermediate container af8bb2799808 00:50:44 ---> 565d0dff26b5 00:50:44 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:50:44 Removing intermediate container cc1fc4feafdf 00:50:44 ---> 4bc522e4db55 00:50:44 Step 13/24 : WORKDIR / 00:50:45 ---> Running in 7d40fe536c75 00:50:45 ---> Running in 47aa95330100 00:50:45 ---> 2caf21fd1ab9 00:50:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:50:45 Removing intermediate container 7d40fe536c75 00:50:45 ---> 6b55b571e681 00:50:45 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:50:45 Removing intermediate container 47aa95330100 00:50:45 ---> 95069380cf36 00:50:45 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:50:45 ---> Running in 91f973cf423d 00:50:46 Removing intermediate container 91f973cf423d 00:50:46 ---> 32ef5960e74d 00:50:46 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:50:46 ---> c988c508f460 00:50:46 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:50:46 ---> Running in d46700ae6324 00:50:46 ---> 37395fc9c935 00:50:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:50:47 ---> af51efe2b190 00:50:47 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:50:47 ---> a9f7865c7dbf 00:50:47 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:50:47 ---> Running in bfe4293c6d6a 00:50:48 ---> 5b9a91acafd9 00:50:48 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:50:48 Removing intermediate container bfe4293c6d6a 00:50:48 ---> 5cfc48e17bbb 00:50:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:48 ---> Running in 7cbdee7c0e7b 00:50:49 Removing intermediate container d46700ae6324 00:50:49 ---> 6daeeb8c4d5e 00:50:49 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:50:49 Removing intermediate container 7cbdee7c0e7b 00:50:49 ---> 22d236aa4c94 00:50:49 Step 20/22 : LABEL arch=arm64 00:50:49 ---> c001213f6654 00:50:49 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:50:49 ---> Running in fd0a84cc220e 00:50:49 ---> Running in 4af4bd305718 00:50:50 Removing intermediate container fd0a84cc220e 00:50:50 ---> 355a7021b3f5 00:50:50 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:50:50 Removing intermediate container 4af4bd305718 00:50:50 ---> 9a09eb94f593 00:50:50 Step 21/22 : LABEL git_sha=afc9fd5cf6a5783b84bad338d9644f3bb93802b7 00:50:50 ---> Running in d222cae9943b 00:50:50 ---> 54f329f5d759 00:50:50 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:50:51 ---> cb2585a09fa3 00:50:51 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:50:51 ---> Running in 8a60ed7590b5 00:50:51 Removing intermediate container d222cae9943b 00:50:51 ---> 41dc217be89a 00:50:51 Step 22/22 : LABEL version=0.0.0 00:50:51 ---> Running in 1bbb3f925098 00:50:51 ---> 13ae0b84d8db 00:50:51 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:50:52 ---> Running in 14608ddfb6c3 00:50:52 Removing intermediate container 1bbb3f925098 00:50:52 ---> 99b7089fa7a4 00:50:52 00:50:52 Successfully built 99b7089fa7a4 00:50:53 Successfully tagged docker-support-scheduler-go-arm64:latest 00:50:54  Building docker-support-scheduler-go ... done Removing intermediate container 8a60ed7590b5 00:50:54 ---> af389ec430fd 00:50:54 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:54 Removing intermediate container 14608ddfb6c3 00:50:54 ---> 24b6e4ad5344 00:50:54 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:50:55 ---> Running in 7ffd7b7f5da6 00:50:55 ---> 02c75203f023 00:50:55 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:50:55 Removing intermediate container 7ffd7b7f5da6 00:50:55 ---> 9544ffdc3f77 00:50:55 Step 22/24 : LABEL arch=arm64 00:50:55 ---> Running in ba94f4809949 00:50:56 Removing intermediate container ba94f4809949 00:50:56 ---> b6588f3e46c6 00:50:56 Step 23/24 : LABEL git_sha=afc9fd5cf6a5783b84bad338d9644f3bb93802b7 00:50:56 ---> Running in f8de2fd3e2bd 00:50:56 ---> 5a64b82a1b56 00:50:56 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:50:57 Removing intermediate container f8de2fd3e2bd 00:50:57 ---> 52d190166936 00:50:57 Step 24/24 : LABEL version=0.0.0 00:50:57 ---> Running in a609bd8a84cb 00:50:57 ---> 2223c2f84773 00:50:57 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:50:57 Removing intermediate container a609bd8a84cb 00:50:57 ---> a6c4c87bcea5 00:50:57 00:50:58 Successfully built a6c4c87bcea5 00:50:58 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:50:58  Building docker-security-secretstore-setup-go ... done  ---> 30da2c243102 00:50:58 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:50:59 ---> a02a1344e356 00:50:59 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:50:59 ---> Running in 9cff26ca8d60 00:51:00 Removing intermediate container 9cff26ca8d60 00:51:00 ---> 336e9a809129 00:51:00 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:51:01 ---> f53af4c25de3 00:51:01 Step 26/31 : RUN chmod +x /entrypoint.sh 00:51:01 ---> Running in b1009751da5b 00:51:04 Removing intermediate container b1009751da5b 00:51:04 ---> 5c62df74aec6 00:51:04 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:51:04 ---> Running in 5563f7f0727c 00:51:04 Removing intermediate container 5563f7f0727c 00:51:04 ---> 1e3404297952 00:51:04 Step 28/31 : CMD ["gate"] 00:51:04 ---> Running in 41273a379b7e 00:51:05 Removing intermediate container 41273a379b7e 00:51:05 ---> 2814dba9c049 00:51:05 Step 29/31 : LABEL arch=arm64 00:51:05 ---> Running in 6a41f635cf71 00:51:06 Removing intermediate container 6a41f635cf71 00:51:06 ---> 97772d9d1e78 00:51:06 Step 30/31 : LABEL git_sha=afc9fd5cf6a5783b84bad338d9644f3bb93802b7 00:51:06 ---> Running in 13d68f7b27ff 00:51:07 Removing intermediate container 13d68f7b27ff 00:51:07 ---> 089ed84afd67 00:51:07 Step 31/31 : LABEL version=0.0.0 00:51:07 ---> Running in 695fafdfcac9 00:51:08 Removing intermediate container 695fafdfcac9 00:51:08 ---> 071f905b8c6f 00:51:08 00:51:08 Successfully built 071f905b8c6f 00:51:08 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:51:08  Building docker-security-bootstrapper-go ... done  [Pipeline] } 00:51:08 $ docker stop --time=1 97137a51ff2be333643eafc0d593fd7369f8e3d7173c796959e7699bc6c5295d 00:51:10 $ docker rm -f 97137a51ff2be333643eafc0d593fd7369f8e3d7173c796959e7699bc6c5295d [Pipeline] // withDockerContainer [Pipeline] sh 00:51:11 + docker images 00:51:11 + grep docker 00:51:12 docker-security-bootstrapper-go-arm64 latest 071f905b8c6f 4 seconds ago 17.8MB 00:51:12 docker-security-secretstore-setup-go-arm64 latest a6c4c87bcea5 14 seconds ago 23.7MB 00:51:12 docker-support-scheduler-go-arm64 latest 99b7089fa7a4 20 seconds ago 16.3MB 00:51:12 docker-core-data-go-arm64 latest 1cac153d9e3c About a minute ago 21.1MB 00:51:12 docker-sys-mgmt-agent-go-arm64 latest 722abb698c15 2 minutes ago 300MB 00:51:12 docker-core-metadata-go-arm64 latest fae4b0fd1130 3 minutes ago 17.9MB 00:51:12 docker-core-command-go-arm64 latest 4dcbd278547e 3 minutes ago 16.2MB 00:51:12 docker-support-notifications-go-arm64 latest ce1b0297b894 3 minutes ago 16.9MB 00:51:12 docker-security-proxy-setup-go-arm64 latest 3953fb1a945d 3 minutes ago 23.4MB 00:51:12 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 00:51:14 ---> job-cost.sh 00:51:14 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-VBOS 00:52:11 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:54:48 lf-activate-venv(): INFO: Adding /tmp/venv-VBOS/bin to PATH 00:54:48 INFO: No Stack... 00:54:48 INFO: Retrieving Pricing Info for: lf-standard-4 00:54:48 INFO: Archiving Costs [Pipeline] sh 00:54:48 + + cut -d, -f6 00:54:48 cat /w/workspace/edgex-go/4/archives/cost.csv [Pipeline] lock 00:54:48 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3223-4-stack-cost] 00:54:48 Resource [jenkins-edgexfoundry-edgex-go-PR-3223-4-stack-cost] did not exist. Created. 00:54:48 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3223-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:54:49 + echo total: 0.20999999344348907 [Pipeline] stash 00:54:49 Stashed 1 file(s) [Pipeline] } 00:54:49 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3223-4-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:54:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:54:54 ---> package-listing.sh 00:54:54 ++ facter osfamily 00:54:54 ++ tr '[:upper:]' '[:lower:]' 00:54:54 + OS_FAMILY=redhat 00:54:54 + workspace=/w/workspace/edgex-go/4 00:54:54 + START_PACKAGES=/tmp/packages_start.txt 00:54:54 + END_PACKAGES=/tmp/packages_end.txt 00:54:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:54:54 + PACKAGES=/tmp/packages_start.txt 00:54:54 + '[' /w/workspace/edgex-go/4 ']' 00:54:54 + PACKAGES=/tmp/packages_end.txt 00:54:54 + case "${OS_FAMILY}" in 00:54:54 + rpm -qa 00:54:54 + sort 00:55:00 + '[' -f /tmp/packages_start.txt ']' 00:55:00 + '[' -f /tmp/packages_end.txt ']' 00:55:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:55:00 + '[' /w/workspace/edgex-go/4 ']' 00:55:00 + mkdir -p /w/workspace/edgex-go/4/archives/ 00:55:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 00:55:00 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:55:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:55:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:00 00:55:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:55:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:01 alpine: Pulling from edgex-lftools-log-publisher 00:55:01 df20fa9351a1: Pulling fs layer 00:55:01 36b3adc4ff6f: Pulling fs layer 00:55:01 8ad3a11d3b57: Pulling fs layer 00:55:01 46f8f816bc3b: Pulling fs layer 00:55:01 93b61091891f: Pulling fs layer 00:55:01 93b9cdb0e59b: Pulling fs layer 00:55:01 5e14af77c1be: Pulling fs layer 00:55:01 01666e4c0597: Pulling fs layer 00:55:01 aa168da1d23b: Pulling fs layer 00:55:01 46f8f816bc3b: Waiting 00:55:01 93b61091891f: Waiting 00:55:01 93b9cdb0e59b: Waiting 00:55:01 5e14af77c1be: Waiting 00:55:01 01666e4c0597: Waiting 00:55:01 aa168da1d23b: Waiting 00:55:01 36b3adc4ff6f: Verifying Checksum 00:55:01 36b3adc4ff6f: Download complete 00:55:01 46f8f816bc3b: Verifying Checksum 00:55:01 46f8f816bc3b: Download complete 00:55:01 df20fa9351a1: Verifying Checksum 00:55:01 93b9cdb0e59b: Verifying Checksum 00:55:01 93b9cdb0e59b: Download complete 00:55:01 93b61091891f: Download complete 00:55:01 5e14af77c1be: Download complete 00:55:01 01666e4c0597: Download complete 00:55:01 8ad3a11d3b57: Verifying Checksum 00:55:01 8ad3a11d3b57: Download complete 00:55:01 df20fa9351a1: Pull complete 00:55:02 36b3adc4ff6f: Pull complete 00:55:03 8ad3a11d3b57: Pull complete 00:55:03 46f8f816bc3b: Pull complete 00:55:04 93b61091891f: Pull complete 00:55:04 93b9cdb0e59b: Pull complete 00:55:04 5e14af77c1be: Pull complete 00:55:04 01666e4c0597: Pull complete 00:55:05 aa168da1d23b: Verifying Checksum 00:55:05 aa168da1d23b: Download complete 00:55:24 aa168da1d23b: Pull complete 00:55:24 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:55:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:55:24 prd-centos7-docker-4c-2g-28792 does not seem to be running inside a container 00:55:24 $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:55:28 $ docker top d1a19d9e02085e9868b09a87abab7742aff53c53f6af9d23d9feb490c0276e9b -eo pid,comm [Pipeline] { [Pipeline] sh 00:55:29 + touch /tmp/pre-build-complete [Pipeline] sh 00:55:29 + mkdir -p /var/log/sa [Pipeline] sh 00:55:29 + ls /var/log/sa-host 00:55:29 + sadf -c /var/log/sa-host/sa06 00:55:29 file_magic: OK 00:55:29 HZ: Using current value: 100 00:55:29 file_header: OK 00:55:29 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:55:29 Statistics: 00:55:29 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... 00:55:29 File successfully converted to sysstat format version 12.2.1 00:55:29 + sadf -c /var/log/sa-host/sa23 00:55:29 file_magic: OK 00:55:29 HZ: Using current value: 100 00:55:29 file_header: OK 00:55:29 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:55:29 Statistics: 00:55:29 Hnuu...uuuununununu... 00:55:29 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:55:29 provisioning config files... 00:55:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config3997858268055186215tmp [Pipeline] { [Pipeline] echo 00:55:30 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:55:30 ---> create-netrc.sh [Pipeline] } 00:55:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:55:30 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:55:30 ---> python-tools-install.sh [Pipeline] echo 00:55:30 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:55:31 ---> sudo-logs.sh 00:55:31 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:55:31 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:55:31 ---> job-cost.sh 00:55:31 lf-activate-venv: SKIPPING 00:55:31 DEBUG: total: 0.20999999344348907 00:55:31 INFO: Retrieving Stack Cost... 00:55:32 INFO: Retrieving Pricing Info for: v1-standard-2 00:55:32 INFO: Archiving Costs [Pipeline] echo 00:55:32 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:55:33 ---> logs-deploy.sh 00:55:33 lf-activate-venv: SKIPPING 00:55:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3223/4 00:55:33 INFO: archiving workspace using pattern(s): 00:55:34 Archives upload complete. 00:55:34 INFO: archiving logs to Nexus