Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 195ada8605e1713bac7ddb22407778fc0fc8b0c6+b1231b82c8e765c00bf8e0f9fb2e8bfb4929abbc (95ae73e455d6e052926df34fca902fa52ede4a30) 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4296 in /w/workspace/edgexfoundry_edgex-go_PR-2768 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit b1231b82c8e765c00bf8e0f9fb2e8bfb4929abbc into PR head commit 195ada8605e1713bac7ddb22407778fc0fc8b0c6 Merge succeeded, producing a41dc3bd421d8072c9879f3bb7df204ca651f719 Checking out Revision a41dc3bd421d8072c9879f3bb7df204ca651f719 (PR-2768) > 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 --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2768/head:refs/remotes/origin/PR-2768 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 195ada8605e1713bac7ddb22407778fc0fc8b0c6 # 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 b1231b82c8e765c00bf8e0f9fb2e8bfb4929abbc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a41dc3bd421d8072c9879f3bb7df204ca651f719 # timeout=10 Commit message: "Merge commit 'b1231b82c8e765c00bf8e0f9fb2e8bfb4929abbc' into HEAD" > git rev-list --no-walk 195ada8605e1713bac7ddb22407778fc0fc8b0c6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:18 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:18 ========================================================= 00:31:18 EdgeX Global Pipelines Version Info 00:31:18 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:19 ------------------- 00:31:19 stable info: 00:31:19 ------------------- 00:31:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:19 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 00:31:19 Message: update stable to v1.0.131 00:31:20 ------------------- 00:31:20 experimental info: 00:31:20 ------------------- 00:31:20 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:20 Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a 00:31:20 Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2768 [Pipeline] echo 00:31:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2768 [Pipeline] echo 00:31:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2768 [Pipeline] echo 00:31:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a41dc3bd421d8072c9879f3bb7df204ca651f719 [Pipeline] echo 00:31:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a41dc3b [Pipeline] echo 00:31:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 00:31:24 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:31:24 + for file in '`ls cmd/**/Dockerfile`' 00:31:24 ++ dirname cmd/core-command/Dockerfile 00:31:24 ++ cut -d/ -f2 00:31:24 + echo core-command,cmd/core-command/Dockerfile 00:31:24 + for file in '`ls cmd/**/Dockerfile`' 00:31:24 ++ dirname cmd/core-data/Dockerfile 00:31:24 ++ cut -d/ -f2 00:31:24 + echo core-data,cmd/core-data/Dockerfile 00:31:24 + for file in '`ls cmd/**/Dockerfile`' 00:31:24 ++ dirname cmd/core-metadata/Dockerfile 00:31:24 ++ cut -d/ -f2 00:31:24 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:24 + for file in '`ls cmd/**/Dockerfile`' 00:31:24 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:24 ++ cut -d/ -f2 00:31:24 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:24 + for file in '`ls cmd/**/Dockerfile`' 00:31:24 ++ dirname cmd/security-secrets-setup/Dockerfile 00:31:24 ++ cut -d/ -f2 00:31:24 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 00:31:24 + for file in '`ls cmd/**/Dockerfile`' 00:31:24 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:24 ++ cut -d/ -f2 00:31:24 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:24 + for file in '`ls cmd/**/Dockerfile`' 00:31:24 ++ dirname cmd/support-logging/Dockerfile 00:31:24 ++ cut -d/ -f2 00:31:24 + echo support-logging,cmd/support-logging/Dockerfile 00:31:24 + for file in '`ls cmd/**/Dockerfile`' 00:31:24 ++ dirname cmd/support-notifications/Dockerfile 00:31:24 ++ cut -d/ -f2 00:31:24 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:24 + for file in '`ls cmd/**/Dockerfile`' 00:31:24 ++ dirname cmd/support-scheduler/Dockerfile 00:31:24 ++ cut -d/ -f2 00:31:24 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:24 + for file in '`ls cmd/**/Dockerfile`' 00:31:24 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:24 ++ cut -d/ -f2 00:31:24 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:24 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-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:31:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:25 00:31:25 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:25 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:25 latest: Pulling from edgex-devops/git-semver 00:31:25 31603596830f: Pulling fs layer 00:31:25 2a8b12db71e7: Pulling fs layer 00:31:25 6ca5941a6612: Pulling fs layer 00:31:25 ecc8261a40a4: Pulling fs layer 00:31:25 ecc8261a40a4: Waiting 00:31:25 2a8b12db71e7: Verifying Checksum 00:31:25 2a8b12db71e7: Download complete 00:31:26 31603596830f: Verifying Checksum 00:31:26 31603596830f: Download complete 00:31:26 6ca5941a6612: Verifying Checksum 00:31:26 6ca5941a6612: Download complete 00:31:26 ecc8261a40a4: Verifying Checksum 00:31:26 ecc8261a40a4: Download complete 00:31:26 31603596830f: Pull complete 00:31:26 2a8b12db71e7: Pull complete 00:31:27 6ca5941a6612: Pull complete 00:31:27 ecc8261a40a4: Pull complete 00:31:27 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:27 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:27 prd-centos7-docker-4c-2g-4296 does not seem to be running inside a container 00:31:27 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:30 $ docker top 773a56fcbb0c93cb2cbfee6aaa98eefb39de0300611965cd34c9b5088a783865 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:30 [ssh-agent] Looking for ssh-agent implementation... 00:31:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:30 $ docker exec 773a56fcbb0c93cb2cbfee6aaa98eefb39de0300611965cd34c9b5088a783865 ssh-agent 00:31:30 SSH_AUTH_SOCK=/tmp/ssh-1ulTiACX8Bwc/agent.11 00:31:30 SSH_AGENT_PID=16 00:31:31 Running ssh-add (command line suppressed) 00:31:31 Identity added: /w/workspace/edgex-go/2@tmp/private_key_2349235067023881080.key (/w/workspace/edgex-go/2@tmp/private_key_2349235067023881080.key) 00:31:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:31 + git describe --exact-match --tags HEAD 00:31:31 fatal: no tag exactly matches 'a41dc3bd421d8072c9879f3bb7df204ca651f719' [Pipeline] } 00:31:31 $ docker exec --env ******** --env ******** 773a56fcbb0c93cb2cbfee6aaa98eefb39de0300611965cd34c9b5088a783865 ssh-agent -k 00:31:31 unset SSH_AUTH_SOCK; 00:31:31 unset SSH_AGENT_PID; 00:31:31 echo Agent pid 16 killed; 00:31:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 00:31:31 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 00:31:31 This usually means this commit has not been tagged. [Pipeline] sshagent 00:31:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:32 [ssh-agent] Looking for ssh-agent implementation... 00:31:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:32 $ docker exec 773a56fcbb0c93cb2cbfee6aaa98eefb39de0300611965cd34c9b5088a783865 ssh-agent 00:31:32 SSH_AUTH_SOCK=/tmp/ssh-pftDCyabqolo/agent.45 00:31:32 SSH_AGENT_PID=50 00:31:32 Running ssh-add (command line suppressed) 00:31:32 Identity added: /w/workspace/edgex-go/2@tmp/private_key_6823180548433218036.key (/w/workspace/edgex-go/2@tmp/private_key_6823180548433218036.key) 00:31:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:32 + git semver init 00:31:32 # -> Open(): unable to determine branch for HEAD 00:31:32 # $GIT_DIR = /w/workspace/edgex-go/2/.git 00:31:32 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 00:31:32 # $SEMVER_REMOTE_NAME = origin 00:31:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:32 # $SEMVER_USER_NAME = edgex-jenkins 00:31:32 # $SEMVER_BRANCH = PR-2768 00:31:32 # $SEMVER_TEMP = /tmp/semver-609773223 00:31:32 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:05 # '/tmp/semver-609773223' -> '/w/workspace/edgex-go/2/.semver' 00:32:05 # -> Force: false 00:32:05 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 00:32:05 $ docker exec --env ******** --env ******** 773a56fcbb0c93cb2cbfee6aaa98eefb39de0300611965cd34c9b5088a783865 ssh-agent -k 00:32:05 unset SSH_AUTH_SOCK; 00:32:05 unset SSH_AGENT_PID; 00:32:05 echo Agent pid 50 killed; 00:32:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:05 + git semver [Pipeline] } 00:32:05 $ docker stop --time=1 773a56fcbb0c93cb2cbfee6aaa98eefb39de0300611965cd34c9b5088a783865 00:32:07 $ docker rm -f 773a56fcbb0c93cb2cbfee6aaa98eefb39de0300611965cd34c9b5088a783865 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 00:32:22 Stashed 81 file(s) [Pipeline] echo 00:32:22 [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] echo 00:32:23 ========================================================= 00:32:23 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:23 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:32:27 Sending build context to Docker daemon 324.9MB 00:32:27 Step 1/7 : ARG BASE=golang:1.15-alpine 00:32:27 Step 2/7 : FROM ${BASE} 00:32:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:27 df20fa9351a1: Pulling fs layer 00:32:27 ed8968b2872e: Pulling fs layer 00:32:27 a92cc7c5fd73: Pulling fs layer 00:32:27 e871e8e8d7a9: Pulling fs layer 00:32:27 e73272ec9a57: Pulling fs layer 00:32:27 1e910a182e73: Pulling fs layer 00:32:27 4e634b169226: Pulling fs layer 00:32:27 e73272ec9a57: Waiting 00:32:27 1e910a182e73: Waiting 00:32:27 4e634b169226: Waiting 00:32:27 e871e8e8d7a9: Waiting 00:32:27 a92cc7c5fd73: Verifying Checksum 00:32:27 a92cc7c5fd73: Download complete 00:32:27 ed8968b2872e: Download complete 00:32:27 e73272ec9a57: Verifying Checksum 00:32:27 e73272ec9a57: Download complete 00:32:27 1e910a182e73: Verifying Checksum 00:32:27 1e910a182e73: Download complete 00:32:27 df20fa9351a1: Verifying Checksum 00:32:27 df20fa9351a1: Download complete 00:32:27 df20fa9351a1: Pull complete 00:32:27 ed8968b2872e: Pull complete 00:32:28 a92cc7c5fd73: Pull complete 00:32:29 4e634b169226: Verifying Checksum 00:32:29 4e634b169226: Download complete 00:32:29 e871e8e8d7a9: Verifying Checksum 00:32:29 e871e8e8d7a9: Download complete 00:32:35 e871e8e8d7a9: Pull complete 00:32:35 e73272ec9a57: Pull complete 00:32:35 1e910a182e73: Pull complete 00:32:38 Still waiting to schedule task 00:32:38 ‘prd-ubuntu18.04-docker-arm64-4c-16g-4290’ is offline 00:32:43 4e634b169226: Pull complete 00:32:43 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 00:32:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:43 ---> f7629b54cfaa 00:32:43 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:32:44 ---> Running in 83554b8e37e9 00:32:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:45 (1/12) Installing libmagic (5.38-r0) 00:32:46 (2/12) Installing file (5.38-r0) 00:32:46 (3/12) Installing libc-dev (0.7.2-r3) 00:32:46 (4/12) Installing g++ (9.3.0-r2) 00:32:51 (5/12) Installing fortify-headers (1.1-r0) 00:32:51 (6/12) Installing patch (2.7.6-r6) 00:32:51 (7/12) Installing build-base (0.5-r2) 00:32:52 (8/12) Installing libsodium (1.0.18-r0) 00:32:52 (9/12) Installing pkgconf (1.7.2-r0) 00:32:52 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:52 (11/12) Installing libzmq (4.3.3-r0) 00:32:52 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:52 Executing busybox-1.31.1-r16.trigger 00:32:52 OK: 233 MiB in 51 packages 00:32:57 Removing intermediate container 83554b8e37e9 00:32:57 ---> e4c79fd73f07 00:32:57 Step 4/7 : WORKDIR /edgex-go 00:32:57 ---> Running in c0ef50fee645 00:32:57 Removing intermediate container c0ef50fee645 00:32:57 ---> 0bfd9ff64dec 00:32:57 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:32:57 latest: Pulling from library/docker 00:32:57 df20fa9351a1: Already exists 00:32:57 25ad7478873d: Pulling fs layer 00:32:57 4684f6177b5d: Pulling fs layer 00:32:57 8ba584e970af: Pulling fs layer 00:32:57 3cdc74d2b06d: Pulling fs layer 00:32:57 4cf5a0d07c1f: Pulling fs layer 00:32:57 fca0ccc462d5: Pulling fs layer 00:32:57 3cdc74d2b06d: Waiting 00:32:57 4cf5a0d07c1f: Waiting 00:32:57 fca0ccc462d5: Waiting 00:32:57 4684f6177b5d: Verifying Checksum 00:32:57 4684f6177b5d: Download complete 00:32:57 25ad7478873d: Verifying Checksum 00:32:57 25ad7478873d: Download complete 00:32:57 3cdc74d2b06d: Verifying Checksum 00:32:57 3cdc74d2b06d: Download complete 00:32:58 4cf5a0d07c1f: Verifying Checksum 00:32:58 4cf5a0d07c1f: Download complete 00:32:58 fca0ccc462d5: Verifying Checksum 00:32:58 fca0ccc462d5: Download complete 00:32:58 25ad7478873d: Pull complete 00:32:58 4684f6177b5d: Pull complete 00:32:58 8ba584e970af: Retrying in 5 seconds 00:32:59 8ba584e970af: Retrying in 4 seconds 00:33:00 8ba584e970af: Retrying in 3 seconds 00:33:01 8ba584e970af: Retrying in 2 seconds 00:33:02 8ba584e970af: Retrying in 1 second 00:33:04 8ba584e970af: Verifying Checksum 00:33:04 8ba584e970af: Download complete 00:33:06 8ba584e970af: Pull complete 00:33:06 3cdc74d2b06d: Pull complete 00:33:07 4cf5a0d07c1f: Pull complete 00:33:07 fca0ccc462d5: Pull complete 00:33:07 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 00:33:07 Status: Downloaded newer image for docker:latest 00:33:09 ---> 545423938151 00:33:09 Step 6/7 : COPY go.mod . 00:33:09 ---> 193224701af1 00:33:09 Step 7/7 : RUN go mod download 00:33:09 ---> Running in d7193e181a04 00:33:31 Removing intermediate container d7193e181a04 00:33:31 ---> 64b85bab10df 00:33:31 Successfully built 64b85bab10df 00:33:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:31 + docker inspect -f . ci-base-image-x86_64 00:33:31 . [Pipeline] withDockerContainer 00:33:31 prd-centos7-docker-4c-2g-4296 does not seem to be running inside a container 00:33:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat 00:33:32 $ docker top 57758719ba65430d62aba8e2b9bb6df887b6c7742bc919eff77d251635c8bc75 -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:33 + go version 00:33:33 go version go1.15.2 linux/amd64 [Pipeline] } 00:33:33 $ docker stop --time=1 57758719ba65430d62aba8e2b9bb6df887b6c7742bc919eff77d251635c8bc75 00:33:34 $ docker rm -f 57758719ba65430d62aba8e2b9bb6df887b6c7742bc919eff77d251635c8bc75 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:35 + docker inspect -f . ci-base-image-x86_64 00:33:35 . [Pipeline] withDockerContainer 00:33:35 prd-centos7-docker-4c-2g-4296 does not seem to be running inside a container 00:33:35 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat 00:33:36 $ docker top 6dc08c31d642c27507fc25bfaf43bfdb8bc053d488d02f05e63303facb807cad -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:36 ========================================================= 00:33:36 [edgeXBuildGoParallel] Running Tests and Build... 00:33:36 ========================================================= [Pipeline] sh 00:33:36 + make test 00:33:36 GO111MODULE=on go test -coverprofile=coverage.out ./... 00:33:39 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.029s 00:33:58 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:34:02 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.037s coverage: 46.6% of statements 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:34:07 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.048s coverage: 27.2% of statements 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:34:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.008s coverage: 100.0% of statements 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:34:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.010s coverage: 100.0% of statements 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:34:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.016s coverage: 84.0% of statements 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:34:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.027s coverage: 93.5% of statements 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.078s coverage: 28.6% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.017s coverage: 100.0% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.009s coverage: 100.0% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.014s coverage: 86.7% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.033s coverage: 97.5% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.011s coverage: 100.0% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.051s coverage: 100.0% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.024s coverage: 58.8% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.016s coverage: 0.0% of statements [no tests to run] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.041s coverage: 63.5% of statements 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.008s coverage: 100.0% of statements 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.107s coverage: 55.9% of statements 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.274s coverage: 86.3% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.377s coverage: 72.2% of statements 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.093s coverage: 72.1% of statements 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.040s coverage: 82.4% of statements 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.018s coverage: 48.4% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.011s coverage: 28.8% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.055s coverage: 96.8% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.029s coverage: 31.1% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.127s coverage: 84.1% of statements 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.043s coverage: 100.0% of statements 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.017s coverage: 42.9% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.015s coverage: 100.0% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.012s coverage: 83.8% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.020s coverage: 47.1% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.011s coverage: 100.0% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.016s coverage: 100.0% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.022s coverage: 100.0% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.064s coverage: 29.1% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.014s coverage: 99.0% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.017s coverage: 100.0% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/system 0.057s coverage: 0.0% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.009s coverage: 100.0% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.006s coverage: 87.9% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.008s coverage: 32.1% of statements 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.009s coverage: 100.0% of statements 00:34:19 GO111MODULE=on go vet ./... 00:34:27 gofmt -l . 00:34:28 [ "`gofmt -l .`" = "" ] 00:34:28 ./bin/test-go-mod-tidy.sh 00:34:29 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:31 + ls -al . 00:34:31 total 584 00:34:31 drwxrwxr-x 10 1001 1001 4096 Oct 9 00:34 . 00:34:31 drwxr-xr-x 4 root root 28 Oct 9 00:33 .. 00:34:31 -rw-rw-r-- 1 1001 1001 11 Oct 9 00:31 .dockerignore 00:34:31 drwxrwxr-x 8 1001 1001 179 Oct 9 00:31 .git 00:34:31 drwxrwxr-x 3 1001 1001 125 Oct 9 00:31 .github 00:34:31 -rw-rw-r-- 1 1001 1001 932 Oct 9 00:31 .gitignore 00:34:31 drwx------ 3 1001 1001 47 Oct 9 00:32 .semver 00:34:31 -rw-rw-r-- 1 1001 1001 166 Oct 9 00:31 .sonarcloud.properties 00:34:31 -rw-rw-r-- 1 1001 1001 3804 Oct 9 00:31 CONTRIBUTING.md 00:34:31 -rw-rw-r-- 1 1001 1001 1035 Oct 9 00:31 Dockerfile.build 00:34:31 -rw-rw-r-- 1 1001 1001 863 Oct 9 00:31 Jenkinsfile 00:34:31 -rw-rw-r-- 1 1001 1001 10775 Oct 9 00:31 LICENSE 00:34:31 -rw-rw-r-- 1 1001 1001 6237 Oct 9 00:31 Makefile 00:34:31 -rw-rw-r-- 1 1001 1001 6447 Oct 9 00:31 README.md 00:34:31 -rw-rw-r-- 1 1001 1001 259 Oct 9 00:31 SECURITY.md 00:34:31 -rw-rw-r-- 1 1001 1001 5 Oct 9 00:32 VERSION 00:34:31 -rw-rw-r-- 1 1001 1001 4131 Oct 9 00:31 ZMQWindows.md 00:34:31 drwxrwxr-x 2 1001 1001 117 Oct 9 00:31 bin 00:34:31 drwxrwxr-x 15 1001 1001 4096 Oct 9 00:31 cmd 00:34:31 -rw-r--r-- 1 root root 488789 Oct 9 00:34 coverage.out 00:34:31 -rw-r--r-- 1 root root 984 Oct 9 00:34 go.mod 00:34:31 -rw-r--r-- 1 root root 18876 Oct 9 00:34 go.sum 00:34:31 drwxrwxr-x 8 1001 1001 127 Oct 9 00:31 internal 00:34:31 drwxrwxr-x 4 1001 1001 26 Oct 9 00:31 openapi 00:34:31 drwxrwxr-x 4 1001 1001 71 Oct 9 00:31 snap 00:34:31 -rw-rw-r-- 1 1001 1001 168 Oct 9 00:31 version.go [Pipeline] sh 00:34:31 + '[' -e coverage.out ] 00:34:31 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:31 Stashed 1 file(s) [Pipeline] sh 00:34:32 + make build 00:34:32 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:34:42 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:34:45 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:34:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 00:34:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:34:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:34:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:34:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:34:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:34:55 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:34:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:34:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:35:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 00:35:01 $ docker stop --time=1 6dc08c31d642c27507fc25bfaf43bfdb8bc053d488d02f05e63303facb807cad 00:35:02 $ docker rm -f 6dc08c31d642c27507fc25bfaf43bfdb8bc053d488d02f05e63303facb807cad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:04 00:35:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:05 latest: Pulling from edgex-devops/edgex-compose 00:35:05 cbdbe7a5bc2a: Pulling fs layer 00:35:05 ca9280d653b3: Pulling fs layer 00:35:05 7e9c9ca2126c: Pulling fs layer 00:35:05 cbdbe7a5bc2a: Verifying Checksum 00:35:05 cbdbe7a5bc2a: Download complete 00:35:05 cbdbe7a5bc2a: Pull complete 00:35:05 ca9280d653b3: Verifying Checksum 00:35:05 ca9280d653b3: Download complete 00:35:06 ca9280d653b3: Pull complete 00:35:07 7e9c9ca2126c: Verifying Checksum 00:35:07 7e9c9ca2126c: Download complete 00:35:13 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4307 in /w/workspace/edgexfoundry_edgex-go_PR-2768 [Pipeline] { [Pipeline] ws 00:35:13 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 00:35:14 7e9c9ca2126c: Pull complete 00:35:14 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:14 prd-centos7-docker-4c-2g-4296 does not seem to be running inside a container 00:35:14 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:16 $ docker top a6d46f56afb5792b33156e0efba91968df575748b2d7ee4f9da98abe52c0fdf9 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:17 + docker-compose build --help 00:35:17 + grep parallel 00:35:18 --parallel Build images in parallel. [Pipeline] } 00:35:18 $ docker stop --time=1 a6d46f56afb5792b33156e0efba91968df575748b2d7ee4f9da98abe52c0fdf9 00:35:18 using credential edgex-jenkins-ssh 00:35:18 Cloning the remote Git repository 00:35:19 $ docker rm -f a6d46f56afb5792b33156e0efba91968df575748b2d7ee4f9da98abe52c0fdf9 [Pipeline] // withDockerContainer [Pipeline] writeFile 00:35:18 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:19 > git init /w/workspace/edgex-go/2 # timeout=10 00:35:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:19 > git --version # timeout=10 00:35:19 > git --version # 'git version 2.17.1' 00:35:19 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:20 . [Pipeline] withDockerContainer 00:35:20 prd-centos7-docker-4c-2g-4296 does not seem to be running inside a container 00:35:20 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:21 $ docker top a5be18255b0446de2f740e5779ddfafd753af1c68d827b99e35d2e08292b3e67 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:21 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:22 Building docker-core-command-go ... 00:35:22 Building docker-core-data-go ... 00:35:22 Building docker-core-metadata-go ... 00:35:22 Building docker-security-proxy-setup-go ... 00:35:22 Building docker-security-secrets-setup-go ... 00:35:22 Building docker-security-secretstore-setup-go ... 00:35:22 Building docker-support-logging-go ... 00:35:22 Building docker-support-notifications-go ... 00:35:22 Building docker-support-scheduler-go ... 00:35:22 Building docker-sys-mgmt-agent-go ... 00:35:22 Building docker-security-secrets-setup-go 00:35:22 Building docker-support-scheduler-go 00:35:22 Building docker-security-secretstore-setup-go 00:35:22 Building docker-support-notifications-go 00:35:22 Building docker-security-proxy-setup-go 00:35:43 Merging remotes/origin/master commit b1231b82c8e765c00bf8e0f9fb2e8bfb4929abbc into PR head commit 195ada8605e1713bac7ddb22407778fc0fc8b0c6 00:35:44 Merge succeeded, producing 92bd5dff564860a48dc91b9450ab8313a6a8bbf6 00:35:44 Checking out Revision 92bd5dff564860a48dc91b9450ab8313a6a8bbf6 (PR-2768) 00:35:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:43 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2768/head:refs/remotes/origin/PR-2768 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:43 > git config core.sparsecheckout # timeout=10 00:35:43 > git checkout -f 195ada8605e1713bac7ddb22407778fc0fc8b0c6 # timeout=10 00:35:44 > git remote # timeout=10 00:35:44 > git config --get remote.origin.url # timeout=10 00:35:44 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:44 > git merge b1231b82c8e765c00bf8e0f9fb2e8bfb4929abbc # timeout=10 00:35:44 > git rev-parse HEAD^{commit} # timeout=10 00:35:44 > git config core.sparsecheckout # timeout=10 00:35:44 > git checkout -f 92bd5dff564860a48dc91b9450ab8313a6a8bbf6 # timeout=10 00:35:49 Commit message: "Merge commit 'b1231b82c8e765c00bf8e0f9fb2e8bfb4929abbc' into HEAD" 00:35:49 > git rev-list --no-walk 195ada8605e1713bac7ddb22407778fc0fc8b0c6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 00:35:55 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:35:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:35:55 ---> 64b85bab10df 00:35:55 Step 3/21 : WORKDIR /edgex-go 00:35:55 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 00:35:55 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:35:55 ---> 64b85bab10df 00:35:55 Step 3/29 : WORKDIR /edgex-go 00:35:55 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:35:55 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:35:55 ---> 64b85bab10df 00:35:55 Step 3/24 : WORKDIR /edgex-go 00:35:55 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 00:35:55 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:35:55 ---> 64b85bab10df 00:35:55 Step 3/20 : WORKDIR /edgex-go 00:35:55 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 00:35:55 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:35:55 ---> 64b85bab10df 00:35:55 Step 3/26 : WORKDIR /edgex-go 00:35:55 ---> Running in 1558f2927a14 00:35:55 ---> Running in e55329ce5f4e 00:35:55 ---> Running in fbcc6184e652 00:35:55 ---> Running in d7f929b2a086 00:35:55 ---> Running in 5f06c18c8ace 00:35:55 Removing intermediate container fbcc6184e652 00:35:55 ---> 70a572cb0f76 00:35:55 Step 4/29 : RUN apk update && apk add make git 00:35:55 Removing intermediate container d7f929b2a086 00:35:55 ---> fbc54f1c3041 00:35:55 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:55 Removing intermediate container 1558f2927a14 00:35:55 ---> 8449e808044f 00:35:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:55 Removing intermediate container e55329ce5f4e 00:35:55 ---> 072c34f85242 00:35:55 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:55 Removing intermediate container 5f06c18c8ace 00:35:55 ---> 96f9cf4fa044 00:35:55 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:55 ---> Running in f3579d244d2a 00:35:55 ---> Running in 76047291dd4f 00:35:55 ---> Running in 9968c09c2959 00:35:55 ---> Running in fd75902efa81 00:35:55 ---> Running in 29aa4a3798f1 00:35:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:55 Removing intermediate container f3579d244d2a 00:35:55 ---> ac9523994040 00:35:55 Step 5/26 : RUN apk update && apk add make git 00:35:55 ---> Running in 2e3194d0a139 00:35:55 Removing intermediate container 9968c09c2959 00:35:55 ---> f1ac0ad53075 00:35:55 Step 5/21 : RUN apk update && apk add make git 00:35:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:55 Removing intermediate container 29aa4a3798f1 00:35:55 ---> 36616125fe31 00:35:55 Step 5/20 : RUN apk update && apk add make git 00:35:55 Removing intermediate container fd75902efa81 00:35:55 ---> 465964d4c669 00:35:55 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:35:56 ---> Running in fddb27af9237 00:35:56 ---> Running in 845e1b059ade 00:35:56 ---> Running in 457dc12409d8 00:35:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:56 v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:56 v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:56 OK: 12752 distinct packages available 00:35:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:57 OK: 233 MiB in 51 packages 00:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:58 Removing intermediate container 76047291dd4f 00:35:58 ---> f27cb26707a5 00:35:58 Step 5/29 : COPY go.mod . 00:35:58 ---> 74a88eee37fa 00:35:58 Step 6/29 : RUN go mod download 00:35:58 v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:58 v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:58 OK: 12752 distinct packages available 00:35:58 ---> Running in a0d3028407f2 00:35:58 OK: 233 MiB in 51 packages 00:35:58 v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:58 v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:58 OK: 12752 distinct packages available 00:35:58 v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:58 v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:58 OK: 12752 distinct packages available 00:35:59 v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:59 v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:59 OK: 12752 distinct packages available 00:35:59 OK: 233 MiB in 51 packages 00:35:59 OK: 233 MiB in 51 packages 00:35:59 OK: 233 MiB in 51 packages 00:35:59 Removing intermediate container 2e3194d0a139 00:35:59 ---> a0d1c9fe9074 00:35:59 Step 6/26 : COPY go.mod . 00:35:59 Removing intermediate container 845e1b059ade 00:35:59 ---> 09cdedba3d0b 00:35:59 Step 6/20 : COPY go.mod . 00:35:59 Removing intermediate container 457dc12409d8 00:35:59 ---> 4a2b0bf04de4 00:35:59 Step 6/24 : COPY go.mod . 00:35:59 ---> 113eaafe0f23 00:35:59 Step 7/26 : RUN go mod download 00:36:00 ---> Running in a65d5e81e274 00:36:00 Removing intermediate container fddb27af9237 00:36:00 ---> f14ded5de347 00:36:00 Step 6/21 : COPY go.mod . 00:36:00 ---> 9062615f4bd6 00:36:00 Step 7/20 : RUN go mod download 00:36:00 ---> 09c174032264 00:36:00 Step 7/24 : RUN go mod download 00:36:00 ---> Running in c544de609770 00:36:00 ---> Running in b85428b25938 00:36:01 ---> fa0f34af51b1 00:36:01 Step 7/21 : RUN go mod download 00:36:01 Removing intermediate container a0d3028407f2 00:36:01 ---> 2e0190d1a0a6 00:36:01 Step 7/29 : COPY . . 00:36:01 ---> Running in 7fae4c6428e7 [Pipeline] echo 00:36:03 ========================================================= 00:36:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:04 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:36:05 Removing intermediate container a65d5e81e274 00:36:05 ---> 71d730fb161d 00:36:05 Step 8/26 : COPY . . 00:36:07 Removing intermediate container c544de609770 00:36:07 ---> c2fdaae5bf7f 00:36:07 Step 8/20 : COPY . . 00:36:08 Removing intermediate container b85428b25938 00:36:08 ---> 277906836cb4 00:36:08 Step 8/24 : COPY . . 00:36:08 Sending build context to Docker daemon 324.9MB 00:36:08 Step 1/7 : ARG BASE=golang:1.15-alpine 00:36:08 Step 2/7 : FROM ${BASE} 00:36:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:08 b538f80385f9: Pulling fs layer 00:36:08 74f711af9a0d: Pulling fs layer 00:36:08 99f96fe45779: Pulling fs layer 00:36:08 8529a6b9a6be: Pulling fs layer 00:36:08 45590311c82a: Pulling fs layer 00:36:08 69ca0ff8b7b3: Pulling fs layer 00:36:08 209524e5b208: Pulling fs layer 00:36:08 8529a6b9a6be: Waiting 00:36:08 209524e5b208: Waiting 00:36:08 45590311c82a: Waiting 00:36:08 69ca0ff8b7b3: Waiting 00:36:08 74f711af9a0d: Verifying Checksum 00:36:08 74f711af9a0d: Download complete 00:36:08 45590311c82a: Download complete 00:36:09 69ca0ff8b7b3: Download complete 00:36:09 b538f80385f9: Verifying Checksum 00:36:09 b538f80385f9: Download complete 00:36:09 b538f80385f9: Pull complete 00:36:10 74f711af9a0d: Pull complete 00:36:10 99f96fe45779: Pull complete 00:36:11 209524e5b208: Verifying Checksum 00:36:11 209524e5b208: Download complete 00:36:12 8529a6b9a6be: Verifying Checksum 00:36:12 8529a6b9a6be: Download complete 00:36:13 Removing intermediate container 7fae4c6428e7 00:36:13 ---> 86c0cae3c9c2 00:36:13 Step 8/21 : COPY . . 00:36:22 8529a6b9a6be: Pull complete 00:36:23 45590311c82a: Pull complete 00:36:23 69ca0ff8b7b3: Pull complete 00:36:26 209524e5b208: Pull complete 00:36:26 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 00:36:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:27 ---> 5bddaf1c2fca 00:36:27 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:36:31 ---> Running in cbd6911fdf16 00:36:32 ---> 9f0fdaffdf1d 00:36:32 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:36:32 ---> Running in 49e51f6ef0af 00:36:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:36:36 (1/12) Installing libmagic (5.38-r0) 00:36:37 (2/12) Installing file (5.38-r0) 00:36:37 (3/12) Installing libc-dev (0.7.2-r3) 00:36:37 (4/12) Installing g++ (9.3.0-r2) 00:36:42 ---> f4e631b4c0b7 00:36:42 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 00:36:43 ---> Running in 64d39997b547 00:36:43 ---> 858d33bc7f4f 00:36:43 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:36:44 ---> 2ca8067c4c06 00:36:44 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 00:36:44 ---> Running in 8a2cfdf396e6 00:36:44 ---> Running in b960a9b4fe5a 00:36:44 ---> d1b28ed078d2 00:36:44 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:36:44 ---> Running in 667559e0e017 00:36:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:36:45 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:36:46 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:36:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:36:48 (5/12) Installing fortify-headers (1.1-r0) 00:36:48 (6/12) Installing patch (2.7.6-r6) 00:36:48 (7/12) Installing build-base (0.5-r2) 00:36:48 (8/12) Installing libsodium (1.0.18-r0) 00:36:48 (9/12) Installing pkgconf (1.7.2-r0) 00:36:48 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:48 (11/12) Installing libzmq (4.3.3-r0) 00:36:48 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:48 Executing busybox-1.31.1-r16.trigger 00:36:48 OK: 217 MiB in 51 packages 00:36:53 Removing intermediate container cbd6911fdf16 00:36:53 ---> 86d79b9823e5 00:36:53 Step 4/7 : WORKDIR /edgex-go 00:36:53 ---> Running in 457dcd7d6c3f 00:36:53 Removing intermediate container 457dcd7d6c3f 00:36:53 ---> a14988ea93af 00:36:53 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:36:54 latest: Pulling from library/docker 00:36:54 b538f80385f9: Already exists 00:36:54 259a493cd78d: Pulling fs layer 00:36:54 b8e66b5100f5: Pulling fs layer 00:36:54 7f8258a56ab6: Pulling fs layer 00:36:54 75a0a0ebb566: Pulling fs layer 00:36:54 4a2c62f0a2a3: Pulling fs layer 00:36:54 294320357d30: Pulling fs layer 00:36:54 75a0a0ebb566: Waiting 00:36:54 4a2c62f0a2a3: Waiting 00:36:54 294320357d30: Waiting 00:36:54 b8e66b5100f5: Verifying Checksum 00:36:54 b8e66b5100f5: Download complete 00:36:54 259a493cd78d: Verifying Checksum 00:36:54 259a493cd78d: Download complete 00:36:54 75a0a0ebb566: Verifying Checksum 00:36:54 75a0a0ebb566: Download complete 00:36:54 4a2c62f0a2a3: Verifying Checksum 00:36:54 4a2c62f0a2a3: Download complete 00:36:54 294320357d30: Verifying Checksum 00:36:54 294320357d30: Download complete 00:36:55 259a493cd78d: Pull complete 00:36:55 b8e66b5100f5: Pull complete 00:36:55 7f8258a56ab6: Download complete 00:36:59 7f8258a56ab6: Pull complete 00:36:59 75a0a0ebb566: Pull complete 00:36:59 4a2c62f0a2a3: Pull complete 00:36:59 294320357d30: Pull complete 00:36:59 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 00:36:59 Status: Downloaded newer image for docker:latest 00:37:02 ---> 0ce1bba035aa 00:37:02 Step 6/7 : COPY go.mod . 00:37:03 ---> 40c17191dbf9 00:37:03 Step 7/7 : RUN go mod download 00:37:03 ---> Running in 1cf2b2592d25 00:37:04 Removing intermediate container 49e51f6ef0af 00:37:04 ---> 451254d426a0 00:37:04 00:37:04 Step 9/29 : FROM alpine:latest 00:37:04 latest: Pulling from library/alpine 00:37:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:37:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 00:37:16 Removing intermediate container b960a9b4fe5a 00:37:16 ---> 4295bf4e207c 00:37:16 00:37:16 Step 10/20 : FROM alpine 00:37:16 latest: Pulling from library/alpine 00:37:16 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 00:37:16 Status: Downloaded newer image for alpine:latest 00:37:16 ---> a24bb4013296 00:37:16 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:37:16 ---> Running in 88e5b4e2eb1b 00:37:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:18 v3.12.0-375-g0ef1878ec5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:37:18 v3.12.0-374-gffd5b64509 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:37:18 OK: 12750 distinct packages available 00:37:18 (1/4) Installing ca-certificates (20191127-r4) 00:37:18 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:37:18 (3/4) Installing libcurl (7.69.1-r1) 00:37:18 (4/4) Installing curl (7.69.1-r1) 00:37:18 Executing busybox-1.31.1-r16.trigger 00:37:18 Executing ca-certificates-20191127-r4.trigger 00:37:18 OK: 7 MiB in 18 packages 00:37:22 Removing intermediate container 64d39997b547 00:37:22 ---> e64bb71a7986 00:37:22 00:37:22 Step 10/26 : FROM alpine:3.10 00:37:22 3.10: Pulling from library/alpine 00:37:23 Removing intermediate container 8a2cfdf396e6 00:37:23 ---> ec7ad2be41fe 00:37:23 00:37:23 Step 10/24 : FROM scratch 00:37:23 ---> 00:37:23 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:37:23 Removing intermediate container 667559e0e017 00:37:23 ---> 6aa8574612ee 00:37:23 00:37:23 Step 10/21 : FROM scratch 00:37:23 ---> 00:37:23 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:23 Removing intermediate container 88e5b4e2eb1b 00:37:23 ---> cfa47e2f892a 00:37:23 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:23 ---> Running in bbee8abb0c93 00:37:23 ---> Running in 4558d9c78966 00:37:23 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:37:23 ---> Running in 3ada536e3614 00:37:23 Status: Downloaded newer image for alpine:3.10 00:37:23 ---> be4e4bea2c2e 00:37:23 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:37:23 ---> Running in 1a9dc5efe0e6 00:37:23 Removing intermediate container 4558d9c78966 00:37:23 ---> b6c90bf79a99 00:37:23 Step 12/24 : ENV APP_PORT=48060 00:37:24 Removing intermediate container 3ada536e3614 00:37:24 ---> fb11e62a6fd8 00:37:24 Step 12/21 : ENV APP_PORT=48085 00:37:24 Removing intermediate container bbee8abb0c93 00:37:24 ---> c3b5d90df1a1 00:37:24 Step 13/20 : WORKDIR /edgex 00:37:24 ---> Running in 54ebceb0de54 00:37:24 ---> Running in 93aa9e6dd6b0 00:37:24 ---> Running in d099213ce42f 00:37:24 Removing intermediate container 54ebceb0de54 00:37:24 ---> b179eec0225d 00:37:24 Step 13/24 : EXPOSE $APP_PORT 00:37:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:37:24 Removing intermediate container 93aa9e6dd6b0 00:37:24 ---> eea73c0f3aea 00:37:24 Step 13/21 : EXPOSE $APP_PORT 00:37:24 Removing intermediate container d099213ce42f 00:37:24 ---> 7f479e50b995 00:37:24 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:37:24 ---> Running in 9e4428e99c8a 00:37:24 ---> Running in 8db3d1bd5480 00:37:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:37:24 v3.10.5-96-g1efb054f0b [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:37:24 v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:37:24 OK: 10346 distinct packages available 00:37:25 (1/5) Installing ca-certificates (20191127-r2) 00:37:25 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:37:25 (3/5) Installing libcurl (7.66.0-r1) 00:37:25 (4/5) Installing curl (7.66.0-r1) 00:37:25 (5/5) Installing dumb-init (1.2.2-r1) 00:37:25 Executing busybox-1.30.1-r3.trigger 00:37:25 Executing ca-certificates-20191127-r2.trigger 00:37:25 OK: 7 MiB in 19 packages 00:37:25 Removing intermediate container 8db3d1bd5480 00:37:25 ---> 48464f121960 00:37:25 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:37:25 Removing intermediate container 9e4428e99c8a 00:37:25 ---> 1758b95e2c74 00:37:25 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:37:25 ---> c5d975a6b181 00:37:25 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:37:26 ---> 791114658655 00:37:26 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:37:26 ---> 0a157feea4a2 00:37:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:37:26 Removing intermediate container 1a9dc5efe0e6 00:37:26 ---> fd55d5456909 00:37:26 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:26 ---> c50adf6bc9e2 00:37:26 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:37:27 ---> Running in c13ee5740dc5 00:37:27 ---> Running in 91bb5ffbf0f0 00:37:27 ---> aedaf74a3017 00:37:27 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:37:27 ---> 5196b35cec99 00:37:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:37:27 Removing intermediate container c13ee5740dc5 00:37:27 ---> af5005f51292 00:37:27 Step 13/26 : WORKDIR / 00:37:27 Removing intermediate container 91bb5ffbf0f0 00:37:27 ---> 4b6ae6d25b7f 00:37:27 Step 17/20 : CMD ["--init=true"] 00:37:28 ---> Running in 8d044053e0d1 00:37:28 ---> Running in 2171141b4463 00:37:28 ---> 092d148ed39c 00:37:28 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:37:28 ---> 1c31ed8062a8 00:37:28 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:37:28 ---> Running in 7d589935d57a 00:37:28 Removing intermediate container 2171141b4463 00:37:28 ---> a269b4785312 00:37:28 Step 18/20 : LABEL arch=x86_64 00:37:28 Removing intermediate container 8d044053e0d1 00:37:28 ---> 7a7e03728394 00:37:28 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:37:29 ---> Running in 695541ac015a 00:37:29 ---> 6caf9cdf8bc3 00:37:29 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:37:29 Removing intermediate container 7d589935d57a 00:37:29 ---> 2ee3fa6edaba 00:37:29 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:29 ---> 581dad7e7bee 00:37:29 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:37:29 ---> Running in 1696089e625e 00:37:29 Removing intermediate container 695541ac015a 00:37:29 ---> 96ae68709a7d 00:37:29 Step 19/20 : LABEL git_sha=a41dc3bd421d8072c9879f3bb7df204ca651f719 00:37:29 ---> Running in 648d0a6d9e91 00:37:29 Removing intermediate container 1696089e625e 00:37:29 ---> 1b2911fe6788 00:37:29 Step 19/21 : LABEL arch=x86_64 00:37:29 ---> 9286502bee11 00:37:29 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:37:29 ---> d410c9db3cf6 00:37:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:37:29 ---> Running in 50af1980af3b 00:37:30 Removing intermediate container 648d0a6d9e91 00:37:30 ---> f00e803cf2c9 00:37:30 Step 20/20 : LABEL version=0.0.0 00:37:30 ---> Running in bcbe14951ae9 00:37:30 Removing intermediate container 50af1980af3b 00:37:30 ---> d2706f400689 00:37:30 Step 20/21 : LABEL git_sha=a41dc3bd421d8072c9879f3bb7df204ca651f719 00:37:30 ---> 68ed33f66309 00:37:30 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 00:37:30 ---> Running in 57c07531c44a 00:37:30 ---> 7d09bf291ee7 00:37:30 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:37:30 Removing intermediate container bcbe14951ae9 00:37:30 ---> 932e60f054d4 00:37:30 00:37:30 ---> Running in a829857dabd5 00:37:30 Removing intermediate container 57c07531c44a 00:37:30 ---> d452e5502d00 00:37:30 Step 21/21 : LABEL version=0.0.0 00:37:30 ---> 00074e7c8aaa 00:37:30 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:37:30 Successfully built 932e60f054d4 00:37:30 Successfully tagged docker-security-proxy-setup-go:latest 00:37:30 Building docker-core-metadata-go 00:37:30 Removing intermediate container 1cf2b2592d25 00:37:30 ---> 2f15bb29a867 00:37:30 Successfully built 2f15bb29a867 00:37:30  Building docker-security-proxy-setup-go ... done  ---> Running in ccdcff9bb67d 00:37:30 Removing intermediate container a829857dabd5 00:37:30 ---> 3e836063be9c 00:37:30 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:31 ---> Running in 053c8b14e1b3 00:37:31 Removing intermediate container ccdcff9bb67d 00:37:31 ---> d6683c5c2e3f 00:37:31 00:37:31 ---> 949473dd7733 00:37:31 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:37:31 Successfully built d6683c5c2e3f 00:37:31 Successfully tagged docker-support-scheduler-go:latest 00:37:31 Building docker-sys-mgmt-agent-go 00:37:31  Building docker-support-scheduler-go ... done Removing intermediate container 053c8b14e1b3 00:37:31 ---> ba56338cb733 00:37:31 Step 22/24 : LABEL arch=x86_64 00:37:31 + docker inspect -f . ci-base-image-arm64 00:37:31 . [Pipeline] withDockerContainer 00:37:31 prd-ubuntu18.04-docker-arm64-4c-16g-4307 does not seem to be running inside a container 00:37:31 ---> Running in c31e2bbf4fb3 00:37:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat 00:37:33 $ docker top 1e32015c0c40b7338cde17280c52faa764113984028b2cc8ab8b22551a4a1012 -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:35 ---> 27953dda67c1 00:37:35 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 00:37:35 + go version 00:37:35 go version go1.15.2 linux/arm64 [Pipeline] } 00:37:35 $ docker stop --time=1 1e32015c0c40b7338cde17280c52faa764113984028b2cc8ab8b22551a4a1012 00:37:36 Removing intermediate container c31e2bbf4fb3 00:37:36 ---> 0041f0ef79fa 00:37:36 Step 23/24 : LABEL git_sha=a41dc3bd421d8072c9879f3bb7df204ca651f719 00:37:36 ---> Running in 71646fc6ac91 00:37:37 $ docker rm -f 1e32015c0c40b7338cde17280c52faa764113984028b2cc8ab8b22551a4a1012 [Pipeline] // withDockerContainer [Pipeline] } 00:37:37 Removing intermediate container 71646fc6ac91 00:37:37 ---> 54e391f01113 00:37:37 Step 24/24 : LABEL version=0.0.0 00:37:37 ---> b8c1fb218910 00:37:37 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:37:37 ---> Running in d4253240d1d1 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:38 ---> 0d7b95aa707e 00:37:38 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:37:38 Removing intermediate container d4253240d1d1 00:37:38 ---> 1a03d230ec3e 00:37:38 00:37:38 ---> Running in a2c0dfc45774 00:37:38 Successfully built 1a03d230ec3e 00:37:38 Successfully tagged docker-support-notifications-go:latest 00:37:38  Building docker-support-notifications-go ... done Building docker-core-command-go 00:37:38 + docker inspect -f . ci-base-image-arm64 00:37:38 . [Pipeline] withDockerContainer 00:37:39 prd-ubuntu18.04-docker-arm64-4c-16g-4307 does not seem to be running inside a container 00:37:39 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat 00:37:40 $ docker top 17bd68fb2d3331dff2ba3508a487129c3a3a98623bc8824b41c0236eb3e28e39 -eo pid,comm [Pipeline] { [Pipeline] echo 00:37:41 ========================================================= 00:37:41 [edgeXBuildGoParallel] Running Tests and Build... 00:37:41 ========================================================= [Pipeline] sh 00:37:41 + make test 00:37:41 GO111MODULE=on go test -coverprofile=coverage.out ./... 00:37:42 Removing intermediate container a2c0dfc45774 00:37:42 ---> 053ba772685f 00:37:42 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 00:37:43 ---> Running in 681f74f17827 00:37:43 Removing intermediate container 681f74f17827 00:37:43 ---> db4acff2fc7a 00:37:43 Step 24/26 : LABEL arch=x86_64 00:37:44 ---> Running in 3dff6f79eb6c 00:37:45 Removing intermediate container 3dff6f79eb6c 00:37:45 ---> 3a5608bafa73 00:37:45 Step 25/26 : LABEL git_sha=a41dc3bd421d8072c9879f3bb7df204ca651f719 00:37:45 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:45 ---> Running in d482848a6802 00:37:46 Removing intermediate container d482848a6802 00:37:46 ---> 9f0936520b39 00:37:46 Step 26/26 : LABEL version=0.0.0 00:37:47 ---> Running in 33961b8b4f4b 00:37:47 Removing intermediate container 33961b8b4f4b 00:37:47 ---> 5e1e79c2a440 00:37:47 00:37:48 Successfully built 5e1e79c2a440 00:37:48 Successfully tagged docker-security-secretstore-setup-go:latest 00:37:48 Building docker-support-logging-go 00:37:53  Building docker-security-secretstore-setup-go ... done Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:37:53 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:37:53 ---> 64b85bab10df 00:37:53 Step 3/27 : WORKDIR /edgex-go 00:37:53 ---> Using cache 00:37:53 ---> 96f9cf4fa044 00:37:53 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:53 ---> Using cache 00:37:53 ---> 36616125fe31 00:37:53 Step 5/27 : RUN apk update && apk add make bash git 00:37:53 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:37:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:37:53 ---> 64b85bab10df 00:37:53 Step 3/22 : WORKDIR /edgex-go 00:37:53 ---> Using cache 00:37:53 ---> 96f9cf4fa044 00:37:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:53 ---> Using cache 00:37:53 ---> 36616125fe31 00:37:53 Step 5/22 : RUN apk update && apk add make git 00:37:53 ---> Using cache 00:37:53 ---> 09cdedba3d0b 00:37:53 Step 6/22 : COPY go.mod . 00:37:53 ---> Using cache 00:37:53 ---> 9062615f4bd6 00:37:53 Step 7/22 : RUN go mod download 00:37:53 ---> Using cache 00:37:53 ---> c2fdaae5bf7f 00:37:53 Step 8/22 : COPY . . 00:37:53 ---> Using cache 00:37:53 ---> 2ca8067c4c06 00:37:53 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:37:54 ---> Running in f13c205c84b4 00:37:54 ---> Running in e968f2262612 00:37:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:37:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:58 v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:37:58 v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:37:58 OK: 12752 distinct packages available 00:37:59 OK: 233 MiB in 51 packages 00:37:59 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:37:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:37:59 ---> 64b85bab10df 00:37:59 Step 3/22 : WORKDIR /edgex-go 00:37:59 ---> Using cache 00:37:59 ---> 96f9cf4fa044 00:37:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:59 ---> Using cache 00:37:59 ---> 36616125fe31 00:37:59 Step 5/22 : RUN apk update && apk add make git 00:37:59 ---> Using cache 00:37:59 ---> 09cdedba3d0b 00:37:59 Step 6/22 : COPY go.mod . 00:37:59 ---> Using cache 00:37:59 ---> 9062615f4bd6 00:37:59 Step 7/22 : RUN go mod download 00:37:59 ---> Using cache 00:37:59 ---> c2fdaae5bf7f 00:37:59 Step 8/22 : COPY . . 00:37:59 ---> Using cache 00:37:59 ---> 2ca8067c4c06 00:37:59 Step 9/22 : RUN make cmd/core-command/core-command 00:38:00 ---> Running in c1b7ef92af70 00:38:02 Removing intermediate container f13c205c84b4 00:38:02 ---> 72048f26bb6e 00:38:02 Step 6/27 : COPY go.mod . 00:38:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:38:03 ---> ea2ebe725075 00:38:03 Step 7/27 : RUN go mod download 00:38:03 ---> Running in e4a0e39ed902 00:38:06 Building docker-core-data-go 00:38:09 Removing intermediate container e4a0e39ed902 00:38:09 ---> 4977a9885988 00:38:09 Step 8/27 : COPY . . 00:38:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:15 ---> 64b85bab10df 00:38:15 Step 3/22 : WORKDIR /edgex-go 00:38:15 ---> Using cache 00:38:15 ---> 96f9cf4fa044 00:38:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:15 ---> Using cache 00:38:15 ---> 36616125fe31 00:38:15 Step 5/22 : RUN apk update && apk add make && apk add bash git 00:38:15 ---> Running in 5903f4222ae5 00:38:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:19 v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:19 v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:19 OK: 12752 distinct packages available 00:38:20 OK: 233 MiB in 51 packages 00:38:20 OK: 233 MiB in 51 packages 00:38:24 Removing intermediate container 5903f4222ae5 00:38:24 ---> 5dadd3c2d87e 00:38:24 Step 6/22 : COPY go.mod . 00:38:24 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:26 ---> 1bf6a7d535d9 00:38:26 Step 7/22 : RUN go mod download 00:38:27 ---> Running in 229164ab159b 00:38:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:32 ---> 64b85bab10df 00:38:32 Step 3/23 : WORKDIR /edgex-go 00:38:32 ---> Using cache 00:38:32 ---> 96f9cf4fa044 00:38:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:32 ---> Using cache 00:38:32 ---> 36616125fe31 00:38:32 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:38:33 Removing intermediate container 229164ab159b 00:38:33 ---> 30bbba5cc1f3 00:38:33 Step 8/22 : COPY . . 00:38:33 ---> Running in 61baec1cb5a4 00:38:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:39 v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:39 v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:39 OK: 12752 distinct packages available 00:38:39 OK: 233 MiB in 51 packages 00:38:43 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:45 ---> be2121a473d1 00:38:45 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:38:45 Removing intermediate container c1b7ef92af70 00:38:45 ---> f4f11e6013cd 00:38:45 00:38:45 Step 10/22 : FROM scratch 00:38:45 ---> 00:38:45 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:38:45 Removing intermediate container e968f2262612 00:38:45 ---> 98d1f8c07912 00:38:45 00:38:45 Step 10/22 : FROM scratch 00:38:45 ---> 00:38:45 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:38:45 ---> Running in 7500f0460cf5 00:38:45 Removing intermediate container 61baec1cb5a4 00:38:45 ---> 68b476448ecb 00:38:45 Step 6/23 : COPY go.mod . 00:38:45 ---> Using cache 00:38:45 ---> fb11e62a6fd8 00:38:45 Step 12/22 : ENV APP_PORT=48081 00:38:45 ---> Using cache 00:38:45 ---> fb11e62a6fd8 00:38:45 Step 12/22 : ENV APP_PORT=48082 00:38:45 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.056s 00:38:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:38:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:38:47 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:38:47 ---> Running in 609312b14989 00:38:47 ---> Running in c21745078338 00:38:47 ---> 850f6b4e34a5 00:38:47 Step 7/23 : RUN go mod download 00:38:48 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:38:48 ---> Running in 4084df29cb30 00:38:48 Removing intermediate container 609312b14989 00:38:48 ---> f8ad65682b68 00:38:48 Step 13/22 : EXPOSE $APP_PORT 00:38:48 Removing intermediate container c21745078338 00:38:48 ---> 97e6915539c1 00:38:48 Step 13/22 : EXPOSE $APP_PORT 00:38:49 ---> Running in 1f421187da13 00:38:49 ---> Running in 81ae71b8e1c1 00:38:51 Removing intermediate container 1f421187da13 00:38:51 ---> cbd8e64601b9 00:38:51 Step 14/22 : WORKDIR / 00:38:51 Removing intermediate container 81ae71b8e1c1 00:38:51 ---> eee808b84d10 00:38:51 Step 14/22 : WORKDIR / 00:38:51 ---> Running in f019f54908df 00:38:51 ---> Running in 79892ef32de7 00:38:51 Removing intermediate container f019f54908df 00:38:51 ---> 2eb2ca98609f 00:38:51 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:38:52 Removing intermediate container 79892ef32de7 00:38:52 ---> ba48a54015c0 00:38:52 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:38:53 ---> 1b8c039aa763 00:38:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:38:54 ---> f79ea755bb00 00:38:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:38:56 Removing intermediate container 4084df29cb30 00:38:56 ---> 9c4c044d72ad 00:38:56 Step 8/23 : COPY . . 00:38:56 ---> 27fa1c7a312f 00:38:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:38:57 ---> 061877d73673 00:38:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:38:58 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.117s coverage: 46.6% of statements 00:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:38:58 ---> 90fada662eda 00:38:58 Step 9/22 : RUN make cmd/support-logging/support-logging 00:38:59 ---> faea718cf24f 00:38:59 Step 18/22 : ENTRYPOINT ["/core-command"] 00:38:59 ---> Running in df937aade133 00:38:59 ---> e070677fb906 00:38:59 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:38:59 ---> Running in 70db8c15df66 00:39:00 ---> Running in 6bc89c35cccc 00:39:00 Removing intermediate container 70db8c15df66 00:39:00 ---> ec9fd8c5f98e 00:39:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:00 ---> Running in c8c6554b2e69 00:39:00 Removing intermediate container 6bc89c35cccc 00:39:00 ---> 1110039bb7dc 00:39:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:01 ---> Running in 494af8974cfa 00:39:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 00:39:02 Removing intermediate container c8c6554b2e69 00:39:02 ---> 642c4a81ea57 00:39:02 Step 20/22 : LABEL arch=x86_64 00:39:03 Removing intermediate container 494af8974cfa 00:39:03 ---> 68a1325ea46a 00:39:03 Step 20/22 : LABEL arch=x86_64 00:39:03 ---> Running in bf75b0a8f2e1 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.269s coverage: 27.2% of statements 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.017s coverage: 100.0% of statements 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.402s coverage: 86.0% of statements 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.409s coverage: 93.5% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:06 ---> Running in faffd286e830 00:39:06 Removing intermediate container bf75b0a8f2e1 00:39:06 ---> cce51a63c5bc 00:39:06 Step 21/22 : LABEL git_sha=a41dc3bd421d8072c9879f3bb7df204ca651f719 00:39:07 ---> Running in bb7a67fcccb0 00:39:07 Removing intermediate container faffd286e830 00:39:07 ---> 67e64e8c4568 00:39:07 Step 21/22 : LABEL git_sha=a41dc3bd421d8072c9879f3bb7df204ca651f719 00:39:08 ---> Running in 71af440618f2 00:39:08 Removing intermediate container bb7a67fcccb0 00:39:08 ---> cce1a0054745 00:39:08 Step 22/22 : LABEL version=0.0.0 00:39:08 ---> Running in 5032a1ee7fef 00:39:08 Removing intermediate container 71af440618f2 00:39:08 ---> e7ff3d79a3dc 00:39:08 Step 22/22 : LABEL version=0.0.0 00:39:09 ---> Running in d4aed891e5eb 00:39:09 Removing intermediate container 5032a1ee7fef 00:39:09 ---> 4cf15b6df703 00:39:09 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.418s coverage: 28.6% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.027s coverage: 100.0% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:09 Successfully built 4cf15b6df703 00:39:09 Successfully tagged docker-core-command-go:latest 00:39:10  Building docker-core-command-go ... done Removing intermediate container d4aed891e5eb 00:39:10 ---> 491a9182b3ed 00:39:10 00:39:11 Successfully built 491a9182b3ed 00:39:11 Successfully tagged docker-core-metadata-go:latest 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.105s coverage: 86.7% of statements 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.202s coverage: 97.5% of statements 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.089s coverage: 100.0% of statements 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:39:14  Building docker-core-metadata-go ... done Removing intermediate container 7500f0460cf5 00:39:14 ---> 7e9d02b7c8cd 00:39:14 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:39:14 ---> Running in acf01699f2aa 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.138s coverage: 100.0% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.037s coverage: 58.8% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.022s coverage: 0.0% of statements [no tests to run] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:39:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:39:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.214s coverage: 63.5% of statements 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.046s coverage: 100.0% of statements 00:39:19 ---> 515dedc0139a 00:39:19 Step 9/23 : RUN make cmd/core-data/core-data 00:39:19 ---> Running in 3745da2277d3 00:39:20 Removing intermediate container acf01699f2aa 00:39:20 ---> c3480bfe6776 00:39:20 00:39:20 Step 11/27 : FROM docker:latest 00:39:20 ---> 809cc4dba987 00:39:20 Step 12/27 : RUN apk add --no-cache bash 00:39:20 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:21 ---> Running in d84a6526783c 00:39:21 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.328s coverage: 55.9% of statements 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:39:22 Removing intermediate container df937aade133 00:39:22 ---> a00eb0e0724e 00:39:22 00:39:22 Step 10/22 : FROM scratch 00:39:22 ---> 00:39:22 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:39:22 ---> Using cache 00:39:22 ---> b6c90bf79a99 00:39:22 Step 12/22 : ENV APP_PORT=48061 00:39:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:22 ---> Running in eb6c9347762f 00:39:23 (1/2) Installing readline (8.0.4-r0) 00:39:23 (2/2) Installing bash (5.0.17-r0) 00:39:23 Executing bash-5.0.17-r0.post-install 00:39:23 Executing busybox-1.31.1-r16.trigger 00:39:23 OK: 12 MiB in 22 packages 00:39:23 Removing intermediate container eb6c9347762f 00:39:23 ---> daf4af06745b 00:39:23 Step 13/22 : EXPOSE $APP_PORT 00:39:23 ---> Running in 7c553ae3e845 00:39:23 Removing intermediate container 7c553ae3e845 00:39:23 ---> ed822c0bda76 00:39:23 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 00:39:24 Removing intermediate container d84a6526783c 00:39:24 ---> 820f5ed37adb 00:39:24 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:39:24 ---> 0adbe88a3786 00:39:24 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 00:39:24 ---> Running in 77b727c6abfa 00:39:25 ---> 5ae0fca63001 00:39:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 00:39:26 ---> 8a1ec8e5c94a 00:39:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 00:39:26 Removing intermediate container 77b727c6abfa 00:39:26 ---> e87ed681a168 00:39:26 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:39:26 ---> 520d7bd0798c 00:39:26 Step 18/22 : ENTRYPOINT ["/support-logging"] 00:39:26 ---> Running in 4bb18aa2373a 00:39:26 ---> Running in 42d2b6f94345 00:39:27 Removing intermediate container 4bb18aa2373a 00:39:27 ---> 235201f742dd 00:39:27 Step 15/27 : ENV APP_PORT=48090 00:39:27 Removing intermediate container 42d2b6f94345 00:39:27 ---> 42e7cd6d2c8b 00:39:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:27 ---> Running in fbb976711a1f 00:39:27 ---> Running in a05b017e89ce 00:39:27 Removing intermediate container fbb976711a1f 00:39:27 ---> 63f644f7b1fd 00:39:27 Step 16/27 : EXPOSE $APP_PORT 00:39:27 Removing intermediate container a05b017e89ce 00:39:27 ---> 12362ba02639 00:39:27 Step 20/22 : LABEL arch=x86_64 00:39:27 ---> Running in c24bd4a044de 00:39:27 ---> Running in 3443e46f4deb 00:39:29 Removing intermediate container c24bd4a044de 00:39:29 ---> 274149f4c71a 00:39:29 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:39:29 Removing intermediate container 3443e46f4deb 00:39:29 ---> a86ecef8d346 00:39:29 Step 21/22 : LABEL git_sha=a41dc3bd421d8072c9879f3bb7df204ca651f719 00:39:29 ---> Running in 7d0b861ff634 00:39:30 Removing intermediate container 7d0b861ff634 00:39:30 ---> 9326288b25c9 00:39:30 Step 22/22 : LABEL version=0.0.0 00:39:30 ---> Running in 6474ba9e18cc 00:39:30 ---> b3659953f62e 00:39:30 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:39:30 Removing intermediate container 6474ba9e18cc 00:39:30 ---> 77417fc06c28 00:39:30 00:39:31 Successfully built 77417fc06c28 00:39:31 ---> 17761685ab0e 00:39:31 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:39:31 Successfully tagged docker-support-logging-go:latest 00:39:32  Building docker-support-logging-go ... done  ---> 276c3e1f8a7e 00:39:32 Step 20/27 : RUN apk --no-cache add py3-pip 00:39:32 ---> Running in f6c91deb7f99 00:39:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:33 (1/33) Installing libbz2 (1.0.8-r1) 00:39:33 (2/33) Installing expat (2.2.9-r1) 00:39:33 (3/33) Installing libffi (3.3-r2) 00:39:33 (4/33) Installing gdbm (1.13-r1) 00:39:33 (5/33) Installing xz-libs (5.2.5-r0) 00:39:33 (6/33) Installing sqlite-libs (3.32.1-r0) 00:39:33 (7/33) Installing python3 (3.8.5-r0) 00:39:34 (8/33) Installing py3-appdirs (1.4.4-r1) 00:39:34 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:39:34 (10/33) Installing py3-parsing (2.4.7-r0) 00:39:34 (11/33) Installing py3-six (1.15.0-r0) 00:39:34 (12/33) Installing py3-packaging (20.4-r0) 00:39:34 (13/33) Installing py3-setuptools (47.0.0-r0) 00:39:34 (14/33) Installing py3-chardet (3.0.4-r4) 00:39:34 (15/33) Installing py3-idna (2.9-r0) 00:39:34 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:39:34 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:39:34 (18/33) Installing py3-requests (2.23.0-r0) 00:39:34 (19/33) Installing py3-msgpack (1.0.0-r0) 00:39:34 (20/33) Installing py3-lockfile (0.12.2-r3) 00:39:35 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:39:35 (22/33) Installing py3-colorama (0.4.3-r0) 00:39:35 (23/33) Installing py3-distlib (0.3.0-r0) 00:39:35 (24/33) Installing py3-distro (1.5.0-r1) 00:39:35 (25/33) Installing py3-webencodings (0.5.1-r3) 00:39:35 (26/33) Installing py3-html5lib (1.0.1-r4) 00:39:35 (27/33) Installing py3-pytoml (0.1.21-r0) 00:39:35 (28/33) Installing py3-pep517 (0.8.2-r0) 00:39:35 (29/33) Installing py3-progress (1.5-r0) 00:39:35 (30/33) Installing py3-toml (0.10.1-r0) 00:39:35 (31/33) Installing py3-retrying (1.3.3-r0) 00:39:35 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:39:35 (33/33) Installing py3-pip (20.1.1-r0) 00:39:35 Executing busybox-1.31.1-r16.trigger 00:39:35 OK: 71 MiB in 55 packages 00:39:47 Removing intermediate container f6c91deb7f99 00:39:47 ---> 565598c19cb1 00:39:47 Step 21/27 : RUN pip install docker-compose==1.23.2 00:39:47 ---> Running in 793d522def04 00:39:47 Removing intermediate container 3745da2277d3 00:39:47 ---> e0dc60f82eb8 00:39:47 00:39:47 Step 10/23 : FROM alpine 00:39:47 ---> a24bb4013296 00:39:47 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:47 ---> Running in 0455cd1c9c30 00:39:47 Removing intermediate container 0455cd1c9c30 00:39:47 ---> 0c7375b63fa1 00:39:47 Step 12/23 : ENV APP_PORT=48080 00:39:47 ---> Running in 15e950347d7c 00:39:47 Removing intermediate container 15e950347d7c 00:39:47 ---> f1958fa796e7 00:39:47 Step 13/23 : EXPOSE $APP_PORT 00:39:47 ---> Running in 3be58f67404f 00:39:47 Removing intermediate container 3be58f67404f 00:39:47 ---> f9c81584012c 00:39:47 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:47 ---> Running in cb32adfc622f 00:39:47 Collecting docker-compose==1.23.2 00:39:47 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:39:48 Collecting jsonschema<3,>=2.5.1 00:39:48 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:39:48 Removing intermediate container cb32adfc622f 00:39:48 ---> 023dd90219d4 00:39:48 Step 15/23 : RUN apk --no-cache add zeromq 00:39:48 ---> Running in cf19895e670c 00:39:48 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:39:48 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:39:48 Collecting websocket-client<1.0,>=0.32.0 00:39:48 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:39:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:48 Collecting PyYAML<4,>=3.10 00:39:48 Downloading PyYAML-3.13.tar.gz (270 kB) 00:39:49 Collecting dockerpty<0.5,>=0.4.1 00:39:49 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:39:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:50 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:39:50 Collecting docker<4.0,>=3.6.0 00:39:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:50 Collecting texttable<0.10,>=0.9.0 00:39:50 Downloading texttable-0.9.1.tar.gz (11 kB) 00:39:51 Collecting docopt<0.7,>=0.6.1 00:39:51 Downloading docopt-0.6.2.tar.gz (25 kB) 00:39:51 Collecting cached-property<2,>=1.2.0 00:39:51 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:39:51 Collecting urllib3<1.25,>=1.21.1 00:39:51 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:39:51 (1/5) Installing libgcc (9.3.0-r2) 00:39:51 Collecting idna<2.8,>=2.5 00:39:51 (2/5) Installing libsodium (1.0.18-r0) 00:39:51 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:39:52 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:39:52 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:39:52 Collecting docker-pycreds>=0.4.0 00:39:52 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:39:52 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:39:52 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:39:52 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:39:52 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:39:52 (3/5) Installing libstdc++ (9.3.0-r2) 00:39:52 Installing collected packages: jsonschema, urllib3, idna, requests, websocket-client, PyYAML, dockerpty, docker-pycreds, docker, texttable, docopt, cached-property, docker-compose 00:39:52 Attempting uninstall: urllib3 00:39:52 Found existing installation: urllib3 1.25.9 00:39:52 Uninstalling urllib3-1.25.9: 00:39:53 (4/5) Installing libzmq (4.3.3-r0) 00:39:53 Successfully uninstalled urllib3-1.25.9 00:39:53 Attempting uninstall: idna 00:39:53 Found existing installation: idna 2.9 00:39:53 Uninstalling idna-2.9: 00:39:53 Successfully uninstalled idna-2.9 00:39:53 (5/5) Installing zeromq (4.3.3-r0) 00:39:53 Executing busybox-1.31.1-r16.trigger 00:39:53 OK: 8 MiB in 19 packages 00:39:53 Attempting uninstall: requests 00:39:53 Found existing installation: requests 2.23.0 00:39:53 Uninstalling requests-2.23.0: 00:39:53 Successfully uninstalled requests-2.23.0 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 29.937s coverage: 86.3% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.397s coverage: 72.2% of statements 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.490s coverage: 72.1% of statements 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.025s coverage: 82.4% of statements 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.025s coverage: 48.4% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.039s coverage: 28.8% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.023s coverage: 96.8% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.095s coverage: 31.1% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.369s coverage: 84.1% of statements 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.024s coverage: 100.0% of statements 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.044s coverage: 42.9% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.023s coverage: 100.0% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.028s coverage: 83.8% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.109s coverage: 47.1% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.021s coverage: 100.0% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.033s coverage: 100.0% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.190s coverage: 29.1% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.031s coverage: 100.0% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/system 0.017s coverage: 0.0% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.015s coverage: 100.0% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.028s coverage: 87.9% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.013s coverage: 100.0% of statements 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.014s coverage: 32.1% of statements 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.020s coverage: 100.0% of statements 00:39:53 GO111MODULE=on go vet ./... 00:39:53 Running setup.py install for PyYAML: started 00:39:55 Running setup.py install for PyYAML: finished with status 'done' 00:39:55 Running setup.py install for dockerpty: started 00:39:55 Removing intermediate container cf19895e670c 00:39:55 ---> 9b71ba92f32d 00:39:55 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:39:55 ---> fa2c26e728cc 00:39:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:39:55 Running setup.py install for dockerpty: finished with status 'done' 00:39:56 Running setup.py install for texttable: started 00:39:56 ---> e221b304f300 00:39:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:39:56 Running setup.py install for texttable: finished with status 'done' 00:39:57 Running setup.py install for docopt: started 00:39:57 ---> b7e4947a6fb8 00:39:57 Step 19/23 : ENTRYPOINT ["/core-data"] 00:39:57 ---> Running in 89f591ca23a5 00:39:57 Removing intermediate container 89f591ca23a5 00:39:57 ---> 89ff6cccd757 00:39:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:57 Running setup.py install for docopt: finished with status 'done' 00:39:57 ---> Running in 958d42da1972 00:39:57 Removing intermediate container 958d42da1972 00:39:57 ---> 34577de452f1 00:39:57 Step 21/23 : LABEL arch=x86_64 00:39:57 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:39:58 ---> Running in c2376cfa2e64 00:39:59 Removing intermediate container c2376cfa2e64 00:39:59 ---> db00db6c5f04 00:39:59 Step 22/23 : LABEL git_sha=a41dc3bd421d8072c9879f3bb7df204ca651f719 00:39:59 ---> Running in 4ad5d1096ef6 00:39:59 Removing intermediate container 4ad5d1096ef6 00:39:59 ---> 6b57c31077b0 00:39:59 Step 23/23 : LABEL version=0.0.0 00:39:59 ---> Running in 51b188a101a5 00:39:59 Removing intermediate container 51b188a101a5 00:39:59 ---> 52cfd6aa8a02 00:39:59 00:39:59 Successfully built 52cfd6aa8a02 00:39:59 Successfully tagged docker-core-data-go:latest 00:40:01  Building docker-core-data-go ... done Removing intermediate container 793d522def04 00:40:01 ---> c60c220c442c 00:40:01 Step 22/27 : RUN apk --no-cache add curl 00:40:01 ---> Running in ee35ddf89a6c 00:40:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:02 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:40:02 (2/3) Installing libcurl (7.69.1-r1) 00:40:02 (3/3) Installing curl (7.69.1-r1) 00:40:02 Executing busybox-1.31.1-r16.trigger 00:40:02 OK: 72 MiB in 58 packages 00:40:02 Removing intermediate container ee35ddf89a6c 00:40:02 ---> cb5e9fc5171c 00:40:02 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:40:02 ---> Running in 1cc2f61f8f3b 00:40:02 Removing intermediate container 1cc2f61f8f3b 00:40:02 ---> 755a7a15083c 00:40:02 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:02 ---> Running in da298377eb0c 00:40:02 Removing intermediate container da298377eb0c 00:40:02 ---> 5f7da9c7c8a0 00:40:02 Step 25/27 : LABEL arch=x86_64 00:40:03 ---> Running in 08a7538c8960 00:40:03 Removing intermediate container 08a7538c8960 00:40:03 ---> 6227bbd6aeda 00:40:03 Step 26/27 : LABEL git_sha=a41dc3bd421d8072c9879f3bb7df204ca651f719 00:40:03 ---> Running in 33216eb19fb1 00:40:03 Removing intermediate container 33216eb19fb1 00:40:03 ---> 4f2e32c9cc02 00:40:03 Step 27/27 : LABEL version=0.0.0 00:40:03 ---> Running in c0c0e353e4f7 00:40:03 Removing intermediate container c0c0e353e4f7 00:40:03 ---> 1b97cec188f9 00:40:03 00:40:03 Successfully built 1b97cec188f9 00:40:03 Successfully tagged docker-sys-mgmt-agent-go:latest 00:40:03  Building docker-sys-mgmt-agent-go ... done  00:40:03 ERROR: for docker-security-secrets-setup-go (, 'Get https://registry-1.docker.io/v2/library/alpine/manifests/sha256:a15790640a6690aa1730c38cf0a440e2aa44aaca9b0e8931a9f2b0d7cc90fd65: EOF') 00:40:03 Service 'docker-security-secrets-setup-go' failed to build: Get https://registry-1.docker.io/v2/library/alpine/manifests/sha256:a15790640a6690aa1730c38cf0a440e2aa44aaca9b0e8931a9f2b0d7cc90fd65: EOF [Pipeline] } 00:40:04 $ docker stop --time=1 a5be18255b0446de2f740e5779ddfafd753af1c68d827b99e35d2e08292b3e67 00:40:05 $ docker rm -f a5be18255b0446de2f740e5779ddfafd753af1c68d827b99e35d2e08292b3e67 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:40:07 Failed in branch amd64 00:40:15 gofmt -l . 00:40:15 [ "`gofmt -l .`" = "" ] 00:40:19 ./bin/test-go-mod-tidy.sh 00:40:19 ./bin/test-attribution-txt.sh [Pipeline] sh 00:40:24 + ls -al . 00:40:24 total 616 00:40:24 drwxrwxr-x 10 1001 1001 4096 Oct 9 00:40 . 00:40:24 drwxr-xr-x 4 root root 4096 Oct 9 00:37 .. 00:40:24 -rw-rw-r-- 1 1001 1001 11 Oct 9 00:35 .dockerignore 00:40:24 drwxrwxr-x 8 1001 1001 4096 Oct 9 00:35 .git 00:40:24 drwxrwxr-x 3 1001 1001 4096 Oct 9 00:35 .github 00:40:24 -rw-rw-r-- 1 1001 1001 932 Oct 9 00:35 .gitignore 00:40:24 drwxrwxr-x 3 1001 1001 4096 Oct 9 00:36 .semver 00:40:24 -rw-rw-r-- 1 1001 1001 166 Oct 9 00:35 .sonarcloud.properties 00:40:24 -rw-rw-r-- 1 1001 1001 3804 Oct 9 00:35 CONTRIBUTING.md 00:40:24 -rw-rw-r-- 1 1001 1001 1035 Oct 9 00:35 Dockerfile.build 00:40:24 -rw-rw-r-- 1 1001 1001 863 Oct 9 00:35 Jenkinsfile 00:40:24 -rw-rw-r-- 1 1001 1001 10775 Oct 9 00:35 LICENSE 00:40:24 -rw-rw-r-- 1 1001 1001 6237 Oct 9 00:35 Makefile 00:40:24 -rw-rw-r-- 1 1001 1001 6447 Oct 9 00:35 README.md 00:40:24 -rw-rw-r-- 1 1001 1001 259 Oct 9 00:35 SECURITY.md 00:40:24 -rw-rw-r-- 1 1001 1001 5 Oct 9 00:32 VERSION 00:40:24 -rw-rw-r-- 1 1001 1001 4131 Oct 9 00:35 ZMQWindows.md 00:40:24 drwxrwxr-x 2 1001 1001 4096 Oct 9 00:35 bin 00:40:24 drwxrwxr-x 15 1001 1001 4096 Oct 9 00:35 cmd 00:40:24 -rw-r--r-- 1 root root 488789 Oct 9 00:39 coverage.out 00:40:24 -rw-r--r-- 1 root root 984 Oct 9 00:40 go.mod 00:40:24 -rw-r--r-- 1 root root 18876 Oct 9 00:40 go.sum 00:40:24 drwxrwxr-x 8 1001 1001 4096 Oct 9 00:35 internal 00:40:24 drwxrwxr-x 4 1001 1001 4096 Oct 9 00:35 openapi 00:40:24 drwxrwxr-x 4 1001 1001 4096 Oct 9 00:35 snap 00:40:24 -rw-rw-r-- 1 1001 1001 168 Oct 9 00:35 version.go [Pipeline] sh 00:40:25 + '[' -e coverage.out ] 00:40:25 + chown 1001:1001 coverage.out [Pipeline] stash 00:40:25 Warning: overwriting stash ‘coverage-report’ 00:40:26 Stashed 1 file(s) [Pipeline] sh 00:40:27 + make build 00:40:27 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:40:59 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:41:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:41:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 00:41:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:41:29 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:41:30 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:41:35 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:41:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:41: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:41:50 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:41:56 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:42:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 00:42:06 $ docker stop --time=1 17bd68fb2d3331dff2ba3508a487129c3a3a98623bc8824b41c0236eb3e28e39 00:42:09 $ docker rm -f 17bd68fb2d3331dff2ba3508a487129c3a3a98623bc8824b41c0236eb3e28e39 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:11 00:42:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:42:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:11 latest: Pulling from edgex-devops/edgex-compose-arm64 00:42:11 29e5d40040c1: Pulling fs layer 00:42:11 1ce36da41761: Pulling fs layer 00:42:11 25b303627fd3: Pulling fs layer 00:42:11 29e5d40040c1: Verifying Checksum 00:42:11 29e5d40040c1: Download complete 00:42:12 1ce36da41761: Verifying Checksum 00:42:12 1ce36da41761: Download complete 00:42:12 29e5d40040c1: Pull complete 00:42:14 1ce36da41761: Pull complete 00:42:14 25b303627fd3: Verifying Checksum 00:42:14 25b303627fd3: Download complete 00:42:24 25b303627fd3: Pull complete 00:42:24 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:42:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:42:24 prd-ubuntu18.04-docker-arm64-4c-16g-4307 does not seem to be running inside a container 00:42:24 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:42:28 $ docker top 8efa5f9ed40d55cb77b7713071dc513d3473c0ec12070551b974de9f0e0ed57f -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:30 + grep parallel 00:42:30 + docker-compose build --help 00:42:34 --parallel Build images in parallel. [Pipeline] } 00:42:34 $ docker stop --time=1 8efa5f9ed40d55cb77b7713071dc513d3473c0ec12070551b974de9f0e0ed57f 00:42:36 $ docker rm -f 8efa5f9ed40d55cb77b7713071dc513d3473c0ec12070551b974de9f0e0ed57f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:37 . [Pipeline] withDockerContainer 00:42:37 prd-ubuntu18.04-docker-arm64-4c-16g-4307 does not seem to be running inside a container 00:42:37 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:42:39 $ docker top c68d3ba0eb2d025cd3b58795346ecaab69c64391f8caeaef0c75100ecd76ea97 -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:40 + docker-compose -f ./docker-compose-build.yml build --parallel 00:42:45 Building docker-core-command-go ... 00:42:45 Building docker-core-data-go ... 00:42:45 Building docker-core-metadata-go ... 00:42:45 Building docker-security-proxy-setup-go ... 00:42:45 Building docker-security-secrets-setup-go ... 00:42:45 Building docker-security-secretstore-setup-go ... 00:42:45 Building docker-support-logging-go ... 00:42:45 Building docker-support-notifications-go ... 00:42:45 Building docker-support-scheduler-go ... 00:42:45 Building docker-sys-mgmt-agent-go ... 00:42:45 Building docker-security-proxy-setup-go 00:42:45 Building docker-security-secrets-setup-go 00:42:45 Building docker-support-logging-go 00:42:45 Building docker-core-command-go 00:42:45 Building docker-support-notifications-go 00:44:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:44:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:37 ---> 2f15bb29a867 00:44:37 Step 3/22 : WORKDIR /edgex-go 00:44:37 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 00:44:37 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:44:37 ---> 2f15bb29a867 00:44:37 Step 3/20 : WORKDIR /edgex-go 00:44:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:44:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:37 ---> 2f15bb29a867 00:44:37 Step 3/22 : WORKDIR /edgex-go 00:44:37 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:44:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:44:37 ---> 2f15bb29a867 00:44:37 Step 3/24 : WORKDIR /edgex-go 00:44:37 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 00:44:37 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:44:37 ---> 2f15bb29a867 00:44:37 Step 3/29 : WORKDIR /edgex-go 00:44:37 ---> Running in f73e02e93669 00:44:37 ---> Running in c108b37ac0a6 00:44:37 ---> Running in ddea413ba736 00:44:37 ---> Running in 123f1723c9e9 00:44:37 ---> Running in db8a2e714f25 00:44:37 Removing intermediate container ddea413ba736 00:44:37 ---> 7e6af2e42b62 00:44:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:37 Removing intermediate container c108b37ac0a6 00:44:37 ---> d362fde7975d 00:44:37 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:37 Removing intermediate container f73e02e93669 00:44:37 Removing intermediate container db8a2e714f25 00:44:37 ---> d6d9839fd8ad 00:44:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:37 ---> 18cbe7374dd8 00:44:37 Step 4/29 : RUN apk update && apk add make git 00:44:37 Removing intermediate container 123f1723c9e9 00:44:37 ---> 1a4180dc6961 00:44:37 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:37 ---> Running in 2db5deb48f34 00:44:37 ---> Running in 5b48b0aa8a6e 00:44:37 ---> Running in 444564b2afc6 00:44:37 ---> Running in 839503bf9b15 00:44:37 ---> Running in 9822f82042f9 00:44:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:37 Removing intermediate container 2db5deb48f34 00:44:37 ---> f81558261235 00:44:37 Step 5/22 : RUN apk update && apk add make && apk add bash git 00:44:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:37 ---> Running in 6d2384d75634 00:44:37 Removing intermediate container 5b48b0aa8a6e 00:44:37 ---> 02916333cb8d 00:44:37 Step 5/20 : RUN apk update && apk add make git 00:44:37 ---> Running in 6140dee72be8 00:44:37 Removing intermediate container 444564b2afc6 00:44:37 ---> 9c70e84619a1 00:44:37 Step 5/22 : RUN apk update && apk add make git 00:44:37 Removing intermediate container 9822f82042f9 00:44:37 ---> 558e31748797 00:44:37 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:44:38 ---> Running in 95f12635bc45 00:44:38 ---> Running in 0f39f862fa37 00:44:39 v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:39 v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:39 OK: 12623 distinct packages available 00:44:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:40 OK: 217 MiB in 51 packages 00:44:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:42 Removing intermediate container 839503bf9b15 00:44:42 ---> a6c5f8756a3e 00:44:42 Step 5/29 : COPY go.mod . 00:44:42 ---> 4cd4ec0fdf6f 00:44:42 Step 6/29 : RUN go mod download 00:44:42 ---> Running in 142ca73603f5 00:44:43 v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:43 v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:43 OK: 12623 distinct packages available 00:44:43 v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:43 v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:43 OK: 12623 distinct packages available 00:44:44 v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:44 v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:44 OK: 12623 distinct packages available 00:44:44 OK: 217 MiB in 51 packages 00:44:44 OK: 217 MiB in 51 packages 00:44:45 v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:45 v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:45 OK: 12623 distinct packages available 00:44:46 OK: 217 MiB in 51 packages 00:44:46 OK: 217 MiB in 51 packages 00:44:47 OK: 217 MiB in 51 packages 00:44:47 Removing intermediate container 95f12635bc45 00:44:47 ---> 0eeb7aef3983 00:44:47 Step 6/22 : COPY go.mod . 00:44:47 Removing intermediate container 0f39f862fa37 00:44:47 ---> 8f86ba78dbe4 00:44:47 Step 6/24 : COPY go.mod . 00:44:47 Removing intermediate container 142ca73603f5 00:44:47 ---> c78fb6015461 00:44:47 Step 7/29 : COPY . . 00:44:48 Removing intermediate container 6140dee72be8 00:44:48 ---> d785ddff2dfb 00:44:48 Step 6/20 : COPY go.mod . 00:44:48 ---> a3dbd0ea9d82 00:44:48 Step 7/22 : RUN go mod download 00:44:49 ---> 3af372963756 00:44:49 Step 7/24 : RUN go mod download 00:44:49 ---> Running in 36e45d803f24 00:44:49 Removing intermediate container 6d2384d75634 00:44:49 ---> 99441fdf2f9b 00:44:49 Step 6/22 : COPY go.mod . 00:44:49 ---> Running in dac37ed77f52 00:44:50 ---> f7b2739f7956 00:44:50 Step 7/20 : RUN go mod download 00:44:50 ---> Running in b2fc7dbb23e0 00:44:50 ---> 8eafa308a083 00:44:50 Step 7/22 : RUN go mod download 00:44:51 ---> Running in 18e506368846 00:44:55 Removing intermediate container 36e45d803f24 00:44:55 ---> b831d23c2287 00:44:55 Step 8/22 : COPY . . 00:44:56 Removing intermediate container dac37ed77f52 00:44:56 ---> af00e813703b 00:44:56 Step 8/24 : COPY . . 00:44:56 Removing intermediate container b2fc7dbb23e0 00:44:56 ---> 4310e53798af 00:44:56 Step 8/20 : COPY . . 00:44:57 Removing intermediate container 18e506368846 00:44:57 ---> fc9941fd6572 00:44:57 Step 8/22 : COPY . . 00:45:23 ---> 33ebdcf09b91 00:45:23 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:45:23 ---> Running in b6cf8f322fb9 00:45:24 ---> 9fc43d9ad4b5 00:45:24 Step 9/22 : RUN make cmd/core-command/core-command 00:45:24 ---> bfd07fcfcd12 00:45:24 Step 9/22 : RUN make cmd/support-logging/support-logging 00:45:24 ---> 5f5454120b1b 00:45:24 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 00:45:24 ---> 136967bcbee8 00:45:24 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:45:24 ---> Running in e65076633742 00:45:24 ---> Running in 9cec5b841604 00:45:24 ---> Running in b5e0e8b41dff 00:45:24 ---> Running in 64111a7f54dd 00:45:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:45:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 00:45:27 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:45:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:45: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:47:05 Removing intermediate container b6cf8f322fb9 00:47:05 ---> 76e189dbf9e9 00:47:05 00:47:05 Step 9/29 : FROM alpine:latest 00:47:05 latest: Pulling from library/alpine 00:47:05 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 00:47:05 Status: Downloaded newer image for alpine:latest 00:47:05 ---> 62ee0e9f8440 00:47:05 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:47:06 ---> Running in 18025f37692b 00:47:07 Removing intermediate container 18025f37692b 00:47:07 ---> 3998c5e6e7f2 00:47:07 Step 11/29 : USER root 00:47:08 ---> Running in 4d090eb40372 00:47:08 Removing intermediate container b5e0e8b41dff 00:47:08 ---> 35bbce8020c9 00:47:08 00:47:08 Step 10/20 : FROM alpine 00:47:08 ---> 62ee0e9f8440 00:47:08 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:47:08 ---> Running in a8ad29b42dfb 00:47:09 Removing intermediate container 4d090eb40372 00:47:09 ---> 1c1818cfe556 00:47:09 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:47:09 ---> Running in ea4df620e642 00:47:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:13 v3.12.0-375-g0ef1878ec5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:47:13 v3.12.0-374-gffd5b64509 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:47:13 OK: 12621 distinct packages available 00:47:13 v3.12.0-375-g0ef1878ec5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:47:13 v3.12.0-374-gffd5b64509 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:47:13 OK: 12621 distinct packages available 00:47:14 (1/4) Installing ca-certificates (20191127-r4) 00:47:14 (1/2) Installing ca-certificates (20191127-r4) 00:47:14 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:47:14 (3/4) Installing libcurl (7.69.1-r1) 00:47:14 (4/4) Installing curl (7.69.1-r1) 00:47:14 Executing busybox-1.31.1-r16.trigger 00:47:14 (2/2) Installing dumb-init (1.2.2-r1) 00:47:14 Executing busybox-1.31.1-r16.trigger 00:47:14 Executing ca-certificates-20191127-r4.trigger 00:47:14 Executing ca-certificates-20191127-r4.trigger 00:47:15 OK: 7 MiB in 18 packages 00:47:15 OK: 6 MiB in 16 packages 00:47:19 Removing intermediate container a8ad29b42dfb 00:47:19 ---> 484d16f71c8a 00:47:19 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:19 Removing intermediate container ea4df620e642 00:47:19 ---> c71e2b83ba75 00:47:19 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:47:19 ---> Running in b0833aa37b7e 00:47:19 ---> Running in 7c0bc5d86248 00:47:20 Removing intermediate container b0833aa37b7e 00:47:20 ---> 32cefb52ff0c 00:47:20 Step 13/20 : WORKDIR /edgex 00:47:20 Removing intermediate container 7c0bc5d86248 00:47:20 ---> a4506604cbfe 00:47:20 Step 14/29 : WORKDIR $BASE_DIR 00:47:20 ---> Running in 692740ec6a3a 00:47:20 ---> Running in f866b1187823 00:47:21 Removing intermediate container 692740ec6a3a 00:47:21 ---> ef2a5f5d8dd4 00:47:21 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:47:21 Removing intermediate container f866b1187823 00:47:21 ---> d88916dfc577 00:47:21 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:47:22 ---> Running in c3f168f67903 00:47:23 ---> 0fe9785c7598 00:47:23 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:47:28 ---> de944eab3775 00:47:28 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:47:28 ---> Running in 7b6e5938693e 00:47:28 Removing intermediate container c3f168f67903 00:47:28 ---> cfd5fe0fadc3 00:47:28 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:47:28 Removing intermediate container 9cec5b841604 00:47:28 ---> 1ac4653b98ac 00:47:28 00:47:28 Step 10/22 : FROM scratch 00:47:28 ---> 00:47:28 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:47:29 ---> Running in ae3c8aa358c0 00:47:29 Removing intermediate container 7b6e5938693e 00:47:29 ---> 25418451903c 00:47:29 Step 17/20 : CMD ["--init=true"] 00:47:29 ---> Running in 4cf3b2fea74b 00:47:29 Removing intermediate container ae3c8aa358c0 00:47:29 ---> 6cb0c8d7ed1e 00:47:29 Step 12/22 : ENV APP_PORT=48061 00:47:30 ---> Running in ce4a905afdcc 00:47:30 Removing intermediate container 4cf3b2fea74b 00:47:30 ---> d6a370c5da3e 00:47:30 Step 18/20 : LABEL arch=arm64 00:47:30 ---> ce9969a4e430 00:47:30 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:47:30 ---> Running in ed81641ba59f 00:47:30 Removing intermediate container ce4a905afdcc 00:47:30 ---> ef6e9a507d6d 00:47:30 Step 13/22 : EXPOSE $APP_PORT 00:47:30 ---> Running in dc87bf2d024e 00:47:31 Removing intermediate container ed81641ba59f 00:47:31 ---> dd129ad3f987 00:47:31 Step 19/20 : LABEL git_sha=a41dc3bd421d8072c9879f3bb7df204ca651f719 00:47:31 ---> 3afbea0ac913 00:47:31 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:47:31 ---> Running in af75c464b4da 00:47:31 Removing intermediate container dc87bf2d024e 00:47:31 ---> 35a79b05c65a 00:47:31 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 00:47:32 Removing intermediate container af75c464b4da 00:47:32 ---> 306facf05e81 00:47:32 Step 20/20 : LABEL version=0.0.0 00:47:32 ---> Running in 71b36c0c918a 00:47:32 ---> 54502b8e5339 00:47:32 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 00:47:32 ---> 3102d856f399 00:47:32 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:47:33 Removing intermediate container 71b36c0c918a 00:47:33 ---> 6b61ca99c42c 00:47:33 00:47:34 Successfully built 6b61ca99c42c 00:47:34 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:47:34  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 00:47:34 ---> d0ebac33f0d7 00:47:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 00:47:35 ---> 2c13e792e687 00:47:35 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:47:37 ---> b3f0c0149fe2 00:47:37 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:47:39 ---> 55f524e983b4 00:47:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 00:47:39 ---> Running in a8e7091a50e2 00:47:39 Removing intermediate container e65076633742 00:47:39 ---> be4cef727796 00:47:39 00:47:39 Step 10/22 : FROM scratch 00:47:39 ---> 00:47:39 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:39 Removing intermediate container 64111a7f54dd 00:47:39 ---> b14fbe6e4f35 00:47:39 00:47:39 Step 10/24 : FROM scratch 00:47:39 ---> 00:47:39 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:47:40 ---> Using cache 00:47:40 ---> 6cb0c8d7ed1e 00:47:40 Step 12/24 : ENV APP_PORT=48060 00:47:41 ---> Running in 6d8f7f8ef338 00:47:41 ---> 7b61addc057d 00:47:41 Step 18/22 : ENTRYPOINT ["/support-logging"] 00:47:41 ---> Running in 4bdb8df258f2 00:47:41 ---> Running in 398f5d4bc8b9 00:47:42 Removing intermediate container 6d8f7f8ef338 00:47:42 ---> 3a87da02c1c9 00:47:42 Step 12/22 : ENV APP_PORT=48082 00:47:42 Removing intermediate container 4bdb8df258f2 00:47:42 ---> 99e1f57671f5 00:47:42 Step 13/24 : EXPOSE $APP_PORT 00:47:43 Removing intermediate container 398f5d4bc8b9 00:47:43 ---> 4ff822820466 00:47:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:43 ---> Running in 550136de3749 00:47:43 ---> Running in cee51da53c04 00:47:43 ---> Running in 838934220e05 00:47:44 Removing intermediate container cee51da53c04 00:47:44 ---> 5e7e9a959860 00:47:44 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:47:44 Removing intermediate container 550136de3749 00:47:44 ---> 5cc0d631819e 00:47:44 Step 13/22 : EXPOSE $APP_PORT 00:47:44 ---> Running in 6c80cc034d61 00:47:44 Removing intermediate container 838934220e05 00:47:44 ---> 8d5d3fcc70d8 00:47:44 Step 20/22 : LABEL arch=arm64 00:47:44 Removing intermediate container a8e7091a50e2 00:47:44 ---> 1aac264ba7d3 00:47:44 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:47:44 ---> Running in c71d94d06271 00:47:45 Removing intermediate container 6c80cc034d61 00:47:45 ---> 97245593d8e8 00:47:45 Step 14/22 : WORKDIR / 00:47:45 ---> b20658f0251f 00:47:45 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:47:45 ---> Running in abcb5254b0ab 00:47:45 Removing intermediate container c71d94d06271 00:47:45 ---> d2f6b43e6637 00:47:45 Step 21/22 : LABEL git_sha=a41dc3bd421d8072c9879f3bb7df204ca651f719 00:47:45 ---> Running in 456363644a34 00:47:45 ---> a14160a16b11 00:47:45 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:47:45 ---> Running in 754bcd2514cf 00:47:45 Removing intermediate container abcb5254b0ab 00:47:45 ---> 55f5cfe17048 00:47:45 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:47:46 Removing intermediate container 456363644a34 00:47:46 ---> 12017569f232 00:47:46 Step 22/22 : LABEL version=0.0.0 00:47:47 ---> Running in 106c11565417 00:47:47 ---> 741884a469e1 00:47:47 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:47:47 ---> 812d722589d3 00:47:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:47:48 Removing intermediate container 106c11565417 00:47:48 ---> 22c4d856e074 00:47:48 00:47:49 Successfully built 22c4d856e074 00:47:50 Successfully tagged docker-support-logging-go-arm64:latest 00:47:50  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go 00:47:50 ---> f65201db4b04 00:47:50 ---> 95e469e1cff6 00:47:50 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:47:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:47:50 Removing intermediate container 754bcd2514cf 00:47:50 ---> 968dc5c6421c 00:47:51 Step 24/29 : RUN chmod 755 security-secrets-setup 00:47:51 ---> Running in ddd3df7af424 00:47:52 ---> fd722ecdf38c 00:47:52 Step 18/22 : ENTRYPOINT ["/core-command"] 00:47:52 ---> 056f66931408 00:47:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:47:52 ---> Running in 1f911e68ad3e 00:47:54 Removing intermediate container 1f911e68ad3e 00:47:54 ---> 012295d232d4 00:47:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:54 ---> 0ae4fe8d2b8f 00:47:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:47:54 ---> Running in 216a1c7deb8c 00:47:56 Removing intermediate container 216a1c7deb8c 00:47:56 ---> bf785675625f 00:47:56 Step 20/22 : LABEL arch=arm64 00:47:57 ---> Running in e142f11b9558 00:47:57 Removing intermediate container ddd3df7af424 00:47:57 ---> 72e3a8b8125e 00:47:57 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:47:57 ---> edcae2918887 00:47:57 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:47:57 ---> Running in 51c0faf83e0d 00:47:58 ---> Running in 44200a525d78 00:47:58 Removing intermediate container e142f11b9558 00:47:58 ---> 195f39c8a5c5 00:47:58 Step 21/22 : LABEL git_sha=a41dc3bd421d8072c9879f3bb7df204ca651f719 00:47:59 Removing intermediate container 51c0faf83e0d 00:47:59 ---> b8890c961e9c 00:47:59 Step 26/29 : CMD [ "generate" ] 00:47:59 ---> Running in 23a823666c88 00:47:59 Removing intermediate container 44200a525d78 00:47:59 ---> a7e170632080 00:47:59 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:00 ---> Running in ef577dfd6279 00:48:00 ---> Running in 284eb20a689a 00:48:00 Removing intermediate container 23a823666c88 00:48:00 ---> ccfbe4b36c6e 00:48:00 Step 22/22 : LABEL version=0.0.0 00:48:01 Removing intermediate container ef577dfd6279 00:48:01 ---> 312c335a6805 00:48:01 Step 27/29 : LABEL arch=arm64 00:48:01 ---> Running in 38f9ac1dece1 00:48:01 Removing intermediate container 284eb20a689a 00:48:01 ---> 13abbe3d2e28 00:48:01 Step 22/24 : LABEL arch=arm64 00:48:01 ---> Running in 28a97e255c2a 00:48:02 ---> Running in b832da8fe3e3 00:48:02 Removing intermediate container 38f9ac1dece1 00:48:02 ---> e6ae80f89e9d 00:48:02 00:48:02 Removing intermediate container 28a97e255c2a 00:48:02 ---> cfca7b6f8be8 00:48:02 Step 28/29 : LABEL git_sha=a41dc3bd421d8072c9879f3bb7df204ca651f719 00:48:03 Removing intermediate container b832da8fe3e3 00:48:03 ---> 4cd27cd051bd 00:48:03 Step 23/24 : LABEL git_sha=a41dc3bd421d8072c9879f3bb7df204ca651f719 00:48:03 Successfully built e6ae80f89e9d 00:48:03 Successfully tagged docker-core-command-go-arm64:latest 00:48:03  Building docker-core-command-go ... done Building docker-support-scheduler-go 00:48:03 ---> Running in 5e0f969d747e 00:48:03 ---> Running in 355ab1be99d0 00:48:03 Removing intermediate container 5e0f969d747e 00:48:03 ---> 2c71fd387ef9 00:48:03 Step 29/29 : LABEL version=0.0.0 00:48:04 ---> Running in 25947fb5cba4 00:48:04 Removing intermediate container 355ab1be99d0 00:48:04 ---> 66adc01880d3 00:48:04 Step 24/24 : LABEL version=0.0.0 00:48:04 ---> Running in e82a7616428e 00:48:04 Removing intermediate container 25947fb5cba4 00:48:04 ---> b5ef0a7f1f70 00:48:04 00:48:05 Removing intermediate container e82a7616428e 00:48:05 ---> dfe44cec7057 00:48:05 00:48:05 Successfully built b5ef0a7f1f70 00:48:05 Successfully tagged docker-security-secrets-setup-go-arm64:latest 00:48:05  Building docker-security-secrets-setup-go ... done Building docker-security-secretstore-setup-go 00:48:05 Successfully built dfe44cec7057 00:48:06 Successfully tagged docker-support-notifications-go-arm64:latest 00:48:06  Building docker-support-notifications-go ... done Building docker-core-metadata-go 00:48:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:48:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:48:09 ---> 2f15bb29a867 00:48:09 Step 3/23 : WORKDIR /edgex-go 00:48:09 ---> Using cache 00:48:09 ---> 18cbe7374dd8 00:48:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:11 ---> Running in 278e9bf497e1 00:48:16 Removing intermediate container 278e9bf497e1 00:48:16 ---> cac80eefc4dc 00:48:16 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:48:16 ---> Running in bf685009539e 00:48:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:20 v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:48:20 v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:48:20 OK: 12623 distinct packages available 00:48:21 OK: 217 MiB in 51 packages 00:48:26 Removing intermediate container bf685009539e 00:48:26 ---> 18b78f1a82b8 00:48:26 Step 6/23 : COPY go.mod . 00:48:27 ---> 4260e7b61095 00:48:27 Step 7/23 : RUN go mod download 00:48:28 ---> Running in 9ad1bc20b9f8 00:48:32 Removing intermediate container 9ad1bc20b9f8 00:48:32 ---> f5e42afb8330 00:48:32 Step 8/23 : COPY . . 00:48:55 ---> c49438414484 00:48:55 Step 9/23 : RUN make cmd/core-data/core-data 00:48:55 ---> Running in 03599d8ac29f 00:48:57 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:48:57 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:48:57 ---> 2f15bb29a867 00:48:57 Step 3/27 : WORKDIR /edgex-go 00:48:57 ---> Using cache 00:48:57 ---> 18cbe7374dd8 00:48:57 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:57 ---> Using cache 00:48:57 ---> cac80eefc4dc 00:48:57 Step 5/27 : RUN apk update && apk add make bash git 00:48:57 ---> Running in 53e25946b7c3 00:48:57 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:48:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:01 v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:49:01 v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:49:01 OK: 12623 distinct packages available 00:49:02 OK: 217 MiB in 51 packages 00:49:06 Removing intermediate container 53e25946b7c3 00:49:06 ---> 2c2f4e9bce4b 00:49:06 Step 6/27 : COPY go.mod . 00:49:08 ---> e4ea29ddc5d9 00:49:08 Step 7/27 : RUN go mod download 00:49:08 ---> Running in a14d0b18b0f5 00:49:13 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:49:13 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:49:13 ---> 2f15bb29a867 00:49:13 Step 3/21 : WORKDIR /edgex-go 00:49:13 ---> Using cache 00:49:13 ---> 18cbe7374dd8 00:49:13 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:13 ---> Using cache 00:49:13 ---> cac80eefc4dc 00:49:13 Step 5/21 : RUN apk update && apk add make git 00:49:13 ---> Running in 0eb1eb51c05f 00:49:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:49:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:49:15 ---> 2f15bb29a867 00:49:15 Step 3/22 : WORKDIR /edgex-go 00:49:15 ---> Using cache 00:49:15 ---> 18cbe7374dd8 00:49:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:15 ---> Using cache 00:49:15 ---> cac80eefc4dc 00:49:15 Step 5/22 : RUN apk update && apk add make git 00:49:15 ---> Running in b9deff4e249e 00:49:15 Removing intermediate container a14d0b18b0f5 00:49:15 ---> 79fe0bdac62f 00:49:15 Step 8/27 : COPY . . 00:49:16 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 00:49:16 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:49:16 ---> 2f15bb29a867 00:49:16 Step 3/26 : WORKDIR /edgex-go 00:49:16 ---> Using cache 00:49:16 ---> 18cbe7374dd8 00:49:16 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:16 ---> Using cache 00:49:16 ---> cac80eefc4dc 00:49:16 Step 5/26 : RUN apk update && apk add make git 00:49:16 ---> Running in de833d2afc75 00:49:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:20 v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:49:20 v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:49:20 OK: 12623 distinct packages available 00:49:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:21 OK: 217 MiB in 51 packages 00:49:21 v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:49:21 v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:49:21 OK: 12623 distinct packages available 00:49:22 OK: 217 MiB in 51 packages 00:49:23 v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:49:23 v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:49:23 OK: 12623 distinct packages available 00:49:24 OK: 217 MiB in 51 packages 00:49:26 Removing intermediate container 0eb1eb51c05f 00:49:26 ---> a3ca677f71d9 00:49:26 Step 6/21 : COPY go.mod . 00:49:27 Removing intermediate container b9deff4e249e 00:49:27 ---> fd8b00e19393 00:49:27 Step 6/22 : COPY go.mod . 00:49:27 Removing intermediate container de833d2afc75 00:49:27 ---> 0f01167298d3 00:49:27 Step 6/26 : COPY go.mod . 00:49:28 ---> ff94e8759ef9 00:49:28 Step 7/21 : RUN go mod download 00:49:29 ---> Running in b51894880553 00:49:29 ---> b29e5253d53c 00:49:29 Step 7/22 : RUN go mod download 00:49:29 ---> 9f781473847a 00:49:29 Step 7/26 : RUN go mod download 00:49:29 ---> Running in 4818a9e284fb 00:49:29 ---> Running in 579531c56158 00:49:36 Removing intermediate container b51894880553 00:49:36 ---> 93ff0e6ef8ba 00:49:36 Step 8/21 : COPY . . 00:49:37 Removing intermediate container 4818a9e284fb 00:49:37 ---> cf8d407adb83 00:49:37 Step 8/22 : COPY . . 00:49:37 Removing intermediate container 579531c56158 00:49:37 ---> e469aec04521 00:49:37 Step 8/26 : COPY . . 00:50:00 ---> 9633e7940759 00:50:00 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:50:01 ---> Running in 70d5ae1c8ca9 00:50:03 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:30 ---> 93e4a379f7a9 00:50:30 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:50:30 ---> 0f41df4a0ae9 00:50:30 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 00:50:30 ---> 1f7aedfda2d2 00:50:30 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:50:30 ---> Running in 691d483e05ba 00:50:30 ---> Running in 3c1d2d258e07 00:50:30 ---> Running in 256bc9990083 00:50:30 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:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:50:30 Removing intermediate container 03599d8ac29f 00:50:30 ---> e9447efcec8e 00:50:30 00:50:30 Step 10/23 : FROM alpine 00:50:30 ---> 62ee0e9f8440 00:50:30 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:50:30 ---> Running in 491f39751664 00:50:31 Removing intermediate container 491f39751664 00:50:31 ---> 7b02d544cbbe 00:50:31 Step 12/23 : ENV APP_PORT=48080 00:50:31 ---> Running in 831df75fea9f 00:50:32 Removing intermediate container 831df75fea9f 00:50:32 ---> f69e2109ca6e 00:50:32 Step 13/23 : EXPOSE $APP_PORT 00:50:32 ---> Running in 058579b2d774 00:50:33 Removing intermediate container 058579b2d774 00:50:33 ---> df4b9fcfeef9 00:50:33 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:33 ---> Running in ec180400d8fa 00:50:37 Removing intermediate container ec180400d8fa 00:50:37 ---> 6be75731595a 00:50:37 Step 15/23 : RUN apk --no-cache add zeromq 00:50:38 ---> Running in 844300b36920 00:50:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:42 (1/5) Installing libgcc (9.3.0-r2) 00:50:42 (2/5) Installing libsodium (1.0.18-r0) 00:50:42 (3/5) Installing libstdc++ (9.3.0-r2) 00:50:43 (4/5) Installing libzmq (4.3.3-r0) 00:50:43 (5/5) Installing zeromq (4.3.3-r0) 00:50:43 Executing busybox-1.31.1-r16.trigger 00:50:43 OK: 8 MiB in 19 packages 00:50:46 Removing intermediate container 844300b36920 00:50:46 ---> 3c115881968c 00:50:46 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:50:47 ---> 4c8a2940ebc3 00:50:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:50:49 ---> 1d63d7b9b329 00:50:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:50:50 ---> 09d99bafc7f2 00:50:50 Step 19/23 : ENTRYPOINT ["/core-data"] 00:50:50 ---> Running in 83f2d2d319d9 00:50:51 Removing intermediate container 83f2d2d319d9 00:50:51 ---> bb38920211cf 00:50:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:51 ---> Running in 666bd70d1d63 00:50:52 Removing intermediate container 666bd70d1d63 00:50:52 ---> f766c79ebe01 00:50:52 Step 21/23 : LABEL arch=arm64 00:50:52 ---> Running in 42198befbd5a 00:50:53 Removing intermediate container 42198befbd5a 00:50:53 ---> 2386df2324aa 00:50:53 Step 22/23 : LABEL git_sha=a41dc3bd421d8072c9879f3bb7df204ca651f719 00:50:53 ---> Running in 328fa43d6de2 00:50:53 Removing intermediate container 328fa43d6de2 00:50:53 ---> 6c36853e079e 00:50:53 Step 23/23 : LABEL version=0.0.0 00:50:54 ---> Running in 8dedc37d0b6d 00:50:55 Removing intermediate container 8dedc37d0b6d 00:50:55 ---> 0e5dc0f45f04 00:50:55 00:50:55 Successfully built 0e5dc0f45f04 00:50:55 Successfully tagged docker-core-data-go-arm64:latest 00:51:22  Building docker-core-data-go ... done Removing intermediate container 70d5ae1c8ca9 00:51:22 ---> 4b9ac37e7886 00:51:22 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:51:22 ---> Running in 2155f5fb6aba 00:51:24 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:30 Removing intermediate container 2155f5fb6aba 00:51:30 ---> 4f04093b2589 00:51:30 00:51:30 Step 11/27 : FROM docker:latest 00:51:30 ---> 45884bde0078 00:51:30 Step 12/27 : RUN apk add --no-cache bash 00:51:30 ---> Running in bdff5d082c5a 00:51:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:34 (1/2) Installing readline (8.0.4-r0) 00:51:34 (2/2) Installing bash (5.0.17-r0) 00:51:34 Executing bash-5.0.17-r0.post-install 00:51:34 Executing busybox-1.31.1-r16.trigger 00:51:34 OK: 12 MiB in 22 packages 00:51:36 Removing intermediate container bdff5d082c5a 00:51:36 ---> 21f496255132 00:51:36 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:51:36 ---> Running in b7905073ca24 00:51:40 Removing intermediate container b7905073ca24 00:51:40 ---> 16f31c395c5e 00:51:40 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:51:41 ---> Running in f5457051286b 00:51:41 Removing intermediate container f5457051286b 00:51:41 ---> 6da306d234ca 00:51:41 Step 15/27 : ENV APP_PORT=48090 00:51:42 ---> Running in 084f9fbc728d 00:51:42 Removing intermediate container 084f9fbc728d 00:51:42 ---> d155b6985a76 00:51:42 Step 16/27 : EXPOSE $APP_PORT 00:51:42 ---> Running in d3c08f35f221 00:51:43 Removing intermediate container d3c08f35f221 00:51:43 ---> e8f2dba87e90 00:51:43 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:51:45 ---> e0bb923b4e1d 00:51:45 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:51:46 ---> d19e4d610cb6 00:51:46 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:51:48 ---> 1ded6a712053 00:51:48 Step 20/27 : RUN apk --no-cache add py3-pip 00:51:48 ---> Running in 21a02a6a17d7 00:51:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:52 (1/33) Installing libbz2 (1.0.8-r1) 00:51:52 (2/33) Installing expat (2.2.9-r1) 00:51:52 (3/33) Installing libffi (3.3-r2) 00:51:52 (4/33) Installing gdbm (1.13-r1) 00:51:52 (5/33) Installing xz-libs (5.2.5-r0) 00:51:52 (6/33) Installing sqlite-libs (3.32.1-r0) 00:51:52 (7/33) Installing python3 (3.8.5-r0) 00:51:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:51:56 (8/33) Installing py3-appdirs (1.4.4-r1) 00:51:56 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:51:56 (10/33) Installing py3-parsing (2.4.7-r0) 00:51:56 (11/33) Installing py3-six (1.15.0-r0) 00:51:56 (12/33) Installing py3-packaging (20.4-r0) 00:51:56 (13/33) Installing py3-setuptools (47.0.0-r0) 00:51:56 (14/33) Installing py3-chardet (3.0.4-r4) 00:51:56 (15/33) Installing py3-idna (2.9-r0) 00:51:56 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:51:56 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:51:56 (18/33) Installing py3-requests (2.23.0-r0) 00:51:56 (19/33) Installing py3-msgpack (1.0.0-r0) 00:51:56 (20/33) Installing py3-lockfile (0.12.2-r3) 00:51:56 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:51:56 (22/33) Installing py3-colorama (0.4.3-r0) 00:51:56 (23/33) Installing py3-distlib (0.3.0-r0) 00:51:56 (24/33) Installing py3-distro (1.5.0-r1) 00:51:56 (25/33) Installing py3-webencodings (0.5.1-r3) 00:51:56 (26/33) Installing py3-html5lib (1.0.1-r4) 00:51:56 (27/33) Installing py3-pytoml (0.1.21-r0) 00:51:56 (28/33) Installing py3-pep517 (0.8.2-r0) 00:51:56 (29/33) Installing py3-progress (1.5-r0) 00:51:56 (30/33) Installing py3-toml (0.10.1-r0) 00:51:56 (31/33) Installing py3-retrying (1.3.3-r0) 00:51:56 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:51:56 (33/33) Installing py3-pip (20.1.1-r0) 00:51:56 Executing busybox-1.31.1-r16.trigger 00:51:56 OK: 71 MiB in 55 packages 00:52:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 00:52:07 Removing intermediate container 21a02a6a17d7 00:52:07 ---> 01968ce55523 00:52:07 Step 21/27 : RUN pip install docker-compose==1.23.2 00:52:07 ---> Running in 6ea12736423e 00:52:18 Collecting docker-compose==1.23.2 00:52:18 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:52:18 Removing intermediate container 3c1d2d258e07 00:52:18 ---> 0b13ab8c85e7 00:52:18 00:52:18 Step 10/26 : FROM alpine:3.10 00:52:18 Collecting cached-property<2,>=1.2.0 00:52:18 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:52:18 3.10: Pulling from library/alpine 00:52:19 Collecting docopt<0.7,>=0.6.1 00:52:19 Downloading docopt-0.6.2.tar.gz (25 kB) 00:52:20 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:52:20 Status: Downloaded newer image for alpine:3.10 00:52:20 ---> 536a684cf733 00:52:20 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:52:20 ---> Running in 48452a58fb25 00:52:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:52:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:52:23 Collecting jsonschema<3,>=2.5.1 00:52:23 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:52:24 v3.10.5-96-g1efb054f0b [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:52:24 v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:52:24 OK: 10167 distinct packages available 00:52:25 (1/5) Installing ca-certificates (20191127-r2) 00:52:25 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:52:25 (3/5) Installing libcurl (7.66.0-r1) 00:52:25 Collecting PyYAML<4,>=3.10 00:52:25 (4/5) Installing curl (7.66.0-r1) 00:52:25 Downloading PyYAML-3.13.tar.gz (270 kB) 00:52:25 (5/5) Installing dumb-init (1.2.2-r1) 00:52:25 Executing busybox-1.30.1-r3.trigger 00:52:25 Executing ca-certificates-20191127-r2.trigger 00:52:25 OK: 7 MiB in 19 packages 00:52:27 Removing intermediate container 256bc9990083 00:52:27 ---> cf96b9fe867d 00:52:27 00:52:27 Step 10/21 : FROM scratch 00:52:27 ---> 00:52:27 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:52:27 ---> Using cache 00:52:27 ---> 3a87da02c1c9 00:52:27 Step 12/21 : ENV APP_PORT=48085 00:52:27 ---> Running in b4717b738991 00:52:28 Removing intermediate container b4717b738991 00:52:28 ---> 378363f15215 00:52:28 Step 13/21 : EXPOSE $APP_PORT 00:52:28 Removing intermediate container 48452a58fb25 00:52:28 ---> 70455745984c 00:52:28 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:52:28 ---> Running in 7e42f4baea72 00:52:28 ---> Running in d3bb2615e1f3 00:52:29 Removing intermediate container 7e42f4baea72 00:52:29 ---> 594874038e7b 00:52:29 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:52:29 Removing intermediate container d3bb2615e1f3 00:52:29 ---> 6a55422e07f1 00:52:29 Step 13/26 : WORKDIR / 00:52:29 ---> Running in 7f99bfad9961 00:52:30 ---> d59a92fbc89b 00:52:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:52:30 Removing intermediate container 7f99bfad9961 00:52:30 ---> c93d5b7fbddd 00:52:30 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:52:30 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:31 ---> a42d4a1ec019 00:52:31 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:52:32 ---> 5f544cc79654 00:52:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:52:32 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:52:32 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:52:32 ---> 659e62a26df0 00:52:32 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:52:32 ---> b10dacca6b4f 00:52:32 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:52:33 ---> Running in 1f16b643b5ab 00:52:33 Collecting docker<4.0,>=3.6.0 00:52:33 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:52:33 ---> 13abab11ac64 00:52:33 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 00:52:33 Removing intermediate container 1f16b643b5ab 00:52:33 ---> c951f049326e 00:52:33 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:33 ---> Running in de2dc4e965dd 00:52:34 Collecting texttable<0.10,>=0.9.0 00:52:34 Downloading texttable-0.9.1.tar.gz (11 kB) 00:52:34 ---> 648d26eb385a 00:52:34 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:52:34 Removing intermediate container de2dc4e965dd 00:52:34 ---> 0016824c19ef 00:52:34 Step 19/21 : LABEL arch=arm64 00:52:35 ---> Running in 22b3ef9bfaf7 00:52:36 Removing intermediate container 22b3ef9bfaf7 00:52:36 ---> 92932183a548 00:52:36 Step 20/21 : LABEL git_sha=a41dc3bd421d8072c9879f3bb7df204ca651f719 00:52:36 ---> c1473ba806ee 00:52:36 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:52:36 ---> Running in 2ae1d74dd2e1 00:52:37 Removing intermediate container 2ae1d74dd2e1 00:52:37 ---> ab90e0a9fa39 00:52:37 Step 21/21 : LABEL version=0.0.0 00:52:37 ---> Running in c8b6af4ac98f 00:52:37 ---> 4871b84758ee 00:52:37 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 00:52:38 Collecting websocket-client<1.0,>=0.32.0 00:52:38 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:52:38 Removing intermediate container c8b6af4ac98f 00:52:38 ---> 3232a58b78db 00:52:38 00:52:38 Collecting dockerpty<0.5,>=0.4.1 00:52:38 Successfully built 3232a58b78db 00:52:38 Successfully tagged docker-support-scheduler-go-arm64:latest 00:52:38 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:52:39  Building docker-support-scheduler-go ... done  ---> 74314e7fbd2a 00:52:39 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:52:39 Removing intermediate container 691d483e05ba 00:52:39 ---> 26d429378488 00:52:39 00:52:39 Step 10/22 : FROM scratch 00:52:39 ---> 00:52:39 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:52:39 ---> Using cache 00:52:39 ---> 3a87da02c1c9 00:52:39 Step 12/22 : ENV APP_PORT=48081 00:52:39 ---> Running in 158e81a0c0c1 00:52:40 ---> 9cbf9bb26650 00:52:40 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:52:40 ---> Running in bedb6db7f9ff 00:52:40 Removing intermediate container 158e81a0c0c1 00:52:40 ---> e098ea1d3028 00:52:40 Step 13/22 : EXPOSE $APP_PORT 00:52:40 ---> Running in c57ad7651180 00:52:41 Removing intermediate container c57ad7651180 00:52:41 ---> e9e7964b78ed 00:52:41 Step 14/22 : WORKDIR / 00:52:41 ---> Running in dc9ce841ad38 00:52:41 Removing intermediate container dc9ce841ad38 00:52:41 ---> 7554b9a18f63 00:52:41 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:52:41 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:42 ---> 27a81c0c13a8 00:52:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:52:42 Collecting urllib3<1.25,>=1.21.1 00:52:42 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:52:43 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:43 Removing intermediate container bedb6db7f9ff 00:52:43 ---> 636783ef5158 00:52:43 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 00:52:43 ---> Running in 4696da3aaa46 00:52:43 Collecting idna<2.8,>=2.5 00:52:43 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:52:43 ---> 8098531e9922 00:52:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:52:43 Collecting docker-pycreds>=0.4.0 00:52:43 Removing intermediate container 4696da3aaa46 00:52:43 ---> bebda669a428 00:52:43 Step 24/26 : LABEL arch=arm64 00:52:43 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:52:44 ---> Running in 93f680523ab1 00:52:44 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:52:44 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:52:44 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:52:44 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:52:44 Removing intermediate container 93f680523ab1 00:52:44 ---> 01d6efa985a0 00:52:44 Step 25/26 : LABEL git_sha=a41dc3bd421d8072c9879f3bb7df204ca651f719 00:52:44 ---> Running in a4cc1da953d0 00:52:44 ---> 3e30696f9178 00:52:44 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:52:45 ---> Running in d07dabd058e1 00:52:45 Removing intermediate container a4cc1da953d0 00:52:45 ---> 6c35f3d54441 00:52:45 Step 26/26 : LABEL version=0.0.0 00:52:45 ---> Running in e39645c3bc62 00:52:45 Removing intermediate container d07dabd058e1 00:52:45 ---> cfbc3a792c5f 00:52:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:45 ---> Running in 91030b266328 00:52:45 Installing collected packages: cached-property, docopt, jsonschema, PyYAML, urllib3, idna, requests, docker-pycreds, websocket-client, docker, texttable, dockerpty, docker-compose 00:52:45 Removing intermediate container e39645c3bc62 00:52:45 ---> c92f745161b0 00:52:45 00:52:45 Running setup.py install for docopt: started 00:52:46 Successfully built c92f745161b0 00:52:46 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:52:46  Building docker-security-secretstore-setup-go ... done Removing intermediate container 91030b266328 00:52:46 ---> f06cc664f6f1 00:52:46 Step 20/22 : LABEL arch=arm64 00:52:46 ---> Running in a2ccb6cf3e94 00:52:47 Removing intermediate container a2ccb6cf3e94 00:52:47 ---> a36a099f32bd 00:52:47 Step 21/22 : LABEL git_sha=a41dc3bd421d8072c9879f3bb7df204ca651f719 00:52:47 ---> Running in d9901b77586b 00:52:47 Removing intermediate container d9901b77586b 00:52:47 ---> 26f66f4bf26e 00:52:47 Step 22/22 : LABEL version=0.0.0 00:52:47 ---> Running in 119b86079ae3 00:52:48 Removing intermediate container 119b86079ae3 00:52:48 ---> a65b2cf7c12d 00:52:48 00:52:48 Running setup.py install for docopt: finished with status 'done' 00:52:49 Successfully built a65b2cf7c12d 00:52:49 Successfully tagged docker-core-metadata-go-arm64:latest 00:52:49  Building docker-core-metadata-go ... done  Running setup.py install for PyYAML: started 00:52:52 Running setup.py install for PyYAML: finished with status 'done' 00:52:52 Attempting uninstall: urllib3 00:52:52 Found existing installation: urllib3 1.25.9 00:52:52 Uninstalling urllib3-1.25.9: 00:52:52 Successfully uninstalled urllib3-1.25.9 00:52:53 Attempting uninstall: idna 00:52:53 Found existing installation: idna 2.9 00:52:53 Uninstalling idna-2.9: 00:52:53 Successfully uninstalled idna-2.9 00:52:54 Attempting uninstall: requests 00:52:54 Found existing installation: requests 2.23.0 00:52:54 Uninstalling requests-2.23.0: 00:52:54 Successfully uninstalled requests-2.23.0 00:52:56 Running setup.py install for texttable: started 00:52:59 Running setup.py install for texttable: finished with status 'done' 00:52:59 Running setup.py install for dockerpty: started 00:53:02 Running setup.py install for dockerpty: finished with status 'done' 00:53:03 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:53:07 Removing intermediate container 6ea12736423e 00:53:07 ---> c8d4295d1de6 00:53:07 Step 22/27 : RUN apk --no-cache add curl 00:53:07 ---> Running in d59f3fe04047 00:53:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:09 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:53:09 (2/3) Installing libcurl (7.69.1-r1) 00:53:09 (3/3) Installing curl (7.69.1-r1) 00:53:09 Executing busybox-1.31.1-r16.trigger 00:53:10 OK: 71 MiB in 58 packages 00:53:11 Removing intermediate container d59f3fe04047 00:53:11 ---> cd5b8687aea9 00:53:11 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:53:11 ---> Running in f83c31206a22 00:53:11 Removing intermediate container f83c31206a22 00:53:11 ---> bb9bc0457153 00:53:11 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:12 ---> Running in 2e84e090f0e7 00:53:12 Removing intermediate container 2e84e090f0e7 00:53:12 ---> 30a9d12d396b 00:53:12 Step 25/27 : LABEL arch=arm64 00:53:12 ---> Running in 04c6eaea5b53 00:53:13 Removing intermediate container 04c6eaea5b53 00:53:13 ---> d8743840702a 00:53:13 Step 26/27 : LABEL git_sha=a41dc3bd421d8072c9879f3bb7df204ca651f719 00:53:13 ---> Running in a7a2ae49f1bc 00:53:13 Removing intermediate container a7a2ae49f1bc 00:53:13 ---> b647fef595ab 00:53:13 Step 27/27 : LABEL version=0.0.0 00:53:13 ---> Running in c700ac7bcd88 00:53:14 Removing intermediate container c700ac7bcd88 00:53:14 ---> efe88331b020 00:53:14 00:53:15 Successfully built efe88331b020 00:53:15 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:53:15  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:53:15 $ docker stop --time=1 c68d3ba0eb2d025cd3b58795346ecaab69c64391f8caeaef0c75100ecd76ea97 00:53:17 $ docker rm -f c68d3ba0eb2d025cd3b58795346ecaab69c64391f8caeaef0c75100ecd76ea97 [Pipeline] // withDockerContainer [Pipeline] sh 00:53:17 + + docker images 00:53:17 grep docker 00:53:18 docker-sys-mgmt-agent-go-arm64 latest efe88331b020 4 seconds ago 270MB 00:53:18 docker-core-metadata-go-arm64 latest a65b2cf7c12d 30 seconds ago 13.3MB 00:53:18 docker-security-secretstore-setup-go-arm64 latest c92f745161b0 33 seconds ago 30.8MB 00:53:18 docker-support-scheduler-go-arm64 latest 3232a58b78db 41 seconds ago 11.5MB 00:53:18 docker-core-data-go-arm64 latest 0e5dc0f45f04 2 minutes ago 22.2MB 00:53:18 docker-support-notifications-go-arm64 latest dfe44cec7057 5 minutes ago 12.9MB 00:53:18 docker-security-secrets-setup-go-arm64 latest b5ef0a7f1f70 5 minutes ago 22.7MB 00:53:18 docker-core-command-go-arm64 latest e6ae80f89e9d 5 minutes ago 11.4MB 00:53:18 docker-support-logging-go-arm64 latest 22c4d856e074 5 minutes ago 10.6MB 00:53:18 docker-security-proxy-setup-go-arm64 latest 6b61ca99c42c 5 minutes ago 15.1MB 00:53:18 docker latest 45884bde0078 3 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:53:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:53:22 ---> package-listing.sh 00:53:22 ++ facter osfamily 00:53:22 ++ tr '[:upper:]' '[:lower:]' 00:53:22 + OS_FAMILY=redhat 00:53:22 + workspace=/w/workspace/edgex-go/2 00:53:22 + START_PACKAGES=/tmp/packages_start.txt 00:53:22 + END_PACKAGES=/tmp/packages_end.txt 00:53:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:53:22 + PACKAGES=/tmp/packages_start.txt 00:53:22 + '[' /w/workspace/edgex-go/2 ']' 00:53:22 + PACKAGES=/tmp/packages_end.txt 00:53:22 + case "${OS_FAMILY}" in 00:53:22 + rpm -qa 00:53:22 + sort 00:53:26 + '[' -f /tmp/packages_start.txt ']' 00:53:26 + '[' -f /tmp/packages_end.txt ']' 00:53:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:53:26 + '[' /w/workspace/edgex-go/2 ']' 00:53:26 + mkdir -p /w/workspace/edgex-go/2/archives/ 00:53:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:53:26 provisioning config files... 00:53:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config9009338477977976tmp [Pipeline] { [Pipeline] echo 00:53:27 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:53:27 ---> create-netrc.sh [Pipeline] } 00:53:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:53:27 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:53:27 ---> python-tools-install.sh 00:53:27 Generating Requirements File 00:54:49 Python 3.6.8 00:54:49 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 00:54:49 appdirs==1.4.3 00:54:49 argcomplete==1.12.1 00:54:49 aspy.yaml==1.3.0 00:54:49 attrs==19.3.0 00:54:49 Babel==2.8.0 00:54:49 beautifulsoup4==4.8.2 00:54:49 boto3==1.11.6 00:54:49 botocore==1.14.6 00:54:49 bs4==0.0.1 00:54:49 cachetools==4.1.1 00:54:49 certifi==2019.11.28 00:54:49 cffi==1.14.3 00:54:49 cfgv==2.0.1 00:54:49 chardet==3.0.4 00:54:49 click==7.1 00:54:49 cliff==3.4.0 00:54:49 cmd2==1.3.11 00:54:49 colorama==0.4.3 00:54:49 cryptography==3.1.1 00:54:49 debtcollector==2.2.0 00:54:49 decorator==4.4.2 00:54:49 defusedxml==0.6.0 00:54:49 Deprecated==1.2.7 00:54:49 distlib==0.3.1 00:54:49 distro==1.2.0 00:54:49 dnspython==1.16.0 00:54:49 docker==4.2.0 00:54:49 docutils==0.15.2 00:54:49 dogpile.cache==1.0.2 00:54:49 email-validator==1.0.5 00:54:49 filelock==3.0.12 00:54:49 future==0.18.2 00:54:49 google-auth==1.22.1 00:54:49 httplib2==0.17.0 00:54:49 identify==1.4.11 00:54:49 idna==2.9 00:54:49 importlib-metadata==1.7.0 00:54:49 importlib-resources==1.5.0 00:54:49 iso8601==0.1.13 00:54:49 Jinja2==2.11.1 00:54:49 jmespath==0.10.0 00:54:49 jsonpatch==1.26 00:54:49 jsonpointer==2.0 00:54:49 jsonschema==3.2.0 00:54:49 keystoneauth1==4.2.1 00:54:49 kubernetes==11.0.0 00:54:49 lftools==0.34.2 00:54:49 lxml==4.5.0 00:54:49 MarkupSafe==0.23 00:54:49 msgpack==1.0.0 00:54:49 multi-key-dict==2.0.3 00:54:49 munch==2.5.0 00:54:49 netaddr==0.8.0 00:54:49 netifaces==0.10.9 00:54:49 niet==1.4.2 00:54:49 nodeenv==1.3.5 00:54:49 oauth2client==4.1.3 00:54:49 oauthlib==3.1.0 00:54:49 openstacksdk==0.50.0 00:54:49 os-client-config==2.1.0 00:54:49 os-service-types==1.7.0 00:54:49 osc-lib==2.2.1 00:54:49 oslo.config==8.3.2 00:54:49 oslo.context==3.1.1 00:54:49 oslo.i18n==5.0.1 00:54:49 oslo.log==4.4.0 00:54:49 oslo.serialization==4.0.1 00:54:49 oslo.utils==4.6.0 00:54:49 packaging==20.4 00:54:49 pbr==5.4.4 00:54:49 pluggy==0.13.1 00:54:49 prettytable==0.7.2 00:54:49 py==1.9.0 00:54:49 pyasn1==0.4.8 00:54:49 pyasn1-modules==0.2.8 00:54:49 pycparser==2.20 00:54:49 pygerrit2==2.0.10 00:54:49 PyGithub==1.46 00:54:49 pyinotify==0.9.6 00:54:49 PyJWT==1.7.1 00:54:49 pyparsing==2.4.7 00:54:49 pyperclip==1.8.0 00:54:49 pyroute2==0.4.13 00:54:49 pyrsistent==0.15.7 00:54:49 PySocks==1.6.8 00:54:49 python-cinderclient==7.2.0 00:54:49 python-dateutil==2.8.1 00:54:49 python-heatclient==2.2.1 00:54:49 python-jenkins==1.7.0 00:54:49 python-keystoneclient==4.1.1 00:54:49 python-magnumclient==3.2.1 00:54:49 python-novaclient==17.2.1 00:54:49 python-openstackclient==5.4.0 00:54:49 python-swiftclient==3.10.1 00:54:49 pytz==2020.1 00:54:49 PyYAML==5.3 00:54:49 requests==2.23.0 00:54:49 requests-oauthlib==1.3.0 00:54:49 requestsexceptions==1.4.0 00:54:49 rfc3986==1.4.0 00:54:49 rpm==4.11.3 00:54:49 rsa==4.0 00:54:49 ruamel.yaml==0.16.10 00:54:49 ruamel.yaml.clib==0.2.0 00:54:49 s3transfer==0.3.3 00:54:49 shade==1.27.2 00:54:49 simplejson==3.17.2 00:54:49 six==1.14.0 00:54:49 soupsieve==2.0 00:54:49 stevedore==3.2.2 00:54:49 tabulate==0.8.6 00:54:49 toml==0.10.0 00:54:49 tox==3.20.0 00:54:49 tqdm==4.43.0 00:54:49 urllib3==1.25.8 00:54:49 virtualenv==20.0.33 00:54:49 wcwidth==0.2.5 00:54:49 websocket-client==0.57.0 00:54:49 wrapt==1.12.1 00:54:49 xdg==3.0.2 00:54:49 xmltodict==0.12.0 00:54:49 yq==2.11.1 00:54:49 zipp==3.3.0 00:54:50 Cache entry deserialization failed, entry ignored 00:54:53 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 00:54:55 Python 2.7.5 00:54:56 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 00:54:56 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 00:54:56 ansible==2.9.7 00:54:56 Babel==0.9.6 00:54:56 backports.ssl-match-hostname==3.5.0.1 00:54:56 beautifulsoup4==4.4.1 00:54:56 bodhi==2.11.0 00:54:56 bodhi-client==2.11.0 00:54:56 CCColUtils==1.4 00:54:56 cffi==1.6.0 00:54:56 chardet==2.2.1 00:54:56 click==6.7 00:54:56 cloud-init==18.5 00:54:56 configobj==4.7.2 00:54:56 cryptography==1.7.2 00:54:56 decorator==3.4.0 00:54:56 distro==1.2.0 00:54:56 enum34==1.0.4 00:54:56 fedpkg==1.38 00:54:56 futures==3.1.1 00:54:56 gitdb==0.6.4 00:54:56 GitPython==1.0.1 00:54:56 html5lib==0.999 00:54:56 httplib2==0.9.2 00:54:56 idna==2.4 00:54:56 iniparse==0.4 00:54:56 ipaddress==1.0.16 00:54:56 IPy==0.75 00:54:56 javapackages==1.0.0 00:54:56 Jinja2==2.7.2 00:54:56 jmespath==0.9.4 00:54:56 jsonpatch==1.2 00:54:56 jsonpointer==1.9 00:54:56 kerberos==1.1 00:54:56 kitchen==1.1.1 00:54:56 langtable==0.0.31 00:54:56 lockfile==0.9.1 00:54:56 lxml==3.2.1 00:54:56 MarkupSafe==0.11 00:54:56 munch==2.0.2 00:54:56 offtrac==0.1.0 00:54:56 openidc-client==0.6.0 00:54:56 packagedb-cli==2.14.1 00:54:56 paramiko==2.1.1 00:54:56 perf==0.1 00:54:56 ply==3.4 00:54:56 policycoreutils-default-encoding==0.1 00:54:56 prettytable==0.7.2 00:54:56 pyasn1==0.1.9 00:54:56 pycparser==2.14 00:54:56 pycurl==7.19.0 00:54:56 pygobject==3.22.0 00:54:56 pygpgme==0.3 00:54:56 pyliblzma==0.5.3 00:54:56 pyOpenSSL==0.13.1 00:54:56 pyparsing==1.5.6 00:54:56 pyserial==2.6 00:54:56 python-augeas==0.5.0 00:54:56 python-bugzilla==2.3.0 00:54:56 python-dateutil==1.5 00:54:56 python-fedora==0.10.0 00:54:56 python-linux-procfs==0.4.9 00:54:56 python-yubico==1.2.3 00:54:56 pyudev==0.15 00:54:56 pyusb==1.0.0b1 00:54:56 pyxattr==0.5.1 00:54:56 PyYAML==3.10 00:54:56 requests==2.6.0 00:54:56 requests-kerberos==0.7.0 00:54:56 rpkg==1.60 00:54:56 schedutils==0.4 00:54:56 seobject==0.1 00:54:56 sepolicy==1.1 00:54:56 six==1.9.0 00:54:56 smmap==0.9.0 00:54:56 urlgrabber==3.10 00:54:56 urllib3==1.10.2 00:54:56 virtualenv==15.1.0 00:54:56 yum-langpacks==0.4.2 00:54:56 yum-metadata-parser==1.1.4 [Pipeline] echo 00:54:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:54:57 ---> sudo-logs.sh 00:54:57 Archiving 'sudo' log.. [Pipeline] echo 00:54:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:54:57 ---> job-cost.sh 00:54:57 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-epiL 00:55:07 Cache entry deserialization failed, entry ignored 00:55:07 Cache entry deserialization failed, entry ignored 00:55:08 Cache entry deserialization failed, entry ignored 00:55:09 Cache entry deserialization failed, entry ignored 00:55:09 Cache entry deserialization failed, entry ignored 00:55:09 Cache entry deserialization failed, entry ignored 00:55:09 Cache entry deserialization failed, entry ignored 00:55:09 Cache entry deserialization failed, entry ignored 00:55:09 Cache entry deserialization failed, entry ignored 00:55:09 Cache entry deserialization failed, entry ignored 00:55:09 Cache entry deserialization failed, entry ignored 00:55:09 Cache entry deserialization failed, entry ignored 00:55:14 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:55:46 lf-activate-venv(): INFO: Adding /tmp/venv-epiL/bin to PATH 00:55:46 INFO: No Stack... 00:55:46 INFO: Retrieving Pricing Info for: v1-standard-2 00:55:46 INFO: Archiving Costs [Pipeline] echo 00:55:46 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:55:48 ---> logs-deploy.sh 00:55:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2768/2 00:55:48 INFO: archiving workspace using pattern(s): 00:55:49 Archives upload complete. 00:55:49 INFO: archiving logs to Nexus