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 dd3c5304426daa1a06e165d92e5378a7e6535b25 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from dd3c5304426daa1a06e165d92e5378a7e6535b25 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-29221’ is offline; ‘prd-centos7-docker-4c-2g-29222’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29224 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/79 [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/79 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 > 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 dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 Merge succeeded, producing 199893acb62a5b1c4f4ae79745a41eebd8ad8c4e Checking out Revision 199893acb62a5b1c4f4ae79745a41eebd8ad8c4e (PR-2858) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 199893acb62a5b1c4f4ae79745a41eebd8ad8c4e # timeout=10 Commit message: "Merge commit 'dd3c5304426daa1a06e165d92e5378a7e6535b25' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk dfa22932515b753042da74e12b19a5d0153458b0 # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:47 ========================================================= 00:31:47 EdgeX Global Pipelines Version Info 00:31:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:49 ------------------- 00:31:49 stable info: 00:31:49 ------------------- 00:31:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:49 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:31:49 Message: update stable to v1.0.184 00:31:50 ------------------- 00:31:50 experimental info: 00:31:50 ------------------- 00:31:50 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:50 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:31:50 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 199893acb62a5b1c4f4ae79745a41eebd8ad8c4e [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 199893a [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:54 provisioning config files... 00:31:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/79@tmp/config872035779010138775tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:54 ---> docker-login.sh 00:31:54 nexus3.edgexfoundry.org:10001 00:31:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:57 Configure a credential helper to remove this warning. See 00:31:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:57 00:31:57 Login Succeeded 00:31:57 nexus3.edgexfoundry.org:10002 00:31:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:58 Configure a credential helper to remove this warning. See 00:31:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:58 00:31:58 Login Succeeded 00:31:58 nexus3.edgexfoundry.org:10003 00:31:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:58 Configure a credential helper to remove this warning. See 00:31:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:58 00:31:59 Login Succeeded 00:31:59 nexus3.edgexfoundry.org:10004 00:31:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:00 Configure a credential helper to remove this warning. See 00:32:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:00 00:32:00 Login Succeeded 00:32:00 docker.io 00:32:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:01 Configure a credential helper to remove this warning. See 00:32:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:01 00:32:01 Login Succeeded 00:32:01 ---> docker-login.sh ends [Pipeline] } 00:32:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:01 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:32:01 + for file in '`ls cmd/**/Dockerfile`' 00:32:01 ++ dirname cmd/core-command/Dockerfile 00:32:01 ++ cut -d/ -f2 00:32:01 + echo core-command,cmd/core-command/Dockerfile 00:32:01 + for file in '`ls cmd/**/Dockerfile`' 00:32:01 ++ dirname cmd/core-data/Dockerfile 00:32:01 ++ cut -d/ -f2 00:32:01 + echo core-data,cmd/core-data/Dockerfile 00:32:01 + for file in '`ls cmd/**/Dockerfile`' 00:32:01 ++ dirname cmd/core-metadata/Dockerfile 00:32:01 ++ cut -d/ -f2 00:32:01 + echo core-metadata,cmd/core-metadata/Dockerfile 00:32:01 + for file in '`ls cmd/**/Dockerfile`' 00:32:01 ++ dirname cmd/security-bootstrapper/Dockerfile 00:32:01 ++ cut -d/ -f2 00:32:01 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:32:01 + for file in '`ls cmd/**/Dockerfile`' 00:32:01 ++ dirname cmd/security-proxy-setup/Dockerfile 00:32:01 ++ cut -d/ -f2 00:32:01 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:32:01 + for file in '`ls cmd/**/Dockerfile`' 00:32:01 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:32:01 ++ cut -d/ -f2 00:32:01 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:32:01 + for file in '`ls cmd/**/Dockerfile`' 00:32:01 ++ dirname cmd/support-notifications/Dockerfile 00:32:01 ++ cut -d/ -f2 00:32:01 + echo support-notifications,cmd/support-notifications/Dockerfile 00:32:01 + for file in '`ls cmd/**/Dockerfile`' 00:32:01 ++ dirname cmd/support-scheduler/Dockerfile 00:32:01 ++ cut -d/ -f2 00:32:01 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:32:01 + for file in '`ls cmd/**/Dockerfile`' 00:32:01 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:32:01 ++ cut -d/ -f2 00:32:01 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:32:02 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:32:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:03 00:32:03 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:32:03 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:03 latest: Pulling from edgex-devops/git-semver 00:32:03 31603596830f: Pulling fs layer 00:32:03 2a8b12db71e7: Pulling fs layer 00:32:03 6ca5941a6612: Pulling fs layer 00:32:03 ecc8261a40a4: Pulling fs layer 00:32:03 ecc8261a40a4: Waiting 00:32:03 2a8b12db71e7: Verifying Checksum 00:32:03 2a8b12db71e7: Download complete 00:32:03 31603596830f: Verifying Checksum 00:32:03 31603596830f: Download complete 00:32:04 ecc8261a40a4: Verifying Checksum 00:32:04 ecc8261a40a4: Download complete 00:32:04 6ca5941a6612: Verifying Checksum 00:32:04 6ca5941a6612: Download complete 00:32:05 31603596830f: Pull complete 00:32:05 2a8b12db71e7: Pull complete 00:32:08 6ca5941a6612: Pull complete 00:32:08 ecc8261a40a4: Pull complete 00:32:08 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:32:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:08 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:32:09 prd-centos7-docker-4c-2g-29224 does not seem to be running inside a container 00:32:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/79 -v /w/workspace/edgex-go/79:/w/workspace/edgex-go/79:rw,z -v /w/workspace/edgex-go/79@tmp:/w/workspace/edgex-go/79@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:32:13 $ docker top c85d1838944c11268dd8b00086eb401e13fe231320bf0077cd7df2d2a6ef084c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:32:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:13 [ssh-agent] Looking for ssh-agent implementation... 00:32:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:14 $ docker exec c85d1838944c11268dd8b00086eb401e13fe231320bf0077cd7df2d2a6ef084c ssh-agent 00:32:14 SSH_AUTH_SOCK=/tmp/ssh-eZJs7YJ71Bzy/agent.11 00:32:14 SSH_AGENT_PID=16 00:32:14 Running ssh-add (command line suppressed) 00:32:14 Identity added: /w/workspace/edgex-go/79@tmp/private_key_3797650553868518039.key (/w/workspace/edgex-go/79@tmp/private_key_3797650553868518039.key) 00:32:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:15 + git tag --points-at HEAD [Pipeline] } 00:32:15 $ docker exec --env ******** --env ******** c85d1838944c11268dd8b00086eb401e13fe231320bf0077cd7df2d2a6ef084c ssh-agent -k 00:32:15 unset SSH_AUTH_SOCK; 00:32:15 unset SSH_AGENT_PID; 00:32:15 echo Agent pid 16 killed; 00:32:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:32:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:15 [ssh-agent] Looking for ssh-agent implementation... 00:32:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:16 $ docker exec c85d1838944c11268dd8b00086eb401e13fe231320bf0077cd7df2d2a6ef084c ssh-agent 00:32:16 SSH_AUTH_SOCK=/tmp/ssh-FMHBTDsx2Syn/agent.45 00:32:16 SSH_AGENT_PID=51 00:32:16 Running ssh-add (command line suppressed) 00:32:16 Identity added: /w/workspace/edgex-go/79@tmp/private_key_774910801433912110.key (/w/workspace/edgex-go/79@tmp/private_key_774910801433912110.key) 00:32:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:17 + git semver init 00:32:17 # -> Open(): unable to determine branch for HEAD 00:32:17 # $GIT_DIR = /w/workspace/edgex-go/79/.git 00:32:17 # $GIT_WORK_TREE = /w/workspace/edgex-go/79 00:32:17 # $SEMVER_REMOTE_NAME = origin 00:32:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:32:17 # $SEMVER_USER_NAME = edgex-jenkins 00:32:17 # $SEMVER_BRANCH = PR-2858 00:32:17 # $SEMVER_TEMP = /tmp/semver-198162210 00:32:17 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:50 # '/tmp/semver-198162210' -> '/w/workspace/edgex-go/79/.semver' 00:32:50 # -> Force: false 00:32:50 # $SEMVER_DIR = /w/workspace/edgex-go/79/.semver [Pipeline] } 00:32:50 $ docker exec --env ******** --env ******** c85d1838944c11268dd8b00086eb401e13fe231320bf0077cd7df2d2a6ef084c ssh-agent -k 00:32:51 unset SSH_AUTH_SOCK; 00:32:51 unset SSH_AGENT_PID; 00:32:51 echo Agent pid 51 killed; 00:32:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:52 + git semver [Pipeline] } 00:32:52 $ docker stop --time=1 c85d1838944c11268dd8b00086eb401e13fe231320bf0077cd7df2d2a6ef084c 00:32:55 $ docker rm -f c85d1838944c11268dd8b00086eb401e13fe231320bf0077cd7df2d2a6ef084c [Pipeline] // withDockerContainer [Pipeline] sh 00:32:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:57 Stashed 1 file(s) [Pipeline] echo 00:32:57 [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:58 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:59 + sudo service docker restart 00:32:59 + true 00:32:59 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:33:01 ========================================================= 00:33:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:33:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:33:02 + 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:33:12 Sending build context to Docker daemon 328.4MB 00:33:12 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:33:12 Step 2/6 : FROM ${BASE} 00:33:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:33:12 188c0c94c7c5: Pulling fs layer 00:33:12 0ef7d3d256c8: Pulling fs layer 00:33:12 de9db76c5a1d: Pulling fs layer 00:33:12 bca2f99d35d6: Pulling fs layer 00:33:12 93359f2a8cfa: Pulling fs layer 00:33:12 7c6f9722023f: Pulling fs layer 00:33:12 a35cf1a2eb13: Pulling fs layer 00:33:12 bca2f99d35d6: Waiting 00:33:12 93359f2a8cfa: Waiting 00:33:12 7c6f9722023f: Waiting 00:33:12 a35cf1a2eb13: Waiting 00:33:12 de9db76c5a1d: Verifying Checksum 00:33:12 de9db76c5a1d: Download complete 00:33:12 0ef7d3d256c8: Verifying Checksum 00:33:12 0ef7d3d256c8: Download complete 00:33:12 93359f2a8cfa: Download complete 00:33:12 7c6f9722023f: Verifying Checksum 00:33:12 7c6f9722023f: Download complete 00:33:12 188c0c94c7c5: Verifying Checksum 00:33:12 188c0c94c7c5: Download complete 00:33:12 188c0c94c7c5: Pull complete 00:33:12 0ef7d3d256c8: Pull complete 00:33:12 de9db76c5a1d: Pull complete 00:33:13 Still waiting to schedule task 00:33:13 ‘prd-centos7-docker-4c-2g-29221’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-29227’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-29228’ is offline 00:33:16 a35cf1a2eb13: Verifying Checksum 00:33:16 a35cf1a2eb13: Download complete 00:33:18 bca2f99d35d6: Verifying Checksum 00:33:18 bca2f99d35d6: Download complete 00:33:33 bca2f99d35d6: Pull complete 00:33:34 93359f2a8cfa: Pull complete 00:33:34 7c6f9722023f: Pull complete 00:33:43 a35cf1a2eb13: Pull complete 00:33:43 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:33:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:33:43 ---> a62c8e92a672 00:33:43 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:33:43 ---> Running in ac9f5de2c951 00:33:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:47 (1/12) Installing libmagic (5.38-r0) 00:33:47 (2/12) Installing file (5.38-r0) 00:33:47 (3/12) Installing libc-dev (0.7.2-r3) 00:33:47 (4/12) Installing g++ (9.3.0-r2) 00:33:57 (5/12) Installing fortify-headers (1.1-r0) 00:33:57 (6/12) Installing patch (2.7.6-r6) 00:33:57 (7/12) Installing build-base (0.5-r2) 00:33:57 (8/12) Installing libsodium (1.0.18-r0) 00:33:57 (9/12) Installing pkgconf (1.7.2-r0) 00:33:57 (10/12) Installing libsodium-dev (1.0.18-r0) 00:33:57 (11/12) Installing libzmq (4.3.3-r0) 00:33:57 (12/12) Installing zeromq-dev (4.3.3-r0) 00:33:57 Executing busybox-1.31.1-r19.trigger 00:33:57 OK: 233 MiB in 51 packages 00:34:02 Removing intermediate container ac9f5de2c951 00:34:02 ---> 7b43ef73c19f 00:34:02 Step 4/6 : WORKDIR /edgex-go 00:34:02 ---> Running in a7e1d4494bab 00:34:02 Removing intermediate container a7e1d4494bab 00:34:02 ---> a7b8c11f23cc 00:34:02 Step 5/6 : COPY go.mod . 00:34:03 ---> 4f1a1dc8f1a6 00:34:03 Step 6/6 : RUN go mod download 00:34:03 ---> Running in 2a37adf86c42 00:34:50 Removing intermediate container 2a37adf86c42 00:34:50 ---> ad5018931ca1 00:34:50 Successfully built ad5018931ca1 00:34:50 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:34:50 + docker inspect -f . ci-base-image-x86_64 00:34:51 . [Pipeline] withDockerContainer 00:34:51 prd-centos7-docker-4c-2g-29224 does not seem to be running inside a container 00:34:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/79 -v /w/workspace/edgex-go/79:/w/workspace/edgex-go/79:rw,z -v /w/workspace/edgex-go/79@tmp:/w/workspace/edgex-go/79@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 ******** ci-base-image-x86_64 cat 00:34:54 $ docker top 5b7d4a29fd3694883adc0c764081eecaa9d7d2e05ea6fd073b43f742bf1b5f1c -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:55 + go version 00:34:55 go version go1.15.5 linux/amd64 [Pipeline] } 00:34:55 $ docker stop --time=1 5b7d4a29fd3694883adc0c764081eecaa9d7d2e05ea6fd073b43f742bf1b5f1c 00:34:58 $ docker rm -f 5b7d4a29fd3694883adc0c764081eecaa9d7d2e05ea6fd073b43f742bf1b5f1c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:59 + docker inspect -f . ci-base-image-x86_64 00:35:01 . [Pipeline] withDockerContainer 00:35:02 prd-centos7-docker-4c-2g-29224 does not seem to be running inside a container 00:35:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/79 -v /w/workspace/edgex-go/79:/w/workspace/edgex-go/79:rw,z -v /w/workspace/edgex-go/79@tmp:/w/workspace/edgex-go/79@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 ******** ci-base-image-x86_64 cat 00:35:04 $ docker top dc1cf3d403bec079dd6ea084bb74e499c1220825ac27c98a878f21df5440bb7c -eo pid,comm [Pipeline] { [Pipeline] echo 00:35:04 ========================================================= 00:35:04 [edgeXBuildGoParallel] Running Tests and Build... 00:35:04 ========================================================= [Pipeline] sh 00:35:04 + make test 00:35:04 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:35:27 ? github.com/edgexfoundry/edgex-go [no test files] 00:36:07 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:36:23 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:36:23 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:36:23 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:36:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29232 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:36:27 Running in /w/workspace/edgex-go/79 [Pipeline] { [Pipeline] checkout 00:36:32 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:36:32 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:36:32 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:36:32 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:36:33 using credential edgex-jenkins-ssh 00:36:33 Cloning the remote Git repository 00:36:33 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:33 > git init /w/workspace/edgex-go/79 # timeout=10 00:36:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:33 > git --version # timeout=10 00:36:33 > git --version # 'git version 2.17.1' 00:36:33 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:35 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:36:36 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:36:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:36:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:36:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:36:49 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.328s coverage: 45.9% of statements 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:36:49 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.200s coverage: 100.0% of statements 00:36:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:53 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:53 > 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:54 Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:36:54 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.464s coverage: 27.1% of statements 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:36:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.099s coverage: 100.0% of statements 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:36:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.158s coverage: 100.0% of statements 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:36:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.212s coverage: 71.3% of statements 00:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:36:55 Merge succeeded, producing 5b5b15bf53d47097b202c2066afb5f5f3f7cb285 00:36:55 Checking out Revision 5b5b15bf53d47097b202c2066afb5f5f3f7cb285 (PR-2858) 00:36:54 > git config core.sparsecheckout # timeout=10 00:36:54 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:36:54 > git remote # timeout=10 00:36:54 > git config --get remote.origin.url # timeout=10 00:36:54 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:54 > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 00:36:55 > git rev-parse HEAD^{commit} # timeout=10 00:36:55 > git config core.sparsecheckout # timeout=10 00:36:55 > git checkout -f 5b5b15bf53d47097b202c2066afb5f5f3f7cb285 # timeout=10 00:36:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.406s coverage: 82.9% of statements 00:36:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:36:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:36:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.101s coverage: 78.9% of statements 00:36:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:37:00 Commit message: "Merge commit 'dd3c5304426daa1a06e165d92e5378a7e6535b25' into HEAD" 00:37:00 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:37:00 > git rev-list --no-walk dfa22932515b753042da74e12b19a5d0153458b0 # timeout=10 00:37:01 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:37:02 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:37:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.677s coverage: 28.6% of statements 00:37:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:37:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:37:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:37:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:37:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:37:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.185s coverage: 100.0% of statements 00:37:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:37:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.047s coverage: 100.0% of statements 00:37:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:37:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.273s coverage: 86.7% of statements 00:37:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:37:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.219s coverage: 97.5% of statements 00:37:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:37:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.198s coverage: 78.3% of statements 00:37:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:37:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:37:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:37:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:37:02 + true 00:37:02 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:37:04 provisioning config files... 00:37:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/79@tmp/config8150963371786786467tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:37:05 ---> docker-login.sh 00:37:05 nexus3.edgexfoundry.org:10001 00:37:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:06 Configure a credential helper to remove this warning. See 00:37:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:06 00:37:06 Login Succeeded 00:37:06 nexus3.edgexfoundry.org:10002 00:37:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:06 Configure a credential helper to remove this warning. See 00:37:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:06 00:37:06 Login Succeeded 00:37:06 nexus3.edgexfoundry.org:10003 00:37:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:07 Configure a credential helper to remove this warning. See 00:37:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:07 00:37:07 Login Succeeded 00:37:07 nexus3.edgexfoundry.org:10004 00:37:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:07 Configure a credential helper to remove this warning. See 00:37:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:07 00:37:07 Login Succeeded 00:37:07 docker.io 00:37:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:08 Configure a credential helper to remove this warning. See 00:37:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:08 00:37:08 Login Succeeded 00:37:08 ---> docker-login.sh ends [Pipeline] } 00:37:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:37:09 ========================================================= 00:37:09 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:37:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:37:09 + 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:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.512s coverage: 92.8% of statements 00:37:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:37:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:37:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:37:09 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:37:09 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:37:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:37:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:37:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:37:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:37:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:37:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:37:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:37:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:37:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:37:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:37:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:37:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:37:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:37:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.140s coverage: 58.8% of statements 00:37:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:37:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:37:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.241s coverage: 0.1% of statements 00:37:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:37:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:37:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:37:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.135s coverage: 47.1% of statements 00:37:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.149s coverage: 79.5% of statements 00:37:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.098s coverage: 94.1% of statements 00:37:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.192s coverage: 96.3% of statements 00:37:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.093s coverage: 87.5% of statements 00:37:12 Sending build context to Docker daemon 166.7MB 00:37:12 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:37:12 Step 2/6 : FROM ${BASE} 00:37:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:37:12 5f621e34cdf4: Pulling fs layer 00:37:12 a4357932f1b6: Pulling fs layer 00:37:12 18c013af1878: Pulling fs layer 00:37:12 00ac8860ef70: Pulling fs layer 00:37:12 63d7cb157983: Pulling fs layer 00:37:12 b116817d02f9: Pulling fs layer 00:37:12 745a02a5169b: Pulling fs layer 00:37:12 00ac8860ef70: Waiting 00:37:12 63d7cb157983: Waiting 00:37:12 b116817d02f9: Waiting 00:37:12 745a02a5169b: Waiting 00:37:12 18c013af1878: Verifying Checksum 00:37:12 18c013af1878: Download complete 00:37:12 a4357932f1b6: Verifying Checksum 00:37:12 a4357932f1b6: Download complete 00:37:12 63d7cb157983: Verifying Checksum 00:37:12 63d7cb157983: Download complete 00:37:12 b116817d02f9: Verifying Checksum 00:37:12 b116817d02f9: Download complete 00:37:12 5f621e34cdf4: Verifying Checksum 00:37:12 5f621e34cdf4: Download complete 00:37:12 5f621e34cdf4: Pull complete 00:37:13 a4357932f1b6: Pull complete 00:37:13 18c013af1878: Pull complete 00:37:14 745a02a5169b: Verifying Checksum 00:37:14 745a02a5169b: Download complete 00:37:16 00ac8860ef70: Verifying Checksum 00:37:16 00ac8860ef70: Download complete 00:37:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.140s coverage: 94.4% of statements 00:37:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.131s coverage: 44.8% of statements 00:37:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.213s coverage: 81.4% of statements 00:37:27 00ac8860ef70: Pull complete 00:37:27 63d7cb157983: Pull complete 00:37:27 b116817d02f9: Pull complete 00:37:31 745a02a5169b: Pull complete 00:37:31 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:37:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:37:31 ---> b7e6874047d6 00:37:31 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:37:34 ---> Running in 73ec82b52d44 00:37:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:37 (1/12) Installing libmagic (5.38-r0) 00:37:37 (2/12) Installing file (5.38-r0) 00:37:37 (3/12) Installing libc-dev (0.7.2-r3) 00:37:37 (4/12) Installing g++ (9.3.0-r2) 00:37:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.211s coverage: 92.9% of statements 00:37:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:37:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:37:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:37:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.166s coverage: 77.8% of statements 00:37:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:37:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:37:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:37:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:37:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:37:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.496s coverage: 87.2% of statements 00:37:39 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:37:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:37:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.038s coverage: 100.0% of statements 00:37:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:37:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.178s coverage: 75.5% of statements 00:37:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:37:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.8% of statements 00:37:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.196s coverage: 87.2% of statements 00:37:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.203s coverage: 84.6% of statements 00:37:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.484s coverage: 91.6% of statements 00:37:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:37:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.870s coverage: 62.4% of statements 00:37:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:37:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:37:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.085s coverage: 100.0% of statements 00:37:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.072s coverage: 91.3% of statements 00:37:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.348s coverage: 100.0% of statements 00:37:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.588s coverage: 73.7% of statements 00:37:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.067s coverage: 100.0% of statements 00:37:39 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.727s coverage: 69.0% of statements 00:37:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:37:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:37:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:37:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.334s coverage: 38.4% of statements 00:37:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:37:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:37:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.179s coverage: 89.5% of statements 00:37:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:37:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.137s coverage: 84.8% of statements 00:37:43 (5/12) Installing fortify-headers (1.1-r0) 00:37:43 (6/12) Installing patch (2.7.6-r6) 00:37:43 (7/12) Installing build-base (0.5-r2) 00:37:43 (8/12) Installing libsodium (1.0.18-r0) 00:37:43 (9/12) Installing pkgconf (1.7.2-r0) 00:37:43 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:43 (11/12) Installing libzmq (4.3.3-r0) 00:37:43 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:44 Executing busybox-1.31.1-r19.trigger 00:37:44 OK: 217 MiB in 51 packages 00:37:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.522s coverage: 47.0% of statements 00:37:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:37:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:37:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:37:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:37:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:37:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.124s coverage: 100.0% of statements 00:37:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:37:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.110s coverage: 100.0% of statements 00:37:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:37:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:37:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:37:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:37:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.322s coverage: 87.8% of statements 00:37:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:37:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:37:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:37:48 Removing intermediate container 73ec82b52d44 00:37:48 ---> 5522286de776 00:37:48 Step 4/6 : WORKDIR /edgex-go 00:37:48 ---> Running in 018a0a47b108 00:37:48 Removing intermediate container 018a0a47b108 00:37:48 ---> 70365c4d3ebf 00:37:48 Step 5/6 : COPY go.mod . 00:37:49 ---> c99514f2f710 00:37:49 Step 6/6 : RUN go mod download 00:37:49 ---> Running in 38461b24c1b5 00:37:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.856s coverage: 29.1% of statements 00:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:37:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.193s coverage: 99.0% of statements 00:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:37:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements 00:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:37:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.211s coverage: 95.6% of statements 00:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:37:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:37:55 ok github.com/edgexfoundry/edgex-go/internal/system 0.094s coverage: 0.0% of statements 00:37:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:37:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.069s coverage: 100.0% of statements 00:37:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:37:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:37:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:37:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:37:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.129s coverage: 87.9% of statements 00:37:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:37:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:37:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements 00:37:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.137s coverage: 32.1% of statements 00:37:56 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.068s coverage: 100.0% of statements 00:37:56 GO111MODULE=on go vet ./... 00:38:16 Removing intermediate container 38461b24c1b5 00:38:16 ---> 61ba9537df3b 00:38:16 Successfully built 61ba9537df3b 00:38:16 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:38:17 + docker inspect -f . ci-base-image-arm64 00:38:17 . [Pipeline] withDockerContainer 00:38:17 prd-ubuntu18.04-docker-arm64-4c-16g-29232 does not seem to be running inside a container 00:38:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/79 -v /w/workspace/edgex-go/79:/w/workspace/edgex-go/79:rw,z -v /w/workspace/edgex-go/79@tmp:/w/workspace/edgex-go/79@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 ******** ci-base-image-arm64 cat 00:38:18 $ docker top 5d9c996cdca3c10bd9f163e2c738bdfe5083e97f84bc9f9372e5441428fb2ad3 -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:19 + go version 00:38:19 go version go1.15.5 linux/arm64 [Pipeline] } 00:38:19 $ docker stop --time=1 5d9c996cdca3c10bd9f163e2c738bdfe5083e97f84bc9f9372e5441428fb2ad3 00:38:21 $ docker rm -f 5d9c996cdca3c10bd9f163e2c738bdfe5083e97f84bc9f9372e5441428fb2ad3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:22 + docker inspect -f . ci-base-image-arm64 00:38:22 . [Pipeline] withDockerContainer 00:38:22 prd-ubuntu18.04-docker-arm64-4c-16g-29232 does not seem to be running inside a container 00:38:23 $ 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/79 -v /w/workspace/edgex-go/79:/w/workspace/edgex-go/79:rw,z -v /w/workspace/edgex-go/79@tmp:/w/workspace/edgex-go/79@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 ******** ci-base-image-arm64 cat 00:38:24 $ docker top 001bea164d9f57314de8db75d94860903b74a094e59e86d7beb55ddce793d911 -eo pid,comm [Pipeline] { [Pipeline] echo 00:38:24 ========================================================= 00:38:24 [edgeXBuildGoParallel] Running Tests and Build... 00:38:24 ========================================================= [Pipeline] sh 00:38:25 + make test 00:38:25 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:47 ? github.com/edgexfoundry/edgex-go [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:35 gofmt -l . 00:39:35 [ "`gofmt -l .`" = "" ] 00:39:35 ./bin/test-go-mod-tidy.sh 00:39:35 ./bin/test-attribution-txt.sh [Pipeline] sh 00:39:36 + ls -al . 00:39:36 total 736 00:39:36 drwxrwxr-x 10 1001 1001 4096 Mar 10 00:39 . 00:39:36 drwxr-xr-x 4 root root 30 Mar 10 00:35 .. 00:39:36 -rw-rw-r-- 1 1001 1001 11 Mar 10 00:31 .dockerignore 00:39:36 drwxrwxr-x 8 1001 1001 179 Mar 10 00:31 .git 00:39:36 drwxrwxr-x 3 1001 1001 125 Mar 10 00:31 .github 00:39:36 -rw-rw-r-- 1 1001 1001 818 Mar 10 00:31 .gitignore 00:39:36 drwx------ 3 1001 1001 60 Mar 10 00:32 .semver 00:39:36 -rw-rw-r-- 1 1001 1001 166 Mar 10 00:31 .sonarcloud.properties 00:39:36 -rw-rw-r-- 1 1001 1001 8607 Mar 10 00:31 Attribution.txt 00:39:36 -rw-rw-r-- 1 1001 1001 3804 Mar 10 00:31 CONTRIBUTING.md 00:39:36 -rw-rw-r-- 1 1001 1001 931 Mar 10 00:31 Dockerfile.build 00:39:36 -rw-rw-r-- 1 1001 1001 863 Mar 10 00:31 Jenkinsfile 00:39:36 -rw-rw-r-- 1 1001 1001 10775 Mar 10 00:31 LICENSE 00:39:36 -rw-rw-r-- 1 1001 1001 5774 Mar 10 00:31 Makefile 00:39:36 -rw-rw-r-- 1 1001 1001 6548 Mar 10 00:31 README.md 00:39:36 -rw-rw-r-- 1 1001 1001 6755 Mar 10 00:31 SECURITY.md 00:39:36 -rw-rw-r-- 1 1001 1001 5 Mar 10 00:32 VERSION 00:39:36 -rw-rw-r-- 1 1001 1001 4131 Mar 10 00:31 ZMQWindows.md 00:39:36 drwxrwxr-x 2 1001 1001 117 Mar 10 00:31 bin 00:39:36 drwxrwxr-x 14 1001 1001 4096 Mar 10 00:31 cmd 00:39:36 -rw-r--r-- 1 root root 624012 Mar 10 00:37 coverage.out 00:39:36 -rw-r--r-- 1 root root 1055 Mar 10 00:39 go.mod 00:39:36 -rw-r--r-- 1 root root 21981 Mar 10 00:39 go.sum 00:39:36 drwxrwxr-x 8 1001 1001 127 Mar 10 00:31 internal 00:39:36 drwxrwxr-x 4 1001 1001 26 Mar 10 00:31 openapi 00:39:36 drwxrwxr-x 4 1001 1001 71 Mar 10 00:31 snap 00:39:36 -rw-rw-r-- 1 1001 1001 168 Mar 10 00:31 version.go [Pipeline] sh 00:39:37 + '[' -e coverage.out ] 00:39:37 + chown 1001:1001 coverage.out [Pipeline] stash 00:39:38 Stashed 1 file(s) [Pipeline] sh 00:39:39 + make build 00:39:39 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:41 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:39:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:55 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:55 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:40:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:40:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:40:04 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:40:09 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.375s coverage: 45.9% of statements 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.215s coverage: 100.0% of statements 00:40:16 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.581s coverage: 27.1% of statements 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.053s coverage: 100.0% of statements 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.215s coverage: 71.3% of statements 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.469s coverage: 82.9% of statements 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.145s coverage: 78.9% of statements 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:40:21 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:40:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.205s coverage: 28.6% of statements 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.161s coverage: 100.0% of statements 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.311s coverage: 86.7% of statements 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.359s coverage: 97.5% of statements 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.149s coverage: 78.3% of statements 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:27 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:40:31 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:40:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.290s coverage: 92.8% of statements 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.200s coverage: 0.1% of statements 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.080s coverage: 47.1% of statements 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.087s coverage: 79.5% of statements 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.054s coverage: 94.1% of statements 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.103s coverage: 96.3% of statements 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.067s coverage: 87.5% of statements 00:40:39 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:40:42 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:40:47 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:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.079s coverage: 94.4% of statements 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.096s coverage: 81.4% of statements 00:40:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:41:02 $ docker stop --time=1 dc1cf3d403bec079dd6ea084bb74e499c1220825ac27c98a878f21df5440bb7c 00:41:04 $ docker rm -f dc1cf3d403bec079dd6ea084bb74e499c1220825ac27c98a878f21df5440bb7c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.112s coverage: 92.9% of statements 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 75.5% of statements 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.127s coverage: 87.2% of statements 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.134s coverage: 84.6% of statements 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.202s coverage: 91.6% of statements 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.536s coverage: 62.4% of statements 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.858s coverage: 69.0% of statements 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [Pipeline] isUnix [Pipeline] sh 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.419s coverage: 38.4% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.102s coverage: 89.5% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.110s coverage: 84.8% of statements 00:41:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:41:08 00:41:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:41:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:41:08 latest: Pulling from edgex-devops/edgex-compose 00:41:08 cbdbe7a5bc2a: Pulling fs layer 00:41:08 ca9280d653b3: Pulling fs layer 00:41:08 7e9c9ca2126c: Pulling fs layer 00:41:09 cbdbe7a5bc2a: Verifying Checksum 00:41:09 cbdbe7a5bc2a: Download complete 00:41:10 cbdbe7a5bc2a: Pull complete 00:41:10 ca9280d653b3: Download complete 00:41:12 ca9280d653b3: Pull complete 00:41:12 7e9c9ca2126c: Verifying Checksum 00:41:12 7e9c9ca2126c: Download complete 00:41:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.465s coverage: 47.0% of statements 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:41:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.152s coverage: 100.0% of statements 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:41:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.148s coverage: 100.0% of statements 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:41:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.422s coverage: 87.8% of statements 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:41:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.144s coverage: 29.1% of statements 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.177s coverage: 99.0% of statements 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.118s coverage: 100.0% of statements 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:41:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.225s coverage: 95.6% of statements 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:41:22 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.118s coverage: 87.9% of statements 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements 00:41:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 00:41:23 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 100.0% of statements 00:41:24 GO111MODULE=on go vet ./... 00:41:27 7e9c9ca2126c: Pull complete 00:41:27 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:41:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:41:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:41:27 prd-centos7-docker-4c-2g-29224 does not seem to be running inside a container 00:41:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/79 -v /w/workspace/edgex-go/79:/w/workspace/edgex-go/79:rw,z -v /w/workspace/edgex-go/79@tmp:/w/workspace/edgex-go/79@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:41:29 $ docker top 89d29ee48e29838af2f353820e297b86799680b7acd69415969d4a0db0beac70 -eo pid,comm [Pipeline] { [Pipeline] sh 00:41:30 + docker-compose build --help 00:41:30 + grep parallel 00:41:32 --parallel Build images in parallel. [Pipeline] } 00:41:32 $ docker stop --time=1 89d29ee48e29838af2f353820e297b86799680b7acd69415969d4a0db0beac70 00:41:34 $ docker rm -f 89d29ee48e29838af2f353820e297b86799680b7acd69415969d4a0db0beac70 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:41:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:41:35 . [Pipeline] withDockerContainer 00:41:35 prd-centos7-docker-4c-2g-29224 does not seem to be running inside a container 00:41:35 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/79 -v /w/workspace/edgex-go/79:/w/workspace/edgex-go/79:rw,z -v /w/workspace/edgex-go/79@tmp:/w/workspace/edgex-go/79@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:41:37 $ docker top 9d644ed2dc68f4c4fc5a5459b79caf3cccaaa0177ae76f2a84641855407a51ea -eo pid,comm [Pipeline] { [Pipeline] sh 00:41:37 + docker-compose -f ./docker-compose-build.yml build --parallel 00:41:39 Building docker-core-command-go ... 00:41:39 Building docker-core-data-go ... 00:41:39 Building docker-core-metadata-go ... 00:41:39 Building docker-security-bootstrapper-go ... 00:41:39 Building docker-security-proxy-setup-go ... 00:41:39 Building docker-security-secretstore-setup-go ... 00:41:39 Building docker-support-notifications-go ... 00:41:39 Building docker-support-scheduler-go ... 00:41:39 Building docker-sys-mgmt-agent-go ... 00:41:39 Building docker-security-secretstore-setup-go 00:41:39 Building docker-core-metadata-go 00:41:39 Building docker-support-scheduler-go 00:41:39 Building docker-security-proxy-setup-go 00:41:39 Building docker-security-bootstrapper-go 00:42:46 gofmt -l . 00:42:46 [ "`gofmt -l .`" = "" ] 00:42:46 ./bin/test-go-mod-tidy.sh 00:42:46 ./bin/test-attribution-txt.sh [Pipeline] sh 00:42:47 + ls -al . 00:42:47 total 764 00:42:47 drwxrwxr-x 9 1001 1001 4096 Mar 10 00:42 . 00:42:47 drwxr-xr-x 4 root root 4096 Mar 10 00:38 .. 00:42:47 -rw-rw-r-- 1 1001 1001 11 Mar 10 00:36 .dockerignore 00:42:47 drwxrwxr-x 8 1001 1001 4096 Mar 10 00:36 .git 00:42:47 drwxrwxr-x 3 1001 1001 4096 Mar 10 00:36 .github 00:42:47 -rw-rw-r-- 1 1001 1001 818 Mar 10 00:36 .gitignore 00:42:47 -rw-rw-r-- 1 1001 1001 166 Mar 10 00:36 .sonarcloud.properties 00:42:47 -rw-rw-r-- 1 1001 1001 8607 Mar 10 00:36 Attribution.txt 00:42:47 -rw-rw-r-- 1 1001 1001 3804 Mar 10 00:36 CONTRIBUTING.md 00:42:47 -rw-rw-r-- 1 1001 1001 931 Mar 10 00:36 Dockerfile.build 00:42:47 -rw-rw-r-- 1 1001 1001 863 Mar 10 00:36 Jenkinsfile 00:42:47 -rw-rw-r-- 1 1001 1001 10775 Mar 10 00:36 LICENSE 00:42:47 -rw-rw-r-- 1 1001 1001 5774 Mar 10 00:36 Makefile 00:42:47 -rw-rw-r-- 1 1001 1001 6548 Mar 10 00:36 README.md 00:42:47 -rw-rw-r-- 1 1001 1001 6755 Mar 10 00:36 SECURITY.md 00:42:47 -rw-rw-r-- 1 1001 1001 5 Mar 10 00:32 VERSION 00:42:47 -rw-rw-r-- 1 1001 1001 4131 Mar 10 00:36 ZMQWindows.md 00:42:47 drwxrwxr-x 2 1001 1001 4096 Mar 10 00:36 bin 00:42:47 drwxrwxr-x 14 1001 1001 4096 Mar 10 00:36 cmd 00:42:47 -rw-r--r-- 1 root root 624012 Mar 10 00:41 coverage.out 00:42:47 -rw-r--r-- 1 root root 1055 Mar 10 00:42 go.mod 00:42:47 -rw-r--r-- 1 root root 21981 Mar 10 00:42 go.sum 00:42:47 drwxrwxr-x 8 1001 1001 4096 Mar 10 00:36 internal 00:42:47 drwxrwxr-x 4 1001 1001 4096 Mar 10 00:36 openapi 00:42:47 drwxrwxr-x 4 1001 1001 4096 Mar 10 00:36 snap 00:42:47 -rw-rw-r-- 1 1001 1001 168 Mar 10 00:36 version.go [Pipeline] sh 00:42:47 + '[' -e coverage.out ] 00:42:47 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:47 Warning: overwriting stash ‘coverage-report’ 00:42:49 Stashed 1 file(s) [Pipeline] sh 00:42:49 + make build 00:42:49 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:43:00 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:19 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:43:19 ---> ad5018931ca1 00:43:19 Step 3/24 : WORKDIR /edgex-go 00:43:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:19 ---> ad5018931ca1 00:43:19 Step 3/22 : WORKDIR /edgex-go 00:43:19 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:19 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:43:19 ---> ad5018931ca1 00:43:19 Step 3/31 : WORKDIR /edgex-go 00:43:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:43:19 ---> ad5018931ca1 00:43:19 Step 3/23 : WORKDIR /edgex-go 00:43:19 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:43:19 ---> ad5018931ca1 00:43:19 Step 3/21 : WORKDIR /edgex-go 00:43:19 ---> Running in 915e5f9e0bfa 00:43:19 ---> Running in d48cb7de8855 00:43:19 ---> Running in e8a14bf692f4 00:43:19 ---> Running in dea3963aa2bf 00:43:19 ---> Running in d0cfb0b1b265 00:43:19 Removing intermediate container d0cfb0b1b265 00:43:19 ---> b86cd71c53c1 00:43:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:19 Removing intermediate container 915e5f9e0bfa 00:43:19 ---> b54458bfba1d 00:43:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:19 Removing intermediate container d48cb7de8855 00:43:19 ---> 67b0a315b408 00:43:19 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:19 Removing intermediate container dea3963aa2bf 00:43:19 ---> 209c4f360bb3 00:43:19 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:19 ---> Running in 1fb499444ad1 00:43:19 ---> Running in 029f3b33f4ac 00:43:19 Removing intermediate container e8a14bf692f4 00:43:19 ---> 24d540602bc4 00:43:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:19 ---> Running in c0fc60cbc7ce 00:43:19 ---> Running in 446a3cec07e0 00:43:19 ---> Running in bd189d9e6055 00:43:19 Removing intermediate container 029f3b33f4ac 00:43:19 ---> 8a5f4c0be92f 00:43:19 Step 5/21 : RUN apk add --update --no-cache make git 00:43:20 Removing intermediate container 1fb499444ad1 00:43:20 ---> 3aece180fbbb 00:43:20 Step 5/22 : RUN apk add --update --no-cache make git 00:43:20 Removing intermediate container 446a3cec07e0 00:43:20 ---> 9cda8d5f5479 00:43:20 Step 5/31 : RUN apk add --update --no-cache make git 00:43:20 Removing intermediate container c0fc60cbc7ce 00:43:20 ---> edc0d3c27e85 00:43:20 Step 5/24 : RUN apk add --update --no-cache make git 00:43:20 ---> Running in 99b596cf9537 00:43:20 ---> Running in 6544a00e70fb 00:43:20 ---> Running in 453dae4051a5 00:43:20 ---> Running in d7350486df19 00:43:20 Removing intermediate container bd189d9e6055 00:43:20 ---> d0af23a9f08a 00:43:20 Step 5/23 : RUN apk add --update --no-cache make git 00:43:20 ---> Running in 2d1e8b01c938 00:43:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:43:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:24 OK: 233 MiB in 51 packages 00:43:24 OK: 233 MiB in 51 packages 00:43:24 OK: 233 MiB in 51 packages 00:43:24 OK: 233 MiB in 51 packages 00:43:24 OK: 233 MiB in 51 packages 00:43:26 Removing intermediate container 453dae4051a5 00:43:26 ---> fa5ebd58b7e0 00:43:26 Step 6/31 : COPY go.mod . 00:43:27 Removing intermediate container 6544a00e70fb 00:43:27 ---> ce068b15db45 00:43:27 Step 6/22 : COPY go.mod . 00:43:27 Removing intermediate container 99b596cf9537 00:43:27 ---> 828248709f2a 00:43:27 Step 6/21 : COPY go.mod . 00:43:27 Removing intermediate container 2d1e8b01c938 00:43:27 ---> 0c7bfa33a957 00:43:27 Step 6/23 : COPY go.mod . 00:43:27 Removing intermediate container d7350486df19 00:43:27 ---> 43aa965060c2 00:43:27 Step 6/24 : COPY go.mod . 00:43:27 ---> 6285bd98408b 00:43:27 Step 7/31 : RUN go mod download 00:43:28 ---> befc4bb75636 00:43:28 Step 7/21 : RUN go mod download 00:43:28 ---> Running in 2991dc2329e0 00:43:28 ---> 3863058da182 00:43:28 Step 7/22 : RUN go mod download 00:43:28 ---> Running in 42575b6d022f 00:43:28 ---> 355d2cc9e341 00:43:28 Step 7/23 : RUN go mod download 00:43:28 ---> Running in 593118ea2827 00:43:28 ---> fdb15c543a74 00:43:28 Step 7/24 : RUN go mod download 00:43:28 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:28 ---> Running in e31fc63275a6 00:43:28 ---> Running in 7a573f984d38 00:43:33 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:34 Removing intermediate container 42575b6d022f 00:43:34 ---> 7f5fda6bb28b 00:43:34 Step 8/21 : COPY . . 00:43:34 Removing intermediate container 2991dc2329e0 00:43:34 ---> 703e3b198c3c 00:43:34 Step 8/31 : COPY . . 00:43:34 Removing intermediate container 7a573f984d38 00:43:34 ---> 606c84050393 00:43:34 Step 8/24 : COPY . . 00:43:35 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:36 Removing intermediate container 593118ea2827 00:43:36 ---> 46414d240b3a 00:43:36 Step 8/22 : COPY . . 00:43:36 Removing intermediate container e31fc63275a6 00:43:36 ---> dc9cfa1754d6 00:43:36 Step 8/23 : COPY . . 00:43:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:43:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:43:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:43:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:43:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:44:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:44:11 $ docker stop --time=1 001bea164d9f57314de8db75d94860903b74a094e59e86d7beb55ddce793d911 00:44:14 $ docker rm -f 001bea164d9f57314de8db75d94860903b74a094e59e86d7beb55ddce793d911 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:16 00:44:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:16 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:16 29e5d40040c1: Pulling fs layer 00:44:16 1ce36da41761: Pulling fs layer 00:44:16 25b303627fd3: Pulling fs layer 00:44:17 29e5d40040c1: Verifying Checksum 00:44:17 29e5d40040c1: Download complete 00:44:17 1ce36da41761: Verifying Checksum 00:44:17 1ce36da41761: Download complete 00:44:18 29e5d40040c1: Pull complete 00:44:19 1ce36da41761: Pull complete 00:44:19 25b303627fd3: Download complete 00:44:29 25b303627fd3: Pull complete 00:44:29 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:44:29 prd-ubuntu18.04-docker-arm64-4c-16g-29232 does not seem to be running inside a container 00:44:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/79 -v /w/workspace/edgex-go/79:/w/workspace/edgex-go/79:rw,z -v /w/workspace/edgex-go/79@tmp:/w/workspace/edgex-go/79@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:32 $ docker top aa8e2f65927b1b1065e82857aa40f0dbca551b49b74a1420dfa448f926534a23 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:33 + grep parallel 00:44:33 + docker-compose build --help 00:44:37 --parallel Build images in parallel. [Pipeline] } 00:44:37 $ docker stop --time=1 aa8e2f65927b1b1065e82857aa40f0dbca551b49b74a1420dfa448f926534a23 00:44:39 $ docker rm -f aa8e2f65927b1b1065e82857aa40f0dbca551b49b74a1420dfa448f926534a23 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:40 . [Pipeline] withDockerContainer 00:44:40 prd-ubuntu18.04-docker-arm64-4c-16g-29232 does not seem to be running inside a container 00:44:40 $ 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/79 -v /w/workspace/edgex-go/79:/w/workspace/edgex-go/79:rw,z -v /w/workspace/edgex-go/79@tmp:/w/workspace/edgex-go/79@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:41 $ docker top 95da8e8bfc6ed0347a56d7048309b142e37c97d4a427bec05d9c38090f5c3c29 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:42 + docker-compose -f ./docker-compose-build.yml build --parallel 00:44:46 Building docker-core-command-go ... 00:44:46 Building docker-core-data-go ... 00:44:46 Building docker-core-metadata-go ... 00:44:46 Building docker-security-bootstrapper-go ... 00:44:46 Building docker-security-proxy-setup-go ... 00:44:46 Building docker-security-secretstore-setup-go ... 00:44:46 Building docker-support-notifications-go ... 00:44:46 Building docker-support-scheduler-go ... 00:44:46 Building docker-sys-mgmt-agent-go ... 00:44:46 Building docker-core-metadata-go 00:44:46 Building docker-security-secretstore-setup-go 00:44:46 Building docker-core-command-go 00:44:46 Building docker-sys-mgmt-agent-go 00:44:46 Building docker-support-notifications-go 00:45:29 ---> 8fcb58e08cbc 00:45:29 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:45:29 ---> c8df93061b06 00:45:29 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:45:29 ---> b69ab8d47ae4 00:45:29 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:45:29 ---> 32082015496e 00:45:29 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:45:29 ---> f2f083616b1d 00:45:29 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:45:29 ---> Running in 90d89a2eb121 00:45:29 ---> Running in 10206bbe5226 00:45:29 ---> Running in 0e81d0ac96d4 00:45:29 ---> Running in d4b11929a2f1 00:45:29 ---> Running in ca7ec1897e48 00:45:29 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:45:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:45:29 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:45:29 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:45:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:46:07 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:07 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:46:07 ---> 61ba9537df3b 00:46:07 Step 3/26 : WORKDIR /edgex-go 00:46:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:07 ---> 61ba9537df3b 00:46:07 Step 3/23 : WORKDIR /edgex-go 00:46:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:07 ---> 61ba9537df3b 00:46:07 Step 3/22 : WORKDIR /edgex-go 00:46:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:46:07 ---> 61ba9537df3b 00:46:07 Step 3/24 : WORKDIR /edgex-go 00:46:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:07 ---> 61ba9537df3b 00:46:07 Step 3/23 : WORKDIR /edgex-go 00:46:07 ---> Running in e90c66c12193 00:46:07 ---> Running in 8b99e0ed2015 00:46:07 ---> Running in a7181872baed 00:46:07 ---> Running in 526286f6f0be 00:46:07 ---> Running in 553a80c231d9 00:46:07 Removing intermediate container 8b99e0ed2015 00:46:07 ---> 4e155f8e0b85 00:46:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:07 Removing intermediate container a7181872baed 00:46:07 ---> 7794283e98df 00:46:07 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:07 Removing intermediate container e90c66c12193 00:46:07 ---> 4802833ceebe 00:46:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:07 Removing intermediate container 553a80c231d9 00:46:07 ---> 28a45a4c5770 00:46:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:07 Removing intermediate container 526286f6f0be 00:46:07 ---> bde09af5eafe 00:46:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:07 ---> Running in b5b5cd7ac751 00:46:07 ---> Running in f1550951b829 00:46:07 ---> Running in 94b5107353a3 00:46:07 ---> Running in 7d1fedd48517 00:46:07 ---> Running in 0d48d2f03733 00:46:07 Removing intermediate container f1550951b829 00:46:07 ---> 0bbc3f0b38c4 00:46:07 Step 5/24 : RUN apk add --update --no-cache make git 00:46:07 ---> Running in 48d11c77cad9 00:46:07 Removing intermediate container b5b5cd7ac751 00:46:07 ---> a8cac1a2e706 00:46:07 Step 5/26 : RUN apk add --update --no-cache make bash git 00:46:07 ---> Running in f9497b215641 00:46:07 Removing intermediate container 0d48d2f03733 00:46:07 ---> 17aa6737f703 00:46:07 Step 5/23 : RUN apk add --update --no-cache make git 00:46:07 Removing intermediate container 7d1fedd48517 00:46:07 ---> 256fd38fdb9f 00:46:07 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:46:07 ---> Running in 4700fcd1c001 00:46:07 Removing intermediate container 94b5107353a3 00:46:07 ---> 7fb0b47e0465 00:46:07 Step 5/23 : RUN apk add --update --no-cache make git 00:46:07 ---> Running in 33c535917d15 00:46:07 ---> Running in cd9790af077b 00:46:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:09 OK: 217 MiB in 51 packages 00:46:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:10 OK: 217 MiB in 51 packages 00:46:10 OK: 217 MiB in 51 packages 00:46:10 OK: 217 MiB in 51 packages 00:46:10 OK: 217 MiB in 51 packages 00:46:11 Removing intermediate container 48d11c77cad9 00:46:11 ---> 0626ea56614e 00:46:11 Step 6/24 : COPY go.mod . 00:46:12 Removing intermediate container f9497b215641 00:46:12 ---> b0a3bdff8744 00:46:12 Step 6/26 : COPY go.mod . 00:46:12 Removing intermediate container 4700fcd1c001 00:46:12 ---> 9154510a76b0 00:46:12 Step 6/23 : COPY go.mod . 00:46:12 ---> 65cec5e338e3 00:46:12 Step 7/24 : RUN go mod download 00:46:12 ---> Running in 4627cc865ad0 00:46:12 Removing intermediate container cd9790af077b 00:46:12 ---> 98fa1e6eb8fa 00:46:12 Step 6/23 : COPY go.mod . 00:46:12 Removing intermediate container 33c535917d15 00:46:12 ---> 11f3c0c49ff6 00:46:12 Step 6/22 : COPY go.mod . 00:46:12 ---> 53dc6192bb8e 00:46:12 Step 7/26 : RUN go mod download 00:46:13 ---> Running in 85582fef43b5 00:46:13 ---> 1558603135f1 00:46:13 Step 7/23 : RUN go mod download 00:46:13 ---> Running in e06593cb477c 00:46:14 ---> c78c6dc894a6 00:46:14 Step 7/22 : RUN go mod download 00:46:14 ---> 0a18663b2a53 00:46:14 Step 7/23 : RUN go mod download 00:46:14 ---> Running in 985e3e923a4e 00:46:14 ---> Running in 7f32c759951a 00:46:17 Removing intermediate container 4627cc865ad0 00:46:17 ---> 5fb62e5f872c 00:46:17 Step 8/24 : COPY . . 00:46:17 Removing intermediate container 85582fef43b5 00:46:17 ---> eea70649b655 00:46:17 Step 8/26 : COPY . . 00:46:18 Removing intermediate container e06593cb477c 00:46:18 ---> 1349b0b8d6f1 00:46:18 Step 8/23 : COPY . . 00:46:19 Removing intermediate container 985e3e923a4e 00:46:19 ---> 7f958239adb8 00:46:19 Step 8/22 : COPY . . 00:46:20 Removing intermediate container 7f32c759951a 00:46:20 ---> 5fc445ec9579 00:46:20 Step 8/23 : COPY . . 00:46:39 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:46:39 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:46:47 ---> e6f3e7991414 00:46:47 Step 9/23 : RUN make cmd/core-command/core-command 00:46:47 ---> 128083f5fbf7 00:46:47 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:46:47 ---> ef2344f0231f 00:46:47 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:46:47 ---> Running in 95e89076bdc6 00:46:47 ---> 1a53b74dba51 00:46:47 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:46:47 ---> a74331ec6732 00:46:47 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:46:47 ---> Running in da752153110d 00:46:47 ---> Running in 6d7688bddccc 00:46:47 ---> Running in 5bc154534c5e 00:46:47 ---> Running in e8089ab87105 00:46:47 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:46:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:46:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:46:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:46:47 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:46:51 Removing intermediate container d4b11929a2f1 00:46:51 ---> e0cf02c5b4fe 00:46:51 00:46:51 Step 10/21 : FROM alpine:3.12 00:46:51 3.12: Pulling from library/alpine 00:46:51 Removing intermediate container 0e81d0ac96d4 00:46:51 ---> f2b561c3f95a 00:46:51 00:46:51 Step 10/24 : FROM alpine:3.12 00:46:51 3.12: Pulling from library/alpine 00:46:51 Removing intermediate container 90d89a2eb121 00:46:51 ---> db9b08a4b64a 00:46:51 00:46:51 Step 10/31 : FROM alpine:3.12 00:46:51 3.12: Pulling from library/alpine 00:46:51 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:46:51 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:46:51 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:46:51 Status: Downloaded newer image for alpine:3.12 00:46:51 Status: Downloaded newer image for alpine:3.12 00:46:51 ---> 88dd2752d2ea 00:46:51 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:46:51 Status: Image is up to date for alpine:3.12 00:46:51 ---> 88dd2752d2ea 00:46:51 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:46:51 ---> 88dd2752d2ea 00:46:51 Step 11/21 : RUN apk add --update --no-cache curl 00:46:52 ---> Running in b8c62fd76570 00:46:52 ---> Running in dcb57a67c1c4 00:46:52 ---> Running in 9dd1c076d8fb 00:46:52 Removing intermediate container 10206bbe5226 00:46:52 ---> 809399bd94cc 00:46:52 00:46:52 Step 10/22 : FROM alpine:3.12 00:46:52 ---> 88dd2752d2ea 00:46:52 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:46:53 ---> Running in 70cb4dea23c8 00:46:53 Removing intermediate container 9dd1c076d8fb 00:46:53 ---> 76377df90cb4 00:46:53 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:46:54 ---> Running in 90c385b3a7a4 00:46:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:46:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:46:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:46:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:46:54 (1/5) Installing ca-certificates (20191127-r4) 00:46:54 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:46:54 (3/5) Installing libcurl (7.69.1-r3) 00:46:54 (4/5) Installing curl (7.69.1-r3) 00:46:54 (5/5) Installing dumb-init (1.2.2-r1) 00:46:54 Executing busybox-1.31.1-r19.trigger 00:46:54 (1/4) Installing ca-certificates (20191127-r4) 00:46:55 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:46:55 (3/4) Installing libcurl (7.69.1-r3) 00:46:55 (4/4) Installing curl (7.69.1-r3) 00:46:55 Executing busybox-1.31.1-r19.trigger 00:46:55 Executing ca-certificates-20191127-r4.trigger 00:46:55 OK: 7 MiB in 18 packages 00:46:55 Executing ca-certificates-20191127-r4.trigger 00:46:55 OK: 7 MiB in 19 packages 00:46:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:46:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:46:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:46:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:46:56 (1/1) Installing dumb-init (1.2.2-r1) 00:46:56 Executing busybox-1.31.1-r19.trigger 00:46:56 OK: 6 MiB in 15 packages 00:46:56 (1/2) Installing dumb-init (1.2.2-r1) 00:46:56 (2/2) Installing su-exec (0.2-r1) 00:46:56 Executing busybox-1.31.1-r19.trigger 00:46:56 OK: 6 MiB in 16 packages 00:46:57 Removing intermediate container ca7ec1897e48 00:46:57 ---> 0061f3c21a10 00:46:57 00:46:57 Step 10/23 : FROM alpine:3.12 00:46:57 ---> 88dd2752d2ea 00:46:57 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:46:58 ---> Running in 86c9c611fcc6 00:46:59 Removing intermediate container dcb57a67c1c4 00:46:59 ---> a2de281694bf 00:46:59 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:46:59 ---> Running in dbdb037cbe28 00:46:59 Removing intermediate container b8c62fd76570 00:46:59 ---> d574583e2fcd 00:46:59 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:00 Removing intermediate container 90c385b3a7a4 00:47:00 ---> b5a9b1faeceb 00:47:00 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:47:00 ---> Running in 5de6651709d1 00:47:00 ---> Running in ae2e4c46ca9d 00:47:00 Removing intermediate container 70cb4dea23c8 00:47:00 ---> 09f7d8f355e2 00:47:00 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:47:00 Removing intermediate container dbdb037cbe28 00:47:00 ---> 47db74613830 00:47:00 Step 13/21 : WORKDIR /edgex 00:47:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:00 ---> Running in eac0b5877ca6 00:47:00 ---> Running in 6ad0725981c8 00:47:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:00 Removing intermediate container 5de6651709d1 00:47:00 ---> e9312a7c9d10 00:47:00 Step 13/24 : WORKDIR / 00:47:00 (1/1) Installing dumb-init (1.2.2-r1) 00:47:00 Executing busybox-1.31.1-r19.trigger 00:47:00 OK: 6 MiB in 15 packages 00:47:01 Removing intermediate container ae2e4c46ca9d 00:47:01 ---> 7aaa8c4c0b81 00:47:01 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:47:01 ---> Running in a23a63cea281 00:47:01 Removing intermediate container eac0b5877ca6 00:47:01 ---> 371cf672be57 00:47:01 Step 13/22 : ENV APP_PORT=48085 00:47:01 Removing intermediate container 6ad0725981c8 00:47:01 ---> c21852d1e32d 00:47:01 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:47:01 ---> Running in fc63da0eddf9 00:47:01 ---> Running in 65e1997fae40 00:47:02 Removing intermediate container a23a63cea281 00:47:02 ---> 98766abd7f16 00:47:02 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:47:02 Removing intermediate container 65e1997fae40 00:47:02 ---> 8c6588fb5df9 00:47:02 Step 14/22 : EXPOSE $APP_PORT 00:47:03 Removing intermediate container fc63da0eddf9 00:47:03 ---> f554ee809471 00:47:03 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:47:03 ---> b1928194b42d 00:47:03 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:47:03 ---> Running in 38c27cdedd7a 00:47:04 ---> Running in c65f32ca83d1 00:47:04 Removing intermediate container 86c9c611fcc6 00:47:04 ---> c85bd58e1861 00:47:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:47:05 ---> Running in eb272ac64925 00:47:05 Removing intermediate container 38c27cdedd7a 00:47:05 ---> 3065b8bfd2e8 00:47:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:05 ---> ff526ebf9346 00:47:05 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:47:05 ---> d422e091b0fd 00:47:05 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:47:05 Removing intermediate container eb272ac64925 00:47:05 ---> b807a2e68219 00:47:05 Step 13/23 : ENV APP_PORT=48081 00:47:06 ---> 04ab886ee033 00:47:06 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:47:06 ---> Running in 8ecc749f9ef1 00:47:06 ---> 42452c7f408a 00:47:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:47:06 Removing intermediate container 8ecc749f9ef1 00:47:06 ---> ab8ce0bc5f05 00:47:06 Step 14/23 : EXPOSE $APP_PORT 00:47:07 ---> Running in 9e6b457fdda2 00:47:07 ---> e3790ea4df8a 00:47:07 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:47:07 ---> ca1b2c51cca3 00:47:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:47:07 ---> Running in f0cacca1b55c 00:47:07 Removing intermediate container 9e6b457fdda2 00:47:07 ---> d27fdd6742a2 00:47:07 Step 15/23 : WORKDIR / 00:47:08 ---> Running in 0a3743518cb8 00:47:08 Removing intermediate container c65f32ca83d1 00:47:08 ---> 51c803acc1c5 00:47:08 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:47:08 Removing intermediate container f0cacca1b55c 00:47:08 ---> de40fa171cdc 00:47:08 Step 18/21 : CMD ["--init=true"] 00:47:08 ---> 66291e655cdc 00:47:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:47:09 ---> Running in 4a8df0a0a22a 00:47:09 ---> Running in 5b081a1b9783 00:47:09 ---> 3720d75cdb64 00:47:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:47:09 Removing intermediate container 0a3743518cb8 00:47:09 ---> 25079bad809a 00:47:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:10 Removing intermediate container 4a8df0a0a22a 00:47:10 ---> a263e967e821 00:47:10 Step 19/21 : LABEL arch=x86_64 00:47:10 Removing intermediate container 5b081a1b9783 00:47:10 ---> 62a3f276faab 00:47:10 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:47:10 ---> a6cd91aaeba5 00:47:10 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:47:10 ---> Running in d27875f6e2dc 00:47:11 ---> eb54fc0319b6 00:47:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:47:11 ---> Running in fdec9e75e969 00:47:11 ---> 675aa6e48f07 00:47:11 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:47:12 Removing intermediate container fdec9e75e969 00:47:12 ---> d95f52511a75 00:47:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:12 Removing intermediate container d27875f6e2dc 00:47:12 ---> 5178e749d162 00:47:12 Step 20/21 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e 00:47:12 ---> Running in 362cd74a3818 00:47:12 ---> a8e86cba8323 00:47:12 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:47:12 ---> Running in 1f8d36152c8e 00:47:13 ---> 29adf8127813 00:47:13 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:47:13 ---> aebf7462319c 00:47:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:47:13 ---> Running in 522897a888ec 00:47:13 ---> Running in ba74fc00d21a 00:47:13 Removing intermediate container 362cd74a3818 00:47:14 ---> 775e631f5454 00:47:14 Step 20/22 : LABEL arch=x86_64 00:47:14 Removing intermediate container 1f8d36152c8e 00:47:14 ---> a65fcc0ae735 00:47:14 Step 21/21 : LABEL version=0.0.0 00:47:14 ---> Running in 9c5fc8f7f9f3 00:47:14 ---> Running in 3dd33854a0fd 00:47:14 ---> 05ef80c02de9 00:47:14 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:47:14 ---> Running in 5062992351d9 00:47:15 Removing intermediate container 9c5fc8f7f9f3 00:47:15 ---> c961799cc22a 00:47:15 Step 21/22 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e 00:47:15 Removing intermediate container 3dd33854a0fd 00:47:15 ---> 366ecec9ffa1 00:47:15 00:47:15 ---> Running in 7f3acbaf0a11 00:47:16 Removing intermediate container 5062992351d9 00:47:16 ---> 128e38f44a5b 00:47:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:17 ---> Running in 69d94f581f92 00:47:17 Removing intermediate container 7f3acbaf0a11 00:47:17 ---> f32e4287d953 00:47:17 Step 22/22 : LABEL version=0.0.0 00:47:17 Successfully built 366ecec9ffa1 00:47:17 Successfully tagged docker-security-proxy-setup-go:latest 00:47:17  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 00:47:17 ---> Running in e2097d85a61c 00:47:18 Removing intermediate container 69d94f581f92 00:47:18 ---> ec134129b2e4 00:47:18 Step 21/23 : LABEL arch=x86_64 00:47:18 Removing intermediate container 522897a888ec 00:47:18 ---> 6c3236bff70b 00:47:18 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:47:18 ---> Running in fd08a8547c3b 00:47:19 ---> Running in 31388dbe9b43 00:47:19 Removing intermediate container e2097d85a61c 00:47:19 ---> c40caa085dc0 00:47:19 00:47:19 Removing intermediate container ba74fc00d21a 00:47:19 ---> f52ab451db02 00:47:19 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:19 Removing intermediate container fd08a8547c3b 00:47:19 ---> 981e4dca9399 00:47:19 Step 22/23 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e 00:47:19 Removing intermediate container 31388dbe9b43 00:47:19 ---> 64967a72d521 00:47:19 Step 22/24 : LABEL arch=x86_64 00:47:20 Successfully built c40caa085dc0 00:47:20 ---> Running in c1bb3b741ae0 00:47:20 Successfully tagged docker-support-scheduler-go:latest 00:47:20 Building docker-support-notifications-go 00:47:20  Building docker-support-scheduler-go ... done  ---> Running in 442b0e2463ca 00:47:22 ---> adf23d6d9387 00:47:22 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:47:24 Removing intermediate container c1bb3b741ae0 00:47:24 ---> f8fc0bfd51ec 00:47:24 Step 23/23 : LABEL version=0.0.0 00:47:24 Removing intermediate container 442b0e2463ca 00:47:24 ---> b1a5c3a81b87 00:47:24 Step 23/24 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e 00:47:24 ---> Running in f439a1247100 00:47:24 ---> Running in 34faaad17d75 00:47:25 Removing intermediate container f439a1247100 00:47:25 ---> e6bc6ce69df9 00:47:25 00:47:25 Removing intermediate container 34faaad17d75 00:47:25 ---> 201a06f5d2ac 00:47:25 Step 24/24 : LABEL version=0.0.0 00:47:26 Successfully built e6bc6ce69df9 00:47:27 Successfully tagged docker-core-metadata-go:latest 00:47:27  Building docker-core-metadata-go ... done Building docker-core-data-go 00:47:27 ---> Running in 7fa6d90b6232 00:47:29 ---> ef2b2b5975c6 00:47:29 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:47:32 Removing intermediate container 7fa6d90b6232 00:47:32 ---> 6152f823edf3 00:47:32 00:47:32 ---> ac16de69f797 00:47:32 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:47:32 Successfully built 6152f823edf3 00:47:32 Successfully tagged docker-security-secretstore-setup-go:latest 00:47:32  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 00:47:34 ---> cb8a0e41ca0c 00:47:34 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:47:38 ---> c1533b192860 00:47:38 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:47:40 ---> Running in 0cdc94490318 00:47:43 Removing intermediate container 0cdc94490318 00:47:43 ---> 5303d3f4f0c2 00:47:43 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:47:45 ---> 1f5dff61cb76 00:47:45 Step 26/31 : RUN chmod +x /entrypoint.sh 00:47:46 ---> Running in 1119eac330e9 00:47:53 Removing intermediate container 1119eac330e9 00:47:53 ---> 4249b06be213 00:47:53 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:47:55 ---> Running in 4c63c0ce05a4 00:47:58 Removing intermediate container 4c63c0ce05a4 00:47:58 ---> 4ce42d477459 00:47:58 Step 28/31 : CMD ["gate"] 00:47:59 ---> Running in 6a479aabe86d 00:48:00 Removing intermediate container 6a479aabe86d 00:48:00 ---> 875d4373de47 00:48:00 Step 29/31 : LABEL arch=x86_64 00:48:02 ---> Running in 641608e90411 00:48:05 Removing intermediate container 641608e90411 00:48:05 ---> 3520efa5548c 00:48:05 Step 30/31 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e 00:48:08 ---> Running in 51f8ea449060 00:48:11 Removing intermediate container 51f8ea449060 00:48:11 ---> 5e7ead29634e 00:48:11 Step 31/31 : LABEL version=0.0.0 00:48:13 ---> Running in b38a354ed84b 00:48:16 Removing intermediate container b38a354ed84b 00:48:16 ---> e56f1a18b341 00:48:16 00:48:20 Successfully built e56f1a18b341 00:48:20 Successfully tagged docker-security-bootstrapper-go:latest 00:48:24 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:29 Removing intermediate container 6d7688bddccc 00:48:29 ---> af7951937f14 00:48:29 00:48:29 Step 10/24 : FROM alpine:3.12 00:48:29 3.12: Pulling from library/alpine 00:48:29 Removing intermediate container da752153110d 00:48:29 ---> 6f55523b63e7 00:48:29 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:48:29 ---> Running in 43e72d19d6f8 00:48:30 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:48:30 Status: Downloaded newer image for alpine:3.12 00:48:30 ---> d10569e2745f 00:48:30 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:48:31 ---> Running in 967359ce2b46 00:48:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:48:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:34 (1/5) Installing ca-certificates (20191127-r4) 00:48:34 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:48:34 (3/5) Installing libcurl (7.69.1-r3) 00:48:34 (4/5) Installing curl (7.69.1-r3) 00:48:34 (5/5) Installing dumb-init (1.2.2-r1) 00:48:34 Executing busybox-1.31.1-r19.trigger 00:48:34 Executing ca-certificates-20191127-r4.trigger 00:48:34 OK: 7 MiB in 19 packages 00:48:36  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:36 ---> ad5018931ca1 00:48:36 Step 3/22 : WORKDIR /edgex-go 00:48:36 ---> Using cache 00:48:36 ---> 24d540602bc4 00:48:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:36 ---> Using cache 00:48:36 ---> d0af23a9f08a 00:48:36 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:48:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:48:37 ---> ad5018931ca1 00:48:37 Step 3/23 : WORKDIR /edgex-go 00:48:37 ---> Using cache 00:48:37 ---> 24d540602bc4 00:48:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:37 ---> Using cache 00:48:37 ---> d0af23a9f08a 00:48:37 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:48:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:48:37 ---> ad5018931ca1 00:48:37 Step 3/23 : WORKDIR /edgex-go 00:48:37 ---> Using cache 00:48:37 ---> 24d540602bc4 00:48:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:37 ---> Using cache 00:48:37 ---> d0af23a9f08a 00:48:37 Step 5/23 : RUN apk add --update --no-cache make git 00:48:37 ---> Using cache 00:48:37 ---> 0c7bfa33a957 00:48:37 Step 6/23 : COPY go.mod . 00:48:37 ---> Using cache 00:48:37 ---> 355d2cc9e341 00:48:37 Step 7/23 : RUN go mod download 00:48:37 ---> Using cache 00:48:37 ---> dc9cfa1754d6 00:48:37 Step 8/23 : COPY . . 00:48:37 ---> Using cache 00:48:37 ---> f2f083616b1d 00:48:37 Step 9/23 : RUN make cmd/core-command/core-command 00:48:38 Removing intermediate container 967359ce2b46 00:48:38 ---> f3296d61be0a 00:48:38 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:38 ---> Running in 11d2ce078f0b 00:48:38 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:38 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:48:38 ---> ad5018931ca1 00:48:38 Step 3/26 : WORKDIR /edgex-go 00:48:38 ---> Using cache 00:48:38 ---> 24d540602bc4 00:48:38 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:38 ---> Using cache 00:48:38 ---> d0af23a9f08a 00:48:38 Step 5/26 : RUN apk add --update --no-cache make bash git 00:48:39 ---> Running in ad424252b6e7 00:48:39 ---> Running in df2fd67c4dd3 00:48:39 ---> Running in aca5df771c65 00:48:39 ---> Running in 79c5462bf0f2 00:48:39 Removing intermediate container 11d2ce078f0b 00:48:39 ---> c88a8155153b 00:48:39 Step 13/24 : WORKDIR / 00:48:39 Removing intermediate container 43e72d19d6f8 00:48:39 ---> e522c20fc1b5 00:48:39 00:48:39 Step 11/26 : FROM docker:20.10.0 00:48:39 20.10.0: Pulling from library/docker 00:48:39 ---> Running in 9bfc41a6890d 00:48: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:48:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:48:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:48:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:48:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:48:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:48:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:48:42 Removing intermediate container 9bfc41a6890d 00:48:42 ---> a81a24014253 00:48:42 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:48:42 Removing intermediate container 95e89076bdc6 00:48:42 ---> 1f4a99941149 00:48:42 00:48:42 Step 10/23 : FROM alpine:3.12 00:48:42 ---> d10569e2745f 00:48:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:48:43 OK: 233 MiB in 51 packages 00:48:43 OK: 233 MiB in 51 packages 00:48:43 OK: 233 MiB in 51 packages 00:48:44 ---> Running in d18518a32221 00:48:44 ---> 3390438527fb 00:48:44 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:48:44 Removing intermediate container ad424252b6e7 00:48:44 ---> 5968d9445592 00:48:44 Step 6/22 : COPY go.mod . 00:48:44 Removing intermediate container aca5df771c65 00:48:44 ---> c63e60f28a6f 00:48:44 Step 6/26 : COPY go.mod . 00:48:45 Removing intermediate container df2fd67c4dd3 00:48:45 ---> 9fcb008c34d7 00:48:45 Step 6/23 : COPY go.mod . 00:48:45 Removing intermediate container e8089ab87105 00:48:45 ---> 96b34f37131a 00:48:45 00:48:45 Step 10/22 : FROM alpine:3.12 00:48:45 ---> d10569e2745f 00:48:45 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:48:45 ---> e603b255d4cd 00:48:45 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:48:45 ---> 24844edecd22 00:48:45 Step 7/22 : RUN go mod download 00:48:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:45 ---> Running in 8ffcbc11b11b 00:48:46 ---> Running in 832be2efd937 00:48:46 ---> bddf5025607b 00:48:46 Step 7/26 : RUN go mod download 00:48:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:46 ---> Running in d5f2a4d6ccc5 00:48:46 ---> e7a9e60e1520 00:48:46 Step 7/23 : RUN go mod download 00:48:46 (1/1) Installing dumb-init (1.2.2-r1) 00:48:46 Executing busybox-1.31.1-r19.trigger 00:48:46 ---> Running in 399a12bc5214 00:48:47 OK: 5 MiB in 15 packages 00:48:47 ---> 977101081366 00:48:47 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:48:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:48 (1/2) Installing ca-certificates (20191127-r4) 00:48:48 (2/2) Installing dumb-init (1.2.2-r1) 00:48:48 Executing busybox-1.31.1-r19.trigger 00:48:49 Executing ca-certificates-20191127-r4.trigger 00:48:49 OK: 6 MiB in 16 packages 00:48:49 Removing intermediate container d18518a32221 00:48:49 ---> bf4eec6bf072 00:48:49 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:51 ---> Running in 3a7ee60f4b28 00:48:51 ---> eb218281480b 00:48:51 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:48:52 Removing intermediate container 5bc154534c5e 00:48:52 ---> e529205142c6 00:48:52 00:48:52 Step 10/23 : FROM alpine:3.12 00:48:52 ---> d10569e2745f 00:48:52 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:48:52 ---> Using cache 00:48:52 ---> bf4eec6bf072 00:48:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:52 ---> Using cache 00:48:52 ---> eb5dd531eeb2 00:48:52 Step 13/23 : ENV APP_PORT=48081 00:48:52 Removing intermediate container 3a7ee60f4b28 00:48:52 ---> eb5dd531eeb2 00:48:52 Step 13/23 : ENV APP_PORT=48082 00:48:52 Removing intermediate container 399a12bc5214 00:48:52 ---> 91c5a84f28bf 00:48:52 Step 8/23 : COPY . . 00:48:52 Removing intermediate container d5f2a4d6ccc5 00:48:52 ---> 7c8b4e8893b1 00:48:52 Step 8/26 : COPY . . 00:48:52 Removing intermediate container 832be2efd937 00:48:52 ---> 5039f469126a 00:48:52 Step 8/22 : COPY . . 00:48:53 ---> Running in 7eed1b8a3a30 00:48:53 ---> Running in bf134e160954 00:48:53 Removing intermediate container 8ffcbc11b11b 00:48:53 ---> 338f64f299ba 00:48:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:48:53 ---> a6c491759458 00:48:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:48:53 ---> Running in c8d37bdfbdee 00:48:53 Removing intermediate container 7eed1b8a3a30 00:48:53 ---> a37e3e73e229 00:48:53 Step 14/23 : EXPOSE $APP_PORT 00:48:54 Removing intermediate container bf134e160954 00:48:54 ---> 65f3f2b79b64 00:48:54 Step 14/23 : EXPOSE $APP_PORT 00:48:54 ---> Running in 748106e46659 00:48:54 Removing intermediate container c8d37bdfbdee 00:48:54 ---> 4ac95965a228 00:48:54 Step 13/22 : ENV APP_PORT=48060 00:48:54 ---> Running in 9781b3bfd0a4 00:48:55 ---> Running in e2a99d1e5305 00:48:55 ---> 9b3b1b53a7e8 00:48:55 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:48:55 Removing intermediate container 748106e46659 00:48:55 ---> c323f42502a3 00:48:55 Step 15/23 : WORKDIR / 00:48:55 ---> Running in 9bb2fa0008f1 00:48:55 ---> Running in dfcfdc3fa0f1 00:48:55 Removing intermediate container 9781b3bfd0a4 00:48:55 ---> 14bbc52cdc21 00:48:55 Step 15/23 : WORKDIR / 00:48:55 ---> Running in 205b3965d8cf 00:48:55 Removing intermediate container e2a99d1e5305 00:48:55 ---> 83d026ddd53e 00:48:55 Step 14/22 : EXPOSE $APP_PORT 00:48:56 ---> Running in c2f62ebc247f 00:48:56 Removing intermediate container dfcfdc3fa0f1 00:48:56 ---> 3557c16874ab 00:48:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:56 Removing intermediate container 205b3965d8cf 00:48:56 ---> 862e8e447147 00:48:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:56 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:48:56 Removing intermediate container c2f62ebc247f 00:48:56 ---> e58a57de0420 00:48:56 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:56 Status: Downloaded newer image for docker:20.10.0 00:48:56 ---> eeaf43b92773 00:48:56 Step 12/26 : RUN apk add --no-cache bash 00:48:57 ---> Running in 14ce5c60b653 00:48:57 ---> b179b22ce08f 00:48:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:48:58 ---> df95ede4cebf 00:48:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:48:58 ---> 9aeeadf8132a 00:48:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:48:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:59 ---> 1e50db7c860e 00:48:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:48:59 Removing intermediate container 9bb2fa0008f1 00:48:59 ---> 9e64f785983e 00:48:59 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:48:59 (1/2) Installing readline (8.0.4-r0) 00:48:59 (2/2) Installing bash (5.0.17-r0) 00:48:59 Executing bash-5.0.17-r0.post-install 00:48:59 Executing busybox-1.31.1-r19.trigger 00:48:59 OK: 12 MiB in 22 packages 00:48:59 ---> Running in 18b395366507 00:48:59 ---> 8be17005c077 00:48:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:00 ---> 2f71b21a3290 00:49:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:49:00 ---> 0b88b34f6eb1 00:49:00 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:49:00 Removing intermediate container 18b395366507 00:49:00 ---> b1b59c0451b5 00:49:00 Step 22/24 : LABEL arch=arm64 00:49:00 ---> Running in ccbe2c39aa56 00:49:01 ---> Running in c89c65465386 00:49:01 ---> 351cd0d7934f 00:49:01 Step 19/23 : ENTRYPOINT ["/core-command"] 00:49:01 ---> bcb0026fb074 00:49:01 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:49:01 ---> Running in 16ca7ec6d2aa 00:49:01 ---> Running in 567b13de56ea 00:49:01 Removing intermediate container 14ce5c60b653 00:49:01 ---> a32a3ca59afe 00:49:01 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:49:01 Removing intermediate container c89c65465386 00:49:01 ---> 33cb598e7471 00:49:01 Step 23/24 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e 00:49:01 Removing intermediate container ccbe2c39aa56 00:49:01 ---> 2e86bd0b0f93 00:49:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:01 ---> Running in 99a2e8e7c90e 00:49:01 ---> Running in 9e4479baa11f 00:49:01 ---> Running in 98b16bfcefbb 00:49:02 Removing intermediate container 16ca7ec6d2aa 00:49:02 ---> 7d5524e4c7b5 00:49:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:02 Removing intermediate container 567b13de56ea 00:49:02 ---> 12a151ffa3c2 00:49:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:02 ---> Running in 914e08f2aa84 00:49:02 Removing intermediate container 99a2e8e7c90e 00:49:02 ---> 529308cee865 00:49:02 Step 14/26 : ENV APP_PORT=48090 00:49:02 ---> Running in 74f7dc0e46c0 00:49:02 Removing intermediate container 9e4479baa11f 00:49:02 ---> b3f03615f8c8 00:49:02 Step 24/24 : LABEL version=0.0.0 00:49:02 Removing intermediate container 98b16bfcefbb 00:49:02 ---> dfc106a4a61c 00:49:02 Step 21/23 : LABEL arch=arm64 00:49:02 ---> Running in 66530e9bb174 00:49:02 ---> Running in ccee3b1c1f8a 00:49:02 ---> Running in c6af204d7143 00:49:02 Removing intermediate container 914e08f2aa84 00:49:02 ---> aab26aff241b 00:49:02 Step 21/23 : LABEL arch=arm64 00:49:03 Removing intermediate container 74f7dc0e46c0 00:49:03 ---> 1f600e2094ac 00:49:03 Step 20/22 : LABEL arch=arm64 00:49:03 ---> Running in e733379359b7 00:49:03 ---> Running in b7383ec2e769 00:49:03 Removing intermediate container 66530e9bb174 00:49:03 ---> 8d1831e7a21a 00:49:03 Step 15/26 : EXPOSE $APP_PORT 00:49:03 Removing intermediate container ccee3b1c1f8a 00:49:03 ---> 9256b301555a 00:49:03 Step 22/23 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e 00:49:03 Removing intermediate container c6af204d7143 00:49:03 ---> 33a0aa8b72ba 00:49:03 00:49:03 ---> Running in f92ee10ffb39 00:49:03 ---> Running in df93b757d791 00:49:04 Removing intermediate container b7383ec2e769 00:49:04 ---> 4cf61630809c 00:49:04 Step 21/22 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e 00:49:04 Removing intermediate container e733379359b7 00:49:04 ---> 318bd9dd69da 00:49:04 Step 22/23 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e 00:49:04 Successfully built 33a0aa8b72ba 00:49:04 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:49:04  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 00:49:04 ---> Running in 871fb2d526ff 00:49:04 ---> Running in 9a13bb8ed0db 00:49:04 Removing intermediate container df93b757d791 00:49:04 ---> e40275df4448 00:49:04 Step 23/23 : LABEL version=0.0.0 00:49:04 Removing intermediate container f92ee10ffb39 00:49:04 ---> 8bef9820ca4a 00:49:04 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:49:04 ---> Running in e0c21ae35fdb 00:49:04 Removing intermediate container 9a13bb8ed0db 00:49:04 ---> 2d30ff152bee 00:49:05 Step 22/22 : LABEL version=0.0.0 00:49:05 Removing intermediate container 871fb2d526ff 00:49:05 ---> b7350bb48f72 00:49:05 Step 23/23 : LABEL version=0.0.0 00:49:05 ---> Running in 3bc154d85496 00:49:05 ---> Running in b82cb6aba93b 00:49:05 Removing intermediate container e0c21ae35fdb 00:49:05 ---> f900c6a60d34 00:49:05 00:49:06 Successfully built f900c6a60d34 00:49:06 ---> d4d7a798122e 00:49:06 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:49:06 Successfully tagged docker-core-metadata-go-arm64:latest 00:49:06  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go 00:49:06 Removing intermediate container 3bc154d85496 00:49:06 ---> 9c5cbd0f5e94 00:49:06 00:49:06 Removing intermediate container b82cb6aba93b 00:49:06 ---> fb81e4033b9c 00:49:06 00:49:07 Successfully built 9c5cbd0f5e94 00:49:07 Successfully built fb81e4033b9c 00:49:07 ---> f08c29a8ad89 00:49:07 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:49:07 Successfully tagged docker-core-command-go-arm64:latest 00:49:07 Building docker-security-proxy-setup-go 00:49:07 Successfully tagged docker-support-notifications-go-arm64:latest 00:49:07  Building docker-core-command-go ... done  Building docker-support-notifications-go ... done Building docker-core-data-go 00:49:08 ---> 50b228717fad 00:49:08 Step 19/26 : RUN apk --no-cache add py3-pip 00:49:08 ---> Running in 0408137053d3 00:49:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:10 (1/33) Installing libbz2 (1.0.8-r1) 00:49:10 (2/33) Installing expat (2.2.9-r1) 00:49:10 (3/33) Installing libffi (3.3-r2) 00:49:10 (4/33) Installing gdbm (1.13-r1) 00:49:10 (5/33) Installing xz-libs (5.2.5-r0) 00:49:10 (6/33) Installing sqlite-libs (3.32.1-r0) 00:49:10 (7/33) Installing python3 (3.8.5-r1) 00:49:12 (8/33) Installing py3-appdirs (1.4.4-r1) 00:49:12 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:49:12 (10/33) Installing py3-parsing (2.4.7-r0) 00:49:12 (11/33) Installing py3-six (1.15.0-r0) 00:49:12 (12/33) Installing py3-packaging (20.4-r0) 00:49:12 (13/33) Installing py3-setuptools (47.0.0-r0) 00:49:12 (14/33) Installing py3-chardet (3.0.4-r4) 00:49:12 (15/33) Installing py3-idna (2.9-r0) 00:49:12 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:49:12 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:49:12 (18/33) Installing py3-requests (2.23.0-r0) 00:49:12 (19/33) Installing py3-msgpack (1.0.0-r0) 00:49:12 (20/33) Installing py3-lockfile (0.12.2-r3) 00:49:12 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:49:12 (22/33) Installing py3-colorama (0.4.3-r0) 00:49:12 (23/33) Installing py3-distlib (0.3.0-r0) 00:49:12 (24/33) Installing py3-distro (1.5.0-r1) 00:49:12 (25/33) Installing py3-webencodings (0.5.1-r3) 00:49:12 (26/33) Installing py3-html5lib (1.0.1-r4) 00:49:12 (27/33) Installing py3-pytoml (0.1.21-r0) 00:49:12 (28/33) Installing py3-pep517 (0.8.2-r0) 00:49:12 (29/33) Installing py3-progress (1.5-r0) 00:49:12 (30/33) Installing py3-toml (0.10.1-r0) 00:49:12 (31/33) Installing py3-retrying (1.3.3-r0) 00:49:12 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:49:12 (33/33) Installing py3-pip (20.1.1-r0) 00:49:13 Executing busybox-1.31.1-r19.trigger 00:49:13 OK: 71 MiB in 55 packages 00:49:25 Removing intermediate container 0408137053d3 00:49:25 ---> 7aeba53b6a82 00:49:25 Step 20/26 : RUN pip install docker-compose==1.23.2 00:49:25 ---> Running in c737c345e29e 00:49:29 Collecting docker-compose==1.23.2 00:49:29 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:49:30 Collecting docker<4.0,>=3.6.0 00:49:30 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:49:30 Collecting texttable<0.10,>=0.9.0 00:49:30 Downloading texttable-0.9.1.tar.gz (11 kB) 00:49:34 Collecting PyYAML<4,>=3.10 00:49:34 Downloading PyYAML-3.13.tar.gz (270 kB) 00:49:38 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:49:38 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:49:39 Collecting websocket-client<1.0,>=0.32.0 00:49:39 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:49:39 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:49:39 Collecting dockerpty<0.5,>=0.4.1 00:49:39 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:49:41 Collecting docopt<0.7,>=0.6.1 00:49:41 Downloading docopt-0.6.2.tar.gz (25 kB) 00:49:43 Collecting cached-property<2,>=1.2.0 00:49:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:49:44 Collecting jsonschema<3,>=2.5.1 00:49:44 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:49:44 Collecting docker-pycreds>=0.4.0 00:49:44 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:49:45 Collecting idna<2.8,>=2.5 00:49:45 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:49:45 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:49:45 Collecting urllib3<1.25,>=1.21.1 00:49:45 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:49:46 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:49:46 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:49:46 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:49:46 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:49:46 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:49:47 Installing collected packages: docker-pycreds, websocket-client, idna, urllib3, requests, docker, texttable, PyYAML, dockerpty, docopt, cached-property, jsonschema, docker-compose 00:49:47 Attempting uninstall: idna 00:49:47 Found existing installation: idna 2.9 00:49:47 Uninstalling idna-2.9: 00:49:47 Successfully uninstalled idna-2.9 00:49:48 Attempting uninstall: urllib3 00:49:48 Found existing installation: urllib3 1.25.9 00:49:48 Uninstalling urllib3-1.25.9: 00:49:48 Successfully uninstalled urllib3-1.25.9 00:49:49 Attempting uninstall: requests 00:49:49 Found existing installation: requests 2.23.0 00:49:49 Uninstalling requests-2.23.0: 00:49:49 Successfully uninstalled requests-2.23.0 00:49:50 Running setup.py install for texttable: started 00:49:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:49:52 ---> 61ba9537df3b 00:49:52 Step 3/22 : WORKDIR /edgex-go 00:49:52 ---> Using cache 00:49:52 ---> bde09af5eafe 00:49:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:52 ---> Using cache 00:49:52 ---> 17aa6737f703 00:49:52 Step 5/22 : RUN apk add --update --no-cache make git 00:49:52 ---> Using cache 00:49:52 ---> 9154510a76b0 00:49:52 Step 6/22 : COPY go.mod . 00:49:52 ---> Using cache 00:49:52 ---> 1558603135f1 00:49:52 Step 7/22 : RUN go mod download 00:49:52 ---> Using cache 00:49:52 ---> 1349b0b8d6f1 00:49:52 Step 8/22 : COPY . . 00:49:52 ---> Using cache 00:49:52 ---> e6f3e7991414 00:49:52 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:49:52 Running setup.py install for texttable: finished with status 'done' 00:49:52 Running setup.py install for PyYAML: started 00:49:55 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:55 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:49:55 ---> 61ba9537df3b 00:49:55 Step 3/31 : WORKDIR /edgex-go 00:49:55 ---> Using cache 00:49:55 ---> bde09af5eafe 00:49:55 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:55 ---> Using cache 00:49:55 ---> 17aa6737f703 00:49:55 Step 5/31 : RUN apk add --update --no-cache make git 00:49:55 ---> Using cache 00:49:55 ---> 9154510a76b0 00:49:55 Step 6/31 : COPY go.mod . 00:49:55 ---> Using cache 00:49:55 ---> 1558603135f1 00:49:55 Step 7/31 : RUN go mod download 00:49:55 ---> Using cache 00:49:55 ---> 1349b0b8d6f1 00:49:55 Step 8/31 : COPY . . 00:49:55 ---> Using cache 00:49:55 ---> e6f3e7991414 00:49:55 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:49:55 Running setup.py install for PyYAML: finished with status 'done' 00:49:55 Running setup.py install for dockerpty: started 00:49:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:56 ---> 61ba9537df3b 00:49:56 Step 3/23 : WORKDIR /edgex-go 00:49:56 ---> Using cache 00:49:56 ---> bde09af5eafe 00:49:56 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:56 00:49:56 ---> Using cache 00:49:56 Step 2/21 : FROM ${BUILDER_BASE} AS builder ---> 17aa6737f703 00:49:56 00:49:56 ---> 61ba9537df3b 00:49:56 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base gitStep 3/21 : WORKDIR /edgex-go 00:49:56 00:49:56 ---> Using cache 00:49:56 ---> bde09af5eafe 00:49:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:56 ---> Using cache 00:49:56 ---> 17aa6737f703 00:49:56 Step 5/21 : RUN apk add --update --no-cache make git 00:49:56 ---> Using cache 00:49:56 ---> 9154510a76b0 00:49:56 Step 6/21 : COPY go.mod . 00:49:56 ---> Using cache 00:49:56 ---> 1558603135f1 00:49:56 Step 7/21 : RUN go mod download 00:49:56 ---> Using cache 00:49:56 ---> 1349b0b8d6f1 00:49:56 Step 8/21 : COPY . . 00:49:56 ---> Using cache 00:49:56 ---> e6f3e7991414 00:49:56 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:49:57 Running setup.py install for dockerpty: finished with status 'done' 00:49:57 Running setup.py install for docopt: started 00:49:58 ---> Running in 16de5af843df 00:49:58 ---> Running in 492d86ddb9e1 00:49:58 ---> Running in d70af7a46f53 00:49:58 ---> Running in c9c4dfaf6c42 00:50:00 Running setup.py install for docopt: finished with status 'done' 00:50:00 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:50:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:50:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:50:01 Removing intermediate container 79c5462bf0f2 00:50:01 ---> a6222892a663 00:50:01 00:50:01 Step 10/23 : FROM alpine:3.12 00:50:01 ---> 88dd2752d2ea 00:50:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:50:01 ---> Using cache 00:50:01 ---> c85bd58e1861 00:50:01 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:01 ---> Using cache 00:50:01 ---> b807a2e68219 00:50:01 Step 13/23 : ENV APP_PORT=48082 00:50:01 ---> Running in efd0079255be 00:50:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:02 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 00:50:02 Removing intermediate container efd0079255be 00:50:02 ---> 1ed74803b04f 00:50:02 Step 14/23 : EXPOSE $APP_PORT 00:50:03 OK: 217 MiB in 51 packages 00:50:04 Removing intermediate container d70af7a46f53 00:50:04 ---> ba91cea38ee4 00:50:04 Step 6/23 : COPY go.mod . 00:50:05 ---> Running in 7aff3c33be17 00:50:06 ---> bad24eda5467 00:50:06 Step 7/23 : RUN go mod download 00:50:06 ---> Running in 78bc8d20819c 00:50:08 Removing intermediate container 7aff3c33be17 00:50:08 ---> 389643e108be 00:50:08 Step 15/23 : WORKDIR / 00:50:09 Removing intermediate container c737c345e29e 00:50:09 ---> 9e4fca6ef06e 00:50:09 Step 21/26 : RUN apk --no-cache add curl 00:50:09 ---> Running in 713e3bcc0332 00:50:09 ---> Running in fa0e320f4389 00:50:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:11 Removing intermediate container fa0e320f4389 00:50:11 ---> 3ec6b13a5c3d 00:50:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:12 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:50:12 (2/3) Installing libcurl (7.69.1-r3) 00:50:12 (3/3) Installing curl (7.69.1-r3) 00:50:12 Executing busybox-1.31.1-r19.trigger 00:50:12 OK: 71 MiB in 58 packages 00:50:12 Removing intermediate container 78bc8d20819c 00:50:12 ---> 04a284402e81 00:50:12 Step 8/23 : COPY . . 00:50:12 ---> 938ddf23a875 00:50:12 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:50:12 ---> 75929b6e40c0 00:50:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:50:13 ---> Running in 918c8da3f91c 00:50:14 ---> 31e1fb6119d6 00:50:14 Step 9/23 : RUN make cmd/core-data/core-data 00:50:14 Removing intermediate container 713e3bcc0332 00:50:14 ---> cad889aec015 00:50:14 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:50:14 ---> Running in 3ce3d7787d57 00:50:15 ---> d9bab276a6ef 00:50:15 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:50:15 ---> Running in 8e96025a7919 00:50:15 Removing intermediate container 3ce3d7787d57 00:50:16 ---> Running in c8aa9b7dba6e 00:50:16 ---> 75f1f1e61eb0 00:50:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:50:16 ---> d3eedf9ba3be 00:50:16 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:16 ---> Running in 5cc1981be0df 00:50:17 ---> 0b483e0cb56d 00:50:17 Step 19/23 : ENTRYPOINT ["/core-command"] 00:50:17 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:50:17 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:50:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:50:17 ---> Running in 4d23c27d7e8e 00:50:18 Removing intermediate container 5cc1981be0df 00:50:18 ---> 32824638bbfd 00:50:18 Step 24/26 : LABEL arch=arm64 00:50:18 ---> Running in 839b7670bd68 00:50:19 Removing intermediate container 4d23c27d7e8e 00:50:19 ---> 5333451235a2 00:50:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:19 ---> Running in 11b37966c6cb 00:50:20 Removing intermediate container 839b7670bd68 00:50:20 ---> 45b9a57a3d31 00:50:20 Step 25/26 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e 00:50:20 ---> Running in af0b7db793e7 00:50:22 Removing intermediate container af0b7db793e7 00:50:22 ---> 572e37c290c0 00:50:22 Step 26/26 : LABEL version=0.0.0 00:50:22 ---> Running in 5a3a398f1430 00:50:22 Removing intermediate container 11b37966c6cb 00:50:22 ---> 304a99f609c3 00:50:22 Step 21/23 : LABEL arch=x86_64 00:50:22 ---> Running in 5256bc625908 00:50:23 Removing intermediate container 5256bc625908 00:50:23 ---> d02944d13d27 00:50:23 Step 22/23 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e 00:50:23 ---> Running in 7132a51ab2f5 00:50:23 Removing intermediate container 5a3a398f1430 00:50:23 ---> eca401e41146 00:50:23 00:50:24 Removing intermediate container 7132a51ab2f5 00:50:24 ---> bf7959530b7a 00:50:24 Step 23/23 : LABEL version=0.0.0 00:50:24 ---> Running in 2694745e8685 00:50:24 Successfully built eca401e41146 00:50:24 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:50:25 Removing intermediate container 2694745e8685 00:50:25 ---> 6f0ab9d6abe0 00:50:25 00:50:27 Successfully built 6f0ab9d6abe0 00:50:27 Successfully tagged docker-core-command-go:latest 00:50:35  Building docker-sys-mgmt-agent-go ... done  ---> 39e8386ab0b2 00:50:35 Step 9/23 : RUN make cmd/core-data/core-data 00:50:35 ---> Running in c2156581aa9b 00:50:36 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:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:51:15  Building docker-core-command-go ... done Removing intermediate container c8aa9b7dba6e 00:51:15 ---> 4c8ef3486128 00:51:15 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:51:15 Removing intermediate container 918c8da3f91c 00:51:15 ---> de7a24bf9e05 00:51:15 00:51:15 Step 10/22 : FROM alpine:3.12 00:51:15 ---> 88dd2752d2ea 00:51:15 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:51:15 ---> Running in 1ce8456801e7 00:51:15 ---> Running in 2270cff7a05b 00:51:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:51:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:15 (1/2) Installing ca-certificates (20191127-r4) 00:51:15 (2/2) Installing dumb-init (1.2.2-r1) 00:51:15 Executing busybox-1.31.1-r19.trigger 00:51:16 Executing ca-certificates-20191127-r4.trigger 00:51:16 OK: 6 MiB in 16 packages 00:51:19 Removing intermediate container 8e96025a7919 00:51:19 ---> 5174247af316 00:51:19 00:51:19 Step 10/23 : FROM alpine:3.12 00:51:19 ---> 88dd2752d2ea 00:51:19 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:51:19 ---> Running in 527de34bf9b2 00:51:20 Removing intermediate container 1ce8456801e7 00:51:20 ---> 860079f5c7e1 00:51:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:51:20 Removing intermediate container 2270cff7a05b 00:51:20 ---> fe11b2f991b2 00:51:20 00:51:20 Step 11/26 : FROM docker:20.10.0 00:51:20 ---> Running in dda17c47674e 00:51:20 20.10.0: Pulling from library/docker 00:51:20 Removing intermediate container 527de34bf9b2 00:51:20 ---> 5ce1795265a0 00:51:20 Step 12/23 : ENV APP_PORT=48080 00:51:20 ---> Running in a925634768a8 00:51:20 Removing intermediate container dda17c47674e 00:51:20 ---> 11f65280f50a 00:51:20 Step 13/22 : ENV APP_PORT=48060 00:51:21 ---> Running in 0de8a6629eb5 00:51:21 Removing intermediate container a925634768a8 00:51:21 ---> d2dbf554cc04 00:51:21 Step 13/23 : EXPOSE $APP_PORT 00:51:21 ---> Running in 530b4c5da20e 00:51:21 Removing intermediate container 0de8a6629eb5 00:51:21 ---> 7ffe5522e3be 00:51:21 Step 14/22 : EXPOSE $APP_PORT 00:51:22 ---> Running in 8d71bf815bf9 00:51:22 Removing intermediate container 530b4c5da20e 00:51:22 ---> 687696cc3316 00:51:22 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:22 Removing intermediate container 8d71bf815bf9 00:51:22 ---> cc4b1c33ca26 00:51:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:22 ---> Running in b08aaf5eeed4 00:51:23 ---> c6933e3f740c 00:51:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:51:25 ---> 55e309726ab1 00:51:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:51:25 Removing intermediate container b08aaf5eeed4 00:51:25 ---> 164f7f0242ae 00:51:25 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:51:25 ---> Running in de7cc144760f 00:51:25 ---> 14e3142e1e09 00:51:25 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:51:25 ---> Running in bfe4066aeb4d 00:51:26 Removing intermediate container bfe4066aeb4d 00:51:26 ---> c1273f79f19a 00:51:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:26 ---> Running in 329b347ebce1 00:51:27 Removing intermediate container 329b347ebce1 00:51:27 ---> 41ad6e876643 00:51:27 Step 20/22 : LABEL arch=x86_64 00:51:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:27 ---> Running in fac83442d929 00:51:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:28 Removing intermediate container fac83442d929 00:51:28 ---> c9d0e1eb187c 00:51:28 Step 21/22 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e 00:51:28 ---> Running in 88c9817db8f4 00:51:29 (1/6) Installing dumb-init (1.2.2-r1) 00:51:29 (2/6) Installing libgcc (9.3.0-r2) 00:51:29 (3/6) Installing libsodium (1.0.18-r0) 00:51:29 (4/6) Installing libstdc++ (9.3.0-r2) 00:51:29 Removing intermediate container 88c9817db8f4 00:51:29 ---> 1605a5ab733b 00:51:29 Step 22/22 : LABEL version=0.0.0 00:51:29 ---> Running in 330eccc63e84 00:51:29 (5/6) Installing libzmq (4.3.3-r0) 00:51:30 (6/6) Installing zeromq (4.3.3-r0) 00:51:30 Executing busybox-1.31.1-r19.trigger 00:51:30 OK: 8 MiB in 20 packages 00:51:31 Removing intermediate container 330eccc63e84 00:51:31 ---> c41d6c772978 00:51:31 00:51:32 Successfully built c41d6c772978 00:51:32 Successfully tagged docker-support-notifications-go:latest 00:51:32  Building docker-support-notifications-go ... done Removing intermediate container de7cc144760f 00:51:32 ---> 54e97c84cf87 00:51:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:33 Removing intermediate container 492d86ddb9e1 00:51:33 ---> e70c2db05ecd 00:51:33 00:51:33 Step 10/21 : FROM alpine:3.12 00:51:33 ---> d10569e2745f 00:51:33 Step 11/21 : RUN apk add --update --no-cache curl 00:51:33 Removing intermediate container c9c4dfaf6c42 00:51:33 ---> 6b7325122a2e 00:51:33 00:51:33 Step 10/31 : FROM alpine:3.12 00:51:33 ---> d10569e2745f 00:51:33 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:51:33 ---> Running in ee5dbd4c5f21 00:51:33 ---> Running in 6e6a3f85a3a7 00:51:33 Removing intermediate container 6e6a3f85a3a7 00:51:33 ---> a31fcd8c33f0 00:51:33 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:51:34 ---> Running in 35c3ba68b4b3 00:51:34 ---> 4e514b5b87c2 00:51:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:51:34 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:51:34 Status: Downloaded newer image for docker:20.10.0 00:51:34 ---> aefe523efa57 00:51:34 Step 12/26 : RUN apk add --no-cache bash 00:51:35 ---> 5b6e143825f6 00:51:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:51:35 ---> Running in 118eaf6f5462 00:51:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:35 ---> 4091bf06dba1 00:51:35 Step 19/23 : ENTRYPOINT ["/core-data"] 00:51:36 ---> Running in 3292be803c0d 00:51:36 (1/4) Installing ca-certificates (20191127-r4) 00:51:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:36 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:51:36 (3/4) Installing libcurl (7.69.1-r3) 00:51:36 (4/4) Installing curl (7.69.1-r3) 00:51:36 Executing busybox-1.31.1-r19.trigger 00:51:36 Executing ca-certificates-20191127-r4.trigger 00:51:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:36 OK: 7 MiB in 18 packages 00:51:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:36 Removing intermediate container 3292be803c0d 00:51:36 ---> f96ba880d716 00:51:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:36 ---> Running in 98728f813517 00:51:36 (1/2) Installing readline (8.0.4-r0) 00:51:36 (2/2) Installing bash (5.0.17-r0) 00:51:37 (1/2) Installing dumb-init (1.2.2-r1) 00:51:37 (2/2) Installing su-exec (0.2-r1) 00:51:37 Executing bash-5.0.17-r0.post-install 00:51:37 Executing busybox-1.31.1-r19.trigger 00:51:37 OK: 12 MiB in 22 packages 00:51:37 Executing busybox-1.31.1-r19.trigger 00:51:37 OK: 5 MiB in 16 packages 00:51:37 Removing intermediate container 98728f813517 00:51:37 ---> 8af3e36377ff 00:51:37 Step 21/23 : LABEL arch=x86_64 00:51:37 ---> Running in 1d49ff61a530 00:51:38 Removing intermediate container 1d49ff61a530 00:51:38 ---> ea95c31d331f 00:51:38 Step 22/23 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e 00:51:38 ---> Running in a9fe187c7505 00:51:38 Removing intermediate container 118eaf6f5462 00:51:38 ---> ba579be48c95 00:51:38 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:51:38 ---> Running in 1a92970a9a9f 00:51:38 Removing intermediate container 16de5af843df 00:51:38 ---> f948476f44ce 00:51:38 00:51:38 Step 10/22 : FROM alpine:3.12 00:51:38 ---> d10569e2745f 00:51:38 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:51:38 ---> Using cache 00:51:38 ---> bf4eec6bf072 00:51:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:51:38 ---> Using cache 00:51:38 ---> eb5dd531eeb2 00:51:38 Step 13/22 : ENV APP_PORT=48085 00:51:39 Removing intermediate container a9fe187c7505 00:51:39 ---> 8c90b3195b1b 00:51:39 Step 23/23 : LABEL version=0.0.0 00:51:39 ---> Running in 2fc92a4676d5 00:51:39 Removing intermediate container 1a92970a9a9f 00:51:39 ---> 324624fd8c92 00:51:39 Step 14/26 : ENV APP_PORT=48090 00:51:39 ---> Running in 609dbc880eff 00:51:39 ---> Running in 17c63cd0bc9d 00:51:39 Removing intermediate container 35c3ba68b4b3 00:51:39 ---> af2234ebb710 00:51:39 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:51:39 ---> Running in 8b61e4a84df1 00:51:39 Removing intermediate container ee5dbd4c5f21 00:51:39 ---> 0aa91c36876f 00:51:39 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:51:39 Removing intermediate container 2fc92a4676d5 00:51:39 ---> d7a6afd0d351 00:51:39 00:51:39 Removing intermediate container 609dbc880eff 00:51:39 ---> da048bf24edb 00:51:39 Step 15/26 : EXPOSE $APP_PORT 00:51:40 Removing intermediate container 17c63cd0bc9d 00:51:40 ---> 8e0f606b0a9e 00:51:40 Step 14/22 : EXPOSE $APP_PORT 00:51:40 ---> Running in 8b6fffcf8a37 00:51:40 Successfully built d7a6afd0d351 00:51:40 ---> Running in 1a6982a1eed4 00:51:40 Successfully tagged docker-core-data-go:latest 00:51:40 ---> Running in 146c4295e05b 00:51:40  Building docker-core-data-go ... done Removing intermediate container 1a6982a1eed4 00:51:40 ---> d17dd1b1e958 00:51:40 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:51:40 Removing intermediate container 8b61e4a84df1 00:51:40 ---> e16cd5b438ea 00:51:40 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:51:41 ---> Running in 9f3bd5a00ce8 00:51:41 Removing intermediate container 8b6fffcf8a37 00:51:41 ---> 8aa7eec179d9 00:51:41 Step 13/21 : WORKDIR /edgex 00:51:41 Removing intermediate container 146c4295e05b 00:51:41 ---> d6cf0c501e3b 00:51:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:41 ---> Running in c3ae9e017def 00:51:41 Removing intermediate container 9f3bd5a00ce8 00:51:41 ---> e4a5be518824 00:51:41 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:51:42 ---> Running in 0c5f1aa8923c 00:51:42 ---> a209f6533f6b 00:51:42 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:51:42 Removing intermediate container c3ae9e017def 00:51:42 ---> d2333ec20d06 00:51:42 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:51:43 ---> 32a5912385d2 00:51:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:51:44 ---> e1d89164d545 00:51:44 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:51:44 ---> 16e0dbbc19c4 00:51:44 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:51:45 ---> f45528742905 00:51:45 Step 19/26 : RUN apk --no-cache add py3-pip 00:51:45 ---> Running in 9673feb1c13b 00:51:45 ---> 5dd6870f383d 00:51:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:51:46 Removing intermediate container 0c5f1aa8923c 00:51:46 ---> 583965217276 00:51:46 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:51:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:46 (1/33) Installing libbz2 (1.0.8-r1) 00:51:46 (2/33) Installing expat (2.2.9-r1) 00:51:46 (3/33) Installing libffi (3.3-r2) 00:51:46 (4/33) Installing gdbm (1.13-r1) 00:51:46 (5/33) Installing xz-libs (5.2.5-r0) 00:51:46 (6/33) Installing sqlite-libs (3.32.1-r0) 00:51:46 ---> Running in 028263e51fad 00:51:46 (7/33) Installing python3 (3.8.5-r1) 00:51:46 ---> 3d6865d1a40f 00:51:46 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:51:47 ---> 57fdb2ff33f7 00:51:47 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:51:47 ---> Running in 2c859da53abd 00:51:47 Removing intermediate container 028263e51fad 00:51:47 ---> ae43c00f87ed 00:51:47 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:51:47 (8/33) Installing py3-appdirs (1.4.4-r1) 00:51:47 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:51:47 (10/33) Installing py3-parsing (2.4.7-r0) 00:51:47 (11/33) Installing py3-six (1.15.0-r0) 00:51:47 (12/33) Installing py3-packaging (20.4-r0) 00:51:48 (13/33) Installing py3-setuptools (47.0.0-r0) 00:51:48 (14/33) Installing py3-chardet (3.0.4-r4) 00:51:48 (15/33) Installing py3-idna (2.9-r0) 00:51:48 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:51:48 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:51:48 (18/33) Installing py3-requests (2.23.0-r0) 00:51:48 (19/33) Installing py3-msgpack (1.0.0-r0) 00:51:48 (20/33) Installing py3-lockfile (0.12.2-r3) 00:51:48 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:51:48 (22/33) Installing py3-colorama (0.4.3-r0) 00:51:48 (23/33) Installing py3-distlib (0.3.0-r0) 00:51:48 (24/33) Installing py3-distro (1.5.0-r1) 00:51:48 (25/33) Installing py3-webencodings (0.5.1-r3) 00:51:48 (26/33) Installing py3-html5lib (1.0.1-r4) 00:51:48 (27/33) Installing py3-pytoml (0.1.21-r0) 00:51:48 (28/33) Installing py3-pep517 (0.8.2-r0) 00:51:48 (29/33) Installing py3-progress (1.5-r0) 00:51:48 (30/33) Installing py3-toml (0.10.1-r0) 00:51:48 (31/33) Installing py3-retrying (1.3.3-r0) 00:51:48 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:51:48 (33/33) Installing py3-pip (20.1.1-r0) 00:51:48 Removing intermediate container 2c859da53abd 00:51:48 ---> ef08eaeb4d89 00:51:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:48 Executing busybox-1.31.1-r19.trigger 00:51:48 OK: 71 MiB in 55 packages 00:51:48 ---> Running in 0957af59be0f 00:51:48 ---> bcf3bd6fa399 00:51:48 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:51:48 ---> 66e3f9a3a1d5 00:51:48 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:51:48 ---> Running in 2a37d5702302 00:51:49 ---> Running in 1a6f6377d8ce 00:51:49 Removing intermediate container 0957af59be0f 00:51:49 ---> 1b9fd291d7de 00:51:49 Step 20/22 : LABEL arch=arm64 00:51:49 ---> Running in b6daf286acd3 00:51:49 Removing intermediate container 2a37d5702302 00:51:49 ---> 784f4f28c49b 00:51:49 Step 18/21 : CMD ["--init=true"] 00:51:49 ---> Running in 95fe4f841935 00:51:50 Removing intermediate container b6daf286acd3 00:51:50 ---> 60d05ce9e2de 00:51:50 Step 21/22 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e 00:51:50 ---> Running in c8155036f679 00:51:50 Removing intermediate container 95fe4f841935 00:51:50 ---> 9ddd4dcfb10f 00:51:50 Step 19/21 : LABEL arch=arm64 00:51:50 ---> Running in d0674d620858 00:51:51 Removing intermediate container c8155036f679 00:51:51 ---> a7c2cd0ad642 00:51:51 Step 22/22 : LABEL version=0.0.0 00:51:51 ---> Running in 07f96604b37d 00:51:51 Removing intermediate container d0674d620858 00:51:51 ---> b163414f11d5 00:51:51 Step 20/21 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e 00:51:52 ---> Running in defeea323b10 00:51:52 Removing intermediate container 07f96604b37d 00:51:52 ---> b5444ba227c9 00:51:52 00:51:52 Removing intermediate container 1a6f6377d8ce 00:51:52 ---> 5b86089e5d01 00:51:52 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:52 Removing intermediate container defeea323b10 00:51:52 ---> 8d3dccc61a91 00:51:52 Step 21/21 : LABEL version=0.0.0 00:51:53 Successfully built b5444ba227c9 00:51:53 Successfully tagged docker-support-scheduler-go-arm64:latest 00:51:53  Building docker-support-scheduler-go ... done  ---> Running in 5388055ed13d 00:51:54 Removing intermediate container 5388055ed13d 00:51:54 ---> 9106d33ac543 00:51:54 00:51:54 ---> eca16345a77d 00:51:54 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:51:54 Successfully built 9106d33ac543 00:51:54 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:51:55  Building docker-security-proxy-setup-go ... done  ---> c0ba1bae1bd4 00:51:55 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:51:56 ---> 7af19e52f0fe 00:51:56 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:51:57 ---> b1f8c6e8a0a0 00:51:57 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:51:57 ---> c007671e1589 00:51:57 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:51:58 ---> Running in baa4551b5cac 00:51:58 Removing intermediate container baa4551b5cac 00:51:58 ---> 10e6b49bff2c 00:51:58 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:51:58 Removing intermediate container 9673feb1c13b 00:51:58 ---> 9460c1dfc352 00:51:58 Step 20/26 : RUN pip install docker-compose==1.23.2 00:51:58 ---> Running in 484fe560ecec 00:51:59 ---> a0aca49277fb 00:51:59 Step 26/31 : RUN chmod +x /entrypoint.sh 00:52:00 ---> Running in 0fad7a4cc899 00:52:02 Collecting docker-compose==1.23.2 00:52:02 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:52:02 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:52:02 Collecting docker<4.0,>=3.6.0 00:52:02 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:52:02 Collecting jsonschema<3,>=2.5.1 00:52:02 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:52:02 Removing intermediate container c2156581aa9b 00:52:02 ---> 60fd6a3e9326 00:52:02 00:52:02 Step 10/23 : FROM alpine:3.12 00:52:02 ---> d10569e2745f 00:52:02 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:52:02 ---> Running in cff7c1339879 00:52:02 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:52:02 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:52:02 Collecting texttable<0.10,>=0.9.0 00:52:02 Downloading texttable-0.9.1.tar.gz (11 kB) 00:52:02 Removing intermediate container 0fad7a4cc899 00:52:02 ---> f908a9975757 00:52:02 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:52:03 ---> Running in f8f58c7b3ec9 00:52:03 Removing intermediate container cff7c1339879 00:52:03 ---> c8efb9f3f3e5 00:52:03 Step 12/23 : ENV APP_PORT=48080 00:52:03 ---> Running in feab49758c76 00:52:03 Removing intermediate container f8f58c7b3ec9 00:52:03 ---> 0c48c59549ca 00:52:03 Step 28/31 : CMD ["gate"] 00:52:04 ---> Running in 7c36be87b055 00:52:04 Removing intermediate container feab49758c76 00:52:04 ---> 6cd90e73645e 00:52:04 Step 13/23 : EXPOSE $APP_PORT 00:52:04 Collecting PyYAML<4,>=3.10 00:52:04 Downloading PyYAML-3.13.tar.gz (270 kB) 00:52:04 ---> Running in 27c55ca3b82b 00:52:04 Removing intermediate container 7c36be87b055 00:52:04 ---> 26a807562e9f 00:52:04 Step 29/31 : LABEL arch=arm64 00:52:05 Removing intermediate container 27c55ca3b82b 00:52:05 ---> a80ed8f7f3e4 00:52:05 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:05 ---> Running in 688850cd770e 00:52:05 ---> Running in 276012e85687 00:52:05 Removing intermediate container 688850cd770e 00:52:05 ---> eec3ac643854 00:52:05 Step 30/31 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e 00:52:05 ---> Running in 443719a912d5 00:52:06 Collecting dockerpty<0.5,>=0.4.1 00:52:06 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:52:06 Removing intermediate container 443719a912d5 00:52:06 ---> bbab0a39ebc5 00:52:06 Step 31/31 : LABEL version=0.0.0 00:52:06 Collecting docopt<0.7,>=0.6.1 00:52:06 Downloading docopt-0.6.2.tar.gz (25 kB) 00:52:06 ---> Running in a1678bd5f747 00:52:07 Removing intermediate container a1678bd5f747 00:52:07 ---> 4ec93cf25d12 00:52:07 00:52:07 Collecting websocket-client<1.0,>=0.32.0 00:52:07 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:52:07 Collecting cached-property<2,>=1.2.0 00:52:07 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:52:07 Successfully built 4ec93cf25d12 00:52:07 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:52:07  Building docker-security-bootstrapper-go ... done Removing intermediate container 276012e85687 00:52:07 ---> 1464861045d4 00:52:07 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:52:07 ---> Running in adcb9ff2802f 00:52:07 Collecting docker-pycreds>=0.4.0 00:52:07 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:52:08 Collecting idna<2.8,>=2.5 00:52:08 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:52:08 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:52:08 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:52:08 Collecting urllib3<1.25,>=1.21.1 00:52:08 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:52:08 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:52:08 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:52:08 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:52:08 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:52:08 Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, jsonschema, texttable, PyYAML, dockerpty, docopt, cached-property, docker-compose 00:52:08 Attempting uninstall: idna 00:52:08 Found existing installation: idna 2.9 00:52:08 Uninstalling idna-2.9: 00:52:08 Successfully uninstalled idna-2.9 00:52:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:09 Attempting uninstall: urllib3 00:52:09 Found existing installation: urllib3 1.25.9 00:52:09 Uninstalling urllib3-1.25.9: 00:52:09 Successfully uninstalled urllib3-1.25.9 00:52:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:10 Attempting uninstall: requests 00:52:10 Found existing installation: requests 2.23.0 00:52:10 Uninstalling requests-2.23.0: 00:52:10 (1/6) Installing dumb-init (1.2.2-r1) 00:52:10 (2/6) Installing libgcc (9.3.0-r2) 00:52:10 (3/6) Installing libsodium (1.0.18-r0) 00:52:10 Successfully uninstalled requests-2.23.0 00:52:10 (4/6) Installing libstdc++ (9.3.0-r2) 00:52:10 (5/6) Installing libzmq (4.3.3-r0) 00:52:10 (6/6) Installing zeromq (4.3.3-r0) 00:52:10 Executing busybox-1.31.1-r19.trigger 00:52:10 OK: 8 MiB in 20 packages 00:52:11 Running setup.py install for texttable: started 00:52:12 Removing intermediate container adcb9ff2802f 00:52:12 ---> 49775bb5de40 00:52:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:12 Running setup.py install for texttable: finished with status 'done' 00:52:12 Running setup.py install for PyYAML: started 00:52:12 ---> 04292cc5def4 00:52:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:52:14 Running setup.py install for PyYAML: finished with status 'done' 00:52:14 Running setup.py install for dockerpty: started 00:52:14 ---> aac7385fdfd1 00:52:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:52:14 Running setup.py install for dockerpty: finished with status 'done' 00:52:14 Running setup.py install for docopt: started 00:52:14 ---> cee7fbf77019 00:52:14 Step 19/23 : ENTRYPOINT ["/core-data"] 00:52:15 ---> Running in ed1626e2522e 00:52:15 Running setup.py install for docopt: finished with status 'done' 00:52:15 Removing intermediate container ed1626e2522e 00:52:15 ---> 83b40a14a62b 00:52:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:15 ---> Running in 7a80d18b17bc 00:52:16 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 00:52:16 Removing intermediate container 7a80d18b17bc 00:52:16 ---> 8b53862dec97 00:52:16 Step 21/23 : LABEL arch=arm64 00:52:16 ---> Running in 57a6a9eb248c 00:52:17 Removing intermediate container 57a6a9eb248c 00:52:17 ---> 57e390123f93 00:52:17 Step 22/23 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e 00:52:17 ---> Running in a25dc4e357a9 00:52:17 Removing intermediate container a25dc4e357a9 00:52:17 ---> ceab59cd9064 00:52:17 Step 23/23 : LABEL version=0.0.0 00:52:17 ---> Running in dc69a725c136 00:52:18 Removing intermediate container dc69a725c136 00:52:18 ---> 2913d217c4cc 00:52:18 00:52:18 Successfully built 2913d217c4cc 00:52:18 Successfully tagged docker-core-data-go-arm64:latest 00:52:19  Building docker-core-data-go ... done  [Pipeline] } 00:52:19 $ docker stop --time=1 95da8e8bfc6ed0347a56d7048309b142e37c97d4a427bec05d9c38090f5c3c29 00:52:20 Removing intermediate container 484fe560ecec 00:52:20 ---> a814356297fc 00:52:20 Step 21/26 : RUN apk --no-cache add curl 00:52:20 ---> Running in d8d1ebde7865 00:52:21 $ docker rm -f 95da8e8bfc6ed0347a56d7048309b142e37c97d4a427bec05d9c38090f5c3c29 [Pipeline] // withDockerContainer [Pipeline] sh 00:52:21 + + dockergrep images docker 00:52:21 00:52:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:52:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:52:21 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:52:21 (2/3) Installing libcurl (7.69.1-r3) 00:52:22 docker-core-data-go-arm64 latest 2913d217c4cc 4 seconds ago 21.3MB 00:52:22 docker-security-bootstrapper-go-arm64 latest 4ec93cf25d12 15 seconds ago 17.8MB 00:52:22 docker-security-proxy-setup-go-arm64 latest 9106d33ac543 28 seconds ago 23.4MB 00:52:22 docker-support-scheduler-go-arm64 latest b5444ba227c9 30 seconds ago 16.3MB 00:52:22 docker-sys-mgmt-agent-go-arm64 latest eca401e41146 About a minute ago 300MB 00:52:22 docker-support-notifications-go-arm64 latest 9c5cbd0f5e94 3 minutes ago 16.9MB 00:52:22 docker-core-command-go-arm64 latest fb81e4033b9c 3 minutes ago 16.2MB 00:52:22 docker-core-metadata-go-arm64 latest f900c6a60d34 3 minutes ago 17.9MB 00:52:22 docker-security-secretstore-setup-go-arm64 latest 33a0aa8b72ba 3 minutes ago 23.7MB 00:52:22 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv 00:52:22 (3/3) Installing curl (7.69.1-r3) 00:52:22 Executing busybox-1.31.1-r19.trigger 00:52:22 OK: 72 MiB in 58 packages [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 00:52:23 ---> job-cost.sh 00:52:23 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-kKrG 00:52:23 Removing intermediate container d8d1ebde7865 00:52:23 ---> 09188116dcb7 00:52:23 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:52:23 ---> Running in 20c714811a06 00:52:23 Removing intermediate container 20c714811a06 00:52:23 ---> c70a3df91dcb 00:52:23 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:23 ---> Running in 981aaef244bb 00:52:23 Removing intermediate container 981aaef244bb 00:52:23 ---> 8acf7d1269d1 00:52:23 Step 24/26 : LABEL arch=x86_64 00:52:23 ---> Running in 340b2cde70b9 00:52:24 Removing intermediate container 340b2cde70b9 00:52:24 ---> e978046f7c6e 00:52:24 Step 25/26 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e 00:52:24 ---> Running in 585f518b0aba 00:52:24 Removing intermediate container 585f518b0aba 00:52:24 ---> 6546461fb91d 00:52:24 Step 26/26 : LABEL version=0.0.0 00:52:25 ---> Running in 8e837bef52aa 00:52:25 Removing intermediate container 8e837bef52aa 00:52:25 ---> c2f1c50277bb 00:52:25 00:52:25 Successfully built c2f1c50277bb 00:52:25 Successfully tagged docker-sys-mgmt-agent-go:latest 00:52:26  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:52:26 $ docker stop --time=1 9d644ed2dc68f4c4fc5a5459b79caf3cccaaa0177ae76f2a84641855407a51ea 00:52:30 $ docker rm -f 9d644ed2dc68f4c4fc5a5459b79caf3cccaaa0177ae76f2a84641855407a51ea [Pipeline] // withDockerContainer [Pipeline] sh 00:52:31 + docker images 00:52:31 + grep docker 00:52:32 docker-sys-mgmt-agent-go latest c2f1c50277bb 7 seconds ago 313MB 00:52:32 docker-core-data-go latest d7a6afd0d351 53 seconds ago 22.6MB 00:52:32 docker-support-notifications-go latest c41d6c772978 About a minute ago 17.8MB 00:52:32 docker-core-command-go latest 6f0ab9d6abe0 2 minutes ago 17.2MB 00:52:32 docker-security-bootstrapper-go latest e56f1a18b341 4 minutes ago 18.7MB 00:52:32 docker-security-secretstore-setup-go latest 6152f823edf3 5 minutes ago 24.9MB 00:52:32 docker-core-metadata-go latest e6bc6ce69df9 5 minutes ago 19MB 00:52:32 docker-support-scheduler-go latest c40caa085dc0 5 minutes ago 17.2MB 00:52:32 docker-security-proxy-setup-go latest 366ecec9ffa1 5 minutes ago 24.7MB 00:52:32 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:52:48 Still waiting to schedule task 00:52:48 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:53:01 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:53:42 Running on prd-ubuntu18.04-docker-8c-8g-29235 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:53:42 Running in /w/workspace/edgex-go/79 [Pipeline] { [Pipeline] checkout 00:53:44 using credential edgex-jenkins-ssh 00:53:44 Cloning the remote Git repository 00:53:44 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:53:45 > git init /w/workspace/edgex-go/79 # timeout=10 00:53:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:53:45 > git --version # timeout=10 00:53:45 > git --version # 'git version 2.17.1' 00:53:45 using GIT_SSH to set credentials SSH Credentials for GitHub 00:53:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:53:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:53:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:53:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:53:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:53:49 using GIT_SSH to set credentials SSH Credentials for GitHub 00:53:49 > 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:53:50 Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:53:50 Merge succeeded, producing fe56f43fe7db3606ad379d92182a59b465757b8f 00:53:50 Checking out Revision fe56f43fe7db3606ad379d92182a59b465757b8f (PR-2858) 00:53:50 > git config core.sparsecheckout # timeout=10 00:53:50 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:53:50 > git remote # timeout=10 00:53:50 > git config --get remote.origin.url # timeout=10 00:53:50 using GIT_SSH to set credentials SSH Credentials for GitHub 00:53:50 > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 00:53:50 > git rev-parse HEAD^{commit} # timeout=10 00:53:50 > git config core.sparsecheckout # timeout=10 00:53:50 > git checkout -f fe56f43fe7db3606ad379d92182a59b465757b8f # timeout=10 00:53:54 Commit message: "Merge commit 'dd3c5304426daa1a06e165d92e5378a7e6535b25' into HEAD" 00:53:54 First time build. Skipping changelog. 00:53:54 00:53:54 GitHub has been notified of this commit’s build result 00:53:54 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:53:55 + echo snap-build.sh 00:53:55 snap-build.sh 00:53:55 + SNAP_BASE_DIR=. 00:53:55 + '[' '!' -z /w/workspace/edgex-go/79 ']' 00:53:55 + SNAP_BASE_DIR=/w/workspace/edgex-go/79 00:53:55 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/79]' 00:53:55 [snap-build] Building snap in dir [/w/workspace/edgex-go/79] 00:53:55 + cd /w/workspace/edgex-go/79 00:53:55 + sudo apt-get remove -qy --purge lxd lxd-client 00:53:55 Reading package lists... 00:53:55 Building dependency tree... 00:53:55 Reading state information... 00:53:54 > git rev-list --no-walk dfa22932515b753042da74e12b19a5d0153458b0 # timeout=10 00:53:55 The following packages were automatically installed and are no longer required: 00:53:55 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:53:55 uidmap xdelta3 00:53:55 Use 'sudo apt autoremove' to remove them. 00:53:55 The following packages will be REMOVED: 00:53:55 lxd* lxd-client* 00:53:56 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:53:56 After this operation, 31.7 MB disk space will be freed. 00:53:57 (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:53:57 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:53:57 Removing lxd dnsmasq configuration 00:53:58 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:53:58 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:53:59 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:53:59 (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:53:59 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:54:00 Processing triggers for systemd (237-3ubuntu10.42) ... 00:54:00 Processing triggers for ureadahead (0.100.0-21) ... 00:54:01 + sudo snap remove --purge lxd 00:54:01 snap "lxd" is not installed 00:54:01 + sudo groupadd --force --system lxd 00:54:01 ++ whoami 00:54:01 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:54:01 + newgrp - lxd 00:54:01 + sudo snap install lxd 00:54:12 2021-03-10T00:54:08Z INFO Waiting for automatic snapd restart... 00:54:26 lxd 4.11 from Canonical* installed 00:54:26 + sudo lxd init --auto 00:54:36 + sudo snap install --classic snapcraft 00:54:38 lf-activate-venv(): INFO: Adding /tmp/venv-kKrG/bin to PATH 00:54:38 INFO: No Stack... 00:54:38 INFO: Retrieving Pricing Info for: lf-standard-4 00:54:38 INFO: Archiving Costs [Pipeline] sh 00:54:39 + cut -d, -f6 00:54:39 + cat /w/workspace/edgex-go/79/archives/cost.csv [Pipeline] lock 00:54:39 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-79-stack-cost] 00:54:39 Resource [jenkins-edgexfoundry-edgex-go-PR-2858-79-stack-cost] did not exist. Created. 00:54:39 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-79-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:54:39 + echo total: 0.20999999344348907 [Pipeline] stash 00:54:39 Stashed 1 file(s) [Pipeline] } 00:54:39 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-79-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:54:43 snapcraft 4.5.4 from Canonical* installed 00:54:43 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:54:43 + patch --verbose -p1 00:54:43 Hmm... Looks like a unified diff to me... 00:54:43 The text leading up to this was: 00:54:43 -------------------------- 00:54:43 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:54:43 |From: Tony Espy 00:54:43 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:54:43 |Subject: [PATCH] optimize snap build for pipeline CI check 00:54:43 | 00:54:43 |This patch is used by the EdgeX CI pipeline builds to 00:54:43 |optimize the snap CI check run for pull requests. When 00:54:43 |applied, it essentially strips out everything (apps and 00:54:43 |parts) from the snapcraft.yaml file except those required 00:54:43 |to build edgex-go, as the whole idea of the CI check is to 00:54:43 |catch changes to edgex-go that break the snap build. 00:54:43 | 00:54:43 |In general, anyone updating snapcraft.yaml will also need 00:54:43 |to update this patch file, otherwise it may fail to apply, 00:54:43 |resulting in a failed snap build CI check in the associated 00:54:43 |pull request. 00:54:43 | 00:54:43 |Note - in addition to applying this patch, the pipeline also 00:54:43 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:54:43 |need to build the finally binary .snap file (and it won't 00:54:43 |work with the patch applied). This further reduces the build 00:54:43 |time. 00:54:43 |--- 00:54:43 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:54:43 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:54:43 | 00:54:43 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:54:43 |index 1e537489..faf42425 100644 00:54:43 |--- a/snap/snapcraft.yaml 00:54:43 |+++ b/snap/snapcraft.yaml 00:54:43 -------------------------- 00:54:43 patching file snap/snapcraft.yaml 00:54:43 Using Plan A... 00:54:43 Hunk #1 succeeded at 73. 00:54:43 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 00:54:43 Hunk #3 succeeded at 217 (offset 3 lines). 00:54:43 Hunk #4 FAILED at 222. 00:54:43 Hunk #5 succeeded at 303 (offset 4 lines). 00:54:43 Hunk #6 succeeded at 330 (offset 4 lines). 00:54:43 Hunk #7 succeeded at 364 (offset 4 lines). 00:54:43 Hunk #8 FAILED at 411. 00:54:43 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:54:43 Hmm... Ignoring the trailing garbage. 00:54:43 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:54:44 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:54:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:54:47 ---> package-listing.sh 00:54:47 ++ tr '[:upper:]' '[:lower:]' 00:54:47 ++ facter osfamily 00:54:47 + OS_FAMILY=redhat 00:54:47 + workspace=/w/workspace/edgex-go/79 00:54:47 + START_PACKAGES=/tmp/packages_start.txt 00:54:47 + END_PACKAGES=/tmp/packages_end.txt 00:54:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:54:47 + PACKAGES=/tmp/packages_start.txt 00:54:47 + '[' /w/workspace/edgex-go/79 ']' 00:54:47 + PACKAGES=/tmp/packages_end.txt 00:54:47 + case "${OS_FAMILY}" in 00:54:47 + rpm -qa 00:54:47 + sort 00:55:00 + '[' -f /tmp/packages_start.txt ']' 00:55:00 + '[' -f /tmp/packages_end.txt ']' 00:55:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:55:00 + '[' /w/workspace/edgex-go/79 ']' 00:55:00 + mkdir -p /w/workspace/edgex-go/79/archives/ 00:55:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/79/archives/ [Pipeline] echo 00:55:00 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/79/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:55:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:55:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:02 00:55:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:55:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:02 alpine: Pulling from edgex-lftools-log-publisher 00:55:02 df20fa9351a1: Pulling fs layer 00:55:02 36b3adc4ff6f: Pulling fs layer 00:55:02 8ad3a11d3b57: Pulling fs layer 00:55:02 46f8f816bc3b: Pulling fs layer 00:55:02 93b61091891f: Pulling fs layer 00:55:02 93b9cdb0e59b: Pulling fs layer 00:55:02 5e14af77c1be: Pulling fs layer 00:55:02 46f8f816bc3b: Waiting 00:55:02 93b61091891f: Waiting 00:55:02 93b9cdb0e59b: Waiting 00:55:02 01666e4c0597: Pulling fs layer 00:55:02 aa168da1d23b: Pulling fs layer 00:55:02 5e14af77c1be: Waiting 00:55:02 aa168da1d23b: Waiting 00:55:02 01666e4c0597: Waiting 00:55:02 36b3adc4ff6f: Verifying Checksum 00:55:02 36b3adc4ff6f: Download complete 00:55:03 46f8f816bc3b: Download complete 00:55:03 df20fa9351a1: Verifying Checksum 00:55:03 df20fa9351a1: Download complete 00:55:03 93b9cdb0e59b: Download complete 00:55:03 5e14af77c1be: Verifying Checksum 00:55:03 5e14af77c1be: Download complete 00:55:03 01666e4c0597: Verifying Checksum 00:55:03 01666e4c0597: Download complete 00:55:03 93b61091891f: Download complete 00:55:03 8ad3a11d3b57: Verifying Checksum 00:55:03 8ad3a11d3b57: Download complete 00:55:04 df20fa9351a1: Pull complete 00:55:04 36b3adc4ff6f: Pull complete 00:55:07 8ad3a11d3b57: Pull complete 00:55:07 46f8f816bc3b: Pull complete 00:55:08 aa168da1d23b: Verifying Checksum 00:55:08 aa168da1d23b: Download complete 00:55:08 93b61091891f: Pull complete 00:55:09 93b9cdb0e59b: Pull complete 00:55:09 5e14af77c1be: Pull complete 00:55:10 01666e4c0597: Pull complete 00:55:33 aa168da1d23b: Pull complete 00:55:33 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:55:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:55:33 prd-centos7-docker-4c-2g-29224 does not seem to be running inside a container 00:55:33 $ 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/79/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/79 -v /w/workspace/edgex-go/79:/w/workspace/edgex-go/79:rw,z -v /w/workspace/edgex-go/79@tmp:/w/workspace/edgex-go/79@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-lftools-log-publisher:alpine cat 00:55:37 $ docker top 5477190b40a290f7125d6decfd3bf9b1eb915a0bcd441aa4cc0c14f6236f8c33 -eo pid,comm [Pipeline] { [Pipeline] sh 00:55:39 + touch /tmp/pre-build-complete [Pipeline] sh 00:55:39 + mkdir -p /var/log/sa [Pipeline] sh 00:55:40 + ls /var/log/sa-host 00:55:40 + sadf -c /var/log/sa-host/sa10 00:55:40 file_magic: OK 00:55:40 HZ: Using current value: 100 00:55:40 file_header: OK 00:55:40 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:55:40 Statistics: 00:55:40 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:55:40 File successfully converted to sysstat format version 12.2.1 00:55:40 + sadf -c /var/log/sa-host/sa23 00:55:40 file_magic: OK 00:55:40 HZ: Using current value: 100 00:55:40 file_header: OK 00:55:40 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:55:40 Statistics: 00:55:40 Hnuu...uuuununununu... 00:55:40 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:55:40 provisioning config files... 00:55:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/79@tmp/config1053409224334512614tmp [Pipeline] { [Pipeline] echo 00:55:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:55:41 ---> create-netrc.sh [Pipeline] } 00:55:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:55:41 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:55:41 ---> python-tools-install.sh [Pipeline] echo 00:55:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:55:42 ---> sudo-logs.sh 00:55:42 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:55:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:55:44 ---> job-cost.sh 00:55:44 lf-activate-venv: SKIPPING 00:55:44 DEBUG: total: 0.20999999344348907 00:55:44 INFO: Retrieving Stack Cost... 00:55:45 INFO: Retrieving Pricing Info for: v1-standard-2 00:55:45 INFO: Archiving Costs [Pipeline] echo 00:55:46 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:55:46 ---> logs-deploy.sh 00:55:46 lf-activate-venv: SKIPPING 00:55:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/79 00:55:46 INFO: archiving workspace using pattern(s): 00:55:49 Archives upload complete. 00:55:49 INFO: archiving logs to Nexus