Pull request #2836 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from b26f68437dc89c641ae0c1f835b967d10b6adbe1+276039d959642f82e27682464d1409e0b052ceab (df7cf3d0e9be0b0eb3ab092b54c316da31501690) 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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-8147 in /w/workspace/edgexfoundry_edgex-go_PR-2836 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 276039d959642f82e27682464d1409e0b052ceab into PR head commit b26f68437dc89c641ae0c1f835b967d10b6adbe1 Merge succeeded, producing b26f68437dc89c641ae0c1f835b967d10b6adbe1 Checking out Revision b26f68437dc89c641ae0c1f835b967d10b6adbe1 (PR-2836) > 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/2836/head:refs/remotes/origin/PR-2836 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b26f68437dc89c641ae0c1f835b967d10b6adbe1 # 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 276039d959642f82e27682464d1409e0b052ceab # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b26f68437dc89c641ae0c1f835b967d10b6adbe1 # timeout=10 Commit message: "feat(data): Implement Core Data DELETE /event/id/{id} V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:02:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:02:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:02:44 ========================================================= 04:02:44 EdgeX Global Pipelines Version Info 04:02:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 85791734736a62f71a2644aaf4328537411fd677 # timeout=10 04:02:46 ------------------- 04:02:46 stable info: 04:02:46 ------------------- 04:02:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:02:46 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 04:02:46 Message: update stable to v1.0.144 04:02:47 ------------------- 04:02:47 experimental info: 04:02:47 ------------------- 04:02:47 Commited By: **** collab-it+edgex@linuxfoundation.org 04:02:47 Commit SHA: 621c85e0770955ed183ee9564161f3cbfe69c868 04:02:47 Message: update experimental to v1.0.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:02:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 04:02:47 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 04:02:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:02:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:02:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:02:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 04:02:48 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 04:02:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 04:02:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 04:02:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 04:02:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:02:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:02:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:02:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:02:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:02:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:02:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:02:49 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:02:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:02:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 04:02:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 04:02:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2836 [Pipeline] echo 04:02:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2836 [Pipeline] echo 04:02:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2836 [Pipeline] echo 04:02:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b26f68437dc89c641ae0c1f835b967d10b6adbe1 [Pipeline] echo 04:02:50 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b26f684 [Pipeline] echo 04:02:50 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 04:02:50 ++ 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 04:02:50 + for file in '`ls cmd/**/Dockerfile`' 04:02:50 ++ dirname cmd/core-command/Dockerfile 04:02:50 ++ cut -d/ -f2 04:02:50 + echo core-command,cmd/core-command/Dockerfile 04:02:50 + for file in '`ls cmd/**/Dockerfile`' 04:02:50 ++ dirname cmd/core-data/Dockerfile 04:02:50 ++ cut -d/ -f2 04:02:50 + echo core-data,cmd/core-data/Dockerfile 04:02:50 + for file in '`ls cmd/**/Dockerfile`' 04:02:50 ++ dirname cmd/core-metadata/Dockerfile 04:02:50 ++ cut -d/ -f2 04:02:50 + echo core-metadata,cmd/core-metadata/Dockerfile 04:02:50 + for file in '`ls cmd/**/Dockerfile`' 04:02:50 ++ dirname cmd/security-proxy-setup/Dockerfile 04:02:50 ++ cut -d/ -f2 04:02:50 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:02:50 + for file in '`ls cmd/**/Dockerfile`' 04:02:50 ++ dirname cmd/security-secrets-setup/Dockerfile 04:02:50 ++ cut -d/ -f2 04:02:50 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:02:50 + for file in '`ls cmd/**/Dockerfile`' 04:02:50 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:02:50 ++ cut -d/ -f2 04:02:50 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:02:50 + for file in '`ls cmd/**/Dockerfile`' 04:02:50 ++ dirname cmd/support-logging/Dockerfile 04:02:50 ++ cut -d/ -f2 04:02:50 + echo support-logging,cmd/support-logging/Dockerfile 04:02:50 + for file in '`ls cmd/**/Dockerfile`' 04:02:50 ++ dirname cmd/support-notifications/Dockerfile 04:02:50 ++ cut -d/ -f2 04:02:50 + echo support-notifications,cmd/support-notifications/Dockerfile 04:02:50 + for file in '`ls cmd/**/Dockerfile`' 04:02:50 ++ dirname cmd/support-scheduler/Dockerfile 04:02:50 ++ cut -d/ -f2 04:02:50 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:02:50 + for file in '`ls cmd/**/Dockerfile`' 04:02:50 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:02:50 ++ cut -d/ -f2 04:02:50 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:02:50 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 04:02:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:02:52 04:02:52 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:02:52 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:02:52 latest: Pulling from edgex-devops/git-semver 04:02:52 31603596830f: Pulling fs layer 04:02:52 2a8b12db71e7: Pulling fs layer 04:02:52 6ca5941a6612: Pulling fs layer 04:02:52 ecc8261a40a4: Pulling fs layer 04:02:52 ecc8261a40a4: Waiting 04:02:52 2a8b12db71e7: Verifying Checksum 04:02:52 2a8b12db71e7: Download complete 04:02:53 31603596830f: Download complete 04:02:53 6ca5941a6612: Verifying Checksum 04:02:53 6ca5941a6612: Download complete 04:02:53 ecc8261a40a4: Verifying Checksum 04:02:53 ecc8261a40a4: Download complete 04:02:53 31603596830f: Pull complete 04:02:53 2a8b12db71e7: Pull complete 04:02:54 6ca5941a6612: Pull complete 04:02:54 ecc8261a40a4: Pull complete 04:02:54 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:02:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:02:54 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:02:54 prd-centos7-docker-4c-2g-8147 does not seem to be running inside a container 04:02:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:10004/edgex-devops/git-semver:latest cat 04:02:57 $ docker top 53b8497436121725efdac2a90435ba39bbe7281455c9974f867a80eae129dfea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:02:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:02:57 [ssh-agent] Looking for ssh-agent implementation... 04:02:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:02:57 $ docker exec 53b8497436121725efdac2a90435ba39bbe7281455c9974f867a80eae129dfea ssh-agent 04:02:58 SSH_AUTH_SOCK=/tmp/ssh-umIVfELe2Rs6/agent.11 04:02:58 SSH_AGENT_PID=17 04:02:58 Running ssh-add (command line suppressed) 04:02:58 Identity added: /w/workspace/edgex-go/4@tmp/private_key_2973911456468583113.key (/w/workspace/edgex-go/4@tmp/private_key_2973911456468583113.key) 04:02:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:02:58 + git tag --points-at HEAD [Pipeline] } 04:02:58 $ docker exec --env ******** --env ******** 53b8497436121725efdac2a90435ba39bbe7281455c9974f867a80eae129dfea ssh-agent -k 04:02:58 unset SSH_AUTH_SOCK; 04:02:58 unset SSH_AGENT_PID; 04:02:58 echo Agent pid 17 killed; 04:02:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:02:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:02:58 [ssh-agent] Looking for ssh-agent implementation... 04:02:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:02:59 $ docker exec 53b8497436121725efdac2a90435ba39bbe7281455c9974f867a80eae129dfea ssh-agent 04:02:59 SSH_AUTH_SOCK=/tmp/ssh-yP2vqUkU08IE/agent.47 04:02:59 SSH_AGENT_PID=52 04:02:59 Running ssh-add (command line suppressed) 04:02:59 Identity added: /w/workspace/edgex-go/4@tmp/private_key_1435720631756732432.key (/w/workspace/edgex-go/4@tmp/private_key_1435720631756732432.key) 04:02:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:02:59 + git semver init 04:02:59 # -> Open(): unable to determine branch for HEAD 04:02:59 # $GIT_DIR = /w/workspace/edgex-go/4/.git 04:02:59 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 04:02:59 # $SEMVER_REMOTE_NAME = origin 04:02:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:02:59 # $SEMVER_USER_NAME = edgex-jenkins 04:02:59 # $SEMVER_BRANCH = PR-2836 04:02:59 # $SEMVER_TEMP = /tmp/semver-383449109 04:02:59 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:03:31 # '/tmp/semver-383449109' -> '/w/workspace/edgex-go/4/.semver' 04:03:31 # -> Force: false 04:03:31 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 04:03:31 $ docker exec --env ******** --env ******** 53b8497436121725efdac2a90435ba39bbe7281455c9974f867a80eae129dfea ssh-agent -k 04:03:32 unset SSH_AUTH_SOCK; 04:03:32 unset SSH_AGENT_PID; 04:03:32 echo Agent pid 52 killed; 04:03:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:03:32 + git semver [Pipeline] } 04:03:32 $ docker stop --time=1 53b8497436121725efdac2a90435ba39bbe7281455c9974f867a80eae129dfea 04:03:34 $ docker rm -f 53b8497436121725efdac2a90435ba39bbe7281455c9974f867a80eae129dfea [Pipeline] // withDockerContainer [Pipeline] sh 04:03:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:03:35 Stashed 1 file(s) [Pipeline] echo 04:03:35 [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 04:03:36 ========================================================= 04:03:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 04:03:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:03:36 + 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 . 04:03:39 Sending build context to Docker daemon 325.5MB 04:03:39 Step 1/7 : ARG BASE=golang:1.15-alpine 04:03:39 Step 2/7 : FROM ${BASE} 04:03:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 04:03:39 df20fa9351a1: Pulling fs layer 04:03:39 ed8968b2872e: Pulling fs layer 04:03:39 a92cc7c5fd73: Pulling fs layer 04:03:39 e871e8e8d7a9: Pulling fs layer 04:03:39 e73272ec9a57: Pulling fs layer 04:03:39 1e910a182e73: Pulling fs layer 04:03:39 4e634b169226: Pulling fs layer 04:03:39 e871e8e8d7a9: Waiting 04:03:39 e73272ec9a57: Waiting 04:03:39 1e910a182e73: Waiting 04:03:39 4e634b169226: Waiting 04:03:39 a92cc7c5fd73: Verifying Checksum 04:03:39 a92cc7c5fd73: Download complete 04:03:39 ed8968b2872e: Download complete 04:03:39 e73272ec9a57: Verifying Checksum 04:03:39 e73272ec9a57: Download complete 04:03:39 1e910a182e73: Verifying Checksum 04:03:39 1e910a182e73: Download complete 04:03:39 df20fa9351a1: Verifying Checksum 04:03:39 df20fa9351a1: Download complete 04:03:40 df20fa9351a1: Pull complete 04:03:40 ed8968b2872e: Pull complete 04:03:40 a92cc7c5fd73: Pull complete 04:03:44 4e634b169226: Verifying Checksum 04:03:44 4e634b169226: Download complete 04:03:44 e871e8e8d7a9: Verifying Checksum 04:03:44 e871e8e8d7a9: Download complete 04:03:50 e871e8e8d7a9: Pull complete 04:03:50 e73272ec9a57: Pull complete 04:03:50 1e910a182e73: Pull complete 04:03:50 Still waiting to schedule task 04:03:50 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:03:55 4e634b169226: Pull complete 04:03:55 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 04:03:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 04:03:55 ---> f7629b54cfaa 04:03:55 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 04:03:55 ---> Running in 81554bc65040 04:03:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:03:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:03:57 (1/12) Installing libmagic (5.38-r0) 04:03:57 (2/12) Installing file (5.38-r0) 04:03:57 (3/12) Installing libc-dev (0.7.2-r3) 04:03:57 (4/12) Installing g++ (9.3.0-r2) 04:04:01 (5/12) Installing fortify-headers (1.1-r0) 04:04:01 (6/12) Installing patch (2.7.6-r6) 04:04:01 (7/12) Installing build-base (0.5-r2) 04:04:01 (8/12) Installing libsodium (1.0.18-r0) 04:04:01 (9/12) Installing pkgconf (1.7.2-r0) 04:04:01 (10/12) Installing libsodium-dev (1.0.18-r0) 04:04:01 (11/12) Installing libzmq (4.3.3-r0) 04:04:01 (12/12) Installing zeromq-dev (4.3.3-r0) 04:04:01 Executing busybox-1.31.1-r16.trigger 04:04:01 OK: 233 MiB in 51 packages 04:04:05 Removing intermediate container 81554bc65040 04:04:05 ---> 5546b8dae32d 04:04:05 Step 4/7 : WORKDIR /edgex-go 04:04:05 ---> Running in 18a76ba23f3d 04:04:05 Removing intermediate container 18a76ba23f3d 04:04:05 ---> 4d1b75f3ad27 04:04:05 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:04:06 latest: Pulling from library/docker 04:04:06 188c0c94c7c5: Pulling fs layer 04:04:06 0c7c675703d6: Pulling fs layer 04:04:06 cc8c12a437cb: Pulling fs layer 04:04:06 c5dafad2182a: Pulling fs layer 04:04:06 5aa711733414: Pulling fs layer 04:04:06 058f73b55e4b: Pulling fs layer 04:04:06 8c9c664faf12: Pulling fs layer 04:04:06 5aa711733414: Waiting 04:04:06 058f73b55e4b: Waiting 04:04:06 8c9c664faf12: Waiting 04:04:06 c5dafad2182a: Waiting 04:04:06 cc8c12a437cb: Download complete 04:04:06 0c7c675703d6: Verifying Checksum 04:04:06 0c7c675703d6: Download complete 04:04:06 188c0c94c7c5: Verifying Checksum 04:04:06 188c0c94c7c5: Download complete 04:04:06 5aa711733414: Verifying Checksum 04:04:06 5aa711733414: Download complete 04:04:06 058f73b55e4b: Verifying Checksum 04:04:06 058f73b55e4b: Download complete 04:04:06 8c9c664faf12: Verifying Checksum 04:04:06 8c9c664faf12: Download complete 04:04:06 188c0c94c7c5: Pull complete 04:04:07 0c7c675703d6: Pull complete 04:04:07 cc8c12a437cb: Pull complete 04:04:07 c5dafad2182a: Verifying Checksum 04:04:07 c5dafad2182a: Download complete 04:04:10 c5dafad2182a: Pull complete 04:04:10 5aa711733414: Pull complete 04:04:10 058f73b55e4b: Pull complete 04:04:10 8c9c664faf12: Pull complete 04:04:10 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 04:04:10 Status: Downloaded newer image for docker:latest 04:04:12 ---> b74653e4a5f4 04:04:12 Step 6/7 : COPY go.mod . 04:04:12 ---> 28d6b2568c41 04:04:12 Step 7/7 : RUN go mod download 04:04:12 ---> Running in 9fa0b1826ad2 04:04:34 Removing intermediate container 9fa0b1826ad2 04:04:34 ---> e2095b5f2270 04:04:34 Successfully built e2095b5f2270 04:04:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:04:35 + docker inspect -f . ci-base-image-x86_64 04:04:35 . [Pipeline] withDockerContainer 04:04:35 prd-centos7-docker-4c-2g-8147 does not seem to be running inside a container 04:04:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:04:36 $ docker top 870e5e4f7bec4ec67a4e9c7341ed7af93ed5bc08efbe4795329b530ded62ad98 -eo pid,comm [Pipeline] { [Pipeline] sh 04:04:36 + go version 04:04:36 go version go1.15.2 linux/amd64 [Pipeline] } 04:04:36 $ docker stop --time=1 870e5e4f7bec4ec67a4e9c7341ed7af93ed5bc08efbe4795329b530ded62ad98 04:04:38 $ docker rm -f 870e5e4f7bec4ec67a4e9c7341ed7af93ed5bc08efbe4795329b530ded62ad98 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:04:38 + docker inspect -f . ci-base-image-x86_64 04:04:38 . [Pipeline] withDockerContainer 04:04:38 prd-centos7-docker-4c-2g-8147 does not seem to be running inside a container 04:04:38 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:04:39 $ docker top d6f32e3c3725ea71307f1266b416619d094d68b976c79f1aebdadc1f50dfb143 -eo pid,comm [Pipeline] { [Pipeline] echo 04:04:39 ========================================================= 04:04:39 [edgeXBuildGoParallel] Running Tests and Build... 04:04:39 ========================================================= [Pipeline] sh 04:04:40 + make test 04:04:40 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:04:42 ? github.com/edgexfoundry/edgex-go [no test files] 04:04:52 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:04:58 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:04:58 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:04:58 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:04:58 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:04:59 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.023s 04:04:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:04:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:04:59 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:05:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:05:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:05:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:05:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:05:01 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:05:04 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.018s coverage: 46.6% of statements 04:05:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:05:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:05:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:05:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:05:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:05:08 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.059s coverage: 27.1% of statements 04:05:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:05:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:05:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:05:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:05:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:05:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:05:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.021s coverage: 100.0% of statements 04:05:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:05:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.027s coverage: 100.0% of statements 04:05:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:05:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:05:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.026s coverage: 80.3% of statements 04:05:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:05:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:05:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.024s coverage: 86.0% of statements 04:05:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:05:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:05:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 04:05:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:05:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.154s coverage: 28.6% of statements 04:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:05:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.013s coverage: 100.0% of statements 04:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:05:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.014s coverage: 100.0% of statements 04:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:05:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.020s coverage: 86.7% of statements 04:05:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:05:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.028s coverage: 97.5% of statements 04:05:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:05:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.020s coverage: 100.0% of statements 04:05:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:05:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 04:05:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 04:05:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 04:05:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.042s coverage: 96.3% of statements 04:05:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 04:05:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 04:05:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 04:05:11 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:05:11 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:05:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:05:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:05:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:05:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:05:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:05:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:05:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:05:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:05:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:05:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:05:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:05:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:05:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:05:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:05:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:05:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.067s coverage: 58.8% of statements 04:05:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:05:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 04:05:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.022s coverage: 0.0% of statements [no tests to run] 04:05:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 04:05:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 04:05:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.058s coverage: 63.5% of statements 04:05:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:05:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:05:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.014s coverage: 100.0% of statements 04:05:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.015s coverage: 91.3% of statements 04:05:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.004s coverage: 100.0% of statements 04:05:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.020s coverage: 73.7% of statements 04:05:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.019s coverage: 100.0% of statements 04:05:13 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.112s coverage: 55.9% of statements 04:05:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:05:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:05:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:05:13 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:05:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 1.538s coverage: 86.3% of statements 04:05:14 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:05:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.320s coverage: 72.2% of statements 04:05:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.111s coverage: 72.1% of statements 04:05:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.034s coverage: 82.4% of statements 04:05:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.035s coverage: 48.4% of statements 04:05:14 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:05:14 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:05:14 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:05:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.006s coverage: 28.8% of statements 04:05:14 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:05:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.033s coverage: 96.8% of statements 04:05:14 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:05:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.035s coverage: 36.5% of statements 04:05:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:05:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:05:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.085s coverage: 84.1% of statements 04:05:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.010s coverage: 100.0% of statements 04:05:15 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.006s coverage: 42.9% of statements 04:05:15 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:05:15 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:05:15 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.005s coverage: 100.0% of statements 04:05:15 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:05:16 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.041s coverage: 83.8% of statements 04:05:16 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:05:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.019s coverage: 47.1% of statements 04:05:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:05:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:05:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.014s coverage: 100.0% of statements 04:05:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:05:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:05:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:05:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.019s coverage: 100.0% of statements 04:05:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:05:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.009s coverage: 100.0% of statements 04:05:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:05:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.045s coverage: 29.1% of statements 04:05:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:05:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:05:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:05:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:05:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:05:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.025s coverage: 99.0% of statements 04:05:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:05:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.016s coverage: 100.0% of statements 04:05:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:05:19 ok github.com/edgexfoundry/edgex-go/internal/system 0.004s coverage: 0.0% of statements 04:05:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:05:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.008s coverage: 100.0% of statements 04:05:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:05:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:05:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:05:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:05:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.015s coverage: 87.9% of statements 04:05:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:05:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:05:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.013s coverage: 100.0% of statements 04:05:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements 04:05:20 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 04:05:20 GO111MODULE=on go vet ./... 04:05:27 gofmt -l . 04:05:27 [ "`gofmt -l .`" = "" ] 04:05:28 ./bin/test-go-mod-tidy.sh 04:05:28 ./bin/test-attribution-txt.sh [Pipeline] sh 04:05:30 + ls -al . 04:05:30 total 616 04:05:30 drwxrwxr-x 10 1001 1001 4096 Oct 22 04:05 . 04:05:30 drwxr-xr-x 4 root root 28 Oct 22 04:04 .. 04:05:30 -rw-rw-r-- 1 1001 1001 11 Oct 22 04:02 .dockerignore 04:05:30 drwxrwxr-x 8 1001 1001 179 Oct 22 04:02 .git 04:05:30 drwxrwxr-x 3 1001 1001 125 Oct 22 04:02 .github 04:05:30 -rw-rw-r-- 1 1001 1001 932 Oct 22 04:02 .gitignore 04:05:30 drwx------ 3 1001 1001 47 Oct 22 04:03 .semver 04:05:30 -rw-rw-r-- 1 1001 1001 166 Oct 22 04:02 .sonarcloud.properties 04:05:30 -rw-rw-r-- 1 1001 1001 3804 Oct 22 04:02 CONTRIBUTING.md 04:05:30 -rw-rw-r-- 1 1001 1001 1035 Oct 22 04:02 Dockerfile.build 04:05:30 -rw-rw-r-- 1 1001 1001 863 Oct 22 04:02 Jenkinsfile 04:05:30 -rw-rw-r-- 1 1001 1001 10775 Oct 22 04:02 LICENSE 04:05:30 -rw-rw-r-- 1 1001 1001 6237 Oct 22 04:02 Makefile 04:05:30 -rw-rw-r-- 1 1001 1001 6447 Oct 22 04:02 README.md 04:05:30 -rw-rw-r-- 1 1001 1001 259 Oct 22 04:02 SECURITY.md 04:05:30 -rw-rw-r-- 1 1001 1001 5 Oct 22 04:03 VERSION 04:05:30 -rw-rw-r-- 1 1001 1001 4131 Oct 22 04:02 ZMQWindows.md 04:05:30 drwxrwxr-x 2 1001 1001 117 Oct 22 04:02 bin 04:05:30 drwxrwxr-x 15 1001 1001 4096 Oct 22 04:02 cmd 04:05:30 -rw-r--r-- 1 root root 523288 Oct 22 04:05 coverage.out 04:05:30 -rw-r--r-- 1 root root 1041 Oct 22 04:05 go.mod 04:05:30 -rw-r--r-- 1 root root 18775 Oct 22 04:05 go.sum 04:05:30 drwxrwxr-x 8 1001 1001 127 Oct 22 04:02 internal 04:05:30 drwxrwxr-x 4 1001 1001 26 Oct 22 04:02 openapi 04:05:30 drwxrwxr-x 4 1001 1001 71 Oct 22 04:02 snap 04:05:30 -rw-rw-r-- 1 1001 1001 168 Oct 22 04:02 version.go [Pipeline] sh 04:05:30 + '[' -e coverage.out ] 04:05:30 + chown 1001:1001 coverage.out [Pipeline] stash 04:05:31 Stashed 1 file(s) [Pipeline] sh 04:05:31 + make build 04:05:31 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 04:05:39 Running on prd-ubuntu18.04-docker-arm64-4c-16g-8149 in /w/workspace/edgexfoundry_edgex-go_PR-2836 [Pipeline] { [Pipeline] ws 04:05:39 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 04:05:39 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:05:44 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 04:05:44 using credential edgex-jenkins-ssh 04:05:44 Cloning the remote Git repository 04:05:44 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:05:44 > git init /w/workspace/edgex-go/4 # timeout=10 04:05:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:05:44 > git --version # timeout=10 04:05:44 > git --version # 'git version 2.17.1' 04:05:44 using GIT_SSH to set credentials SSH Credentials for GitHub 04:05:45 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 04:05:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:05: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 04:05:47 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 04:05:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:05:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:05:50 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 04:05:52 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 04:05: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 04:05:54 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 04:05:55 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] } 04:05:56 $ docker stop --time=1 d6f32e3c3725ea71307f1266b416619d094d68b976c79f1aebdadc1f50dfb143 04:05:57 $ docker rm -f d6f32e3c3725ea71307f1266b416619d094d68b976c79f1aebdadc1f50dfb143 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:06:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:06:01 04:06:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:06:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:06:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:06:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:06:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:06:01 using GIT_SSH to set credentials SSH Credentials for GitHub 04:06:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2836/head:refs/remotes/origin/PR-2836 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:06:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:06:01 latest: Pulling from edgex-devops/edgex-compose 04:06:01 cbdbe7a5bc2a: Pulling fs layer 04:06:01 ca9280d653b3: Pulling fs layer 04:06:01 7e9c9ca2126c: Pulling fs layer 04:06:02 cbdbe7a5bc2a: Verifying Checksum 04:06:02 cbdbe7a5bc2a: Download complete 04:06:02 cbdbe7a5bc2a: Pull complete 04:06:02 Merging remotes/origin/master commit 276039d959642f82e27682464d1409e0b052ceab into PR head commit b26f68437dc89c641ae0c1f835b967d10b6adbe1 04:06:03 ca9280d653b3: Verifying Checksum 04:06:03 ca9280d653b3: Download complete 04:06:03 Merge succeeded, producing b26f68437dc89c641ae0c1f835b967d10b6adbe1 04:06:03 Checking out Revision b26f68437dc89c641ae0c1f835b967d10b6adbe1 (PR-2836) 04:06:02 > git config core.sparsecheckout # timeout=10 04:06:02 > git checkout -f b26f68437dc89c641ae0c1f835b967d10b6adbe1 # timeout=10 04:06:03 > git remote # timeout=10 04:06:03 > git config --get remote.origin.url # timeout=10 04:06:03 using GIT_SSH to set credentials SSH Credentials for GitHub 04:06:03 > git merge 276039d959642f82e27682464d1409e0b052ceab # timeout=10 04:06:03 > git rev-parse HEAD^{commit} # timeout=10 04:06:03 > git config core.sparsecheckout # timeout=10 04:06:03 > git checkout -f b26f68437dc89c641ae0c1f835b967d10b6adbe1 # timeout=10 04:06:03 7e9c9ca2126c: Verifying Checksum 04:06:03 7e9c9ca2126c: Download complete 04:06:04 ca9280d653b3: Pull complete 04:06:07 Commit message: "feat(data): Implement Core Data DELETE /event/id/{id} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 04:06:08 ========================================================= 04:06:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 04:06:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:06:09 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 04:06:10 7e9c9ca2126c: Pull complete 04:06:10 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:06:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:06:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:06:11 prd-centos7-docker-4c-2g-8147 does not seem to be running inside a container 04:06:11 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:06:12 Sending build context to Docker daemon 165.1MB 04:06:12 Step 1/7 : ARG BASE=golang:1.15-alpine 04:06:12 Step 2/7 : FROM ${BASE} 04:06:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:06:12 b538f80385f9: Pulling fs layer 04:06:12 74f711af9a0d: Pulling fs layer 04:06:12 99f96fe45779: Pulling fs layer 04:06:12 8529a6b9a6be: Pulling fs layer 04:06:12 45590311c82a: Pulling fs layer 04:06:12 69ca0ff8b7b3: Pulling fs layer 04:06:12 209524e5b208: Pulling fs layer 04:06:12 8529a6b9a6be: Waiting 04:06:12 45590311c82a: Waiting 04:06:12 69ca0ff8b7b3: Waiting 04:06:12 209524e5b208: Waiting 04:06:12 99f96fe45779: Verifying Checksum 04:06:12 99f96fe45779: Download complete 04:06:12 74f711af9a0d: Verifying Checksum 04:06:12 45590311c82a: Verifying Checksum 04:06:12 45590311c82a: Download complete 04:06:12 69ca0ff8b7b3: Download complete 04:06:12 b538f80385f9: Download complete 04:06:13 b538f80385f9: Pull complete 04:06:14 74f711af9a0d: Pull complete 04:06:14 $ docker top 79f1993ddb4433364775d58b5661e25a038a71e8746b731ba84e897d0d768fab -eo pid,comm 04:06:14 99f96fe45779: Pull complete [Pipeline] { [Pipeline] sh 04:06:14 + docker-compose build --help 04:06:14 + grep parallel 04:06:15 209524e5b208: Verifying Checksum 04:06:15 --parallel Build images in parallel. [Pipeline] } 04:06:15 $ docker stop --time=1 79f1993ddb4433364775d58b5661e25a038a71e8746b731ba84e897d0d768fab 04:06:16 8529a6b9a6be: Verifying Checksum 04:06:16 8529a6b9a6be: Download complete 04:06:17 $ docker rm -f 79f1993ddb4433364775d58b5661e25a038a71e8746b731ba84e897d0d768fab [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:06:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:06:18 . [Pipeline] withDockerContainer 04:06:18 prd-centos7-docker-4c-2g-8147 does not seem to be running inside a container 04:06:18 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:06:19 $ docker top 0f80842a088e067a522c28e136fc6a2677bafd2c35a3d411fe9d7b4372042730 -eo pid,comm [Pipeline] { [Pipeline] sh 04:06:19 + docker-compose -f ./docker-compose-build.yml build --parallel 04:06:20 Building docker-core-command-go ... 04:06:20 Building docker-core-data-go ... 04:06:20 Building docker-core-metadata-go ... 04:06:20 Building docker-security-proxy-setup-go ... 04:06:20 Building docker-security-secrets-setup-go ... 04:06:20 Building docker-security-secretstore-setup-go ... 04:06:20 Building docker-support-logging-go ... 04:06:20 Building docker-support-notifications-go ... 04:06:20 Building docker-support-scheduler-go ... 04:06:20 Building docker-sys-mgmt-agent-go ... 04:06:20 Building docker-security-proxy-setup-go 04:06:20 Building docker-support-logging-go 04:06:20 Building docker-sys-mgmt-agent-go 04:06:20 Building docker-security-secretstore-setup-go 04:06:20 Building docker-core-data-go 04:06:26 8529a6b9a6be: Pull complete 04:06:26 45590311c82a: Pull complete 04:06:27 69ca0ff8b7b3: Pull complete 04:06:31 209524e5b208: Pull complete 04:06:31 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 04:06:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 04:06:31 ---> 5bddaf1c2fca 04:06:31 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 04:06:34 ---> Running in 381c19a1df77 04:06:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:06:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:06:37 (1/12) Installing libmagic (5.38-r0) 04:06:37 (2/12) Installing file (5.38-r0) 04:06:37 (3/12) Installing libc-dev (0.7.2-r3) 04:06:38 (4/12) Installing g++ (9.3.0-r2) 04:06:44 (5/12) Installing fortify-headers (1.1-r0) 04:06:44 (6/12) Installing patch (2.7.6-r6) 04:06:44 (7/12) Installing build-base (0.5-r2) 04:06:44 (8/12) Installing libsodium (1.0.18-r0) 04:06:44 (9/12) Installing pkgconf (1.7.2-r0) 04:06:45 (10/12) Installing libsodium-dev (1.0.18-r0) 04:06:45 (11/12) Installing libzmq (4.3.3-r0) 04:06:45 (12/12) Installing zeromq-dev (4.3.3-r0) 04:06:45 Executing busybox-1.31.1-r16.trigger 04:06:45 OK: 217 MiB in 51 packages 04:06:49 Removing intermediate container 381c19a1df77 04:06:49 ---> 387579c90978 04:06:49 Step 4/7 : WORKDIR /edgex-go 04:06:49 ---> Running in bf2c377b62c2 04:06:49 Removing intermediate container bf2c377b62c2 04:06:49 ---> c06900b4beba 04:06:49 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:06:50 latest: Pulling from library/docker 04:06:50 5f621e34cdf4: Pulling fs layer 04:06:50 85db56a05063: Pulling fs layer 04:06:50 ccb67d6aeaaa: Pulling fs layer 04:06:50 a0b19fc83503: Pulling fs layer 04:06:50 8eb508b41278: Pulling fs layer 04:06:50 37236713561e: Pulling fs layer 04:06:50 07c93f2b1b56: Pulling fs layer 04:06:50 8eb508b41278: Waiting 04:06:50 a0b19fc83503: Waiting 04:06:50 37236713561e: Waiting 04:06:50 ccb67d6aeaaa: Download complete 04:06:50 85db56a05063: Verifying Checksum 04:06:50 85db56a05063: Download complete 04:06:50 5f621e34cdf4: Verifying Checksum 04:06:50 5f621e34cdf4: Download complete 04:06:50 8eb508b41278: Download complete 04:06:50 37236713561e: Verifying Checksum 04:06:50 37236713561e: Download complete 04:06:50 07c93f2b1b56: Verifying Checksum 04:06:50 07c93f2b1b56: Download complete 04:06:51 5f621e34cdf4: Pull complete 04:06:52 85db56a05063: Pull complete 04:06:52 a0b19fc83503: Verifying Checksum 04:06:52 a0b19fc83503: Download complete 04:06:52 ccb67d6aeaaa: Pull complete 04:06:54 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 04:06:54 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:06:54 ---> e2095b5f2270 04:06:54 Step 3/20 : WORKDIR /edgex-go 04:06:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 04:06:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:06:54 ---> e2095b5f2270 04:06:54 Step 3/22 : WORKDIR /edgex-go 04:06:54 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 04:06:54 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:06:54 ---> e2095b5f2270 04:06:54 Step 3/26 : WORKDIR /edgex-go 04:06:54 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 04:06:54 Step 2/27 : FROM ${BUILDER_BASE} AS builder 04:06:54 ---> e2095b5f2270 04:06:54 Step 3/27 : WORKDIR /edgex-go 04:06:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 04:06:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:06:54 ---> e2095b5f2270 04:06:54 Step 3/23 : WORKDIR /edgex-go 04:06:54 ---> Running in d977912bffc2 04:06:54 ---> Running in 974cfb404055 04:06:54 ---> Running in 97168dcfebd3 04:06:54 ---> Running in ac422438f355 04:06:54 ---> Running in 652875f043f3 04:06:54 Removing intermediate container 652875f043f3 04:06:54 ---> 94f8b184b9fb 04:06:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:06:54 Removing intermediate container ac422438f355 04:06:54 ---> b34d01909aa5 04:06:54 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:06:54 Removing intermediate container d977912bffc2 04:06:54 ---> e322547de253 04:06:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:06:54 Removing intermediate container 97168dcfebd3 04:06:54 ---> 9896cd874671 04:06:54 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:06:54 ---> Running in 8f0636e78d9d 04:06:54 Removing intermediate container 974cfb404055 04:06:54 ---> d5897ee616e7 04:06:54 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:06:54 ---> Running in 922969d72a1b 04:06:54 ---> Running in 6f4bcddaff41 04:06:54 ---> Running in 5aab38e84bbb 04:06:54 ---> Running in dbb8d64f9280 04:06:55 a0b19fc83503: Pull complete 04:06:55 8eb508b41278: Pull complete 04:06:56 37236713561e: Pull complete 04:06:56 07c93f2b1b56: Pull complete 04:06:56 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 04:06:56 Removing intermediate container 922969d72a1b 04:06:56 ---> 9b4cdbc980f6 04:06:56 Step 5/26 : RUN apk update && apk add make git 04:06:56 Removing intermediate container 8f0636e78d9d 04:06:56 ---> 7ec1838a5043 04:06:56 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:06:56 Status: Downloaded newer image for docker:latest 04:06:56 Removing intermediate container 6f4bcddaff41 04:06:56 ---> 8e239a0f4d7f 04:06:56 Step 5/22 : RUN apk update && apk add make && apk add bash git 04:06:56 ---> Running in dbc43eaf2bc7 04:06:56 ---> Running in bdf121dd0769 04:06:56 ---> Running in e451e718db68 04:06:57 Removing intermediate container dbb8d64f9280 04:06:57 ---> 8f4ef959d88b 04:06:57 Step 5/20 : RUN apk update && apk add make git 04:06:57 Removing intermediate container 5aab38e84bbb 04:06:57 ---> a621a92801a6 04:06:57 Step 5/27 : RUN apk update && apk add make bash git 04:06:57 ---> Running in 76f6336a03bc 04:06:57 ---> Running in 8498a63b82d1 04:06:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:06:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:06:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:06:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:06:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:06:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:06:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:06:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:06:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:06:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:06:59 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:06:59 v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:06:59 OK: 12752 distinct packages available 04:06:59 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:06:59 v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:06:59 OK: 12752 distinct packages available 04:06:59 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:06:59 v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:06:59 OK: 12752 distinct packages available 04:06:59 OK: 233 MiB in 51 packages 04:06:59 OK: 233 MiB in 51 packages 04:06:59 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:06:59 v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:06:59 OK: 12752 distinct packages available 04:06:59 OK: 233 MiB in 51 packages 04:07:00 OK: 233 MiB in 51 packages 04:07:00 OK: 233 MiB in 51 packages 04:07:00 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:07:00 v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:07:00 OK: 12752 distinct packages available 04:07:00 ---> a34d42c87cd1 04:07:00 Step 6/7 : COPY go.mod . 04:07:00 OK: 233 MiB in 51 packages 04:07:00 ---> cf0f992c4db5 04:07:00 Step 7/7 : RUN go mod download 04:07:00 Removing intermediate container bdf121dd0769 04:07:00 ---> b32e48f998d6 04:07:00 Step 6/26 : COPY go.mod . 04:07:00 Removing intermediate container dbc43eaf2bc7 04:07:00 ---> d4618aea6f70 04:07:00 Step 6/23 : COPY go.mod . 04:07:00 ---> Running in 45b0dea5258c 04:07:01 ---> 58f65b6ee2a8 04:07:01 Step 7/26 : RUN go mod download 04:07:01 Removing intermediate container 8498a63b82d1 04:07:01 ---> c0aea00722b9 04:07:01 Step 6/20 : COPY go.mod . 04:07:01 ---> d971b2ac8eb2 04:07:01 Step 7/23 : RUN go mod download 04:07:01 ---> Running in e4a2f1fae4de 04:07:01 Removing intermediate container e451e718db68 04:07:01 ---> 48dddf99120b 04:07:01 Step 6/22 : COPY go.mod . 04:07:01 Removing intermediate container 76f6336a03bc 04:07:01 ---> d67e0ba7b8a7 04:07:01 Step 6/27 : COPY go.mod . 04:07:01 ---> Running in 96a4b5466129 04:07:01 ---> 03545e3914de 04:07:01 Step 7/20 : RUN go mod download 04:07:02 ---> Running in 31a3f1c3ce07 04:07:02 ---> 2f96fd2b1598 04:07:02 Step 7/27 : RUN go mod download 04:07:02 ---> 78454c20277b 04:07:02 Step 7/22 : RUN go mod download 04:07:02 ---> Running in 5344377f55df 04:07:02 ---> Running in 7ac9787eccaf 04:07:03 Removing intermediate container 31a3f1c3ce07 04:07:03 ---> cdc38e9d1f6c 04:07:03 Step 8/20 : COPY . . 04:07:03 Removing intermediate container 96a4b5466129 04:07:03 ---> c370b50edba8 04:07:03 Step 8/23 : COPY . . 04:07:04 Removing intermediate container e4a2f1fae4de 04:07:04 ---> 515d4cd104a7 04:07:04 Step 8/26 : COPY . . 04:07:11 Removing intermediate container 7ac9787eccaf 04:07:11 ---> 70a26cfee925 04:07:11 Step 8/27 : COPY . . 04:07:19 Removing intermediate container 5344377f55df 04:07:19 ---> 9c3bd99a858d 04:07:19 Step 8/22 : COPY . . 04:07:27 Removing intermediate container 45b0dea5258c 04:07:27 ---> 99fcc324429a 04:07:27 Successfully built 99fcc324429a 04:07:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:07:28 + docker inspect -f . ci-base-image-arm64 04:07:28 . [Pipeline] withDockerContainer 04:07:28 prd-ubuntu18.04-docker-arm64-4c-16g-8149 does not seem to be running inside a container 04:07:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:07:30 $ docker top c393165d486e0dcfaf794f3dd4453259a545b5c03f9be59a844ad1f95f2274b2 -eo pid,comm [Pipeline] { [Pipeline] sh 04:07:31 + go version 04:07:31 go version go1.15.2 linux/arm64 [Pipeline] } 04:07:31 $ docker stop --time=1 c393165d486e0dcfaf794f3dd4453259a545b5c03f9be59a844ad1f95f2274b2 04:07:33 $ docker rm -f c393165d486e0dcfaf794f3dd4453259a545b5c03f9be59a844ad1f95f2274b2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:07:34 + docker inspect -f . ci-base-image-arm64 04:07:34 . [Pipeline] withDockerContainer 04:07:35 prd-ubuntu18.04-docker-arm64-4c-16g-8149 does not seem to be running inside a container 04:07: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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:07:36 $ docker top df955926fa58e843fa3a0675aa1c1714e6ecd410c9147dbcd037b476eb1300a4 -eo pid,comm [Pipeline] { [Pipeline] echo 04:07:36 ========================================================= 04:07:36 [edgeXBuildGoParallel] Running Tests and Build... 04:07:36 ========================================================= [Pipeline] sh 04:07:37 + make test 04:07:37 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:07:40 ? github.com/edgexfoundry/edgex-go [no test files] 04:07:46 ---> af12fa8d72ec 04:07:46 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:07:46 ---> 6b76b87f4560 04:07:46 Step 9/23 : RUN make cmd/core-data/core-data 04:07:46 ---> 7d926f47af83 04:07:46 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:07:46 ---> Running in a08b0d4ef1eb 04:07:46 ---> Running in 49aff414b70a 04:07:46 ---> 891270d1bb10 04:07:46 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 04:07:46 ---> Running in d8668aa3efc8 04:07:46 ---> Running in 7294d15fe631 04:07:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:07:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:07:48 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 04:07:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:07:55 ---> 0116d0601d52 04:07:55 Step 9/22 : RUN make cmd/support-logging/support-logging 04:07:55 ---> Running in 12fff2905805 04:07:55 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 04:08:12 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:08:18 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 04:08:21 Removing intermediate container a08b0d4ef1eb 04:08:21 ---> 0e76c73922b5 04:08:21 04:08:21 Step 10/20 : FROM alpine 04:08:21 Removing intermediate container d8668aa3efc8 04:08:21 ---> 8ceffb264b1b 04:08:21 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:08:21 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 04:08:21 latest: Pulling from library/alpine 04:08:21 ---> Running in 66d84bdf9530 04:08:21 Digest: sha256:203ee936961c0f491f72ce9d3c3c67d9440cdb1d61b9783cf340baa09308ffc1 04:08:21 Status: Downloaded newer image for alpine:latest 04:08:21 ---> d6e46aa2470d 04:08:21 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:08:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:08:22 ---> Running in 14ef5dc73ba6 04:08:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:08:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:08:23 v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:08:23 v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:08:23 OK: 12744 distinct packages available 04:08:23 (1/4) Installing ca-certificates (20191127-r4) 04:08:23 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:08:23 (3/4) Installing libcurl (7.69.1-r1) 04:08:23 (4/4) Installing curl (7.69.1-r1) 04:08:23 Executing busybox-1.31.1-r19.trigger 04:08:23 Executing ca-certificates-20191127-r4.trigger 04:08:24 OK: 7 MiB in 18 packages 04:08:24 Removing intermediate container 66d84bdf9530 04:08:24 ---> 03965ac4f513 04:08:24 04:08:24 Step 11/27 : FROM docker:latest 04:08:24 ---> 6972c414f322 04:08:24 Step 12/27 : RUN apk add --no-cache bash 04:08:26 ---> Running in 0d13f30443b5 04:08:26 Removing intermediate container 7294d15fe631 04:08:26 ---> e7bec67bd799 04:08:26 04:08:26 Step 10/26 : FROM alpine:3.10 04:08:26 Removing intermediate container 12fff2905805 04:08:26 ---> ae1cebea9158 04:08:26 04:08:26 Step 10/22 : FROM scratch 04:08:26 ---> 04:08:26 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:08:27 3.10: Pulling from library/alpine 04:08:28 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:08:28 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:08:28 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:08:28 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:08:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:08:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:08:28 Removing intermediate container 14ef5dc73ba6 04:08:28 ---> 68cb8bf7550e 04:08:28 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:08:28 ---> Running in aa232b7325c4 04:08:28 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:08:28 (1/2) Installing readline (8.0.4-r0) 04:08:28 (2/2) Installing bash (5.0.17-r0) 04:08:28 Status: Downloaded newer image for alpine:3.10 04:08:28 ---> be4e4bea2c2e 04:08:28 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:08:28 Executing bash-5.0.17-r0.post-install 04:08:28 Executing busybox-1.31.1-r19.trigger 04:08:28 OK: 12 MiB in 22 packages 04:08:28 ---> Running in f3407730d98f 04:08:28 ---> Running in 48d32e7f8d1b 04:08:28 Removing intermediate container aa232b7325c4 04:08:28 ---> d2deda248457 04:08:28 Step 12/22 : ENV APP_PORT=48061 04:08:29 ---> Running in 637bd3554d6d 04:08:30 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.018s 04:08:30 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:08:30 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:08:30 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:08:30 Removing intermediate container f3407730d98f 04:08:30 ---> 4b9524f3d451 04:08:30 Step 13/20 : WORKDIR /edgex 04:08:31 Removing intermediate container 637bd3554d6d 04:08:31 ---> e229c35762f0 04:08:31 Step 13/22 : EXPOSE $APP_PORT 04:08:31 ---> Running in ae02c5e448f1 04:08:31 ---> Running in 6d1487b9b9f1 04:08:31 Removing intermediate container 49aff414b70a 04:08:31 ---> 0087e9754896 04:08:31 04:08:31 Step 10/23 : FROM alpine 04:08:31 ---> d6e46aa2470d 04:08:31 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:08:32 Removing intermediate container 0d13f30443b5 04:08:32 ---> 7826913ea0d5 04:08:32 Step 13/27 : RUN rm -rf /var/cache/apk/* 04:08:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 04:08:32 ---> Running in 59811ba1f34b 04:08:32 ---> Running in f020fcbbdfda 04:08:32 Removing intermediate container ae02c5e448f1 04:08:32 ---> cfc77fabb36f 04:08:32 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:08:32 Removing intermediate container 6d1487b9b9f1 04:08:32 ---> 0e33adad102d 04:08:32 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 04:08:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 04:08:32 v3.10.5-104-g58141e176c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:08:32 v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:08:32 OK: 10346 distinct packages available 04:08:32 Removing intermediate container 59811ba1f34b 04:08:32 ---> b2a20046bb12 04:08:32 Step 12/23 : ENV APP_PORT=48080 04:08:32 (1/5) Installing ca-certificates (20191127-r2) 04:08:32 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:08:32 (3/5) Installing libcurl (7.66.0-r1) 04:08:32 (4/5) Installing curl (7.66.0-r1) 04:08:32 ---> c16ce2d5bfae 04:08:32 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:08:32 (5/5) Installing dumb-init (1.2.2-r1) 04:08:32 ---> Running in 9b63fe59616b 04:08:32 ---> e8f2af9ba74b 04:08:32 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:08:32 Executing busybox-1.30.1-r3.trigger 04:08:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:08:32 Executing ca-certificates-20191127-r2.trigger 04:08:32 OK: 7 MiB in 19 packages 04:08:33 Removing intermediate container 9b63fe59616b 04:08:33 ---> 865852cd4a7a 04:08:33 Step 13/23 : EXPOSE $APP_PORT 04:08:33 ---> f3918301a589 04:08:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:08:33 ---> Running in 967fd79aeac3 04:08:33 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:08:34 ---> 7c56dd099859 04:08:34 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:08:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:08:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:08:34 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:08:34 ---> Running in f34a60ec5de2 04:08:34 Removing intermediate container 967fd79aeac3 04:08:34 ---> 9c8a6266d060 04:08:34 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:08:34 ---> 6aab1ea3effc 04:08:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:08:34 ---> Running in fb0bef7b1b05 04:08:35 Removing intermediate container f34a60ec5de2 04:08:35 ---> c3a54297c7a5 04:08:35 Step 17/20 : CMD ["--init=true"] 04:08:35 ---> Running in f45bffb722ec 04:08:35 Removing intermediate container f020fcbbdfda 04:08:35 ---> e277ea957688 04:08:35 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:08:35 Removing intermediate container 48d32e7f8d1b 04:08:35 ---> 82e2f4fba55b 04:08:35 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:08:35 ---> 2432962ff341 04:08:35 Step 18/22 : ENTRYPOINT ["/support-logging"] 04:08:35 ---> Running in 70b7887733d5 04:08:35 ---> Running in 5b7708409ae9 04:08:35 ---> Running in 2e5cc526963f 04:08:35 Removing intermediate container f45bffb722ec 04:08:35 ---> b8a114933ea3 04:08:35 Step 18/20 : LABEL arch=x86_64 04:08:36 Removing intermediate container 70b7887733d5 04:08:36 ---> c2cc37e6571a 04:08:36 Step 15/27 : ENV APP_PORT=48090 04:08:36 ---> Running in 8d44d915d1d9 04:08:36 Removing intermediate container 5b7708409ae9 04:08:36 ---> d11480294931 04:08:36 Step 13/26 : WORKDIR / 04:08:36 Removing intermediate container 2e5cc526963f 04:08:36 ---> 6182c619c8d3 04:08:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:08:37 ---> Running in 18d08b37269a 04:08:37 ---> Running in 023c3a1deaca 04:08:37 ---> Running in 1a21b42ecb6a 04:08:37 Removing intermediate container 8d44d915d1d9 04:08:37 ---> 49c2554dc255 04:08:37 Step 19/20 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 04:08:37 Removing intermediate container 18d08b37269a 04:08:37 ---> 01c4dbc88fb1 04:08:37 Step 16/27 : EXPOSE $APP_PORT 04:08:37 ---> Running in f9ac7589b012 04:08:37 Removing intermediate container 1a21b42ecb6a 04:08:37 ---> e0f589989851 04:08:37 Step 20/22 : LABEL arch=x86_64 04:08:37 ---> Running in c052803aee03 04:08:37 Removing intermediate container 023c3a1deaca 04:08:37 ---> 419da0ddf9aa 04:08:37 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:08:37 Removing intermediate container fb0bef7b1b05 04:08:37 ---> d5b57e05b066 04:08:37 Step 15/23 : RUN apk --no-cache add zeromq 04:08:37 ---> Running in 668664a87e11 04:08:37 ---> Running in bb877b7c636a 04:08:37 Removing intermediate container f9ac7589b012 04:08:37 ---> b857d8fc0c04 04:08:37 Step 20/20 : LABEL version=0.0.0 04:08:37 Removing intermediate container c052803aee03 04:08:37 ---> 30bccdcf99ac 04:08:37 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:08:38 ---> 7deab0208e18 04:08:38 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:08:38 Removing intermediate container 668664a87e11 04:08:38 ---> 2326a517bd6a 04:08:38 Step 21/22 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 04:08:38 ---> Running in c0ae33fb7982 04:08:38 ---> Running in 601b180d1fdd 04:08:38 ---> c0ca728dbde2 04:08:38 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:08:38 ---> 21cf93c7b99f 04:08:38 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:08:38 Removing intermediate container c0ae33fb7982 04:08:38 ---> 1d0a0e828022 04:08:38 04:08:38 Successfully built 1d0a0e828022 04:08:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:08:38 Successfully tagged docker-security-proxy-setup-go:latest 04:08:38  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 04:08:38 Removing intermediate container 601b180d1fdd 04:08:38 ---> 4ff548c476fa 04:08:38 Step 22/22 : LABEL version=0.0.0 04:08:39 ---> Running in e8d3d994fa73 04:08:39 ---> 2347fc1d52eb 04:08:39 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:08:39 ---> 229a49344455 04:08:39 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:08:39 Removing intermediate container e8d3d994fa73 04:08:39 ---> d88fc96acebf 04:08:39 04:08:39 Successfully built d88fc96acebf 04:08:39 ---> 4a33687653e0 04:08:39 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:08:39 Successfully tagged docker-support-logging-go:latest 04:08:39 Building docker-support-scheduler-go 04:08:39  Building docker-support-logging-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:08:39 ---> 57eec4cb1890 04:08:39 Step 20/27 : RUN apk --no-cache add py3-pip 04:08:39 ---> Running in 4f56861ea809 04:08:40 (1/5) Installing libgcc (9.3.0-r2) 04:08:40 ---> a0b15c2540f1 04:08:40 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:08:40 (2/5) Installing libsodium (1.0.18-r0) 04:08:40 (3/5) Installing libstdc++ (9.3.0-r2) 04:08:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:08:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:08:40 (4/5) Installing libzmq (4.3.3-r0) 04:08:40 (1/33) Installing libbz2 (1.0.8-r1) 04:08:40 (2/33) Installing expat (2.2.9-r1) 04:08:40 (3/33) Installing libffi (3.3-r2) 04:08:40 (4/33) Installing gdbm (1.13-r1) 04:08:41 (5/5) Installing zeromq (4.3.3-r0) 04:08:41 (5/33) Installing xz-libs (5.2.5-r0) 04:08:41 (6/33) Installing sqlite-libs (3.32.1-r0) 04:08:41 Executing busybox-1.31.1-r19.trigger 04:08:41 OK: 8 MiB in 19 packages 04:08:41 (7/33) Installing python3 (3.8.5-r0) 04:08:42 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.055s coverage: 46.6% of statements 04:08:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:08:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:08:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:08:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:08:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:08:47 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.287s coverage: 27.1% of statements 04:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:08:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements 04:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:08:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.025s coverage: 100.0% of statements 04:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:08:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.417s coverage: 81.6% of statements 04:08:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:08:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:08:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.393s coverage: 86.0% of statements 04:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 04:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:08:51 ---> 9cb5ac1c6bc6 04:08:51 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:08:51 (8/33) Installing py3-appdirs (1.4.4-r1) 04:08:51 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:08:51 (10/33) Installing py3-parsing (2.4.7-r0) 04:08:51 (11/33) Installing py3-six (1.15.0-r0) 04:08:51 (12/33) Installing py3-packaging (20.4-r0) 04:08:51 (13/33) Installing py3-setuptools (47.0.0-r0) 04:08:51 (14/33) Installing py3-chardet (3.0.4-r4) 04:08:52 (15/33) Installing py3-idna (2.9-r0) 04:08:52 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:08:53 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:08:54 (18/33) Installing py3-requests (2.23.0-r0) 04:08:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.450s coverage: 28.6% of statements 04:08:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:08:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:08:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:08:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:08:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:08:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.056s coverage: 100.0% of statements 04:08:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:08:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.049s coverage: 100.0% of statements 04:08:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:08:55 (19/33) Installing py3-msgpack (1.0.0-r0) 04:08:55 (20/33) Installing py3-lockfile (0.12.2-r3) 04:08:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.112s coverage: 86.7% of statements 04:08:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:08:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.115s coverage: 97.5% of statements 04:08:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:08:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.043s coverage: 100.0% of statements 04:08:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:08:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 04:08:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 04:08:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 04:08:56 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:08:56 (22/33) Installing py3-colorama (0.4.3-r0) 04:08:56 (23/33) Installing py3-distlib (0.3.0-r0) 04:08:57 Removing intermediate container bb877b7c636a 04:08:57 ---> b09397079139 04:08:57 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:08:57 (24/33) Installing py3-distro (1.5.0-r1) 04:08:57 (25/33) Installing py3-webencodings (0.5.1-r3) 04:08:57 (26/33) Installing py3-html5lib (1.0.1-r4) 04:08:58 ---> 3e923ce35b40 04:08:58 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:08:58 (27/33) Installing py3-pytoml (0.1.21-r0) 04:08:58 (28/33) Installing py3-pep517 (0.8.2-r0) 04:08:58 (29/33) Installing py3-progress (1.5-r0) 04:08:58 (30/33) Installing py3-toml (0.10.1-r0) 04:08:58 (31/33) Installing py3-retrying (1.3.3-r0) 04:08:58 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:08:58 (33/33) Installing py3-pip (20.1.1-r0) 04:08:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.134s coverage: 96.3% of statements 04:08:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 04:08:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 04:08:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 04:08:59 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:08:59 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:08:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:08:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:08:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:08:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:08:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:08:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:08:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:08:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:08:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:08:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:08:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:08:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:08:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:08:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:08:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:08:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.039s coverage: 58.8% of statements 04:08:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:08:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 04:08:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.050s coverage: 0.0% of statements [no tests to run] 04:08:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 04:08:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 04:09:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.180s coverage: 63.5% of statements 04:09:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:09:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:09:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.014s coverage: 100.0% of statements 04:09:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.018s coverage: 91.3% of statements 04:09:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.016s coverage: 100.0% of statements 04:09:02 Executing busybox-1.31.1-r19.trigger 04:09:02 OK: 71 MiB in 55 packages 04:09:02 ---> 53e6221fc32a 04:09:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:09:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements 04:09:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 04:09:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:09:02 ---> e2095b5f2270 04:09:02 Step 3/22 : WORKDIR /edgex-go 04:09:02 ---> Using cache 04:09:02 ---> d5897ee616e7 04:09:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:09:02 ---> Using cache 04:09:02 ---> 8f4ef959d88b 04:09:02 Step 5/22 : RUN apk update && apk add make git 04:09:02 ---> Using cache 04:09:02 ---> c0aea00722b9 04:09:02 Step 6/22 : COPY go.mod . 04:09:02 ---> Using cache 04:09:02 ---> 03545e3914de 04:09:02 Step 7/22 : RUN go mod download 04:09:02 ---> Using cache 04:09:02 ---> cdc38e9d1f6c 04:09:02 Step 8/22 : COPY . . 04:09:02 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 04:09:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:09:02 ---> e2095b5f2270 04:09:02 Step 3/21 : WORKDIR /edgex-go 04:09:02 ---> Using cache 04:09:02 ---> d5897ee616e7 04:09:02 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:09:02 ---> Using cache 04:09:02 ---> 8f4ef959d88b 04:09:02 Step 5/21 : RUN apk update && apk add make git 04:09:02 ---> Using cache 04:09:02 ---> c0aea00722b9 04:09:02 Step 6/21 : COPY go.mod . 04:09:02 ---> Using cache 04:09:02 ---> 03545e3914de 04:09:02 Step 7/21 : RUN go mod download 04:09:02 ---> Using cache 04:09:02 ---> cdc38e9d1f6c 04:09:02 Step 8/21 : COPY . . 04:09:02 ---> Using cache 04:09:02 ---> af12fa8d72ec 04:09:02 Step 9/22 : RUN make cmd/core-metadata/core-metadata 04:09:02 ---> Using cache 04:09:02 ---> af12fa8d72ec 04:09:02 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 04:09:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.024s coverage: 100.0% of statements 04:09:04 ---> Running in 472813e1b967 04:09:04 ---> 66696f143484 04:09:04 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:09:04 ---> Running in afd3a0dea13b 04:09:04 ---> Running in b9b9976f9f43 04:09:04 ---> faa6380a5be2 04:09:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:09:05 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 04:09:05 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 04:09:05 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.261s coverage: 55.9% of statements 04:09:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:09:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:09:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:09:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:09:05 ---> fe16dd866ae9 04:09:05 Step 19/23 : ENTRYPOINT ["/core-data"] 04:09:07 ---> Running in 93e36f0fd3b1 04:09:08 Removing intermediate container 93e36f0fd3b1 04:09:08 ---> 34528182cdb0 04:09:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:09:11 Removing intermediate container b9b9976f9f43 04:09:11 ---> 82d5767a2bec 04:09:11 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:09:11 ---> Running in 24b2a9229d35 04:09:12 ---> Running in 78e7a628fe62 04:09:14 Removing intermediate container 24b2a9229d35 04:09:14 ---> 1b36f6abd4b3 04:09:14 Step 21/23 : LABEL arch=x86_64 04:09:14 Removing intermediate container 78e7a628fe62 04:09:14 ---> dac90d3d5d3b 04:09:14 Step 24/26 : LABEL arch=x86_64 04:09:14 ---> Running in 0a378fa2e81e 04:09:15 ---> Running in 62a914bd3d9f 04:09:15 Removing intermediate container 0a378fa2e81e 04:09:15 ---> a12adb99e99a 04:09:15 Step 22/23 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 04:09:15 Removing intermediate container 4f56861ea809 04:09:15 ---> 2b8af0ac3559 04:09:15 Step 21/27 : RUN pip install docker-compose==1.23.2 04:09:15 ---> Running in 8be4daf9d8c1 04:09:15 ---> Running in 296901a8fe8a 04:09:15 Removing intermediate container 62a914bd3d9f 04:09:15 ---> e61a29b1d0d4 04:09:15 Step 25/26 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 04:09:15 ---> Running in cb84556e1a48 04:09:15 Removing intermediate container 8be4daf9d8c1 04:09:15 ---> 12b3e2107ee1 04:09:15 Step 23/23 : LABEL version=0.0.0 04:09:17 ---> Running in 4351a66ad342 04:09:17 Removing intermediate container cb84556e1a48 04:09:17 ---> cd6ed8ea1b65 04:09:17 Step 26/26 : LABEL version=0.0.0 04:09:17 Removing intermediate container 4351a66ad342 04:09:17 ---> daec84b98f63 04:09:17 04:09:17 ---> Running in 4f7cbad177e5 04:09:17 Successfully built daec84b98f63 04:09:18 Successfully tagged docker-core-data-go:latest 04:09:18 Building docker-core-command-go 04:09:18  Building docker-core-data-go ... done Removing intermediate container 4f7cbad177e5 04:09:18 ---> 32081ccb6d6c 04:09:18 04:09:18 Successfully built 32081ccb6d6c 04:09:18 Successfully tagged docker-security-secretstore-setup-go:latest 04:09:18 Building docker-support-notifications-go 04:09:18  Building docker-security-secretstore-setup-go ... done Collecting docker-compose==1.23.2 04:09:18 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:09:20 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:09:20 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:09:22 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:09:24 Collecting texttable<0.10,>=0.9.0 04:09:24 Downloading texttable-0.9.1.tar.gz (11 kB) 04:09:27 Collecting docopt<0.7,>=0.6.1 04:09:27 Downloading docopt-0.6.2.tar.gz (25 kB) 04:09:27 Collecting dockerpty<0.5,>=0.4.1 04:09:27 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:09:27 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 21.834s coverage: 86.3% of statements 04:09:27 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:09:27 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.043s coverage: 72.2% of statements 04:09:27 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.426s coverage: 72.1% of statements 04:09:27 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.026s coverage: 82.4% of statements 04:09:27 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.042s coverage: 48.4% of statements 04:09:27 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:09:27 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:09:27 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:09:27 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.045s coverage: 28.8% of statements 04:09:27 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:09:27 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.066s coverage: 96.8% of statements 04:09:27 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:09:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.085s coverage: 36.5% of statements 04:09:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:09:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:09:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.343s coverage: 84.1% of statements 04:09:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.020s coverage: 100.0% of statements 04:09:27 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.037s coverage: 42.9% of statements 04:09:27 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:09:27 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:09:27 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.018s coverage: 100.0% of statements 04:09:27 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:09:27 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.053s coverage: 83.8% of statements 04:09:27 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:09:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.077s coverage: 47.1% of statements 04:09:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:09:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:09:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.024s coverage: 100.0% of statements 04:09:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:09:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:09:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:09:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.067s coverage: 100.0% of statements 04:09:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:09:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.025s coverage: 100.0% of statements 04:09:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:09:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.178s coverage: 29.1% of statements 04:09:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:09:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:09:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:09:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:09:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:09:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.051s coverage: 99.0% of statements 04:09:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:09:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements 04:09:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:09:27 ok github.com/edgexfoundry/edgex-go/internal/system 0.011s coverage: 0.0% of statements 04:09:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:09:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements 04:09:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:09:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:09:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:09:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:09:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements 04:09:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:09:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:09:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.024s coverage: 100.0% of statements 04:09:28 Collecting docker<4.0,>=3.6.0 04:09:28 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:09:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.013s coverage: 32.1% of statements 04:09:29 Collecting PyYAML<4,>=3.10 04:09:29 Downloading PyYAML-3.13.tar.gz (270 kB) 04:09:30 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.020s coverage: 100.0% of statements 04:09:30 GO111MODULE=on go vet ./... 04:09:33 Collecting jsonschema<3,>=2.5.1 04:09:33 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:09:36 Collecting websocket-client<1.0,>=0.32.0 04:09:36 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:09:37 Collecting cached-property<2,>=1.2.0 04:09:37 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:09:37 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) 04:09:37 Collecting idna<2.8,>=2.5 04:09:37 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:09:38 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) 04:09:38 Collecting urllib3<1.25,>=1.21.1 04:09:38 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:09:40 Collecting docker-pycreds>=0.4.0 04:09:40 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:09:40 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:09:40 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:09:40 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:09:40 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:09:40 Installing collected packages: idna, urllib3, requests, texttable, docopt, dockerpty, docker-pycreds, websocket-client, docker, PyYAML, jsonschema, cached-property, docker-compose 04:09:40 Attempting uninstall: idna 04:09:40 Found existing installation: idna 2.9 04:09:40 Uninstalling idna-2.9: 04:09:41 Successfully uninstalled idna-2.9 04:09:42 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 04:09:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:09:42 ---> e2095b5f2270 04:09:42 Step 3/24 : WORKDIR /edgex-go 04:09:42 ---> Using cache 04:09:42 ---> d5897ee616e7 04:09:42 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:09:42 ---> Using cache 04:09:42 ---> 8f4ef959d88b 04:09:42 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 04:09:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 04:09:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:09:42 ---> e2095b5f2270 04:09:42 Step 3/22 : WORKDIR /edgex-go 04:09:42 ---> Using cache 04:09:42 ---> d5897ee616e7 04:09:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:09:42 ---> Using cache 04:09:42 ---> 8f4ef959d88b 04:09:42 Step 5/22 : RUN apk update && apk add make git 04:09:42 ---> Using cache 04:09:42 ---> c0aea00722b9 04:09:42 Step 6/22 : COPY go.mod . 04:09:42 ---> Using cache 04:09:42 ---> 03545e3914de 04:09:42 Step 7/22 : RUN go mod download 04:09:42 ---> Using cache 04:09:42 ---> cdc38e9d1f6c 04:09:42 Step 8/22 : COPY . . 04:09:42 ---> Using cache 04:09:42 ---> af12fa8d72ec 04:09:42 Step 9/22 : RUN make cmd/core-command/core-command 04:09:43 Attempting uninstall: urllib3 04:09:43 Found existing installation: urllib3 1.25.9 04:09:43 Uninstalling urllib3-1.25.9: 04:09:43 Successfully uninstalled urllib3-1.25.9 04:09:43 ---> Running in 8f7158192b30 04:09:43 ---> Running in 6d8a089bf275 04:09:44 Attempting uninstall: requests 04:09:44 Found existing installation: requests 2.23.0 04:09:44 Uninstalling requests-2.23.0: 04:09:44 Successfully uninstalled requests-2.23.0 04:09:44 Running setup.py install for texttable: started 04:09:44 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 04:09:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:09:45 Running setup.py install for texttable: finished with status 'done' 04:09:45 Running setup.py install for docopt: started 04:09:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:09:46 Running setup.py install for docopt: finished with status 'done' 04:09:46 Running setup.py install for dockerpty: started 04:09:46 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:09:46 v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:09:46 OK: 12752 distinct packages available 04:09:46 OK: 233 MiB in 51 packages 04:09:46 Running setup.py install for dockerpty: finished with status 'done' 04:09:47 Removing intermediate container 472813e1b967 04:09:47 ---> 813f4bb729bf 04:09:47 04:09:47 Step 10/21 : FROM scratch 04:09:47 ---> 04:09:47 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:09:49 Running setup.py install for PyYAML: started 04:09:50 ---> Running in 9593efed244a 04:09:50 Running setup.py install for PyYAML: finished with status 'done' 04:09:51 Removing intermediate container 6d8a089bf275 04:09:51 ---> fc2f0dfe74aa 04:09:51 Step 6/24 : COPY go.mod . 04:09:51 Removing intermediate container 9593efed244a 04:09:51 ---> 7890d8f08aa7 04:09:51 Step 12/21 : ENV APP_PORT=48085 04:09:52 ---> Running in 58905b653414 04:09:52 Removing intermediate container afd3a0dea13b 04:09:52 ---> 56c1652cff5d 04:09:52 04:09:52 Step 10/22 : FROM scratch 04:09:52 ---> 04:09:52 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:09:52 ---> 5ac1d922f73f 04:09:52 Step 7/24 : RUN go mod download 04:09:52 ---> Using cache 04:09:52 ---> 7890d8f08aa7 04:09:52 Step 12/22 : ENV APP_PORT=48081 04:09:52 ---> Running in 60b627046232 04:09:52 ---> Running in 2bf1401ea652 04:09:52 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 04:09:52 Removing intermediate container 58905b653414 04:09:52 ---> 3f9973df53e2 04:09:52 Step 13/21 : EXPOSE $APP_PORT 04:09:53 ---> Running in b4cc010b8e27 04:09:53 gofmt -l . 04:09:53 [ "`gofmt -l .`" = "" ] 04:09:53 Removing intermediate container 60b627046232 04:09:53 ---> 31500c980f20 04:09:53 Step 13/22 : EXPOSE $APP_PORT 04:09:53 ---> Running in 765d105cfc09 04:09:53 Removing intermediate container b4cc010b8e27 04:09:53 ---> 75dbb196a368 04:09:53 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:09:53 Removing intermediate container 765d105cfc09 04:09:53 ---> 478fe4d12c78 04:09:53 Step 14/22 : WORKDIR / 04:09:54 ---> Running in 778b0f06717a 04:09:55 ./bin/test-go-mod-tidy.sh 04:09:56 ./bin/test-attribution-txt.sh 04:09:56 ---> 4c92fab36b78 04:09:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:09:56 Removing intermediate container 296901a8fe8a 04:09:56 ---> 1dcdc5c88a73 04:09:56 Step 22/27 : RUN apk --no-cache add curl 04:09:56 Removing intermediate container 778b0f06717a 04:09:56 ---> bc18ac7a029a 04:09:56 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:09:57 ---> Running in 6753e5ce3084 04:09:57 ---> 1ccfbe651565 04:09:57 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:09:57 ---> 22910a98158a 04:09:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:09:57 Removing intermediate container 2bf1401ea652 04:09:57 ---> fefe7afb997e 04:09:57 Step 8/24 : COPY . . 04:09:57 ---> b3e349920318 04:09:57 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 04:09:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:09:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:09:58 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:09:58 (2/3) Installing libcurl (7.69.1-r1) 04:09:58 ---> Running in 2ec8eb8be557 04:09:58 (3/3) Installing curl (7.69.1-r1) 04:09:58 Executing busybox-1.31.1-r19.trigger 04:09:58 OK: 72 MiB in 58 packages [Pipeline] sh 04:10:01 + ls -al . 04:10:01 total 644 04:10:01 drwxrwxr-x 9 1001 1001 4096 Oct 22 04:09 . 04:10:01 drwxr-xr-x 4 root root 4096 Oct 22 04:07 .. 04:10:01 -rw-rw-r-- 1 1001 1001 11 Oct 22 04:06 .dockerignore 04:10:01 drwxrwxr-x 8 1001 1001 4096 Oct 22 04:06 .git 04:10:01 drwxrwxr-x 3 1001 1001 4096 Oct 22 04:06 .github 04:10:01 -rw-rw-r-- 1 1001 1001 932 Oct 22 04:06 .gitignore 04:10:01 -rw-rw-r-- 1 1001 1001 166 Oct 22 04:06 .sonarcloud.properties 04:10:01 -rw-rw-r-- 1 1001 1001 3804 Oct 22 04:06 CONTRIBUTING.md 04:10:01 -rw-rw-r-- 1 1001 1001 1035 Oct 22 04:06 Dockerfile.build 04:10:01 -rw-rw-r-- 1 1001 1001 863 Oct 22 04:06 Jenkinsfile 04:10:01 -rw-rw-r-- 1 1001 1001 10775 Oct 22 04:06 LICENSE 04:10:01 -rw-rw-r-- 1 1001 1001 6237 Oct 22 04:06 Makefile 04:10:01 -rw-rw-r-- 1 1001 1001 6447 Oct 22 04:06 README.md 04:10:01 -rw-rw-r-- 1 1001 1001 259 Oct 22 04:06 SECURITY.md 04:10:01 -rw-rw-r-- 1 1001 1001 5 Oct 22 04:03 VERSION 04:10:01 -rw-rw-r-- 1 1001 1001 4131 Oct 22 04:06 ZMQWindows.md 04:10:01 drwxrwxr-x 2 1001 1001 4096 Oct 22 04:06 bin 04:10:01 drwxrwxr-x 15 1001 1001 4096 Oct 22 04:06 cmd 04:10:01 -rw-r--r-- 1 root root 523288 Oct 22 04:09 coverage.out 04:10:01 -rw-r--r-- 1 root root 1041 Oct 22 04:09 go.mod 04:10:01 -rw-r--r-- 1 root root 18775 Oct 22 04:09 go.sum 04:10:01 drwxrwxr-x 8 1001 1001 4096 Oct 22 04:06 internal 04:10:01 drwxrwxr-x 4 1001 1001 4096 Oct 22 04:06 openapi 04:10:01 drwxrwxr-x 4 1001 1001 4096 Oct 22 04:06 snap 04:10:01 -rw-rw-r-- 1 1001 1001 168 Oct 22 04:06 version.go [Pipeline] sh 04:10:01 ---> d0044c876995 04:10:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:10:01 + '[' -e coverage.out ] 04:10:01 + chown 1001:1001 coverage.out [Pipeline] stash 04:10:01 Warning: overwriting stash ‘coverage-report’ 04:10:02 Stashed 1 file(s) [Pipeline] sh 04:10:03 Removing intermediate container 2ec8eb8be557 04:10:03 ---> 8ce1c28112a2 04:10:03 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:10:03 + make build 04:10:03 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 04:10:05 ---> 3b59a3cd7505 04:10:05 Step 18/22 : ENTRYPOINT ["/core-metadata"] 04:10:05 ---> Running in bf82bc82d40c 04:10:09 ---> Running in 8e54704f10c8 04:10:09 Removing intermediate container 6753e5ce3084 04:10:09 ---> ca13aa8bc85a 04:10:09 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 04:10:09 Removing intermediate container bf82bc82d40c 04:10:09 ---> 58c6a0134f53 04:10:09 Step 19/21 : LABEL arch=x86_64 04:10:12 ---> Running in 20529ec7c8d1 04:10:14 Removing intermediate container 8e54704f10c8 04:10:14 ---> 86d4c5988770 04:10:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:10:14 ---> Running in 99a476fe3cab 04:10:15 ---> Running in 1ce203de2658 04:10:15 Removing intermediate container 20529ec7c8d1 04:10:15 ---> 62c0290f45fa 04:10:15 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:10:15 Removing intermediate container 8f7158192b30 04:10:15 ---> 556867c24666 04:10:15 04:10:15 Step 10/22 : FROM scratch 04:10:15 ---> 04:10:15 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:10:15 ---> Using cache 04:10:15 ---> 7890d8f08aa7 04:10:15 Step 12/22 : ENV APP_PORT=48082 04:10:17 ---> Running in 663336d015fd 04:10:17 Removing intermediate container 99a476fe3cab 04:10:17 ---> d234a4d3a998 04:10:17 Step 20/21 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 04:10:17 ---> Running in aad1de09edc9 04:10:17 Removing intermediate container 1ce203de2658 04:10:17 ---> 95aef315164e 04:10:17 Step 20/22 : LABEL arch=x86_64 04:10:19 ---> Running in 4217c72a0b9f 04:10:19 ---> Running in 0c4daa02b429 04:10:19 Removing intermediate container aad1de09edc9 04:10:19 ---> bb866aca52fd 04:10:19 Step 13/22 : EXPOSE $APP_PORT 04:10:19 Removing intermediate container 663336d015fd 04:10:19 ---> ef652489ddf2 04:10:19 Step 25/27 : LABEL arch=x86_64 04:10:19 ---> 1326f71ce408 04:10:19 Step 9/24 : RUN make cmd/support-notifications/support-notifications 04:10:19 ---> Running in 8dddea48c9b1 04:10:19 ---> Running in fcdb817d6482 04:10:20 ---> Running in edab1d77509a 04:10:20 Removing intermediate container 0c4daa02b429 04:10:20 ---> c2ac83b49aa3 04:10:20 Step 21/22 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 04:10:20 Removing intermediate container 4217c72a0b9f 04:10:20 ---> 0f76c232610c 04:10:20 Step 21/21 : LABEL version=0.0.0 04:10:20 ---> Running in 4c3f65878d6a 04:10:20 ---> Running in 60290d11813e 04:10:20 Removing intermediate container 8dddea48c9b1 04:10:20 ---> 1132786d6b0e 04:10:20 Step 14/22 : WORKDIR / 04:10:20 Removing intermediate container fcdb817d6482 04:10:20 ---> ce16622b13c2 04:10:20 Step 26/27 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 04:10:20 ---> Running in c3ca77f8a845 04:10:20 ---> Running in 37b1db6c658a 04:10:20 Removing intermediate container 4c3f65878d6a 04:10:20 ---> e144a7f4a213 04:10:20 Step 22/22 : LABEL version=0.0.0 04:10:20 Removing intermediate container 60290d11813e 04:10:20 ---> 5424abf1635b 04:10:20 04:10:20 ---> Running in eb51afb6aec2 04:10:20 Successfully built 5424abf1635b 04:10:20 Removing intermediate container c3ca77f8a845 04:10:20 ---> 0df273d3d47a 04:10:20 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:10:20 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 04:10:20 Successfully tagged docker-support-scheduler-go:latest 04:10:21 Building docker-security-secrets-setup-go 04:10:21  Building docker-support-scheduler-go ... done Removing intermediate container 37b1db6c658a 04:10:21 ---> 16c731e22410 04:10:21 Step 27/27 : LABEL version=0.0.0 04:10:21 Removing intermediate container eb51afb6aec2 04:10:21 ---> c0c032326b71 04:10:21 04:10:21 ---> Running in 29a12bcbf130 04:10:21 ---> b5da97c7ff09 04:10:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:10:21 Successfully built c0c032326b71 04:10:21 Successfully tagged docker-core-metadata-go:latest 04:10:21  Building docker-core-metadata-go ... done Removing intermediate container 29a12bcbf130 04:10:21 ---> 00076c6b0f3d 04:10:21 04:10:21 Successfully built 00076c6b0f3d 04:10:21 Successfully tagged docker-sys-mgmt-agent-go:latest 04:10:22  Building docker-sys-mgmt-agent-go ... done  ---> 8311580121f4 04:10:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:10:26 ---> 1d307d638b76 04:10:26 Step 18/22 : ENTRYPOINT ["/core-command"] 04:10:26 ---> Running in de37f7cb8753 04:10:27 Removing intermediate container de37f7cb8753 04:10:27 ---> 53a6be64b703 04:10:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:10:27 ---> Running in 00b59deafd99 04:10:28 Removing intermediate container 00b59deafd99 04:10:28 ---> fcdfdea621e7 04:10:28 Step 20/22 : LABEL arch=x86_64 04:10:28 ---> Running in 44c44859ae98 04:10:29 Removing intermediate container 44c44859ae98 04:10:29 ---> 8eb222f8a40d 04:10:29 Step 21/22 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 04:10:29 ---> Running in 641b868145a0 04:10:30 Removing intermediate container 641b868145a0 04:10:30 ---> 9359f24b21ea 04:10:30 Step 22/22 : LABEL version=0.0.0 04:10:30 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:10:30 ---> Running in 498281d7c804 04:10:30 Removing intermediate container 498281d7c804 04:10:30 ---> fd0157231aae 04:10:30 04:10:31 Successfully built fd0157231aae 04:10:31 Successfully tagged docker-core-command-go:latest 04:10:35  Building docker-core-command-go ... done Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 04:10:35 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:10:35 ---> e2095b5f2270 04:10:35 Step 3/29 : WORKDIR /edgex-go 04:10:35 ---> Using cache 04:10:35 ---> d5897ee616e7 04:10:35 Step 4/29 : RUN apk update && apk add make git 04:10:37 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 04:10:37 ---> Running in fe2fc78007fd 04:10:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:10:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:10:39 Removing intermediate container edab1d77509a 04:10:39 ---> a797eb21e973 04:10:39 04:10:39 Step 10/24 : FROM scratch 04:10:39 ---> 04:10:39 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:10:39 ---> Using cache 04:10:39 ---> d2deda248457 04:10:39 Step 12/24 : ENV APP_PORT=48060 04:10:39 ---> Running in d9f090f0f109 04:10:40 Removing intermediate container d9f090f0f109 04:10:40 ---> 60409ed27f32 04:10:40 Step 13/24 : EXPOSE $APP_PORT 04:10:40 ---> Running in 37ed9ffc5e71 04:10:40 Removing intermediate container 37ed9ffc5e71 04:10:40 ---> c3c73068f7eb 04:10:40 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 04:10:40 ---> 4026237f5afd 04:10:40 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:10:41 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:10:41 v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:10:41 OK: 12752 distinct packages available 04:10:41 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 04:10:41 OK: 233 MiB in 51 packages 04:10:41 ---> b4a2abcd66b4 04:10:41 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 04:10:42 Removing intermediate container fe2fc78007fd 04:10:42 ---> 05c53c01e069 04:10:42 Step 5/29 : COPY go.mod . 04:10:42 ---> 69b1a5c85a49 04:10:42 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:10:42 ---> bc239ffc0cb4 04:10:42 Step 6/29 : RUN go mod download 04:10:42 ---> Running in ff0727e62545 04:10:42 ---> 300985fad41c 04:10:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:10:43 ---> 3d6a6f6b2525 04:10:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:10:43 ---> 71818e9b4a18 04:10:43 Step 20/24 : ENTRYPOINT ["/support-notifications"] 04:10:43 ---> Running in 71b87c50b518 04:10:43 Removing intermediate container 71b87c50b518 04:10:43 ---> f3ab172c706a 04:10:43 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:10:43 ---> Running in bd8a446a26fe 04:10:43 Removing intermediate container ff0727e62545 04:10:43 ---> 8df475a5900c 04:10:43 Step 7/29 : COPY . . 04:10:43 Removing intermediate container bd8a446a26fe 04:10:43 ---> d53b2e0a4933 04:10:43 Step 22/24 : LABEL arch=x86_64 04:10:43 ---> Running in acd8824bf200 04:10:44 Removing intermediate container acd8824bf200 04:10:44 ---> 7182e67b1d37 04:10:44 Step 23/24 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 04:10:44 ---> Running in 2a85bad9a1ad 04:10: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 04:10:46 Removing intermediate container 2a85bad9a1ad 04:10:46 ---> 5a708f63523f 04:10:46 Step 24/24 : LABEL version=0.0.0 04:10:48 ---> Running in 912b5c630f89 04:10:49 Removing intermediate container 912b5c630f89 04:10:49 ---> 32b5fe2eece2 04:10:49 04:10:49 Successfully built 32b5fe2eece2 04:10:49 Successfully tagged docker-support-notifications-go:latest 04:10:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:10: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 04:10:56 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 04:10:57  Building docker-support-notifications-go ... done  ---> 8c33ad25627b 04:10:57 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:10:57 ---> Running in 8a99a1acbeea 04:10:58 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 04:11:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:11:04 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 04:11:08 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 04:11:08 Removing intermediate container 8a99a1acbeea 04:11:08 ---> 19a546f970e8 04:11:08 04:11:08 Step 9/29 : FROM alpine:latest 04:11:08 ---> d6e46aa2470d 04:11:08 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:11:08 ---> Running in ea9df8823794 04:11:08 Removing intermediate container ea9df8823794 04:11:08 ---> a68d92df313a 04:11:08 Step 11/29 : USER root 04:11:08 ---> Running in 69409c85bbc1 04:11:08 Removing intermediate container 69409c85bbc1 04:11:08 ---> 80ccc6d74d41 04:11:08 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:11:08 ---> Running in 3921114ebaeb 04:11:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:11:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:11:09 v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:11:09 v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:11:09 OK: 12744 distinct packages available 04:11:09 (1/2) Installing ca-certificates (20191127-r4) 04:11:09 (2/2) Installing dumb-init (1.2.2-r1) 04:11:09 Executing busybox-1.31.1-r19.trigger 04:11:09 Executing ca-certificates-20191127-r4.trigger 04:11:09 OK: 6 MiB in 16 packages 04:11:11 Removing intermediate container 3921114ebaeb 04:11:11 ---> 9dcc25dd200a 04:11:11 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:11:11 ---> Running in 3c2592227a0a 04:11:11 Removing intermediate container 3c2592227a0a 04:11:11 ---> 9643526a085a 04:11:11 Step 14/29 : WORKDIR $BASE_DIR 04:11:11 ---> Running in ad5fb65b4a94 04:11:11 Removing intermediate container ad5fb65b4a94 04:11:11 ---> b2635fb4c606 04:11:11 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:11:11 ---> Running in 93cdc8ed45f8 04:11:11 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 04:11:12 Removing intermediate container 93cdc8ed45f8 04:11:12 ---> 45280cb6f421 04:11:12 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:11:12 ---> 31b2e12bd96d 04:11:12 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:11:13 ---> bd378e6d54f4 04:11:13 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:11:13 ---> 94b049948942 04:11:13 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:11:13 ---> 2ad6ca36513d 04:11:13 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:11:13 ---> 1c0974266edf 04:11:13 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:11:13 ---> Running in 7464de8a89f5 04:11:14 Removing intermediate container 7464de8a89f5 04:11:14 ---> 1011654ecdab 04:11:14 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:11:14 ---> 9ecf267a3ab6 04:11:14 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:11:15 ---> Running in d8ef40d96a02 04:11:15 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 04:11:15 Removing intermediate container d8ef40d96a02 04:11:15 ---> 1fb467be3ef9 04:11:15 Step 24/29 : RUN chmod 755 security-secrets-setup 04:11:15 ---> Running in 96959ffcedb3 04:11:16 Removing intermediate container 96959ffcedb3 04:11:16 ---> 3e280dd7b35d 04:11:16 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:11:16 ---> Running in f7f8e4d20e6f 04:11:17 Removing intermediate container f7f8e4d20e6f 04:11:17 ---> e964bbe66426 04:11:17 Step 26/29 : CMD [ "generate" ] 04:11:17 ---> Running in 04e9b5ea9b37 04:11:17 Removing intermediate container 04e9b5ea9b37 04:11:17 ---> 1749e6f216b7 04:11:17 Step 27/29 : LABEL arch=x86_64 04:11:17 ---> Running in a403775f8dff 04:11:17 Removing intermediate container a403775f8dff 04:11:17 ---> bef9be7f74f0 04:11:17 Step 28/29 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 04:11:17 ---> Running in 91c055fc1490 04:11:17 Removing intermediate container 91c055fc1490 04:11:17 ---> aa5685b2bde2 04:11:17 Step 29/29 : LABEL version=0.0.0 04:11:17 ---> Running in e7caec2c995f 04:11:17 Removing intermediate container e7caec2c995f 04:11:17 ---> 14ab295bec5d 04:11:17 04:11:18 Successfully built 14ab295bec5d 04:11:18 Successfully tagged docker-security-secrets-setup-go:latest [Pipeline] } 04:11:18 $ docker stop --time=1 df955926fa58e843fa3a0675aa1c1714e6ecd410c9147dbcd037b476eb1300a4 04:11:19  Building docker-security-secrets-setup-go ... done  04:11:21 $ docker rm -f df955926fa58e843fa3a0675aa1c1714e6ecd410c9147dbcd037b476eb1300a4 [Pipeline] // withDockerContainer [Pipeline] } 04:11:22 $ docker stop --time=1 0f80842a088e067a522c28e136fc6a2677bafd2c35a3d411fe9d7b4372042730 04:11:23 $ docker rm -f 0f80842a088e067a522c28e136fc6a2677bafd2c35a3d411fe9d7b4372042730 [Pipeline] } [Pipeline] // withDockerContainer [Pipeline] // script [Pipeline] sh [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:11:24 + docker images 04:11:24 + grep docker 04:11:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:11:25 04:11:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix 04:11:25 docker-security-secrets-setup-go latest 14ab295bec5d 7 seconds ago 24MB 04:11:25 docker-support-notifications-go latest 32b5fe2eece2 36 seconds ago 13.6MB 04:11:25 docker-core-command-go latest fd0157231aae 54 seconds ago 12.2MB 04:11:25 docker-sys-mgmt-agent-go latest 00076c6b0f3d About a minute ago 290MB 04:11:25 docker-support-scheduler-go latest 5424abf1635b About a minute ago 12.3MB 04:11:25 docker-core-metadata-go latest c0c032326b71 About a minute ago 14.4MB 04:11:25 docker-security-secretstore-setup-go latest 32081ccb6d6c 2 minutes ago 32.4MB 04:11:25 docker-core-data-go latest daec84b98f63 2 minutes ago 23.6MB 04:11:25 docker-support-logging-go latest d88fc96acebf 2 minutes ago 11.1MB 04:11:25 docker-security-proxy-setup-go latest 1d0a0e828022 2 minutes ago 15.8MB 04:11:25 docker latest 6972c414f322 55 minutes ago 217MB [Pipeline] } [Pipeline] sh [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } 04:11:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:11:25 latest: Pulling from edgex-devops/edgex-compose-arm64 04:11:25 29e5d40040c1: Pulling fs layer 04:11:25 1ce36da41761: Pulling fs layer 04:11:25 25b303627fd3: Pulling fs layer [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles 04:11:26 29e5d40040c1: Verifying Checksum 04:11:26 29e5d40040c1: Download complete [Pipeline] node 04:11:26 1ce36da41761: Verifying Checksum 04:11:26 1ce36da41761: Download complete 04:11:26 29e5d40040c1: Pull complete 04:11:28 1ce36da41761: Pull complete 04:11:28 25b303627fd3: Verifying Checksum 04:11:28 25b303627fd3: Download complete 04:11:38 25b303627fd3: Pull complete 04:11:38 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:11:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:11:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:11:39 prd-ubuntu18.04-docker-arm64-4c-16g-8149 does not seem to be running inside a container 04:11:40 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:11:41 Still waiting to schedule task 04:11:41 Waiting for next available executor on ‘prd-centos7-docker-8c-8g-8146’ 04:11:44 $ docker top 990a161e0170a0b53b5b21462aeb4dda4d489dd6b39df5e81c08b06aa071cbed -eo pid,comm [Pipeline] { [Pipeline] sh 04:11:45 + grep parallel 04:11:45 + docker-compose build --help 04:11:49 --parallel Build images in parallel. [Pipeline] } 04:11:49 $ docker stop --time=1 990a161e0170a0b53b5b21462aeb4dda4d489dd6b39df5e81c08b06aa071cbed 04:11:51 $ docker rm -f 990a161e0170a0b53b5b21462aeb4dda4d489dd6b39df5e81c08b06aa071cbed [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:11:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:11:52 . [Pipeline] withDockerContainer 04:11:52 prd-ubuntu18.04-docker-arm64-4c-16g-8149 does not seem to be running inside a container 04:11:52 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:11:53 $ docker top 57938dd4052f11e4b24fed24de20626d6f394c4254557a3a7d5abe59a4c6af32 -eo pid,comm [Pipeline] { [Pipeline] sh 04:11:55 + docker-compose -f ./docker-compose-build.yml build --parallel 04:11:59 Building docker-core-command-go ... 04:11:59 Building docker-core-data-go ... 04:11:59 Building docker-core-metadata-go ... 04:11:59 Building docker-security-proxy-setup-go ... 04:11:59 Building docker-security-secrets-setup-go ... 04:11:59 Building docker-security-secretstore-setup-go ... 04:11:59 Building docker-support-logging-go ... 04:11:59 Building docker-support-notifications-go ... 04:11:59 Building docker-support-scheduler-go ... 04:11:59 Building docker-sys-mgmt-agent-go ... 04:11:59 Building docker-support-scheduler-go 04:11:59 Building docker-support-logging-go 04:11:59 Building docker-security-secretstore-setup-go 04:11:59 Building docker-security-proxy-setup-go 04:11:59 Building docker-support-notifications-go 04:13:21 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 04:13:21 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:13:21 ---> 99fcc324429a 04:13:21 Step 3/20 : WORKDIR /edgex-go 04:13:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 04:13:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:13:21 ---> 99fcc324429a 04:13:21 Step 3/22 : WORKDIR /edgex-go 04:13:21 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 04:13:21 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:13:21 ---> 99fcc324429a 04:13:21 Step 3/26 : WORKDIR /edgex-go 04:13:21 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 04:13:21 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:13:21 ---> 99fcc324429a 04:13:21 Step 3/21 : WORKDIR /edgex-go 04:13:21 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 04:13:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:13:21 ---> 99fcc324429a 04:13:21 Step 3/24 : WORKDIR /edgex-go 04:13:21 ---> Running in b948385b3106 04:13:21 ---> Running in e4fdb5b91e26 04:13:21 ---> Running in a100a6bd8281 04:13:21 ---> Running in 7aa58065f438 04:13:21 ---> Running in 79285e14f346 04:13:21 Removing intermediate container 79285e14f346 04:13:21 ---> 18f8fefa6920 04:13:21 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:13:21 Removing intermediate container 7aa58065f438 04:13:21 ---> 2255db26fc43 04:13:21 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:13:21 Removing intermediate container e4fdb5b91e26 04:13:21 ---> 0d4ae96bfb3a 04:13:21 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:13:21 Removing intermediate container a100a6bd8281 04:13:21 ---> bfdb900389b8 04:13:21 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:13:21 Removing intermediate container b948385b3106 04:13:21 ---> 6d77ec601d0d 04:13:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:13:21 ---> Running in a134bdb300fd 04:13:21 ---> Running in d75370ec8196 04:13:21 ---> Running in 99dd9b4df334 04:13:21 ---> Running in 4e615487a1d2 04:13:21 ---> Running in 97eb5685033b 04:13:22 Removing intermediate container 99dd9b4df334 04:13:22 ---> 336d3ce7b74d 04:13:22 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 04:13:22 ---> Running in da852c67a7b8 04:13:22 Removing intermediate container 4e615487a1d2 04:13:22 ---> 1eb252a62b28 04:13:22 Step 5/21 : RUN apk update && apk add make git 04:13:22 Removing intermediate container a134bdb300fd 04:13:22 ---> ccdf88592431 04:13:22 Step 5/20 : RUN apk update && apk add make git 04:13:22 ---> Running in e084e1811384 04:13:22 ---> Running in f2f32e72e997 04:13:22 Removing intermediate container d75370ec8196 04:13:22 ---> 84c937aef9a7 04:13:22 Step 5/26 : RUN apk update && apk add make git 04:13:23 Removing intermediate container 97eb5685033b 04:13:23 ---> a26e91831d46 04:13:23 Step 5/22 : RUN apk update && apk add make && apk add bash git 04:13:23 ---> Running in feeb11b77c7b 04:13:23 ---> Running in 8ea2a1c26633 04:13:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:13:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:13:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:13:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:13:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:13:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:13:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:13:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:13:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:13:26 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:13:26 v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:13:26 OK: 12623 distinct packages available 04:13:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:13:27 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:13:27 v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:13:27 OK: 12623 distinct packages available 04:13:27 OK: 217 MiB in 51 packages 04:13:27 OK: 217 MiB in 51 packages 04:13:28 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:13:28 v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:13:28 OK: 12623 distinct packages available 04:13:28 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:13:28 v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:13:28 OK: 12623 distinct packages available 04:13:28 OK: 217 MiB in 51 packages 04:13:28 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:13:28 v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:13:28 OK: 12623 distinct packages available 04:13:29 OK: 217 MiB in 51 packages 04:13:29 Removing intermediate container da852c67a7b8 04:13:29 ---> 560cfdf20ac5 04:13:29 Step 6/24 : COPY go.mod . 04:13:29 Removing intermediate container e084e1811384 04:13:29 ---> c0d76ee42bee 04:13:29 Step 6/21 : COPY go.mod . 04:13:30 OK: 217 MiB in 51 packages 04:13:30 ---> 49971360ecaf 04:13:30 Step 7/24 : RUN go mod download 04:13:30 Removing intermediate container feeb11b77c7b 04:13:30 ---> be1e4e711051 04:13:30 Step 6/26 : COPY go.mod . 04:13:30 ---> Running in 05efdd904f04 04:13:30 OK: 217 MiB in 51 packages 04:13:30 ---> ab08abeb6c0a 04:13:30 Step 7/21 : RUN go mod download 04:13:31 Removing intermediate container f2f32e72e997 04:13:31 ---> da075ed209ac 04:13:31 Step 6/20 : COPY go.mod . 04:13:31 ---> Running in 0b58597e4374 04:13:32 ---> 76cb6d3e6d7b 04:13:32 Step 7/26 : RUN go mod download 04:13:32 ---> 3f09ee702e7c 04:13:32 Step 7/20 : RUN go mod download 04:13:32 ---> Running in 06250f9e8090 04:13:32 ---> Running in 7416f1751542 04:13:32 Removing intermediate container 8ea2a1c26633 04:13:32 ---> 546f3a88c1d4 04:13:32 Step 6/22 : COPY go.mod . 04:13:33 ---> 2afcb6d12192 04:13:33 Step 7/22 : RUN go mod download 04:13:34 ---> Running in bbddd3b4875c 04:13:35 Removing intermediate container 05efdd904f04 04:13:35 ---> 4def2d5c5366 04:13:35 Step 8/24 : COPY . . 04:13:36 Removing intermediate container 0b58597e4374 04:13:36 ---> bf7bae911ebb 04:13:36 Step 8/21 : COPY . . 04:13:38 Removing intermediate container 7416f1751542 04:13:38 ---> d7b6345a88c9 04:13:38 Step 8/20 : COPY . . 04:13:38 Removing intermediate container 06250f9e8090 04:13:38 ---> 621f09640923 04:13:38 Step 8/26 : COPY . . 04:13:39 Removing intermediate container bbddd3b4875c 04:13:39 ---> cee01d0acedd 04:13:39 Step 8/22 : COPY . . 04:14:01 ---> 22f395c0c74e 04:14:01 Step 9/24 : RUN make cmd/support-notifications/support-notifications 04:14:01 ---> 7ad28fc6f1b9 04:14:01 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 04:14:01 ---> 4103ede02270 04:14:01 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 04:14:01 ---> ba6b077924c0 04:14:01 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:14:01 ---> Running in 416dff5b978a 04:14:01 ---> 7390c37bb6ad 04:14:01 Step 9/22 : RUN make cmd/support-logging/support-logging ---> Running in 8631d48c5c34 04:14:01 04:14:01 ---> Running in 7dd4f86098e8 04:14:01 ---> Running in ce9c7520af52 04:14:01 ---> Running in a8b77ba6e365 04:14:02 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 04:14:02 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 04:14:03 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 04:14:03 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 04:14:03 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 04:14:44 Running on prd-centos7-docker-8c-8g-8154 in /w/workspace/edgexfoundry_edgex-go_PR-2836 [Pipeline] { [Pipeline] ws 04:14:44 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 04:14:46 using credential edgex-jenkins-ssh 04:14:46 Cloning the remote Git repository 04:14:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:14:46 > git init /w/workspace/edgex-go/4 # timeout=10 04:14:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:14:46 > git --version # timeout=10 04:14:46 > git --version # 'git version 2.16.5' 04:14:46 using GIT_SSH to set credentials SSH Credentials for GitHub 04:14:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:14:51 Merging remotes/origin/master commit 276039d959642f82e27682464d1409e0b052ceab into PR head commit b26f68437dc89c641ae0c1f835b967d10b6adbe1 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 04:14:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:14:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:14:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:14:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:14:50 using GIT_SSH to set credentials SSH Credentials for GitHub 04:14:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2836/head:refs/remotes/origin/PR-2836 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:14:51 > git config core.sparsecheckout # timeout=10 04:14:51 > git checkout -f b26f68437dc89c641ae0c1f835b967d10b6adbe1 # timeout=10 [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:14:52 Failed in branch amd64 04:15:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:15:25 Removing intermediate container 7dd4f86098e8 04:15:25 ---> 8cefb6e8f0a0 04:15:25 04:15:25 Step 10/20 : FROM alpine 04:15:25 latest: Pulling from library/alpine 04:15:25 Digest: sha256:203ee936961c0f491f72ce9d3c3c67d9440cdb1d61b9783cf340baa09308ffc1 04:15:25 Status: Downloaded newer image for alpine:latest 04:15:25 ---> 2e77e061c27f 04:15:25 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:15:25 ---> Running in b50f919ac99f 04:15:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:15:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:15:28 v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:15:28 v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:15:28 OK: 12615 distinct packages available 04:15:29 (1/4) Installing ca-certificates (20191127-r4) 04:15:29 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:15:29 (3/4) Installing libcurl (7.69.1-r1) 04:15:29 (4/4) Installing curl (7.69.1-r1) 04:15:29 Executing busybox-1.31.1-r19.trigger 04:15:29 Executing ca-certificates-20191127-r4.trigger 04:15:29 OK: 7 MiB in 18 packages 04:15:31 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 04:15:31 Removing intermediate container b50f919ac99f 04:15:32 ---> e6e4d18f2225 04:15:32 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:15:32 ---> Running in 7ccd320f67d9 04:15:33 Removing intermediate container 7ccd320f67d9 04:15:33 ---> bc960b20267c 04:15:33 Step 13/20 : WORKDIR /edgex 04:15:33 ---> Running in 757ee70d41b8 04:15:34 Removing intermediate container 757ee70d41b8 04:15:34 ---> cc6fcbf2ed8a 04:15:34 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:15:36 ---> e737a424330c 04:15:36 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:15:37 Removing intermediate container a8b77ba6e365 04:15:37 ---> 9a94fa425773 04:15:37 04:15:37 Step 10/22 : FROM scratch 04:15:37 ---> 04:15:37 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:15:37 ---> Running in 34d88a891593 04:15:38 ---> 301c4db3f711 04:15:38 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:15:38 Removing intermediate container 34d88a891593 04:15:38 ---> 68d8f8228cc3 04:15:38 Step 12/22 : ENV APP_PORT=48061 04:15:38 ---> Running in e04774569222 04:15:38 ---> Running in d4d1a9f9ae11 04:15:39 Removing intermediate container d4d1a9f9ae11 04:15:39 ---> e748f72d3d2b 04:15:39 Step 13/22 : EXPOSE $APP_PORT 04:15:39 Removing intermediate container e04774569222 04:15:39 ---> 28a1eee05bab 04:15:39 Step 17/20 : CMD ["--init=true"] 04:15:39 ---> Running in 7de0b1f2be2f 04:15:40 ---> Running in 6709064f18d5 04:15:40 Removing intermediate container 7de0b1f2be2f 04:15:40 ---> 5b241dd8f8b1 04:15:40 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 04:15:40 Removing intermediate container 6709064f18d5 04:15:40 ---> 2dc022ee0c0b 04:15:40 Step 18/20 : LABEL arch=arm64 04:15:40 ---> Running in ba338af7987b 04:15:42 Removing intermediate container ba338af7987b 04:15:42 ---> b2c757943122 04:15:42 Step 19/20 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 04:15:42 ---> bf4eedbd9d57 04:15:42 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:15:42 ---> Running in 55001793ff36 04:15:43 Removing intermediate container 55001793ff36 04:15:43 ---> 1d9b48444790 04:15:43 Step 20/20 : LABEL version=0.0.0 04:15:43 Removing intermediate container ce9c7520af52 04:15:43 ---> 943929f96acd 04:15:43 04:15:43 Step 10/26 : FROM alpine:3.10 04:15:43 ---> f56cb88bc9b2 04:15:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:15:43 ---> Running in c909a855faf9 04:15:44 3.10: Pulling from library/alpine 04:15:44 Removing intermediate container c909a855faf9 04:15:44 ---> 65c3b9fc2d61 04:15:44 04:15:45 Successfully built 65c3b9fc2d61 04:15:45 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:15:45  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 04:15:45 ---> 3b5abb902750 04:15:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:15:46 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:15:46 Status: Downloaded newer image for alpine:3.10 04:15:46 ---> 536a684cf733 04:15:46 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:15:46 ---> Running in 5bad394521dc 04:15:47 ---> 8e8289347c07 04:15:47 Step 18/22 : ENTRYPOINT ["/support-logging"] 04:15:48 ---> Running in ff8a43d13fe3 04:15:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 04:15:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 04:15:49 v3.10.5-104-g58141e176c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:15:49 v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:15:49 OK: 10167 distinct packages available 04:15:50 (1/5) Installing ca-certificates (20191127-r2) 04:15:50 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:15:50 (3/5) Installing libcurl (7.66.0-r1) 04:15:50 (4/5) Installing curl (7.66.0-r1) 04:15:50 (5/5) Installing dumb-init (1.2.2-r1) 04:15:50 Executing busybox-1.30.1-r3.trigger 04:15:50 Executing ca-certificates-20191127-r2.trigger 04:15:50 OK: 7 MiB in 19 packages 04:15:50 Removing intermediate container ff8a43d13fe3 04:15:50 ---> 83b088741a66 04:15:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:15:51 ---> Running in 837aa591a470 04:15:51 Removing intermediate container 416dff5b978a 04:15:51 ---> a8e6b9dc30ea 04:15:51 04:15:51 Step 10/21 : FROM scratch 04:15:51 ---> 04:15:51 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:15:51 Removing intermediate container 8631d48c5c34 04:15:51 ---> 13f1b3fccb0d 04:15:51 04:15:51 Step 10/24 : FROM scratch 04:15:51 ---> 04:15:51 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:15:52 ---> Using cache 04:15:52 ---> 68d8f8228cc3 04:15:52 Step 12/24 : ENV APP_PORT=48060 04:15:52 ---> Running in dac3cc86def0 04:15:52 ---> Running in 602b99fa5066 04:15:52 Removing intermediate container 837aa591a470 04:15:52 ---> c5ddc578953f 04:15:52 Step 20/22 : LABEL arch=arm64 04:15:52 ---> Running in d830e8f62249 04:15:52 Removing intermediate container 602b99fa5066 04:15:52 ---> 761bfbb56f9b 04:15:52 Step 13/24 : EXPOSE $APP_PORT 04:15:52 Removing intermediate container dac3cc86def0 04:15:52 ---> 6bd1647d2180 04:15:52 Step 12/21 : ENV APP_PORT=48085 04:15:53 ---> Running in cbaf5f69ceea 04:15:53 Removing intermediate container 5bad394521dc 04:15:53 ---> 73c0e459311f 04:15:53 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:15:53 ---> Running in e25201ff5790 04:15:53 Removing intermediate container d830e8f62249 04:15:53 ---> d5c28fa47009 04:15:53 Step 21/22 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 04:15:53 ---> Running in 297201eaf7f8 04:15:53 ---> Running in a539252abcdc 04:15:54 Removing intermediate container cbaf5f69ceea 04:15:54 ---> be6d214ea853 04:15:54 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 04:15:54 Removing intermediate container e25201ff5790 04:15:54 ---> 03e0aa77c656 04:15:54 Step 13/21 : EXPOSE $APP_PORT 04:15:54 Removing intermediate container 297201eaf7f8 04:15:54 ---> 455ee8841e4e 04:15:54 Step 13/26 : WORKDIR / 04:15:54 ---> Running in 43fa68d45957 04:15:54 Removing intermediate container a539252abcdc 04:15:54 ---> 15eb6cf123a0 04:15:54 Step 22/22 : LABEL version=0.0.0 04:15:54 ---> Running in 5a85718102c0 04:15:55 ---> 5944d79eced6 04:15:55 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:15:55 ---> Running in 5d66e0911e94 04:15:55 Removing intermediate container 43fa68d45957 04:15:55 ---> 0b77fa6808a0 04:15:55 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:15:56 Removing intermediate container 5a85718102c0 04:15:56 ---> cedf8684a9ac 04:15:56 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:15:56 Removing intermediate container 5d66e0911e94 04:15:56 ---> 5814cdcfe67c 04:15:56 04:15:56 ---> 7eea1f015fef 04:15:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:15:56 Successfully built 5814cdcfe67c 04:15:56 Successfully tagged docker-support-logging-go-arm64:latest 04:15:56  Building docker-support-logging-go ... done Building docker-security-secrets-setup-go 04:15:57 ---> f438ef6be995 04:15:57 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 04:15:57 ---> 1bb0aede8e32 04:15:57 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:15:58 ---> 7c60cbc9fdf1 04:15:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:15:59 ---> 0b1804cba213 04:15:59 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:15:59 ---> bcb401431ff0 04:15:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:15:59 ---> 2edf42085d45 04:15:59 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 04:16:00 ---> fa13a3f86ac1 04:16:00 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:16:00 ---> Running in 1d37162e5e3c 04:16:00 ---> bd975e2a531c 04:16:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:16:01 Removing intermediate container 1d37162e5e3c 04:16:01 ---> 5db2aa4c52d9 04:16:01 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:16:02 ---> 66072a935bac 04:16:02 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:16:02 ---> Running in ec396d1d742d 04:16:03 ---> e09e11f22ecd 04:16:03 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:16:03 Removing intermediate container ec396d1d742d 04:16:03 ---> d038c59d8f33 04:16:03 Step 19/21 : LABEL arch=arm64 04:16:04 ---> 89eee8032424 04:16:04 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:16:04 ---> Running in 112708fe95e9 04:16:04 ---> 21670dc560bf 04:16:04 Step 20/24 : ENTRYPOINT ["/support-notifications"] 04:16:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 04:16:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:16:05 ---> 99fcc324429a 04:16:05 Step 3/22 : WORKDIR /edgex-go 04:16:05 ---> Using cache 04:16:05 ---> 6d77ec601d0d 04:16:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:16:05 ---> Using cache 04:16:05 ---> a26e91831d46 04:16:05 Step 5/22 : RUN apk update && apk add make git 04:16:05 ---> Running in e396b44aed58 04:16:05 ---> Running in 02be8e3fab1d 04:16:05 Removing intermediate container 112708fe95e9 04:16:05 ---> 13585c84ef95 04:16:05 Step 20/21 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 04:16:05 ---> 4af2a69d9f06 04:16:05 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:16:06 ---> Running in e4ee6278cf79 04:16:06 Removing intermediate container e396b44aed58 04:16:06 ---> 3a6257972599 04:16:06 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:16:06 ---> Running in 1bde63ff1121 04:16:07 Removing intermediate container e4ee6278cf79 04:16:07 ---> e90c2684bf4e 04:16:07 Step 21/21 : LABEL version=0.0.0 04:16:07 ---> Running in 78c686dbd3f7 04:16:07 Removing intermediate container 1bde63ff1121 04:16:07 ---> 36f7d1c20b53 04:16:07 Step 22/24 : LABEL arch=arm64 04:16:07 ---> 133e27eb691f 04:16:07 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:16:07 ---> Running in 8c7d2018dfbb 04:16:07 Removing intermediate container 78c686dbd3f7 04:16:07 ---> c656ab84f83b 04:16:07 04:16:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:16:08 Successfully built c656ab84f83b 04:16:08 Successfully tagged docker-support-scheduler-go-arm64:latest 04:16:08 Building docker-core-metadata-go 04:16:08  Building docker-support-scheduler-go ... done Removing intermediate container 8c7d2018dfbb 04:16:08 ---> 04995716f10f 04:16:08 Step 23/24 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 04:16:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:16:08 ---> cf708878c904 04:16:08 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:16:09 ---> Running in 63f8de101f68 04:16:09 ---> Running in 20383efd2e5b 04:16:09 Removing intermediate container 63f8de101f68 04:16:09 ---> 52a59d6b3d52 04:16:09 Step 24/24 : LABEL version=0.0.0 04:16:09 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:16:09 v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:16:09 OK: 12623 distinct packages available 04:16:10 ---> Running in 3a0b2080f88e 04:16:10 OK: 217 MiB in 51 packages 04:16:11 Removing intermediate container 3a0b2080f88e 04:16:11 ---> b9d2ccc2eb69 04:16:11 04:16:11 Successfully built b9d2ccc2eb69 04:16:11 Successfully tagged docker-support-notifications-go-arm64:latest 04:16:11  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 04:16:12 Removing intermediate container 02be8e3fab1d 04:16:12 ---> ab7307b84376 04:16:12 Step 6/22 : COPY go.mod . 04:16:12 Removing intermediate container 20383efd2e5b 04:16:12 ---> f06016d79fbc 04:16:12 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:16:13 ---> Running in efbd885b33be 04:16:13 ---> c55170b26dae 04:16:13 Step 7/22 : RUN go mod download 04:16:14 ---> Running in 5689113b9b3a 04:16:14 Removing intermediate container efbd885b33be 04:16:14 ---> 19453a85beaa 04:16:14 Step 24/26 : LABEL arch=arm64 04:16:15 ---> Running in 9a26b10a5f9b 04:16:16 Removing intermediate container 9a26b10a5f9b 04:16:16 ---> ea0582e262c4 04:16:16 Step 25/26 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 04:16:17 ---> Running in c5c915105753 04:16:18 Removing intermediate container c5c915105753 04:16:18 ---> 24c086b61e42 04:16:18 Step 26/26 : LABEL version=0.0.0 04:16:19 ---> Running in 00c5cf98e269 04:16:20 Removing intermediate container 00c5cf98e269 04:16:20 ---> 255a59fd0362 04:16:20 04:16:20 Removing intermediate container 5689113b9b3a 04:16:20 ---> f6c404e87732 04:16:20 Step 8/22 : COPY . . 04:16:20 Successfully built 255a59fd0362 04:16:20 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:16:20  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 04:16:28 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 04:16:28 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:16:28 ---> 99fcc324429a 04:16:28 Step 3/29 : WORKDIR /edgex-go 04:16:28 ---> Using cache 04:16:28 ---> 6d77ec601d0d 04:16:28 Step 4/29 : RUN apk update && apk add make git 04:16:33 ---> Running in e3330ccca0a0 04:16:34 ---> 4847798642c8 04:16:34 Step 9/22 : RUN make cmd/core-command/core-command 04:16:34 ---> Running in 765016781e8b 04:16:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:16:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:16:36 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 04:16:37 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:16:37 v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:16:37 OK: 12623 distinct packages available 04:16:38 OK: 217 MiB in 51 packages 04:16:41 Removing intermediate container e3330ccca0a0 04:16:41 ---> d6d0a36d3ca7 04:16:41 Step 5/29 : COPY go.mod . 04:16:43 ---> 99e4dfe93afb 04:16:43 Step 6/29 : RUN go mod download 04:16:43 ---> Running in 0a003dccbdb4 04:16:52 Removing intermediate container 0a003dccbdb4 04:16:52 ---> 8a5e687e787e 04:16:52 Step 7/29 : COPY . . 04:16:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 04:16:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:16:52 ---> 99fcc324429a 04:16:52 Step 3/22 : WORKDIR /edgex-go 04:16:52 ---> Using cache 04:16:52 ---> 6d77ec601d0d 04:16:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:16:52 ---> Using cache 04:16:52 ---> a26e91831d46 04:16:52 Step 5/22 : RUN apk update && apk add make git 04:16:52 ---> Using cache 04:16:52 ---> ab7307b84376 04:16:52 Step 6/22 : COPY go.mod . 04:16:52 ---> Using cache 04:16:52 ---> c55170b26dae 04:16:52 Step 7/22 : RUN go mod download 04:16:52 ---> Using cache 04:16:52 ---> f6c404e87732 04:16:52 Step 8/22 : COPY . . 04:16:52 ---> Using cache 04:16:52 ---> 4847798642c8 04:16:52 Step 9/22 : RUN make cmd/core-metadata/core-metadata 04:16:52 ---> Running in 2ff9371e1e0a 04:16:53 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 04:16:53 Step 2/27 : FROM ${BUILDER_BASE} AS builder 04:16:53 ---> 99fcc324429a 04:16:53 Step 3/27 : WORKDIR /edgex-go 04:16:53 ---> Using cache 04:16:53 ---> 6d77ec601d0d 04:16:53 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:16:53 ---> Using cache 04:16:53 ---> a26e91831d46 04:16:53 Step 5/27 : RUN apk update && apk add make bash git 04:16:54 ---> Running in caff84042225 04:16:55 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 04:16:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:16:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:16:59 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:16:59 v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:16:59 OK: 12623 distinct packages available 04:16:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 04:16:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:16:59 ---> 99fcc324429a 04:16:59 Step 3/23 : WORKDIR /edgex-go 04:16:59 ---> Using cache 04:16:59 ---> 6d77ec601d0d 04:16:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:16:59 ---> Using cache 04:16:59 ---> a26e91831d46 04:16:59 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:17:00 OK: 217 MiB in 51 packages 04:17:02 ---> Running in e533ff79e7f5 04:17:04 Removing intermediate container caff84042225 04:17:04 ---> 72c0365a34e6 04:17:04 Step 6/27 : COPY go.mod . 04:17:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:17:06 ---> a7b43faa971a 04:17:06 Step 7/27 : RUN go mod download 04:17:06 ---> Running in 34364bfe73af 04:17:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:17:08 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:17:08 v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:17:08 OK: 12623 distinct packages available 04:17:09 OK: 217 MiB in 51 packages 04:17:12 Removing intermediate container e533ff79e7f5 04:17:12 ---> 19729f2fce2b 04:17:12 Step 6/23 : COPY go.mod . 04:17:12 Removing intermediate container 34364bfe73af 04:17:12 ---> 12e0c9ae3402 04:17:12 Step 8/27 : COPY . . 04:17:13 ---> 7a8acf3ad001 04:17:13 Step 7/23 : RUN go mod download 04:17:13 ---> Running in a1941dad9c93 04:17:15 ---> bce07c636c14 04:17:15 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:17:16 ---> Running in e1cf88dbd18d 04:17:19 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 04:17:20 Removing intermediate container a1941dad9c93 04:17:20 ---> bfd680c76801 04:17:20 Step 8/23 : COPY . . 04:17:38 ---> 431496cad087 04:17:38 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:17:39 ---> Running in 535c32f18a4e 04:17:42 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 04:17:42 ---> 308e7a38768e 04:17:42 Step 9/23 : RUN make cmd/core-data/core-data 04:17:42 ---> Running in e4996af4add4 04:17:45 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 04:18:07 Removing intermediate container 765016781e8b 04:18:07 ---> 7a51fc888f1d 04:18:07 04:18:07 Step 10/22 : FROM scratch 04:18:07 ---> 04:18:07 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:18:07 ---> Using cache 04:18:07 ---> 6bd1647d2180 04:18:07 Step 12/22 : ENV APP_PORT=48082 04:18:07 ---> Running in a850522d3929 04:18:07 Removing intermediate container a850522d3929 04:18:07 ---> c6ab7fe73add 04:18:07 Step 13/22 : EXPOSE $APP_PORT 04:18:07 ---> Running in aafb21beea7d 04:18:07 Removing intermediate container aafb21beea7d 04:18:07 ---> ffdab0ba5144 04:18:07 Step 14/22 : WORKDIR / 04:18:07 ---> Running in aa640cfc1572 04:18:07 Removing intermediate container aa640cfc1572 04:18:07 ---> 70060132ab4c 04:18:07 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:18:08 ---> c9e65af1d953 04:18:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:18:10 ---> 655b80fecc57 04:18:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:18:11 ---> 2678ebf712d3 04:18:11 Step 18/22 : ENTRYPOINT ["/core-command"] 04:18:12 ---> Running in 921a96770c1f 04:18:12 Removing intermediate container 921a96770c1f 04:18:12 ---> ae835d999edc 04:18:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:18:13 ---> Running in fee237df018c 04:18:13 Removing intermediate container fee237df018c 04:18:13 ---> d44f3be217be 04:18:13 Step 20/22 : LABEL arch=arm64 04:18:13 ---> Running in efd674a3ae86 04:18:14 Removing intermediate container efd674a3ae86 04:18:14 ---> 1a0f3a78d4cd 04:18:14 Step 21/22 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 04:18:14 ---> Running in 365b2ceb6efe 04:18:15 Removing intermediate container 365b2ceb6efe 04:18:15 ---> d0615ad69834 04:18:15 Step 22/22 : LABEL version=0.0.0 04:18:15 ---> Running in b39e520f5f0d 04:18:15 Removing intermediate container b39e520f5f0d 04:18:15 ---> d4b5e5e792e4 04:18:15 04:18:16 Successfully built d4b5e5e792e4 04:18:16 Successfully tagged docker-core-command-go-arm64:latest 04:18:38  Building docker-core-command-go ... done Removing intermediate container e1cf88dbd18d 04:18:38 ---> 51b01cb73b03 04:18:38 04:18:38 Step 9/29 : FROM alpine:latest 04:18:38 ---> 2e77e061c27f 04:18:38 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:18:38 ---> Running in 5b5f99fb3f38 04:18:38 Removing intermediate container 5b5f99fb3f38 04:18:38 ---> a19403af4ff2 04:18:38 Step 11/29 : USER root 04:18:38 ---> Running in f0adaee81053 04:18:38 Removing intermediate container f0adaee81053 04:18:38 ---> ceb32092e77e 04:18:38 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:18:38 ---> Running in a016b5410357 04:18:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:18:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:18:41 v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:18:41 v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:18:41 OK: 12615 distinct packages available 04:18:41 (1/2) Installing ca-certificates (20191127-r4) 04:18:41 (2/2) Installing dumb-init (1.2.2-r1) 04:18:41 Executing busybox-1.31.1-r19.trigger 04:18:41 Executing ca-certificates-20191127-r4.trigger 04:18:42 OK: 6 MiB in 16 packages 04:18:44 Removing intermediate container a016b5410357 04:18:44 ---> 1d4d5865217c 04:18:44 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:18:44 ---> Running in 41986f9f119d 04:18:45 Removing intermediate container 41986f9f119d 04:18:45 ---> a2cc9d16ca93 04:18:45 Step 14/29 : WORKDIR $BASE_DIR 04:18:45 ---> Running in 89c6e22b9785 04:18:46 Removing intermediate container 89c6e22b9785 04:18:46 ---> 2198248baa72 04:18:46 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:18:46 ---> Running in 056b0c8ad96b 04:18:50 Removing intermediate container 056b0c8ad96b 04:18:50 ---> 98c6805d6a52 04:18:50 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:18:52 ---> a4eb6e324eea 04:18:52 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:18:53 ---> cbd29568a32c 04:18:53 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:18:54 ---> 615c2411ca15 04:18:54 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:18:56 ---> d76729d5ce3f 04:18:56 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:18:58 ---> 3e0fc8c32b4d 04:18:58 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:18:58 ---> Running in 72052bc68202 04:18:58 Removing intermediate container 2ff9371e1e0a 04:18:58 ---> 2b00f84793b8 04:18:58 04:18:58 Step 10/22 : FROM scratch 04:18:58 ---> 04:18:58 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:18:59 ---> Using cache 04:18:59 ---> 6bd1647d2180 04:18:59 Step 12/22 : ENV APP_PORT=48081 04:18:59 ---> Running in c40bbf31a11e 04:19:00 Removing intermediate container c40bbf31a11e 04:19:00 ---> 05f048801640 04:19:00 Step 13/22 : EXPOSE $APP_PORT 04:19:00 ---> Running in fe5d767629dc 04:19:01 Removing intermediate container fe5d767629dc 04:19:01 ---> 85580dc3782d 04:19:01 Step 14/22 : WORKDIR / 04:19:01 ---> Running in 8f75c750f99d 04:19:02 Removing intermediate container 8f75c750f99d 04:19:02 ---> a0b4bc3fa59e 04:19:02 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:19:03 Removing intermediate container 72052bc68202 04:19:03 ---> bb26bd673768 04:19:03 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:19:04 ---> 82f9800593c0 04:19:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:19:05 ---> d2c0cc3adffd 04:19:05 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:19:05 Removing intermediate container 535c32f18a4e 04:19:05 ---> add6f161e6ad 04:19:05 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:19:05 ---> Running in 51dde24dcdf8 04:19:06 ---> Running in 0789917ceff5 04:19:07 ---> 68487ef60066 04:19:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:19:08 ---> 10057f7136c1 04:19:08 Step 18/22 : ENTRYPOINT ["/core-metadata"] 04:19:08 ---> Running in 290359399a35 04:19:09 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 04:19:09 Removing intermediate container 290359399a35 04:19:09 ---> 8df983dcc0bd 04:19:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:19:10 ---> Running in 1477f25f5731 04:19:10 Removing intermediate container 51dde24dcdf8 04:19:10 ---> a812a924e1c1 04:19:10 Step 24/29 : RUN chmod 755 security-secrets-setup 04:19:10 ---> Running in b15142c3c080 04:19:10 Removing intermediate container 1477f25f5731 04:19:10 ---> e276add0a3bd 04:19:10 Step 20/22 : LABEL arch=arm64 04:19:11 ---> Running in 641559bb5c97 04:19:12 Removing intermediate container 641559bb5c97 04:19:12 ---> 2b8f355af9c6 04:19:12 Step 21/22 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 04:19:12 ---> Running in fbcfc238c953 04:19:13 Removing intermediate container fbcfc238c953 04:19:13 ---> 257c648f1c33 04:19:13 Step 22/22 : LABEL version=0.0.0 04:19:13 ---> Running in e318c2c57533 04:19:14 Removing intermediate container 0789917ceff5 04:19:14 ---> 5fe7d518cc8d 04:19:14 04:19:14 Step 11/27 : FROM docker:latest 04:19:14 ---> 5d4db4dc0692 04:19:14 Step 12/27 : RUN apk add --no-cache bash 04:19:14 ---> Running in 26c30f025c16 04:19:14 Removing intermediate container e318c2c57533 04:19:14 ---> 4279e610faaa 04:19:14 04:19:15 Successfully built 4279e610faaa 04:19:15 Successfully tagged docker-core-metadata-go-arm64:latest 04:19:15  Building docker-core-metadata-go ... done Removing intermediate container b15142c3c080 04:19:15 ---> 95a67d15255b 04:19:15 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:19:15 ---> Running in e59cf975a27d 04:19:16 Removing intermediate container e59cf975a27d 04:19:16 ---> a414ec886747 04:19:16 Step 26/29 : CMD [ "generate" ] 04:19:16 ---> Running in f48247c1ad72 04:19:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:19:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:19:16 Removing intermediate container f48247c1ad72 04:19:16 ---> d35d2f4c9c33 04:19:16 Step 27/29 : LABEL arch=arm64 04:19:16 ---> Running in 1ecc0f79e4b0 04:19:17 (1/2) Installing readline (8.0.4-r0) 04:19:17 (2/2) Installing bash (5.0.17-r0) 04:19:17 Executing bash-5.0.17-r0.post-install 04:19:17 Executing busybox-1.31.1-r19.trigger 04:19:17 OK: 12 MiB in 22 packages 04:19:17 Removing intermediate container 1ecc0f79e4b0 04:19:17 ---> d21dcf34e8e5 04:19:17 Step 28/29 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 04:19:17 ---> Running in 7255ce857da0 04:19:18 Removing intermediate container 7255ce857da0 04:19:18 ---> 497ac026ada2 04:19:18 Step 29/29 : LABEL version=0.0.0 04:19:18 ---> Running in e77edb743224 04:19:18 Removing intermediate container 26c30f025c16 04:19:18 ---> d42269ba53c5 04:19:18 Step 13/27 : RUN rm -rf /var/cache/apk/* 04:19:18 ---> Running in 672f90114a0d 04:19:19 Removing intermediate container e77edb743224 04:19:19 ---> f03e20313347 04:19:19 04:19:19 Successfully built f03e20313347 04:19:19 Successfully tagged docker-security-secrets-setup-go-arm64:latest 04:19:21  Building docker-security-secrets-setup-go ... done Removing intermediate container 672f90114a0d 04:19:21 ---> a337cad73d8b 04:19:21 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:19:21 ---> Running in 29fb3f005765 04:19:22 Removing intermediate container 29fb3f005765 04:19:22 ---> 63c7eb900a18 04:19:22 Step 15/27 : ENV APP_PORT=48090 04:19:22 ---> Running in 0711a7c79037 04:19:22 Removing intermediate container 0711a7c79037 04:19:22 ---> 2678959ea345 04:19:22 Step 16/27 : EXPOSE $APP_PORT 04:19:23 ---> Running in c706e618a2f4 04:19:23 Removing intermediate container c706e618a2f4 04:19:23 ---> 5cf1dc3b1001 04:19:23 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:19:25 ---> 773e68376ae4 04:19:25 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:19:25 ---> 682cb00efafa 04:19:25 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:19:26 ---> 1305c4d1c8a8 04:19:26 Step 20/27 : RUN apk --no-cache add py3-pip 04:19:26 ---> Running in f8331bf95d9e 04:19:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:19:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:19:29 (1/33) Installing libbz2 (1.0.8-r1) 04:19:29 (2/33) Installing expat (2.2.9-r1) 04:19:29 (3/33) Installing libffi (3.3-r2) 04:19:29 (4/33) Installing gdbm (1.13-r1) 04:19:29 (5/33) Installing xz-libs (5.2.5-r0) 04:19:29 (6/33) Installing sqlite-libs (3.32.1-r0) 04:19:29 (7/33) Installing python3 (3.8.5-r0) 04:19:31 (8/33) Installing py3-appdirs (1.4.4-r1) 04:19:31 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:19:31 (10/33) Installing py3-parsing (2.4.7-r0) 04:19:31 (11/33) Installing py3-six (1.15.0-r0) 04:19:31 (12/33) Installing py3-packaging (20.4-r0) 04:19:31 (13/33) Installing py3-setuptools (47.0.0-r0) 04:19:31 (14/33) Installing py3-chardet (3.0.4-r4) 04:19:31 (15/33) Installing py3-idna (2.9-r0) 04:19:31 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:19:31 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:19:31 (18/33) Installing py3-requests (2.23.0-r0) 04:19:31 (19/33) Installing py3-msgpack (1.0.0-r0) 04:19:31 (20/33) Installing py3-lockfile (0.12.2-r3) 04:19:31 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:19:31 (22/33) Installing py3-colorama (0.4.3-r0) 04:19:31 (23/33) Installing py3-distlib (0.3.0-r0) 04:19:31 (24/33) Installing py3-distro (1.5.0-r1) 04:19:31 (25/33) Installing py3-webencodings (0.5.1-r3) 04:19:31 (26/33) Installing py3-html5lib (1.0.1-r4) 04:19:31 (27/33) Installing py3-pytoml (0.1.21-r0) 04:19:31 (28/33) Installing py3-pep517 (0.8.2-r0) 04:19:31 Removing intermediate container e4996af4add4 04:19:31 ---> 5774909a7a74 04:19:31 04:19:31 Step 10/23 : FROM alpine 04:19:31 ---> 2e77e061c27f 04:19:31 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:19:31 (29/33) Installing py3-progress (1.5-r0) 04:19:31 (30/33) Installing py3-toml (0.10.1-r0) 04:19:31 (31/33) Installing py3-retrying (1.3.3-r0) 04:19:31 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:19:31 (33/33) Installing py3-pip (20.1.1-r0) 04:19:32 Executing busybox-1.31.1-r19.trigger 04:19:32 OK: 71 MiB in 55 packages 04:19:32 ---> Running in 95ec2b32aa77 04:19:32 Removing intermediate container 95ec2b32aa77 04:19:32 ---> a4f921fb4d06 04:19:32 Step 12/23 : ENV APP_PORT=48080 04:19:32 ---> Running in 62112c458c80 04:19:33 Removing intermediate container 62112c458c80 04:19:33 ---> 25b45c33e1ed 04:19:33 Step 13/23 : EXPOSE $APP_PORT 04:19:33 ---> Running in 7a4c6b96a8cc 04:19:34 Removing intermediate container 7a4c6b96a8cc 04:19:34 ---> 0b76ccbb3435 04:19:34 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:19:34 ---> Running in 390deea2d9b8 04:19:38 Removing intermediate container 390deea2d9b8 04:19:38 ---> f548a21876ba 04:19:38 Step 15/23 : RUN apk --no-cache add zeromq 04:19:38 ---> Running in 0a534244f8ac 04:19:38 Removing intermediate container f8331bf95d9e 04:19:38 ---> 91f462d4e2ca 04:19:38 Step 21/27 : RUN pip install docker-compose==1.23.2 04:19:38 ---> Running in 93e3ac15d292 04:19:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:19:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:19:41 (1/5) Installing libgcc (9.3.0-r2) 04:19:41 (2/5) Installing libsodium (1.0.18-r0) 04:19:41 (3/5) Installing libstdc++ (9.3.0-r2) 04:19:41 (4/5) Installing libzmq (4.3.3-r0) 04:19:41 (5/5) Installing zeromq (4.3.3-r0) 04:19:41 Executing busybox-1.31.1-r19.trigger 04:19:41 OK: 8 MiB in 19 packages 04:19:43 Removing intermediate container 0a534244f8ac 04:19:43 ---> 374644283570 04:19:43 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:19:43 ---> ef7ca0169bd0 04:19:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:19:44 Collecting docker-compose==1.23.2 04:19:44 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:19:44 ---> eb675be1654b 04:19:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:19:45 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:19:45 ---> 2df7858de990 04:19:45 Step 19/23 : ENTRYPOINT ["/core-data"] 04:19:45 ---> Running in 4b343a1f0fba 04:19:45 Collecting docker<4.0,>=3.6.0 04:19:46 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:19:46 Removing intermediate container 4b343a1f0fba 04:19:46 ---> 7a8fb594edd4 04:19:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:19:46 ---> Running in fea641b5d88e 04:19:46 Collecting docopt<0.7,>=0.6.1 04:19:46 Downloading docopt-0.6.2.tar.gz (25 kB) 04:19:46 Removing intermediate container fea641b5d88e 04:19:46 ---> e970b2d2e974 04:19:46 Step 21/23 : LABEL arch=arm64 04:19:46 ---> Running in 9d739a5d1fd7 04:19:47 Removing intermediate container 9d739a5d1fd7 04:19:47 ---> f2a291941cf0 04:19:47 Step 22/23 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 04:19:47 ---> Running in cbf17a0122d0 04:19:47 Removing intermediate container cbf17a0122d0 04:19:47 ---> c2afe34ab50d 04:19:47 Step 23/23 : LABEL version=0.0.0 04:19:48 ---> Running in f3612acf777a 04:19:48 Removing intermediate container f3612acf777a 04:19:48 ---> a002b3e0a9c4 04:19:48 04:19:48 Successfully built a002b3e0a9c4 04:19:48 Successfully tagged docker-core-data-go-arm64:latest 04:19:49  Building docker-core-data-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:19:49 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:19:50 Collecting dockerpty<0.5,>=0.4.1 04:19:50 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:19:52 Collecting cached-property<2,>=1.2.0 04:19:52 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:19:52 Collecting websocket-client<1.0,>=0.32.0 04:19:52 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:19:52 Collecting texttable<0.10,>=0.9.0 04:19:52 Downloading texttable-0.9.1.tar.gz (11 kB) 04:19:54 Collecting PyYAML<4,>=3.10 04:19:54 Downloading PyYAML-3.13.tar.gz (270 kB) 04:19:58 Collecting jsonschema<3,>=2.5.1 04:19:58 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:19:58 Collecting docker-pycreds>=0.4.0 04:19:58 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:19:58 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) 04:19:58 Collecting urllib3<1.25,>=1.21.1 04:19:58 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:19:59 Collecting idna<2.8,>=2.5 04:19:59 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:19:59 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) 04:19:59 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:19:59 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:19:59 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:19:59 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:20:00 Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, docopt, dockerpty, cached-property, texttable, PyYAML, jsonschema, docker-compose 04:20:00 Attempting uninstall: urllib3 04:20:00 Found existing installation: urllib3 1.25.9 04:20:00 Uninstalling urllib3-1.25.9: 04:20:00 Successfully uninstalled urllib3-1.25.9 04:20:00 Attempting uninstall: idna 04:20:00 Found existing installation: idna 2.9 04:20:00 Uninstalling idna-2.9: 04:20:00 Successfully uninstalled idna-2.9 04:20:01 Attempting uninstall: requests 04:20:01 Found existing installation: requests 2.23.0 04:20:01 Uninstalling requests-2.23.0: 04:20:01 Successfully uninstalled requests-2.23.0 04:20:03 Running setup.py install for docopt: started 04:20:04 Running setup.py install for docopt: finished with status 'done' 04:20:04 Running setup.py install for dockerpty: started 04:20:06 Running setup.py install for dockerpty: finished with status 'done' 04:20:06 Running setup.py install for texttable: started 04:20:08 Running setup.py install for texttable: finished with status 'done' 04:20:08 Running setup.py install for PyYAML: started 04:20:10 Running setup.py install for PyYAML: finished with status 'done' 04:20:11 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 04:20:14 Removing intermediate container 93e3ac15d292 04:20:14 ---> 6a39e44aeed2 04:20:14 Step 22/27 : RUN apk --no-cache add curl 04:20:15 ---> Running in 6ae1a915599a 04:20:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:20:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:20:17 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:20:17 (2/3) Installing libcurl (7.69.1-r1) 04:20:17 (3/3) Installing curl (7.69.1-r1) 04:20:17 Executing busybox-1.31.1-r19.trigger 04:20:17 OK: 71 MiB in 58 packages 04:20:18 Removing intermediate container 6ae1a915599a 04:20:18 ---> e4587688a4c5 04:20:18 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 04:20:18 ---> Running in 72dcb2fa8c48 04:20:19 Removing intermediate container 72dcb2fa8c48 04:20:19 ---> 41b6192e1dd0 04:20:19 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:20:19 ---> Running in bf2c85d419ae 04:20:19 Removing intermediate container bf2c85d419ae 04:20:19 ---> 8c6af37991fa 04:20:19 Step 25/27 : LABEL arch=arm64 04:20:19 ---> Running in 5507a83245f7 04:20:20 Removing intermediate container 5507a83245f7 04:20:20 ---> 22c199c4196c 04:20:20 Step 26/27 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 04:20:20 ---> Running in e85ff5104d74 04:20:21 Removing intermediate container e85ff5104d74 04:20:21 ---> c4710ed10ac0 04:20:21 Step 27/27 : LABEL version=0.0.0 04:20:21 ---> Running in c356988744bb 04:20:21 Removing intermediate container c356988744bb 04:20:21 ---> 8742df3188b1 04:20:21 04:20:22 Successfully built 8742df3188b1 04:20:22 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:20:22  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:20:22 $ docker stop --time=1 57938dd4052f11e4b24fed24de20626d6f394c4254557a3a7d5abe59a4c6af32 04:20:24 $ docker rm -f 57938dd4052f11e4b24fed24de20626d6f394c4254557a3a7d5abe59a4c6af32 [Pipeline] // withDockerContainer [Pipeline] sh 04:20:24 + docker images 04:20:24 + grep docker 04:20:25 docker-sys-mgmt-agent-go-arm64 latest 8742df3188b1 4 seconds ago 270MB 04:20:25 docker-core-data-go-arm64 latest a002b3e0a9c4 37 seconds ago 22.2MB 04:20:25 docker-security-secrets-setup-go-arm64 latest f03e20313347 About a minute ago 22.7MB 04:20:25 docker-core-metadata-go-arm64 latest 4279e610faaa About a minute ago 13.5MB 04:20:25 docker-core-command-go-arm64 latest d4b5e5e792e4 2 minutes ago 11.4MB 04:20:25 docker-security-secretstore-setup-go-arm64 latest 255a59fd0362 4 minutes ago 30.8MB 04:20:25 docker-support-notifications-go-arm64 latest b9d2ccc2eb69 4 minutes ago 12.9MB 04:20:25 docker-support-scheduler-go-arm64 latest c656ab84f83b 4 minutes ago 11.5MB 04:20:25 docker-support-logging-go-arm64 latest 5814cdcfe67c 4 minutes ago 10.6MB 04:20:25 docker-security-proxy-setup-go-arm64 latest 65c3b9fc2d61 4 minutes ago 15.1MB 04:20:25 docker latest 5d4db4dc0692 About an hour 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 04:20:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:20:29 ---> package-listing.sh 04:20:29 ++ facter osfamily 04:20:29 ++ tr '[:upper:]' '[:lower:]' 04:20:29 + OS_FAMILY=redhat 04:20:29 + workspace=/w/workspace/edgex-go/4 04:20:29 + START_PACKAGES=/tmp/packages_start.txt 04:20:29 + END_PACKAGES=/tmp/packages_end.txt 04:20:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:20:29 + PACKAGES=/tmp/packages_start.txt 04:20:29 + '[' /w/workspace/edgex-go/4 ']' 04:20:29 + PACKAGES=/tmp/packages_end.txt 04:20:29 + case "${OS_FAMILY}" in 04:20:29 + rpm -qa 04:20:29 + sort 04:20:34 + '[' -f /tmp/packages_start.txt ']' 04:20:34 + '[' -f /tmp/packages_end.txt ']' 04:20:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:20:34 + '[' /w/workspace/edgex-go/4 ']' 04:20:34 + mkdir -p /w/workspace/edgex-go/4/archives/ 04:20:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 04:20:34 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:20:34 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:20:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:20:34 04:20:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:20:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:20:35 alpine: Pulling from edgex-lftools-log-publisher 04:20:35 df20fa9351a1: Already exists 04:20:35 36b3adc4ff6f: Pulling fs layer 04:20:35 8ad3a11d3b57: Pulling fs layer 04:20:35 46f8f816bc3b: Pulling fs layer 04:20:35 93b61091891f: Pulling fs layer 04:20:35 93b9cdb0e59b: Pulling fs layer 04:20:35 5e14af77c1be: Pulling fs layer 04:20:35 01666e4c0597: Pulling fs layer 04:20:35 aa168da1d23b: Pulling fs layer 04:20:35 93b9cdb0e59b: Waiting 04:20:35 5e14af77c1be: Waiting 04:20:35 01666e4c0597: Waiting 04:20:35 aa168da1d23b: Waiting 04:20:35 93b61091891f: Waiting 04:20:35 46f8f816bc3b: Verifying Checksum 04:20:35 46f8f816bc3b: Download complete 04:20:35 36b3adc4ff6f: Download complete 04:20:35 93b9cdb0e59b: Verifying Checksum 04:20:35 93b9cdb0e59b: Download complete 04:20:35 5e14af77c1be: Verifying Checksum 04:20:35 5e14af77c1be: Download complete 04:20:35 01666e4c0597: Verifying Checksum 04:20:35 01666e4c0597: Download complete 04:20:35 93b61091891f: Verifying Checksum 04:20:35 93b61091891f: Download complete 04:20:35 36b3adc4ff6f: Pull complete 04:20:36 8ad3a11d3b57: Verifying Checksum 04:20:36 8ad3a11d3b57: Download complete 04:20:37 8ad3a11d3b57: Pull complete 04:20:37 46f8f816bc3b: Pull complete 04:20:38 aa168da1d23b: Verifying Checksum 04:20:38 aa168da1d23b: Download complete 04:20:38 93b61091891f: Pull complete 04:20:38 93b9cdb0e59b: Pull complete 04:20:38 5e14af77c1be: Pull complete 04:20:38 01666e4c0597: Pull complete 04:20:51 aa168da1d23b: Pull complete 04:20:51 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:20:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:20:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:20:51 prd-centos7-docker-4c-2g-8147 does not seem to be running inside a container 04:20:51 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-lftools-log-publisher:alpine cat 04:20:53 $ docker top 2be76254b550fa17b06a0dbec938bbcc8a3d8f9dff75249ff19a228a80f6c336 -eo pid,comm [Pipeline] { [Pipeline] sh 04:20:54 + touch /tmp/pre-build-complete [Pipeline] sh 04:20:54 + mkdir -p /var/log/sa [Pipeline] sh 04:20:55 + ls /var/log/sa-host 04:20:55 + sadf -c /var/log/sa-host/sa05 04:20:55 file_magic: OK 04:20:55 HZ: Using current value: 100 04:20:55 file_header: OK 04:20:55 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 04:20:55 Statistics: 04:20:55 Hnuu...uuuununununu...Hnuu...uuuununununu... 04:20:55 File successfully converted to sysstat format version 12.2.1 04:20:55 + sadf -c /var/log/sa-host/sa22 04:20:55 file_magic: OK 04:20:55 HZ: Using current value: 100 04:20:55 file_header: OK 04:20:55 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 04:20:55 Statistics: 04:20:55 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:20:55 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:20:55 provisioning config files... 04:20:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config3649538130778231260tmp [Pipeline] { [Pipeline] echo 04:20:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:20:55 ---> create-netrc.sh [Pipeline] } 04:20:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 04:20:56 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 04:20:56 ---> python-tools-install.sh [Pipeline] echo 04:20:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:20:56 ---> sudo-logs.sh 04:20:56 Archiving 'sudo' log.. [Pipeline] echo 04:20:56 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:20:57 ---> job-cost.sh 04:20:57 lf-activate-venv: SKIPPING 04:20:57 INFO: No Stack... 04:20:58 INFO: Retrieving Pricing Info for: v1-standard-2 04:20:58 INFO: Archiving Costs [Pipeline] echo 04:20:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:20:59 ---> logs-deploy.sh 04:20:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2836/4 04:20:59 INFO: archiving workspace using pattern(s): 04:21:00 Archives upload complete. 04:21:00 INFO: archiving logs to Nexus