Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at 76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-28302 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/74 [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/74 # 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 76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing dcbe3b3e9d6a17cb828c9b2039abfde564d98fca Checking out Revision dcbe3b3e9d6a17cb828c9b2039abfde564d98fca (PR-2858) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dcbe3b3e9d6a17cb828c9b2039abfde564d98fca # timeout=10 Commit message: "Merge commit '76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 9cdc503a79d12129dfb75c2382350f28388d6980 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:48 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:48 ========================================================= 00:31:48 EdgeX Global Pipelines Version Info 00:31:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:50 ------------------- 00:31:50 stable info: 00:31:50 ------------------- 00:31:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:50 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:31:50 Message: update stable to v1.0.184 00:31:51 ------------------- 00:31:51 experimental info: 00:31:51 ------------------- 00:31:51 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:51 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:31:51 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:31:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:31:54 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:31:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:31:54 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dcbe3b3e9d6a17cb828c9b2039abfde564d98fca [Pipeline] echo 00:31:54 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dcbe3b3 [Pipeline] echo 00:31:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:54 provisioning config files... 00:31:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/74@tmp/config6824003563476790530tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:55 ---> docker-login.sh 00:31:55 nexus3.edgexfoundry.org:10001 00:31:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:55 Configure a credential helper to remove this warning. See 00:31:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:55 00:31:55 Login Succeeded 00:31:55 nexus3.edgexfoundry.org:10002 00:31:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:55 Configure a credential helper to remove this warning. See 00:31:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:55 00:31:55 Login Succeeded 00:31:55 nexus3.edgexfoundry.org:10003 00:31:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:56 Configure a credential helper to remove this warning. See 00:31:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:56 00:31:56 Login Succeeded 00:31:56 nexus3.edgexfoundry.org:10004 00:31:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:56 Configure a credential helper to remove this warning. See 00:31:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:56 00:31:56 Login Succeeded 00:31:56 docker.io 00:31:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:56 Configure a credential helper to remove this warning. See 00:31:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:56 00:31:56 Login Succeeded 00:31:56 ---> docker-login.sh ends [Pipeline] } 00:31:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:57 ++ 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:57 + for file in '`ls cmd/**/Dockerfile`' 00:31:57 ++ dirname cmd/core-command/Dockerfile 00:31:57 ++ cut -d/ -f2 00:31:57 + echo core-command,cmd/core-command/Dockerfile 00:31:57 + for file in '`ls cmd/**/Dockerfile`' 00:31:57 ++ dirname cmd/core-data/Dockerfile 00:31:57 ++ cut -d/ -f2 00:31:57 + echo core-data,cmd/core-data/Dockerfile 00:31:57 + for file in '`ls cmd/**/Dockerfile`' 00:31:57 ++ dirname cmd/core-metadata/Dockerfile 00:31:57 ++ cut -d/ -f2 00:31:57 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:57 + for file in '`ls cmd/**/Dockerfile`' 00:31:57 ++ dirname cmd/security-bootstrapper/Dockerfile 00:31:57 ++ cut -d/ -f2 00:31:57 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:31:57 + for file in '`ls cmd/**/Dockerfile`' 00:31:57 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:57 ++ cut -d/ -f2 00:31:57 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:57 + for file in '`ls cmd/**/Dockerfile`' 00:31:57 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:57 ++ cut -d/ -f2 00:31:57 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:57 + for file in '`ls cmd/**/Dockerfile`' 00:31:57 ++ dirname cmd/support-notifications/Dockerfile 00:31:57 ++ cut -d/ -f2 00:31:57 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:57 + for file in '`ls cmd/**/Dockerfile`' 00:31:57 ++ dirname cmd/support-scheduler/Dockerfile 00:31:57 ++ cut -d/ -f2 00:31:57 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:57 + for file in '`ls cmd/**/Dockerfile`' 00:31:57 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:57 ++ cut -d/ -f2 00:31:57 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:57 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:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:58 00:31:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:58 latest: Pulling from edgex-devops/git-semver 00:31:58 31603596830f: Pulling fs layer 00:31:58 2a8b12db71e7: Pulling fs layer 00:31:58 6ca5941a6612: Pulling fs layer 00:31:58 ecc8261a40a4: Pulling fs layer 00:31:58 ecc8261a40a4: Waiting 00:31:58 2a8b12db71e7: Verifying Checksum 00:31:58 2a8b12db71e7: Download complete 00:31:58 31603596830f: Verifying Checksum 00:31:58 31603596830f: Download complete 00:31:58 6ca5941a6612: Verifying Checksum 00:31:58 6ca5941a6612: Download complete 00:31:58 ecc8261a40a4: Verifying Checksum 00:31:58 ecc8261a40a4: Download complete 00:31:58 31603596830f: Pull complete 00:31:58 2a8b12db71e7: Pull complete 00:31:59 6ca5941a6612: Pull complete 00:31:59 ecc8261a40a4: Pull complete 00:31:59 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:59 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:59 prd-centos7-docker-4c-2g-28302 does not seem to be running inside a container 00:32:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/74 -v /w/workspace/edgex-go/74:/w/workspace/edgex-go/74:rw,z -v /w/workspace/edgex-go/74@tmp:/w/workspace/edgex-go/74@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:32:02 $ docker top 0675d04064d3ca135e617ec7d13a489cbf5f64b16c02e5000607fb4ce190086d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:32:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:03 [ssh-agent] Looking for ssh-agent implementation... 00:32:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:03 $ docker exec 0675d04064d3ca135e617ec7d13a489cbf5f64b16c02e5000607fb4ce190086d ssh-agent 00:32:03 SSH_AUTH_SOCK=/tmp/ssh-YfmeVyPwYagh/agent.12 00:32:03 SSH_AGENT_PID=17 00:32:03 Running ssh-add (command line suppressed) 00:32:03 Identity added: /w/workspace/edgex-go/74@tmp/private_key_2157078026782597662.key (/w/workspace/edgex-go/74@tmp/private_key_2157078026782597662.key) 00:32:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:04 + git tag --points-at HEAD [Pipeline] } 00:32:04 $ docker exec --env ******** --env ******** 0675d04064d3ca135e617ec7d13a489cbf5f64b16c02e5000607fb4ce190086d ssh-agent -k 00:32:04 unset SSH_AUTH_SOCK; 00:32:04 unset SSH_AGENT_PID; 00:32:04 echo Agent pid 17 killed; 00:32:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:32:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:04 [ssh-agent] Looking for ssh-agent implementation... 00:32:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:04 $ docker exec 0675d04064d3ca135e617ec7d13a489cbf5f64b16c02e5000607fb4ce190086d ssh-agent 00:32:04 SSH_AUTH_SOCK=/tmp/ssh-ySnCQTIj08ew/agent.45 00:32:04 SSH_AGENT_PID=51 00:32:04 Running ssh-add (command line suppressed) 00:32:04 Identity added: /w/workspace/edgex-go/74@tmp/private_key_1419331957660585615.key (/w/workspace/edgex-go/74@tmp/private_key_1419331957660585615.key) 00:32:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:05 + git semver init 00:32:05 # -> Open(): unable to determine branch for HEAD 00:32:05 # $GIT_DIR = /w/workspace/edgex-go/74/.git 00:32:05 # $GIT_WORK_TREE = /w/workspace/edgex-go/74 00:32:05 # $SEMVER_REMOTE_NAME = origin 00:32:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:32:05 # $SEMVER_USER_NAME = edgex-jenkins 00:32:05 # $SEMVER_BRANCH = PR-2858 00:32:05 # $SEMVER_TEMP = /tmp/semver-418964417 00:32:05 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:32 # '/tmp/semver-418964417' -> '/w/workspace/edgex-go/74/.semver' 00:32:32 # -> Force: false 00:32:32 # $SEMVER_DIR = /w/workspace/edgex-go/74/.semver [Pipeline] } 00:32:32 $ docker exec --env ******** --env ******** 0675d04064d3ca135e617ec7d13a489cbf5f64b16c02e5000607fb4ce190086d ssh-agent -k 00:32:32 unset SSH_AUTH_SOCK; 00:32:32 unset SSH_AGENT_PID; 00:32:32 echo Agent pid 51 killed; 00:32:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:32 + git semver [Pipeline] } 00:32:32 $ docker stop --time=1 0675d04064d3ca135e617ec7d13a489cbf5f64b16c02e5000607fb4ce190086d 00:32:34 $ docker rm -f 0675d04064d3ca135e617ec7d13a489cbf5f64b16c02e5000607fb4ce190086d [Pipeline] // withDockerContainer [Pipeline] sh 00:32:35 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:35 Stashed 1 file(s) [Pipeline] echo 00:32:35 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:32:36 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:37 + sudo service docker restart 00:32:37 + true 00:32:37 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:37 ========================================================= 00:32:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:38 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:32:42 Sending build context to Docker daemon 328.2MB 00:32:42 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:32:42 Step 2/6 : FROM ${BASE} 00:32:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:42 188c0c94c7c5: Pulling fs layer 00:32:42 0ef7d3d256c8: Pulling fs layer 00:32:42 de9db76c5a1d: Pulling fs layer 00:32:42 bca2f99d35d6: Pulling fs layer 00:32:42 93359f2a8cfa: Pulling fs layer 00:32:42 7c6f9722023f: Pulling fs layer 00:32:42 a35cf1a2eb13: Pulling fs layer 00:32:42 bca2f99d35d6: Waiting 00:32:42 93359f2a8cfa: Waiting 00:32:42 7c6f9722023f: Waiting 00:32:42 a35cf1a2eb13: Waiting 00:32:42 de9db76c5a1d: Verifying Checksum 00:32:42 de9db76c5a1d: Download complete 00:32:42 0ef7d3d256c8: Download complete 00:32:42 93359f2a8cfa: Verifying Checksum 00:32:42 93359f2a8cfa: Download complete 00:32:42 7c6f9722023f: Verifying Checksum 00:32:42 7c6f9722023f: Download complete 00:32:42 188c0c94c7c5: Verifying Checksum 00:32:42 188c0c94c7c5: Download complete 00:32:42 188c0c94c7c5: Pull complete 00:32:42 0ef7d3d256c8: Pull complete 00:32:42 de9db76c5a1d: Pull complete 00:32:44 a35cf1a2eb13: Verifying Checksum 00:32:44 a35cf1a2eb13: Download complete 00:32:44 bca2f99d35d6: Verifying Checksum 00:32:44 bca2f99d35d6: Download complete 00:32:50 bca2f99d35d6: Pull complete 00:32:50 93359f2a8cfa: Pull complete 00:32:50 7c6f9722023f: Pull complete 00:32:50 Still waiting to schedule task 00:32:50 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:54 a35cf1a2eb13: Pull complete 00:32:54 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:54 ---> a62c8e92a672 00:32:54 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:54 ---> Running in 3d60265c4ace 00:32:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:57 (1/12) Installing libmagic (5.38-r0) 00:32:57 (2/12) Installing file (5.38-r0) 00:32:57 (3/12) Installing libc-dev (0.7.2-r3) 00:32:57 (4/12) Installing g++ (9.3.0-r2) 00:33:04 (5/12) Installing fortify-headers (1.1-r0) 00:33:04 (6/12) Installing patch (2.7.6-r6) 00:33:04 (7/12) Installing build-base (0.5-r2) 00:33:04 (8/12) Installing libsodium (1.0.18-r0) 00:33:04 (9/12) Installing pkgconf (1.7.2-r0) 00:33:04 (10/12) Installing libsodium-dev (1.0.18-r0) 00:33:04 (11/12) Installing libzmq (4.3.3-r0) 00:33:04 (12/12) Installing zeromq-dev (4.3.3-r0) 00:33:04 Executing busybox-1.31.1-r19.trigger 00:33:05 OK: 233 MiB in 51 packages 00:33:08 Removing intermediate container 3d60265c4ace 00:33:08 ---> 1644fc872f66 00:33:08 Step 4/6 : WORKDIR /edgex-go 00:33:08 ---> Running in 10fd04505785 00:33:08 Removing intermediate container 10fd04505785 00:33:08 ---> 7675409522bd 00:33:08 Step 5/6 : COPY go.mod . 00:33:09 ---> d7ba061bce13 00:33:09 Step 6/6 : RUN go mod download 00:33:09 ---> Running in 359fe044883a 00:33:31 Removing intermediate container 359fe044883a 00:33:31 ---> ad578baab571 00:33:31 Successfully built ad578baab571 00:33:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:31 + docker inspect -f . ci-base-image-x86_64 00:33:31 . [Pipeline] withDockerContainer 00:33:31 prd-centos7-docker-4c-2g-28302 does not seem to be running inside a container 00:33:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/74 -v /w/workspace/edgex-go/74:/w/workspace/edgex-go/74:rw,z -v /w/workspace/edgex-go/74@tmp:/w/workspace/edgex-go/74@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:33 $ docker top 3b44713f3967d2954138238fbe4cb6c43b3d21bfb4fca51b659011171e0bbcf6 -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:34 + go version 00:33:34 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:34 $ docker stop --time=1 3b44713f3967d2954138238fbe4cb6c43b3d21bfb4fca51b659011171e0bbcf6 00:33:35 $ docker rm -f 3b44713f3967d2954138238fbe4cb6c43b3d21bfb4fca51b659011171e0bbcf6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:36 + docker inspect -f . ci-base-image-x86_64 00:33:36 . [Pipeline] withDockerContainer 00:33:36 prd-centos7-docker-4c-2g-28302 does not seem to be running inside a container 00:33:36 $ 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/74 -v /w/workspace/edgex-go/74:/w/workspace/edgex-go/74:rw,z -v /w/workspace/edgex-go/74@tmp:/w/workspace/edgex-go/74@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:37 $ docker top 5f8ddf10c85ff0ca9d0c6f0e7cbaabe69bc0509c6e55faa9d8a9b54278d59123 -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:37 ========================================================= 00:33:37 [edgeXBuildGoParallel] Running Tests and Build... 00:33:37 ========================================================= [Pipeline] sh 00:33:37 + make test 00:33:37 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:45 ? github.com/edgexfoundry/edgex-go [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:34:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:34:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:34:12 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.134s coverage: 45.9% of statements 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.089s coverage: 100.0% of statements 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.190s coverage: 27.1% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.098s coverage: 65.8% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.106s coverage: 82.3% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.344s coverage: 28.6% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.093s coverage: 86.7% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.096s coverage: 97.5% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.065s coverage: 78.3% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.386s coverage: 92.8% of statements 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.063s coverage: 0.1% of statements 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.025s coverage: 45.5% of statements 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.073s coverage: 79.5% of statements 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.042s coverage: 94.1% of statements 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.037s coverage: 96.3% of statements 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.031s coverage: 87.5% of statements 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.036s coverage: 94.4% of statements 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.067s coverage: 92.9% of statements 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.050s coverage: 87.2% of statements 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.031s coverage: 100.0% of statements 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.042s coverage: 75.5% of statements 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.042s coverage: 84.6% of statements 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.6% of statements 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 62.4% of statements 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.273s coverage: 69.1% of statements 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.085s coverage: 38.4% of statements 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.032s coverage: 89.5% of statements 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.042s coverage: 84.8% of statements 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.136s coverage: 47.0% of statements 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.105s coverage: 88.5% of statements 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.733s coverage: 29.1% of statements 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.057s coverage: 94.3% of statements 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/system 0.022s coverage: 0.0% of statements 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.033s coverage: 87.9% of statements 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 00:34:48 GO111MODULE=on go vet ./... 00:35:15 gofmt -l . 00:35:15 [ "`gofmt -l .`" = "" ] 00:35:15 ./bin/test-go-mod-tidy.sh 00:35:15 ./bin/test-attribution-txt.sh [Pipeline] sh 00:35:15 + ls -al . 00:35:15 total 716 00:35:15 drwxrwxr-x 10 1001 1001 4096 Mar 3 00:35 . 00:35:15 drwxr-xr-x 4 root root 30 Mar 3 00:33 .. 00:35:15 -rw-rw-r-- 1 1001 1001 11 Mar 3 00:31 .dockerignore 00:35:15 drwxrwxr-x 8 1001 1001 179 Mar 3 00:31 .git 00:35:15 drwxrwxr-x 3 1001 1001 125 Mar 3 00:31 .github 00:35:15 -rw-rw-r-- 1 1001 1001 818 Mar 3 00:31 .gitignore 00:35:15 drwx------ 3 1001 1001 60 Mar 3 00:32 .semver 00:35:15 -rw-rw-r-- 1 1001 1001 166 Mar 3 00:31 .sonarcloud.properties 00:35:15 -rw-rw-r-- 1 1001 1001 8475 Mar 3 00:31 Attribution.txt 00:35:15 -rw-rw-r-- 1 1001 1001 3804 Mar 3 00:31 CONTRIBUTING.md 00:35:15 -rw-rw-r-- 1 1001 1001 931 Mar 3 00:31 Dockerfile.build 00:35:15 -rw-rw-r-- 1 1001 1001 863 Mar 3 00:31 Jenkinsfile 00:35:15 -rw-rw-r-- 1 1001 1001 10775 Mar 3 00:31 LICENSE 00:35:15 -rw-rw-r-- 1 1001 1001 5774 Mar 3 00:31 Makefile 00:35:15 -rw-rw-r-- 1 1001 1001 6524 Mar 3 00:31 README.md 00:35:15 -rw-rw-r-- 1 1001 1001 6755 Mar 3 00:31 SECURITY.md 00:35:15 -rw-rw-r-- 1 1001 1001 5 Mar 3 00:32 VERSION 00:35:15 -rw-rw-r-- 1 1001 1001 4131 Mar 3 00:31 ZMQWindows.md 00:35:15 drwxrwxr-x 2 1001 1001 117 Mar 3 00:31 bin 00:35:15 drwxrwxr-x 14 1001 1001 4096 Mar 3 00:31 cmd 00:35:15 -rw-r--r-- 1 root root 602804 Mar 3 00:34 coverage.out 00:35:15 -rw-r--r-- 1 root root 1055 Mar 3 00:35 go.mod 00:35:15 -rw-r--r-- 1 root root 21699 Mar 3 00:35 go.sum 00:35:15 drwxrwxr-x 8 1001 1001 127 Mar 3 00:31 internal 00:35:15 drwxrwxr-x 4 1001 1001 26 Mar 3 00:31 openapi 00:35:15 drwxrwxr-x 4 1001 1001 71 Mar 3 00:31 snap 00:35:15 -rw-rw-r-- 1 1001 1001 168 Mar 3 00:31 version.go [Pipeline] sh 00:35:16 + '[' -e coverage.out ] 00:35:16 + chown 1001:1001 coverage.out [Pipeline] stash 00:35:16 Stashed 1 file(s) [Pipeline] sh 00:35:16 + make build 00:35:16 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:35:21 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:29 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:29 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:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:35:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:35:33 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:35 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:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:35:37 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:38 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:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:35:41 $ docker stop --time=1 5f8ddf10c85ff0ca9d0c6f0e7cbaabe69bc0509c6e55faa9d8a9b54278d59123 00:35:43 $ docker rm -f 5f8ddf10c85ff0ca9d0c6f0e7cbaabe69bc0509c6e55faa9d8a9b54278d59123 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:44 00:35:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:45 latest: Pulling from edgex-devops/edgex-compose 00:35:45 cbdbe7a5bc2a: Pulling fs layer 00:35:45 ca9280d653b3: Pulling fs layer 00:35:45 7e9c9ca2126c: Pulling fs layer 00:35:45 cbdbe7a5bc2a: Download complete 00:35:45 cbdbe7a5bc2a: Pull complete 00:35:46 ca9280d653b3: Verifying Checksum 00:35:46 ca9280d653b3: Download complete 00:35:46 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28310 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:35:46 Running in /w/workspace/edgex-go/74 [Pipeline] { [Pipeline] checkout 00:35:47 ca9280d653b3: Pull complete 00:35:47 7e9c9ca2126c: Download complete 00:35:51 using credential edgex-jenkins-ssh 00:35:51 Cloning the remote Git repository 00:35:51 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:51 > git init /w/workspace/edgex-go/74 # timeout=10 00:35:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:51 > git --version # timeout=10 00:35:51 > git --version # 'git version 2.17.1' 00:35:51 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:57 7e9c9ca2126c: Pull complete 00:35:57 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:57 prd-centos7-docker-4c-2g-28302 does not seem to be running inside a container 00:35:57 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/74 -v /w/workspace/edgex-go/74:/w/workspace/edgex-go/74:rw,z -v /w/workspace/edgex-go/74@tmp:/w/workspace/edgex-go/74@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:58 $ docker top 0dd7606103d6e82e0f4a7cad1feeb805604cd87f364b2f8770a0ed2f290cdfa7 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:58 + docker-compose build --help 00:35:58 + grep parallel 00:35:59 --parallel Build images in parallel. [Pipeline] } 00:35:59 $ docker stop --time=1 0dd7606103d6e82e0f4a7cad1feeb805604cd87f364b2f8770a0ed2f290cdfa7 00:36:01 $ docker rm -f 0dd7606103d6e82e0f4a7cad1feeb805604cd87f364b2f8770a0ed2f290cdfa7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:01 . [Pipeline] withDockerContainer 00:36:02 prd-centos7-docker-4c-2g-28302 does not seem to be running inside a container 00:36:02 $ 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/74 -v /w/workspace/edgex-go/74:/w/workspace/edgex-go/74:rw,z -v /w/workspace/edgex-go/74@tmp:/w/workspace/edgex-go/74@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:36:03 $ docker top 8190ff27e40a3a96758895a5c326d4b5229125d86a54a461cb54ae0973d27c72 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:04 + docker-compose -f ./docker-compose-build.yml build --parallel 00:36:05 Building docker-core-command-go ... 00:36:05 Building docker-core-data-go ... 00:36:05 Building docker-core-metadata-go ... 00:36:05 Building docker-security-bootstrapper-go ... 00:36:05 Building docker-security-proxy-setup-go ... 00:36:05 Building docker-security-secretstore-setup-go ... 00:36:05 Building docker-support-notifications-go ... 00:36:05 Building docker-support-scheduler-go ... 00:36:05 Building docker-sys-mgmt-agent-go ... 00:36:05 Building docker-support-notifications-go 00:36:05 Building docker-security-secretstore-setup-go 00:36:05 Building docker-core-metadata-go 00:36:05 Building docker-security-bootstrapper-go 00:36:05 Building docker-support-scheduler-go 00:36:15 Merging remotes/origin/master commit 76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:36:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:14 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:15 > git config core.sparsecheckout # timeout=10 00:36:15 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:36:16 Merge succeeded, producing f505450826ac99bad6c10ea2344c608d3aabb2d3 00:36:16 Checking out Revision f505450826ac99bad6c10ea2344c608d3aabb2d3 (PR-2858) 00:36:15 > git remote # timeout=10 00:36:15 > git config --get remote.origin.url # timeout=10 00:36:15 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:15 > git merge 76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41 # timeout=10 00:36:16 > git rev-parse HEAD^{commit} # timeout=10 00:36:16 > git config core.sparsecheckout # timeout=10 00:36:16 > git checkout -f f505450826ac99bad6c10ea2344c608d3aabb2d3 # timeout=10 00:36:20 Commit message: "Merge commit '76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41' into HEAD" 00:36:20 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:22 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:20 > git rev-list --no-walk 9cdc503a79d12129dfb75c2382350f28388d6980 # timeout=10 00:36:23 + sudo service docker restart 00:36:23 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:25 provisioning config files... 00:36:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/74@tmp/config5241696672365468432tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:25 ---> docker-login.sh 00:36:25 nexus3.edgexfoundry.org:10001 00:36:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:26 Configure a credential helper to remove this warning. See 00:36:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:26 00:36:26 Login Succeeded 00:36:26 nexus3.edgexfoundry.org:10002 00:36:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:27 Configure a credential helper to remove this warning. See 00:36:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:27 00:36:27 Login Succeeded 00:36:27 nexus3.edgexfoundry.org:10003 00:36:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:27 Configure a credential helper to remove this warning. See 00:36:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:27 00:36:27 Login Succeeded 00:36:27 nexus3.edgexfoundry.org:10004 00:36:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:28 Configure a credential helper to remove this warning. See 00:36:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:28 00:36:28 Login Succeeded 00:36:28 docker.io 00:36:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:29 Configure a credential helper to remove this warning. See 00:36:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:29 00:36:29 Login Succeeded 00:36:29 ---> docker-login.sh ends [Pipeline] } 00:36:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:29 ========================================================= 00:36:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:30 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:36:32 Sending build context to Docker daemon 166.5MB 00:36:32 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:36:32 Step 2/6 : FROM ${BASE} 00:36:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:32 5f621e34cdf4: Pulling fs layer 00:36:32 a4357932f1b6: Pulling fs layer 00:36:32 18c013af1878: Pulling fs layer 00:36:32 00ac8860ef70: Pulling fs layer 00:36:32 63d7cb157983: Pulling fs layer 00:36:32 b116817d02f9: Pulling fs layer 00:36:32 745a02a5169b: Pulling fs layer 00:36:32 00ac8860ef70: Waiting 00:36:32 63d7cb157983: Waiting 00:36:32 b116817d02f9: Waiting 00:36:32 745a02a5169b: Waiting 00:36:32 18c013af1878: Verifying Checksum 00:36:32 18c013af1878: Download complete 00:36:32 a4357932f1b6: Verifying Checksum 00:36:32 a4357932f1b6: Download complete 00:36:32 63d7cb157983: Verifying Checksum 00:36:32 63d7cb157983: Download complete 00:36:32 b116817d02f9: Verifying Checksum 00:36:32 b116817d02f9: Download complete 00:36:32 5f621e34cdf4: Download complete 00:36:33 5f621e34cdf4: Pull complete 00:36:34 a4357932f1b6: Pull complete 00:36:34 18c013af1878: Pull complete 00:36:35 745a02a5169b: Verifying Checksum 00:36:35 745a02a5169b: Download complete 00:36:36 00ac8860ef70: Verifying Checksum 00:36:36 00ac8860ef70: Download complete 00:36:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:37 00:36:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:37 ---> ad578baab571 00:36:37 Step 3/22 : WORKDIR /edgex-go 00:36:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:37 ---> ad578baab571 00:36:37 Step 3/22 : WORKDIR /edgex-go ---> ad578baab571 00:36:37 00:36:37 Step 3/23 : WORKDIR /edgex-go 00:36:37 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:37 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:36:37 ---> ad578baab571 00:36:37 Step 3/30 : WORKDIR /edgex-go 00:36:37 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:36:37 ---> ad578baab571 00:36:37 Step 3/24 : WORKDIR /edgex-go 00:36:37 ---> Running in 5b44e4f80f4c 00:36:37 ---> Running in 40911885bd80 00:36:37 ---> Running in dd4db0c1d54b 00:36:37 ---> Running in 9440d19f6799 00:36:37 ---> Running in 093d878aec71 00:36:37 Removing intermediate container 40911885bd80 00:36:37 ---> 9b4a77db43c6 00:36:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:37 Removing intermediate container 093d878aec71 00:36:37 ---> 669300f5d1e7 00:36:37 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:37 Removing intermediate container 5b44e4f80f4c 00:36:37 ---> a92908bff079 00:36:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:37 Removing intermediate container 9440d19f6799 00:36:37 ---> 61d231e2c652 00:36:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:37 Removing intermediate container dd4db0c1d54b 00:36:37 ---> 1aafa1918672 00:36:37 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:37 ---> Running in 4d8e33840a7c 00:36:37 ---> Running in 9977ab797f21 00:36:37 ---> Running in c4034c8e8060 00:36:37 ---> Running in f525fe7af9bd 00:36:37 ---> Running in 249b3fbb5ef2 00:36:38 Removing intermediate container 9977ab797f21 00:36:38 ---> 3407d7795ee7 00:36:38 Step 5/30 : RUN apk add --update --no-cache make git 00:36:38 Removing intermediate container 4d8e33840a7c 00:36:38 ---> 0b759f9d932b 00:36:38 Step 5/23 : RUN apk add --update --no-cache make git 00:36:38 ---> Running in e8a098b44ce9 00:36:38 ---> Running in 3d321ca9a34a 00:36:38 Removing intermediate container c4034c8e8060 00:36:38 ---> e02199f8c24d 00:36:38 Step 5/22 : RUN apk add --update --no-cache make git 00:36:39 Removing intermediate container f525fe7af9bd 00:36:39 ---> 182ac0342f5f 00:36:39 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:36:39 Removing intermediate container 249b3fbb5ef2 00:36:39 ---> 30ce6277bcc4 00:36:39 Step 5/24 : RUN apk add --update --no-cache make git 00:36:39 ---> Running in e41e864ccd84 00:36:39 ---> Running in 620e20b39413 00:36:39 ---> Running in 5afe830f4b4d 00:36:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:41 OK: 233 MiB in 51 packages 00:36:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:41 OK: 233 MiB in 51 packages 00:36:41 OK: 233 MiB in 51 packages 00:36:41 OK: 233 MiB in 51 packages 00:36:41 Removing intermediate container e8a098b44ce9 00:36:41 ---> 1e5ca67e609f 00:36:41 Step 6/30 : COPY go.mod . 00:36:41 OK: 233 MiB in 51 packages 00:36:42 Removing intermediate container 3d321ca9a34a 00:36:42 ---> cf16f066ddd6 00:36:42 Step 6/23 : COPY go.mod . 00:36:42 ---> e73e9c5a547a 00:36:42 Step 7/30 : RUN go mod download 00:36:42 Removing intermediate container 620e20b39413 00:36:42 ---> f2283372c162 00:36:42 Step 6/22 : COPY go.mod . 00:36:42 Removing intermediate container e41e864ccd84 00:36:42 ---> c6c31b526d49 00:36:42 Step 6/22 : COPY go.mod . 00:36:42 ---> Running in 27677c3d2dfd 00:36:42 ---> a8288bb06bb9 00:36:42 Step 7/23 : RUN go mod download 00:36:42 ---> c574f21a169b 00:36:42 Step 7/22 : RUN go mod download 00:36:42 ---> Running in bd84f563a523 00:36:42 Removing intermediate container 5afe830f4b4d 00:36:42 ---> b6c16b2fa242 00:36:42 Step 6/24 : COPY go.mod . 00:36:42 ---> e51ff9a5fab7 00:36:42 Step 7/22 : RUN go mod download 00:36:43 ---> Running in 7c382a1d81f7 00:36:43 ---> Running in 248e164c7312 00:36:43 ---> ae22beae5ad4 00:36:43 Step 7/24 : RUN go mod download 00:36:43 ---> Running in 4fe4d3ec8db3 00:36:44 Removing intermediate container bd84f563a523 00:36:44 ---> 0e2b3c6a9031 00:36:44 Step 8/23 : COPY . . 00:36:44 Removing intermediate container 27677c3d2dfd 00:36:44 ---> 04edc5f2a659 00:36:44 Step 8/30 : COPY . . 00:36:46 00ac8860ef70: Pull complete 00:36:46 63d7cb157983: Pull complete 00:36:46 b116817d02f9: Pull complete 00:36:49 Removing intermediate container 248e164c7312 00:36:49 ---> d594b605ac10 00:36:49 Step 8/22 : COPY . . 00:36:49 Removing intermediate container 7c382a1d81f7 00:36:49 ---> 96562aa79a6e 00:36:49 Step 8/22 : COPY . . 00:36:49 Removing intermediate container 4fe4d3ec8db3 00:36:49 ---> 5a4a784c5824 00:36:49 Step 8/24 : COPY . . 00:36:51 745a02a5169b: Pull complete 00:36:51 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:51 ---> b7e6874047d6 00:36:51 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:54 ---> Running in e2dff2b9c0d8 00:36:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:57 (1/12) Installing libmagic (5.38-r0) 00:36:57 (2/12) Installing file (5.38-r0) 00:36:57 (3/12) Installing libc-dev (0.7.2-r3) 00:36:57 (4/12) Installing g++ (9.3.0-r2) 00:37:04 (5/12) Installing fortify-headers (1.1-r0) 00:37:04 (6/12) Installing patch (2.7.6-r6) 00:37:04 (7/12) Installing build-base (0.5-r2) 00:37:04 (8/12) Installing libsodium (1.0.18-r0) 00:37:04 (9/12) Installing pkgconf (1.7.2-r0) 00:37:04 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:04 (11/12) Installing libzmq (4.3.3-r0) 00:37:04 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:04 Executing busybox-1.31.1-r19.trigger 00:37:04 OK: 217 MiB in 51 packages 00:37:08 Removing intermediate container e2dff2b9c0d8 00:37:08 ---> e9392550600c 00:37:08 Step 4/6 : WORKDIR /edgex-go 00:37:08 ---> Running in b99bcf447c37 00:37:08 Removing intermediate container b99bcf447c37 00:37:08 ---> b2fe8ee11416 00:37:08 Step 5/6 : COPY go.mod . 00:37:09 ---> ab8c93560f2c 00:37:09 Step 6/6 : RUN go mod download 00:37:09 ---> Running in 1257f2ca0946 00:37:21 ---> 330300724b3c 00:37:21 ---> 7b8ffa777ecb 00:37:21 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:37:21 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:37:22 ---> Running in 085f2faa85ff 00:37:22 ---> Running in a97b2296b3b5 00:37:22 ---> dc4c0ff1cb7b 00:37:22 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:37:22 ---> 2c22fcf708de 00:37:22 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:37:23 ---> 028378df1806 00:37:23 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:37:23 ---> Running in a3ee90e787eb 00:37:23 ---> Running in ce6715561bd2 00:37:24 ---> Running in 5876e0bad5a7 00:37:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:37:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:37:25 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:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:37:25 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:42 Removing intermediate container 1257f2ca0946 00:37:42 ---> 74300f0bfc29 00:37:42 Successfully built 74300f0bfc29 00:37:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:42 + docker inspect -f . ci-base-image-arm64 00:37:42 . [Pipeline] withDockerContainer 00:37:42 prd-ubuntu18.04-docker-arm64-4c-16g-28310 does not seem to be running inside a container 00:37:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/74 -v /w/workspace/edgex-go/74:/w/workspace/edgex-go/74:rw,z -v /w/workspace/edgex-go/74@tmp:/w/workspace/edgex-go/74@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:44 $ docker top bb016a633fec52cb15f018115fc2e35e7a32153f07040f668ce09251f0a581a9 -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:45 + go version 00:37:45 go version go1.15.5 linux/arm64 [Pipeline] } 00:37:45 $ docker stop --time=1 bb016a633fec52cb15f018115fc2e35e7a32153f07040f668ce09251f0a581a9 00:37:47 $ docker rm -f bb016a633fec52cb15f018115fc2e35e7a32153f07040f668ce09251f0a581a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:48 + docker inspect -f . ci-base-image-arm64 00:37:48 . [Pipeline] withDockerContainer 00:37:49 prd-ubuntu18.04-docker-arm64-4c-16g-28310 does not seem to be running inside a container 00:37:49 $ 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/74 -v /w/workspace/edgex-go/74:/w/workspace/edgex-go/74:rw,z -v /w/workspace/edgex-go/74@tmp:/w/workspace/edgex-go/74@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:50 $ docker top 4b995a02260ae32470f8bb79b9a53a6d2b9a27c79d38bdb32e1ec3b6db1ea8b4 -eo pid,comm [Pipeline] { [Pipeline] echo 00:37:50 ========================================================= 00:37:50 [edgeXBuildGoParallel] Running Tests and Build... 00:37:50 ========================================================= [Pipeline] sh 00:37:51 + make test 00:37:51 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:57 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:38:00 Removing intermediate container 085f2faa85ff 00:38:00 ---> b114f9b1e824 00:38:00 00:38:00 Step 10/30 : FROM alpine:3.12 00:38:00 3.12: Pulling from library/alpine 00:38:01 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:38:01 Status: Downloaded newer image for alpine:3.12 00:38:01 ---> 88dd2752d2ea 00:38:01 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:38:07 ---> Running in f6305be10e59 00:38:07 Removing intermediate container a3ee90e787eb 00:38:07 ---> a40cdb14d943 00:38:07 00:38:07 Step 10/24 : FROM alpine:3.12 00:38:07 ---> 88dd2752d2ea 00:38:07 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:38:07 Removing intermediate container ce6715561bd2 00:38:07 ---> 07662a17e235 00:38:07 00:38:07 Step 10/22 : FROM alpine:3.12 00:38:07 ---> 88dd2752d2ea 00:38:07 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:38:07 Removing intermediate container 5876e0bad5a7 00:38:07 ---> 0971bddb2e3b 00:38:07 00:38:07 Step 10/22 : FROM alpine:3.12 00:38:07 ---> 88dd2752d2ea 00:38:07 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:38:07 ---> Running in e283d50346e2 00:38:08 ---> Running in 8509c92cd052 00:38:08 ---> Running in 0dc9870dd953 00:38:08 Removing intermediate container f6305be10e59 00:38:08 ---> 14f48bf36ce5 00:38:08 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:38:09 ---> Running in 512a71c66da7 00:38:09 Removing intermediate container a97b2296b3b5 00:38:09 ---> 39880c687603 00:38:09 00:38:09 Step 10/23 : FROM alpine:3.12 00:38:09 ---> 88dd2752d2ea 00:38:09 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:38:10 ---> Running in 866dfb5f1730 00:38:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:10 (1/5) Installing ca-certificates (20191127-r4) 00:38:11 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:38:11 (3/5) Installing libcurl (7.69.1-r3) 00:38:11 (4/5) Installing curl (7.69.1-r3) 00:38:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:11 (5/5) Installing dumb-init (1.2.2-r1) 00:38:11 Executing busybox-1.31.1-r19.trigger 00:38:11 Executing ca-certificates-20191127-r4.trigger 00:38:11 (1/2) Installing ca-certificates (20191127-r4) 00:38:11 (2/2) Installing dumb-init (1.2.2-r1) 00:38:11 Executing busybox-1.31.1-r19.trigger 00:38:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:11 OK: 7 MiB in 19 packages 00:38:11 Executing ca-certificates-20191127-r4.trigger 00:38:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:11 OK: 6 MiB in 16 packages 00:38:11 (1/1) Installing dumb-init (1.2.2-r1) 00:38:11 Executing busybox-1.31.1-r19.trigger 00:38:11 OK: 6 MiB in 15 packages 00:38:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:11 (1/2) Installing dumb-init (1.2.2-r1) 00:38:11 (2/2) Installing su-exec (0.2-r1) 00:38:11 Executing busybox-1.31.1-r19.trigger 00:38:11 OK: 6 MiB in 16 packages 00:38:11 (1/1) Installing dumb-init (1.2.2-r1) 00:38:11 Executing busybox-1.31.1-r19.trigger 00:38:11 OK: 6 MiB in 15 packages 00:38:14 Removing intermediate container e283d50346e2 00:38:14 ---> 8b4e820ae353 00:38:14 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:14 Removing intermediate container 0dc9870dd953 00:38:14 ---> dec98e6f6679 00:38:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:14 Removing intermediate container 8509c92cd052 00:38:14 ---> 60ea4baa5674 00:38:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:38:14 ---> Running in dd24a986dcf9 00:38:14 ---> Running in 853d73cdd6d7 00:38:14 Removing intermediate container 866dfb5f1730 00:38:14 ---> b83230a3f59a 00:38:14 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:14 ---> Running in 3bb5013fb755 00:38:14 Removing intermediate container 512a71c66da7 00:38:14 ---> 9a2c42483909 00:38:14 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:38:14 ---> Running in 2bb131f42803 00:38:14 Removing intermediate container 853d73cdd6d7 00:38:14 ---> b38ed5a777a7 00:38:14 Step 13/22 : ENV APP_PORT=48085 00:38:14 ---> Running in ced766689916 00:38:14 Removing intermediate container dd24a986dcf9 00:38:14 ---> 391b04ff7691 00:38:14 Step 13/24 : WORKDIR / 00:38:14 Removing intermediate container 3bb5013fb755 00:38:14 ---> d65239337858 00:38:14 Step 13/22 : ENV APP_PORT=48060 00:38:14 ---> Running in ffb1e0dc2b33 00:38:15 ---> Running in 896d5bf6b8ae 00:38:15 ---> Running in 3572b1057aca 00:38:15 Removing intermediate container 2bb131f42803 00:38:15 ---> 9ac96a9023fd 00:38:15 Step 13/23 : ENV APP_PORT=48081 00:38:15 Removing intermediate container ced766689916 00:38:15 ---> 916e47c56102 00:38:15 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:38:15 ---> Running in 33fb20b1da15 00:38:15 ---> Running in eb062b30ea43 00:38:15 Removing intermediate container ffb1e0dc2b33 00:38:15 ---> f246b97f31c7 00:38:15 Step 14/22 : EXPOSE $APP_PORT 00:38:15 Removing intermediate container 896d5bf6b8ae 00:38:15 ---> f474dc7a701c 00:38:15 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:38:15 Removing intermediate container 3572b1057aca 00:38:15 ---> 8ad96b8f0f78 00:38:15 Step 14/22 : EXPOSE $APP_PORT 00:38:16 ---> Running in 176c0497be75 00:38:16 ---> Running in 15fc8811f21f 00:38:16 Removing intermediate container 33fb20b1da15 00:38:16 ---> 952acc9ef956 00:38:16 Step 14/23 : EXPOSE $APP_PORT 00:38:16 Removing intermediate container eb062b30ea43 00:38:16 ---> d21e2a5d91e9 00:38:16 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:38:16 ---> fda22e919d28 00:38:16 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:38:16 ---> Running in 4832bc6d58a5 00:38:16 ---> Running in 648f5d4a8fbf 00:38:16 Removing intermediate container 176c0497be75 00:38:16 ---> 2973f35b8cf1 00:38:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:16 Removing intermediate container 15fc8811f21f 00:38:16 ---> e3d5e0bd1c47 00:38:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:16 ---> 4c2e92040a43 00:38:16 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:38:16 Removing intermediate container 648f5d4a8fbf 00:38:16 ---> 347cca5330bb 00:38:16 Step 15/23 : WORKDIR / 00:38:17 ---> Running in f32b1b78520f 00:38:17 ---> 3a5e14c60022 00:38:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:38:17 ---> 9b2e62d0ec1d 00:38:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:38:17 ---> acc785f0d847 00:38:17 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:38:17 Removing intermediate container f32b1b78520f 00:38:17 ---> 7e9f4f789973 00:38:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:17 ---> fd4840c5fb25 00:38:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:38:17 ---> ad8113e286ca 00:38:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:38:17 ---> e4b962856128 00:38:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:38:17 ---> cde32fb1bd7c 00:38:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:38:17 Removing intermediate container 4832bc6d58a5 00:38:17 ---> 0a5a02b8eb92 00:38:17 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:38:18 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:18 ---> Running in 9c62b3b26584 00:38:18 ---> 332fa82b4607 00:38:18 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:38:18 ---> 433cc90d15a7 00:38:18 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:38:18 ---> 78933e87d99c 00:38:18 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:38:18 ---> Running in 161a336d51ad 00:38:19 ---> af4d79cd8566 00:38:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:38:19 ---> Running in 50994147f375 00:38:19 Removing intermediate container 9c62b3b26584 00:38:19 ---> 83a50697c8d6 00:38:19 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:38:19 Removing intermediate container 161a336d51ad 00:38:19 ---> 76000eea5bc1 00:38:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:19 ---> ce6593fa3cd1 00:38:19 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:38:19 ---> Running in fb8a16453423 00:38:19 ---> Running in 82864514f09f 00:38:19 Removing intermediate container 50994147f375 00:38:19 ---> 7d92c91d56c1 00:38:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:19 ---> 53199b8ef6e8 00:38:19 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:38:19 ---> b89ff5ed7383 00:38:19 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:38:19 ---> Running in 683f58e93a7f 00:38:19 ---> Running in 12328dc15d3d 00:38:19 ---> Running in 56457528c786 00:38:20 Removing intermediate container fb8a16453423 00:38:20 ---> 49ba1a99e0c8 00:38:20 Step 20/22 : LABEL arch=x86_64 00:38:20 ---> Running in 74528f8ec215 00:38:20 Removing intermediate container 683f58e93a7f 00:38:20 ---> 1257550a8831 00:38:20 Step 20/22 : LABEL arch=x86_64 00:38:20 Removing intermediate container 12328dc15d3d 00:38:20 ---> a7f2ecd70125 00:38:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:20 ---> Running in 09e9ab151b48 00:38:20 ---> Running in ef292916952a 00:38:20 Removing intermediate container 74528f8ec215 00:38:20 ---> 9be90a3eba32 00:38:20 Step 21/22 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca 00:38:20 ---> Running in 932a8324c9a0 00:38:21 Removing intermediate container 09e9ab151b48 00:38:21 ---> f35549ec9787 00:38:21 Step 21/22 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca 00:38:21 Removing intermediate container ef292916952a 00:38:21 ---> 8ae92041bf9b 00:38:21 Step 21/23 : LABEL arch=x86_64 00:38:21 ---> Running in fa5547e45b56 00:38:21 ---> Running in adca922ef324 00:38:21 Removing intermediate container 932a8324c9a0 00:38:21 ---> cea72a48b0f4 00:38:21 Step 22/22 : LABEL version=0.0.0 00:38:21 Removing intermediate container 82864514f09f 00:38:21 ---> f34ebb839ac1 00:38:21 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:38:21 ---> Running in 13a442f7959d 00:38:21 ---> Running in f932af48bf09 00:38:21 Removing intermediate container adca922ef324 00:38:21 ---> f9a3a6e3b804 00:38:21 Step 22/22 : LABEL version=0.0.0 00:38:21 Removing intermediate container fa5547e45b56 00:38:21 ---> 3dfe1a583bc9 00:38:21 Step 22/23 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca 00:38:21 ---> Running in 7e40a6b52e11 00:38:21 Removing intermediate container 56457528c786 00:38:21 ---> 832da81fa01c 00:38:21 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:21 Removing intermediate container 13a442f7959d 00:38:21 ---> 2d76c342943d 00:38:21 00:38:21 Removing intermediate container f932af48bf09 00:38:21 ---> 8649f3df6de0 00:38:21 Step 22/24 : LABEL arch=x86_64 00:38:22 ---> Running in f5289b594564 00:38:22 ---> Running in 1adbd9e9d4be 00:38:22 Removing intermediate container 7e40a6b52e11 00:38:22 ---> 9d3963d8ea63 00:38:22 00:38:22 Successfully built 2d76c342943d 00:38:22 Successfully built 9d3963d8ea63 00:38:22 Successfully tagged docker-support-scheduler-go:latest 00:38:22 ---> 42f79d841791 00:38:22 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:38:22 Building docker-core-command-go 00:38:22  Building docker-support-scheduler-go ... done Successfully tagged docker-support-notifications-go:latest 00:38:22 Building docker-core-data-go 00:38:22  Building docker-support-notifications-go ... done Removing intermediate container 1adbd9e9d4be 00:38:22 ---> 43c19e82ffe8 00:38:22 Step 23/24 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca 00:38:22 Removing intermediate container f5289b594564 00:38:22 ---> 3ab6d123e606 00:38:22 Step 23/23 : LABEL version=0.0.0 00:38:23 ---> Running in 8ed86eccef8e 00:38:23 ---> Running in 0f92da2def66 00:38:23 ---> 077c17663f3d 00:38:23 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:38:23 Removing intermediate container 0f92da2def66 00:38:23 ---> 36163714f97f 00:38:23 00:38:23 Removing intermediate container 8ed86eccef8e 00:38:23 ---> 8e27e30ded2f 00:38:23 Step 24/24 : LABEL version=0.0.0 00:38:23 Successfully built 36163714f97f 00:38:23 ---> Running in 3c07cf9b0698 00:38:23 Successfully tagged docker-core-metadata-go:latest 00:38:23 Building docker-security-proxy-setup-go 00:38:23  Building docker-core-metadata-go ... done  ---> ab79080824c4 00:38:23 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:38:23 Removing intermediate container 3c07cf9b0698 00:38:23 ---> a25905e16136 00:38:23 00:38:24 Successfully built a25905e16136 00:38:24 Successfully tagged docker-security-secretstore-setup-go:latest 00:38:24  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 00:38:24 ---> 8d97716b813f 00:38:24 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:38:24 ---> Running in ca1a6d760d3b 00:38:27 Removing intermediate container ca1a6d760d3b 00:38:27 ---> 344c3fa5c4a6 00:38:27 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:38:29 ---> 173ca503afea 00:38:29 Step 25/30 : RUN chmod +x /entrypoint.sh 00:38:30 ---> Running in 9eb1faf06926 00:38:33 Removing intermediate container 9eb1faf06926 00:38:33 ---> 3f7a96f42fe8 00:38:33 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:38:33 ---> Running in 5ffb4dedd34e 00:38:33 Removing intermediate container 5ffb4dedd34e 00:38:33 ---> 36b206d3b0d6 00:38:33 Step 27/30 : CMD ["gate"] 00:38:33 ---> Running in e6aaa3505ad8 00:38:33 Removing intermediate container e6aaa3505ad8 00:38:33 ---> ae25a9b676bd 00:38:33 Step 28/30 : LABEL arch=x86_64 00:38:34 ---> Running in 8339207c504b 00:38:34 Removing intermediate container 8339207c504b 00:38:34 ---> c4a48147b961 00:38:34 Step 29/30 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca 00:38:34 ---> Running in f12124c70fc1 00:38:34 Removing intermediate container f12124c70fc1 00:38:34 ---> 3a7835dc406d 00:38:34 Step 30/30 : LABEL version=0.0.0 00:38:35 ---> Running in ca9ee39df48f 00:38:39 Removing intermediate container ca9ee39df48f 00:38:39 ---> 6688a5dd39ae 00:38:39 00:38:39 Successfully built 6688a5dd39ae 00:38:39 Successfully tagged docker-security-bootstrapper-go:latest 00:38:50  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:50 ---> ad578baab571 00:38:50 Step 3/23 : WORKDIR /edgex-go 00:38:50 ---> Using cache 00:38:50 ---> 1aafa1918672 00:38:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:50 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:50 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:38:50 ---> ad578baab571 00:38:50 Step 3/21 : WORKDIR /edgex-go 00:38:50 ---> Using cache 00:38:50 ---> 1aafa1918672 00:38:50 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:50 ---> Using cache 00:38:50 ---> 30ce6277bcc4 00:38:50 Step 5/21 : RUN apk add --update --no-cache make git 00:38:50 ---> Using cache 00:38:50 ---> 30ce6277bcc4 00:38:50 Step 5/23 : RUN apk add --update --no-cache make git 00:38:50 ---> Using cache 00:38:50 ---> b6c16b2fa242 00:38:50 Step 6/23 : COPY go.mod . 00:38:50 ---> Using cache 00:38:50 ---> b6c16b2fa242 00:38:50 Step 6/21 : COPY go.mod . 00:38:50 ---> Using cache 00:38:50 ---> ae22beae5ad4 00:38:50 Step 7/21 : RUN go mod download 00:38:50 ---> Using cache 00:38:50 ---> ae22beae5ad4 00:38:50 Step 7/23 : RUN go mod download 00:38:50 ---> Using cache 00:38:50 ---> 5a4a784c5824 00:38:50 Step 8/21 : COPY . . 00:38:50 ---> Using cache 00:38:50 ---> 5a4a784c5824 00:38:50 Step 8/23 : COPY . . 00:38:50 ---> Using cache 00:38:50 ---> dc4c0ff1cb7b 00:38:50 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:38:50 ---> Using cache 00:38:50 ---> dc4c0ff1cb7b 00:38:50 Step 9/23 : RUN make cmd/core-command/core-command 00:38:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:50 ---> ad578baab571 00:38:50 Step 3/23 : WORKDIR /edgex-go 00:38:50 ---> Using cache 00:38:50 ---> 1aafa1918672 00:38:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:50 ---> Using cache 00:38:50 ---> 30ce6277bcc4 00:38:50 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:38:50 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:50 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:38:50 ---> ad578baab571 00:38:50 Step 3/26 : WORKDIR /edgex-go 00:38:50 ---> Using cache 00:38:50 ---> 1aafa1918672 00:38:50 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:50 ---> Using cache 00:38:50 ---> 30ce6277bcc4 00:38:50 Step 5/26 : RUN apk add --update --no-cache make bash git 00:38:51 ---> Running in 665cb347c3fd 00:38:51 ---> Running in 00be1fede283 00:38:51 ---> Running in b1b552227414 00:38:51 ---> Running in 3c1d7a379f6e 00:38:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:38:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:38:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:53 OK: 233 MiB in 51 packages 00:38:53 OK: 233 MiB in 51 packages 00:38:55 Removing intermediate container 3c1d7a379f6e 00:38:55 ---> 7b146bdd52af 00:38:55 Step 6/23 : COPY go.mod . 00:38:55 Removing intermediate container b1b552227414 00:38:55 ---> c17ca925ae7d 00:38:55 Step 6/26 : COPY go.mod . 00:38:56 ---> 17f104fc96a7 00:38:56 Step 7/23 : RUN go mod download 00:38:57 ---> 81f03e52bed1 00:38:57 Step 7/26 : RUN go mod download 00:38:57 ---> Running in ffbb58f159a1 00:38:57 ---> Running in 6a651195395f 00:39:00 Removing intermediate container 6a651195395f 00:39:00 ---> 7eaa46b26bde 00:39:00 Step 8/26 : COPY . . 00:39:00 Removing intermediate container ffbb58f159a1 00:39:00 ---> dce57c577571 00:39:00 Step 8/23 : COPY . . 00:39:15 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:19 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:39:21 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:21 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:27 Removing intermediate container 665cb347c3fd 00:39:27 ---> 0ba816d38a36 00:39:27 00:39:27 Step 10/23 : FROM alpine:3.12 00:39:27 ---> 88dd2752d2ea 00:39:27 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:39:27 ---> Using cache 00:39:27 ---> b83230a3f59a 00:39:27 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:27 ---> Using cache 00:39:27 ---> 9ac96a9023fd 00:39:27 Step 13/23 : ENV APP_PORT=48082 00:39:27 ---> 825747dc15cf 00:39:27 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:39:27 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:28 ---> Running in 0dfa00236b11 00:39:28 ---> 100605ae14a3 00:39:28 Step 9/23 : RUN make cmd/core-data/core-data 00:39:28 ---> Running in 915d3e009b33 00:39:28 ---> Running in 4c60a9382165 00:39:28 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:28 Removing intermediate container 00be1fede283 00:39:28 ---> 85e4c22b32a3 00:39:28 00:39:28 Step 10/21 : FROM alpine:3.12 00:39:28 ---> 88dd2752d2ea 00:39:28 Step 11/21 : RUN apk add --update --no-cache curl 00:39:28 Removing intermediate container 0dfa00236b11 00:39:28 ---> 9c5bf74b59fa 00:39:28 Step 14/23 : EXPOSE $APP_PORT 00:39:28 ---> Running in b3602f1f5e67 00:39:28 ---> Running in 8b6ca37be365 00:39:29 Removing intermediate container 8b6ca37be365 00:39:29 ---> 95e9453da197 00:39:29 Step 15/23 : WORKDIR / 00:39:29 ---> Running in fcd726a1ff58 00:39:29 Removing intermediate container fcd726a1ff58 00:39:29 ---> 47ae664eec73 00:39:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:29 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:29 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:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:29 ---> 1f4571144b77 00:39:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:39:30 (1/4) Installing ca-certificates (20191127-r4) 00:39:30 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:39:30 (3/4) Installing libcurl (7.69.1-r3) 00:39:30 (4/4) Installing curl (7.69.1-r3) 00:39:30 Executing busybox-1.31.1-r19.trigger 00:39:30 Executing ca-certificates-20191127-r4.trigger 00:39:30 OK: 7 MiB in 18 packages 00:39:31 ---> c9466d6b1f80 00:39:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:39:32 Removing intermediate container b3602f1f5e67 00:39:32 ---> c0809c89fb1e 00:39:32 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:33 ---> 9afeef8ee9ea 00:39:33 Step 19/23 : ENTRYPOINT ["/core-command"] 00:39:33 ---> Running in 3522ccad12e0 00:39:33 ---> Running in 0f56ce07dbfa 00:39:33 Removing intermediate container 3522ccad12e0 00:39:33 ---> 2979096964e2 00:39:33 Step 13/21 : WORKDIR /edgex 00:39:33 ---> Running in 9c2bf47a4b9e 00:39:33 Removing intermediate container 0f56ce07dbfa 00:39:33 ---> 32ec994e0759 00:39:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:33 ---> Running in 89869642d7e9 00:39:34 Removing intermediate container 9c2bf47a4b9e 00:39:34 ---> 786113084290 00:39:34 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:39:34 Removing intermediate container 89869642d7e9 00:39:34 ---> f9a0be35726a 00:39:34 Step 21/23 : LABEL arch=x86_64 00:39:34 ---> Running in 5919077cba59 00:39:35 ---> 0c4ca27e42ed 00:39:35 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:39:35 Removing intermediate container 5919077cba59 00:39:35 ---> d2baded5f093 00:39:35 Step 22/23 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca 00:39:36 ---> Running in 65f2c69cf917 00:39:36 Removing intermediate container 65f2c69cf917 00:39:36 ---> 93673c84a59e 00:39:36 Step 23/23 : LABEL version=0.0.0 00:39:36 ---> ad1a12e51ec1 00:39:36 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:39:36 ---> Running in d590ea0142fa 00:39:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:36 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:36 Removing intermediate container d590ea0142fa 00:39:36 ---> fba774e3206f 00:39:36 00:39:37 Successfully built fba774e3206f 00:39:37 Successfully tagged docker-core-command-go:latest 00:39:37  Building docker-core-command-go ... done  ---> 463ebc9cd993 00:39:37 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:39:37 ---> Running in 3815e1925ecc 00:39:37 Removing intermediate container 3815e1925ecc 00:39:37 ---> 1dac4ff00912 00:39:37 Step 18/21 : CMD ["--init=true"] 00:39:37 ---> Running in dbb502d11a5d 00:39:39 Removing intermediate container dbb502d11a5d 00:39:39 ---> 808f8c9ea6e6 00:39:39 Step 19/21 : LABEL arch=x86_64 00:39:39 ---> Running in d47f754a9bec 00:39:39 Removing intermediate container d47f754a9bec 00:39:39 ---> 79a59a60020a 00:39:39 Step 20/21 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca 00:39:39 ---> Running in 0df98fcace70 00:39:39 Removing intermediate container 0df98fcace70 00:39:39 ---> 8bc18052b002 00:39:39 Step 21/21 : LABEL version=0.0.0 00:39:39 ---> Running in ded64a028e89 00:39:39 Removing intermediate container ded64a028e89 00:39:39 ---> f2491b4cde23 00:39:39 00:39:40 Successfully built f2491b4cde23 00:39:40 Successfully tagged docker-security-proxy-setup-go:latest 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.403s coverage: 45.9% of statements 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.216s coverage: 100.0% of statements 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.562s coverage: 27.1% of statements 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.076s coverage: 100.0% of statements 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.248s coverage: 65.8% of statements 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:50  Building docker-security-proxy-setup-go ... done Removing intermediate container 915d3e009b33 00:39:50 ---> 7e83ed06168d 00:39:50 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:39:50 ---> Running in 1f0ccfd7de58 00:39:50 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:52 Removing intermediate container 4c60a9382165 00:39:52 ---> 1446e1674e8f 00:39:52 00:39:52 Step 10/23 : FROM alpine:3.12 00:39:52 ---> 88dd2752d2ea 00:39:52 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:52 ---> Running in cb882de10e03 00:39:52 Removing intermediate container 1f0ccfd7de58 00:39:52 ---> aca9ff894e04 00:39:52 00:39:52 Step 11/26 : FROM docker:20.10.0 00:39:52 20.10.0: Pulling from library/docker 00:39:52 Removing intermediate container cb882de10e03 00:39:52 ---> afda983ccd44 00:39:52 Step 12/23 : ENV APP_PORT=48080 00:39:52 ---> Running in edffb5ec7d8e 00:39:52 Removing intermediate container edffb5ec7d8e 00:39:52 ---> a358421a1686 00:39:52 Step 13/23 : EXPOSE $APP_PORT 00:39:52 ---> Running in 26c75180b32d 00:39:53 Removing intermediate container 26c75180b32d 00:39:53 ---> 3d69c23e8694 00:39:53 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:53 ---> Running in 099553baa357 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.733s coverage: 82.3% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:54 Removing intermediate container 099553baa357 00:39:54 ---> 2d27bbeecdc3 00:39:54 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:39:54 ---> Running in 7d35abee2b66 00:39:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:56 (1/6) Installing dumb-init (1.2.2-r1) 00:39:56 (2/6) Installing libgcc (9.3.0-r2) 00:39:56 (3/6) Installing libsodium (1.0.18-r0) 00:39:56 (4/6) Installing libstdc++ (9.3.0-r2) 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.174s coverage: 28.6% of statements 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.144s coverage: 100.0% of statements 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.146s coverage: 100.0% of statements 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:56 (5/6) Installing libzmq (4.3.3-r0) 00:39:56 (6/6) Installing zeromq (4.3.3-r0) 00:39:56 Executing busybox-1.31.1-r19.trigger 00:39:56 OK: 8 MiB in 20 packages 00:39:57 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:39:57 Status: Downloaded newer image for docker:20.10.0 00:39:57 ---> aefe523efa57 00:39:57 Step 12/26 : RUN apk add --no-cache bash 00:39:57 ---> Running in 1c8215a8bead 00:39:57 Removing intermediate container 7d35abee2b66 00:39:57 ---> 2c1fba12fa07 00:39:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:58 ---> ce269875b379 00:39:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:39:58 (1/2) Installing readline (8.0.4-r0) 00:39:58 (2/2) Installing bash (5.0.17-r0) 00:39:58 Executing bash-5.0.17-r0.post-install 00:39:58 Executing busybox-1.31.1-r19.trigger 00:39:58 OK: 12 MiB in 22 packages 00:39:58 ---> 840d56f05194 00:39:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:39:58 Removing intermediate container 1c8215a8bead 00:39:58 ---> cc984a11ce7d 00:39:58 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:39:58 ---> Running in d1e8ca62823d 00:39:58 ---> 17bf0d8a15b4 00:39:58 Step 19/23 : ENTRYPOINT ["/core-data"] 00:39:58 ---> Running in 0ea17fa9949b 00:39:58 Removing intermediate container d1e8ca62823d 00:39:58 ---> a4d883bb1568 00:39:58 Step 14/26 : ENV APP_PORT=48090 00:39:59 ---> Running in 9d4de7edb183 00:39:59 Removing intermediate container 0ea17fa9949b 00:39:59 ---> 4f8308d94daf 00:39:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:59 ---> Running in 87389a187de1 00:39:59 Removing intermediate container 9d4de7edb183 00:39:59 ---> ee1e79da348a 00:39:59 Step 15/26 : EXPOSE $APP_PORT 00:39:59 ---> Running in b745aaa77a64 00:39:59 Removing intermediate container 87389a187de1 00:39:59 ---> d7b80e3a3cc9 00:39:59 Step 21/23 : LABEL arch=x86_64 00:39:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.423s coverage: 86.7% of statements 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:39:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.350s coverage: 97.5% of statements 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:39:59 ---> Running in 5a4ef261a2f2 00:39:59 Removing intermediate container b745aaa77a64 00:39:59 ---> a8554df677e1 00:39:59 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:39:59 Removing intermediate container 5a4ef261a2f2 00:39:59 ---> 1945dbd37357 00:39:59 Step 22/23 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca 00:39:59 ---> Running in 148476060d3e 00:40:00 ---> 59724dbcc213 00:40:00 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:40:00 Removing intermediate container 148476060d3e 00:40:00 ---> d1e496191c37 00:40:00 Step 23/23 : LABEL version=0.0.0 00:40:00 ---> Running in b23af0c50734 00:40:00 ---> 93af7aecdfc0 00:40:00 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:40:00 Removing intermediate container b23af0c50734 00:40:00 ---> c700ffa2d7b1 00:40:00 00:40:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.133s coverage: 78.3% of statements 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:00 ---> 8d54b75637a2 00:40:00 Step 19/26 : RUN apk --no-cache add py3-pip 00:40:00 Successfully built c700ffa2d7b1 00:40:00 Successfully tagged docker-core-data-go:latest 00:40:00  Building docker-core-data-go ... done  ---> Running in 95ad9cecddb2 00:40:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:02 (1/33) Installing libbz2 (1.0.8-r1) 00:40:02 (2/33) Installing expat (2.2.9-r1) 00:40:02 (3/33) Installing libffi (3.3-r2) 00:40:02 (4/33) Installing gdbm (1.13-r1) 00:40:02 (5/33) Installing xz-libs (5.2.5-r0) 00:40:02 (6/33) Installing sqlite-libs (3.32.1-r0) 00:40:02 (7/33) Installing python3 (3.8.5-r1) 00:40:03 (8/33) Installing py3-appdirs (1.4.4-r1) 00:40:03 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:40:03 (10/33) Installing py3-parsing (2.4.7-r0) 00:40:03 (11/33) Installing py3-six (1.15.0-r0) 00:40:03 (12/33) Installing py3-packaging (20.4-r0) 00:40:03 (13/33) Installing py3-setuptools (47.0.0-r0) 00:40:03 (14/33) Installing py3-chardet (3.0.4-r4) 00:40:03 (15/33) Installing py3-idna (2.9-r0) 00:40:03 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:40:03 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:40:03 (18/33) Installing py3-requests (2.23.0-r0) 00:40:03 (19/33) Installing py3-msgpack (1.0.0-r0) 00:40:03 (20/33) Installing py3-lockfile (0.12.2-r3) 00:40:03 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:40:03 (22/33) Installing py3-colorama (0.4.3-r0) 00:40:03 (23/33) Installing py3-distlib (0.3.0-r0) 00:40:03 (24/33) Installing py3-distro (1.5.0-r1) 00:40:03 (25/33) Installing py3-webencodings (0.5.1-r3) 00:40:03 (26/33) Installing py3-html5lib (1.0.1-r4) 00:40:03 (27/33) Installing py3-pytoml (0.1.21-r0) 00:40:03 (28/33) Installing py3-pep517 (0.8.2-r0) 00:40:03 (29/33) Installing py3-progress (1.5-r0) 00:40:03 (30/33) Installing py3-toml (0.10.1-r0) 00:40:03 (31/33) Installing py3-retrying (1.3.3-r0) 00:40:03 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:40:03 (33/33) Installing py3-pip (20.1.1-r0) 00:40:03 Executing busybox-1.31.1-r19.trigger 00:40:03 OK: 71 MiB in 55 packages 00:40:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.251s coverage: 92.8% of statements 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.185s coverage: 0.1% of statements 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:40:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.090s coverage: 45.5% of statements 00:40:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.080s coverage: 79.5% of statements 00:40:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements 00:40:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.073s coverage: 96.3% of statements 00:40:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.102s coverage: 87.5% of statements 00:40:11 Removing intermediate container 95ad9cecddb2 00:40:11 ---> 81be70e5e6eb 00:40:11 Step 20/26 : RUN pip install docker-compose==1.23.2 00:40:12 ---> Running in 68c8c6260fcd 00:40:13 Collecting docker-compose==1.23.2 00:40:13 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:40:13 Collecting jsonschema<3,>=2.5.1 00:40:13 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:40:13 Collecting dockerpty<0.5,>=0.4.1 00:40:13 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:40:14 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:40:14 Collecting PyYAML<4,>=3.10 00:40:14 Downloading PyYAML-3.13.tar.gz (270 kB) 00:40:15 Collecting texttable<0.10,>=0.9.0 00:40:15 Downloading texttable-0.9.1.tar.gz (11 kB) 00:40:15 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:40:15 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:40:15 Collecting docopt<0.7,>=0.6.1 00:40:15 Downloading docopt-0.6.2.tar.gz (25 kB) 00:40:16 Collecting docker<4.0,>=3.6.0 00:40:16 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:40:16 Collecting websocket-client<1.0,>=0.32.0 00:40:16 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:40:16 Collecting cached-property<2,>=1.2.0 00:40:16 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:40:16 Collecting idna<2.8,>=2.5 00:40:16 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:40: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:40: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:40:16 Collecting urllib3<1.25,>=1.21.1 00:40:16 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:40:16 Collecting docker-pycreds>=0.4.0 00:40:16 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:40:16 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:40:16 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:40:16 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:40:16 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:40:17 Installing collected packages: jsonschema, dockerpty, PyYAML, texttable, idna, urllib3, requests, docopt, websocket-client, docker-pycreds, docker, cached-property, docker-compose 00:40:17 Running setup.py install for dockerpty: started 00:40:17 Running setup.py install for dockerpty: finished with status 'done' 00:40:17 Running setup.py install for PyYAML: started 00:40:18 Running setup.py install for PyYAML: finished with status 'done' 00:40:18 Running setup.py install for texttable: started 00:40:18 Running setup.py install for texttable: finished with status 'done' 00:40:18 Attempting uninstall: idna 00:40:18 Found existing installation: idna 2.9 00:40:18 Uninstalling idna-2.9: 00:40:18 Successfully uninstalled idna-2.9 00:40:18 Attempting uninstall: urllib3 00:40:18 Found existing installation: urllib3 1.25.9 00:40:18 Uninstalling urllib3-1.25.9: 00:40:18 Successfully uninstalled urllib3-1.25.9 00:40:19 Attempting uninstall: requests 00:40:19 Found existing installation: requests 2.23.0 00:40:19 Uninstalling requests-2.23.0: 00:40:19 Successfully uninstalled requests-2.23.0 00:40:19 Running setup.py install for docopt: started 00:40:19 Running setup.py install for docopt: finished with status 'done' 00:40:20 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:40:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.086s coverage: 94.4% of statements 00:40:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements 00:40:23 Removing intermediate container 68c8c6260fcd 00:40:23 ---> a7b0498b9c2d 00:40:23 Step 21/26 : RUN apk --no-cache add curl 00:40:23 ---> Running in 01a1566dc827 00:40:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:24 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:40:24 (2/3) Installing libcurl (7.69.1-r3) 00:40:24 (3/3) Installing curl (7.69.1-r3) 00:40:24 Executing busybox-1.31.1-r19.trigger 00:40:24 OK: 72 MiB in 58 packages 00:40:24 Removing intermediate container 01a1566dc827 00:40:24 ---> 6f74b10375ec 00:40:24 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:40:24 ---> Running in bf5183dbb6e1 00:40:24 Removing intermediate container bf5183dbb6e1 00:40:24 ---> 895a2854d3f8 00:40:24 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:24 ---> Running in c77333c41ecc 00:40:25 Removing intermediate container c77333c41ecc 00:40:25 ---> 8cf47838432c 00:40:25 Step 24/26 : LABEL arch=x86_64 00:40:25 ---> Running in 290b68bbcc69 00:40:25 Removing intermediate container 290b68bbcc69 00:40:25 ---> f1479133b366 00:40:25 Step 25/26 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca 00:40:25 ---> Running in 51cfef5cc3c9 00:40:25 Removing intermediate container 51cfef5cc3c9 00:40:25 ---> 13d3539a0326 00:40:25 Step 26/26 : LABEL version=0.0.0 00:40:25 ---> Running in f15c9c552089 00:40:25 Removing intermediate container f15c9c552089 00:40:25 ---> d79960038202 00:40:25 00:40:26 Successfully built d79960038202 00:40:26 Successfully tagged docker-sys-mgmt-agent-go:latest 00:40:26  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:40:26 $ docker stop --time=1 8190ff27e40a3a96758895a5c326d4b5229125d86a54a461cb54ae0973d27c72 00:40:27 $ docker rm -f 8190ff27e40a3a96758895a5c326d4b5229125d86a54a461cb54ae0973d27c72 [Pipeline] // withDockerContainer [Pipeline] sh 00:40:28 + docker images 00:40:28 + grep docker 00:40:29 docker-sys-mgmt-agent-go latest d79960038202 3 seconds ago 313MB 00:40:29 docker-core-data-go latest c700ffa2d7b1 28 seconds ago 22.4MB 00:40:29 docker-security-proxy-setup-go latest f2491b4cde23 49 seconds ago 24.7MB 00:40:29 docker-core-command-go latest fba774e3206f 52 seconds ago 17MB 00:40:29 docker-security-bootstrapper-go latest 6688a5dd39ae About a minute ago 18.7MB 00:40:29 docker-security-secretstore-setup-go latest a25905e16136 2 minutes ago 24.9MB 00:40:29 docker-core-metadata-go latest 36163714f97f 2 minutes ago 19MB 00:40:29 docker-support-notifications-go latest 9d3963d8ea63 2 minutes ago 17.8MB 00:40:29 docker-support-scheduler-go latest 2d76c342943d 2 minutes ago 17.2MB 00:40:29 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:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.122s coverage: 92.9% of statements 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.059s coverage: 77.8% of statements 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements 00:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.120s coverage: 87.2% of statements 00:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.6% of statements 00:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.161s coverage: 91.6% of statements 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.481s coverage: 62.4% of statements 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.070s coverage: 100.0% of statements 00:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements 00:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements 00:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements 00:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.083s coverage: 100.0% of statements 00:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.755s coverage: 69.1% of statements 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:40:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.371s coverage: 38.4% of statements 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.090s coverage: 89.5% of statements 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.112s coverage: 84.8% of statements 00:40:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.449s coverage: 47.0% of statements 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.149s coverage: 100.0% of statements 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.121s coverage: 100.0% of statements 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:40:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.395s coverage: 88.5% of statements 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:40:44 Still waiting to schedule task 00:40:44 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.098s coverage: 29.1% of statements 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.204s coverage: 99.0% of statements 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.122s coverage: 100.0% of statements 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.187s coverage: 94.3% of statements 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.089s coverage: 100.0% of statements 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.069s coverage: 32.1% of statements 00:40:52 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements 00:40:53 GO111MODULE=on go vet ./... 00:42:14 gofmt -l . 00:42:14 [ "`gofmt -l .`" = "" ] 00:42:14 ./bin/test-go-mod-tidy.sh 00:42:14 ./bin/test-attribution-txt.sh [Pipeline] sh 00:42:15 + ls -al . 00:42:15 total 744 00:42:15 drwxrwxr-x 9 1001 1001 4096 Mar 3 00:42 . 00:42:15 drwxr-xr-x 4 root root 4096 Mar 3 00:37 .. 00:42:15 -rw-rw-r-- 1 1001 1001 11 Mar 3 00:36 .dockerignore 00:42:15 drwxrwxr-x 8 1001 1001 4096 Mar 3 00:36 .git 00:42:15 drwxrwxr-x 3 1001 1001 4096 Mar 3 00:36 .github 00:42:15 -rw-rw-r-- 1 1001 1001 818 Mar 3 00:36 .gitignore 00:42:15 -rw-rw-r-- 1 1001 1001 166 Mar 3 00:36 .sonarcloud.properties 00:42:15 -rw-rw-r-- 1 1001 1001 8475 Mar 3 00:36 Attribution.txt 00:42:15 -rw-rw-r-- 1 1001 1001 3804 Mar 3 00:36 CONTRIBUTING.md 00:42:15 -rw-rw-r-- 1 1001 1001 931 Mar 3 00:36 Dockerfile.build 00:42:15 -rw-rw-r-- 1 1001 1001 863 Mar 3 00:36 Jenkinsfile 00:42:15 -rw-rw-r-- 1 1001 1001 10775 Mar 3 00:36 LICENSE 00:42:15 -rw-rw-r-- 1 1001 1001 5774 Mar 3 00:36 Makefile 00:42:15 -rw-rw-r-- 1 1001 1001 6524 Mar 3 00:36 README.md 00:42:15 -rw-rw-r-- 1 1001 1001 6755 Mar 3 00:36 SECURITY.md 00:42:15 -rw-rw-r-- 1 1001 1001 5 Mar 3 00:32 VERSION 00:42:15 -rw-rw-r-- 1 1001 1001 4131 Mar 3 00:36 ZMQWindows.md 00:42:15 drwxrwxr-x 2 1001 1001 4096 Mar 3 00:36 bin 00:42:15 drwxrwxr-x 14 1001 1001 4096 Mar 3 00:36 cmd 00:42:15 -rw-r--r-- 1 root root 602804 Mar 3 00:40 coverage.out 00:42:15 -rw-r--r-- 1 root root 1055 Mar 3 00:42 go.mod 00:42:15 -rw-r--r-- 1 root root 21699 Mar 3 00:42 go.sum 00:42:15 drwxrwxr-x 8 1001 1001 4096 Mar 3 00:36 internal 00:42:15 drwxrwxr-x 4 1001 1001 4096 Mar 3 00:36 openapi 00:42:15 drwxrwxr-x 4 1001 1001 4096 Mar 3 00:36 snap 00:42:15 -rw-rw-r-- 1 1001 1001 168 Mar 3 00:36 version.go [Pipeline] sh 00:42:16 + '[' -e coverage.out ] 00:42:16 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:16 Warning: overwriting stash ‘coverage-report’ 00:42:17 Stashed 1 file(s) [Pipeline] sh 00:42:18 + make build 00:42:18 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:28 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:34 Running on prd-ubuntu18.04-docker-8c-8g-28313 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:42:34 Running in /w/workspace/edgex-go/74 [Pipeline] { [Pipeline] checkout 00:42:36 using credential edgex-jenkins-ssh 00:42:36 Cloning the remote Git repository 00:42:36 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:42:37 > git init /w/workspace/edgex-go/74 # timeout=10 00:42:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:37 > git --version # timeout=10 00:42:37 > git --version # 'git version 2.17.1' 00:42:37 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:45 Merging remotes/origin/master commit 76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:42:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:45 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:42:45 > git config core.sparsecheckout # timeout=10 00:42:45 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:42:46 Merge succeeded, producing 4a252a5529916a45aefcc3db8739cfe525c7d218 00:42:46 Checking out Revision 4a252a5529916a45aefcc3db8739cfe525c7d218 (PR-2858) 00:42:45 > git remote # timeout=10 00:42:45 > git config --get remote.origin.url # timeout=10 00:42:45 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:45 > git merge 76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41 # timeout=10 00:42:46 > git rev-parse HEAD^{commit} # timeout=10 00:42:46 > git config core.sparsecheckout # timeout=10 00:42:46 > git checkout -f 4a252a5529916a45aefcc3db8739cfe525c7d218 # timeout=10 00:42:50 Commit message: "Merge commit '76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41' into HEAD" 00:42:50 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:42:50 > git rev-list --no-walk 9cdc503a79d12129dfb75c2382350f28388d6980 # timeout=10 00:42:51 + echo snap-build.sh 00:42:51 snap-build.sh 00:42:51 + SNAP_BASE_DIR=. 00:42:51 + '[' '!' -z /w/workspace/edgex-go/74 ']' 00:42:51 + SNAP_BASE_DIR=/w/workspace/edgex-go/74 00:42:51 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/74]' 00:42:51 [snap-build] Building snap in dir [/w/workspace/edgex-go/74] 00:42:51 + cd /w/workspace/edgex-go/74 00:42:51 + sudo apt-get remove -qy --purge lxd lxd-client 00:42:51 Reading package lists... 00:42:51 Building dependency tree... 00:42:51 Reading state information... 00:42:51 The following packages were automatically installed and are no longer required: 00:42:51 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:42:51 uidmap xdelta3 00:42:51 Use 'sudo apt autoremove' to remove them. 00:42:51 The following packages will be REMOVED: 00:42:51 lxd* lxd-client* 00:42:52 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:42:52 After this operation, 31.7 MB disk space will be freed. 00:42:53 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:42:53 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:54 Removing lxd dnsmasq configuration 00:42:55 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:42:55 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:42:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:42:56 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:42:56 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:42:56 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:42:58 Processing triggers for systemd (237-3ubuntu10.42) ... 00:42:58 Processing triggers for ureadahead (0.100.0-21) ... 00:43:00 + sudo snap remove --purge lxd 00:43:00 snap "lxd" is not installed 00:43:00 + sudo groupadd --force --system lxd 00:43:00 ++ whoami 00:43:00 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:43:00 + newgrp - lxd 00:43:00 + sudo snap install lxd 00:43:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:43:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:43: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:43:10 2021-03-03T00:43:07Z INFO Waiting for automatic snapd restart... 00:43:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:43: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:43:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:43:25 lxd 4.11 from Canonical* installed 00:43:25 + sudo lxd init --auto 00:43:25 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: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 [Pipeline] } 00:43:35 $ docker stop --time=1 4b995a02260ae32470f8bb79b9a53a6d2b9a27c79d38bdb32e1ec3b6db1ea8b4 00:43:35 + sudo snap install --classic snapcraft 00:43:38 $ docker rm -f 4b995a02260ae32470f8bb79b9a53a6d2b9a27c79d38bdb32e1ec3b6db1ea8b4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:39 00:43:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:43:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:40 latest: Pulling from edgex-devops/edgex-compose-arm64 00:43:40 29e5d40040c1: Pulling fs layer 00:43:40 1ce36da41761: Pulling fs layer 00:43:40 25b303627fd3: Pulling fs layer 00:43:40 29e5d40040c1: Verifying Checksum 00:43:40 29e5d40040c1: Download complete 00:43:41 snapcraft 4.5.1 from Canonical* installed 00:43:41 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:43:41 + patch --verbose -p1 00:43:41 Hmm... Looks like a unified diff to me... 00:43:41 The text leading up to this was: 00:43:41 -------------------------- 00:43:41 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:43:41 |From: Tony Espy 00:43:41 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:43:41 |Subject: [PATCH] optimize snap build for pipeline CI check 00:43:41 | 00:43:41 |This patch is used by the EdgeX CI pipeline builds to 00:43:41 |optimize the snap CI check run for pull requests. When 00:43:41 |applied, it essentially strips out everything (apps and 00:43:41 |parts) from the snapcraft.yaml file except those required 00:43:41 |to build edgex-go, as the whole idea of the CI check is to 00:43:41 |catch changes to edgex-go that break the snap build. 00:43:41 | 00:43:41 |In general, anyone updating snapcraft.yaml will also need 00:43:41 |to update this patch file, otherwise it may fail to apply, 00:43:41 |resulting in a failed snap build CI check in the associated 00:43:41 |pull request. 00:43:41 | 00:43:41 |Note - in addition to applying this patch, the pipeline also 00:43:41 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:43:41 |need to build the finally binary .snap file (and it won't 00:43:41 |work with the patch applied). This further reduces the build 00:43:41 |time. 00:43:41 |--- 00:43:41 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:43:41 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:43:41 | 00:43:41 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:43:41 |index 1e537489..faf42425 100644 00:43:41 |--- a/snap/snapcraft.yaml 00:43:41 |+++ b/snap/snapcraft.yaml 00:43:41 -------------------------- 00:43:41 patching file snap/snapcraft.yaml 00:43:41 Using Plan A... 00:43:41 Hunk #1 succeeded at 73. 00:43:41 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 00:43:41 Hunk #3 succeeded at 217 (offset 3 lines). 00:43:41 Hunk #4 FAILED at 222. 00:43:41 Hunk #5 succeeded at 303 (offset 4 lines). 00:43:41 Hunk #6 succeeded at 330 (offset 4 lines). 00:43:41 Hunk #7 succeeded at 364 (offset 4 lines). 00:43:41 Hunk #8 FAILED at 411. 00:43:41 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:43:41 Hmm... Ignoring the trailing garbage. 00:43:41 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:43:41 29e5d40040c1: Pull complete [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage 00:43:41 1ce36da41761: Download complete [Pipeline] } 00:43:42 Failed in branch amd64 00:43:42 1ce36da41761: Pull complete 00:43:45 25b303627fd3: Verifying Checksum 00:43:45 25b303627fd3: Download complete 00:43:53 25b303627fd3: Pull complete 00:43:53 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:43:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:43:54 prd-ubuntu18.04-docker-arm64-4c-16g-28310 does not seem to be running inside a container 00:43:54 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/74 -v /w/workspace/edgex-go/74:/w/workspace/edgex-go/74:rw,z -v /w/workspace/edgex-go/74@tmp:/w/workspace/edgex-go/74@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:43:57 $ docker top 13ac0095ac7a4c7b66501a2e8fd2638fad383b78d44dd2595faa3c9e58944f85 -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:58 + docker-compose build --help 00:43:58 + grep parallel 00:44:01 --parallel Build images in parallel. [Pipeline] } 00:44:01 $ docker stop --time=1 13ac0095ac7a4c7b66501a2e8fd2638fad383b78d44dd2595faa3c9e58944f85 00:44:03 $ docker rm -f 13ac0095ac7a4c7b66501a2e8fd2638fad383b78d44dd2595faa3c9e58944f85 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:04 . [Pipeline] withDockerContainer 00:44:04 prd-ubuntu18.04-docker-arm64-4c-16g-28310 does not seem to be running inside a container 00:44:04 $ 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/74 -v /w/workspace/edgex-go/74:/w/workspace/edgex-go/74:rw,z -v /w/workspace/edgex-go/74@tmp:/w/workspace/edgex-go/74@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:06 $ docker top 30e6bf531e84c77f0bbe8ef7b5a0536788c2aed4bfcf82bd8380aa7f94d30525 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:07 + docker-compose -f ./docker-compose-build.yml build --parallel 00:44:10 Building docker-core-command-go ... 00:44:10 Building docker-core-data-go ... 00:44:10 Building docker-core-metadata-go ... 00:44:10 Building docker-security-bootstrapper-go ... 00:44:10 Building docker-security-proxy-setup-go ... 00:44:10 Building docker-security-secretstore-setup-go ... 00:44:10 Building docker-support-notifications-go ... 00:44:10 Building docker-support-scheduler-go ... 00:44:10 Building docker-sys-mgmt-agent-go ... 00:44:10 Building docker-support-scheduler-go 00:44:10 Building docker-security-secretstore-setup-go 00:44:11 Building docker-core-command-go 00:44:11 Building docker-support-notifications-go 00:44:11 Building docker-security-bootstrapper-go 00:45:32 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:32 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:45:32 ---> 74300f0bfc29 00:45:32 Step 3/30 : WORKDIR /edgex-go 00:45:32 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:45:32 ---> 74300f0bfc29 00:45:32 Step 3/24 : WORKDIR /edgex-go 00:45:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:45:32 ---> 74300f0bfc29 00:45:32 Step 3/23 : WORKDIR /edgex-go 00:45:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:32 ---> 74300f0bfc29 00:45:32 Step 3/22 : WORKDIR /edgex-go 00:45:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:32 ---> 74300f0bfc29 00:45:32 Step 3/22 : WORKDIR /edgex-go 00:45:32 ---> Running in 4e860269375b 00:45:32 ---> Running in 1b6d3c2423c2 00:45:32 ---> Running in a967289eec08 00:45:32 ---> Running in 1468dd77e795 00:45:32 ---> Running in a4fdfda6d3d2 00:45:32 Removing intermediate container 1468dd77e795 00:45:32 ---> 08910e780e17 00:45:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:32 Removing intermediate container 4e860269375b 00:45:32 ---> 4bc63f439999 00:45:32 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:32 Removing intermediate container 1b6d3c2423c2 00:45:32 ---> 040aac0c8303 00:45:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:32 ---> Running in e1c1fd908905 00:45:32 Removing intermediate container a4fdfda6d3d2 00:45:32 ---> 30e66dfbde29 00:45:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:32 Removing intermediate container a967289eec08 00:45:32 ---> 3f4e95ad3f49 00:45:32 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:32 ---> Running in 9926d1c038a3 00:45:32 ---> Running in 132d9ad1527b 00:45:32 ---> Running in 2f6c9cc75ac1 00:45:32 ---> Running in ff6e58db308e 00:45:32 Removing intermediate container e1c1fd908905 00:45:32 ---> 2936b5cf78cb 00:45:32 Step 5/22 : RUN apk add --update --no-cache make git 00:45:32 ---> Running in 7903daafd204 00:45:32 Removing intermediate container 132d9ad1527b 00:45:32 Removing intermediate container 9926d1c038a3 00:45:32 ---> 999d31089ef7 00:45:32 Step 5/24 : RUN apk add --update --no-cache make git 00:45:32 ---> 2210574d36d4 00:45:32 Step 5/23 : RUN apk add --update --no-cache make git 00:45:32 ---> Running in 2036baaf0df3 00:45:32 ---> Running in 525d3c2cf407 00:45:32 Removing intermediate container ff6e58db308e 00:45:32 ---> b243f2122d83 00:45:32 Step 5/30 : RUN apk add --update --no-cache make git 00:45:32 Removing intermediate container 2f6c9cc75ac1 00:45:32 ---> 18d7b52d8fe8 00:45:32 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:45:32 ---> Running in 34e2fad8ebc9 00:45:32 ---> Running in d02c060873f8 00:45:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:32 OK: 217 MiB in 51 packages 00:45:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:33 OK: 217 MiB in 51 packages 00:45:34 Removing intermediate container 7903daafd204 00:45:34 ---> f7249ad41ac0 00:45:34 Step 6/22 : COPY go.mod . 00:45:34 OK: 217 MiB in 51 packages 00:45:34 OK: 217 MiB in 51 packages 00:45:34 OK: 217 MiB in 51 packages 00:45:35 Removing intermediate container 2036baaf0df3 00:45:35 ---> 896b000855c4 00:45:35 Step 6/24 : COPY go.mod . 00:45:35 ---> 10f6491db498 00:45:35 Step 7/22 : RUN go mod download 00:45:35 ---> Running in 8bf3b32cef42 00:45:36 Removing intermediate container 34e2fad8ebc9 00:45:36 ---> 8b8761b7c490 00:45:36 Step 6/30 : COPY go.mod . 00:45:36 Removing intermediate container d02c060873f8 00:45:36 ---> 2963f124df3e 00:45:36 Step 6/22 : COPY go.mod . 00:45:36 ---> c18c2a37829b 00:45:36 Step 7/24 : RUN go mod download 00:45:36 Removing intermediate container 525d3c2cf407 00:45:36 ---> e61ed3bb74f3 00:45:36 Step 6/23 : COPY go.mod . 00:45:36 ---> Running in 36aafdbd0cb7 00:45:37 ---> c664796fe8dc 00:45:37 Step 7/30 : RUN go mod download 00:45:37 ---> Running in 52f5f708eaa6 00:45:37 ---> 7b4413416c1e 00:45:37 Step 7/22 : RUN go mod download 00:45:37 ---> 91739cbc7092 00:45:37 Step 7/23 : RUN go mod download 00:45:37 ---> Running in e9a2d3e0ca3d 00:45:38 ---> Running in 853bffa4f2bf 00:45:39 Removing intermediate container 8bf3b32cef42 00:45:39 ---> 2dcec43e44da 00:45:39 Step 8/22 : COPY . . 00:45:41 Removing intermediate container 36aafdbd0cb7 00:45:41 ---> 80aeca017116 00:45:41 Step 8/24 : COPY . . 00:45:41 Removing intermediate container 52f5f708eaa6 00:45:41 ---> b8e03d4c2f6c 00:45:41 Step 8/30 : COPY . . 00:45:42 Removing intermediate container 853bffa4f2bf 00:45:42 ---> ea2940b31722 00:45:42 Step 8/23 : COPY . . 00:45:42 Removing intermediate container e9a2d3e0ca3d 00:45:42 ---> db4982f339bd 00:45:42 Step 8/22 : COPY . . 00:46:09 ---> 657814f64e80 00:46:09 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:46:09 ---> 31f3df1e7825 00:46:09 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:46:09 ---> 74600d346ab4 00:46:09 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:46:09 ---> a52bf54cdd98 00:46:09 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:46:09 ---> 6dc86a3fe26a 00:46:09 Step 9/23 : RUN make cmd/core-command/core-command 00:46:09 ---> Running in 4cbd592d7656 00:46:09 ---> Running in 0b75ee471270 00:46:09 ---> Running in a88119e4b91d 00:46:09 ---> Running in 828395b4e474 00:46:09 ---> Running in eb4e80d23f97 00:46:09 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:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:46:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:46:10 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:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:47:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:47:55 Removing intermediate container 0b75ee471270 00:47:55 ---> eaeb6a16d395 00:47:55 00:47:55 Step 10/24 : FROM alpine:3.12 00:47:55 3.12: Pulling from library/alpine 00:47:55 Removing intermediate container a88119e4b91d 00:47:55 ---> 870f4c77ac7a 00:47:55 00:47:55 Step 10/30 : FROM alpine:3.12 00:47:55 3.12: Pulling from library/alpine 00:47:55 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:47:55 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:47:55 Status: Image is up to date for alpine:3.12 00:47:55 Status: Downloaded newer image for alpine:3.12 00:47:55 ---> d10569e2745f 00:47:55 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:47:55 ---> d10569e2745f 00:47:55 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:47:56 ---> Running in 0356ae05828a 00:47:56 ---> Running in dac728d8188e 00:47:57 Removing intermediate container 0356ae05828a 00:47:57 ---> 5e4020c3b559 00:47:57 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:47:57 ---> Running in f1d7094e40e4 00:47:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:59 (1/5) Installing ca-certificates (20191127-r4) 00:47:59 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:47:59 (3/5) Installing libcurl (7.69.1-r3) 00:47:59 (4/5) Installing curl (7.69.1-r3) 00:47:59 (5/5) Installing dumb-init (1.2.2-r1) 00:47:59 Executing busybox-1.31.1-r19.trigger 00:47:59 Executing ca-certificates-20191127-r4.trigger 00:47:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:59 OK: 7 MiB in 19 packages 00:47:59 (1/2) Installing dumb-init (1.2.2-r1) 00:47:59 (2/2) Installing su-exec (0.2-r1) 00:47:59 Executing busybox-1.31.1-r19.trigger 00:47:59 OK: 5 MiB in 16 packages 00:48:03 Removing intermediate container f1d7094e40e4 00:48:03 ---> c995552f9ec5 00:48:03 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:48:03 Removing intermediate container dac728d8188e 00:48:03 ---> ef5b0bd8c68e 00:48:03 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:04 ---> Running in f18060057000 00:48:04 ---> Running in 3827a5eb9b8a 00:48:05 Removing intermediate container 828395b4e474 00:48:05 ---> 96a60b704783 00:48:05 00:48:05 Step 10/23 : FROM alpine:3.12 00:48:05 ---> d10569e2745f 00:48:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:48:05 Removing intermediate container f18060057000 00:48:05 ---> c899e989f479 00:48:05 Step 13/24 : WORKDIR / 00:48:05 Removing intermediate container 3827a5eb9b8a 00:48:05 ---> d97e84349659 00:48:05 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:48:05 Removing intermediate container eb4e80d23f97 00:48:05 ---> 4b0b85eb62bb 00:48:05 00:48:05 Step 10/22 : FROM alpine:3.12 00:48:05 ---> d10569e2745f 00:48:05 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:48:05 ---> Running in 6386f200deb1 00:48:06 Removing intermediate container 4cbd592d7656 00:48:06 ---> 0a091cc105ff 00:48:06 00:48:06 Step 10/22 : FROM alpine:3.12 00:48:06 ---> d10569e2745f 00:48:06 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:48:06 ---> Running in 815e345a5659 00:48:06 ---> Running in 34730ca402f6 00:48:06 ---> Running in 6da7aa685bb4 00:48:06 ---> Running in 6bc1d9408c8f 00:48:07 Removing intermediate container 6da7aa685bb4 00:48:07 ---> 775789fb1b69 00:48:07 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:48:07 Removing intermediate container 34730ca402f6 00:48:07 ---> aa9853c3c908 00:48:07 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:48:07 ---> Running in 272615da7f1a 00:48:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:08 ---> 7e2c68e25e05 00:48:08 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:48:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:09 (1/1) Installing dumb-init (1.2.2-r1) 00:48:09 Executing busybox-1.31.1-r19.trigger 00:48:09 OK: 5 MiB in 15 packages 00:48:09 (1/1) Installing dumb-init (1.2.2-r1) 00:48:09 Executing busybox-1.31.1-r19.trigger 00:48:09 OK: 5 MiB in 15 packages 00:48:09 (1/2) Installing ca-certificates (20191127-r4) 00:48:09 ---> e7f39519932f 00:48:09 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:48:09 (2/2) Installing dumb-init (1.2.2-r1) 00:48:09 Executing busybox-1.31.1-r19.trigger 00:48:09 Executing ca-certificates-20191127-r4.trigger 00:48:10 OK: 6 MiB in 16 packages 00:48:11 ---> 80531e4d2e43 00:48:11 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:48:11 Removing intermediate container 272615da7f1a 00:48:11 ---> 2c678021585c 00:48:11 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:48:11 ---> Running in 27946b141f8f 00:48:11 Removing intermediate container 6386f200deb1 00:48:11 ---> d23654dceb09 00:48:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:11 Removing intermediate container 6bc1d9408c8f 00:48:11 ---> 9adad3063906 00:48:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:11 ---> Running in 39b65c19e5f5 00:48:11 ---> Running in 2a729e158d48 00:48:12 Removing intermediate container 27946b141f8f 00:48:12 ---> 05b8210c9cda 00:48:12 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:48:12 Removing intermediate container 2a729e158d48 00:48:12 ---> 5f5155ee491a 00:48:12 Step 13/22 : ENV APP_PORT=48085 00:48:12 Removing intermediate container 39b65c19e5f5 00:48:12 ---> c86c58e9b213 00:48:12 Step 13/23 : ENV APP_PORT=48082 00:48:12 Removing intermediate container 815e345a5659 00:48:12 ---> d6716322d713 00:48:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:48:12 ---> Running in a71c82ba3f9b 00:48:12 ---> 9477b990de65 00:48:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:48:12 ---> Running in 67d7233b5674 00:48:12 ---> Running in a064c11824d8 00:48:13 Removing intermediate container 67d7233b5674 00:48:13 ---> 3e8a8787fed2 00:48:13 Step 14/23 : EXPOSE $APP_PORT 00:48:13 ---> 603787e4dbad 00:48:13 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:48:13 Removing intermediate container a71c82ba3f9b 00:48:13 ---> 4f00669fb909 00:48:13 Step 14/22 : EXPOSE $APP_PORT 00:48:14 ---> Running in a95f068e08ec 00:48:14 ---> Running in cde801ee0c87 00:48:14 Removing intermediate container a064c11824d8 00:48:14 ---> b07cb36f13b7 00:48:14 Step 13/22 : ENV APP_PORT=48060 00:48:14 ---> Running in ffc5a9b93ef4 00:48:14 ---> Running in e49813756668 00:48:14 Removing intermediate container a95f068e08ec 00:48:14 ---> f680d01b711c 00:48:14 Step 15/23 : WORKDIR / 00:48:14 ---> 608fcbce0143 00:48:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:48:15 ---> Running in a44bd070b62b 00:48:15 Removing intermediate container ffc5a9b93ef4 00:48:15 ---> 35326d232715 00:48:15 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:15 Removing intermediate container e49813756668 00:48:15 ---> cb65b79e69f7 00:48:15 Step 14/22 : EXPOSE $APP_PORT 00:48:15 ---> Running in 2f32f299417a 00:48:16 Removing intermediate container a44bd070b62b 00:48:16 ---> 8bdde20a9cab 00:48:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:16 ---> 759a874c375c 00:48:16 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:48:16 Removing intermediate container 2f32f299417a 00:48:16 ---> 9c154b4316d4 00:48:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:16 ---> Running in 33493ae3e1da 00:48:16 ---> 33320841bf65 00:48:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:48:17 ---> 0667c3b43322 00:48:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:48:17 ---> 8b1436b2e008 00:48:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:48:17 Removing intermediate container cde801ee0c87 00:48:17 ---> 38228a81012f 00:48:17 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:19 ---> 3981d3091501 00:48:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:48:19 ---> aec6181726ae 00:48:19 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:48:19 ---> 0bc22c3c97a5 00:48:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:48:19 ---> 24596a018327 00:48:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:48:20 Removing intermediate container 33493ae3e1da 00:48:20 ---> 5069ef3e1102 00:48:20 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:48:20 ---> 6e3ff3bca4cf 00:48:20 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:48:20 ---> Running in e33f30125051 00:48:20 ---> c1790d6b017b 00:48:20 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:48:20 ---> be76917c9fa5 00:48:20 Step 19/23 : ENTRYPOINT ["/core-command"] 00:48:20 ---> Running in 72c385901780 00:48:20 ---> Running in f504b30ac117 00:48:20 ---> Running in d4b71830535c 00:48:21 Removing intermediate container e33f30125051 00:48:21 ---> 1511898e887d 00:48:21 Step 22/24 : LABEL arch=arm64 00:48:21 ---> d5733f7aa1e4 00:48:21 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:48:21 ---> Running in 94529037312a 00:48:21 Removing intermediate container 72c385901780 00:48:21 ---> 58a4d5802aff 00:48:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:21 Removing intermediate container f504b30ac117 00:48:21 ---> 733f6408f702 00:48:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:21 Removing intermediate container d4b71830535c 00:48:21 ---> 7f842e1ef3e1 00:48:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:21 ---> Running in e16dcbd04138 00:48:21 ---> Running in 89e9ae782ddf 00:48:21 ---> Running in 8ee246793ec2 00:48:22 Removing intermediate container 94529037312a 00:48:22 ---> 0efae40f3d8f 00:48:22 Step 23/24 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca 00:48:22 ---> a188c97f9267 00:48:22 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:48:22 ---> Running in 3000be5284d4 00:48:22 Removing intermediate container e16dcbd04138 00:48:22 ---> 7dafc497c318 00:48:22 Step 20/22 : LABEL arch=arm64 00:48:22 Removing intermediate container 89e9ae782ddf 00:48:22 ---> 91dfdaa4b8f3 00:48:22 Step 20/22 : LABEL arch=arm64 00:48:22 Removing intermediate container 8ee246793ec2 00:48:22 ---> ab90f7b96e82 00:48:22 Step 21/23 : LABEL arch=arm64 00:48:22 ---> Running in 2b154e56233f 00:48:22 ---> Running in f38ea923338c 00:48:22 ---> Running in 1ed2a7157f52 00:48:23 Removing intermediate container 3000be5284d4 00:48:23 ---> fd746bd0234b 00:48:23 Step 24/24 : LABEL version=0.0.0 00:48:23 ---> 2a2cc7c660e8 00:48:23 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:48:23 ---> Running in 68675366e15e 00:48:23 Removing intermediate container 2b154e56233f 00:48:23 ---> 4608cfa2b8bc 00:48:23 Step 21/22 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca 00:48:23 Removing intermediate container f38ea923338c 00:48:23 ---> 1b628920ecd2 00:48:23 Step 21/22 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca 00:48:23 ---> Running in 281e590b8611 00:48:23 ---> Running in 370d63e3c858 00:48:23 Removing intermediate container 1ed2a7157f52 00:48:23 ---> 1b606134bbd8 00:48:23 Step 22/23 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca 00:48:23 ---> Running in 65655d413656 00:48:24 Removing intermediate container 68675366e15e 00:48:24 ---> 74f7af76ad4c 00:48:24 00:48:24 ---> Running in 0435da3f2da0 00:48:24 Removing intermediate container 281e590b8611 00:48:24 ---> 33fc3befe6ad 00:48:24 Step 22/22 : LABEL version=0.0.0 00:48:24 Removing intermediate container 370d63e3c858 00:48:24 ---> 53038a9b5c74 00:48:24 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:48:24 Successfully built 74f7af76ad4c 00:48:24 Removing intermediate container 65655d413656 00:48:24 ---> d0b1f3de1bcb 00:48:24 Step 22/22 : LABEL version=0.0.0 00:48:24 ---> Running in f8bd41abb3f4 00:48:24 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:48:24  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 00:48:25 ---> Running in f3e9da7b81d3 00:48:25 Removing intermediate container 0435da3f2da0 00:48:25 ---> ca121ddc4270 00:48:25 Step 23/23 : LABEL version=0.0.0 00:48:25 ---> Running in 78290d7cc68c 00:48:25 Removing intermediate container f8bd41abb3f4 00:48:25 ---> 47750c1a346c 00:48:25 00:48:25 ---> cb0bea52eaed 00:48:25 Step 25/30 : RUN chmod +x /entrypoint.sh 00:48:25 Removing intermediate container f3e9da7b81d3 00:48:25 ---> b7d6fa91232d 00:48:25 00:48:25 Successfully built 47750c1a346c 00:48:25 Successfully tagged docker-support-notifications-go-arm64:latest 00:48:25 Building docker-sys-mgmt-agent-go 00:48:26  Building docker-support-notifications-go ... done  ---> Running in 89942f149097 00:48:26 Removing intermediate container 78290d7cc68c 00:48:26 ---> 83c15edce2f9 00:48:26 00:48:26 Successfully built b7d6fa91232d 00:48:26 Successfully tagged docker-support-scheduler-go-arm64:latest 00:48:26  Building docker-support-scheduler-go ... done Building docker-core-data-go 00:48:26 Successfully built 83c15edce2f9 00:48:26 Successfully tagged docker-core-command-go-arm64:latest 00:48:26 Building docker-core-metadata-go 00:48:28  Building docker-core-command-go ... done Removing intermediate container 89942f149097 00:48:28 ---> 1ceb0f8a893b 00:48:28 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:48:28 ---> Running in b17b35aa2240 00:48:29 Removing intermediate container b17b35aa2240 00:48:29 ---> 604f367ff93c 00:48:29 Step 27/30 : CMD ["gate"] 00:48:29 ---> Running in f459929a2d05 00:48:30 Removing intermediate container f459929a2d05 00:48:30 ---> 7d4e8656e521 00:48:30 Step 28/30 : LABEL arch=arm64 00:48:31 ---> Running in d5742ea0650c 00:48:33 Removing intermediate container d5742ea0650c 00:48:33 ---> 20a9aaab4fa9 00:48:33 Step 29/30 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca 00:48:34 ---> Running in 486131f5b98c 00:48:35 Removing intermediate container 486131f5b98c 00:48:35 ---> b4c6fa196dc7 00:48:35 Step 30/30 : LABEL version=0.0.0 00:48:36 ---> Running in 6a991617a7dd 00:48:37 Removing intermediate container 6a991617a7dd 00:48:37 ---> c48f75ba2702 00:48:37 00:48:37 Successfully built c48f75ba2702 00:48:37 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:49:24  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:49:24 ---> 74300f0bfc29 00:49:24 Step 3/21 : WORKDIR /edgex-go 00:49:24 ---> Using cache 00:49:24 ---> 3f4e95ad3f49 00:49:24 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:24 ---> Using cache 00:49:24 ---> b243f2122d83 00:49:24 Step 5/21 : RUN apk add --update --no-cache make git 00:49:24 ---> Using cache 00:49:24 ---> 8b8761b7c490 00:49:24 Step 6/21 : COPY go.mod . 00:49:24 ---> Using cache 00:49:24 ---> c664796fe8dc 00:49:24 Step 7/21 : RUN go mod download 00:49:24 ---> Using cache 00:49:24 ---> b8e03d4c2f6c 00:49:24 Step 8/21 : COPY . . 00:49:24 ---> Using cache 00:49:24 ---> 74600d346ab4 00:49:24 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:49:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:24 ---> 74300f0bfc29 00:49:24 Step 3/23 : WORKDIR /edgex-go 00:49:24 ---> Using cache 00:49:24 ---> 3f4e95ad3f49 00:49:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:24 ---> Using cache 00:49:24 ---> b243f2122d83 00:49:24 Step 5/23 : RUN apk add --update --no-cache make git 00:49:24 ---> Using cache 00:49:24 ---> 8b8761b7c490 00:49:24 Step 6/23 : COPY go.mod . 00:49:24 ---> Using cache 00:49:24 ---> c664796fe8dc 00:49:24 Step 7/23 : RUN go mod download 00:49:24 ---> Using cache 00:49:24 ---> b8e03d4c2f6c 00:49:24 Step 8/23 : COPY . . 00:49:24 ---> Using cache 00:49:24 ---> 74600d346ab4 00:49:24 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:49:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:24 ---> 74300f0bfc29 00:49:24 Step 3/23 : WORKDIR /edgex-go 00:49:24 ---> Using cache 00:49:24 ---> 3f4e95ad3f49 00:49:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:24 ---> Using cache 00:49:24 ---> b243f2122d83 00:49:24 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:49:24 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:24 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:49:24 ---> 74300f0bfc29 00:49:24 Step 3/26 : WORKDIR /edgex-go 00:49:24 ---> Using cache 00:49:24 ---> 3f4e95ad3f49 00:49:24 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:24 ---> Using cache 00:49:24 ---> b243f2122d83 00:49:24 Step 5/26 : RUN apk add --update --no-cache make bash git 00:49:26 ---> Running in 8f60d26e87ad 00:49:26 ---> Running in 4f29259cac76 00:49:26 ---> Running in 72382d1820a3 00:49:26 ---> Running in d9eb97f2f88a 00:49:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:49:28 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:49:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:30 OK: 217 MiB in 51 packages 00:49:30 OK: 217 MiB in 51 packages 00:49:31 Removing intermediate container 4f29259cac76 00:49:31 ---> 7d612bee72ae 00:49:31 Step 6/26 : COPY go.mod . 00:49:32 Removing intermediate container 8f60d26e87ad 00:49:32 ---> 5593d8403f6a 00:49:32 Step 6/23 : COPY go.mod . 00:49:32 ---> 8564fed2b1c2 00:49:33 Step 7/26 : RUN go mod download 00:49:33 ---> Running in 1683defdfb94 00:49:33 ---> 552582269c57 00:49:33 Step 7/23 : RUN go mod download 00:49:34 ---> Running in 64f75b23da6b 00:49:38 Removing intermediate container 1683defdfb94 00:49:38 ---> f9766029161f 00:49:38 Step 8/26 : COPY . . 00:49:38 Removing intermediate container 64f75b23da6b 00:49:38 ---> 7b5d208b82fa 00:49:38 Step 8/23 : COPY . . 00:50:11 ---> cfd5dfe57094 00:50:11 Step 9/23 : RUN make cmd/core-data/core-data ---> 53f83ccafed5 00:50:11 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:50:11 00:50:11 ---> Running in 4338533120ea 00:50:11 ---> Running in ab4bdfbc90d6 00:50:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:50:11 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:50:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:50:41 Removing intermediate container d9eb97f2f88a 00:50:41 ---> bc11767d495c 00:50:41 00:50:41 Step 10/21 : FROM alpine:3.12 00:50:41 ---> d10569e2745f 00:50:41 Step 11/21 : RUN apk add --update --no-cache curl 00:50:41 ---> Running in a2e5a492654f 00:50:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:42 (1/4) Installing ca-certificates (20191127-r4) 00:50:42 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:50:42 (3/4) Installing libcurl (7.69.1-r3) 00:50:42 (4/4) Installing curl (7.69.1-r3) 00:50:42 Executing busybox-1.31.1-r19.trigger 00:50:42 Executing ca-certificates-20191127-r4.trigger 00:50:42 OK: 7 MiB in 18 packages 00:50:45 Removing intermediate container a2e5a492654f 00:50:45 ---> 9729a4dedbca 00:50:45 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:45 ---> Running in e59aea0c9050 00:50:45 Removing intermediate container e59aea0c9050 00:50:45 ---> 608d988915d8 00:50:45 Step 13/21 : WORKDIR /edgex 00:50:46 ---> Running in 414f0e4b81d2 00:50:46 Removing intermediate container 414f0e4b81d2 00:50:46 ---> 1ec6ed6d7946 00:50:46 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:50:48 ---> 12459448880c 00:50:48 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:50:49 ---> 280940e848c1 00:50:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:50:51 ---> b3500ac269ca 00:50:51 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:50:51 ---> Running in 7b23458bc6dd 00:50:52 Removing intermediate container 7b23458bc6dd 00:50:52 ---> aa33d3d76506 00:50:52 Step 18/21 : CMD ["--init=true"] 00:50:52 ---> Running in 83b5b7d42ac7 00:50:53 Removing intermediate container 83b5b7d42ac7 00:50:53 ---> 44562b9eeddf 00:50:53 Step 19/21 : LABEL arch=arm64 00:50:53 ---> Running in 00f4310f3166 00:50:53 Removing intermediate container 00f4310f3166 00:50:53 ---> 88b147b4932b 00:50:53 Step 20/21 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca 00:50:53 ---> Running in b82e38aea75b 00:50:54 Removing intermediate container b82e38aea75b 00:50:54 ---> 91e0bdada8c6 00:50:54 Step 21/21 : LABEL version=0.0.0 00:50:54 ---> Running in fc7f10f2e397 00:50:55 Removing intermediate container fc7f10f2e397 00:50:55 ---> 4d67075f5e76 00:50:55 00:50:55 Successfully built 4d67075f5e76 00:50:55 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:51:04  Building docker-security-proxy-setup-go ... done Removing intermediate container 72382d1820a3 00:51:04 ---> 069f4b5dda00 00:51:04 00:51:04 Step 10/23 : FROM alpine:3.12 00:51:04 ---> d10569e2745f 00:51:04 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:51:04 ---> Using cache 00:51:04 ---> 9adad3063906 00:51:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:51:04 ---> Using cache 00:51:04 ---> 5f5155ee491a 00:51:04 Step 13/23 : ENV APP_PORT=48081 00:51:04 ---> Running in 2e901b2989e9 00:51:04 Removing intermediate container 2e901b2989e9 00:51:04 ---> 51e0c895b13e 00:51:04 Step 14/23 : EXPOSE $APP_PORT 00:51:04 ---> Running in a7e09c89f168 00:51:05 Removing intermediate container a7e09c89f168 00:51:05 ---> 3719181efe9e 00:51:05 Step 15/23 : WORKDIR / 00:51:05 ---> Running in a6a114d328a0 00:51:06 Removing intermediate container a6a114d328a0 00:51:06 ---> d5dcba1ee295 00:51:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:07 ---> 0c148da53e53 00:51:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:51:09 ---> 8e93185772c6 00:51:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:51:10 ---> 633a94a3b41d 00:51:10 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:51:10 ---> Running in a436ab446b42 00:51:11 Removing intermediate container a436ab446b42 00:51:11 ---> 586e866389f2 00:51:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:11 ---> Running in 128032c704e8 00:51:12 Removing intermediate container 128032c704e8 00:51:12 ---> a44b1f4068f8 00:51:12 Step 21/23 : LABEL arch=arm64 00:51:12 ---> Running in faa7e4490571 00:51:13 Removing intermediate container faa7e4490571 00:51:13 ---> 6d4cec54e680 00:51:13 Step 22/23 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca 00:51:13 ---> Running in ef73ce4b1b65 00:51:13 Removing intermediate container ef73ce4b1b65 00:51:13 ---> e2d2bc373fe8 00:51:13 Step 23/23 : LABEL version=0.0.0 00:51:14 ---> Running in 1c834a9b1a61 00:51:14 Removing intermediate container 1c834a9b1a61 00:51:14 ---> f2ffb1bb901b 00:51:14 00:51:15 Successfully built f2ffb1bb901b 00:51:15 Successfully tagged docker-core-metadata-go-arm64:latest 00:51:22  Building docker-core-metadata-go ... done Removing intermediate container 4338533120ea 00:51:22 ---> ab2d2f27d9d3 00:51:22 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:51:22 ---> Running in 30b3490f3e48 00:51:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:51:25 Removing intermediate container 30b3490f3e48 00:51:25 ---> 7f52462289ec 00:51:25 00:51:25 Step 11/26 : FROM docker:20.10.0 00:51:25 20.10.0: Pulling from library/docker 00:51:34 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:51:34 Status: Downloaded newer image for docker:20.10.0 00:51:34 ---> eeaf43b92773 00:51:34 Step 12/26 : RUN apk add --no-cache bash 00:51:34 ---> Running in 41b851c72b18 00:51:35 Removing intermediate container ab4bdfbc90d6 00:51:35 ---> 62ec44a2fb6c 00:51:35 00:51:35 Step 10/23 : FROM alpine:3.12 00:51:35 ---> d10569e2745f 00:51:35 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:51:35 ---> Running in 5f0d85983dc2 00:51:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:35 Removing intermediate container 5f0d85983dc2 00:51:35 ---> 4762805bda15 00:51:35 Step 12/23 : ENV APP_PORT=48080 00:51:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:35 ---> Running in 34a40ae68a80 00:51:36 (1/2) Installing readline (8.0.4-r0) 00:51:36 (2/2) Installing bash (5.0.17-r0) 00:51:36 Removing intermediate container 34a40ae68a80 00:51:36 ---> 0ec36aa5347a 00:51:36 Step 13/23 : EXPOSE $APP_PORT 00:51:36 Executing bash-5.0.17-r0.post-install 00:51:36 Executing busybox-1.31.1-r19.trigger 00:51:36 OK: 12 MiB in 22 packages 00:51:36 ---> Running in 433a02f7ac3c 00:51:37 Removing intermediate container 433a02f7ac3c 00:51:37 ---> da66d81b2460 00:51:37 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:37 ---> Running in 03a6218a915f 00:51:37 Removing intermediate container 41b851c72b18 00:51:37 ---> f1d4c3d84af9 00:51:37 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:51:37 ---> Running in b15f80df8b5b 00:51:38 Removing intermediate container b15f80df8b5b 00:51:38 ---> 5041e6b24646 00:51:38 Step 14/26 : ENV APP_PORT=48090 00:51:38 ---> Running in 4a8dac08abba 00:51:39 Removing intermediate container 4a8dac08abba 00:51:39 ---> 9afdd6506fbc 00:51:39 Step 15/26 : EXPOSE $APP_PORT 00:51:39 ---> Running in 6826280623c1 00:51:39 Removing intermediate container 03a6218a915f 00:51:39 ---> 2c2a71b50db6 00:51:39 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:51:39 ---> Running in 9f028c974de3 00:51:39 Removing intermediate container 6826280623c1 00:51:39 ---> 7fd4d809c08b 00:51:39 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:51:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:41 ---> bfa4b5a088df 00:51:41 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:51:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:41 ---> e267f50cfaee 00:51:41 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:51:42 (1/6) Installing dumb-init (1.2.2-r1) 00:51:42 (2/6) Installing libgcc (9.3.0-r2) 00:51:42 (3/6) Installing libsodium (1.0.18-r0) 00:51:42 ---> 99b8a2cd8596 00:51:42 Step 19/26 : RUN apk --no-cache add py3-pip 00:51:42 (4/6) Installing libstdc++ (9.3.0-r2) 00:51:42 ---> Running in fddee93a6b08 00:51:43 (5/6) Installing libzmq (4.3.3-r0) 00:51:43 (6/6) Installing zeromq (4.3.3-r0) 00:51:43 Executing busybox-1.31.1-r19.trigger 00:51:43 OK: 8 MiB in 20 packages 00:51:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:44 Removing intermediate container 9f028c974de3 00:51:44 ---> 756234f1c02e 00:51:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:44 (1/33) Installing libbz2 (1.0.8-r1) 00:51:44 (2/33) Installing expat (2.2.9-r1) 00:51:44 (3/33) Installing libffi (3.3-r2) 00:51:44 (4/33) Installing gdbm (1.13-r1) 00:51:44 (5/33) Installing xz-libs (5.2.5-r0) 00:51:44 (6/33) Installing sqlite-libs (3.32.1-r0) 00:51:44 (7/33) Installing python3 (3.8.5-r1) 00:51:46 ---> c63bb4da8ef2 00:51:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:51:46 (8/33) Installing py3-appdirs (1.4.4-r1) 00:51:46 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:51:46 (10/33) Installing py3-parsing (2.4.7-r0) 00:51:46 (11/33) Installing py3-six (1.15.0-r0) 00:51:46 (12/33) Installing py3-packaging (20.4-r0) 00:51:46 (13/33) Installing py3-setuptools (47.0.0-r0) 00:51:46 (14/33) Installing py3-chardet (3.0.4-r4) 00:51:46 (15/33) Installing py3-idna (2.9-r0) 00:51:46 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:51:46 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:51:46 (18/33) Installing py3-requests (2.23.0-r0) 00:51:46 (19/33) Installing py3-msgpack (1.0.0-r0) 00:51:46 (20/33) Installing py3-lockfile (0.12.2-r3) 00:51:46 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:51:46 (22/33) Installing py3-colorama (0.4.3-r0) 00:51:46 (23/33) Installing py3-distlib (0.3.0-r0) 00:51:46 (24/33) Installing py3-distro (1.5.0-r1) 00:51:46 (25/33) Installing py3-webencodings (0.5.1-r3) 00:51:46 (26/33) Installing py3-html5lib (1.0.1-r4) 00:51:46 (27/33) Installing py3-pytoml (0.1.21-r0) 00:51:46 (28/33) Installing py3-pep517 (0.8.2-r0) 00:51:46 (29/33) Installing py3-progress (1.5-r0) 00:51:46 (30/33) Installing py3-toml (0.10.1-r0) 00:51:46 (31/33) Installing py3-retrying (1.3.3-r0) 00:51:46 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:51:46 (33/33) Installing py3-pip (20.1.1-r0) 00:51:47 Executing busybox-1.31.1-r19.trigger 00:51:47 OK: 71 MiB in 55 packages 00:51:47 ---> 5b867cd4a1cd 00:51:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:51:48 ---> bdd189e431b8 00:51:48 Step 19/23 : ENTRYPOINT ["/core-data"] 00:51:48 ---> Running in 056b9fe96889 00:51:48 Removing intermediate container 056b9fe96889 00:51:48 ---> edb12525a97e 00:51:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:49 ---> Running in 1e7b56e6bd4e 00:51:49 Removing intermediate container 1e7b56e6bd4e 00:51:49 ---> 86d298b24309 00:51:49 Step 21/23 : LABEL arch=arm64 00:51:49 ---> Running in 2ca1e330420d 00:51:50 Removing intermediate container 2ca1e330420d 00:51:50 ---> f91dfaf5ed13 00:51:50 Step 22/23 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca 00:51:50 ---> Running in c6cdb35366c2 00:51:51 Removing intermediate container c6cdb35366c2 00:51:51 ---> 87dfc8632250 00:51:51 Step 23/23 : LABEL version=0.0.0 00:51:51 ---> Running in a522285b72b6 00:51:52 Removing intermediate container a522285b72b6 00:51:52 ---> 9604081207e1 00:51:52 00:51:52 Successfully built 9604081207e1 00:51:52 Successfully tagged docker-core-data-go-arm64:latest 00:51:53  Building docker-core-data-go ... done Removing intermediate container fddee93a6b08 00:51:53 ---> a43e708273a3 00:51:53 Step 20/26 : RUN pip install docker-compose==1.23.2 00:51:53 ---> Running in f09c42e6b45c 00:51:58 Collecting docker-compose==1.23.2 00:51:58 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:51:58 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:51:58 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:51:59 Collecting docopt<0.7,>=0.6.1 00:51:59 Downloading docopt-0.6.2.tar.gz (25 kB) 00:52:01 Collecting texttable<0.10,>=0.9.0 00:52:01 Downloading texttable-0.9.1.tar.gz (11 kB) 00:52:02 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:52:03 Collecting PyYAML<4,>=3.10 00:52:03 Downloading PyYAML-3.13.tar.gz (270 kB) 00:52:06 Collecting jsonschema<3,>=2.5.1 00:52:06 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:52:07 Collecting websocket-client<1.0,>=0.32.0 00:52:07 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:52:07 Collecting cached-property<2,>=1.2.0 00:52:07 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:52:07 Collecting dockerpty<0.5,>=0.4.1 00:52:07 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:52:09 Collecting docker<4.0,>=3.6.0 00:52:09 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:52:10 Collecting urllib3<1.25,>=1.21.1 00:52:10 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:52:10 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:52:11 Collecting idna<2.8,>=2.5 00:52:11 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:52:11 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:52:11 Collecting docker-pycreds>=0.4.0 00:52:11 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:52:11 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:52:11 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:52:11 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:52:11 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:52:12 Installing collected packages: urllib3, idna, requests, docopt, texttable, PyYAML, jsonschema, websocket-client, cached-property, dockerpty, docker-pycreds, docker, docker-compose 00:52:12 Attempting uninstall: urllib3 00:52:12 Found existing installation: urllib3 1.25.9 00:52:12 Uninstalling urllib3-1.25.9: 00:52:12 Successfully uninstalled urllib3-1.25.9 00:52:12 Attempting uninstall: idna 00:52:12 Found existing installation: idna 2.9 00:52:12 Uninstalling idna-2.9: 00:52:12 Successfully uninstalled idna-2.9 00:52:13 Attempting uninstall: requests 00:52:13 Found existing installation: requests 2.23.0 00:52:13 Uninstalling requests-2.23.0: 00:52:13 Successfully uninstalled requests-2.23.0 00:52:14 Running setup.py install for docopt: started 00:52:16 Running setup.py install for docopt: finished with status 'done' 00:52:16 Running setup.py install for texttable: started 00:52:18 Running setup.py install for texttable: finished with status 'done' 00:52:18 Running setup.py install for PyYAML: started 00:52:20 Running setup.py install for PyYAML: finished with status 'done' 00:52:20 Running setup.py install for dockerpty: started 00:52:22 Running setup.py install for dockerpty: finished with status 'done' 00:52:24 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:52:28 Removing intermediate container f09c42e6b45c 00:52:28 ---> 2200593aff8a 00:52:28 Step 21/26 : RUN apk --no-cache add curl 00:52:28 ---> Running in 0e0d20546a13 00:52:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:29 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:52:29 (2/3) Installing libcurl (7.69.1-r3) 00:52:29 (3/3) Installing curl (7.69.1-r3) 00:52:29 Executing busybox-1.31.1-r19.trigger 00:52:29 OK: 71 MiB in 58 packages 00:52:31 Removing intermediate container 0e0d20546a13 00:52:31 ---> 21ab05b61a08 00:52:31 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:52:31 ---> Running in dbe568d1b8ba 00:52:31 Removing intermediate container dbe568d1b8ba 00:52:31 ---> 908ad55d61b2 00:52:31 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:31 ---> Running in 75f001f85a97 00:52:32 Removing intermediate container 75f001f85a97 00:52:32 ---> 8ad8a6c1a713 00:52:32 Step 24/26 : LABEL arch=arm64 00:52:32 ---> Running in 9fb6921d881a 00:52:33 Removing intermediate container 9fb6921d881a 00:52:33 ---> 4e76100d61d2 00:52:33 Step 25/26 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca 00:52:33 ---> Running in 969a6b24c126 00:52:33 Removing intermediate container 969a6b24c126 00:52:33 ---> 9b090b2b8e5e 00:52:33 Step 26/26 : LABEL version=0.0.0 00:52:33 ---> Running in 75652ebb74d9 00:52:34 Removing intermediate container 75652ebb74d9 00:52:34 ---> 6def0b77b3b0 00:52:34 00:52:34 Successfully built 6def0b77b3b0 00:52:34 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:52:35  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:52:35 $ docker stop --time=1 30e6bf531e84c77f0bbe8ef7b5a0536788c2aed4bfcf82bd8380aa7f94d30525 00:52:37 $ docker rm -f 30e6bf531e84c77f0bbe8ef7b5a0536788c2aed4bfcf82bd8380aa7f94d30525 [Pipeline] // withDockerContainer [Pipeline] sh 00:52:37 + + grepdocker docker images 00:52:37 00:52:38 docker-sys-mgmt-agent-go-arm64 latest 6def0b77b3b0 4 seconds ago 300MB 00:52:38 docker-core-data-go-arm64 latest 9604081207e1 46 seconds ago 21.1MB 00:52:38 docker-core-metadata-go-arm64 latest f2ffb1bb901b About a minute ago 17.9MB 00:52:38 docker-security-proxy-setup-go-arm64 latest 4d67075f5e76 About a minute ago 23.4MB 00:52:38 docker-security-bootstrapper-go-arm64 latest c48f75ba2702 4 minutes ago 17.6MB 00:52:38 docker-core-command-go-arm64 latest 83c15edce2f9 4 minutes ago 16.2MB 00:52:38 docker-support-notifications-go-arm64 latest 47750c1a346c 4 minutes ago 16.9MB 00:52:38 docker-support-scheduler-go-arm64 latest b7d6fa91232d 4 minutes ago 16.3MB 00:52:38 docker-security-secretstore-setup-go-arm64 latest 74f7af76ad4c 4 minutes ago 23.7MB 00:52:38 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:52:38 ---> job-cost.sh 00:52:38 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-mLhO 00:53:17 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:55:39 lf-activate-venv(): INFO: Adding /tmp/venv-mLhO/bin to PATH 00:55:39 INFO: No Stack... 00:55:39 INFO: Retrieving Pricing Info for: lf-standard-4 00:55:39 INFO: Archiving Costs [Pipeline] sh 00:55:40 + cat /w/workspace/edgex-go/74/archives/cost.csv 00:55:40 + cut -d, -f6 [Pipeline] lock 00:55:40 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-74-stack-cost] 00:55:40 Resource [jenkins-edgexfoundry-edgex-go-PR-2858-74-stack-cost] did not exist. Created. 00:55:40 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-74-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:55:40 + echo total: 0.20999999344348907 [Pipeline] stash 00:55:40 Stashed 1 file(s) [Pipeline] } 00:55:40 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-74-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:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:55:44 ---> package-listing.sh 00:55:44 ++ facter osfamily 00:55:44 ++ tr '[:upper:]' '[:lower:]' 00:55:44 + OS_FAMILY=redhat 00:55:44 + workspace=/w/workspace/edgex-go/74 00:55:44 + START_PACKAGES=/tmp/packages_start.txt 00:55:44 + END_PACKAGES=/tmp/packages_end.txt 00:55:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:55:44 + PACKAGES=/tmp/packages_start.txt 00:55:44 + '[' /w/workspace/edgex-go/74 ']' 00:55:44 + PACKAGES=/tmp/packages_end.txt 00:55:44 + case "${OS_FAMILY}" in 00:55:44 + rpm -qa 00:55:44 + sort 00:55:49 + '[' -f /tmp/packages_start.txt ']' 00:55:49 + '[' -f /tmp/packages_end.txt ']' 00:55:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:55:49 + '[' /w/workspace/edgex-go/74 ']' 00:55:49 + mkdir -p /w/workspace/edgex-go/74/archives/ 00:55:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/74/archives/ [Pipeline] echo 00:55:49 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/74/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:55:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:55:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:50 00:55:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:55:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:50 alpine: Pulling from edgex-lftools-log-publisher 00:55:50 df20fa9351a1: Pulling fs layer 00:55:50 36b3adc4ff6f: Pulling fs layer 00:55:50 8ad3a11d3b57: Pulling fs layer 00:55:50 46f8f816bc3b: Pulling fs layer 00:55:50 93b61091891f: Pulling fs layer 00:55:50 93b9cdb0e59b: Pulling fs layer 00:55:50 5e14af77c1be: Pulling fs layer 00:55:50 01666e4c0597: Pulling fs layer 00:55:50 aa168da1d23b: Pulling fs layer 00:55:50 46f8f816bc3b: Waiting 00:55:50 5e14af77c1be: Waiting 00:55:50 93b61091891f: Waiting 00:55:50 93b9cdb0e59b: Waiting 00:55:50 aa168da1d23b: Waiting 00:55:50 36b3adc4ff6f: Verifying Checksum 00:55:50 36b3adc4ff6f: Download complete 00:55:50 46f8f816bc3b: Verifying Checksum 00:55:50 46f8f816bc3b: Download complete 00:55:50 93b61091891f: Verifying Checksum 00:55:50 93b61091891f: Download complete 00:55:50 df20fa9351a1: Download complete 00:55:50 93b9cdb0e59b: Verifying Checksum 00:55:50 93b9cdb0e59b: Download complete 00:55:50 5e14af77c1be: Verifying Checksum 00:55:50 5e14af77c1be: Download complete 00:55:50 01666e4c0597: Verifying Checksum 00:55:50 01666e4c0597: Download complete 00:55:50 8ad3a11d3b57: Verifying Checksum 00:55:50 8ad3a11d3b57: Download complete 00:55:51 df20fa9351a1: Pull complete 00:55:51 36b3adc4ff6f: Pull complete 00:55:52 8ad3a11d3b57: Pull complete 00:55:52 46f8f816bc3b: Pull complete 00:55:52 aa168da1d23b: Verifying Checksum 00:55:52 aa168da1d23b: Download complete 00:55:53 93b61091891f: Pull complete 00:55:53 93b9cdb0e59b: Pull complete 00:55:53 5e14af77c1be: Pull complete 00:55:53 01666e4c0597: Pull complete 00:56:06 aa168da1d23b: Pull complete 00:56:06 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:56:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:56:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:56:06 prd-centos7-docker-4c-2g-28302 does not seem to be running inside a container 00:56:06 $ 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/74/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/74 -v /w/workspace/edgex-go/74:/w/workspace/edgex-go/74:rw,z -v /w/workspace/edgex-go/74@tmp:/w/workspace/edgex-go/74@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:56:10 $ docker top c1535fb2031b891f20091e4fa05ea07b3aa25f85f1fe84d3ffb03e422bdef91f -eo pid,comm [Pipeline] { [Pipeline] sh 00:56:10 + touch /tmp/pre-build-complete [Pipeline] sh 00:56:11 + mkdir -p /var/log/sa [Pipeline] sh 00:56:11 + ls /var/log/sa-host 00:56:11 + sadf -c /var/log/sa-host/sa03 00:56:11 file_magic: OK 00:56:11 HZ: Using current value: 100 00:56:11 file_header: OK 00:56:11 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:56:11 Statistics: 00:56:11 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:56:11 File successfully converted to sysstat format version 12.2.1 00:56:11 + sadf -c /var/log/sa-host/sa23 00:56:11 file_magic: OK 00:56:11 HZ: Using current value: 100 00:56:11 file_header: OK 00:56:11 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:56:11 Statistics: 00:56:11 Hnuu...uuuununununu... 00:56:11 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:56:11 provisioning config files... 00:56:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/74@tmp/config2336335847856686342tmp [Pipeline] { [Pipeline] echo 00:56:11 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:56:12 ---> create-netrc.sh [Pipeline] } 00:56:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:56:12 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:56:12 ---> python-tools-install.sh [Pipeline] echo 00:56:12 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:56:12 ---> sudo-logs.sh 00:56:12 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:56:13 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:56:13 ---> job-cost.sh 00:56:13 lf-activate-venv: SKIPPING 00:56:13 DEBUG: total: 0.20999999344348907 00:56:13 INFO: Retrieving Stack Cost... 00:56:14 INFO: Retrieving Pricing Info for: v1-standard-2 00:56:14 INFO: Archiving Costs [Pipeline] echo 00:56:14 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:56:14 ---> logs-deploy.sh 00:56:14 lf-activate-venv: SKIPPING 00:56:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/74 00:56:14 INFO: archiving workspace using pattern(s): 00:56:16 Archives upload complete. 00:56:16 INFO: archiving logs to Nexus