Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 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-30061 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/83 [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/83 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing b397b077661bb585d29d5a2b1d342f44ea07852d Checking out Revision b397b077661bb585d29d5a2b1d342f44ea07852d (PR-2858) > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b397b077661bb585d29d5a2b1d342f44ea07852d # timeout=10 Commit message: "Merge commit '4dfaf167a75f3c6dea6f872deeb8969b2f6df637' into HEAD" > git rev-list --no-walk 66de3d8016e52a044aafc87a40b3405e37ebe62e # timeout=10 First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:03 ========================================================= 00:31:03 EdgeX Global Pipelines Version Info 00:31:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:05 ------------------- 00:31:05 stable info: 00:31:05 ------------------- 00:31:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:05 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:31:05 Message: update stable to v1.0.184 00:31:05 ------------------- 00:31:05 experimental info: 00:31:05 ------------------- 00:31:05 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:05 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:31:05 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:07 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:07 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:31:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:31:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:31:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:31:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b397b077661bb585d29d5a2b1d342f44ea07852d [Pipeline] echo 00:31:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b397b07 [Pipeline] echo 00:31:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:08 provisioning config files... 00:31:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/83@tmp/config3592338819622279104tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:09 ---> docker-login.sh 00:31:09 nexus3.edgexfoundry.org:10001 00:31:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:09 Configure a credential helper to remove this warning. See 00:31:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:09 00:31:09 Login Succeeded 00:31:09 nexus3.edgexfoundry.org:10002 00:31:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:09 Configure a credential helper to remove this warning. See 00:31:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:09 00:31:09 Login Succeeded 00:31:09 nexus3.edgexfoundry.org:10003 00:31:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:10 Configure a credential helper to remove this warning. See 00:31:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:10 00:31:10 Login Succeeded 00:31:10 nexus3.edgexfoundry.org:10004 00:31:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:10 Configure a credential helper to remove this warning. See 00:31:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:10 00:31:10 Login Succeeded 00:31:10 docker.io 00:31:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:10 Configure a credential helper to remove this warning. See 00:31:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:10 00:31:10 Login Succeeded 00:31:10 ---> docker-login.sh ends [Pipeline] } 00:31:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:11 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:31:11 + for file in '`ls cmd/**/Dockerfile`' 00:31:11 ++ dirname cmd/core-command/Dockerfile 00:31:11 ++ cut -d/ -f2 00:31:11 + echo core-command,cmd/core-command/Dockerfile 00:31:11 + for file in '`ls cmd/**/Dockerfile`' 00:31:11 ++ dirname cmd/core-data/Dockerfile 00:31:11 ++ cut -d/ -f2 00:31:11 + echo core-data,cmd/core-data/Dockerfile 00:31:11 + for file in '`ls cmd/**/Dockerfile`' 00:31:11 ++ dirname cmd/core-metadata/Dockerfile 00:31:11 ++ cut -d/ -f2 00:31:11 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:11 + for file in '`ls cmd/**/Dockerfile`' 00:31:11 ++ dirname cmd/security-bootstrapper/Dockerfile 00:31:11 ++ cut -d/ -f2 00:31:11 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:31:11 + for file in '`ls cmd/**/Dockerfile`' 00:31:11 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:11 ++ cut -d/ -f2 00:31:11 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:11 + for file in '`ls cmd/**/Dockerfile`' 00:31:11 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:11 ++ cut -d/ -f2 00:31:11 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:11 + for file in '`ls cmd/**/Dockerfile`' 00:31:11 ++ dirname cmd/support-notifications/Dockerfile 00:31:11 ++ cut -d/ -f2 00:31:11 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:11 + for file in '`ls cmd/**/Dockerfile`' 00:31:11 ++ dirname cmd/support-scheduler/Dockerfile 00:31:11 ++ cut -d/ -f2 00:31:11 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:11 + for file in '`ls cmd/**/Dockerfile`' 00:31:11 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:11 ++ cut -d/ -f2 00:31:11 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:11 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:31:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:12 00:31:12 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:12 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:12 latest: Pulling from edgex-devops/git-semver 00:31:12 31603596830f: Pulling fs layer 00:31:12 2a8b12db71e7: Pulling fs layer 00:31:12 6ca5941a6612: Pulling fs layer 00:31:12 ecc8261a40a4: Pulling fs layer 00:31:12 ecc8261a40a4: Waiting 00:31:12 2a8b12db71e7: Verifying Checksum 00:31:12 2a8b12db71e7: Download complete 00:31:12 31603596830f: Verifying Checksum 00:31:12 31603596830f: Download complete 00:31:12 ecc8261a40a4: Verifying Checksum 00:31:12 ecc8261a40a4: Download complete 00:31:12 6ca5941a6612: Verifying Checksum 00:31:12 6ca5941a6612: Download complete 00:31:12 31603596830f: Pull complete 00:31:12 2a8b12db71e7: Pull complete 00:31:13 6ca5941a6612: Pull complete 00:31:14 ecc8261a40a4: Pull complete 00:31:14 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:14 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:14 prd-centos7-docker-4c-2g-30061 does not seem to be running inside a container 00:31:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/83 -v /w/workspace/edgex-go/83:/w/workspace/edgex-go/83:rw,z -v /w/workspace/edgex-go/83@tmp:/w/workspace/edgex-go/83@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:16 $ docker top 1c28969177439e3ebdd554572b08f9563df7e98e6c8333206bcdfcfc96ab4f8e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:17 [ssh-agent] Looking for ssh-agent implementation... 00:31:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:17 $ docker exec 1c28969177439e3ebdd554572b08f9563df7e98e6c8333206bcdfcfc96ab4f8e ssh-agent 00:31:17 SSH_AUTH_SOCK=/tmp/ssh-1lCQT3WEFc4U/agent.12 00:31:17 SSH_AGENT_PID=17 00:31:17 Running ssh-add (command line suppressed) 00:31:17 Identity added: /w/workspace/edgex-go/83@tmp/private_key_6019054879984569481.key (/w/workspace/edgex-go/83@tmp/private_key_6019054879984569481.key) 00:31:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:18 + git tag --points-at HEAD [Pipeline] } 00:31:18 $ docker exec --env ******** --env ******** 1c28969177439e3ebdd554572b08f9563df7e98e6c8333206bcdfcfc96ab4f8e ssh-agent -k 00:31:18 unset SSH_AUTH_SOCK; 00:31:18 unset SSH_AGENT_PID; 00:31:18 echo Agent pid 17 killed; 00:31:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:18 [ssh-agent] Looking for ssh-agent implementation... 00:31:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:18 $ docker exec 1c28969177439e3ebdd554572b08f9563df7e98e6c8333206bcdfcfc96ab4f8e ssh-agent 00:31:19 SSH_AUTH_SOCK=/tmp/ssh-8USfI6d1SbIg/agent.48 00:31:19 SSH_AGENT_PID=54 00:31:19 Running ssh-add (command line suppressed) 00:31:19 Identity added: /w/workspace/edgex-go/83@tmp/private_key_8068644398856265781.key (/w/workspace/edgex-go/83@tmp/private_key_8068644398856265781.key) 00:31:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:19 + git semver init 00:31:19 # -> Open(): unable to determine branch for HEAD 00:31:19 # $GIT_DIR = /w/workspace/edgex-go/83/.git 00:31:19 # $GIT_WORK_TREE = /w/workspace/edgex-go/83 00:31:19 # $SEMVER_REMOTE_NAME = origin 00:31:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:19 # $SEMVER_USER_NAME = edgex-jenkins 00:31:19 # $SEMVER_BRANCH = PR-2858 00:31:19 # $SEMVER_TEMP = /tmp/semver-322553772 00:31:19 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:58 # '/tmp/semver-322553772' -> '/w/workspace/edgex-go/83/.semver' 00:31:58 # -> Force: false 00:31:58 # $SEMVER_DIR = /w/workspace/edgex-go/83/.semver [Pipeline] } 00:31:58 $ docker exec --env ******** --env ******** 1c28969177439e3ebdd554572b08f9563df7e98e6c8333206bcdfcfc96ab4f8e ssh-agent -k 00:31:58 unset SSH_AUTH_SOCK; 00:31:58 unset SSH_AGENT_PID; 00:31:58 echo Agent pid 54 killed; 00:31:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:59 + git semver [Pipeline] } 00:31:59 $ docker stop --time=1 1c28969177439e3ebdd554572b08f9563df7e98e6c8333206bcdfcfc96ab4f8e 00:32:01 $ docker rm -f 1c28969177439e3ebdd554572b08f9563df7e98e6c8333206bcdfcfc96ab4f8e [Pipeline] // withDockerContainer [Pipeline] sh 00:32:01 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:02 Stashed 1 file(s) [Pipeline] echo 00:32:02 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:32:03 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:04 + sudo service docker restart 00:32:04 + true 00:32:04 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:04 ========================================================= 00:32:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:05 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:32:09 Sending build context to Docker daemon 328.6MB 00:32:09 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:32:09 Step 2/6 : FROM ${BASE} 00:32:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:09 188c0c94c7c5: Pulling fs layer 00:32:09 0ef7d3d256c8: Pulling fs layer 00:32:09 de9db76c5a1d: Pulling fs layer 00:32:09 bca2f99d35d6: Pulling fs layer 00:32:09 93359f2a8cfa: Pulling fs layer 00:32:09 7c6f9722023f: Pulling fs layer 00:32:09 a35cf1a2eb13: Pulling fs layer 00:32:09 bca2f99d35d6: Waiting 00:32:09 7c6f9722023f: Waiting 00:32:09 a35cf1a2eb13: Waiting 00:32:09 93359f2a8cfa: Waiting 00:32:09 de9db76c5a1d: Verifying Checksum 00:32:09 de9db76c5a1d: Download complete 00:32:09 0ef7d3d256c8: Verifying Checksum 00:32:09 0ef7d3d256c8: Download complete 00:32:09 93359f2a8cfa: Verifying Checksum 00:32:09 93359f2a8cfa: Download complete 00:32:09 7c6f9722023f: Verifying Checksum 00:32:09 7c6f9722023f: Download complete 00:32:09 188c0c94c7c5: Verifying Checksum 00:32:09 188c0c94c7c5: Download complete 00:32:09 188c0c94c7c5: Pull complete 00:32:09 0ef7d3d256c8: Pull complete 00:32:10 de9db76c5a1d: Pull complete 00:32:11 a35cf1a2eb13: Verifying Checksum 00:32:11 a35cf1a2eb13: Download complete 00:32:11 bca2f99d35d6: Verifying Checksum 00:32:11 bca2f99d35d6: Download complete 00:32:18 Still waiting to schedule task 00:32:18 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:18 bca2f99d35d6: Pull complete 00:32:18 93359f2a8cfa: Pull complete 00:32:18 7c6f9722023f: Pull complete 00:32:23 a35cf1a2eb13: Pull complete 00:32:23 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:23 ---> a62c8e92a672 00:32:23 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:32:24 ---> Running in 9e9e56bc8a45 00:32:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:26 (1/12) Installing libmagic (5.38-r0) 00:32:26 (2/12) Installing file (5.38-r0) 00:32:26 (3/12) Installing libc-dev (0.7.2-r3) 00:32:26 (4/12) Installing g++ (9.3.0-r2) 00:32:30 (5/12) Installing fortify-headers (1.1-r0) 00:32:30 (6/12) Installing patch (2.7.6-r6) 00:32:30 (7/12) Installing build-base (0.5-r2) 00:32:30 (8/12) Installing libsodium (1.0.18-r0) 00:32:30 (9/12) Installing pkgconf (1.7.2-r0) 00:32:31 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:31 (11/12) Installing libzmq (4.3.3-r0) 00:32:31 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:31 Executing busybox-1.31.1-r19.trigger 00:32:31 OK: 233 MiB in 51 packages 00:32:35 Removing intermediate container 9e9e56bc8a45 00:32:35 ---> ea4922cd5300 00:32:35 Step 4/6 : WORKDIR /edgex-go 00:32:35 ---> Running in dcf4e86a7825 00:32:35 Removing intermediate container dcf4e86a7825 00:32:35 ---> 62aa52e37edd 00:32:35 Step 5/6 : COPY go.mod . 00:32:35 ---> 5d4e16e08a63 00:32:35 Step 6/6 : RUN go mod download 00:32:35 ---> Running in 607dfe92497e 00:33:02 Removing intermediate container 607dfe92497e 00:33:02 ---> 5d2feaaef7f3 00:33:02 Successfully built 5d2feaaef7f3 00:33:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:02 + docker inspect -f . ci-base-image-x86_64 00:33:02 . [Pipeline] withDockerContainer 00:33:02 prd-centos7-docker-4c-2g-30061 does not seem to be running inside a container 00:33:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/83 -v /w/workspace/edgex-go/83:/w/workspace/edgex-go/83:rw,z -v /w/workspace/edgex-go/83@tmp:/w/workspace/edgex-go/83@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:03 $ docker top 2b1776e6fe23a9b7efff961c1fea6c8b09c5b0451fb3018585ec2f032af9ee19 -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:04 + go version 00:33:04 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:04 $ docker stop --time=1 2b1776e6fe23a9b7efff961c1fea6c8b09c5b0451fb3018585ec2f032af9ee19 00:33:05 $ docker rm -f 2b1776e6fe23a9b7efff961c1fea6c8b09c5b0451fb3018585ec2f032af9ee19 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:06 + docker inspect -f . ci-base-image-x86_64 00:33:06 . [Pipeline] withDockerContainer 00:33:06 prd-centos7-docker-4c-2g-30061 does not seem to be running inside a container 00:33:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/83 -v /w/workspace/edgex-go/83:/w/workspace/edgex-go/83:rw,z -v /w/workspace/edgex-go/83@tmp:/w/workspace/edgex-go/83@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:07 $ docker top 5fedb568a297a1c15cf475be5efb46e6ab145908b6a2328461a72bdd51039997 -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:07 ========================================================= 00:33:07 [edgeXBuildGoParallel] Running Tests and Build... 00:33:07 ========================================================= [Pipeline] sh 00:33:07 + make test 00:33:07 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:17 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:49 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.124s coverage: 45.9% of statements 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:33:49 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.064s coverage: 19.8% of statements 00:33:49 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.103s coverage: 100.0% of statements 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.380s coverage: 27.1% of statements 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.027s coverage: 100.0% of statements 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.103s coverage: 71.3% of statements 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.179s coverage: 82.9% of statements 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.145s coverage: 78.9% of statements 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.428s coverage: 28.6% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.146s coverage: 86.7% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.130s coverage: 97.5% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.093s coverage: 78.3% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:34:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.483s coverage: 92.8% of statements 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:34:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 0.1% of statements 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:34:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.038s coverage: 47.1% of statements 00:34:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.051s coverage: 79.5% of statements 00:34:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.028s coverage: 94.1% of statements 00:34:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.047s coverage: 96.3% of statements 00:34:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.056s coverage: 94.4% of statements 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.036s coverage: 44.8% of statements 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.111s coverage: 81.9% of statements 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.101s coverage: 92.9% of statements 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.073s coverage: 87.2% of statements 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.111s coverage: 91.6% of statements 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.214s coverage: 62.4% of statements 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.046s coverage: 100.0% of statements 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.050s coverage: 91.3% of statements 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.395s coverage: 69.0% of statements 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.100s coverage: 38.4% of statements 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.057s coverage: 89.5% of statements 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.062s coverage: 84.8% of statements 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.183s coverage: 47.0% of statements 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.068s coverage: 100.0% of statements 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.154s coverage: 87.1% of statements 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.736s coverage: 29.1% of statements 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.085s coverage: 99.0% of statements 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.090s coverage: 96.5% of statements 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.080s coverage: 87.9% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 00:34:27 GO111MODULE=on go vet ./... 00:34:59 gofmt -l . 00:34:59 [ "`gofmt -l .`" = "" ] 00:34:59 ./bin/test-go-mod-tidy.sh 00:34:59 ./bin/test-attribution-txt.sh [Pipeline] sh 00:35:00 + ls -al . 00:35:00 total 760 00:35:00 drwxrwxr-x 10 1001 1001 4096 Mar 17 00:34 . 00:35:00 drwxr-xr-x 4 root root 30 Mar 17 00:33 .. 00:35:00 -rw-rw-r-- 1 1001 1001 11 Mar 17 00:30 .dockerignore 00:35:00 drwxrwxr-x 8 1001 1001 179 Mar 17 00:31 .git 00:35:00 drwxrwxr-x 3 1001 1001 125 Mar 17 00:30 .github 00:35:00 -rw-rw-r-- 1 1001 1001 818 Mar 17 00:30 .gitignore 00:35:00 drwx------ 3 1001 1001 60 Mar 17 00:31 .semver 00:35:00 -rw-rw-r-- 1 1001 1001 166 Mar 17 00:30 .sonarcloud.properties 00:35:00 -rw-rw-r-- 1 1001 1001 8607 Mar 17 00:30 Attribution.txt 00:35:00 -rw-rw-r-- 1 1001 1001 3804 Mar 17 00:30 CONTRIBUTING.md 00:35:00 -rw-rw-r-- 1 1001 1001 931 Mar 17 00:30 Dockerfile.build 00:35:00 -rw-rw-r-- 1 1001 1001 863 Mar 17 00:30 Jenkinsfile 00:35:00 -rw-rw-r-- 1 1001 1001 10775 Mar 17 00:30 LICENSE 00:35:00 -rw-rw-r-- 1 1001 1001 5774 Mar 17 00:30 Makefile 00:35:00 -rw-rw-r-- 1 1001 1001 6548 Mar 17 00:30 README.md 00:35:00 -rw-rw-r-- 1 1001 1001 6755 Mar 17 00:30 SECURITY.md 00:35:00 -rw-rw-r-- 1 1001 1001 5 Mar 17 00:32 VERSION 00:35:00 -rw-rw-r-- 1 1001 1001 4131 Mar 17 00:30 ZMQWindows.md 00:35:00 drwxrwxr-x 2 1001 1001 117 Mar 17 00:30 bin 00:35:00 drwxrwxr-x 14 1001 1001 4096 Mar 17 00:30 cmd 00:35:00 -rw-r--r-- 1 root root 650607 Mar 17 00:34 coverage.out 00:35:00 -rw-r--r-- 1 root root 1055 Mar 17 00:34 go.mod 00:35:00 -rw-r--r-- 1 root root 21981 Mar 17 00:34 go.sum 00:35:00 drwxrwxr-x 8 1001 1001 127 Mar 17 00:30 internal 00:35:00 drwxrwxr-x 4 1001 1001 26 Mar 17 00:30 openapi 00:35:00 drwxrwxr-x 4 1001 1001 71 Mar 17 00:30 snap 00:35:00 -rw-rw-r-- 1 1001 1001 168 Mar 17 00:30 version.go [Pipeline] sh 00:35:00 + '[' -e coverage.out ] 00:35:00 + chown 1001:1001 coverage.out [Pipeline] stash 00:35:00 Stashed 1 file(s) [Pipeline] sh 00:35:00 + make build 00:35:00 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:35:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:35:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:35:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:35:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:35:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:35:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:35:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:35:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:35:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:35:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:35:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:35:27 $ docker stop --time=1 5fedb568a297a1c15cf475be5efb46e6ab145908b6a2328461a72bdd51039997 00:35:28 $ docker rm -f 5fedb568a297a1c15cf475be5efb46e6ab145908b6a2328461a72bdd51039997 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:30 00:35:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:31 latest: Pulling from edgex-devops/edgex-compose 00:35:31 cbdbe7a5bc2a: Pulling fs layer 00:35:31 ca9280d653b3: Pulling fs layer 00:35:31 7e9c9ca2126c: Pulling fs layer 00:35:31 cbdbe7a5bc2a: Verifying Checksum 00:35:31 cbdbe7a5bc2a: Download complete 00:35:31 cbdbe7a5bc2a: Pull complete 00:35:31 ca9280d653b3: Download complete 00:35:32 7e9c9ca2126c: Verifying Checksum 00:35:32 7e9c9ca2126c: Download complete 00:35:33 ca9280d653b3: Pull complete 00:35:40 7e9c9ca2126c: Pull complete 00:35:40 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:40 prd-centos7-docker-4c-2g-30061 does not seem to be running inside a container 00:35:40 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/83 -v /w/workspace/edgex-go/83:/w/workspace/edgex-go/83:rw,z -v /w/workspace/edgex-go/83@tmp:/w/workspace/edgex-go/83@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30068 in /w/workspace/edgexfoundry_edgex-go_PR-2858 00:35:43 $ docker top fd8ca1128866afdbd85626ad7567a29753f59c3f9b2edef08f7fb0ef67c62e86 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 00:35:43 Running in /w/workspace/edgex-go/83 [Pipeline] { [Pipeline] checkout 00:35:44 + docker-compose build --help 00:35:44 + grep parallel 00:35:45 --parallel Build images in parallel. [Pipeline] } 00:35:45 $ docker stop --time=1 fd8ca1128866afdbd85626ad7567a29753f59c3f9b2edef08f7fb0ef67c62e86 00:35:46 $ docker rm -f fd8ca1128866afdbd85626ad7567a29753f59c3f9b2edef08f7fb0ef67c62e86 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:47 . [Pipeline] withDockerContainer 00:35:47 prd-centos7-docker-4c-2g-30061 does not seem to be running inside a container 00:35:47 $ 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/83 -v /w/workspace/edgex-go/83:/w/workspace/edgex-go/83:rw,z -v /w/workspace/edgex-go/83@tmp:/w/workspace/edgex-go/83@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:48 $ docker top 9089e7bf17554e6d7cb3733738a9a04ecb73d0f4d39e608d8786ab9dcc1bd74f -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:48 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:49 using credential edgex-jenkins-ssh 00:35:49 Cloning the remote Git repository 00:35:49 Building docker-core-command-go ... 00:35:49 Building docker-core-data-go ... 00:35:49 Building docker-core-metadata-go ... 00:35:49 Building docker-security-bootstrapper-go ... 00:35:49 Building docker-security-proxy-setup-go ... 00:35:49 Building docker-security-secretstore-setup-go ... 00:35:49 Building docker-support-notifications-go ... 00:35:49 Building docker-support-scheduler-go ... 00:35:49 Building docker-sys-mgmt-agent-go ... 00:35:49 Building docker-security-proxy-setup-go 00:35:49 Building docker-support-notifications-go 00:35:49 Building docker-core-metadata-go 00:35:49 Building docker-support-scheduler-go 00:35:49 Building docker-security-bootstrapper-go 00:35:49 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:49 > git init /w/workspace/edgex-go/83 # timeout=10 00:35:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:49 > git --version # timeout=10 00:35:49 > git --version # 'git version 2.17.1' 00:35:49 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:09 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:10 Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:36:12 Merge succeeded, producing 61d827c131bb3ad7bcab9425979ae28bbd3ef5a8 00:36:12 Checking out Revision 61d827c131bb3ad7bcab9425979ae28bbd3ef5a8 (PR-2858) 00:36:10 > git config core.sparsecheckout # timeout=10 00:36:10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:36:11 > git remote # timeout=10 00:36:11 > git config --get remote.origin.url # timeout=10 00:36:11 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:11 > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 00:36:12 > git rev-parse HEAD^{commit} # timeout=10 00:36:12 > git config core.sparsecheckout # timeout=10 00:36:12 > git checkout -f 61d827c131bb3ad7bcab9425979ae28bbd3ef5a8 # timeout=10 00:36:16 Commit message: "Merge commit '4dfaf167a75f3c6dea6f872deeb8969b2f6df637' into HEAD" 00:36:16 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:16 > git rev-list --no-walk 66de3d8016e52a044aafc87a40b3405e37ebe62e # timeout=10 00:36:18 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:18 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:18 + sudo service docker restart 00:36:18 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:21 provisioning config files... 00:36:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/83@tmp/config1675397889607061928tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:21 ---> docker-login.sh 00:36:21 nexus3.edgexfoundry.org:10001 00:36:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:22 Configure a credential helper to remove this warning. See 00:36:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:22 00:36:22 Login Succeeded 00:36:22 nexus3.edgexfoundry.org:10002 00:36:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:23 Configure a credential helper to remove this warning. See 00:36:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:23 00:36:23 Login Succeeded 00:36:23 nexus3.edgexfoundry.org:10003 00:36:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:23 Configure a credential helper to remove this warning. See 00:36:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:23 00:36:23 Login Succeeded 00:36:23 nexus3.edgexfoundry.org:10004 00:36:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:24 Configure a credential helper to remove this warning. See 00:36:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:24 00:36:24 Login Succeeded 00:36:24 docker.io 00:36:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:25 Configure a credential helper to remove this warning. See 00:36:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:25 00:36:25 Login Succeeded 00:36:25 ---> docker-login.sh ends [Pipeline] } 00:36:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:25 ========================================================= 00:36:25 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:26 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:36:28 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:28 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:28 ---> 5d2feaaef7f3 00:36:28 Step 3/21 : WORKDIR /edgex-go 00:36:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:28 ---> 5d2feaaef7f3 00:36:28 Step 3/22 : WORKDIR /edgex-go 00:36:28 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:28 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:36:28 ---> 5d2feaaef7f3 00:36:28 Step 3/31 : WORKDIR /edgex-go 00:36:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:28 ---> 5d2feaaef7f3 00:36:28 Step 3/22 : WORKDIR /edgex-go 00:36:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:28 ---> 5d2feaaef7f3 00:36:28 Step 3/23 : WORKDIR /edgex-go 00:36:28 ---> Running in 66732bf7235a 00:36:28 ---> Running in 68a90cea360f 00:36:28 ---> Running in 5325839fcc59 00:36:28 ---> Running in 4813eb7a9bc0 00:36:28 ---> Running in 8d394e54a5fc 00:36:28 Removing intermediate container 4813eb7a9bc0 00:36:28 ---> dd4498ee0ff0 00:36:28 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:28 Removing intermediate container 66732bf7235a 00:36:28 ---> 5da3205a3494 00:36:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:28 Removing intermediate container 8d394e54a5fc 00:36:28 ---> eae3ce1be05e 00:36:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:28 Removing intermediate container 68a90cea360f 00:36:28 ---> 28d649bf873b 00:36:28 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:28 Removing intermediate container 5325839fcc59 00:36:28 ---> 7221b3066e3e 00:36:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:28 ---> Running in e3adfc3f8c43 00:36:28 ---> Running in 86fac915cd7c 00:36:28 ---> Running in 514978afc1cc 00:36:28 ---> Running in b95b19bc4a4e 00:36:28 ---> Running in ad3b49d51958 00:36:28 Sending build context to Docker daemon 166.8MB 00:36:28 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:36:28 Step 2/6 : FROM ${BASE} 00:36:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:28 5f621e34cdf4: Pulling fs layer 00:36:28 a4357932f1b6: Pulling fs layer 00:36:28 18c013af1878: Pulling fs layer 00:36:28 00ac8860ef70: Pulling fs layer 00:36:28 63d7cb157983: Pulling fs layer 00:36:28 b116817d02f9: Pulling fs layer 00:36:28 745a02a5169b: Pulling fs layer 00:36:28 00ac8860ef70: Waiting 00:36:28 63d7cb157983: Waiting 00:36:28 b116817d02f9: Waiting 00:36:28 745a02a5169b: Waiting 00:36:28 18c013af1878: Verifying Checksum 00:36:28 18c013af1878: Download complete 00:36:28 a4357932f1b6: Verifying Checksum 00:36:28 a4357932f1b6: Download complete 00:36:28 63d7cb157983: Verifying Checksum 00:36:28 63d7cb157983: Download complete 00:36:28 5f621e34cdf4: Verifying Checksum 00:36:28 5f621e34cdf4: Download complete 00:36:28 b116817d02f9: Verifying Checksum 00:36:28 b116817d02f9: Download complete 00:36:29 5f621e34cdf4: Pull complete 00:36:30 a4357932f1b6: Pull complete 00:36:30 18c013af1878: Pull complete 00:36:30 Removing intermediate container b95b19bc4a4e 00:36:30 ---> 26a068d2199d 00:36:30 Step 5/23 : RUN apk add --update --no-cache make git 00:36:30 Removing intermediate container e3adfc3f8c43 00:36:30 ---> 00adba5ad000 00:36:30 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:36:30 Removing intermediate container ad3b49d51958 00:36:30 ---> 3a275ceb3e5d 00:36:30 Step 5/21 : RUN apk add --update --no-cache make git 00:36:30 745a02a5169b: Verifying Checksum 00:36:30 745a02a5169b: Download complete 00:36:31 ---> Running in 9b968e79a90c 00:36:31 Removing intermediate container 86fac915cd7c 00:36:31 ---> 3fc6942b2201 00:36:31 Step 5/22 : RUN apk add --update --no-cache make git 00:36:31 ---> Running in af255fae24eb 00:36:31 Removing intermediate container 514978afc1cc 00:36:31 ---> 351750104bd1 00:36:31 Step 5/31 : RUN apk add --update --no-cache make git 00:36:31 ---> Running in 952aedc8a4d3 00:36:31 ---> Running in 809c85a9f5b9 00:36:31 ---> Running in cc7a69b36916 00:36:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:32 00ac8860ef70: Verifying Checksum 00:36:32 00ac8860ef70: Download complete 00:36:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:33 OK: 233 MiB in 51 packages 00:36:33 OK: 233 MiB in 51 packages 00:36:33 OK: 233 MiB in 51 packages 00:36:33 OK: 233 MiB in 51 packages 00:36:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:34 Removing intermediate container af255fae24eb 00:36:34 ---> 21ba7b09fa47 00:36:34 Step 6/22 : COPY go.mod . 00:36:34 Removing intermediate container 952aedc8a4d3 00:36:34 ---> 599f676114d7 00:36:34 Step 6/21 : COPY go.mod . 00:36:34 OK: 233 MiB in 51 packages 00:36:34 ---> 5bd9b4471d89 00:36:34 Step 7/22 : RUN go mod download 00:36:34 Removing intermediate container cc7a69b36916 00:36:34 ---> 6a8e08b94a5a 00:36:34 Step 6/31 : COPY go.mod . 00:36:34 ---> Running in e2ee7d7609ae 00:36:34 Removing intermediate container 9b968e79a90c 00:36:34 ---> 4159a70c1a66 00:36:34 Step 6/23 : COPY go.mod . 00:36:35 ---> b18d64de2037 00:36:35 Step 7/21 : RUN go mod download 00:36:35 ---> 5c4c2e478b38 00:36:35 Step 7/31 : RUN go mod download 00:36:35 ---> Running in e0024eed5dab 00:36:35 ---> Running in 9090113e4a2e 00:36:35 ---> f17095eda721 00:36:35 Step 7/23 : RUN go mod download 00:36:35 Removing intermediate container 809c85a9f5b9 00:36:35 ---> b73fc2323131 00:36:35 Step 6/22 : COPY go.mod . 00:36:35 ---> Running in ae26be5c3def 00:36:36 ---> 548620ddfc8c 00:36:36 Step 7/22 : RUN go mod download 00:36:36 ---> Running in 0f1879db49f2 00:36:37 Removing intermediate container 9090113e4a2e 00:36:37 ---> 11e223687bb7 00:36:37 Step 8/31 : COPY . . 00:36:38 Removing intermediate container ae26be5c3def 00:36:38 ---> 4cf4a0a8751c 00:36:38 Step 8/23 : COPY . . 00:36:38 Removing intermediate container e2ee7d7609ae 00:36:38 ---> bc0fa5a6fd6f 00:36:38 Step 8/22 : COPY . . 00:36:39 Removing intermediate container 0f1879db49f2 00:36:39 ---> 4ea5bb1ad425 00:36:39 Step 8/22 : COPY . . 00:36:42 Removing intermediate container e0024eed5dab 00:36:42 ---> 5887d1a003f6 00:36:42 Step 8/21 : COPY . . 00:36:43 00ac8860ef70: Pull complete 00:36:43 63d7cb157983: Pull complete 00:36:44 b116817d02f9: Pull complete 00:36:48 745a02a5169b: Pull complete 00:36:48 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:48 ---> b7e6874047d6 00:36:48 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:36:51 ---> Running in 38be01a2b5e0 00:36:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:54 (1/12) Installing libmagic (5.38-r0) 00:36:54 (2/12) Installing file (5.38-r0) 00:36:54 (3/12) Installing libc-dev (0.7.2-r3) 00:36:54 (4/12) Installing g++ (9.3.0-r2) 00:36:59 (5/12) Installing fortify-headers (1.1-r0) 00:36:59 (6/12) Installing patch (2.7.6-r6) 00:36:59 (7/12) Installing build-base (0.5-r2) 00:36:59 (8/12) Installing libsodium (1.0.18-r0) 00:36:59 (9/12) Installing pkgconf (1.7.2-r0) 00:36:59 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:59 (11/12) Installing libzmq (4.3.3-r0) 00:37:00 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:00 Executing busybox-1.31.1-r19.trigger 00:37:00 OK: 217 MiB in 51 packages 00:37:04 Removing intermediate container 38be01a2b5e0 00:37:04 ---> d079ab74f0ba 00:37:04 Step 4/6 : WORKDIR /edgex-go 00:37:04 ---> Running in 9f151351f2bf 00:37:05 Removing intermediate container 9f151351f2bf 00:37:05 ---> 47e62e2e7b1c 00:37:05 Step 5/6 : COPY go.mod . 00:37:05 ---> 626f75719651 00:37:05 Step 6/6 : RUN go mod download 00:37:05 ---> Running in 197b7ddfff18 00:37:21 ---> 7b089a61fffd 00:37:21 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:37:21 ---> 63d382bb19a4 00:37:21 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:37:21 ---> bad059bfd94c 00:37:21 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:37:21 ---> 2f8320899f15 00:37:21 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:37:21 ---> Running in ffe73efbcd58 00:37:21 ---> Running in 8e88e92c3789 00:37:21 ---> Running in fb12edcb18e7 00:37:21 ---> Running in d866e3fd9378 00:37:21 ---> e2b7b0eb927b 00:37:21 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:37:21 ---> Running in 437f8691411b 00:37:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:37:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:37:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:37:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:37:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:37:38 Removing intermediate container 197b7ddfff18 00:37:38 ---> df33755112e3 00:37:38 Successfully built df33755112e3 00:37:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:38 + docker inspect -f . ci-base-image-arm64 00:37:38 . [Pipeline] withDockerContainer 00:37:38 prd-ubuntu18.04-docker-arm64-4c-16g-30068 does not seem to be running inside a container 00:37:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/83 -v /w/workspace/edgex-go/83:/w/workspace/edgex-go/83:rw,z -v /w/workspace/edgex-go/83@tmp:/w/workspace/edgex-go/83@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:37:40 $ docker top 5ec41a1e891faf40a9c559a64e47ef76165041e718f47a0d14ff96298095c897 -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:41 + go version 00:37:41 go version go1.15.5 linux/arm64 [Pipeline] } 00:37:41 $ docker stop --time=1 5ec41a1e891faf40a9c559a64e47ef76165041e718f47a0d14ff96298095c897 00:37:43 $ docker rm -f 5ec41a1e891faf40a9c559a64e47ef76165041e718f47a0d14ff96298095c897 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:44 + docker inspect -f . ci-base-image-arm64 00:37:44 . [Pipeline] withDockerContainer 00:37:44 prd-ubuntu18.04-docker-arm64-4c-16g-30068 does not seem to be running inside a container 00:37:44 $ 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/83 -v /w/workspace/edgex-go/83:/w/workspace/edgex-go/83:rw,z -v /w/workspace/edgex-go/83@tmp:/w/workspace/edgex-go/83@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:37:46 $ docker top 33eb56ff84466436fa6c453238474734d3969f6e13245c16b42b696cf3180e86 -eo pid,comm [Pipeline] { [Pipeline] echo 00:37:46 ========================================================= 00:37:46 [edgeXBuildGoParallel] Running Tests and Build... 00:37:46 ========================================================= [Pipeline] sh 00:37:47 + make test 00:37:47 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:55 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:03 Removing intermediate container 437f8691411b 00:38:03 ---> 2878205b0714 00:38:03 00:38:03 Step 10/21 : FROM alpine:3.12 00:38:03 Removing intermediate container ffe73efbcd58 00:38:03 ---> 77a10bc3ce5f 00:38:03 00:38:03 Step 10/31 : FROM alpine:3.12 00:38:03 3.12: Pulling from library/alpine 00:38:03 3.12: Pulling from library/alpine 00:38:03 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:38:03 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:38:03 Status: Downloaded newer image for alpine:3.12 00:38:03 ---> 88dd2752d2ea 00:38:03 Step 11/21 : RUN apk add --update --no-cache curl 00:38:03 Status: Image is up to date for alpine:3.12 00:38:03 ---> 88dd2752d2ea 00:38:03 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:38:06 ---> Running in c698bba7cc3d 00:38:06 ---> Running in cee71b6e32d8 00:38:06 Removing intermediate container 8e88e92c3789 00:38:06 ---> 8ae6c09bbc1d 00:38:06 00:38:06 Step 10/22 : FROM alpine:3.12 00:38:06 ---> 88dd2752d2ea 00:38:06 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:38:07 Removing intermediate container d866e3fd9378 00:38:07 ---> 5df099646ce7 00:38:07 00:38:07 Step 10/22 : FROM alpine:3.12 00:38:07 ---> 88dd2752d2ea 00:38:07 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:38:07 ---> Running in 446dd993fb2a 00:38:07 Removing intermediate container cee71b6e32d8 00:38:07 ---> 0e113b705e3b 00:38:07 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:38:07 ---> Running in a21420547862 00:38:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:08 (1/4) Installing ca-certificates (20191127-r4) 00:38:08 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:38:08 (3/4) Installing libcurl (7.69.1-r3) 00:38:08 (4/4) Installing curl (7.69.1-r3) 00:38:08 Executing busybox-1.31.1-r19.trigger 00:38:08 Executing ca-certificates-20191127-r4.trigger 00:38:08 OK: 7 MiB in 18 packages 00:38:09 ---> Running in 376775a7ac7f 00:38:10 Removing intermediate container fb12edcb18e7 00:38:10 ---> b6f74a8db13d 00:38:10 00:38:10 Step 10/23 : FROM alpine:3.12 00:38:10 ---> 88dd2752d2ea 00:38:10 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:38:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:10 ---> Running in 0928973b6c7c 00:38:10 (1/2) Installing ca-certificates (20191127-r4) 00:38:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:10 (2/2) Installing dumb-init (1.2.2-r1) 00:38:10 Executing busybox-1.31.1-r19.trigger 00:38:10 Executing ca-certificates-20191127-r4.trigger 00:38:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:10 OK: 6 MiB in 16 packages 00:38:10 (1/1) Installing dumb-init (1.2.2-r1) 00:38:10 Executing busybox-1.31.1-r19.trigger 00:38:10 OK: 6 MiB in 15 packages 00:38:12 Removing intermediate container c698bba7cc3d 00:38:12 ---> a4c4868df1eb 00:38:12 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:12 ---> Running in cc5a4acd150d 00:38:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:12 (1/1) Installing dumb-init (1.2.2-r1) 00:38:12 Executing busybox-1.31.1-r19.trigger 00:38:12 OK: 6 MiB in 15 packages 00:38:12 (1/2) Installing dumb-init (1.2.2-r1) 00:38:12 (2/2) Installing su-exec (0.2-r1) 00:38:12 Executing busybox-1.31.1-r19.trigger 00:38:12 OK: 6 MiB in 16 packages 00:38:12 Removing intermediate container cc5a4acd150d 00:38:12 ---> 35280759c5c2 00:38:12 Step 13/21 : WORKDIR /edgex 00:38:13 Removing intermediate container a21420547862 00:38:13 ---> 4a9d46b75d1d 00:38:13 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:13 ---> Running in f4929f2f835c 00:38:13 ---> Running in 85c7b365951b 00:38:14 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:14 Removing intermediate container 446dd993fb2a 00:38:14 ---> c780d0bfbaee 00:38:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:38:14 ---> Running in e6ae45ea1ecc 00:38:14 Removing intermediate container f4929f2f835c 00:38:14 ---> 4ce13c3bb3c9 00:38:14 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:38:14 Removing intermediate container 85c7b365951b 00:38:14 ---> 8cd07a200096 00:38:14 Step 13/22 : ENV APP_PORT=48085 00:38:15 ---> Running in cf80baff57e1 00:38:15 Removing intermediate container 376775a7ac7f 00:38:15 ---> acf1d5f47ac6 00:38:15 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:38:15 Removing intermediate container 0928973b6c7c 00:38:15 ---> 41aa286cc60f 00:38:15 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:15 Removing intermediate container e6ae45ea1ecc 00:38:15 ---> 3482562675cd 00:38:15 Step 13/22 : ENV APP_PORT=48060 00:38:15 ---> 300697870e61 00:38:15 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:38:15 ---> Running in 56d99068f22d 00:38:15 ---> Running in 92ce1ad14cec 00:38:15 ---> Running in 9f1c79770a1a 00:38:15 Removing intermediate container cf80baff57e1 00:38:15 ---> 0c5a0469549e 00:38:15 Step 14/22 : EXPOSE $APP_PORT 00:38:15 ---> Running in 336a240cbd00 00:38:15 Removing intermediate container 92ce1ad14cec 00:38:15 ---> a1b011ea68b9 00:38:15 Step 13/23 : ENV APP_PORT=48081 00:38:15 Removing intermediate container 56d99068f22d 00:38:15 ---> c9c2d4b5b45b 00:38:15 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:38:15 Removing intermediate container 9f1c79770a1a 00:38:15 ---> a48200da9864 00:38:15 Step 14/22 : EXPOSE $APP_PORT 00:38:15 ---> Running in be90e9229855 00:38:15 ---> Running in df6c7beed35a 00:38:16 ---> Running in b4f117fdff82 00:38:16 ---> ed3855b3995a 00:38:16 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:38:16 Removing intermediate container 336a240cbd00 00:38:16 ---> bc842c248e0e 00:38:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:16 Removing intermediate container df6c7beed35a 00:38:16 ---> 24a28e91bbae 00:38:16 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:38:16 Removing intermediate container b4f117fdff82 00:38:16 ---> a5c8c0e40db7 00:38:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:16 Removing intermediate container be90e9229855 00:38:16 ---> a19f13125cb7 00:38:16 Step 14/23 : EXPOSE $APP_PORT 00:38:16 ---> Running in 6f2f2b69cd6b 00:38:16 ---> 4f23835e4ccf 00:38:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:38:16 ---> Running in d4cb214fd93d 00:38:17 ---> e4578c1480a4 00:38:17 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:38:17 ---> c54d7861a303 00:38:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:38:17 ---> Running in 4449b42484e3 00:38:17 Removing intermediate container d4cb214fd93d 00:38:17 ---> 8a0fee1c3cfe 00:38:17 Step 15/23 : WORKDIR / 00:38:17 ---> Running in 829db8d1c8b4 00:38:17 ---> be2cf4c7d83f 00:38:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:38:17 Removing intermediate container 4449b42484e3 00:38:17 ---> db8145abb9a8 00:38:17 Step 18/21 : CMD ["--init=true"] 00:38:17 Removing intermediate container 829db8d1c8b4 00:38:17 ---> 0d3ae1a61e81 00:38:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:17 ---> Running in 9b145f4bb579 00:38:17 ---> c2aaf76fe805 00:38:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:38:17 ---> 6aa25a92d147 00:38:17 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:38:18 ---> Running in 7492af11a447 00:38:18 Removing intermediate container 9b145f4bb579 00:38:18 ---> 9c0b88769f7a 00:38:18 Step 19/21 : LABEL arch=x86_64 00:38:18 ---> 8a62465312fd 00:38:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:38:18 ---> Running in a72471e56559 00:38:18 ---> c68c46b48529 00:38:18 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:38:18 Removing intermediate container 7492af11a447 00:38:18 ---> 32cf3ebcd484 00:38:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:18 ---> Running in 035c5fdc326e 00:38:18 ---> Running in 65397bfe7def 00:38:18 Removing intermediate container 6f2f2b69cd6b 00:38:18 ---> 195e0722a3b5 00:38:18 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:38:18 Removing intermediate container a72471e56559 00:38:18 ---> 545985e4432f 00:38:18 Step 20/21 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d 00:38:18 ---> Running in a38ada53a6a9 00:38:18 ---> Running in 3e1ef7937611 00:38:18 Removing intermediate container 65397bfe7def 00:38:18 ---> a74cc0a8349b 00:38:18 Step 20/22 : LABEL arch=x86_64 00:38:19 Removing intermediate container 035c5fdc326e 00:38:19 ---> 754c4f550ca7 00:38:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:19 ---> a557fa120673 00:38:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:38:19 ---> Running in a8b68ac479cf 00:38:19 ---> Running in 42dc5232977c 00:38:19 Removing intermediate container a38ada53a6a9 00:38:19 ---> 3f49e01b2a67 00:38:19 Step 21/21 : LABEL version=0.0.0 00:38:19 Removing intermediate container 3e1ef7937611 00:38:19 ---> fc407df68acf 00:38:19 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:38:19 ---> Running in d85eee195085 00:38:19 ---> d6f8c7f38a1c 00:38:19 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:38:19 Removing intermediate container a8b68ac479cf 00:38:19 ---> 18ee9b90b314 00:38:19 Step 20/22 : LABEL arch=x86_64 00:38:19 Removing intermediate container 42dc5232977c 00:38:19 ---> d4bc9c6f5fe9 00:38:19 Step 21/22 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d 00:38:20 ---> Running in 42d1db234778 00:38:20 ---> Running in 7b2e2c175e6d 00:38:20 ---> 09f9a5b1e0ae 00:38:20 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:38:20 ---> Running in 482350ff8f8a 00:38:20 Removing intermediate container d85eee195085 00:38:20 ---> 077f6575f305 00:38:20 00:38:20 ---> Running in b0c207cba806 00:38:20 Successfully built 077f6575f305 00:38:20 Successfully tagged docker-security-proxy-setup-go:latest 00:38:20  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 00:38:20 Removing intermediate container 7b2e2c175e6d 00:38:20 ---> 4856f98c56a7 00:38:20 Step 21/22 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d 00:38:20 Removing intermediate container 42d1db234778 00:38:20 ---> 7fa82b09fc39 00:38:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:20 Removing intermediate container 482350ff8f8a 00:38:20 ---> 28fc32f7fe70 00:38:20 Step 22/22 : LABEL version=0.0.0 00:38:20 ---> Running in c4e418ac05ef 00:38:20 ---> Running in b3e900825d02 00:38:20 ---> Running in 83a903632a40 00:38:21 Removing intermediate container c4e418ac05ef 00:38:21 ---> b00c3d12ffd4 00:38:21 Step 21/23 : LABEL arch=x86_64 00:38:21 Removing intermediate container b3e900825d02 00:38:21 ---> 32e872f53f4f 00:38:21 Step 22/22 : LABEL version=0.0.0 00:38:21 Removing intermediate container 83a903632a40 00:38:21 ---> 49a3a426ce8f 00:38:21 00:38:21 ---> Running in 92489ff75ff4 00:38:21 Successfully built 49a3a426ce8f 00:38:21 ---> Running in 493d7e37adbe 00:38:21 Successfully tagged docker-support-scheduler-go:latest 00:38:21 Building docker-core-command-go 00:38:21  Building docker-support-scheduler-go ... done Removing intermediate container 92489ff75ff4 00:38:21 ---> 2cc87babf932 00:38:21 Step 22/23 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d 00:38:21 Removing intermediate container 493d7e37adbe 00:38:21 ---> 6ee446146d50 00:38:21 00:38:21 ---> Running in 1809f417726e 00:38:22 Successfully built 6ee446146d50 00:38:22 Successfully tagged docker-support-notifications-go:latest 00:38:22  Building docker-support-notifications-go ... done Building docker-core-data-go 00:38:22 Removing intermediate container 1809f417726e 00:38:22 ---> 7863c22e6314 00:38:22 Step 23/23 : LABEL version=0.0.0 00:38:22 Removing intermediate container b0c207cba806 00:38:22 ---> 609882dae91c 00:38:22 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:22 ---> Running in 53ac75181c54 00:38:26 Removing intermediate container 53ac75181c54 00:38:26 ---> d512a84294ef 00:38:26 ---> 34ac866549ac 00:38:26 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:38:26 00:38:27 Successfully built 34ac866549ac 00:38:27 Successfully tagged docker-core-metadata-go:latest 00:38:27  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go 00:38:30 ---> 194d4670331e 00:38:30 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:38:31 ---> b1c22b94079c 00:38:31 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:38:31 ---> f79807010a32 00:38:31 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:38:32 ---> 748c6ebc00a1 00:38:32 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:38:32 ---> Running in 61a3765f9ddb 00:38:36 Removing intermediate container 61a3765f9ddb 00:38:36 ---> 85d4237e5b96 00:38:36 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:38:41 ---> bd94b253f2ad 00:38:41 Step 26/31 : RUN chmod +x /entrypoint.sh 00:38:41 ---> Running in dc084b8f869a 00:38:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:46 ---> 5d2feaaef7f3 00:38:46 Step 3/23 : WORKDIR /edgex-go 00:38:46 ---> Using cache 00:38:46 ---> 7221b3066e3e 00:38:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:46 ---> Using cache 00:38:46 ---> 26a068d2199d 00:38:46 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:38:47 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:47 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:38:47 ---> 5d2feaaef7f3 00:38:47 Step 3/26 : WORKDIR /edgex-go 00:38:47 ---> Using cache 00:38:47 ---> 7221b3066e3e 00:38:47 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:47 ---> Using cache 00:38:47 ---> 26a068d2199d 00:38:47 Step 5/26 : RUN apk add --update --no-cache make bash git 00:38:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:47 ---> 5d2feaaef7f3 00:38:47 Step 3/23 : WORKDIR /edgex-go 00:38:47 ---> Using cache 00:38:47 ---> 7221b3066e3e 00:38:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:47 ---> Using cache 00:38:47 ---> 26a068d2199d 00:38:47 Step 5/23 : RUN apk add --update --no-cache make git 00:38:47 ---> Using cache 00:38:47 ---> 4159a70c1a66 00:38:47 Step 6/23 : COPY go.mod . 00:38:47 ---> Using cache 00:38:47 ---> f17095eda721 00:38:47 Step 7/23 : RUN go mod download 00:38:47 ---> Using cache 00:38:47 ---> 4cf4a0a8751c 00:38:47 Step 8/23 : COPY . . 00:38:47 ---> Using cache 00:38:47 ---> 7b089a61fffd 00:38:47 Step 9/23 : RUN make cmd/core-command/core-command 00:38:49 ---> Running in e0ba86fb7cb9 00:38:49 ---> Running in 0295b5cd08c5 00:38:49 ---> Running in 36db9794d56f 00:38:50 Removing intermediate container dc084b8f869a 00:38:50 ---> 40b37d27f657 00:38:50 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:38:52 ---> Running in 052f0bfbfe67 00:38:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:38:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:52 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:52 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:38:52 ---> 5d2feaaef7f3 00:38:52 Step 3/24 : WORKDIR /edgex-go 00:38:52 ---> Using cache 00:38:52 ---> 7221b3066e3e 00:38:52 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:52 ---> Using cache 00:38:52 ---> 26a068d2199d 00:38:52 Step 5/24 : RUN apk add --update --no-cache make git 00:38:52 ---> Using cache 00:38:52 ---> 4159a70c1a66 00:38:52 Step 6/24 : COPY go.mod . 00:38:52 ---> Using cache 00:38:52 ---> f17095eda721 00:38:52 Step 7/24 : RUN go mod download 00:38:52 ---> Using cache 00:38:52 ---> 4cf4a0a8751c 00:38:52 Step 8/24 : COPY . . 00:38:52 ---> Using cache 00:38:52 ---> 7b089a61fffd 00:38:52 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:38:52 Removing intermediate container 052f0bfbfe67 00:38:52 ---> 02f1f4e42a24 00:38:52 Step 28/31 : CMD ["gate"] 00:38:52 ---> Running in 3abee5c6180a 00:38:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:53 ---> Running in c777dc45066c 00:38:53 OK: 233 MiB in 51 packages 00:38:53 OK: 233 MiB in 51 packages 00:38:54 Removing intermediate container c777dc45066c 00:38:54 ---> 4b3fcbbd6729 00:38:54 Step 29/31 : LABEL arch=x86_64 00:38:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:38:54 ---> Running in 6e924f412df1 00:38:54 Removing intermediate container 6e924f412df1 00:38:54 ---> d92a56643ac4 00:38:54 Step 30/31 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d 00:38:55 ---> Running in c149a928cf50 00:38:55 Removing intermediate container 0295b5cd08c5 00:38:55 ---> f4196b04e744 00:38:55 Step 6/23 : COPY go.mod . 00:38:55 Removing intermediate container e0ba86fb7cb9 00:38:55 ---> 8797d0822478 00:38:55 Step 6/26 : COPY go.mod . 00:38:55 Removing intermediate container c149a928cf50 00:38:55 ---> 5dc685de6a1d 00:38:55 Step 31/31 : LABEL version=0.0.0 00:38:55 ---> Running in 6cd056a5ef39 00:38:55 ---> 5106d1dc8a40 00:38:55 Step 7/23 : RUN go mod download 00:38:55 ---> 8a1f1d948b41 00:38:55 Step 7/26 : RUN go mod download 00:38:56 ---> Running in 1e58a94ae3da 00:38:56 Removing intermediate container 6cd056a5ef39 00:38:56 ---> f3da1b6a3133 00:38:56 00:38:56 ---> Running in 1cdf49cc79dc 00:38:56 Successfully built f3da1b6a3133 00:38:56 Successfully tagged docker-security-bootstrapper-go:latest 00:39:00  Building docker-security-bootstrapper-go ... done Removing intermediate container 1e58a94ae3da 00:39:00 ---> b6cb95a3fa8c 00:39:00 Step 8/23 : COPY . . 00:39:00 Removing intermediate container 1cdf49cc79dc 00:39:00 ---> 335db078d192 00:39:00 Step 8/26 : COPY . . 00:39:10 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:17 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:39:24 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:27 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:39:27 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:27 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:30 Removing intermediate container 36db9794d56f 00:39:30 ---> 0fbfb89fa164 00:39:30 00:39:30 Step 10/23 : FROM alpine:3.12 00:39:30 ---> 88dd2752d2ea 00:39:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:39:30 ---> Using cache 00:39:30 ---> 41aa286cc60f 00:39:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:30 ---> Using cache 00:39:30 ---> a1b011ea68b9 00:39:30 Step 13/23 : ENV APP_PORT=48082 00:39:30 ---> Running in 0509a6a55436 00:39:30 Removing intermediate container 3abee5c6180a 00:39:30 ---> d3df3ec7b782 00:39:30 00:39:30 Step 10/24 : FROM alpine:3.12 00:39:30 ---> 88dd2752d2ea 00:39:30 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:39:31 ---> 0cc1e3bb01fb 00:39:31 Step 9/23 : RUN make cmd/core-data/core-data 00:39:31 ---> 9446f8434e19 00:39:31 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:39:31 ---> Running in f5fb24dcc158 00:39:31 ---> Running in 0d583b9a799c 00:39:31 ---> Running in 0a536298bc67 00:39:31 Removing intermediate container 0509a6a55436 00:39:31 ---> 93f635d78dc5 00:39:31 Step 14/23 : EXPOSE $APP_PORT 00:39:31 ---> Running in 3a71f388ada0 00:39:31 Removing intermediate container 3a71f388ada0 00:39:31 ---> 73eba8362b5e 00:39:31 Step 15/23 : WORKDIR / 00:39:31 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:32 ---> Running in c3326bbae497 00:39:32 Removing intermediate container c3326bbae497 00:39:32 ---> 668d464e145d 00:39:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:32 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:39:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:32 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:39:32 (1/5) Installing ca-certificates (20191127-r4) 00:39:32 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:39:32 (3/5) Installing libcurl (7.69.1-r3) 00:39:32 (4/5) Installing curl (7.69.1-r3) 00:39:32 (5/5) Installing dumb-init (1.2.2-r1) 00:39:32 Executing busybox-1.31.1-r19.trigger 00:39:32 Executing ca-certificates-20191127-r4.trigger 00:39:32 OK: 7 MiB in 19 packages 00:39:32 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:33 ---> 28a696d1901f 00:39:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:39:35 ---> 7a4543f1e141 00:39:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:39:35 Removing intermediate container f5fb24dcc158 00:39:35 ---> 27959a8cd598 00:39:35 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:35 ---> Running in 371125f1c846 00:39:35 Removing intermediate container 371125f1c846 00:39:35 ---> 20b283d006d8 00:39:35 Step 13/24 : WORKDIR / 00:39:35 ---> 573e4c62d2b1 00:39:35 Step 19/23 : ENTRYPOINT ["/core-command"] 00:39:35 ---> Running in 50e14c3deacd 00:39:35 ---> Running in 5bffc20b135c 00:39:36 Removing intermediate container 50e14c3deacd 00:39:36 ---> 205d3bc5c50c 00:39:36 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:39:36 Removing intermediate container 5bffc20b135c 00:39:36 ---> 3b0246b45341 00:39:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:36 ---> Running in 8da0815f30f2 00:39:36 Removing intermediate container 8da0815f30f2 00:39:36 ---> c5ff769078cc 00:39:36 Step 21/23 : LABEL arch=x86_64 00:39:36 ---> 1e80e7c4ac38 00:39:36 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:39:37 ---> Running in 4d92f13be13a 00:39:37 ---> a9d7f87c9bc1 00:39:37 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:39:37 Removing intermediate container 4d92f13be13a 00:39:37 ---> 973853796e9d 00:39:37 Step 22/23 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d 00:39:37 ---> Running in 2c8e7a0e52bd 00:39:38 ---> 793aae34d299 00:39:38 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:39:38 Removing intermediate container 2c8e7a0e52bd 00:39:38 ---> a11958bee610 00:39:38 Step 23/23 : LABEL version=0.0.0 00:39:38 ---> Running in 35c36607b09c 00:39:38 Removing intermediate container 35c36607b09c 00:39:38 ---> 11543614e401 00:39:38 00:39:38 ---> 9a292c430738 00:39:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:39:39 Successfully built 11543614e401 00:39:39 Successfully tagged docker-core-command-go:latest 00:39:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:41  Building docker-core-command-go ... done  ---> 50e6b801a288 00:39:41 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:39:42 ---> a0dcf14b1de7 00:39:42 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:39:42 ---> Running in 727e17e84958 00:39:45 Removing intermediate container 727e17e84958 00:39:45 ---> b28d46911f19 00:39:45 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:39:45 ---> Running in 001126fbdbf1 00:39:45 Removing intermediate container 001126fbdbf1 00:39:45 ---> 64149a8cba0f 00:39:45 Step 22/24 : LABEL arch=x86_64 00:39:45 ---> Running in c30dc4941004 00:39:45 Removing intermediate container c30dc4941004 00:39:45 ---> 39421eda7f52 00:39:45 Step 23/24 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d 00:39:45 ---> Running in 5b2e72060757 00:39:45 Removing intermediate container 5b2e72060757 00:39:45 ---> d45500ba8f8e 00:39:45 Step 24/24 : LABEL version=0.0.0 00:39:45 ---> Running in 9f469ea45331 00:39:46 Removing intermediate container 9f469ea45331 00:39:46 ---> 9de3da9d9e85 00:39:46 00:39:46 Successfully built 9de3da9d9e85 00:39:46 Successfully tagged docker-security-secretstore-setup-go:latest 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.350s coverage: 45.9% of statements 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.139s coverage: 19.8% of statements 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.271s coverage: 100.0% of statements 00:39:55  Building docker-security-secretstore-setup-go ... done Removing intermediate container 0a536298bc67 00:39:55 ---> 6e4fd0dc7cec 00:39:55 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:39:55 ---> Running in b3b5a3848a77 00:39:55 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:39:55 Removing intermediate container b3b5a3848a77 00:39:55 ---> 0291e9f5826a 00:39:55 00:39:55 Step 11/26 : FROM docker:20.10.0 00:39:55 20.10.0: Pulling from library/docker 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.582s coverage: 27.1% of statements 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.085s coverage: 100.0% of statements 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.274s coverage: 71.3% of statements 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.549s coverage: 82.9% of statements 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.222s coverage: 78.9% of statements 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:00 Removing intermediate container 0d583b9a799c 00:40:00 ---> 4a428bde27c4 00:40:00 00:40:00 Step 10/23 : FROM alpine:3.12 00:40:00 ---> 88dd2752d2ea 00:40:00 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:00 ---> Running in b2b5bf19984d 00:40:00 Removing intermediate container b2b5bf19984d 00:40:00 ---> aa1635a67fff 00:40:00 Step 12/23 : ENV APP_PORT=48080 00:40:00 ---> Running in df0eeb7bee96 00:40:00 Removing intermediate container df0eeb7bee96 00:40:00 ---> cbf06585b623 00:40:00 Step 13/23 : EXPOSE $APP_PORT 00:40:00 ---> Running in 25ebab15f459 00:40:01 Removing intermediate container 25ebab15f459 00:40:01 ---> 98803c9cfad4 00:40:01 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:01 ---> Running in b3bd31f8f65c 00:40:03 Removing intermediate container b3bd31f8f65c 00:40:03 ---> 99fbaca8a411 00:40:03 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:40:03 ---> Running in 8019e35b9420 00:40:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:03 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:40:03 Status: Downloaded newer image for docker:20.10.0 00:40:03 ---> aefe523efa57 00:40:03 Step 12/26 : RUN apk add --no-cache bash 00:40:03 ---> Running in a48bb807af84 00:40:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:04 (1/2) Installing readline (8.0.4-r0) 00:40:04 (2/2) Installing bash (5.0.17-r0) 00:40:04 Executing bash-5.0.17-r0.post-install 00:40:04 Executing busybox-1.31.1-r19.trigger 00:40:04 OK: 12 MiB in 22 packages 00:40:04 (1/6) Installing dumb-init (1.2.2-r1) 00:40:05 (2/6) Installing libgcc (9.3.0-r2) 00:40:05 (3/6) Installing libsodium (1.0.18-r0) 00:40:05 Removing intermediate container a48bb807af84 00:40:05 ---> 1ea9bc3e2ef2 00:40:05 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:40:05 (4/6) Installing libstdc++ (9.3.0-r2) 00:40:05 ---> Running in aeec550665c5 00:40:05 (5/6) Installing libzmq (4.3.3-r0) 00:40:05 Removing intermediate container aeec550665c5 00:40:05 ---> d25e0a3eca6a 00:40:05 Step 14/26 : ENV APP_PORT=48090 00:40:05 ---> Running in 6f8844cd03d5 00:40:05 (6/6) Installing zeromq (4.3.3-r0) 00:40:05 Executing busybox-1.31.1-r19.trigger 00:40:05 OK: 8 MiB in 20 packages 00:40:05 Removing intermediate container 6f8844cd03d5 00:40:05 ---> 256232dc4d6d 00:40:05 Step 15/26 : EXPOSE $APP_PORT 00:40:05 ---> Running in 6826936849a3 00:40:05 Removing intermediate container 6826936849a3 00:40:05 ---> fc598d2f8129 00:40:05 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:40:06 Removing intermediate container 8019e35b9420 00:40:06 ---> 995bbecff194 00:40:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:06 ---> 661ba920ba55 00:40:06 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:40:07 ---> a222b6e22662 00:40:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:40:07 ---> 582014f998f2 00:40:07 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:40:07 ---> 2892c204f46c 00:40:07 Step 19/26 : RUN apk --no-cache add py3-pip 00:40:07 ---> Running in ff724261c573 00:40:07 ---> 7e1936183f18 00:40:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:40:08 ---> 0ff553459774 00:40:08 Step 19/23 : ENTRYPOINT ["/core-data"] 00:40:08 ---> Running in f3ca344a3723 00:40:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:08 Removing intermediate container f3ca344a3723 00:40:08 ---> 46e99967cbee 00:40:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:08 ---> Running in 6a7cbe8deb0a 00:40:08 (1/33) Installing libbz2 (1.0.8-r1) 00:40:08 (2/33) Installing expat (2.2.9-r1) 00:40:08 (3/33) Installing libffi (3.3-r2) 00:40:08 (4/33) Installing gdbm (1.13-r1) 00:40:08 (5/33) Installing xz-libs (5.2.5-r0) 00:40:08 (6/33) Installing sqlite-libs (3.32.1-r0) 00:40:08 (7/33) Installing python3 (3.8.8-r0) 00:40:08 Removing intermediate container 6a7cbe8deb0a 00:40:08 ---> e8cb3de50a80 00:40:08 Step 21/23 : LABEL arch=x86_64 00:40:09 ---> Running in 40f0b2c9fe09 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.287s coverage: 28.6% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.245s coverage: 100.0% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.080s coverage: 100.0% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.369s coverage: 86.7% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.426s coverage: 97.5% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.158s coverage: 78.3% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:12 Removing intermediate container 40f0b2c9fe09 00:40:12 ---> 2ed669382fc9 00:40:12 Step 22/23 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d 00:40:12 ---> Running in ea178e7ad6b3 00:40:12 (8/33) Installing py3-appdirs (1.4.4-r1) 00:40:12 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:40:12 (10/33) Installing py3-parsing (2.4.7-r0) 00:40:12 (11/33) Installing py3-six (1.15.0-r0) 00:40:12 (12/33) Installing py3-packaging (20.4-r0) 00:40:12 (13/33) Installing py3-setuptools (47.0.0-r0) 00:40:12 (14/33) Installing py3-chardet (3.0.4-r4) 00:40:13 (15/33) Installing py3-idna (2.9-r0) 00:40:13 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:40:13 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:40:14 (18/33) Installing py3-requests (2.23.0-r0) 00:40:14 (19/33) Installing py3-msgpack (1.0.0-r0) 00:40:14 Removing intermediate container ea178e7ad6b3 00:40:14 ---> 39932057645e 00:40:14 Step 23/23 : LABEL version=0.0.0 00:40:14 (20/33) Installing py3-lockfile (0.12.2-r3) 00:40:14 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:40:14 (22/33) Installing py3-colorama (0.4.3-r0) 00:40:14 (23/33) Installing py3-distlib (0.3.0-r0) 00:40:15 (24/33) Installing py3-distro (1.5.0-r1) 00:40:15 ---> Running in dd634c294e5c 00:40:15 (25/33) Installing py3-webencodings (0.5.1-r3) 00:40:15 (26/33) Installing py3-html5lib (1.0.1-r4) 00:40:15 (27/33) Installing py3-pytoml (0.1.21-r0) 00:40:15 (28/33) Installing py3-pep517 (0.8.2-r0) 00:40:15 (29/33) Installing py3-progress (1.5-r0) 00:40:15 (30/33) Installing py3-toml (0.10.1-r0) 00:40:15 (31/33) Installing py3-retrying (1.3.3-r0) 00:40:15 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:40:15 (33/33) Installing py3-pip (20.1.1-r0) 00:40:16 Executing busybox-1.31.1-r19.trigger 00:40:16 OK: 71 MiB in 55 packages 00:40:16 Removing intermediate container dd634c294e5c 00:40:16 ---> b617a6896cf7 00:40:16 00:40:16 Successfully built b617a6896cf7 00:40:16 Successfully tagged docker-core-data-go:latest 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.384s coverage: 92.8% of statements 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.220s coverage: 0.1% of statements 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.068s coverage: 47.1% of statements 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.129s coverage: 79.5% of statements 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.106s coverage: 96.3% of statements 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.075s coverage: 87.5% of statements 00:40:22  Building docker-core-data-go ... done Removing intermediate container ff724261c573 00:40:22 ---> 1b9f69609075 00:40:22 Step 20/26 : RUN pip install docker-compose==1.23.2 00:40:22 ---> Running in 2dc32af721dc 00:40:23 Collecting docker-compose==1.23.2 00:40:25 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:40:25 Collecting docopt<0.7,>=0.6.1 00:40:25 Downloading docopt-0.6.2.tar.gz (25 kB) 00:40:25 Collecting cached-property<2,>=1.2.0 00:40:25 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:40:25 Collecting jsonschema<3,>=2.5.1 00:40:25 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:40:26 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:40:26 Collecting texttable<0.10,>=0.9.0 00:40:26 Downloading texttable-0.9.1.tar.gz (11 kB) 00:40:26 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:40:26 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:40:26 Collecting dockerpty<0.5,>=0.4.1 00:40:26 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:40:27 Collecting docker<4.0,>=3.6.0 00:40:27 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:40:27 Collecting websocket-client<1.0,>=0.32.0 00:40:27 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:40:28 Collecting PyYAML<4,>=3.10 00:40:28 Downloading PyYAML-3.13.tar.gz (270 kB) 00:40:29 Collecting urllib3<1.25,>=1.21.1 00:40:29 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:40:29 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:40: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:40:29 Collecting idna<2.8,>=2.5 00:40:29 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:40:29 Collecting docker-pycreds>=0.4.0 00:40:29 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:40:29 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:40:29 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:40:29 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:40:29 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:40:29 Installing collected packages: docopt, cached-property, jsonschema, texttable, urllib3, idna, requests, dockerpty, websocket-client, docker-pycreds, docker, PyYAML, docker-compose 00:40:29 Running setup.py install for docopt: started 00:40:30 Running setup.py install for docopt: finished with status 'done' 00:40:30 Running setup.py install for texttable: started 00:40:30 Running setup.py install for texttable: finished with status 'done' 00:40:30 Attempting uninstall: urllib3 00:40:30 Found existing installation: urllib3 1.25.9 00:40:30 Uninstalling urllib3-1.25.9: 00:40:30 Successfully uninstalled urllib3-1.25.9 00:40:30 Attempting uninstall: idna 00:40:30 Found existing installation: idna 2.9 00:40:30 Uninstalling idna-2.9: 00:40:30 Successfully uninstalled idna-2.9 00:40:31 Attempting uninstall: requests 00:40:31 Found existing installation: requests 2.23.0 00:40:31 Uninstalling requests-2.23.0: 00:40:31 Successfully uninstalled requests-2.23.0 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.070s coverage: 94.4% of statements 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 00:40:31 Running setup.py install for dockerpty: started 00:40:32 Running setup.py install for dockerpty: finished with status 'done' 00:40:32 Running setup.py install for PyYAML: started 00:40:32 Running setup.py install for PyYAML: finished with status 'done' 00:40:33 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:40:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.276s coverage: 81.9% of statements 00:40:37 Removing intermediate container 2dc32af721dc 00:40:37 ---> f1432f1ac4cc 00:40:37 Step 21/26 : RUN apk --no-cache add curl 00:40:37 ---> Running in 226805db3dc4 00:40:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:37 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:40:37 (2/3) Installing libcurl (7.69.1-r3) 00:40:37 (3/3) Installing curl (7.69.1-r3) 00:40:37 Executing busybox-1.31.1-r19.trigger 00:40:37 OK: 72 MiB in 58 packages 00:40:38 Removing intermediate container 226805db3dc4 00:40:38 ---> 15d012d6a852 00:40:38 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:40:38 ---> Running in 5cc1b684eea6 00:40:38 Removing intermediate container 5cc1b684eea6 00:40:38 ---> dbbad42fe5b4 00:40:38 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:38 ---> Running in cda7ebef3c89 00:40:38 Removing intermediate container cda7ebef3c89 00:40:38 ---> 8839df71280e 00:40:38 Step 24/26 : LABEL arch=x86_64 00:40:38 ---> Running in 4dc9e8113f56 00:40:39 Removing intermediate container 4dc9e8113f56 00:40:39 ---> dbaad47f75f0 00:40:39 Step 25/26 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d 00:40:39 ---> Running in 7648c909a4f7 00:40:39 Removing intermediate container 7648c909a4f7 00:40:39 ---> 66c87fa806c5 00:40:39 Step 26/26 : LABEL version=0.0.0 00:40:39 ---> Running in 1c114c214283 00:40:39 Removing intermediate container 1c114c214283 00:40:39 ---> 540e1b6e009b 00:40:39 00:40:39 Successfully built 540e1b6e009b 00:40:39 Successfully tagged docker-sys-mgmt-agent-go:latest 00:40:40  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:40:40 $ docker stop --time=1 9089e7bf17554e6d7cb3733738a9a04ecb73d0f4d39e608d8786ab9dcc1bd74f 00:40:41 $ docker rm -f 9089e7bf17554e6d7cb3733738a9a04ecb73d0f4d39e608d8786ab9dcc1bd74f [Pipeline] // withDockerContainer [Pipeline] sh 00:40:42 + docker images 00:40:42 + grep docker 00:40:43 docker-sys-mgmt-agent-go latest 540e1b6e009b 3 seconds ago 313MB 00:40:43 docker-core-data-go latest b617a6896cf7 27 seconds ago 22.6MB 00:40:43 docker-security-secretstore-setup-go latest 9de3da9d9e85 56 seconds ago 24.9MB 00:40:43 docker-core-command-go latest 11543614e401 About a minute ago 17.2MB 00:40:43 docker-security-bootstrapper-go latest f3da1b6a3133 About a minute ago 18.8MB 00:40:43 docker-core-metadata-go latest 34ac866549ac 2 minutes ago 19MB 00:40:43 docker-support-notifications-go latest 6ee446146d50 2 minutes ago 17.8MB 00:40:43 docker-support-scheduler-go latest 49a3a426ce8f 2 minutes ago 17.3MB 00:40:43 docker-security-proxy-setup-go latest 077f6575f305 2 minutes ago 24.7MB 00:40:43 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.139s coverage: 92.9% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.069s coverage: 77.8% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.081s coverage: 87.2% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 75.5% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.150s coverage: 87.2% of statements 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.190s coverage: 84.6% of statements 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.171s coverage: 91.6% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.550s coverage: 62.4% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.123s coverage: 91.3% of statements 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.084s coverage: 100.0% of statements 00:40:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.777s coverage: 69.0% of statements 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.369s coverage: 38.4% of statements 00:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.087s coverage: 89.5% of statements 00:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.102s coverage: 84.8% of statements 00:40:58 Still waiting to schedule task 00:40:58 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-30070’ 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.518s coverage: 47.0% of statements 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.122s coverage: 100.0% of statements 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.105s coverage: 100.0% of statements 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.438s coverage: 87.1% of statements 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:41:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.778s coverage: 29.1% of statements 00:41:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.211s coverage: 99.0% of statements 00:41:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements 00:41:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:41:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:41:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:41:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.252s coverage: 96.5% of statements 00:41:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:41:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:41:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:41:10 ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements 00:41:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.064s coverage: 100.0% of statements 00:41:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements 00:41:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements 00:41:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.062s coverage: 32.1% of statements 00:41:10 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.086s coverage: 100.0% of statements 00:41:11 GO111MODULE=on go vet ./... 00:42:28 Running on prd-ubuntu18.04-docker-8c-8g-30072 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:42:28 Running in /w/workspace/edgex-go/83 [Pipeline] { [Pipeline] checkout 00:42:30 using credential edgex-jenkins-ssh 00:42:30 Cloning the remote Git repository 00:42:30 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:42:30 > git init /w/workspace/edgex-go/83 # timeout=10 00:42:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:30 > git --version # timeout=10 00:42:30 > git --version # 'git version 2.17.1' 00:42:30 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:32 gofmt -l . 00:42:34 [ "`gofmt -l .`" = "" ] 00:42:38 ./bin/test-go-mod-tidy.sh 00:42:38 ./bin/test-attribution-txt.sh 00:42:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:39 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:42:39 Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:42:40 Merge succeeded, producing 0a6facb5d1e4cdc059be9cd6dc0c22bbe7e30c1c 00:42:40 Checking out Revision 0a6facb5d1e4cdc059be9cd6dc0c22bbe7e30c1c (PR-2858) [Pipeline] sh 00:42:39 > git config core.sparsecheckout # timeout=10 00:42:39 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:42:39 > git remote # timeout=10 00:42:39 > git config --get remote.origin.url # timeout=10 00:42:39 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:39 > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 00:42:40 > git rev-parse HEAD^{commit} # timeout=10 00:42:40 > git config core.sparsecheckout # timeout=10 00:42:40 > git checkout -f 0a6facb5d1e4cdc059be9cd6dc0c22bbe7e30c1c # timeout=10 00:42:41 + ls -al . 00:42:41 total 788 00:42:41 drwxrwxr-x 9 1001 1001 4096 Mar 17 00:42 . 00:42:41 drwxr-xr-x 4 root root 4096 Mar 17 00:37 .. 00:42:41 -rw-rw-r-- 1 1001 1001 11 Mar 17 00:36 .dockerignore 00:42:41 drwxrwxr-x 8 1001 1001 4096 Mar 17 00:36 .git 00:42:41 drwxrwxr-x 3 1001 1001 4096 Mar 17 00:36 .github 00:42:41 -rw-rw-r-- 1 1001 1001 818 Mar 17 00:36 .gitignore 00:42:41 -rw-rw-r-- 1 1001 1001 166 Mar 17 00:36 .sonarcloud.properties 00:42:41 -rw-rw-r-- 1 1001 1001 8607 Mar 17 00:36 Attribution.txt 00:42:41 -rw-rw-r-- 1 1001 1001 3804 Mar 17 00:36 CONTRIBUTING.md 00:42:41 -rw-rw-r-- 1 1001 1001 931 Mar 17 00:36 Dockerfile.build 00:42:41 -rw-rw-r-- 1 1001 1001 863 Mar 17 00:36 Jenkinsfile 00:42:41 -rw-rw-r-- 1 1001 1001 10775 Mar 17 00:36 LICENSE 00:42:41 -rw-rw-r-- 1 1001 1001 5774 Mar 17 00:36 Makefile 00:42:41 -rw-rw-r-- 1 1001 1001 6548 Mar 17 00:36 README.md 00:42:41 -rw-rw-r-- 1 1001 1001 6755 Mar 17 00:36 SECURITY.md 00:42:41 -rw-rw-r-- 1 1001 1001 5 Mar 17 00:32 VERSION 00:42:41 -rw-rw-r-- 1 1001 1001 4131 Mar 17 00:36 ZMQWindows.md 00:42:41 drwxrwxr-x 2 1001 1001 4096 Mar 17 00:36 bin 00:42:41 drwxrwxr-x 14 1001 1001 4096 Mar 17 00:36 cmd 00:42:41 -rw-r--r-- 1 root root 650607 Mar 17 00:41 coverage.out 00:42:41 -rw-r--r-- 1 root root 1055 Mar 17 00:42 go.mod 00:42:41 -rw-r--r-- 1 root root 21981 Mar 17 00:42 go.sum 00:42:41 drwxrwxr-x 8 1001 1001 4096 Mar 17 00:36 internal 00:42:41 drwxrwxr-x 4 1001 1001 4096 Mar 17 00:36 openapi 00:42:41 drwxrwxr-x 4 1001 1001 4096 Mar 17 00:36 snap 00:42:41 -rw-rw-r-- 1 1001 1001 168 Mar 17 00:36 version.go [Pipeline] sh 00:42:42 + '[' -e coverage.out ] 00:42:42 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:42 Warning: overwriting stash ‘coverage-report’ 00:42:43 Stashed 1 file(s) [Pipeline] sh 00:42:43 Commit message: "Merge commit '4dfaf167a75f3c6dea6f872deeb8969b2f6df637' into HEAD" 00:42:43 First time build. Skipping changelog. 00:42:44 + make build 00:42:44 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:42:43 > git rev-list --no-walk 66de3d8016e52a044aafc87a40b3405e37ebe62e # timeout=10 00:42:45 + echo snap-build.sh 00:42:45 snap-build.sh 00:42:45 + SNAP_BASE_DIR=. 00:42:45 + '[' '!' -z /w/workspace/edgex-go/83 ']' 00:42:45 + SNAP_BASE_DIR=/w/workspace/edgex-go/83 00:42:45 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/83]' 00:42:45 [snap-build] Building snap in dir [/w/workspace/edgex-go/83] 00:42:45 + cd /w/workspace/edgex-go/83 00:42:45 + sudo apt-get remove -qy --purge lxd lxd-client 00:42:45 Reading package lists... 00:42:45 Building dependency tree... 00:42:45 Reading state information... 00:42:45 The following packages were automatically installed and are no longer required: 00:42:45 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:42:45 uidmap xdelta3 00:42:45 Use 'sudo apt autoremove' to remove them. 00:42:45 The following packages will be REMOVED: 00:42:45 lxd* lxd-client* 00:42:45 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:42:45 After this operation, 31.7 MB disk space will be freed. 00:42:46 (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:42:46 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:47 Removing lxd dnsmasq configuration 00:42:48 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:42:48 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:42:49 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:42:49 (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:42:49 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:51 Processing triggers for systemd (237-3ubuntu10.42) ... 00:42:51 Processing triggers for ureadahead (0.100.0-21) ... 00:42:52 + sudo snap remove --purge lxd 00:42:52 snap "lxd" is not installed 00:42:52 + sudo groupadd --force --system lxd 00:42:52 ++ whoami 00:42:52 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:42:52 + newgrp - lxd 00:42:52 + sudo snap install lxd 00:42:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:43:05 2021-03-17T00:43:01Z INFO Waiting for automatic snapd restart... 00:43:23 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:43:26 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:43:27 lxd 4.12 from Canonical* installed 00:43:27 + sudo lxd init --auto 00:43:34 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:43:35 + sudo snap install --classic snapcraft 00:43:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:43:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:43:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:43:50 snapcraft 4.5.4 from Canonical* installed 00:43:50 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:43:50 + patch --verbose -p1 00:43:50 Hmm... Looks like a unified diff to me... 00:43:50 The text leading up to this was: 00:43:50 -------------------------- 00:43:50 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:43:50 |From: Tony Espy 00:43:50 |Date: Tue, 9 Mar 2021 19:05:15 -0500 00:43:50 |Subject: [PATCH] optimize snap build for pipeline CI check 00:43:50 | 00:43:50 |This patch is used by the EdgeX CI pipeline builds to 00:43:50 |optimize the snap CI check run for pull requests. When 00:43:50 |applied, it essentially strips out everything (apps and 00:43:50 |parts) from the snapcraft.yaml file except those required 00:43:50 |to build edgex-go, as the whole idea of the CI check is to 00:43:50 |catch changes to edgex-go that break the snap build. 00:43:50 | 00:43:50 |In general, anyone updating snapcraft.yaml will also need 00:43:50 |to update this patch file, otherwise it may fail to apply, 00:43:50 |resulting in a failed snap build CI check in the associated 00:43:50 |pull request. 00:43:50 | 00:43:50 |Note - in addition to applying this patch, the pipeline also 00:43:50 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:43:50 |need to build the finally binary .snap file (and it won't 00:43:50 |work with the patch applied). This further reduces the build 00:43:50 |time. 00:43:50 |--- 00:43:50 | snap/snapcraft.yaml | 452 +------------------------------------------- 00:43:50 | 1 file changed, 1 insertion(+), 451 deletions(-) 00:43:50 | 00:43:50 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:43:50 |index d8bc12bc..5a5f5fbb 100644 00:43:50 |--- a/snap/snapcraft.yaml 00:43:50 |+++ b/snap/snapcraft.yaml 00:43:50 -------------------------- 00:43:50 patching file snap/snapcraft.yaml 00:43:50 Using Plan A... 00:43:50 Hunk #1 succeeded at 73. 00:43:50 Hunk #2 succeeded at 205. 00:43:50 Hunk #3 succeeded at 217. 00:43:50 Hunk #4 FAILED at 225. 00:43:50 Hunk #5 succeeded at 303 (offset 1 line). 00:43:50 Hunk #6 succeeded at 330 (offset 1 line). 00:43:50 Hunk #7 succeeded at 342 (offset 1 line). 00:43:50 Hunk #8 FAILED at 397. 00:43:50 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:43:50 Hmm... Ignoring the trailing garbage. 00:43:50 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:43:50 Failed in branch amd64 00:43:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:43:58 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:44:04 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:44:07 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:44:15 $ docker stop --time=1 33eb56ff84466436fa6c453238474734d3969f6e13245c16b42b696cf3180e86 00:44:18 $ docker rm -f 33eb56ff84466436fa6c453238474734d3969f6e13245c16b42b696cf3180e86 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:20 00:44:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:21 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:21 29e5d40040c1: Pulling fs layer 00:44:21 1ce36da41761: Pulling fs layer 00:44:21 25b303627fd3: Pulling fs layer 00:44:21 29e5d40040c1: Verifying Checksum 00:44:21 29e5d40040c1: Download complete 00:44:21 1ce36da41761: Verifying Checksum 00:44:21 1ce36da41761: Download complete 00:44:21 29e5d40040c1: Pull complete 00:44:23 1ce36da41761: Pull complete 00:44:24 25b303627fd3: Verifying Checksum 00:44:24 25b303627fd3: Download complete 00:44:34 25b303627fd3: Pull complete 00:44:34 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:44:34 prd-ubuntu18.04-docker-arm64-4c-16g-30068 does not seem to be running inside a container 00:44:34 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/83 -v /w/workspace/edgex-go/83:/w/workspace/edgex-go/83:rw,z -v /w/workspace/edgex-go/83@tmp:/w/workspace/edgex-go/83@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:44:38 $ docker top 30c80c2c665562cbce6b12e07a606eb9c6fef8bedc57b2d4d7bd25f47947c1c7 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:39 + docker-compose build --help 00:44:39 + grep parallel 00:44:45 --parallel Build images in parallel. [Pipeline] } 00:44:45 $ docker stop --time=1 30c80c2c665562cbce6b12e07a606eb9c6fef8bedc57b2d4d7bd25f47947c1c7 00:44:47 $ docker rm -f 30c80c2c665562cbce6b12e07a606eb9c6fef8bedc57b2d4d7bd25f47947c1c7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:48 . [Pipeline] withDockerContainer 00:44:48 prd-ubuntu18.04-docker-arm64-4c-16g-30068 does not seem to be running inside a container 00:44:49 $ 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/83 -v /w/workspace/edgex-go/83:/w/workspace/edgex-go/83:rw,z -v /w/workspace/edgex-go/83@tmp:/w/workspace/edgex-go/83@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:44:50 $ docker top deb85520b8e7bfb9ad20e6884bf1c9773eb4545ce47b40ff82ced7dd135b0c44 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:51 + docker-compose -f ./docker-compose-build.yml build --parallel 00:44:58 Building docker-core-command-go ... 00:44:58 Building docker-core-data-go ... 00:44:58 Building docker-core-metadata-go ... 00:44:58 Building docker-security-bootstrapper-go ... 00:44:58 Building docker-security-proxy-setup-go ... 00:44:58 Building docker-security-secretstore-setup-go ... 00:44:58 Building docker-support-notifications-go ... 00:44:58 Building docker-support-scheduler-go ... 00:44:58 Building docker-sys-mgmt-agent-go ... 00:44:58 Building docker-sys-mgmt-agent-go 00:44:58 Building docker-core-command-go 00:44:58 Building docker-security-bootstrapper-go 00:44:58 Building docker-core-metadata-go 00:44:58 Building docker-support-scheduler-go 00:46:19 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:19 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:46:19 ---> df33755112e3 00:46:19 Step 3/26 : WORKDIR /edgex-go 00:46:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:19 ---> df33755112e3 00:46:19 Step 3/22 : WORKDIR /edgex-go 00:46:19 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:19 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:46:19 ---> df33755112e3 00:46:19 Step 3/31 : WORKDIR /edgex-go 00:46:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:19 ---> df33755112e3 00:46:19 Step 3/23 : WORKDIR /edgex-go 00:46:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:19 ---> df33755112e3 00:46:19 Step 3/23 : WORKDIR /edgex-go 00:46:19 ---> Running in 13b9a773a5ff 00:46:19 ---> Running in 6a80fc80d70b 00:46:19 ---> Running in 0c913b483e4d 00:46:19 ---> Running in f4c1c9161127 00:46:19 ---> Running in 11b26b95327d 00:46:19 Removing intermediate container 0c913b483e4d 00:46:19 Removing intermediate container f4c1c9161127 00:46:19 ---> 348a6e27980f 00:46:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:19 ---> f45a9afb9f92 00:46:19 Removing intermediate container 6a80fc80d70b 00:46:19 ---> 3fbf5040b599 00:46:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 13b9a773a5ff 00:46:19 ---> ee259007756e 00:46:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:19 00:46:19 Removing intermediate container 11b26b95327d 00:46:19 ---> 98c3574a9ed8 00:46:19 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:19 ---> Running in e6e0c18eefff 00:46:19 ---> Running in 9db4de5c79d7 00:46:19 ---> Running in bbda727146d9 00:46:19 ---> Running in 9fe4a4fe332f 00:46:19 ---> Running in f2cc6c1db75f 00:46:22 Removing intermediate container e6e0c18eefff 00:46:22 ---> c9996562a8d9 00:46:22 Step 5/26 : RUN apk add --update --no-cache make bash git 00:46:22 ---> Running in 2f24ea81626c 00:46:22 Removing intermediate container 9db4de5c79d7 00:46:22 ---> 9aa666bd4e2d 00:46:22 Step 5/22 : RUN apk add --update --no-cache make git 00:46:22 Removing intermediate container bbda727146d9 00:46:22 ---> 5826f045741e 00:46:22 Step 5/23 : RUN apk add --update --no-cache make git 00:46:22 ---> Running in 8174162f0bb2 00:46:22 ---> Running in 829b9db31e18 00:46:23 Removing intermediate container f2cc6c1db75f 00:46:23 ---> 6d2fa8565a05 00:46:23 Step 5/31 : RUN apk add --update --no-cache make git 00:46:23 Removing intermediate container 9fe4a4fe332f 00:46:23 ---> 02bef8e2284f 00:46:23 Step 5/23 : RUN apk add --update --no-cache make git 00:46:23 ---> Running in cdc7167f3052 00:46:23 ---> Running in f2643ffc44a4 00:46:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:25 OK: 217 MiB in 51 packages 00:46:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:27 OK: 217 MiB in 51 packages 00:46:27 OK: 217 MiB in 51 packages 00:46:27 OK: 217 MiB in 51 packages 00:46:27 OK: 217 MiB in 51 packages 00:46:27 Removing intermediate container 2f24ea81626c 00:46:27 ---> bf0650141ad5 00:46:27 Step 6/26 : COPY go.mod . 00:46:29 ---> 1c3d4ce5fa16 00:46:29 Step 7/26 : RUN go mod download 00:46:29 Removing intermediate container 8174162f0bb2 00:46:29 ---> 30ec2565f453 00:46:29 Step 6/22 : COPY go.mod . 00:46:29 ---> Running in 063629c04179 00:46:29 Removing intermediate container 829b9db31e18 00:46:29 ---> c1c92cc7068e 00:46:29 Step 6/23 : COPY go.mod . 00:46:29 Removing intermediate container cdc7167f3052 00:46:29 ---> c3727768fe2d 00:46:29 Step 6/31 : COPY go.mod . 00:46:29 Removing intermediate container f2643ffc44a4 00:46:29 ---> 3db7653532d0 00:46:29 Step 6/23 : COPY go.mod . 00:46:30 ---> b21b234f5f0d 00:46:30 Step 7/22 : RUN go mod download 00:46:30 ---> d8e7af0907bf 00:46:30 Step 7/23 : RUN go mod download 00:46:30 ---> Running in 0e8c04647ff9 00:46:30 ---> 8ddfb52ba439 00:46:30 Step 7/31 : RUN go mod download 00:46:30 ---> Running in b4d38acacd64 00:46:31 ---> 3121b094999a 00:46:31 Step 7/23 : RUN go mod download 00:46:31 ---> Running in 8c8ed765a67b 00:46:31 ---> Running in 930a68430cac 00:46:33 Removing intermediate container 063629c04179 00:46:33 ---> ecf4f9e9c2c8 00:46:33 Step 8/26 : COPY . . 00:46:36 Removing intermediate container 0e8c04647ff9 00:46:36 ---> 24285337b8ff 00:46:36 Step 8/22 : COPY . . 00:46:37 Removing intermediate container 8c8ed765a67b 00:46:37 ---> f5dd6925871d 00:46:37 Step 8/31 : COPY . . 00:46:38 Removing intermediate container b4d38acacd64 00:46:38 ---> 1302b67764f6 00:46:38 Removing intermediate container 930a68430cac 00:46:38 ---> 1eb869e2fa83 00:46:38 Step 8/23 : COPY . . 00:46:38 Step 8/23 : COPY . . 00:47:04 ---> 64c275e2cb90 00:47:04 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:47:04 ---> Running in a0fe09523dec 00:47:04 ---> 0880df557c43 00:47:04 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:47:04 ---> 10c814724a39 00:47:04 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:47:04 ---> 0438c31ca5a9 00:47:04 Step 9/23 : RUN make cmd/core-command/core-command 00:47:04 ---> 656209c4cf6f 00:47:04 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:47:04 ---> Running in 23612adef663 00:47:04 ---> Running in 199eed0a9d51 00:47:04 ---> Running in f37cc83204df 00:47:04 ---> Running in 16f5192a7fa8 00:47:04 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:47:05 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:47:05 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:47:06 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:47:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:49:13 Removing intermediate container a0fe09523dec 00:49:13 ---> 6c37b9e90c2e 00:49:13 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:49:13 ---> Running in 3df0862c31b2 00:49:13 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:49:13 Removing intermediate container 3df0862c31b2 00:49:13 ---> 6ce112d3cf2c 00:49:13 00:49:13 Step 11/26 : FROM docker:20.10.0 00:49:13 20.10.0: Pulling from library/docker 00:49:13 Removing intermediate container 16f5192a7fa8 00:49:13 ---> 5da116df0b85 00:49:13 00:49:13 Step 10/31 : FROM alpine:3.12 00:49:13 3.12: Pulling from library/alpine 00:49:13 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:49:13 Status: Downloaded newer image for alpine:3.12 00:49:13 ---> d10569e2745f 00:49:13 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:49:13 ---> Running in 217d20e4635b 00:49:13 Removing intermediate container 217d20e4635b 00:49:13 ---> 3aef288e6fd2 00:49:13 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:49:13 ---> Running in 221c5eaeb321 00:49:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:16 (1/2) Installing dumb-init (1.2.2-r1) 00:49:16 (2/2) Installing su-exec (0.2-r1) 00:49:16 Executing busybox-1.31.1-r19.trigger 00:49:16 OK: 5 MiB in 16 packages 00:49:19 Removing intermediate container 221c5eaeb321 00:49:19 ---> 6528c2b25720 00:49:19 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:49:19 Removing intermediate container f37cc83204df 00:49:19 ---> 4caf86658e8d 00:49:19 00:49:19 Step 10/23 : FROM alpine:3.12 00:49:19 ---> d10569e2745f 00:49:19 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:49:19 Removing intermediate container 23612adef663 00:49:19 ---> 3c8b28cae758 00:49:19 00:49:19 Step 10/22 : FROM alpine:3.12 00:49:19 ---> d10569e2745f 00:49:19 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:49:20 ---> Running in c18ab059eea9 00:49:20 ---> Running in d0331f18cfa9 00:49:20 ---> Running in 77637c73f965 00:49:21 Removing intermediate container d0331f18cfa9 00:49:21 ---> 822bb27e7404 00:49:21 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:49:21 ---> Running in 57e59e5ae481 00:49:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:22 Removing intermediate container 57e59e5ae481 00:49:22 ---> 06f18e756e89 00:49:22 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:49:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:23 ---> Running in 97d76fd28b2b 00:49:23 (1/1) Installing dumb-init (1.2.2-r1) 00:49:23 Executing busybox-1.31.1-r19.trigger 00:49:23 OK: 5 MiB in 15 packages 00:49:23 (1/1) Installing dumb-init (1.2.2-r1) 00:49:23 Executing busybox-1.31.1-r19.trigger 00:49:23 OK: 5 MiB in 15 packages 00:49:25 Removing intermediate container c18ab059eea9 00:49:25 ---> f33b1c401e90 00:49:25 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:26 ---> Running in 30d8356562e2 00:49:26 Removing intermediate container 77637c73f965 00:49:26 ---> baa1cee4e5ee 00:49:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:26 ---> Running in 00d62eef63bd 00:49:26 Removing intermediate container 199eed0a9d51 00:49:26 ---> e51507b0e5ae 00:49:26 00:49:26 Step 10/23 : FROM alpine:3.12 00:49:26 ---> d10569e2745f 00:49:26 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:49:26 ---> Using cache 00:49:26 ---> baa1cee4e5ee 00:49:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:27 Removing intermediate container 97d76fd28b2b 00:49:27 ---> be004d39619d 00:49:27 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:49:27 Removing intermediate container 30d8356562e2 00:49:27 ---> 9cff5a649a21 00:49:27 Step 13/23 : ENV APP_PORT=48082 00:49:27 ---> Running in 0b930cc2b6c5 00:49:27 ---> Running in fb6bb4781e69 00:49:27 Removing intermediate container 00d62eef63bd 00:49:27 ---> e96c2414d9ad 00:49:27 Step 13/22 : ENV APP_PORT=48085 00:49:27 ---> Running in a84a00a9b0ba 00:49:27 ---> Running in d1562840c3f7 00:49:28 Removing intermediate container fb6bb4781e69 00:49:28 ---> 8a9f8bfff090 00:49:28 Step 13/23 : ENV APP_PORT=48081 00:49:28 ---> Running in be7fdacca9dc 00:49:28 Removing intermediate container 0b930cc2b6c5 00:49:28 ---> 0cca43bb8fb8 00:49:28 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:49:28 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:49:28 Removing intermediate container a84a00a9b0ba 00:49:28 ---> 2c4d8cb29da7 00:49:28 Step 14/23 : EXPOSE $APP_PORT 00:49:28 Status: Downloaded newer image for docker:20.10.0 00:49:28 ---> eeaf43b92773 00:49:28 Step 12/26 : RUN apk add --no-cache bash 00:49:28 Removing intermediate container d1562840c3f7 00:49:28 ---> 5bc57d6734be 00:49:28 Step 14/22 : EXPOSE $APP_PORT 00:49:29 ---> Running in 0e081381d12c 00:49:29 ---> Running in 7eaba54dbcac 00:49:29 ---> Running in d1c72032f198 00:49:29 Removing intermediate container be7fdacca9dc 00:49:29 ---> 0cc2a773e53a 00:49:29 Step 14/23 : EXPOSE $APP_PORT 00:49:29 ---> Running in 39360a8dde52 00:49:29 Removing intermediate container 0e081381d12c 00:49:29 ---> 8c053ab164de 00:49:29 Step 15/23 : WORKDIR / 00:49:29 Removing intermediate container d1c72032f198 00:49:29 ---> f61186d74346 00:49:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:30 ---> Running in e919b86e31d2 00:49:30 ---> 52b2ac152660 00:49:30 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:49:30 ---> Running in 0d8e685955a2 00:49:30 Removing intermediate container 39360a8dde52 00:49:30 ---> 7a9a1365823b 00:49:30 Step 15/23 : WORKDIR / 00:49:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:31 ---> Running in 93763f1666b0 00:49:31 Removing intermediate container e919b86e31d2 00:49:31 ---> 99e16c080d95 00:49:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:31 ---> a194c38d3a5c 00:49:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:49:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:31 Removing intermediate container 93763f1666b0 00:49:31 ---> 1c2d5fe129b0 00:49:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:32 (1/2) Installing readline (8.0.4-r0) 00:49:32 (2/2) Installing bash (5.0.17-r0) 00:49:32 Executing bash-5.0.17-r0.post-install 00:49:32 Executing busybox-1.31.1-r19.trigger 00:49:32 OK: 12 MiB in 22 packages 00:49:32 ---> a7396aacb2cb 00:49:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:49:33 ---> 5da9d08ddf26 00:49:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:49:33 ---> 9df246ea66e9 00:49:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:49:34 Removing intermediate container 7eaba54dbcac 00:49:34 ---> d6725d1a25d1 00:49:34 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:49:34 Removing intermediate container 0d8e685955a2 00:49:34 ---> a4455a72723e 00:49:34 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:34 ---> Running in bea8907537fc 00:49:35 ---> 56af7488f5e3 00:49:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:35 ---> b8d70a4615b0 00:49:35 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:49:35 ---> d42c598e8e8a 00:49:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:49:35 ---> Running in 68c7baa72d6c 00:49:35 Removing intermediate container bea8907537fc 00:49:35 ---> d44cfb4b8fbd 00:49:35 Step 14/26 : ENV APP_PORT=48090 00:49:36 ---> Running in f4644496bfc5 00:49:36 ---> f252613bf757 00:49:36 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:49:36 Removing intermediate container 68c7baa72d6c 00:49:36 ---> 55629572cc6f 00:49:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:36 ---> 944f2b77a7db 00:49:36 Step 19/23 : ENTRYPOINT ["/core-command"] 00:49:36 ---> Running in 83913208a73d 00:49:36 ---> Running in 8fc575093fa3 00:49:36 ---> 7b267b7b1211 00:49:36 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:49:36 Removing intermediate container f4644496bfc5 00:49:36 ---> 7cf932a8216a 00:49:36 Step 15/26 : EXPOSE $APP_PORT 00:49:37 ---> Running in 2df57167558e 00:49:37 ---> Running in dd06f6079d44 00:49:37 Removing intermediate container 83913208a73d 00:49:37 ---> cb105853be6a 00:49:37 Step 20/22 : LABEL arch=arm64 00:49:37 Removing intermediate container 8fc575093fa3 00:49:37 ---> 088baf4f7580 00:49:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:37 ---> Running in 1cb2aa45afd1 00:49:37 ---> Running in ec70abc17140 00:49:37 ---> 9b948f309f90 00:49:37 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:49:37 Removing intermediate container 2df57167558e 00:49:37 ---> 6c3bd6d5909c 00:49:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:37 Removing intermediate container dd06f6079d44 00:49:37 ---> 97bbfa9a9f1c 00:49:37 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:49:38 Removing intermediate container 1cb2aa45afd1 00:49:38 ---> c409ff0462ff 00:49:38 Step 21/22 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d 00:49:38 ---> Running in c32ef7e0699c 00:49:38 ---> Running in 856644bc7283 00:49:38 Removing intermediate container ec70abc17140 00:49:38 ---> 39b03208af51 00:49:38 Step 21/23 : LABEL arch=arm64 00:49:39 ---> Running in ec5ffbb54529 00:49:39 Removing intermediate container c32ef7e0699c 00:49:39 ---> c55f8b6ed9de 00:49:39 Step 21/23 : LABEL arch=arm64 00:49:39 ---> 238ae2d3b8eb 00:49:39 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:49:39 Removing intermediate container 856644bc7283 00:49:39 ---> 347ffce96d28 00:49:39 Step 22/22 : LABEL version=0.0.0 00:49:39 ---> Running in 5ad1e3a80dda 00:49:39 ---> Running in 6fcfa4d802f0 00:49:39 Removing intermediate container ec5ffbb54529 00:49:39 ---> c08b2cba6164 00:49:39 Step 22/23 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d 00:49:39 ---> 2da57c7507e7 00:49:39 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:49:40 ---> Running in 81a5a26d5c54 00:49:40 Removing intermediate container 5ad1e3a80dda 00:49:40 ---> 90d339a621c5 00:49:40 Step 22/23 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d 00:49:40 Removing intermediate container 6fcfa4d802f0 00:49:40 ---> d9423be21a43 00:49:40 00:49:40 ---> 79645aa6dc26 00:49:40 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:49:40 ---> Running in 43b38540a75d 00:49:41 Removing intermediate container 81a5a26d5c54 00:49:41 ---> 0d8e84c79722 00:49:41 Step 23/23 : LABEL version=0.0.0 00:49:41 Successfully built d9423be21a43 00:49:41 ---> 2a8a76be69cd 00:49:41 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:49:41 Successfully tagged docker-support-scheduler-go-arm64:latest 00:49:41  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 00:49:41 ---> Running in 3f5033dd0324 00:49:41 Removing intermediate container 43b38540a75d 00:49:41 ---> e32be6a11963 00:49:41 Step 23/23 : LABEL version=0.0.0 00:49:41 ---> Running in 83c3f8695817 00:49:41 ---> 417af4390e75 00:49:41 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:49:41 Removing intermediate container 3f5033dd0324 00:49:41 ---> a9a3eb644ce0 00:49:41 00:49:42 ---> Running in 88182f412e43 00:49:42 Removing intermediate container 83c3f8695817 00:49:42 ---> 493494febfd1 00:49:42 00:49:42 Successfully built a9a3eb644ce0 00:49:42 ---> dcf0eedf9146 00:49:42 Step 19/26 : RUN apk --no-cache add py3-pip 00:49:42 Successfully tagged docker-core-command-go-arm64:latest 00:49:42  Building docker-core-command-go ... done Building docker-support-notifications-go 00:49:43 ---> Running in f738aa78d69a 00:49:43 Successfully built 493494febfd1 00:49:43 Successfully tagged docker-core-metadata-go-arm64:latest 00:49:43  Building docker-core-metadata-go ... done Building docker-core-data-go 00:49:43 Removing intermediate container 88182f412e43 00:49:43 ---> 2c6101b11ae0 00:49:43 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:49:44 ---> 291b4ed10130 00:49:44 Step 26/31 : RUN chmod +x /entrypoint.sh 00:49:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:44 ---> Running in a5834f472dce 00:49:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:45 (1/33) Installing libbz2 (1.0.8-r1) 00:49:45 (2/33) Installing expat (2.2.9-r1) 00:49:45 (3/33) Installing libffi (3.3-r2) 00:49:45 (4/33) Installing gdbm (1.13-r1) 00:49:45 (5/33) Installing xz-libs (5.2.5-r0) 00:49:45 (6/33) Installing sqlite-libs (3.32.1-r0) 00:49:46 (7/33) Installing python3 (3.8.8-r0) 00:49:48 Removing intermediate container a5834f472dce 00:49:48 ---> b70c32f4cb65 00:49:48 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:49:48 (8/33) Installing py3-appdirs (1.4.4-r1) 00:49:48 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:49:48 (10/33) Installing py3-parsing (2.4.7-r0) 00:49:48 (11/33) Installing py3-six (1.15.0-r0) 00:49:48 (12/33) Installing py3-packaging (20.4-r0) 00:49:49 (13/33) Installing py3-setuptools (47.0.0-r0) 00:49:49 (14/33) Installing py3-chardet (3.0.4-r4) 00:49:49 (15/33) Installing py3-idna (2.9-r0) 00:49:49 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:49:49 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:49:49 (18/33) Installing py3-requests (2.23.0-r0) 00:49:49 (19/33) Installing py3-msgpack (1.0.0-r0) 00:49:49 (20/33) Installing py3-lockfile (0.12.2-r3) 00:49:49 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:49:49 (22/33) Installing py3-colorama (0.4.3-r0) 00:49:49 (23/33) Installing py3-distlib (0.3.0-r0) 00:49:49 (24/33) Installing py3-distro (1.5.0-r1) 00:49:49 (25/33) Installing py3-webencodings (0.5.1-r3) 00:49:49 (26/33) Installing py3-html5lib (1.0.1-r4) 00:49:49 (27/33) Installing py3-pytoml (0.1.21-r0) 00:49:49 (28/33) Installing py3-pep517 (0.8.2-r0) 00:49:49 (29/33) Installing py3-progress (1.5-r0) 00:49:49 (30/33) Installing py3-toml (0.10.1-r0) 00:49:49 (31/33) Installing py3-retrying (1.3.3-r0) 00:49:49 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:49:49 (33/33) Installing py3-pip (20.1.1-r0) 00:49:49 Executing busybox-1.31.1-r19.trigger 00:49:49 OK: 71 MiB in 55 packages 00:49:50 ---> Running in ff0d8c82b5ee 00:49:51 Removing intermediate container ff0d8c82b5ee 00:49:51 ---> 42fdfe2aa857 00:49:51 Step 28/31 : CMD ["gate"] 00:49:51 ---> Running in cf3c5397f918 00:49:52 Removing intermediate container cf3c5397f918 00:49:52 ---> eed418a371f0 00:49:52 Step 29/31 : LABEL arch=arm64 00:49:53 ---> Running in 424bbcf1a8cb 00:49:53 Removing intermediate container 424bbcf1a8cb 00:49:53 ---> f0eb480aea45 00:49:53 Step 30/31 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d 00:49:55 ---> Running in 4d1693cb5560 00:49:56 Removing intermediate container 4d1693cb5560 00:49:56 ---> fa13f3b7112e 00:49:56 Step 31/31 : LABEL version=0.0.0 00:49:57 ---> Running in d59cd5f5e69f 00:49:58 Removing intermediate container f738aa78d69a 00:49:58 ---> 8461b08eeb9c 00:49:58 Step 20/26 : RUN pip install docker-compose==1.23.2 00:49:58 Removing intermediate container d59cd5f5e69f 00:49:58 ---> 7c9362654095 00:49:58 00:49:58 ---> Running in 78c8c5e57b05 00:49:58 Successfully built 7c9362654095 00:49:58 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:49:58  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go 00:50:05 Collecting docker-compose==1.23.2 00:50:05 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:50:06 Collecting PyYAML<4,>=3.10 00:50:06 Downloading PyYAML-3.13.tar.gz (270 kB) 00:50:10 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:50:11 Collecting dockerpty<0.5,>=0.4.1 00:50:11 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:50:14 Collecting docker<4.0,>=3.6.0 00:50:14 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:50:15 Collecting texttable<0.10,>=0.9.0 00:50:15 Downloading texttable-0.9.1.tar.gz (11 kB) 00:50:18 Collecting docopt<0.7,>=0.6.1 00:50:18 Downloading docopt-0.6.2.tar.gz (25 kB) 00:50:22 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:50:22 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:50:23 Collecting cached-property<2,>=1.2.0 00:50:23 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:50:23 Collecting websocket-client<1.0,>=0.32.0 00:50:23 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:50:24 Collecting jsonschema<3,>=2.5.1 00:50:24 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:50:25 Collecting docker-pycreds>=0.4.0 00:50:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:50:25 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:50:25 Collecting idna<2.8,>=2.5 00:50:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:50:25 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:50:26 Collecting urllib3<1.25,>=1.21.1 00:50:26 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:50:26 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:50:26 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:50:27 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:50:27 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:50:28 Installing collected packages: PyYAML, dockerpty, websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, docopt, cached-property, jsonschema, docker-compose 00:50:28 Running setup.py install for PyYAML: started 00:50:31 Running setup.py install for PyYAML: finished with status 'done' 00:50:31 Running setup.py install for dockerpty: started 00:50:34 Running setup.py install for dockerpty: finished with status 'done' 00:50:36 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:36 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:50:36 ---> df33755112e3 00:50:36 Step 3/24 : WORKDIR /edgex-go 00:50:36 ---> Using cache 00:50:36 ---> 348a6e27980f 00:50:36 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:36 ---> Using cache 00:50:36 ---> 9aa666bd4e2d 00:50:36 Step 5/24 : RUN apk add --update --no-cache make git 00:50:36 ---> Using cache 00:50:36 ---> 30ec2565f453 00:50:36 Step 6/24 : COPY go.mod . 00:50:36 ---> Using cache 00:50:36 ---> b21b234f5f0d 00:50:36 Step 7/24 : RUN go mod download 00:50:36 ---> Using cache 00:50:36 ---> 24285337b8ff 00:50:36 Step 8/24 : COPY . . 00:50:36 ---> Using cache 00:50:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:50:36 ---> 0880df557c43 00:50:36 ---> df33755112e3 00:50:36 Step 3/22 : WORKDIR /edgex-go 00:50:36 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:50:36 ---> Using cache 00:50:36 ---> 348a6e27980f 00:50:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:36 ---> Using cache 00:50:36 ---> 9aa666bd4e2d 00:50:36 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:50:36 Attempting uninstall: idna 00:50:36 Found existing installation: idna 2.9 00:50:36 Uninstalling idna-2.9: 00:50:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:36 ---> df33755112e3 00:50:36 Step 3/23 : WORKDIR /edgex-go 00:50:36 ---> Using cache 00:50:36 ---> 348a6e27980f 00:50:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:36 ---> Using cache 00:50:36 ---> 9aa666bd4e2d 00:50:36 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:50:36 Successfully uninstalled idna-2.9 00:50:38 Attempting uninstall: urllib3 00:50:38 Found existing installation: urllib3 1.25.9 00:50:38 Uninstalling urllib3-1.25.9: 00:50:38 Successfully uninstalled urllib3-1.25.9 00:50:39 Attempting uninstall: requests 00:50:39 Found existing installation: requests 2.23.0 00:50:39 Uninstalling requests-2.23.0: 00:50:39 Successfully uninstalled requests-2.23.0 00:50:41 ---> Running in c024c1f28281 00:50:41 ---> Running in 355adb3474a9 00:50:41 ---> Running in 6259a7b331c2 00:50:42 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:42 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:50:42 ---> df33755112e3 00:50:42 Step 3/21 : WORKDIR /edgex-go 00:50:42 ---> Using cache 00:50:42 ---> 348a6e27980f 00:50:42 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:42 ---> Using cache 00:50:42 ---> 9aa666bd4e2d 00:50:42 Step 5/21 : RUN apk add --update --no-cache make git 00:50:42 ---> Using cache 00:50:42 ---> 30ec2565f453 00:50:42 Step 6/21 : COPY go.mod . 00:50:42 ---> Using cache 00:50:42 ---> b21b234f5f0d 00:50:42 Step 7/21 : RUN go mod download 00:50:42 ---> Using cache 00:50:42 ---> 24285337b8ff 00:50:42 Step 8/21 : COPY . . 00:50:42 ---> Using cache 00:50:42 ---> 0880df557c43 00:50:42 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:50:42 Running setup.py install for texttable: started 00:50:42 ---> Running in 17bb3cd7a339 00:50:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:43 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:50:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:44 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:50:45 OK: 217 MiB in 51 packages 00:50:45 OK: 217 MiB in 51 packages 00:50:45 Running setup.py install for texttable: finished with status 'done' 00:50:45 Running setup.py install for docopt: started 00:50:47 Removing intermediate container c024c1f28281 00:50:47 ---> 677a00c808aa 00:50:47 Step 6/23 : COPY go.mod . 00:50:47 Removing intermediate container 355adb3474a9 00:50:47 ---> e4e4b2a1d755 00:50:47 Step 6/22 : COPY go.mod . 00:50:48 ---> 4f5f0e271245 00:50:48 Step 7/23 : RUN go mod download 00:50:49 ---> 00c3f33a72a8 00:50:49 Step 7/22 : RUN go mod download 00:50:49 ---> Running in 42123f887639 00:50:49 ---> Running in 3c3a25c9f3c5 00:50:49 Running setup.py install for docopt: finished with status 'done' 00:50:52 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:50:54 Removing intermediate container 42123f887639 00:50:54 ---> 4dcac67e5a01 00:50:54 Step 8/23 : COPY . . 00:50:55 Removing intermediate container 3c3a25c9f3c5 00:50:55 ---> edc79b261163 00:50:55 Step 8/22 : COPY . . 00:51:01 Removing intermediate container 78c8c5e57b05 00:51:01 ---> a64258eb1891 00:51:01 Step 21/26 : RUN apk --no-cache add curl 00:51:02 ---> Running in 25e692a17a17 00:51:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:05 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:51:05 (2/3) Installing libcurl (7.69.1-r3) 00:51:05 (3/3) Installing curl (7.69.1-r3) 00:51:05 Executing busybox-1.31.1-r19.trigger 00:51:06 OK: 72 MiB in 58 packages 00:51:11 Removing intermediate container 25e692a17a17 00:51:11 ---> 91d3dccbb8a1 00:51:11 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:51:11 ---> Running in 1e004b6a1410 00:51:12 Removing intermediate container 1e004b6a1410 00:51:12 ---> d165c3285ae1 00:51:12 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:12 ---> Running in f419575e05c2 00:51:14 Removing intermediate container f419575e05c2 00:51:14 ---> a41db7239993 00:51:14 Step 24/26 : LABEL arch=arm64 00:51:15 ---> Running in f1df50cfb379 00:51:16 Removing intermediate container f1df50cfb379 00:51:16 ---> d9c6bb7d4b27 00:51:16 Step 25/26 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d 00:51:17 ---> Running in b5405dfd1af4 00:51:18 Removing intermediate container b5405dfd1af4 00:51:18 ---> fe88bb52346f 00:51:18 Step 26/26 : LABEL version=0.0.0 00:51:19 ---> Running in e3473fab0f84 00:51:20 Removing intermediate container e3473fab0f84 00:51:20 ---> cb21daea6943 00:51:20 00:51:22 Successfully built cb21daea6943 00:51:22 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:51:29  Building docker-sys-mgmt-agent-go ... done  ---> b8479f855c13 00:51:29 Step 9/23 : RUN make cmd/core-data/core-data 00:51:29 ---> 03bb0dc03b8f 00:51:29 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:51:29 ---> Running in 537e0ac3fa6c 00:51:29 ---> Running in 04bd63632697 00:51:31 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:51:31 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:51:58 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:51:58 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:52:13 Removing intermediate container 17bb3cd7a339 00:52:13 ---> 49fd7c8509fe 00:52:13 00:52:13 Step 10/21 : FROM alpine:3.12 00:52:13 ---> d10569e2745f 00:52:13 Step 11/21 : RUN apk add --update --no-cache curl 00:52:13 Removing intermediate container 6259a7b331c2 00:52:13 ---> d787101fa4fd 00:52:13 00:52:13 Step 10/24 : FROM alpine:3.12 00:52:13 ---> d10569e2745f 00:52:13 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:52:13 ---> Running in aa90be9067e4 00:52:13 ---> Running in 1a196bbfe18a 00:52:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:15 (1/4) Installing ca-certificates (20191127-r4) 00:52:15 (1/5) Installing ca-certificates (20191127-r4) 00:52:15 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:52:15 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:52:15 (3/5) Installing libcurl (7.69.1-r3) 00:52:15 (4/5) Installing curl (7.69.1-r3) 00:52:15 (5/5) Installing dumb-init (1.2.2-r1) 00:52:15 (3/4) Installing libcurl (7.69.1-r3) 00:52:15 Executing busybox-1.31.1-r19.trigger 00:52:15 Executing ca-certificates-20191127-r4.trigger 00:52:15 (4/4) Installing curl (7.69.1-r3) 00:52:15 Executing busybox-1.31.1-r19.trigger 00:52:15 Executing ca-certificates-20191127-r4.trigger 00:52:16 OK: 7 MiB in 18 packages 00:52:16 OK: 7 MiB in 19 packages 00:52:19 Removing intermediate container 1a196bbfe18a 00:52:19 ---> c198ee708603 00:52:19 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:52:19 Removing intermediate container aa90be9067e4 00:52:19 ---> aed1a6754f56 00:52:19 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:52:19 ---> Running in 2979b230da95 00:52:19 ---> Running in 63cd9f99d864 00:52:19 Removing intermediate container 2979b230da95 00:52:19 ---> 3df21cb2a376 00:52:19 Step 13/24 : WORKDIR / 00:52:20 Removing intermediate container 63cd9f99d864 00:52:20 ---> 0e589ca6ce64 00:52:20 Step 13/21 : WORKDIR /edgex 00:52:20 ---> Running in 4e936d54aac9 00:52:20 ---> Running in e9df5df23014 00:52:21 Removing intermediate container 4e936d54aac9 00:52:21 ---> 1ee53cf415ec 00:52:21 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:52:21 Removing intermediate container e9df5df23014 00:52:21 ---> 4a1ad0dc813f 00:52:21 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:52:22 ---> e3c1e7745b69 00:52:22 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:52:22 ---> 24420789aa6e 00:52:22 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:52:23 ---> 683f52a217b5 00:52:23 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:52:24 ---> 9bb9fa024b1d 00:52:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:52:24 ---> 9b5c654c2e3e 00:52:24 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:52:26 ---> 5daf311d629b 00:52:26 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:52:26 ---> 7e3acd14834e 00:52:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:52:26 ---> Running in 55ead11d5fb9 00:52:27 Removing intermediate container 55ead11d5fb9 00:52:27 ---> 995722dcbc2c 00:52:27 Step 18/21 : CMD ["--init=true"] 00:52:27 ---> Running in d9ea60007e62 00:52:28 ---> c52cc1889fae 00:52:28 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:52:28 Removing intermediate container d9ea60007e62 00:52:28 ---> fa93732d0239 00:52:28 Step 19/21 : LABEL arch=arm64 00:52:28 ---> Running in ada09851e089 00:52:29 ---> f74e86982808 00:52:29 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:52:29 Removing intermediate container ada09851e089 00:52:29 ---> 857d079135b2 00:52:29 Step 20/21 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d 00:52:29 ---> Running in 57f2eb541b11 00:52:30 ---> Running in d7fe78ba28e6 00:52:30 Removing intermediate container d7fe78ba28e6 00:52:30 ---> e4d66959f233 00:52:30 Step 21/21 : LABEL version=0.0.0 00:52:30 ---> Running in 1451980ecaaf 00:52:31 Removing intermediate container 1451980ecaaf 00:52:31 ---> 5d24192e2ba1 00:52:31 00:52:32 Successfully built 5d24192e2ba1 00:52:32 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:52:33  Building docker-security-proxy-setup-go ... done Removing intermediate container 57f2eb541b11 00:52:33 ---> 01198d368f09 00:52:33 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:52:33 ---> Running in ccefeb97cd35 00:52:34 Removing intermediate container ccefeb97cd35 00:52:34 ---> c9ec6ff0b050 00:52:34 Step 22/24 : LABEL arch=arm64 00:52:34 ---> Running in 9638e31862a0 00:52:35 Removing intermediate container 9638e31862a0 00:52:35 ---> 4091fb534cfd 00:52:35 Step 23/24 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d 00:52:35 ---> Running in 2f9add2851c1 00:52:35 Removing intermediate container 2f9add2851c1 00:52:35 ---> 1ef039aab9db 00:52:35 Step 24/24 : LABEL version=0.0.0 00:52:35 ---> Running in 02a25b1ed1bc 00:52:36 Removing intermediate container 02a25b1ed1bc 00:52:36 ---> a0f4a323bf68 00:52:36 00:52:37 Successfully built a0f4a323bf68 00:52:37 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:52:53  Building docker-security-secretstore-setup-go ... done Removing intermediate container 04bd63632697 00:52:53 ---> bcdfb43fb504 00:52:53 00:52:53 Step 10/22 : FROM alpine:3.12 00:52:53 ---> d10569e2745f 00:52:53 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:52:53 ---> Running in 0e2c127ff39b 00:52:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:54 (1/2) Installing ca-certificates (20191127-r4) 00:52:54 (2/2) Installing dumb-init (1.2.2-r1) 00:52:54 Executing busybox-1.31.1-r19.trigger 00:52:54 Executing ca-certificates-20191127-r4.trigger 00:52:54 OK: 6 MiB in 16 packages 00:52:56 Removing intermediate container 0e2c127ff39b 00:52:56 ---> 8c0ede5fbf53 00:52:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:52:56 ---> Running in 9cd7a2291903 00:52:56 Removing intermediate container 9cd7a2291903 00:52:56 ---> 794f60b9e223 00:52:56 Step 13/22 : ENV APP_PORT=48060 00:52:57 ---> Running in deb8183ca10c 00:52:57 Removing intermediate container deb8183ca10c 00:52:57 ---> f443cd01d30f 00:52:57 Step 14/22 : EXPOSE $APP_PORT 00:52:58 ---> Running in c9fdd836162b 00:52:58 Removing intermediate container 537e0ac3fa6c 00:52:58 ---> 67d4521b4bc8 00:52:58 00:52:58 Step 10/23 : FROM alpine:3.12 00:52:58 ---> d10569e2745f 00:52:58 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:52:58 ---> Running in b1701214e744 00:52:58 Removing intermediate container c9fdd836162b 00:52:58 ---> c2c432c9e26f 00:52:58 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:59 Removing intermediate container b1701214e744 00:52:59 ---> 3da7ff181166 00:52:59 Step 12/23 : ENV APP_PORT=48080 00:52:59 ---> Running in eafca0150b2e 00:52:59 ---> f31edc892b2d 00:52:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:52:59 Removing intermediate container eafca0150b2e 00:52:59 ---> f6dc5354983c 00:52:59 Step 13/23 : EXPOSE $APP_PORT 00:53:00 ---> Running in 91441ee1b1b7 00:53:00 Removing intermediate container 91441ee1b1b7 00:53:00 ---> f69e731b5a87 00:53:00 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:53:00 ---> b6e8b7b29c05 00:53:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:53:00 ---> Running in dafb41dca01f 00:53:01 ---> 482b29e2132e 00:53:01 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:53:01 ---> Running in 0c9aa70a5b18 00:53:01 Removing intermediate container 0c9aa70a5b18 00:53:01 ---> 0f8294d5c3fa 00:53:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:02 ---> Running in d1a8b7dd003e 00:53:02 Removing intermediate container d1a8b7dd003e 00:53:02 ---> 11f5165966b0 00:53:02 Step 20/22 : LABEL arch=arm64 00:53:02 ---> Running in 3619637f24d6 00:53:02 Removing intermediate container dafb41dca01f 00:53:02 ---> 8aca1589b6ec 00:53:02 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:53:03 ---> Running in 04c5f5859240 00:53:03 Removing intermediate container 3619637f24d6 00:53:03 ---> 508e54b73303 00:53:03 Step 21/22 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d 00:53:03 ---> Running in 514a4fdc27f4 00:53:03 Removing intermediate container 514a4fdc27f4 00:53:03 ---> 63f4830176f3 00:53:03 Step 22/22 : LABEL version=0.0.0 00:53:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:04 ---> Running in babce4275d90 00:53:04 Removing intermediate container babce4275d90 00:53:04 ---> e093d5d31d93 00:53:04 00:53:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:05 Successfully built e093d5d31d93 00:53:05 Successfully tagged docker-support-notifications-go-arm64:latest 00:53:05  Building docker-support-notifications-go ... done (1/6) Installing dumb-init (1.2.2-r1) 00:53:05 (2/6) Installing libgcc (9.3.0-r2) 00:53:05 (3/6) Installing libsodium (1.0.18-r0) 00:53:05 (4/6) Installing libstdc++ (9.3.0-r2) 00:53:05 (5/6) Installing libzmq (4.3.3-r0) 00:53:06 (6/6) Installing zeromq (4.3.3-r0) 00:53:06 Executing busybox-1.31.1-r19.trigger 00:53:06 OK: 8 MiB in 20 packages 00:53:07 Removing intermediate container 04c5f5859240 00:53:07 ---> ee8b70284360 00:53:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:08 ---> d7ccf176b2b5 00:53:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:53:09 ---> b035fc4ed4eb 00:53:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:53:09 ---> 1592d6c466c4 00:53:09 Step 19/23 : ENTRYPOINT ["/core-data"] 00:53:10 ---> Running in 0bcc761041d4 00:53:10 Removing intermediate container 0bcc761041d4 00:53:10 ---> 2f6326fb40b7 00:53:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:10 ---> Running in 9f821dbf5bb5 00:53:11 Removing intermediate container 9f821dbf5bb5 00:53:11 ---> a6b93757e85b 00:53:11 Step 21/23 : LABEL arch=arm64 00:53:11 ---> Running in d6b00088f01f 00:53:11 Removing intermediate container d6b00088f01f 00:53:11 ---> aec8becdde59 00:53:11 Step 22/23 : LABEL git_sha=b397b077661bb585d29d5a2b1d342f44ea07852d 00:53:11 ---> Running in ae6fd2db466f 00:53:12 Removing intermediate container ae6fd2db466f 00:53:12 ---> aa53fa261651 00:53:12 Step 23/23 : LABEL version=0.0.0 00:53:12 ---> Running in 070d3da7b210 00:53:13 Removing intermediate container 070d3da7b210 00:53:13 ---> c6df00941032 00:53:13 00:53:13 Successfully built c6df00941032 00:53:13 Successfully tagged docker-core-data-go-arm64:latest 00:53:13  Building docker-core-data-go ... done  [Pipeline] } 00:53:13 $ docker stop --time=1 deb85520b8e7bfb9ad20e6884bf1c9773eb4545ce47b40ff82ced7dd135b0c44 00:53:15 $ docker rm -f deb85520b8e7bfb9ad20e6884bf1c9773eb4545ce47b40ff82ced7dd135b0c44 [Pipeline] // withDockerContainer [Pipeline] sh 00:53:16 + docker images 00:53:16 + grep docker 00:53:16 docker-core-data-go-arm64 latest c6df00941032 4 seconds ago 21.3MB 00:53:16 docker-support-notifications-go-arm64 latest e093d5d31d93 12 seconds ago 16.9MB 00:53:16 docker-security-secretstore-setup-go-arm64 latest a0f4a323bf68 40 seconds ago 23.7MB 00:53:16 docker-security-proxy-setup-go-arm64 latest 5d24192e2ba1 45 seconds ago 23.4MB 00:53:16 docker-sys-mgmt-agent-go-arm64 latest cb21daea6943 About a minute ago 300MB 00:53:16 docker-security-bootstrapper-go-arm64 latest 7c9362654095 3 minutes ago 17.8MB 00:53:16 docker-core-command-go-arm64 latest a9a3eb644ce0 3 minutes ago 16.2MB 00:53:16 docker-core-metadata-go-arm64 latest 493494febfd1 3 minutes ago 17.9MB 00:53:16 docker-support-scheduler-go-arm64 latest d9423be21a43 3 minutes ago 16.3MB 00:53:16 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 00:53:17 ---> job-cost.sh 00:53:17 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-L9Oc 00:54:04 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:55:41 lf-activate-venv(): INFO: Adding /tmp/venv-L9Oc/bin to PATH 00:55:41 INFO: No Stack... 00:55:41 INFO: Retrieving Pricing Info for: lf-standard-4 00:55:41 INFO: Archiving Costs [Pipeline] sh 00:55:41 + cat /w/workspace/edgex-go/83/archives/cost.csv 00:55:41 + cut -d, -f6 [Pipeline] lock 00:55:41 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-83-stack-cost] 00:55:41 Resource [jenkins-edgexfoundry-edgex-go-PR-2858-83-stack-cost] did not exist. Created. 00:55:41 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-83-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:55:41 + echo total: 0.20999999344348907 [Pipeline] stash 00:55:42 Stashed 1 file(s) [Pipeline] } 00:55:42 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-83-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:55:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:55:45 ---> package-listing.sh 00:55:45 ++ facter osfamily 00:55:45 ++ tr '[:upper:]' '[:lower:]' 00:55:45 + OS_FAMILY=redhat 00:55:45 + workspace=/w/workspace/edgex-go/83 00:55:45 + START_PACKAGES=/tmp/packages_start.txt 00:55:45 + END_PACKAGES=/tmp/packages_end.txt 00:55:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:55:45 + PACKAGES=/tmp/packages_start.txt 00:55:45 + '[' /w/workspace/edgex-go/83 ']' 00:55:45 + PACKAGES=/tmp/packages_end.txt 00:55:45 + case "${OS_FAMILY}" in 00:55:45 + rpm -qa 00:55:45 + sort 00:55:50 + '[' -f /tmp/packages_start.txt ']' 00:55:50 + '[' -f /tmp/packages_end.txt ']' 00:55:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:55:50 + '[' /w/workspace/edgex-go/83 ']' 00:55:50 + mkdir -p /w/workspace/edgex-go/83/archives/ 00:55:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/83/archives/ [Pipeline] echo 00:55:50 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/83/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:55:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:55:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:52 00:55:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:55:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:52 alpine: Pulling from edgex-lftools-log-publisher 00:55:52 df20fa9351a1: Pulling fs layer 00:55:52 36b3adc4ff6f: Pulling fs layer 00:55:52 8ad3a11d3b57: Pulling fs layer 00:55:52 46f8f816bc3b: Pulling fs layer 00:55:52 93b61091891f: Pulling fs layer 00:55:52 93b9cdb0e59b: Pulling fs layer 00:55:52 5e14af77c1be: Pulling fs layer 00:55:52 01666e4c0597: Pulling fs layer 00:55:52 aa168da1d23b: Pulling fs layer 00:55:52 93b9cdb0e59b: Waiting 00:55:52 5e14af77c1be: Waiting 00:55:52 01666e4c0597: Waiting 00:55:52 46f8f816bc3b: Waiting 00:55:52 93b61091891f: Waiting 00:55:52 aa168da1d23b: Waiting 00:55:52 36b3adc4ff6f: Verifying Checksum 00:55:52 36b3adc4ff6f: Download complete 00:55:52 46f8f816bc3b: Verifying Checksum 00:55:52 46f8f816bc3b: Download complete 00:55:52 df20fa9351a1: Verifying Checksum 00:55:52 df20fa9351a1: Download complete 00:55:52 93b9cdb0e59b: Verifying Checksum 00:55:52 93b9cdb0e59b: Download complete 00:55:52 5e14af77c1be: Download complete 00:55:52 93b61091891f: Verifying Checksum 00:55:52 93b61091891f: Download complete 00:55:52 01666e4c0597: Verifying Checksum 00:55:52 01666e4c0597: Download complete 00:55:52 8ad3a11d3b57: Verifying Checksum 00:55:52 8ad3a11d3b57: Download complete 00:55:52 df20fa9351a1: Pull complete 00:55:53 36b3adc4ff6f: Pull complete 00:55:55 aa168da1d23b: Verifying Checksum 00:55:55 aa168da1d23b: Download complete 00:55:55 8ad3a11d3b57: Pull complete 00:55:55 46f8f816bc3b: Pull complete 00:55:56 93b61091891f: Pull complete 00:55:56 93b9cdb0e59b: Pull complete 00:55:56 5e14af77c1be: Pull complete 00:55:56 01666e4c0597: Pull complete 00:56:05 aa168da1d23b: Pull complete 00:56:05 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:56:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:56:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:56:05 prd-centos7-docker-4c-2g-30061 does not seem to be running inside a container 00:56:05 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/83/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/83 -v /w/workspace/edgex-go/83:/w/workspace/edgex-go/83:rw,z -v /w/workspace/edgex-go/83@tmp:/w/workspace/edgex-go/83@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:56:10 $ docker top 9598e0b6348903f3c670c1c49ca6fa69faf45fe10518e3dd96d36c05581ce9b9 -eo pid,comm [Pipeline] { [Pipeline] sh 00:56:10 + touch /tmp/pre-build-complete [Pipeline] sh 00:56:11 + mkdir -p /var/log/sa [Pipeline] sh 00:56:11 + ls /var/log/sa-host 00:56:11 + sadf -c /var/log/sa-host/sa17 00:56:11 file_magic: OK 00:56:11 HZ: Using current value: 100 00:56:11 file_header: OK 00:56:11 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:56:11 Statistics: 00:56:11 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:56:11 File successfully converted to sysstat format version 12.2.1 00:56:11 + sadf -c /var/log/sa-host/sa23 00:56:11 file_magic: OK 00:56:11 HZ: Using current value: 100 00:56:11 file_header: OK 00:56:11 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:56:11 Statistics: 00:56:11 Hnuu...uuuununununu... 00:56:11 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:56:11 provisioning config files... 00:56:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/83@tmp/config7791909073781888821tmp [Pipeline] { [Pipeline] echo 00:56:11 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:56:11 ---> create-netrc.sh [Pipeline] } 00:56:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:56:12 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:56:12 ---> python-tools-install.sh [Pipeline] echo 00:56:12 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:56:12 ---> sudo-logs.sh 00:56:12 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:56:12 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:56:13 ---> job-cost.sh 00:56:13 lf-activate-venv: SKIPPING 00:56:13 DEBUG: total: 0.20999999344348907 00:56:13 INFO: Retrieving Stack Cost... 00:56:14 INFO: Retrieving Pricing Info for: v1-standard-2 00:56:14 INFO: Archiving Costs [Pipeline] echo 00:56:14 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:56:14 ---> logs-deploy.sh 00:56:14 lf-activate-venv: SKIPPING 00:56:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/83 00:56:14 INFO: archiving workspace using pattern(s): 00:56:16 Archives upload complete. 00:56:16 INFO: archiving logs to Nexus