Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 0cea5eced03dc86d44e4ba9cb19c7cab53834b11+dd3c5304426daa1a06e165d92e5378a7e6535b25 (cf115c0dcea6ac8fe26026dbcd198fb012576f41) 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 ‘prd-centos7-docker-4c-2g-29221’ is offline; ‘prd-centos7-docker-4c-2g-29222’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29225 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 Merge succeeded, producing 7d547e0edfe485c87fa842b675b0221fdd1090ce Checking out Revision 7d547e0edfe485c87fa842b675b0221fdd1090ce (PR-3223) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3223/head:refs/remotes/origin/PR-3223 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 # 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 dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7d547e0edfe485c87fa842b675b0221fdd1090ce # timeout=10 Commit message: "Merge commit 'dd3c5304426daa1a06e165d92e5378a7e6535b25' into HEAD" > git rev-list --no-walk 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:10 ========================================================= 00:31:10 EdgeX Global Pipelines Version Info 00:31:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:12 ------------------- 00:31:12 stable info: 00:31:12 ------------------- 00:31:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:12 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:31:12 Message: update stable to v1.0.184 00:31:13 ------------------- 00:31:13 experimental info: 00:31:13 ------------------- 00:31:13 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:13 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:31:13 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3223 [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3223 [Pipeline] echo 00:31:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3223 [Pipeline] echo 00:31:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7d547e0edfe485c87fa842b675b0221fdd1090ce [Pipeline] echo 00:31:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7d547e0 [Pipeline] echo 00:31:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:16 provisioning config files... 00:31:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config6724187701374805835tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:16 ---> docker-login.sh 00:31:16 nexus3.edgexfoundry.org:10001 00:31:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:17 Configure a credential helper to remove this warning. See 00:31:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:17 00:31:17 Login Succeeded 00:31:17 nexus3.edgexfoundry.org:10002 00:31:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:17 Configure a credential helper to remove this warning. See 00:31:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:17 00:31:17 Login Succeeded 00:31:17 nexus3.edgexfoundry.org:10003 00:31:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:17 Configure a credential helper to remove this warning. See 00:31:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:17 00:31:17 Login Succeeded 00:31:17 nexus3.edgexfoundry.org:10004 00:31:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:18 Configure a credential helper to remove this warning. See 00:31:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:18 00:31:18 Login Succeeded 00:31:18 docker.io 00:31:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:18 Configure a credential helper to remove this warning. See 00:31:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:18 00:31:18 Login Succeeded 00:31:18 ---> docker-login.sh ends [Pipeline] } 00:31:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:18 ++ 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:18 + for file in '`ls cmd/**/Dockerfile`' 00:31:18 ++ dirname cmd/core-command/Dockerfile 00:31:18 ++ cut -d/ -f2 00:31:18 + echo core-command,cmd/core-command/Dockerfile 00:31:18 + for file in '`ls cmd/**/Dockerfile`' 00:31:18 ++ dirname cmd/core-data/Dockerfile 00:31:18 ++ cut -d/ -f2 00:31:18 + echo core-data,cmd/core-data/Dockerfile 00:31:18 + for file in '`ls cmd/**/Dockerfile`' 00:31:18 ++ dirname cmd/core-metadata/Dockerfile 00:31:18 ++ cut -d/ -f2 00:31:18 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:18 + for file in '`ls cmd/**/Dockerfile`' 00:31:18 ++ dirname cmd/security-bootstrapper/Dockerfile 00:31:18 ++ cut -d/ -f2 00:31:18 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:31:18 + for file in '`ls cmd/**/Dockerfile`' 00:31:18 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:18 ++ cut -d/ -f2 00:31:18 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:18 + for file in '`ls cmd/**/Dockerfile`' 00:31:18 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:18 ++ cut -d/ -f2 00:31:18 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:18 + for file in '`ls cmd/**/Dockerfile`' 00:31:18 ++ dirname cmd/support-notifications/Dockerfile 00:31:18 ++ cut -d/ -f2 00:31:18 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:18 + for file in '`ls cmd/**/Dockerfile`' 00:31:18 ++ dirname cmd/support-scheduler/Dockerfile 00:31:18 ++ cut -d/ -f2 00:31:18 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:18 + for file in '`ls cmd/**/Dockerfile`' 00:31:18 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:18 ++ cut -d/ -f2 00:31:18 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:18 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:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:19 00:31:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:20 latest: Pulling from edgex-devops/git-semver 00:31:20 31603596830f: Pulling fs layer 00:31:20 2a8b12db71e7: Pulling fs layer 00:31:20 6ca5941a6612: Pulling fs layer 00:31:20 ecc8261a40a4: Pulling fs layer 00:31:20 ecc8261a40a4: Waiting 00:31:20 2a8b12db71e7: Verifying Checksum 00:31:20 2a8b12db71e7: Download complete 00:31:20 31603596830f: Verifying Checksum 00:31:20 31603596830f: Download complete 00:31:20 ecc8261a40a4: Verifying Checksum 00:31:20 ecc8261a40a4: Download complete 00:31:20 6ca5941a6612: Verifying Checksum 00:31:20 6ca5941a6612: Download complete 00:31:20 31603596830f: Pull complete 00:31:20 2a8b12db71e7: Pull complete 00:31:21 6ca5941a6612: Pull complete 00:31:21 ecc8261a40a4: Pull complete 00:31:21 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:22 prd-centos7-docker-4c-2g-29225 does not seem to be running inside a container 00:31:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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:24 $ docker top 4a0a19c515113d14c2729d3c75ba61709bc2acb60879dccf5f6999456fda0178 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:24 [ssh-agent] Looking for ssh-agent implementation... 00:31:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:25 $ docker exec 4a0a19c515113d14c2729d3c75ba61709bc2acb60879dccf5f6999456fda0178 ssh-agent 00:31:25 SSH_AUTH_SOCK=/tmp/ssh-Z8sNiOEcTgfY/agent.11 00:31:25 SSH_AGENT_PID=16 00:31:25 Running ssh-add (command line suppressed) 00:31:25 Identity added: /w/workspace/edgex-go/6@tmp/private_key_2204769597273128300.key (/w/workspace/edgex-go/6@tmp/private_key_2204769597273128300.key) 00:31:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:26 + git tag --points-at HEAD [Pipeline] } 00:31:26 $ docker exec --env ******** --env ******** 4a0a19c515113d14c2729d3c75ba61709bc2acb60879dccf5f6999456fda0178 ssh-agent -k 00:31:26 unset SSH_AUTH_SOCK; 00:31:26 unset SSH_AGENT_PID; 00:31:26 echo Agent pid 16 killed; 00:31:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:26 [ssh-agent] Looking for ssh-agent implementation... 00:31:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:26 $ docker exec 4a0a19c515113d14c2729d3c75ba61709bc2acb60879dccf5f6999456fda0178 ssh-agent 00:31:26 SSH_AUTH_SOCK=/tmp/ssh-Od0rCSKIEJ4w/agent.45 00:31:26 SSH_AGENT_PID=51 00:31:26 Running ssh-add (command line suppressed) 00:31:26 Identity added: /w/workspace/edgex-go/6@tmp/private_key_3322432036579249372.key (/w/workspace/edgex-go/6@tmp/private_key_3322432036579249372.key) 00:31:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:27 + git semver init 00:31:27 # -> Open(): unable to determine branch for HEAD 00:31:27 # $GIT_DIR = /w/workspace/edgex-go/6/.git 00:31:27 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 00:31:27 # $SEMVER_REMOTE_NAME = origin 00:31:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:27 # $SEMVER_USER_NAME = edgex-jenkins 00:31:27 # $SEMVER_BRANCH = PR-3223 00:31:27 # $SEMVER_TEMP = /tmp/semver-112182899 00:31:27 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:45 # '/tmp/semver-112182899' -> '/w/workspace/edgex-go/6/.semver' 00:31:46 # -> Force: false 00:31:46 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 00:31:46 $ docker exec --env ******** --env ******** 4a0a19c515113d14c2729d3c75ba61709bc2acb60879dccf5f6999456fda0178 ssh-agent -k 00:31:46 unset SSH_AUTH_SOCK; 00:31:46 unset SSH_AGENT_PID; 00:31:46 echo Agent pid 51 killed; 00:31:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:47 + git semver [Pipeline] } 00:31:47 $ docker stop --time=1 4a0a19c515113d14c2729d3c75ba61709bc2acb60879dccf5f6999456fda0178 00:31:49 $ docker rm -f 4a0a19c515113d14c2729d3c75ba61709bc2acb60879dccf5f6999456fda0178 [Pipeline] // withDockerContainer [Pipeline] sh 00:31:49 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:50 Stashed 1 file(s) [Pipeline] echo 00:31:50 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:31:51 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:51 + sudo service docker restart 00:31:51 + true 00:31:51 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:52 ========================================================= 00:31:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:52 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:31:56 Sending build context to Docker daemon 328.4MB 00:31:56 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:31:56 Step 2/6 : FROM ${BASE} 00:31:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:56 188c0c94c7c5: Pulling fs layer 00:31:56 0ef7d3d256c8: Pulling fs layer 00:31:56 de9db76c5a1d: Pulling fs layer 00:31:56 bca2f99d35d6: Pulling fs layer 00:31:56 93359f2a8cfa: Pulling fs layer 00:31:56 7c6f9722023f: Pulling fs layer 00:31:56 a35cf1a2eb13: Pulling fs layer 00:31:56 bca2f99d35d6: Waiting 00:31:56 93359f2a8cfa: Waiting 00:31:56 7c6f9722023f: Waiting 00:31:56 a35cf1a2eb13: Waiting 00:31:56 de9db76c5a1d: Verifying Checksum 00:31:56 de9db76c5a1d: Download complete 00:31:56 0ef7d3d256c8: Verifying Checksum 00:31:56 0ef7d3d256c8: Download complete 00:31:56 93359f2a8cfa: Verifying Checksum 00:31:56 93359f2a8cfa: Download complete 00:31:56 7c6f9722023f: Verifying Checksum 00:31:56 7c6f9722023f: Download complete 00:31:56 188c0c94c7c5: Verifying Checksum 00:31:56 188c0c94c7c5: Download complete 00:31:57 188c0c94c7c5: Pull complete 00:31:57 0ef7d3d256c8: Pull complete 00:31:57 de9db76c5a1d: Pull complete 00:31:58 a35cf1a2eb13: Verifying Checksum 00:31:58 a35cf1a2eb13: Download complete 00:31:59 bca2f99d35d6: Verifying Checksum 00:31:59 bca2f99d35d6: Download complete 00:32:05 Still waiting to schedule task 00:32:05 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:06 bca2f99d35d6: Pull complete 00:32:06 93359f2a8cfa: Pull complete 00:32:06 7c6f9722023f: Pull complete 00:32:10 a35cf1a2eb13: Pull complete 00:32:10 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:10 ---> a62c8e92a672 00:32:10 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:10 ---> Running in 544a466a6381 00:32:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:13 (1/12) Installing libmagic (5.38-r0) 00:32:14 (2/12) Installing file (5.38-r0) 00:32:14 (3/12) Installing libc-dev (0.7.2-r3) 00:32:14 (4/12) Installing g++ (9.3.0-r2) 00:32:26 (5/12) Installing fortify-headers (1.1-r0) 00:32:26 (6/12) Installing patch (2.7.6-r6) 00:32:26 (7/12) Installing build-base (0.5-r2) 00:32:26 (8/12) Installing libsodium (1.0.18-r0) 00:32:26 (9/12) Installing pkgconf (1.7.2-r0) 00:32:26 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:26 (11/12) Installing libzmq (4.3.3-r0) 00:32:26 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:26 Executing busybox-1.31.1-r19.trigger 00:32:26 OK: 233 MiB in 51 packages 00:32:28 Removing intermediate container 544a466a6381 00:32:28 ---> 4ed63ba1bf15 00:32:28 Step 4/6 : WORKDIR /edgex-go 00:32:28 ---> Running in 1c06a6d0f12e 00:32:29 Removing intermediate container 1c06a6d0f12e 00:32:29 ---> 5999974f667d 00:32:29 Step 5/6 : COPY go.mod . 00:32:29 ---> f779666268fb 00:32:29 Step 6/6 : RUN go mod download 00:32:29 ---> Running in 059fe640a9bd 00:32:56 Removing intermediate container 059fe640a9bd 00:32:56 ---> de932463ccee 00:32:56 Successfully built de932463ccee 00:32:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:56 + docker inspect -f . ci-base-image-x86_64 00:32:56 . [Pipeline] withDockerContainer 00:32:56 prd-centos7-docker-4c-2g-29225 does not seem to be running inside a container 00:32:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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:32:57 $ docker top f579c1877b8b530b6dca026ab6c815413ea161c23c97ef43caaee949fe358de9 -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:58 + go version 00:32:58 go version go1.15.5 linux/amd64 [Pipeline] } 00:32:58 $ docker stop --time=1 f579c1877b8b530b6dca026ab6c815413ea161c23c97ef43caaee949fe358de9 00:32:59 $ docker rm -f f579c1877b8b530b6dca026ab6c815413ea161c23c97ef43caaee949fe358de9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:00 + docker inspect -f . ci-base-image-x86_64 00:33:00 . [Pipeline] withDockerContainer 00:33:00 prd-centos7-docker-4c-2g-29225 does not seem to be running inside a container 00:33:00 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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:01 $ docker top ef6042189c14e37260b559cbeea9abfd4fe7d27ac6231cec56390e496797030d -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:01 ========================================================= 00:33:01 [edgeXBuildGoParallel] Running Tests and Build... 00:33:01 ========================================================= [Pipeline] sh 00:33:02 + make test 00:33:02 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:12 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:45 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.144s coverage: 45.9% of statements 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:33:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.097s coverage: 100.0% of statements 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.191s coverage: 27.1% of statements 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.097s coverage: 71.3% of statements 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.172s coverage: 82.9% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.054s coverage: 78.9% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.338s coverage: 28.6% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.062s coverage: 100.0% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.047s coverage: 100.0% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.152s coverage: 86.7% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.122s coverage: 97.5% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.087s coverage: 78.3% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.456s coverage: 92.8% of statements 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.1% of statements 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.042s coverage: 47.1% of statements 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.057s coverage: 79.5% of statements 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.044s coverage: 94.1% of statements 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.066s coverage: 96.3% of statements 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.033s coverage: 87.5% of statements 00:34:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.052s coverage: 94.4% of statements 00:34:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.041s coverage: 44.8% of statements 00:34:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.072s coverage: 81.4% of statements 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.085s coverage: 92.9% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.054s coverage: 75.5% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.078s coverage: 91.6% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.191s coverage: 62.4% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.106s coverage: 100.0% of statements 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.048s coverage: 73.7% of statements 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.302s coverage: 69.0% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.105s coverage: 38.4% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.046s coverage: 84.8% of statements 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.133s coverage: 47.0% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.144s coverage: 87.8% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.808s coverage: 29.1% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.089s coverage: 95.6% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.055s coverage: 87.9% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 00:34:18 GO111MODULE=on go vet ./... 00:34:45 gofmt -l . 00:34:45 [ "`gofmt -l .`" = "" ] 00:34:45 ./bin/test-go-mod-tidy.sh 00:34:46 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:47 + ls -al . 00:34:47 total 736 00:34:47 drwxrwxr-x 10 1001 1001 4096 Mar 10 00:34 . 00:34:47 drwxr-xr-x 4 root root 28 Mar 10 00:33 .. 00:34:47 -rw-rw-r-- 1 1001 1001 11 Mar 10 00:31 .dockerignore 00:34:47 drwxrwxr-x 8 1001 1001 179 Mar 10 00:31 .git 00:34:47 drwxrwxr-x 3 1001 1001 125 Mar 10 00:31 .github 00:34:47 -rw-rw-r-- 1 1001 1001 818 Mar 10 00:31 .gitignore 00:34:47 drwx------ 3 1001 1001 60 Mar 10 00:31 .semver 00:34:47 -rw-rw-r-- 1 1001 1001 166 Mar 10 00:31 .sonarcloud.properties 00:34:47 -rw-rw-r-- 1 1001 1001 8607 Mar 10 00:31 Attribution.txt 00:34:47 -rw-rw-r-- 1 1001 1001 3804 Mar 10 00:31 CONTRIBUTING.md 00:34:47 -rw-rw-r-- 1 1001 1001 931 Mar 10 00:31 Dockerfile.build 00:34:47 -rw-rw-r-- 1 1001 1001 863 Mar 10 00:31 Jenkinsfile 00:34:47 -rw-rw-r-- 1 1001 1001 10775 Mar 10 00:31 LICENSE 00:34:47 -rw-rw-r-- 1 1001 1001 5774 Mar 10 00:31 Makefile 00:34:47 -rw-rw-r-- 1 1001 1001 6548 Mar 10 00:31 README.md 00:34:47 -rw-rw-r-- 1 1001 1001 6755 Mar 10 00:31 SECURITY.md 00:34:47 -rw-rw-r-- 1 1001 1001 5 Mar 10 00:31 VERSION 00:34:47 -rw-rw-r-- 1 1001 1001 4131 Mar 10 00:31 ZMQWindows.md 00:34:47 drwxrwxr-x 2 1001 1001 117 Mar 10 00:31 bin 00:34:47 drwxrwxr-x 14 1001 1001 4096 Mar 10 00:31 cmd 00:34:47 -rw-r--r-- 1 root root 624012 Mar 10 00:34 coverage.out 00:34:47 -rw-r--r-- 1 root root 1055 Mar 10 00:34 go.mod 00:34:47 -rw-r--r-- 1 root root 21981 Mar 10 00:34 go.sum 00:34:47 drwxrwxr-x 8 1001 1001 127 Mar 10 00:31 internal 00:34:47 drwxrwxr-x 4 1001 1001 26 Mar 10 00:31 openapi 00:34:47 drwxrwxr-x 4 1001 1001 71 Mar 10 00:31 snap 00:34:47 -rw-rw-r-- 1 1001 1001 168 Mar 10 00:31 version.go [Pipeline] sh 00:34:47 + '[' -e coverage.out ] 00:34:47 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:48 Stashed 1 file(s) [Pipeline] sh 00:34:49 + make build 00:34:49 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:34:54 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:02 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:04 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:05 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:06 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:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:35:09 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:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29230 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { 00:35:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] ws 00:35:10 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 00:35:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:35:12 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:14 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:35:15 using credential edgex-jenkins-ssh 00:35:15 Cloning the remote Git repository [Pipeline] } 00:35:16 $ docker stop --time=1 ef6042189c14e37260b559cbeea9abfd4fe7d27ac6231cec56390e496797030d 00:35:15 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:15 > git init /w/workspace/edgex-go/6 # timeout=10 00:35:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:15 > git --version # timeout=10 00:35:15 > git --version # 'git version 2.17.1' 00:35:15 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:18 $ docker rm -f ef6042189c14e37260b559cbeea9abfd4fe7d27ac6231cec56390e496797030d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:19 00:35:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:20 latest: Pulling from edgex-devops/edgex-compose 00:35:20 cbdbe7a5bc2a: Pulling fs layer 00:35:20 ca9280d653b3: Pulling fs layer 00:35:20 7e9c9ca2126c: Pulling fs layer 00:35:20 cbdbe7a5bc2a: Download complete 00:35:21 ca9280d653b3: Verifying Checksum 00:35:21 ca9280d653b3: Download complete 00:35:21 cbdbe7a5bc2a: Pull complete 00:35:22 7e9c9ca2126c: Download complete 00:35:22 ca9280d653b3: Pull complete 00:35:29 7e9c9ca2126c: Pull complete 00:35:29 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:29 prd-centos7-docker-4c-2g-29225 does not seem to be running inside a container 00:35:29 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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:32 $ docker top c26d1438c56c7e6dcb37df2bc133784a51515f2baffd90de0aaab3187cee7c93 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:32 + docker-compose build --help 00:35:32 + grep parallel 00:35:34 --parallel Build images in parallel. [Pipeline] } 00:35:34 $ docker stop --time=1 c26d1438c56c7e6dcb37df2bc133784a51515f2baffd90de0aaab3187cee7c93 00:35:35 $ docker rm -f c26d1438c56c7e6dcb37df2bc133784a51515f2baffd90de0aaab3187cee7c93 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:36 . [Pipeline] withDockerContainer 00:35:36 prd-centos7-docker-4c-2g-29225 does not seem to be running inside a container 00:35:36 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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:37 $ docker top a93f0d36e5e6b3b65c0702b963802f85b16004393a225d0f3daa1bf3dd29a240 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:37 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:38 Building docker-core-command-go ... 00:35:38 Building docker-core-data-go ... 00:35:38 Building docker-core-metadata-go ... 00:35:38 Building docker-security-bootstrapper-go ... 00:35:38 Building docker-security-proxy-setup-go ... 00:35:38 Building docker-security-secretstore-setup-go ... 00:35:38 Building docker-support-notifications-go ... 00:35:38 Building docker-support-scheduler-go ... 00:35:38 Building docker-sys-mgmt-agent-go ... 00:35:38 Building docker-support-notifications-go 00:35:38 Building docker-support-scheduler-go 00:35:38 Building docker-security-proxy-setup-go 00:35:38 Building docker-core-metadata-go 00:35:38 Building docker-security-secretstore-setup-go 00:35:40 Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 00:35:41 Merge succeeded, producing e3042567fe051c6835b837e033aae9b56b1ecde4 00:35:41 Checking out Revision e3042567fe051c6835b837e033aae9b56b1ecde4 (PR-3223) 00:35:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:39 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3223/head:refs/remotes/origin/PR-3223 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:40 > git config core.sparsecheckout # timeout=10 00:35:40 > git checkout -f 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 # timeout=10 00:35:40 > git remote # timeout=10 00:35:41 > git config --get remote.origin.url # timeout=10 00:35:41 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:41 > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 00:35:41 > git rev-parse HEAD^{commit} # timeout=10 00:35:41 > git config core.sparsecheckout # timeout=10 00:35:41 > git checkout -f e3042567fe051c6835b837e033aae9b56b1ecde4 # timeout=10 00:35:46 Commit message: "Merge commit 'dd3c5304426daa1a06e165d92e5378a7e6535b25' into HEAD" 00:35:46 > git rev-list --no-walk 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:35:47 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:35:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:35:48 + sudo service+ docker restart 00:35:48 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:35:50 provisioning config files... 00:35:50 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config4268031678373248355tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:35:51 ---> docker-login.sh 00:35:51 nexus3.edgexfoundry.org:10001 00:35:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:52 Configure a credential helper to remove this warning. See 00:35:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:52 00:35:52 Login Succeeded 00:35:52 nexus3.edgexfoundry.org:10002 00:35:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:52 Configure a credential helper to remove this warning. See 00:35:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:52 00:35:52 Login Succeeded 00:35:52 nexus3.edgexfoundry.org:10003 00:35:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:53 Configure a credential helper to remove this warning. See 00:35:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:53 00:35:53 Login Succeeded 00:35:53 nexus3.edgexfoundry.org:10004 00:35:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:54 Configure a credential helper to remove this warning. See 00:35:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:54 00:35:54 Login Succeeded 00:35:54 docker.io 00:35:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:54 Configure a credential helper to remove this warning. See 00:35:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:54 00:35:54 Login Succeeded 00:35:54 ---> docker-login.sh ends [Pipeline] } 00:35:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:35:55 ========================================================= 00:35:55 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:35:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:35:55 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:35:58 Sending build context to Docker daemon 166.7MB 00:35:58 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:35:58 Step 2/6 : FROM ${BASE} 00:35:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:35:58 5f621e34cdf4: Pulling fs layer 00:35:58 a4357932f1b6: Pulling fs layer 00:35:58 18c013af1878: Pulling fs layer 00:35:58 00ac8860ef70: Pulling fs layer 00:35:58 63d7cb157983: Pulling fs layer 00:35:58 b116817d02f9: Pulling fs layer 00:35:58 745a02a5169b: Pulling fs layer 00:35:58 00ac8860ef70: Waiting 00:35:58 63d7cb157983: Waiting 00:35:58 b116817d02f9: Waiting 00:35:58 745a02a5169b: Waiting 00:35:58 18c013af1878: Verifying Checksum 00:35:58 18c013af1878: Download complete 00:35:58 a4357932f1b6: Verifying Checksum 00:35:58 a4357932f1b6: Download complete 00:35:58 63d7cb157983: Download complete 00:35:58 b116817d02f9: Verifying Checksum 00:35:58 b116817d02f9: Download complete 00:35:58 5f621e34cdf4: Verifying Checksum 00:35:58 5f621e34cdf4: Download complete 00:35:59 5f621e34cdf4: Pull complete 00:35:59 a4357932f1b6: Pull complete 00:36:00 18c013af1878: Pull complete 00:36:01 745a02a5169b: Verifying Checksum 00:36:01 745a02a5169b: Download complete 00:36:02 00ac8860ef70: Verifying Checksum 00:36:02 00ac8860ef70: Download complete 00:36:12 00ac8860ef70: Pull complete 00:36:12 63d7cb157983: Pull complete 00:36:12 b116817d02f9: Pull complete 00:36:16 745a02a5169b: Pull complete 00:36:16 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:16 ---> b7e6874047d6 00:36:16 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:17 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:17 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:17 ---> de932463ccee 00:36:17 Step 3/21 : WORKDIR /edgex-go 00:36:17 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:36:17 ---> de932463ccee 00:36:17 Step 3/24 : WORKDIR /edgex-go 00:36:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:17 ---> de932463ccee 00:36:17 Step 3/22 : WORKDIR /edgex-go 00:36:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:17 ---> de932463ccee 00:36:17 Step 3/23 : WORKDIR /edgex-go 00:36:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:17 ---> de932463ccee 00:36:17 Step 3/22 : WORKDIR /edgex-go 00:36:17 ---> Running in 76f0619eaae1 00:36:17 ---> Running in 815d75d83913 00:36:17 ---> Running in 7817803ab018 00:36:17 ---> Running in 2d1fe50f44ae 00:36:17 ---> Running in 0ff3977b1767 00:36:17 Removing intermediate container 0ff3977b1767 00:36:17 ---> 4e8823920eca 00:36:17 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:17 Removing intermediate container 2d1fe50f44ae 00:36:17 ---> a6807356f01e 00:36:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:17 Removing intermediate container 7817803ab018 00:36:17 ---> 4a4ac6c733b2 00:36:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:17 Removing intermediate container 76f0619eaae1 00:36:17 ---> 93c0b4f8b6d4 00:36:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:17 Removing intermediate container 815d75d83913 00:36:17 ---> 7fd6b151257e 00:36:17 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:17 ---> Running in 9b45e1e16ab2 00:36:17 ---> Running in 00288f53ce24 00:36:17 ---> Running in 2cba31769e96 00:36:17 ---> Running in 05b4c1733e83 00:36:17 ---> Running in 416d6a435071 00:36:18 Removing intermediate container 2cba31769e96 00:36:18 ---> bf259946e336 00:36:18 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:36:18 Removing intermediate container 9b45e1e16ab2 00:36:18 ---> 2ced975ee480 00:36:18 Step 5/21 : RUN apk add --update --no-cache make git 00:36:18 Removing intermediate container 416d6a435071 00:36:18 ---> 8087b17afe75 00:36:18 Step 5/24 : RUN apk add --update --no-cache make git 00:36:18 ---> Running in 9270fb5f02b2 00:36:18 ---> Running in 65ad60dda67b 00:36:18 ---> Running in 65639660c868 00:36:18 Removing intermediate container 00288f53ce24 00:36:18 ---> b862a2db45d2 00:36:18 Step 5/22 : RUN apk add --update --no-cache make git 00:36:18 Removing intermediate container 05b4c1733e83 00:36:18 ---> f5f45720524c 00:36:18 Step 5/23 : RUN apk add --update --no-cache make git 00:36:19 ---> Running in 44545dd441d8 00:36:19 ---> Running in d9d348a9f195 00:36:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:20 ---> Running in 2f7157c8b0bb 00:36:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:20 OK: 233 MiB in 51 packages 00:36:20 OK: 233 MiB in 51 packages 00:36:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:21 OK: 233 MiB in 51 packages 00:36:21 Removing intermediate container 65ad60dda67b 00:36:21 ---> f25328211990 00:36:21 Step 6/22 : COPY go.mod . 00:36:21 Removing intermediate container 9270fb5f02b2 00:36:21 ---> 8d356d866501 00:36:21 Step 6/21 : COPY go.mod . 00:36:21 OK: 233 MiB in 51 packages 00:36:21 OK: 233 MiB in 51 packages 00:36:22 Removing intermediate container 65639660c868 00:36:22 ---> be83ec654a03 00:36:22 Step 6/24 : COPY go.mod . 00:36:22 ---> 4d880f9cf95a 00:36:22 Step 7/22 : RUN go mod download 00:36:22 ---> 7cd66a7285be 00:36:22 Step 7/21 : RUN go mod download 00:36:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:22 ---> Running in 0ad6888068a2 00:36:22 ---> Running in adbc6d789f88 00:36:22 ---> c75afdab62f4 00:36:22 Step 7/24 : RUN go mod download 00:36:22 ---> Running in 242d1ff88a60 00:36:22 Removing intermediate container 44545dd441d8 00:36:22 ---> 68968228c091 00:36:22 Step 6/22 : COPY go.mod . 00:36:22 Removing intermediate container d9d348a9f195 00:36:22 ---> 4beed1bab811 00:36:22 Step 6/23 : COPY go.mod . 00:36:23 (1/12) Installing libmagic (5.38-r0) 00:36:23 (2/12) Installing file (5.38-r0) 00:36:23 (3/12) Installing libc-dev (0.7.2-r3) 00:36:23 ---> 8804d4300ff3 00:36:23 Step 7/22 : RUN go mod download 00:36:23 ---> 91fc1165dc03 00:36:23 Step 7/23 : RUN go mod download 00:36:23 ---> Running in 5eaa2224b283 00:36:23 (4/12) Installing g++ (9.3.0-r2) 00:36:23 ---> Running in f02186c33d83 00:36:25 Removing intermediate container 242d1ff88a60 00:36:25 ---> a3fd830c0335 00:36:25 Step 8/24 : COPY . . 00:36:25 Removing intermediate container adbc6d789f88 00:36:25 ---> 4b4b99d9abb5 00:36:25 Step 8/22 : COPY . . 00:36:25 Removing intermediate container 0ad6888068a2 00:36:25 ---> 3668e42e07d1 00:36:25 Step 8/21 : COPY . . 00:36:25 Removing intermediate container 5eaa2224b283 00:36:25 ---> 296ab0eaff7f 00:36:25 Step 8/22 : COPY . . 00:36:25 Removing intermediate container f02186c33d83 00:36:25 ---> d2a988ef7fe5 00:36:25 Step 8/23 : COPY . . 00:36:36 (5/12) Installing fortify-headers (1.1-r0) 00:36:36 (6/12) Installing patch (2.7.6-r6) 00:36:36 (7/12) Installing build-base (0.5-r2) 00:36:36 (8/12) Installing libsodium (1.0.18-r0) 00:36:36 (9/12) Installing pkgconf (1.7.2-r0) 00:36:36 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:36 (11/12) Installing libzmq (4.3.3-r0) 00:36:36 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:36 Executing busybox-1.31.1-r19.trigger 00:36:36 OK: 217 MiB in 51 packages 00:36:40 Removing intermediate container 2f7157c8b0bb 00:36:40 ---> e978b734df34 00:36:40 Step 4/6 : WORKDIR /edgex-go 00:36:40 ---> Running in 9b10686e83d8 00:36:40 Removing intermediate container 9b10686e83d8 00:36:40 ---> a2346df3a86c 00:36:40 Step 5/6 : COPY go.mod . 00:36:41 ---> 45f5d8c73699 00:36:41 Step 6/6 : RUN go mod download 00:36:41 ---> Running in 73c81a670bfd 00:37:04 ---> 90d51f287470 00:37:04 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:37:04 ---> b923fdf56739 00:37:04 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:37:04 ---> 78ba945fcc12 00:37:04 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:37:04 ---> cff8bd2d3d7d 00:37:04 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:37:04 ---> Running in c01781fd050b 00:37:04 ---> Running in 060f76d4c7fc 00:37:04 ---> Running in 9023e63b1602 00:37:04 ---> 69c9ed9b211e 00:37:04 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:37:04 ---> Running in 25aff50cffa4 00:37:04 ---> Running in 7942fd76554a 00:37:04 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:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:37:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:37:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:37:04 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:13 Removing intermediate container 73c81a670bfd 00:37:13 ---> 341fb46df1aa 00:37:13 Successfully built 341fb46df1aa 00:37:13 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:13 + docker inspect -f . ci-base-image-arm64 00:37:13 . [Pipeline] withDockerContainer 00:37:14 prd-ubuntu18.04-docker-arm64-4c-16g-29230 does not seem to be running inside a container 00:37:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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:15 $ docker top 635d6ba81265fff062158d6ec0b918f99eb9d30296a9c0d8bec05bbf30a926cf -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:16 + go version 00:37:16 go version go1.15.5 linux/arm64 [Pipeline] } 00:37:16 $ docker stop --time=1 635d6ba81265fff062158d6ec0b918f99eb9d30296a9c0d8bec05bbf30a926cf 00:37:18 $ docker rm -f 635d6ba81265fff062158d6ec0b918f99eb9d30296a9c0d8bec05bbf30a926cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:19 + docker inspect -f . ci-base-image-arm64 00:37:19 . [Pipeline] withDockerContainer 00:37:20 prd-ubuntu18.04-docker-arm64-4c-16g-29230 does not seem to be running inside a container 00:37:20 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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:21 $ docker top 2e9facc1b19319292af753c212ea4e825a716f66e4bb300dc21f99ab3a74dd7c -eo pid,comm [Pipeline] { [Pipeline] echo 00:37:22 ========================================================= 00:37:22 [edgeXBuildGoParallel] Running Tests and Build... 00:37:22 ========================================================= [Pipeline] sh 00:37:22 + make test 00:37:22 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:31 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:37:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:37:44 Removing intermediate container c01781fd050b 00:37:44 ---> e1bb070bbd5b 00:37:44 00:37:44 Step 10/24 : FROM alpine:3.12 00:37:44 Removing intermediate container 060f76d4c7fc 00:37:44 ---> 6d8630d24b55 00:37:44 00:37:44 Step 10/21 : FROM alpine:3.12 00:37:44 3.12: Pulling from library/alpine 00:37:44 3.12: Pulling from library/alpine 00:37:44 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:37:44 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:37:44 Status: Downloaded newer image for alpine:3.12 00:37:44 Status: Downloaded newer image for alpine:3.12 00:37:44 ---> 88dd2752d2ea 00:37:44 ---> 88dd2752d2ea 00:37:44 Step 11/21 : RUN apk add --update --no-cache curlStep 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:37:44 00:37:48 ---> Running in 77e62f507a3a 00:37:48 ---> Running in 614cfadf7c3e 00:37:48 Removing intermediate container 9023e63b1602 00:37:48 ---> 6f3432f801a5 00:37:48 00:37:48 Step 10/22 : FROM alpine:3.12 00:37:48 ---> 88dd2752d2ea 00:37:48 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:37:48 Removing intermediate container 25aff50cffa4 00:37:48 ---> d29636231c9d 00:37:48 00:37:48 Step 10/22 : FROM alpine:3.12 00:37:48 ---> 88dd2752d2ea 00:37:48 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:37:48 Removing intermediate container 7942fd76554a 00:37:48 ---> ec26c24e61b0 00:37:48 00:37:48 Step 10/23 : FROM alpine:3.12 00:37:48 ---> 88dd2752d2ea 00:37:48 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:37:48 ---> Running in e10667eeaa85 00:37:48 ---> Running in 50b342eb7e6e 00:37:48 ---> Running in 7ff7c8d35ce8 00:37:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:49 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:49 (1/5) Installing ca-certificates (20191127-r4) 00:37:49 (1/4) Installing ca-certificates (20191127-r4) 00:37:49 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:37:49 (3/5) Installing libcurl (7.69.1-r3) 00:37:49 (4/5) Installing curl (7.69.1-r3) 00:37:49 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:37:49 (3/4) Installing libcurl (7.69.1-r3) 00:37:49 (5/5) Installing dumb-init (1.2.2-r1) 00:37:49 (4/4) Installing curl (7.69.1-r3) 00:37:49 Executing busybox-1.31.1-r19.trigger 00:37:49 Executing busybox-1.31.1-r19.trigger 00:37:49 Executing ca-certificates-20191127-r4.trigger 00:37:49 Executing ca-certificates-20191127-r4.trigger 00:37:50 OK: 7 MiB in 18 packages 00:37:50 OK: 7 MiB in 19 packages 00:37:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:50 (1/1) Installing dumb-init (1.2.2-r1) 00:37:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:50 Executing busybox-1.31.1-r19.trigger 00:37:50 OK: 6 MiB in 15 packages 00:37:50 (1/1) Installing dumb-init (1.2.2-r1) 00:37:50 Executing busybox-1.31.1-r19.trigger 00:37:50 OK: 6 MiB in 15 packages 00:37:50 (1/2) Installing ca-certificates (20191127-r4) 00:37:50 (2/2) Installing dumb-init (1.2.2-r1) 00:37:50 Executing busybox-1.31.1-r19.trigger 00:37:50 Executing ca-certificates-20191127-r4.trigger 00:37:50 OK: 6 MiB in 16 packages 00:37:52 Removing intermediate container 77e62f507a3a 00:37:52 ---> 0170ba755aad 00:37:52 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:52 Removing intermediate container 614cfadf7c3e 00:37:52 ---> 5b2eb23cf197 00:37:52 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:53 ---> Running in e8700f0b5c07 00:37:53 ---> Running in 4cb482ba04f4 00:37:53 Removing intermediate container 50b342eb7e6e 00:37:53 ---> d9194e9e1577 00:37:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:53 Removing intermediate container e10667eeaa85 00:37:53 ---> 8e5f02d14d25 00:37:53 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:53 ---> Running in 3d59742d8357 00:37:53 Removing intermediate container 7ff7c8d35ce8 00:37:53 ---> fe3a0c993337 00:37:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:37:53 ---> Running in 920c3978df0d 00:37:53 ---> Running in d2bab7192526 00:37:53 Removing intermediate container 4cb482ba04f4 00:37:53 ---> 5564410fac0b 00:37:53 Step 13/21 : WORKDIR /edgex 00:37:53 Removing intermediate container e8700f0b5c07 00:37:53 ---> 0c0bfe557c14 00:37:53 Step 13/24 : WORKDIR / 00:37:54 ---> Running in 5ae3a1161202 00:37:54 Removing intermediate container 3d59742d8357 00:37:54 ---> cc0699156c60 00:37:54 Step 13/22 : ENV APP_PORT=48085 00:37:54 Removing intermediate container 920c3978df0d 00:37:54 ---> 1d991abe5f34 00:37:54 Step 13/23 : ENV APP_PORT=48081 00:37:54 ---> Running in 5c6b75fbf15b 00:37:54 Removing intermediate container d2bab7192526 00:37:54 ---> 496e15ac47c4 00:37:54 Step 13/22 : ENV APP_PORT=48060 00:37:54 ---> Running in 31f6b5be3225 00:37:54 ---> Running in 1e8d4b5e9101 00:37:54 ---> Running in e26ff6ac0743 00:37:54 Removing intermediate container 5ae3a1161202 00:37:54 ---> cc4735586b69 00:37:54 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:37:55 Removing intermediate container 5c6b75fbf15b 00:37:55 ---> 0c0765dafe5e 00:37:55 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:37:55 Removing intermediate container 31f6b5be3225 00:37:55 ---> 05356bd9c438 00:37:55 Step 14/22 : EXPOSE $APP_PORT 00:37:55 Removing intermediate container 1e8d4b5e9101 00:37:55 ---> b2ef0f0fd35b 00:37:55 Step 14/23 : EXPOSE $APP_PORT 00:37:55 ---> Running in 4e11c2dd60d3 00:37:55 Removing intermediate container e26ff6ac0743 00:37:55 ---> d90527b51642 00:37:55 Step 14/22 : EXPOSE $APP_PORT 00:37:55 ---> Running in a0a2fb989c82 00:37:55 ---> Running in 049852f1412e 00:37:55 ---> a2a1496a2531 00:37:55 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:37:55 ---> 2177800ad90d 00:37:55 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:37:55 Removing intermediate container 4e11c2dd60d3 00:37:55 ---> 5d41f15c6f78 00:37:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:55 Removing intermediate container a0a2fb989c82 00:37:55 ---> 8ad153384874 00:37:55 Step 15/23 : WORKDIR / 00:37:55 Removing intermediate container 049852f1412e 00:37:55 ---> c13d1098f62a 00:37:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:55 ---> Running in 2b6e4fae7313 00:37:56 ---> af4917c7add8 00:37:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:37:56 ---> 21b15f0fccb9 00:37:56 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:37:56 ---> d9c172f9405b 00:37:56 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:37:56 Removing intermediate container 2b6e4fae7313 00:37:56 ---> 0eeaefa8578c 00:37:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:56 ---> 5b4af86a49a4 00:37:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:37:56 ---> 0652acaeaced 00:37:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:37:56 ---> be598fad975b 00:37:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:37:57 ---> 2a3a9e768808 00:37:57 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:37:57 ---> 0f9a15aae10d 00:37:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:37:57 ---> Running in 044816ddd5a0 00:37:57 ---> d7de7e96443e 00:37:57 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:37:57 ---> 61b0c251172d 00:37:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:37:57 ---> 36f1d6e473f9 00:37:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:37:57 Removing intermediate container 044816ddd5a0 00:37:57 ---> aa42aa1eec79 00:37:57 Step 18/21 : CMD ["--init=true"] 00:37:57 ---> Running in b05b6c501a08 00:37:57 ---> Running in 1b21279b3181 00:37:58 ---> bc030bca6364 00:37:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:37:58 ---> 061852e8703b 00:37:58 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:37:58 Removing intermediate container b05b6c501a08 00:37:58 ---> 911d186ef51a 00:37:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:58 ---> 80affebdbc73 00:37:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:37:58 ---> Running in 2606ee3ece98 00:37:58 Removing intermediate container 1b21279b3181 00:37:58 ---> 751d1bb51894 00:37:58 Step 19/21 : LABEL arch=x86_64 00:37:58 ---> Running in c3d4136244cf 00:37:58 ---> Running in 4336acc613c8 00:37:58 ---> 90dd25c6461e 00:37:58 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:37:58 Removing intermediate container 2606ee3ece98 00:37:58 ---> fddb78c63623 00:37:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:58 ---> bf21663aef8d 00:37:58 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:37:58 ---> Running in c95d68e82330 00:37:58 Removing intermediate container c3d4136244cf 00:37:58 ---> ea6047de2f23 00:37:58 Step 20/22 : LABEL arch=x86_64 00:37:58 ---> Running in 123aff6222fa 00:37:58 ---> Running in c753af80baf7 00:37:59 Removing intermediate container 4336acc613c8 00:37:59 ---> f20be5cca2cf 00:37:59 Step 20/21 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce 00:37:59 ---> Running in 6a06c634e45e 00:37:59 Removing intermediate container c95d68e82330 00:37:59 ---> 6033d8642702 00:37:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:59 ---> Running in 81eef4fd93e6 00:37:59 Removing intermediate container 123aff6222fa 00:37:59 ---> a84be3e74e77 00:37:59 Step 20/22 : LABEL arch=x86_64 00:37:59 ---> Running in 19d661af2fcf 00:37:59 Removing intermediate container 6a06c634e45e 00:37:59 ---> 000d79d99f68 00:37:59 Step 21/22 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce 00:37:59 Removing intermediate container 81eef4fd93e6 00:37:59 ---> 7a2b780930b8 00:37:59 Step 21/21 : LABEL version=0.0.0 00:37:59 ---> Running in a31d4eab0b75 00:37:59 ---> Running in 4307782d21cd 00:37:59 ---> Running in 78b42bb9feb5 00:37:59 Removing intermediate container 19d661af2fcf 00:37:59 ---> 9d1548ec72d3 00:37:59 Step 21/23 : LABEL arch=x86_64 00:37:59 Removing intermediate container a31d4eab0b75 00:37:59 ---> c8cc520b0f35 00:37:59 Step 21/22 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce 00:38:00 ---> Running in 1b6f5e604e1d 00:38:00 ---> Running in d64816be3973 00:38:00 Removing intermediate container 4307782d21cd 00:38:00 ---> 764842458f1e 00:38:00 Step 22/22 : LABEL version=0.0.0 00:38:00 Removing intermediate container 78b42bb9feb5 00:38:00 ---> d0b9063db2e5 00:38:00 00:38:00 ---> Running in 662a5efa983e 00:38:00 Removing intermediate container c753af80baf7 00:38:00 ---> 2db0847833db 00:38:00 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:38:00 Removing intermediate container d64816be3973 00:38:00 ---> 25e1b672d5b3 00:38:00 Step 22/22 : LABEL version=0.0.0 00:38:00 Removing intermediate container 1b6f5e604e1d 00:38:00 ---> 47c61f5ddf30 00:38:00 Step 22/23 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce 00:38:00 Successfully built d0b9063db2e5 00:38:00 ---> Running in f1c6298b9bc4 00:38:00 Successfully tagged docker-security-proxy-setup-go:latest 00:38:00  Building docker-security-proxy-setup-go ... done  ---> Running in f4c09e83dcfc 00:38:00 Building docker-sys-mgmt-agent-go 00:38:00 ---> Running in 8170e4b606a6 00:38:00 Removing intermediate container 662a5efa983e 00:38:00 ---> b9a82b617dd2 00:38:00 00:38:01 Removing intermediate container f4c09e83dcfc 00:38:01 ---> 6bd2e5f44a9c 00:38:01 00:38:01 Successfully built b9a82b617dd2 00:38:01 Removing intermediate container f1c6298b9bc4 00:38:01 ---> 1a045adeda07 00:38:01 Step 22/24 : LABEL arch=x86_64 00:38:01 Successfully tagged docker-support-scheduler-go:latest 00:38:01  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go 00:38:01 Removing intermediate container 8170e4b606a6 00:38:01 ---> 4eedf42223df 00:38:01 Step 23/23 : LABEL version=0.0.0 00:38:01 Successfully built 6bd2e5f44a9c 00:38:01 Successfully tagged docker-support-notifications-go:latest 00:38:01  Building docker-support-notifications-go ... done Building docker-core-data-go 00:38:01 ---> Running in e5ca1e9a81a1 00:38:01 ---> Running in d9557fad22a0 00:38:01 Removing intermediate container e5ca1e9a81a1 00:38:01 ---> 789571a2cf60 00:38:01 Step 23/24 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce 00:38:01 Removing intermediate container d9557fad22a0 00:38:01 ---> 64b557bdee12 00:38:01 00:38:01 ---> Running in 98e65251214a 00:38:01 Successfully built 64b557bdee12 00:38:02 Successfully tagged docker-core-metadata-go:latest 00:38:02 Building docker-core-command-go 00:38:02  Building docker-core-metadata-go ... done Removing intermediate container 98e65251214a 00:38:02 ---> 9644ea72f052 00:38:02 Step 24/24 : LABEL version=0.0.0 00:38:02 ---> Running in adebc6b22111 00:38:02 Removing intermediate container adebc6b22111 00:38:02 ---> e87f7962e28a 00:38:02 00:38:02 Successfully built e87f7962e28a 00:38:02 Successfully tagged docker-security-secretstore-setup-go:latest 00:38:29  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:29 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:38:29 ---> de932463ccee 00:38:29 Step 3/26 : WORKDIR /edgex-go 00:38:29 ---> Using cache 00:38:29 ---> 7fd6b151257e 00:38:29 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:29 ---> Using cache 00:38:29 ---> 8087b17afe75 00:38:29 Step 5/26 : RUN apk add --update --no-cache make bash git 00:38:29 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:29 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:38:29 ---> de932463ccee 00:38:29 Step 3/31 : WORKDIR /edgex-go 00:38:29 ---> Using cache 00:38:29 ---> 7fd6b151257e 00:38:29 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:29 ---> Using cache 00:38:29 ---> 8087b17afe75 00:38:29 Step 5/31 : RUN apk add --update --no-cache make git 00:38:29 ---> Using cache 00:38:29 ---> be83ec654a03 00:38:29 Step 6/31 : COPY go.mod . 00:38:29 ---> Using cache 00:38:29 ---> c75afdab62f4 00:38:29 Step 7/31 : RUN go mod download 00:38:29 ---> Using cache 00:38:29 ---> a3fd830c0335 00:38:29 Step 8/31 : COPY . . 00:38:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:29 ---> de932463ccee 00:38:29 Step 3/23 : WORKDIR /edgex-go 00:38:29 ---> Using cache 00:38:29 ---> 7fd6b151257e 00:38:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:29 ---> Using cache 00:38:29 ---> 8087b17afe75 00:38:29 Step 5/23 : RUN apk add --update --no-cache make git 00:38:29 ---> Using cache 00:38:29 ---> be83ec654a03 00:38:29 Step 6/23 : COPY go.mod . 00:38:29 ---> Using cache 00:38:29 ---> c75afdab62f4 00:38:29 Step 7/23 : RUN go mod download 00:38:29 ---> Using cache 00:38:29 ---> a3fd830c0335 00:38:29 Step 8/23 : COPY . . 00:38:29 ---> Using cache 00:38:29 ---> b923fdf56739 00:38:29 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:38:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:29 ---> de932463ccee 00:38:29 Step 3/23 : WORKDIR /edgex-go 00:38:29 ---> Using cache 00:38:29 ---> 7fd6b151257e 00:38:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:29 ---> Using cache 00:38:29 ---> 8087b17afe75 00:38:29 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:38:29 ---> Using cache 00:38:29 ---> b923fdf56739 00:38:29 Step 9/23 : RUN make cmd/core-command/core-command 00:38:29 ---> Running in 0e29ce0d8332 00:38:29 ---> Running in ebb92853ef35 00:38:29 ---> Running in ffa69d8b61fd 00:38:29 ---> Running in 9928d8c81e04 00:38:30 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:38:30 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:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:31 OK: 233 MiB in 51 packages 00:38:31 OK: 233 MiB in 51 packages 00:38:32 Removing intermediate container ffa69d8b61fd 00:38:32 ---> ff38b22d9cbd 00:38:32 Step 6/23 : COPY go.mod . 00:38:32 Removing intermediate container 9928d8c81e04 00:38:32 ---> 1c8883eed3ed 00:38:32 Step 6/26 : COPY go.mod . 00:38:33 ---> 86a0449a678e 00:38:33 Step 7/26 : RUN go mod download 00:38:33 ---> Running in 99b6a741a049 00:38:33 ---> 3f51050d41a7 00:38:33 Step 7/23 : RUN go mod download 00:38:33 ---> Running in 481ba13b0707 00:38:37 Removing intermediate container 99b6a741a049 00:38:37 ---> 65c544c1f351 00:38:37 Step 8/26 : COPY . . 00:38:37 Removing intermediate container 481ba13b0707 00:38:37 ---> d4d034633c07 00:38:37 Step 8/23 : COPY . . 00:38:46 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:01 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:01 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:04 Removing intermediate container 0e29ce0d8332 00:39:04 ---> 29f01cecd2d3 00:39:04 00:39:04 Step 10/31 : FROM alpine:3.12 00:39:04 ---> 88dd2752d2ea 00:39:04 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:39:04 ---> 64a19e0e8c76 00:39:04 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:39:05 ---> Running in 0712f80ab682 00:39:05 ---> 6aca626e9d4c 00:39:05 Step 9/23 : RUN make cmd/core-data/core-data 00:39:05 ---> Running in f9d88ca40ba1 00:39:05 Removing intermediate container ebb92853ef35 00:39:05 ---> 9a25bb115fd2 00:39:05 00:39:05 Step 10/23 : FROM alpine:3.12 00:39:05 ---> 88dd2752d2ea 00:39:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:39:05 ---> Using cache 00:39:05 ---> 8e5f02d14d25 00:39:05 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:05 ---> Using cache 00:39:05 ---> 1d991abe5f34 00:39:05 Step 13/23 : ENV APP_PORT=48082 00:39:05 ---> Running in 6c0ebd6005a0 00:39:05 Removing intermediate container 0712f80ab682 00:39:05 ---> a6f5b9767955 00:39:05 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:39:05 ---> Running in 520dd14d7eab 00:39:05 ---> Running in 46718e21967e 00:39:06 Removing intermediate container 520dd14d7eab 00:39:06 ---> d65952ea19a6 00:39:06 Step 14/23 : EXPOSE $APP_PORT 00:39:06 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:06 ---> Running in a25592bf630a 00:39:06 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:06 Removing intermediate container a25592bf630a 00:39:06 ---> 28706484b5e6 00:39:06 Step 15/23 : WORKDIR / 00:39:06 ---> Running in 7a38af0131fc 00:39:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:06 Removing intermediate container 7a38af0131fc 00:39:06 ---> 7220c4bf5985 00:39:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:06 (1/2) Installing dumb-init (1.2.2-r1) 00:39:06 (2/2) Installing su-exec (0.2-r1) 00:39:06 Executing busybox-1.31.1-r19.trigger 00:39:07 OK: 6 MiB in 16 packages 00:39:07 ---> 4523ade05add 00:39:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:39:08 Removing intermediate container 46718e21967e 00:39:08 ---> 4d7de41ea85e 00:39:08 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:39:08 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:09 ---> 62192d204aba 00:39:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:39:09 ---> Running in 3e828b7c96a8 00:39:09 ---> 64d05f34f4aa 00:39:09 Step 19/23 : ENTRYPOINT ["/core-command"] 00:39:09 Removing intermediate container 3e828b7c96a8 00:39:09 ---> 7443b879a5b2 00:39:09 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:39:09 ---> Running in aa8106a69531 00:39:09 ---> Running in dbae58c97ce4 00:39:09 Removing intermediate container aa8106a69531 00:39:09 ---> c3746e09a8b0 00:39:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:09 ---> Running in 83f4459ece54 00:39:09 Removing intermediate container dbae58c97ce4 00:39:09 ---> 99f06976234c 00:39:09 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:39:10 ---> Running in 68384d71a4f9 00:39:10 Removing intermediate container 83f4459ece54 00:39:10 ---> c108a22ea0a2 00:39:10 Step 21/23 : LABEL arch=x86_64 00:39:10 ---> Running in ab90aa110795 00:39:11 Removing intermediate container ab90aa110795 00:39:11 ---> 2384d164c20b 00:39:11 Step 22/23 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce 00:39:11 ---> Running in 7170fc6d4606 00:39:11 Removing intermediate container 7170fc6d4606 00:39:11 ---> 2469bd33be6c 00:39:11 Step 23/23 : LABEL version=0.0.0 00:39:11 ---> Running in 85947e819356 00:39:12 Removing intermediate container 85947e819356 00:39:12 ---> a7116fedce3a 00:39:12 00:39:12 Removing intermediate container 68384d71a4f9 00:39:12 ---> 6feef5519fa1 00:39:12 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:39:12 Successfully built a7116fedce3a 00:39:12 Successfully tagged docker-core-command-go:latest 00:39:12  Building docker-core-command-go ... done  ---> Running in 1762fe4d4893 00:39:13 Removing intermediate container 1762fe4d4893 00:39:13 ---> 5ff5e118149b 00:39:13 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:39:13 ---> b3e2ceeb67da 00:39:13 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:39:13 ---> Running in 14a7fea28121 00:39:15 Removing intermediate container 14a7fea28121 00:39:15 ---> f421c50e19e9 00:39:15 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:16 ---> ecfb3c235224 00:39:16 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:39:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:17 ---> 449785479798 00:39:17 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:39:18 ---> 9320330c6a01 00:39:18 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:39:18 ---> 1ffd2a1c4292 00:39:18 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:39:19 ---> 8d4f8bb36f79 00:39:19 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:39:19 ---> Running in 1e8c65ca3a50 00:39:19 Removing intermediate container 1e8c65ca3a50 00:39:19 ---> ebb47dcc56d8 00:39:19 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:39:20 ---> e3ee8c128be4 00:39:20 Step 26/31 : RUN chmod +x /entrypoint.sh 00:39:20 ---> Running in c020f21e752e 00:39:22 Removing intermediate container c020f21e752e 00:39:22 ---> d0df192aa57a 00:39:22 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:39:22 ---> Running in b7ec819b4e54 00:39:22 Removing intermediate container b7ec819b4e54 00:39:22 ---> 94d87c11f5f5 00:39:22 Step 28/31 : CMD ["gate"] 00:39:22 ---> Running in dd859dabb10d 00:39:23 Removing intermediate container dd859dabb10d 00:39:23 ---> 5bade3a8fb3e 00:39:23 Step 29/31 : LABEL arch=x86_64 00:39:24 ---> Running in 63247f6c8c06 00:39:24 Removing intermediate container f9d88ca40ba1 00:39:24 ---> 2d7931bfa566 00:39:25 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:39:25 ---> Running in 3f0c9b7acfbf 00:39:25 Removing intermediate container 63247f6c8c06 00:39:25 ---> 223bf53ec119 00:39:25 Step 30/31 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.343s coverage: 45.9% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.256s coverage: 100.0% of statements 00:39:26 ---> Running in 04bcf7bb4582 00:39:27 Removing intermediate container 04bcf7bb4582 00:39:27 ---> 6931efeda8e0 00:39:27 Step 31/31 : LABEL version=0.0.0 00:39:27 ---> Running in 8831a136cb65 00:39:27 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:27 Removing intermediate container 8831a136cb65 00:39:27 ---> 06852a0f8d18 00:39:27 00:39:27 Successfully built 06852a0f8d18 00:39:28 Successfully tagged docker-security-bootstrapper-go:latest 00:39:30  Building docker-security-bootstrapper-go ... done Removing intermediate container 6c0ebd6005a0 00:39:30 ---> 33ab3a3b98af 00:39:30 00:39:30 Step 10/23 : FROM alpine:3.12 00:39:30 ---> 88dd2752d2ea 00:39:30 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:30 Removing intermediate container 3f0c9b7acfbf 00:39:30 ---> 0624559cfc96 00:39:30 00:39:30 Step 11/26 : FROM docker:20.10.0 00:39:30 ---> Running in 12e47af3b7ae 00:39:30 20.10.0: Pulling from library/docker 00:39:30 Removing intermediate container 12e47af3b7ae 00:39:30 ---> a8661d8aa474 00:39:30 Step 12/23 : ENV APP_PORT=48080 00:39:30 ---> Running in e7a5f2619ec5 00:39:30 Removing intermediate container e7a5f2619ec5 00:39:30 ---> 30f736ecb2ca 00:39:30 Step 13/23 : EXPOSE $APP_PORT 00:39:30 ---> Running in c0761577aaca 00:39:31 Removing intermediate container c0761577aaca 00:39:31 ---> e1a1e7114fb7 00:39:31 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:31 ---> Running in fb6941091a96 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.661s coverage: 27.1% of statements 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.084s coverage: 100.0% of statements 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.089s coverage: 100.0% of statements 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:32 Removing intermediate container fb6941091a96 00:39:32 ---> af41194ecaa2 00:39:32 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:39:33 ---> Running in 112c57ce3e4a 00:39:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.386s coverage: 71.3% of statements 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:35 (1/6) Installing dumb-init (1.2.2-r1) 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.473s coverage: 82.9% of statements 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.180s coverage: 78.9% of statements 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:35 (2/6) Installing libgcc (9.3.0-r2) 00:39:35 (3/6) Installing libsodium (1.0.18-r0) 00:39:35 (4/6) Installing libstdc++ (9.3.0-r2) 00:39:36 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:39:36 Status: Downloaded newer image for docker:20.10.0 00:39:36 ---> aefe523efa57 00:39:36 Step 12/26 : RUN apk add --no-cache bash 00:39:36 (5/6) Installing libzmq (4.3.3-r0) 00:39:36 ---> Running in 38bc1eafa9c3 00:39:36 (6/6) Installing zeromq (4.3.3-r0) 00:39:36 Executing busybox-1.31.1-r19.trigger 00:39:36 OK: 8 MiB in 20 packages 00:39:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:37 (1/2) Installing readline (8.0.4-r0) 00:39:37 (2/2) Installing bash (5.0.17-r0) 00:39:37 Removing intermediate container 112c57ce3e4a 00:39:37 ---> 47da594f4a7a 00:39:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:37 Executing bash-5.0.17-r0.post-install 00:39:37 Executing busybox-1.31.1-r19.trigger 00:39:37 OK: 12 MiB in 22 packages 00:39:37 ---> 35ad017458d6 00:39:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:39:37 Removing intermediate container 38bc1eafa9c3 00:39:37 ---> bd0978182912 00:39:37 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:39:37 ---> Running in 9049121ee48e 00:39:38 Removing intermediate container 9049121ee48e 00:39:38 ---> 0818bebd906e 00:39:38 Step 14/26 : ENV APP_PORT=48090 00:39:38 ---> 1ef5e599431e 00:39:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:39:38 ---> Running in de4aed4fce5b 00:39:38 Removing intermediate container de4aed4fce5b 00:39:38 ---> 380fd3762782 00:39:38 Step 15/26 : EXPOSE $APP_PORT 00:39:38 ---> Running in fe8d9e4b436a 00:39:38 ---> 39f59ed3a1b8 00:39:38 Step 19/23 : ENTRYPOINT ["/core-data"] 00:39:38 ---> Running in 45d595f74dff 00:39:38 Removing intermediate container fe8d9e4b436a 00:39:38 ---> 3fe6eb18bd18 00:39:38 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:39:38 Removing intermediate container 45d595f74dff 00:39:38 ---> 6cfed0908cae 00:39:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:38 ---> Running in 350ae11563c5 00:39:38 Removing intermediate container 350ae11563c5 00:39:38 ---> 00ece454d433 00:39:38 Step 21/23 : LABEL arch=x86_64 00:39:38 ---> Running in ff680e6f4ea7 00:39:38 ---> 5806022218ee 00:39:38 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:39:39 Removing intermediate container ff680e6f4ea7 00:39:39 ---> 4a06062b3610 00:39:39 Step 22/23 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce 00:39:39 ---> Running in 20deda0ca79b 00:39:39 ---> dd85483ac30d 00:39:39 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:39:39 Removing intermediate container 20deda0ca79b 00:39:39 ---> a3298afaf4c0 00:39:39 Step 23/23 : LABEL version=0.0.0 00:39:39 ---> Running in 4859b3551cd9 00:39:39 ---> f5a7300254ee 00:39:39 Step 19/26 : RUN apk --no-cache add py3-pip 00:39:39 Removing intermediate container 4859b3551cd9 00:39:39 ---> f7fe6cd1219b 00:39:39 00:39:39 ---> Running in 91fe92f48775 00:39:39 Successfully built f7fe6cd1219b 00:39:39 Successfully tagged docker-core-data-go:latest 00:39:40  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:40 (1/33) Installing libbz2 (1.0.8-r1) 00:39:40 (2/33) Installing expat (2.2.9-r1) 00:39:40 (3/33) Installing libffi (3.3-r2) 00:39:40 (4/33) Installing gdbm (1.13-r1) 00:39:40 (5/33) Installing xz-libs (5.2.5-r0) 00:39:40 (6/33) Installing sqlite-libs (3.32.1-r0) 00:39:40 (7/33) Installing python3 (3.8.5-r1) 00:39:41 (8/33) Installing py3-appdirs (1.4.4-r1) 00:39:41 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:39:41 (10/33) Installing py3-parsing (2.4.7-r0) 00:39:41 (11/33) Installing py3-six (1.15.0-r0) 00:39:41 (12/33) Installing py3-packaging (20.4-r0) 00:39:41 (13/33) Installing py3-setuptools (47.0.0-r0) 00:39:41 (14/33) Installing py3-chardet (3.0.4-r4) 00:39:41 (15/33) Installing py3-idna (2.9-r0) 00:39:41 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:39:41 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:39:41 (18/33) Installing py3-requests (2.23.0-r0) 00:39:41 (19/33) Installing py3-msgpack (1.0.0-r0) 00:39:41 (20/33) Installing py3-lockfile (0.12.2-r3) 00:39:41 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:39:41 (22/33) Installing py3-colorama (0.4.3-r0) 00:39:41 (23/33) Installing py3-distlib (0.3.0-r0) 00:39:41 (24/33) Installing py3-distro (1.5.0-r1) 00:39:41 (25/33) Installing py3-webencodings (0.5.1-r3) 00:39:41 (26/33) Installing py3-html5lib (1.0.1-r4) 00:39:41 (27/33) Installing py3-pytoml (0.1.21-r0) 00:39:41 (28/33) Installing py3-pep517 (0.8.2-r0) 00:39:41 (29/33) Installing py3-progress (1.5-r0) 00:39:41 (30/33) Installing py3-toml (0.10.1-r0) 00:39:41 (31/33) Installing py3-retrying (1.3.3-r0) 00:39:41 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:39:41 (33/33) Installing py3-pip (20.1.1-r0) 00:39:41 Executing busybox-1.31.1-r19.trigger 00:39:41 OK: 71 MiB in 55 packages 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.251s coverage: 28.6% of statements 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.168s coverage: 100.0% of statements 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.084s coverage: 100.0% of statements 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.391s coverage: 86.7% of statements 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.379s coverage: 97.5% of statements 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.142s coverage: 78.3% of statements 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:39:52 Removing intermediate container 91fe92f48775 00:39:52 ---> 84559e1a023d 00:39:52 Step 20/26 : RUN pip install docker-compose==1.23.2 00:39:52 ---> Running in b4d35116bc9c 00:39:52 Collecting docker-compose==1.23.2 00:39:52 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:39:52 Collecting docopt<0.7,>=0.6.1 00:39:52 Downloading docopt-0.6.2.tar.gz (25 kB) 00:39:53 Collecting PyYAML<4,>=3.10 00:39:53 Downloading PyYAML-3.13.tar.gz (270 kB) 00:39:54 Collecting texttable<0.10,>=0.9.0 00:39:54 Downloading texttable-0.9.1.tar.gz (11 kB) 00:39:55 Collecting websocket-client<1.0,>=0.32.0 00:39:55 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:39:55 Collecting cached-property<2,>=1.2.0 00:39:55 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:39:55 Collecting docker<4.0,>=3.6.0 00:39:55 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:55 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:39:55 Collecting dockerpty<0.5,>=0.4.1 00:39:55 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:39:56 Collecting jsonschema<3,>=2.5.1 00:39:56 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:39:56 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:39:56 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:39:56 Collecting docker-pycreds>=0.4.0 00:39:56 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:39:56 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:39:56 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:39:56 Collecting idna<2.8,>=2.5 00:39:56 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:39:56 Collecting urllib3<1.25,>=1.21.1 00:39:56 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:39:56 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:39:56 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:39:56 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:39:56 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:39:56 Installing collected packages: docopt, PyYAML, texttable, websocket-client, cached-property, docker-pycreds, idna, urllib3, requests, docker, dockerpty, jsonschema, docker-compose 00:39:56 Running setup.py install for docopt: started 00:39:57 Running setup.py install for docopt: finished with status 'done' 00:39:57 Running setup.py install for PyYAML: started 00:39:57 Running setup.py install for PyYAML: finished with status 'done' 00:39:57 Running setup.py install for texttable: started 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.425s coverage: 92.8% of statements 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.226s coverage: 0.1% of statements 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.113s coverage: 47.1% of statements 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.075s coverage: 79.5% of statements 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.103s coverage: 94.1% of statements 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.126s coverage: 96.3% of statements 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.055s coverage: 87.5% of statements 00:39:58 Running setup.py install for texttable: finished with status 'done' 00:39:58 Attempting uninstall: idna 00:39:58 Found existing installation: idna 2.9 00:39:58 Uninstalling idna-2.9: 00:39:58 Successfully uninstalled idna-2.9 00:39:58 Attempting uninstall: urllib3 00:39:58 Found existing installation: urllib3 1.25.9 00:39:58 Uninstalling urllib3-1.25.9: 00:39:58 Successfully uninstalled urllib3-1.25.9 00:39:58 Attempting uninstall: requests 00:39:58 Found existing installation: requests 2.23.0 00:39:58 Uninstalling requests-2.23.0: 00:39:58 Successfully uninstalled requests-2.23.0 00:39:59 Running setup.py install for dockerpty: started 00:39:59 Running setup.py install for dockerpty: finished with status 'done' 00:39:59 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:04 Removing intermediate container b4d35116bc9c 00:40:04 ---> a0992f825d04 00:40:04 Step 21/26 : RUN apk --no-cache add curl 00:40:04 ---> Running in 2725f3916462 00:40:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/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/3) Installing nghttp2-libs (1.41.0-r0) 00:40:04 (2/3) Installing libcurl (7.69.1-r3) 00:40:04 (3/3) Installing curl (7.69.1-r3) 00:40:04 Executing busybox-1.31.1-r19.trigger 00:40:04 OK: 72 MiB in 58 packages 00:40:05 Removing intermediate container 2725f3916462 00:40:05 ---> 3d392a0e806a 00:40:05 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:40:05 ---> Running in a9f8dc30b3e4 00:40:05 Removing intermediate container a9f8dc30b3e4 00:40:05 ---> d4232649bbf4 00:40:05 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:05 ---> Running in b6380e3aeacf 00:40:05 Removing intermediate container b6380e3aeacf 00:40:05 ---> 423cf5b72eba 00:40:05 Step 24/26 : LABEL arch=x86_64 00:40:05 ---> Running in 5a720c52323e 00:40:05 Removing intermediate container 5a720c52323e 00:40:05 ---> 8b41cff5c55e 00:40:05 Step 25/26 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce 00:40:05 ---> Running in 4d67d2b1b788 00:40:05 Removing intermediate container 4d67d2b1b788 00:40:05 ---> a8ccf28a7aa9 00:40:05 Step 26/26 : LABEL version=0.0.0 00:40:05 ---> Running in f6db2e20ea8b 00:40:06 Removing intermediate container f6db2e20ea8b 00:40:06 ---> 9c8e0efa13f7 00:40:06 00:40:06 Successfully built 9c8e0efa13f7 00:40:06 Successfully tagged docker-sys-mgmt-agent-go:latest 00:40:06  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:40:06 $ docker stop --time=1 a93f0d36e5e6b3b65c0702b963802f85b16004393a225d0f3daa1bf3dd29a240 00:40:08 $ docker rm -f a93f0d36e5e6b3b65c0702b963802f85b16004393a225d0f3daa1bf3dd29a240 [Pipeline] // withDockerContainer 00:40:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.115s coverage: 94.4% of statements 00:40:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.079s coverage: 44.8% of statements 00:40:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.113s coverage: 81.4% of statements [Pipeline] sh 00:40:08 + docker images 00:40:08 + grep docker 00:40:08 docker-sys-mgmt-agent-go latest 9c8e0efa13f7 3 seconds ago 313MB 00:40:08 docker-core-data-go latest f7fe6cd1219b 29 seconds ago 22.6MB 00:40:08 docker-security-bootstrapper-go latest 06852a0f8d18 41 seconds ago 18.7MB 00:40:08 docker-core-command-go latest a7116fedce3a 57 seconds ago 17.2MB 00:40:08 docker-security-secretstore-setup-go latest e87f7962e28a 2 minutes ago 24.9MB 00:40:08 docker-core-metadata-go latest 64b557bdee12 2 minutes ago 19MB 00:40:08 docker-support-notifications-go latest 6bd2e5f44a9c 2 minutes ago 17.8MB 00:40:08 docker-support-scheduler-go latest b9a82b617dd2 2 minutes ago 17.2MB 00:40:08 docker-security-proxy-setup-go latest d0b9063db2e5 2 minutes ago 24.7MB 00:40:08 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:40:24 Still waiting to schedule task 00:40:24 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-29233’ 00:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.152s coverage: 92.9% of statements 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements 00:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.116s coverage: 87.2% of statements 00:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.6% of statements 00:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.194s coverage: 91.6% of statements 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.620s coverage: 62.4% of statements 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 00:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.095s coverage: 91.3% of statements 00:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.082s coverage: 100.0% of statements 00:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements 00:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements 00:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.854s coverage: 69.0% of statements 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:40:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.473s coverage: 38.4% of statements 00:40:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.157s coverage: 89.5% of statements 00:40:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:40:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.108s coverage: 84.8% of statements 00:40:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.569s coverage: 47.0% of statements 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.115s coverage: 100.0% of statements 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.101s coverage: 100.0% of statements 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:40:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.526s coverage: 87.8% of statements 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.409s coverage: 29.1% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.252s coverage: 99.0% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.106s coverage: 100.0% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.209s coverage: 95.6% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/system 0.060s coverage: 0.0% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.094s coverage: 87.9% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements 00:40:46 GO111MODULE=on go vet ./... 00:42:08 gofmt -l . 00:42:11 [ "`gofmt -l .`" = "" ] 00:42:14 ./bin/test-go-mod-tidy.sh 00:42:15 ./bin/test-attribution-txt.sh [Pipeline] sh 00:42:17 + ls -al . 00:42:17 total 764 00:42:17 drwxrwxr-x 9 1001 1001 4096 Mar 10 00:42 . 00:42:17 drwxr-xr-x 4 root root 4096 Mar 10 00:37 .. 00:42:17 -rw-rw-r-- 1 1001 1001 11 Mar 10 00:35 .dockerignore 00:42:17 drwxrwxr-x 8 1001 1001 4096 Mar 10 00:35 .git 00:42:17 drwxrwxr-x 3 1001 1001 4096 Mar 10 00:35 .github 00:42:17 -rw-rw-r-- 1 1001 1001 818 Mar 10 00:35 .gitignore 00:42:17 -rw-rw-r-- 1 1001 1001 166 Mar 10 00:35 .sonarcloud.properties 00:42:17 -rw-rw-r-- 1 1001 1001 8607 Mar 10 00:35 Attribution.txt 00:42:17 -rw-rw-r-- 1 1001 1001 3804 Mar 10 00:35 CONTRIBUTING.md 00:42:17 -rw-rw-r-- 1 1001 1001 931 Mar 10 00:35 Dockerfile.build 00:42:17 -rw-rw-r-- 1 1001 1001 863 Mar 10 00:35 Jenkinsfile 00:42:17 -rw-rw-r-- 1 1001 1001 10775 Mar 10 00:35 LICENSE 00:42:17 -rw-rw-r-- 1 1001 1001 5774 Mar 10 00:35 Makefile 00:42:17 -rw-rw-r-- 1 1001 1001 6548 Mar 10 00:35 README.md 00:42:17 -rw-rw-r-- 1 1001 1001 6755 Mar 10 00:35 SECURITY.md 00:42:17 -rw-rw-r-- 1 1001 1001 5 Mar 10 00:31 VERSION 00:42:17 -rw-rw-r-- 1 1001 1001 4131 Mar 10 00:35 ZMQWindows.md 00:42:17 drwxrwxr-x 2 1001 1001 4096 Mar 10 00:35 bin 00:42:17 drwxrwxr-x 14 1001 1001 4096 Mar 10 00:35 cmd 00:42:17 -rw-r--r-- 1 root root 624012 Mar 10 00:40 coverage.out 00:42:17 -rw-r--r-- 1 root root 1055 Mar 10 00:42 go.mod 00:42:17 -rw-r--r-- 1 root root 21981 Mar 10 00:42 go.sum 00:42:17 drwxrwxr-x 8 1001 1001 4096 Mar 10 00:35 internal 00:42:17 drwxrwxr-x 4 1001 1001 4096 Mar 10 00:35 openapi 00:42:17 drwxrwxr-x 4 1001 1001 4096 Mar 10 00:35 snap 00:42:17 -rw-rw-r-- 1 1001 1001 168 Mar 10 00:35 version.go [Pipeline] sh 00:42:17 + '[' -e coverage.out ] 00:42:17 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:17 Warning: overwriting stash ‘coverage-report’ 00:42:19 Stashed 1 file(s) [Pipeline] sh 00:42:19 + make build 00:42:19 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:42:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:42:48 Running on prd-ubuntu18.04-docker-8c-8g-29234 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { [Pipeline] ws 00:42:48 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 00:42:51 using credential edgex-jenkins-ssh 00:42:51 Cloning the remote Git repository 00:42:51 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:42:51 > git init /w/workspace/edgex-go/6 # timeout=10 00:42:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:51 > git --version # timeout=10 00:42:51 > git --version # 'git version 2.17.1' 00:42:51 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:59 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:02 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:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:43:08 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3223/head:refs/remotes/origin/PR-3223 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:43:08 Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 00:43:09 Merge succeeded, producing b39ca1eb3c19e294879f95de4701418a9ad8ba81 00:43:09 Checking out Revision b39ca1eb3c19e294879f95de4701418a9ad8ba81 (PR-3223) 00:43:09 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:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:43:08 > git config core.sparsecheckout # timeout=10 00:43:08 > git checkout -f 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 # timeout=10 00:43:09 > git remote # timeout=10 00:43:09 > git config --get remote.origin.url # timeout=10 00:43:09 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:09 > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 00:43:09 > git rev-parse HEAD^{commit} # timeout=10 00:43:09 > git config core.sparsecheckout # timeout=10 00:43:09 > git checkout -f b39ca1eb3c19e294879f95de4701418a9ad8ba81 # timeout=10 00:43:12 Commit message: "Merge commit 'dd3c5304426daa1a06e165d92e5378a7e6535b25' into HEAD" 00:43:12 > git rev-list --no-walk 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:43:13 + echo snap-build.sh 00:43:13 snap-build.sh 00:43:13 + SNAP_BASE_DIR=. 00:43:13 + '[' '!' -z /w/workspace/edgex-go/6 ']' 00:43:13 + SNAP_BASE_DIR=/w/workspace/edgex-go/6 00:43:13 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' 00:43:13 [snap-build] Building snap in dir [/w/workspace/edgex-go/6] 00:43:13 + cd /w/workspace/edgex-go/6 00:43:13 + sudo apt-get remove -qy --purge lxd lxd-client 00:43:13 Reading package lists... 00:43:14 Building dependency tree... 00:43:14 Reading state information... 00:43:14 The following packages were automatically installed and are no longer required: 00:43:14 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:43:14 uidmap xdelta3 00:43:14 Use 'sudo apt autoremove' to remove them. 00:43:14 The following packages will be REMOVED: 00:43:14 lxd* lxd-client* 00:43:14 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:43:14 After this operation, 31.7 MB disk space will be freed. 00:43:15 (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:43:15 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:16 Removing lxd dnsmasq configuration 00:43:17 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:43:17 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:43:18 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:43:18 (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:43:18 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43: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:43:19 Processing triggers for systemd (237-3ubuntu10.42) ... 00:43:19 Processing triggers for ureadahead (0.100.0-21) ... 00:43:21 + sudo snap remove --purge lxd 00:43:21 snap "lxd" is not installed 00:43:21 + sudo groupadd --force --system lxd 00:43:21 ++ whoami 00:43:21 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:43:21 + newgrp - lxd 00:43:21 + sudo snap install lxd 00:43:26 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:31 2021-03-10T00:43:29Z INFO Waiting for automatic snapd restart... 00:43:33 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:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:43:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:43:49 lxd 4.11 from Canonical* installed 00:43:49 + sudo lxd init --auto 00:43:50 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:43:57 + sudo snap install --classic snapcraft [Pipeline] } 00:43:58 $ docker stop --time=1 2e9facc1b19319292af753c212ea4e825a716f66e4bb300dc21f99ab3a74dd7c 00:44:00 $ docker rm -f 2e9facc1b19319292af753c212ea4e825a716f66e4bb300dc21f99ab3a74dd7c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:03 00:44:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:03 snapcraft 4.5.4 from Canonical* installed 00:44:03 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:44:03 + patch --verbose -p1 00:44:03 Hmm... Looks like a unified diff to me... 00:44:03 The text leading up to this was: 00:44:03 -------------------------- 00:44:03 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:44:03 |From: Tony Espy 00:44:03 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:44:03 |Subject: [PATCH] optimize snap build for pipeline CI check 00:44:03 | 00:44:03 |This patch is used by the EdgeX CI pipeline builds to 00:44:03 |optimize the snap CI check run for pull requests. When 00:44:03 |applied, it essentially strips out everything (apps and 00:44:03 |parts) from the snapcraft.yaml file except those required 00:44:03 |to build edgex-go, as the whole idea of the CI check is to 00:44:03 |catch changes to edgex-go that break the snap build. 00:44:03 | 00:44:03 |In general, anyone updating snapcraft.yaml will also need 00:44:03 |to update this patch file, otherwise it may fail to apply, 00:44:03 |resulting in a failed snap build CI check in the associated 00:44:03 |pull request. 00:44:03 | 00:44:03 |Note - in addition to applying this patch, the pipeline also 00:44:03 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:44:03 |need to build the finally binary .snap file (and it won't 00:44:03 |work with the patch applied). This further reduces the build 00:44:03 |time. 00:44:03 |--- 00:44:03 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:44:03 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:44:03 | 00:44:03 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:44:03 |index 1e537489..faf42425 100644 00:44:03 |--- a/snap/snapcraft.yaml 00:44:03 |+++ b/snap/snapcraft.yaml 00:44:03 -------------------------- 00:44:03 patching file snap/snapcraft.yaml 00:44:03 Using Plan A... 00:44:03 Hunk #1 FAILED at 73. 00:44:03 Hunk #2 succeeded at 296 with fuzz 1 (offset 25 lines). 00:44:03 Hunk #3 succeeded at 308 (offset 22 lines). 00:44:03 Hunk #4 succeeded at 316 (offset 22 lines). 00:44:03 Hunk #5 succeeded at 323 (offset 22 lines). 00:44:03 Hunk #6 succeeded at 350 (offset 22 lines). 00:44:03 Hunk #7 succeeded at 384 (offset 22 lines). 00:44:03 Hunk #8 succeeded at 446 (offset 33 lines). 00:44:03 1 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:44:03 Hmm... Ignoring the trailing garbage. 00:44:03 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } 00:44:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:03 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:03 29e5d40040c1: Pulling fs layer 00:44:03 1ce36da41761: Pulling fs layer 00:44:03 25b303627fd3: Pulling fs layer [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:44:03 29e5d40040c1: Verifying Checksum 00:44:03 29e5d40040c1: Download complete [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:44:04 Failed in branch amd64 00:44:04 1ce36da41761: Verifying Checksum 00:44:04 1ce36da41761: Download complete 00:44:04 29e5d40040c1: Pull complete 00:44:06 1ce36da41761: Pull complete 00:44:06 25b303627fd3: Verifying Checksum 00:44:06 25b303627fd3: Download complete 00:44:16 25b303627fd3: Pull complete 00:44:16 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:44:16 prd-ubuntu18.04-docker-arm64-4c-16g-29230 does not seem to be running inside a container 00:44:16 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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:20 $ docker top a67d1a787762898bb910d98db5c918a1790cf35f50034f83a9265b25f7b08f57 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:21 + grep parallel 00:44:21 + docker-compose build --help 00:44:26 --parallel Build images in parallel. [Pipeline] } 00:44:27 $ docker stop --time=1 a67d1a787762898bb910d98db5c918a1790cf35f50034f83a9265b25f7b08f57 00:44:29 $ docker rm -f a67d1a787762898bb910d98db5c918a1790cf35f50034f83a9265b25f7b08f57 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:30 . [Pipeline] withDockerContainer 00:44:30 prd-ubuntu18.04-docker-arm64-4c-16g-29230 does not seem to be running inside a container 00:44:30 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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:32 $ docker top dd6f7527b350fe6069c0f15abae2041cc4701fa641c3b138a575098995762c21 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:33 + docker-compose -f ./docker-compose-build.yml build --parallel 00:44:38 Building docker-core-command-go ... 00:44:38 Building docker-core-data-go ... 00:44:38 Building docker-core-metadata-go ... 00:44:38 Building docker-security-bootstrapper-go ... 00:44:38 Building docker-security-proxy-setup-go ... 00:44:38 Building docker-security-secretstore-setup-go ... 00:44:38 Building docker-support-notifications-go ... 00:44:38 Building docker-support-scheduler-go ... 00:44:38 Building docker-sys-mgmt-agent-go ... 00:44:38 Building docker-sys-mgmt-agent-go 00:44:38 Building docker-core-data-go 00:44:38 Building docker-support-scheduler-go 00:44:38 Building docker-support-notifications-go 00:44:38 Building docker-security-bootstrapper-go 00:46:00 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:00 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:46:00 ---> 341fb46df1aa 00:46:00 Step 3/26 : WORKDIR /edgex-go 00:46:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:00 ---> 341fb46df1aa 00:46:00 Step 3/22 : WORKDIR /edgex-go 00:46:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:00 ---> 341fb46df1aa 00:46:00 Step 3/23 : WORKDIR /edgex-go 00:46:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:00 ---> 341fb46df1aa 00:46:00 Step 3/22 : WORKDIR /edgex-go 00:46:00 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:00 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:46:00 ---> 341fb46df1aa 00:46:00 Step 3/31 : WORKDIR /edgex-go 00:46:00 ---> Running in 5f999e6543b7 00:46:00 ---> Running in e0d69c1676dd 00:46:00 ---> Running in 071380161d16 00:46:00 ---> Running in 3673c64e87f1 00:46:00 ---> Running in 7b47d363a8f0 00:46:00 Removing intermediate container e0d69c1676dd 00:46:00 ---> ba84b098ed7e 00:46:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:00 Removing intermediate container 5f999e6543b7 00:46:00 ---> 8db10d1c2cfe 00:46:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:00 Removing intermediate container 071380161d16 00:46:00 Removing intermediate container 7b47d363a8f0 00:46:00 ---> 6fed310c9c13 00:46:00 ---> 46ff5312383e 00:46:00 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:00 Removing intermediate container 3673c64e87f1 00:46:00 ---> 475a7d57043b 00:46:00 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:00 ---> Running in 9f5027179178 00:46:00 ---> Running in fafc1fabd8f2 00:46:00 ---> Running in 16b0e425e7b2 00:46:00 ---> Running in cce686297c06 00:46:00 ---> Running in 219a16d70c47 00:46:01 Removing intermediate container 9f5027179178 00:46:01 ---> 6e182a7e2be4 00:46:01 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:46:01 ---> Running in 127a906bd6d9 00:46:02 Removing intermediate container fafc1fabd8f2 00:46:02 ---> de0a4302c2de 00:46:02 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:46:02 Removing intermediate container cce686297c06 00:46:02 ---> d85981b703bf 00:46:02 Step 5/22 : RUN apk add --update --no-cache make git 00:46:02 ---> Running in 282c56868058 00:46:02 ---> Running in 2061871c2630 00:46:02 Removing intermediate container 219a16d70c47 00:46:02 ---> 35e1dedc3bb6 00:46:02 Step 5/26 : RUN apk add --update --no-cache make bash git 00:46:02 Removing intermediate container 16b0e425e7b2 00:46:02 ---> 6db68a201477 00:46:02 Step 5/31 : RUN apk add --update --no-cache make git 00:46:02 ---> Running in 2ca9c1312205 00:46:03 ---> Running in da0d6d6d7ab6 00:46:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:05 OK: 217 MiB in 51 packages 00:46:06 OK: 217 MiB in 51 packages 00:46:06 OK: 217 MiB in 51 packages 00:46:06 OK: 217 MiB in 51 packages 00:46:06 OK: 217 MiB in 51 packages 00:46:07 Removing intermediate container 127a906bd6d9 00:46:07 ---> 696ffa7db94a 00:46:07 Step 6/22 : COPY go.mod . 00:46:08 Removing intermediate container 282c56868058 00:46:08 ---> 553d36081a9a 00:46:08 Step 6/23 : COPY go.mod . 00:46:08 ---> 175933d6c69b 00:46:08 Step 7/22 : RUN go mod download 00:46:08 Removing intermediate container da0d6d6d7ab6 00:46:08 ---> a2694c238d55 00:46:08 Step 6/31 : COPY go.mod . 00:46:08 ---> Running in ac1226300421 00:46:08 Removing intermediate container 2061871c2630 00:46:08 ---> fdb3accaa0fb 00:46:08 Step 6/22 : COPY go.mod . 00:46:08 Removing intermediate container 2ca9c1312205 00:46:08 ---> 29925cc3e2c5 00:46:08 Step 6/26 : COPY go.mod . 00:46:09 ---> 264af3a2391f 00:46:09 Step 7/23 : RUN go mod download 00:46:09 ---> Running in 9c79e401d6de 00:46:10 ---> 5f56922882f3 00:46:10 Step 7/31 : RUN go mod download 00:46:10 ---> c5915858e857 00:46:10 Step 7/22 : RUN go mod download 00:46:10 ---> a54ba86213ee 00:46:10 Step 7/26 : RUN go mod download 00:46:10 ---> Running in 42eeb7fcf187 00:46:10 ---> Running in 3af1d19268ba 00:46:10 ---> Running in 4ad5bac68068 00:46:12 Removing intermediate container ac1226300421 00:46:12 ---> f5c27b802b93 00:46:12 Step 8/22 : COPY . . 00:46:13 Removing intermediate container 9c79e401d6de 00:46:13 ---> cbc182220f0f 00:46:13 Step 8/23 : COPY . . 00:46:15 Removing intermediate container 3af1d19268ba 00:46:15 ---> 2f986d3e6072 00:46:15 Step 8/22 : COPY . . 00:46:15 Removing intermediate container 42eeb7fcf187 00:46:15 ---> fa14fbace442 00:46:15 Step 8/31 : COPY . . 00:46:16 Removing intermediate container 4ad5bac68068 00:46:16 ---> 5d5d4a3a798c 00:46:16 Step 8/26 : COPY . . 00:46:42 ---> 627fd9854d66 00:46:42 Step 9/23 : RUN make cmd/core-data/core-data 00:46:42 ---> 415262adccea 00:46:42 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:46:42 ---> 20fc00cfa138 00:46:42 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:46:42 ---> adeb403ee841 00:46:42 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:46:42 ---> Running in 38ab77dcf9cd 00:46:42 ---> Running in a3affc99bc50 00:46:42 ---> Running in f9afe34c763a 00:46:42 ---> Running in 154792f62325 00:46:42 ---> a7818a49903d 00:46:42 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:46:42 ---> Running in 684e6aa38574 00:46:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:46:43 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:46:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:46:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:46:44 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:48:52 Removing intermediate container f9afe34c763a 00:48:52 ---> 0b33be565310 00:48:52 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:48:52 ---> Running in ceefc9619e3d 00:48:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:48:53 Removing intermediate container 684e6aa38574 00:48:53 ---> c7f45ca0b51a 00:48:53 00:48:53 Step 10/31 : FROM alpine:3.12 00:48:53 3.12: Pulling from library/alpine 00:48:54 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:48:54 Status: Downloaded newer image for alpine:3.12 00:48:54 ---> d10569e2745f 00:48:54 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:48:55 ---> Running in d1125fbb37e7 00:48:56 Removing intermediate container d1125fbb37e7 00:48:56 ---> 68d148cdcf63 00:48:56 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:48:56 ---> Running in b07151d00211 00:48:56 Removing intermediate container ceefc9619e3d 00:48:56 ---> 509f9384645c 00:48:56 00:48:56 Step 11/26 : FROM docker:20.10.0 00:48:56 20.10.0: Pulling from library/docker 00:48:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:00 (1/2) Installing dumb-init (1.2.2-r1) 00:49:00 (2/2) Installing su-exec (0.2-r1) 00:49:00 Executing busybox-1.31.1-r19.trigger 00:49:00 OK: 5 MiB in 16 packages 00:49:04 Removing intermediate container b07151d00211 00:49:04 ---> 981ce655b575 00:49:04 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:49:05 ---> Running in a4ad83ea2cb8 00:49:07 Removing intermediate container a4ad83ea2cb8 00:49:07 ---> 1b377df3a5f6 00:49:07 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:49:08 ---> Running in 09b0284f84ff 00:49:09 Removing intermediate container 09b0284f84ff 00:49:09 ---> 3bd6030dac66 00:49:09 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:49:10 ---> Running in ae086e5e00d3 00:49:10 Removing intermediate container 38ab77dcf9cd 00:49:10 ---> 539f32dee71f 00:49:10 00:49:10 Step 10/22 : FROM alpine:3.12 00:49:10 ---> d10569e2745f 00:49:10 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:49:10 Removing intermediate container 154792f62325 00:49:10 ---> cbffb3e9723f 00:49:10 00:49:10 Step 10/22 : FROM alpine:3.12 00:49:10 ---> d10569e2745f 00:49:10 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:49:11 ---> Running in 65a7d0bf2ecf 00:49:11 ---> Running in cc42f705002b 00:49:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:14 Removing intermediate container ae086e5e00d3 00:49:14 ---> e05f4f5ae1bf 00:49:14 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:49:14 (1/1) Installing dumb-init (1.2.2-r1) 00:49:14 Executing busybox-1.31.1-r19.trigger 00:49:14 OK: 5 MiB in 15 packages 00:49:15 (1/2) Installing ca-certificates (20191127-r4) 00:49:15 (2/2) Installing dumb-init (1.2.2-r1) 00:49:15 ---> Running in e53ebce6554d 00:49:15 Executing busybox-1.31.1-r19.trigger 00:49:15 Executing ca-certificates-20191127-r4.trigger 00:49:15 OK: 6 MiB in 16 packages 00:49:17 Removing intermediate container e53ebce6554d 00:49:17 ---> 9827bb3601e5 00:49:17 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:49:17 Removing intermediate container cc42f705002b 00:49:17 ---> 554e4c24f222 00:49:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:17 ---> Running in 979d694e4214 00:49:18 Removing intermediate container 65a7d0bf2ecf 00:49:18 ---> 82fdd0223395 00:49:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:49:18 Removing intermediate container 979d694e4214 00:49:18 ---> ddb53de2aa6b 00:49:18 Step 13/22 : ENV APP_PORT=48085 00:49:18 ---> Running in 68aa2ee6d7b3 00:49:18 ---> f4edc3ee61b7 00:49:18 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:49:19 ---> Running in 7073b2d4ae23 00:49:19 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:49:19 Status: Downloaded newer image for docker:20.10.0 00:49:19 ---> eeaf43b92773 00:49:19 Step 12/26 : RUN apk add --no-cache bash ---> Running in 6b97670f1b42 00:49:19 00:49:19 ---> Running in 12f036607428 00:49:19 Removing intermediate container 68aa2ee6d7b3 00:49:19 ---> 900b24e7cd8f 00:49:19 Step 13/22 : ENV APP_PORT=48060 00:49:20 Removing intermediate container 7073b2d4ae23 00:49:20 ---> 05c6b12ef187 00:49:20 Step 14/22 : EXPOSE $APP_PORT 00:49:20 ---> Running in 67d810295a9a 00:49:20 ---> Running in 8045a04555ca 00:49:21 Removing intermediate container 67d810295a9a 00:49:21 ---> 595099375361 00:49:21 Step 14/22 : EXPOSE $APP_PORT 00:49:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:21 Removing intermediate container 8045a04555ca 00:49:21 ---> b664fca2e2b6 00:49:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:22 ---> Running in 43d0b5d9ce97 00:49:22 (1/2) Installing readline (8.0.4-r0) 00:49:22 (2/2) Installing bash (5.0.17-r0) 00:49:22 Executing bash-5.0.17-r0.post-install 00:49:22 Executing busybox-1.31.1-r19.trigger 00:49:22 OK: 12 MiB in 22 packages 00:49:23 ---> 8fb5667a7363 00:49:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:49:23 Removing intermediate container 43d0b5d9ce97 00:49:23 ---> f48f6fe0d729 00:49:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:24 Removing intermediate container a3affc99bc50 00:49:24 ---> a84c65e34036 00:49:24 00:49:24 Step 10/23 : FROM alpine:3.12 00:49:24 ---> d10569e2745f 00:49:24 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:24 Removing intermediate container 6b97670f1b42 00:49:24 ---> cd9e5c3f1a74 00:49:24 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:24 ---> Running in 046cecea3830 00:49:25 ---> 4ae4ac4bb804 00:49:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:49:25 Removing intermediate container 12f036607428 00:49:25 ---> 2f039618928d 00:49:25 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:49:25 ---> 871e1f3bcc70 00:49:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:49:25 Removing intermediate container 046cecea3830 00:49:25 ---> 19d05146bf4a 00:49:25 Step 12/23 : ENV APP_PORT=48080 00:49:25 ---> 137fdb5a4bc0 00:49:25 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:49:25 ---> Running in a5d888b5ebda 00:49:25 ---> Running in 661400b32aed 00:49:26 Removing intermediate container a5d888b5ebda 00:49:26 ---> 1cd0453df036 00:49:26 Step 14/26 : ENV APP_PORT=48090 00:49:26 ---> Running in eae2478025fa 00:49:26 ---> 61442237b66a 00:49:26 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:49:26 Removing intermediate container 661400b32aed 00:49:26 ---> 720608d16d4e 00:49:26 Step 13/23 : EXPOSE $APP_PORT 00:49:27 ---> 2e11b29b8ed0 00:49:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:49:27 ---> Running in ba80e81a5a49 00:49:27 ---> Running in af09f75d21c9 00:49:27 ---> 3266097d2b77 00:49:27 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:49:27 Removing intermediate container eae2478025fa 00:49:27 ---> 184a44167fcf 00:49:27 Step 15/26 : EXPOSE $APP_PORT 00:49:28 ---> Running in a6e556ea622e 00:49:28 Removing intermediate container ba80e81a5a49 00:49:28 ---> e93980903b7b 00:49:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:28 Removing intermediate container af09f75d21c9 00:49:28 ---> 284364c9d277 00:49:28 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:28 ---> 66783ac777b1 00:49:28 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:49:28 ---> Running in b5fa696638f6 00:49:28 ---> Running in dd926bd6a12e 00:49:28 ---> 94ae83534e3d 00:49:28 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:49:28 ---> Running in 830c19483148 00:49:28 Removing intermediate container a6e556ea622e 00:49:28 ---> a55527f27e5a 00:49:28 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:49:28 Removing intermediate container b5fa696638f6 00:49:29 ---> 8f06359ede3d 00:49:29 Step 20/22 : LABEL arch=arm64 00:49:29 ---> Running in e69333dc023d 00:49:29 Removing intermediate container 830c19483148 00:49:29 ---> 435aa41e6cc1 00:49:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:29 ---> Running in 292d79f3e99f 00:49:30 Removing intermediate container e69333dc023d 00:49:30 ---> 02f31f0f10f3 00:49:30 Step 21/22 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce 00:49:30 ---> a7460354e32c 00:49:30 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:49:30 ---> Running in 70f7a7c8f930 00:49:30 ---> 3cba07f6f9a8 00:49:30 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:49:30 Removing intermediate container 292d79f3e99f 00:49:30 ---> adb9300d9654 00:49:30 Step 20/22 : LABEL arch=arm64 00:49:30 ---> Running in aae4c55434ae 00:49:31 Removing intermediate container 70f7a7c8f930 00:49:31 ---> 9949164fd8da 00:49:31 Step 22/22 : LABEL version=0.0.0 00:49:31 ---> 14710fe0787c 00:49:31 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:49:31 ---> Running in 5008ef05bab0 00:49:31 ---> Running in 92b492bf7eb3 00:49:31 Removing intermediate container aae4c55434ae 00:49:31 ---> 37b596c3cd2a 00:49:31 Step 21/22 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce 00:49:31 ---> 4e42000d3141 00:49:31 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:49:31 Removing intermediate container dd926bd6a12e 00:49:31 ---> 08fc18849317 00:49:31 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:49:32 Removing intermediate container 5008ef05bab0 00:49:32 ---> 51d27c651697 00:49:32 00:49:32 ---> Running in 14bf1916b5f9 00:49:32 ---> Running in 8f49088c561c 00:49:32 Removing intermediate container 92b492bf7eb3 00:49:32 ---> 58fac3cd575f 00:49:32 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:49:32 Successfully built 51d27c651697 00:49:33 Successfully tagged docker-support-scheduler-go-arm64:latest 00:49:33  Building docker-support-scheduler-go ... done Building docker-core-command-go 00:49:33 Removing intermediate container 14bf1916b5f9 00:49:33 ---> 6e1fd0bba1f8 00:49:33 Step 22/22 : LABEL version=0.0.0 00:49:33 ---> d119d98f1682 00:49:33 Step 19/26 : RUN apk --no-cache add py3-pip 00:49:33 ---> Running in af0bb5b98c7e 00:49:33 ---> Running in 328164549cfc 00:49:33 ---> 07b5e0a59472 00:49:33 Step 26/31 : RUN chmod +x /entrypoint.sh 00:49:33 Removing intermediate container af0bb5b98c7e 00:49:33 ---> 50e7ebe80c59 00:49:33 00:49:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:34 ---> Running in 64d131806c0b 00:49:34 Successfully built 50e7ebe80c59 00:49:34 Successfully tagged docker-support-notifications-go-arm64:latest 00:49:34 Building docker-security-secretstore-setup-go 00:49:35  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:35 (1/33) Installing libbz2 (1.0.8-r1) 00:49:35 (2/33) Installing expat (2.2.9-r1) 00:49:35 (3/33) Installing libffi (3.3-r2) 00:49:35 (4/33) Installing gdbm (1.13-r1) 00:49:35 (5/33) Installing xz-libs (5.2.5-r0) 00:49:35 (6/33) Installing sqlite-libs (3.32.1-r0) 00:49:35 (7/33) Installing python3 (3.8.5-r1) 00:49:36 (1/6) Installing dumb-init (1.2.2-r1) 00:49:36 (2/6) Installing libgcc (9.3.0-r2) 00:49:36 (3/6) Installing libsodium (1.0.18-r0) 00:49:37 (4/6) Installing libstdc++ (9.3.0-r2) 00:49:37 (5/6) Installing libzmq (4.3.3-r0) 00:49:37 (6/6) Installing zeromq (4.3.3-r0) 00:49:37 Executing busybox-1.31.1-r19.trigger 00:49:37 OK: 8 MiB in 20 packages 00:49:38 (8/33) Installing py3-appdirs (1.4.4-r1) 00:49:38 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:49:38 (10/33) Installing py3-parsing (2.4.7-r0) 00:49:38 (11/33) Installing py3-six (1.15.0-r0) 00:49:38 (12/33) Installing py3-packaging (20.4-r0) 00:49:38 (13/33) Installing py3-setuptools (47.0.0-r0) 00:49:38 (14/33) Installing py3-chardet (3.0.4-r4) 00:49:38 (15/33) Installing py3-idna (2.9-r0) 00:49:38 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:49:38 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:49:38 (18/33) Installing py3-requests (2.23.0-r0) 00:49:38 (19/33) Installing py3-msgpack (1.0.0-r0) 00:49:38 (20/33) Installing py3-lockfile (0.12.2-r3) 00:49:38 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:49:38 (22/33) Installing py3-colorama (0.4.3-r0) 00:49:38 (23/33) Installing py3-distlib (0.3.0-r0) 00:49:38 (24/33) Installing py3-distro (1.5.0-r1) 00:49:38 (25/33) Installing py3-webencodings (0.5.1-r3) 00:49:38 (26/33) Installing py3-html5lib (1.0.1-r4) 00:49:38 (27/33) Installing py3-pytoml (0.1.21-r0) 00:49:38 (28/33) Installing py3-pep517 (0.8.2-r0) 00:49:38 (29/33) Installing py3-progress (1.5-r0) 00:49:38 (30/33) Installing py3-toml (0.10.1-r0) 00:49:38 (31/33) Installing py3-retrying (1.3.3-r0) 00:49:38 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:49:38 (33/33) Installing py3-pip (20.1.1-r0) 00:49:39 Executing busybox-1.31.1-r19.trigger 00:49:39 OK: 71 MiB in 55 packages 00:49:41 Removing intermediate container 64d131806c0b 00:49:41 ---> 46e697ef92b8 00:49:41 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:49:41 ---> Running in bf258f3ceeaf 00:49:42 Removing intermediate container 8f49088c561c 00:49:42 ---> c127d10e5cbf 00:49:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:42 Removing intermediate container bf258f3ceeaf 00:49:42 ---> 49712235b847 00:49:42 Step 28/31 : CMD ["gate"] 00:49:43 ---> Running in e94b620af520 00:49:44 ---> 6f2bbc7f6f05 00:49:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:49:44 Removing intermediate container e94b620af520 00:49:44 ---> b0f6b18e972e 00:49:44 Step 29/31 : LABEL arch=arm64 00:49:45 ---> Running in 1222c26af5df 00:49:46 ---> fa593dca4316 00:49:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:49:46 Removing intermediate container 1222c26af5df 00:49:46 ---> f3a4e4a6ba5f 00:49:46 Step 30/31 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce 00:49:46 ---> Running in 19236f6a5b7e 00:49:47 ---> 8ca68978329b 00:49:47 Step 19/23 : ENTRYPOINT ["/core-data"] 00:49:47 ---> Running in 3fe7fa266181 00:49:47 Removing intermediate container 19236f6a5b7e 00:49:47 ---> b19f38fe94d4 00:49:47 Step 31/31 : LABEL version=0.0.0 00:49:48 ---> Running in ddf7dda4481b 00:49:48 Removing intermediate container 3fe7fa266181 00:49:48 ---> 7a8e4b8a1f0a 00:49:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:49 ---> Running in 8072bdf58d1d 00:49:49 Removing intermediate container ddf7dda4481b 00:49:49 ---> 51b7e1e485fd 00:49:49 00:49:49 Removing intermediate container 8072bdf58d1d 00:49:49 ---> dc3112076fd0 00:49:49 Step 21/23 : LABEL arch=arm64 00:49:49 Removing intermediate container 328164549cfc 00:49:49 ---> d6d52ad6a032 00:49:49 Step 20/26 : RUN pip install docker-compose==1.23.2 00:49:50 Successfully built 51b7e1e485fd 00:49:50 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:49:50 Building docker-security-proxy-setup-go 00:49:50  Building docker-security-bootstrapper-go ... done  ---> Running in 479e55355181 00:49:50 ---> Running in b8a1e23740a6 00:49:51 Removing intermediate container 479e55355181 00:49:51 ---> 43f4cee70c65 00:49:51 Step 22/23 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce 00:49:51 ---> Running in 794dab6bcfdf 00:49:52 Removing intermediate container 794dab6bcfdf 00:49:52 ---> b7753bc27acf 00:49:52 Step 23/23 : LABEL version=0.0.0 00:49:52 ---> Running in 1ff798e92ebc 00:49:53 Removing intermediate container 1ff798e92ebc 00:49:53 ---> d888e5b4d18c 00:49:53 00:49:54 Successfully built d888e5b4d18c 00:49:54 Successfully tagged docker-core-data-go-arm64:latest 00:49:54  Building docker-core-data-go ... done Building docker-core-metadata-go 00:49:57 Collecting docker-compose==1.23.2 00:49:57 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:49:58 Collecting dockerpty<0.5,>=0.4.1 00:49:58 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:50:01 Collecting jsonschema<3,>=2.5.1 00:50:01 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:50:02 Collecting cached-property<2,>=1.2.0 00:50:02 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:50:03 Collecting docker<4.0,>=3.6.0 00:50:03 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:50:03 Collecting docopt<0.7,>=0.6.1 00:50:03 Downloading docopt-0.6.2.tar.gz (25 kB) 00:50:06 Collecting texttable<0.10,>=0.9.0 00:50:06 Downloading texttable-0.9.1.tar.gz (11 kB) 00:50:09 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:10 Collecting PyYAML<4,>=3.10 00:50:10 Downloading PyYAML-3.13.tar.gz (270 kB) 00:50:15 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:50:15 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:50:16 Collecting websocket-client<1.0,>=0.32.0 00:50:16 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:50:16 Collecting docker-pycreds>=0.4.0 00:50:16 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:50:16 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:16 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:17 Collecting urllib3<1.25,>=1.21.1 00:50:17 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:50:18 Collecting idna<2.8,>=2.5 00:50:18 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:50:18 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:50:18 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:50:18 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:50:18 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:50:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:18 ---> 341fb46df1aa 00:50:18 Step 3/23 : WORKDIR /edgex-go 00:50:18 ---> Using cache 00:50:18 ---> 475a7d57043b 00:50:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:18 ---> Using cache 00:50:18 ---> 35e1dedc3bb6 00:50:18 Step 5/23 : RUN apk add --update --no-cache make git 00:50:19 Installing collected packages: dockerpty, jsonschema, cached-property, urllib3, idna, requests, docker-pycreds, websocket-client, docker, docopt, texttable, PyYAML, docker-compose 00:50:19 Running setup.py install for dockerpty: started 00:50:20 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:50:20 ---> 341fb46df1aa 00:50:20 Step 3/24 : WORKDIR /edgex-go 00:50:20 ---> Using cache 00:50:20 ---> 475a7d57043b 00:50:20 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:20 ---> Using cache 00:50:20 ---> 35e1dedc3bb6 00:50:20 Step 5/24 : RUN apk add --update --no-cache make git 00:50:22 Running setup.py install for dockerpty: finished with status 'done' 00:50:25 Attempting uninstall: urllib3 00:50:25 Found existing installation: urllib3 1.25.9 00:50:25 Uninstalling urllib3-1.25.9: 00:50:25 Successfully uninstalled urllib3-1.25.9 00:50:25 ---> Running in 773d0561f486 00:50:25 ---> Running in d4149c63eaeb 00:50:26 Attempting uninstall: idna 00:50:26 Found existing installation: idna 2.9 00:50:26 Uninstalling idna-2.9: 00:50:26 Successfully uninstalled idna-2.9 00:50:27 Attempting uninstall: requests 00:50:27 Found existing installation: requests 2.23.0 00:50:27 Uninstalling requests-2.23.0: 00:50:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:27 Successfully uninstalled requests-2.23.0 00:50:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:29 OK: 217 MiB in 51 packages 00:50:29 Running setup.py install for docopt: started 00:50:29 OK: 217 MiB in 51 packages 00:50:31 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:31 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:50:31 ---> 341fb46df1aa 00:50:31 Step 3/21 : WORKDIR /edgex-go 00:50:31 ---> Using cache 00:50:31 ---> 475a7d57043b 00:50:31 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:31 ---> Using cache 00:50:31 ---> 35e1dedc3bb6 00:50:31 Step 5/21 : RUN apk add --update --no-cache make git 00:50:32 Running setup.py install for docopt: finished with status 'done' 00:50:32 Running setup.py install for texttable: started 00:50:32 ---> Running in aa328409be99 00:50:33 Removing intermediate container d4149c63eaeb 00:50:33 ---> e1e65f47ff5a 00:50:33 Step 6/24 : COPY go.mod . 00:50:33 Removing intermediate container 773d0561f486 00:50:33 ---> 28eaf013886b 00:50:33 Step 6/23 : COPY go.mod . 00:50:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:34 ---> f3b9bd511118 00:50:34 Step 7/24 : RUN go mod download 00:50:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:34 ---> 9877c2f47b78 00:50:34 Step 7/23 : RUN go mod download 00:50:34 Running setup.py install for texttable: finished with status 'done' 00:50:34 Running setup.py install for PyYAML: started 00:50:34 ---> Running in 511268c3181f 00:50:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:34 ---> 341fb46df1aa 00:50:34 Step 3/23 : WORKDIR /edgex-go 00:50:34 ---> Using cache 00:50:34 ---> 475a7d57043b 00:50:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:34 ---> Using cache 00:50:34 ---> 35e1dedc3bb6 00:50:34 Step 5/23 : RUN apk add --update --no-cache make git 00:50:34 ---> Using cache 00:50:34 ---> 28eaf013886b 00:50:34 Step 6/23 : COPY go.mod . 00:50:34 ---> Using cache 00:50:34 ---> 9877c2f47b78 00:50:34 ---> Running in e06a9c17d1ce 00:50:34 Step 7/23 : RUN go mod download 00:50:34 ---> Running in 0330fb0dac0e 00:50:35 OK: 217 MiB in 51 packages 00:50:37 Removing intermediate container aa328409be99 00:50:37 ---> 313156070af0 00:50:37 Step 6/21 : COPY go.mod . 00:50:38 Running setup.py install for PyYAML: finished with status 'done' 00:50:38 ---> a43b6854e9e7 00:50:38 Step 7/21 : RUN go mod download 00:50:39 ---> Running in 408a8317c2fe 00:50:39 Removing intermediate container 511268c3181f 00:50:39 ---> 96e8b30ce0e6 00:50:39 Step 8/24 : COPY . . 00:50:39 Removing intermediate container 0330fb0dac0e 00:50:39 ---> dfeb8fb98586 00:50:39 Step 8/23 : COPY . . 00:50:39 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:39 Removing intermediate container e06a9c17d1ce 00:50:39 ---> 7c304b5074ad 00:50:39 Step 8/23 : COPY . . 00:50:45 Removing intermediate container 408a8317c2fe 00:50:45 ---> 173b72918470 00:50:45 Step 8/21 : COPY . . 00:50:48 Removing intermediate container b8a1e23740a6 00:50:48 ---> 4a54228ca987 00:50:48 Step 21/26 : RUN apk --no-cache add curl 00:50:49 ---> Running in 2a28f9583bd2 00:50:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:51 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:50:51 (2/3) Installing libcurl (7.69.1-r3) 00:50:51 (3/3) Installing curl (7.69.1-r3) 00:50:51 Executing busybox-1.31.1-r19.trigger 00:50:51 OK: 71 MiB in 58 packages 00:50:55 Removing intermediate container 2a28f9583bd2 00:50:55 ---> eb3d16e6797b 00:50:55 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:50:55 ---> Running in c4a82abd4c6e 00:50:56 Removing intermediate container c4a82abd4c6e 00:50:56 ---> 2098e34895d0 00:50:56 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:57 ---> Running in 4da07b58f408 00:50:58 Removing intermediate container 4da07b58f408 00:50:58 ---> 91cbd1dd1d54 00:50:58 Step 24/26 : LABEL arch=arm64 00:50:58 ---> Running in c2b1ed273f62 00:50:59 Removing intermediate container c2b1ed273f62 00:50:59 ---> 8273a924b042 00:50:59 Step 25/26 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce 00:50:59 ---> Running in 461631fa379f 00:51:00 Removing intermediate container 461631fa379f 00:51:00 ---> 79ea0c80811d 00:51:00 Step 26/26 : LABEL version=0.0.0 00:51:01 ---> Running in 4ea0c3ccd8df 00:51:01 ---> b93a6ac6c4bb 00:51:01 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:51:01 ---> c3d3e3d4264b 00:51:01 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:51:02 ---> Running in d0c4483736fc 00:51:02 ---> Running in ec90535918b9 00:51:02 Removing intermediate container 4ea0c3ccd8df 00:51:02 ---> 4169e4483c60 00:51:02 00:51:03 ---> aad929f35220 00:51:03 Step 9/23 : RUN make cmd/core-command/core-command 00:51:03 Successfully built 4169e4483c60 00:51:03 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:51:03  Building docker-sys-mgmt-agent-go ... done  ---> Running in 9fd6feb57c77 00:51:03 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:51:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:51:06 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:51:08 ---> f84ee41c369c 00:51:08 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:51:08 ---> Running in 1f3a9c9b0ece 00:51:10 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:52: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:52:22 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:30 Removing intermediate container ec90535918b9 00:52:30 ---> 1399bd56be53 00:52:30 00:52:30 Step 10/24 : FROM alpine:3.12 00:52:30 ---> d10569e2745f 00:52:30 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:52:30 ---> Running in 0b8a36afa958 00:52:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:32 (1/5) Installing ca-certificates (20191127-r4) 00:52:32 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:52:32 (3/5) Installing libcurl (7.69.1-r3) 00:52:32 (4/5) Installing curl (7.69.1-r3) 00:52:32 (5/5) Installing dumb-init (1.2.2-r1) 00:52:32 Executing busybox-1.31.1-r19.trigger 00:52:32 Executing ca-certificates-20191127-r4.trigger 00:52:32 OK: 7 MiB in 19 packages 00:52:35 Removing intermediate container 0b8a36afa958 00:52:35 ---> cb900909fdbd 00:52:35 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:52:36 ---> Running in 8104be7d4f77 00:52:36 Removing intermediate container 8104be7d4f77 00:52:36 ---> 638da2b2fc98 00:52:36 Step 13/24 : WORKDIR / 00:52:36 Removing intermediate container 1f3a9c9b0ece 00:52:36 ---> f3f1f86ceb75 00:52:36 00:52:36 Step 10/21 : FROM alpine:3.12 00:52:36 ---> d10569e2745f 00:52:36 Step 11/21 : RUN apk add --update --no-cache curl 00:52:36 ---> Running in 2f8107c6677a 00:52:37 ---> Running in 1cc16b20850e 00:52:38 Removing intermediate container 2f8107c6677a 00:52:38 ---> eefdcacf16c2 00:52:38 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:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:39 (1/4) Installing ca-certificates (20191127-r4) 00:52:39 ---> 6af5921312f1 00:52:39 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:52:39 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:39 (3/4) Installing libcurl (7.69.1-r3) 00:52:39 (4/4) Installing curl (7.69.1-r3) 00:52:39 Executing busybox-1.31.1-r19.trigger 00:52:39 Executing ca-certificates-20191127-r4.trigger 00:52:39 OK: 7 MiB in 18 packages 00:52:41 ---> 10ee3a3c4cc8 00:52:41 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:52:41 Removing intermediate container 9fd6feb57c77 00:52:41 ---> 4ac9fdb164b8 00:52:41 00:52:41 Step 10/23 : FROM alpine:3.12 00:52:41 ---> d10569e2745f 00:52:41 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:52:41 ---> Using cache 00:52:41 ---> 554e4c24f222 00:52:41 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:52:41 ---> Using cache 00:52:41 ---> ddb53de2aa6b 00:52:41 Step 13/23 : ENV APP_PORT=48082 00:52:41 ---> Running in 62918c7bd191 00:52:42 ---> 23f0365004a8 00:52:42 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:52:42 Removing intermediate container 1cc16b20850e 00:52:42 ---> df1c44648607 00:52:42 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:52:42 Removing intermediate container 62918c7bd191 00:52:42 ---> d813a5fde610 00:52:42 Step 14/23 : EXPOSE $APP_PORT 00:52:42 ---> Running in 9050bb2fc355 00:52:42 ---> Running in a0cc4ad98866 00:52:43 Removing intermediate container 9050bb2fc355 00:52:43 ---> adbd945485ce 00:52:43 Step 13/21 : WORKDIR /edgex 00:52:43 Removing intermediate container a0cc4ad98866 00:52:43 ---> c21785d15e10 00:52:43 Step 15/23 : WORKDIR / 00:52:43 ---> Running in 4a402cb9118c 00:52:43 ---> Running in 66c4f5e03996 00:52:43 ---> efce71f22547 00:52:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:52:44 Removing intermediate container 4a402cb9118c 00:52:44 ---> 425018f26c00 00:52:44 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:52:44 Removing intermediate container 66c4f5e03996 00:52:44 ---> d8ada62044f1 00:52:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:45 ---> 3a60a89b43d9 00:52:45 ---> c6bdbf089215 00:52:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:52:45 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:52:45 ---> 2913828e4799 00:52:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:52:46 Removing intermediate container d0c4483736fc 00:52:46 ---> 00820443d813 00:52:46 00:52:46 Step 10/23 : FROM alpine:3.12 00:52:46 ---> d10569e2745f 00:52:46 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:52:46 ---> Using cache 00:52:46 ---> 554e4c24f222 00:52:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:52:46 ---> Using cache 00:52:46 ---> ddb53de2aa6b 00:52:46 Step 13/23 : ENV APP_PORT=48081 00:52:46 ---> Running in 71959be64b7b 00:52:46 ---> 0ee8cc10af30 00:52:46 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:46 ---> Running in 8bc0b5747f20 00:52:46 ---> 9e4157aebac1 00:52:46 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:52:47 Removing intermediate container 71959be64b7b 00:52:47 ---> 4123691ca2a2 00:52:47 Step 14/23 : EXPOSE $APP_PORT 00:52:47 ---> 2bdd038af2a2 00:52:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:52:47 ---> Running in 085fce793c21 00:52:48 Removing intermediate container 085fce793c21 00:52:48 ---> 831ed9cf599b 00:52:48 Step 15/23 : WORKDIR / 00:52:48 ---> b7110b53c993 00:52:48 Step 19/23 : ENTRYPOINT ["/core-command"] 00:52:48 ---> Running in 99e499a490e4 00:52:48 ---> 6f79a8568480 00:52:48 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:52:48 ---> Running in 4e2f61b2c183 00:52:48 ---> Running in 493428294c90 00:52:48 Removing intermediate container 99e499a490e4 00:52:48 ---> 1a79c4fdb773 00:52:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:49 Removing intermediate container 4e2f61b2c183 00:52:49 Removing intermediate container 493428294c90 00:52:49 ---> 1763598b55c6 00:52:49 Step 18/21 : CMD ["--init=true"] 00:52:49 ---> b697485d0b02 00:52:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:49 ---> Running in a1af1d06f695 00:52:49 ---> Running in f073a680b873 00:52:49 Removing intermediate container 8bc0b5747f20 00:52:49 ---> 079f43711bc4 00:52:49 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:52:49 ---> Running in ea23b229d763 00:52:50 ---> 6e07be22093b 00:52:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:52:50 Removing intermediate container a1af1d06f695 00:52:50 ---> 5e90aceb212e 00:52:50 Step 21/23 : LABEL arch=arm64 00:52:50 Removing intermediate container f073a680b873 00:52:50 ---> 844f569211ed 00:52:50 Step 19/21 : LABEL arch=arm64 00:52:50 ---> Running in 5cf67cb13413 00:52:50 ---> Running in a6d17bbce7b8 00:52:50 Removing intermediate container ea23b229d763 00:52:50 ---> c324b268fd47 00:52:50 Step 22/24 : LABEL arch=arm64 00:52:50 ---> Running in c3b9b09b0328 00:52:50 Removing intermediate container 5cf67cb13413 00:52:50 ---> 0cd973e2d7c7 00:52:50 Step 22/23 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce 00:52:50 Removing intermediate container a6d17bbce7b8 00:52:50 ---> c0029771472c 00:52:50 Step 20/21 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce 00:52:51 ---> Running in 8592c90cd916 00:52:51 ---> Running in 5578f1f03e3b 00:52:51 Removing intermediate container c3b9b09b0328 00:52:51 ---> f418af911442 00:52:51 Step 23/24 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce 00:52:51 ---> 4ae0e8ba2e7f 00:52:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:52:51 ---> Running in 8d96e9a6d51c 00:52:51 Removing intermediate container 8592c90cd916 00:52:51 ---> 36e7ed655bea 00:52:51 Step 21/21 : LABEL version=0.0.0 00:52:52 Removing intermediate container 5578f1f03e3b 00:52:52 ---> 1b1b74b27bf5 00:52:52 Step 23/23 : LABEL version=0.0.0 00:52:52 ---> Running in 2782e4b924f2 00:52:52 ---> Running in b076d47282ee 00:52:52 Removing intermediate container 8d96e9a6d51c 00:52:52 ---> 0fefb97f868f 00:52:52 Step 24/24 : LABEL version=0.0.0 00:52:52 ---> Running in 2c8a5baf193a 00:52:52 ---> c2405ad4f617 00:52:52 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:52:52 Removing intermediate container 2782e4b924f2 00:52:52 ---> 5c3f75edd843 00:52:52 00:52:52 Removing intermediate container b076d47282ee 00:52:52 ---> 683cfb090d01 00:52:52 00:52:53 ---> Running in 52e3a296bf99 00:52:53 Successfully built 5c3f75edd843 00:52:53 Removing intermediate container 2c8a5baf193a 00:52:53 ---> 3313e364f369 00:52:53 00:52:53 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:52:53  Building docker-security-proxy-setup-go ... done Successfully built 683cfb090d01 00:52:53 Successfully tagged docker-core-command-go-arm64:latest 00:52:53  Building docker-core-command-go ... done Successfully built 3313e364f369 00:52:53 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:52:53  Building docker-security-secretstore-setup-go ... done Removing intermediate container 52e3a296bf99 00:52:53 ---> 013eaeb9ee81 00:52:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:53 ---> Running in ebd365af6464 00:52:54 Removing intermediate container ebd365af6464 00:52:54 ---> f452b0a7e0ee 00:52:54 Step 21/23 : LABEL arch=arm64 00:52:54 ---> Running in 79239542d04a 00:52:54 Removing intermediate container 79239542d04a 00:52:54 ---> 9307a0f6f9ee 00:52:54 Step 22/23 : LABEL git_sha=7d547e0edfe485c87fa842b675b0221fdd1090ce 00:52:55 ---> Running in 2a31432afc4b 00:52:55 Removing intermediate container 2a31432afc4b 00:52:55 ---> 5e00e045f022 00:52:55 Step 23/23 : LABEL version=0.0.0 00:52:55 ---> Running in 43d867640045 00:52:56 Removing intermediate container 43d867640045 00:52:56 ---> f4a6129257a5 00:52:56 00:52:56 Successfully built f4a6129257a5 00:52:56 Successfully tagged docker-core-metadata-go-arm64:latest 00:52:57  Building docker-core-metadata-go ... done  [Pipeline] } 00:52:57 $ docker stop --time=1 dd6f7527b350fe6069c0f15abae2041cc4701fa641c3b138a575098995762c21 00:52:59 $ docker rm -f dd6f7527b350fe6069c0f15abae2041cc4701fa641c3b138a575098995762c21 [Pipeline] // withDockerContainer [Pipeline] sh 00:52:59 + + dockergrep docker images 00:52:59 00:53:00 docker-core-metadata-go-arm64 latest f4a6129257a5 4 seconds ago 17.9MB 00:53:00 docker-security-proxy-setup-go-arm64 latest 5c3f75edd843 7 seconds ago 23.4MB 00:53:00 docker-core-command-go-arm64 latest 683cfb090d01 7 seconds ago 16.2MB 00:53:00 docker-security-secretstore-setup-go-arm64 latest 3313e364f369 7 seconds ago 23.7MB 00:53:00 docker-sys-mgmt-agent-go-arm64 latest 4169e4483c60 About a minute ago 300MB 00:53:00 docker-core-data-go-arm64 latest d888e5b4d18c 3 minutes ago 21.3MB 00:53:00 docker-security-bootstrapper-go-arm64 latest 51b7e1e485fd 3 minutes ago 17.8MB 00:53:00 docker-support-notifications-go-arm64 latest 50e7ebe80c59 3 minutes ago 16.9MB 00:53:00 docker-support-scheduler-go-arm64 latest 51d27c651697 3 minutes ago 16.3MB 00:53:00 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 00:53:01 ---> job-cost.sh 00:53:01 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-adea 00:53:48 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:55:24 lf-activate-venv(): INFO: Adding /tmp/venv-adea/bin to PATH 00:55:24 INFO: No Stack... 00:55:25 INFO: Retrieving Pricing Info for: lf-standard-4 00:55:25 INFO: Archiving Costs [Pipeline] sh 00:55:26 + cat /w/workspace/edgex-go/6/archives/cost.csv 00:55:26 + cut -d, -f6 [Pipeline] lock 00:55:26 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3223-6-stack-cost] 00:55:26 Resource [jenkins-edgexfoundry-edgex-go-PR-3223-6-stack-cost] did not exist. Created. 00:55:26 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3223-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:55:26 + echo total: 0.20999999344348907 [Pipeline] stash 00:55:26 Stashed 1 file(s) [Pipeline] } 00:55:27 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3223-6-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:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:55:30 ---> package-listing.sh 00:55:30 ++ facter osfamily 00:55:30 ++ tr '[:upper:]' '[:lower:]' 00:55:30 + OS_FAMILY=redhat 00:55:30 + workspace=/w/workspace/edgex-go/6 00:55:30 + START_PACKAGES=/tmp/packages_start.txt 00:55:30 + END_PACKAGES=/tmp/packages_end.txt 00:55:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:55:30 + PACKAGES=/tmp/packages_start.txt 00:55:30 + '[' /w/workspace/edgex-go/6 ']' 00:55:30 + PACKAGES=/tmp/packages_end.txt 00:55:30 + case "${OS_FAMILY}" in 00:55:30 + rpm -qa 00:55:30 + sort 00:55:35 + '[' -f /tmp/packages_start.txt ']' 00:55:35 + '[' -f /tmp/packages_end.txt ']' 00:55:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:55:35 + '[' /w/workspace/edgex-go/6 ']' 00:55:35 + mkdir -p /w/workspace/edgex-go/6/archives/ 00:55:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 00:55:35 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:55:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:55:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:36 00:55:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:55:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:36 alpine: Pulling from edgex-lftools-log-publisher 00:55:36 df20fa9351a1: Pulling fs layer 00:55:36 36b3adc4ff6f: Pulling fs layer 00:55:36 8ad3a11d3b57: Pulling fs layer 00:55:36 46f8f816bc3b: Pulling fs layer 00:55:36 93b61091891f: Pulling fs layer 00:55:36 93b9cdb0e59b: Pulling fs layer 00:55:36 5e14af77c1be: Pulling fs layer 00:55:36 01666e4c0597: Pulling fs layer 00:55:36 aa168da1d23b: Pulling fs layer 00:55:36 93b9cdb0e59b: Waiting 00:55:36 93b61091891f: Waiting 00:55:36 46f8f816bc3b: Waiting 00:55:36 5e14af77c1be: Waiting 00:55:36 aa168da1d23b: Waiting 00:55:36 36b3adc4ff6f: Verifying Checksum 00:55:36 36b3adc4ff6f: Download complete 00:55:36 46f8f816bc3b: Verifying Checksum 00:55:36 46f8f816bc3b: Download complete 00:55:36 df20fa9351a1: Verifying Checksum 00:55:36 df20fa9351a1: Download complete 00:55:36 93b9cdb0e59b: Download complete 00:55:36 5e14af77c1be: Download complete 00:55:36 01666e4c0597: Verifying Checksum 00:55:36 01666e4c0597: Download complete 00:55:36 93b61091891f: Verifying Checksum 00:55:36 93b61091891f: Download complete 00:55:36 8ad3a11d3b57: Verifying Checksum 00:55:36 8ad3a11d3b57: Download complete 00:55:37 df20fa9351a1: Pull complete 00:55:37 36b3adc4ff6f: Pull complete 00:55:38 8ad3a11d3b57: Pull complete 00:55:38 46f8f816bc3b: Pull complete 00:55:39 aa168da1d23b: Verifying Checksum 00:55:39 aa168da1d23b: Download complete 00:55:40 93b61091891f: Pull complete 00:55:40 93b9cdb0e59b: Pull complete 00:55:40 5e14af77c1be: Pull complete 00:55:40 01666e4c0597: Pull complete 00:55:48 aa168da1d23b: Pull complete 00:55:48 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:55:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:55:48 prd-centos7-docker-4c-2g-29225 does not seem to be running inside a container 00:55:48 $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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:55:52 $ docker top 093a9d42e8dda5a9a1bba58591f48801ab9b855c5ad9c129f4798c827ed0008a -eo pid,comm [Pipeline] { [Pipeline] sh 00:55:52 + touch /tmp/pre-build-complete [Pipeline] sh 00:55:53 + mkdir -p /var/log/sa [Pipeline] sh 00:55:53 + ls /var/log/sa-host 00:55:53 + sadf -c /var/log/sa-host/sa10 00:55:53 file_magic: OK 00:55:53 HZ: Using current value: 100 00:55:53 file_header: OK 00:55:53 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:55:53 Statistics: 00:55:53 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... 00:55:53 File successfully converted to sysstat format version 12.2.1 00:55:53 + sadf -c /var/log/sa-host/sa23 00:55:53 file_magic: OK 00:55:53 HZ: Using current value: 100 00:55:53 file_header: OK 00:55:53 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:55:53 Statistics: 00:55:53 Hnuu...uuuununununu... 00:55:53 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:55:53 provisioning config files... 00:55:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config7602375129011052718tmp [Pipeline] { [Pipeline] echo 00:55:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:55:54 ---> create-netrc.sh [Pipeline] } 00:55:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:55:54 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:55:54 ---> python-tools-install.sh [Pipeline] echo 00:55:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:55:54 ---> sudo-logs.sh 00:55:54 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:55:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:55:55 ---> job-cost.sh 00:55:55 lf-activate-venv: SKIPPING 00:55:55 DEBUG: total: 0.20999999344348907 00:55:55 INFO: Retrieving Stack Cost... 00:55:56 INFO: Retrieving Pricing Info for: v1-standard-2 00:55:57 INFO: Archiving Costs [Pipeline] echo 00:55:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:55:57 ---> logs-deploy.sh 00:55:57 lf-activate-venv: SKIPPING 00:55:57 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3223/6 00:55:57 INFO: archiving workspace using pattern(s): 00:55:58 Archives upload complete. 00:55:58 INFO: archiving logs to Nexus