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 57027b830a506e4aebc0dcaa3e3cd565868e69a4 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 57027b830a506e4aebc0dcaa3e3cd565868e69a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-16209 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/26 [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/26 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 57027b830a506e4aebc0dcaa3e3cd565868e69a4 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing 717f516990d1a92dd8d7a85f0ff77567e3b46980 Checking out Revision 717f516990d1a92dd8d7a85f0ff77567e3b46980 (PR-2858) > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 57027b830a506e4aebc0dcaa3e3cd565868e69a4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 717f516990d1a92dd8d7a85f0ff77567e3b46980 # timeout=10 Commit message: "Merge commit '57027b830a506e4aebc0dcaa3e3cd565868e69a4' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 887dca50d2558d27c597dab2e3ed3b80b58211ad # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:29 ========================================================= 00:31:29 EdgeX Global Pipelines Version Info 00:31:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:30 ------------------- 00:31:30 stable info: 00:31:30 ------------------- 00:31:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:30 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 00:31:30 Message: update stable to v1.0.172 00:31:31 ------------------- 00:31:31 experimental info: 00:31:31 ------------------- 00:31:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:31 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 00:31:31 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:34 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:31:34 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:31:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:31:34 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 717f516990d1a92dd8d7a85f0ff77567e3b46980 [Pipeline] echo 00:31:34 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 717f516 [Pipeline] echo 00:31:34 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:34 provisioning config files... 00:31:34 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/26@tmp/config2854036609989795209tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:35 ---> docker-login.sh 00:31:35 nexus3.edgexfoundry.org:10001 00:31:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:35 Configure a credential helper to remove this warning. See 00:31:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:35 00:31:35 Login Succeeded 00:31:35 nexus3.edgexfoundry.org:10002 00:31:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:35 Configure a credential helper to remove this warning. See 00:31:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:35 00:31:35 Login Succeeded 00:31:35 nexus3.edgexfoundry.org:10003 00:31:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:36 Configure a credential helper to remove this warning. See 00:31:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:36 00:31:36 Login Succeeded 00:31:36 nexus3.edgexfoundry.org:10004 00:31:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:36 Configure a credential helper to remove this warning. See 00:31:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:36 00:31:36 Login Succeeded 00:31:36 docker.io 00:31:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:36 Configure a credential helper to remove this warning. See 00:31:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:36 00:31:36 Login Succeeded 00:31:36 ---> docker-login.sh ends [Pipeline] } 00:31:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:37 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:31:37 + for file in '`ls cmd/**/Dockerfile`' 00:31:37 ++ dirname cmd/core-command/Dockerfile 00:31:37 ++ cut -d/ -f2 00:31:37 + echo core-command,cmd/core-command/Dockerfile 00:31:37 + for file in '`ls cmd/**/Dockerfile`' 00:31:37 ++ dirname cmd/core-data/Dockerfile 00:31:37 ++ cut -d/ -f2 00:31:37 + echo core-data,cmd/core-data/Dockerfile 00:31:37 + for file in '`ls cmd/**/Dockerfile`' 00:31:37 ++ dirname cmd/core-metadata/Dockerfile 00:31:37 ++ cut -d/ -f2 00:31:37 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:37 + for file in '`ls cmd/**/Dockerfile`' 00:31:37 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:31:37 ++ cut -d/ -f2 00:31:37 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:31:37 + for file in '`ls cmd/**/Dockerfile`' 00:31:37 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:37 ++ cut -d/ -f2 00:31:37 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:37 + for file in '`ls cmd/**/Dockerfile`' 00:31:37 ++ dirname cmd/security-secrets-setup/Dockerfile 00:31:37 ++ cut -d/ -f2 00:31:37 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 00:31:37 + for file in '`ls cmd/**/Dockerfile`' 00:31:37 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:37 ++ cut -d/ -f2 00:31:37 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:37 + for file in '`ls cmd/**/Dockerfile`' 00:31:37 ++ dirname cmd/support-notifications/Dockerfile 00:31:37 ++ cut -d/ -f2 00:31:37 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:37 + for file in '`ls cmd/**/Dockerfile`' 00:31:37 ++ dirname cmd/support-scheduler/Dockerfile 00:31:37 ++ cut -d/ -f2 00:31:37 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:37 + for file in '`ls cmd/**/Dockerfile`' 00:31:37 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:37 ++ cut -d/ -f2 00:31:37 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:37 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:31:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:37 00:31:37 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:38 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:38 latest: Pulling from edgex-devops/git-semver 00:31:38 31603596830f: Pulling fs layer 00:31:38 2a8b12db71e7: Pulling fs layer 00:31:38 6ca5941a6612: Pulling fs layer 00:31:38 ecc8261a40a4: Pulling fs layer 00:31:38 ecc8261a40a4: Waiting 00:31:38 2a8b12db71e7: Verifying Checksum 00:31:38 2a8b12db71e7: Download complete 00:31:38 31603596830f: Download complete 00:31:38 ecc8261a40a4: Verifying Checksum 00:31:38 ecc8261a40a4: Download complete 00:31:38 6ca5941a6612: Verifying Checksum 00:31:38 6ca5941a6612: Download complete 00:31:38 31603596830f: Pull complete 00:31:38 2a8b12db71e7: Pull complete 00:31:39 6ca5941a6612: Pull complete 00:31:40 ecc8261a40a4: Pull complete 00:31:40 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:40 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:40 prd-centos7-docker-4c-2g-16209 does not seem to be running inside a container 00:31:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:42 $ docker top 471ff87416240a5714fd4c468bcb3dde42c4ef0b02bca1b32b2557a47a0f9503 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:43 [ssh-agent] Looking for ssh-agent implementation... 00:31:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:43 $ docker exec 471ff87416240a5714fd4c468bcb3dde42c4ef0b02bca1b32b2557a47a0f9503 ssh-agent 00:31:43 SSH_AUTH_SOCK=/tmp/ssh-riW3tdYDTTli/agent.13 00:31:43 SSH_AGENT_PID=19 00:31:43 Running ssh-add (command line suppressed) 00:31:43 Identity added: /w/workspace/edgex-go/26@tmp/private_key_5867385541256898855.key (/w/workspace/edgex-go/26@tmp/private_key_5867385541256898855.key) 00:31:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:44 + git tag --points-at HEAD [Pipeline] } 00:31:44 $ docker exec --env ******** --env ******** 471ff87416240a5714fd4c468bcb3dde42c4ef0b02bca1b32b2557a47a0f9503 ssh-agent -k 00:31:44 unset SSH_AUTH_SOCK; 00:31:44 unset SSH_AGENT_PID; 00:31:44 echo Agent pid 19 killed; 00:31:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:44 [ssh-agent] Looking for ssh-agent implementation... 00:31:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:44 $ docker exec 471ff87416240a5714fd4c468bcb3dde42c4ef0b02bca1b32b2557a47a0f9503 ssh-agent 00:31:44 SSH_AUTH_SOCK=/tmp/ssh-H7KSkMhMQBZE/agent.47 00:31:44 SSH_AGENT_PID=53 00:31:44 Running ssh-add (command line suppressed) 00:31:44 Identity added: /w/workspace/edgex-go/26@tmp/private_key_7714909176489176645.key (/w/workspace/edgex-go/26@tmp/private_key_7714909176489176645.key) 00:31:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:45 + git semver init 00:31:45 # -> Open(): unable to determine branch for HEAD 00:31:45 # $GIT_DIR = /w/workspace/edgex-go/26/.git 00:31:45 # $GIT_WORK_TREE = /w/workspace/edgex-go/26 00:31:45 # $SEMVER_REMOTE_NAME = origin 00:31:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:45 # $SEMVER_USER_NAME = edgex-jenkins 00:31:45 # $SEMVER_BRANCH = PR-2858 00:31:45 # $SEMVER_TEMP = /tmp/semver-475816671 00:31:45 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:03 # '/tmp/semver-475816671' -> '/w/workspace/edgex-go/26/.semver' 00:32:03 # -> Force: false 00:32:03 # $SEMVER_DIR = /w/workspace/edgex-go/26/.semver [Pipeline] } 00:32:03 $ docker exec --env ******** --env ******** 471ff87416240a5714fd4c468bcb3dde42c4ef0b02bca1b32b2557a47a0f9503 ssh-agent -k 00:32:03 unset SSH_AUTH_SOCK; 00:32:03 unset SSH_AGENT_PID; 00:32:03 echo Agent pid 53 killed; 00:32:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:04 + git semver [Pipeline] } 00:32:04 $ docker stop --time=1 471ff87416240a5714fd4c468bcb3dde42c4ef0b02bca1b32b2557a47a0f9503 00:32:06 $ docker rm -f 471ff87416240a5714fd4c468bcb3dde42c4ef0b02bca1b32b2557a47a0f9503 [Pipeline] // withDockerContainer [Pipeline] sh 00:32:06 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:07 Stashed 1 file(s) [Pipeline] echo 00:32:07 [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:08 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:08 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:08 + sudo service docker restart 00:32:08 + true 00:32:08 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:09 ========================================================= 00:32:09 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:09 + 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:14 Sending build context to Docker daemon 326.5MB 00:32:14 Step 1/7 : ARG BASE=golang:1.15-alpine 00:32:14 Step 2/7 : FROM ${BASE} 00:32:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:14 188c0c94c7c5: Pulling fs layer 00:32:14 0ef7d3d256c8: Pulling fs layer 00:32:14 de9db76c5a1d: Pulling fs layer 00:32:14 bca2f99d35d6: Pulling fs layer 00:32:14 93359f2a8cfa: Pulling fs layer 00:32:14 7c6f9722023f: Pulling fs layer 00:32:14 a35cf1a2eb13: Pulling fs layer 00:32:14 93359f2a8cfa: Waiting 00:32:14 7c6f9722023f: Waiting 00:32:14 a35cf1a2eb13: Waiting 00:32:14 bca2f99d35d6: Waiting 00:32:14 de9db76c5a1d: Verifying Checksum 00:32:14 de9db76c5a1d: Download complete 00:32:14 0ef7d3d256c8: Verifying Checksum 00:32:14 0ef7d3d256c8: Download complete 00:32:14 93359f2a8cfa: Verifying Checksum 00:32:14 93359f2a8cfa: Download complete 00:32:14 7c6f9722023f: Verifying Checksum 00:32:14 7c6f9722023f: Download complete 00:32:14 188c0c94c7c5: Verifying Checksum 00:32:14 188c0c94c7c5: Download complete 00:32:14 188c0c94c7c5: Pull complete 00:32:14 0ef7d3d256c8: Pull complete 00:32:16 a35cf1a2eb13: Verifying Checksum 00:32:16 a35cf1a2eb13: Download complete 00:32:16 de9db76c5a1d: Pull complete 00:32:16 bca2f99d35d6: Download complete 00:32:21 bca2f99d35d6: Pull complete 00:32:21 93359f2a8cfa: Pull complete 00:32:21 7c6f9722023f: Pull complete 00:32:22 Still waiting to schedule task 00:32:22 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:28 a35cf1a2eb13: Pull complete 00:32:28 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:28 ---> a62c8e92a672 00:32:28 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:32:28 ---> Running in 57c59d5e3893 00:32:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:29 (1/12) Installing libmagic (5.38-r0) 00:32:29 (2/12) Installing file (5.38-r0) 00:32:29 (3/12) Installing libc-dev (0.7.2-r3) 00:32:29 (4/12) Installing g++ (9.3.0-r2) 00:32:37 (5/12) Installing fortify-headers (1.1-r0) 00:32:37 (6/12) Installing patch (2.7.6-r6) 00:32:37 (7/12) Installing build-base (0.5-r2) 00:32:37 (8/12) Installing libsodium (1.0.18-r0) 00:32:37 (9/12) Installing pkgconf (1.7.2-r0) 00:32:37 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:37 (11/12) Installing libzmq (4.3.3-r0) 00:32:37 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:37 Executing busybox-1.31.1-r19.trigger 00:32:37 OK: 233 MiB in 51 packages 00:32:41 Removing intermediate container 57c59d5e3893 00:32:41 ---> 5308c1e987d0 00:32:41 Step 4/7 : WORKDIR /edgex-go 00:32:41 ---> Running in 8465623e3e93 00:32:41 Removing intermediate container 8465623e3e93 00:32:41 ---> 64553876ec39 00:32:41 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:32:41 latest: Pulling from library/docker 00:32:42 05e7bc50f07f: Pulling fs layer 00:32:42 6db28d0fdbf6: Pulling fs layer 00:32:42 292df0bc6bf3: Pulling fs layer 00:32:42 a3104fdc50d0: Pulling fs layer 00:32:42 a8e67d69e12c: Pulling fs layer 00:32:42 1ede2b221ee4: Pulling fs layer 00:32:42 fc74c0d5b799: Pulling fs layer 00:32:42 a8e67d69e12c: Waiting 00:32:42 1ede2b221ee4: Waiting 00:32:42 fc74c0d5b799: Waiting 00:32:42 a3104fdc50d0: Waiting 00:32:42 292df0bc6bf3: Verifying Checksum 00:32:42 292df0bc6bf3: Download complete 00:32:42 6db28d0fdbf6: Download complete 00:32:42 05e7bc50f07f: Verifying Checksum 00:32:42 05e7bc50f07f: Download complete 00:32:42 a8e67d69e12c: Verifying Checksum 00:32:42 a8e67d69e12c: Download complete 00:32:42 1ede2b221ee4: Verifying Checksum 00:32:42 1ede2b221ee4: Download complete 00:32:42 fc74c0d5b799: Verifying Checksum 00:32:42 fc74c0d5b799: Download complete 00:32:42 05e7bc50f07f: Pull complete 00:32:43 6db28d0fdbf6: Pull complete 00:32:43 292df0bc6bf3: Pull complete 00:32:43 a3104fdc50d0: Verifying Checksum 00:32:43 a3104fdc50d0: Download complete 00:32:46 a3104fdc50d0: Pull complete 00:32:46 a8e67d69e12c: Pull complete 00:32:46 1ede2b221ee4: Pull complete 00:32:46 fc74c0d5b799: Pull complete 00:32:46 Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 00:32:46 Status: Downloaded newer image for docker:latest 00:32:48 ---> 37bb784b7206 00:32:48 Step 6/7 : COPY go.mod . 00:32:48 ---> 4895620f2121 00:32:48 Step 7/7 : RUN go mod download 00:32:48 ---> Running in 92ea1656d008 00:33:10 Removing intermediate container 92ea1656d008 00:33:10 ---> 491eba5a4ff7 00:33:10 Successfully built 491eba5a4ff7 00:33:10 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:10 + docker inspect -f . ci-base-image-x86_64 00:33:10 . [Pipeline] withDockerContainer 00:33:10 prd-centos7-docker-4c-2g-16209 does not seem to be running inside a container 00:33:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:11 $ docker top 7178a4c20614cbf79677b27eaceaf05c76cfbebfb719f000b39f8df4c5c754d8 -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:12 + go version 00:33:12 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:12 $ docker stop --time=1 7178a4c20614cbf79677b27eaceaf05c76cfbebfb719f000b39f8df4c5c754d8 00:33:13 $ docker rm -f 7178a4c20614cbf79677b27eaceaf05c76cfbebfb719f000b39f8df4c5c754d8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:14 + docker inspect -f . ci-base-image-x86_64 00:33:14 . [Pipeline] withDockerContainer 00:33:14 prd-centos7-docker-4c-2g-16209 does not seem to be running inside a container 00:33:14 $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:15 $ docker top 25144af085ad1b6a152eee17c8184e62cea30b948d9e5496021cbf9abe67f0bc -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:15 ========================================================= 00:33:15 [edgeXBuildGoParallel] Running Tests and Build... 00:33:15 ========================================================= [Pipeline] sh 00:33:15 + make test 00:33:15 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:24 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:46 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:46 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:46 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:33:46 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.038s 00:33:49 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:52 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.081s coverage: 46.6% of statements 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:56 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.171s coverage: 27.1% of statements 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.054s coverage: 100.0% of statements 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.054s coverage: 100.0% of statements 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.088s coverage: 70.5% of statements 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.451s coverage: 83.7% of statements 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.372s coverage: 28.6% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.081s coverage: 100.0% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.095s coverage: 86.7% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.115s coverage: 97.5% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 78.3% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.336s coverage: 93.8% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.063s coverage: 0.1% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.026s coverage: 100.0% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.063s coverage: 75.5% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.049s coverage: 80.8% of statements 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements 00:34:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements 00:34:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.188s coverage: 63.5% of statements 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements 00:34:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.051s coverage: 91.3% of statements 00:34:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.044s coverage: 100.0% of statements 00:34:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 00:34:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.359s coverage: 55.9% of statements 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 19.954s coverage: 86.3% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.088s coverage: 72.2% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.431s coverage: 72.1% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.038s coverage: 82.4% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.045s coverage: 48.4% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.030s coverage: 28.8% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.035s coverage: 96.8% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.104s coverage: 37.0% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.261s coverage: 84.0% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.042s coverage: 100.0% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.103s coverage: 47.1% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.027s coverage: 100.0% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.066s coverage: 100.0% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.656s coverage: 29.1% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.062s coverage: 87.9% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.026s coverage: 100.0% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 00:34:26 GO111MODULE=on go vet ./... 00:34:48 gofmt -l . 00:34:48 [ "`gofmt -l .`" = "" ] 00:34:48 ./bin/test-go-mod-tidy.sh 00:34:48 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:51 + ls -al . 00:34:51 total 664 00:34:51 drwxrwxr-x 10 1001 1001 4096 Dec 16 00:34 . 00:34:51 drwxr-xr-x 4 root root 30 Dec 16 00:33 .. 00:34:51 -rw-rw-r-- 1 1001 1001 11 Dec 16 00:31 .dockerignore 00:34:51 drwxrwxr-x 8 1001 1001 179 Dec 16 00:31 .git 00:34:51 drwxrwxr-x 3 1001 1001 125 Dec 16 00:31 .github 00:34:51 -rw-rw-r-- 1 1001 1001 943 Dec 16 00:31 .gitignore 00:34:51 drwx------ 3 1001 1001 47 Dec 16 00:32 .semver 00:34:51 -rw-rw-r-- 1 1001 1001 166 Dec 16 00:31 .sonarcloud.properties 00:34:51 -rw-rw-r-- 1 1001 1001 3804 Dec 16 00:31 CONTRIBUTING.md 00:34:51 -rw-rw-r-- 1 1001 1001 1035 Dec 16 00:31 Dockerfile.build 00:34:51 -rw-rw-r-- 1 1001 1001 863 Dec 16 00:31 Jenkinsfile 00:34:51 -rw-rw-r-- 1 1001 1001 10775 Dec 16 00:31 LICENSE 00:34:51 -rw-rw-r-- 1 1001 1001 6318 Dec 16 00:31 Makefile 00:34:51 -rw-rw-r-- 1 1001 1001 6447 Dec 16 00:31 README.md 00:34:51 -rw-rw-r-- 1 1001 1001 7286 Dec 16 00:31 SECURITY.md 00:34:51 -rw-rw-r-- 1 1001 1001 5 Dec 16 00:32 VERSION 00:34:51 -rw-rw-r-- 1 1001 1001 4131 Dec 16 00:31 ZMQWindows.md 00:34:51 drwxrwxr-x 2 1001 1001 117 Dec 16 00:31 bin 00:34:51 drwxrwxr-x 15 1001 1001 4096 Dec 16 00:31 cmd 00:34:51 -rw-r--r-- 1 root root 568194 Dec 16 00:34 coverage.out 00:34:51 -rw-r--r-- 1 root root 1041 Dec 16 00:34 go.mod 00:34:51 -rw-r--r-- 1 root root 18856 Dec 16 00:34 go.sum 00:34:51 drwxrwxr-x 8 1001 1001 127 Dec 16 00:31 internal 00:34:51 drwxrwxr-x 4 1001 1001 26 Dec 16 00:31 openapi 00:34:51 drwxrwxr-x 4 1001 1001 71 Dec 16 00:31 snap 00:34:51 -rw-rw-r-- 1 1001 1001 168 Dec 16 00:31 version.go [Pipeline] sh 00:34:51 + '[' -e coverage.out ] 00:34:51 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:51 Stashed 1 file(s) [Pipeline] sh 00:34:51 + make build 00:34:51 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:34:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:35:04 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:05 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:06 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:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:35:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:35:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:35:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:35:12 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:13 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: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:35:15 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 [Pipeline] } 00:35:16 $ docker stop --time=1 25144af085ad1b6a152eee17c8184e62cea30b948d9e5496021cbf9abe67f0bc 00:35:18 $ docker rm -f 25144af085ad1b6a152eee17c8184e62cea30b948d9e5496021cbf9abe67f0bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:20 00:35:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:20 latest: Pulling from edgex-devops/edgex-compose 00:35:20 cbdbe7a5bc2a: Pulling fs layer 00:35:20 ca9280d653b3: Pulling fs layer 00:35:20 7e9c9ca2126c: Pulling fs layer 00:35:20 cbdbe7a5bc2a: Download complete 00:35:20 ca9280d653b3: Verifying Checksum 00:35:20 ca9280d653b3: Download complete 00:35:20 cbdbe7a5bc2a: Pull complete 00:35:21 ca9280d653b3: Pull complete 00:35:22 7e9c9ca2126c: Verifying Checksum 00:35:22 7e9c9ca2126c: Download complete 00:35:28 7e9c9ca2126c: Pull complete 00:35:28 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:28 prd-centos7-docker-4c-2g-16209 does not seem to be running inside a container 00:35:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:31 $ docker top 87e25ef5778103f89e59c91fa47efc5b42ad4d268785dfc0eff6608d9ebcdf00 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:31 + docker-compose build --help 00:35:31 + grep parallel 00:35:32 --parallel Build images in parallel. [Pipeline] } 00:35:32 $ docker stop --time=1 87e25ef5778103f89e59c91fa47efc5b42ad4d268785dfc0eff6608d9ebcdf00 00:35:34 $ docker rm -f 87e25ef5778103f89e59c91fa47efc5b42ad4d268785dfc0eff6608d9ebcdf00 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:34 . [Pipeline] withDockerContainer 00:35:34 prd-centos7-docker-4c-2g-16209 does not seem to be running inside a container 00:35:35 $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:35 $ docker top a5535d1c8f8918652a426be8f345319b29f026eb95ea322e53c981566453971f -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:36 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:37 Building docker-core-command-go ... 00:35:37 Building docker-core-data-go ... 00:35:37 Building docker-core-metadata-go ... 00:35:37 Building docker-security-bootstrap-redis-go ... 00:35:37 Building docker-security-proxy-setup-go ... 00:35:37 Building docker-security-secrets-setup-go ... 00:35:37 Building docker-security-secretstore-setup-go ... 00:35:37 Building docker-support-notifications-go ... 00:35:37 Building docker-support-scheduler-go ... 00:35:37 Building docker-sys-mgmt-agent-go ... 00:35:37 Building docker-security-secretstore-setup-go 00:35:37 Building docker-core-data-go 00:35:37 Building docker-support-scheduler-go 00:35:37 Building docker-support-notifications-go 00:35:37 Building docker-sys-mgmt-agent-go 00:35:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16215 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:35:49 Running in /w/workspace/edgex-go/26 [Pipeline] { [Pipeline] checkout 00:35:54 using credential edgex-jenkins-ssh 00:35:54 Cloning the remote Git repository 00:35:54 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:54 > git init /w/workspace/edgex-go/26 # timeout=10 00:35:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:54 > git --version # timeout=10 00:35:54 > git --version # 'git version 2.17.1' 00:35:54 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:09 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:09 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:36:09 ---> 491eba5a4ff7 00:36:09 Step 3/27 : WORKDIR /edgex-go 00:36:09 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:36:09 ---> 491eba5a4ff7 00:36:09 Step 3/24 : WORKDIR /edgex-go 00:36:09 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:09 ---> 491eba5a4ff7 00:36:09 Step 3/21 : WORKDIR /edgex-go 00:36:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:09 ---> 491eba5a4ff7 00:36:09 Step 3/23 : WORKDIR /edgex-go 00:36:09 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:36:09 ---> 491eba5a4ff7 00:36:09 Step 3/24 : WORKDIR /edgex-go 00:36:09 ---> Running in 4cc82c733d72 00:36:09 ---> Running in 3b3c679a0c2e 00:36:09 ---> Running in 1c30c464d760 00:36:09 ---> Running in 108949cff82a 00:36:09 ---> Running in f0ff26c52936 00:36:09 Removing intermediate container 3b3c679a0c2e 00:36:09 ---> 46620b7d518c 00:36:09 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:09 Removing intermediate container 1c30c464d760 00:36:09 ---> ce786535c4c2 00:36:09 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:09 Removing intermediate container 4cc82c733d72 00:36:09 ---> 514d2d9e484b 00:36:09 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:09 Removing intermediate container 108949cff82a 00:36:09 ---> e0fee13490bc 00:36:09 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:09 Removing intermediate container f0ff26c52936 00:36:09 ---> a235dc62157e 00:36:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:09 ---> Running in dcccc72116fb 00:36:09 ---> Running in 56d9a7a0022b 00:36:09 ---> Running in 9c5f70dd40b6 00:36:09 ---> Running in bcdac7cbedf9 00:36:09 ---> Running in 2b5a4516133f 00:36:11 Removing intermediate container dcccc72116fb 00:36:11 ---> 0fd5e3074e49 00:36:11 Step 5/27 : RUN apk update && apk add make bash git 00:36:11 Removing intermediate container 56d9a7a0022b 00:36:11 ---> 9638a5b92e28 00:36:11 Step 5/24 : RUN apk update && apk add make git 00:36:11 ---> Running in 1402c7395b23 00:36:11 Removing intermediate container 9c5f70dd40b6 00:36:11 ---> 4b0ee03f4a32 00:36:11 Step 5/21 : RUN apk update && apk add make git 00:36:11 ---> Running in 379c347bee2d 00:36:11 ---> Running in 3f7c0c8ff3b6 00:36:11 Removing intermediate container bcdac7cbedf9 00:36:11 ---> 6de892d15c91 00:36:11 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:36:11 Removing intermediate container 2b5a4516133f 00:36:11 ---> ac3359c4046e 00:36:11 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:36:12 ---> Running in 17b59d61eb3c 00:36:12 ---> Running in 00c687703cb2 00:36:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:15 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:15 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:15 OK: 12750 distinct packages available 00:36:15 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:15 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:15 OK: 12750 distinct packages available 00:36:15 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:15 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:15 OK: 12750 distinct packages available 00:36:15 OK: 233 MiB in 51 packages 00:36:15 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:15 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:15 OK: 12750 distinct packages available 00:36:15 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:15 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:15 OK: 12750 distinct packages available 00:36:15 OK: 233 MiB in 51 packages 00:36:15 OK: 233 MiB in 51 packages 00:36:15 OK: 233 MiB in 51 packages 00:36:15 OK: 233 MiB in 51 packages 00:36:16 Removing intermediate container 1402c7395b23 00:36:16 ---> 687bafb8afdb 00:36:16 Step 6/27 : COPY go.mod . 00:36:16 Removing intermediate container 379c347bee2d 00:36:16 ---> a2560bf21ca7 00:36:16 Step 6/24 : COPY go.mod . 00:36:16 Removing intermediate container 3f7c0c8ff3b6 00:36:16 ---> 771375a9e47c 00:36:16 Step 6/21 : COPY go.mod . 00:36:16 ---> 947b059218f0 00:36:16 Step 7/27 : RUN go mod download 00:36:16 Removing intermediate container 17b59d61eb3c 00:36:16 ---> bd4c02915b69 00:36:16 Step 6/24 : COPY go.mod . 00:36:16 ---> 407f09ead4db 00:36:16 Step 7/24 : RUN go mod download 00:36:16 Removing intermediate container 00c687703cb2 00:36:16 ---> 8c42601150d6 00:36:16 Step 6/23 : COPY go.mod . 00:36:17 ---> 427ff003c498 00:36:17 Step 7/21 : RUN go mod download 00:36:17 ---> Running in c40d3f317868 00:36:17 ---> Running in 719d8847b701 00:36:17 ---> Running in 8fbbe7105fdc 00:36:17 ---> bf8bf8cff43f 00:36:17 Step 7/23 : RUN go mod download 00:36:17 ---> 40c9a470d662 00:36:17 Step 7/24 : RUN go mod download 00:36:17 ---> Running in 7a44d1d8820d 00:36:17 ---> Running in 271ecbceb076 00:36:20 Removing intermediate container 271ecbceb076 00:36:20 ---> 3962068797ba 00:36:20 Step 8/23 : COPY . . 00:36:20 Removing intermediate container 7a44d1d8820d 00:36:20 ---> 6c11cd719637 00:36:20 Step 8/24 : COPY . . 00:36:20 Removing intermediate container 8fbbe7105fdc 00:36:20 ---> 4f874068b907 00:36:20 Step 8/21 : COPY . . 00:36:20 Removing intermediate container c40d3f317868 00:36:20 ---> 7d4c40db879c 00:36:20 Step 8/27 : COPY . . 00:36:20 Removing intermediate container 719d8847b701 00:36:20 ---> 9a207ba9b990 00:36:20 Step 8/24 : COPY . . 00:36:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:22 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:22 > 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:23 Merging remotes/origin/master commit 57027b830a506e4aebc0dcaa3e3cd565868e69a4 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:36:24 Merge succeeded, producing 8f2461859682adb922e8d523259a221864ba0cd7 00:36:24 Checking out Revision 8f2461859682adb922e8d523259a221864ba0cd7 (PR-2858) 00:36:23 > git config core.sparsecheckout # timeout=10 00:36:23 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:36:23 > git remote # timeout=10 00:36:23 > git config --get remote.origin.url # timeout=10 00:36:24 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:24 > git merge 57027b830a506e4aebc0dcaa3e3cd565868e69a4 # timeout=10 00:36:24 > git rev-parse HEAD^{commit} # timeout=10 00:36:24 > git config core.sparsecheckout # timeout=10 00:36:24 > git checkout -f 8f2461859682adb922e8d523259a221864ba0cd7 # timeout=10 00:36:28 Commit message: "Merge commit '57027b830a506e4aebc0dcaa3e3cd565868e69a4' into HEAD" 00:36:28 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:30 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:30 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:31 + true 00:36:31 + sudo service docker restart 00:36:28 > git rev-list --no-walk 887dca50d2558d27c597dab2e3ed3b80b58211ad # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:33 provisioning config files... 00:36:33 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/26@tmp/config8388329140457809857tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:33 ---> docker-login.sh 00:36:33 nexus3.edgexfoundry.org:10001 00:36:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:34 Configure a credential helper to remove this warning. See 00:36:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:34 00:36:34 Login Succeeded 00:36:34 nexus3.edgexfoundry.org:10002 00:36:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:35 Configure a credential helper to remove this warning. See 00:36:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:35 00:36:35 Login Succeeded 00:36:35 nexus3.edgexfoundry.org:10003 00:36:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:36 Configure a credential helper to remove this warning. See 00:36:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:36 00:36:36 Login Succeeded 00:36:36 nexus3.edgexfoundry.org:10004 00:36:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:36 Configure a credential helper to remove this warning. See 00:36:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:36 00:36:36 Login Succeeded 00:36:36 docker.io 00:36:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:37 Configure a credential helper to remove this warning. See 00:36:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:37 00:36:37 Login Succeeded 00:36:37 ---> docker-login.sh ends [Pipeline] } 00:36:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:38 ========================================================= 00:36:38 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:38 + 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:41 Sending build context to Docker daemon 165.7MB 00:36:41 Step 1/7 : ARG BASE=golang:1.15-alpine 00:36:41 Step 2/7 : FROM ${BASE} 00:36:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:41 5f621e34cdf4: Pulling fs layer 00:36:41 a4357932f1b6: Pulling fs layer 00:36:41 18c013af1878: Pulling fs layer 00:36:41 00ac8860ef70: Pulling fs layer 00:36:41 63d7cb157983: Pulling fs layer 00:36:41 b116817d02f9: Pulling fs layer 00:36:41 745a02a5169b: Pulling fs layer 00:36:41 00ac8860ef70: Waiting 00:36:41 b116817d02f9: Waiting 00:36:41 63d7cb157983: Waiting 00:36:41 745a02a5169b: Waiting 00:36:41 18c013af1878: Verifying Checksum 00:36:41 18c013af1878: Download complete 00:36:41 a4357932f1b6: Download complete 00:36:41 63d7cb157983: Verifying Checksum 00:36:41 63d7cb157983: Download complete 00:36:41 b116817d02f9: Verifying Checksum 00:36:41 b116817d02f9: Download complete 00:36:41 5f621e34cdf4: Verifying Checksum 00:36:41 5f621e34cdf4: Download complete 00:36:41 5f621e34cdf4: Pull complete 00:36:42 a4357932f1b6: Pull complete 00:36:42 18c013af1878: Pull complete 00:36:43 745a02a5169b: Verifying Checksum 00:36:43 745a02a5169b: Download complete 00:36:44 00ac8860ef70: Verifying Checksum 00:36:44 00ac8860ef70: Download complete 00:36:54 00ac8860ef70: Pull complete 00:36:54 63d7cb157983: Pull complete 00:36:54 b116817d02f9: Pull complete 00:36:57 745a02a5169b: Pull complete 00:36:57 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:57 ---> b7e6874047d6 00:36:57 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:36:59 ---> d8d0c41a7ff8 00:36:59 ---> ad6aaa430c40 00:36:59 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setupStep 9/23 : RUN make cmd/core-data/core-data 00:36:59 00:36:59 ---> Running in d0e29961bf5a 00:36:59 ---> Running in 6f91a61941aa 00:36:59 ---> 728a59dd1188 00:36:59 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:36:59 ---> 4bfe007ef172 00:36:59 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:36:59 ---> 3bb118aa96eb 00:36:59 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:36:59 ---> Running in c4af2e57b8e8 00:36:59 ---> Running in 6b8691d2c7c1 00:36:59 ---> Running in cf114c27d20e 00:36:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:36:59 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:36:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:36:59 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:36:59 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:02 ---> Running in b03d15344ceb 00:37:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:04 (1/12) Installing libmagic (5.38-r0) 00:37:04 (2/12) Installing file (5.38-r0) 00:37:04 (3/12) Installing libc-dev (0.7.2-r3) 00:37:04 (4/12) Installing g++ (9.3.0-r2) 00:37:10 (5/12) Installing fortify-headers (1.1-r0) 00:37:10 (6/12) Installing patch (2.7.6-r6) 00:37:10 (7/12) Installing build-base (0.5-r2) 00:37:10 (8/12) Installing libsodium (1.0.18-r0) 00:37:11 (9/12) Installing pkgconf (1.7.2-r0) 00:37:11 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:11 (11/12) Installing libzmq (4.3.3-r0) 00:37:11 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:11 Executing busybox-1.31.1-r19.trigger 00:37:11 OK: 217 MiB in 51 packages 00:37:16 Removing intermediate container b03d15344ceb 00:37:16 ---> ba09802e2426 00:37:16 Step 4/7 : WORKDIR /edgex-go 00:37:16 ---> Running in 7e7cdf7e4134 00:37:16 Removing intermediate container 7e7cdf7e4134 00:37:16 ---> b82ca497dd55 00:37:16 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:37:17 latest: Pulling from library/docker 00:37:17 a3cc7d3b244e: Pulling fs layer 00:37:17 02a3295e0d61: Pulling fs layer 00:37:17 0f4f2e6d8100: Pulling fs layer 00:37:17 065c9533d613: Pulling fs layer 00:37:17 9fce0df16b8b: Pulling fs layer 00:37:17 e3faa53604c1: Pulling fs layer 00:37:17 04b5adaa2053: Pulling fs layer 00:37:17 9fce0df16b8b: Waiting 00:37:17 e3faa53604c1: Waiting 00:37:17 04b5adaa2053: Waiting 00:37:17 065c9533d613: Waiting 00:37:17 0f4f2e6d8100: Download complete 00:37:17 02a3295e0d61: Verifying Checksum 00:37:17 02a3295e0d61: Download complete 00:37:17 a3cc7d3b244e: Verifying Checksum 00:37:17 a3cc7d3b244e: Download complete 00:37:17 9fce0df16b8b: Verifying Checksum 00:37:17 9fce0df16b8b: Download complete 00:37:17 e3faa53604c1: Verifying Checksum 00:37:17 e3faa53604c1: Download complete 00:37:18 04b5adaa2053: Verifying Checksum 00:37:18 04b5adaa2053: Download complete 00:37:18 a3cc7d3b244e: Pull complete 00:37:19 02a3295e0d61: Pull complete 00:37:19 065c9533d613: Verifying Checksum 00:37:19 065c9533d613: Download complete 00:37:19 0f4f2e6d8100: Pull complete 00:37:23 065c9533d613: Pull complete 00:37:23 9fce0df16b8b: Pull complete 00:37:24 e3faa53604c1: Pull complete 00:37:24 04b5adaa2053: Pull complete 00:37:24 Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 00:37:24 Status: Downloaded newer image for docker:latest 00:37:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:37:27 ---> dabbc614c20e 00:37:27 Step 6/7 : COPY go.mod . 00:37:28 ---> de3a22e02d6b 00:37:28 Step 7/7 : RUN go mod download 00:37:28 ---> Running in 7a9a91de6dc1 00:37:31 Removing intermediate container c4af2e57b8e8 00:37:31 ---> f711fb2aca73 00:37:31 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:37:31 ---> Running in d88ac87bf233 00:37:35 Removing intermediate container d0e29961bf5a 00:37:35 ---> 875c8fd5736a 00:37:35 00:37:35 Step 10/24 : FROM alpine:3.10 00:37:35 3.10: Pulling from library/alpine 00:37:35 Removing intermediate container cf114c27d20e 00:37:35 ---> 7b0eb7bd298c 00:37:35 00:37:35 Step 10/24 : FROM scratch 00:37:35 ---> 00:37:35 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:37:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:37:36 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:37:37 Status: Downloaded newer image for alpine:3.10 00:37:37 ---> be4e4bea2c2e 00:37:37 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:37:37 ---> Running in e0cab84845b5 00:37:37 Removing intermediate container 6b8691d2c7c1 00:37:37 ---> e5b84f67b992 00:37:37 00:37:37 Step 10/21 : FROM scratch 00:37:37 ---> 00:37:37 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:37 ---> Running in 7c31d5c54739 00:37:37 ---> Running in c721c1514355 00:37:37 Removing intermediate container e0cab84845b5 00:37:37 ---> aa0788f8743d 00:37:37 Step 12/24 : ENV APP_PORT=48060 00:37:38 Removing intermediate container c721c1514355 00:37:38 ---> 4cc52cd122a6 00:37:38 Step 12/21 : ENV APP_PORT=48085 00:37:38 ---> Running in 0e8705df0f08 00:37:38 ---> Running in ac67028b7091 00:37:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:37:38 Removing intermediate container 0e8705df0f08 00:37:38 ---> 37236b5897eb 00:37:38 Step 13/24 : EXPOSE $APP_PORT 00:37:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:37:38 Removing intermediate container ac67028b7091 00:37:38 ---> a2b8d5847981 00:37:38 Step 13/21 : EXPOSE $APP_PORT 00:37:38 ---> Running in 6f13f6230a87 00:37:38 Removing intermediate container d88ac87bf233 00:37:38 ---> f8f5331e7031 00:37:38 00:37:38 Step 11/27 : FROM docker:latest 00:37:38 ---> 0c995d0d3006 00:37:38 Step 12/27 : RUN apk add --no-cache bash 00:37:38 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:37:38 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:37:38 OK: 10350 distinct packages available 00:37:38 ---> Running in 4c1597c3aa7e 00:37:38 (1/5) Installing ca-certificates (20191127-r2) 00:37:38 ---> Running in 92e08662a1bf 00:37:38 Removing intermediate container 6f13f6230a87 00:37:38 ---> b05ac3990fb9 00:37:38 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:37:38 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:37:38 (3/5) Installing libcurl (7.66.0-r3) 00:37:38 (4/5) Installing curl (7.66.0-r3) 00:37:38 (5/5) Installing dumb-init (1.2.2-r1) 00:37:38 Executing busybox-1.30.1-r3.trigger 00:37:38 Executing ca-certificates-20191127-r2.trigger 00:37:39 OK: 7 MiB in 19 packages 00:37:40 Removing intermediate container 4c1597c3aa7e 00:37:40 ---> c2ce0a88319d 00:37:40 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:37:42 ---> 4b922ed04002 00:37:42 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:37:42 ---> 47dbed474587 00:37:42 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:37:42 Removing intermediate container 6f91a61941aa 00:37:42 ---> 17f2c007dcb6 00:37:42 00:37:42 Step 10/23 : FROM alpine 00:37:42 latest: Pulling from library/alpine 00:37:42 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 00:37:42 Status: Downloaded newer image for alpine:latest 00:37:42 ---> b14afc6dfb98 00:37:42 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:43 (1/2) Installing readline (8.0.4-r0) 00:37:43 (2/2) Installing bash (5.0.17-r0) 00:37:43 ---> Running in 79803509d572 00:37:43 Executing bash-5.0.17-r0.post-install 00:37:43 Removing intermediate container 7c31d5c54739 00:37:43 ---> 1234599c0206 00:37:43 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:43 Executing busybox-1.31.1-r19.trigger 00:37:43 OK: 12 MiB in 22 packages 00:37:43 ---> 79468e9a8f35 00:37:43 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:37:43 ---> 18fdae49d8cf 00:37:43 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:37:43 ---> Running in f3f56cba4b99 00:37:44 Removing intermediate container 79803509d572 00:37:44 ---> 6df005195a47 00:37:44 Step 12/23 : ENV APP_PORT=48080 00:37:44 ---> Running in d434742db527 00:37:44 Removing intermediate container f3f56cba4b99 00:37:44 ---> 2a0191404295 00:37:44 Step 13/24 : WORKDIR / 00:37:44 ---> 0cd1429069e6 00:37:44 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:37:44 ---> 38913e493652 00:37:44 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:37:44 ---> Running in 75457c1717ef 00:37:44 ---> Running in c11a64feafd0 00:37:44 Removing intermediate container d434742db527 00:37:44 ---> 8c4b2690ed6c 00:37:44 Step 13/23 : EXPOSE $APP_PORT 00:37:44 Removing intermediate container 92e08662a1bf 00:37:44 ---> 14d42d007467 00:37:44 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:37:44 ---> Running in b15f9a2edca5 00:37:45 ---> 5f8b7b14b6b0 00:37:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:37:45 ---> Running in bc2bbb47ce30 00:37:45 Removing intermediate container 75457c1717ef 00:37:45 ---> 329106afa118 00:37:45 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:37:45 Removing intermediate container c11a64feafd0 00:37:45 ---> c67bd5daf15e 00:37:45 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:45 Removing intermediate container b15f9a2edca5 00:37:45 ---> 89095a32b1a5 00:37:45 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:45 ---> Running in 031920fc4a9f 00:37:45 ---> Running in 69edc28e7a23 00:37:45 ---> 93d61599445b 00:37:45 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:37:45 ---> 7ce84be9237e 00:37:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:37:46 Removing intermediate container 031920fc4a9f 00:37:46 ---> 6fe7e54fe340 00:37:46 Step 19/21 : LABEL arch=x86_64 00:37:47 ---> Running in 84cd3bc1239e 00:37:47 ---> e97b4dbd7aec 00:37:47 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:37:47 ---> fd0b93d8a54c 00:37:47 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:37:47 ---> Running in 3bfd6fb69f44 00:37:47 Removing intermediate container 84cd3bc1239e 00:37:47 ---> 62666508feed 00:37:47 Step 20/21 : LABEL git_sha=717f516990d1a92dd8d7a85f0ff77567e3b46980 00:37:47 ---> 926c747a9e9c 00:37:47 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:37:47 ---> Running in a07a8ea29c65 00:37:47 Removing intermediate container 3bfd6fb69f44 00:37:47 ---> 55b7bb51ab26 00:37:47 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:47 Removing intermediate container bc2bbb47ce30 00:37:47 ---> 561c3cf7a640 00:37:47 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:37:48 Removing intermediate container a07a8ea29c65 00:37:48 ---> 01f39e53b762 00:37:48 Step 21/21 : LABEL version=0.0.0 00:37:48 ---> Running in 4badd98f0f23 00:37:48 ---> Running in 37905b9a2f45 00:37:48 ---> dfe235f56c7c 00:37:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:37:48 ---> Running in 54998216ee87 00:37:48 Removing intermediate container 69edc28e7a23 00:37:48 ---> 91cb17a219d1 00:37:48 Step 15/23 : RUN apk --no-cache add zeromq 00:37:48 Removing intermediate container 4badd98f0f23 00:37:48 ---> ba034540de0c 00:37:48 Step 22/24 : LABEL arch=x86_64 00:37:48 ---> Running in bd074a1003cf 00:37:48 Removing intermediate container 37905b9a2f45 00:37:48 ---> e43b40941d9c 00:37:48 Step 15/27 : ENV APP_PORT=48090 00:37:48 Removing intermediate container 54998216ee87 00:37:48 ---> 5201e8c2498a 00:37:48 00:37:48 ---> Running in 63cbb05a2f34 00:37:49 Successfully built 5201e8c2498a 00:37:49 ---> Running in e26c12bfa854 00:37:49 ---> d9c7ce97ec05 00:37:49 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:37:49 Successfully tagged docker-support-scheduler-go:latest 00:37:49  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go 00:37:49 Removing intermediate container 63cbb05a2f34 00:37:49 ---> 202f4e1001ef 00:37:49 Step 23/24 : LABEL git_sha=717f516990d1a92dd8d7a85f0ff77567e3b46980 00:37:49 ---> Running in bde92336ebec 00:37:49 Removing intermediate container e26c12bfa854 00:37:49 ---> 55706823f1d2 00:37:49 Step 16/27 : EXPOSE $APP_PORT 00:37:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:49 ---> 14b867f0a388 00:37:49 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:37:49 ---> Running in 7b6f61537afb 00:37:49 ---> Running in 2a24d55fa06d 00:37:49 Removing intermediate container bde92336ebec 00:37:49 ---> 60429624c1a7 00:37:49 Step 24/24 : LABEL version=0.0.0 00:37:50 ---> Running in 1e87f739f757 00:37:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:50 Removing intermediate container 7b6f61537afb 00:37:50 ---> 9e393d035550 00:37:50 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:37:51 (1/5) Installing libgcc (9.3.0-r2) 00:37:51 (2/5) Installing libsodium (1.0.18-r0) 00:37:51 (3/5) Installing libstdc++ (9.3.0-r2) 00:37:51 (4/5) Installing libzmq (4.3.3-r0) 00:37:52 (5/5) Installing zeromq (4.3.3-r0) 00:37:52 Executing busybox-1.31.1-r19.trigger 00:37:52 OK: 8 MiB in 19 packages 00:37:52 Removing intermediate container 1e87f739f757 00:37:52 ---> 1a71738a868b 00:37:52 00:37:53 ---> 1992a249e15f 00:37:53 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:37:53 Successfully built 1a71738a868b 00:37:53 Successfully tagged docker-support-notifications-go:latest 00:37:53 Building docker-core-command-go 00:37:55 Removing intermediate container 7a9a91de6dc1 00:37:55 ---> 6c22cf100aaf 00:37:55 Successfully built 6c22cf100aaf 00:37:55 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:55 + docker inspect -f . ci-base-image-arm64 00:37:55 . [Pipeline] withDockerContainer 00:37:56 prd-ubuntu18.04-docker-arm64-4c-16g-16215 does not seem to be running inside a container 00:37:56  Building docker-support-notifications-go ... done  ---> 782130e2c1fc 00:37:56 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:37:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:57 $ docker top 7af800c0b306f456025df1b269738a558b64264b3515d614a335fecc7fa5f4bd -eo pid,comm 00:37:57 Removing intermediate container 2a24d55fa06d 00:37:57 ---> 0d4bc197677f 00:37:57 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:37:57 Removing intermediate container bd074a1003cf 00:37:57 ---> 3caf17c9fba0 00:37:57 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [Pipeline] { [Pipeline] sh 00:37:58 + go version 00:37:58 go version go1.15.5 linux/arm64 [Pipeline] } 00:37:58 $ docker stop --time=1 7af800c0b306f456025df1b269738a558b64264b3515d614a335fecc7fa5f4bd 00:37:59 ---> 8b1ca138d652 00:37:59 Step 20/27 : RUN apk --no-cache add py3-pip 00:37:59 ---> Running in 702beb6f14da 00:38:00 $ docker rm -f 7af800c0b306f456025df1b269738a558b64264b3515d614a335fecc7fa5f4bd 00:38:00 ---> 4a3580fe9160 00:38:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:38:00 ---> Running in 941ce9bc27bd [Pipeline] // withDockerContainer [Pipeline] } 00:38:01 Removing intermediate container 702beb6f14da 00:38:01 ---> 728aac8620b7 00:38:01 Step 22/24 : LABEL arch=x86_64 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:01 + docker inspect -f . ci-base-image-arm64 00:38:01 . [Pipeline] withDockerContainer 00:38:02 ---> Running in f77d813989cc 00:38:02 prd-ubuntu18.04-docker-arm64-4c-16g-16215 does not seem to be running inside a container 00:38:02 $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:03 (1/33) Installing libbz2 (1.0.8-r1) 00:38:03 (2/33) Installing expat (2.2.9-r1) 00:38:03 (3/33) Installing libffi (3.3-r2) 00:38:03 (4/33) Installing gdbm (1.13-r1) 00:38:03 (5/33) Installing xz-libs (5.2.5-r0) 00:38:03 (6/33) Installing sqlite-libs (3.32.1-r0) 00:38:03 (7/33) Installing python3 (3.8.5-r0) 00:38:03 Removing intermediate container f77d813989cc 00:38:03 ---> 923429ac9b5e 00:38:03 Step 23/24 : LABEL git_sha=717f516990d1a92dd8d7a85f0ff77567e3b46980 00:38:03 $ docker top 4f3c2dae4309a75c4ff4f097961a745295bc0d2bf5a699511b7284afbed51323 -eo pid,comm [Pipeline] { [Pipeline] echo 00:38:04 ========================================================= 00:38:04 [edgeXBuildGoParallel] Running Tests and Build... 00:38:04 ========================================================= [Pipeline] sh 00:38:04 + make test 00:38:04 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:05 ---> aea067d96e09 00:38:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:38:07 ---> Running in 8e2f34af066a 00:38:07 (8/33) Installing py3-appdirs (1.4.4-r1) 00:38:07 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:38:07 (10/33) Installing py3-parsing (2.4.7-r0) 00:38:07 (11/33) Installing py3-six (1.15.0-r0) 00:38:07 (12/33) Installing py3-packaging (20.4-r0) 00:38:08 (13/33) Installing py3-setuptools (47.0.0-r0) 00:38:08 (14/33) Installing py3-chardet (3.0.4-r4) 00:38:09 ---> 421761e1c5b8 00:38:09 Step 19/23 : ENTRYPOINT ["/core-data"] 00:38:09 (15/33) Installing py3-idna (2.9-r0) 00:38:09 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:38:10 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:38:11 (18/33) Installing py3-requests (2.23.0-r0) 00:38:11 (19/33) Installing py3-msgpack (1.0.0-r0) 00:38:11 (20/33) Installing py3-lockfile (0.12.2-r3) 00:38:11 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:11 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:38:11 ---> 491eba5a4ff7 00:38:11 Step 3/29 : WORKDIR /edgex-go 00:38:11 ---> Using cache 00:38:11 ---> a235dc62157e 00:38:11 Step 4/29 : RUN apk update && apk add make git 00:38:12 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:38:12 Removing intermediate container 8e2f34af066a 00:38:12 ---> 9d9dee94a431 00:38:12 Step 24/24 : LABEL version=0.0.0 00:38:12 ---> Running in c5ed54d8679d 00:38:12 (22/33) Installing py3-colorama (0.4.3-r0) 00:38:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:12 ---> 491eba5a4ff7 00:38:12 Step 3/22 : WORKDIR /edgex-go 00:38:12 ---> Using cache 00:38:12 ---> a235dc62157e 00:38:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:12 ---> Using cache 00:38:12 ---> ac3359c4046e 00:38:12 Step 5/22 : RUN apk update && apk add make git 00:38:13 (23/33) Installing py3-distlib (0.3.0-r0) 00:38:13 (24/33) Installing py3-distro (1.5.0-r1) 00:38:13 (25/33) Installing py3-webencodings (0.5.1-r3) 00:38:13 ---> Running in a92d9396a0f7 00:38:13 (26/33) Installing py3-html5lib (1.0.1-r4) 00:38:13 ---> Running in ee2cbc6c6671 00:38:13 (27/33) Installing py3-pytoml (0.1.21-r0) 00:38:13 ---> Running in 39f30f2e6571 00:38:13 (28/33) Installing py3-pep517 (0.8.2-r0) 00:38:13 (29/33) Installing py3-progress (1.5-r0) 00:38:13 (30/33) Installing py3-toml (0.10.1-r0) 00:38:13 (31/33) Installing py3-retrying (1.3.3-r0) 00:38:14 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:38:14 (33/33) Installing py3-pip (20.1.1-r0) 00:38:14 Removing intermediate container c5ed54d8679d 00:38:14 ---> d69afb96d216 00:38:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:14 Executing busybox-1.31.1-r19.trigger 00:38:14 OK: 71 MiB in 55 packages 00:38:15 ---> Running in b89eba034c2c 00:38:15 Removing intermediate container ee2cbc6c6671 00:38:15 ---> 944d925ee9a2 00:38:15 00:38:15 Successfully built 944d925ee9a2 00:38:15 Successfully tagged docker-security-secretstore-setup-go:latest 00:38:15 Building docker-core-metadata-go 00:38:15  Building docker-security-secretstore-setup-go ... done Removing intermediate container b89eba034c2c 00:38:15 ---> d94f8398e93c 00:38:15 Step 21/23 : LABEL arch=x86_64 00:38:15 ---> Running in 7155eec37333 00:38:15 Removing intermediate container 7155eec37333 00:38:15 ---> 1e9dc67aaed4 00:38:15 Step 22/23 : LABEL git_sha=717f516990d1a92dd8d7a85f0ff77567e3b46980 00:38:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:15 ---> Running in e6f811854db3 00:38:16 Removing intermediate container e6f811854db3 00:38:16 ---> 4800a80d431d 00:38:16 Step 23/23 : LABEL version=0.0.0 00:38:16 ---> Running in 801b34a4c5bb 00:38:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:18 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:18 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:18 OK: 12750 distinct packages available 00:38:18 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:18 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:18 OK: 12750 distinct packages available 00:38:18 OK: 233 MiB in 51 packages 00:38:18 OK: 233 MiB in 51 packages 00:38:22 Removing intermediate container 801b34a4c5bb 00:38:22 ---> c1d3f02427ba 00:38:22 00:38:22 Successfully built c1d3f02427ba 00:38:22 Successfully tagged docker-core-data-go:latest 00:38:22 Building docker-security-proxy-setup-go 00:38:31 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:35  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:35 ---> 491eba5a4ff7 00:38:35 Step 3/22 : WORKDIR /edgex-go 00:38:35 ---> Using cache 00:38:35 ---> a235dc62157e 00:38:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:35 ---> Using cache 00:38:35 ---> ac3359c4046e 00:38:35 Step 5/22 : RUN apk update && apk add make git 00:38:35 ---> Using cache 00:38:35 ---> 44968ebbbffe 00:38:35 Step 6/22 : COPY go.mod . 00:38:35 Removing intermediate container 39f30f2e6571 00:38:35 ---> 44968ebbbffe 00:38:35 Step 6/22 : COPY go.mod . 00:38:35 Removing intermediate container a92d9396a0f7 00:38:35 ---> b5005c085e7d 00:38:35 Step 5/29 : COPY go.mod . 00:38:35 ---> 0c3dbcdf6b30 00:38:35 Step 7/22 : RUN go mod download 00:38:35 ---> 59b1fc5fd4ff 00:38:35 Step 7/22 : RUN go mod download 00:38:35 ---> 52e4f85c7e50 00:38:35 Step 6/29 : RUN go mod download 00:38:35 ---> Running in 002329b2a9ac 00:38:35 ---> Running in 14d382e6ad57 00:38:35 ---> Running in 130f4e436374 00:38:36 Removing intermediate container 941ce9bc27bd 00:38:36 ---> 7776e9f79d75 00:38:36 Step 21/27 : RUN pip install docker-compose==1.23.2 00:38:40 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:40 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:38:40 ---> 491eba5a4ff7 00:38:40 Step 3/21 : WORKDIR /edgex-go 00:38:40 ---> Using cache 00:38:40 ---> a235dc62157e 00:38:40 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:40 ---> Using cache 00:38:40 ---> ac3359c4046e 00:38:40 Step 5/21 : RUN apk update && apk add make git 00:38:40 ---> Using cache 00:38:40 ---> 44968ebbbffe 00:38:40 Step 6/21 : COPY go.mod . 00:38:40 ---> Using cache 00:38:40 ---> 59b1fc5fd4ff 00:38:40 Step 7/21 : RUN go mod download 00:38:41 ---> Running in cc878dd081c8 00:38:41 ---> Running in 608ef20efe09 00:38:42 Removing intermediate container 002329b2a9ac 00:38:42 ---> e0f3eca3d4b7 00:38:42 Step 8/22 : COPY . . 00:38:42 Removing intermediate container 14d382e6ad57 00:38:42 ---> b1628e878d3f 00:38:42 Step 8/22 : COPY . . 00:38:42 Removing intermediate container 130f4e436374 00:38:42 ---> 3d4947d5baea 00:38:42 Step 7/29 : COPY . . 00:38:57 Collecting docker-compose==1.23.2 00:38:57 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:38:57 Removing intermediate container 608ef20efe09 00:38:57 ---> 1c6cd1f0f1b8 00:38:57 Step 8/21 : COPY . . 00:38:58 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:38:58 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:38:59 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:38:59 Collecting cached-property<2,>=1.2.0 00:38:59 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:39:03 Collecting PyYAML<4,>=3.10 00:39:03 Downloading PyYAML-3.13.tar.gz (270 kB) 00:39:06 Collecting texttable<0.10,>=0.9.0 00:39:06 Downloading texttable-0.9.1.tar.gz (11 kB) 00:39:11 Collecting websocket-client<1.0,>=0.32.0 00:39:11 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:39:13 Collecting jsonschema<3,>=2.5.1 00:39:13 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:39:14 Collecting docker<4.0,>=3.6.0 00:39:14 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:14 Collecting dockerpty<0.5,>=0.4.1 00:39:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:39:17 Collecting docopt<0.7,>=0.6.1 00:39:17 Downloading docopt-0.6.2.tar.gz (25 kB) 00:39:17 ---> 5f59981aae13 00:39:17 Step 9/22 : RUN make cmd/core-command/core-command 00:39:17 ---> 77a4e97dc202 00:39:17 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:39:17 ---> a19780459756 00:39:17 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:39:17 Collecting urllib3<1.25,>=1.21.1 00:39:17 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:39:18 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:39:18 ---> Running in b9b3c6d98d0d 00:39:18 ---> Running in 9325c181208c 00:39:18 Collecting idna<2.8,>=2.5 00:39:18 ---> Running in 02dfde50b7eb 00:39:18 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:39:18 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:39:18 Collecting docker-pycreds>=0.4.0 00:39:18 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:39:18 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:39:18 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:39:18 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:39:18 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:39:18 Installing collected packages: urllib3, idna, requests, cached-property, PyYAML, texttable, websocket-client, jsonschema, docker-pycreds, docker, dockerpty, docopt, docker-compose 00:39:18 Attempting uninstall: urllib3 00:39:18 Found existing installation: urllib3 1.25.9 00:39:18 Uninstalling urllib3-1.25.9: 00:39:18 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:19 Successfully uninstalled urllib3-1.25.9 00:39:19 Attempting uninstall: idna 00:39:19 Found existing installation: idna 2.9 00:39:19 Uninstalling idna-2.9: 00:39:20 Successfully uninstalled idna-2.9 00:39:21 Attempting uninstall: requests 00:39:21 Found existing installation: requests 2.23.0 00:39:21 Uninstalling requests-2.23.0: 00:39:21 Successfully uninstalled requests-2.23.0 00:39:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:39:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:39:21 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:39:22 Running setup.py install for PyYAML: started 00:39:23 Running setup.py install for PyYAML: finished with status 'done' 00:39:23 Running setup.py install for texttable: started 00:39:25 Running setup.py install for texttable: finished with status 'done' 00:39:27 Running setup.py install for dockerpty: started 00:39:27 Running setup.py install for dockerpty: finished with status 'done' 00:39:27 Running setup.py install for docopt: started 00:39:28 Running setup.py install for docopt: finished with status 'done' 00:39:29 ---> 6e6c5c19a05b 00:39:29 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:39:29 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:39:29 ---> Running in 5028e293079e 00:39:30 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:39:33 Removing intermediate container cc878dd081c8 00:39:33 ---> ab7ce9d42e46 00:39:33 Step 22/27 : RUN apk --no-cache add curl 00:39:33 ---> Running in 5333fc9d5886 00:39:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:34 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:39:34 (2/3) Installing libcurl (7.69.1-r3) 00:39:34 (3/3) Installing curl (7.69.1-r3) 00:39:34 Executing busybox-1.31.1-r19.trigger 00:39:34 OK: 72 MiB in 58 packages 00:39:37 Removing intermediate container 5333fc9d5886 00:39:37 ---> 1ead2512f600 00:39:37 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:39:37 ---> Running in 8c76a54f22fb 00:39:37 Removing intermediate container 8c76a54f22fb 00:39:37 ---> ccf81949e5f7 00:39:37 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:37 ---> Running in e29fed571fb6 00:39:37 Removing intermediate container e29fed571fb6 00:39:37 ---> db4ea84345ca 00:39:37 Step 25/27 : LABEL arch=x86_64 00:39:38 ---> Running in 5c721f2099fc 00:39:38 Removing intermediate container 5c721f2099fc 00:39:38 ---> e1af9e1cb827 00:39:38 Step 26/27 : LABEL git_sha=717f516990d1a92dd8d7a85f0ff77567e3b46980 00:39:38 ---> Running in baa9bfcfa839 00:39:38 Removing intermediate container baa9bfcfa839 00:39:38 ---> 07312bbf36d4 00:39:38 Step 27/27 : LABEL version=0.0.0 00:39:38 ---> Running in 104a1e158fd3 00:39:39 Removing intermediate container 104a1e158fd3 00:39:39 ---> 94978d70af77 00:39:39 00:39:39 Successfully built 94978d70af77 00:39:39 Successfully tagged docker-sys-mgmt-agent-go:latest 00:39:39 Building docker-security-bootstrap-redis-go 00:39:41 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:45 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.093s 00:39:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:45 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:54  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 9325c181208c 00:39:54 ---> 2119ef8d1c50 00:39:54 00:39:54 Step 9/29 : FROM alpine:latest 00:39:54 ---> b14afc6dfb98 00:39:54 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:39:54 ---> Running in ddac5ec20e27 00:39:55 Removing intermediate container ddac5ec20e27 00:39:55 ---> 4235d1550ba0 00:39:55 Step 11/29 : USER root 00:39:57 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.249s coverage: 46.6% of statements 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:58 ---> Running in 8a44b2e619f4 00:39:58 Removing intermediate container 8a44b2e619f4 00:39:58 ---> 55e561a235a8 00:39:58 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:39:59 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:39:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:39:59 ---> 491eba5a4ff7 00:39:59 Step 3/22 : WORKDIR /edgex-go 00:39:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:39:59 ---> Using cache 00:39:59 ---> a235dc62157e 00:39:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:59 ---> Using cache 00:39:59 ---> ac3359c4046e 00:39:59 Step 5/22 : RUN apk update && apk add make git 00:39:59 ---> Using cache 00:39:59 ---> 44968ebbbffe 00:39:59 Step 6/22 : COPY go.mod . 00:39:59 ---> Using cache 00:39:59 ---> 59b1fc5fd4ff 00:39:59 Step 7/22 : RUN go mod download 00:39:59 ---> Using cache 00:39:59 ---> 1c6cd1f0f1b8 00:39:59 Step 8/22 : COPY . . 00:39:59 ---> Using cache 00:39:59 ---> 6e6c5c19a05b 00:39:59 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:40:00 ---> Running in 4e2e4b32a71b 00:40:00 ---> Running in 0b5cc54530d8 00:40:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:01 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:40:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:02 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:40:02 v3.12.2-28-g19bfc5f39e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:40:02 OK: 12747 distinct packages available 00:40:02 (1/2) Installing ca-certificates (20191127-r4) 00:40:02 (2/2) Installing dumb-init (1.2.2-r1) 00:40:02 Executing busybox-1.31.1-r19.trigger 00:40:02 Executing ca-certificates-20191127-r4.trigger 00:40:02 OK: 6 MiB in 16 packages 00:40:05 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.524s coverage: 27.1% of statements 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.107s coverage: 100.0% of statements 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.547s coverage: 71.3% of statements 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:05 Removing intermediate container b9b3c6d98d0d 00:40:05 ---> 10de58e7492f 00:40:05 00:40:05 Step 10/22 : FROM scratch 00:40:05 ---> 00:40:05 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:06 ---> Using cache 00:40:06 ---> 4cc52cd122a6 00:40:06 Step 12/22 : ENV APP_PORT=48082 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.657s coverage: 83.7% of statements 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:07 Removing intermediate container 4e2e4b32a71b 00:40:07 ---> 435a1265cbac 00:40:07 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:40:07 Removing intermediate container 02dfde50b7eb 00:40:07 ---> 81095535d2e2 00:40:07 00:40:07 Step 10/22 : FROM scratch 00:40:07 ---> 00:40:07 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:08 ---> Using cache 00:40:08 ---> 4cc52cd122a6 00:40:08 Step 12/22 : ENV APP_PORT=48081 00:40:08 ---> Running in 23b822a11e5c 00:40:09 ---> Running in 0c6d0385c12c 00:40:09 ---> Running in d1c4fb08a0d0 00:40:09 Removing intermediate container 5028e293079e 00:40:09 ---> 6869affc541e 00:40:09 00:40:09 Step 10/21 : FROM alpine 00:40:09 ---> b14afc6dfb98 00:40:09 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:40:09 Removing intermediate container 23b822a11e5c 00:40:09 ---> e08356dafc4f 00:40:09 Step 13/22 : EXPOSE $APP_PORT 00:40:09 ---> Running in 08b61ab47919 00:40:09 ---> Running in 153dbe48577e 00:40:09 Removing intermediate container 0c6d0385c12c 00:40:09 ---> 823f48beef3b 00:40:09 Step 14/29 : WORKDIR $BASE_DIR 00:40:09 Removing intermediate container d1c4fb08a0d0 00:40:09 ---> c42a5db1b8a8 00:40:09 Step 13/22 : EXPOSE $APP_PORT 00:40:10 ---> Running in 91a8853bfe34 00:40:10 ---> Running in 5cce4647a5c4 00:40:11 Removing intermediate container 153dbe48577e 00:40:11 ---> 13ccbf2f0647 00:40:11 Step 14/22 : WORKDIR / 00:40:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:11 Removing intermediate container 5cce4647a5c4 00:40:11 ---> 37ec7f547034 00:40:11 Step 14/22 : WORKDIR / 00:40:11 ---> Running in 62b90b1d7825 00:40:12 Removing intermediate container 91a8853bfe34 00:40:12 ---> f44e00012db9 00:40:12 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:40:12 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:40:12 v3.12.2-28-g19bfc5f39e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:40:12 OK: 12747 distinct packages available 00:40:12 ---> Running in babe001693e3 00:40:12 ---> Running in 7c8754265874 00:40:12 (1/4) Installing ca-certificates (20191127-r4) 00:40:12 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:40:12 (3/4) Installing libcurl (7.69.1-r3) 00:40:12 (4/4) Installing curl (7.69.1-r3) 00:40:12 Executing busybox-1.31.1-r19.trigger 00:40:12 Executing ca-certificates-20191127-r4.trigger 00:40:12 OK: 7 MiB in 18 packages 00:40:12 Removing intermediate container 62b90b1d7825 00:40:12 ---> 1ab223c76b2d 00:40:12 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:40:12 Removing intermediate container babe001693e3 00:40:12 ---> 441d0d10889f 00:40:12 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:40:13 ---> 68d046ce07c0 00:40:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:40:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.491s coverage: 28.6% of statements 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.186s coverage: 100.0% of statements 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.087s coverage: 100.0% of statements 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:13 ---> b67678307aa1 00:40:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:40:13 Removing intermediate container 08b61ab47919 00:40:13 ---> bf8909c2a80f 00:40:13 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:40:14 ---> c56d0956e21d 00:40:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:40:14 ---> Running in 1cdfc489b4d3 00:40:14 Removing intermediate container 7c8754265874 00:40:14 ---> 7461ca0caa4f 00:40:14 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:40:14 ---> 631c61fd96c7 00:40:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:40:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.337s coverage: 86.7% of statements 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:14 ---> b258e3451886 00:40:14 Step 18/22 : ENTRYPOINT ["/core-command"] 00:40:14 Removing intermediate container 1cdfc489b4d3 00:40:14 ---> b0fc26a17265 00:40:14 Step 13/21 : WORKDIR /edgex 00:40:14 ---> Running in c21226650349 00:40:14 ---> e27fc259f4ef 00:40:14 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:40:14 ---> Running in 636178a110d2 00:40:14 ---> 54fe56c9176a 00:40:14 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:40:14 ---> Running in 1f50d93a3a3d 00:40:15 Removing intermediate container c21226650349 00:40:15 ---> f39d48745745 00:40:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:15 Removing intermediate container 636178a110d2 00:40:15 ---> 6df917099c63 00:40:15 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:40:16 ---> Running in 8ac62d4f82cd 00:40:16 ---> e120ed75585f 00:40:16 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:40:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.403s coverage: 97.5% of statements 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.150s coverage: 78.3% of statements 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:16 Removing intermediate container 1f50d93a3a3d 00:40:16 ---> d680dabb52ff 00:40:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:16 ---> 7ca4a3f4e0c7 00:40:16 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:40:16 Removing intermediate container 0b5cc54530d8 00:40:16 ---> b9ff3d5e770b 00:40:16 00:40:16 Step 10/22 : FROM alpine:3.10 00:40:16 ---> be4e4bea2c2e 00:40:16 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:40:16 ---> Using cache 00:40:16 ---> 1234599c0206 00:40:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:40:16 ---> Running in d1d9b152aeb8 00:40:17 ---> Running in 5e4057f452b0 00:40:17 Removing intermediate container 8ac62d4f82cd 00:40:17 ---> e0994bfaa667 00:40:17 Step 20/22 : LABEL arch=x86_64 00:40:17 ---> 716bbb7750cf 00:40:17 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:40:17 ---> Running in 2634dc63effe 00:40:17 Removing intermediate container 5e4057f452b0 00:40:17 ---> 33dd2bbe73fd 00:40:17 Step 13/22 : WORKDIR / 00:40:17 Removing intermediate container d1d9b152aeb8 00:40:17 ---> b5cd4c324e41 00:40:17 Step 20/22 : LABEL arch=x86_64 00:40:17 ---> 19c211bf1dec 00:40:17 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:40:17 ---> Running in 05dcaa04fb38 00:40:17 ---> d557111dfbcf 00:40:17 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:40:17 Removing intermediate container 2634dc63effe 00:40:17 ---> 1b5e0cc13bed 00:40:17 Step 21/22 : LABEL git_sha=717f516990d1a92dd8d7a85f0ff77567e3b46980 00:40:17 ---> Running in e628541a8f3b 00:40:18 ---> Running in a99c59226be1 00:40:18 Removing intermediate container 05dcaa04fb38 00:40:18 ---> e68d345e0659 00:40:18 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:40:18 ---> 225a2201b784 00:40:18 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:40:18 Removing intermediate container e628541a8f3b 00:40:18 ---> c2abcb122ab9 00:40:18 Step 21/22 : LABEL git_sha=717f516990d1a92dd8d7a85f0ff77567e3b46980 00:40:18 Removing intermediate container a99c59226be1 00:40:18 ---> 3668225e6d7b 00:40:18 Step 22/22 : LABEL version=0.0.0 00:40:18 ---> 242aef1c3bba 00:40:18 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:40:18 ---> Running in 08670f61bd12 00:40:18 ---> Running in c2f626304390 00:40:18 ---> Running in 8c436fe06963 00:40:18 ---> Running in cd44a43d8e69 00:40:18 ---> 125cead52982 00:40:18 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:40:19 Removing intermediate container 08670f61bd12 00:40:19 ---> b5987e9ad9cc 00:40:19 00:40:19 Removing intermediate container 8c436fe06963 00:40:19 ---> 9dbc934cd4d7 00:40:19 Step 22/22 : LABEL version=0.0.0 00:40:19 Removing intermediate container cd44a43d8e69 00:40:19 ---> 588925084012 00:40:19 Step 18/21 : CMD ["--init=true"] 00:40:19 Successfully built b5987e9ad9cc 00:40:19 ---> Running in 5e47c2559267 00:40:19 Successfully tagged docker-core-command-go:latest 00:40:19  Building docker-core-command-go ... done  ---> Running in 99724b36d6e3 00:40:19 ---> 0dc7435e6ee8 00:40:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:40:20 Removing intermediate container 99724b36d6e3 00:40:20 ---> 2d90cd5a71a2 00:40:20 Step 19/21 : LABEL arch=x86_64 00:40:20 Removing intermediate container 5e47c2559267 00:40:20 ---> a9e2aad46bf8 00:40:20 00:40:20 Successfully built a9e2aad46bf8 00:40:20 Successfully tagged docker-core-metadata-go:latest 00:40:20  Building docker-core-metadata-go ... done  ---> Running in a2e5d1716f97 00:40:20 ---> 062f092746ff 00:40:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:40:20 Removing intermediate container a2e5d1716f97 00:40:20 ---> 28f2c4112763 00:40:20 Step 20/21 : LABEL git_sha=717f516990d1a92dd8d7a85f0ff77567e3b46980 00:40:20 Removing intermediate container c2f626304390 00:40:20 ---> 66e3a0a920e0 00:40:20 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:40:21 ---> Running in 33f702b92382 00:40:21 ---> 3ccd3ba0d323 00:40:21 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:40:21 ---> 12419f8312f9 00:40:21 Step 18/22 : RUN chmod +x entrypoint.sh 00:40:21 ---> Running in fda350c956c0 00:40:21 ---> Running in aab4a00543f6 00:40:21 Removing intermediate container 33f702b92382 00:40:21 ---> 0964f9f9a4cb 00:40:21 Step 21/21 : LABEL version=0.0.0 00:40:21 ---> Running in cc3e5c163fa7 00:40:21 Removing intermediate container cc3e5c163fa7 00:40:21 ---> 87ba3375f5dc 00:40:21 00:40:21 Successfully built 87ba3375f5dc 00:40:21 Successfully tagged docker-security-proxy-setup-go:latest 00:40:22  Building docker-security-proxy-setup-go ... done Removing intermediate container fda350c956c0 00:40:22 ---> 0816fc830ae4 00:40:22 Step 24/29 : RUN chmod 755 security-secrets-setup 00:40:22 ---> Running in 8536eed2a14a 00:40:22 Removing intermediate container aab4a00543f6 00:40:22 ---> 87a43ef8cdf8 00:40:22 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:40:22 ---> Running in db644f3473ca 00:40:22 Removing intermediate container db644f3473ca 00:40:22 ---> 9569c59d6da2 00:40:22 Step 20/22 : LABEL arch=x86_64 00:40:22 ---> Running in 5cd5dc16d429 00:40:23 Removing intermediate container 5cd5dc16d429 00:40:23 ---> d95d06f4f2ca 00:40:23 Step 21/22 : LABEL git_sha=717f516990d1a92dd8d7a85f0ff77567e3b46980 00:40:23 ---> Running in 084e12240e0a 00:40:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.120s coverage: 93.8% of statements 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.180s coverage: 0.1% of statements 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:40:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.083s coverage: 100.0% of statements 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:40:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.152s coverage: 75.5% of statements 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:40:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.065s coverage: 80.8% of statements 00:40:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.160s coverage: 87.2% of statements 00:40:23 Removing intermediate container 084e12240e0a 00:40:23 ---> 9e9bcb41999a 00:40:23 Step 22/22 : LABEL version=0.0.0 00:40:24 ---> Running in 98cce732f925 00:40:24 Removing intermediate container 8536eed2a14a 00:40:24 ---> 099d68607c25 00:40:24 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:40:24 ---> Running in af0f6f1e8459 00:40:24 Removing intermediate container 98cce732f925 00:40:24 ---> f4ebda113e73 00:40:24 00:40:24 Removing intermediate container af0f6f1e8459 00:40:24 ---> da5a48cfe76e 00:40:24 Step 26/29 : CMD [ "generate" ] 00:40:24 Successfully built f4ebda113e73 00:40:24 Successfully tagged docker-security-bootstrap-redis-go:latest 00:40:24  Building docker-security-bootstrap-redis-go ... done  ---> Running in 96d82d83688b 00:40:24 Removing intermediate container 96d82d83688b 00:40:24 ---> 5d33e9fa64b6 00:40:24 Step 27/29 : LABEL arch=x86_64 00:40:24 ---> Running in 940ef701e2eb 00:40:24 Removing intermediate container 940ef701e2eb 00:40:24 ---> 789b38e68d05 00:40:24 Step 28/29 : LABEL git_sha=717f516990d1a92dd8d7a85f0ff77567e3b46980 00:40:24 ---> Running in e5530762355c 00:40:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.176s coverage: 84.2% of statements 00:40:25 Removing intermediate container e5530762355c 00:40:25 ---> af0e1353845a 00:40:25 Step 29/29 : LABEL version=0.0.0 00:40:25 ---> Running in 606264fd3ef5 00:40:25 Removing intermediate container 606264fd3ef5 00:40:25 ---> 30b2243692fb 00:40:25 00:40:25 Successfully built 30b2243692fb 00:40:25 Successfully tagged docker-security-secrets-setup-go:latest 00:40:25  Building docker-security-secrets-setup-go ... done  [Pipeline] } 00:40:26 $ docker stop --time=1 a5535d1c8f8918652a426be8f345319b29f026eb95ea322e53c981566453971f 00:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.229s coverage: 91.4% of statements 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:40:28 $ docker rm -f a5535d1c8f8918652a426be8f345319b29f026eb95ea322e53c981566453971f [Pipeline] // withDockerContainer [Pipeline] sh 00:40:28 + docker images 00:40:28 + grep docker 00:40:28 docker-security-secrets-setup-go latest 30b2243692fb 3 seconds ago 23.9MB 00:40:28 docker-security-bootstrap-redis-go latest f4ebda113e73 4 seconds ago 15.8MB 00:40:28 docker-security-proxy-setup-go latest 87ba3375f5dc 7 seconds ago 24.6MB 00:40:28 docker-core-metadata-go latest a9e2aad46bf8 9 seconds ago 14.5MB 00:40:28 docker-core-command-go latest b5987e9ad9cc 10 seconds ago 12.2MB 00:40:28 docker-sys-mgmt-agent-go latest 94978d70af77 50 seconds ago 313MB 00:40:28 docker-core-data-go latest c1d3f02427ba 2 minutes ago 23.7MB 00:40:28 docker-security-secretstore-setup-go latest 944d925ee9a2 2 minutes ago 24.7MB 00:40:28 docker-support-notifications-go latest 1a71738a868b 2 minutes ago 13.6MB 00:40:28 docker-support-scheduler-go latest 5201e8c2498a 2 minutes ago 12.3MB 00:40:28 docker latest 0c995d0d3006 2 hours 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 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.669s coverage: 63.5% of statements 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.071s coverage: 100.0% of statements 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.071s coverage: 100.0% of statements [Pipeline] node 00:40:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.080s coverage: 73.7% of statements 00:40:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.889s coverage: 55.9% of statements 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:40:44 Still waiting to schedule task 00:40:44 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-16220’ 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.483s coverage: 86.3% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 5.068s coverage: 72.2% of statements 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.662s coverage: 72.1% of statements 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.082s coverage: 82.4% of statements 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.072s coverage: 48.4% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.076s coverage: 28.8% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.073s coverage: 96.8% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.362s coverage: 37.0% of statements 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.734s coverage: 84.0% of statements 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.127s coverage: 100.0% of statements 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.431s coverage: 47.1% of statements 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.044s coverage: 100.0% of statements 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.122s coverage: 100.0% of statements 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.399s coverage: 29.1% of statements 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.183s coverage: 99.0% of statements 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.139s coverage: 100.0% of statements 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/system 0.058s coverage: 0.0% of statements 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.111s coverage: 87.9% of statements 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.086s coverage: 100.0% of statements 00:41:03 GO111MODULE=on go vet ./... 00:42:20 Running on prd-ubuntu18.04-docker-8c-8g-16221 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:42:20 Running in /w/workspace/edgex-go/26 [Pipeline] { [Pipeline] checkout 00:42:22 using credential edgex-jenkins-ssh 00:42:22 Cloning the remote Git repository 00:42:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:42:22 > git init /w/workspace/edgex-go/26 # timeout=10 00:42:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:22 > git --version # timeout=10 00:42:22 > git --version # 'git version 2.17.1' 00:42:22 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:25 gofmt -l . 00:42:25 [ "`gofmt -l .`" = "" ] 00:42:25 ./bin/test-go-mod-tidy.sh 00:42:25 ./bin/test-attribution-txt.sh [Pipeline] sh 00:42:27 + ls -al . 00:42:27 total 692 00:42:27 drwxrwxr-x 9 1001 1001 4096 Dec 16 00:42 . 00:42:27 drwxr-xr-x 4 root root 4096 Dec 16 00:38 .. 00:42:27 -rw-rw-r-- 1 1001 1001 11 Dec 16 00:36 .dockerignore 00:42:27 drwxrwxr-x 8 1001 1001 4096 Dec 16 00:36 .git 00:42:27 drwxrwxr-x 3 1001 1001 4096 Dec 16 00:36 .github 00:42:27 -rw-rw-r-- 1 1001 1001 943 Dec 16 00:36 .gitignore 00:42:27 -rw-rw-r-- 1 1001 1001 166 Dec 16 00:36 .sonarcloud.properties 00:42:27 -rw-rw-r-- 1 1001 1001 3804 Dec 16 00:36 CONTRIBUTING.md 00:42:27 -rw-rw-r-- 1 1001 1001 1035 Dec 16 00:36 Dockerfile.build 00:42:27 -rw-rw-r-- 1 1001 1001 863 Dec 16 00:36 Jenkinsfile 00:42:27 -rw-rw-r-- 1 1001 1001 10775 Dec 16 00:36 LICENSE 00:42:27 -rw-rw-r-- 1 1001 1001 6318 Dec 16 00:36 Makefile 00:42:27 -rw-rw-r-- 1 1001 1001 6447 Dec 16 00:36 README.md 00:42:27 -rw-rw-r-- 1 1001 1001 7286 Dec 16 00:36 SECURITY.md 00:42:27 -rw-rw-r-- 1 1001 1001 5 Dec 16 00:32 VERSION 00:42:27 -rw-rw-r-- 1 1001 1001 4131 Dec 16 00:36 ZMQWindows.md 00:42:27 drwxrwxr-x 2 1001 1001 4096 Dec 16 00:36 bin 00:42:27 drwxrwxr-x 15 1001 1001 4096 Dec 16 00:36 cmd 00:42:27 -rw-r--r-- 1 root root 568194 Dec 16 00:41 coverage.out 00:42:27 -rw-r--r-- 1 root root 1041 Dec 16 00:42 go.mod 00:42:27 -rw-r--r-- 1 root root 18856 Dec 16 00:42 go.sum 00:42:27 drwxrwxr-x 8 1001 1001 4096 Dec 16 00:36 internal 00:42:27 drwxrwxr-x 4 1001 1001 4096 Dec 16 00:36 openapi 00:42:27 drwxrwxr-x 4 1001 1001 4096 Dec 16 00:36 snap 00:42:27 -rw-rw-r-- 1 1001 1001 168 Dec 16 00:36 version.go [Pipeline] sh 00:42:28 + '[' -e coverage.out ] 00:42:28 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:28 Warning: overwriting stash ‘coverage-report’ 00:42:29 Stashed 1 file(s) [Pipeline] sh 00:42:30 + make build 00:42:30 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:42:39 Merging remotes/origin/master commit 57027b830a506e4aebc0dcaa3e3cd565868e69a4 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:42:39 Merge succeeded, producing 1b62effc9d8c0a9d40654488534a67dbc3098e47 00:42:39 Checking out Revision 1b62effc9d8c0a9d40654488534a67dbc3098e47 (PR-2858) 00:42:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:39 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:42:39 > git config core.sparsecheckout # timeout=10 00:42:39 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:42:39 > git remote # timeout=10 00:42:39 > git config --get remote.origin.url # timeout=10 00:42:39 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:39 > git merge 57027b830a506e4aebc0dcaa3e3cd565868e69a4 # timeout=10 00:42:39 > git rev-parse HEAD^{commit} # timeout=10 00:42:39 > git config core.sparsecheckout # timeout=10 00:42:39 > git checkout -f 1b62effc9d8c0a9d40654488534a67dbc3098e47 # timeout=10 00:42:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:42:43 Commit message: "Merge commit '57027b830a506e4aebc0dcaa3e3cd565868e69a4' into HEAD" 00:42:43 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:42:43 > git rev-list --no-walk 887dca50d2558d27c597dab2e3ed3b80b58211ad # timeout=10 00:42:44 + echo snap-build.sh 00:42:44 snap-build.sh 00:42:44 + SNAP_BASE_DIR=. 00:42:44 + '[' '!' -z /w/workspace/edgex-go/26 ']' 00:42:44 + SNAP_BASE_DIR=/w/workspace/edgex-go/26 00:42:44 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/26]' 00:42:44 [snap-build] Building snap in dir [/w/workspace/edgex-go/26] 00:42:44 + cd /w/workspace/edgex-go/26 00:42:44 + sudo apt-get remove -qy --purge lxd lxd-client 00:42:44 Reading package lists... 00:42:44 Building dependency tree... 00:42:44 Reading state information... 00:42:44 The following packages were automatically installed and are no longer required: 00:42:44 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:42:44 uidmap xdelta3 00:42:44 Use 'sudo apt autoremove' to remove them. 00:42:44 The following packages will be REMOVED: 00:42:44 lxd* lxd-client* 00:42:45 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:42:45 After this operation, 31.7 MB disk space will be freed. 00:42:46 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:42:46 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:47 Removing lxd dnsmasq configuration 00:42:47 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:42:47 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:42:48 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:42:48 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:42:48 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:49 Processing triggers for systemd (237-3ubuntu10.42) ... 00:42:49 Processing triggers for ureadahead (0.100.0-21) ... 00:42:50 + sudo snap remove --purge lxd 00:42:50 snap "lxd" is not installed 00:42:50 + sudo groupadd --force --system lxd 00:42:50 ++ whoami 00:42:50 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:42:50 + newgrp - lxd 00:42:50 + sudo snap install lxd 00:42:59 2020-12-16T00:42:56Z INFO Waiting for automatic snapd restart... 00:43:14 lxd 4.9 from Canonical* installed 00:43:14 + sudo lxd init --auto 00:43:15 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:16 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:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:43:22 + sudo snap install --classic snapcraft 00:43: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:43:28 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:30 snapcraft 4.4.4 from Canonical* installed 00:43:30 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:43:30 + patch --verbose -p1 00:43:30 Hmm... Looks like a unified diff to me... 00:43:30 The text leading up to this was: 00:43:30 -------------------------- 00:43:30 |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 00:43:30 |From: Tony Espy 00:43:30 |Date: Wed, 2 Dec 2020 17:38:31 -0500 00:43:30 |Subject: [PATCH] optimize snap build for pipeline CI check 00:43:30 | 00:43:30 |This patch is used by the EdgeX CI pipeline builds to 00:43:30 |optimize the snap CI check run for pull requests. When 00:43:30 |applied, it essentially strips out everything (apps and 00:43:30 |parts) from the snapcraft.yaml file except those required 00:43:30 |to build edgex-go, as the whole idea of the CI check is to 00:43:30 |catch changes to edgex-go that break the snap build. 00:43:30 | 00:43:30 |In general, anyone updating snapcraft.yaml will also need 00:43:30 |to update this patch file, otherwise it may fail to apply, 00:43:30 |resulting in a failed snap build CI check in the associated 00:43:30 |pull request. 00:43:30 | 00:43:30 |Note - in addition to applying this patch, the pipeline also 00:43:30 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:43:30 |need to build the finally binary .snap file (and it won't 00:43:30 |work with the patch applied). This further reduces the build 00:43:30 |time. 00:43:30 |--- 00:43:30 | snap/snapcraft.yaml | 466 +------------------------------------------- 00:43:30 | 1 file changed, 2 insertions(+), 464 deletions(-) 00:43:30 | 00:43:30 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:43:30 |index b265277c..d7e1de37 100644 00:43:30 |--- a/snap/snapcraft.yaml 00:43:30 |+++ b/snap/snapcraft.yaml 00:43:30 -------------------------- 00:43:30 patching file snap/snapcraft.yaml 00:43:30 Using Plan A... 00:43:30 Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). 00:43:30 Hunk #2 succeeded at 81 (offset -3 lines). 00:43:30 Hunk #3 succeeded at 209 (offset -9 lines). 00:43:30 Hunk #4 succeeded at 224 (offset -9 lines). 00:43:30 Hunk #5 FAILED at 241. 00:43:30 Hunk #6 succeeded at 310 (offset -8 lines). 00:43:30 Hunk #7 succeeded at 337 (offset -8 lines). 00:43:30 Hunk #8 succeeded at 371 (offset -8 lines). 00:43:30 Hunk #9 FAILED at 435. 00:43:30 2 out of 9 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:43:30 Hmm... Ignoring the trailing garbage. 00:43:30 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:43:31 Failed in branch amd64 00:43:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:43:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:43:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:43:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:43:52 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:43:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 00:44:01 $ docker stop --time=1 4f3c2dae4309a75c4ff4f097961a745295bc0d2bf5a699511b7284afbed51323 00:44:03 $ docker rm -f 4f3c2dae4309a75c4ff4f097961a745295bc0d2bf5a699511b7284afbed51323 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:05 00:44:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:06 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:06 29e5d40040c1: Pulling fs layer 00:44:06 1ce36da41761: Pulling fs layer 00:44:06 25b303627fd3: Pulling fs layer 00:44:06 29e5d40040c1: Verifying Checksum 00:44:06 29e5d40040c1: Download complete 00:44:07 29e5d40040c1: Pull complete 00:44:07 1ce36da41761: Verifying Checksum 00:44:07 1ce36da41761: Download complete 00:44:08 1ce36da41761: Pull complete 00:44:09 25b303627fd3: Verifying Checksum 00:44:09 25b303627fd3: Download complete 00:44:19 25b303627fd3: Pull complete 00:44:19 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:44:19 prd-ubuntu18.04-docker-arm64-4c-16g-16215 does not seem to be running inside a container 00:44:19 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:23 $ docker top 033f62df8916340916d56ec2f359e2a7de1a6687915ba44ae35bb85f8affef79 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:24 + grep parallel 00:44:24 + docker-compose build --help 00:44:29 --parallel Build images in parallel. [Pipeline] } 00:44:29 $ docker stop --time=1 033f62df8916340916d56ec2f359e2a7de1a6687915ba44ae35bb85f8affef79 00:44:31 $ docker rm -f 033f62df8916340916d56ec2f359e2a7de1a6687915ba44ae35bb85f8affef79 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:32 . [Pipeline] withDockerContainer 00:44:32 prd-ubuntu18.04-docker-arm64-4c-16g-16215 does not seem to be running inside a container 00:44:32 $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:34 $ docker top 9a0b847671ab507d28fee1d48ad7714e78843a7acef7f7d16796cb50fd99abc2 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:35 + docker-compose -f ./docker-compose-build.yml build --parallel 00:44:42 Building docker-core-command-go ... 00:44:42 Building docker-core-data-go ... 00:44:42 Building docker-core-metadata-go ... 00:44:42 Building docker-security-bootstrap-redis-go ... 00:44:42 Building docker-security-proxy-setup-go ... 00:44:42 Building docker-security-secrets-setup-go ... 00:44:42 Building docker-security-secretstore-setup-go ... 00:44:42 Building docker-support-notifications-go ... 00:44:42 Building docker-support-scheduler-go ... 00:44:42 Building docker-sys-mgmt-agent-go ... 00:44:42 Building docker-security-secrets-setup-go 00:44:42 Building docker-support-scheduler-go 00:44:42 Building docker-security-proxy-setup-go 00:44:42 Building docker-sys-mgmt-agent-go 00:44:42 Building docker-support-notifications-go 00:46:03 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:46:03 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:46:03 ---> 6c22cf100aaf 00:46:03 Step 3/24 : WORKDIR /edgex-go 00:46:03 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:46:03 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:46:03 ---> 6c22cf100aaf 00:46:03 Step 3/21 : WORKDIR /edgex-go 00:46:03 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:46:03 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:46:03 ---> 6c22cf100aaf 00:46:03 Step 3/21 : WORKDIR /edgex-go 00:46:03 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 00:46:03 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:46:03 ---> 6c22cf100aaf 00:46:03 Step 3/29 : WORKDIR /edgex-go 00:46:03 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:46:03 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:46:03 ---> 6c22cf100aaf 00:46:03 Step 3/27 : WORKDIR /edgex-go 00:46:03 ---> Running in f3994b2a4c0c 00:46:03 ---> Running in be7154f524e7 00:46:03 ---> Running in 14f9ef828151 00:46:03 ---> Running in f2fe5312d775 00:46:03 ---> Running in d95d2f3e2102 00:46:03 Removing intermediate container f2fe5312d775 00:46:03 ---> f68b9bddbe16 00:46:03 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:03 Removing intermediate container 14f9ef828151 00:46:03 ---> a88bd68bb5c6 00:46:03 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:03 Removing intermediate container be7154f524e7 00:46:03 ---> 7b6dbf4b8a2b 00:46:03 Step 4/29 : RUN apk update && apk add make git 00:46:03 Removing intermediate container f3994b2a4c0c 00:46:03 ---> bbd464a66b25 00:46:03 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:03 Removing intermediate container d95d2f3e2102 00:46:03 ---> 27954a5c3b8f 00:46:03 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:03 ---> Running in d4b1d5186686 00:46:03 ---> Running in 5cb7bad756c3 00:46:03 ---> Running in 432ffa8f2840 00:46:03 ---> Running in e1826a0c840b 00:46:03 ---> Running in 607e0d9da283 00:46:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:05 Removing intermediate container d4b1d5186686 00:46:05 ---> c39afb659a7d 00:46:05 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:46:05 ---> Running in 56d1f9c8618c 00:46:05 Removing intermediate container 432ffa8f2840 00:46:05 ---> 639150f69efd 00:46:05 Step 5/21 : RUN apk update && apk add make git 00:46:06 ---> Running in fe63398fa75a 00:46:06 Removing intermediate container e1826a0c840b 00:46:06 ---> 38a11d432bd4 00:46:06 Step 5/27 : RUN apk update && apk add make bash git 00:46:06 Removing intermediate container 5cb7bad756c3 00:46:06 ---> 17991d04fb0e 00:46:06 Step 5/21 : RUN apk update && apk add make git 00:46:06 ---> Running in e7a48c8c975e 00:46:06 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:06 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:06 OK: 12620 distinct packages available 00:46:06 ---> Running in 190168f1c965 00:46:07 OK: 217 MiB in 51 packages 00:46:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:09 Removing intermediate container 607e0d9da283 00:46:09 ---> a12bdd047698 00:46:09 Step 5/29 : COPY go.mod . 00:46:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:09 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:09 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:09 OK: 12620 distinct packages available 00:46:09 ---> b801482eb4d1 00:46:09 Step 6/29 : RUN go mod download 00:46:10 ---> Running in 2fba31d2638f 00:46:10 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:10 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:10 OK: 12620 distinct packages available 00:46:10 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:10 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:10 OK: 12620 distinct packages available 00:46:10 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:10 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:10 OK: 12620 distinct packages available 00:46:11 OK: 217 MiB in 51 packages 00:46:11 OK: 217 MiB in 51 packages 00:46:11 OK: 217 MiB in 51 packages 00:46:11 OK: 217 MiB in 51 packages 00:46:13 Removing intermediate container fe63398fa75a 00:46:13 ---> ee8d521f4974 00:46:13 Step 6/21 : COPY go.mod . 00:46:13 Removing intermediate container 56d1f9c8618c 00:46:13 ---> ee3bcc871450 00:46:13 Step 6/24 : COPY go.mod . 00:46:13 Removing intermediate container e7a48c8c975e 00:46:13 ---> e7b101951f87 00:46:13 Step 6/27 : COPY go.mod . 00:46:14 Removing intermediate container 190168f1c965 00:46:14 ---> 38630b2f9d0e 00:46:14 Step 6/21 : COPY go.mod . 00:46:14 Removing intermediate container 2fba31d2638f 00:46:14 ---> 55ad9385954c 00:46:14 Step 7/29 : COPY . . 00:46:14 ---> bd39ab5be2eb 00:46:14 Step 7/21 : RUN go mod download 00:46:14 ---> a03b574ed21b 00:46:14 Step 7/24 : RUN go mod download 00:46:14 ---> Running in 28985aa7435a 00:46:14 ---> Running in 2b62b64dae11 00:46:14 ---> 4caf61c3294a 00:46:14 Step 7/27 : RUN go mod download 00:46:15 ---> Running in 035dcfed0e25 00:46:15 ---> 37543c99e15f 00:46:15 Step 7/21 : RUN go mod download 00:46:16 ---> Running in b3db5e48e2fb 00:46:20 Removing intermediate container 28985aa7435a 00:46:20 ---> 73b288aba628 00:46:20 Step 8/21 : COPY . . 00:46:20 Removing intermediate container 2b62b64dae11 00:46:20 ---> 65d21e616b81 00:46:20 Step 8/24 : COPY . . 00:46:21 Removing intermediate container 035dcfed0e25 00:46:21 ---> c14d23b963e9 00:46:21 Step 8/27 : COPY . . 00:46:21 Removing intermediate container b3db5e48e2fb 00:46:21 ---> 1290921b8378 00:46:21 Step 8/21 : COPY . . 00:46:48 ---> a9bc92c3eac5 00:46:48 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:46:48 ---> Running in be71b93cc0ef 00:46:48 ---> a90d5561f7a3 00:46:48 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:46:48 ---> d5cbea6e7b96 00:46:48 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:46:48 ---> 365875709cfc 00:46:48 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:46:48 ---> Running in 6a6e7f28d5f8 00:46:48 ---> Running in b3677102fa33 00:46:48 ---> Running in fe69a2fc356f 00:46:48 ---> 5f0bc1b8e992 00:46:48 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:46:48 ---> Running in fb8c5cbb9173 00:46:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:46:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:46:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:46:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:46:49 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:48:26 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:48:26 Removing intermediate container be71b93cc0ef 00:48:26 ---> 4f0e0f42f936 00:48:26 00:48:26 Step 9/29 : FROM alpine:latest 00:48:26 latest: Pulling from library/alpine 00:48:26 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 00:48:26 Status: Downloaded newer image for alpine:latest 00:48:26 ---> dd36a01c3f31 00:48:26 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:48:26 ---> Running in 9696c7e56a71 00:48:26 Removing intermediate container 9696c7e56a71 00:48:26 ---> 2b3565e8643a 00:48:26 Step 11/29 : USER root 00:48:26 ---> Running in c80b512f1c87 00:48:26 Removing intermediate container c80b512f1c87 00:48:26 ---> c3ac01efdce0 00:48:26 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:48:26 ---> Running in 0f3751968554 00:48:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:26 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:48:26 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:48:26 OK: 12617 distinct packages available 00:48:26 (1/2) Installing ca-certificates (20191127-r4) 00:48:26 (2/2) Installing dumb-init (1.2.2-r1) 00:48:26 Executing busybox-1.31.1-r19.trigger 00:48:26 Executing ca-certificates-20191127-r4.trigger 00:48:26 OK: 6 MiB in 16 packages 00:48:26 Removing intermediate container 0f3751968554 00:48:26 ---> e69d5277b26f 00:48:26 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:48:26 ---> Running in 24e2430b892c 00:48:27 Removing intermediate container 24e2430b892c 00:48:27 ---> 88ecc480caac 00:48:27 Step 14/29 : WORKDIR $BASE_DIR 00:48:27 ---> Running in 9f9d8a2e8209 00:48:29 Removing intermediate container 9f9d8a2e8209 00:48:29 ---> 7166d939e7f7 00:48:29 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:48:29 ---> Running in f8a45082e26a 00:48:36 Removing intermediate container 6a6e7f28d5f8 00:48:36 ---> ea9801eefdc6 00:48:36 00:48:36 Step 10/21 : FROM alpine 00:48:36 ---> dd36a01c3f31 00:48:36 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:48:36 Removing intermediate container b3677102fa33 00:48:36 ---> 9dc86ee62aac 00:48:36 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:48:36 Removing intermediate container f8a45082e26a 00:48:36 ---> 1b8c999ca9d9 00:48:36 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:48:36 ---> Running in b15ccaba3089 00:48:36 ---> Running in b721adf64111 00:48:38 ---> d2d855c9f895 00:48:38 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:48:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:48:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:39 ---> 6d7959541f0d 00:48:39 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:48:39 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:48:39 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:48:39 OK: 12617 distinct packages available 00:48:40 ---> 42038b5395ec 00:48:40 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:48:40 (1/4) Installing ca-certificates (20191127-r4) 00:48:40 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:48:40 (3/4) Installing libcurl (7.69.1-r3) 00:48:40 (4/4) Installing curl (7.69.1-r3) 00:48:41 Executing busybox-1.31.1-r19.trigger 00:48:41 Executing ca-certificates-20191127-r4.trigger 00:48:41 OK: 7 MiB in 18 packages 00:48:42 ---> 3caeb1d37ad6 00:48:42 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:48:43 ---> e6ac3a45cf99 00:48:43 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:48:43 ---> Running in ff2de6c00844 00:48:45 Removing intermediate container b721adf64111 00:48:45 ---> ecf6d7de48c0 00:48:45 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:45 ---> Running in 3d1710336e80 00:48:45 Removing intermediate container b15ccaba3089 00:48:45 ---> 80ac6df7e0f1 00:48:45 00:48:45 Step 11/27 : FROM docker:latest 00:48:45 ---> 0c09fb3ff9b5 00:48:45 Step 12/27 : RUN apk add --no-cache bash 00:48:45 ---> Running in 673db8fa2553 00:48:46 Removing intermediate container 3d1710336e80 00:48:46 ---> 0cc4c68d7002 00:48:46 Step 13/21 : WORKDIR /edgex 00:48:47 ---> Running in 23e5058e0890 00:48:48 Removing intermediate container 23e5058e0890 00:48:48 ---> cb7e196d2d61 00:48:48 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:48:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:48 Removing intermediate container ff2de6c00844 00:48:48 ---> 160baad43de5 00:48:48 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:48:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:49 (1/2) Installing readline (8.0.4-r0) 00:48:49 (2/2) Installing bash (5.0.17-r0) 00:48:49 Executing bash-5.0.17-r0.post-install 00:48:49 Executing busybox-1.31.1-r19.trigger 00:48:49 OK: 12 MiB in 22 packages 00:48:49 ---> 2d3f7b1bc9ac 00:48:49 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:48:50 ---> deded6aef136 00:48:50 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:48:50 ---> Running in 9acec8180793 00:48:51 ---> 5b84ddd6915c 00:48:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:48:52 Removing intermediate container 673db8fa2553 00:48:52 ---> dd3bc6e654d4 00:48:52 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:48:52 Removing intermediate container fe69a2fc356f 00:48:52 ---> 2bf0fbcb7169 00:48:52 00:48:52 Step 10/21 : FROM scratch 00:48:52 ---> 00:48:52 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:48:52 Removing intermediate container fb8c5cbb9173 00:48:52 ---> f92265d578c6 00:48:52 00:48:52 Step 10/24 : FROM scratch 00:48:52 ---> 00:48:52 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:48:52 ---> Running in 79c8473ec0a2 00:48:52 ---> Running in b002a6972479 00:48:52 ---> Running in 1121297ed46e 00:48:53 ---> 9fb8484ae1dd 00:48:53 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:48:53 Removing intermediate container 1121297ed46e 00:48:53 ---> 9861f1a18fe8 00:48:53 Step 12/24 : ENV APP_PORT=48060Removing intermediate container b002a6972479 00:48:53 00:48:53 ---> a53eb62081a4 00:48:53 Step 12/21 : ENV APP_PORT=48085 00:48:53 ---> Running in a7ccbec918bc 00:48:53 ---> Running in bb3c0a5bd120 00:48:53 ---> Running in ca7dbdd0ff85 00:48:54 Removing intermediate container 9acec8180793 00:48:54 ---> c7209c4939a5 00:48:54 Step 24/29 : RUN chmod 755 security-secrets-setup 00:48:54 ---> Running in ee36bceef096 00:48:54 Removing intermediate container bb3c0a5bd120 00:48:54 ---> cb39a5b92edc 00:48:54 Step 13/21 : EXPOSE $APP_PORT 00:48:54 Removing intermediate container a7ccbec918bc 00:48:54 ---> cd2ae0bd8299 00:48:54 Step 18/21 : CMD ["--init=true"] 00:48:54 Removing intermediate container ca7dbdd0ff85 00:48:54 ---> 69129ec6fa48 00:48:54 Step 13/24 : EXPOSE $APP_PORT 00:48:54 ---> Running in 936272fcf419 00:48:54 ---> Running in 9c7c9831c2fe 00:48:54 ---> Running in 422a7d1ed2c7 00:48:55 Removing intermediate container 936272fcf419 00:48:55 ---> 68f6290d1147 00:48:55 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:48:55 Removing intermediate container 422a7d1ed2c7 00:48:55 ---> 1a02deeb87c2 00:48:55 Step 19/21 : LABEL arch=arm64 00:48:55 Removing intermediate container 9c7c9831c2fe 00:48:55 ---> 327516318e13 00:48:55 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:48:56 ---> Running in 099127c18463 00:48:56 ---> 5e19a84ff513 00:48:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:48:56 Removing intermediate container 79c8473ec0a2 00:48:56 ---> afe8f24c3aed 00:48:56 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:48:56 Removing intermediate container 099127c18463 00:48:56 ---> 2faae4db5d6c 00:48:56 Step 20/21 : LABEL git_sha=717f516990d1a92dd8d7a85f0ff77567e3b46980 00:48:57 ---> Running in bda1bbdf2b7a 00:48:57 ---> Running in 4c83dd9b9a7a 00:48:57 ---> 0634410a2bf7 00:48:57 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:48:57 Removing intermediate container 4c83dd9b9a7a 00:48:57 ---> 512ba4bcad26 00:48:57 Step 15/27 : ENV APP_PORT=48090 00:48:57 Removing intermediate container bda1bbdf2b7a 00:48:57 ---> 291603ed1197 00:48:57 Step 21/21 : LABEL version=0.0.0 00:48:58 ---> Running in 0af18a348a4b 00:48:58 ---> 9e4dcb949dda 00:48:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:48:58 ---> Running in 9266118e4297 00:48:58 Removing intermediate container ee36bceef096 00:48:58 ---> 8e69746992b0 00:48:58 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:48:58 ---> Running in e6538afb72e0 00:48:58 ---> f41d6c4248ab 00:48:58 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:48:58 Removing intermediate container 0af18a348a4b 00:48:58 ---> dec2e8c861a9 00:48:58 Step 16/27 : EXPOSE $APP_PORT 00:48:58 Removing intermediate container 9266118e4297 00:48:58 ---> f9b59f896d72 00:48:58 00:48:59 ---> Running in d93f6c1a6a74 00:48:59 ---> f6a7aee345d4 00:48:59 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:48:59 Removing intermediate container e6538afb72e0 00:48:59 ---> bd80a67fa7b3 00:48:59 Step 26/29 : CMD [ "generate" ] 00:48:59 ---> Running in 2b176b5a696f 00:48:59 Successfully built f9b59f896d72 00:48:59 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:48:59  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 00:48:59 ---> Running in 50dfad91cc7a 00:48:59 Removing intermediate container d93f6c1a6a74 00:48:59 ---> 5bacb0d21fe5 00:48:59 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:49:00 Removing intermediate container 2b176b5a696f 00:49:00 ---> 0900ae0ddf03 00:49:00 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:00 ---> 0ce8d80663f3 00:49:00 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:49:00 ---> Running in 065e20b3a998 00:49:00 Removing intermediate container 50dfad91cc7a 00:49:00 ---> a05bf10595e4 00:49:00 Step 27/29 : LABEL arch=arm64 00:49:00 ---> Running in d31595a79ce6 00:49:02 Removing intermediate container 065e20b3a998 00:49:02 ---> 0036dcbae268 00:49:02 Step 19/21 : LABEL arch=arm64 00:49:02 ---> 21b77983534b 00:49:02 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:49:02 ---> 17f7bafded5b 00:49:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:49:02 Removing intermediate container d31595a79ce6 00:49:02 ---> 1d3153efe702 00:49:02 Step 28/29 : LABEL git_sha=717f516990d1a92dd8d7a85f0ff77567e3b46980 00:49:03 ---> Running in 695aaa048361 00:49:03 ---> Running in 5f1ef105db27 00:49:03 ---> 014667841a7d 00:49:03 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:49:04 ---> 4c57ded16c3d 00:49:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:49:04 Removing intermediate container 5f1ef105db27 00:49:04 ---> 918b5e9e2648 00:49:04 Step 29/29 : LABEL version=0.0.0 00:49:04 Removing intermediate container 695aaa048361 00:49:04 ---> 2c1363e11f98 00:49:04 Step 20/21 : LABEL git_sha=717f516990d1a92dd8d7a85f0ff77567e3b46980 00:49:04 ---> Running in cefad89565dc 00:49:05 ---> 7c7e9057937d 00:49:05 Step 20/27 : RUN apk --no-cache add py3-pip 00:49:05 ---> Running in ecd6ca6f8a7b 00:49:05 ---> Running in c6e0d73c2991 00:49:05 ---> cc9f3c59a87f 00:49:05 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:49:05 Removing intermediate container cefad89565dc 00:49:05 ---> 7d9c8f51d704 00:49:05 00:49:06 ---> Running in 967f004884aa 00:49:06 Removing intermediate container ecd6ca6f8a7b 00:49:06 ---> fce037f0abb5 00:49:06 Step 21/21 : LABEL version=0.0.0 00:49:06 Successfully built 7d9c8f51d704 00:49:06 Successfully tagged docker-security-secrets-setup-go-arm64:latest 00:49:06  Building docker-security-secrets-setup-go ... done Building docker-security-bootstrap-redis-go 00:49:06 ---> Running in f2e70bfef8b2 00:49:06 Removing intermediate container 967f004884aa 00:49:06 ---> a17a0c285ede 00:49:06 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:07 ---> Running in 2c4099aa1b3b 00:49:07 Removing intermediate container f2e70bfef8b2 00:49:07 ---> 17fcad06e414 00:49:07 00:49:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:08 Successfully built 17fcad06e414 00:49:08 Successfully tagged docker-support-scheduler-go-arm64:latest 00:49:08 Removing intermediate container 2c4099aa1b3b 00:49:08  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 00:49:08 ---> c1099f4aef96 00:49:08 Step 22/24 : LABEL arch=arm64 00:49:08 ---> Running in 95b5b84a9c1e 00:49:08 (1/33) Installing libbz2 (1.0.8-r1) 00:49:08 (2/33) Installing expat (2.2.9-r1) 00:49:08 (3/33) Installing libffi (3.3-r2) 00:49:08 (4/33) Installing gdbm (1.13-r1) 00:49:08 (5/33) Installing xz-libs (5.2.5-r0) 00:49:08 (6/33) Installing sqlite-libs (3.32.1-r0) 00:49:08 Removing intermediate container 95b5b84a9c1e 00:49:08 ---> e7b2a15930c4 00:49:08 Step 23/24 : LABEL git_sha=717f516990d1a92dd8d7a85f0ff77567e3b46980(7/33) Installing python3 (3.8.5-r0) 00:49:08 00:49:09 ---> Running in badbdad542ce 00:49:10 Removing intermediate container badbdad542ce 00:49:10 ---> 1bd92ec5391a 00:49:10 Step 24/24 : LABEL version=0.0.0 00:49:10 ---> Running in c21e3b11261c 00:49:10 (8/33) Installing py3-appdirs (1.4.4-r1) 00:49:10 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:49:10 (10/33) Installing py3-parsing (2.4.7-r0) 00:49:10 (11/33) Installing py3-six (1.15.0-r0) 00:49:10 (12/33) Installing py3-packaging (20.4-r0) 00:49:11 (13/33) Installing py3-setuptools (47.0.0-r0) 00:49:11 (14/33) Installing py3-chardet (3.0.4-r4) 00:49:11 (15/33) Installing py3-idna (2.9-r0) 00:49:11 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:49:11 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:49:11 (18/33) Installing py3-requests (2.23.0-r0) 00:49:11 (19/33) Installing py3-msgpack (1.0.0-r0) 00:49:11 (20/33) Installing py3-lockfile (0.12.2-r3) 00:49:11 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:49:11 (22/33) Installing py3-colorama (0.4.3-r0) 00:49:11 (23/33) Installing py3-distlib (0.3.0-r0) 00:49:11 (24/33) Installing py3-distro (1.5.0-r1) 00:49:11 (25/33) Installing py3-webencodings (0.5.1-r3) 00:49:11 (26/33) Installing py3-html5lib (1.0.1-r4) 00:49:11 (27/33) Installing py3-pytoml (0.1.21-r0) 00:49:11 (28/33) Installing py3-pep517 (0.8.2-r0) 00:49:11 (29/33) Installing py3-progress (1.5-r0) 00:49:11 (30/33) Installing py3-toml (0.10.1-r0) 00:49:11 (31/33) Installing py3-retrying (1.3.3-r0) 00:49:11 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:49:11 (33/33) Installing py3-pip (20.1.1-r0) 00:49:11 Executing busybox-1.31.1-r19.trigger 00:49:11 OK: 71 MiB in 55 packages 00:49:12 Removing intermediate container c21e3b11261c 00:49:12 ---> 00f27e5d07c7 00:49:12 00:49:13 Successfully built 00f27e5d07c7 00:49:13 Successfully tagged docker-support-notifications-go-arm64:latest 00:49:13 Building docker-core-data-go 00:49:22  Building docker-support-notifications-go ... done Removing intermediate container c6e0d73c2991 00:49:22 ---> b499f5d885dc 00:49:22 Step 21/27 : RUN pip install docker-compose==1.23.2 00:49:23 ---> Running in f20dd4ebe81d 00:49:30 Collecting docker-compose==1.23.2 00:49:30 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:49:30 Collecting texttable<0.10,>=0.9.0 00:49:30 Downloading texttable-0.9.1.tar.gz (11 kB) 00:49:34 Collecting dockerpty<0.5,>=0.4.1 00:49:34 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:49:36 Collecting docker<4.0,>=3.6.0 00:49:36 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:49:38 Collecting PyYAML<4,>=3.10 00:49:38 Downloading PyYAML-3.13.tar.gz (270 kB) 00:49:42 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:49:42 Collecting websocket-client<1.0,>=0.32.0 00:49:42 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:49:43 Collecting cached-property<2,>=1.2.0 00:49:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:49:45 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:49:45 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:49:45 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:49:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:49:45 ---> 6c22cf100aaf 00:49:45 Step 3/22 : WORKDIR /edgex-go 00:49:45 ---> Using cache 00:49:45 ---> 27954a5c3b8f 00:49:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:45 ---> Using cache 00:49:45 ---> 639150f69efd 00:49:45 Step 5/22 : RUN apk update && apk add make git 00:49:45 ---> Using cache 00:49:45 ---> ee8d521f4974 00:49:45 Step 6/22 : COPY go.mod . 00:49:45 ---> Using cache 00:49:45 ---> bd39ab5be2eb 00:49:45 Step 7/22 : RUN go mod download 00:49:45 ---> Using cache 00:49:45 ---> 73b288aba628 00:49:45 Step 8/22 : COPY . . 00:49:45 ---> Using cache 00:49:45 ---> 365875709cfc 00:49:45 Step 9/22 : RUN make cmd/core-command/core-command 00:49:46 Collecting jsonschema<3,>=2.5.1 00:49:46 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:49:47 Collecting docopt<0.7,>=0.6.1 00:49:47 Downloading docopt-0.6.2.tar.gz (25 kB) 00:49:52 ---> Running in 033d4b202695 00:49:52 Collecting docker-pycreds>=0.4.0 00:49:52 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:49:52 Collecting urllib3<1.25,>=1.21.1 00:49:53 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:49:53 Collecting idna<2.8,>=2.5 00:49:53 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:49:53 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:49:53 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:49:53 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:49:53 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:49:53 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:49:53 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:49:53 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:49:55 Installing collected packages: texttable, dockerpty, docker-pycreds, urllib3, idna, requests, websocket-client, docker, PyYAML, cached-property, jsonschema, docopt, docker-compose 00:49:55 Running setup.py install for texttable: started 00:49:57 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:49:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:49:57 ---> 6c22cf100aaf 00:49:57 Step 3/24 : WORKDIR /edgex-go 00:49:57 ---> Using cache 00:49:57 ---> 27954a5c3b8f 00:49:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:57 ---> Using cache 00:49:57 ---> 639150f69efd 00:49:57 Step 5/24 : RUN apk update && apk add make git 00:49:57 ---> Using cache 00:49:57 ---> ee8d521f4974 00:49:57 Step 6/24 : COPY go.mod . 00:49:57 ---> Using cache 00:49:57 ---> bd39ab5be2eb 00:49:57 Step 7/24 : RUN go mod download 00:49:57 ---> Using cache 00:49:57 ---> 73b288aba628 00:49:57 Step 8/24 : COPY . . 00:49:57 ---> Using cache 00:49:57 ---> 365875709cfc 00:49:57 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:49:58 Running setup.py install for texttable: finished with status 'done' 00:49:58 Running setup.py install for dockerpty: started 00:49:58 ---> Running in b49a301a1b0e 00:49:59 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:49:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:49:59 ---> 6c22cf100aaf 00:49:59 Step 3/22 : WORKDIR /edgex-go 00:49:59 ---> Using cache 00:49:59 ---> 27954a5c3b8f 00:49:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:59 ---> Using cache 00:49:59 ---> 639150f69efd 00:49:59 Step 5/22 : RUN apk update && apk add make git 00:49:59 ---> Using cache 00:49:59 ---> ee8d521f4974 00:49:59 Step 6/22 : COPY go.mod . 00:49:59 ---> Using cache 00:49:59 ---> bd39ab5be2eb 00:49:59 Step 7/22 : RUN go mod download 00:49:59 ---> Using cache 00:49:59 ---> 73b288aba628 00:49:59 Step 8/22 : COPY . . 00:50:00 ---> Using cache 00:50:00 ---> 365875709cfc 00:50:00 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:50:01 ---> Running in 8b14ee59289a 00:50:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:50:02 Running setup.py install for dockerpty: finished with status 'done' 00:50:02 Attempting uninstall: urllib3 00:50:02 Found existing installation: urllib3 1.25.9 00:50:02 Uninstalling urllib3-1.25.9: 00:50:02 Successfully uninstalled urllib3-1.25.9 00:50:03 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:50:03 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:50:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:03 ---> 6c22cf100aaf 00:50:03 Step 3/23 : WORKDIR /edgex-go 00:50:03 ---> Using cache 00:50:03 ---> 27954a5c3b8f 00:50:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:03 ---> Using cache 00:50:03 ---> 639150f69efd 00:50:03 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:50:04 Attempting uninstall: idna 00:50:04 Found existing installation: idna 2.9 00:50:04 Uninstalling idna-2.9: 00:50:04 ---> Running in 34a0d1d6e307 00:50:04 Successfully uninstalled idna-2.9 00:50:05 Attempting uninstall: requests 00:50:05 Found existing installation: requests 2.23.0 00:50:05 Uninstalling requests-2.23.0: 00:50:05 Successfully uninstalled requests-2.23.0 00:50:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:07 Running setup.py install for PyYAML: started 00:50:08 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:50:08 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:50:08 OK: 12620 distinct packages available 00:50:09 OK: 217 MiB in 51 packages 00:50:11 Removing intermediate container 34a0d1d6e307 00:50:11 ---> 7273339d83b8 00:50:11 Step 6/23 : COPY go.mod . 00:50:11 Running setup.py install for PyYAML: finished with status 'done' 00:50:12 ---> 89c5c811bbab 00:50:12 Step 7/23 : RUN go mod download 00:50:12 ---> Running in e501ff7b292c 00:50:12 Running setup.py install for docopt: started 00:50:17 Running setup.py install for docopt: finished with status 'done' 00:50:17 Removing intermediate container e501ff7b292c 00:50:17 ---> 07cd72ddb525 00:50:17 Step 8/23 : COPY . . 00:50:18 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:50:26 Removing intermediate container f20dd4ebe81d 00:50:26 ---> 19fb50c59a5f 00:50:26 Step 22/27 : RUN apk --no-cache add curl 00:50:27 ---> Running in 4ee1035b61ba 00:50:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:31 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:50:31 (2/3) Installing libcurl (7.69.1-r3) 00:50:31 (3/3) Installing curl (7.69.1-r3) 00:50:31 Executing busybox-1.31.1-r19.trigger 00:50:31 OK: 71 MiB in 58 packages 00:50:35 Removing intermediate container 4ee1035b61ba 00:50:35 ---> a2fcbfa2b7a0 00:50:35 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:50:35 ---> Running in ee59efb0577c 00:50:37 Removing intermediate container ee59efb0577c 00:50:37 ---> a039526b44e8 00:50:37 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:37 ---> Running in e4f7e930e048 00:50:38 Removing intermediate container e4f7e930e048 00:50:38 ---> 7be076983e1f 00:50:38 Step 25/27 : LABEL arch=arm64 00:50:39 ---> Running in 98449b7452ac 00:50:39 Removing intermediate container 98449b7452ac 00:50:39 ---> 03dba162ebc5 00:50:39 Step 26/27 : LABEL git_sha=717f516990d1a92dd8d7a85f0ff77567e3b46980 00:50:39 ---> ca8175c0651b 00:50:39 Step 9/23 : RUN make cmd/core-data/core-data 00:50:39 ---> Running in a7bd815bf406 00:50:40 ---> Running in 7d8479838214 00:50:40 Removing intermediate container a7bd815bf406 00:50:40 ---> 194f75e6a6bc 00:50:40 Step 27/27 : LABEL version=0.0.0 00:50:41 ---> Running in 85bfb693b59f 00:50:42 Removing intermediate container 85bfb693b59f 00:50:42 ---> f6ffbdb04c9b 00:50:42 00:50:42 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:50:42 Successfully built f6ffbdb04c9b 00:50:42 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:50:42 Building docker-core-metadata-go 00:51:15  Building docker-sys-mgmt-agent-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:51:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:51:15 ---> 6c22cf100aaf 00:51:15 Step 3/22 : WORKDIR /edgex-go 00:51:15 ---> Using cache 00:51:15 ---> 27954a5c3b8f 00:51:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:15 ---> Using cache 00:51:15 ---> 639150f69efd 00:51:15 Step 5/22 : RUN apk update && apk add make git 00:51:15 ---> Using cache 00:51:15 ---> ee8d521f4974 00:51:15 Step 6/22 : COPY go.mod . 00:51:15 ---> Using cache 00:51:15 ---> bd39ab5be2eb 00:51:15 Step 7/22 : RUN go mod download 00:51:15 ---> Using cache 00:51:15 ---> 73b288aba628 00:51:15 Step 8/22 : COPY . . 00:51:15 ---> Using cache 00:51:15 ---> 365875709cfc 00:51:15 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:51:15 ---> Running in 2d194f1d09b2 00:51:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:51:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:51:52 Removing intermediate container 8b14ee59289a 00:51:52 ---> 7c0b50ccda4e 00:51:52 00:51:52 Step 10/22 : FROM alpine:3.10 00:51:52 3.10: Pulling from library/alpine 00:51:52 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:51:52 Status: Downloaded newer image for alpine:3.10 00:51:52 ---> 536a684cf733 00:51:52 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:51:52 Removing intermediate container b49a301a1b0e 00:51:52 ---> 9f99358d8a7b 00:51:52 00:51:52 Step 10/24 : FROM alpine:3.10 00:51:52 ---> 536a684cf733 00:51:52 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:51:52 ---> Running in 25c01c9d99be 00:51:53 ---> Running in 3bb308d4875c 00:51:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:51:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:51:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:51:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:51:56 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:51:56 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:51:56 OK: 10171 distinct packages available 00:51:56 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:51:56 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:51:56 OK: 10171 distinct packages available 00:51:57 (1/5) Installing ca-certificates (20191127-r2) 00:51:57 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:51:57 (3/5) Installing libcurl (7.66.0-r3) 00:51:57 (4/5) Installing curl (7.66.0-r3) 00:51:57 (1/5) Installing ca-certificates (20191127-r2) 00:51:57 (5/5) Installing dumb-init (1.2.2-r1) 00:51:57 Executing busybox-1.30.1-r3.trigger 00:51:57 Executing ca-certificates-20191127-r2.trigger 00:51:57 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:51:57 (3/5) Installing libcurl (7.66.0-r3) 00:51:57 (4/5) Installing curl (7.66.0-r3) 00:51:57 (5/5) Installing dumb-init (1.2.2-r1) 00:51:57 Executing busybox-1.30.1-r3.trigger 00:51:57 Executing ca-certificates-20191127-r2.trigger 00:51:57 OK: 7 MiB in 19 packages 00:51:58 OK: 7 MiB in 19 packages 00:52:01 Removing intermediate container 25c01c9d99be 00:52:01 ---> bd90615c2d16 00:52:01 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:52:01 Removing intermediate container 3bb308d4875c 00:52:01 ---> d7f68a3ebd41 00:52:01 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:52:01 ---> Running in 63a9dd5bf50f 00:52:01 ---> Running in 4408e6b980f7 00:52:02 Removing intermediate container 63a9dd5bf50f 00:52:02 ---> eb35c99e8ad8 00:52:02 Step 13/22 : WORKDIR / 00:52:02 ---> Running in dd728ecb394d 00:52:02 Removing intermediate container 4408e6b980f7 00:52:02 ---> 4fd42110069e 00:52:02 Step 13/24 : WORKDIR / 00:52:02 ---> Running in 5fee1d650bc1 00:52:03 Removing intermediate container dd728ecb394d 00:52:03 ---> f1cb469cfb95 00:52:03 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:52:03 Removing intermediate container 5fee1d650bc1 00:52:03 ---> b81bd2035c8e 00:52:03 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:52:04 ---> 7b312fb0e40f 00:52:04 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:52:05 ---> 87160da796d6 00:52:05 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:52:07 ---> 9e4c7fff0b17 00:52:07 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:52:07 ---> 8e353e27bf1b 00:52:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:52:09 ---> 92b0e53ce35b 00:52:09 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:52:09 ---> b15678a189a7 00:52:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:52:11 ---> 9451f5cf2ff1 00:52:11 Step 18/22 : RUN chmod +x entrypoint.sh 00:52:11 Removing intermediate container 033d4b202695 00:52:11 ---> f990a9c1d4ee 00:52:11 00:52:11 Step 10/22 : FROM scratch 00:52:11 ---> 00:52:11 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:52:11 ---> Running in 3cd5da156649 00:52:11 ---> Using cache 00:52:11 ---> a53eb62081a4 00:52:11 Step 12/22 : ENV APP_PORT=48082 00:52:12 ---> 9444ec3c02b7 00:52:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:52:12 ---> Running in 8a48918b5972 00:52:13 Removing intermediate container 8a48918b5972 00:52:13 ---> 9853c4432b0c 00:52:13 Step 13/22 : EXPOSE $APP_PORT 00:52:13 ---> Running in bbdb9f7af9da 00:52:13 Removing intermediate container bbdb9f7af9da 00:52:13 ---> 7dfc8ae048bd 00:52:13 Step 14/22 : WORKDIR / 00:52:14 ---> Running in cdf17532c607 00:52:14 ---> 92a0025b4e08 00:52:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:52:15 Removing intermediate container cdf17532c607 00:52:15 ---> 13eddb381819 00:52:15 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:52:16 Removing intermediate container 3cd5da156649 00:52:16 ---> c0dda4cc11b0 00:52:16 ---> 34314fbc80df 00:52:16 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh /Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:52:16 00:52:16 ---> c106491b239d 00:52:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:52:16 ---> Running in 461cee0e18f5 00:52:16 ---> Running in 5fee7f860925 00:52:17 Removing intermediate container 461cee0e18f5 00:52:17 ---> 5bf64b8a8175 00:52:17 Step 20/22 : LABEL arch=arm64 00:52:18 ---> Running in f1efc2eb3c92 00:52:19 ---> 753b965c6fbd 00:52:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:52:19 Removing intermediate container f1efc2eb3c92 00:52:19 ---> caf2e6663d9a 00:52:19 Step 21/22 : LABEL git_sha=717f516990d1a92dd8d7a85f0ff77567e3b46980 00:52:19 ---> Running in 6ad060abbd69 00:52:21 ---> 01bd140a286e 00:52:21 Step 18/22 : ENTRYPOINT ["/core-command"] 00:52:21 Removing intermediate container 6ad060abbd69 00:52:21 ---> 441a2fcd93a7 00:52:21 Step 22/22 : LABEL version=0.0.0 00:52:21 ---> Running in d80abf16a87b 00:52:21 ---> Running in b3c6663e1724 00:52:21 Removing intermediate container 5fee7f860925 00:52:21 ---> 90fbc77a685a 00:52:21 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:52:21 ---> Running in 772a41025b61 00:52:22 Removing intermediate container d80abf16a87b 00:52:22 ---> bc6c9ec766f4 00:52:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:22 Removing intermediate container b3c6663e1724 00:52:22 ---> b756e285ef6a 00:52:22 00:52:22 ---> Running in df585f0e5dcb 00:52:22 Removing intermediate container 772a41025b61 00:52:22 ---> f8994f7e17bb 00:52:22 Step 22/24 : LABEL arch=arm64 00:52:23 ---> Running in 123cd2e441f1 00:52:23 Removing intermediate container df585f0e5dcb 00:52:23 ---> c93f5d8c4e58 00:52:23 Step 20/22 : LABEL arch=arm64 00:52:23 Successfully built b756e285ef6a 00:52:23 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:52:23  Building docker-security-bootstrap-redis-go ... done  ---> Running in 367c26ba294a 00:52:24 Removing intermediate container 123cd2e441f1 00:52:24 ---> 376afc6122c9 00:52:24 Step 23/24 : LABEL git_sha=717f516990d1a92dd8d7a85f0ff77567e3b46980 00:52:24 ---> Running in 38a15eebb6f9 00:52:24 Removing intermediate container 367c26ba294a 00:52:24 ---> ac0ba46dfec2 00:52:24 Step 21/22 : LABEL git_sha=717f516990d1a92dd8d7a85f0ff77567e3b46980 00:52:24 ---> Running in aced25b4a90e 00:52:24 Removing intermediate container 38a15eebb6f9 00:52:24 ---> 173fd81d512d 00:52:24 Step 24/24 : LABEL version=0.0.0 00:52:25 ---> Running in 6a6835e38282 00:52:25 Removing intermediate container aced25b4a90e 00:52:25 ---> 7e089a2c7ba7 00:52:25 Step 22/22 : LABEL version=0.0.0 00:52:25 ---> Running in 5eff1869068e 00:52:26 Removing intermediate container 6a6835e38282 00:52:26 ---> dcb60bcbe205 00:52:26 00:52:26 Removing intermediate container 5eff1869068e 00:52:26 ---> 1d8a0880f8eb 00:52:26 00:52:26 Successfully built dcb60bcbe205 00:52:26 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:52:27  Building docker-security-secretstore-setup-go ... done Successfully built 1d8a0880f8eb 00:52:27 Successfully tagged docker-core-command-go-arm64:latest 00:52:59  Building docker-core-command-go ... done Removing intermediate container 2d194f1d09b2 00:52:59 ---> dcf611b45dad 00:52:59 00:52:59 Step 10/22 : FROM scratch 00:52:59 ---> 00:52:59 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:52:59 Removing intermediate container 7d8479838214 00:52:59 ---> beb88fd0057e 00:52:59 00:52:59 Step 10/23 : FROM alpine 00:52:59 ---> dd36a01c3f31 00:52:59 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:52:59 ---> Using cache 00:52:59 ---> a53eb62081a4 00:52:59 Step 12/22 : ENV APP_PORT=48081 00:52:59 ---> Running in 4e55f68f8300 00:52:59 ---> Running in aebbd90631a1 00:52:59 Removing intermediate container aebbd90631a1 00:52:59 Removing intermediate container 4e55f68f8300 00:52:59 ---> ad0b576f928b 00:52:59 ---> 36b41cc56d76 00:52:59 Step 13/22 : EXPOSE $APP_PORTStep 12/23 : ENV APP_PORT=48080 00:52:59 00:52:59 ---> Running in cb58e976661a 00:52:59 ---> Running in d3bcdee213a3 00:52:59 Removing intermediate container cb58e976661a 00:52:59 ---> 1d00e40dad1c 00:52:59 Step 14/22 : WORKDIR / 00:52:59 Removing intermediate container d3bcdee213a3 00:52:59 ---> 3a880245d757 00:52:59 Step 13/23 : EXPOSE $APP_PORT 00:52:59 ---> Running in 5274cfa12d9b 00:52:59 ---> Running in 0b7563219f99 00:52:59 Removing intermediate container 5274cfa12d9b 00:52:59 ---> 8ffc7de59219 00:52:59 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:52:59 Removing intermediate container 0b7563219f99 00:52:59 ---> 010ed623ee45 00:52:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:59 ---> Running in 1e9fc2c0b6e0 00:52:59 ---> 23bbe4bd8be6 00:52:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:53:00 ---> 853f527b8460 00:53:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:53:01 Removing intermediate container 1e9fc2c0b6e0 00:53:01 ---> 061176cc367f 00:53:01 Step 15/23 : RUN apk --no-cache add zeromq 00:53:01 ---> df1c472bd5e1 00:53:01 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:53:01 ---> Running in 8ca997211b35 00:53:01 ---> Running in be60c212ecb3 00:53:02 Removing intermediate container be60c212ecb3 00:53:02 ---> 25f6e2c82484 00:53:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:02 ---> Running in 48a1114e2e2b 00:53:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:02 Removing intermediate container 48a1114e2e2b 00:53:02 ---> 2da7ca39c0f1 00:53:02 Step 20/22 : LABEL arch=arm64 00:53:03 ---> Running in 66a67955fbbd 00:53:03 Removing intermediate container 66a67955fbbd 00:53:03 ---> 27ee2d124d50 00:53:03 Step 21/22 : LABEL git_sha=717f516990d1a92dd8d7a85f0ff77567e3b46980 00:53:03 ---> Running in f8b8ee99e510 00:53:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:04 Removing intermediate container f8b8ee99e510 00:53:04 ---> 1f89734d892f 00:53:04 Step 22/22 : LABEL version=0.0.0 00:53:04 ---> Running in 14e35aafe2df 00:53:04 (1/5) Installing libgcc (9.3.0-r2) 00:53:04 (2/5) Installing libsodium (1.0.18-r0) 00:53:04 Removing intermediate container 14e35aafe2df 00:53:04 ---> 2f9a1c85a5c0 00:53:04 00:53:04 (3/5) Installing libstdc++ (9.3.0-r2) 00:53:05 (4/5) Installing libzmq (4.3.3-r0) 00:53:05 Successfully built 2f9a1c85a5c0 00:53:05 Successfully tagged docker-core-metadata-go-arm64:latest 00:53:05  Building docker-core-metadata-go ... done (5/5) Installing zeromq (4.3.3-r0) 00:53:05 Executing busybox-1.31.1-r19.trigger 00:53:05 OK: 8 MiB in 19 packages 00:53:06 Removing intermediate container 8ca997211b35 00:53:06 ---> 9dec05e63aa2 00:53:06 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:53:07 ---> 49d6abf1a0a9 00:53:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:53:08 ---> 64c4caef4ee9 00:53:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:53:09 ---> 19edb71675c0 00:53:09 Step 19/23 : ENTRYPOINT ["/core-data"] 00:53:09 ---> Running in 659504ff3ef9 00:53:10 Removing intermediate container 659504ff3ef9 00:53:10 ---> d73069b52754 00:53:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:10 ---> Running in 8616723ab71a 00:53:10 Removing intermediate container 8616723ab71a 00:53:10 ---> 14472b84c72b 00:53:10 Step 21/23 : LABEL arch=arm64 00:53:10 ---> Running in 182a7a1b7da2 00:53:11 Removing intermediate container 182a7a1b7da2 00:53:11 ---> 2294819bd079 00:53:11 Step 22/23 : LABEL git_sha=717f516990d1a92dd8d7a85f0ff77567e3b46980 00:53:11 ---> Running in 685f20cdb511 00:53:12 Removing intermediate container 685f20cdb511 00:53:12 ---> 35a5611e51cc 00:53:12 Step 23/23 : LABEL version=0.0.0 00:53:12 ---> Running in 59484e847b0d 00:53:12 Removing intermediate container 59484e847b0d 00:53:12 ---> 08022482e46b 00:53:12 00:53:12 Successfully built 08022482e46b 00:53:12 Successfully tagged docker-core-data-go-arm64:latest 00:53:13  Building docker-core-data-go ... done  [Pipeline] } 00:53:13 $ docker stop --time=1 9a0b847671ab507d28fee1d48ad7714e78843a7acef7f7d16796cb50fd99abc2 00:53:15 $ docker rm -f 9a0b847671ab507d28fee1d48ad7714e78843a7acef7f7d16796cb50fd99abc2 [Pipeline] // withDockerContainer [Pipeline] sh 00:53:16 + docker images 00:53:16 + grep docker 00:53:16 docker-core-data-go-arm64 latest 08022482e46b 4 seconds ago 22.3MB 00:53:16 docker-core-metadata-go-arm64 latest 2f9a1c85a5c0 12 seconds ago 13.6MB 00:53:16 docker-core-command-go-arm64 latest 1d8a0880f8eb 50 seconds ago 11.4MB 00:53:16 docker-security-secretstore-setup-go-arm64 latest dcb60bcbe205 51 seconds ago 23.5MB 00:53:16 docker-security-bootstrap-redis-go-arm64 latest b756e285ef6a 55 seconds ago 15.2MB 00:53:16 docker-sys-mgmt-agent-go-arm64 latest f6ffbdb04c9b 2 minutes ago 300MB 00:53:16 docker-support-notifications-go-arm64 latest 00f27e5d07c7 4 minutes ago 12.9MB 00:53:16 docker-support-scheduler-go-arm64 latest 17fcad06e414 4 minutes ago 11.5MB 00:53:16 docker-security-secrets-setup-go-arm64 latest 7d9c8f51d704 4 minutes ago 22.7MB 00:53:16 docker-security-proxy-setup-go-arm64 latest f9b59f896d72 4 minutes ago 23.4MB 00:53:16 docker latest 0c09fb3ff9b5 3 hours 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:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:53:20 ---> package-listing.sh 00:53:20 ++ facter osfamily 00:53:20 ++ tr '[:upper:]' '[:lower:]' 00:53:20 + OS_FAMILY=redhat 00:53:20 + workspace=/w/workspace/edgex-go/26 00:53:20 + START_PACKAGES=/tmp/packages_start.txt 00:53:20 + END_PACKAGES=/tmp/packages_end.txt 00:53:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:53:20 + PACKAGES=/tmp/packages_start.txt 00:53:20 + '[' /w/workspace/edgex-go/26 ']' 00:53:20 + PACKAGES=/tmp/packages_end.txt 00:53:20 + case "${OS_FAMILY}" in 00:53:20 + rpm -qa 00:53:20 + sort 00:53:25 + '[' -f /tmp/packages_start.txt ']' 00:53:25 + '[' -f /tmp/packages_end.txt ']' 00:53:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:53:25 + '[' /w/workspace/edgex-go/26 ']' 00:53:25 + mkdir -p /w/workspace/edgex-go/26/archives/ 00:53:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/26/archives/ [Pipeline] echo 00:53:25 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/26/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:53:25 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:53:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:26 00:53:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:53:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:26 alpine: Pulling from edgex-lftools-log-publisher 00:53:26 df20fa9351a1: Pulling fs layer 00:53:26 36b3adc4ff6f: Pulling fs layer 00:53:26 8ad3a11d3b57: Pulling fs layer 00:53:26 46f8f816bc3b: Pulling fs layer 00:53:26 93b61091891f: Pulling fs layer 00:53:26 93b9cdb0e59b: Pulling fs layer 00:53:26 5e14af77c1be: Pulling fs layer 00:53:26 01666e4c0597: Pulling fs layer 00:53:26 aa168da1d23b: Pulling fs layer 00:53:26 46f8f816bc3b: Waiting 00:53:26 93b61091891f: Waiting 00:53:26 93b9cdb0e59b: Waiting 00:53:26 01666e4c0597: Waiting 00:53:26 aa168da1d23b: Waiting 00:53:26 36b3adc4ff6f: Verifying Checksum 00:53:26 36b3adc4ff6f: Download complete 00:53:26 46f8f816bc3b: Verifying Checksum 00:53:26 46f8f816bc3b: Download complete 00:53:26 df20fa9351a1: Download complete 00:53:26 93b9cdb0e59b: Verifying Checksum 00:53:26 93b9cdb0e59b: Download complete 00:53:26 5e14af77c1be: Verifying Checksum 00:53:26 5e14af77c1be: Download complete 00:53:26 93b61091891f: Verifying Checksum 00:53:26 93b61091891f: Download complete 00:53:26 01666e4c0597: Verifying Checksum 00:53:26 01666e4c0597: Download complete 00:53:26 8ad3a11d3b57: Verifying Checksum 00:53:26 8ad3a11d3b57: Download complete 00:53:27 df20fa9351a1: Pull complete 00:53:27 36b3adc4ff6f: Pull complete 00:53:29 aa168da1d23b: Verifying Checksum 00:53:29 aa168da1d23b: Download complete 00:53:29 8ad3a11d3b57: Pull complete 00:53:29 46f8f816bc3b: Pull complete 00:53:30 93b61091891f: Pull complete 00:53:30 93b9cdb0e59b: Pull complete 00:53:30 5e14af77c1be: Pull complete 00:53:30 01666e4c0597: Pull complete 00:53:42 aa168da1d23b: Pull complete 00:53:42 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:53:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:53:43 prd-centos7-docker-4c-2g-16209 does not seem to be running inside a container 00:53:43 $ 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/26/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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:53:46 $ docker top 42645a52d59e8a022c24dde8e389f50dc546b38b20b8b45148e0d49fa1fa447a -eo pid,comm [Pipeline] { [Pipeline] sh 00:53:46 + touch /tmp/pre-build-complete [Pipeline] sh 00:53:47 + mkdir -p /var/log/sa [Pipeline] sh 00:53:47 + ls /var/log/sa-host 00:53:47 + sadf -c /var/log/sa-host/sa16 00:53:47 file_magic: OK 00:53:47 HZ: Using current value: 100 00:53:47 file_header: OK 00:53:47 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:47 Statistics: 00:53:47 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:47 File successfully converted to sysstat format version 12.2.1 00:53:47 + sadf -c /var/log/sa-host/sa23 00:53:47 file_magic: OK 00:53:47 HZ: Using current value: 100 00:53:47 file_header: OK 00:53:47 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:47 Statistics: 00:53:47 Hnuu...uuuununununu... 00:53:47 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:53:47 provisioning config files... 00:53:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/26@tmp/config2969514936488769089tmp [Pipeline] { [Pipeline] echo 00:53:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:53:48 ---> create-netrc.sh [Pipeline] } 00:53:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:53:48 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:53:48 ---> python-tools-install.sh [Pipeline] echo 00:53:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:53:50 ---> sudo-logs.sh 00:53:50 Archiving 'sudo' log.. [Pipeline] echo 00:53:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:53:50 ---> job-cost.sh 00:53:50 lf-activate-venv: SKIPPING 00:53:50 INFO: No Stack... 00:53:51 INFO: Retrieving Pricing Info for: v1-standard-2 00:53:52 INFO: Archiving Costs [Pipeline] echo 00:53:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:53:52 ---> logs-deploy.sh 00:53:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/26 00:53:52 INFO: archiving workspace using pattern(s): 00:53:54 Archives upload complete. 00:53:54 INFO: archiving logs to Nexus