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 f7cba1f5bd7f0f50faed19509b697065ec7e4bcf rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from f7cba1f5bd7f0f50faed19509b697065ec7e4bcf 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22396 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/47 [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/47 # 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 f7cba1f5bd7f0f50faed19509b697065ec7e4bcf into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing e579a6ce3575348819c2d66e310e7dd0b1a6f982 Checking out Revision e579a6ce3575348819c2d66e310e7dd0b1a6f982 (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 f7cba1f5bd7f0f50faed19509b697065ec7e4bcf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e579a6ce3575348819c2d66e310e7dd0b1a6f982 # timeout=10 Commit message: "Merge commit 'f7cba1f5bd7f0f50faed19509b697065ec7e4bcf' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:58 ========================================================= 00:31:58 EdgeX Global Pipelines Version Info 00:31:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk f3cb4776a1548f6e1b3e0de073556e14b17ad638 # timeout=10 00:32:00 ------------------- 00:32:00 stable info: 00:32:00 ------------------- 00:32:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:32:00 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:32:00 Message: update stable to v1.0.179 00:32:00 ------------------- 00:32:00 experimental info: 00:32:00 ------------------- 00:32:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:32:00 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:32:00 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:32:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:32:01 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:32:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:32:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:32:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:32:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:32:01 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:32:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:32:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:32:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:32:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:32:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:32:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:32:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:32:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:32:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:32:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:32:02 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e579a6ce3575348819c2d66e310e7dd0b1a6f982 [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e579a6c [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:32:04 provisioning config files... 00:32:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/47@tmp/config8343948933260551934tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:32:05 ---> docker-login.sh 00:32:05 nexus3.edgexfoundry.org:10001 00:32:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:06 Configure a credential helper to remove this warning. See 00:32:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:06 00:32:06 Login Succeeded 00:32:06 nexus3.edgexfoundry.org:10002 00:32:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:06 Configure a credential helper to remove this warning. See 00:32:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:06 00:32:06 Login Succeeded 00:32:06 nexus3.edgexfoundry.org:10003 00:32:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:06 Configure a credential helper to remove this warning. See 00:32:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:06 00:32:06 Login Succeeded 00:32:06 nexus3.edgexfoundry.org:10004 00:32:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:06 Configure a credential helper to remove this warning. See 00:32:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:06 00:32:06 Login Succeeded 00:32:06 docker.io 00:32:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:06 Configure a credential helper to remove this warning. See 00:32:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:06 00:32:06 Login Succeeded 00:32:06 ---> docker-login.sh ends [Pipeline] } 00:32:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:07 ++ 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:32:07 + for file in '`ls cmd/**/Dockerfile`' 00:32:07 ++ dirname cmd/core-command/Dockerfile 00:32:07 ++ cut -d/ -f2 00:32:07 + echo core-command,cmd/core-command/Dockerfile 00:32:07 + for file in '`ls cmd/**/Dockerfile`' 00:32:07 ++ dirname cmd/core-data/Dockerfile 00:32:07 ++ cut -d/ -f2 00:32:07 + echo core-data,cmd/core-data/Dockerfile 00:32:07 + for file in '`ls cmd/**/Dockerfile`' 00:32:07 ++ dirname cmd/core-metadata/Dockerfile 00:32:07 ++ cut -d/ -f2 00:32:07 + echo core-metadata,cmd/core-metadata/Dockerfile 00:32:07 + for file in '`ls cmd/**/Dockerfile`' 00:32:07 ++ dirname cmd/security-bootstrapper/Dockerfile 00:32:07 ++ cut -d/ -f2 00:32:07 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:32:07 + for file in '`ls cmd/**/Dockerfile`' 00:32:07 ++ dirname cmd/security-proxy-setup/Dockerfile 00:32:07 ++ cut -d/ -f2 00:32:07 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:32:07 + for file in '`ls cmd/**/Dockerfile`' 00:32:07 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:32:07 ++ cut -d/ -f2 00:32:07 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:32:07 + for file in '`ls cmd/**/Dockerfile`' 00:32:07 ++ dirname cmd/support-notifications/Dockerfile 00:32:07 ++ cut -d/ -f2 00:32:07 + echo support-notifications,cmd/support-notifications/Dockerfile 00:32:07 + for file in '`ls cmd/**/Dockerfile`' 00:32:07 ++ dirname cmd/support-scheduler/Dockerfile 00:32:07 ++ cut -d/ -f2 00:32:07 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:32:07 + for file in '`ls cmd/**/Dockerfile`' 00:32:07 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:32:07 ++ cut -d/ -f2 00:32:07 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:32:07 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:32:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:08 00:32:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:32:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:08 latest: Pulling from edgex-devops/git-semver 00:32:08 31603596830f: Pulling fs layer 00:32:08 2a8b12db71e7: Pulling fs layer 00:32:08 6ca5941a6612: Pulling fs layer 00:32:08 ecc8261a40a4: Pulling fs layer 00:32:08 ecc8261a40a4: Waiting 00:32:08 2a8b12db71e7: Verifying Checksum 00:32:08 2a8b12db71e7: Download complete 00:32:08 31603596830f: Download complete 00:32:08 ecc8261a40a4: Verifying Checksum 00:32:08 ecc8261a40a4: Download complete 00:32:08 6ca5941a6612: Verifying Checksum 00:32:08 6ca5941a6612: Download complete 00:32:09 31603596830f: Pull complete 00:32:09 2a8b12db71e7: Pull complete 00:32:10 6ca5941a6612: Pull complete 00:32:10 ecc8261a40a4: Pull complete 00:32:10 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:32:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:32:10 prd-centos7-docker-4c-2g-22396 does not seem to be running inside a container 00:32:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@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:10004/edgex-devops/git-semver:latest cat 00:32:13 $ docker top 889a6d03c274ee42f330393a6945d4a3857354124fc3c8ccb92ee8108dc7cf33 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:32:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:13 [ssh-agent] Looking for ssh-agent implementation... 00:32:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:13 $ docker exec 889a6d03c274ee42f330393a6945d4a3857354124fc3c8ccb92ee8108dc7cf33 ssh-agent 00:32:13 SSH_AUTH_SOCK=/tmp/ssh-MTIZpN5SfUro/agent.11 00:32:13 SSH_AGENT_PID=16 00:32:13 Running ssh-add (command line suppressed) 00:32:13 Identity added: /w/workspace/edgex-go/47@tmp/private_key_5631129561514564327.key (/w/workspace/edgex-go/47@tmp/private_key_5631129561514564327.key) 00:32:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:14 + git tag --points-at HEAD [Pipeline] } 00:32:14 $ docker exec --env ******** --env ******** 889a6d03c274ee42f330393a6945d4a3857354124fc3c8ccb92ee8108dc7cf33 ssh-agent -k 00:32:14 unset SSH_AUTH_SOCK; 00:32:14 unset SSH_AGENT_PID; 00:32:14 echo Agent pid 16 killed; 00:32:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:32:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:14 [ssh-agent] Looking for ssh-agent implementation... 00:32:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:14 $ docker exec 889a6d03c274ee42f330393a6945d4a3857354124fc3c8ccb92ee8108dc7cf33 ssh-agent 00:32:15 SSH_AUTH_SOCK=/tmp/ssh-aW7bgM9mwaHP/agent.44 00:32:15 SSH_AGENT_PID=49 00:32:15 Running ssh-add (command line suppressed) 00:32:15 Identity added: /w/workspace/edgex-go/47@tmp/private_key_3428138858360221798.key (/w/workspace/edgex-go/47@tmp/private_key_3428138858360221798.key) 00:32:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:15 + git semver init 00:32:15 # -> Open(): unable to determine branch for HEAD 00:32:15 # $GIT_DIR = /w/workspace/edgex-go/47/.git 00:32:15 # $GIT_WORK_TREE = /w/workspace/edgex-go/47 00:32:15 # $SEMVER_REMOTE_NAME = origin 00:32:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:32:15 # $SEMVER_USER_NAME = edgex-jenkins 00:32:15 # $SEMVER_BRANCH = PR-2858 00:32:15 # $SEMVER_TEMP = /tmp/semver-196915979 00:32:15 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:34 # '/tmp/semver-196915979' -> '/w/workspace/edgex-go/47/.semver' 00:32:34 # -> Force: false 00:32:34 # $SEMVER_DIR = /w/workspace/edgex-go/47/.semver [Pipeline] } 00:32:34 $ docker exec --env ******** --env ******** 889a6d03c274ee42f330393a6945d4a3857354124fc3c8ccb92ee8108dc7cf33 ssh-agent -k 00:32:34 unset SSH_AUTH_SOCK; 00:32:34 unset SSH_AGENT_PID; 00:32:34 echo Agent pid 49 killed; 00:32:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:34 + git semver [Pipeline] } 00:32:34 $ docker stop --time=1 889a6d03c274ee42f330393a6945d4a3857354124fc3c8ccb92ee8108dc7cf33 00:32:36 $ docker rm -f 889a6d03c274ee42f330393a6945d4a3857354124fc3c8ccb92ee8108dc7cf33 [Pipeline] // withDockerContainer [Pipeline] sh 00:32:37 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:37 Stashed 1 file(s) [Pipeline] echo 00:32:37 [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:38 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:39 + sudo service docker restart 00:32:39 + true 00:32:39 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:39 ========================================================= 00:32:39 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:39 + 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:43 Sending build context to Docker daemon 327.2MB 00:32:43 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:32:43 Step 2/6 : FROM ${BASE} 00:32:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:43 188c0c94c7c5: Pulling fs layer 00:32:43 0ef7d3d256c8: Pulling fs layer 00:32:43 de9db76c5a1d: Pulling fs layer 00:32:43 bca2f99d35d6: Pulling fs layer 00:32:43 93359f2a8cfa: Pulling fs layer 00:32:43 7c6f9722023f: Pulling fs layer 00:32:43 a35cf1a2eb13: Pulling fs layer 00:32:43 93359f2a8cfa: Waiting 00:32:43 bca2f99d35d6: Waiting 00:32:43 7c6f9722023f: Waiting 00:32:43 a35cf1a2eb13: Waiting 00:32:43 de9db76c5a1d: Download complete 00:32:43 0ef7d3d256c8: Verifying Checksum 00:32:43 0ef7d3d256c8: Download complete 00:32:43 93359f2a8cfa: Verifying Checksum 00:32:43 93359f2a8cfa: Download complete 00:32:43 7c6f9722023f: Verifying Checksum 00:32:43 7c6f9722023f: Download complete 00:32:43 188c0c94c7c5: Download complete 00:32:44 188c0c94c7c5: Pull complete 00:32:44 0ef7d3d256c8: Pull complete 00:32:45 a35cf1a2eb13: Verifying Checksum 00:32:45 a35cf1a2eb13: Download complete 00:32:45 de9db76c5a1d: Pull complete 00:32:45 bca2f99d35d6: Verifying Checksum 00:32:45 bca2f99d35d6: Download complete 00:32:51 bca2f99d35d6: Pull complete 00:32:51 93359f2a8cfa: Pull complete 00:32:51 7c6f9722023f: Pull complete 00:32:52 Still waiting to schedule task 00:32:52 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:56 a35cf1a2eb13: Pull complete 00:32:56 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:56 ---> a62c8e92a672 00:32:56 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:56 ---> Running in 02982c055c50 00:32:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:59 (1/12) Installing libmagic (5.38-r0) 00:33:00 (2/12) Installing file (5.38-r0) 00:33:00 (3/12) Installing libc-dev (0.7.2-r3) 00:33:00 (4/12) Installing g++ (9.3.0-r2) 00:33:05 (5/12) Installing fortify-headers (1.1-r0) 00:33:05 (6/12) Installing patch (2.7.6-r6) 00:33:05 (7/12) Installing build-base (0.5-r2) 00:33:05 (8/12) Installing libsodium (1.0.18-r0) 00:33:05 (9/12) Installing pkgconf (1.7.2-r0) 00:33:05 (10/12) Installing libsodium-dev (1.0.18-r0) 00:33:06 (11/12) Installing libzmq (4.3.3-r0) 00:33:06 (12/12) Installing zeromq-dev (4.3.3-r0) 00:33:06 Executing busybox-1.31.1-r19.trigger 00:33:06 OK: 233 MiB in 51 packages 00:33:09 Removing intermediate container 02982c055c50 00:33:09 ---> 170a4c44840c 00:33:09 Step 4/6 : WORKDIR /edgex-go 00:33:09 ---> Running in 4c536a9ca27e 00:33:09 Removing intermediate container 4c536a9ca27e 00:33:09 ---> 692daa137c09 00:33:09 Step 5/6 : COPY go.mod . 00:33:10 ---> ec8e93c53768 00:33:10 Step 6/6 : RUN go mod download 00:33:10 ---> Running in cd73bb56d65d 00:33:32 Removing intermediate container cd73bb56d65d 00:33:32 ---> 7b9f653b3ead 00:33:32 Successfully built 7b9f653b3ead 00:33:32 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:32 + docker inspect -f . ci-base-image-x86_64 00:33:32 . [Pipeline] withDockerContainer 00:33:32 prd-centos7-docker-4c-2g-22396 does not seem to be running inside a container 00:33:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:33 $ docker top 5aa1c33c5fdaeacff6ed6082217431020058b7628a353036a1a6ce6f3caca5dc -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 5aa1c33c5fdaeacff6ed6082217431020058b7628a353036a1a6ce6f3caca5dc 00:33:35 $ docker rm -f 5aa1c33c5fdaeacff6ed6082217431020058b7628a353036a1a6ce6f3caca5dc [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-22396 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/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:37 $ docker top c40d797e578e187fa51e138802648244d86b99e1afbf0d71ef7293f886ce2d94 -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:37 ========================================================= 00:33:37 [edgeXBuildGoParallel] Running Tests and Build... 00:33:37 ========================================================= [Pipeline] sh 00:33:38 + make test 00:33:38 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:48 ? github.com/edgexfoundry/edgex-go [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.103s coverage: 46.6% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.211s coverage: 27.1% of statements 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.047s coverage: 100.0% of statements 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.111s coverage: 65.8% of statements 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.435s coverage: 82.3% of statements 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:34:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.428s coverage: 28.6% of statements 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.116s coverage: 100.0% of statements 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.046s coverage: 100.0% of statements 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.148s coverage: 86.7% of statements 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.143s coverage: 97.5% of statements 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.091s coverage: 78.3% of statements 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:34:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.392s coverage: 92.8% of statements 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:34:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.086s coverage: 0.1% of statements 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:34:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.037s coverage: 43.8% of statements 00:34:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.042s coverage: 79.5% of statements 00:34:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.043s coverage: 94.1% of statements 00:34:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.045s coverage: 96.3% of statements 00:34:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.048s coverage: 87.5% of statements 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.039s coverage: 94.4% of statements 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.057s coverage: 87.2% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.028s coverage: 100.0% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.061s coverage: 87.2% of statements 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.047s coverage: 84.2% of statements 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.084s coverage: 91.4% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.212s coverage: 63.5% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.300s coverage: 68.9% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.100s coverage: 37.0% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.293s coverage: 84.0% of statements 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.046s coverage: 100.0% of statements 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.133s coverage: 47.1% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.042s coverage: 100.0% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.734s coverage: 29.1% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.082s coverage: 99.0% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements 00:34:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements 00:34:41 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 00:34:41 GO111MODULE=on go vet ./... 00:35:09 gofmt -l . 00:35:09 [ "`gofmt -l .`" = "" ] 00:35:09 ./bin/test-go-mod-tidy.sh 00:35:09 ./bin/test-attribution-txt.sh [Pipeline] sh 00:35:09 + ls -al . 00:35:09 total 668 00:35:09 drwxrwxr-x 10 1001 1001 4096 Jan 23 00:35 . 00:35:09 drwxr-xr-x 4 root root 30 Jan 23 00:33 .. 00:35:09 -rw-rw-r-- 1 1001 1001 11 Jan 23 00:31 .dockerignore 00:35:09 drwxrwxr-x 8 1001 1001 179 Jan 23 00:31 .git 00:35:09 drwxrwxr-x 3 1001 1001 125 Jan 23 00:31 .github 00:35:09 -rw-rw-r-- 1 1001 1001 872 Jan 23 00:31 .gitignore 00:35:09 drwx------ 3 1001 1001 47 Jan 23 00:32 .semver 00:35:09 -rw-rw-r-- 1 1001 1001 166 Jan 23 00:31 .sonarcloud.properties 00:35:09 -rw-rw-r-- 1 1001 1001 7859 Jan 23 00:31 Attribution.txt 00:35:09 -rw-rw-r-- 1 1001 1001 3804 Jan 23 00:31 CONTRIBUTING.md 00:35:09 -rw-rw-r-- 1 1001 1001 931 Jan 23 00:31 Dockerfile.build 00:35:09 -rw-rw-r-- 1 1001 1001 863 Jan 23 00:31 Jenkinsfile 00:35:09 -rw-rw-r-- 1 1001 1001 10775 Jan 23 00:31 LICENSE 00:35:09 -rw-rw-r-- 1 1001 1001 6001 Jan 23 00:31 Makefile 00:35:09 -rw-rw-r-- 1 1001 1001 6524 Jan 23 00:31 README.md 00:35:09 -rw-rw-r-- 1 1001 1001 6755 Jan 23 00:31 SECURITY.md 00:35:09 -rw-rw-r-- 1 1001 1001 5 Jan 23 00:32 VERSION 00:35:09 -rw-rw-r-- 1 1001 1001 4131 Jan 23 00:31 ZMQWindows.md 00:35:09 drwxrwxr-x 2 1001 1001 117 Jan 23 00:31 bin 00:35:09 drwxrwxr-x 15 1001 1001 4096 Jan 23 00:31 cmd 00:35:09 -rw-r--r-- 1 root root 564700 Jan 23 00:34 coverage.out 00:35:09 -rw-r--r-- 1 root root 1053 Jan 23 00:35 go.mod 00:35:09 -rw-r--r-- 1 root root 18878 Jan 23 00:35 go.sum 00:35:09 drwxrwxr-x 8 1001 1001 127 Jan 23 00:31 internal 00:35:09 drwxrwxr-x 4 1001 1001 26 Jan 23 00:31 openapi 00:35:09 drwxrwxr-x 4 1001 1001 71 Jan 23 00:31 snap 00:35:09 -rw-rw-r-- 1 1001 1001 168 Jan 23 00:31 version.go [Pipeline] sh 00:35:09 + '[' -e coverage.out ] 00:35:09 + chown 1001:1001 coverage.out [Pipeline] stash 00:35:10 Stashed 1 file(s) [Pipeline] sh 00:35:10 + make build 00:35:10 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:14 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:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:35:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:35:25 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:25 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:27 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: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:35:29 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:31 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:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:35:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:35:34 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:36 $ docker stop --time=1 c40d797e578e187fa51e138802648244d86b99e1afbf0d71ef7293f886ce2d94 00:35:37 $ docker rm -f c40d797e578e187fa51e138802648244d86b99e1afbf0d71ef7293f886ce2d94 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:39 00:35:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:40 latest: Pulling from edgex-devops/edgex-compose 00:35:40 cbdbe7a5bc2a: Pulling fs layer 00:35:40 ca9280d653b3: Pulling fs layer 00:35:40 7e9c9ca2126c: Pulling fs layer 00:35:40 cbdbe7a5bc2a: Verifying Checksum 00:35:40 cbdbe7a5bc2a: Download complete 00:35:41 ca9280d653b3: Verifying Checksum 00:35:41 ca9280d653b3: Download complete 00:35:41 cbdbe7a5bc2a: Pull complete 00:35:42 7e9c9ca2126c: Verifying Checksum 00:35:42 7e9c9ca2126c: Download complete 00:35:42 ca9280d653b3: Pull complete 00:35:50 7e9c9ca2126c: Pull complete 00:35:50 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:50 prd-centos7-docker-4c-2g-22396 does not seem to be running inside a container 00:35:50 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:53 $ docker top d8bbec5295e6fe27789e5ee4b75faa870ad125ecac750a20794b529b5b72f391 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:53 + docker-compose build --help 00:35:53 + grep parallel 00:35:54 --parallel Build images in parallel. [Pipeline] } 00:35:55 $ docker stop --time=1 d8bbec5295e6fe27789e5ee4b75faa870ad125ecac750a20794b529b5b72f391 00:35:56 $ docker rm -f d8bbec5295e6fe27789e5ee4b75faa870ad125ecac750a20794b529b5b72f391 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:57 . [Pipeline] withDockerContainer 00:35:57 prd-centos7-docker-4c-2g-22396 does not seem to be running inside a container 00:35:57 $ 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/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:58 $ docker top 08042ff8c6d26f5292fc89bcfdd22b6f3ec0b44bf5adab9e81ac1dd3a2e77c54 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:58 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:59 Building docker-core-command-go ... 00:35:59 Building docker-core-data-go ... 00:35:59 Building docker-core-metadata-go ... 00:35:59 Building docker-security-bootstrapper-go ... 00:35:59 Building docker-security-proxy-setup-go ... 00:35:59 Building docker-security-secretstore-setup-go ... 00:35:59 Building docker-support-notifications-go ... 00:35:59 Building docker-support-scheduler-go ... 00:35:59 Building docker-sys-mgmt-agent-go ... 00:35:59 Building docker-security-secretstore-setup-go 00:35:59 Building docker-security-proxy-setup-go 00:35:59 Building docker-support-scheduler-go 00:35:59 Building docker-support-notifications-go 00:35:59 Building docker-security-bootstrapper-go 00:36:13 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22406 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:36:13 Running in /w/workspace/edgex-go/47 [Pipeline] { [Pipeline] checkout 00:36:19 using credential edgex-jenkins-ssh 00:36:19 Cloning the remote Git repository 00:36:19 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:19 > git init /w/workspace/edgex-go/47 # timeout=10 00:36:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:19 > git --version # timeout=10 00:36:19 > git --version # 'git version 2.17.1' 00:36:19 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:31 ---> 7b9f653b3ead 00:36:31 Step 3/22 : WORKDIR /edgex-go 00:36:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:32 ---> 7b9f653b3ead 00:36:32 Step 3/22 : WORKDIR /edgex-go 00:36:33 ---> Running in 5dc136107e05 00:36:33 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:33 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:36:33 ---> 7b9f653b3ead 00:36:33 Step 3/24 : WORKDIR /edgex-go 00:36:33 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:33 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:33 ---> 7b9f653b3ead 00:36:33 Step 3/21 : WORKDIR /edgex-go 00:36:34 ---> Running in 65e2c6940c4a 00:36:34 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:34 Step 2/33 : FROM ${BUILDER_BASE} AS builder 00:36:34 ---> 7b9f653b3ead 00:36:34 Step 3/33 : WORKDIR /edgex-go 00:36:34 ---> Running in f30cc18ef11a 00:36:34 ---> Running in 1caa8e9f244e 00:36:34 ---> Running in a4a7e3bf620c 00:36:34 Removing intermediate container 5dc136107e05 00:36:34 ---> c34b75586ded 00:36:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:34 Removing intermediate container 65e2c6940c4a 00:36:34 ---> 79650cbec734 00:36:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:34 ---> Running in 54a81776eb42 00:36:34 ---> Running in 7c4caac02b89 00:36:34 Removing intermediate container f30cc18ef11a 00:36:34 ---> 47096519091e 00:36:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:34 Removing intermediate container 1caa8e9f244e 00:36:34 ---> 76fa5539b255 00:36:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:34 Removing intermediate container a4a7e3bf620c 00:36:34 ---> a02019194750 00:36:34 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:34 ---> Running in 9a857d8eaff9 00:36:34 ---> Running in b8d9c63346b5 00:36:34 ---> Running in 3e7f3fa5fd34 00:36:37 Removing intermediate container 54a81776eb42 00:36:37 ---> bbd8c0b73655 00:36:37 Step 5/22 : RUN apk add --update --no-cache make git 00:36:37 Removing intermediate container 7c4caac02b89 00:36:37 ---> 73961cfadf4e 00:36:37 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:36:37 Merging remotes/origin/master commit f7cba1f5bd7f0f50faed19509b697065ec7e4bcf into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:36:37 ---> Running in e1af988f90b3 00:36:37 Removing intermediate container 9a857d8eaff9 00:36:37 ---> b7dd6fe9f54e 00:36:37 Step 5/33 : RUN apk add --update --no-cache make git 00:36:37 ---> Running in 9d2926583128 00:36:37 Removing intermediate container b8d9c63346b5 00:36:37 ---> ca030430135d 00:36:37 Step 5/24 : RUN apk add --update --no-cache make git 00:36:37 Removing intermediate container 3e7f3fa5fd34 00:36:37 ---> d2729636c184 00:36:37 Step 5/21 : RUN apk add --update --no-cache make git 00:36:37 ---> Running in 3125638905ae 00:36:37 ---> Running in b300f1388fc6 00:36:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:36 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:36 > 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:37 > git config core.sparsecheckout # timeout=10 00:36:37 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:36:38 > git remote # timeout=10 00:36:38 ---> Running in 1e8bdeaf3a72 00:36:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:39 Merge succeeded, producing 81eb90eacf4c090f7fe1f6094a52b4a0ba9a04a2 00:36:39 Checking out Revision 81eb90eacf4c090f7fe1f6094a52b4a0ba9a04a2 (PR-2858) 00:36:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:40 OK: 233 MiB in 51 packages 00:36:38 > git config --get remote.origin.url # timeout=10 00:36:38 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:38 > git merge f7cba1f5bd7f0f50faed19509b697065ec7e4bcf # timeout=10 00:36:39 > git rev-parse HEAD^{commit} # timeout=10 00:36:39 > git config core.sparsecheckout # timeout=10 00:36:39 > git checkout -f 81eb90eacf4c090f7fe1f6094a52b4a0ba9a04a2 # timeout=10 00:36:40 OK: 233 MiB in 51 packages 00:36:40 OK: 233 MiB in 51 packages 00:36:40 OK: 233 MiB in 51 packages 00:36:40 OK: 233 MiB in 51 packages 00:36:40 Removing intermediate container e1af988f90b3 00:36:40 ---> 4ba2478d51d5 00:36:40 Step 6/22 : COPY go.mod . 00:36:41 ---> e98dad663132 00:36:41 Step 7/22 : RUN go mod download 00:36:41 Removing intermediate container 3125638905ae 00:36:41 ---> dbfb5d594af7 00:36:41 Step 6/24 : COPY go.mod . 00:36:41 ---> Running in 75d991826cac 00:36:41 Removing intermediate container b300f1388fc6 00:36:41 ---> 0bc0256fd5ad 00:36:41 Step 6/33 : COPY go.mod . 00:36:41 Removing intermediate container 9d2926583128 00:36:41 ---> f5a830dd4a8a 00:36:41 Step 6/22 : COPY go.mod . 00:36:41 Removing intermediate container 1e8bdeaf3a72 00:36:41 ---> 4cdf9fda129c 00:36:41 Step 6/21 : COPY go.mod . 00:36:41 ---> 66d27b2f9790 00:36:41 Step 7/24 : RUN go mod download 00:36:41 ---> Running in 287d16cf0eb9 00:36:41 ---> 453c7413c5fa 00:36:41 Step 7/22 : RUN go mod download 00:36:41 ---> cbcb59be2286 00:36:41 Step 7/33 : RUN go mod download 00:36:42 ---> 1ac25b6e251f 00:36:42 Step 7/21 : RUN go mod download 00:36:42 ---> Running in c198eadde0e6 00:36:42 ---> Running in 5fdc82d7e4f7 00:36:42 ---> Running in 96a5bd786edd 00:36:43 Commit message: "Merge commit 'f7cba1f5bd7f0f50faed19509b697065ec7e4bcf' into HEAD" 00:36:43 First time build. Skipping changelog. 00:36:43 Removing intermediate container 75d991826cac 00:36:43 ---> 60e10a0c72f1 00:36:43 Step 8/22 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:43 > git rev-list --no-walk f3cb4776a1548f6e1b3e0de073556e14b17ad638 # timeout=10 00:36:45 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:46 + sudo service docker restart+ 00:36:46 true [Pipeline] withEnv [Pipeline] { 00:36:48 Removing intermediate container 287d16cf0eb9 00:36:48 ---> 6ae606385e7c 00:36:48 Step 8/24 : COPY . . 00:36:48 Removing intermediate container c198eadde0e6 00:36:48 ---> d2048c24fc48 00:36:48 Step 8/22 : COPY . . [Pipeline] wrap 00:36:48 provisioning config files... 00:36:48 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/47@tmp/config4349456745053303808tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:48 ---> docker-login.sh 00:36:48 nexus3.edgexfoundry.org:10001 00:36:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:49 Configure a credential helper to remove this warning. See 00:36:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:49 00:36:49 Login Succeeded 00:36:49 nexus3.edgexfoundry.org:10002 00:36:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:50 Configure a credential helper to remove this warning. See 00:36:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:50 00:36:50 Login Succeeded 00:36:50 nexus3.edgexfoundry.org:10003 00:36:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:51 Configure a credential helper to remove this warning. See 00:36:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:51 00:36:51 Login Succeeded 00:36:51 nexus3.edgexfoundry.org:10004 00:36:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:51 Configure a credential helper to remove this warning. See 00:36:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:51 00:36:51 Login Succeeded 00:36:51 docker.io 00:36:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:52 Configure a credential helper to remove this warning. See 00:36:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:52 00:36:52 Login Succeeded 00:36:52 ---> docker-login.sh ends [Pipeline] } 00:36:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 00:36:52 Removing intermediate container 5fdc82d7e4f7 00:36:52 ---> e58c794825a5 00:36:52 Step 8/33 : COPY . . 00:36:52 Removing intermediate container 96a5bd786edd 00:36:52 ---> 2ae0530b2f3d 00:36:52 Step 8/21 : COPY . . [Pipeline] echo 00:36:52 ========================================================= 00:36:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:53 + 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:55 Sending build context to Docker daemon 165.9MB 00:36:55 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:36:55 Step 2/6 : FROM ${BASE} 00:36:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:55 5f621e34cdf4: Pulling fs layer 00:36:55 a4357932f1b6: Pulling fs layer 00:36:55 18c013af1878: Pulling fs layer 00:36:55 00ac8860ef70: Pulling fs layer 00:36:55 63d7cb157983: Pulling fs layer 00:36:55 b116817d02f9: Pulling fs layer 00:36:55 745a02a5169b: Pulling fs layer 00:36:55 00ac8860ef70: Waiting 00:36:55 b116817d02f9: Waiting 00:36:55 745a02a5169b: Waiting 00:36:55 63d7cb157983: Waiting 00:36:55 18c013af1878: Download complete 00:36:55 a4357932f1b6: Verifying Checksum 00:36:55 a4357932f1b6: Download complete 00:36:55 63d7cb157983: Download complete 00:36:55 b116817d02f9: Verifying Checksum 00:36:55 b116817d02f9: Download complete 00:36:55 5f621e34cdf4: Download complete 00:36:56 5f621e34cdf4: Pull complete 00:36:57 a4357932f1b6: Pull complete 00:36:57 18c013af1878: Pull complete 00:36:58 745a02a5169b: Verifying Checksum 00:36:58 745a02a5169b: Download complete 00:36:59 00ac8860ef70: Verifying Checksum 00:36:59 00ac8860ef70: Download complete 00:37:09 00ac8860ef70: Pull complete 00:37:09 63d7cb157983: Pull complete 00:37:09 b116817d02f9: Pull complete 00:37:13 745a02a5169b: Pull complete 00:37:13 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:37:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:37:13 ---> b7e6874047d6 00:37:13 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:37:15 ---> Running in eb192eae773b 00:37:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:18 (1/12) Installing libmagic (5.38-r0) 00:37:18 (2/12) Installing file (5.38-r0) 00:37:18 (3/12) Installing libc-dev (0.7.2-r3) 00:37:19 (4/12) Installing g++ (9.3.0-r2) 00:37:23 (5/12) Installing fortify-headers (1.1-r0) 00:37:23 (6/12) Installing patch (2.7.6-r6) 00:37:23 (7/12) Installing build-base (0.5-r2) 00:37:23 (8/12) Installing libsodium (1.0.18-r0) 00:37:24 (9/12) Installing pkgconf (1.7.2-r0) 00:37:24 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:24 (11/12) Installing libzmq (4.3.3-r0) 00:37:24 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:24 Executing busybox-1.31.1-r19.trigger 00:37:24 OK: 217 MiB in 51 packages 00:37:24 ---> a9ace30a4280 00:37:24 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:37:25 ---> Running in ab74c53239a0 00:37:26 ---> 0ab8f4c993ce 00:37:26 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:37:26 ---> e2afca32560b 00:37:26 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:37:26 ---> a04c98c9015f 00:37:26 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:37:26 ---> 4c18a07486d3 00:37:26 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:37:26 ---> Running in c714df72604c 00:37:26 ---> Running in 36de2fd29d6e 00:37:26 ---> Running in b119b93eaf9f 00:37:26 ---> Running in 79146e34c4c6 00:37:27 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:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:37:27 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:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:37:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:37:28 Removing intermediate container eb192eae773b 00:37:28 ---> efccb06edede 00:37:28 Step 4/6 : WORKDIR /edgex-go 00:37:28 ---> Running in 55da8649e716 00:37:28 Removing intermediate container 55da8649e716 00:37:28 ---> 465894e33489 00:37:28 Step 5/6 : COPY go.mod . 00:37:29 ---> 16c59ed3cbc9 00:37:29 Step 6/6 : RUN go mod download 00:37:29 ---> Running in 92897f6c45fd 00:37:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:37:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:37:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:37:57 Removing intermediate container 92897f6c45fd 00:37:57 ---> 1384fb4241b7 00:37:57 Successfully built 1384fb4241b7 00:37:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:58 + docker inspect -f . ci-base-image-arm64 00:37:58 . [Pipeline] withDockerContainer 00:37:58 prd-ubuntu18.04-docker-arm64-4c-16g-22406 does not seem to be running inside a container 00:37:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:00 $ docker top cf242c58ac356e297cebfb2da8618fbf9f7704326c36164d83fc1cc0cf7a9c2f -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:01 + go version 00:38:01 go version go1.15.5 linux/arm64 [Pipeline] } 00:38:01 $ docker stop --time=1 cf242c58ac356e297cebfb2da8618fbf9f7704326c36164d83fc1cc0cf7a9c2f 00:38:01 Removing intermediate container ab74c53239a0 00:38:01 ---> d64fb73a8a47 00:38:01 00:38:01 Step 10/22 : FROM alpine:3.12 00:38:01 3.12: Pulling from library/alpine 00:38:03 Removing intermediate container 36de2fd29d6e 00:38:03 ---> 713a696268b0 00:38:03 00:38:03 Step 10/22 : FROM alpine:3.12 00:38:03 Removing intermediate container c714df72604c 00:38:03 ---> f97a31e48c73 00:38:03 00:38:03 Step 10/24 : FROM alpine:3.12 00:38:03 3.12: Pulling from library/alpine 00:38:03 3.12: Pulling from library/alpine 00:38:03 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:38:03 Removing intermediate container 79146e34c4c6 00:38:03 ---> 75337c8ff14b 00:38:03 00:38:03 Step 10/21 : FROM alpine:3.12 00:38:03 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:38:03 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:38:03 Status: Downloaded newer image for alpine:3.12 00:38:03 ---> 389fef711851 00:38:03 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:38:03 Status: Downloaded newer image for alpine:3.12 00:38:03 ---> 389fef711851 00:38:03 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:38:03 Status: Image is up to date for alpine:3.12 00:38:03 ---> 389fef711851 00:38:03 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:38:03 3.12: Pulling from library/alpine 00:38:03 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:38:03 Status: Image is up to date for alpine:3.12 00:38:03 ---> 389fef711851 00:38:03 Step 11/21 : RUN apk add --update --no-cache curl 00:38:03 $ docker rm -f cf242c58ac356e297cebfb2da8618fbf9f7704326c36164d83fc1cc0cf7a9c2f 00:38:03 ---> Running in e310e4062129 00:38:03 ---> Running in 204035facfc3 00:38:03 ---> Running in 353d20c9c289 00:38:03 ---> Running in da03a5480a1b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:04 + docker inspect -f . ci-base-image-arm64 00:38:04 . [Pipeline] withDockerContainer 00:38:04 prd-ubuntu18.04-docker-arm64-4c-16g-22406 does not seem to be running inside a container 00:38:04 $ 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/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:06 Removing intermediate container b119b93eaf9f 00:38:06 ---> 426cf394d54d 00:38:06 00:38:06 Step 10/33 : FROM alpine:3.12 00:38:06 ---> 389fef711851 00:38:06 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 00:38:06 (1/1) Installing dumb-init (1.2.2-r1) 00:38:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:06 Executing busybox-1.31.1-r19.trigger 00:38:06 OK: 6 MiB in 15 packages 00:38:06 ---> Running in d85423ca36d5 00:38:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:06 $ docker top 611ddee226339c17fc55455f3ded77886df4d3d8845d3770fdfd51399af49c82 -eo pid,comm 00:38:06 (1/5) Installing ca-certificates (20191127-r4) 00:38:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:06 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:38:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:06 (3/5) Installing libcurl (7.69.1-r3) 00:38:06 (4/5) Installing curl (7.69.1-r3) 00:38:06 (5/5) Installing dumb-init (1.2.2-r1) 00:38:06 Executing busybox-1.31.1-r19.trigger 00:38:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:06 (1/4) Installing ca-certificates (20191127-r4) 00:38:06 (1/2) Installing ca-certificates (20191127-r4) 00:38:06 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:38:06 (3/4) Installing libcurl (7.69.1-r3) 00:38:06 (4/4) Installing curl (7.69.1-r3) 00:38:06 Executing ca-certificates-20191127-r4.trigger 00:38:06 Executing busybox-1.31.1-r19.trigger 00:38:06 (2/2) Installing dumb-init (1.2.2-r1) 00:38:06 Executing ca-certificates-20191127-r4.trigger 00:38:06 Executing busybox-1.31.1-r19.trigger 00:38:06 Executing ca-certificates-20191127-r4.trigger 00:38:06 OK: 7 MiB in 19 packages 00:38:06 OK: 7 MiB in 18 packages 00:38:06 OK: 6 MiB in 16 packages 00:38:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] echo 00:38:06 ========================================================= 00:38:06 [edgeXBuildGoParallel] Running Tests and Build... 00:38:06 ========================================================= [Pipeline] sh 00:38:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:07 (1/3) Installing dumb-init (1.2.2-r1) 00:38:07 (2/3) Installing openssl (1.1.1i-r0) 00:38:07 (3/3) Installing su-exec (0.2-r1) 00:38:07 Executing busybox-1.31.1-r19.trigger 00:38:07 OK: 6 MiB in 17 packages 00:38:07 + make test 00:38:07 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:07 Removing intermediate container e310e4062129 00:38:07 ---> d6d77c617d79 00:38:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:07 ---> Running in cd9d2ba13405 00:38:08 Removing intermediate container cd9d2ba13405 00:38:08 ---> c0cea7412c76 00:38:08 Step 13/22 : ENV APP_PORT=48085 00:38:09 Removing intermediate container 353d20c9c289 00:38:09 ---> 9f4c5cdbdc86 00:38:09 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:38:09 ---> Running in fe2af1c5ffd0 00:38:09 ---> Running in 7881a2483aa2 00:38:09 Removing intermediate container 204035facfc3 00:38:09 ---> f8407bd4a351 00:38:09 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:09 Removing intermediate container d85423ca36d5 00:38:09 ---> f4e7fbc2306a 00:38:09 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:38:09 Removing intermediate container da03a5480a1b 00:38:09 ---> 5d97d3b07095 00:38:09 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:10 ---> Running in d445def6466f 00:38:10 ---> Running in 2cd33b602d59 00:38:10 ---> Running in 78217e6f1bfc 00:38:10 Removing intermediate container fe2af1c5ffd0 00:38:10 ---> be02c90e9078 00:38:10 Step 14/22 : EXPOSE $APP_PORT 00:38:10 Removing intermediate container 7881a2483aa2 00:38:10 ---> cd1cd940ce44 00:38:10 Step 13/22 : ENV APP_PORT=48060 00:38:10 ---> Running in 55daa5ec04bf 00:38:10 ---> Running in 072cf384a68e 00:38:10 Removing intermediate container d445def6466f 00:38:10 ---> ec3a174de0c3 00:38:10 Step 13/24 : WORKDIR / 00:38:10 Removing intermediate container 78217e6f1bfc 00:38:10 ---> b35b5716ef55 00:38:10 Step 13/21 : WORKDIR /edgex 00:38:10 Removing intermediate container 2cd33b602d59 00:38:10 ---> 737b0cd4334c 00:38:10 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 00:38:11 ---> Running in 486792c51d75 00:38:11 ---> Running in 0ede85e17d7f 00:38:11 ---> Running in 978c28da32cd 00:38:11 Removing intermediate container 55daa5ec04bf 00:38:11 ---> 439de6faa307 00:38:11 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:11 Removing intermediate container 072cf384a68e 00:38:11 ---> 0b7c19df9a0a 00:38:11 Step 14/22 : EXPOSE $APP_PORT 00:38:11 ---> Running in 2201988df523 00:38:11 Removing intermediate container 486792c51d75 00:38:11 ---> b8e50cd00456 00:38:11 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:38:11 Removing intermediate container 978c28da32cd 00:38:11 ---> 6ffe6f19c6a5 00:38:11 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 00:38:11 Removing intermediate container 0ede85e17d7f 00:38:11 ---> 142aa2bde712 00:38:11 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:38:11 ---> be0c600ad9ec 00:38:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:38:11 ---> Running in 582b8d841f06 00:38:11 Removing intermediate container 2201988df523 00:38:11 ---> 0c9101687205 00:38:11 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:12 ---> cf3d6db39a90 00:38:12 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:38:12 ---> 62b7385246a3 00:38:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:38:12 ---> f04315dfb516 00:38:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:38:12 ---> 98fc37963980 00:38:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:38:12 ---> 9cba6b2905fd 00:38:12 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:38:13 Connecting to github.com (140.82.112.3:443) 00:38:13 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.21.179:443) 00:38:13  ---> b7927a694e3a 00:38:13 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:38:13 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 00:38:13  ---> 33c377abffa6 00:38:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:38:13 ---> Running in afa9ee4d4101 00:38:13 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 00:38:13 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 00:38:13 dockerize 00:38:13 ---> 63a447bcbfb3 00:38:13 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:38:13 ---> 6cd2a304b318 00:38:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:38:13 Removing intermediate container afa9ee4d4101 00:38:13 ---> 8e469f1341c5 00:38:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:14 ---> Running in 94e214814c4d 00:38:14 ---> 285b0c443606 00:38:14 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:38:14 ---> 5a0c9124b4a6 00:38:14 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:38:14 ---> cc317d85587c 00:38:14 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:38:14 ---> Running in 7be7e56918dd 00:38:14 Removing intermediate container 94e214814c4d 00:38:14 ---> 048117fa25a1 00:38:14 Step 20/22 : LABEL arch=x86_64 00:38:14 ---> Running in 3b36785e9956 00:38:14 ---> Running in 3a21880ce7e4 00:38:14 Removing intermediate container 582b8d841f06 00:38:14 ---> 4a7d3db714ee 00:38:14 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 00:38:14 Removing intermediate container 7be7e56918dd 00:38:14 ---> 807283e36385 00:38:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:14 ---> Running in eac113ee8480 00:38:14 ---> 10ce5154642b 00:38:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:38:14 Removing intermediate container 3b36785e9956 00:38:14 ---> dd7dcf3fa0c2 00:38:14 Step 18/21 : CMD ["--init=true"] 00:38:14 ---> Running in 7aa8961efe1a 00:38:15 Removing intermediate container 3a21880ce7e4 00:38:15 ---> 33f6a95b1229 00:38:15 Step 21/22 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 00:38:15 ---> Running in 929bd50b0d1e 00:38:15 Removing intermediate container eac113ee8480 00:38:15 ---> f201a35bf496 00:38:15 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:38:15 ---> Running in a7bb34b143e1 00:38:15 Removing intermediate container 7aa8961efe1a 00:38:15 ---> 15c2cc65179b 00:38:15 Step 20/22 : LABEL arch=x86_64 00:38:15 ---> 8bc56b9bd78d 00:38:15 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:38:15 ---> Running in 9514496d2341 00:38:15 ---> Running in bf9cd78c3014 00:38:15 ---> Running in 671c9e18ef93 00:38:15 Removing intermediate container 929bd50b0d1e 00:38:15 ---> a1d2bbe9041c 00:38:15 Step 19/21 : LABEL arch=x86_64 00:38:16 Removing intermediate container a7bb34b143e1 00:38:16 ---> 5659876b8c01 00:38:16 Step 22/22 : LABEL version=0.0.0 00:38:16 ---> Running in 1edca4dc1811 00:38:16 ---> Running in 01680406b058 00:38:16 Removing intermediate container bf9cd78c3014 00:38:16 ---> 87b259ac8ee9 00:38:16 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 00:38:16 Removing intermediate container 9514496d2341 00:38:16 ---> bd93aab94c29 00:38:16 Step 21/22 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 00:38:16 ---> Running in f69f2ff6c64f 00:38:16 ---> Running in 3508157c037d 00:38:16 Removing intermediate container 1edca4dc1811 00:38:16 ---> e8e339b9d713 00:38:16 Step 20/21 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 00:38:17 Removing intermediate container 01680406b058 00:38:17 ---> 1368f0e7be3a 00:38:17 00:38:17 ---> Running in 02133f52f2fe 00:38:17 Successfully built 1368f0e7be3a 00:38:17 Successfully tagged docker-support-scheduler-go:latest 00:38:17 Removing intermediate container 3508157c037d 00:38:17 ---> b79611c2d9dc 00:38:17 Step 22/22 : LABEL version=0.0.0 00:38:17 Building docker-core-command-go 00:38:17  Building docker-support-scheduler-go ... done Removing intermediate container 02133f52f2fe 00:38:17 ---> ca2907a9a25f 00:38:17 Step 21/21 : LABEL version=0.0.0 00:38:17 ---> Running in 16187d7a69d1 00:38:17 ---> Running in a60e5ac1cc29 00:38:17 Move dockerize executable 00:38:17 Removing intermediate container 16187d7a69d1 00:38:17 ---> 321668b032bb 00:38:17 00:38:17 Removing intermediate container 671c9e18ef93 00:38:17 ---> fd639047a42d 00:38:17 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:38:17 Successfully built 321668b032bb 00:38:18 Removing intermediate container a60e5ac1cc29 00:38:18 ---> 63cb1932670f 00:38:18 00:38:18 Successfully tagged docker-support-notifications-go:latest 00:38:18  Building docker-support-notifications-go ... done Building docker-core-data-go 00:38:18 ---> Running in 0a7b8220e885 00:38:18 Successfully built 63cb1932670f 00:38:18 Successfully tagged docker-security-proxy-setup-go:latest 00:38:18 Building docker-sys-mgmt-agent-go 00:38:18  Building docker-security-proxy-setup-go ... done Removing intermediate container 0a7b8220e885 00:38:18 ---> 66a4dbfac257 00:38:18 Step 22/24 : LABEL arch=x86_64 00:38:18 ---> Running in 9d065edf99c8 00:38:18 Removing intermediate container f69f2ff6c64f 00:38:18 ---> 8463e59a2aa2 00:38:18 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 00:38:18 ---> Running in f1fad13b96c6 00:38:19 Removing intermediate container 9d065edf99c8 00:38:19 ---> 0d194c3a8c4b 00:38:19 Step 23/24 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 00:38:21 ---> Running in cabf3e697d10 00:38:21 Removing intermediate container f1fad13b96c6 00:38:21 ---> f0ff9a48c226 00:38:21 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:38:24 Removing intermediate container cabf3e697d10 00:38:24 ---> 37dc7ad5c047 00:38:24 Step 24/24 : LABEL version=0.0.0 00:38:26 ---> 0a6b4dbfd456 00:38:26 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:38:28 ---> Running in d0bf4901fb8a 00:38:28 ---> Running in fbbb0b90ccf6 00:38:29 Removing intermediate container d0bf4901fb8a 00:38:29 ---> 1ca3d030d5b5 00:38:29 00:38:29 Successfully built 1ca3d030d5b5 00:38:29 Successfully tagged docker-security-secretstore-setup-go:latest 00:38:29 Building docker-core-metadata-go 00:38:37  Building docker-security-secretstore-setup-go ... done Removing intermediate container fbbb0b90ccf6 00:38:37 ---> b320345b9d1d 00:38:37 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:38 ---> d45148f271e9 00:38:38 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:38:39 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:39 ---> 0c289cf15609 00:38:39 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:38:40 ---> 47a0265177b2 00:38:40 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:38:42 ---> f37eb1408e2c 00:38:42 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:38:42 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:42 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:38:42 ---> 7b9f653b3ead 00:38:42 Step 3/26 : WORKDIR /edgex-go 00:38:42 ---> Using cache 00:38:42 ---> a02019194750 00:38:42 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:42 ---> Using cache 00:38:42 ---> b7dd6fe9f54e 00:38:42 Step 5/26 : RUN apk add --update --no-cache make bash git 00:38:42 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:42 ---> 7b9f653b3ead 00:38:42 Step 3/23 : WORKDIR /edgex-go 00:38:42 ---> Using cache 00:38:42 ---> a02019194750 00:38:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:42 ---> Using cache 00:38:42 ---> b7dd6fe9f54e 00:38:42 Step 5/23 : RUN apk add --update --no-cache make git 00:38:42 ---> Using cache 00:38:42 ---> 0bc0256fd5ad 00:38:42 Step 6/23 : COPY go.mod . 00:38:42 ---> Using cache 00:38:42 ---> cbcb59be2286 00:38:42 Step 7/23 : RUN go mod download 00:38:42 ---> Using cache 00:38:42 ---> e58c794825a5 00:38:42 Step 8/23 : COPY . . 00:38:42 ---> Using cache 00:38:42 ---> a04c98c9015f 00:38:42 Step 9/23 : RUN make cmd/core-command/core-command 00:38:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:43 ---> 7b9f653b3ead 00:38:43 Step 3/23 : WORKDIR /edgex-go 00:38:43 ---> Using cache 00:38:43 ---> a02019194750 00:38:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:43 ---> Using cache 00:38:43 ---> b7dd6fe9f54e 00:38:43 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:38:44 ---> 9581a3ec0d5d 00:38:44 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 00:38:44 ---> Running in 55fa2ef3265a 00:38:44 ---> Running in 04b369a3ee8b 00:38:44 ---> Running in 86ed95cdc474 00:38:46 ---> Running in c5007918e326 00:38:48 Removing intermediate container c5007918e326 00:38:48 ---> 141a5c9ba3d9 00:38:48 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:38:48 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:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:48 ---> 7b9f653b3ead 00:38:48 Step 3/23 : WORKDIR /edgex-go 00:38:48 ---> Using cache 00:38:48 ---> a02019194750 00:38:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:48 ---> Using cache 00:38:48 ---> b7dd6fe9f54e 00:38:48 Step 5/23 : RUN apk add --update --no-cache make git 00:38:48 ---> Using cache 00:38:48 ---> 0bc0256fd5ad 00:38:48 Step 6/23 : COPY go.mod . 00:38:48 ---> Using cache 00:38:48 ---> cbcb59be2286 00:38:48 Step 7/23 : RUN go mod download 00:38:48 ---> Using cache 00:38:48 ---> e58c794825a5 00:38:48 Step 8/23 : COPY . . 00:38:48 ---> Using cache 00:38:48 ---> a04c98c9015f 00:38:48 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:38:48 ---> 51af78f77209 00:38:48 Step 28/33 : RUN chmod +x /entrypoint.sh 00:38:48 ---> Running in f5e45ea11119 00:38:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:49 ---> Running in 9998aee3f23a 00:38:49 OK: 233 MiB in 51 packages 00:38:49 OK: 233 MiB in 51 packages 00:38:49 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:38:50 Removing intermediate container 86ed95cdc474 00:38:50 ---> 09ce1fd0ac80 00:38:50 Step 6/23 : COPY go.mod . 00:38:50 Removing intermediate container 04b369a3ee8b 00:38:50 ---> 84c9c3533836 00:38:50 Step 6/26 : COPY go.mod . 00:38:50 ---> 69036825493a 00:38:50 Step 7/23 : RUN go mod download 00:38:50 ---> 90805cf5b0c9 00:38:50 Step 7/26 : RUN go mod download 00:38:51 ---> Running in f1366a87c2bb 00:38:51 Removing intermediate container 9998aee3f23a 00:38:51 ---> 4d34405f2654 00:38:51 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 00:38:51 ---> Running in 558769a4e948 00:38:51 ---> Running in 1352704bca80 00:38:52 Removing intermediate container 1352704bca80 00:38:52 ---> 8782979d9923 00:38:52 Step 30/33 : CMD ["gate"] 00:38:52 ---> Running in 1204dcbfb6af 00:38:52 Removing intermediate container 1204dcbfb6af 00:38:52 ---> 6bc7d3d28e8f 00:38:52 Step 31/33 : LABEL arch=x86_64 00:38:52 ---> Running in 26be3bceee04 00:38:53 Removing intermediate container 26be3bceee04 00:38:53 ---> a4885a82d5f4 00:38:53 Step 32/33 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 00:38:53 ---> Running in a1b5284a6f01 00:38:54 Removing intermediate container a1b5284a6f01 00:38:54 ---> e5e07638cf39 00:38:54 Step 33/33 : LABEL version=0.0.0 00:38:54 Removing intermediate container 558769a4e948 00:38:54 ---> 69651b398727 00:38:54 Step 8/26 : COPY . . 00:38:54 Removing intermediate container f1366a87c2bb 00:38:54 ---> 9b59ce20881c 00:38:54 Step 8/23 : COPY . . 00:38:54 ---> Running in c6ec9f2aff9e 00:38:57 Removing intermediate container c6ec9f2aff9e 00:38:57 ---> b8b21f2c63cb 00:38:57 00:39:00 Successfully built b8b21f2c63cb 00:39:00 Successfully tagged docker-security-bootstrapper-go:latest 00:39:22  Building docker-security-bootstrapper-go ... done Removing intermediate container 55fa2ef3265a 00:39:22 ---> de544251858d 00:39:22 00:39:22 Step 10/23 : FROM alpine:3.12 00:39:22 ---> 389fef711851 00:39:22 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:39:22 ---> fab6fa2c0e4b 00:39:22 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:39:22 ---> Using cache 00:39:22 ---> d6d77c617d79 00:39:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:22 ---> Using cache 00:39:22 ---> c0cea7412c76 00:39:22 Step 13/23 : ENV APP_PORT=48082 00:39:22 ---> 9637ea36cda8 00:39:22 Step 9/23 : RUN make cmd/core-data/core-data 00:39:22 ---> Running in 144ed1c711b7 00:39:22 ---> Running in 7ff0f5d348eb 00:39:22 ---> Running in 8e5dc3181729 00:39:22 Removing intermediate container 8e5dc3181729 00:39:22 ---> 95544ab77ef4 00:39:22 Step 14/23 : EXPOSE $APP_PORT 00:39:22 ---> Running in f3e9cab0f055 00:39:23 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:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:39:23 Removing intermediate container f3e9cab0f055 00:39:23 ---> 90fe9f539342 00:39:23 Step 15/23 : WORKDIR / 00:39:24 ---> Running in e6cc2a54c1de 00:39:25 Removing intermediate container e6cc2a54c1de 00:39:25 ---> 9e6f5e292904 00:39:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:26 Removing intermediate container f5e45ea11119 00:39:26 ---> e3d9341468f6 00:39:26 00:39:26 Step 10/23 : FROM alpine:3.12 00:39:26 ---> 389fef711851 00:39:26 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:39:26 ---> Using cache 00:39:26 ---> d6d77c617d79 00:39:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:26 ---> Using cache 00:39:26 ---> c0cea7412c76 00:39:26 Step 13/23 : ENV APP_PORT=48081 00:39:26 ---> 9dd3b56492d6 00:39:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:39:27 ---> Running in 6d93655ad17d 00:39:27 ---> bf8e808a259c 00:39:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:39:27 Removing intermediate container 6d93655ad17d 00:39:27 ---> 3c10b1c01ea9 00:39:27 Step 14/23 : EXPOSE $APP_PORT 00:39:27 ---> Running in 213cf95da9b6 00:39:27 ---> df62c63079be 00:39:27 Step 19/23 : ENTRYPOINT ["/core-command"] 00:39:28 Removing intermediate container 213cf95da9b6 00:39:28 ---> 186da26de21a 00:39:28 Step 15/23 : WORKDIR / 00:39:28 ---> Running in ac3c60c6f915 00:39:28 ---> Running in a6084246a735 00:39:28 Removing intermediate container ac3c60c6f915 00:39:28 ---> 6d9d8c2f3434 00:39:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:28 ---> Running in 82a95e25e6c8 00:39:28 Removing intermediate container a6084246a735 00:39:28 ---> 3a3c31cd9906 00:39:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:29 Removing intermediate container 82a95e25e6c8 00:39:29 ---> 4b69aafc49a2 00:39:29 Step 21/23 : LABEL arch=x86_64 00:39:29 ---> Running in 032e9f641d13 00:39:30 ---> eb1a114bf551 00:39:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:39:30 Removing intermediate container 032e9f641d13 00:39:30 ---> 8c50041a748f 00:39:30 Step 22/23 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 00:39:30 ---> Running in 5280a8c08a5b 00:39:30 Removing intermediate container 5280a8c08a5b 00:39:30 ---> e09233e4afef 00:39:30 Step 23/23 : LABEL version=0.0.0 00:39:30 ---> Running in 1c4236034161 00:39:30 ---> 1bd40d075bd5 00:39:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:39:30 Removing intermediate container 1c4236034161 00:39:30 ---> af8a36fedd12 00:39:30 00:39:31 Successfully built af8a36fedd12 00:39:31 Successfully tagged docker-core-command-go:latest 00:39:31  Building docker-core-command-go ... done  ---> d9fb2515b69e 00:39:31 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:39:31 ---> Running in 77a1bb0a609c 00:39:32 Removing intermediate container 77a1bb0a609c 00:39:32 ---> 4006a3d132ba 00:39:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:32 ---> Running in 30abd00ed05c 00:39:32 Removing intermediate container 30abd00ed05c 00:39:32 ---> 71550e5f8ecb 00:39:32 Step 21/23 : LABEL arch=x86_64 00:39:32 ---> Running in ed980bc7eecf 00:39:32 Removing intermediate container ed980bc7eecf 00:39:32 ---> 6ac289ece681 00:39:32 Step 22/23 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 00:39:32 ---> Running in bb6c0f228d4a 00:39:33 Removing intermediate container bb6c0f228d4a 00:39:33 ---> f850b96b2122 00:39:33 Step 23/23 : LABEL version=0.0.0 00:39:33 ---> Running in 83efe0d22c58 00:39:34 Removing intermediate container 83efe0d22c58 00:39:34 ---> 35a48f7a3f62 00:39:34 00:39:34 Successfully built 35a48f7a3f62 00:39:34 Successfully tagged docker-core-metadata-go:latest 00:39:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:40 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:41  Building docker-core-metadata-go ... done Removing intermediate container 7ff0f5d348eb 00:39:41 ---> 6effbb3748a0 00:39:41 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:39:41 ---> Running in 9bdbc97a361e 00:39:42 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:44 Removing intermediate container 144ed1c711b7 00:39:44 ---> 28a6202d384a 00:39:44 00:39:44 Step 10/23 : FROM alpine:3.12 00:39:44 ---> 389fef711851 00:39:44 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:44 Removing intermediate container 9bdbc97a361e 00:39:44 ---> 6b61621b95a3 00:39:44 00:39:44 Step 11/26 : FROM docker:20.10.0 00:39:44 ---> Running in 6c99949971b2 00:39:44 20.10.0: Pulling from library/docker 00:39:44 Removing intermediate container 6c99949971b2 00:39:44 ---> f2ae2cab14e3 00:39:44 Step 12/23 : ENV APP_PORT=48080 00:39:45 ---> Running in 34e02b9b68fc 00:39:45 Removing intermediate container 34e02b9b68fc 00:39:45 ---> 4893d2cc60ef 00:39:45 Step 13/23 : EXPOSE $APP_PORT 00:39:45 ---> Running in 59fe0ccb604e 00:39:47 Removing intermediate container 59fe0ccb604e 00:39:47 ---> f64c25bfeb3a 00:39:47 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:47 ---> Running in 19157388b010 00:39:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:39:49 Removing intermediate container 19157388b010 00:39:49 ---> 67196e487efa 00:39:49 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:39:49 ---> Running in d2fde0c667cf 00:39:49 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:39:49 Status: Downloaded newer image for docker:20.10.0 00:39:49 ---> aefe523efa57 00:39:49 Step 12/26 : RUN apk add --no-cache bash 00:39:49 ---> Running in 644166972efc 00:39:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:50 (1/2) Installing readline (8.0.4-r0) 00:39:50 (2/2) Installing bash (5.0.17-r0) 00:39:50 Executing bash-5.0.17-r0.post-install 00:39:50 Executing busybox-1.31.1-r19.trigger 00:39:50 OK: 12 MiB in 22 packages 00:39:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:50 Removing intermediate container 644166972efc 00:39:50 ---> 65ade0b03ae4 00:39:50 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:39:50 ---> Running in 708dc6899313 00:39:51 Removing intermediate container 708dc6899313 00:39:51 ---> 9b4f5c8b815c 00:39:51 Step 14/26 : ENV APP_PORT=48090 00:39:51 ---> Running in 34c4095b9d88 00:39:51 Removing intermediate container 34c4095b9d88 00:39:51 ---> d5be6d3c2f54 00:39:51 Step 15/26 : EXPOSE $APP_PORT 00:39:51 ---> Running in 71e6d74261f3 00:39:51 Removing intermediate container 71e6d74261f3 00:39:51 ---> f8eee8389108 00:39:51 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:39:51 (1/6) Installing dumb-init (1.2.2-r1) 00:39:51 (2/6) Installing libgcc (9.3.0-r2) 00:39:51 (3/6) Installing libsodium (1.0.18-r0) 00:39:51 ---> a7fc4a9f008c 00:39:51 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:39:52 (4/6) Installing libstdc++ (9.3.0-r2) 00:39:52 ---> 4a9cb7339c5b 00:39:52 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:39:52 (5/6) Installing libzmq (4.3.3-r0) 00:39:52 (6/6) Installing zeromq (4.3.3-r0) 00:39:52 ---> 945f46c30a15 00:39:52 Step 19/26 : RUN apk --no-cache add py3-pip 00:39:52 ---> Running in d1f1e7c8fedf 00:39:52 Executing busybox-1.31.1-r19.trigger 00:39:52 OK: 8 MiB in 20 packages 00:39:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:53 Removing intermediate container d2fde0c667cf 00:39:53 ---> e8d3abda80b3 00:39:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:53 (1/33) Installing libbz2 (1.0.8-r1) 00:39:53 (2/33) Installing expat (2.2.9-r1) 00:39:53 (3/33) Installing libffi (3.3-r2) 00:39:53 (4/33) Installing gdbm (1.13-r1) 00:39:53 (5/33) Installing xz-libs (5.2.5-r0) 00:39:53 (6/33) Installing sqlite-libs (3.32.1-r0) 00:39:53 (7/33) Installing python3 (3.8.5-r0) 00:39:53 ---> 21616a59a9ff 00:39:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:39:56 ---> 1b971e0ced47 00:39:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:39:56 (8/33) Installing py3-appdirs (1.4.4-r1) 00:39:56 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:39:56 (10/33) Installing py3-parsing (2.4.7-r0) 00:39:57 (11/33) Installing py3-six (1.15.0-r0) 00:39:57 (12/33) Installing py3-packaging (20.4-r0) 00:39:57 (13/33) Installing py3-setuptools (47.0.0-r0) 00:39:57 (14/33) Installing py3-chardet (3.0.4-r4) 00:39:57 (15/33) Installing py3-idna (2.9-r0) 00:39:57 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:57 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:39:57 ---> 17be3d85456c 00:39:57 Step 19/23 : ENTRYPOINT ["/core-data"] 00:39:57 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:39:57 (18/33) Installing py3-requests (2.23.0-r0) 00:39:58 ---> Running in e90b411b115b 00:39:58 (19/33) Installing py3-msgpack (1.0.0-r0) 00:39:58 (20/33) Installing py3-lockfile (0.12.2-r3) 00:39:58 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:39:58 (22/33) Installing py3-colorama (0.4.3-r0) 00:39:58 (23/33) Installing py3-distlib (0.3.0-r0) 00:39:58 (24/33) Installing py3-distro (1.5.0-r1) 00:39:58 (25/33) Installing py3-webencodings (0.5.1-r3) 00:39:58 (26/33) Installing py3-html5lib (1.0.1-r4) 00:39:58 Removing intermediate container e90b411b115b 00:39:58 ---> 29171b08633b 00:39:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:59 (27/33) Installing py3-pytoml (0.1.21-r0) 00:39:59 (28/33) Installing py3-pep517 (0.8.2-r0) 00:39:59 (29/33) Installing py3-progress (1.5-r0) 00:39:59 (30/33) Installing py3-toml (0.10.1-r0) 00:39:59 ---> Running in ac3673723154 00:39:59 (31/33) Installing py3-retrying (1.3.3-r0) 00:39:59 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:39:59 (33/33) Installing py3-pip (20.1.1-r0) 00:39:59 Executing busybox-1.31.1-r19.trigger 00:39:59 OK: 71 MiB in 55 packages 00:39:59 Removing intermediate container ac3673723154 00:39:59 ---> 483d0e3d1381 00:39:59 Step 21/23 : LABEL arch=x86_64 00:39:59 ---> Running in c85612584c22 00:40:00 Removing intermediate container c85612584c22 00:40:00 ---> 67e12595ccd3 00:40:00 Step 22/23 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 00:40:00 ---> Running in 26973386ada8 00:40:02 Removing intermediate container 26973386ada8 00:40:02 ---> c65deba7315c 00:40:02 Step 23/23 : LABEL version=0.0.0 00:40:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:40:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:40:04 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:40:04 ---> Running in e13ce0a568e3 00:40:04 Removing intermediate container d1f1e7c8fedf 00:40:04 ---> 3cb2f335c989 00:40:04 Step 20/26 : RUN pip install docker-compose==1.23.2 00:40:04 Removing intermediate container e13ce0a568e3 00:40:04 ---> 4bd9e9125d95 00:40:04 00:40:05 ---> Running in aede43e9af1b 00:40:05 Successfully built 4bd9e9125d95 00:40:05 Successfully tagged docker-core-data-go:latest 00:40:06  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 00:40:06 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:40:06 Collecting dockerpty<0.5,>=0.4.1 00:40:06 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:40:07 Collecting docopt<0.7,>=0.6.1 00:40:07 Downloading docopt-0.6.2.tar.gz (25 kB) 00:40:08 Collecting websocket-client<1.0,>=0.32.0 00:40:08 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:40:08 Collecting jsonschema<3,>=2.5.1 00:40:08 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:40:08 Collecting texttable<0.10,>=0.9.0 00:40:08 Downloading texttable-0.9.1.tar.gz (11 kB) 00:40:08 Collecting cached-property<2,>=1.2.0 00:40:08 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:40:08 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:09 Collecting docker<4.0,>=3.6.0 00:40:09 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:40:09 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:40:09 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:40:09 Collecting PyYAML<4,>=3.10 00:40:09 Downloading PyYAML-3.13.tar.gz (270 kB) 00:40:10 Collecting docker-pycreds>=0.4.0 00:40:10 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:40:10 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:10 Collecting idna<2.8,>=2.5 00:40:10 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:40: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:40:10 Collecting urllib3<1.25,>=1.21.1 00:40:10 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:40:10 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:40:10 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:40:10 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:40:10 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:40:10 Installing collected packages: dockerpty, docopt, websocket-client, jsonschema, texttable, cached-property, docker-pycreds, idna, urllib3, requests, docker, PyYAML, docker-compose 00:40:10 Running setup.py install for dockerpty: started 00:40:11 Running setup.py install for dockerpty: finished with status 'done' 00:40:11 Running setup.py install for docopt: started 00:40:11 Running setup.py install for docopt: finished with status 'done' 00:40:11 Running setup.py install for texttable: started 00:40:12 Running setup.py install for texttable: finished with status 'done' 00:40:12 Attempting uninstall: idna 00:40:12 Found existing installation: idna 2.9 00:40:12 Uninstalling idna-2.9: 00:40:12 Successfully uninstalled idna-2.9 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.259s coverage: 46.6% of statements 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:40:12 Attempting uninstall: urllib3 00:40:12 Found existing installation: urllib3 1.25.9 00:40:12 Uninstalling urllib3-1.25.9: 00:40:12 Successfully uninstalled urllib3-1.25.9 00:40:13 Attempting uninstall: requests 00:40:13 Found existing installation: requests 2.23.0 00:40:13 Uninstalling requests-2.23.0: 00:40:13 Successfully uninstalled requests-2.23.0 00:40:13 Running setup.py install for PyYAML: started 00:40:13 Running setup.py install for PyYAML: finished with status 'done' 00:40:14 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:18 Removing intermediate container aede43e9af1b 00:40:18 ---> 874a9890eac0 00:40:18 Step 21/26 : RUN apk --no-cache add curl 00:40:18 ---> Running in 97140b580ae9 00:40:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:18 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:40:18 (2/3) Installing libcurl (7.69.1-r3) 00:40:18 (3/3) Installing curl (7.69.1-r3) 00:40:18 Executing busybox-1.31.1-r19.trigger 00:40:18 OK: 72 MiB in 58 packages 00:40:19 Removing intermediate container 97140b580ae9 00:40:19 ---> 33d5834d1c2a 00:40:19 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:40:19 ---> Running in 92e1b2711494 00:40:19 Removing intermediate container 92e1b2711494 00:40:19 ---> 3974ce5ec210 00:40:19 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:19 ---> Running in abb2024ed401 00:40:20 Removing intermediate container abb2024ed401 00:40:20 ---> 5b5207bc0291 00:40:20 Step 24/26 : LABEL arch=x86_64 00:40:20 ---> Running in 72d5d0615728 00:40:20 Removing intermediate container 72d5d0615728 00:40:20 ---> ac7ddea6dc0b 00:40:20 Step 25/26 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 00:40:20 ---> Running in 5c9cfea344f2 00:40:20 Removing intermediate container 5c9cfea344f2 00:40:20 ---> 485851c15972 00:40:20 Step 26/26 : LABEL version=0.0.0 00:40:20 ---> Running in 07f52b6bc244 00:40:20 Removing intermediate container 07f52b6bc244 00:40:20 ---> c6d0252acba1 00:40:20 00:40:20 Successfully built c6d0252acba1 00:40:20 Successfully tagged docker-sys-mgmt-agent-go:latest 00:40:21 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.586s coverage: 27.1% of statements 00:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements 00:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements 00:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.277s coverage: 65.8% of statements 00:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.449s coverage: 82.3% of statements 00:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:21  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:40:21 $ docker stop --time=1 08042ff8c6d26f5292fc89bcfdd22b6f3ec0b44bf5adab9e81ac1dd3a2e77c54 00:40:23 $ docker rm -f 08042ff8c6d26f5292fc89bcfdd22b6f3ec0b44bf5adab9e81ac1dd3a2e77c54 [Pipeline] // withDockerContainer [Pipeline] sh 00:40:23 + docker images 00:40:23 + grep docker 00:40:24 docker-sys-mgmt-agent-go latest c6d0252acba1 4 seconds ago 313MB 00:40:24 docker-core-data-go latest 4bd9e9125d95 20 seconds ago 22.3MB 00:40:24 docker-core-metadata-go latest 35a48f7a3f62 51 seconds ago 18.8MB 00:40:24 docker-core-command-go latest af8a36fedd12 54 seconds ago 16.3MB 00:40:24 docker-security-bootstrapper-go latest b8b21f2c63cb About a minute ago 41.5MB 00:40:24 docker-security-secretstore-setup-go latest 1ca3d030d5b5 About a minute ago 24.6MB 00:40:24 docker-support-notifications-go latest 321668b032bb 2 minutes ago 16.9MB 00:40:24 docker-security-proxy-setup-go latest 63cb1932670f 2 minutes ago 24.4MB 00:40:24 docker-support-scheduler-go latest 1368f0e7be3a 2 minutes ago 16.4MB 00:40:24 docker 20.10.0 aefe523efa57 6 weeks 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:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.467s coverage: 28.6% of statements 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.168s coverage: 100.0% of statements 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.403s coverage: 86.7% of statements 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.448s coverage: 97.5% of statements 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.175s coverage: 78.3% of statements 00:40:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:39 Still waiting to schedule task 00:40:39 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-22409’ 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.618s coverage: 92.8% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.264s coverage: 0.1% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 43.8% of statements 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.099s coverage: 79.5% of statements 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.084s coverage: 94.1% of statements 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.090s coverage: 96.3% of statements 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.072s coverage: 87.5% of statements 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.092s coverage: 94.4% of statements 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:40:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.085s coverage: 87.2% of statements 00:40:57 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:40:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:40:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.059s coverage: 100.0% of statements 00:40:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:40:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.093s coverage: 75.5% of statements 00:40:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:40:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.077s coverage: 80.8% of statements 00:40:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.141s coverage: 87.2% of statements 00:40:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.153s coverage: 84.2% of statements 00:40:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.259s coverage: 91.4% of statements 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.726s coverage: 63.5% of statements 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.104s coverage: 91.3% of statements 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.103s coverage: 100.0% of statements 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.069s coverage: 100.0% of statements 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.001s coverage: 68.9% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.500s coverage: 37.0% of statements 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.935s coverage: 84.0% of statements 00:41:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.099s coverage: 100.0% of statements 00:41:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.402s coverage: 47.1% of statements 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:41:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.126s coverage: 100.0% of statements 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:41:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.118s coverage: 100.0% of statements 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:41:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.932s coverage: 29.1% of statements 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.285s coverage: 99.0% of statements 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.122s coverage: 100.0% of statements 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:23 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.092s coverage: 87.9% of statements 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements 00:41:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.069s coverage: 32.1% of statements 00:41:26 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.086s coverage: 100.0% of statements 00:41:27 GO111MODULE=on go vet ./... 00:42:47 Running on prd-ubuntu18.04-docker-8c-8g-22411 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:42:47 Running in /w/workspace/edgex-go/47 [Pipeline] { [Pipeline] checkout 00:42:49 gofmt -l . 00:42:49 [ "`gofmt -l .`" = "" ] 00:42:49 using credential edgex-jenkins-ssh 00:42:49 Cloning the remote Git repository 00:42:49 ./bin/test-go-mod-tidy.sh 00:42:49 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:42:49 > git init /w/workspace/edgex-go/47 # timeout=10 00:42:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:49 > git --version # timeout=10 00:42:49 > git --version # 'git version 2.17.1' 00:42:49 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:50 ./bin/test-attribution-txt.sh [Pipeline] sh 00:42:52 + ls -al . 00:42:52 total 696 00:42:52 drwxrwxr-x 9 1001 1001 4096 Jan 23 00:42 . 00:42:52 drwxr-xr-x 4 root root 4096 Jan 23 00:38 .. 00:42:52 -rw-rw-r-- 1 1001 1001 11 Jan 23 00:36 .dockerignore 00:42:52 drwxrwxr-x 8 1001 1001 4096 Jan 23 00:36 .git 00:42:52 drwxrwxr-x 3 1001 1001 4096 Jan 23 00:36 .github 00:42:52 -rw-rw-r-- 1 1001 1001 872 Jan 23 00:36 .gitignore 00:42:52 -rw-rw-r-- 1 1001 1001 166 Jan 23 00:36 .sonarcloud.properties 00:42:52 -rw-rw-r-- 1 1001 1001 7859 Jan 23 00:36 Attribution.txt 00:42:52 -rw-rw-r-- 1 1001 1001 3804 Jan 23 00:36 CONTRIBUTING.md 00:42:52 -rw-rw-r-- 1 1001 1001 931 Jan 23 00:36 Dockerfile.build 00:42:52 -rw-rw-r-- 1 1001 1001 863 Jan 23 00:36 Jenkinsfile 00:42:52 -rw-rw-r-- 1 1001 1001 10775 Jan 23 00:36 LICENSE 00:42:52 -rw-rw-r-- 1 1001 1001 6001 Jan 23 00:36 Makefile 00:42:52 -rw-rw-r-- 1 1001 1001 6524 Jan 23 00:36 README.md 00:42:52 -rw-rw-r-- 1 1001 1001 6755 Jan 23 00:36 SECURITY.md 00:42:52 -rw-rw-r-- 1 1001 1001 5 Jan 23 00:32 VERSION 00:42:52 -rw-rw-r-- 1 1001 1001 4131 Jan 23 00:36 ZMQWindows.md 00:42:52 drwxrwxr-x 2 1001 1001 4096 Jan 23 00:36 bin 00:42:52 drwxrwxr-x 15 1001 1001 4096 Jan 23 00:36 cmd 00:42:52 -rw-r--r-- 1 root root 564700 Jan 23 00:41 coverage.out 00:42:52 -rw-r--r-- 1 root root 1053 Jan 23 00:42 go.mod 00:42:52 -rw-r--r-- 1 root root 18878 Jan 23 00:42 go.sum 00:42:52 drwxrwxr-x 8 1001 1001 4096 Jan 23 00:36 internal 00:42:52 drwxrwxr-x 4 1001 1001 4096 Jan 23 00:36 openapi 00:42:52 drwxrwxr-x 4 1001 1001 4096 Jan 23 00:36 snap 00:42:52 -rw-rw-r-- 1 1001 1001 168 Jan 23 00:36 version.go [Pipeline] sh 00:42:53 + '[' -e coverage.out ] 00:42:53 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:53 Warning: overwriting stash ‘coverage-report’ 00:42:54 Stashed 1 file(s) [Pipeline] sh 00:42:55 + make build 00:42:55 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:43:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:43:02 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:02 > 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:43:04 Merging remotes/origin/master commit f7cba1f5bd7f0f50faed19509b697065ec7e4bcf into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:43:04 Merge succeeded, producing 1acbc7521d0a88fd1396291b80be26298d9aae88 00:43:04 Checking out Revision 1acbc7521d0a88fd1396291b80be26298d9aae88 (PR-2858) 00:43:04 > git config core.sparsecheckout # timeout=10 00:43:04 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:43:04 > git remote # timeout=10 00:43:04 > git config --get remote.origin.url # timeout=10 00:43:04 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:04 > git merge f7cba1f5bd7f0f50faed19509b697065ec7e4bcf # timeout=10 00:43:04 > git rev-parse HEAD^{commit} # timeout=10 00:43:04 > git config core.sparsecheckout # timeout=10 00:43:04 > git checkout -f 1acbc7521d0a88fd1396291b80be26298d9aae88 # timeout=10 00:43:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:43:08 Commit message: "Merge commit 'f7cba1f5bd7f0f50faed19509b697065ec7e4bcf' into HEAD" 00:43:08 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:43:09 + echo snap-build.sh 00:43:09 snap-build.sh 00:43:09 + SNAP_BASE_DIR=. 00:43:09 + '[' '!' -z /w/workspace/edgex-go/47 ']' 00:43:09 + SNAP_BASE_DIR=/w/workspace/edgex-go/47 00:43:09 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/47]' 00:43:09 [snap-build] Building snap in dir [/w/workspace/edgex-go/47] 00:43:09 + cd /w/workspace/edgex-go/47 00:43:09 + sudo apt-get remove -qy --purge lxd lxd-client 00:43:09 Reading package lists... 00:43:08 > git rev-list --no-walk f3cb4776a1548f6e1b3e0de073556e14b17ad638 # timeout=10 00:43:09 Building dependency tree... 00:43:09 Reading state information... 00:43:09 The following packages were automatically installed and are no longer required: 00:43:09 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:43:09 uidmap xdelta3 00:43:09 Use 'sudo apt autoremove' to remove them. 00:43:09 The following packages will be REMOVED: 00:43:09 lxd* lxd-client* 00:43:10 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:43:10 After this operation, 31.7 MB disk space will be freed. 00:43:10 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:43:10 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:11 Removing lxd dnsmasq configuration 00:43:11 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:43:11 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:43:12 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:43:13 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:43:13 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:14 Processing triggers for systemd (237-3ubuntu10.42) ... 00:43:14 Processing triggers for ureadahead (0.100.0-21) ... 00:43:15 + sudo snap remove --purge lxd 00:43:15 snap "lxd" is not installed 00:43:15 + sudo groupadd --force --system lxd 00:43:15 ++ whoami 00:43:15 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:43:15 + newgrp - lxd 00:43:15 + sudo snap install lxd 00:43:24 2021-01-23T00:43:20Z INFO Waiting for automatic snapd restart... 00:43:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:43:36 lxd 4.10 from Canonical* installed 00:43:36 + sudo lxd init --auto 00:43:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:43:45 + sudo snap install --classic snapcraft 00:43:46 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:46 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:49 snapcraft 4.4.4 from Canonical* installed 00:43:49 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:43:49 + patch --verbose -p1 00:43:49 Hmm... Looks like a unified diff to me... 00:43:49 The text leading up to this was: 00:43:49 -------------------------- 00:43:49 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:43:49 |From: Tony Espy 00:43:49 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:43:49 |Subject: [PATCH] optimize snap build for pipeline CI check 00:43:49 | 00:43:49 |This patch is used by the EdgeX CI pipeline builds to 00:43:49 |optimize the snap CI check run for pull requests. When 00:43:49 |applied, it essentially strips out everything (apps and 00:43:49 |parts) from the snapcraft.yaml file except those required 00:43:49 |to build edgex-go, as the whole idea of the CI check is to 00:43:49 |catch changes to edgex-go that break the snap build. 00:43:49 | 00:43:49 |In general, anyone updating snapcraft.yaml will also need 00:43:49 |to update this patch file, otherwise it may fail to apply, 00:43:49 |resulting in a failed snap build CI check in the associated 00:43:49 |pull request. 00:43:49 | 00:43:49 |Note - in addition to applying this patch, the pipeline also 00:43:49 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:43:49 |need to build the finally binary .snap file (and it won't 00:43:49 |work with the patch applied). This further reduces the build 00:43:49 |time. 00:43:49 |--- 00:43:49 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:43:49 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:43:49 | 00:43:49 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:43:49 |index 1e537489..faf42425 100644 00:43:49 |--- a/snap/snapcraft.yaml 00:43:49 |+++ b/snap/snapcraft.yaml 00:43:49 -------------------------- 00:43:49 patching file snap/snapcraft.yaml 00:43:49 Using Plan A... 00:43:49 Hunk #1 succeeded at 73. 00:43:49 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 00:43:49 Hunk #3 succeeded at 214 (offset -1 lines). 00:43:49 Hunk #4 FAILED at 223. 00:43:49 Hunk #5 succeeded at 300. 00:43:49 Hunk #6 succeeded at 327. 00:43:49 Hunk #7 succeeded at 361. 00:43:49 Hunk #8 FAILED at 412. 00:43:49 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:43:49 Hmm... Ignoring the trailing garbage. 00:43:49 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:43:49 Failed in branch amd64 00:43:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:43:58 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:44:03 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:44:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:44:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:44:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:44:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:44:31 $ docker stop --time=1 611ddee226339c17fc55455f3ded77886df4d3d8845d3770fdfd51399af49c82 00:44:33 $ docker rm -f 611ddee226339c17fc55455f3ded77886df4d3d8845d3770fdfd51399af49c82 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:36 00:44:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:36 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:36 29e5d40040c1: Pulling fs layer 00:44:36 1ce36da41761: Pulling fs layer 00:44:36 25b303627fd3: Pulling fs layer 00:44:37 29e5d40040c1: Verifying Checksum 00:44:37 29e5d40040c1: Download complete 00:44:38 29e5d40040c1: Pull complete 00:44:38 1ce36da41761: Verifying Checksum 00:44:38 1ce36da41761: Download complete 00:44:40 1ce36da41761: Pull complete 00:44:41 25b303627fd3: Verifying Checksum 00:44:41 25b303627fd3: Download complete 00:44:51 25b303627fd3: Pull complete 00:44:51 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:44:51 prd-ubuntu18.04-docker-arm64-4c-16g-22406 does not seem to be running inside a container 00:44:51 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:55 $ docker top 2420bd716e05cdb38d182f735f971498c8b6167aa70eb5c79bd4d881c0ecc5a6 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:56 + docker-compose build --help 00:44:56 + grep parallel 00:45:01 --parallel Build images in parallel. [Pipeline] } 00:45:02 $ docker stop --time=1 2420bd716e05cdb38d182f735f971498c8b6167aa70eb5c79bd4d881c0ecc5a6 00:45:04 $ docker rm -f 2420bd716e05cdb38d182f735f971498c8b6167aa70eb5c79bd4d881c0ecc5a6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:05 . [Pipeline] withDockerContainer 00:45:05 prd-ubuntu18.04-docker-arm64-4c-16g-22406 does not seem to be running inside a container 00:45:05 $ 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/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:45:07 $ docker top babefd33b8a6773c12ec08ad4437213f68d22e78a1b41af31ddbfd71aa805afa -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:08 + docker-compose -f ./docker-compose-build.yml build --parallel 00:45:15 Building docker-core-command-go ... 00:45:15 Building docker-core-data-go ... 00:45:15 Building docker-core-metadata-go ... 00:45:15 Building docker-security-bootstrapper-go ... 00:45:15 Building docker-security-proxy-setup-go ... 00:45:15 Building docker-security-secretstore-setup-go ... 00:45:15 Building docker-support-notifications-go ... 00:45:15 Building docker-support-scheduler-go ... 00:45:15 Building docker-sys-mgmt-agent-go ... 00:45:15 Building docker-security-secretstore-setup-go 00:45:15 Building docker-security-bootstrapper-go 00:45:15 Building docker-core-data-go 00:45:15 Building docker-core-command-go 00:45:15 Building docker-sys-mgmt-agent-go 00:46:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:37 ---> 1384fb4241b7 00:46:37 Step 3/23 : WORKDIR /edgex-go 00:46:37 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:37 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:46:37 ---> 1384fb4241b7 00:46:37 Step 3/26 : WORKDIR /edgex-go 00:46:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:37 ---> 1384fb4241b7 00:46:37 Step 3/23 : WORKDIR /edgex-go 00:46:37 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:37 Step 2/33 : FROM ${BUILDER_BASE} AS builder 00:46:37 ---> 1384fb4241b7 00:46:37 Step 3/33 : WORKDIR /edgex-go 00:46:37 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:46:37 ---> 1384fb4241b7 00:46:37 Step 3/24 : WORKDIR /edgex-go 00:46:37 ---> Running in 0de890fab259 00:46:37 ---> Running in cc831df00433 00:46:37 ---> Running in a4d66690d2a8 00:46:37 ---> Running in 52f6c9afb64f 00:46:37 ---> Running in 9dd138ad0b27 00:46:37 Removing intermediate container 0de890fab259 00:46:37 Removing intermediate container 52f6c9afb64f 00:46:37 ---> 914d57b00feb 00:46:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:37 ---> 27977d42f6b6 00:46:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:37 Removing intermediate container 9dd138ad0b27 00:46:37 ---> 097bd9bb13d2 00:46:37 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:37 Removing intermediate container a4d66690d2a8 00:46:37 ---> da079c6c5921 00:46:37 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:37 Removing intermediate container cc831df00433 00:46:37 ---> 812c448a9f7f 00:46:37 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:37 ---> Running in 40c4b8f20234 00:46:37 ---> Running in 9f0bcd4e1605 00:46:37 ---> Running in 4993b189ef6c 00:46:37 ---> Running in 86e18b3d6913 00:46:37 ---> Running in c16cad4faa0a 00:46:37 Removing intermediate container 40c4b8f20234 00:46:37 ---> 8a9c21813f3e 00:46:37 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:46:37 ---> Running in 22d150c08b12 00:46:37 Removing intermediate container 4993b189ef6c 00:46:37 ---> bb38fca4ada5 00:46:37 Step 5/23 : RUN apk add --update --no-cache make git 00:46:37 Removing intermediate container 9f0bcd4e1605 00:46:37 ---> 8f1b26de3edc 00:46:37 Step 5/26 : RUN apk add --update --no-cache make bash git 00:46:37 ---> Running in 5225a941d748 00:46:38 ---> Running in 0fe65061def1 00:46:38 Removing intermediate container 86e18b3d6913 00:46:38 ---> 950d89f46ae5 00:46:38 Step 5/24 : RUN apk add --update --no-cache make git 00:46:38 Removing intermediate container c16cad4faa0a 00:46:38 ---> 830f86fe163a 00:46:38 Step 5/33 : RUN apk add --update --no-cache make git 00:46:38 ---> Running in 327300fbb40b 00:46:38 ---> Running in cce8f2102343 00:46:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:40 OK: 217 MiB in 51 packages 00:46:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:41 OK: 217 MiB in 51 packages 00:46:41 OK: 217 MiB in 51 packages 00:46:41 OK: 217 MiB in 51 packages 00:46:41 OK: 217 MiB in 51 packages 00:46:42 Removing intermediate container 22d150c08b12 00:46:42 ---> ccc70dc217cb 00:46:42 Step 6/23 : COPY go.mod . 00:46:43 Removing intermediate container 5225a941d748 00:46:43 ---> 7c50235cd2ec 00:46:43 Step 6/23 : COPY go.mod . 00:46:43 Removing intermediate container 0fe65061def1 00:46:43 ---> 25e6658bb335 00:46:43 Step 6/26 : COPY go.mod . 00:46:44 Removing intermediate container cce8f2102343 00:46:44 ---> 7b1cd899c6d1 00:46:44 Step 6/24 : COPY go.mod . 00:46:44 Removing intermediate container 327300fbb40b 00:46:44 ---> 925e77a29a28 00:46:44 Step 6/33 : COPY go.mod . 00:46:44 ---> e4f5e1e5b308 00:46:44 Step 7/23 : RUN go mod download 00:46:44 ---> 392b952b81c8 00:46:44 Step 7/23 : RUN go mod download 00:46:44 ---> Running in 23d6ac21fefc 00:46:44 ---> 27c1a0600627 00:46:44 Step 7/26 : RUN go mod download 00:46:44 ---> Running in 9f60ec1fe8b4 00:46:44 ---> Running in 80916458462d 00:46:45 ---> 01eda002288c 00:46:45 Step 7/24 : RUN go mod download 00:46:45 ---> 4ef9867c6bef 00:46:45 Step 7/33 : RUN go mod download 00:46:45 ---> Running in ebdc9b2dde0b 00:46:45 ---> Running in 9b16182cb9ea 00:46:48 Removing intermediate container 23d6ac21fefc 00:46:48 ---> 2ef0106c7508 00:46:48 Step 8/23 : COPY . . 00:46:49 Removing intermediate container 9f60ec1fe8b4 00:46:49 ---> dfafe469ccb9 00:46:49 Step 8/23 : COPY . . 00:46:49 Removing intermediate container 80916458462d 00:46:49 ---> 31e6f4070369 00:46:49 Step 8/26 : COPY . . 00:46:50 Removing intermediate container 9b16182cb9ea 00:46:50 ---> a118d9b05215 00:46:50 Step 8/33 : COPY . . 00:46:50 Removing intermediate container ebdc9b2dde0b 00:46:50 ---> 5298ef8b94a1 00:46:50 Step 8/24 : COPY . . 00:47:22 ---> ca8a773f8b53 00:47:22 Step 9/23 : RUN make cmd/core-data/core-data 00:47:22 ---> f306247dd38e 00:47:22 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:47:22 ---> b109c72b2d7a 00:47:22 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:47:22 ---> 35b96c601d0c 00:47:22 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:47:22 ---> Running in 0be3d3ba9384 00:47:22 ---> Running in 71261676f6ca 00:47:22 ---> 6baced1dbdab 00:47:22 Step 9/23 : RUN make cmd/core-command/core-command 00:47:22 ---> Running in 35e33348ffbc 00:47:22 ---> Running in 5cc6a5d73507 00:47:22 ---> Running in 5635327a74e2 00:47:22 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:47:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:47:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:47:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:47:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:48:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:48:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:49:08 Removing intermediate container 35e33348ffbc 00:49:08 ---> 04cae513dd70 00:49:08 00:49:08 Step 10/24 : FROM alpine:3.12 00:49:08 3.12: Pulling from library/alpine 00:49:08 Removing intermediate container 71261676f6ca 00:49:08 ---> 314db13bbae9 00:49:08 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:49:09 ---> Running in f5ea406361b2 00:49:10 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:49:10 Status: Downloaded newer image for alpine:3.12 00:49:10 ---> afeebe901d6b 00:49:10 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:49:11 ---> Running in 2ff5d1a85b8b 00:49:12 Removing intermediate container 5635327a74e2 00:49:12 ---> 96781dd59396 00:49:12 00:49:12 Step 10/23 : FROM alpine:3.12 00:49:12 ---> afeebe901d6b 00:49:12 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:49:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:49:12 ---> Running in b3a60f000297 00:49:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:15 (1/5) Installing ca-certificates (20191127-r4) 00:49:15 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:49:15 (3/5) Installing libcurl (7.69.1-r3) 00:49:15 (4/5) Installing curl (7.69.1-r3) 00:49:15 (5/5) Installing dumb-init (1.2.2-r1) 00:49:15 Executing busybox-1.31.1-r19.trigger 00:49:15 Executing ca-certificates-20191127-r4.trigger 00:49:15 (1/1) Installing dumb-init (1.2.2-r1) 00:49:15 Executing busybox-1.31.1-r19.trigger 00:49:15 OK: 5 MiB in 15 packages 00:49:15 OK: 7 MiB in 19 packages 00:49:19 Removing intermediate container b3a60f000297 00:49:19 ---> 014529a96e7b 00:49:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:19 ---> Running in 093c425abead 00:49:20 Removing intermediate container 2ff5d1a85b8b 00:49:20 ---> 41c337d1bdfb 00:49:20 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:20 Removing intermediate container f5ea406361b2 00:49:20 ---> aeb595de5a31 00:49:20 00:49:20 Step 11/26 : FROM docker:20.10.0 00:49:20 20.10.0: Pulling from library/docker 00:49:21 ---> Running in a614c47e0421 00:49:21 Removing intermediate container 093c425abead 00:49:21 ---> 69e4fc303142 00:49:21 Step 13/23 : ENV APP_PORT=48082 00:49:21 ---> Running in 790dc28f187d 00:49:21 Removing intermediate container 5cc6a5d73507 00:49:21 ---> eea66340cb11 00:49:21 00:49:21 Step 10/33 : FROM alpine:3.12 00:49:21 ---> afeebe901d6b 00:49:21 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 00:49:21 Removing intermediate container a614c47e0421 00:49:21 ---> defc6a4f34c7 00:49:21 Step 13/24 : WORKDIR / 00:49:22 ---> Running in 58a23d1e1763 00:49:22 ---> Running in e4f6cd3f77a6 00:49:22 Removing intermediate container 790dc28f187d 00:49:22 ---> 73081498d454 00:49:22 Step 14/23 : EXPOSE $APP_PORT 00:49:23 ---> Running in ab33fb0a73b4 00:49:23 Removing intermediate container 58a23d1e1763 00:49:23 ---> b7ede7f047a8 00:49:23 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:49:24 Removing intermediate container ab33fb0a73b4 00:49:24 ---> 6c761e0cf5d9 00:49:24 Step 15/23 : WORKDIR / 00:49:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:24 ---> Running in 0a41413c0cec 00:49:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:25 ---> 1b0d39f88904 00:49:25 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:49:25 Removing intermediate container 0a41413c0cec 00:49:25 ---> c21678265f2e 00:49:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:25 (1/3) Installing dumb-init (1.2.2-r1) 00:49:25 (2/3) Installing openssl (1.1.1i-r0) 00:49:25 (3/3) Installing su-exec (0.2-r1) 00:49:25 Executing busybox-1.31.1-r19.trigger 00:49:26 OK: 6 MiB in 17 packages 00:49:27 ---> 3bccc8efb58c 00:49:27 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:49:27 ---> d25d87bfbaf4 00:49:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:49:28 Removing intermediate container e4f6cd3f77a6 00:49:28 ---> a79daa170d5c 00:49:28 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:49:29 ---> Running in 1e0483fea926 00:49:29 ---> 31988c94ee8f 00:49:29 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:49:30 ---> a779775b5690 00:49:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:30 Removing intermediate container 1e0483fea926 00:49:30 ---> c6d3c9a1ed4e 00:49:30 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 00:49:31 ---> Running in 15a4bb6a31f2 00:49:31 ---> db48ff47b187 00:49:31 ---> 42e3f081e9a6 00:49:31 Step 19/23 : ENTRYPOINT ["/core-command"] 00:49:31 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:49:32 ---> Running in 8e8eb4289a6f 00:49:32 Removing intermediate container 15a4bb6a31f2 00:49:32 ---> 7e3532026b61 00:49:32 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 00:49:33 ---> Running in 6cd10ba633d0 00:49:33 Removing intermediate container 8e8eb4289a6f 00:49:33 ---> 0114ae8959d5 00:49:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:33 ---> Running in b17309fb316a 00:49:33 ---> 504a53e07527 00:49:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:49:34 Removing intermediate container b17309fb316a 00:49:34 ---> 3b6a5943df84 00:49:34 Step 21/23 : LABEL arch=arm64 00:49:34 Connecting to github.com (140.82.113.4:443) 00:49:35  ---> Running in e5cfdf9d2519 00:49:35 ---> a28dfb8980e0 00:49:35 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:49:35 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.147.35:443) 00:49:35 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 00:49:35  ---> Running in 7f87ef1f81d9 00:49:35 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 00:49:35 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 00:49:35 dockerize 00:49:36 Removing intermediate container e5cfdf9d2519 00:49:36 ---> 0ee1367f025a 00:49:36 Step 22/23 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 00:49:36 ---> Running in 3939866456b4 00:49:37 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:49:37 Status: Downloaded newer image for docker:20.10.0 00:49:37 ---> eeaf43b92773 00:49:37 Step 12/26 : RUN apk add --no-cache bash 00:49:37 Removing intermediate container 3939866456b4 00:49:37 ---> 2a532f064375 00:49:37 Step 23/23 : LABEL version=0.0.0 00:49:38 ---> Running in acc9483b0814 00:49:38 ---> Running in cbacddeee5e5 00:49:38 Removing intermediate container 6cd10ba633d0 00:49:38 ---> e017886b53ce 00:49:38 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 00:49:38 Removing intermediate container 0be3d3ba9384 00:49:38 ---> 6468d4be028b 00:49:38 00:49:38 Step 10/23 : FROM alpine:3.12 00:49:38 ---> afeebe901d6b 00:49:38 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:39 ---> Running in 1a93aa929ccc 00:49:39 ---> Running in d9bfe7570fa2 00:49:39 Removing intermediate container cbacddeee5e5 00:49:39 ---> 461805757608 00:49:39 00:49:39 Removing intermediate container 7f87ef1f81d9 00:49:39 ---> 19e4f47e2bdf 00:49:39 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:49:39 ---> Running in b989506d4654 00:49:40 Successfully built 461805757608 00:49:40 Successfully tagged docker-core-command-go-arm64:latest 00:49:40  Building docker-core-command-go ... done Building docker-core-metadata-go 00:49:40 Removing intermediate container 1a93aa929ccc 00:49:40 ---> dae77e4381ba 00:49:40 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:49:40 Removing intermediate container d9bfe7570fa2 00:49:40 ---> e96ba2d3963e 00:49:40 Step 12/23 : ENV APP_PORT=48080 00:49:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:40 ---> Running in 93d5bb24640d 00:49:40 ---> Running in fe35f5c636f1 00:49:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:40 Removing intermediate container b989506d4654 00:49:40 ---> 47d2926ef798 00:49:40 Step 22/24 : LABEL arch=arm64 00:49:41 ---> Running in bb3f24e42dcf 00:49:41 Removing intermediate container 93d5bb24640d 00:49:41 (1/2) Installing readline (8.0.4-r0) 00:49:41 ---> f203b86b2335 00:49:41 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 00:49:41 (2/2) Installing bash (5.0.17-r0) 00:49:41 Executing bash-5.0.17-r0.post-install 00:49:41 Executing busybox-1.31.1-r19.trigger 00:49:41 OK: 12 MiB in 22 packages 00:49:41 Removing intermediate container fe35f5c636f1 00:49:41 ---> 06b9716087d9 00:49:41 Step 13/23 : EXPOSE $APP_PORT 00:49:41 ---> Running in 2aee63cd3873 00:49:42 ---> Running in fd5d9b5c4d44 00:49:42 Removing intermediate container bb3f24e42dcf 00:49:42 ---> 777fec990cfc 00:49:42 Step 23/24 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 00:49:44 ---> Running in a28a47c280d1 00:49:44 Removing intermediate container fd5d9b5c4d44 00:49:44 ---> 4f0103f56202 00:49:44 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:44 ---> Running in 59cbab562d20 00:49:45 Move dockerize executable 00:49:46 Removing intermediate container a28a47c280d1 00:49:46 ---> 7287d22628f5 00:49:46 Step 24/24 : LABEL version=0.0.0 00:49:46 Removing intermediate container acc9483b0814 00:49:46 ---> ee162fa30488 00:49:46 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:49:46 ---> Running in a06948e81c2f 00:49:47 ---> Running in f8fc3a11c4fa 00:49:47 Removing intermediate container a06948e81c2f 00:49:47 ---> 3081a96fb395 00:49:47 00:49:47 Removing intermediate container f8fc3a11c4fa 00:49:47 ---> 64b67743f5a0 00:49:47 Step 14/26 : ENV APP_PORT=48090 00:49:48 ---> Running in db8c9777abd2 00:49:48 Successfully built 3081a96fb395 00:49:48 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:49:48  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 00:49:48 Removing intermediate container 59cbab562d20 00:49:48 ---> a35225c7ba48 00:49:48 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:49:48 Removing intermediate container 2aee63cd3873 00:49:48 ---> c5dda4fd336c 00:49:48 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 00:49:48 ---> Running in f9b802f7e432 00:49:48 ---> Running in 9f276f93ad76 00:49:49 Removing intermediate container db8c9777abd2 00:49:49 ---> cd879fc2ddfb 00:49:49 Step 15/26 : EXPOSE $APP_PORT 00:49:49 ---> Running in 37583c939b8c 00:49:50 Removing intermediate container 9f276f93ad76 00:49:50 ---> 674a3bcd2039 00:49:50 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:49:50 Removing intermediate container 37583c939b8c 00:49:50 ---> abd42b55ef46 00:49:50 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:49:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:52 ---> bf3088d63910 00:49:52 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:49:53 ---> 3991f6b5aab9 00:49:53 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:49:53 ---> Running in 52301684795b 00:49:53 (1/6) Installing dumb-init (1.2.2-r1) 00:49:53 (2/6) Installing libgcc (9.3.0-r2) 00:49:53 (3/6) Installing libsodium (1.0.18-r0) 00:49:53 (4/6) Installing libstdc++ (9.3.0-r2) 00:49:54 (5/6) Installing libzmq (4.3.3-r0) 00:49:54 (6/6) Installing zeromq (4.3.3-r0) 00:49:54 Executing busybox-1.31.1-r19.trigger 00:49:54 OK: 8 MiB in 20 packages 00:49:55 ---> e24ce78af437 00:49:55 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:49:57 Removing intermediate container f9b802f7e432 00:49:57 ---> 82db19a73ab5 00:49:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:58 ---> e8016db1feed 00:49:58 Step 19/26 : RUN apk --no-cache add py3-pip 00:49:58 Removing intermediate container 52301684795b 00:49:58 ---> e03b71fe727d 00:49:58 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:58 ---> Running in 8c8ae065f328 00:49:59 ---> 2f30bb0dc9c1 00:49:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:50:00 ---> 33b168b2b343 00:50:00 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:50:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:01 (1/33) Installing libbz2 (1.0.8-r1) 00:50:01 (2/33) Installing expat (2.2.9-r1) 00:50:01 (3/33) Installing libffi (3.3-r2) 00:50:01 (4/33) Installing gdbm (1.13-r1) 00:50:01 (5/33) Installing xz-libs (5.2.5-r0) 00:50:01 (6/33) Installing sqlite-libs (3.32.1-r0) 00:50:01 (7/33) Installing python3 (3.8.5-r0) 00:50:02 ---> 6ab288afe718 00:50:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:50:03 ---> db02841db793 00:50:03 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:50:04 ---> cca64a5c74f2 00:50:04 Step 19/23 : ENTRYPOINT ["/core-data"] 00:50:04 (8/33) Installing py3-appdirs (1.4.4-r1) 00:50:04 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:50:04 (10/33) Installing py3-parsing (2.4.7-r0) 00:50:04 (11/33) Installing py3-six (1.15.0-r0) 00:50:04 (12/33) Installing py3-packaging (20.4-r0) 00:50:04 (13/33) Installing py3-setuptools (47.0.0-r0) 00:50:04 (14/33) Installing py3-chardet (3.0.4-r4) 00:50:04 (15/33) Installing py3-idna (2.9-r0) 00:50:04 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:50:04 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:50:04 (18/33) Installing py3-requests (2.23.0-r0) 00:50:04 (19/33) Installing py3-msgpack (1.0.0-r0) 00:50:04 (20/33) Installing py3-lockfile (0.12.2-r3) 00:50:04 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:50:04 (22/33) Installing py3-colorama (0.4.3-r0) 00:50:04 (23/33) Installing py3-distlib (0.3.0-r0) 00:50:04 (24/33) Installing py3-distro (1.5.0-r1) 00:50:04 (25/33) Installing py3-webencodings (0.5.1-r3) 00:50:04 (26/33) Installing py3-html5lib (1.0.1-r4) 00:50:04 ---> Running in d3d114f4e2fe 00:50:04 ---> c0b850ba4443 00:50:04 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:50:04 (27/33) Installing py3-pytoml (0.1.21-r0) 00:50:04 (28/33) Installing py3-pep517 (0.8.2-r0) 00:50:04 (29/33) Installing py3-progress (1.5-r0) 00:50:04 (30/33) Installing py3-toml (0.10.1-r0) 00:50:04 (31/33) Installing py3-retrying (1.3.3-r0) 00:50:04 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:50:04 (33/33) Installing py3-pip (20.1.1-r0) 00:50:05 Executing busybox-1.31.1-r19.trigger 00:50:05 OK: 71 MiB in 55 packages 00:50:06 Removing intermediate container d3d114f4e2fe 00:50:06 ---> 337f374bbe7c 00:50:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:06 ---> Running in 2e9ae0660a6e 00:50:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:07 ---> 1384fb4241b7 00:50:07 Step 3/23 : WORKDIR /edgex-go 00:50:07 ---> Using cache 00:50:07 ---> 812c448a9f7f 00:50:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:07 ---> Using cache 00:50:07 ---> 830f86fe163a 00:50:07 Step 5/23 : RUN apk add --update --no-cache make git 00:50:07 ---> Using cache 00:50:07 ---> 925e77a29a28 00:50:07 Step 6/23 : COPY go.mod . 00:50:07 ---> Using cache 00:50:07 ---> 4ef9867c6bef 00:50:07 Step 7/23 : RUN go mod download 00:50:07 ---> Using cache 00:50:07 ---> a118d9b05215 00:50:07 Step 8/23 : COPY . . 00:50:07 ---> e2986dbec84a 00:50:07 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:50:07 ---> Using cache 00:50:07 ---> 35b96c601d0c 00:50:07 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:50:07 Removing intermediate container 2e9ae0660a6e 00:50:07 ---> 6cc1c8219f54 00:50:07 Step 21/23 : LABEL arch=arm64 00:50:08 ---> Running in 16527a2fb81c 00:50:08 ---> Running in 722caec891f7 00:50:09 ---> 639468f81037 00:50:09 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 00:50:09 Removing intermediate container 722caec891f7 00:50:09 ---> 3761a334cda7 00:50:09 Step 22/23 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 00:50:10 ---> Running in 4b9d808de567 00:50:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:50:10 ---> Running in f1e291fe77d2 00:50:11 Removing intermediate container 4b9d808de567 00:50:11 ---> c1ee7c35949d 00:50:11 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:50:11 Removing intermediate container f1e291fe77d2 00:50:11 ---> 22748052ffeb 00:50:11 Step 23/23 : LABEL version=0.0.0 00:50:12 ---> Running in 9039cdfc14f7 00:50:13 ---> dc869549d9c1 00:50:13 Step 28/33 : RUN chmod +x /entrypoint.sh 00:50:14 Removing intermediate container 9039cdfc14f7 00:50:14 ---> bcd929048983 00:50:14 00:50:15 ---> Running in 1c8d15ed4c60 00:50:15 Successfully built bcd929048983 00:50:15 Successfully tagged docker-core-data-go-arm64:latest 00:50:16  Building docker-core-data-go ... done Building docker-support-scheduler-go 00:50:19 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:50:19 ---> 1384fb4241b7 00:50:19 Step 3/21 : WORKDIR /edgex-go 00:50:19 ---> Using cache 00:50:19 ---> 812c448a9f7f 00:50:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:19 ---> Using cache 00:50:19 ---> 830f86fe163a 00:50:19 Step 5/21 : RUN apk add --update --no-cache make git 00:50:19 ---> Using cache 00:50:19 ---> 925e77a29a28 00:50:19 Step 6/21 : COPY go.mod . 00:50:19 ---> Using cache 00:50:19 ---> 4ef9867c6bef 00:50:19 Step 7/21 : RUN go mod download 00:50:19 ---> Using cache 00:50:19 ---> a118d9b05215 00:50:19 Step 8/21 : COPY . . 00:50:19 ---> Using cache 00:50:19 ---> 35b96c601d0c 00:50:19 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:50:19 Removing intermediate container 8c8ae065f328 00:50:19 ---> 3fc1272360b5 00:50:19 Step 20/26 : RUN pip install docker-compose==1.23.2 00:50:20 ---> Running in e90a4409f5c0 00:50:20 ---> Running in f337f2146f0c 00:50:21 Removing intermediate container 1c8d15ed4c60 00:50:21 ---> ae6db772d08b 00:50:21 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 00:50:23 ---> Running in 060102c77d57 00:50:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:50:24 Removing intermediate container 060102c77d57 00:50:24 ---> 9e999585622a 00:50:24 Step 30/33 : CMD ["gate"] 00:50:25 ---> Running in 9749594d90ab 00:50:26 Removing intermediate container 9749594d90ab 00:50:26 ---> 5f11be45c381 00:50:26 Step 31/33 : LABEL arch=arm64 00:50:27 ---> Running in 4c4dc7ff31c2 00:50:27 Removing intermediate container 4c4dc7ff31c2 00:50:27 ---> 701f84875961 00:50:27 Step 32/33 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 00:50:28 ---> Running in 3facf5487801 00:50:29 Removing intermediate container 3facf5487801 00:50:29 ---> c0b4f3655d5a 00:50:29 Step 33/33 : LABEL version=0.0.0 00:50:30 ---> Running in fc2d64db6b9a 00:50:31 Removing intermediate container fc2d64db6b9a 00:50:31 ---> 105daf474e1b 00:50:31 00:50:31 Collecting docker-compose==1.23.2 00:50:31 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:50:32 Successfully built 105daf474e1b 00:50:32 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:50:32 Building docker-support-notifications-go 00:50:34  Building docker-security-bootstrapper-go ... done Collecting PyYAML<4,>=3.10 00:50:34 Downloading PyYAML-3.13.tar.gz (270 kB) 00:50:41 Collecting cached-property<2,>=1.2.0 00:50:41 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:50:44 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:50:44 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:50:45 Collecting dockerpty<0.5,>=0.4.1 00:50:45 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:50:50 Collecting jsonschema<3,>=2.5.1 00:50:50 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:50:50 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:50:51 Collecting websocket-client<1.0,>=0.32.0 00:50:51 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:50:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:50:51 ---> 1384fb4241b7 00:50:51 Step 3/22 : WORKDIR /edgex-go 00:50:51 ---> Using cache 00:50:51 ---> 812c448a9f7f 00:50:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:51 ---> Using cache 00:50:51 ---> 830f86fe163a 00:50:51 Step 5/22 : RUN apk add --update --no-cache make git 00:50:51 ---> Using cache 00:50:51 ---> 925e77a29a28 00:50:51 Step 6/22 : COPY go.mod . 00:50:51 ---> Using cache 00:50:51 ---> 4ef9867c6bef 00:50:51 Step 7/22 : RUN go mod download 00:50:51 ---> Using cache 00:50:51 ---> a118d9b05215 00:50:51 Step 8/22 : COPY . . 00:50:51 ---> Using cache 00:50:51 ---> 35b96c601d0c 00:50:51 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:50:54 Collecting docker<4.0,>=3.6.0 00:50:54 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:50:54 ---> Running in dc140017c9a0 00:50:56 Collecting docopt<0.7,>=0.6.1 00:50:56 Downloading docopt-0.6.2.tar.gz (25 kB) 00:50:57 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:51:02 Collecting texttable<0.10,>=0.9.0 00:51:02 Downloading texttable-0.9.1.tar.gz (11 kB) 00:51:06 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:51:06 Collecting idna<2.8,>=2.5 00:51:07 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:51:08 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:51:08 ---> 1384fb4241b7 00:51:08 Step 3/22 : WORKDIR /edgex-go 00:51:08 ---> Using cache 00:51:08 ---> 812c448a9f7f 00:51:08 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:08 ---> Using cache 00:51:08 ---> 830f86fe163a 00:51:08 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:51:08 Collecting urllib3<1.25,>=1.21.1 00:51:08 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:51:09 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:51:10 ---> Running in e91de56d584d 00:51:10 Collecting docker-pycreds>=0.4.0 00:51:10 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:51:10 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:51:10 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:51:10 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:51:10 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:51:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:12 Installing collected packages: PyYAML, cached-property, idna, urllib3, requests, dockerpty, jsonschema, websocket-client, docker-pycreds, docker, docopt, texttable, docker-compose 00:51:12 Running setup.py install for PyYAML: started 00:51:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:14 OK: 217 MiB in 51 packages 00:51:16 Removing intermediate container e91de56d584d 00:51:16 ---> 4cfdcdda59bb 00:51:16 Step 6/22 : COPY go.mod . 00:51:17 ---> 36e148fa307e 00:51:17 Step 7/22 : RUN go mod download 00:51:17 ---> Running in fd4c6c21eb5a 00:51:17 Running setup.py install for PyYAML: finished with status 'done' 00:51:18 Attempting uninstall: idna 00:51:18 Found existing installation: idna 2.9 00:51:18 Uninstalling idna-2.9: 00:51:18 Successfully uninstalled idna-2.9 00:51:19 Attempting uninstall: urllib3 00:51:19 Found existing installation: urllib3 1.25.9 00:51:19 Uninstalling urllib3-1.25.9: 00:51:20 Successfully uninstalled urllib3-1.25.9 00:51:21 Attempting uninstall: requests 00:51:21 Found existing installation: requests 2.23.0 00:51:21 Uninstalling requests-2.23.0: 00:51:21 Successfully uninstalled requests-2.23.0 00:51:22 Running setup.py install for dockerpty: started 00:51:22 Removing intermediate container fd4c6c21eb5a 00:51:22 ---> e39983cde7e5 00:51:22 Step 8/22 : COPY . . 00:51:28 Running setup.py install for dockerpty: finished with status 'done' 00:51:30 Running setup.py install for docopt: started 00:51:35 Running setup.py install for docopt: finished with status 'done' 00:51:35 Running setup.py install for texttable: started 00:51:39 Running setup.py install for texttable: finished with status 'done' 00:51:40 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:51:46 ---> e1c585cc4fca 00:51:46 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:51:46 ---> Running in bb3e9739d8aa 00:51:48 Removing intermediate container e90a4409f5c0 00:51:48 ---> 9b58ab6f19b5 00:51:48 Step 21/26 : RUN apk --no-cache add curl 00:51:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:51:48 ---> Running in 96d5361366c9 00:51:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:52 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:51:52 (2/3) Installing libcurl (7.69.1-r3) 00:51:52 (3/3) Installing curl (7.69.1-r3) 00:51:52 Executing busybox-1.31.1-r19.trigger 00:51:52 OK: 71 MiB in 58 packages 00:51:55 Removing intermediate container 96d5361366c9 00:51:55 ---> 824b8f856cb7 00:51:55 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:51:55 ---> Running in 98ab830dbd5a 00:51:56 Removing intermediate container 98ab830dbd5a 00:51:56 ---> 599fd0d147a0 00:51:56 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:56 ---> Running in 49f5697a0395 00:51:57 Removing intermediate container 49f5697a0395 00:51:57 ---> 91d384cfd7b8 00:51:57 Step 24/26 : LABEL arch=arm64 00:51:57 ---> Running in 84c730587244 00:51:58 Removing intermediate container 84c730587244 00:51:58 ---> 57a30d6307c9 00:51:58 Step 25/26 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 00:51:58 ---> Running in 3a310c7da1a0 00:51:59 Removing intermediate container 3a310c7da1a0 00:51:59 ---> 73ce5d3ee27c 00:51:59 Step 26/26 : LABEL version=0.0.0 00:51:59 ---> Running in 788b67eae8ed 00:52:00 Removing intermediate container 788b67eae8ed 00:52:00 ---> fb7758fccfe1 00:52:00 00:52:01 Successfully built fb7758fccfe1 00:52:01 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:52:02  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:52:21 Removing intermediate container f337f2146f0c 00:52:21 ---> aa94841fb9c1 00:52:21 00:52:21 Step 10/21 : FROM alpine:3.12 00:52:21 ---> afeebe901d6b 00:52:21 Step 11/21 : RUN apk add --update --no-cache curl 00:52:21 ---> Running in 996ed4050723 00:52:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:24 (1/4) Installing ca-certificates (20191127-r4) 00:52:24 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:52:24 (3/4) Installing libcurl (7.69.1-r3) 00:52:24 (4/4) Installing curl (7.69.1-r3) 00:52:24 Executing busybox-1.31.1-r19.trigger 00:52:24 Executing ca-certificates-20191127-r4.trigger 00:52:24 OK: 7 MiB in 18 packages 00:52:28 Removing intermediate container 996ed4050723 00:52:28 ---> 185f3ef661ee 00:52:28 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:52:28 ---> Running in dfc38d885c50 00:52:28 Removing intermediate container 16527a2fb81c 00:52:28 ---> e3bbe3e2401e 00:52:28 00:52:28 Step 10/23 : FROM alpine:3.12 00:52:28 ---> afeebe901d6b 00:52:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:52:28 ---> Using cache 00:52:28 ---> 014529a96e7b 00:52:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:52:28 ---> Using cache 00:52:28 ---> 69e4fc303142 00:52:28 Step 13/23 : ENV APP_PORT=48081 00:52:28 ---> Running in 1edd7a56bbed 00:52:28 Removing intermediate container dfc38d885c50 00:52:28 ---> e50e95f8ea01 00:52:28 Step 13/21 : WORKDIR /edgex 00:52:29 ---> Running in d5c4ef56f30d 00:52:29 Removing intermediate container 1edd7a56bbed 00:52:29 ---> c8185cf3374e 00:52:29 Step 14/23 : EXPOSE $APP_PORT 00:52:30 ---> Running in a16b40419692 00:52:30 Removing intermediate container d5c4ef56f30d 00:52:30 ---> 029ec1087c3c 00:52:30 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:52:31 Removing intermediate container a16b40419692 00:52:31 ---> 4d63ff089e8d 00:52:31 Step 15/23 : WORKDIR / 00:52:31 ---> Running in c8fbf763771b 00:52:31 ---> 92304b313426 00:52:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:52:32 Removing intermediate container c8fbf763771b 00:52:32 ---> 9cb925d5cbed 00:52:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:33 ---> ee5b80497fc4 00:52:33 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:52:33 ---> 0bad0e65f560 00:52:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:52:36 ---> 0f338d7a3ab8 00:52:36 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:52:36 ---> b3fa24d8f1da 00:52:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:52:36 ---> Running in a0a9ba57105c 00:52:36 Removing intermediate container a0a9ba57105c 00:52:36 ---> 28807c3f7505 00:52:36 Step 18/21 : CMD ["--init=true"] 00:52:37 ---> Running in 9a032dd20920 00:52:37 ---> 00bca93845fb 00:52:37 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:52:37 ---> Running in 0006ee00f2c8 00:52:38 Removing intermediate container 9a032dd20920 00:52:38 ---> d333cf53d3a6 00:52:38 Step 19/21 : LABEL arch=arm64 00:52:38 ---> Running in 091dc86a0ca9 00:52:38 Removing intermediate container 0006ee00f2c8 00:52:38 ---> 374847493454 00:52:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:38 ---> Running in 1d60f5104910 00:52:39 Removing intermediate container 091dc86a0ca9 00:52:39 ---> 8a36d8aaddb8 00:52:39 Step 20/21 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 00:52:40 Removing intermediate container 1d60f5104910 00:52:40 ---> e46d09e75d36 00:52:40 Step 21/23 : LABEL arch=arm64 00:52:40 ---> Running in 8756030473f7 00:52:40 ---> Running in 0b6e7a3521a3 00:52:40 Removing intermediate container 8756030473f7 00:52:40 ---> 258e6c1b92b8 00:52:40 Step 21/21 : LABEL version=0.0.0 00:52:41 ---> Running in 520f9ea1d556 00:52:41 Removing intermediate container 0b6e7a3521a3 00:52:41 ---> 8396b322b543 00:52:41 Step 22/23 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 00:52:41 ---> Running in 9b65380c19d3 00:52:42 Removing intermediate container dc140017c9a0 00:52:42 ---> e1f73cf1db03 00:52:42 00:52:42 Step 10/22 : FROM alpine:3.12 00:52:42 ---> afeebe901d6b 00:52:42 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:52:42 ---> Using cache 00:52:42 ---> 014529a96e7b 00:52:42 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:52:42 ---> Using cache 00:52:42 ---> 69e4fc303142 00:52:42 Step 13/22 : ENV APP_PORT=48085 00:52:42 ---> Running in 71220f087df8 00:52:42 Removing intermediate container 520f9ea1d556 00:52:42 ---> 3a87223bb768 00:52:42 00:52:42 Removing intermediate container 9b65380c19d3 00:52:42 ---> b104b734239d 00:52:42 Step 23/23 : LABEL version=0.0.0 00:52:43 ---> Running in 73d8bdca2c09 00:52:43 Successfully built 3a87223bb768 00:52:43 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:52:43  Building docker-security-proxy-setup-go ... done Removing intermediate container 71220f087df8 00:52:43 ---> 329fd0492cbc 00:52:43 Step 14/22 : EXPOSE $APP_PORT 00:52:43 ---> Running in 0b47029ed9ef 00:52:43 Removing intermediate container 73d8bdca2c09 00:52:43 ---> afcf8eb52be8 00:52:43 00:52:44 Removing intermediate container 0b47029ed9ef 00:52:44 ---> b0a01d95aeb6 00:52:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:44 Successfully built afcf8eb52be8 00:52:44 Successfully tagged docker-core-metadata-go-arm64:latest 00:52:45  Building docker-core-metadata-go ... done  ---> 59b1b6b1bb95 00:52:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:52:47 ---> 97f1e066c0bb 00:52:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:52:48 ---> 2fc328d67506 00:52:48 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:52:48 ---> Running in bb984bb4af72 00:52:49 Removing intermediate container bb984bb4af72 00:52:49 ---> 2f576d02f3a9 00:52:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:49 ---> Running in 454913342cef 00:52:49 Removing intermediate container 454913342cef 00:52:49 ---> dd77ec886a4e 00:52:49 Step 20/22 : LABEL arch=arm64 00:52:49 ---> Running in 567836fb0848 00:52:50 Removing intermediate container 567836fb0848 00:52:50 ---> 250650611c93 00:52:50 Step 21/22 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 00:52:50 ---> Running in 5e5743b46366 00:52:51 Removing intermediate container 5e5743b46366 00:52:51 ---> 6cc96b4867e5 00:52:51 Step 22/22 : LABEL version=0.0.0 00:52:51 ---> Running in 2c095300baed 00:52:52 Removing intermediate container 2c095300baed 00:52:52 ---> a1a52dcbfadf 00:52:52 00:52:52 Successfully built a1a52dcbfadf 00:52:52 Successfully tagged docker-support-scheduler-go-arm64:latest 00:52:55  Building docker-support-scheduler-go ... done Removing intermediate container bb3e9739d8aa 00:52:55 ---> bee190ad3b82 00:52:55 00:52:55 Step 10/22 : FROM alpine:3.12 00:52:55 ---> afeebe901d6b 00:52:55 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:52:55 ---> Running in 5b177f7a9671 00:52:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:57 (1/2) Installing ca-certificates (20191127-r4) 00:52:57 (2/2) Installing dumb-init (1.2.2-r1) 00:52:57 Executing busybox-1.31.1-r19.trigger 00:52:57 Executing ca-certificates-20191127-r4.trigger 00:52:57 OK: 6 MiB in 16 packages 00:52:59 Removing intermediate container 5b177f7a9671 00:52:59 ---> d93ffec5de52 00:52:59 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:52:59 ---> Running in b87561213bf8 00:53:00 Removing intermediate container b87561213bf8 00:53:00 ---> b583c6df3f05 00:53:00 Step 13/22 : ENV APP_PORT=48060 00:53:00 ---> Running in 0c748e671de1 00:53:00 Removing intermediate container 0c748e671de1 00:53:00 ---> 87519d81ab22 00:53:00 Step 14/22 : EXPOSE $APP_PORT 00:53:00 ---> Running in 87b6399e65f8 00:53:01 Removing intermediate container 87b6399e65f8 00:53:01 ---> 100e19494be7 00:53:01 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:02 ---> af61f88babc1 00:53:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:53:03 ---> a23df10ce6df 00:53:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:53:04 ---> dfcc59c9995a 00:53:04 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:53:04 ---> Running in e84499a91dfb 00:53:04 Removing intermediate container e84499a91dfb 00:53:04 ---> 911fb41bca44 00:53:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:04 ---> Running in 3bc9dfef9fea 00:53:05 Removing intermediate container 3bc9dfef9fea 00:53:05 ---> f4e68a713911 00:53:05 Step 20/22 : LABEL arch=arm64 00:53:05 ---> Running in c6cab7775030 00:53:06 Removing intermediate container c6cab7775030 00:53:06 ---> 40aa1021b62c 00:53:06 Step 21/22 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 00:53:06 ---> Running in e40ad3bb55e4 00:53:06 Removing intermediate container e40ad3bb55e4 00:53:06 ---> 3ebbb95a0490 00:53:06 Step 22/22 : LABEL version=0.0.0 00:53:06 ---> Running in 83ca23d7acbe 00:53:07 Removing intermediate container 83ca23d7acbe 00:53:07 ---> e8c79d857259 00:53:07 00:53:07 Successfully built e8c79d857259 00:53:07 Successfully tagged docker-support-notifications-go-arm64:latest 00:53:08  Building docker-support-notifications-go ... done  [Pipeline] } 00:53:08 $ docker stop --time=1 babefd33b8a6773c12ec08ad4437213f68d22e78a1b41af31ddbfd71aa805afa 00:53:10 $ docker rm -f babefd33b8a6773c12ec08ad4437213f68d22e78a1b41af31ddbfd71aa805afa [Pipeline] // withDockerContainer [Pipeline] sh 00:53:11 + + docker images 00:53:11 grep docker 00:53:11 docker-support-notifications-go-arm64 latest e8c79d857259 4 seconds ago 16MB 00:53:11 docker-support-scheduler-go-arm64 latest a1a52dcbfadf 20 seconds ago 15.5MB 00:53:11 docker-core-metadata-go-arm64 latest afcf8eb52be8 28 seconds ago 17.7MB 00:53:11 docker-security-proxy-setup-go-arm64 latest 3a87223bb768 29 seconds ago 23.2MB 00:53:11 docker-sys-mgmt-agent-go-arm64 latest fb7758fccfe1 About a minute ago 300MB 00:53:11 docker-security-bootstrapper-go-arm64 latest 105daf474e1b 2 minutes ago 40.3MB 00:53:11 docker-core-data-go-arm64 latest bcd929048983 2 minutes ago 21MB 00:53:11 docker-security-secretstore-setup-go-arm64 latest 3081a96fb395 3 minutes ago 23.4MB 00:53:11 docker-core-command-go-arm64 latest 461805757608 3 minutes ago 15.4MB 00:53:11 docker 20.10.0 eeaf43b92773 6 weeks 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 [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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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:53:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:53:15 ---> package-listing.sh 00:53:15 ++ facter osfamily 00:53:15 ++ tr '[:upper:]' '[:lower:]' 00:53:15 + OS_FAMILY=redhat 00:53:15 + workspace=/w/workspace/edgex-go/47 00:53:15 + START_PACKAGES=/tmp/packages_start.txt 00:53:15 + END_PACKAGES=/tmp/packages_end.txt 00:53:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:53:15 + PACKAGES=/tmp/packages_start.txt 00:53:15 + '[' /w/workspace/edgex-go/47 ']' 00:53:15 + PACKAGES=/tmp/packages_end.txt 00:53:15 + case "${OS_FAMILY}" in 00:53:15 + rpm -qa 00:53:15 + sort 00:53:20 + '[' -f /tmp/packages_start.txt ']' 00:53:20 + '[' -f /tmp/packages_end.txt ']' 00:53:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:53:20 + '[' /w/workspace/edgex-go/47 ']' 00:53:20 + mkdir -p /w/workspace/edgex-go/47/archives/ 00:53:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/47/archives/ [Pipeline] echo 00:53:20 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/47/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:53:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:53:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:21 00:53:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:53:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:21 alpine: Pulling from edgex-lftools-log-publisher 00:53:21 df20fa9351a1: Pulling fs layer 00:53:21 36b3adc4ff6f: Pulling fs layer 00:53:21 8ad3a11d3b57: Pulling fs layer 00:53:21 46f8f816bc3b: Pulling fs layer 00:53:21 93b61091891f: Pulling fs layer 00:53:21 93b9cdb0e59b: Pulling fs layer 00:53:21 5e14af77c1be: Pulling fs layer 00:53:21 01666e4c0597: Pulling fs layer 00:53:21 aa168da1d23b: Pulling fs layer 00:53:21 93b61091891f: Waiting 00:53:21 93b9cdb0e59b: Waiting 00:53:21 5e14af77c1be: Waiting 00:53:21 01666e4c0597: Waiting 00:53:21 aa168da1d23b: Waiting 00:53:21 46f8f816bc3b: Waiting 00:53:21 36b3adc4ff6f: Download complete 00:53:21 46f8f816bc3b: Verifying Checksum 00:53:21 46f8f816bc3b: Download complete 00:53:22 df20fa9351a1: Verifying Checksum 00:53:22 93b9cdb0e59b: Verifying Checksum 00:53:22 93b9cdb0e59b: Download complete 00:53:22 5e14af77c1be: Verifying Checksum 00:53:22 5e14af77c1be: Download complete 00:53:22 01666e4c0597: Download complete 00:53:22 8ad3a11d3b57: Verifying Checksum 00:53:22 8ad3a11d3b57: Download complete 00:53:22 df20fa9351a1: Pull complete 00:53:22 36b3adc4ff6f: Pull complete 00:53:22 93b61091891f: Download complete 00:53:24 8ad3a11d3b57: Pull complete 00:53:24 46f8f816bc3b: Pull complete 00:53:24 aa168da1d23b: Download complete 00:53:25 93b61091891f: Pull complete 00:53:25 93b9cdb0e59b: Pull complete 00:53:25 5e14af77c1be: Pull complete 00:53:25 01666e4c0597: Pull complete 00:53:34 aa168da1d23b: Pull complete 00:53:34 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:53:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:53:34 prd-centos7-docker-4c-2g-22396 does not seem to be running inside a container 00:53:34 $ 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/47/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/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@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-lftools-log-publisher:alpine cat 00:53:43 $ docker top 5106269902ea04cbb403c9f89099aaed3c78906eec4ffe02a2f2cc5bfee6fff7 -eo pid,comm [Pipeline] { [Pipeline] sh 00:53:44 + touch /tmp/pre-build-complete [Pipeline] sh 00:53:44 + mkdir -p /var/log/sa [Pipeline] sh 00:53:45 + ls /var/log/sa-host 00:53:45 + sadf -c /var/log/sa-host/sa23 00:53:45 file_magic: OK 00:53:45 HZ: Using current value: 100 00:53:45 file_header: OK 00:53:45 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:53:45 Statistics: 00:53:45 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... 00:53:45 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:53:45 provisioning config files... 00:53:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/47@tmp/config4036579435663587030tmp [Pipeline] { [Pipeline] echo 00:53:45 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:53:45 ---> create-netrc.sh [Pipeline] } 00:53:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:53:45 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:53:46 ---> python-tools-install.sh [Pipeline] echo 00:53:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:53:46 ---> sudo-logs.sh 00:53:46 Archiving 'sudo' log.. [Pipeline] echo 00:53:46 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:53:46 ---> job-cost.sh 00:53:46 lf-activate-venv: SKIPPING 00:53:46 INFO: No Stack... 00:53:47 INFO: Retrieving Pricing Info for: v1-standard-2 00:53:47 INFO: Archiving Costs [Pipeline] echo 00:53:47 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:53:48 ---> logs-deploy.sh 00:53:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/47 00:53:48 INFO: archiving workspace using pattern(s): 00:53:50 Archives upload complete. 00:53:50 INFO: archiving logs to Nexus