Pull request #2745 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e7d33ce615d2a26cab675e98b3d2ee4996853fd4+b4582357413508f2f36d1dfa013bd47b50456323 (60ea7d9923bf6d98fae6e95d35342286e051c084) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-4001 in /w/workspace/edgexfoundry_edgex-go_PR-2745 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/13 [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/13 # 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 b4582357413508f2f36d1dfa013bd47b50456323 into PR head commit e7d33ce615d2a26cab675e98b3d2ee4996853fd4 Merge succeeded, producing e7d33ce615d2a26cab675e98b3d2ee4996853fd4 Checking out Revision e7d33ce615d2a26cab675e98b3d2ee4996853fd4 (PR-2745) > 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/2745/head:refs/remotes/origin/PR-2745 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e7d33ce615d2a26cab675e98b3d2ee4996853fd4 # 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 b4582357413508f2f36d1dfa013bd47b50456323 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e7d33ce615d2a26cab675e98b3d2ee4996853fd4 # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.23" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:25:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:25:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 01c199f26d787efb7ff278591be8a938ea63bc00 # timeout=10 [Pipeline] echo 22:25:31 ========================================================= 22:25:31 EdgeX Global Pipelines Version Info 22:25:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:25:32 ------------------- 22:25:32 stable info: 22:25:32 ------------------- 22:25:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:25:32 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 22:25:32 Message: update stable to v1.0.131 22:25:33 ------------------- 22:25:33 experimental info: 22:25:33 ------------------- 22:25:33 Commited By: **** collab-it+edgex@linuxfoundation.org 22:25:33 Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a 22:25:33 Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:25:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 22:25:34 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 22:25:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:25:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:25:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:25:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:25:34 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:25:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 22:25:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 22:25:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 22:25:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:25:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:25:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:25:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:25:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:25:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:25:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:25:35 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:25:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:25:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:25:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:25:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2745 [Pipeline] echo 22:25:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2745 [Pipeline] echo 22:25:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2745 [Pipeline] echo 22:25:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e7d33ce615d2a26cab675e98b3d2ee4996853fd4 [Pipeline] echo 22:25:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e7d33ce [Pipeline] echo 22:25:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 22:25:37 ++ 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 22:25:37 + for file in '`ls cmd/**/Dockerfile`' 22:25:37 ++ dirname cmd/core-command/Dockerfile 22:25:37 ++ cut -d/ -f2 22:25:37 + echo core-command,cmd/core-command/Dockerfile 22:25:37 + for file in '`ls cmd/**/Dockerfile`' 22:25:37 ++ dirname cmd/core-data/Dockerfile 22:25:37 ++ cut -d/ -f2 22:25:37 + echo core-data,cmd/core-data/Dockerfile 22:25:37 + for file in '`ls cmd/**/Dockerfile`' 22:25:37 ++ dirname cmd/core-metadata/Dockerfile 22:25:37 ++ cut -d/ -f2 22:25:37 + echo core-metadata,cmd/core-metadata/Dockerfile 22:25:37 + for file in '`ls cmd/**/Dockerfile`' 22:25:37 ++ dirname cmd/security-proxy-setup/Dockerfile 22:25:37 ++ cut -d/ -f2 22:25:37 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 22:25:37 + for file in '`ls cmd/**/Dockerfile`' 22:25:37 ++ dirname cmd/security-secrets-setup/Dockerfile 22:25:37 ++ cut -d/ -f2 22:25:37 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 22:25:37 + for file in '`ls cmd/**/Dockerfile`' 22:25:37 ++ dirname cmd/security-secretstore-setup/Dockerfile 22:25:37 ++ cut -d/ -f2 22:25:37 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 22:25:37 + for file in '`ls cmd/**/Dockerfile`' 22:25:37 ++ dirname cmd/support-logging/Dockerfile 22:25:37 ++ cut -d/ -f2 22:25:37 + echo support-logging,cmd/support-logging/Dockerfile 22:25:37 + for file in '`ls cmd/**/Dockerfile`' 22:25:37 ++ dirname cmd/support-notifications/Dockerfile 22:25:37 ++ cut -d/ -f2 22:25:37 + echo support-notifications,cmd/support-notifications/Dockerfile 22:25:37 + for file in '`ls cmd/**/Dockerfile`' 22:25:37 ++ dirname cmd/support-scheduler/Dockerfile 22:25:37 ++ cut -d/ -f2 22:25:37 + echo support-scheduler,cmd/support-scheduler/Dockerfile 22:25:37 + for file in '`ls cmd/**/Dockerfile`' 22:25:37 ++ dirname cmd/sys-mgmt-agent/Dockerfile 22:25:37 ++ cut -d/ -f2 22:25:37 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 22:25:37 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-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 22:25:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:25:38 22:25:38 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:25:39 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:25:39 latest: Pulling from edgex-devops/git-semver 22:25:39 31603596830f: Pulling fs layer 22:25:39 2a8b12db71e7: Pulling fs layer 22:25:39 6ca5941a6612: Pulling fs layer 22:25:39 ecc8261a40a4: Pulling fs layer 22:25:39 ecc8261a40a4: Waiting 22:25:39 2a8b12db71e7: Download complete 22:25:39 31603596830f: Verifying Checksum 22:25:39 31603596830f: Download complete 22:25:39 ecc8261a40a4: Verifying Checksum 22:25:39 ecc8261a40a4: Download complete 22:25:39 6ca5941a6612: Verifying Checksum 22:25:39 6ca5941a6612: Download complete 22:25:39 31603596830f: Pull complete 22:25:39 2a8b12db71e7: Pull complete 22:25:40 6ca5941a6612: Pull complete 22:25:40 ecc8261a40a4: Pull complete 22:25:41 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:25:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:25:41 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:25:41 prd-centos7-docker-4c-2g-4001 does not seem to be running inside a container 22:25:41 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:25:43 $ docker top 61d21ac714638f6ed069d0d3647826330b88f96f4585077a8808997bae67286f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:25:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:25:43 [ssh-agent] Looking for ssh-agent implementation... 22:25:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:25:44 $ docker exec 61d21ac714638f6ed069d0d3647826330b88f96f4585077a8808997bae67286f ssh-agent 22:25:44 SSH_AUTH_SOCK=/tmp/ssh-5nB0kzNQxFzm/agent.12 22:25:44 SSH_AGENT_PID=17 22:25:44 Running ssh-add (command line suppressed) 22:25:44 Identity added: /w/workspace/edgex-go/13@tmp/private_key_4164784451258568928.key (/w/workspace/edgex-go/13@tmp/private_key_4164784451258568928.key) 22:25:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:25:44 + git describe --exact-match --tags HEAD 22:25:44 fatal: no tag exactly matches 'e7d33ce615d2a26cab675e98b3d2ee4996853fd4' [Pipeline] } 22:25:44 $ docker exec --env ******** --env ******** 61d21ac714638f6ed069d0d3647826330b88f96f4585077a8808997bae67286f ssh-agent -k 22:25:44 unset SSH_AUTH_SOCK; 22:25:44 unset SSH_AGENT_PID; 22:25:44 echo Agent pid 17 killed; 22:25:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 22:25:45 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 22:25:45 This usually means this commit has not been tagged. [Pipeline] sshagent 22:25:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:25:45 [ssh-agent] Looking for ssh-agent implementation... 22:25:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:25:45 $ docker exec 61d21ac714638f6ed069d0d3647826330b88f96f4585077a8808997bae67286f ssh-agent 22:25:45 SSH_AUTH_SOCK=/tmp/ssh-L5Mgl4c1xUli/agent.46 22:25:45 SSH_AGENT_PID=51 22:25:45 Running ssh-add (command line suppressed) 22:25:45 Identity added: /w/workspace/edgex-go/13@tmp/private_key_3940605738838953082.key (/w/workspace/edgex-go/13@tmp/private_key_3940605738838953082.key) 22:25:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:25:46 + git semver init 22:25:46 # -> Open(): unable to determine branch for HEAD 22:25:46 # $GIT_DIR = /w/workspace/edgex-go/13/.git 22:25:46 # $GIT_WORK_TREE = /w/workspace/edgex-go/13 22:25:46 # $SEMVER_REMOTE_NAME = origin 22:25:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:25:46 # $SEMVER_USER_NAME = edgex-jenkins 22:25:46 # $SEMVER_BRANCH = PR-2745 22:25:46 # $SEMVER_TEMP = /tmp/semver-243231478 22:25:46 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 22:26:24 # '/tmp/semver-243231478' -> '/w/workspace/edgex-go/13/.semver' 22:26:24 # -> Force: false 22:26:24 # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } 22:26:24 $ docker exec --env ******** --env ******** 61d21ac714638f6ed069d0d3647826330b88f96f4585077a8808997bae67286f ssh-agent -k 22:26:25 unset SSH_AUTH_SOCK; 22:26:25 unset SSH_AGENT_PID; 22:26:25 echo Agent pid 51 killed; 22:26:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:26:25 + git semver [Pipeline] } 22:26:25 $ docker stop --time=1 61d21ac714638f6ed069d0d3647826330b88f96f4585077a8808997bae67286f 22:26:27 $ docker rm -f 61d21ac714638f6ed069d0d3647826330b88f96f4585077a8808997bae67286f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 22:26:41 Stashed 77 file(s) [Pipeline] echo 22:26:41 [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 22:26:41 ========================================================= 22:26:41 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:26:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:26:42 + 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 . 22:26:45 Sending build context to Docker daemon 324.8MB 22:26:45 Step 1/7 : ARG BASE=golang:1.15-alpine 22:26:45 Step 2/7 : FROM ${BASE} 22:26:45 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:26:45 df20fa9351a1: Pulling fs layer 22:26:45 ed8968b2872e: Pulling fs layer 22:26:45 a92cc7c5fd73: Pulling fs layer 22:26:45 e871e8e8d7a9: Pulling fs layer 22:26:45 e73272ec9a57: Pulling fs layer 22:26:45 1e910a182e73: Pulling fs layer 22:26:45 4e634b169226: Pulling fs layer 22:26:45 e871e8e8d7a9: Waiting 22:26:45 e73272ec9a57: Waiting 22:26:45 1e910a182e73: Waiting 22:26:45 4e634b169226: Waiting 22:26:45 a92cc7c5fd73: Verifying Checksum 22:26:45 a92cc7c5fd73: Download complete 22:26:45 e73272ec9a57: Download complete 22:26:45 1e910a182e73: Download complete 22:26:45 df20fa9351a1: Verifying Checksum 22:26:45 df20fa9351a1: Download complete 22:26:45 df20fa9351a1: Pull complete 22:26:45 ed8968b2872e: Pull complete 22:26:46 a92cc7c5fd73: Pull complete 22:26:48 4e634b169226: Verifying Checksum 22:26:48 4e634b169226: Download complete 22:26:48 e871e8e8d7a9: Verifying Checksum 22:26:48 e871e8e8d7a9: Download complete 22:26:54 e871e8e8d7a9: Pull complete 22:26:54 e73272ec9a57: Pull complete 22:26:54 1e910a182e73: Pull complete 22:26:56 Still waiting to schedule task 22:26:56 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:27:04 4e634b169226: Pull complete 22:27:04 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 22:27:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:27:04 ---> f7629b54cfaa 22:27:04 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 22:27:04 ---> Running in 54c751ed029a 22:27:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:27:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:27:04 (1/12) Installing libmagic (5.38-r0) 22:27:04 (2/12) Installing file (5.38-r0) 22:27:05 (3/12) Installing libc-dev (0.7.2-r3) 22:27:05 (4/12) Installing g++ (9.3.0-r2) 22:27:09 (5/12) Installing fortify-headers (1.1-r0) 22:27:09 (6/12) Installing patch (2.7.6-r6) 22:27:09 (7/12) Installing build-base (0.5-r2) 22:27:09 (8/12) Installing libsodium (1.0.18-r0) 22:27:09 (9/12) Installing pkgconf (1.7.2-r0) 22:27:09 (10/12) Installing libsodium-dev (1.0.18-r0) 22:27:09 (11/12) Installing libzmq (4.3.3-r0) 22:27:09 (12/12) Installing zeromq-dev (4.3.3-r0) 22:27:09 Executing busybox-1.31.1-r16.trigger 22:27:09 OK: 233 MiB in 51 packages 22:27:13 Removing intermediate container 54c751ed029a 22:27:13 ---> 522d1c9ea0f5 22:27:13 Step 4/7 : WORKDIR /edgex-go 22:27:13 ---> Running in 37a4c0780c5f 22:27:13 Removing intermediate container 37a4c0780c5f 22:27:13 ---> 969e77862c6b 22:27:13 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 22:27:13 latest: Pulling from library/docker 22:27:13 df20fa9351a1: Already exists 22:27:13 25ad7478873d: Pulling fs layer 22:27:13 4684f6177b5d: Pulling fs layer 22:27:13 8ba584e970af: Pulling fs layer 22:27:13 3cdc74d2b06d: Pulling fs layer 22:27:13 4cf5a0d07c1f: Pulling fs layer 22:27:13 fca0ccc462d5: Pulling fs layer 22:27:13 3cdc74d2b06d: Waiting 22:27:13 4cf5a0d07c1f: Waiting 22:27:13 fca0ccc462d5: Waiting 22:27:13 4684f6177b5d: Download complete 22:27:13 25ad7478873d: Download complete 22:27:14 3cdc74d2b06d: Verifying Checksum 22:27:14 3cdc74d2b06d: Download complete 22:27:14 4cf5a0d07c1f: Download complete 22:27:14 25ad7478873d: Pull complete 22:27:14 4684f6177b5d: Pull complete 22:27:14 fca0ccc462d5: Download complete 22:27:15 8ba584e970af: Verifying Checksum 22:27:15 8ba584e970af: Download complete 22:27:17 8ba584e970af: Pull complete 22:27:17 3cdc74d2b06d: Pull complete 22:27:17 4cf5a0d07c1f: Pull complete 22:27:17 fca0ccc462d5: Pull complete 22:27:17 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 22:27:17 Status: Downloaded newer image for docker:latest 22:27:19 ---> 3a479cdb7101 22:27:19 Step 6/7 : COPY go.mod . 22:27:19 ---> 21941f28a8f1 22:27:19 Step 7/7 : RUN go mod download 22:27:19 ---> Running in 6e3ddd46939b 22:27:41 Removing intermediate container 6e3ddd46939b 22:27:41 ---> 0f6ef36e2f5f 22:27:41 Successfully built 0f6ef36e2f5f 22:27:41 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:27:42 + docker inspect -f . ci-base-image-x86_64 22:27:42 . [Pipeline] withDockerContainer 22:27:42 prd-centos7-docker-4c-2g-4001 does not seem to be running inside a container 22:27:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:27:43 $ docker top 8c3ae08eb6df725e9a8fe60bcdf973e1125e6c19ebac4577cd3f48ee12a09272 -eo pid,comm [Pipeline] { [Pipeline] sh 22:27:43 + go version 22:27:43 go version go1.15.2 linux/amd64 [Pipeline] } 22:27:43 $ docker stop --time=1 8c3ae08eb6df725e9a8fe60bcdf973e1125e6c19ebac4577cd3f48ee12a09272 22:27:44 $ docker rm -f 8c3ae08eb6df725e9a8fe60bcdf973e1125e6c19ebac4577cd3f48ee12a09272 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:27:45 + docker inspect -f . ci-base-image-x86_64 22:27:45 . [Pipeline] withDockerContainer 22:27:46 prd-centos7-docker-4c-2g-4001 does not seem to be running inside a container 22:27:46 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:27:46 $ docker top 3217e99ff0b0e13a011afd3cc2547feb982b84e3c5822198855446f2e22b78b0 -eo pid,comm [Pipeline] { [Pipeline] echo 22:27:47 ========================================================= 22:27:47 [edgeXBuildGoParallel] Running Tests and Build... 22:27:47 ========================================================= [Pipeline] sh 22:27:47 + make test 22:27:47 GO111MODULE=on go test -coverprofile=coverage.out ./... 22:27:49 ? github.com/edgexfoundry/edgex-go [no test files] 22:28:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:28:05 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:28:05 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:28:05 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:28:05 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:28:06 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.010s 22:28:06 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 22:28:06 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:28:06 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 22:28:07 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:28:07 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:28:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:28:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:28:08 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:28:10 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.023s coverage: 46.6% of statements 22:28:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:28:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:28:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:28:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:28:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:28:14 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.076s coverage: 27.2% of statements 22:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:28:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.046s coverage: 100.0% of statements 22:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:28:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.048s coverage: 100.0% of statements 22:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:28:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.032s coverage: 84.0% of statements 22:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:28:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.320s coverage: 93.5% of statements 22:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:28:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.135s coverage: 28.6% of statements 22:28:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:28:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:28:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:28:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:28:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:28:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.029s coverage: 100.0% of statements 22:28:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:28:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.021s coverage: 100.0% of statements 22:28:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:28:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.033s coverage: 86.7% of statements 22:28:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:28:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.023s coverage: 97.5% of statements 22:28:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:28:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.018s coverage: 100.0% of statements 22:28:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:28:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:28:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:28:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:28:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.053s coverage: 100.0% of statements 22:28:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:28:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:28:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:28:16 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 22:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 22:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:28:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.028s coverage: 58.8% of statements 22:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:28:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.024s coverage: 0.0% of statements [no tests to run] 22:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:28:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:28:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.058s coverage: 63.5% of statements 22:28:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:28:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:28:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.012s coverage: 100.0% of statements 22:28:18 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.103s coverage: 55.9% of statements 22:28:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:28:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:28:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 22:28:18 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 22:28:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.657s coverage: 86.3% of statements 22:28:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 22:28:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.352s coverage: 72.2% of statements 22:28:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.103s coverage: 72.1% of statements 22:28:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.012s coverage: 82.4% of statements 22:28:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.032s coverage: 48.4% of statements 22:28:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 22:28:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 22:28:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 22:28:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.008s coverage: 28.8% of statements 22:28:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 22:28:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.025s coverage: 96.8% of statements 22:28:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 22:28:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.035s coverage: 31.1% of statements 22:28:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:28:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:28:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.113s coverage: 84.1% of statements 22:28:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.031s coverage: 100.0% of statements 22:28:20 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.010s coverage: 42.9% of statements 22:28:20 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 22:28:20 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 22:28:20 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.031s coverage: 100.0% of statements 22:28:20 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 22:28:21 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.017s coverage: 83.8% of statements 22:28:21 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 22:28:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.046s coverage: 46.0% of statements 22:28:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:28:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:28:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.003s coverage: 100.0% of statements 22:28:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:28:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:28:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:28:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.010s coverage: 100.0% of statements 22:28:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:28:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.011s coverage: 100.0% of statements 22:28:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:28:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.051s coverage: 29.1% of statements 22:28:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:28:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:28:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:28:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:28:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:28:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.020s coverage: 99.0% of statements 22:28:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:28:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.009s coverage: 100.0% of statements 22:28:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:28:23 ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements 22:28:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:28:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.017s coverage: 100.0% of statements 22:28:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:28:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:28:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:28:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:28:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.005s coverage: 87.9% of statements 22:28:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:28:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:28:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.016s coverage: 100.0% of statements 22:28:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements 22:28:24 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 22:28:24 GO111MODULE=on go vet ./... 22:28:31 gofmt -l . 22:28:31 [ "`gofmt -l .`" = "" ] 22:28:31 ./bin/test-go-mod-tidy.sh 22:28:32 ./bin/test-attribution-txt.sh [Pipeline] sh 22:28:34 + ls -al . 22:28:34 total 580 22:28:34 drwxrwxr-x 10 1001 1001 4096 Oct 7 22:28 . 22:28:34 drwxr-xr-x 4 root root 30 Oct 7 22:27 .. 22:28:34 -rw-rw-r-- 1 1001 1001 11 Oct 7 22:25 .dockerignore 22:28:34 drwxrwxr-x 8 1001 1001 179 Oct 7 22:25 .git 22:28:34 drwxrwxr-x 3 1001 1001 82 Oct 7 22:25 .github 22:28:34 -rw-rw-r-- 1 1001 1001 932 Oct 7 22:25 .gitignore 22:28:34 drwx------ 3 1001 1001 47 Oct 7 22:26 .semver 22:28:34 -rw-rw-r-- 1 1001 1001 166 Oct 7 22:25 .sonarcloud.properties 22:28:34 -rw-rw-r-- 1 1001 1001 3804 Oct 7 22:25 CONTRIBUTING.md 22:28:34 -rw-rw-r-- 1 1001 1001 1035 Oct 7 22:25 Dockerfile.build 22:28:34 -rw-rw-r-- 1 1001 1001 863 Oct 7 22:25 Jenkinsfile 22:28:34 -rw-rw-r-- 1 1001 1001 10775 Oct 7 22:25 LICENSE 22:28:34 -rw-rw-r-- 1 1001 1001 6237 Oct 7 22:25 Makefile 22:28:34 -rw-rw-r-- 1 1001 1001 6447 Oct 7 22:25 README.md 22:28:34 -rw-rw-r-- 1 1001 1001 259 Oct 7 22:25 SECURITY.md 22:28:34 -rw-rw-r-- 1 1001 1001 5 Oct 7 22:26 VERSION 22:28:34 -rw-rw-r-- 1 1001 1001 4131 Oct 7 22:25 ZMQWindows.md 22:28:34 drwxrwxr-x 2 1001 1001 117 Oct 7 22:25 bin 22:28:34 drwxrwxr-x 15 1001 1001 4096 Oct 7 22:25 cmd 22:28:34 -rw-r--r-- 1 root root 484295 Oct 7 22:28 coverage.out 22:28:34 -rw-r--r-- 1 root root 984 Oct 7 22:28 go.mod 22:28:34 -rw-r--r-- 1 root root 18767 Oct 7 22:28 go.sum 22:28:34 drwxrwxr-x 8 1001 1001 127 Oct 7 22:25 internal 22:28:34 drwxrwxr-x 4 1001 1001 26 Oct 7 22:25 openapi 22:28:34 drwxrwxr-x 4 1001 1001 71 Oct 7 22:25 snap 22:28:34 -rw-rw-r-- 1 1001 1001 168 Oct 7 22:25 version.go [Pipeline] sh 22:28:34 + '[' -e coverage.out ] 22:28:34 + chown 1001:1001 coverage.out [Pipeline] stash 22:28:34 Stashed 1 file(s) [Pipeline] sh 22:28:34 + make build 22:28:34 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 22:28:43 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 22:28:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:28:48 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 22:28:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:28: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 22:28: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 22:28:52 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 22:28:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 22:28:54 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4002 in /w/workspace/edgexfoundry_edgex-go_PR-2745 [Pipeline] { [Pipeline] ws 22:28:54 Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout 22:28:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:28:56 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 22:28:57 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 22:28:58 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 22:28:59 using credential edgex-jenkins-ssh [Pipeline] } 22:28:59 $ docker stop --time=1 3217e99ff0b0e13a011afd3cc2547feb982b84e3c5822198855446f2e22b78b0 22:28:59 Cloning the remote Git repository 22:28:59 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:28:59 > git init /w/workspace/edgex-go/13 # timeout=10 22:28:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:28:59 > git --version # timeout=10 22:28:59 > git --version # 'git version 2.17.1' 22:28:59 using GIT_SSH to set credentials SSH Credentials for GitHub 22:28:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:29:02 $ docker rm -f 3217e99ff0b0e13a011afd3cc2547feb982b84e3c5822198855446f2e22b78b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:29:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:29:05 22:29:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 22:29:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:29:05 latest: Pulling from edgex-devops/edgex-compose 22:29:05 cbdbe7a5bc2a: Pulling fs layer 22:29:05 ca9280d653b3: Pulling fs layer 22:29:05 7e9c9ca2126c: Pulling fs layer 22:29:06 cbdbe7a5bc2a: Download complete 22:29:06 ca9280d653b3: Verifying Checksum 22:29:06 ca9280d653b3: Download complete 22:29:06 cbdbe7a5bc2a: Pull complete 22:29:07 ca9280d653b3: Pull complete 22:29:08 7e9c9ca2126c: Download complete 22:29:14 7e9c9ca2126c: Pull complete 22:29:14 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 22:29:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:29:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 22:29:14 prd-centos7-docker-4c-2g-4001 does not seem to be running inside a container 22:29:14 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:29:17 $ docker top 37772609bf9f0ea617f8feb238893a79a27645598d7dd72d20c7a04c7b15a903 -eo pid,comm [Pipeline] { [Pipeline] sh 22:29:17 Merging remotes/origin/master commit b4582357413508f2f36d1dfa013bd47b50456323 into PR head commit e7d33ce615d2a26cab675e98b3d2ee4996853fd4 22:29:18 + docker-compose build --help 22:29:18 + grep parallel 22:29:18 Merge succeeded, producing e7d33ce615d2a26cab675e98b3d2ee4996853fd4 22:29:18 Checking out Revision e7d33ce615d2a26cab675e98b3d2ee4996853fd4 (PR-2745) 22:29:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:29:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:29:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:29:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:29:17 using GIT_SSH to set credentials SSH Credentials for GitHub 22:29:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2745/head:refs/remotes/origin/PR-2745 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:29:17 > git config core.sparsecheckout # timeout=10 22:29:17 > git checkout -f e7d33ce615d2a26cab675e98b3d2ee4996853fd4 # timeout=10 22:29:18 > git remote # timeout=10 22:29:18 > git config --get remote.origin.url # timeout=10 22:29:18 using GIT_SSH to set credentials SSH Credentials for GitHub 22:29:18 > git merge b4582357413508f2f36d1dfa013bd47b50456323 # timeout=10 22:29:18 > git rev-parse HEAD^{commit} # timeout=10 22:29:18 > git config core.sparsecheckout # timeout=10 22:29:18 > git checkout -f e7d33ce615d2a26cab675e98b3d2ee4996853fd4 # timeout=10 22:29:19 --parallel Build images in parallel. [Pipeline] } 22:29:19 $ docker stop --time=1 37772609bf9f0ea617f8feb238893a79a27645598d7dd72d20c7a04c7b15a903 22:29:20 $ docker rm -f 37772609bf9f0ea617f8feb238893a79a27645598d7dd72d20c7a04c7b15a903 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:29:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:29:20 . [Pipeline] withDockerContainer 22:29:21 prd-centos7-docker-4c-2g-4001 does not seem to be running inside a container 22:29:21 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:29:21 $ docker top 9816d35d81901d1be05303ae93b168b36466227225ee94279e522266b639ca95 -eo pid,comm [Pipeline] { [Pipeline] sh 22:29:22 + docker-compose -f ./docker-compose-build.yml build --parallel 22:29:22 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.23" 22:29:23 Building docker-core-command-go ... 22:29:23 Building docker-core-data-go ... 22:29:23 Building docker-core-metadata-go ... 22:29:23 Building docker-security-proxy-setup-go ... 22:29:23 Building docker-security-secrets-setup-go ... 22:29:23 Building docker-security-secretstore-setup-go ... 22:29:23 Building docker-support-logging-go ... 22:29:23 Building docker-support-notifications-go ... 22:29:23 Building docker-support-scheduler-go ... 22:29:23 Building docker-sys-mgmt-agent-go ... 22:29:23 Building docker-support-scheduler-go 22:29:23 Building docker-core-command-go 22:29:23 Building docker-security-secretstore-setup-go 22:29:23 Building docker-security-proxy-setup-go 22:29:23 Building docker-support-notifications-go [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:29:35 ========================================================= 22:29:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:29:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:29:36 + 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 . 22:29:41 Sending build context to Docker daemon 324.8MB 22:29:41 Step 1/7 : ARG BASE=golang:1.15-alpine 22:29:41 Step 2/7 : FROM ${BASE} 22:29:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:29:41 b538f80385f9: Pulling fs layer 22:29:41 74f711af9a0d: Pulling fs layer 22:29:41 99f96fe45779: Pulling fs layer 22:29:41 8529a6b9a6be: Pulling fs layer 22:29:41 45590311c82a: Pulling fs layer 22:29:41 69ca0ff8b7b3: Pulling fs layer 22:29:41 209524e5b208: Pulling fs layer 22:29:41 69ca0ff8b7b3: Waiting 22:29:41 8529a6b9a6be: Waiting 22:29:41 45590311c82a: Waiting 22:29:41 99f96fe45779: Verifying Checksum 22:29:41 99f96fe45779: Download complete 22:29:41 74f711af9a0d: Verifying Checksum 22:29:41 74f711af9a0d: Download complete 22:29:41 45590311c82a: Download complete 22:29:41 69ca0ff8b7b3: Verifying Checksum 22:29:41 69ca0ff8b7b3: Download complete 22:29:41 b538f80385f9: Verifying Checksum 22:29:41 b538f80385f9: Download complete 22:29:42 b538f80385f9: Pull complete 22:29:42 74f711af9a0d: Pull complete 22:29:42 99f96fe45779: Pull complete 22:29:43 209524e5b208: Verifying Checksum 22:29:43 209524e5b208: Download complete 22:29:45 8529a6b9a6be: Verifying Checksum 22:29:45 8529a6b9a6be: Download complete 22:29:55 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 22:29:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:29:55 ---> 0f6ef36e2f5f 22:29:55 Step 3/21 : WORKDIR /edgex-go 22:29:55 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 22:29:55 Step 2/20 : FROM ${BUILDER_BASE} AS builder 22:29:55 ---> 0f6ef36e2f5f 22:29:55 Step 3/20 : WORKDIR /edgex-go 22:29:55 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 22:29:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:29:55 ---> 0f6ef36e2f5f 22:29:55 Step 3/22 : WORKDIR /edgex-go 22:29:55 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 22:29:55 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:29:55 ---> 0f6ef36e2f5f 22:29:55 Step 3/26 : WORKDIR /edgex-go 22:29:55 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 22:29:55 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:29:55 ---> 0f6ef36e2f5f 22:29:55 Step 3/24 : WORKDIR /edgex-go 22:29:55 ---> Running in 7924b7803abb 22:29:55 ---> Running in 731db2f16a58 22:29:55 ---> Running in cabadc4caf65 22:29:55 ---> Running in 465b0e6ddae7 22:29:55 ---> Running in 8fe3b91f56d3 22:29:55 Removing intermediate container 465b0e6ddae7 22:29:55 ---> 83c08baf9581 22:29:55 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:29:55 Removing intermediate container 8fe3b91f56d3 22:29:55 ---> 90a883b63284 22:29:55 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:29:55 Removing intermediate container 731db2f16a58 22:29:55 ---> 58a603a2132b 22:29:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:29:55 Removing intermediate container 7924b7803abb 22:29:55 ---> 3ebca925121b 22:29:55 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:29:55 ---> Running in 9344293766e5 22:29:55 Removing intermediate container cabadc4caf65 22:29:55 ---> 109320c06154 22:29:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:29:55 ---> Running in 49db34ae12c4 22:29:55 ---> Running in 210f93c44718 22:29:55 ---> Running in 159abb393ddd 22:29:55 ---> Running in efcf067d946b 22:29:55 Removing intermediate container 49db34ae12c4 22:29:55 ---> 50643b872a8a 22:29:55 Step 5/22 : RUN apk update && apk add make git 22:29:55 Removing intermediate container 9344293766e5 22:29:55 ---> f4876f65ef44 22:29:55 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 22:29:55 ---> Running in 8332cb5c294c 22:29:55 ---> Running in afc3f95cccd9 22:29:55 Removing intermediate container 210f93c44718 22:29:55 ---> dcc9f460457b 22:29:55 Step 5/26 : RUN apk update && apk add make git 22:29:55 ---> Running in f449db8ff85f 22:29:55 Removing intermediate container efcf067d946b 22:29:55 ---> 8e84b0a8d1db 22:29:55 Step 5/21 : RUN apk update && apk add make git 22:29:55 Removing intermediate container 159abb393ddd 22:29:55 ---> 87abff151f0c 22:29:55 Step 5/20 : RUN apk update && apk add make git 22:29:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:29:56 ---> Running in aac94129461d 22:29:56 ---> Running in 7562c066e50c 22:29:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:29:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:29:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:29:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:29:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:29:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:29:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:29:57 v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:29:57 v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:29:57 OK: 12752 distinct packages available 22:29:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:29:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:29:57 8529a6b9a6be: Pull complete 22:29:57 45590311c82a: Pull complete 22:29:57 69ca0ff8b7b3: Pull complete 22:29:57 OK: 233 MiB in 51 packages 22:29:57 v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:29:57 v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:29:57 OK: 12752 distinct packages available 22:29:57 v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:29:57 v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:29:57 OK: 12752 distinct packages available 22:29:58 OK: 233 MiB in 51 packages 22:29:58 OK: 233 MiB in 51 packages 22:29:58 v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:29:58 v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:29:58 OK: 12752 distinct packages available 22:29:58 v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:29:58 v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:29:58 OK: 12752 distinct packages available 22:29:58 Removing intermediate container afc3f95cccd9 22:29:58 ---> 450db94fe485 22:29:58 Step 6/24 : COPY go.mod . 22:29:58 OK: 233 MiB in 51 packages 22:29:58 OK: 233 MiB in 51 packages 22:29:58 ---> ddd33040efc2 22:29:58 Step 7/24 : RUN go mod download 22:29:58 ---> Running in 5a39d647c550 22:29:58 Removing intermediate container 8332cb5c294c 22:29:58 ---> 1bddc42ad75d 22:29:58 Step 6/22 : COPY go.mod . 22:29:59 Removing intermediate container f449db8ff85f 22:29:59 ---> e4257b55f1e5 22:29:59 Step 6/26 : COPY go.mod . 22:29:59 Removing intermediate container aac94129461d 22:29:59 ---> ad9246c237f5 22:29:59 Step 6/21 : COPY go.mod . 22:29:59 ---> e26a4f90e0ad 22:29:59 Step 7/22 : RUN go mod download 22:29:59 ---> b619d697db08 22:29:59 Step 7/26 : RUN go mod download 22:29:59 Removing intermediate container 7562c066e50c 22:29:59 ---> 611456f2ff75 22:29:59 Step 6/20 : COPY go.mod . 22:29:59 ---> Running in b5b91dbeee5f 22:29:59 ---> Running in 92205ca6ef8b 22:29:59 ---> c2b98a24b1a8 22:29:59 Step 7/21 : RUN go mod download 22:29:59 ---> Running in c2ca6af65e79 22:29:59 ---> 5f8a07ce11a9 22:29:59 Step 7/20 : RUN go mod download 22:30:00 ---> Running in faeef021aaf9 22:30:00 209524e5b208: Pull complete 22:30:00 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 22:30:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:30:00 ---> 5bddaf1c2fca 22:30:00 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 22:30:01 Removing intermediate container 5a39d647c550 22:30:01 ---> 0575737d882e 22:30:01 Step 8/24 : COPY . . 22:30:03 Removing intermediate container b5b91dbeee5f 22:30:03 ---> a3f9629e83b6 22:30:03 Step 8/22 : COPY . . 22:30:03 ---> Running in 13534490893a 22:30:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:30:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:30:07 (1/12) Installing libmagic (5.38-r0) 22:30:07 (2/12) Installing file (5.38-r0) 22:30:07 (3/12) Installing libc-dev (0.7.2-r3) 22:30:07 (4/12) Installing g++ (9.3.0-r2) 22:30:09 Removing intermediate container c2ca6af65e79 22:30:09 ---> 84c22612e1d8 22:30:09 Step 8/21 : COPY . . 22:30:11 (5/12) Installing fortify-headers (1.1-r0) 22:30:11 (6/12) Installing patch (2.7.6-r6) 22:30:11 (7/12) Installing build-base (0.5-r2) 22:30:11 (8/12) Installing libsodium (1.0.18-r0) 22:30:11 (9/12) Installing pkgconf (1.7.2-r0) 22:30:11 (10/12) Installing libsodium-dev (1.0.18-r0) 22:30:11 (11/12) Installing libzmq (4.3.3-r0) 22:30:11 (12/12) Installing zeromq-dev (4.3.3-r0) 22:30:11 Executing busybox-1.31.1-r16.trigger 22:30:11 OK: 217 MiB in 51 packages 22:30:13 Removing intermediate container faeef021aaf9 22:30:13 ---> d118e6ed5d5c 22:30:13 Step 8/20 : COPY . . 22:30:13 Removing intermediate container 92205ca6ef8b 22:30:13 ---> 663e3a99462c 22:30:13 Step 8/26 : COPY . . 22:30:15 Removing intermediate container 13534490893a 22:30:15 ---> 943c9ab6ea86 22:30:15 Step 4/7 : WORKDIR /edgex-go 22:30:15 ---> Running in efc0e85511d6 22:30:16 Removing intermediate container efc0e85511d6 22:30:16 ---> c0394ac565e9 22:30:16 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 22:30:16 latest: Pulling from library/docker 22:30:16 b538f80385f9: Already exists 22:30:16 259a493cd78d: Pulling fs layer 22:30:16 b8e66b5100f5: Pulling fs layer 22:30:16 7f8258a56ab6: Pulling fs layer 22:30:16 75a0a0ebb566: Pulling fs layer 22:30:16 4a2c62f0a2a3: Pulling fs layer 22:30:16 294320357d30: Pulling fs layer 22:30:16 75a0a0ebb566: Waiting 22:30:16 4a2c62f0a2a3: Waiting 22:30:16 294320357d30: Waiting 22:30:17 b8e66b5100f5: Verifying Checksum 22:30:17 b8e66b5100f5: Download complete 22:30:17 259a493cd78d: Verifying Checksum 22:30:17 259a493cd78d: Download complete 22:30:17 75a0a0ebb566: Download complete 22:30:17 4a2c62f0a2a3: Verifying Checksum 22:30:17 4a2c62f0a2a3: Download complete 22:30:17 294320357d30: Verifying Checksum 22:30:17 294320357d30: Download complete 22:30:17 259a493cd78d: Pull complete 22:30:18 b8e66b5100f5: Pull complete 22:30:18 7f8258a56ab6: Verifying Checksum 22:30:18 7f8258a56ab6: Download complete 22:30:21 7f8258a56ab6: Pull complete 22:30:22 75a0a0ebb566: Pull complete 22:30:22 4a2c62f0a2a3: Pull complete 22:30:22 294320357d30: Pull complete 22:30:22 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 22:30:22 Status: Downloaded newer image for docker:latest 22:30:26 ---> acd50cf5c9cc 22:30:26 Step 6/7 : COPY go.mod . 22:30:26 ---> f45d1e03197b 22:30:26 Step 7/7 : RUN go mod download 22:30:27 ---> Running in 2c23fa97f1c6 22:30:35 ---> 5369b97a598a 22:30:35 Step 9/22 : RUN make cmd/core-command/core-command 22:30:37 ---> Running in 40575188a8b2 22:30:38 ---> 9d7df6ad76f7 22:30:38 Step 9/24 : RUN make cmd/support-notifications/support-notifications 22:30:41 ---> Running in cc0b26eb4217 22:30:42 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 22:30:42 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 22:30:44 ---> 7cd7b555e2e7 22:30:44 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 22:30:44 ---> 70d7984978b3 22:30:44 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 22:30:44 ---> a5e6565bfcc5 22:30:44 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 22:30:44 ---> Running in a5a69f14dfc0 22:30:44 ---> Running in 5424819886e5 22:30:44 ---> Running in b8152a3777db 22:30:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:30:45 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 22:30:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:30:53 Removing intermediate container 2c23fa97f1c6 22:30:53 ---> 0683aebbe8ad 22:30:53 Successfully built 0683aebbe8ad 22:30:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:30:54 + docker inspect -f . ci-base-image-arm64 22:30:54 . [Pipeline] withDockerContainer 22:30:54 prd-ubuntu18.04-docker-arm64-4c-16g-4002 does not seem to be running inside a container 22:30:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:30:56 $ docker top dbeb6793de25431320d709f8ba2ad6e60f66a6d6e269a57c89166e203d909d0c -eo pid,comm [Pipeline] { [Pipeline] sh 22:30:57 + go version 22:30:57 go version go1.15.2 linux/arm64 [Pipeline] } 22:30:58 $ docker stop --time=1 dbeb6793de25431320d709f8ba2ad6e60f66a6d6e269a57c89166e203d909d0c 22:30:59 $ docker rm -f dbeb6793de25431320d709f8ba2ad6e60f66a6d6e269a57c89166e203d909d0c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:31:01 + docker inspect -f . ci-base-image-arm64 22:31:01 . [Pipeline] withDockerContainer 22:31:01 prd-ubuntu18.04-docker-arm64-4c-16g-4002 does not seem to be running inside a container 22:31:01 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:31:03 $ docker top e214f779b4ce59c3f3ad5cf67cdc7778136fcf2983fbd7696406e1fc3a3350d5 -eo pid,comm [Pipeline] { [Pipeline] echo 22:31:03 ========================================================= 22:31:03 [edgeXBuildGoParallel] Running Tests and Build... 22:31:03 ========================================================= [Pipeline] sh 22:31:04 + make test 22:31:04 GO111MODULE=on go test -coverprofile=coverage.out ./... 22:31:07 ? github.com/edgexfoundry/edgex-go [no test files] 22:31:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:31: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 22:31:15 Removing intermediate container 5424819886e5 22:31:15 ---> b89ddca71bbf 22:31:15 22:31:15 Step 10/20 : FROM alpine 22:31:15 latest: Pulling from library/alpine 22:31:17 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 22:31:17 Removing intermediate container 40575188a8b2 22:31:17 ---> 8727eddcb4c7 22:31:17 22:31:17 Step 10/22 : FROM scratch 22:31:17 ---> 22:31:17 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:31:17 Status: Downloaded newer image for alpine:latest 22:31:17 ---> a24bb4013296 22:31:17 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 22:31:19 ---> Running in 863ef10b4b76 22:31:19 Removing intermediate container cc0b26eb4217 22:31:19 ---> 393309f2fca2 22:31:19 22:31:19 Step 10/24 : FROM scratch 22:31:19 ---> 22:31:19 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 22:31:19 ---> Running in 2453d2a74132 22:31:19 ---> Running in d1871472cf15 22:31:19 Removing intermediate container 863ef10b4b76 22:31:19 ---> e2a0598c4135 22:31:19 Step 12/22 : ENV APP_PORT=48082 22:31:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:31:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:31:21 ---> Running in 9c98711fbdcb 22:31:21 Removing intermediate container a5a69f14dfc0 22:31:21 ---> 544ee63296e7 22:31:21 22:31:21 Step 10/26 : FROM alpine:3.10 22:31:21 Removing intermediate container d1871472cf15 22:31:21 ---> fb29991953ee 22:31:21 Step 12/24 : ENV APP_PORT=48060 22:31:22 v3.12.0-373-gddde33ae67 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 22:31:22 v3.12.0-372-g0452e24486 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 22:31:22 OK: 12750 distinct packages available 22:31:22 ---> Running in a1a772784753 22:31:22 Removing intermediate container b8152a3777db 22:31:22 ---> 6d957c8c51e3 22:31:22 22:31:22 Step 10/21 : FROM scratch 22:31:22 ---> 22:31:22 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:31:22 ---> Using cache 22:31:22 ---> e2a0598c4135 22:31:22 Step 12/21 : ENV APP_PORT=48085 22:31:22 Removing intermediate container 9c98711fbdcb 22:31:22 ---> 9235d329d988 22:31:22 Step 13/22 : EXPOSE $APP_PORT 22:31:22 ---> Running in e67847bc7f3e 22:31:22 ---> Running in dc9e9b88ff59 22:31:22 (1/4) Installing ca-certificates (20191127-r4) 22:31:22 Removing intermediate container a1a772784753 22:31:22 ---> 6cc25bcb2f6b 22:31:22 Step 13/24 : EXPOSE $APP_PORT 22:31:22 3.10: Pulling from library/alpine 22:31:22 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:31:22 (3/4) Installing libcurl (7.69.1-r1) 22:31:22 (4/4) Installing curl (7.69.1-r1) 22:31:22 ---> Running in 8bdd51b9a83f 22:31:22 Executing busybox-1.31.1-r16.trigger 22:31:23 Executing ca-certificates-20191127-r4.trigger 22:31:23 Removing intermediate container e67847bc7f3e 22:31:23 ---> 3bec800d40b6 22:31:23 Step 13/21 : EXPOSE $APP_PORT 22:31:23 OK: 7 MiB in 18 packages 22:31:23 Removing intermediate container dc9e9b88ff59 22:31:23 ---> ed11ec2e4a8a 22:31:23 Step 14/22 : WORKDIR / 22:31:23 ---> Running in cd6c38d4eff6 22:31:23 Removing intermediate container 8bdd51b9a83f 22:31:23 ---> f769307f9f71 22:31:23 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 22:31:23 ---> Running in fa539e52a4cd 22:31:23 Removing intermediate container cd6c38d4eff6 22:31:23 ---> 702287274e75 22:31:23 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 22:31:24 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 22:31:24 ---> c457156efc8d 22:31:24 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 22:31:24 Status: Downloaded newer image for alpine:3.10 22:31:24 ---> be4e4bea2c2e 22:31:24 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 22:31:24 ---> 4982849bf741 22:31:24 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:31:24 Removing intermediate container fa539e52a4cd 22:31:24 ---> 8899bf43b014 22:31:24 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 22:31:25 ---> Running in 1e108cbec3c8 22:31:25 Removing intermediate container 2453d2a74132 22:31:25 ---> 3888b04e3b25 22:31:25 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:31:25 ---> b91876f4f166 22:31:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:31:25 ---> 0202c66c9f4d 22:31:25 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 22:31:25 ---> Running in 428828d13268 22:31:25 ---> e77b11a2e2cf 22:31:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:31:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 22:31:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 22:31:26 ---> 29eeb1ad12ce 22:31:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:31:26 ---> 2f785b70831e 22:31:26 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 22:31:26 ---> fc732ebb9352 22:31:26 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 22:31:26 Removing intermediate container 428828d13268 22:31:26 ---> 533baf889944 22:31:26 Step 13/20 : WORKDIR /edgex 22:31:26 v3.10.5-95-gb2ad523191 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 22:31:26 v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 22:31:26 OK: 10346 distinct packages available 22:31:26 ---> Running in 484b7d45789a 22:31:26 ---> Running in 889b153ba50e 22:31:27 (1/5) Installing ca-certificates (20191127-r2) 22:31:27 (2/5) Installing nghttp2-libs (1.39.2-r1) 22:31:27 (3/5) Installing libcurl (7.66.0-r1) 22:31:27 (4/5) Installing curl (7.66.0-r1) 22:31:27 (5/5) Installing dumb-init (1.2.2-r1) 22:31:27 Executing busybox-1.30.1-r3.trigger 22:31:27 Executing ca-certificates-20191127-r2.trigger 22:31:27 OK: 7 MiB in 19 packages 22:31:27 ---> 8af51511bb08 22:31:27 Step 18/22 : ENTRYPOINT ["/core-command"] 22:31:27 ---> 0df7cacb54c4 22:31:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:31:27 Removing intermediate container 484b7d45789a 22:31:27 ---> 3ea219226cee 22:31:27 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:31:27 ---> Running in 71f2de281ed9 22:31:28 Removing intermediate container 889b153ba50e 22:31:28 ---> 89e666cd16a4 22:31:28 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:31:28 ---> Running in bf134c633681 22:31:29 Removing intermediate container 71f2de281ed9 22:31:29 ---> 7cdee0742493 22:31:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:31:29 Removing intermediate container 1e108cbec3c8 22:31:29 ---> 98adf2edcde2 22:31:29 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:31:29 ---> f520d09b8101 22:31:29 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:31:29 Removing intermediate container bf134c633681 22:31:29 ---> 4a25d78b648f 22:31:29 Step 19/21 : LABEL arch=x86_64 22:31:29 ---> Running in dd23788db490 22:31:29 ---> e89f07a60c21 22:31:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:31:29 ---> Running in 89b8ca063bc6 22:31:29 ---> Running in 81836ad9fb4b 22:31:29 Removing intermediate container dd23788db490 22:31:29 ---> 2541ed40fc7c 22:31:29 Step 20/22 : LABEL arch=x86_64 22:31:29 ---> Running in 76d8e385b665 22:31:29 Removing intermediate container 89b8ca063bc6 22:31:29 ---> 7a18a812f42a 22:31:29 Step 13/26 : WORKDIR / 22:31:29 Removing intermediate container 81836ad9fb4b 22:31:29 ---> 1b61a1b1d938 22:31:29 Step 20/21 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 22:31:29 ---> 6d144b8ae105 22:31:29 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:31:29 ---> 69fd07e27867 22:31:29 Step 20/24 : ENTRYPOINT ["/support-notifications"] 22:31:29 ---> Running in 54213ac73567 22:31:29 ---> Running in 7ac3793a2519 22:31:29 ---> Running in 650a72372e38 22:31:29 ---> Running in f83b1d740fda 22:31:29 Removing intermediate container 76d8e385b665 22:31:29 ---> 424d101b316a 22:31:29 Step 21/22 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 22:31:30 ---> Running in 0222692a5def 22:31:30 Removing intermediate container 7ac3793a2519 22:31:30 ---> 078eb8f9330e 22:31:30 Step 21/21 : LABEL version=0.0.0 22:31:30 Removing intermediate container f83b1d740fda 22:31:30 ---> 113ba72b438d 22:31:30 Step 17/20 : CMD ["--init=true"] 22:31:30 Removing intermediate container 54213ac73567 22:31:30 ---> 06666d9c547b 22:31:30 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:31:30 Removing intermediate container 650a72372e38 22:31:30 ---> b8b23d9da7a3 22:31:30 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:31:30 ---> Running in 5bf874f83049 22:31:30 ---> Running in 316e95f03d6b 22:31:30 ---> Running in 5c311fc0fd97 22:31:30 Removing intermediate container 0222692a5def 22:31:30 ---> 659c53ac6f23 22:31:30 Step 22/22 : LABEL version=0.0.0 22:31:31 ---> Running in 7de97f262473 22:31:31 ---> afeaa5eae022 22:31:31 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:31:31 Removing intermediate container 5bf874f83049 22:31:31 ---> e0f74f66c984 22:31:31 22:31:31 Removing intermediate container 316e95f03d6b 22:31:31 ---> a5d1a16e1ba2 22:31:31 Step 18/20 : LABEL arch=x86_64 22:31:31 Removing intermediate container 5c311fc0fd97 22:31:31 ---> 1353efa3b70a 22:31:31 Step 22/24 : LABEL arch=x86_64 22:31:31 Successfully built e0f74f66c984 22:31:31 Successfully tagged docker-support-scheduler-go:latest 22:31:31 Building docker-security-secrets-setup-go 22:31:31  Building docker-support-scheduler-go ... done Removing intermediate container 7de97f262473 22:31:31 ---> d77a95b402c3 22:31:31 22:31:31 ---> Running in b32acc0b9beb 22:31:31 ---> Running in 77e2a284bca8 22:31:31 ---> 00cb83262e78 22:31:31 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:31:31 Successfully built d77a95b402c3 22:31:31 Successfully tagged docker-core-command-go:latest 22:31:31 Building docker-support-logging-go 22:31:31  Building docker-core-command-go ... done Removing intermediate container b32acc0b9beb 22:31:31 ---> 48929352cf70 22:31:31 Step 23/24 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 22:31:31 Removing intermediate container 77e2a284bca8 22:31:31 ---> 992d4698f966 22:31:31 Step 19/20 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 22:31:36 ---> Running in 935aaa4b7e56 22:31:36 ---> Running in 07dba1848234 22:31:37 ---> 112a53390a03 22:31:37 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 22:31:37 Removing intermediate container 07dba1848234 22:31:37 ---> 4e118efb1952 22:31:37 Step 20/20 : LABEL version=0.0.0 22:31:37 Removing intermediate container 935aaa4b7e56 22:31:37 ---> a903d318ca41 22:31:37 Step 24/24 : LABEL version=0.0.0 22:31:37 ---> Running in da537a0c4412 22:31:37 ---> Running in 4bd48f43e9b6 22:31:37 ---> 51866d843b6c 22:31:37 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:31:39 Removing intermediate container 4bd48f43e9b6 22:31:39 ---> 92461f607eaa 22:31:39 22:31:39 Removing intermediate container da537a0c4412 22:31:39 ---> 1199c67e640e 22:31:39 22:31:39 Successfully built 1199c67e640e 22:31:39 Successfully built 92461f607eaa 22:31:39 Successfully tagged docker-security-proxy-setup-go:latest 22:31:39 Building docker-core-metadata-go 22:31:40 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:31:41  Building docker-security-proxy-setup-go ... done Successfully tagged docker-support-notifications-go:latest 22:31:41  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 22:31:42 ---> a5b55f2061ca 22:31:42 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:31:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 22:31:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:31:50 ---> 0f6ef36e2f5f 22:31:50 Step 3/22 : WORKDIR /edgex-go 22:31:50 ---> Using cache 22:31:50 ---> 109320c06154 22:31:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:31:50 ---> Using cache 22:31:50 ---> 8e84b0a8d1db 22:31:50 Step 5/22 : RUN apk update && apk add make && apk add bash git 22:31:51 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 22:31:51 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 22:31:51 ---> 0f6ef36e2f5f 22:31:51 Step 3/29 : WORKDIR /edgex-go 22:31:51 ---> Using cache 22:31:51 ---> 109320c06154 22:31:51 Step 4/29 : RUN apk update && apk add make git 22:31:52 ---> 1a2c90ad8575 22:31:52 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 22:31:52 ---> Running in a66a7863dfb5 22:31:52 ---> Running in 632ae1bb9110 22:31:53 ---> d3bc1374e0fd 22:31:53 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:31:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:31:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:31:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:31:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:31:55 ---> 44eb0653725f 22:31:55 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:31:55 v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:31:55 v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:31:55 OK: 12752 distinct packages available 22:31:55 v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:31:55 v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:31:55 OK: 12752 distinct packages available 22:31:55 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:31:55 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:31:55 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:31:55 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:31:55 ---> Running in 0b755a901187 22:31:55 OK: 233 MiB in 51 packages 22:31:55 OK: 233 MiB in 51 packages 22:31:56 OK: 233 MiB in 51 packages 22:31:57 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.064s 22:31:57 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 22:31:57 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:31:57 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 22:31:57 Removing intermediate container 632ae1bb9110 22:31:57 ---> 65d5bb155362 22:31:57 Step 5/29 : COPY go.mod . 22:31:58 Removing intermediate container a66a7863dfb5 22:31:58 ---> a963f410d652 22:31:58 Step 6/22 : COPY go.mod . 22:31:58 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:31:58 ---> a703615dd391 22:31:58 Step 6/29 : RUN go mod download 22:31:58 ---> 68f9b5b01568 22:31:58 Step 7/22 : RUN go mod download 22:31:59 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:31:59 Removing intermediate container 0b755a901187 22:31:59 ---> 1a73f53e2612 22:31:59 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 22:31:59 ---> Running in 09ccd303c19b 22:31:59 ---> Running in 1ddaad3c9c63 22:31:59 ---> Running in 45bde184b0c2 22:32:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:32:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:32:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:32:01 Removing intermediate container 45bde184b0c2 22:32:01 ---> d8c2fc0fa25e 22:32:01 Step 24/26 : LABEL arch=x86_64 22:32:01 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 22:32:01 Step 2/27 : FROM ${BUILDER_BASE} AS builder 22:32:01 ---> 0f6ef36e2f5f 22:32:01 Step 3/27 : WORKDIR /edgex-go 22:32:01 ---> Using cache 22:32:01 ---> 109320c06154 22:32:01 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:32:01 ---> Using cache 22:32:01 ---> 8e84b0a8d1db 22:32:01 Step 5/27 : RUN apk update && apk add make bash git 22:32:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 22:32:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:32:02 ---> 0f6ef36e2f5f 22:32:02 Step 3/22 : WORKDIR /edgex-go 22:32:02 ---> Using cache 22:32:02 ---> 109320c06154 22:32:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:32:02 ---> Using cache 22:32:02 ---> 8e84b0a8d1db 22:32:02 Step 5/22 : RUN apk update && apk add make git 22:32:02 ---> Using cache 22:32:02 ---> ad9246c237f5 22:32:02 Step 6/22 : COPY go.mod . 22:32:02 ---> Using cache 22:32:02 ---> c2b98a24b1a8 22:32:02 Step 7/22 : RUN go mod download 22:32:02 ---> Using cache 22:32:02 ---> 84c22612e1d8 22:32:02 Step 8/22 : COPY . . 22:32:02 ---> Using cache 22:32:02 ---> a5e6565bfcc5 22:32:02 Step 9/22 : RUN make cmd/core-metadata/core-metadata 22:32:03 ---> Running in 04a4601c38c1 22:32:03 ---> Running in e86a190ceec1 22:32:03 ---> Running in cbeeb98e30c3 22:32:03 Removing intermediate container 04a4601c38c1 22:32:03 ---> 99646f7524bb 22:32:03 Step 25/26 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 22:32:03 ---> Running in 19d5e900e45b 22:32:03 Removing intermediate container 09ccd303c19b 22:32:03 ---> d92d790930a1 22:32:03 Step 7/29 : COPY . . 22:32:04 Removing intermediate container 19d5e900e45b 22:32:04 ---> 3531594e4553 22:32:04 Step 26/26 : LABEL version=0.0.0 22:32:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:32: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 22:32:05 ---> Running in a21905ee8c55 22:32:05 Removing intermediate container 1ddaad3c9c63 22:32:05 ---> 6ca7493f1f29 22:32:05 Step 8/22 : COPY . . 22:32:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:32:06 v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:32:06 v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:32:06 OK: 12752 distinct packages available 22:32:06 OK: 233 MiB in 51 packages 22:32:08 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.074s coverage: 46.6% of statements 22:32:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:32:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:32:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:32:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:32:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:32:09 Removing intermediate container a21905ee8c55 22:32:09 ---> d11e26e5fe1c 22:32:09 22:32:12 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.169s coverage: 27.2% of statements 22:32:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:32:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:32:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:32:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:32:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:32:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:32:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements 22:32:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:32:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.023s coverage: 100.0% of statements 22:32:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:32:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:32:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.126s coverage: 84.0% of statements 22:32:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:32:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:32:13 Successfully built d11e26e5fe1c 22:32:13 Successfully tagged docker-security-secretstore-setup-go:latest 22:32:13  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 22:32:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.364s coverage: 93.5% of statements 22:32:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:32:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:32:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:32:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:32:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.430s coverage: 28.6% of statements 22:32:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:32:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:32:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:32:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:32:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:32:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.089s coverage: 100.0% of statements 22:32:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:32:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.046s coverage: 100.0% of statements 22:32:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:32:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.069s coverage: 86.7% of statements 22:32:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:32:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.116s coverage: 97.5% of statements 22:32:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:32:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.050s coverage: 100.0% of statements 22:32:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:32:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:32:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:32:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:32:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.123s coverage: 100.0% of statements 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:32:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.018s coverage: 58.8% of statements 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:32:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.040s coverage: 0.0% of statements [no tests to run] 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:32:23 Removing intermediate container e86a190ceec1 22:32:23 ---> 6ab1dab69c15 22:32:23 Step 6/27 : COPY go.mod . 22:32:24 ---> e8aaf146a346 22:32:24 Step 7/27 : RUN go mod download 22:32:25 ---> Running in 00c05a02e13b 22:32:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.203s coverage: 63.5% of statements 22:32:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:32:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:32:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 22:32:27 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.279s coverage: 55.9% of statements 22:32:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:32:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:32:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 22:32:27 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 22:32:33 Removing intermediate container 00c05a02e13b 22:32:33 ---> 0fecde4357b7 22:32:33 Step 8/27 : COPY . . 22:32:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 22:32:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:32:38 ---> 0f6ef36e2f5f 22:32:38 Step 3/23 : WORKDIR /edgex-go 22:32:38 ---> Using cache 22:32:38 ---> 109320c06154 22:32:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:32:38 ---> Using cache 22:32:38 ---> 8e84b0a8d1db 22:32:38 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 22:32:39 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.577s coverage: 86.3% of statements 22:32:39 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 22:32:39 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.214s coverage: 72.2% of statements 22:32:39 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.401s coverage: 72.1% of statements 22:32:39 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.065s coverage: 82.4% of statements 22:32:39 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.015s coverage: 48.4% of statements 22:32:39 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 22:32:39 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 22:32:39 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 22:32:39 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.017s coverage: 28.8% of statements 22:32:39 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 22:32:39 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.043s coverage: 96.8% of statements 22:32:39 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 22:32:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.087s coverage: 31.1% of statements 22:32:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:32:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:32:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.293s coverage: 84.1% of statements 22:32:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.042s coverage: 100.0% of statements 22:32:39 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.027s coverage: 42.9% of statements 22:32:39 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 22:32:39 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 22:32:39 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.010s coverage: 100.0% of statements 22:32:39 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 22:32:39 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.033s coverage: 83.8% of statements 22:32:39 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 22:32:41 ---> Running in 3d1ee837461f 22:32:41 ---> f63ef795a6fb 22:32:41 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 22:32:41 ---> 5766977ef995 22:32:41 Step 9/22 : RUN make cmd/support-logging/support-logging 22:32:42 ---> Running in 79f2eb9d7cb0 22:32:42 ---> Running in d44638a3f28e 22:32:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:32:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.136s coverage: 47.1% of statements 22:32:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:32:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:32:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.026s coverage: 100.0% of statements 22:32:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:32:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:32:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:32:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.034s coverage: 100.0% of statements 22:32:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:32:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.028s coverage: 100.0% of statements 22:32:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:32:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:32:44 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 22:32:44 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 22:32:44 v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:32:44 v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:32:44 OK: 12752 distinct packages available 22:32:45 OK: 233 MiB in 51 packages 22:32:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.196s coverage: 29.1% of statements 22:32:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:32:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:32:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:32:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:32:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:32:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.084s coverage: 99.0% of statements 22:32:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:32:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.038s coverage: 100.0% of statements 22:32:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:32:48 ok github.com/edgexfoundry/edgex-go/internal/system 0.020s coverage: 0.0% of statements 22:32:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:32:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements 22:32:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:32:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:32:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:32:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:32:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements 22:32:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:32:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:32:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.019s coverage: 100.0% of statements 22:32:49 Removing intermediate container 3d1ee837461f 22:32:49 ---> b87cdcdd5ae6 22:32:49 Step 6/23 : COPY go.mod . 22:32:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.012s coverage: 32.1% of statements 22:32:50 ---> 2f2856b5ef18 22:32:50 Step 7/23 : RUN go mod download 22:32:50 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.021s coverage: 100.0% of statements 22:32:51 GO111MODULE=on go vet ./... 22:32:53 ---> Running in 137837442abb 22:32:54 Removing intermediate container cbeeb98e30c3 22:32:54 ---> b61e21564182 22:32:54 22:32:54 Step 10/22 : FROM scratch 22:32:54 ---> 22:32:54 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:32:55 ---> Using cache 22:32:55 ---> e2a0598c4135 22:32:55 Step 12/22 : ENV APP_PORT=48081 22:32:57 ---> Running in 2a39f0a4ebe5 22:32:57 ---> d6c96b09b56f 22:32:57 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:32:57 ---> Running in dff077575274 22:32:58 Removing intermediate container 2a39f0a4ebe5 22:32:58 ---> 044fccb19ec0 22:32:58 Step 13/22 : EXPOSE $APP_PORT 22:32:58 ---> Running in ce6411a7973d 22:32:58 Removing intermediate container 137837442abb 22:32:58 ---> 17a94f9af89c 22:32:58 Step 8/23 : COPY . . 22:32:58 Removing intermediate container ce6411a7973d 22:32:58 ---> caa5a173943a 22:32:58 Step 14/22 : WORKDIR / 22:32:59 ---> Running in 8ac72774591f 22:32:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:32:59 Removing intermediate container 8ac72774591f 22:32:59 ---> 751a81a3774d 22:32:59 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 22:33:00 ---> c8a59e3a1689 22:33:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:33:07 ---> 16b54c4266dd 22:33:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:33:10 ---> a0356c784f36 22:33:10 Step 18/22 : ENTRYPOINT ["/core-metadata"] 22:33:13 gofmt -l . 22:33:13 [ "`gofmt -l .`" = "" ] 22:33:13 ---> Running in b8ed952a237f 22:33:15 ./bin/test-go-mod-tidy.sh 22:33:15 ./bin/test-attribution-txt.sh 22:33:17 Removing intermediate container d44638a3f28e 22:33:17 ---> d2d4789bf5f2 22:33:17 22:33:17 Step 9/29 : FROM alpine:latest 22:33:17 ---> a24bb4013296 22:33:17 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 22:33:17 Removing intermediate container b8ed952a237f 22:33:17 ---> 64fd3d845ab6 22:33:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:33:17 Removing intermediate container 79f2eb9d7cb0 22:33:17 ---> 1fd47293710a 22:33:17 22:33:17 Step 10/22 : FROM scratch 22:33:17 ---> 22:33:17 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 22:33:17 ---> Using cache 22:33:17 ---> fb29991953ee 22:33:17 Step 12/22 : ENV APP_PORT=48061 22:33:17 ---> Running in 6073b1b9af11 22:33:18 ---> Running in 0f6ac8f77d10 22:33:18 ---> Running in fdf7d5a99879 22:33:19 Removing intermediate container 6073b1b9af11 22:33:19 ---> 8e7076dda709 22:33:19 Step 11/29 : USER root 22:33:19 ---> Running in 6cec8c0b6555 22:33:19 Removing intermediate container 0f6ac8f77d10 22:33:19 ---> b53bf253e113 22:33:19 Step 13/22 : EXPOSE $APP_PORT 22:33:19 Removing intermediate container fdf7d5a99879 22:33:19 ---> 3a0a68cf44dd 22:33:19 Step 20/22 : LABEL arch=x86_64 ---> cac2575bc9e7 22:33:19 22:33:19 Step 9/23 : RUN make cmd/core-data/core-data 22:33:19 ---> Running in 26cf303c65ec 22:33:19 ---> Running in 60d3843d15bc 22:33:19 ---> Running in 1dbf28df10f3 22:33:20 Removing intermediate container 6cec8c0b6555 22:33:20 ---> 02b760e64906 22:33:20 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 22:33:20 Removing intermediate container 26cf303c65ec 22:33:20 ---> 39876bd5c542 22:33:20 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 22:33:20 Removing intermediate container 60d3843d15bc 22:33:20 ---> cf9e0446f650 22:33:20 Step 21/22 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 22:33:20 ---> Running in 62f250a36897 [Pipeline] sh 22:33:20 ---> Running in 3c0b9c97f5f5 22:33:20 ---> b2ba9c856a78 22:33:20 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 22:33:20 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:33:20 Removing intermediate container 3c0b9c97f5f5 22:33:20 ---> fc9f0c88dd9b 22:33:20 Step 22/22 : LABEL version=0.0.0 22:33:20 + ls -al . 22:33:20 total 612 22:33:20 drwxrwxr-x 10 1001 1001 4096 Oct 7 22:33 . 22:33:20 drwxr-xr-x 4 root root 4096 Oct 7 22:31 .. 22:33:20 -rw-rw-r-- 1 1001 1001 11 Oct 7 22:29 .dockerignore 22:33:20 drwxrwxr-x 8 1001 1001 4096 Oct 7 22:29 .git 22:33:20 drwxrwxr-x 3 1001 1001 4096 Oct 7 22:29 .github 22:33:20 -rw-rw-r-- 1 1001 1001 932 Oct 7 22:29 .gitignore 22:33:20 drwxrwxr-x 3 1001 1001 4096 Oct 7 22:29 .semver 22:33:20 -rw-rw-r-- 1 1001 1001 166 Oct 7 22:29 .sonarcloud.properties 22:33:20 -rw-rw-r-- 1 1001 1001 3804 Oct 7 22:29 CONTRIBUTING.md 22:33:20 -rw-rw-r-- 1 1001 1001 1035 Oct 7 22:29 Dockerfile.build 22:33:20 -rw-rw-r-- 1 1001 1001 863 Oct 7 22:29 Jenkinsfile 22:33:20 -rw-rw-r-- 1 1001 1001 10775 Oct 7 22:29 LICENSE 22:33:20 -rw-rw-r-- 1 1001 1001 6237 Oct 7 22:29 Makefile 22:33:20 -rw-rw-r-- 1 1001 1001 6447 Oct 7 22:29 README.md 22:33:20 -rw-rw-r-- 1 1001 1001 259 Oct 7 22:29 SECURITY.md 22:33:20 -rw-rw-r-- 1 1001 1001 5 Oct 7 22:26 VERSION 22:33:20 -rw-rw-r-- 1 1001 1001 4131 Oct 7 22:29 ZMQWindows.md 22:33:20 drwxrwxr-x 2 1001 1001 4096 Oct 7 22:29 bin 22:33:20 drwxrwxr-x 15 1001 1001 4096 Oct 7 22:29 cmd 22:33:20 -rw-r--r-- 1 root root 484295 Oct 7 22:32 coverage.out 22:33:20 -rw-r--r-- 1 root root 984 Oct 7 22:33 go.mod 22:33:20 -rw-r--r-- 1 root root 18767 Oct 7 22:33 go.sum 22:33:20 drwxrwxr-x 8 1001 1001 4096 Oct 7 22:29 internal 22:33:20 drwxrwxr-x 4 1001 1001 4096 Oct 7 22:29 openapi 22:33:20 drwxrwxr-x 4 1001 1001 4096 Oct 7 22:29 snap 22:33:20 -rw-rw-r-- 1 1001 1001 168 Oct 7 22:29 version.go [Pipeline] sh 22:33:20 ---> Running in fad6648b8d11 22:33:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:33:21 ---> 08730b9ea1ea 22:33:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 22:33:21 Removing intermediate container fad6648b8d11 22:33:21 ---> f7f8c910c7f5 22:33:21 22:33:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:33:21 + '[' -e coverage.out ] 22:33:21 + chown 1001:1001 coverage.out [Pipeline] stash 22:33:21 Successfully built f7f8c910c7f5 22:33:21 Successfully tagged docker-core-metadata-go:latest 22:33:21  Building docker-core-metadata-go ... done v3.12.0-373-gddde33ae67 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 22:33:21 v3.12.0-372-g0452e24486 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 22:33:21 OK: 12750 distinct packages available 22:33:21 Warning: overwriting stash ‘coverage-report’ 22:33:21 (1/2) Installing ca-certificates (20191127-r4) 22:33:21 (2/2) Installing dumb-init (1.2.2-r1) 22:33:21 Executing busybox-1.31.1-r16.trigger 22:33:21 Executing ca-certificates-20191127-r4.trigger 22:33:22 OK: 6 MiB in 16 packages 22:33:22 Stashed 1 file(s) [Pipeline] sh 22:33:23 + make build 22:33:23 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 22:33:23 ---> 289600b439e9 22:33:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 22:33:24 Removing intermediate container dff077575274 22:33:24 ---> a3860fd268ac 22:33:24 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:33:25 ---> b0f61c9d281f 22:33:25 Step 18/22 : ENTRYPOINT ["/support-logging"] 22:33:25 ---> Running in 321c25352fe2 22:33:25 ---> Running in bf3234927767 22:33:25 Removing intermediate container 62f250a36897 22:33:25 ---> e0b3e4e4fe0f 22:33:25 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 22:33:26 ---> Running in de2556c18d09 22:33:26 Removing intermediate container bf3234927767 22:33:26 ---> a50a055a254a 22:33:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:33:26 ---> Running in 467b525bb0c0 22:33:26 Removing intermediate container de2556c18d09 22:33:26 ---> daee3ac3829d 22:33:26 Step 14/29 : WORKDIR $BASE_DIR 22:33:26 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 22:33:26 Removing intermediate container 467b525bb0c0 22:33:26 ---> 0689c7fca132 22:33:26 Step 20/22 : LABEL arch=x86_64 22:33:26 ---> Running in 709dcdb9d1da 22:33:27 ---> Running in acc13e767cc4 22:33:27 Removing intermediate container 709dcdb9d1da 22:33:27 ---> 44ead6a03718 22:33:27 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 22:33:27 ---> Running in 01086919e91a 22:33:27 Removing intermediate container acc13e767cc4 22:33:27 ---> a36e100a792a 22:33:27 Step 21/22 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 22:33:27 ---> Running in 12401d51cd57 22:33:27 Removing intermediate container 12401d51cd57 22:33:27 ---> 339ed15bd60a 22:33:27 Step 22/22 : LABEL version=0.0.0 22:33:27 ---> Running in 5639f4dfb937 22:33:28 Removing intermediate container 5639f4dfb937 22:33:28 ---> 93ea7141fd50 22:33:28 22:33:28 Successfully built 93ea7141fd50 22:33:28 Successfully tagged docker-support-logging-go:latest 22:33:28  Building docker-support-logging-go ... done Removing intermediate container 321c25352fe2 22:33:28 ---> 2477e799b343 22:33:28 22:33:28 Step 11/27 : FROM docker:latest 22:33:28 ---> 809cc4dba987 22:33:28 Step 12/27 : RUN apk add --no-cache bash 22:33:29 ---> Running in f38d42a58ee1 22:33:29 Removing intermediate container 01086919e91a 22:33:29 ---> a4bddda4ebea 22:33:29 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 22:33:30 ---> 8e0c6562cb77 22:33:30 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 22:33:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:33:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:33:30 ---> 33da1d2b3b51 22:33:30 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 22:33:30 (1/2) Installing readline (8.0.4-r0) 22:33:30 (2/2) Installing bash (5.0.17-r0) 22:33:30 Executing bash-5.0.17-r0.post-install 22:33:30 Executing busybox-1.31.1-r16.trigger 22:33:30 OK: 12 MiB in 22 packages 22:33:31 ---> 18cac066e38c 22:33:31 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 22:33:32 ---> ac989abdc6cb 22:33:32 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 22:33:32 Removing intermediate container f38d42a58ee1 22:33:32 ---> c1ede929c356 22:33:32 Step 13/27 : RUN rm -rf /var/cache/apk/* 22:33:32 ---> Running in a9f1130fc3dd 22:33:32 ---> 5e3220cab7af 22:33:32 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 22:33:32 ---> Running in 18f04f6b80c9 22:33:35 Removing intermediate container a9f1130fc3dd 22:33:35 ---> 6b669fbb33fb 22:33:35 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:33:35 ---> Running in eb9bd9e2e61a 22:33:35 Removing intermediate container 18f04f6b80c9 22:33:35 ---> 0bbc967f028b 22:33:35 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 22:33:35 Removing intermediate container eb9bd9e2e61a 22:33:35 ---> 1290d763cf28 22:33:35 Step 15/27 : ENV APP_PORT=48090 22:33:35 ---> 3741665937cd 22:33:35 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:33:36 ---> Running in c31f65aaa1bd 22:33:36 ---> Running in 76b1aa3e8923 22:33:36 Removing intermediate container c31f65aaa1bd 22:33:36 ---> 59c91d4d087c 22:33:36 Step 16/27 : EXPOSE $APP_PORT 22:33:36 ---> Running in 0679abd11745 22:33:36 Removing intermediate container 0679abd11745 22:33:36 ---> 8f3f7cf49d86 22:33:36 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:33:37 ---> 40b6b03de9ae 22:33:37 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:33:37 Removing intermediate container 76b1aa3e8923 22:33:37 ---> 932f29690aa1 22:33:37 Step 24/29 : RUN chmod 755 security-secrets-setup 22:33:37 ---> Running in 2be887c6c974 22:33:37 ---> 92c63d7a61cd 22:33:37 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:33:39 ---> 487ffc778aee 22:33:39 Step 20/27 : RUN apk --no-cache add py3-pip 22:33:39 ---> Running in 71fc09635bae 22:33:39 Removing intermediate container 2be887c6c974 22:33:39 ---> 1d7a801b7d09 22:33:39 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 22:33:39 ---> Running in be970a30fa79 22:33:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:33:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:33:39 Removing intermediate container be970a30fa79 22:33:39 ---> 3c20913333ff 22:33:39 Step 26/29 : CMD [ "generate" ] 22:33:39 ---> Running in 4c9d240689a1 22:33:39 (1/33) Installing libbz2 (1.0.8-r1) 22:33:39 (2/33) Installing expat (2.2.9-r1) 22:33:39 (3/33) Installing libffi (3.3-r2) 22:33:40 (4/33) Installing gdbm (1.13-r1) 22:33:40 (5/33) Installing xz-libs (5.2.5-r0) 22:33:40 (6/33) Installing sqlite-libs (3.32.1-r0) 22:33:40 (7/33) Installing python3 (3.8.5-r0) 22:33:40 Removing intermediate container 4c9d240689a1 22:33:40 ---> 1ae4398d8f40 22:33:40 Step 27/29 : LABEL arch=x86_64 22:33:44 ---> Running in 51b2db338def 22:33:44 (8/33) Installing py3-appdirs (1.4.4-r1) 22:33:44 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:33:44 (10/33) Installing py3-parsing (2.4.7-r0) 22:33:44 (11/33) Installing py3-six (1.15.0-r0) 22:33:44 (12/33) Installing py3-packaging (20.4-r0) 22:33:44 Removing intermediate container 1dbf28df10f3 22:33:44 ---> 11c1859e0528 22:33:44 22:33:44 Step 10/23 : FROM alpine 22:33:44 ---> a24bb4013296 22:33:44 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:33:44 (13/33) Installing py3-setuptools (47.0.0-r0) 22:33:44 (14/33) Installing py3-chardet (3.0.4-r4) 22:33:44 (15/33) Installing py3-idna (2.9-r0) 22:33:44 ---> Running in a53fbc670b4b 22:33:44 Removing intermediate container 51b2db338def 22:33:44 ---> 923888e74861 22:33:44 Step 28/29 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 22:33:44 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:33:45 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:33:45 (18/33) Installing py3-requests (2.23.0-r0) 22:33:45 (19/33) Installing py3-msgpack (1.0.0-r0) 22:33:46 (20/33) Installing py3-lockfile (0.12.2-r3) 22:33:46 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:33:46 ---> Running in 2a611a454794 22:33:46 (22/33) Installing py3-colorama (0.4.3-r0) 22:33:46 Removing intermediate container a53fbc670b4b 22:33:46 ---> f817511548cd 22:33:46 Step 12/23 : ENV APP_PORT=48080 22:33:46 (23/33) Installing py3-distlib (0.3.0-r0) 22:33:46 (24/33) Installing py3-distro (1.5.0-r1) 22:33:46 (25/33) Installing py3-webencodings (0.5.1-r3) 22:33:46 (26/33) Installing py3-html5lib (1.0.1-r4) 22:33:46 (27/33) Installing py3-pytoml (0.1.21-r0) 22:33:46 ---> Running in e948568b3546 22:33:46 (28/33) Installing py3-pep517 (0.8.2-r0) 22:33:46 (29/33) Installing py3-progress (1.5-r0) 22:33:46 (30/33) Installing py3-toml (0.10.1-r0) 22:33:46 (31/33) Installing py3-retrying (1.3.3-r0) 22:33:46 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:33:46 (33/33) Installing py3-pip (20.1.1-r0) 22:33:46 Removing intermediate container 2a611a454794 22:33:46 ---> 93b26f2d0a47 22:33:46 Step 29/29 : LABEL version=0.0.0 22:33:48 Executing busybox-1.31.1-r16.trigger 22:33:48 OK: 71 MiB in 55 packages 22:33:48 Removing intermediate container e948568b3546 22:33:48 ---> a112d3cb652a 22:33:48 Step 13/23 : EXPOSE $APP_PORT 22:33:48 ---> Running in 231dfc348737 22:33:48 ---> Running in 767627bc2dfd 22:33:48 Removing intermediate container 231dfc348737 22:33:48 ---> 32599e6ae288 22:33:48 22:33:48 Successfully built 32599e6ae288 22:33:48 Removing intermediate container 767627bc2dfd 22:33:48 ---> 26365abc7ebe 22:33:48 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:33:48 Successfully tagged docker-security-secrets-setup-go:latest 22:33:48  Building docker-security-secrets-setup-go ... done  ---> Running in 2c01665a54ff 22:33:50 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 22:33:54 Removing intermediate container 2c01665a54ff 22:33:54 ---> 0a3827719878 22:33:54 Step 15/23 : RUN apk --no-cache add zeromq 22:33:54 Removing intermediate container 71fc09635bae 22:33:54 ---> 81178b27964c 22:33:54 Step 21/27 : RUN pip install docker-compose==1.23.2 22:33:54 ---> Running in 4ac02585e2ac 22:33:54 ---> Running in 6a2c19edd674 22:33:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:33:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:33:54 Collecting docker-compose==1.23.2 22:33:54 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:33:54 (1/5) Installing libgcc (9.3.0-r2) 22:33:54 (2/5) Installing libsodium (1.0.18-r0) 22:33:55 Collecting texttable<0.10,>=0.9.0 22:33:55 Downloading texttable-0.9.1.tar.gz (11 kB) 22:33:55 (3/5) Installing libstdc++ (9.3.0-r2) 22:33:55 (4/5) Installing libzmq (4.3.3-r0) 22:33:55 (5/5) Installing zeromq (4.3.3-r0) 22:33:55 Executing busybox-1.31.1-r16.trigger 22:33:55 OK: 8 MiB in 19 packages 22:33:55 Collecting docker<4.0,>=3.6.0 22:33:55 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:33:56 Collecting docopt<0.7,>=0.6.1 22:33:56 Downloading docopt-0.6.2.tar.gz (25 kB) 22:33:56 Removing intermediate container 4ac02585e2ac 22:33:56 ---> b77ce25728a5 22:33:56 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 22:33:56 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 22:33:56 ---> 12aaee73b91e 22:33:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:33:56 Collecting cached-property<2,>=1.2.0 22:33:56 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:33:57 Collecting PyYAML<4,>=3.10 22:33:57 Downloading PyYAML-3.13.tar.gz (270 kB) 22:33:58 ---> 9e651d52ea23 22:33:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:33:58 Collecting jsonschema<3,>=2.5.1 22:33:58 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:33:58 Collecting dockerpty<0.5,>=0.4.1 22:33:58 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:33:58 ---> 578b3fdef77c 22:33:58 Step 19/23 : ENTRYPOINT ["/core-data"] 22:33:58 ---> Running in a2caff77ba98 22:33:58 Removing intermediate container a2caff77ba98 22:33:58 ---> 9a22d1c68301 22:33:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:33:58 ---> Running in 04e20256e967 22:33:58 Removing intermediate container 04e20256e967 22:33:58 ---> 56c71d24bd3e 22:33:58 Step 21/23 : LABEL arch=x86_64 22:33:58 Collecting websocket-client<1.0,>=0.32.0 22:33:58 ---> Running in 7d46ac4de3b2 22:33:59 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 22:33:59 Removing intermediate container 7d46ac4de3b2 22:33:59 ---> b57531007e24 22:33:59 Step 22/23 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 22:33:59 ---> Running in d80d0818ffbc 22:33:59 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:33:59 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:33:59 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:33:59 Removing intermediate container d80d0818ffbc 22:33:59 ---> 88771db27d4d 22:33:59 Step 23/23 : LABEL version=0.0.0 22:33:59 Collecting docker-pycreds>=0.4.0 22:33:59 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:33:59 ---> Running in b9348dd5a272 22:33: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) 22:33:59 Collecting urllib3<1.25,>=1.21.1 22:33:59 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:33:59 Removing intermediate container b9348dd5a272 22:33:59 ---> 3b0e01794a4f 22:33:59 22:34:00 Successfully built 3b0e01794a4f 22:34:00 Successfully tagged docker-core-data-go:latest 22:34:00  Building docker-core-data-go ... done Collecting idna<2.8,>=2.5 22:34:00 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:34:00 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) 22:34:00 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:34:00 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:34:00 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:34:00 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:34:00 Installing collected packages: texttable, urllib3, idna, requests, websocket-client, docker-pycreds, docker, docopt, cached-property, PyYAML, jsonschema, dockerpty, docker-compose 22:34:00 Running setup.py install for texttable: started 22:34:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 22:34:01 Running setup.py install for texttable: finished with status 'done' 22:34:01 Attempting uninstall: urllib3 22:34:01 Found existing installation: urllib3 1.25.9 22:34:01 Uninstalling urllib3-1.25.9: 22:34:01 Successfully uninstalled urllib3-1.25.9 22:34:01 Attempting uninstall: idna 22:34:01 Found existing installation: idna 2.9 22:34:01 Uninstalling idna-2.9: 22:34:01 Successfully uninstalled idna-2.9 22:34:01 Attempting uninstall: requests 22:34:01 Found existing installation: requests 2.23.0 22:34:01 Uninstalling requests-2.23.0: 22:34:01 Successfully uninstalled requests-2.23.0 22:34:02 Running setup.py install for docopt: started 22:34:02 Running setup.py install for docopt: finished with status 'done' 22:34:02 Running setup.py install for PyYAML: started 22:34:03 Running setup.py install for PyYAML: finished with status 'done' 22:34:04 Running setup.py install for dockerpty: started 22:34:04 Running setup.py install for dockerpty: finished with status 'done' 22:34:05 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 22:34:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:34:08 Removing intermediate container 6a2c19edd674 22:34:08 ---> f17b57fab202 22:34:08 Step 22/27 : RUN apk --no-cache add curl 22:34:08 ---> Running in c3eeab2cad37 22:34:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:34:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:34:08 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:34:08 (2/3) Installing libcurl (7.69.1-r1) 22:34:08 (3/3) Installing curl (7.69.1-r1) 22:34:08 Executing busybox-1.31.1-r16.trigger 22:34:08 OK: 72 MiB in 58 packages 22:34:09 Removing intermediate container c3eeab2cad37 22:34:09 ---> 19defd60041a 22:34:09 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 22:34:09 ---> Running in 11e4e42b1327 22:34:09 Removing intermediate container 11e4e42b1327 22:34:09 ---> f720439f99c8 22:34:09 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:34:09 ---> Running in 8dddcd20bd02 22:34:09 Removing intermediate container 8dddcd20bd02 22:34:09 ---> b87463bd69bc 22:34:09 Step 25/27 : LABEL arch=x86_64 22:34:09 ---> Running in 9fba3af1fa0a 22:34:09 Removing intermediate container 9fba3af1fa0a 22:34:09 ---> 3d8c079a63db 22:34:09 Step 26/27 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 22:34:09 ---> Running in 45f0262cb682 22:34:09 Removing intermediate container 45f0262cb682 22:34:09 ---> f421b243102d 22:34:09 Step 27/27 : LABEL version=0.0.0 22:34:10 ---> Running in f23a30c4210d 22:34:10 Removing intermediate container f23a30c4210d 22:34:10 ---> f9160b6fee5a 22:34:10 22:34:10 Successfully built f9160b6fee5a 22:34:10 Successfully tagged docker-sys-mgmt-agent-go:latest 22:34:10  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:34:10 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 22:34:10 $ docker stop --time=1 9816d35d81901d1be05303ae93b168b36466227225ee94279e522266b639ca95 22:34:11 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 22:34:12 $ docker rm -f 9816d35d81901d1be05303ae93b168b36466227225ee94279e522266b639ca95 [Pipeline] // withDockerContainer [Pipeline] sh 22:34:13 + docker images 22:34:13 + grep docker 22:34:13 docker-sys-mgmt-agent-go latest f9160b6fee5a 2 seconds ago 290MB 22:34:13 docker-core-data-go latest 3b0e01794a4f 13 seconds ago 23.6MB 22:34:13 docker-security-secrets-setup-go latest 32599e6ae288 24 seconds ago 24MB 22:34:13 docker-support-logging-go latest 93ea7141fd50 44 seconds ago 11.1MB 22:34:13 docker-core-metadata-go latest f7f8c910c7f5 52 seconds ago 14.2MB 22:34:13 docker-security-secretstore-setup-go latest d11e26e5fe1c 2 minutes ago 32.4MB 22:34:13 docker-support-notifications-go latest 92461f607eaa 2 minutes ago 13.6MB 22:34:13 docker-security-proxy-setup-go latest 1199c67e640e 2 minutes ago 15.8MB 22:34:13 docker-core-command-go latest d77a95b402c3 2 minutes ago 12.2MB 22:34:13 docker-support-scheduler-go latest e0f74f66c984 2 minutes ago 12.3MB 22:34:13 docker latest 809cc4dba987 2 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 22:34:16 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 22:34:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 22:34:24 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 22:34:27 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 22:34:28 Still waiting to schedule task 22:34:28 All nodes of label ‘centos7-docker-8c-8g’ are offline 22:34:32 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 22:34:36 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] } 22:34:39 $ docker stop --time=1 e214f779b4ce59c3f3ad5cf67cdc7778136fcf2983fbd7696406e1fc3a3350d5 22:34:41 $ docker rm -f e214f779b4ce59c3f3ad5cf67cdc7778136fcf2983fbd7696406e1fc3a3350d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:34:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:34:43 22:34:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:34:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:34:44 latest: Pulling from edgex-devops/edgex-compose-arm64 22:34:44 29e5d40040c1: Pulling fs layer 22:34:44 1ce36da41761: Pulling fs layer 22:34:44 25b303627fd3: Pulling fs layer 22:34:44 29e5d40040c1: Verifying Checksum 22:34:44 29e5d40040c1: Download complete 22:34:45 29e5d40040c1: Pull complete 22:34:45 1ce36da41761: Verifying Checksum 22:34:45 1ce36da41761: Download complete 22:34:47 1ce36da41761: Pull complete 22:34:47 25b303627fd3: Verifying Checksum 22:34:47 25b303627fd3: Download complete 22:34:57 25b303627fd3: Pull complete 22:34:57 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 22:34:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:34:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 22:34:57 prd-ubuntu18.04-docker-arm64-4c-16g-4002 does not seem to be running inside a container 22:34:57 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:35:00 $ docker top f245acf2980ec1b23baf981ba77cfaf5877c9d9742298b0737663cba1b06e3b8 -eo pid,comm [Pipeline] { [Pipeline] sh 22:35:02 + docker-compose build --help 22:35:02 + grep parallel 22:35:05 --parallel Build images in parallel. [Pipeline] } 22:35:05 $ docker stop --time=1 f245acf2980ec1b23baf981ba77cfaf5877c9d9742298b0737663cba1b06e3b8 22:35:07 $ docker rm -f f245acf2980ec1b23baf981ba77cfaf5877c9d9742298b0737663cba1b06e3b8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:35:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:35:08 . [Pipeline] withDockerContainer 22:35:08 prd-ubuntu18.04-docker-arm64-4c-16g-4002 does not seem to be running inside a container 22:35:08 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:35:10 $ docker top 0c56380859a495cc305213403531bf538ac7b112b0d08fe2c4439ed5c93af77f -eo pid,comm [Pipeline] { [Pipeline] sh 22:35:11 + docker-compose -f ./docker-compose-build.yml build --parallel 22:35:14 Building docker-core-command-go ... 22:35:14 Building docker-core-data-go ... 22:35:14 Building docker-core-metadata-go ... 22:35:14 Building docker-security-proxy-setup-go ... 22:35:14 Building docker-security-secrets-setup-go ... 22:35:14 Building docker-security-secretstore-setup-go ... 22:35:14 Building docker-support-logging-go ... 22:35:14 Building docker-support-notifications-go ... 22:35:14 Building docker-support-scheduler-go ... 22:35:14 Building docker-sys-mgmt-agent-go ... 22:35:14 Building docker-core-data-go 22:35:14 Building docker-core-command-go 22:35:14 Building docker-security-secrets-setup-go 22:35:14 Building docker-security-proxy-setup-go 22:35:14 Building docker-support-scheduler-go 22:35:39 Running on prd-centos7-docker-8c-8g-4004 in /w/workspace/edgexfoundry_edgex-go_PR-2745 [Pipeline] { [Pipeline] ws 22:35:39 Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout 22:35:41 using credential edgex-jenkins-ssh 22:35:41 Cloning the remote Git repository 22:35:41 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:35:41 > git init /w/workspace/edgex-go/13 # timeout=10 22:35:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:35:41 > git --version # timeout=10 22:35:41 > git --version # 'git version 2.16.5' 22:35:41 using GIT_SSH to set credentials SSH Credentials for GitHub 22:35:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:35:49 ERROR: Error cloning remote repo 'origin' 22:35:49 hudson.plugins.git.GitException: Command "git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/*" returned status code 128: 22:35:49 stdout: 22:35:49 stderr: Warning: Permanently added the RSA host key for IP address '140.82.112.4' to the list of known hosts. 22:35:49 remote: Enumerating objects: 31, done. 22:35:49 remote: Counting objects: 3% (1/31) remote: Counting objects: 6% (2/31) remote: Counting objects: 9% (3/31) remote: Counting objects: 12% (4/31) remote: Counting objects: 16% (5/31) remote: Counting objects: 19% (6/31) remote: Counting objects: 22% (7/31) remote: Counting objects: 25% (8/31) remote: Counting objects: 29% (9/31) remote: Counting objects: 32% (10/31) remote: Counting objects: 35% (11/31) remote: Counting objects: 38% (12/31) remote: Counting objects: 41% (13/31) remote: Counting objects: 45% (14/31) remote: Counting objects: 48% (15/31) remote: Counting objects: 51% (16/31) remote: Counting objects: 54% (17/31) remote: Counting objects: 58% (18/31) remote: Counting objects: 61% (19/31) remote: Counting objects: 64% (20/31) remote: Counting objects: 67% (21/31) remote: Counting objects: 70% (22/31) remote: Counting objects: 74% (23/31) remote: Counting objects: 77% (24/31) remote: Counting objects: 80% (25/31) remote: Counting objects: 83% (26/31) remote: Counting objects: 87% (27/31) remote: Counting objects: 90% (28/31) remote: Counting objects: 93% (29/31) remote: Counting objects: 96% (30/31) remote: Counting objects: 100% (31/31) remote: Counting objects: 100% (31/31), done. 22:35:49 remote: Compressing objects: 4% (1/25) remote: Compressing objects: 8% (2/25) remote: Compressing objects: 12% (3/25) remote: Compressing objects: 16% (4/25) remote: Compressing objects: 20% (5/25) remote: Compressing objects: 24% (6/25) remote: Compressing objects: 28% (7/25) remote: Compressing objects: 32% (8/25) remote: Compressing objects: 36% (9/25) remote: Compressing objects: 40% (10/25) remote: Compressing objects: 44% (11/25) remote: Compressing objects: 48% (12/25) remote: Compressing objects: 52% (13/25) remote: Compressing objects: 56% (14/25) remote: Compressing objects: 60% (15/25) remote: Compressing objects: 64% (16/25) remote: Compressing objects: 68% (17/25) remote: Compressing objects: 72% (18/25) remote: Compressing objects: 76% (19/25) remote: Compressing objects: 80% (20/25) remote: Compressing objects: 84% (21/25) remote: Compressing objects: 88% (22/25) remote: Compressing objects: 92% (23/25) remote: Compressing objects: 96% (24/25) remote: Compressing objects: 100% (25/25) remote: Compressing objects: 100% (25/25), done. 22:35:49 Receiving objects: 0% (1/32875) Receiving objects: 1% (329/32875) Receiving objects: 2% (658/32875) Receiving objects: 3% (987/32875) Receiving objects: 4% (1315/32875) Receiving objects: 5% (1644/32875) Receiving objects: 6% (1973/32875) Receiving objects: 7% (2302/32875) Receiving objects: 8% (2630/32875) Receiving objects: 9% (2959/32875) Receiving objects: 10% (3288/32875) Receiving objects: 11% (3617/32875) Receiving objects: 12% (3945/32875) Receiving objects: 13% (4274/32875) Receiving objects: 14% (4603/32875) Receiving objects: 15% (4932/32875) Receiving objects: 16% (5260/32875) Receiving objects: 17% (5589/32875) Receiving objects: 18% (5918/32875) Receiving objects: 19% (6247/32875) Receiving objects: 20% (6575/32875) Receiving objects: 21% (6904/32875) Receiving objects: 22% (7233/32875) Receiving objects: 23% (7562/32875) Receiving objects: 24% (7890/32875) Receiving objects: 25% (8219/32875) Receiving objects: 26% (8548/32875) Receiving objects: 27% (8877/32875) Receiving objects: 28% (9205/32875) Receiving objects: 28% (9299/32875), 22.22 MiB | 22.22 MiB/s Receiving objects: 28% (9319/32875), 36.28 MiB | 18.13 MiB/s Connection to github.com closed by remote host. 22:35:49 fatal: The remote end hung up unexpectedly 22:35:49 fatal: early EOF 22:35:49 fatal: index-pack failed 22:35:49 22:35:49 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2450) 22:35:49 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2051) 22:35:49 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:84) 22:35:49 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:573) 22:35:49 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:802) 22:35:49 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) 22:35:49 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154) 22:35:49 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 22:35:49 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 22:35:49 at hudson.remoting.Request$2.run(Request.java:369) 22:35:49 at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) 22:35:49 at java.util.concurrent.FutureTask.run(FutureTask.java:266) 22:35:49 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 22:35:49 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 22:35:49 at java.lang.Thread.run(Thread.java:748) 22:35:49 Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to prd-centos7-docker-8c-8g-4004 22:35:49 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788) 22:35:49 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) 22:35:49 at hudson.remoting.Channel.call(Channel.java:998) 22:35:49 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146) 22:35:49 at sun.reflect.GeneratedMethodAccessor453.invoke(Unknown Source) 22:35:49 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 22:35:49 at java.lang.reflect.Method.invoke(Method.java:498) 22:35:49 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132) 22:35:49 at com.sun.proxy.$Proxy118.execute(Unknown Source) 22:35:49 at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1132) 22:35:49 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1177) 22:35:49 at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125) 22:35:49 at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93) 22:35:49 at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80) 22:35:49 at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) 22:35:49 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 22:35:49 ... 4 more [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 22:35:50 Failed in branch amd64 22:37:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 22:37:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:37:21 ---> 0683aebbe8ad 22:37:21 Step 3/22 : WORKDIR /edgex-go 22:37:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 22:37:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:37:21 ---> 0683aebbe8ad 22:37:21 Step 3/23 : WORKDIR /edgex-go 22:37:21 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 22:37:21 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 22:37:21 ---> 0683aebbe8ad 22:37:21 Step 3/29 : WORKDIR /edgex-go 22:37:21 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 22:37:21 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:37:21 ---> 0683aebbe8ad 22:37:21 Step 3/21 : WORKDIR /edgex-go 22:37:21 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 22:37:21 Step 2/20 : FROM ${BUILDER_BASE} AS builder 22:37:21 ---> 0683aebbe8ad 22:37:21 Step 3/20 : WORKDIR /edgex-go 22:37:21 ---> Running in 87fe7df9942b 22:37:21 ---> Running in da4ec38f514f 22:37:21 ---> Running in 5b52837fe20e 22:37:21 ---> Running in 6baedfe3772c 22:37:21 ---> Running in 2d1fa928927e 22:37:21 Removing intermediate container 87fe7df9942b 22:37:21 ---> b8255c2dcd2d 22:37:21 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:37:21 Removing intermediate container da4ec38f514f 22:37:21 ---> 3b096849ac38 22:37:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:37:21 Removing intermediate container 2d1fa928927e 22:37:21 ---> 5e6c0ad2054d 22:37:21 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:37:21 Removing intermediate container 5b52837fe20e 22:37:21 ---> 2ce6bc731b7c 22:37:21 Step 4/29 : RUN apk update && apk add make git 22:37:21 Removing intermediate container 6baedfe3772c 22:37:21 ---> ecd212167c87 22:37:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:37:21 ---> Running in 7d0251283b8c 22:37:21 ---> Running in 01459c63b667 22:37:21 ---> Running in d3cd54a13cb6 22:37:21 ---> Running in 4105d8f68d9a 22:37:21 ---> Running in 9b4a33a3452e 22:37:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:37:21 Removing intermediate container 01459c63b667 22:37:21 ---> 3dd34550f228 22:37:21 Step 5/20 : RUN apk update && apk add make git 22:37:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:37:21 ---> Running in 93a58c0c5acb 22:37:21 Removing intermediate container 7d0251283b8c 22:37:21 ---> 65cae6aefe86 22:37:21 Step 5/22 : RUN apk update && apk add make git 22:37:21 ---> Running in f32609195582 22:37:21 Removing intermediate container d3cd54a13cb6 22:37:21 ---> fd3cf2d1f59a 22:37:21 Step 5/21 : RUN apk update && apk add make git 22:37:21 v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:37:21 v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:37:21 OK: 12623 distinct packages available 22:37:21 ---> Running in 996fde119228 22:37:21 Removing intermediate container 4105d8f68d9a 22:37:21 ---> ac43de5239bd 22:37:21 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 22:37:21 ---> Running in ebc5aa76ed75 22:37:21 OK: 217 MiB in 51 packages 22:37:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:37:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:37:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:37:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:37:21 Removing intermediate container 9b4a33a3452e 22:37:21 ---> 455601bcfd5d 22:37:21 Step 5/29 : COPY go.mod . 22:37:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:37:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:37:21 ---> 7325038e46f9 22:37:21 Step 6/29 : RUN go mod download 22:37:21 v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:37:21 v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:37:21 OK: 12623 distinct packages available 22:37:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:37:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:37:21 ---> Running in 30a98c935db2 22:37:22 v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:37:22 v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:37:22 OK: 12623 distinct packages available 22:37:22 OK: 217 MiB in 51 packages 22:37:22 v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:37:22 v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:37:22 OK: 12623 distinct packages available 22:37:23 v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:37:23 v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:37:23 OK: 12623 distinct packages available 22:37:23 OK: 217 MiB in 51 packages 22:37:23 OK: 217 MiB in 51 packages 22:37:23 OK: 217 MiB in 51 packages 22:37:24 Removing intermediate container 93a58c0c5acb 22:37:24 ---> 0021894234c2 22:37:24 Step 6/20 : COPY go.mod . 22:37:25 Removing intermediate container f32609195582 22:37:25 ---> 027467789a40 22:37:25 Step 6/22 : COPY go.mod . 22:37:25 Removing intermediate container 996fde119228 22:37:25 ---> 39ed66167095 22:37:25 Step 6/21 : COPY go.mod . 22:37:25 Removing intermediate container ebc5aa76ed75 22:37:25 ---> 740b710e032a 22:37:25 Step 6/23 : COPY go.mod . 22:37:25 ---> 7186eecea9f3 22:37:25 Step 7/20 : RUN go mod download 22:37:26 ---> Running in 6645888b7543 22:37:26 ---> 94c449f94431 22:37:26 Step 7/22 : RUN go mod download 22:37:26 Removing intermediate container 30a98c935db2 22:37:26 ---> b38753563c61 22:37:26 Step 7/29 : COPY . . 22:37:26 ---> d10cb8ea685c 22:37:26 Step 7/21 : RUN go mod download 22:37:26 ---> Running in 766db964aaa0 22:37:26 ---> 5ffafd931b93 22:37:26 Step 7/23 : RUN go mod download 22:37:26 ---> Running in c9ba840d10ff 22:37:27 ---> Running in e1ca575e7c89 22:37:31 Removing intermediate container 6645888b7543 22:37:31 ---> 2dff72a9f7ca 22:37:31 Step 8/20 : COPY . . 22:37:33 Removing intermediate container 766db964aaa0 22:37:33 ---> 59574b2189bc 22:37:33 Step 8/22 : COPY . . 22:37:33 Removing intermediate container c9ba840d10ff 22:37:33 ---> 85d81e832be5 22:37:33 Step 8/21 : COPY . . 22:37:33 Removing intermediate container e1ca575e7c89 22:37:33 ---> 4006fcb47b62 22:37:33 Step 8/23 : COPY . . 22:38:00 ---> b87cfbd71e60 22:38:00 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 22:38:00 ---> 288b5bb3d72d 22:38:00 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 22:38:00 ---> 0ac2bffb1c98 22:38:00 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 22:38:00 ---> Running in a6143e505ca3 22:38:00 ---> 1c7053d6ed07 22:38:00 Step 9/22 : RUN make cmd/core-command/core-command 22:38:00 ---> Running in 6fac8da5a6dd 22:38:00 ---> 3e5cfe41ff1b 22:38:00 Step 9/23 : RUN make cmd/core-data/core-data 22:38:00 ---> Running in 311c239fc611 22:38:00 ---> Running in f5ec62bf4dfb 22:38:00 ---> Running in bfd52152687a 22:38: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 22:38:02 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 22:38:02 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:38:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:38:03 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 22:39:25 Removing intermediate container a6143e505ca3 22:39:25 ---> 0bdfa76e8682 22:39:25 22:39:25 Step 9/29 : FROM alpine:latest 22:39:25 latest: Pulling from library/alpine 22:39:25 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 22:39:25 Status: Downloaded newer image for alpine:latest 22:39:25 ---> 62ee0e9f8440 22:39:25 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 22:39:25 ---> Running in 77a770e4427d 22:39:25 Removing intermediate container 77a770e4427d 22:39:25 ---> cd85b970483a 22:39:25 Step 11/29 : USER root 22:39:25 ---> Running in fc684a1c9629 22:39:25 Removing intermediate container 6fac8da5a6dd 22:39:25 ---> ce695f9a558e 22:39:25 22:39:25 Step 10/20 : FROM alpine 22:39:25 ---> 62ee0e9f8440 22:39:25 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 22:39:25 ---> Running in e2abac4ea484 22:39:25 Removing intermediate container fc684a1c9629 22:39:25 ---> 0976d7ce2e1b 22:39:25 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 22:39:26 ---> Running in 082a9717c136 22:39:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:39:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:39:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:39:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:39:30 v3.12.0-373-gddde33ae67 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 22:39:30 v3.12.0-372-g0452e24486 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 22:39:30 OK: 12621 distinct packages available 22:39:30 v3.12.0-373-gddde33ae67 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 22:39:30 v3.12.0-372-g0452e24486 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 22:39:30 OK: 12621 distinct packages available 22:39:31 (1/4) Installing ca-certificates (20191127-r4) 22:39:31 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:39:31 (3/4) Installing libcurl (7.69.1-r1) 22:39:31 (4/4) Installing curl (7.69.1-r1) 22:39:31 Executing busybox-1.31.1-r16.trigger 22:39:31 Executing ca-certificates-20191127-r4.trigger 22:39:31 (1/2) Installing ca-certificates (20191127-r4) 22:39:31 (2/2) Installing dumb-init (1.2.2-r1) 22:39:31 Executing busybox-1.31.1-r16.trigger 22:39:31 Executing ca-certificates-20191127-r4.trigger 22:39:32 OK: 7 MiB in 18 packages 22:39:32 OK: 6 MiB in 16 packages 22:39:35 Removing intermediate container 082a9717c136 22:39:35 ---> f1e9247bd6d4 22:39:35 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 22:39:35 ---> Running in 036c59256b4a 22:39:35 Removing intermediate container e2abac4ea484 22:39:35 ---> 93378be97ed6 22:39:35 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:39:35 ---> Running in 9b28444252e6 22:39:36 Removing intermediate container 036c59256b4a 22:39:36 ---> 5f97eaae5968 22:39:36 Step 14/29 : WORKDIR $BASE_DIR 22:39:36 ---> Running in 74bfa1b2e709 22:39:36 Removing intermediate container 9b28444252e6 22:39:36 ---> 931eab4f6e64 22:39:36 Step 13/20 : WORKDIR /edgex 22:39:37 ---> Running in 1db38f58afeb 22:39:37 Removing intermediate container 74bfa1b2e709 22:39:37 ---> 20841179b4a0 22:39:37 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 22:39:37 ---> Running in 489ca79c80d4 22:39:37 Removing intermediate container 1db38f58afeb 22:39:37 ---> 493f8c3602c6 22:39:37 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:39:39 ---> ebc1a186435c 22:39:39 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:39:41 ---> 097bd28a9423 22:39:41 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:39:41 ---> Running in 732c04011d91 22:39:42 Removing intermediate container 732c04011d91 22:39:42 ---> 483375d98349 22:39:42 Step 17/20 : CMD ["--init=true"] 22:39:42 Removing intermediate container 489ca79c80d4 22:39:42 ---> 24587f0d623e 22:39:42 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 22:39:42 ---> Running in 4894bddaa586 22:39:43 Removing intermediate container 4894bddaa586 22:39:43 ---> eb081ef04a52 22:39:43 Step 18/20 : LABEL arch=arm64 22:39:44 ---> Running in 7422982912fd 22:39:44 ---> c5ea129dd1c8 22:39:44 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 22:39:44 Removing intermediate container 7422982912fd 22:39:44 ---> cfd2edc46f1b 22:39:44 Step 19/20 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 22:39:44 ---> Running in a77b26badddb 22:39:45 ---> 16241bff5bed 22:39:45 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 22:39:45 Removing intermediate container a77b26badddb 22:39:45 ---> 7642b8541796 22:39:45 Step 20/20 : LABEL version=0.0.0 22:39:46 ---> Running in 82dbeecae4a7 22:39:47 Removing intermediate container 82dbeecae4a7 22:39:47 ---> 6750af4e338d 22:39:47 22:39:47 ---> d9f3ba9e8864 22:39:47 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 22:39:48 Successfully built 6750af4e338d 22:39:48 Successfully tagged docker-security-proxy-setup-go-arm64:latest 22:39:48  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 22:39:48 ---> 6c9e753b82ff 22:39:48 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 22:39:50 ---> ac90e20a3f0d 22:39:50 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 22:39:51 ---> Running in df35e51c822d 22:39:59 Removing intermediate container f5ec62bf4dfb 22:39:59 ---> a66b6dc97843 22:39:59 22:39:59 Step 10/22 : FROM scratch 22:39:59 ---> 22:39:59 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:39:59 Removing intermediate container 311c239fc611 22:39:59 ---> 38e27b719398 22:39:59 22:39:59 Step 10/21 : FROM scratch 22:39:59 ---> 22:39:59 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:39:59 Removing intermediate container df35e51c822d 22:39:59 ---> c2ea192e14ef 22:39:59 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 22:39:59 ---> Running in 244c27febcc4 22:39:59 ---> Running in ddb55cd33403 22:40:00 Removing intermediate container 244c27febcc4 22:40:00 ---> 0ef3f0fafd97 22:40:00 Step 12/22 : ENV APP_PORT=48082 22:40:00 ---> d890b1e21453 22:40:00 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:40:00 Removing intermediate container ddb55cd33403 22:40:00 ---> 8d488245a5c2 22:40:00 Step 12/21 : ENV APP_PORT=48085 22:40:00 ---> Running in 60d1ef2b4dee 22:40:00 ---> Running in 2baa9f49d07c 22:40:01 ---> Running in 0066054d5b09 22:40:01 Removing intermediate container 60d1ef2b4dee 22:40:01 ---> 120da1247f7b 22:40:01 Step 13/22 : EXPOSE $APP_PORT 22:40:01 ---> Running in c384d9ec8458 22:40:02 Removing intermediate container 2baa9f49d07c 22:40:02 ---> b932b35e7661 22:40:02 Step 13/21 : EXPOSE $APP_PORT 22:40:02 ---> Running in d81f4f67e3b9 22:40:02 Removing intermediate container c384d9ec8458 22:40:02 ---> ec0fa0d4dfa4 22:40:02 Step 14/22 : WORKDIR / 22:40:02 ---> Running in 6020ccb2bf3e 22:40:03 Removing intermediate container d81f4f67e3b9 22:40:03 ---> 9fa9c56b5fc9 22:40:03 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 22:40:03 Removing intermediate container 6020ccb2bf3e 22:40:03 ---> 5adc51f8bd33 22:40:03 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 22:40:04 ---> 79dc8842eba8 22:40:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:40:05 Removing intermediate container 0066054d5b09 22:40:05 ---> e8616e4e35e3 22:40:05 Step 24/29 : RUN chmod 755 security-secrets-setup 22:40:05 ---> 7bdaf08f5e7a 22:40:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:40:06 ---> Running in d95b26a526f9 22:40:07 ---> 67ed98a6e008 22:40:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:40:08 ---> 19a747dbbe0b 22:40:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:40:09 ---> e3d1e52bbb0a 22:40:09 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 22:40:09 ---> Running in 02bc8af488ae 22:40:09 ---> 79187495df2b 22:40:09 Step 18/22 : ENTRYPOINT ["/core-command"] 22:40:10 ---> Running in 797517bdd12d 22:40:10 Removing intermediate container 02bc8af488ae 22:40:10 ---> 411beeba7c4e 22:40:10 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:40:10 Removing intermediate container d95b26a526f9 22:40:10 ---> 1b5772a7d1ce 22:40:10 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 22:40:11 ---> Running in c540eb151562 22:40:11 ---> Running in d34515a5c3c8 22:40:11 Removing intermediate container 797517bdd12d 22:40:11 ---> 6911709d6b38 22:40:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:40:11 ---> Running in de2b6b1ae5ab 22:40:12 Removing intermediate container c540eb151562 22:40:12 ---> 44427770e068 22:40:12 Step 26/29 : CMD [ "generate" ] 22:40:12 Removing intermediate container d34515a5c3c8 22:40:12 ---> d79a16a12466 22:40:12 Step 19/21 : LABEL arch=arm64 22:40:12 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 22:40:12 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:40:12 ---> 0683aebbe8ad 22:40:12 Step 3/24 : WORKDIR /edgex-go 22:40:12 ---> Using cache 22:40:12 ---> ecd212167c87 22:40:12 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:40:12 ---> Using cache 22:40:12 ---> ac43de5239bd 22:40:12 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 22:40:12 ---> Running in e35dceff9f2d 22:40:12 Removing intermediate container de2b6b1ae5ab 22:40:12 ---> 74266365f60e 22:40:12 Step 20/22 : LABEL arch=arm64 22:40:12 ---> Running in f7afd4d8d3c0 22:40:13 ---> Running in 8d37cc7f0427 22:40:13 ---> Running in f4f693c91d2d 22:40:13 Removing intermediate container f7afd4d8d3c0 22:40:13 ---> b8af38cb3b8b 22:40:13 Step 27/29 : LABEL arch=arm64 22:40:13 ---> Running in 54734b4f1814 22:40:13 Removing intermediate container 8d37cc7f0427 22:40:13 ---> 72c2cffa9bc8 22:40:13 Step 20/21 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 22:40:13 Removing intermediate container f4f693c91d2d 22:40:13 ---> 289a2ecab5e4 22:40:13 Step 21/22 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 22:40:13 ---> Running in df0308d23497 22:40:14 ---> Running in 7cf04de3a26e 22:40:14 Removing intermediate container 54734b4f1814 22:40:14 ---> 69089d269d8e 22:40:14 Step 28/29 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 22:40:15 Removing intermediate container df0308d23497 22:40:15 ---> 14c73f400893 22:40:15 Step 21/21 : LABEL version=0.0.0 22:40:15 Removing intermediate container 7cf04de3a26e 22:40:15 ---> d3f352d88e33 22:40:15 Step 22/22 : LABEL version=0.0.0 22:40:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:40:15 ---> Running in faea32fafab1 22:40:15 ---> Running in 29abfa56aef6 22:40:15 ---> Running in 8538499e0fcf 22:40:15 Removing intermediate container faea32fafab1 22:40:15 ---> 6b5e0046358c 22:40:15 Step 29/29 : LABEL version=0.0.0 22:40:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:40:16 Removing intermediate container 29abfa56aef6 22:40:16 ---> aea67e58da0b 22:40:16 22:40:16 ---> Running in fb613cccb0a6 22:40:16 Removing intermediate container 8538499e0fcf 22:40:16 ---> 2459c29b9838 22:40:16 22:40:16 Removing intermediate container bfd52152687a 22:40:16 ---> d4236cdacdcf 22:40:16 22:40:16 Step 10/23 : FROM alpine 22:40:16 ---> 62ee0e9f8440 22:40:16 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:40:16 Successfully built aea67e58da0b 22:40:16 Successfully tagged docker-support-scheduler-go-arm64:latest 22:40:16  Building docker-support-scheduler-go ... done Building docker-support-logging-go 22:40:17 Successfully built 2459c29b9838 22:40:17 Successfully tagged docker-core-command-go-arm64:latest 22:40:17  Building docker-core-command-go ... done Removing intermediate container fb613cccb0a6 22:40:17 ---> 0eb25d81b18a 22:40:17 22:40:17 Building docker-core-metadata-go 22:40:17 ---> Running in 457c961b408d 22:40:17 v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:40:17 v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:40:17 OK: 12623 distinct packages available 22:40:17 Successfully built 0eb25d81b18a 22:40:17 Successfully tagged docker-security-secrets-setup-go-arm64:latest 22:40:17 Building docker-sys-mgmt-agent-go 22:40:17  Building docker-security-secrets-setup-go ... done Removing intermediate container 457c961b408d 22:40:17 ---> 2c82f7af2c82 22:40:17 Step 12/23 : ENV APP_PORT=48080 22:40:17 ---> Running in c338cd9f40ec 22:40:18 OK: 217 MiB in 51 packages 22:40:18 Removing intermediate container c338cd9f40ec 22:40:18 ---> 445b3d9c6e42 22:40:18 Step 13/23 : EXPOSE $APP_PORT 22:40:18 ---> Running in bafcb62a84a8 22:40:18 Removing intermediate container bafcb62a84a8 22:40:18 ---> a8f5aa357464 22:40:18 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:40:19 ---> Running in d55e7d78fcae 22:40:19 Removing intermediate container e35dceff9f2d 22:40:19 ---> 3a9289408a23 22:40:19 Step 6/24 : COPY go.mod . 22:40:20 ---> 69f2442969fe 22:40:20 Step 7/24 : RUN go mod download 22:40:21 ---> Running in 5e99a45f1020 22:40:25 Removing intermediate container d55e7d78fcae 22:40:25 ---> f110d91cf096 22:40:25 Step 15/23 : RUN apk --no-cache add zeromq 22:40:25 ---> Running in 59e746b2f417 22:40:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:40:27 Removing intermediate container 5e99a45f1020 22:40:27 ---> b42da235fe85 22:40:27 Step 8/24 : COPY . . 22:40:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:40:28 (1/5) Installing libgcc (9.3.0-r2) 22:40:29 (2/5) Installing libsodium (1.0.18-r0) 22:40:29 (3/5) Installing libstdc++ (9.3.0-r2) 22:40:29 (4/5) Installing libzmq (4.3.3-r0) 22:40:29 (5/5) Installing zeromq (4.3.3-r0) 22:40:29 Executing busybox-1.31.1-r16.trigger 22:40:29 OK: 8 MiB in 19 packages 22:40:36 Removing intermediate container 59e746b2f417 22:40:36 ---> 72f860d6e557 22:40:36 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 22:40:36 ---> 1e25a6866485 22:40:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:40:38 ---> fe6d298c3863 22:40:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:40:39 ---> ad8d03afa431 22:40:39 Step 19/23 : ENTRYPOINT ["/core-data"] 22:40:39 ---> Running in a4417a5b3b9f 22:40:40 Removing intermediate container a4417a5b3b9f 22:40:40 ---> 48fc318eb326 22:40:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:40:40 ---> Running in 53063c0f4f7c 22:40:41 Removing intermediate container 53063c0f4f7c 22:40:41 ---> 3be14a90bb9b 22:40:41 Step 21/23 : LABEL arch=arm64 22:40:42 ---> Running in 1f105dc4e249 22:40:43 Removing intermediate container 1f105dc4e249 22:40:43 ---> a8b51e55f4b7 22:40:43 Step 22/23 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 22:40:43 ---> Running in 2ecea1cde340 22:40:44 Removing intermediate container 2ecea1cde340 22:40:44 ---> b92ae7a4e0e2 22:40:44 Step 23/23 : LABEL version=0.0.0 22:40:44 ---> Running in 4828f5d4957a 22:40:45 ---> 26363e6da038 22:40:45 Step 9/24 : RUN make cmd/support-notifications/support-notifications 22:40:45 Removing intermediate container 4828f5d4957a 22:40:45 ---> e1de09f1f5bd 22:40:45 22:40:45 ---> Running in 60c119b484bf 22:40:46 Successfully built e1de09f1f5bd 22:40:46 Successfully tagged docker-core-data-go-arm64:latest 22:40:46 Building docker-security-secretstore-setup-go 22:40:47  Building docker-core-data-go ... done 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 22:41:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 22:41:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:41:26 ---> 0683aebbe8ad 22:41:26 Step 3/22 : WORKDIR /edgex-go 22:41:26 ---> Using cache 22:41:26 ---> ecd212167c87 22:41:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:41:26 ---> Using cache 22:41:26 ---> ac43de5239bd 22:41:26 Step 5/22 : RUN apk update && apk add make git 22:41:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 22:41:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:41:26 ---> 0683aebbe8ad 22:41:26 Step 3/22 : WORKDIR /edgex-go 22:41:26 ---> Using cache 22:41:26 ---> ecd212167c87 22:41:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:41:26 ---> Using cache 22:41:26 ---> ac43de5239bd 22:41:26 Step 5/22 : RUN apk update && apk add make && apk add bash git 22:41:26 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 22:41:26 Step 2/27 : FROM ${BUILDER_BASE} AS builder 22:41:26 ---> 0683aebbe8ad 22:41:26 Step 3/27 : WORKDIR /edgex-go 22:41:26 ---> Using cache 22:41:26 ---> ecd212167c87 22:41:26 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:41:26 ---> Using cache 22:41:26 ---> ac43de5239bd 22:41:26 Step 5/27 : RUN apk update && apk add make bash git 22:41:27 ---> Running in b77ec2bda04b 22:41:27 ---> Running in 7c96155f6741 22:41:27 ---> Running in 1e5a2ad3de04 22:41:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:41:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:41:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:41:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:41:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:41:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:41:32 v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:41:32 v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:41:32 OK: 12623 distinct packages available 22:41:32 v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:41:32 v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:41:32 OK: 12623 distinct packages available 22:41:32 v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:41:32 v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:41:32 OK: 12623 distinct packages available 22:41:33 OK: 217 MiB in 51 packages 22:41:33 OK: 217 MiB in 51 packages 22:41:33 OK: 217 MiB in 51 packages 22:41:34 OK: 217 MiB in 51 packages 22:41:36 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 22:41:36 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:41:36 ---> 0683aebbe8ad 22:41:36 Step 3/26 : WORKDIR /edgex-go 22:41:36 ---> Using cache 22:41:36 ---> ecd212167c87 22:41:36 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:41:36 ---> Using cache 22:41:36 ---> ac43de5239bd 22:41:36 Step 5/26 : RUN apk update && apk add make git 22:41:36 ---> Running in 0f8c835abaff 22:41:36 Removing intermediate container b77ec2bda04b 22:41:36 ---> 1673d9f09157 22:41:36 Step 6/27 : COPY go.mod . 22:41:37 Removing intermediate container 1e5a2ad3de04 22:41:37 ---> 29552517917b 22:41:37 Step 6/22 : COPY go.mod . 22:41:37 Removing intermediate container 7c96155f6741 22:41:37 ---> 733d4a47aa65 22:41:37 Step 6/22 : COPY go.mod . 22:41:37 ---> ed1642702887 22:41:37 Step 7/27 : RUN go mod download 22:41:37 ---> Running in 39a970a7b15a 22:41:38 ---> 18b78d24e65a 22:41:38 Step 7/22 : RUN go mod download 22:41:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:41:38 ---> 2832b5acf833 22:41:38 Step 7/22 : RUN go mod download 22:41:38 ---> Running in 53099a84cbc3 22:41:38 ---> Running in a1f94cb36144 22:41:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:41:40 Removing intermediate container 60c119b484bf 22:41:40 ---> 2a348f0a5a63 22:41:40 22:41:40 Step 10/24 : FROM scratch 22:41:40 ---> 22:41:40 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 22:41:40 v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:41:40 v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:41:40 OK: 12623 distinct packages available 22:41:40 ---> Running in 08caa2a6d1fb 22:41:41 OK: 217 MiB in 51 packages 22:41:41 Removing intermediate container 08caa2a6d1fb 22:41:41 ---> c33ea9fcf962 22:41:41 Step 12/24 : ENV APP_PORT=48060 22:41:41 ---> Running in c994b1c1b923 22:41:41 Removing intermediate container c994b1c1b923 22:41:41 ---> c128b9d288c4 22:41:41 Step 13/24 : EXPOSE $APP_PORT 22:41:42 ---> Running in 7a84b53edd63 22:41:42 Removing intermediate container 39a970a7b15a 22:41:42 ---> 393f65234192 22:41:42 Step 8/27 : COPY . . 22:41:42 Removing intermediate container 7a84b53edd63 22:41:42 ---> 2931b0f021ff 22:41:42 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 22:41:42 Removing intermediate container 0f8c835abaff 22:41:42 ---> ba09251b2ef8 22:41:42 Step 6/26 : COPY go.mod . 22:41:43 Removing intermediate container 53099a84cbc3 22:41:43 ---> b32081f54c23 22:41:43 Step 8/22 : COPY . . 22:41:44 Removing intermediate container a1f94cb36144 22:41:44 ---> 6fa8de9896b7 22:41:44 Step 8/22 : COPY . . 22:41:44 ---> f7bd00e6ae48 22:41:44 Step 7/26 : RUN go mod download 22:41:44 ---> b6669241e2b1 22:41:44 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 22:41:45 ---> Running in 47a891b51def 22:41:48 ---> 1ff9d1b034a2 22:41:48 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 22:41:51 ---> 2704cf30ca4b 22:41:51 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 22:41:51 Removing intermediate container 47a891b51def 22:41:51 ---> a7fd7e42f692 22:41:51 Step 8/26 : COPY . . 22:41:53 ---> a15710659ef6 22:41:53 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:41:57 ---> 246367431aa5 22:41:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:42:00 ---> 53f316c7ad0c 22:42:00 Step 20/24 : ENTRYPOINT ["/support-notifications"] 22:42:00 ---> Running in 92a7daf4bc03 22:42:01 Removing intermediate container 92a7daf4bc03 22:42:01 ---> edafe760856d 22:42:01 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:42:01 ---> Running in 8f4572e56355 22:42:02 Removing intermediate container 8f4572e56355 22:42:02 ---> dee945ee6a0e 22:42:02 Step 22/24 : LABEL arch=arm64 22:42:03 ---> Running in 226d5de533ef 22:42:04 Removing intermediate container 226d5de533ef 22:42:04 ---> 6d6b829e83e9 22:42:04 Step 23/24 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 22:42:05 ---> Running in cd5d99779cca 22:42:06 Removing intermediate container cd5d99779cca 22:42:06 ---> 14cd7961f256 22:42:06 Step 24/24 : LABEL version=0.0.0 22:42:06 ---> Running in 6ed0c7682fa1 22:42:07 Removing intermediate container 6ed0c7682fa1 22:42:07 ---> b5e75f057d11 22:42:07 22:42:08 Successfully built b5e75f057d11 22:42:08 Successfully tagged docker-support-notifications-go-arm64:latest 22:42:08  Building docker-support-notifications-go ... done  ---> b14ac1af29a3 22:42:08 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:42:09 ---> 602b04f60250 22:42:09 Step 9/22 : RUN make cmd/core-metadata/core-metadata 22:42:09 ---> Running in beb1b1b89a32 22:42:09 ---> Running in bd71cf4f229b 22:42:10 ---> 57015255f0f7 22:42:10 Step 9/22 : RUN make cmd/support-logging/support-logging 22:42:10 ---> Running in 39c476cffdf0 22:42:11 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 22:42:11 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 22:42:13 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 22:42:19 ---> 262531e25790 22:42:19 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 22:42:19 ---> Running in 59fa21a90f13 22:42:21 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 22:43:29 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 22:43:29 Removing intermediate container beb1b1b89a32 22:43:29 ---> bc6c2f0db3d1 22:43:29 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:43:29 ---> Running in b7047509a98d 22:43:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:43:30 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 22:43:31 Removing intermediate container 39c476cffdf0 22:43:31 ---> b67d8a89a3d6 22:43:31 22:43:31 Step 10/22 : FROM scratch 22:43:31 ---> 22:43:31 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 22:43:32 ---> Using cache 22:43:32 ---> c33ea9fcf962 22:43:32 Step 12/22 : ENV APP_PORT=48061 22:43:32 ---> Running in 793b39dbea26 22:43:32 Removing intermediate container b7047509a98d 22:43:32 ---> 64d141c51a03 22:43:32 22:43:32 Step 11/27 : FROM docker:latest 22:43:32 ---> 45884bde0078 22:43:32 Step 12/27 : RUN apk add --no-cache bash 22:43:32 ---> Running in 63cd69129c52 22:43:32 Removing intermediate container 793b39dbea26 22:43:32 ---> c4f1ade51591 22:43:32 Step 13/22 : EXPOSE $APP_PORT 22:43:33 ---> Running in 29ac64340230 22:43:33 Removing intermediate container 29ac64340230 22:43:33 ---> 83c384e652e8 22:43:33 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 22:43:35 ---> 94881cd9c335 22:43:35 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 22:43:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:43:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:43:36 (1/2) Installing readline (8.0.4-r0) 22:43:36 (2/2) Installing bash (5.0.17-r0) 22:43:36 Executing bash-5.0.17-r0.post-install 22:43:36 Executing busybox-1.31.1-r16.trigger 22:43:36 OK: 12 MiB in 22 packages 22:43:36 ---> b83b75b16da7 22:43:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 22:43:39 Removing intermediate container 63cd69129c52 22:43:39 ---> 291b6dd9441c 22:43:39 Step 13/27 : RUN rm -rf /var/cache/apk/* 22:43:39 ---> 32e30da866ec 22:43:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 22:43:39 ---> Running in 863aaec52f60 22:43:40 ---> 1bb90791f573 22:43:40 Step 18/22 : ENTRYPOINT ["/support-logging"] 22:43:40 ---> Running in d0e037ab78da 22:43:41 Removing intermediate container 59fa21a90f13 22:43:41 ---> 2a6a1ae5082e 22:43:41 22:43:41 Step 10/26 : FROM alpine:3.10 22:43:41 Removing intermediate container d0e037ab78da 22:43:41 ---> a3eb84e80020 22:43:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:43:41 ---> Running in 65cf60a2a04f 22:43:41 3.10: Pulling from library/alpine 22:43:41 Removing intermediate container 65cf60a2a04f 22:43:41 ---> fa3c51959824 22:43:41 Step 20/22 : LABEL arch=arm64 22:43:42 ---> Running in 66781ed1e633 22:43:42 Removing intermediate container 863aaec52f60 22:43:42 ---> a8e85f527df5 22:43:42 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:43:42 ---> Running in ce3af1b63367 22:43:42 Removing intermediate container 66781ed1e633 22:43:42 ---> 896794046175 22:43:42 Step 21/22 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 22:43:43 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 22:43:43 Status: Downloaded newer image for alpine:3.10 22:43:43 ---> 536a684cf733 22:43:43 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 22:43:43 ---> Running in f010edb368c6 22:43:43 ---> Running in 6c98640b6a4f 22:43:43 Removing intermediate container ce3af1b63367 22:43:43 ---> a440692f300f 22:43:43 Step 15/27 : ENV APP_PORT=48090 22:43:43 Removing intermediate container f010edb368c6 22:43:43 ---> 36646f0f31f4 22:43:43 Step 22/22 : LABEL version=0.0.0 22:43:43 ---> Running in c397cd44bb02 22:43:43 ---> Running in c69959675205 22:43:44 Removing intermediate container c397cd44bb02 22:43:44 ---> 789b15987bfd 22:43:44 Step 16/27 : EXPOSE $APP_PORT 22:43:44 Removing intermediate container c69959675205 22:43:44 ---> 686421750c76 22:43:44 22:43:44 ---> Running in 8124553d617c 22:43:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 22:43:45 Successfully built 686421750c76 22:43:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 22:43:45 Successfully tagged docker-support-logging-go-arm64:latest 22:43:45  Building docker-support-logging-go ... done Removing intermediate container 8124553d617c 22:43:45 ---> e2a82cf4b74a 22:43:45 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:43:46 v3.10.5-95-gb2ad523191 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 22:43:46 v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 22:43:46 OK: 10167 distinct packages available 22:43:46 (1/5) Installing ca-certificates (20191127-r2) 22:43:46 (2/5) Installing nghttp2-libs (1.39.2-r1) 22:43:46 (3/5) Installing libcurl (7.66.0-r1) 22:43:47 (4/5) Installing curl (7.66.0-r1) 22:43:47 (5/5) Installing dumb-init (1.2.2-r1) 22:43:47 Executing busybox-1.30.1-r3.trigger 22:43:47 Executing ca-certificates-20191127-r2.trigger 22:43:47 ---> e91ced319b09 22:43:47 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:43:47 OK: 7 MiB in 19 packages 22:43:48 Removing intermediate container bd71cf4f229b 22:43:48 ---> 08626130cc36 22:43:48 22:43:48 Step 10/22 : FROM scratch 22:43:48 ---> 22:43:48 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:43:48 ---> Using cache 22:43:48 ---> 8d488245a5c2 22:43:48 Step 12/22 : ENV APP_PORT=48081 22:43:48 ---> Running in 404a72ba065b 22:43:48 ---> 7822cc4c5184 22:43:48 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:43:48 Removing intermediate container 404a72ba065b 22:43:48 ---> ce93f95fc352 22:43:48 Step 13/22 : EXPOSE $APP_PORT 22:43:48 ---> Running in aea70e27aa62 22:43:48 Removing intermediate container 6c98640b6a4f 22:43:48 ---> c18bdf1ffee9 22:43:48 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:43:49 ---> Running in ad421827ae1c 22:43:49 Removing intermediate container aea70e27aa62 22:43:49 ---> c04d1bd3aff0 22:43:49 Step 14/22 : WORKDIR / 22:43:49 ---> 747cdb34534c 22:43:49 Step 20/27 : RUN apk --no-cache add py3-pip 22:43:49 ---> Running in b622288ebf84 22:43:49 ---> Running in 61704de38d77 22:43:49 Removing intermediate container ad421827ae1c 22:43:49 ---> 78ac35a1e73e 22:43:49 Step 13/26 : WORKDIR / 22:43:49 ---> Running in 5bc9b33eba89 22:43:49 Removing intermediate container b622288ebf84 22:43:49 ---> acc28fe238a5 22:43:49 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 22:43:50 Removing intermediate container 5bc9b33eba89 22:43:50 ---> 6d3c91dfa83f 22:43:50 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:43:50 ---> e0514fe17c78 22:43:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:43:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:43:51 ---> 2110a406b24b 22:43:51 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:43:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:43:51 (1/33) Installing libbz2 (1.0.8-r1) 22:43:51 (2/33) Installing expat (2.2.9-r1) 22:43:51 (3/33) Installing libffi (3.3-r2) 22:43:51 (4/33) Installing gdbm (1.13-r1) 22:43:51 ---> da82b02b1958 22:43:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:43:51 (5/33) Installing xz-libs (5.2.5-r0) 22:43:51 (6/33) Installing sqlite-libs (3.32.1-r0) 22:43:51 ---> 348e34d22c98 22:43:51 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:43:51 (7/33) Installing python3 (3.8.5-r0) 22:43:53 ---> af0d2ab62e5e 22:43:53 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 22:43:53 ---> 70ea270e96ae 22:43:53 Step 18/22 : ENTRYPOINT ["/core-metadata"] 22:43:53 ---> Running in d02e5da1466e 22:43:53 (8/33) Installing py3-appdirs (1.4.4-r1) 22:43:53 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:43:53 (10/33) Installing py3-parsing (2.4.7-r0) 22:43:53 (11/33) Installing py3-six (1.15.0-r0) 22:43:53 (12/33) Installing py3-packaging (20.4-r0) 22:43:54 (13/33) Installing py3-setuptools (47.0.0-r0) 22:43:54 (14/33) Installing py3-chardet (3.0.4-r4) 22:43:54 (15/33) Installing py3-idna (2.9-r0) 22:43:54 Removing intermediate container d02e5da1466e 22:43:54 ---> 87e7923cc4d2 22:43:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:43:54 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:43:54 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:43:54 (18/33) Installing py3-requests (2.23.0-r0) 22:43:54 (19/33) Installing py3-msgpack (1.0.0-r0) 22:43:54 ---> ab57f455ee69 22:43:54 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:43:54 (20/33) Installing py3-lockfile (0.12.2-r3) 22:43:54 ---> Running in fc0dd0dbc6d8 22:43:54 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:43:54 (22/33) Installing py3-colorama (0.4.3-r0) 22:43:54 (23/33) Installing py3-distlib (0.3.0-r0) 22:43:54 (24/33) Installing py3-distro (1.5.0-r1) 22:43:54 (25/33) Installing py3-webencodings (0.5.1-r3) 22:43:54 (26/33) Installing py3-html5lib (1.0.1-r4) 22:43:54 (27/33) Installing py3-pytoml (0.1.21-r0) 22:43:54 (28/33) Installing py3-pep517 (0.8.2-r0) 22:43:54 (29/33) Installing py3-progress (1.5-r0) 22:43:54 (30/33) Installing py3-toml (0.10.1-r0) 22:43:54 (31/33) Installing py3-retrying (1.3.3-r0) 22:43:54 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:43:54 (33/33) Installing py3-pip (20.1.1-r0) 22:43:55 Executing busybox-1.31.1-r16.trigger 22:43:55 OK: 71 MiB in 55 packages 22:43:55 Removing intermediate container fc0dd0dbc6d8 22:43:55 ---> 4217aded2be4 22:43:55 Step 20/22 : LABEL arch=arm64 22:43:55 ---> Running in 73faba5b0be5 22:43:55 ---> d1032afbcc71 22:43:55 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:43:55 Removing intermediate container 73faba5b0be5 22:43:55 ---> 29803fb7d251 22:43:55 Step 21/22 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 22:43:56 ---> Running in ea0c1fb11cbd 22:43:56 Removing intermediate container ea0c1fb11cbd 22:43:56 ---> 70d9cf560a52 22:43:56 Step 22/22 : LABEL version=0.0.0 22:43:56 ---> 09cba0fbd65d 22:43:56 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 22:43:57 ---> Running in 2467e7fcb473 22:43:57 Removing intermediate container 2467e7fcb473 22:43:57 ---> 9cd81f49225b 22:43:57 22:43:57 ---> 5ed5c762d92f 22:43:57 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:43:58 Successfully built 9cd81f49225b 22:43:58 Successfully tagged docker-core-metadata-go-arm64:latest 22:43:58  Building docker-core-metadata-go ... done  ---> 4bc6b0be6a62 22:43:58 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:43:59 ---> Running in 7e91e53595b8 22:44:01 Removing intermediate container 61704de38d77 22:44:01 ---> 9a9ed9ad28d7 22:44:01 Step 21/27 : RUN pip install docker-compose==1.23.2 22:44:01 ---> Running in aa0f70a5d2ff 22:44:01 Removing intermediate container 7e91e53595b8 22:44:01 ---> 6898b6e8fc0d 22:44:01 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 22:44:01 ---> Running in f6362d1a3e1a 22:44:02 Removing intermediate container f6362d1a3e1a 22:44:02 ---> e20d4ad189c6 22:44:02 Step 24/26 : LABEL arch=arm64 22:44:02 ---> Running in 34d659c9f42a 22:44:03 Removing intermediate container 34d659c9f42a 22:44:03 ---> af93ef90aefa 22:44:03 Step 25/26 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 22:44:03 ---> Running in bd20bf002a22 22:44:03 Removing intermediate container bd20bf002a22 22:44:03 ---> 76a90f5d2f9c 22:44:03 Step 26/26 : LABEL version=0.0.0 22:44:03 ---> Running in da0140ad8cd2 22:44:04 Removing intermediate container da0140ad8cd2 22:44:04 ---> 4eb672d8506e 22:44:04 22:44:04 Successfully built 4eb672d8506e 22:44:04 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 22:44:06  Building docker-security-secretstore-setup-go ... done Collecting docker-compose==1.23.2 22:44:06 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:44:07 Collecting jsonschema<3,>=2.5.1 22:44:07 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:44:08 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:44:08 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:44:08 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:44:08 Collecting texttable<0.10,>=0.9.0 22:44:08 Downloading texttable-0.9.1.tar.gz (11 kB) 22:44:11 Collecting PyYAML<4,>=3.10 22:44:11 Downloading PyYAML-3.13.tar.gz (270 kB) 22:44:13 Collecting cached-property<2,>=1.2.0 22:44:13 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:44:13 Collecting docopt<0.7,>=0.6.1 22:44:14 Downloading docopt-0.6.2.tar.gz (25 kB) 22:44:16 Collecting dockerpty<0.5,>=0.4.1 22:44:16 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:44:18 Collecting websocket-client<1.0,>=0.32.0 22:44:18 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 22:44:18 Collecting docker<4.0,>=3.6.0 22:44:18 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:44:19 Collecting idna<2.8,>=2.5 22:44:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:44:19 Collecting urllib3<1.25,>=1.21.1 22:44:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:44:19 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) 22:44:19 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) 22:44:20 Collecting docker-pycreds>=0.4.0 22:44:20 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:44:20 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:44:20 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:44:20 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:44:20 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:44:21 Installing collected packages: jsonschema, idna, urllib3, requests, texttable, PyYAML, cached-property, docopt, dockerpty, websocket-client, docker-pycreds, docker, docker-compose 22:44:21 Attempting uninstall: idna 22:44:21 Found existing installation: idna 2.9 22:44:21 Uninstalling idna-2.9: 22:44:21 Successfully uninstalled idna-2.9 22:44:21 Attempting uninstall: urllib3 22:44:21 Found existing installation: urllib3 1.25.9 22:44:21 Uninstalling urllib3-1.25.9: 22:44:22 Successfully uninstalled urllib3-1.25.9 22:44:22 Attempting uninstall: requests 22:44:22 Found existing installation: requests 2.23.0 22:44:22 Uninstalling requests-2.23.0: 22:44:22 Successfully uninstalled requests-2.23.0 22:44:23 Running setup.py install for texttable: started 22:44:24 Running setup.py install for texttable: finished with status 'done' 22:44:24 Running setup.py install for PyYAML: started 22:44:26 Running setup.py install for PyYAML: finished with status 'done' 22:44:26 Running setup.py install for docopt: started 22:44:28 Running setup.py install for docopt: finished with status 'done' 22:44:28 Running setup.py install for dockerpty: started 22:44:30 Running setup.py install for dockerpty: finished with status 'done' 22:44:32 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 22:44:35 Removing intermediate container aa0f70a5d2ff 22:44:35 ---> e8a294d62347 22:44:35 Step 22/27 : RUN apk --no-cache add curl 22:44:35 ---> Running in e3dae4854768 22:44:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:44:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:44:38 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:44:38 (2/3) Installing libcurl (7.69.1-r1) 22:44:38 (3/3) Installing curl (7.69.1-r1) 22:44:38 Executing busybox-1.31.1-r16.trigger 22:44:38 OK: 71 MiB in 58 packages 22:44:39 Removing intermediate container e3dae4854768 22:44:39 ---> 8434c0649be8 22:44:39 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 22:44:39 ---> Running in 239bfc178d22 22:44:39 Removing intermediate container 239bfc178d22 22:44:39 ---> a611ad1df93c 22:44:39 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:44:40 ---> Running in e38c58d9f856 22:44:40 Removing intermediate container e38c58d9f856 22:44:40 ---> 2e49e3f57153 22:44:40 Step 25/27 : LABEL arch=arm64 22:44:40 ---> Running in c787742f456b 22:44:41 Removing intermediate container c787742f456b 22:44:41 ---> 49b8745377bf 22:44:41 Step 26/27 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 22:44:41 ---> Running in b860f9cb07c1 22:44:41 Removing intermediate container b860f9cb07c1 22:44:41 ---> 76751be5bd2e 22:44:41 Step 27/27 : LABEL version=0.0.0 22:44:41 ---> Running in 4c43511293e0 22:44:42 Removing intermediate container 4c43511293e0 22:44:42 ---> 209094a29632 22:44:42 22:44:42 Successfully built 209094a29632 22:44:42 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 22:44:43  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:44:43 $ docker stop --time=1 0c56380859a495cc305213403531bf538ac7b112b0d08fe2c4439ed5c93af77f 22:44:45 $ docker rm -f 0c56380859a495cc305213403531bf538ac7b112b0d08fe2c4439ed5c93af77f [Pipeline] // withDockerContainer [Pipeline] sh 22:44:45 + docker images 22:44:45 + grep docker 22:44:46 docker-sys-mgmt-agent-go-arm64 latest 209094a29632 4 seconds ago 270MB 22:44:46 docker-security-secretstore-setup-go-arm64 latest 4eb672d8506e 43 seconds ago 30.8MB 22:44:46 docker-core-metadata-go-arm64 latest 9cd81f49225b 49 seconds ago 13.3MB 22:44:46 docker-support-logging-go-arm64 latest 686421750c76 About a minute ago 10.6MB 22:44:46 docker-support-notifications-go-arm64 latest b5e75f057d11 2 minutes ago 12.9MB 22:44:46 docker-core-data-go-arm64 latest e1de09f1f5bd 4 minutes ago 22.2MB 22:44:46 docker-core-command-go-arm64 latest 2459c29b9838 4 minutes ago 11.4MB 22:44:46 docker-security-secrets-setup-go-arm64 latest 0eb25d81b18a 4 minutes ago 22.7MB 22:44:46 docker-support-scheduler-go-arm64 latest aea67e58da0b 4 minutes ago 11.5MB 22:44:46 docker-security-proxy-setup-go-arm64 latest 6750af4e338d 5 minutes ago 15.1MB 22:44:46 docker latest 45884bde0078 2 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 22:44:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:44:50 ---> package-listing.sh 22:44:50 ++ facter osfamily 22:44:50 ++ tr '[:upper:]' '[:lower:]' 22:44:50 + OS_FAMILY=redhat 22:44:50 + workspace=/w/workspace/edgex-go/13 22:44:50 + START_PACKAGES=/tmp/packages_start.txt 22:44:50 + END_PACKAGES=/tmp/packages_end.txt 22:44:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:44:50 + PACKAGES=/tmp/packages_start.txt 22:44:50 + '[' /w/workspace/edgex-go/13 ']' 22:44:50 + PACKAGES=/tmp/packages_end.txt 22:44:50 + case "${OS_FAMILY}" in 22:44:50 + rpm -qa 22:44:50 + sort 22:44:54 + '[' -f /tmp/packages_start.txt ']' 22:44:54 + '[' -f /tmp/packages_end.txt ']' 22:44:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:44:54 + '[' /w/workspace/edgex-go/13 ']' 22:44:54 + mkdir -p /w/workspace/edgex-go/13/archives/ 22:44:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:44:55 provisioning config files... 22:44:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config716363586470123852tmp [Pipeline] { [Pipeline] echo 22:44:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:44:55 ---> create-netrc.sh [Pipeline] } 22:44:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:44:55 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:44:56 ---> python-tools-install.sh 22:44:56 Generating Requirements File 22:46:17 Python 3.6.8 22:46:17 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 22:46:17 appdirs==1.4.3 22:46:17 argcomplete==1.12.1 22:46:17 aspy.yaml==1.3.0 22:46:17 attrs==19.3.0 22:46:17 Babel==2.8.0 22:46:17 beautifulsoup4==4.8.2 22:46:17 boto3==1.11.6 22:46:17 botocore==1.14.6 22:46:17 bs4==0.0.1 22:46:17 cachetools==4.1.1 22:46:17 certifi==2019.11.28 22:46:17 cffi==1.14.3 22:46:17 cfgv==2.0.1 22:46:17 chardet==3.0.4 22:46:17 click==7.1 22:46:17 cliff==3.4.0 22:46:17 cmd2==1.3.11 22:46:17 colorama==0.4.3 22:46:17 cryptography==3.1.1 22:46:17 debtcollector==2.2.0 22:46:17 decorator==4.4.2 22:46:17 defusedxml==0.6.0 22:46:17 Deprecated==1.2.7 22:46:17 distlib==0.3.1 22:46:17 distro==1.2.0 22:46:17 dnspython==1.16.0 22:46:17 docker==4.2.0 22:46:17 docutils==0.15.2 22:46:17 dogpile.cache==1.0.2 22:46:17 email-validator==1.0.5 22:46:17 filelock==3.0.12 22:46:17 future==0.18.2 22:46:17 google-auth==1.22.1 22:46:17 httplib2==0.17.0 22:46:17 identify==1.4.11 22:46:17 idna==2.9 22:46:17 importlib-metadata==1.7.0 22:46:17 importlib-resources==1.5.0 22:46:17 iso8601==0.1.13 22:46:17 Jinja2==2.11.1 22:46:17 jmespath==0.10.0 22:46:17 jsonpatch==1.26 22:46:17 jsonpointer==2.0 22:46:17 jsonschema==3.2.0 22:46:17 keystoneauth1==4.2.1 22:46:17 kubernetes==11.0.0 22:46:17 lftools==0.34.2 22:46:17 lxml==4.5.0 22:46:17 MarkupSafe==0.23 22:46:17 msgpack==1.0.0 22:46:17 multi-key-dict==2.0.3 22:46:17 munch==2.5.0 22:46:17 netaddr==0.8.0 22:46:17 netifaces==0.10.9 22:46:17 niet==1.4.2 22:46:17 nodeenv==1.3.5 22:46:17 oauth2client==4.1.3 22:46:17 oauthlib==3.1.0 22:46:17 openstacksdk==0.50.0 22:46:17 os-client-config==2.1.0 22:46:17 os-service-types==1.7.0 22:46:17 osc-lib==2.2.1 22:46:17 oslo.config==8.3.2 22:46:17 oslo.context==3.1.1 22:46:17 oslo.i18n==5.0.1 22:46:17 oslo.log==4.4.0 22:46:17 oslo.serialization==4.0.1 22:46:17 oslo.utils==4.6.0 22:46:17 packaging==20.4 22:46:17 pbr==5.4.4 22:46:17 pluggy==0.13.1 22:46:17 prettytable==0.7.2 22:46:17 py==1.9.0 22:46:17 pyasn1==0.4.8 22:46:17 pyasn1-modules==0.2.8 22:46:17 pycparser==2.20 22:46:17 pygerrit2==2.0.10 22:46:17 PyGithub==1.46 22:46:17 pyinotify==0.9.6 22:46:17 PyJWT==1.7.1 22:46:17 pyparsing==2.4.7 22:46:17 pyperclip==1.8.0 22:46:17 pyroute2==0.4.13 22:46:17 pyrsistent==0.15.7 22:46:17 PySocks==1.6.8 22:46:17 python-cinderclient==7.2.0 22:46:17 python-dateutil==2.8.1 22:46:17 python-heatclient==2.2.1 22:46:17 python-jenkins==1.7.0 22:46:17 python-keystoneclient==4.1.1 22:46:17 python-magnumclient==3.2.1 22:46:17 python-novaclient==17.2.1 22:46:17 python-openstackclient==5.4.0 22:46:17 python-swiftclient==3.10.1 22:46:17 pytz==2020.1 22:46:17 PyYAML==5.3 22:46:17 requests==2.23.0 22:46:17 requests-oauthlib==1.3.0 22:46:17 requestsexceptions==1.4.0 22:46:17 rfc3986==1.4.0 22:46:17 rpm==4.11.3 22:46:17 rsa==4.0 22:46:17 ruamel.yaml==0.16.10 22:46:17 ruamel.yaml.clib==0.2.0 22:46:17 s3transfer==0.3.3 22:46:17 shade==1.27.2 22:46:17 simplejson==3.17.2 22:46:17 six==1.14.0 22:46:17 soupsieve==2.0 22:46:17 stevedore==3.2.2 22:46:17 tabulate==0.8.6 22:46:17 toml==0.10.0 22:46:17 tox==3.20.0 22:46:17 tqdm==4.43.0 22:46:17 urllib3==1.25.8 22:46:17 virtualenv==20.0.33 22:46:17 wcwidth==0.2.5 22:46:17 websocket-client==0.57.0 22:46:17 wrapt==1.12.1 22:46:17 xdg==3.0.2 22:46:17 xmltodict==0.12.0 22:46:17 yq==2.11.1 22:46:17 zipp==3.3.0 22:46:17 Cache entry deserialization failed, entry ignored 22:46:18 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 22:46:21 Python 2.7.5 22:46:22 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 22:46:22 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 22:46:22 ansible==2.9.7 22:46:22 Babel==0.9.6 22:46:22 backports.ssl-match-hostname==3.5.0.1 22:46:22 beautifulsoup4==4.4.1 22:46:22 bodhi==2.11.0 22:46:22 bodhi-client==2.11.0 22:46:22 CCColUtils==1.4 22:46:22 cffi==1.6.0 22:46:22 chardet==2.2.1 22:46:22 click==6.7 22:46:22 cloud-init==18.5 22:46:22 configobj==4.7.2 22:46:22 cryptography==1.7.2 22:46:22 decorator==3.4.0 22:46:22 distro==1.2.0 22:46:22 enum34==1.0.4 22:46:22 fedpkg==1.38 22:46:22 futures==3.1.1 22:46:22 gitdb==0.6.4 22:46:22 GitPython==1.0.1 22:46:22 html5lib==0.999 22:46:22 httplib2==0.9.2 22:46:22 idna==2.4 22:46:22 iniparse==0.4 22:46:22 ipaddress==1.0.16 22:46:22 IPy==0.75 22:46:22 javapackages==1.0.0 22:46:22 Jinja2==2.7.2 22:46:22 jmespath==0.9.4 22:46:22 jsonpatch==1.2 22:46:22 jsonpointer==1.9 22:46:22 kerberos==1.1 22:46:22 kitchen==1.1.1 22:46:22 langtable==0.0.31 22:46:22 lockfile==0.9.1 22:46:22 lxml==3.2.1 22:46:22 MarkupSafe==0.11 22:46:22 munch==2.0.2 22:46:22 offtrac==0.1.0 22:46:22 openidc-client==0.6.0 22:46:22 packagedb-cli==2.14.1 22:46:22 paramiko==2.1.1 22:46:22 perf==0.1 22:46:22 ply==3.4 22:46:22 policycoreutils-default-encoding==0.1 22:46:22 prettytable==0.7.2 22:46:22 pyasn1==0.1.9 22:46:22 pycparser==2.14 22:46:22 pycurl==7.19.0 22:46:22 pygobject==3.22.0 22:46:22 pygpgme==0.3 22:46:22 pyliblzma==0.5.3 22:46:22 pyOpenSSL==0.13.1 22:46:22 pyparsing==1.5.6 22:46:22 pyserial==2.6 22:46:22 python-augeas==0.5.0 22:46:22 python-bugzilla==2.3.0 22:46:22 python-dateutil==1.5 22:46:22 python-fedora==0.10.0 22:46:22 python-linux-procfs==0.4.9 22:46:22 python-yubico==1.2.3 22:46:22 pyudev==0.15 22:46:22 pyusb==1.0.0b1 22:46:22 pyxattr==0.5.1 22:46:22 PyYAML==3.10 22:46:22 requests==2.6.0 22:46:22 requests-kerberos==0.7.0 22:46:22 rpkg==1.60 22:46:22 schedutils==0.4 22:46:22 seobject==0.1 22:46:22 sepolicy==1.1 22:46:22 six==1.9.0 22:46:22 smmap==0.9.0 22:46:22 urlgrabber==3.10 22:46:22 urllib3==1.10.2 22:46:22 virtualenv==15.1.0 22:46:22 yum-langpacks==0.4.2 22:46:22 yum-metadata-parser==1.1.4 [Pipeline] echo 22:46:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:46:22 ---> sudo-logs.sh 22:46:22 Archiving 'sudo' log.. [Pipeline] echo 22:46:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:46:23 ---> job-cost.sh 22:46:23 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-nKEd 22:46:34 Cache entry deserialization failed, entry ignored 22:46:34 Cache entry deserialization failed, entry ignored 22:46:35 Cache entry deserialization failed, entry ignored 22:46:35 Cache entry deserialization failed, entry ignored 22:46:36 Cache entry deserialization failed, entry ignored 22:46:36 Cache entry deserialization failed, entry ignored 22:46:36 Cache entry deserialization failed, entry ignored 22:46:36 Cache entry deserialization failed, entry ignored 22:46:36 Cache entry deserialization failed, entry ignored 22:46:36 Cache entry deserialization failed, entry ignored 22:46:37 Cache entry deserialization failed, entry ignored 22:46:37 Cache entry deserialization failed, entry ignored 22:46:42 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:47:09 lf-activate-venv(): INFO: Adding /tmp/venv-nKEd/bin to PATH 22:47:09 INFO: No Stack... 22:47:10 INFO: Retrieving Pricing Info for: v1-standard-2 22:47:10 INFO: Archiving Costs [Pipeline] echo 22:47:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:47:11 ---> logs-deploy.sh 22:47:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2745/13 22:47:11 INFO: archiving workspace using pattern(s): 22:47:14 Archives upload complete. 22:47:14 INFO: archiving logs to Nexus 22:47:15 ---> uname -a: 22:47:15 Linux prd-centos7-docker-4c-2g-4001.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux 22:47:15 22:47:15 22:47:15 ---> lscpu: 22:47:15 Architecture: x86_64 22:47:15 CPU op-mode(s): 32-bit, 64-bit 22:47:15 Byte Order: Little Endian 22:47:15 CPU(s): 4 22:47:15 On-line CPU(s) list: 0-3 22:47:15 Thread(s) per core: 1 22:47:15 Core(s) per socket: 1 22:47:15 Socket(s): 4 22:47:15 NUMA node(s): 1 22:47:15 Vendor ID: GenuineIntel 22:47:15 CPU family: 6 22:47:15 Model: 44 22:47:15 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:47:15 Stepping: 1 22:47:15 CPU MHz: 2933.436 22:47:15 BogoMIPS: 5866.87 22:47:15 Virtualization: VT-x 22:47:15 Hypervisor vendor: KVM 22:47:15 Virtualization type: full 22:47:15 L1d cache: 32K 22:47:15 L1i cache: 32K 22:47:15 L2 cache: 4096K 22:47:15 L3 cache: 16384K 22:47:15 NUMA node0 CPU(s): 0-3 22:47:15 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 22:47:15 22:47:15 22:47:15 ---> nproc: 22:47:15 4 22:47:15 22:47:15 22:47:15 ---> df -h: 22:47:15 Filesystem Size Used Avail Use% Mounted on 22:47:15 devtmpfs 887M 0 887M 0% /dev 22:47:15 tmpfs 919M 0 919M 0% /dev/shm 22:47:15 tmpfs 919M 17M 903M 2% /run 22:47:15 tmpfs 919M 0 919M 0% /sys/fs/cgroup 22:47:15 /dev/vda1 50G 13G 38G 26% / 22:47:15 tmpfs 184M 0 184M 0% /run/user/1001 22:47:15 22:47:15 22:47:15 ---> free -m: 22:47:15 total used free shared buff/cache available 22:47:15 Mem: 1837 578 87 5 1171 1069 22:47:15 Swap: 1023 64 959 22:47:15 22:47:15 22:47:15 ---> ip addr: 22:47:15 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 22:47:15 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:47:15 inet 127.0.0.1/8 scope host lo 22:47:15 valid_lft forever preferred_lft forever 22:47:15 inet6 ::1/128 scope host 22:47:15 valid_lft forever preferred_lft forever 22:47:15 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 22:47:15 link/ether fa:16:3e:1f:9e:2e brd ff:ff:ff:ff:ff:ff 22:47:15 inet 10.30.123.218/23 brd 10.30.123.255 scope global dynamic eth0 22:47:15 valid_lft 85050sec preferred_lft 85050sec 22:47:15 inet6 fe80::f816:3eff:fe1f:9e2e/64 scope link 22:47:15 valid_lft forever preferred_lft forever 22:47:15 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 22:47:15 link/ether 02:42:b8:96:18:5b brd ff:ff:ff:ff:ff:ff 22:47:15 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:47:15 valid_lft forever preferred_lft forever 22:47:15 inet6 fe80::42:b8ff:fe96:185b/64 scope link 22:47:15 valid_lft forever preferred_lft forever 22:47:15 22:47:15 22:47:15 ---> sar -b -r -n DEV: 22:47:15 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/07/2020 _x86_64_ (4 CPU) 22:47:15 22:47:15 10:24:25 PM LINUX RESTART 22:47:15 22:47:15 10:25:01 PM tps rtps wtps bread/s bwrtn/s 22:47:15 10:26:01 PM 87.90 32.76 55.14 7700.37 10391.71 22:47:15 10:27:01 PM 175.02 69.94 105.09 4789.89 39020.87 22:47:15 10:28:01 PM 321.31 147.57 173.74 7150.53 36092.10 22:47:15 10:29:01 PM 157.67 72.29 85.39 4003.06 11960.55 22:47:15 10:30:02 PM 1115.57 827.79 287.79 95144.67 166251.84 22:47:15 10:31:01 PM 1743.58 1450.37 293.21 145825.01 157654.43 22:47:15 10:32:01 PM 1204.71 863.53 341.19 100980.16 143550.48 22:47:15 10:33:02 PM 1982.69 1639.02 343.67 141331.41 138690.02 22:47:15 10:34:02 PM 622.01 313.20 308.81 27772.76 50771.92 22:47:15 10:35:01 PM 48.31 16.27 32.04 3311.07 1095.61 22:47:15 10:36:01 PM 1.77 0.13 1.63 2.40 24.25 22:47:15 10:37:01 PM 0.30 0.00 0.30 0.00 3.75 22:47:15 10:38:01 PM 0.20 0.00 0.20 0.00 1.67 22:47:15 10:39:01 PM 0.28 0.00 0.28 0.00 3.15 22:47:15 10:40:01 PM 1.88 1.67 0.22 56.22 2.95 22:47:15 10:41:01 PM 0.87 0.07 0.80 2.66 14.59 22:47:15 10:42:01 PM 0.28 0.03 0.25 0.40 2.61 22:47:15 10:43:01 PM 0.32 0.03 0.28 0.40 3.40 22:47:15 10:44:01 PM 0.23 0.00 0.23 0.00 3.15 22:47:15 10:45:01 PM 59.14 57.79 1.35 5417.25 57.56 22:47:15 10:46:02 PM 81.50 7.87 73.63 923.22 7625.03 22:47:15 10:47:01 PM 111.12 28.41 82.71 1342.23 9097.63 22:47:15 Average: 351.75 252.18 99.56 24887.67 35207.13 22:47:15 22:47:15 10:25:01 PM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:47:15 10:26:01 PM 87228 1794328 95.36 2620 1171044 1318360 44.99 533636 1095568 93604 22:47:15 10:27:01 PM 84056 1797500 95.53 2288 1081228 1536104 52.42 644892 949080 54296 22:47:15 10:28:01 PM 84236 1797320 95.52 1492 898792 1690676 57.70 813520 749564 69152 22:47:15 10:29:01 PM 215012 1666544 88.57 1196 975332 1303528 44.49 676380 760036 12 22:47:15 10:30:02 PM 280932 1600624 85.07 0 940252 1525792 52.07 511740 916020 53080 22:47:15 10:31:01 PM 66396 1815160 96.47 0 475692 3405028 116.21 889732 711348 29700 22:47:15 10:32:01 PM 223256 1658300 88.13 0 955544 2355044 80.37 716104 773236 2128 22:47:15 10:33:02 PM 103460 1778096 94.50 0 1032700 2349852 80.20 486196 1097524 89860 22:47:15 10:34:02 PM 263688 1617868 85.99 0 951028 1455684 49.68 542928 867340 4524 22:47:15 10:35:01 PM 257656 1623900 86.31 0 1041200 1172440 40.01 508612 913424 8 22:47:15 10:36:01 PM 261612 1619944 86.10 0 1041196 1151388 39.29 506796 911852 8 22:47:15 10:37:01 PM 263684 1617872 85.99 0 1041216 1144048 39.04 505616 911612 8 22:47:15 10:38:01 PM 263920 1617636 85.97 0 1041228 1144048 39.04 505620 911612 8 22:47:15 10:39:01 PM 264060 1617496 85.97 0 1041236 1144048 39.04 505748 911612 8 22:47:15 10:40:01 PM 262020 1619536 86.07 0 1042240 1144048 39.04 505860 912376 8 22:47:15 10:41:01 PM 261840 1619716 86.08 0 1042256 1144108 39.05 506284 912424 8 22:47:15 10:42:01 PM 262168 1619388 86.07 0 1042264 1144048 39.04 505980 912436 8 22:47:15 10:43:01 PM 261320 1620236 86.11 0 1042272 1144168 39.05 506564 912440 8 22:47:15 10:44:01 PM 262072 1619484 86.07 0 1042280 1144048 39.04 505884 912448 12 22:47:15 10:45:01 PM 89388 1792168 95.25 0 1177580 1176684 40.16 543772 1042388 11396 22:47:15 10:46:02 PM 85164 1796392 95.47 0 1126516 1202192 41.03 611136 948876 85428 22:47:15 10:47:01 PM 85452 1796104 95.46 0 1105444 1193516 40.73 645936 884772 72948 22:47:15 Average: 194937 1686619 89.64 345 1014025 1454039 49.62 576315 905363 25737 22:47:15 22:47:15 10:25:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 22:47:15 10:26:01 PM vethc5e86a2 552.86 482.35 52.52 1620.85 0.00 0.00 0.00 22:47:15 10:26:01 PM eth0 1419.62 1160.88 5327.89 156.68 0.00 0.00 0.00 22:47:15 10:26:01 PM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 22:47:15 10:26:01 PM docker0 552.86 482.21 44.96 1620.84 0.00 0.00 0.00 22:47:15 10:27:01 PM eth0 1543.00 1149.70 4044.68 2796.80 0.00 0.00 0.00 22:47:15 10:27:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:15 10:27:01 PM docker0 353.14 317.18 26.97 1041.66 0.00 0.00 0.00 22:47:15 10:28:01 PM veth8c5d461 0.00 0.13 0.00 0.01 0.00 0.00 0.00 22:47:15 10:28:01 PM eth0 3324.68 2579.50 11336.13 3005.83 0.00 0.00 0.00 22:47:15 10:28:01 PM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 22:47:15 10:28:01 PM docker0 1017.92 957.80 79.94 3487.28 0.00 0.00 0.00 22:47:15 10:29:01 PM eth0 66.36 46.09 39.06 77.60 0.00 0.00 0.00 22:47:15 10:29:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:15 10:29:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:15 10:30:02 PM vethf0be36e 0.00 0.31 0.00 0.02 0.00 0.00 0.00 22:47:15 10:30:02 PM vethda509cf 0.02 0.13 0.00 0.01 0.00 0.00 0.00 22:47:15 10:30:02 PM vethdc53277 0.15 0.02 0.01 0.00 0.00 0.00 0.00 22:47:15 10:30:02 PM veth30c11a1 0.02 0.15 0.00 0.01 0.00 0.00 0.00 22:47:15 10:31:01 PM vethf0be36e 0.00 0.05 0.00 0.00 0.00 0.00 0.00 22:47:15 10:31:01 PM veth32217ad 0.00 0.13 0.00 0.01 0.00 0.00 0.00 22:47:15 10:31:01 PM vetha3f6d91 0.00 0.13 0.00 0.01 0.00 0.00 0.00 22:47:15 10:31:01 PM eth0 3692.43 2869.25 13418.48 3198.12 0.00 0.00 0.00 22:47:15 10:32:01 PM vethf0be36e 0.00 0.12 0.00 0.00 0.00 0.00 0.00 22:47:15 10:32:01 PM veth5bcc79e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:15 10:32:01 PM veth49776c1 0.00 0.07 0.00 0.00 0.00 0.00 0.00 22:47:15 10:32:01 PM vethed3f1c0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:15 10:33:02 PM vethf0be36e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 22:47:15 10:33:02 PM veth8206242 0.00 0.18 0.00 0.01 0.00 0.00 0.00 22:47:15 10:33:02 PM eth0 3738.61 2905.98 13347.39 3208.30 0.00 0.00 0.00 22:47:15 10:33:02 PM lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 22:47:15 10:34:02 PM vethf0be36e 0.00 0.17 0.00 0.01 0.00 0.00 0.00 22:47:15 10:34:02 PM veth4d14e97 4.62 5.31 0.56 20.48 0.00 0.00 0.00 22:47:15 10:34:02 PM eth0 131.50 78.57 486.10 71.84 0.00 0.00 0.00 22:47:15 10:34:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:15 10:35:01 PM eth0 31.43 26.08 47.41 43.06 0.00 0.00 0.00 22:47:15 10:35:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:15 10:35:01 PM docker0 1142.19 1126.41 87.80 4379.27 0.00 0.00 0.00 22:47:15 10:36:01 PM eth0 7.31 7.39 0.86 13.12 0.00 0.00 0.00 22:47:15 10:36:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:15 10:36:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:15 10:37:01 PM eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 22:47:15 10:37:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:15 10:37:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:15 10:38:01 PM eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 22:47:15 10:38:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:15 10:38:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:15 10:39:01 PM eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 22:47:15 10:39:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:15 10:39:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:15 10:40:01 PM eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 22:47:15 10:40:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:15 10:40:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:15 10:41:01 PM eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 22:47:15 10:41:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:15 10:41:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:15 10:42:01 PM eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 22:47:15 10:42:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:15 10:42:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:15 10:43:01 PM eth0 0.58 0.37 0.33 0.17 0.00 0.00 0.00 22:47:15 10:43:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:15 10:43:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:15 10:44:01 PM eth0 0.07 0.07 0.01 0.03 0.00 0.00 0.00 22:47:15 10:44:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:15 10:44:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:15 10:45:01 PM eth0 17.05 11.66 38.86 4.75 0.00 0.00 0.00 22:47:15 10:45:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:15 10:45:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:15 10:46:02 PM eth0 121.42 107.59 781.14 10.74 0.00 0.00 0.00 22:47:15 10:46:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:15 10:46:02 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:15 10:47:01 PM eth0 37.49 32.31 133.05 10.55 0.00 0.00 0.00 22:47:15 10:47:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:15 10:47:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:15 Average: eth0 187.55 145.77 682.37 155.14 0.00 0.00 0.00 22:47:15 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:47:15 Average: docker0 51.10 50.40 3.93 195.93 0.00 0.00 0.00 22:47:15 22:47:15 22:47:15 ---> sar -P ALL: 22:47:15 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/07/2020 _x86_64_ (4 CPU) 22:47:15 22:47:15 10:24:25 PM LINUX RESTART 22:47:15 22:47:15 10:25:01 PM CPU %user %nice %system %iowait %steal %idle 22:47:15 10:26:01 PM all 17.20 0.00 6.82 2.19 0.20 73.60 22:47:15 10:26:01 PM 0 18.20 0.00 8.81 0.80 0.24 71.94 22:47:15 10:26:01 PM 1 17.66 0.00 6.06 0.65 0.17 75.46 22:47:15 10:26:01 PM 2 18.20 0.00 6.53 3.15 0.17 71.94 22:47:15 10:26:01 PM 3 14.74 0.00 5.91 4.10 0.21 75.04 22:47:15 10:27:01 PM all 17.48 0.00 6.48 0.39 0.22 75.44 22:47:15 10:27:01 PM 0 17.37 0.00 8.11 0.67 0.25 73.61 22:47:15 10:27:01 PM 1 17.72 0.00 5.99 0.28 0.19 75.83 22:47:15 10:27:01 PM 2 16.39 0.00 6.11 0.19 0.22 77.09 22:47:15 10:27:01 PM 3 18.45 0.00 5.72 0.41 0.21 75.21 22:47:15 10:28:01 PM all 21.19 0.00 9.50 6.16 0.15 63.01 22:47:15 10:28:01 PM 0 21.93 0.00 10.11 7.58 0.10 60.28 22:47:15 10:28:01 PM 1 20.34 0.00 9.50 5.73 0.12 64.32 22:47:15 10:28:01 PM 2 20.79 0.00 8.82 4.57 0.14 65.68 22:47:15 10:28:01 PM 3 21.69 0.00 9.56 6.78 0.21 61.76 22:47:15 10:29:01 PM all 45.43 0.00 13.40 4.62 0.11 36.44 22:47:15 10:29:01 PM 0 45.23 0.00 13.55 5.41 0.12 35.68 22:47:15 10:29:01 PM 1 44.43 0.00 12.86 4.24 0.12 38.36 22:47:15 10:29:01 PM 2 46.12 0.00 13.40 3.39 0.09 36.99 22:47:15 10:29:01 PM 3 45.93 0.00 13.80 5.47 0.10 34.70 22:47:15 10:30:02 PM all 19.99 0.00 18.36 14.91 0.27 46.48 22:47:15 10:30:02 PM 0 20.07 0.00 18.59 16.28 0.35 44.72 22:47:15 10:30:02 PM 1 20.67 0.00 18.52 12.94 0.21 47.65 22:47:15 10:30:02 PM 2 19.69 0.00 17.97 14.15 0.28 47.91 22:47:15 10:30:02 PM 3 19.50 0.00 18.31 16.25 0.26 45.68 22:47:15 10:31:01 PM all 36.55 0.00 18.68 25.35 0.41 19.01 22:47:15 10:31:01 PM 0 36.41 0.00 18.49 27.14 0.47 17.50 22:47:15 10:31:01 PM 1 35.87 0.00 18.82 25.55 0.37 19.39 22:47:15 10:31:01 PM 2 36.33 0.00 19.26 24.79 0.50 19.13 22:47:15 10:31:01 PM 3 37.63 0.00 18.17 23.91 0.31 19.99 22:47:15 10:32:01 PM all 31.41 0.00 17.79 24.92 0.24 25.65 22:47:15 10:32:01 PM 0 32.62 0.00 17.05 25.16 0.22 24.94 22:47:15 10:32:01 PM 1 30.83 0.00 17.58 24.47 0.26 26.86 22:47:15 10:32:01 PM 2 30.53 0.00 18.60 25.85 0.23 24.79 22:47:15 10:32:01 PM 3 31.65 0.00 17.96 24.15 0.23 26.02 22:47:15 10:33:02 PM all 38.19 0.00 20.15 28.79 0.26 12.60 22:47:15 10:33:02 PM 0 39.10 0.00 20.12 27.41 0.31 13.06 22:47:15 10:33:02 PM 1 38.00 0.00 19.90 30.32 0.28 11.50 22:47:15 10:33:02 PM 2 37.72 0.00 19.95 29.58 0.28 12.47 22:47:15 10:33:02 PM 3 37.93 0.00 20.64 27.88 0.18 13.38 22:47:15 10:34:02 PM all 29.32 0.00 13.41 23.74 0.17 33.36 22:47:15 10:34:02 PM 0 30.29 0.00 14.64 19.57 0.11 35.40 22:47:15 10:34:02 PM 1 28.18 0.00 13.36 23.16 0.19 35.11 22:47:15 10:34:02 PM 2 30.81 0.00 13.09 29.41 0.18 26.52 22:47:15 10:34:02 PM 3 28.02 0.00 12.52 22.84 0.20 36.42 22:47:15 10:35:01 PM all 1.50 0.00 1.05 1.16 0.02 96.27 22:47:15 10:35:01 PM 0 2.20 0.00 1.52 0.85 0.02 95.42 22:47:15 10:35:01 PM 1 1.33 0.00 0.70 1.78 0.02 96.18 22:47:15 10:35:01 PM 2 1.56 0.00 1.10 1.68 0.02 95.63 22:47:15 10:35:01 PM 3 0.93 0.00 0.90 0.29 0.02 97.86 22:47:15 10:36:01 PM all 0.10 0.00 0.07 0.00 0.00 99.81 22:47:15 10:36:01 PM 0 0.07 0.00 0.10 0.00 0.02 99.82 22:47:15 10:36:01 PM 1 0.08 0.00 0.05 0.00 0.00 99.87 22:47:15 10:36:01 PM 2 0.05 0.00 0.05 0.00 0.00 99.90 22:47:15 10:36:01 PM 3 0.20 0.00 0.07 0.00 0.02 99.72 22:47:15 22:47:15 10:36:01 PM CPU %user %nice %system %iowait %steal %idle 22:47:15 10:37:01 PM all 0.15 0.00 0.03 0.00 0.00 99.81 22:47:15 10:37:01 PM 0 0.03 0.00 0.03 0.00 0.00 99.93 22:47:15 10:37:01 PM 1 0.05 0.00 0.05 0.00 0.00 99.90 22:47:15 10:37:01 PM 2 0.03 0.00 0.03 0.00 0.00 99.93 22:47:15 10:37:01 PM 3 0.53 0.00 0.03 0.00 0.00 99.43 22:47:15 10:38:01 PM all 0.15 0.00 0.02 0.00 0.00 99.83 22:47:15 10:38:01 PM 0 0.05 0.00 0.05 0.00 0.02 99.88 22:47:15 10:38:01 PM 1 0.03 0.00 0.02 0.00 0.00 99.95 22:47:15 10:38:01 PM 2 0.02 0.00 0.00 0.00 0.02 99.97 22:47:15 10:38:01 PM 3 0.50 0.00 0.03 0.00 0.00 99.47 22:47:15 10:39:01 PM all 0.16 0.00 0.03 0.00 0.00 99.81 22:47:15 10:39:01 PM 0 0.05 0.00 0.05 0.00 0.00 99.90 22:47:15 10:39:01 PM 1 0.03 0.00 0.02 0.00 0.00 99.95 22:47:15 10:39:01 PM 2 0.03 0.00 0.02 0.00 0.00 99.95 22:47:15 10:39:01 PM 3 0.50 0.00 0.02 0.00 0.00 99.48 22:47:15 10:40:01 PM all 0.14 0.00 0.05 0.02 0.00 99.78 22:47:15 10:40:01 PM 0 0.02 0.00 0.07 0.08 0.00 99.83 22:47:15 10:40:01 PM 1 0.02 0.00 0.05 0.00 0.00 99.93 22:47:15 10:40:01 PM 2 0.03 0.00 0.07 0.02 0.00 99.88 22:47:15 10:40:01 PM 3 0.50 0.00 0.05 0.00 0.00 99.45 22:47:15 10:41:01 PM all 0.15 0.00 0.03 0.00 0.00 99.82 22:47:15 10:41:01 PM 0 0.03 0.00 0.02 0.00 0.00 99.95 22:47:15 10:41:01 PM 1 0.03 0.00 0.03 0.00 0.00 99.93 22:47:15 10:41:01 PM 2 0.03 0.00 0.03 0.00 0.00 99.93 22:47:15 10:41:01 PM 3 0.50 0.00 0.02 0.00 0.00 99.48 22:47:15 10:42:01 PM all 0.15 0.00 0.02 0.00 0.00 99.83 22:47:15 10:42:01 PM 0 0.02 0.00 0.02 0.00 0.00 99.97 22:47:15 10:42:01 PM 1 0.02 0.00 0.02 0.00 0.00 99.97 22:47:15 10:42:01 PM 2 0.07 0.00 0.03 0.00 0.00 99.90 22:47:15 10:42:01 PM 3 0.50 0.00 0.03 0.02 0.00 99.45 22:47:15 10:43:01 PM all 0.15 0.00 0.05 0.00 0.00 99.80 22:47:15 10:43:01 PM 0 0.05 0.00 0.02 0.00 0.00 99.93 22:47:15 10:43:01 PM 1 0.03 0.00 0.03 0.00 0.00 99.93 22:47:15 10:43:01 PM 2 0.12 0.00 0.05 0.00 0.02 99.82 22:47:15 10:43:01 PM 3 0.38 0.00 0.08 0.00 0.00 99.53 22:47:15 10:44:01 PM all 0.04 0.00 0.03 0.00 0.00 99.92 22:47:15 10:44:01 PM 0 0.02 0.00 0.03 0.00 0.00 99.95 22:47:15 10:44:01 PM 1 0.05 0.00 0.02 0.00 0.02 99.92 22:47:15 10:44:01 PM 2 0.05 0.00 0.03 0.00 0.00 99.92 22:47:15 10:44:01 PM 3 0.07 0.00 0.05 0.00 0.00 99.88 22:47:15 10:45:01 PM all 2.13 0.00 0.66 1.28 0.01 95.93 22:47:15 10:45:01 PM 0 3.71 0.00 0.62 0.30 0.00 95.37 22:47:15 10:45:01 PM 1 2.45 0.00 1.05 3.52 0.00 92.98 22:47:15 10:45:01 PM 2 0.98 0.00 0.30 0.42 0.02 98.28 22:47:15 10:45:01 PM 3 1.34 0.00 0.70 0.89 0.02 97.05 22:47:15 10:46:02 PM all 15.10 0.00 2.51 2.99 0.03 79.37 22:47:15 10:46:02 PM 0 24.16 0.00 3.95 1.25 0.05 70.59 22:47:15 10:46:02 PM 1 11.12 0.00 1.74 3.99 0.02 83.13 22:47:15 10:46:02 PM 2 14.19 0.00 3.09 5.96 0.03 76.73 22:47:15 10:46:02 PM 3 11.01 0.00 1.29 0.72 0.02 86.96 22:47:15 10:47:01 PM all 15.16 0.00 3.15 2.98 0.03 78.67 22:47:15 10:47:01 PM 0 25.73 0.00 4.59 2.78 0.02 66.88 22:47:15 10:47:01 PM 1 7.90 0.00 1.86 1.62 0.03 88.58 22:47:15 10:47:01 PM 2 20.73 0.00 4.24 1.48 0.05 73.49 22:47:15 10:47:01 PM 3 6.47 0.00 1.97 6.01 0.03 85.51 22:47:15 22:47:15 Average: CPU %user %nice %system %iowait %steal %idle 22:47:15 Average: all 12.96 0.00 5.86 6.16 0.09 74.92 22:47:15 Average: 0 14.10 0.00 6.23 5.99 0.10 73.57 22:47:15 Average: 1 12.30 0.00 5.69 6.12 0.09 75.81 22:47:15 Average: 2 13.09 0.00 5.89 6.40 0.10 74.51 22:47:15 Average: 3 12.35 0.00 5.64 6.14 0.09 75.78 22:47:15 22:47:15 22:47:15