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 c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 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-15682 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/24 [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/24 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing dfb575c31b145fa2bfe234761ee246a5732b2602 Checking out Revision dfb575c31b145fa2bfe234761ee246a5732b2602 (PR-2858) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dfb575c31b145fa2bfe234761ee246a5732b2602 # timeout=10 Commit message: "Merge commit 'c80d9cda01f36d6150cb756b8bf2f6d3223e0b45' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk e0f3a840cb49e6df20d71d951489cc463b53060f # timeout=10 [Pipeline] withCredentials 00:31:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:26 ========================================================= 00:31:26 EdgeX Global Pipelines Version Info 00:31:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:27 ------------------- 00:31:27 stable info: 00:31:27 ------------------- 00:31:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:27 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 00:31:27 Message: update stable to v1.0.172 00:31:28 ------------------- 00:31:28 experimental info: 00:31:28 ------------------- 00:31:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:28 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 00:31:28 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:30 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:30 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:30 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dfb575c31b145fa2bfe234761ee246a5732b2602 [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dfb575c [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:31 provisioning config files... 00:31:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/24@tmp/config3498284421529130804tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:32 ---> docker-login.sh 00:31:32 nexus3.edgexfoundry.org:10001 00:31:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:32 Configure a credential helper to remove this warning. See 00:31:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:32 00:31:32 Login Succeeded 00:31:32 nexus3.edgexfoundry.org:10002 00:31:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:32 Configure a credential helper to remove this warning. See 00:31:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:32 00:31:32 Login Succeeded 00:31:33 nexus3.edgexfoundry.org:10003 00:31:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:33 Configure a credential helper to remove this warning. See 00:31:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:33 00:31:33 Login Succeeded 00:31:33 nexus3.edgexfoundry.org:10004 00:31:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:33 Configure a credential helper to remove this warning. See 00:31:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:33 00:31:33 Login Succeeded 00:31:33 docker.io 00:31:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:33 Configure a credential helper to remove this warning. See 00:31:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:33 00:31:33 Login Succeeded 00:31:33 ---> docker-login.sh ends [Pipeline] } 00:31:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:34 ++ 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:34 + for file in '`ls cmd/**/Dockerfile`' 00:31:34 ++ dirname cmd/core-command/Dockerfile 00:31:34 ++ cut -d/ -f2 00:31:34 + echo core-command,cmd/core-command/Dockerfile 00:31:34 + for file in '`ls cmd/**/Dockerfile`' 00:31:34 ++ dirname cmd/core-data/Dockerfile 00:31:34 ++ cut -d/ -f2 00:31:34 + echo core-data,cmd/core-data/Dockerfile 00:31:34 + for file in '`ls cmd/**/Dockerfile`' 00:31:34 ++ dirname cmd/core-metadata/Dockerfile 00:31:34 ++ cut -d/ -f2 00:31:34 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:34 + for file in '`ls cmd/**/Dockerfile`' 00:31:34 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:31:34 ++ cut -d/ -f2 00:31:34 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:31:34 + for file in '`ls cmd/**/Dockerfile`' 00:31:34 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:34 ++ cut -d/ -f2 00:31:34 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:34 + for file in '`ls cmd/**/Dockerfile`' 00:31:34 ++ dirname cmd/security-secrets-setup/Dockerfile 00:31:34 ++ cut -d/ -f2 00:31:34 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 00:31:34 + for file in '`ls cmd/**/Dockerfile`' 00:31:34 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:34 ++ cut -d/ -f2 00:31:34 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:34 + for file in '`ls cmd/**/Dockerfile`' 00:31:34 ++ dirname cmd/support-notifications/Dockerfile 00:31:34 ++ cut -d/ -f2 00:31:34 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:34 + for file in '`ls cmd/**/Dockerfile`' 00:31:34 ++ dirname cmd/support-scheduler/Dockerfile 00:31:34 ++ cut -d/ -f2 00:31:34 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:34 + for file in '`ls cmd/**/Dockerfile`' 00:31:34 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:34 ++ cut -d/ -f2 00:31:34 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:34 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:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:35 00:31:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:35 latest: Pulling from edgex-devops/git-semver 00:31:35 31603596830f: Pulling fs layer 00:31:35 2a8b12db71e7: Pulling fs layer 00:31:35 6ca5941a6612: Pulling fs layer 00:31:35 ecc8261a40a4: Pulling fs layer 00:31:35 ecc8261a40a4: Waiting 00:31:35 2a8b12db71e7: Verifying Checksum 00:31:35 2a8b12db71e7: Download complete 00:31:35 31603596830f: Verifying Checksum 00:31:35 31603596830f: Download complete 00:31:36 ecc8261a40a4: Verifying Checksum 00:31:36 ecc8261a40a4: Download complete 00:31:36 6ca5941a6612: Verifying Checksum 00:31:36 6ca5941a6612: Download complete 00:31:36 31603596830f: Pull complete 00:31:36 2a8b12db71e7: Pull complete 00:31:37 6ca5941a6612: Pull complete 00:31:37 ecc8261a40a4: Pull complete 00:31:37 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:37 prd-centos7-docker-4c-2g-15682 does not seem to be running inside a container 00:31:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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:40 $ docker top b69feac2446c759d36bc5add85664d1101c3b407c8989a69a859d68831293cd1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:40 [ssh-agent] Looking for ssh-agent implementation... 00:31:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:40 $ docker exec b69feac2446c759d36bc5add85664d1101c3b407c8989a69a859d68831293cd1 ssh-agent 00:31:40 SSH_AUTH_SOCK=/tmp/ssh-rOXIkabZqU0L/agent.11 00:31:40 SSH_AGENT_PID=16 00:31:40 Running ssh-add (command line suppressed) 00:31:41 Identity added: /w/workspace/edgex-go/24@tmp/private_key_5090379612915203936.key (/w/workspace/edgex-go/24@tmp/private_key_5090379612915203936.key) 00:31:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:41 + git tag --points-at HEAD [Pipeline] } 00:31:41 $ docker exec --env ******** --env ******** b69feac2446c759d36bc5add85664d1101c3b407c8989a69a859d68831293cd1 ssh-agent -k 00:31:41 unset SSH_AUTH_SOCK; 00:31:41 unset SSH_AGENT_PID; 00:31:41 echo Agent pid 16 killed; 00:31:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:41 [ssh-agent] Looking for ssh-agent implementation... 00:31:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:42 $ docker exec b69feac2446c759d36bc5add85664d1101c3b407c8989a69a859d68831293cd1 ssh-agent 00:31:42 SSH_AUTH_SOCK=/tmp/ssh-Uz9bxgGdHGuA/agent.46 00:31:42 SSH_AGENT_PID=51 00:31:42 Running ssh-add (command line suppressed) 00:31:42 Identity added: /w/workspace/edgex-go/24@tmp/private_key_3181203999599477539.key (/w/workspace/edgex-go/24@tmp/private_key_3181203999599477539.key) 00:31:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:42 + git semver init 00:31:42 # -> Open(): unable to determine branch for HEAD 00:31:42 # $GIT_DIR = /w/workspace/edgex-go/24/.git 00:31:42 # $GIT_WORK_TREE = /w/workspace/edgex-go/24 00:31:42 # $SEMVER_REMOTE_NAME = origin 00:31:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:42 # $SEMVER_USER_NAME = edgex-jenkins 00:31:42 # $SEMVER_BRANCH = PR-2858 00:31:42 # $SEMVER_TEMP = /tmp/semver-783334445 00:31:42 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:09 # '/tmp/semver-783334445' -> '/w/workspace/edgex-go/24/.semver' 00:32:09 # -> Force: false 00:32:09 # $SEMVER_DIR = /w/workspace/edgex-go/24/.semver [Pipeline] } 00:32:09 $ docker exec --env ******** --env ******** b69feac2446c759d36bc5add85664d1101c3b407c8989a69a859d68831293cd1 ssh-agent -k 00:32:10 unset SSH_AUTH_SOCK; 00:32:10 unset SSH_AGENT_PID; 00:32:10 echo Agent pid 51 killed; 00:32:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:10 + git semver [Pipeline] } 00:32:10 $ docker stop --time=1 b69feac2446c759d36bc5add85664d1101c3b407c8989a69a859d68831293cd1 00:32:12 $ docker rm -f b69feac2446c759d36bc5add85664d1101c3b407c8989a69a859d68831293cd1 [Pipeline] // withDockerContainer [Pipeline] sh 00:32:12 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:13 Stashed 1 file(s) [Pipeline] echo 00:32:13 [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:15 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:16 + sudo service docker restart 00:32:16 + true 00:32:16 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:16 ========================================================= 00:32:16 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:17 + 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:20 Sending build context to Docker daemon 326.5MB 00:32:20 Step 1/7 : ARG BASE=golang:1.15-alpine 00:32:20 Step 2/7 : FROM ${BASE} 00:32:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:20 188c0c94c7c5: Pulling fs layer 00:32:20 0ef7d3d256c8: Pulling fs layer 00:32:20 de9db76c5a1d: Pulling fs layer 00:32:20 bca2f99d35d6: Pulling fs layer 00:32:20 93359f2a8cfa: Pulling fs layer 00:32:20 7c6f9722023f: Pulling fs layer 00:32:20 a35cf1a2eb13: Pulling fs layer 00:32:20 93359f2a8cfa: Waiting 00:32:20 bca2f99d35d6: Waiting 00:32:20 a35cf1a2eb13: Waiting 00:32:20 7c6f9722023f: Waiting 00:32:20 de9db76c5a1d: Verifying Checksum 00:32:20 de9db76c5a1d: Download complete 00:32:20 0ef7d3d256c8: Download complete 00:32:20 93359f2a8cfa: Verifying Checksum 00:32:20 93359f2a8cfa: Download complete 00:32:20 7c6f9722023f: Verifying Checksum 00:32:20 7c6f9722023f: Download complete 00:32:20 188c0c94c7c5: Verifying Checksum 00:32:20 188c0c94c7c5: Download complete 00:32:21 188c0c94c7c5: Pull complete 00:32:21 0ef7d3d256c8: Pull complete 00:32:22 a35cf1a2eb13: Verifying Checksum 00:32:22 a35cf1a2eb13: Download complete 00:32:22 de9db76c5a1d: Pull complete 00:32:23 bca2f99d35d6: Verifying Checksum 00:32:23 bca2f99d35d6: Download complete 00:32:28 bca2f99d35d6: Pull complete 00:32:28 93359f2a8cfa: Pull complete 00:32:28 7c6f9722023f: Pull complete 00:32:29 Still waiting to schedule task 00:32:29 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:34 a35cf1a2eb13: Pull complete 00:32:34 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:34 ---> a62c8e92a672 00:32:34 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:34 ---> Running in 0a41b535599b 00:32:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:36 (1/12) Installing libmagic (5.38-r0) 00:32:37 (2/12) Installing file (5.38-r0) 00:32:37 (3/12) Installing libc-dev (0.7.2-r3) 00:32:37 (4/12) Installing g++ (9.3.0-r2) 00:32:42 (5/12) Installing fortify-headers (1.1-r0) 00:32:43 (6/12) Installing patch (2.7.6-r6) 00:32:43 (7/12) Installing build-base (0.5-r2) 00:32:43 (8/12) Installing libsodium (1.0.18-r0) 00:32:43 (9/12) Installing pkgconf (1.7.2-r0) 00:32:43 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:43 (11/12) Installing libzmq (4.3.3-r0) 00:32:43 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:43 Executing busybox-1.31.1-r19.trigger 00:32:43 OK: 233 MiB in 51 packages 00:32:47 Removing intermediate container 0a41b535599b 00:32:47 ---> f67b87616196 00:32:47 Step 4/7 : WORKDIR /edgex-go 00:32:47 ---> Running in 27c3711eb64d 00:32:47 Removing intermediate container 27c3711eb64d 00:32:47 ---> a1e4f9101be3 00:32:47 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:32:47 latest: Pulling from library/docker 00:32:47 05e7bc50f07f: Pulling fs layer 00:32:47 6db28d0fdbf6: Pulling fs layer 00:32:47 292df0bc6bf3: Pulling fs layer 00:32:47 2e060f4bd70b: Pulling fs layer 00:32:47 80e8d568a223: Pulling fs layer 00:32:47 8dc6ef1a942a: Pulling fs layer 00:32:47 2312dd95470a: Pulling fs layer 00:32:47 80e8d568a223: Waiting 00:32:47 2312dd95470a: Waiting 00:32:47 2e060f4bd70b: Waiting 00:32:47 8dc6ef1a942a: Waiting 00:32:48 292df0bc6bf3: Verifying Checksum 00:32:48 292df0bc6bf3: Download complete 00:32:48 6db28d0fdbf6: Verifying Checksum 00:32:48 6db28d0fdbf6: Download complete 00:32:48 05e7bc50f07f: Verifying Checksum 00:32:48 05e7bc50f07f: Download complete 00:32:48 8dc6ef1a942a: Verifying Checksum 00:32:48 8dc6ef1a942a: Download complete 00:32:48 80e8d568a223: Verifying Checksum 00:32:48 80e8d568a223: Download complete 00:32:48 2312dd95470a: Verifying Checksum 00:32:48 2312dd95470a: Download complete 00:32:48 05e7bc50f07f: Pull complete 00:32:48 6db28d0fdbf6: Pull complete 00:32:48 292df0bc6bf3: Pull complete 00:32:49 2e060f4bd70b: Verifying Checksum 00:32:49 2e060f4bd70b: Download complete 00:32:52 2e060f4bd70b: Pull complete 00:32:52 80e8d568a223: Pull complete 00:32:52 8dc6ef1a942a: Pull complete 00:32:52 2312dd95470a: Pull complete 00:32:52 Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 00:32:52 Status: Downloaded newer image for docker:latest 00:32:54 ---> 537b0bd89755 00:32:54 Step 6/7 : COPY go.mod . 00:32:54 ---> 041d84f8d70b 00:32:54 Step 7/7 : RUN go mod download 00:32:54 ---> Running in 74e899c8d319 00:33:16 Removing intermediate container 74e899c8d319 00:33:16 ---> c7b288ce1741 00:33:16 Successfully built c7b288ce1741 00:33:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:17 + docker inspect -f . ci-base-image-x86_64 00:33:17 . [Pipeline] withDockerContainer 00:33:17 prd-centos7-docker-4c-2g-15682 does not seem to be running inside a container 00:33:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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:18 $ docker top 12dc324c0ff32ffe3da1e1707b0dfdaa3629e55204d71e37f905a98b4e64da56 -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:18 + go version 00:33:18 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:18 $ docker stop --time=1 12dc324c0ff32ffe3da1e1707b0dfdaa3629e55204d71e37f905a98b4e64da56 00:33:20 $ docker rm -f 12dc324c0ff32ffe3da1e1707b0dfdaa3629e55204d71e37f905a98b4e64da56 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:21 + docker inspect -f . ci-base-image-x86_64 00:33:21 . [Pipeline] withDockerContainer 00:33:21 prd-centos7-docker-4c-2g-15682 does not seem to be running inside a container 00:33:21 $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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:22 $ docker top 7f02534fc4872e35a5216839faa7aca5f67496b71e394c022ef24ab71505f672 -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:22 ========================================================= 00:33:22 [edgeXBuildGoParallel] Running Tests and Build... 00:33:22 ========================================================= [Pipeline] sh 00:33:22 + make test 00:33:22 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:32 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:56 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.039s 00:33:56 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.087s coverage: 46.6% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.208s coverage: 27.1% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.095s coverage: 67.7% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.180s coverage: 82.3% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.374s coverage: 28.6% of statements 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.053s coverage: 100.0% of statements 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.115s coverage: 86.7% of statements 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.142s coverage: 97.5% of statements 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.057s coverage: 78.3% of statements 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.352s coverage: 93.8% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.037s coverage: 58.8% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 0.1% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.037s coverage: 100.0% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.063s coverage: 75.5% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.044s coverage: 80.8% of statements 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.079s coverage: 87.2% of statements 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.055s coverage: 84.2% of statements 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.094s coverage: 91.4% of statements 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.203s coverage: 63.5% of statements 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements 00:34:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements 00:34:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 00:34:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements 00:34:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.042s coverage: 100.0% of statements 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.338s coverage: 55.9% of statements 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.104s 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.196s coverage: 72.2% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.429s coverage: 72.1% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.058s coverage: 82.4% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.044s 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.033s 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.041s 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.108s 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.283s coverage: 84.0% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.045s coverage: 100.0% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.174s 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.028s 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.059s 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.047s 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.658s 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.124s 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.046s 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.043s 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.040s 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.047s coverage: 100.0% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements 00:34:26 GO111MODULE=on go vet ./... 00:34:48 gofmt -l . 00:34:49 [ "`gofmt -l .`" = "" ] 00:34:49 ./bin/test-go-mod-tidy.sh 00:34:50 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:52 + ls -al . 00:34:52 total 668 00:34:52 drwxrwxr-x 10 1001 1001 4096 Dec 12 00:34 . 00:34:52 drwxr-xr-x 4 root root 30 Dec 12 00:33 .. 00:34:52 -rw-rw-r-- 1 1001 1001 11 Dec 12 00:31 .dockerignore 00:34:52 drwxrwxr-x 8 1001 1001 179 Dec 12 00:31 .git 00:34:52 drwxrwxr-x 3 1001 1001 125 Dec 12 00:31 .github 00:34:52 -rw-rw-r-- 1 1001 1001 943 Dec 12 00:31 .gitignore 00:34:52 drwx------ 3 1001 1001 47 Dec 12 00:32 .semver 00:34:52 -rw-rw-r-- 1 1001 1001 166 Dec 12 00:31 .sonarcloud.properties 00:34:52 -rw-rw-r-- 1 1001 1001 3804 Dec 12 00:31 CONTRIBUTING.md 00:34:52 -rw-rw-r-- 1 1001 1001 1035 Dec 12 00:31 Dockerfile.build 00:34:52 -rw-rw-r-- 1 1001 1001 863 Dec 12 00:31 Jenkinsfile 00:34:52 -rw-rw-r-- 1 1001 1001 10775 Dec 12 00:31 LICENSE 00:34:52 -rw-rw-r-- 1 1001 1001 6318 Dec 12 00:31 Makefile 00:34:52 -rw-rw-r-- 1 1001 1001 6447 Dec 12 00:31 README.md 00:34:52 -rw-rw-r-- 1 1001 1001 7286 Dec 12 00:31 SECURITY.md 00:34:52 -rw-rw-r-- 1 1001 1001 5 Dec 12 00:32 VERSION 00:34:52 -rw-rw-r-- 1 1001 1001 4131 Dec 12 00:31 ZMQWindows.md 00:34:52 drwxrwxr-x 2 1001 1001 117 Dec 12 00:31 bin 00:34:52 drwxrwxr-x 15 1001 1001 4096 Dec 12 00:31 cmd 00:34:52 -rw-r--r-- 1 root root 569827 Dec 12 00:34 coverage.out 00:34:52 -rw-r--r-- 1 root root 1041 Dec 12 00:34 go.mod 00:34:52 -rw-r--r-- 1 root root 18856 Dec 12 00:34 go.sum 00:34:52 drwxrwxr-x 8 1001 1001 127 Dec 12 00:31 internal 00:34:52 drwxrwxr-x 4 1001 1001 26 Dec 12 00:31 openapi 00:34:52 drwxrwxr-x 4 1001 1001 71 Dec 12 00:31 snap 00:34:52 -rw-rw-r-- 1 1001 1001 168 Dec 12 00:31 version.go [Pipeline] sh 00:34:53 + '[' -e coverage.out ] 00:34:53 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:53 Stashed 1 file(s) [Pipeline] sh 00:34:53 + make build 00:34:53 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:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:35:06 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:07 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:08 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:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:35:11 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:12 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:13 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:14 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:15 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:16 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:17 $ docker stop --time=1 7f02534fc4872e35a5216839faa7aca5f67496b71e394c022ef24ab71505f672 00:35:19 $ docker rm -f 7f02534fc4872e35a5216839faa7aca5f67496b71e394c022ef24ab71505f672 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:21 00:35:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:21 latest: Pulling from edgex-devops/edgex-compose 00:35:21 cbdbe7a5bc2a: Pulling fs layer 00:35:21 ca9280d653b3: Pulling fs layer 00:35:21 7e9c9ca2126c: Pulling fs layer 00:35:22 cbdbe7a5bc2a: Download complete 00:35:22 cbdbe7a5bc2a: Pull complete 00:35:22 ca9280d653b3: Download complete 00:35:23 ca9280d653b3: Pull complete 00:35:25 7e9c9ca2126c: Download complete 00:35:31 7e9c9ca2126c: Pull complete 00:35:31 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:32 prd-centos7-docker-4c-2g-15682 does not seem to be running inside a container 00:35:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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:34 $ docker top a40e8462ac63e0d45f134ac93abf1962ac72cf2b29aec6402baf2bac797e1dbe -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:35 + docker-compose build --help 00:35:35 + grep parallel 00:35:36 --parallel Build images in parallel. [Pipeline] } 00:35:36 $ docker stop --time=1 a40e8462ac63e0d45f134ac93abf1962ac72cf2b29aec6402baf2bac797e1dbe 00:35:37 $ docker rm -f a40e8462ac63e0d45f134ac93abf1962ac72cf2b29aec6402baf2bac797e1dbe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:38 . [Pipeline] withDockerContainer 00:35:38 prd-centos7-docker-4c-2g-15682 does not seem to be running inside a container 00:35:38 $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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:39 $ docker top 5eb5420e4ffdb22756990054ec24837d350a34d9ddde36d25d83f8e48c3d0962 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:39 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:40 Building docker-core-command-go ... 00:35:40 Building docker-core-data-go ... 00:35:40 Building docker-core-metadata-go ... 00:35:40 Building docker-security-bootstrap-redis-go ... 00:35:40 Building docker-security-proxy-setup-go ... 00:35:40 Building docker-security-secrets-setup-go ... 00:35:40 Building docker-security-secretstore-setup-go ... 00:35:40 Building docker-support-notifications-go ... 00:35:40 Building docker-support-scheduler-go ... 00:35:40 Building docker-sys-mgmt-agent-go ... 00:35:40 Building docker-security-bootstrap-redis-go 00:35:40 Building docker-sys-mgmt-agent-go 00:35:40 Building docker-security-secretstore-setup-go 00:35:40 Building docker-support-scheduler-go 00:35:40 Building docker-security-secrets-setup-go 00:36:13 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:36:13 ---> c7b288ce1741 00:36:13 Step 3/24 : WORKDIR /edgex-go 00:36:13 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:13 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:36:13 ---> c7b288ce1741 00:36:13 Step 3/29 : WORKDIR /edgex-go 00:36:13 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:13 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:13 ---> c7b288ce1741 00:36:13 Step 3/21 : WORKDIR /edgex-go 00:36:13 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:13 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:36:13 ---> c7b288ce1741 00:36:13 Step 3/27 : WORKDIR /edgex-go 00:36:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:13 ---> c7b288ce1741 00:36:13 Step 3/22 : WORKDIR /edgex-go 00:36:13 ---> Running in b83f03b48c73 00:36:13 ---> Running in 209313190a8c 00:36:13 ---> Running in df7357866395 00:36:13 ---> Running in 6d09a8d2d805 00:36:13 ---> Running in 41e6aa8e2ff8 00:36:13 Removing intermediate container b83f03b48c73 00:36:13 ---> 3dbb73c56352 00:36:13 Step 4/29 : RUN apk update && apk add make git 00:36:13 Removing intermediate container 41e6aa8e2ff8 00:36:13 ---> 98c0b1a7eba9 00:36:13 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:13 Removing intermediate container 209313190a8c 00:36:13 ---> 17a9eaa312bc 00:36:13 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:13 Removing intermediate container df7357866395 00:36:13 ---> fd10deabd91e 00:36:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:13 Removing intermediate container 6d09a8d2d805 00:36:13 ---> 5ffd576abcb8 00:36:13 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:13 ---> Running in 7338e4cb5142 00:36:13 ---> Running in eb9ef0ad9709 00:36:13 ---> Running in efb0339bf1e8 00:36:13 ---> Running in d6c7ac194123 00:36:13 ---> Running in 72b439b2f8f7 00:36:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:15 Removing intermediate container d6c7ac194123 00:36:15 ---> b946d1ba0f50 00:36:15 Step 5/21 : RUN apk update && apk add make git 00:36:15 Removing intermediate container eb9ef0ad9709 00:36:15 ---> 2b0fb808fdd6 00:36:15 Step 5/27 : RUN apk update && apk add make bash git 00:36:15 Removing intermediate container efb0339bf1e8 00:36:15 ---> 21eb0cc3a394 00:36:15 Step 5/22 : RUN apk update && apk add make git 00:36:16 ---> Running in 599ae0f00aa2 00:36:16 ---> Running in d4c1708e5c09 00:36:16 ---> Running in 8846cb5f1ace 00:36:16 Removing intermediate container 72b439b2f8f7 00:36:16 ---> e186972103dd 00:36:16 Step 5/24 : RUN apk update && apk add make git 00:36:16 ---> Running in 5883de9ea20a 00:36:16 v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:16 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:16 OK: 12750 distinct packages available 00:36:16 OK: 233 MiB in 51 packages 00:36:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:17 Removing intermediate container 7338e4cb5142 00:36:17 ---> 851371ef09ac 00:36:17 Step 5/29 : COPY go.mod . 00:36:17 ---> c7c50fef5998 00:36:17 Step 6/29 : RUN go mod download 00:36:17 ---> Running in e976b0237a86 00:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:18 v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:18 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:18 OK: 12750 distinct packages available 00:36:19 v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:19 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:19 OK: 12750 distinct packages available 00:36:19 OK: 233 MiB in 51 packages 00:36:19 Removing intermediate container e976b0237a86 00:36:19 ---> fdb8035b680a 00:36:19 Step 7/29 : COPY . . 00:36:19 OK: 233 MiB in 51 packages 00:36:19 v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:19 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:19 OK: 12750 distinct packages available 00:36:19 OK: 233 MiB in 51 packages 00:36:20 Removing intermediate container 8846cb5f1ace 00:36:20 ---> 53d61d44eba8 00:36:20 Step 6/22 : COPY go.mod . 00:36:20 v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:20 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:20 OK: 12750 distinct packages available 00:36:20 OK: 233 MiB in 51 packages 00:36:20 Removing intermediate container d4c1708e5c09 00:36:20 ---> 0c8756626e38 00:36:20 Step 6/27 : COPY go.mod . 00:36:21 ---> 9891edff81d0 00:36:21 Step 7/22 : RUN go mod download 00:36:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-15686 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:36:22 Running in /w/workspace/edgex-go/24 [Pipeline] { [Pipeline] checkout 00:36:23 ---> Running in ca22f95616c3 00:36:23 ---> 1a35624c6a67 00:36:23 Step 7/27 : RUN go mod download 00:36:24 Removing intermediate container 599ae0f00aa2 00:36:24 ---> 333ee2404ef6 00:36:24 Step 6/21 : COPY go.mod . 00:36:24 ---> Running in c30a4f27517a 00:36:24 Removing intermediate container 5883de9ea20a 00:36:24 ---> 6a87cfb23096 00:36:24 Step 6/24 : COPY go.mod . 00:36:25 ---> 28f420019eaa 00:36:25 Step 7/21 : RUN go mod download 00:36:27 ---> 8a67693c91d6 00:36:27 Step 7/24 : RUN go mod download 00:36:27 ---> Running in ec4fe10ea85e 00:36:28 ---> Running in e139e9e06df1 00:36:28 using credential edgex-jenkins-ssh 00:36:28 Cloning the remote Git repository 00:36:28 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:29 > git init /w/workspace/edgex-go/24 # timeout=10 00:36:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:29 > git --version # timeout=10 00:36:29 > git --version # 'git version 2.17.1' 00:36:29 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:30 Removing intermediate container ca22f95616c3 00:36:30 ---> 4ded9dea1c59 00:36:30 Step 8/22 : COPY . . 00:36:31 Removing intermediate container c30a4f27517a 00:36:31 ---> e9b66d884452 00:36:31 Step 8/27 : COPY . . 00:36:43 Removing intermediate container ec4fe10ea85e 00:36:43 ---> d230e7ec8ae7 00:36:43 Step 8/21 : COPY . . 00:36:43 Removing intermediate container e139e9e06df1 00:36:43 ---> c73ec3d6b074 00:36:43 Step 8/24 : COPY . . 00:36:45 ---> 4ab188106340 00:36:45 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:36:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:46 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:46 > 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:47 Merging remotes/origin/master commit c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:36:47 ---> Running in 703d294023e0 00:36:48 Merge succeeded, producing c5c77f0ee2871e6d4fc8c802717419cf95ced3f3 00:36:48 Checking out Revision c5c77f0ee2871e6d4fc8c802717419cf95ced3f3 (PR-2858) 00:36:47 > git config core.sparsecheckout # timeout=10 00:36:47 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:36:47 > git remote # timeout=10 00:36:47 > git config --get remote.origin.url # timeout=10 00:36:47 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:47 > git merge c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 # timeout=10 00:36:48 > git rev-parse HEAD^{commit} # timeout=10 00:36:48 > git config core.sparsecheckout # timeout=10 00:36:48 > git checkout -f c5c77f0ee2871e6d4fc8c802717419cf95ced3f3 # timeout=10 00:36:52 Commit message: "Merge commit 'c80d9cda01f36d6150cb756b8bf2f6d3223e0b45' into HEAD" 00:36:52 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:52 > git rev-list --no-walk e0f3a840cb49e6df20d71d951489cc463b53060f # timeout=10 00:36:54 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:55 + + truesudo 00:36:55 service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:57 provisioning config files... 00:36:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/24@tmp/config7627461003978001283tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:58 ---> docker-login.sh 00:36:58 nexus3.edgexfoundry.org:10001 00:36:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:59 Configure a credential helper to remove this warning. See 00:36:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:59 00:36:59 Login Succeeded 00:36:59 nexus3.edgexfoundry.org:10002 00:36:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:59 Configure a credential helper to remove this warning. See 00:36:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:59 00:36:59 Login Succeeded 00:36:59 nexus3.edgexfoundry.org:10003 00:37:00 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:37:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:00 Configure a credential helper to remove this warning. See 00:37:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:00 00:37:00 Login Succeeded 00:37:00 nexus3.edgexfoundry.org:10004 00:37:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:01 Configure a credential helper to remove this warning. See 00:37:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:01 00:37:01 Login Succeeded 00:37:01 docker.io 00:37:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:02 Configure a credential helper to remove this warning. See 00:37:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:02 00:37:02 Login Succeeded 00:37:02 ---> docker-login.sh ends [Pipeline] } 00:37:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:37:02 ========================================================= 00:37:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:37:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:37:02 ---> 22de402cd4cb 00:37:02 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:37:02 ---> 6ea8690d4e3a 00:37:02 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:37:02 + 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:37:04 ---> Running in d63eea719fd8 00:37:04 ---> Running in 18564dedc5f2 00:37:05 Sending build context to Docker daemon 165.7MB 00:37:05 Step 1/7 : ARG BASE=golang:1.15-alpine 00:37:05 Step 2/7 : FROM ${BASE} 00:37:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:37:05 5f621e34cdf4: Pulling fs layer 00:37:05 a4357932f1b6: Pulling fs layer 00:37:05 18c013af1878: Pulling fs layer 00:37:05 00ac8860ef70: Pulling fs layer 00:37:05 63d7cb157983: Pulling fs layer 00:37:05 b116817d02f9: Pulling fs layer 00:37:05 745a02a5169b: Pulling fs layer 00:37:05 00ac8860ef70: Waiting 00:37:05 63d7cb157983: Waiting 00:37:05 b116817d02f9: Waiting 00:37:05 745a02a5169b: Waiting 00:37:05 18c013af1878: Download complete 00:37:05 a4357932f1b6: Download complete 00:37:05 63d7cb157983: Verifying Checksum 00:37:05 63d7cb157983: Download complete 00:37:05 5f621e34cdf4: Download complete 00:37:05 b116817d02f9: Verifying Checksum 00:37:05 b116817d02f9: Download complete 00:37:06 5f621e34cdf4: Pull complete 00:37:06 a4357932f1b6: Pull complete 00:37:07 18c013af1878: Pull complete 00:37:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:37: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:37:08 745a02a5169b: Verifying Checksum 00:37:08 745a02a5169b: Download complete 00:37:09 00ac8860ef70: Verifying Checksum 00:37:09 00ac8860ef70: Download complete 00:37:15 ---> 3d862fedac97 00:37:15 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:37:16 ---> Running in 6dfddf0c586e 00:37:16 ---> 7a506ad883f3 00:37:16 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:37:16 ---> Running in 42ee01598de4 00:37:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:37:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:37:19 00ac8860ef70: Pull complete 00:37:19 63d7cb157983: Pull complete 00:37:19 b116817d02f9: Pull complete 00:37:23 Removing intermediate container 703d294023e0 00:37:23 ---> 230613bf1317 00:37:23 00:37:23 Step 9/29 : FROM alpine:latest 00:37:23 latest: Pulling from library/alpine 00:37:23 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 00:37:23 Status: Downloaded newer image for alpine:latest 00:37:23 ---> b14afc6dfb98 00:37:23 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:37:23 745a02a5169b: Pull complete 00:37:23 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:37:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:37:23 ---> b7e6874047d6 00:37:23 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:37:23 ---> Running in 2dcd30cbeacf 00:37:23 Removing intermediate container 2dcd30cbeacf 00:37:23 ---> 5cf76a623e3f 00:37:23 Step 11/29 : USER root 00:37:23 ---> Running in 1220afd934b3 00:37:23 Removing intermediate container 1220afd934b3 00:37:23 ---> 9e94868eb84d 00:37:23 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:37:24 ---> Running in a2192a224412 00:37:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:26 v3.12.2-5-g9e04b0fdd0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:37:26 v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:37:26 OK: 12747 distinct packages available 00:37:26 (1/2) Installing ca-certificates (20191127-r4) 00:37:26 (2/2) Installing dumb-init (1.2.2-r1) 00:37:26 Executing busybox-1.31.1-r19.trigger 00:37:26 Executing ca-certificates-20191127-r4.trigger 00:37:26 OK: 6 MiB in 16 packages 00:37:27 ---> Running in 075115b7c239 00:37:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:28 Removing intermediate container a2192a224412 00:37:28 ---> 1d7bc7cc653a 00:37:28 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:37:28 ---> Running in 38edcb0043fa 00:37:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:29 Removing intermediate container 38edcb0043fa 00:37:29 ---> f011d1d2b057 00:37:29 Step 14/29 : WORKDIR $BASE_DIR 00:37:29 ---> Running in f6db8d2c1963 00:37:29 Removing intermediate container f6db8d2c1963 00:37:29 ---> 7637c6344cab 00:37:29 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:37:29 ---> Running in 889f77bdb704 00:37:30 (1/12) Installing libmagic (5.38-r0) 00:37:30 (2/12) Installing file (5.38-r0) 00:37:30 (3/12) Installing libc-dev (0.7.2-r3) 00:37:30 (4/12) Installing g++ (9.3.0-r2) 00:37:33 Removing intermediate container 889f77bdb704 00:37:33 ---> b6c42b5b9cde 00:37:33 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:37:33 (5/12) Installing fortify-headers (1.1-r0) 00:37:33 (6/12) Installing patch (2.7.6-r6) 00:37:33 (7/12) Installing build-base (0.5-r2) 00:37:33 (8/12) Installing libsodium (1.0.18-r0) 00:37:33 (9/12) Installing pkgconf (1.7.2-r0) 00:37:33 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:33 (11/12) Installing libzmq (4.3.3-r0) 00:37:33 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:34 Executing busybox-1.31.1-r19.trigger 00:37:34 OK: 217 MiB in 51 packages 00:37:36 ---> 66d0af1db885 00:37:36 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:37:36 Removing intermediate container d63eea719fd8 00:37:36 ---> 76e3a03819ca 00:37:36 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:37:36 Removing intermediate container 18564dedc5f2 00:37:36 ---> 432ee127a52f 00:37:36 00:37:36 Step 10/22 : FROM alpine:3.10 00:37:36 3.10: Pulling from library/alpine 00:37:36 ---> Running in 1d3644672d97 00:37:36 ---> 277bb512fa98 00:37:36 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:37:37 ---> 44d045873884 00:37:37 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:37:37 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:37:37 Status: Downloaded newer image for alpine:3.10 00:37:37 ---> be4e4bea2c2e 00:37:37 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:37:37 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:38 ---> Running in 5b56f57ab0be 00:37:38 ---> 28d24358378e 00:37:38 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:37:38 Removing intermediate container 075115b7c239 00:37:38 ---> c77712b66530 00:37:38 Step 4/7 : WORKDIR /edgex-go 00:37:38 ---> Running in 510c54dabe69 00:37:38 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:39 ---> 44bc59374143 00:37:39 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:37:39 ---> Running in 049f9d807e58 00:37:39 Removing intermediate container 510c54dabe69 00:37:39 ---> aa08f3c9a4ff 00:37:39 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:37:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:37:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:37:39 v3.10.5-164-g6a4c86d368 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:37:39 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:37:39 OK: 10348 distinct packages available 00:37:39 (1/5) Installing ca-certificates (20191127-r2) 00:37:39 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:37:39 (3/5) Installing libcurl (7.66.0-r3) 00:37:39 (4/5) Installing curl (7.66.0-r3) 00:37:39 (5/5) Installing dumb-init (1.2.2-r1) 00:37:39 Executing busybox-1.30.1-r3.trigger 00:37:40 Executing ca-certificates-20191127-r2.trigger 00:37:40 OK: 7 MiB in 19 packages 00:37:40 latest: Pulling from library/docker 00:37:40 a3cc7d3b244e: Pulling fs layer 00:37:40 02a3295e0d61: Pulling fs layer 00:37:40 0f4f2e6d8100: Pulling fs layer 00:37:40 330b718f631f: Pulling fs layer 00:37:40 a93816041522: Pulling fs layer 00:37:40 bdb6da89ff94: Pulling fs layer 00:37:40 2a70c0c122f4: Pulling fs layer 00:37:40 a93816041522: Waiting 00:37:40 2a70c0c122f4: Waiting 00:37:40 bdb6da89ff94: Waiting 00:37:40 330b718f631f: Waiting 00:37:40 0f4f2e6d8100: Verifying Checksum 00:37:40 0f4f2e6d8100: Download complete 00:37:40 02a3295e0d61: Verifying Checksum 00:37:40 02a3295e0d61: Download complete 00:37:40 a3cc7d3b244e: Verifying Checksum 00:37:40 a3cc7d3b244e: Download complete 00:37:40 a93816041522: Verifying Checksum 00:37:40 a93816041522: Download complete 00:37:40 bdb6da89ff94: Verifying Checksum 00:37:40 bdb6da89ff94: Download complete 00:37:40 Removing intermediate container 1d3644672d97 00:37:40 ---> a61709cd412a 00:37:40 00:37:40 Step 11/27 : FROM docker:latest 00:37:40 ---> aefe523efa57 00:37:40 Step 12/27 : RUN apk add --no-cache bash 00:37:40 2a70c0c122f4: Download complete 00:37:41 ---> Running in 6e1dae104e22 00:37:41 Removing intermediate container 049f9d807e58 00:37:41 ---> 75c641a41ec0 00:37:41 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:37:41 a3cc7d3b244e: Pull complete 00:37:41 Removing intermediate container 5b56f57ab0be 00:37:41 ---> 11c40d3015bd 00:37:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:37:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:41 ---> b73672949a60 00:37:41 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:37:41 ---> Running in e1a870ab1163 00:37:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:41 ---> Running in 173d6ef34643 00:37:42 02a3295e0d61: Pull complete 00:37:42 (1/2) Installing readline (8.0.4-r0) 00:37:42 (2/2) Installing bash (5.0.17-r0) 00:37:42 Executing bash-5.0.17-r0.post-install 00:37:42 330b718f631f: Verifying Checksum 00:37:42 330b718f631f: Download complete 00:37:42 0f4f2e6d8100: Pull complete 00:37:42 Executing busybox-1.31.1-r19.trigger 00:37:42 OK: 12 MiB in 22 packages 00:37:42 Removing intermediate container e1a870ab1163 00:37:42 ---> a8c40181443f 00:37:42 Step 13/22 : WORKDIR / 00:37:44 ---> Running in ee0120b6937d 00:37:44 Removing intermediate container 6dfddf0c586e 00:37:44 ---> 21af5e257778 00:37:44 00:37:44 Step 10/24 : FROM alpine:3.10 00:37:44 ---> be4e4bea2c2e 00:37:44 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:37:44 ---> Using cache 00:37:44 ---> 11c40d3015bd 00:37:44 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:44 ---> Running in 8df079e108da 00:37:44 Removing intermediate container ee0120b6937d 00:37:44 ---> 9fa86f8a91ff 00:37:44 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:37:45 330b718f631f: Pull complete 00:37:46 a93816041522: Pull complete 00:37:46 Removing intermediate container 6e1dae104e22 00:37:46 ---> 800a8954f3db 00:37:46 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:37:46 bdb6da89ff94: Pull complete 00:37:46 2a70c0c122f4: Pull complete 00:37:46 Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 00:37:46 Status: Downloaded newer image for docker:latest 00:37:46 Removing intermediate container 8df079e108da 00:37:46 ---> 4ea31db9abda 00:37:46 Step 13/24 : WORKDIR / 00:37:46 ---> Running in c163a9eb0edc 00:37:46 ---> 5150a710e383 00:37:46 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:37:47 ---> Running in e752a7bcf837 00:37:47 Removing intermediate container 42ee01598de4 00:37:47 ---> 51e84e202d17 00:37:47 00:37:47 Step 10/21 : FROM scratch 00:37:47 ---> 00:37:47 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:47 Removing intermediate container 173d6ef34643 00:37:47 ---> d8f74c2401be 00:37:47 Step 24/29 : RUN chmod 755 security-secrets-setup 00:37:47 ---> Running in 8c0351d9a11c 00:37:47 Removing intermediate container e752a7bcf837 00:37:47 ---> 467be4171219 00:37:47 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:47 ---> 1e4d41104266 00:37:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:37:47 ---> Running in fc53fc16ac1d 00:37:47 Removing intermediate container 8c0351d9a11c 00:37:47 ---> 5779c8ac1d97 00:37:47 Step 12/21 : ENV APP_PORT=48085 00:37:47 ---> f3a8a4bac8a6 00:37:47 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:47 ---> Running in c05b4228555b 00:37:48 ---> f64d470fe8e2 00:37:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:37:48 Removing intermediate container c05b4228555b 00:37:48 ---> 746237f51918 00:37:48 Step 13/21 : EXPOSE $APP_PORT 00:37:48 ---> 9836b2929719 00:37:48 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:37:49 ---> Running in ba4414295cce 00:37:49 ---> 4a26bdeccab6 00:37:49 Step 18/22 : RUN chmod +x entrypoint.sh 00:37:49 Removing intermediate container c163a9eb0edc 00:37:49 ---> fb05f5ffd6a9 00:37:49 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:37:49 ---> 24958fafc1e1 00:37:49 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:37:49 ---> Running in fb5b1dbffcf1 00:37:49 ---> Running in c63fc1cc318e 00:37:49 Removing intermediate container ba4414295cce 00:37:49 ---> fc1ff5132261 00:37:49 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:37:49 Removing intermediate container fb5b1dbffcf1 00:37:49 ---> 92f025bc8a1a 00:37:49 Step 15/27 : ENV APP_PORT=48090 00:37:50 ---> e569e25fb071 00:37:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:37:50 ---> 22e5f4a9450d 00:37:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:37:50 Removing intermediate container fc53fc16ac1d 00:37:50 ---> 9ed7fc0a363c 00:37:50 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:37:50 ---> Running in 28decb29e132 00:37:50 ---> Running in 1ac97e7afe1c 00:37:50 Removing intermediate container 28decb29e132 00:37:50 ---> a6969cb7904c 00:37:50 Step 16/27 : EXPOSE $APP_PORT 00:37:50 ---> Running in 3e8050f9e1ac 00:37:50 Removing intermediate container 1ac97e7afe1c 00:37:50 ---> d97020e602dc 00:37:50 Step 26/29 : CMD [ "generate" ] 00:37:50 ---> 61492d59183f 00:37:50 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:37:50 ---> 2b206967f267 00:37:50 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:37:50 Removing intermediate container 3e8050f9e1ac 00:37:50 ---> ee21196f86d4 00:37:50 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:37:50 ---> Running in d51a2fe048c2 00:37:51 ---> 6634cb7df39b 00:37:51 Step 6/7 : COPY go.mod . 00:37:51 ---> 9b32462f6db1 00:37:51 Step 7/7 : RUN go mod download 00:37:51 Removing intermediate container c63fc1cc318e 00:37:51 ---> 800be7aa5396 00:37:51 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:37:51 ---> Running in fbb85f788e60 00:37:51 ---> 8b5736bd6294 00:37:51 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:37:52 ---> Running in e044040cccf4 00:37:52 Removing intermediate container d51a2fe048c2 00:37:52 ---> c5ca468acb82 00:37:52 Step 27/29 : LABEL arch=x86_64 00:37:52 ---> 295b1a1f945f 00:37:52 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:37:52 ---> 39c7525f853b 00:37:52 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:37:52 ---> Running in c3c6b61a3125 00:37:52 ---> Running in 6156246d4a3d 00:37:52 ---> Running in da0254b79950 00:37:52 Removing intermediate container e044040cccf4 00:37:52 ---> a9fd8751b5e0 00:37:52 Step 20/22 : LABEL arch=x86_64 00:37:52 ---> Running in ba0933d938b3 00:37:52 Removing intermediate container 6156246d4a3d 00:37:52 ---> c1bc0f617942 00:37:52 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:52 Removing intermediate container c3c6b61a3125 00:37:52 ---> 57ce8eec94b3 00:37:52 Step 28/29 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 00:37:52 ---> 9251a19a4aa1 00:37:52 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:37:52 ---> Running in b112a1694b20 00:37:52 ---> Running in a93efc3ca3a6 00:37:53 Removing intermediate container ba0933d938b3 00:37:53 ---> dc890e947d99 00:37:53 Step 21/22 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 00:37:53 ---> Running in 0da475498782 00:37:53 Removing intermediate container b112a1694b20 00:37:53 ---> e715ed0dff3e 00:37:53 Step 19/21 : LABEL arch=x86_64 00:37:53 Removing intermediate container a93efc3ca3a6 00:37:53 ---> 38dabbd585c1 00:37:53 Step 29/29 : LABEL version=0.0.0 00:37:53 ---> e91c68a5ec04 00:37:53 Step 20/27 : RUN apk --no-cache add py3-pip 00:37:53 ---> Running in 533081027e9d 00:37:53 ---> Running in fba0c60e49bf 00:37:53 ---> Running in 32519ddc4b60 00:37:53 Removing intermediate container 0da475498782 00:37:53 ---> ad442219aae3 00:37:53 Step 22/22 : LABEL version=0.0.0 00:37:53 Removing intermediate container 533081027e9d 00:37:53 ---> 40c62b611de7 00:37:53 Step 20/21 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 00:37:53 ---> Running in befeb2930134 00:37:54 ---> Running in 7c4f804cd8ef 00:37:54 Removing intermediate container da0254b79950 00:37:54 ---> 2dbe8e3b9e85 00:37:54 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:37:54 Removing intermediate container fba0c60e49bf 00:37:54 ---> 4b79cf080e96 00:37:54 00:37:54 Removing intermediate container befeb2930134 00:37:54 ---> 96a754921e53 00:37:54 00:37:54 ---> Running in ec7175e78703 00:37:54 Removing intermediate container 7c4f804cd8ef 00:37:54 ---> 7d0b1425170b 00:37:54 Step 21/21 : LABEL version=0.0.0 00:37:54 Successfully built 4b79cf080e96 00:37:54 Successfully tagged docker-security-secrets-setup-go:latest 00:37:54  Building docker-security-secrets-setup-go ... done Building docker-core-data-go 00:37:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:54 ---> Running in 0b7444308e97 00:37:54 Successfully built 96a754921e53 00:37:54 Successfully tagged docker-security-bootstrap-redis-go:latest 00:37:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:54  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go 00:37:54 Removing intermediate container ec7175e78703 00:37:54 ---> 3715a9a1dbf2 00:37:54 Step 22/24 : LABEL arch=x86_64 00:37:54 ---> Running in c8d739783aa0 00:37:54 (1/33) Installing libbz2 (1.0.8-r1) 00:37:54 (2/33) Installing expat (2.2.9-r1) 00:37:54 (3/33) Installing libffi (3.3-r2) 00:37:54 (4/33) Installing gdbm (1.13-r1) 00:37:54 Removing intermediate container 0b7444308e97 00:37:54 ---> 8236c61bca23 00:37:54 00:37:54 (5/33) Installing xz-libs (5.2.5-r0) 00:37:54 (6/33) Installing sqlite-libs (3.32.1-r0) 00:37:54 (7/33) Installing python3 (3.8.5-r0) 00:37:54 Successfully built 8236c61bca23 00:37:55 Successfully tagged docker-support-scheduler-go:latest 00:37:55 Building docker-support-notifications-go 00:37:55  Building docker-support-scheduler-go ... done Removing intermediate container c8d739783aa0 00:37:55 ---> 268a285cabd1 00:37:55 Step 23/24 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 00:38:07 ---> Running in ed9087ef88d1 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:08 (15/33) Installing py3-idna (2.9-r0) 00:38:08 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:38:08 Removing intermediate container ed9087ef88d1 00:38:08 ---> b9c427054bca 00:38:08 Step 24/24 : LABEL version=0.0.0 00:38:08 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:38:09 (18/33) Installing py3-requests (2.23.0-r0) 00:38:09 ---> Running in 47b3f1d85dda 00:38:09 (19/33) Installing py3-msgpack (1.0.0-r0) 00:38:09 (20/33) Installing py3-lockfile (0.12.2-r3) 00:38:09 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:38:09 (22/33) Installing py3-colorama (0.4.3-r0) 00:38:09 (23/33) Installing py3-distlib (0.3.0-r0) 00:38:09 (24/33) Installing py3-distro (1.5.0-r1) 00:38:10 (25/33) Installing py3-webencodings (0.5.1-r3) 00:38:10 (26/33) Installing py3-html5lib (1.0.1-r4) 00:38:12 (27/33) Installing py3-pytoml (0.1.21-r0) 00:38:12 (28/33) Installing py3-pep517 (0.8.2-r0) 00:38:12 (29/33) Installing py3-progress (1.5-r0) 00:38:12 (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:16 Removing intermediate container 47b3f1d85dda 00:38:16 ---> a810af25b925 00:38:16 00:38:17 Executing busybox-1.31.1-r19.trigger 00:38:17 OK: 71 MiB in 55 packages 00:38:18 Successfully built a810af25b925 00:38:18 Successfully tagged docker-security-secretstore-setup-go:latest 00:38:18 Building docker-core-metadata-go 00:38:23 Removing intermediate container fbb85f788e60 00:38:23 ---> 7157ae00f963 00:38:23 Successfully built 7157ae00f963 00:38:23 Successfully tagged ci-base-image-arm64:latest 00:38:23  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:23 ---> c7b288ce1741 00:38:23 Step 3/22 : WORKDIR /edgex-go 00:38:23 ---> Using cache 00:38:23 ---> 5ffd576abcb8 00:38:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:23 ---> Using cache 00:38:23 ---> e186972103dd 00:38:23 Step 5/22 : RUN apk update && apk add make git 00:38:23 ---> Using cache 00:38:23 ---> 6a87cfb23096 00:38:23 Step 6/22 : COPY go.mod . 00:38:23 ---> Using cache 00:38:23 ---> 8a67693c91d6 00:38:23 Step 7/22 : RUN go mod download 00:38:23 ---> Using cache 00:38:23 ---> c73ec3d6b074 00:38:23 Step 8/22 : COPY . . 00:38:23 ---> Using cache 00:38:23 ---> 3d862fedac97 00:38:23 Step 9/22 : RUN make cmd/core-command/core-command 00:38:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:23 ---> c7b288ce1741 00:38:23 Step 3/23 : WORKDIR /edgex-go 00:38:23 ---> Using cache 00:38:23 ---> 5ffd576abcb8 00:38:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:23 ---> Using cache 00:38:23 ---> e186972103dd 00:38:23 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:38:23 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:38:23 ---> c7b288ce1741 00:38:23 Step 3/24 : WORKDIR /edgex-go 00:38:23 ---> Using cache 00:38:23 ---> 5ffd576abcb8 00:38:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:23 ---> Using cache 00:38:23 ---> e186972103dd 00:38:23 Step 5/24 : RUN apk update && apk add make bash git ca-certificates [Pipeline] isUnix [Pipeline] sh 00:38:24 + docker inspect -f . ci-base-image-arm64 00:38:24 . [Pipeline] withDockerContainer 00:38:24 prd-ubuntu18.04-docker-arm64-4c-16g-15686 does not seem to be running inside a container 00:38:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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:25 ---> Running in 2698b6ee7afa 00:38:25 ---> Running in cdd2261e1bb0 00:38:25 ---> Running in 08432d37f49a 00:38:26 $ docker top ad8dc9baaccbb66286fddada18810581e72bfd9a09cec17961ad25dd6716e957 -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:27 + go version 00:38:27 go version go1.15.5 linux/arm64 [Pipeline] } 00:38:27 $ docker stop --time=1 ad8dc9baaccbb66286fddada18810581e72bfd9a09cec17961ad25dd6716e957 00:38:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:38:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:29 $ docker rm -f ad8dc9baaccbb66286fddada18810581e72bfd9a09cec17961ad25dd6716e957 00:38:29 v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:29 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:29 OK: 12750 distinct packages available 00:38:29 v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:29 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:29 OK: 12750 distinct packages available [Pipeline] // withDockerContainer 00:38:30 OK: 233 MiB in 51 packages 00:38:30 OK: 233 MiB in 51 packages [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:31 + docker inspect -f . ci-base-image-arm64 00:38:31 . [Pipeline] withDockerContainer 00:38:31 prd-ubuntu18.04-docker-arm64-4c-16g-15686 does not seem to be running inside a container 00:38:31 $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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:33 $ docker top 8c7d06ed48e21c24b7abda4955939b0c67468c6943d1dab4b7ee60385a016ee2 -eo pid,comm [Pipeline] { [Pipeline] echo 00:38:33 ========================================================= 00:38:33 [edgeXBuildGoParallel] Running Tests and Build... 00:38:33 ========================================================= [Pipeline] sh 00:38:34 + make test 00:38:34 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:36 Removing intermediate container 2698b6ee7afa 00:38:36 ---> d592eac9ee76 00:38:36 Step 6/24 : COPY go.mod . 00:38:36 Removing intermediate container cdd2261e1bb0 00:38:36 ---> 97de27e9126c 00:38:36 Step 6/23 : COPY go.mod . 00:38:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:36 ---> c7b288ce1741 00:38:36 Step 3/22 : WORKDIR /edgex-go 00:38:36 ---> Using cache 00:38:36 ---> 5ffd576abcb8 00:38:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:36 ---> Using cache 00:38:36 ---> e186972103dd 00:38:36 Step 5/22 : RUN apk update && apk add make git 00:38:36 ---> Using cache 00:38:36 ---> 6a87cfb23096 00:38:36 Step 6/22 : COPY go.mod . 00:38:36 ---> Using cache 00:38:36 ---> 8a67693c91d6 00:38:36 Step 7/22 : RUN go mod download 00:38:36 ---> Using cache 00:38:36 ---> c73ec3d6b074 00:38:36 Step 8/22 : COPY . . 00:38:36 ---> Using cache 00:38:36 ---> 3d862fedac97 00:38:36 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:38:37 ---> 5fb9e6679639 00:38:37 Step 7/24 : RUN go mod download 00:38:37 ---> 16f74c9d5ae6 00:38:37 Step 7/23 : RUN go mod download 00:38:37 ---> Running in e24bafd3a913 00:38:38 ---> Running in d4c9e47ed15e 00:38:38 ---> Running in 85e012143218 00:38:38 Removing intermediate container 32519ddc4b60 00:38:38 ---> dfb650264a8d 00:38:38 Step 21/27 : RUN pip install docker-compose==1.23.2 00:38:38 ---> Running in 55a825448e55 00:38:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:38:41 Removing intermediate container d4c9e47ed15e 00:38:41 ---> 92e46fa0efaa 00:38:41 Step 8/24 : COPY . . 00:38:41 Removing intermediate container 85e012143218 00:38:41 ---> d2baddbe815c 00:38:41 Step 8/23 : COPY . . 00:38:44 Collecting docker-compose==1.23.2 00:38:44 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:38:46 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:48 Collecting dockerpty<0.5,>=0.4.1 00:38:48 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:38:53 Collecting PyYAML<4,>=3.10 00:38:53 Downloading PyYAML-3.13.tar.gz (270 kB) 00:38:54 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:38:54 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:38:58 Collecting websocket-client<1.0,>=0.32.0 00:38:58 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:39:00 Collecting docopt<0.7,>=0.6.1 00:39:00 Downloading docopt-0.6.2.tar.gz (25 kB) 00:39:01 Collecting docker<4.0,>=3.6.0 00:39:01 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:02 Collecting jsonschema<3,>=2.5.1 00:39:02 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:39:04 Collecting texttable<0.10,>=0.9.0 00:39:04 Downloading texttable-0.9.1.tar.gz (11 kB) 00:39:05 Collecting cached-property<2,>=1.2.0 00:39:05 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:39:05 Collecting urllib3<1.25,>=1.21.1 00:39:06 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:39:06 ? github.com/edgexfoundry/edgex-go [no test files] 00:39:07 Collecting idna<2.8,>=2.5 00:39:07 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:39:09 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:39:09 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:10 Collecting docker-pycreds>=0.4.0 00:39:10 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:39:10 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:39:10 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:39:10 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:39:10 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:39:10 Installing collected packages: dockerpty, PyYAML, urllib3, idna, requests, websocket-client, docopt, docker-pycreds, docker, jsonschema, texttable, cached-property, docker-compose 00:39:10 Running setup.py install for dockerpty: started 00:39:12 Running setup.py install for dockerpty: finished with status 'done' 00:39:12 Running setup.py install for PyYAML: started 00:39:13 Removing intermediate container 08432d37f49a 00:39:13 ---> 25ee0efbf1cb 00:39:13 00:39:13 Step 10/22 : FROM scratch 00:39:13 ---> 00:39:13 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:13 Running setup.py install for PyYAML: finished with status 'done' 00:39:13 Attempting uninstall: urllib3 00:39:13 Found existing installation: urllib3 1.25.9 00:39:13 Uninstalling urllib3-1.25.9: 00:39:13 Successfully uninstalled urllib3-1.25.9 00:39:14 ---> af9a50549498 00:39:14 Step 9/23 : RUN make cmd/core-data/core-data 00:39:14 ---> Using cache 00:39:14 ---> 5779c8ac1d97 00:39:14 Step 12/22 : ENV APP_PORT=48082 00:39:14 ---> Running in c4da8eeb8b05 00:39:14 Attempting uninstall: idna 00:39:14 Found existing installation: idna 2.9 00:39:14 Uninstalling idna-2.9: 00:39:14 ---> Running in b84e7d75c1d9 00:39:14 ---> 0b00ae4f6f03 00:39:14 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:39:14 Successfully uninstalled idna-2.9 00:39:14 ---> Running in dd2818f78785 00:39:15 Attempting uninstall: requests 00:39:15 Found existing installation: requests 2.23.0 00:39:15 Uninstalling requests-2.23.0: 00:39:15 Successfully uninstalled requests-2.23.0 00:39:15 Removing intermediate container b84e7d75c1d9 00:39:15 ---> 578ddb361596 00:39:15 Step 13/22 : EXPOSE $APP_PORT 00:39:15 ---> Running in 57d866dbbacd 00:39:15 Running setup.py install for docopt: started 00:39:15 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:39:15 Removing intermediate container 57d866dbbacd 00:39:15 ---> 20e8864a481b 00:39:15 Step 14/22 : WORKDIR / 00:39:15 ---> Running in 89a6b8975f59 00:39:15 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:39:16 Running setup.py install for docopt: finished with status 'done' 00:39:16 Removing intermediate container 89a6b8975f59 00:39:16 ---> 7572ada59e9e 00:39:16 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:39:17 ---> 1c811d199ba3 00:39:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:39:17 Running setup.py install for texttable: started 00:39:18 Running setup.py install for texttable: finished with status 'done' 00:39:18 ---> d09c40c203a7 00:39:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:39: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:39:21 ---> 626bac67a503 00:39:21 Step 18/22 : ENTRYPOINT ["/core-command"] 00:39:22 ---> Running in ea8f506bf65b 00:39:23 Removing intermediate container e24bafd3a913 00:39:23 ---> 49e520f63d0f 00:39:23 00:39:23 Step 10/22 : FROM scratch 00:39:23 ---> 00:39:23 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:23 ---> Using cache 00:39:23 ---> 5779c8ac1d97 00:39:23 Step 12/22 : ENV APP_PORT=48081 00:39:25 ---> Running in d0fb0c9b8d62 00:39:25 Removing intermediate container ea8f506bf65b 00:39:25 ---> d7d38ee35d2d 00:39:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:25 Removing intermediate container 55a825448e55 00:39:25 ---> fcff98094e90 00:39:25 Step 22/27 : RUN apk --no-cache add curl 00:39:25 ---> Running in f6fc28d11fd5 00:39:25 Removing intermediate container d0fb0c9b8d62 00:39:25 ---> 586961ba92dc 00:39:25 Step 13/22 : EXPOSE $APP_PORT 00:39:25 ---> Running in b1bcf5c7eae2 00:39:25 ---> Running in 0a530424785e 00:39:26 Removing intermediate container f6fc28d11fd5 00:39:26 ---> 1cd918e8e64f 00:39:26 Step 20/22 : LABEL arch=x86_64 00:39:26 Removing intermediate container 0a530424785e 00:39:26 ---> e29a71de181a 00:39:26 Step 14/22 : WORKDIR / 00:39:26 ---> Running in 962bce7c38b4 00:39:26 ---> Running in 3dfdf814b938 00:39:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:27 Removing intermediate container 3dfdf814b938 00:39:27 ---> a318b17a8c1d 00:39:27 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:39:27 Removing intermediate container 962bce7c38b4 00:39:27 ---> 4579365c4a23 00:39:27 Step 21/22 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 00:39:27 ---> Running in ce8640d02c16 00:39:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:27 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:39:28 (2/3) Installing libcurl (7.69.1-r3) 00:39:28 (3/3) Installing curl (7.69.1-r3) 00:39:28 Executing busybox-1.31.1-r19.trigger 00:39:28 OK: 72 MiB in 58 packages 00:39:28 ---> 94dee8dabe92 00:39:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:39:28 Removing intermediate container ce8640d02c16 00:39:28 ---> a88291a7a87b 00:39:28 Step 22/22 : LABEL version=0.0.0 00:39:29 ---> Running in 152f57c57391 00:39:29 Removing intermediate container 152f57c57391 00:39:29 ---> f0836dba27c2 00:39:29 00:39:29 ---> e624c94707ab 00:39:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:39:30 Successfully built f0836dba27c2 00:39:30 Successfully tagged docker-core-command-go:latest 00:39:30 Building docker-security-proxy-setup-go 00:39:30  Building docker-core-command-go ... done Removing intermediate container b1bcf5c7eae2 00:39:30 ---> 6c51f7707b25 00:39:30 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:39:30 ---> Running in 2f9e2b8777e2 00:39:30 ---> 74ebfc7543e6 00:39:30 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:39:30 ---> Running in 038b872f716e 00:39:30 Removing intermediate container 2f9e2b8777e2 00:39:30 ---> 561735a979ff 00:39:30 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:30 ---> Running in 8891965a0610 00:39:30 Removing intermediate container 038b872f716e 00:39:30 ---> e7838f379115 00:39:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:34 ---> Running in a31f85d9cc3c 00:39:35 Removing intermediate container 8891965a0610 00:39:35 ---> 5abbc32f16f3 00:39:35 Step 25/27 : LABEL arch=x86_64 00:39:36 ---> Running in 8dacaddcfff4 00:39:36 Removing intermediate container a31f85d9cc3c 00:39:36 ---> 98f357a319ab 00:39:36 Step 20/22 : LABEL arch=x86_64 00:39:38 ---> Running in 76d6264eac6e 00:39:39 Removing intermediate container 8dacaddcfff4 00:39:39 ---> d7cdbab5af5e 00:39:39 Step 26/27 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 00:39:41 ---> Running in f92bb4011bdf 00:39:41 Removing intermediate container 76d6264eac6e 00:39:41 ---> 07b17f65d5ac 00:39:41 Step 21/22 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 00:39:41 ---> Running in ca5196156828 00:39:41 Removing intermediate container f92bb4011bdf 00:39:41 ---> 6d0b7560e1ef 00:39:41 Step 27/27 : LABEL version=0.0.0 00:39:42 ---> Running in 8210bd55e8bd 00:39:42 Removing intermediate container ca5196156828 00:39:42 ---> 32c21d590c03 00:39:42 Step 22/22 : LABEL version=0.0.0 00:39:44 ---> Running in e5234e9fe2c9 00:39:44 Removing intermediate container 8210bd55e8bd 00:39:44 ---> 8a3dced6b84a 00:39:44 00:39:44 Successfully built 8a3dced6b84a 00:39:44 Successfully tagged docker-sys-mgmt-agent-go:latest 00:39:45  Building docker-sys-mgmt-agent-go ... done Removing intermediate container e5234e9fe2c9 00:39:45 ---> 59036feedd32 00:39:45 00:39:46 Successfully built 59036feedd32 00:39:46 Successfully tagged docker-core-metadata-go:latest 00:39:48  Building docker-core-metadata-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:39:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:39:48 ---> c7b288ce1741 00:39:48 Step 3/21 : WORKDIR /edgex-go 00:39:48 ---> Using cache 00:39:48 ---> 5ffd576abcb8 00:39:48 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:48 ---> Using cache 00:39:48 ---> e186972103dd 00:39:48 Step 5/21 : RUN apk update && apk add make git 00:39:48 ---> Using cache 00:39:48 ---> 6a87cfb23096 00:39:48 Step 6/21 : COPY go.mod . 00:39:48 ---> Using cache 00:39:48 ---> 8a67693c91d6 00:39:48 Step 7/21 : RUN go mod download 00:39:48 ---> Using cache 00:39:48 ---> c73ec3d6b074 00:39:48 Step 8/21 : COPY . . 00:39:48 ---> Using cache 00:39:48 ---> 3d862fedac97 00:39:48 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:39:50 ---> Running in da88a0fc7558 00:39:50 Removing intermediate container dd2818f78785 00:39:50 ---> c9fb102bed42 00:39:50 00:39:50 Step 10/24 : FROM scratch 00:39:50 ---> 00:39:50 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:39:51 ---> Running in a1753206c944 00:39:51 Removing intermediate container a1753206c944 00:39:51 ---> 179c7db16df5 00:39:51 Step 12/24 : ENV APP_PORT=48060 00:39:51 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:51 ---> Running in 3d285efed8f6 00:39:51 Removing intermediate container 3d285efed8f6 00:39:51 ---> 9577698d4302 00:39:51 Step 13/24 : EXPOSE $APP_PORT 00:39:51 ---> Running in 58f48f2664b0 00:39:52 Removing intermediate container 58f48f2664b0 00:39:52 ---> e3665bf050d9 00:39:52 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:39:53 ---> 346c1d3d626c 00:39:53 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:39:53 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:55 Removing intermediate container c4da8eeb8b05 00:39:55 ---> 6de1e8e981cb 00:39:55 00:39:55 Step 10/23 : FROM alpine 00:39:55 ---> b14afc6dfb98 00:39:55 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:55 ---> 0a842a199e1e 00:39:55 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:39:55 ---> Running in d9cc6478957e 00:39:55 Removing intermediate container d9cc6478957e 00:39:55 ---> 8f5980dd8513 00:39:55 Step 12/23 : ENV APP_PORT=48080 00:39:56 ---> Running in c815e25f8d09 00:39:56 ---> 9a9f80ff228e 00:39:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:39:56 Removing intermediate container c815e25f8d09 00:39:56 ---> bf8d79c6a63a 00:39:56 Step 13/23 : EXPOSE $APP_PORT 00:39:56 ---> Running in 3a8fbbf5d6a7 00:39:56 ---> dbba1742f189 00:39:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:39:56 Removing intermediate container 3a8fbbf5d6a7 00:39:56 ---> d17cc3609629 00:39:56 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:56 ---> Running in ceb9d3b36300 00:39:57 ---> c3116a8cca92 00:39:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:39:58 ---> 96fee381975d 00:39:58 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:39:58 ---> Running in dc622c0bfa4c 00:39:59 Removing intermediate container dc622c0bfa4c 00:39:59 ---> 5a0aeba629ef 00:39:59 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:59 ---> Running in a449993d761c 00:39:59 Removing intermediate container ceb9d3b36300 00:39:59 ---> edd88539adc4 00:39:59 Step 15/23 : RUN apk --no-cache add zeromq 00:39:59 ---> Running in aab30f565e05 00:39:59 Removing intermediate container a449993d761c 00:39:59 ---> 8c579db1dcd2 00:39:59 Step 22/24 : LABEL arch=x86_64 00:39:59 ---> Running in 2d00e140bcfd 00:39:59 Removing intermediate container 2d00e140bcfd 00:39:59 ---> adf4e8d1dd30 00:39:59 Step 23/24 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 00:40:00 ---> Running in 14c3ba2fe98f 00:40:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:00 Removing intermediate container 14c3ba2fe98f 00:40:00 ---> 2504e4b51ac2 00:40:00 Step 24/24 : LABEL version=0.0.0 00:40:00 ---> Running in 718f64d50f40 00:40:00 Removing intermediate container 718f64d50f40 00:40:00 ---> 672276828c1e 00:40:00 00:40:00 Successfully built 672276828c1e 00:40:00 Successfully tagged docker-support-notifications-go:latest 00:40:00  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:00 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:40:01 (1/5) Installing libgcc (9.3.0-r2) 00:40:01 (2/5) Installing libsodium (1.0.18-r0) 00:40:01 (3/5) Installing libstdc++ (9.3.0-r2) 00:40:01 (4/5) Installing libzmq (4.3.3-r0) 00:40:01 (5/5) Installing zeromq (4.3.3-r0) 00:40:01 Executing busybox-1.31.1-r19.trigger 00:40:01 OK: 8 MiB in 19 packages 00:40:02 Removing intermediate container aab30f565e05 00:40:02 ---> 9bffb6ae8579 00:40:02 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:40:02 ---> b4672098740d 00:40:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:40:04 ---> 84845f94343f 00:40:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:40:04 Removing intermediate container da88a0fc7558 00:40:04 ---> 37596c699596 00:40:04 00:40:04 Step 10/21 : FROM alpine 00:40:04 ---> b14afc6dfb98 00:40:04 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:40:04 ---> Running in 1e5caf229f82 00:40:04 ---> a6d44f9e62c2 00:40:04 Step 19/23 : ENTRYPOINT ["/core-data"] 00:40:04 ---> Running in f34411988571 00:40:04 Removing intermediate container f34411988571 00:40:04 ---> ebc9139a0d2c 00:40:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:04 ---> Running in 526e97f9a147 00:40:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:04 Removing intermediate container 526e97f9a147 00:40:04 ---> f32efb46e8cb 00:40:04 Step 21/23 : LABEL arch=x86_64 00:40:05 ---> Running in e677b824e158 00:40:05 v3.12.2-5-g9e04b0fdd0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:40:05 v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:40:05 OK: 12747 distinct packages available 00:40:05 (1/4) Installing ca-certificates (20191127-r4) 00:40:05 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:40:05 (3/4) Installing libcurl (7.69.1-r3) 00:40:05 (4/4) Installing curl (7.69.1-r3) 00:40:05 Executing busybox-1.31.1-r19.trigger 00:40:05 Executing ca-certificates-20191127-r4.trigger 00:40:05 OK: 7 MiB in 18 packages 00:40:06 Removing intermediate container e677b824e158 00:40:06 ---> afe93793ae8c 00:40:06 Step 22/23 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 00:40:06 ---> Running in b5b34c73e7f0 00:40:07 Removing intermediate container b5b34c73e7f0 00:40:07 ---> 3fed11cf82b6 00:40:07 Step 23/23 : LABEL version=0.0.0 00:40:07 ---> Running in b91a0620d8be 00:40:07 Removing intermediate container 1e5caf229f82 00:40:07 ---> 81cb670b8779 00:40:07 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:40:07 ---> Running in ec061a7f30fe 00:40:07 Removing intermediate container b91a0620d8be 00:40:07 ---> 0cee3c2dfb71 00:40:07 00:40:07 Removing intermediate container ec061a7f30fe 00:40:07 ---> 5944098f5441 00:40:07 Step 13/21 : WORKDIR /edgex 00:40:07 Successfully built 0cee3c2dfb71 00:40:07 Successfully tagged docker-core-data-go:latest 00:40:07  Building docker-core-data-go ... done  ---> Running in 49e30afeda2b 00:40:07 Removing intermediate container 49e30afeda2b 00:40:07 ---> 7774976d0a74 00:40:07 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:40:08 ---> 70398294f18c 00:40:08 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:40:08 ---> 162dff0b99c1 00:40:08 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:40:09 ---> 40cea1a6014b 00:40:09 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:40:09 ---> Running in 4efcd5452183 00:40:09 Removing intermediate container 4efcd5452183 00:40:09 ---> f2766b71b419 00:40:09 Step 18/21 : CMD ["--init=true"] 00:40:09 ---> Running in fb5424676afd 00:40:09 Removing intermediate container fb5424676afd 00:40:09 ---> 4052ed90129d 00:40:09 Step 19/21 : LABEL arch=x86_64 00:40:09 ---> Running in 8af1e06c5508 00:40:09 Removing intermediate container 8af1e06c5508 00:40:09 ---> 2f17f7b2b6df 00:40:09 Step 20/21 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 00:40:09 ---> Running in 2e30568dcce7 00:40:10 Removing intermediate container 2e30568dcce7 00:40:10 ---> d42c89e2142a 00:40:10 Step 21/21 : LABEL version=0.0.0 00:40:10 ---> Running in 6871d99faa7b 00:40:10 Removing intermediate container 6871d99faa7b 00:40:10 ---> d6893755f0b9 00:40:10 00:40:10 Successfully built d6893755f0b9 00:40:10 Successfully tagged docker-security-proxy-setup-go:latest 00:40:10  Building docker-security-proxy-setup-go ... done  [Pipeline] } 00:40:10 $ docker stop --time=1 5eb5420e4ffdb22756990054ec24837d350a34d9ddde36d25d83f8e48c3d0962 00:40:12 $ docker rm -f 5eb5420e4ffdb22756990054ec24837d350a34d9ddde36d25d83f8e48c3d0962 [Pipeline] // withDockerContainer [Pipeline] sh 00:40:12 + docker images 00:40:12 + grep docker 00:40:12 docker-security-proxy-setup-go latest d6893755f0b9 2 seconds ago 24.6MB 00:40:12 docker-core-data-go latest 0cee3c2dfb71 5 seconds ago 23.7MB 00:40:12 docker-support-notifications-go latest 672276828c1e 12 seconds ago 13.6MB 00:40:12 docker-core-metadata-go latest 59036feedd32 28 seconds ago 14.5MB 00:40:12 docker-sys-mgmt-agent-go latest 8a3dced6b84a 30 seconds ago 313MB 00:40:12 docker-core-command-go latest f0836dba27c2 43 seconds ago 12.2MB 00:40:12 docker-security-secretstore-setup-go latest a810af25b925 2 minutes ago 24.7MB 00:40:12 docker-security-bootstrap-redis-go latest 96a754921e53 2 minutes ago 15.8MB 00:40:12 docker-support-scheduler-go latest 8236c61bca23 2 minutes ago 12.3MB 00:40:12 docker-security-secrets-setup-go latest 4b79cf080e96 2 minutes ago 23.9MB 00:40:12 docker latest aefe523efa57 19 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 [Pipeline] node 00:40:16 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:40:16 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.080s 00:40:16 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.298s coverage: 46.6% of statements 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:40:28 Still waiting to schedule task 00:40:28 ‘prd-ubuntu18.04-docker-8c-8g-15688’ is offline 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.507s coverage: 27.1% of statements 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.068s coverage: 100.0% of statements 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.104s coverage: 100.0% of statements 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.547s coverage: 68.5% of statements 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.669s coverage: 82.3% of statements 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.350s coverage: 28.6% of statements 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.157s coverage: 100.0% of statements 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.135s coverage: 100.0% of statements 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.349s coverage: 86.7% of statements 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.387s coverage: 97.5% of statements 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.159s coverage: 78.3% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.052s coverage: 93.8% of statements 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.226s coverage: 0.1% of statements 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.092s coverage: 75.5% of statements 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.072s coverage: 80.8% of statements 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.150s coverage: 87.2% of statements 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.195s coverage: 84.2% of statements 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.232s coverage: 91.4% of statements 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:40:57 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.645s coverage: 63.5% of statements 00:40:57 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:40:57 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:40:57 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements 00:40:57 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.095s coverage: 91.3% of statements 00:40:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.878s coverage: 55.9% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 31.303s coverage: 86.3% of statements 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 5.226s coverage: 72.2% of statements 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.823s coverage: 72.1% of statements 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.097s coverage: 82.4% of statements 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.072s coverage: 48.4% of statements 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.097s coverage: 28.8% of statements 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.077s coverage: 96.8% of statements 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.351s coverage: 37.0% of statements 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.695s coverage: 84.0% of statements 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.076s coverage: 100.0% of statements 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.398s coverage: 47.1% of statements 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.058s coverage: 100.0% of statements 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.205s coverage: 29.1% of statements 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.188s coverage: 99.0% of statements 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.102s coverage: 100.0% of statements 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.069s coverage: 32.1% of statements 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements 00:41:36 GO111MODULE=on go vet ./... 00:41:46 Running on prd-ubuntu18.04-docker-8c-8g-15690 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:41:46 Running in /w/workspace/edgex-go/24 [Pipeline] { [Pipeline] checkout 00:41:48 using credential edgex-jenkins-ssh 00:41:48 Cloning the remote Git repository 00:41:48 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:41:49 > git init /w/workspace/edgex-go/24 # timeout=10 00:41:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:49 > git --version # timeout=10 00:41:49 > git --version # 'git version 2.17.1' 00:41:49 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:58 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:58 > 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:41:58 Merging remotes/origin/master commit c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:41:59 Merge succeeded, producing 48826251fe5425bf3aa1fe8e7c8af92fb9ffd299 00:41:59 Checking out Revision 48826251fe5425bf3aa1fe8e7c8af92fb9ffd299 (PR-2858) 00:41:58 > git config core.sparsecheckout # timeout=10 00:41:58 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:41:58 > git remote # timeout=10 00:41:58 > git config --get remote.origin.url # timeout=10 00:41:58 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:58 > git merge c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 # timeout=10 00:41:59 > git rev-parse HEAD^{commit} # timeout=10 00:41:59 > git config core.sparsecheckout # timeout=10 00:41:59 > git checkout -f 48826251fe5425bf3aa1fe8e7c8af92fb9ffd299 # timeout=10 00:42:02 Commit message: "Merge commit 'c80d9cda01f36d6150cb756b8bf2f6d3223e0b45' into HEAD" 00:42:02 First time build. Skipping changelog. 00:42:02 > git rev-list --no-walk e0f3a840cb49e6df20d71d951489cc463b53060f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:42:03 + echo snap-build.sh 00:42:03 snap-build.sh 00:42:03 + SNAP_BASE_DIR=. 00:42:03 + '[' '!' -z /w/workspace/edgex-go/24 ']' 00:42:03 + SNAP_BASE_DIR=/w/workspace/edgex-go/24 00:42:03 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/24]' 00:42:03 [snap-build] Building snap in dir [/w/workspace/edgex-go/24] 00:42:03 + cd /w/workspace/edgex-go/24 00:42:03 + sudo apt-get remove -qy --purge lxd lxd-client 00:42:03 Reading package lists... 00:42:04 Building dependency tree... 00:42:04 Reading state information... 00:42:04 The following packages were automatically installed and are no longer required: 00:42:04 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:42:04 uidmap xdelta3 00:42:04 Use 'sudo apt autoremove' to remove them. 00:42:04 The following packages will be REMOVED: 00:42:04 lxd* lxd-client* 00:42:05 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:42:05 After this operation, 31.7 MB disk space will be freed. 00:42:05 (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:05 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:06 Removing lxd dnsmasq configuration 00:42:07 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:42:07 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:42:07 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:42:08 (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:08 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:09 Processing triggers for systemd (237-3ubuntu10.42) ... 00:42:09 Processing triggers for ureadahead (0.100.0-21) ... 00:42:11 + sudo snap remove --purge lxd 00:42:11 snap "lxd" is not installed 00:42:11 + sudo groupadd --force --system lxd 00:42:11 ++ whoami 00:42:11 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:42:11 + newgrp - lxd 00:42:11 + sudo snap install lxd 00:42:21 2020-12-12T00:42:19Z INFO Waiting for automatic snapd restart... 00:42:39 lxd 4.8 from Canonical* installed 00:42:39 + sudo lxd init --auto 00:42:47 + sudo snap install --classic snapcraft 00:42:52 snapcraft 4.4.4 from Canonical* installed 00:42:52 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:42:52 + patch --verbose -p1 00:42:52 Hmm... Looks like a unified diff to me... 00:42:52 The text leading up to this was: 00:42:52 -------------------------- 00:42:52 |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 00:42:52 |From: Tony Espy 00:42:52 |Date: Wed, 2 Dec 2020 17:38:31 -0500 00:42:52 |Subject: [PATCH] optimize snap build for pipeline CI check 00:42:52 | 00:42:52 |This patch is used by the EdgeX CI pipeline builds to 00:42:52 |optimize the snap CI check run for pull requests. When 00:42:52 |applied, it essentially strips out everything (apps and 00:42:52 |parts) from the snapcraft.yaml file except those required 00:42:52 |to build edgex-go, as the whole idea of the CI check is to 00:42:52 |catch changes to edgex-go that break the snap build. 00:42:52 | 00:42:52 |In general, anyone updating snapcraft.yaml will also need 00:42:52 |to update this patch file, otherwise it may fail to apply, 00:42:52 |resulting in a failed snap build CI check in the associated 00:42:52 |pull request. 00:42:52 | 00:42:52 |Note - in addition to applying this patch, the pipeline also 00:42:52 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:42:52 |need to build the finally binary .snap file (and it won't 00:42:52 |work with the patch applied). This further reduces the build 00:42:52 |time. 00:42:52 |--- 00:42:52 | snap/snapcraft.yaml | 466 +------------------------------------------- 00:42:52 | 1 file changed, 2 insertions(+), 464 deletions(-) 00:42:52 | 00:42:52 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:42:52 |index b265277c..d7e1de37 100644 00:42:52 |--- a/snap/snapcraft.yaml 00:42:52 |+++ b/snap/snapcraft.yaml 00:42:52 -------------------------- 00:42:52 patching file snap/snapcraft.yaml 00:42:52 Using Plan A... 00:42:52 Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). 00:42:52 Hunk #2 succeeded at 81 (offset -3 lines). 00:42:52 Hunk #3 succeeded at 211 (offset -7 lines). 00:42:52 Hunk #4 succeeded at 226 (offset -7 lines). 00:42:52 Hunk #5 FAILED at 241. 00:42:52 Hunk #6 succeeded at 312 (offset -6 lines). 00:42:52 Hunk #7 succeeded at 339 (offset -6 lines). 00:42:52 Hunk #8 succeeded at 373 (offset -6 lines). 00:42:52 Hunk #9 FAILED at 435. 00:42:52 2 out of 9 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:42:52 Hmm... Ignoring the trailing garbage. 00:42:52 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:42:53 Failed in branch amd64 00:42:58 gofmt -l . 00:42:58 [ "`gofmt -l .`" = "" ] 00:42:58 ./bin/test-go-mod-tidy.sh 00:42:58 ./bin/test-attribution-txt.sh [Pipeline] sh 00:42:59 + ls -al . 00:42:59 total 696 00:42:59 drwxrwxr-x 9 1001 1001 4096 Dec 12 00:42 . 00:42:59 drwxr-xr-x 4 root root 4096 Dec 12 00:38 .. 00:42:59 -rw-rw-r-- 1 1001 1001 11 Dec 12 00:36 .dockerignore 00:42:59 drwxrwxr-x 8 1001 1001 4096 Dec 12 00:36 .git 00:42:59 drwxrwxr-x 3 1001 1001 4096 Dec 12 00:36 .github 00:42:59 -rw-rw-r-- 1 1001 1001 943 Dec 12 00:36 .gitignore 00:42:59 -rw-rw-r-- 1 1001 1001 166 Dec 12 00:36 .sonarcloud.properties 00:42:59 -rw-rw-r-- 1 1001 1001 3804 Dec 12 00:36 CONTRIBUTING.md 00:42:59 -rw-rw-r-- 1 1001 1001 1035 Dec 12 00:36 Dockerfile.build 00:42:59 -rw-rw-r-- 1 1001 1001 863 Dec 12 00:36 Jenkinsfile 00:42:59 -rw-rw-r-- 1 1001 1001 10775 Dec 12 00:36 LICENSE 00:42:59 -rw-rw-r-- 1 1001 1001 6318 Dec 12 00:36 Makefile 00:42:59 -rw-rw-r-- 1 1001 1001 6447 Dec 12 00:36 README.md 00:42:59 -rw-rw-r-- 1 1001 1001 7286 Dec 12 00:36 SECURITY.md 00:42:59 -rw-rw-r-- 1 1001 1001 5 Dec 12 00:32 VERSION 00:42:59 -rw-rw-r-- 1 1001 1001 4131 Dec 12 00:36 ZMQWindows.md 00:42:59 drwxrwxr-x 2 1001 1001 4096 Dec 12 00:36 bin 00:42:59 drwxrwxr-x 15 1001 1001 4096 Dec 12 00:36 cmd 00:42:59 -rw-r--r-- 1 root root 569827 Dec 12 00:41 coverage.out 00:42:59 -rw-r--r-- 1 root root 1041 Dec 12 00:42 go.mod 00:42:59 -rw-r--r-- 1 root root 18856 Dec 12 00:42 go.sum 00:42:59 drwxrwxr-x 8 1001 1001 4096 Dec 12 00:36 internal 00:42:59 drwxrwxr-x 4 1001 1001 4096 Dec 12 00:36 openapi 00:42:59 drwxrwxr-x 4 1001 1001 4096 Dec 12 00:36 snap 00:42:59 -rw-rw-r-- 1 1001 1001 168 Dec 12 00:36 version.go [Pipeline] sh 00:43:00 + '[' -e coverage.out ] 00:43:00 + chown 1001:1001 coverage.out [Pipeline] stash 00:43:00 Warning: overwriting stash ‘coverage-report’ 00:43:01 Stashed 1 file(s) [Pipeline] sh 00:43:02 + make build 00:43:02 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:43:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:43:41 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:45 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:51 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:51 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:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:44:01 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:44:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:44:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:44:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:44:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:44:21 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:27 $ docker stop --time=1 8c7d06ed48e21c24b7abda4955939b0c67468c6943d1dab4b7ee60385a016ee2 00:44:29 $ docker rm -f 8c7d06ed48e21c24b7abda4955939b0c67468c6943d1dab4b7ee60385a016ee2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:32 00:44:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:32 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:32 29e5d40040c1: Pulling fs layer 00:44:32 1ce36da41761: Pulling fs layer 00:44:32 25b303627fd3: Pulling fs layer 00:44:32 29e5d40040c1: Download complete 00:44:33 29e5d40040c1: Pull complete 00:44:33 1ce36da41761: Download complete 00:44:34 1ce36da41761: Pull complete 00:44:35 25b303627fd3: Verifying Checksum 00:44:35 25b303627fd3: Download complete 00:44:45 25b303627fd3: Pull complete 00:44:45 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:44:45 prd-ubuntu18.04-docker-arm64-4c-16g-15686 does not seem to be running inside a container 00:44:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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:49 $ docker top 9734c021482e9663aa55805d4a4e8f9f35769ecc68a7a0f2658fc9ca3033468d -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:50 + docker-compose build --help 00:44:50 + grep parallel 00:44:56 --parallel Build images in parallel. [Pipeline] } 00:44:56 $ docker stop --time=1 9734c021482e9663aa55805d4a4e8f9f35769ecc68a7a0f2658fc9ca3033468d 00:44:58 $ docker rm -f 9734c021482e9663aa55805d4a4e8f9f35769ecc68a7a0f2658fc9ca3033468d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:59 . [Pipeline] withDockerContainer 00:45:00 prd-ubuntu18.04-docker-arm64-4c-16g-15686 does not seem to be running inside a container 00:45:00 $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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:45:01 $ docker top 5312b0ea3a3bf01d8289c1d026df9fa77a27d120950ee7d2a0743f19c961682e -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:02 + docker-compose -f ./docker-compose-build.yml build --parallel 00:45:09 Building docker-core-command-go ... 00:45:09 Building docker-core-data-go ... 00:45:09 Building docker-core-metadata-go ... 00:45:09 Building docker-security-bootstrap-redis-go ... 00:45:09 Building docker-security-proxy-setup-go ... 00:45:09 Building docker-security-secrets-setup-go ... 00:45:09 Building docker-security-secretstore-setup-go ... 00:45:09 Building docker-support-notifications-go ... 00:45:09 Building docker-support-scheduler-go ... 00:45:09 Building docker-sys-mgmt-agent-go ... 00:45:09 Building docker-security-bootstrap-redis-go 00:45:09 Building docker-security-proxy-setup-go 00:45:09 Building docker-sys-mgmt-agent-go 00:45:09 Building docker-security-secretstore-setup-go 00:45:09 Building docker-core-command-go 00:46:31 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:46:31 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:46:31 ---> 7157ae00f963 00:46:31 Step 3/27 : WORKDIR /edgex-go 00:46:31 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:46:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:46:31 ---> 7157ae00f963 00:46:31 Step 3/24 : WORKDIR /edgex-go 00:46:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:46:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:31 ---> 7157ae00f963 00:46:31 Step 3/22 : WORKDIR /edgex-go 00:46:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:46:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:31 ---> 7157ae00f963 00:46:31 Step 3/22 : WORKDIR /edgex-go 00:46:31 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:46:31 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:46:31 ---> 7157ae00f963 00:46:31 Step 3/21 : WORKDIR /edgex-go 00:46:31 ---> Running in de42ce7c2607 00:46:31 ---> Running in f7c945539bf6 00:46:31 ---> Running in 0e0c5c1c5197 00:46:31 ---> Running in c328d009b7b0 00:46:31 ---> Running in 6e1cde1d1714 00:46:31 Removing intermediate container f7c945539bf6 00:46:31 ---> 5f2d4611fbd8 00:46:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:31 ---> Running in 668efee2ea11 00:46:31 Removing intermediate container c328d009b7b0 00:46:31 ---> 133e1e440b03 00:46:31 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:31 Removing intermediate container 6e1cde1d1714 00:46:31 ---> ba11d24fe110 00:46:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:31 Removing intermediate container de42ce7c2607 00:46:31 ---> 651e13c66890 00:46:31 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:31 Removing intermediate container 0e0c5c1c5197 00:46:31 ---> 9f4952e5eb3d 00:46:31 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:31 ---> Running in 64f1b23a8964 00:46:31 ---> Running in 41ad3fe1fcc4 00:46:31 ---> Running in 3deca99c9126 00:46:31 ---> Running in 18083d051782 00:46:31 Removing intermediate container 668efee2ea11 00:46:31 ---> bfb363fbbefc 00:46:31 Step 5/22 : RUN apk update && apk add make git 00:46:31 ---> Running in 838524969b24 00:46:31 Removing intermediate container 41ad3fe1fcc4 00:46:31 ---> 270b643fe3cb 00:46:31 Step 5/21 : RUN apk update && apk add make git 00:46:31 ---> Running in fed06a77b158 00:46:31 Removing intermediate container 64f1b23a8964 00:46:31 ---> b5203311a326 00:46:31 Step 5/24 : RUN apk update && apk add make git 00:46:31 ---> Running in 94523459e653 00:46:31 Removing intermediate container 3deca99c9126 00:46:31 ---> 99b34a63d991 00:46:31 Step 5/22 : RUN apk update && apk add make git 00:46:31 Removing intermediate container 18083d051782 00:46:31 ---> 83efaf8eb6b0 00:46:31 Step 5/27 : RUN apk update && apk add make bash git 00:46:31 ---> Running in d74f37a62214 00:46:31 ---> Running in 6bc2ed49499e 00:46:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:31 v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:31 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:31 OK: 12620 distinct packages available 00:46:31 v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:31 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:31 OK: 12620 distinct packages available 00:46:31 v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:31 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:31 OK: 12620 distinct packages available 00:46:31 OK: 217 MiB in 51 packages 00:46:31 v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:31 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:31 OK: 12620 distinct packages available 00:46:31 v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:31 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:31 OK: 12620 distinct packages available 00:46:31 OK: 217 MiB in 51 packages 00:46:31 OK: 217 MiB in 51 packages 00:46:31 OK: 217 MiB in 51 packages 00:46:32 OK: 217 MiB in 51 packages 00:46:32 Removing intermediate container 838524969b24 00:46:32 ---> 0d79c9087e74 00:46:32 Step 6/22 : COPY go.mod . 00:46:33 Removing intermediate container fed06a77b158 00:46:33 ---> 7d17f29fd264 00:46:33 Step 6/21 : COPY go.mod . 00:46:33 Removing intermediate container 94523459e653 00:46:33 ---> 13dee0e9738b 00:46:33 Step 6/24 : COPY go.mod . 00:46:33 ---> 2f7b3df6cadd 00:46:33 Step 7/22 : RUN go mod download 00:46:33 Removing intermediate container d74f37a62214 00:46:33 ---> 2b56beef4473 00:46:33 Step 6/22 : COPY go.mod . 00:46:34 Removing intermediate container 6bc2ed49499e 00:46:34 ---> 5ff6f8c96c13 00:46:34 Step 6/27 : COPY go.mod . 00:46:34 ---> Running in 815d1caf3730 00:46:34 ---> 41c826d61f4a 00:46:34 Step 7/21 : RUN go mod download 00:46:34 ---> 333b6b94126b 00:46:34 Step 7/24 : RUN go mod download 00:46:34 ---> Running in dd9a61f5dbae 00:46:35 ---> Running in 8b35c28e09fe 00:46:35 ---> e7f20b79ec64 00:46:35 Step 7/27 : RUN go mod download 00:46:35 ---> 9046fd72695d 00:46:35 Step 7/22 : RUN go mod download 00:46:35 ---> Running in 006a62d9297c 00:46:35 ---> Running in 9cecac9695be 00:46:38 Removing intermediate container 815d1caf3730 00:46:38 ---> 779cacf67bde 00:46:38 Step 8/22 : COPY . . 00:46:39 Removing intermediate container dd9a61f5dbae 00:46:39 ---> ef78c173eea5 00:46:39 Step 8/21 : COPY . . 00:46:39 Removing intermediate container 8b35c28e09fe 00:46:39 ---> 1e594cea8f12 00:46:39 Step 8/24 : COPY . . 00:46:40 Removing intermediate container 9cecac9695be 00:46:40 ---> e00b0ed4c7d9 00:46:40 Step 8/22 : COPY . . 00:46:41 Removing intermediate container 006a62d9297c 00:46:41 ---> 2fbb579d71cc 00:46:41 Step 8/27 : COPY . . 00:47:07 ---> 774fedcb1b2d 00:47:07 Step 9/22 : RUN make cmd/core-command/core-command 00:47:07 ---> 97bc98289eb8 00:47:07 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:47:07 ---> 21c79089d2a7 00:47:07 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:47:07 ---> Running in 85d27424a581 00:47:07 ---> 328f8a2be7de 00:47:07 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:47:07 ---> 6651a8427428 00:47:07 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:47:07 ---> Running in 4b4a83ee327a 00:47:07 ---> Running in cffd788ee0d6 00:47:07 ---> Running in 37231db4e106 00:47:07 ---> Running in 23c5041b857a 00:47:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:47:07 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:47:07 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:47:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:47: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:48:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:48:44 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:54 Removing intermediate container cffd788ee0d6 00:48:54 ---> fa2af5965fe2 00:48:54 00:48:54 Step 10/22 : FROM alpine:3.10 00:48:54 3.10: Pulling from library/alpine 00:48:56 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:48:56 Status: Downloaded newer image for alpine:3.10 00:48:56 ---> 536a684cf733 00:48:56 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:48:58 ---> Running in 160cd6775bc0 00:48:58 Removing intermediate container 23c5041b857a 00:48:58 ---> 444a8648cec4 00:48:58 00:48:58 Step 10/24 : FROM alpine:3.10 00:48:58 ---> 536a684cf733 00:48:58 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:48:59 Removing intermediate container 37231db4e106 00:48:59 ---> 8d3b452ab6c2 00:48:59 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:48:59 Removing intermediate container 4b4a83ee327a 00:48:59 ---> f73769bdfeb8 00:48:59 00:48:59 Step 10/21 : FROM alpine 00:48:59 latest: Pulling from library/alpine 00:48:59 ---> Running in 783fa3649e2c 00:48:59 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 00:48:59 Status: Downloaded newer image for alpine:latest 00:48:59 ---> dd36a01c3f31 00:48:59 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:48:59 ---> Running in 61e3b0d09a4d 00:49:00 ---> Running in 65a921a2958d 00:49:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:49:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:49:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:49:02 v3.10.5-164-g6a4c86d368 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:49:02 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:49:02 OK: 10169 distinct packages available 00:49:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:49:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:49:02 v3.10.5-164-g6a4c86d368 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:49:02 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:49:02 OK: 10169 distinct packages available 00:49:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:03 (1/5) Installing ca-certificates (20191127-r2) 00:49:03 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:49:03 (3/5) Installing libcurl (7.66.0-r3) 00:49:03 (4/5) Installing curl (7.66.0-r3) 00:49:03 (5/5) Installing dumb-init (1.2.2-r1) 00:49:03 Executing busybox-1.30.1-r3.trigger 00:49:03 Executing ca-certificates-20191127-r2.trigger 00:49:03 (1/5) Installing ca-certificates (20191127-r2) 00:49:03 OK: 7 MiB in 19 packages 00:49:03 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:49:03 (3/5) Installing libcurl (7.66.0-r3) 00:49:03 (4/5) Installing curl (7.66.0-r3) 00:49:03 (5/5) Installing dumb-init (1.2.2-r1) 00:49:03 Executing busybox-1.30.1-r3.trigger 00:49:03 v3.12.2-5-g9e04b0fdd0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:49:03 v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:49:03 OK: 12617 distinct packages available 00:49:03 Executing ca-certificates-20191127-r2.trigger 00:49:04 OK: 7 MiB in 19 packages 00:49:04 (1/4) Installing ca-certificates (20191127-r4) 00:49:05 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:49:05 (3/4) Installing libcurl (7.69.1-r3) 00:49:05 (4/4) Installing curl (7.69.1-r3) 00:49:05 Executing busybox-1.31.1-r19.trigger 00:49:05 Executing ca-certificates-20191127-r4.trigger 00:49:05 OK: 7 MiB in 18 packages 00:49:07 Removing intermediate container 160cd6775bc0 00:49:07 ---> 08e5d35d13e9 00:49:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:49:07 Removing intermediate container 783fa3649e2c 00:49:07 ---> 321b70fbe098 00:49:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:08 ---> Running in e1a086b1522b 00:49:08 ---> Running in d49c687d41be 00:49:08 Removing intermediate container 61e3b0d09a4d 00:49:08 ---> f057d0a24c79 00:49:08 00:49:08 Step 11/27 : FROM docker:latest 00:49:08 ---> eeaf43b92773 00:49:08 Step 12/27 : RUN apk add --no-cache bash 00:49:08 Removing intermediate container 65a921a2958d 00:49:08 ---> 7a6ff99a2eef 00:49:08 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:08 Removing intermediate container 85d27424a581 00:49:08 ---> 3ee2c55fb333 00:49:08 00:49:08 Step 10/22 : FROM scratch 00:49:08 ---> 00:49:08 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:08 ---> Running in 6d8c650753d8 00:49:08 ---> Running in 388d808707da 00:49:09 ---> Running in 087dec1ef66b 00:49:09 Removing intermediate container e1a086b1522b 00:49:09 ---> 3ade04038377 00:49:09 Step 13/22 : WORKDIR / 00:49:09 Removing intermediate container d49c687d41be 00:49:09 ---> 733be0350d86 00:49:09 Step 13/24 : WORKDIR / 00:49:09 ---> Running in 92ebec2ba356 00:49:09 ---> Running in fc7319a13725 00:49:09 Removing intermediate container 388d808707da 00:49:10 ---> b247f8296324 00:49:10 Step 13/21 : WORKDIR /edgex 00:49:10 Removing intermediate container 087dec1ef66b 00:49:10 ---> cf32b27cabc3 00:49:10 Step 12/22 : ENV APP_PORT=48082 00:49:10 ---> Running in f2d9dc1b47c1 00:49:10 ---> Running in db4ac3336c8a 00:49:10 Removing intermediate container fc7319a13725 00:49:10 ---> 3c41e5dbe6ed 00:49:10 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:49:10 Removing intermediate container 92ebec2ba356 00:49:10 ---> d520a24636d4 00:49:10 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:49:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:11 Removing intermediate container db4ac3336c8a 00:49:11 ---> 5cda61013f05 00:49:11 Step 13/22 : EXPOSE $APP_PORT 00:49:11 Removing intermediate container f2d9dc1b47c1 00:49:11 ---> dc5ff047bf29 00:49:11 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:49:11 ---> Running in 78ee8feacb7a 00:49:11 (1/2) Installing readline (8.0.4-r0) 00:49:11 (2/2) Installing bash (5.0.17-r0) 00:49:11 Executing bash-5.0.17-r0.post-install 00:49:11 Executing busybox-1.31.1-r19.trigger 00:49:11 OK: 12 MiB in 22 packages 00:49:12 ---> 0bb9db4e4017 00:49:12 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:49:12 ---> 4a548a1f9ee8 00:49:12 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:49:12 Removing intermediate container 78ee8feacb7a 00:49:12 ---> 3fccd41c6987 00:49:12 Step 14/22 : WORKDIR / 00:49:12 ---> Running in dc6c3eca791c 00:49:13 ---> 0c0c0e488a20 00:49:13 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:49:13 ---> 1e94eff8395a 00:49:13 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:49:14 Removing intermediate container dc6c3eca791c 00:49:14 ---> f247791cc66d 00:49:14 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:49:14 ---> bfd21e4f2d98 00:49:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:49:14 Removing intermediate container 6d8c650753d8 00:49:14 ---> a8be66a37f5d 00:49:14 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:49:14 ---> Running in 9496663f71eb 00:49:15 ---> a01261d9a979 00:49:15 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:49:15 ---> 9a6eec857dd7 00:49:15 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:49:15 ---> ac290aceb9a8 00:49:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:49:15 ---> dccd262fa842 00:49:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:49:17 ---> c32f6193d5bd 00:49:17 Step 18/22 : RUN chmod +x entrypoint.sh 00:49:17 ---> Running in 67c12be75f49 00:49:17 ---> dbf9320d06ed 00:49:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:49:17 ---> 56c9bf6530cc 00:49:17 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:49:17 ---> 5eaa40b1775c 00:49:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:17 ---> Running in e4bede7b34e6 00:49:18 Removing intermediate container 9496663f71eb 00:49:18 ---> c456265a9022 00:49:18 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:49:18 ---> Running in ec6219ca49f3 00:49:18 Removing intermediate container e4bede7b34e6 00:49:18 ---> 03723c2c4bdb 00:49:18 Step 18/21 : CMD ["--init=true"] 00:49:19 ---> b67a8c806737 00:49:19 Step 18/22 : ENTRYPOINT ["/core-command"] 00:49:19 ---> Running in b4bb25aef273 00:49:19 ---> Running in 75f74c78f745 00:49:19 ---> 0bcc20ca1324 00:49:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:49:19 Removing intermediate container ec6219ca49f3 00:49:19 ---> e1773ea8f029 00:49:19 Step 15/27 : ENV APP_PORT=48090 00:49:19 ---> Running in 96ffa58c6fea 00:49:19 Removing intermediate container b4bb25aef273 00:49:19 ---> de966a0d3b80 00:49:19 Step 19/21 : LABEL arch=arm64 00:49:20 ---> Running in d10033a63174 00:49:20 Removing intermediate container 75f74c78f745 00:49:20 ---> c8de0ddc48db 00:49:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:20 Removing intermediate container 96ffa58c6fea 00:49:20 ---> ffb749808e28 00:49:20 Step 16/27 : EXPOSE $APP_PORT 00:49:20 ---> Running in 13eecc8b5037 00:49:20 ---> d4a4a26ff2de 00:49:20 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:49:20 ---> Running in 8b426bae66cd 00:49:20 Removing intermediate container 67c12be75f49 00:49:20 ---> f75332f08a1b 00:49:20 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:49:21 ---> Running in ab6d5eca1811 00:49:21 Removing intermediate container d10033a63174 00:49:21 ---> 25bf90191772 00:49:21 Step 20/21 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 00:49:21 ---> Running in 42278a231075 00:49:21 Removing intermediate container 13eecc8b5037 00:49:21 ---> 95abf91b3beb 00:49:21 Step 20/22 : LABEL arch=arm64 00:49:21 ---> Running in 5b6fef069bf3 00:49:21 ---> Running in c861ebab7a50 00:49:21 Removing intermediate container 8b426bae66cd 00:49:21 ---> 9a7e0d0641ca 00:49:21 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:49:21 Removing intermediate container 42278a231075 00:49:21 ---> 8c0a1a966db7 00:49:21 Step 20/22 : LABEL arch=arm64 00:49:22 ---> Running in 22de9e513231 00:49:22 Removing intermediate container 5b6fef069bf3 00:49:22 ---> 9528ab68d5ee 00:49:22 Step 21/21 : LABEL version=0.0.0 00:49:22 Removing intermediate container c861ebab7a50 00:49:22 ---> 1f070951cdb8 00:49:22 Step 21/22 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 00:49:22 ---> Running in cdc38816deeb 00:49:22 ---> Running in 568997e9dcb0 00:49:23 Removing intermediate container 22de9e513231 00:49:23 ---> c5438c1e4e35 00:49:23 Step 21/22 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 00:49:23 ---> Running in 9e971636ab56 00:49:23 Removing intermediate container cdc38816deeb 00:49:23 ---> c5b4404cea25 00:49:23 00:49:23 ---> b2b02a99c2cb 00:49:23 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:49:23 Removing intermediate container 568997e9dcb0 00:49:23 ---> 21b118c18248 00:49:23 Step 22/22 : LABEL version=0.0.0 00:49:23 ---> Running in 7c72f8ec0af4 00:49:24 Removing intermediate container 9e971636ab56 00:49:24 ---> 53bb8fb8714c 00:49:24 Step 22/22 : LABEL version=0.0.0 00:49:24 Successfully built c5b4404cea25 00:49:24 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:49:24  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 00:49:24 ---> Running in cd1f532964fb 00:49:24 Removing intermediate container ab6d5eca1811 00:49:24 ---> 4b9483a6b086 00:49:24 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:49:24 ---> a2702be03708 00:49:24 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:49:24 Removing intermediate container 7c72f8ec0af4 00:49:24 ---> 87ef600c6b4a 00:49:24 00:49:24 ---> Running in 5bed3536472f 00:49:24 Removing intermediate container cd1f532964fb 00:49:24 ---> ab0610484e7c 00:49:24 00:49:25 Successfully built 87ef600c6b4a 00:49:25 Successfully tagged docker-core-command-go-arm64:latest 00:49:25  Building docker-core-command-go ... done Building docker-core-data-go 00:49:25 Removing intermediate container 5bed3536472f 00:49:25 ---> 3dc6b1b6f04d 00:49:25 Step 22/24 : LABEL arch=arm64 00:49:25 Successfully built ab0610484e7c 00:49:25 ---> Running in 4af097b3d686 00:49:25 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:49:25 Building docker-support-scheduler-go 00:49:26  Building docker-security-bootstrap-redis-go ... done  ---> 5684b6021706 00:49:26 Step 20/27 : RUN apk --no-cache add py3-pip 00:49:26 ---> Running in f87b91456b57 00:49:26 Removing intermediate container 4af097b3d686 00:49:26 ---> 08006a40931d 00:49:26 Step 23/24 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 00:49:26 ---> Running in 3b96f12ca1ed 00:49:27 Removing intermediate container 3b96f12ca1ed 00:49:27 ---> 4e62d7865c0e 00:49:27 Step 24/24 : LABEL version=0.0.0 00:49:27 ---> Running in 4f24576efd49 00:49:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:27 Removing intermediate container 4f24576efd49 00:49:27 ---> 09abb28f8726 00:49:27 00:49:28 Successfully built 09abb28f8726 00:49:28 (1/33) Installing libbz2 (1.0.8-r1) 00:49:28 (2/33) Installing expat (2.2.9-r1) 00:49:28 (3/33) Installing libffi (3.3-r2) 00:49:28 (4/33) Installing gdbm (1.13-r1) 00:49:28 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:49:28 Building docker-security-secrets-setup-go 00:49:28  Building docker-security-secretstore-setup-go ... done (5/33) Installing xz-libs (5.2.5-r0) 00:49:28 (6/33) Installing sqlite-libs (3.32.1-r0) 00:49:28 (7/33) Installing python3 (3.8.5-r0) 00:49:30 (8/33) Installing py3-appdirs (1.4.4-r1) 00:49:30 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:49:30 (10/33) Installing py3-parsing (2.4.7-r0) 00:49:30 (11/33) Installing py3-six (1.15.0-r0) 00:49:30 (12/33) Installing py3-packaging (20.4-r0) 00:49:30 (13/33) Installing py3-setuptools (47.0.0-r0) 00:49:30 (14/33) Installing py3-chardet (3.0.4-r4) 00:49:30 (15/33) Installing py3-idna (2.9-r0) 00:49:30 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:49:30 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:49:30 (18/33) Installing py3-requests (2.23.0-r0) 00:49:31 (19/33) Installing py3-msgpack (1.0.0-r0) 00:49:31 (20/33) Installing py3-lockfile (0.12.2-r3) 00:49:31 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:49:31 (22/33) Installing py3-colorama (0.4.3-r0) 00:49:31 (23/33) Installing py3-distlib (0.3.0-r0) 00:49:31 (24/33) Installing py3-distro (1.5.0-r1) 00:49:31 (25/33) Installing py3-webencodings (0.5.1-r3) 00:49:31 (26/33) Installing py3-html5lib (1.0.1-r4) 00:49:31 (27/33) Installing py3-pytoml (0.1.21-r0) 00:49:31 (28/33) Installing py3-pep517 (0.8.2-r0) 00:49:31 (29/33) Installing py3-progress (1.5-r0) 00:49:31 (30/33) Installing py3-toml (0.10.1-r0) 00:49:31 (31/33) Installing py3-retrying (1.3.3-r0) 00:49:31 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:49:31 (33/33) Installing py3-pip (20.1.1-r0) 00:49:31 Executing busybox-1.31.1-r19.trigger 00:49:31 OK: 71 MiB in 55 packages 00:49:43 Removing intermediate container f87b91456b57 00:49:43 ---> a6f7a2537996 00:49:43 Step 21/27 : RUN pip install docker-compose==1.23.2 00:49:44 ---> Running in 2fdeb3b2cf48 00:49:51 Collecting docker-compose==1.23.2 00:49:51 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:49:51 Collecting PyYAML<4,>=3.10 00:49:51 Downloading PyYAML-3.13.tar.gz (270 kB) 00:49:56 Collecting texttable<0.10,>=0.9.0 00:49:56 Downloading texttable-0.9.1.tar.gz (11 kB) 00:49:59 Collecting docker<4.0,>=3.6.0 00:49:59 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:49:59 Collecting docopt<0.7,>=0.6.1 00:49:59 Downloading docopt-0.6.2.tar.gz (25 kB) 00:50:04 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:50:04 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:50:04 Collecting dockerpty<0.5,>=0.4.1 00:50:04 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:50:07 Collecting jsonschema<3,>=2.5.1 00:50:07 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:50:07 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:50:08 Collecting cached-property<2,>=1.2.0 00:50:08 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:50:09 Collecting websocket-client<1.0,>=0.32.0 00:50:09 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:50:09 Collecting docker-pycreds>=0.4.0 00:50:09 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:50:09 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:50:10 Collecting urllib3<1.25,>=1.21.1 00:50:10 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:50:10 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:50:10 Collecting idna<2.8,>=2.5 00:50:11 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:50:11 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:50:11 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:50:11 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:50:11 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:50:12 Installing collected packages: PyYAML, texttable, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, dockerpty, jsonschema, cached-property, docker-compose 00:50:12 Running setup.py install for PyYAML: started 00:50:15 Running setup.py install for PyYAML: finished with status 'done' 00:50:15 Running setup.py install for texttable: started 00:50:17 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:50:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:50:17 ---> 7157ae00f963 00:50:17 Step 3/24 : WORKDIR /edgex-go 00:50:17 ---> Using cache 00:50:17 ---> 9f4952e5eb3d 00:50:17 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:17 ---> Using cache 00:50:17 ---> 83efaf8eb6b0 00:50:17 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:50:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:50:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:17 ---> 7157ae00f963 00:50:17 Step 3/23 : WORKDIR /edgex-go 00:50:17 ---> Using cache 00:50:17 ---> 9f4952e5eb3d 00:50:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:17 ---> Using cache 00:50:17 ---> 83efaf8eb6b0 00:50:17 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:50:17 Running setup.py install for texttable: finished with status 'done' 00:50:18 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 00:50:18 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:50:18 ---> 7157ae00f963 00:50:18 Step 3/29 : WORKDIR /edgex-go 00:50:18 ---> Using cache 00:50:18 ---> 9f4952e5eb3d 00:50:18 Step 4/29 : RUN apk update && apk add make git 00:50:18 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:50:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:50:18 ---> 7157ae00f963 00:50:18 Step 3/21 : WORKDIR /edgex-go 00:50:18 ---> Using cache 00:50:18 ---> 9f4952e5eb3d 00:50:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:18 ---> Using cache 00:50:18 ---> 83efaf8eb6b0 00:50:18 Step 5/21 : RUN apk update && apk add make git 00:50:19 Attempting uninstall: urllib3 00:50:19 Found existing installation: urllib3 1.25.9 00:50:19 Uninstalling urllib3-1.25.9: 00:50:19 Successfully uninstalled urllib3-1.25.9 00:50:21 Attempting uninstall: idna 00:50:21 Found existing installation: idna 2.9 00:50:21 Uninstalling idna-2.9: 00:50:21 Successfully uninstalled idna-2.9 00:50:22 Attempting uninstall: requests 00:50:22 Found existing installation: requests 2.23.0 00:50:22 Uninstalling requests-2.23.0: 00:50:22 ---> Running in 1cd779036d2b 00:50:22 ---> Running in bf6a03a5545d 00:50:22 ---> Running in b7027d8c635e 00:50:22 ---> Running in 2da6a685d021 00:50:22 Successfully uninstalled requests-2.23.0 00:50:24 Running setup.py install for docopt: started 00:50:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:27 Running setup.py install for docopt: finished with status 'done' 00:50:27 Running setup.py install for dockerpty: started 00:50:27 v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:50:27 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:50:27 OK: 12620 distinct packages available 00:50:27 v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:50:27 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:50:27 OK: 12620 distinct packages available 00:50:27 v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:50:27 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:50:27 OK: 12620 distinct packages available 00:50:28 v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:50:28 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:50:28 OK: 12620 distinct packages available 00:50:28 OK: 217 MiB in 51 packages 00:50:29 OK: 217 MiB in 51 packages 00:50:29 OK: 217 MiB in 51 packages 00:50:29 OK: 217 MiB in 51 packages 00:50:31 Running setup.py install for dockerpty: finished with status 'done' 00:50:31 Removing intermediate container 2da6a685d021 00:50:31 ---> a17cb20d7465 00:50:31 Step 5/29 : COPY go.mod . 00:50:32 Removing intermediate container 1cd779036d2b 00:50:32 ---> f2abf0d0184f 00:50:32 Step 6/24 : COPY go.mod . 00:50:32 Removing intermediate container b7027d8c635e 00:50:32 ---> f2f82e3ef68d 00:50:32 Step 6/21 : COPY go.mod . 00:50:32 Removing intermediate container bf6a03a5545d 00:50:32 ---> 92221a6f1622 00:50:32 Step 6/23 : COPY go.mod . 00:50:32 ---> 5c3c0172aa58 00:50:32 Step 6/29 : RUN go mod download 00:50:32 ---> Running in b0c1cb553815 00:50:32 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:32 ---> dc5e80c8923b 00:50:32 Step 7/24 : RUN go mod download 00:50:33 ---> 7fa89e3dc1fc 00:50:33 Step 7/21 : RUN go mod download 00:50:33 ---> ed71f1107349 00:50:33 Step 7/23 : RUN go mod download 00:50:33 ---> Running in d11a29872658 00:50:33 ---> Running in 17ac85eabb4b 00:50:33 ---> Running in 547da4152332 00:50:37 Removing intermediate container b0c1cb553815 00:50:37 ---> ba7238b8753a 00:50:37 Step 7/29 : COPY . . 00:50:38 Removing intermediate container d11a29872658 00:50:38 ---> b47e4d663704 00:50:38 Step 8/24 : COPY . . 00:50:38 Removing intermediate container 2fdeb3b2cf48 00:50:38 ---> 54ac7fece34e 00:50:38 Step 22/27 : RUN apk --no-cache add curl 00:50:38 Removing intermediate container 17ac85eabb4b 00:50:38 ---> 03f7f877e19b 00:50:38 Step 8/21 : COPY . . 00:50:39 Removing intermediate container 547da4152332 00:50:39 ---> b2bcea9594b9 00:50:39 Step 8/23 : COPY . . 00:50:39 ---> Running in 8620fa070fe3 00:50:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:42 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:50:42 (2/3) Installing libcurl (7.69.1-r3) 00:50:42 (3/3) Installing curl (7.69.1-r3) 00:50:42 Executing busybox-1.31.1-r19.trigger 00:50:42 OK: 71 MiB in 58 packages 00:50:51 Removing intermediate container 8620fa070fe3 00:50:51 ---> c7d1f0c432fb 00:50:51 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:50:52 ---> Running in 274ce937aee2 00:50:53 Removing intermediate container 274ce937aee2 00:50:53 ---> 48ac7c9a4dc9 00:50:53 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:55 ---> Running in 04bb367dff4b 00:50:56 Removing intermediate container 04bb367dff4b 00:50:56 ---> 0d13f7852390 00:50:56 Step 25/27 : LABEL arch=arm64 00:50:58 ---> Running in e0ed5c9b669d 00:51:00 Removing intermediate container e0ed5c9b669d 00:51:00 ---> bfcaa8951c8a 00:51:00 Step 26/27 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 00:51:00 ---> Running in 5c7560286a6e 00:51:01 Removing intermediate container 5c7560286a6e 00:51:01 ---> 264a1fdc9d49 00:51:01 Step 27/27 : LABEL version=0.0.0 00:51:01 ---> dba1a0e63343 00:51:01 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:51:01 ---> 6435630d17d2 00:51:01 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:51:02 ---> Running in bb3441218a24 00:51:02 ---> Running in c8a601cac02e 00:51:02 ---> Running in 12875444fbf9 00:51:02 ---> 0360c76ef8c6 00:51:02 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:51:02 ---> Running in 6ed8915af682 00:51:02 Removing intermediate container bb3441218a24 00:51:02 ---> 597f0b0fc438 00:51:02 00:51:03 ---> 5965694c397d 00:51:03 Step 9/23 : RUN make cmd/core-data/core-data 00:51:03 ---> Running in 5efc591c4153 00:51:03 Successfully built 597f0b0fc438 00:51:03 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:51:03  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go 00:51:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:51:04 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:51:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:51:05 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:51:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:51:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:51:32 ---> 7157ae00f963 00:51:32 Step 3/22 : WORKDIR /edgex-go 00:51:32 ---> Using cache 00:51:32 ---> 9f4952e5eb3d 00:51:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:32 ---> Using cache 00:51:32 ---> 83efaf8eb6b0 00:51:32 Step 5/22 : RUN apk update && apk add make git 00:51:32 ---> Using cache 00:51:32 ---> f2f82e3ef68d 00:51:32 Step 6/22 : COPY go.mod . 00:51:32 ---> Using cache 00:51:32 ---> 7fa89e3dc1fc 00:51:32 Step 7/22 : RUN go mod download 00:51:32 ---> Using cache 00:51:32 ---> 03f7f877e19b 00:51:32 Step 8/22 : COPY . . 00:51:32 ---> Using cache 00:51:32 ---> 0360c76ef8c6 00:51:32 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:51:33 ---> Running in df0680a5df1e 00:51:36 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:52:44 Removing intermediate container 12875444fbf9 00:52:44 ---> dab2dc637d48 00:52:44 00:52:44 Step 9/29 : FROM alpine:latest 00:52:44 ---> dd36a01c3f31 00:52:44 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:52:44 ---> Running in d5eb85ff90be 00:52:44 Removing intermediate container d5eb85ff90be 00:52:44 ---> 4caa79071505 00:52:44 Step 11/29 : USER root 00:52:44 ---> Running in 2ecf0ff02647 00:52:44 Removing intermediate container 2ecf0ff02647 00:52:44 ---> 58f2b1d55b2c 00:52:44 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:52:44 ---> Running in 7c8cb7fdc761 00:52:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:47 v3.12.2-5-g9e04b0fdd0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:52:47 v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:52:47 OK: 12617 distinct packages available 00:52:48 (1/2) Installing ca-certificates (20191127-r4) 00:52:48 (2/2) Installing dumb-init (1.2.2-r1) 00:52:48 Executing busybox-1.31.1-r19.trigger 00:52:48 Executing ca-certificates-20191127-r4.trigger 00:52:48 OK: 6 MiB in 16 packages 00:52:51 Removing intermediate container 7c8cb7fdc761 00:52:51 ---> b76ee5f4fc68 00:52:51 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:52:51 ---> Running in 0a618c782b8b 00:52:51 Removing intermediate container 0a618c782b8b 00:52:51 ---> 7d410c9a881d 00:52:51 Step 14/29 : WORKDIR $BASE_DIR 00:52:51 ---> Running in 04ae16d2d4f4 00:52:52 Removing intermediate container 04ae16d2d4f4 00:52:52 ---> 962fe1751bd3 00:52:52 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:52:52 ---> Running in 71ca2dbf1557 00:52:57 Removing intermediate container 71ca2dbf1557 00:52:57 ---> be5430f65693 00:52:57 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:52:58 ---> 0f0154033ea5 00:52:58 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:52:59 ---> 1f5fa4a9c2c7 00:52:59 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:53:01 ---> 98f5e2b410dc 00:53:01 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:53:02 ---> 1233749c939c 00:53:02 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:53:03 ---> ce209d109edd 00:53:03 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:53:03 ---> Running in 4c94605ae486 00:53:06 Removing intermediate container 4c94605ae486 00:53:06 ---> 5b74035d10f8 00:53:06 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:53:08 ---> e0648f019137 00:53:08 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:53:08 ---> Running in 7e283940454b 00:53:12 Removing intermediate container 7e283940454b 00:53:12 ---> 1729f475cc52 00:53:12 Step 24/29 : RUN chmod 755 security-secrets-setup 00:53:12 ---> Running in f62de0b20c57 00:53:16 Removing intermediate container f62de0b20c57 00:53:16 ---> 2efba5b943bc 00:53:16 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:53:17 ---> Running in 3da68faa5374 00:53:18 Removing intermediate container 3da68faa5374 00:53:18 ---> 4d2425b8d81c 00:53:18 Step 26/29 : CMD [ "generate" ] 00:53:18 ---> Running in 9474200ad581 00:53:19 Removing intermediate container 9474200ad581 00:53:19 ---> 7edaa1eefe04 00:53:19 Step 27/29 : LABEL arch=arm64 00:53:20 ---> Running in 078d31b8c3e0 00:53:21 Removing intermediate container 078d31b8c3e0 00:53:21 ---> 5f702ea9601b 00:53:21 Step 28/29 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 00:53:21 ---> Running in d3d05a3ea364 00:53:22 Removing intermediate container 6ed8915af682 00:53:22 ---> 71bda37fb28a 00:53:22 00:53:22 Step 10/21 : FROM scratch 00:53:22 ---> 00:53:22 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:53:22 ---> Using cache 00:53:22 ---> cf32b27cabc3 00:53:22 Step 12/21 : ENV APP_PORT=48085 00:53:22 ---> Running in a3c762284a12 00:53:23 Removing intermediate container d3d05a3ea364 00:53:23 ---> 12bcf8aee193 00:53:23 Step 29/29 : LABEL version=0.0.0 00:53:23 ---> Running in e1bf46b5855a 00:53:23 Removing intermediate container c8a601cac02e 00:53:23 ---> 71bbdc0882fd 00:53:23 00:53:23 Step 10/24 : FROM scratch 00:53:23 ---> 00:53:23 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:53:24 Removing intermediate container a3c762284a12 00:53:24 ---> 92b36da88ef6 00:53:24 Step 13/21 : EXPOSE $APP_PORT 00:53:24 ---> Running in 700260bebe3f 00:53:24 Removing intermediate container e1bf46b5855a 00:53:24 ---> d0b6c3cac1ab 00:53:24 00:53:24 ---> Running in c765f36fcd46 00:53:24 Removing intermediate container 700260bebe3f 00:53:24 ---> f3f582c3d23c 00:53:24 Step 12/24 : ENV APP_PORT=48060 00:53:24 ---> Running in 40bd6f954082 00:53:25 Successfully built d0b6c3cac1ab 00:53:25 Successfully tagged docker-security-secrets-setup-go-arm64:latest 00:53:25 Removing intermediate container c765f36fcd46 00:53:25 ---> 723539e422ff 00:53:25 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:53:26  Building docker-security-secrets-setup-go ... done Removing intermediate container 40bd6f954082 00:53:26 ---> 565aea3bca01 00:53:26 Step 13/24 : EXPOSE $APP_PORT 00:53:26 ---> Running in 9462295c42fd 00:53:26 ---> 8d8a7bd5edff 00:53:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:53:26 Removing intermediate container 9462295c42fd 00:53:26 ---> 588f34fa3b44 00:53:26 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:53:28 ---> bb74f3162450 00:53:28 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:53:28 ---> bdf978b3da25 00:53:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:53:30 ---> 2d4e2873955c 00:53:30 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:53:30 ---> b202d0499139 00:53:30 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:53:30 ---> Running in 7a9edde8865a 00:53:31 Removing intermediate container 7a9edde8865a 00:53:31 ---> 94901bd88e7d 00:53:31 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:31 ---> Running in bd9bee0e482d 00:53:32 ---> fb2e63037085 00:53:32 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:53:32 Removing intermediate container bd9bee0e482d 00:53:32 ---> f6040c53b31b 00:53:32 Step 19/21 : LABEL arch=arm64 00:53:32 ---> Running in d708d77f7342 00:53:33 Removing intermediate container d708d77f7342 00:53:33 ---> 6fddc44ceb37 00:53:33 Step 20/21 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 00:53:33 ---> 99032b855aab 00:53:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:53:33 ---> Running in 9cbbcddc212a 00:53:34 Removing intermediate container 9cbbcddc212a 00:53:34 ---> 61a3fd5b9302 00:53:34 Step 21/21 : LABEL version=0.0.0 00:53:34 ---> Running in eb0151c76301 00:53:35 Removing intermediate container eb0151c76301 00:53:35 ---> 1115418e6e53 00:53:35 00:53:35 ---> 7c2619b5abf9 00:53:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:53:36 Successfully built 1115418e6e53 00:53:36 Successfully tagged docker-support-scheduler-go-arm64:latest 00:53:36  Building docker-support-scheduler-go ... done  ---> d0ed983c1f5e 00:53:36 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:53:36 ---> Running in df419236d821 00:53:37 Removing intermediate container df419236d821 00:53:37 ---> c69300a27081 00:53:37 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:37 ---> Running in a7b44d216517 00:53:38 Removing intermediate container a7b44d216517 00:53:38 ---> 0391aa4ce1d7 00:53:38 Step 22/24 : LABEL arch=arm64 00:53:38 ---> Running in 289f57a60aa6 00:53:39 Removing intermediate container 289f57a60aa6 00:53:39 ---> 103389d08729 00:53:39 Step 23/24 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 00:53:39 ---> Running in 925afe3d673f 00:53:40 Removing intermediate container 925afe3d673f 00:53:40 ---> a37fbdba2acf 00:53:40 Step 24/24 : LABEL version=0.0.0 00:53:40 ---> Running in 7999f558ef4e 00:53:40 Removing intermediate container 7999f558ef4e 00:53:40 ---> c3639eed9b9e 00:53:40 00:53:41 Successfully built c3639eed9b9e 00:53:41 Successfully tagged docker-support-notifications-go-arm64:latest 00:53:46  Building docker-support-notifications-go ... done Removing intermediate container df0680a5df1e 00:53:46 ---> 9bdec2c9e5ad 00:53:46 00:53:46 Step 10/22 : FROM scratch 00:53:46 ---> 00:53:46 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:53:47 ---> Using cache 00:53:47 ---> cf32b27cabc3 00:53:47 Step 12/22 : ENV APP_PORT=48081 00:53:47 ---> Running in b35049668d2b 00:53:48 Removing intermediate container 5efc591c4153 00:53:48 ---> 06f577a10054 00:53:48 00:53:48 Step 10/23 : FROM alpine 00:53:48 ---> dd36a01c3f31 00:53:48 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:53:48 ---> Running in 34418d2e260c 00:53:48 Removing intermediate container b35049668d2b 00:53:48 ---> 506de2fb6255 00:53:48 Step 13/22 : EXPOSE $APP_PORT 00:53:48 ---> Running in 3ae5091927e6 00:53:48 Removing intermediate container 34418d2e260c 00:53:48 ---> 6ea798b2785c 00:53:48 Step 12/23 : ENV APP_PORT=48080 00:53:48 Removing intermediate container 3ae5091927e6 00:53:48 ---> 4e3104dd1894 00:53:48 Step 14/22 : WORKDIR / 00:53:48 ---> Running in 733296ad5da3 00:53:48 ---> Running in f381be4e4b66 00:53:49 Removing intermediate container 733296ad5da3 00:53:49 ---> 06f57d96fd87 00:53:49 Step 13/23 : EXPOSE $APP_PORT 00:53:49 ---> Running in 8a070bd7834d 00:53:49 Removing intermediate container f381be4e4b66 00:53:49 ---> a67b9e83fddf 00:53:49 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:53:50 Removing intermediate container 8a070bd7834d 00:53:50 ---> 3c8710c04ca2 00:53:50 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:53:50 ---> Running in 87f9da65e5d5 00:53:50 ---> 7a1fe0185fa0 00:53:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:53:52 ---> 5bc1509918e8 00:53:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:53:52 ---> 52b677969eb0 00:53:52 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:53:52 Removing intermediate container 87f9da65e5d5 00:53:52 ---> 5352e6bbfa9b 00:53:52 Step 15/23 : RUN apk --no-cache add zeromq 00:53:52 ---> Running in b5f61c3525f3 00:53:52 ---> Running in 51ede8b2737c 00:53:53 Removing intermediate container b5f61c3525f3 00:53:53 ---> 991cd4adc423 00:53:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:53 ---> Running in 10921c9bd885 00:53:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:54 Removing intermediate container 10921c9bd885 00:53:54 ---> aeae86ceceb7 00:53:54 Step 20/22 : LABEL arch=arm64 00:53:54 ---> Running in e5bf71e3adb7 00:53:54 Removing intermediate container e5bf71e3adb7 00:53:54 ---> 81263eefea57 00:53:54 Step 21/22 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 00:53:54 ---> Running in 8987d4ab348c 00:53:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:55 Removing intermediate container 8987d4ab348c 00:53:55 ---> 4a711fa9ef05 00:53:55 Step 22/22 : LABEL version=0.0.0 00:53:55 ---> Running in 4d946c48e5bf 00:53:56 Removing intermediate container 4d946c48e5bf 00:53:56 ---> 0ac40586a886 00:53:56 00:53:56 (1/5) Installing libgcc (9.3.0-r2) 00:53:56 Successfully built 0ac40586a886 00:53:56 (2/5) Installing libsodium (1.0.18-r0) 00:53:56 Successfully tagged docker-core-metadata-go-arm64:latest 00:53:56  Building docker-core-metadata-go ... done (3/5) Installing libstdc++ (9.3.0-r2) 00:53:56 (4/5) Installing libzmq (4.3.3-r0) 00:53:57 (5/5) Installing zeromq (4.3.3-r0) 00:53:57 Executing busybox-1.31.1-r19.trigger 00:53:57 OK: 8 MiB in 19 packages 00:53:58 Removing intermediate container 51ede8b2737c 00:53:58 ---> 88deaf8c4500 00:53:58 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:53:59 ---> 665182a811b1 00:53:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:54:00 ---> aa8c8bffecd4 00:54:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:54:01 ---> 1c6e50d80754 00:54:01 Step 19/23 : ENTRYPOINT ["/core-data"] 00:54:01 ---> Running in 4ff970512b0a 00:54:02 Removing intermediate container 4ff970512b0a 00:54:02 ---> 92fd3004721f 00:54:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:54:02 ---> Running in 48ed89f9f2ea 00:54:02 Removing intermediate container 48ed89f9f2ea 00:54:02 ---> f17fb7eee48b 00:54:02 Step 21/23 : LABEL arch=arm64 00:54:02 ---> Running in 1c13b27b3f35 00:54:03 Removing intermediate container 1c13b27b3f35 00:54:03 ---> 961c21d59e3a 00:54:03 Step 22/23 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 00:54:03 ---> Running in cd6b1a75401d 00:54:04 Removing intermediate container cd6b1a75401d 00:54:04 ---> dee3f8701260 00:54:04 Step 23/23 : LABEL version=0.0.0 00:54:04 ---> Running in f2d7842815df 00:54:04 Removing intermediate container f2d7842815df 00:54:04 ---> 5f6fdc4be496 00:54:04 00:54:05 Successfully built 5f6fdc4be496 00:54:05 Successfully tagged docker-core-data-go-arm64:latest 00:54:05  Building docker-core-data-go ... done  [Pipeline] } 00:54:05 $ docker stop --time=1 5312b0ea3a3bf01d8289c1d026df9fa77a27d120950ee7d2a0743f19c961682e 00:54:07 $ docker rm -f 5312b0ea3a3bf01d8289c1d026df9fa77a27d120950ee7d2a0743f19c961682e [Pipeline] // withDockerContainer [Pipeline] sh 00:54:08 + docker images+ 00:54:08 grep docker 00:54:08 docker-core-data-go-arm64 latest 5f6fdc4be496 4 seconds ago 22.3MB 00:54:08 docker-core-metadata-go-arm64 latest 0ac40586a886 13 seconds ago 13.6MB 00:54:08 docker-support-notifications-go-arm64 latest c3639eed9b9e 28 seconds ago 12.9MB 00:54:08 docker-support-scheduler-go-arm64 latest 1115418e6e53 33 seconds ago 11.5MB 00:54:08 docker-security-secrets-setup-go-arm64 latest d0b6c3cac1ab 45 seconds ago 22.7MB 00:54:08 docker-sys-mgmt-agent-go-arm64 latest 597f0b0fc438 3 minutes ago 300MB 00:54:08 docker-security-secretstore-setup-go-arm64 latest 09abb28f8726 4 minutes ago 23.5MB 00:54:08 docker-core-command-go-arm64 latest 87ef600c6b4a 4 minutes ago 11.4MB 00:54:08 docker-security-bootstrap-redis-go-arm64 latest ab0610484e7c 4 minutes ago 15.2MB 00:54:08 docker-security-proxy-setup-go-arm64 latest c5b4404cea25 4 minutes ago 23.4MB 00:54:08 docker latest eeaf43b92773 21 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:54:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:54:12 ---> package-listing.sh 00:54:12 ++ facter osfamily 00:54:12 ++ tr '[:upper:]' '[:lower:]' 00:54:12 + OS_FAMILY=redhat 00:54:12 + workspace=/w/workspace/edgex-go/24 00:54:12 + START_PACKAGES=/tmp/packages_start.txt 00:54:12 + END_PACKAGES=/tmp/packages_end.txt 00:54:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:54:12 + PACKAGES=/tmp/packages_start.txt 00:54:12 + '[' /w/workspace/edgex-go/24 ']' 00:54:12 + PACKAGES=/tmp/packages_end.txt 00:54:12 + case "${OS_FAMILY}" in 00:54:12 + rpm -qa 00:54:12 + sort 00:54:18 + '[' -f /tmp/packages_start.txt ']' 00:54:18 + '[' -f /tmp/packages_end.txt ']' 00:54:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:54:18 + '[' /w/workspace/edgex-go/24 ']' 00:54:18 + mkdir -p /w/workspace/edgex-go/24/archives/ 00:54:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/24/archives/ [Pipeline] echo 00:54:18 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/24/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:54:18 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:54:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:18 00:54:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:54:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:19 alpine: Pulling from edgex-lftools-log-publisher 00:54:19 df20fa9351a1: Pulling fs layer 00:54:19 36b3adc4ff6f: Pulling fs layer 00:54:19 8ad3a11d3b57: Pulling fs layer 00:54:19 46f8f816bc3b: Pulling fs layer 00:54:19 93b61091891f: Pulling fs layer 00:54:19 93b9cdb0e59b: Pulling fs layer 00:54:19 5e14af77c1be: Pulling fs layer 00:54:19 01666e4c0597: Pulling fs layer 00:54:19 aa168da1d23b: Pulling fs layer 00:54:19 93b9cdb0e59b: Waiting 00:54:19 46f8f816bc3b: Waiting 00:54:19 93b61091891f: Waiting 00:54:19 5e14af77c1be: Waiting 00:54:19 01666e4c0597: Waiting 00:54:19 aa168da1d23b: Waiting 00:54:19 36b3adc4ff6f: Download complete 00:54:19 46f8f816bc3b: Verifying Checksum 00:54:19 46f8f816bc3b: Download complete 00:54:19 df20fa9351a1: Verifying Checksum 00:54:19 df20fa9351a1: Download complete 00:54:19 93b9cdb0e59b: Verifying Checksum 00:54:19 93b9cdb0e59b: Download complete 00:54:19 5e14af77c1be: Verifying Checksum 00:54:19 5e14af77c1be: Download complete 00:54:19 93b61091891f: Download complete 00:54:19 01666e4c0597: Verifying Checksum 00:54:19 01666e4c0597: Download complete 00:54:19 8ad3a11d3b57: Verifying Checksum 00:54:19 8ad3a11d3b57: Download complete 00:54:19 df20fa9351a1: Pull complete 00:54:19 36b3adc4ff6f: Pull complete 00:54:20 8ad3a11d3b57: Pull complete 00:54:21 aa168da1d23b: Verifying Checksum 00:54:21 aa168da1d23b: Download complete 00:54:22 46f8f816bc3b: Pull complete 00:54:23 93b61091891f: Pull complete 00:54:23 93b9cdb0e59b: Pull complete 00:54:23 5e14af77c1be: Pull complete 00:54:23 01666e4c0597: Pull complete 00:54:31 aa168da1d23b: Pull complete 00:54:31 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:54:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:54:31 prd-centos7-docker-4c-2g-15682 does not seem to be running inside a container 00:54:31 $ 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/24/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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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:54:41 $ docker top 528fdd3a5ee7cc749663ac704d427a70345c7bee879768a33470451bc5e30065 -eo pid,comm [Pipeline] { [Pipeline] sh 00:54:42 + touch /tmp/pre-build-complete [Pipeline] sh 00:54:42 + mkdir -p /var/log/sa [Pipeline] sh 00:54:43 + ls /var/log/sa-host 00:54:43 + sadf -c /var/log/sa-host/sa12 00:54:43 file_magic: OK 00:54:43 HZ: Using current value: 100 00:54:43 file_header: OK 00:54:43 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:54:43 Statistics: 00:54:43 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:54:43 File successfully converted to sysstat format version 12.2.1 00:54:43 + sadf -c /var/log/sa-host/sa23 00:54:43 file_magic: OK 00:54:43 HZ: Using current value: 100 00:54:43 file_header: OK 00:54:43 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:54:43 Statistics: 00:54:43 Hnuu...uuuununununu... 00:54:43 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:54:43 provisioning config files... 00:54:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/24@tmp/config5709308936915581509tmp [Pipeline] { [Pipeline] echo 00:54:43 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:54:43 ---> create-netrc.sh [Pipeline] } 00:54:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:54:43 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:54:44 ---> python-tools-install.sh [Pipeline] echo 00:54:44 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:54:44 ---> sudo-logs.sh 00:54:44 Archiving 'sudo' log.. [Pipeline] echo 00:54:44 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:54:44 ---> job-cost.sh 00:54:44 lf-activate-venv: SKIPPING 00:54:44 INFO: No Stack... 00:54:45 INFO: Retrieving Pricing Info for: v1-standard-2 00:54:45 INFO: Archiving Costs [Pipeline] echo 00:54:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:54:46 ---> logs-deploy.sh 00:54:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/24 00:54:46 INFO: archiving workspace using pattern(s): 00:54:47 Archives upload complete. 00:54:47 INFO: archiving logs to Nexus