Pull request #2807 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at 12565dec60f03e6cbc896b7e2b47784094aed3ee rather than d002a233c572f40e04c5d08bee752ff45cb604e5 Obtained Jenkinsfile from 12565dec60f03e6cbc896b7e2b47784094aed3ee Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-6965 in /w/workspace/edgexfoundry_edgex-go_PR-2807 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 12565dec60f03e6cbc896b7e2b47784094aed3ee into PR head commit d002a233c572f40e04c5d08bee752ff45cb604e5 Merge succeeded, producing d002a233c572f40e04c5d08bee752ff45cb604e5 Checking out Revision d002a233c572f40e04c5d08bee752ff45cb604e5 (PR-2807) > 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/2807/head:refs/remotes/origin/PR-2807 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d002a233c572f40e04c5d08bee752ff45cb604e5 # 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 12565dec60f03e6cbc896b7e2b47784094aed3ee # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d002a233c572f40e04c5d08bee752ff45cb604e5 # timeout=10 Commit message: "fix(snap): update redis to 6.0.8" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:07:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:07:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:07:55 ========================================================= 14:07:55 EdgeX Global Pipelines Version Info 14:07:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 068c89e0d0fe78514abc95488ceff88fb9f68669 # timeout=10 14:07:56 ------------------- 14:07:56 stable info: 14:07:56 ------------------- 14:07:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:07:56 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 14:07:56 Message: update stable to v1.0.144 14:07:57 ------------------- 14:07:57 experimental info: 14:07:57 ------------------- 14:07:57 Commited By: **** collab-it+edgex@linuxfoundation.org 14:07:57 Commit SHA: c640cc8e0f176a0a86b153ebfcb15f3e2f33f7bd 14:07:57 Message: update experimental to v1.0.145 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:07:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 14:07:58 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 14:07:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:07:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:07:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:07:58 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 14:07:58 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 14:07:58 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 14:07:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 14:07:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 14:07:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:07:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:07:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:07:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:07:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:07:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:07:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:07:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 14:07:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 14:08:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 14:08:00 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 14:08:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2807 [Pipeline] echo 14:08:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2807 [Pipeline] echo 14:08:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2807 [Pipeline] echo 14:08:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d002a233c572f40e04c5d08bee752ff45cb604e5 [Pipeline] echo 14:08:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d002a23 [Pipeline] echo 14:08:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 14:08:01 ++ 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 14:08:01 + for file in '`ls cmd/**/Dockerfile`' 14:08:01 ++ dirname cmd/core-command/Dockerfile 14:08:01 ++ cut -d/ -f2 14:08:01 + echo core-command,cmd/core-command/Dockerfile 14:08:01 + for file in '`ls cmd/**/Dockerfile`' 14:08:01 ++ dirname cmd/core-data/Dockerfile 14:08:01 ++ cut -d/ -f2 14:08:01 + echo core-data,cmd/core-data/Dockerfile 14:08:01 + for file in '`ls cmd/**/Dockerfile`' 14:08:01 ++ dirname cmd/core-metadata/Dockerfile 14:08:01 ++ cut -d/ -f2 14:08:01 + echo core-metadata,cmd/core-metadata/Dockerfile 14:08:01 + for file in '`ls cmd/**/Dockerfile`' 14:08:01 ++ dirname cmd/security-proxy-setup/Dockerfile 14:08:01 ++ cut -d/ -f2 14:08:01 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 14:08:01 + for file in '`ls cmd/**/Dockerfile`' 14:08:01 ++ dirname cmd/security-secrets-setup/Dockerfile 14:08:01 ++ cut -d/ -f2 14:08:01 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 14:08:01 + for file in '`ls cmd/**/Dockerfile`' 14:08:01 ++ dirname cmd/security-secretstore-setup/Dockerfile 14:08:01 ++ cut -d/ -f2 14:08:01 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 14:08:01 + for file in '`ls cmd/**/Dockerfile`' 14:08:01 ++ dirname cmd/support-logging/Dockerfile 14:08:01 ++ cut -d/ -f2 14:08:01 + echo support-logging,cmd/support-logging/Dockerfile 14:08:01 + for file in '`ls cmd/**/Dockerfile`' 14:08:01 ++ dirname cmd/support-notifications/Dockerfile 14:08:01 ++ cut -d/ -f2 14:08:01 + echo support-notifications,cmd/support-notifications/Dockerfile 14:08:01 + for file in '`ls cmd/**/Dockerfile`' 14:08:01 ++ dirname cmd/support-scheduler/Dockerfile 14:08:01 ++ cut -d/ -f2 14:08:01 + echo support-scheduler,cmd/support-scheduler/Dockerfile 14:08:01 + for file in '`ls cmd/**/Dockerfile`' 14:08:01 ++ dirname cmd/sys-mgmt-agent/Dockerfile 14:08:01 ++ cut -d/ -f2 14:08:01 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 14:08:01 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 14:08:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:08:03 14:08:03 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:08:03 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:08:03 latest: Pulling from edgex-devops/git-semver 14:08:03 31603596830f: Pulling fs layer 14:08:03 2a8b12db71e7: Pulling fs layer 14:08:03 6ca5941a6612: Pulling fs layer 14:08:03 ecc8261a40a4: Pulling fs layer 14:08:03 ecc8261a40a4: Waiting 14:08:03 2a8b12db71e7: Verifying Checksum 14:08:03 2a8b12db71e7: Download complete 14:08:04 31603596830f: Verifying Checksum 14:08:04 31603596830f: Download complete 14:08:04 ecc8261a40a4: Verifying Checksum 14:08:04 ecc8261a40a4: Download complete 14:08:04 6ca5941a6612: Verifying Checksum 14:08:04 6ca5941a6612: Download complete 14:08:04 31603596830f: Pull complete 14:08:04 2a8b12db71e7: Pull complete 14:08:05 6ca5941a6612: Pull complete 14:08:05 ecc8261a40a4: Pull complete 14:08:05 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:08:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:08:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:08:05 prd-centos7-docker-4c-2g-6965 does not seem to be running inside a container 14:08:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:08:08 $ docker top 7bbd59ec2c48e93babf5ddfabc6c96d11f153fb1796d37d9b7d4c367a8f1b1b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:08:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:08:08 [ssh-agent] Looking for ssh-agent implementation... 14:08:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:08:08 $ docker exec 7bbd59ec2c48e93babf5ddfabc6c96d11f153fb1796d37d9b7d4c367a8f1b1b7 ssh-agent 14:08:08 SSH_AUTH_SOCK=/tmp/ssh-LH29fpeCMmjG/agent.11 14:08:08 SSH_AGENT_PID=16 14:08:08 Running ssh-add (command line suppressed) 14:08:08 Identity added: /w/workspace/edgex-go/4@tmp/private_key_8626229695126686419.key (/w/workspace/edgex-go/4@tmp/private_key_8626229695126686419.key) 14:08:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:08:09 + git tag --points-at HEAD [Pipeline] } 14:08:09 $ docker exec --env ******** --env ******** 7bbd59ec2c48e93babf5ddfabc6c96d11f153fb1796d37d9b7d4c367a8f1b1b7 ssh-agent -k 14:08:09 unset SSH_AUTH_SOCK; 14:08:09 unset SSH_AGENT_PID; 14:08:09 echo Agent pid 16 killed; 14:08:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:08:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:08:09 [ssh-agent] Looking for ssh-agent implementation... 14:08:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:08:09 $ docker exec 7bbd59ec2c48e93babf5ddfabc6c96d11f153fb1796d37d9b7d4c367a8f1b1b7 ssh-agent 14:08:10 SSH_AUTH_SOCK=/tmp/ssh-HGt2v3ewEzAy/agent.46 14:08:10 SSH_AGENT_PID=52 14:08:10 Running ssh-add (command line suppressed) 14:08:10 Identity added: /w/workspace/edgex-go/4@tmp/private_key_9003352208901753726.key (/w/workspace/edgex-go/4@tmp/private_key_9003352208901753726.key) 14:08:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:08:10 + git semver init 14:08:10 # -> Open(): unable to determine branch for HEAD 14:08:10 # $GIT_DIR = /w/workspace/edgex-go/4/.git 14:08:10 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 14:08:10 # $SEMVER_REMOTE_NAME = origin 14:08:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:08:10 # $SEMVER_USER_NAME = edgex-jenkins 14:08:10 # $SEMVER_BRANCH = PR-2807 14:08:10 # $SEMVER_TEMP = /tmp/semver-971733624 14:08:10 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 14:08:29 # '/tmp/semver-971733624' -> '/w/workspace/edgex-go/4/.semver' 14:08:29 # -> Force: false 14:08:29 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 14:08:29 $ docker exec --env ******** --env ******** 7bbd59ec2c48e93babf5ddfabc6c96d11f153fb1796d37d9b7d4c367a8f1b1b7 ssh-agent -k 14:08:29 unset SSH_AUTH_SOCK; 14:08:29 unset SSH_AGENT_PID; 14:08:29 echo Agent pid 52 killed; 14:08:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:08:29 + git semver [Pipeline] } 14:08:29 $ docker stop --time=1 7bbd59ec2c48e93babf5ddfabc6c96d11f153fb1796d37d9b7d4c367a8f1b1b7 14:08:31 $ docker rm -f 7bbd59ec2c48e93babf5ddfabc6c96d11f153fb1796d37d9b7d4c367a8f1b1b7 [Pipeline] // withDockerContainer [Pipeline] sh 14:08:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:08:33 Stashed 1 file(s) [Pipeline] echo 14:08:33 [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 14:08:34 ========================================================= 14:08:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 14:08:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:08:34 + 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 . 14:08:37 Sending build context to Docker daemon 325.4MB 14:08:37 Step 1/7 : ARG BASE=golang:1.15-alpine 14:08:37 Step 2/7 : FROM ${BASE} 14:08:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 14:08:37 df20fa9351a1: Pulling fs layer 14:08:37 ed8968b2872e: Pulling fs layer 14:08:37 a92cc7c5fd73: Pulling fs layer 14:08:37 e871e8e8d7a9: Pulling fs layer 14:08:37 e73272ec9a57: Pulling fs layer 14:08:37 1e910a182e73: Pulling fs layer 14:08:37 4e634b169226: Pulling fs layer 14:08:37 e871e8e8d7a9: Waiting 14:08:37 e73272ec9a57: Waiting 14:08:37 1e910a182e73: Waiting 14:08:37 a92cc7c5fd73: Verifying Checksum 14:08:37 a92cc7c5fd73: Download complete 14:08:37 ed8968b2872e: Download complete 14:08:37 e73272ec9a57: Verifying Checksum 14:08:37 e73272ec9a57: Download complete 14:08:37 1e910a182e73: Verifying Checksum 14:08:37 1e910a182e73: Download complete 14:08:37 df20fa9351a1: Verifying Checksum 14:08:37 df20fa9351a1: Download complete 14:08:38 df20fa9351a1: Pull complete 14:08:38 ed8968b2872e: Pull complete 14:08:38 a92cc7c5fd73: Pull complete 14:08:39 4e634b169226: Verifying Checksum 14:08:39 4e634b169226: Download complete 14:08:40 e871e8e8d7a9: Verifying Checksum 14:08:40 e871e8e8d7a9: Download complete 14:08:45 e871e8e8d7a9: Pull complete 14:08:45 e73272ec9a57: Pull complete 14:08:45 1e910a182e73: Pull complete 14:08:48 Still waiting to schedule task 14:08:48 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 14:08:49 4e634b169226: Pull complete 14:08:49 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 14:08:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 14:08:49 ---> f7629b54cfaa 14:08:49 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 14:08:50 ---> Running in 17f5f28cb544 14:08:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:08:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:08:52 (1/12) Installing libmagic (5.38-r0) 14:08:52 (2/12) Installing file (5.38-r0) 14:08:52 (3/12) Installing libc-dev (0.7.2-r3) 14:08:52 (4/12) Installing g++ (9.3.0-r2) 14:09:02 (5/12) Installing fortify-headers (1.1-r0) 14:09:02 (6/12) Installing patch (2.7.6-r6) 14:09:02 (7/12) Installing build-base (0.5-r2) 14:09:02 (8/12) Installing libsodium (1.0.18-r0) 14:09:02 (9/12) Installing pkgconf (1.7.2-r0) 14:09:02 (10/12) Installing libsodium-dev (1.0.18-r0) 14:09:02 (11/12) Installing libzmq (4.3.3-r0) 14:09:02 (12/12) Installing zeromq-dev (4.3.3-r0) 14:09:02 Executing busybox-1.31.1-r16.trigger 14:09:02 OK: 233 MiB in 51 packages 14:09:05 Removing intermediate container 17f5f28cb544 14:09:05 ---> d1f6eaca32aa 14:09:05 Step 4/7 : WORKDIR /edgex-go 14:09:05 ---> Running in 6639c5c53134 14:09:05 Removing intermediate container 6639c5c53134 14:09:05 ---> 86c6b7fcc269 14:09:05 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 14:09:05 latest: Pulling from library/docker 14:09:05 df20fa9351a1: Already exists 14:09:05 25ad7478873d: Pulling fs layer 14:09:05 4684f6177b5d: Pulling fs layer 14:09:05 8ba584e970af: Pulling fs layer 14:09:05 3cdc74d2b06d: Pulling fs layer 14:09:05 4cf5a0d07c1f: Pulling fs layer 14:09:05 fca0ccc462d5: Pulling fs layer 14:09:05 3cdc74d2b06d: Waiting 14:09:05 4cf5a0d07c1f: Waiting 14:09:05 fca0ccc462d5: Waiting 14:09:05 4684f6177b5d: Verifying Checksum 14:09:05 4684f6177b5d: Download complete 14:09:05 25ad7478873d: Verifying Checksum 14:09:05 25ad7478873d: Download complete 14:09:06 4cf5a0d07c1f: Download complete 14:09:06 25ad7478873d: Pull complete 14:09:06 3cdc74d2b06d: Verifying Checksum 14:09:06 3cdc74d2b06d: Download complete 14:09:06 4684f6177b5d: Pull complete 14:09:06 fca0ccc462d5: Download complete 14:09:06 8ba584e970af: Verifying Checksum 14:09:06 8ba584e970af: Download complete 14:09:09 8ba584e970af: Pull complete 14:09:09 3cdc74d2b06d: Pull complete 14:09:09 4cf5a0d07c1f: Pull complete 14:09:09 fca0ccc462d5: Pull complete 14:09:09 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 14:09:09 Status: Downloaded newer image for docker:latest 14:09:10 ---> a3b00196ecc1 14:09:10 Step 6/7 : COPY go.mod . 14:09:10 ---> 0c7292cbf836 14:09:10 Step 7/7 : RUN go mod download 14:09:10 ---> Running in 07659e0453d9 14:09:32 Removing intermediate container 07659e0453d9 14:09:32 ---> 63ebe3d16a7a 14:09:32 Successfully built 63ebe3d16a7a 14:09:32 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 14:09:33 + docker inspect -f . ci-base-image-x86_64 14:09:33 . [Pipeline] withDockerContainer 14:09:33 prd-centos7-docker-4c-2g-6965 does not seem to be running inside a container 14:09:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:09:34 $ docker top 016f6c334d06f44352bd0c9323a581241a0ab4b407eaa7a57cd75e257e77ee15 -eo pid,comm [Pipeline] { [Pipeline] sh 14:09:34 + go version 14:09:34 go version go1.15.2 linux/amd64 [Pipeline] } 14:09:34 $ docker stop --time=1 016f6c334d06f44352bd0c9323a581241a0ab4b407eaa7a57cd75e257e77ee15 14:09:36 $ docker rm -f 016f6c334d06f44352bd0c9323a581241a0ab4b407eaa7a57cd75e257e77ee15 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:09:36 + docker inspect -f . ci-base-image-x86_64 14:09:36 . [Pipeline] withDockerContainer 14:09:36 prd-centos7-docker-4c-2g-6965 does not seem to be running inside a container 14:09:37 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:09:37 $ docker top 43e540f29079a4e9f17363215dd118d5545593c872788d544eec3e28018ab52e -eo pid,comm [Pipeline] { [Pipeline] echo 14:09:37 ========================================================= 14:09:37 [edgeXBuildGoParallel] Running Tests and Build... 14:09:37 ========================================================= [Pipeline] sh 14:09:38 + make test 14:09:38 GO111MODULE=on go test -coverprofile=coverage.out ./... 14:09:40 ? github.com/edgexfoundry/edgex-go [no test files] 14:09:50 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:09:54 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:09:55 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:09:55 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:09:55 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:09:57 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.008s 14:09:57 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 14:09:57 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:09:57 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 14:09:57 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:09:58 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:09:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:09:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:09:58 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:10:00 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.038s coverage: 46.6% of statements 14:10:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:10:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:10:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 14:10:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 14:10:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 14:10:05 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.060s coverage: 27.1% of statements 14:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 14:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 14:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 14:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:10:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements 14:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 14:10:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.017s coverage: 100.0% of statements 14:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 14:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 14:10:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.016s coverage: 83.3% of statements 14:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 14:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 14:10:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.340s coverage: 86.2% of statements 14:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 14:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 14:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 14:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 14:10:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.065s coverage: 28.6% of statements 14:10:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:10:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:10:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 14:10:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 14:10:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 14:10:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.104s coverage: 100.0% of statements 14:10:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 14:10:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.031s coverage: 100.0% of statements 14:10:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 14:10:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.027s coverage: 86.7% of statements 14:10:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 14:10:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.036s coverage: 97.5% of statements 14:10:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 14:10:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.019s coverage: 100.0% of statements 14:10:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 14:10:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 14:10:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 14:10:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 14:10:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.099s coverage: 96.3% of statements 14:10:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 14:10:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 14:10:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 14:10:07 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 14:10:07 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:10:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 14:10:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 14:10:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:10:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 14:10:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 14:10:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:10:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 14:10:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:10:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 14:10:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 14:10:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 14:10:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:10:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 14:10:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 14:10:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 14:10:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.005s coverage: 58.8% of statements 14:10:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 14:10:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 14:10:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.012s coverage: 0.0% of statements [no tests to run] 14:10:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 14:10:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 14:10:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.035s coverage: 63.5% of statements 14:10:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:10:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:10:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.027s coverage: 100.0% of statements 14:10:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.018s coverage: 91.3% of statements 14:10:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.010s coverage: 100.0% of statements 14:10:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.013s coverage: 73.7% of statements 14:10:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.009s coverage: 100.0% of statements 14:10:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.085s coverage: 55.9% of statements 14:10:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:10:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:10:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 14:10:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 14:10:13 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.116s coverage: 86.3% of statements 14:10:13 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 14:10:13 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.325s coverage: 72.2% of statements 14:10:13 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.103s coverage: 72.1% of statements 14:10:13 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.025s coverage: 82.4% of statements 14:10:13 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.043s coverage: 48.4% of statements 14:10:13 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 14:10:13 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 14:10:13 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 14:10:13 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.016s coverage: 28.8% of statements 14:10:13 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 14:10:13 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.052s coverage: 96.8% of statements 14:10:13 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 14:10:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.037s coverage: 36.5% of statements 14:10:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:10:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:10:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.112s coverage: 84.1% of statements 14:10:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements 14:10:13 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.010s coverage: 42.9% of statements 14:10:13 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 14:10:13 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 14:10:13 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.011s coverage: 100.0% of statements 14:10:13 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 14:10:13 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.009s coverage: 83.8% of statements 14:10:13 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 14:10:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.074s coverage: 47.1% of statements 14:10:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:10:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:10:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.007s coverage: 100.0% of statements 14:10:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 14:10:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 14:10:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 14:10:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.014s coverage: 100.0% of statements 14:10:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 14:10:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.009s coverage: 100.0% of statements 14:10:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 14:10:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.079s coverage: 29.1% of statements 14:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 14:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 14:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 14:10:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.022s coverage: 99.0% of statements 14:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 14:10:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.021s coverage: 100.0% of statements 14:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 14:10:15 ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements 14:10:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 14:10:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.005s coverage: 100.0% of statements 14:10:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 14:10:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:10:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:10:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 14:10:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.011s coverage: 87.9% of statements 14:10:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 14:10:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:10:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.015s coverage: 100.0% of statements 14:10:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements 14:10:16 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 14:10:16 GO111MODULE=on go vet ./... 14:10:23 gofmt -l . 14:10:23 [ "`gofmt -l .`" = "" ] 14:10:24 ./bin/test-go-mod-tidy.sh 14:10:24 ./bin/test-attribution-txt.sh [Pipeline] sh 14:10:26 + ls -al . 14:10:26 total 612 14:10:26 drwxrwxr-x 10 1001 1001 4096 Oct 20 14:10 . 14:10:26 drwxr-xr-x 4 root root 28 Oct 20 14:09 .. 14:10:26 -rw-rw-r-- 1 1001 1001 11 Oct 20 14:07 .dockerignore 14:10:26 drwxrwxr-x 8 1001 1001 179 Oct 20 14:07 .git 14:10:26 drwxrwxr-x 3 1001 1001 125 Oct 20 14:07 .github 14:10:26 -rw-rw-r-- 1 1001 1001 932 Oct 20 14:07 .gitignore 14:10:26 drwx------ 3 1001 1001 47 Oct 20 14:08 .semver 14:10:26 -rw-rw-r-- 1 1001 1001 166 Oct 20 14:07 .sonarcloud.properties 14:10:26 -rw-rw-r-- 1 1001 1001 3804 Oct 20 14:07 CONTRIBUTING.md 14:10:26 -rw-rw-r-- 1 1001 1001 1035 Oct 20 14:07 Dockerfile.build 14:10:26 -rw-rw-r-- 1 1001 1001 863 Oct 20 14:07 Jenkinsfile 14:10:26 -rw-rw-r-- 1 1001 1001 10775 Oct 20 14:07 LICENSE 14:10:26 -rw-rw-r-- 1 1001 1001 6237 Oct 20 14:07 Makefile 14:10:26 -rw-rw-r-- 1 1001 1001 6447 Oct 20 14:07 README.md 14:10:26 -rw-rw-r-- 1 1001 1001 259 Oct 20 14:07 SECURITY.md 14:10:26 -rw-rw-r-- 1 1001 1001 5 Oct 20 14:08 VERSION 14:10:26 -rw-rw-r-- 1 1001 1001 4131 Oct 20 14:07 ZMQWindows.md 14:10:26 drwxrwxr-x 2 1001 1001 117 Oct 20 14:07 bin 14:10:26 drwxrwxr-x 15 1001 1001 4096 Oct 20 14:07 cmd 14:10:26 -rw-r--r-- 1 root root 518264 Oct 20 14:10 coverage.out 14:10:26 -rw-r--r-- 1 root root 1041 Oct 20 14:10 go.mod 14:10:26 -rw-r--r-- 1 root root 18775 Oct 20 14:10 go.sum 14:10:26 drwxrwxr-x 8 1001 1001 127 Oct 20 14:07 internal 14:10:26 drwxrwxr-x 4 1001 1001 26 Oct 20 14:07 openapi 14:10:26 drwxrwxr-x 4 1001 1001 71 Oct 20 14:07 snap 14:10:26 -rw-rw-r-- 1 1001 1001 168 Oct 20 14:07 version.go [Pipeline] sh 14:10:26 + '[' -e coverage.out ] 14:10:26 + chown 1001:1001 coverage.out [Pipeline] stash 14:10:27 Stashed 1 file(s) [Pipeline] sh 14:10:27 + make build 14:10:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:10:37 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 14:10:39 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 14:10:40 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 14:10: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 14:10:43 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 14:10:43 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 14:10:44 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 14:10:46 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 14:10:47 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 14:10:48 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 14:10:49 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 14:10:50 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] } 14:10:51 $ docker stop --time=1 43e540f29079a4e9f17363215dd118d5545593c872788d544eec3e28018ab52e 14:10:53 $ docker rm -f 43e540f29079a4e9f17363215dd118d5545593c872788d544eec3e28018ab52e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:10:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:10:58 14:10:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 14:10:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:10:58 latest: Pulling from edgex-devops/edgex-compose 14:10:58 cbdbe7a5bc2a: Pulling fs layer 14:10:58 ca9280d653b3: Pulling fs layer 14:10:58 7e9c9ca2126c: Pulling fs layer 14:10:59 cbdbe7a5bc2a: Download complete 14:10:59 cbdbe7a5bc2a: Pull complete 14:10:59 ca9280d653b3: Verifying Checksum 14:10:59 ca9280d653b3: Download complete 14:11:00 ca9280d653b3: Pull complete 14:11:01 7e9c9ca2126c: Download complete 14:11:07 7e9c9ca2126c: Pull complete 14:11:07 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 14:11:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:11:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 14:11:07 prd-centos7-docker-4c-2g-6965 does not seem to be running inside a container 14:11:07 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 14:11:10 $ docker top 19976a5bc21c3792aa0813d5cc20f4ff6327217b4cf8687f68c1c2401e9b083f -eo pid,comm [Pipeline] { [Pipeline] sh 14:11:10 + docker-compose build --help 14:11:10 + grep parallel 14:11:11 --parallel Build images in parallel. [Pipeline] } 14:11:11 $ docker stop --time=1 19976a5bc21c3792aa0813d5cc20f4ff6327217b4cf8687f68c1c2401e9b083f 14:11:13 $ docker rm -f 19976a5bc21c3792aa0813d5cc20f4ff6327217b4cf8687f68c1c2401e9b083f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:11:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:11:13 . [Pipeline] withDockerContainer 14:11:13 prd-centos7-docker-4c-2g-6965 does not seem to be running inside a container 14:11:14 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 14:11:14 $ docker top a60492af9250d3388d35cace0cccd8f2bb3921774fb84c9d60974439b186ad45 -eo pid,comm [Pipeline] { [Pipeline] sh 14:11:15 + docker-compose -f ./docker-compose-build.yml build --parallel 14:11:16 Building docker-core-command-go ... 14:11:16 Building docker-core-data-go ... 14:11:16 Building docker-core-metadata-go ... 14:11:16 Building docker-security-proxy-setup-go ... 14:11:16 Building docker-security-secrets-setup-go ... 14:11:16 Building docker-security-secretstore-setup-go ... 14:11:16 Building docker-support-logging-go ... 14:11:16 Building docker-support-notifications-go ... 14:11:16 Building docker-support-scheduler-go ... 14:11:16 Building docker-sys-mgmt-agent-go ... 14:11:16 Building docker-core-metadata-go 14:11:16 Building docker-support-scheduler-go 14:11:16 Building docker-sys-mgmt-agent-go 14:11:16 Building docker-core-data-go 14:11:16 Building docker-support-notifications-go 14:11:48 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 14:11:48 Step 2/27 : FROM ${BUILDER_BASE} AS builder 14:11:48 ---> 63ebe3d16a7a 14:11:48 Step 3/27 : WORKDIR /edgex-go 14:11:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 14:11:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:11:48 ---> 63ebe3d16a7a 14:11:48 Step 3/23 : WORKDIR /edgex-go 14:11:48 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 14:11:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:11:48 ---> 63ebe3d16a7a 14:11:48 Step 3/21 : WORKDIR /edgex-go 14:11:48 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 14:11:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 14:11:48 ---> 63ebe3d16a7a 14:11:48 Step 3/24 : WORKDIR /edgex-go 14:11:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 14:11:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:11:48 ---> 63ebe3d16a7a 14:11:48 Step 3/22 : WORKDIR /edgex-go 14:11:48 ---> Running in e4b4bc7dffd1 14:11:48 ---> Running in 06e846277a6d 14:11:48 ---> Running in 57b7e2b69239 14:11:48 ---> Running in b056d86ba7f0 14:11:48 ---> Running in 765728f4f141 14:11:48 Removing intermediate container e4b4bc7dffd1 14:11:48 ---> 7a331459db77 14:11:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:11:48 Removing intermediate container b056d86ba7f0 14:11:48 ---> adf1409b7ff0 14:11:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:11:48 Removing intermediate container 57b7e2b69239 14:11:48 ---> 10f146cdeadc 14:11:48 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:11:48 Removing intermediate container 765728f4f141 14:11:48 ---> 754857359379 14:11:48 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:11:48 Removing intermediate container 06e846277a6d 14:11:48 ---> e979e0a7f586 14:11:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:11:48 ---> Running in e94c542ef6a0 14:11:48 ---> Running in ec0ee7c4000e 14:11:48 ---> Running in f193ceb17c2d 14:11:48 ---> Running in 2d7991e2c94e 14:11:48 ---> Running in a2985f7c205e 14:11:48 Removing intermediate container f193ceb17c2d 14:11:48 ---> 746f195f036a 14:11:48 Step 5/27 : RUN apk update && apk add make bash git 14:11:48 Removing intermediate container 2d7991e2c94e 14:11:48 ---> 9d8c0ec9ba5e 14:11:48 Step 5/21 : RUN apk update && apk add make git 14:11:48 ---> Running in 710f537454f0 14:11:48 ---> Running in 0f876c1f6de6 14:11:48 Removing intermediate container ec0ee7c4000e 14:11:48 ---> 80c3955dc22f 14:11:48 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 14:11:48 Removing intermediate container e94c542ef6a0 14:11:48 ---> e84c37ec025d 14:11:48 Step 5/22 : RUN apk update && apk add make git 14:11:48 Removing intermediate container a2985f7c205e 14:11:48 ---> 4cf744ce71f7 14:11:48 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 14:11:48 ---> Running in cc3f2cbf76fc 14:11:49 ---> Running in 9c42149f2619 14:11:49 ---> Running in f923f957f23a 14:11:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:11:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:11:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:11:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:11:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:11:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:11:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:11:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:11:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:11:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:11:51 v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:11:51 v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:11:51 OK: 12752 distinct packages available 14:11:51 v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:11:51 v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:11:51 OK: 12752 distinct packages available 14:11:51 OK: 233 MiB in 51 packages 14:11:51 OK: 233 MiB in 51 packages 14:11:51 v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:11:51 v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:11:51 OK: 12752 distinct packages available 14:11:51 OK: 233 MiB in 51 packages 14:11:52 v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:11:52 v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:11:52 OK: 12752 distinct packages available 14:11:52 v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:11:52 v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:11:52 OK: 12752 distinct packages available 14:11:52 Removing intermediate container f923f957f23a 14:11:52 ---> 333fda5c9fef 14:11:52 Step 6/23 : COPY go.mod . 14:11:52 Removing intermediate container 9c42149f2619 14:11:52 ---> 51609ae38342 14:11:52 Step 6/22 : COPY go.mod . 14:11:52 OK: 233 MiB in 51 packages 14:11:52 OK: 233 MiB in 51 packages 14:11:52 ---> d9c4381a808f 14:11:52 Step 7/23 : RUN go mod download 14:11:52 Removing intermediate container 0f876c1f6de6 14:11:52 ---> a9b833f3c4d6 14:11:52 Step 6/21 : COPY go.mod . 14:11:52 ---> Running in 46f34f8b1ab8 14:11:52 ---> 8938d3f143ea 14:11:52 Step 7/22 : RUN go mod download 14:11:53 ---> 2ea4c5fed161 14:11:53 Step 7/21 : RUN go mod download 14:11:53 ---> Running in e5bbaeeede87 14:11:53 ---> Running in 899d5c7dc1a2 14:11:53 Removing intermediate container cc3f2cbf76fc 14:11:53 ---> e48caf24662a 14:11:53 Step 6/24 : COPY go.mod . 14:11:53 Removing intermediate container 710f537454f0 14:11:53 ---> 88392b84167a 14:11:53 Step 6/27 : COPY go.mod . 14:11:53 ---> 1c8dffb37f8e 14:11:53 Step 7/24 : RUN go mod download 14:11:54 ---> Running in 28304ed1d40a 14:11:54 ---> 337c674460d2 14:11:54 Step 7/27 : RUN go mod download 14:11:54 ---> Running in 4d141ec578c8 14:11:55 Removing intermediate container 46f34f8b1ab8 14:11:55 ---> ecf404c83f04 14:11:55 Step 8/23 : COPY . . 14:11:55 Removing intermediate container e5bbaeeede87 14:11:55 ---> 7903c62be25c 14:11:55 Step 8/22 : COPY . . 14:11:56 Removing intermediate container 899d5c7dc1a2 14:11:56 ---> 50151ae4bd67 14:11:56 Step 8/21 : COPY . . 14:12:06 Removing intermediate container 28304ed1d40a 14:12:06 ---> 90b82f6addaf 14:12:06 Step 8/24 : COPY . . 14:12:08 Removing intermediate container 4d141ec578c8 14:12:08 ---> cabe52f2acb4 14:12:08 Step 8/27 : COPY . . 14:12:14 Running on prd-ubuntu18.04-docker-arm64-4c-16g-6966 in /w/workspace/edgexfoundry_edgex-go_PR-2807 [Pipeline] { [Pipeline] ws 14:12:14 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 14:12:19 using credential edgex-jenkins-ssh 14:12:19 Cloning the remote Git repository 14:12:19 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:12:20 > git init /w/workspace/edgex-go/4 # timeout=10 14:12:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:12:20 > git --version # timeout=10 14:12:20 > git --version # 'git version 2.17.1' 14:12:20 using GIT_SSH to set credentials SSH Credentials for GitHub 14:12:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:12:35 ---> 1bf8dbaa5126 14:12:35 ---> b716cdaf7553 14:12:35 Step 9/23 : RUN make cmd/core-data/core-data 14:12:35 ---> 23727ad5b431 14:12:35 Step 9/22 : RUN make cmd/core-metadata/core-metadata 14:12:35 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 14:12:35 ---> Running in 1d8a082fd57e 14:12:35 ---> Running in 2b0bbdbf6690 14:12:35 ---> Running in 0e26e832db45 14:12:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:12:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:12:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:12:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:12:36 using GIT_SSH to set credentials SSH Credentials for GitHub 14:12:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2807/head:refs/remotes/origin/PR-2807 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:12:36 ---> decefe208d65 14:12:36 Step 9/24 : RUN make cmd/support-notifications/support-notifications 14:12:36 Merging remotes/origin/master commit 12565dec60f03e6cbc896b7e2b47784094aed3ee into PR head commit d002a233c572f40e04c5d08bee752ff45cb604e5 14:12:37 Merge succeeded, producing d002a233c572f40e04c5d08bee752ff45cb604e5 14:12:37 Checking out Revision d002a233c572f40e04c5d08bee752ff45cb604e5 (PR-2807) 14:12:37 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 14:12:37 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 14:12:37 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 14:12:38 ---> Running in 35e4f02d1143 14:12:38 ---> 0c8d27115b89 14:12:38 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 14:12:38 ---> Running in b11ad83143aa 14:12:37 > git config core.sparsecheckout # timeout=10 14:12:37 > git checkout -f d002a233c572f40e04c5d08bee752ff45cb604e5 # timeout=10 14:12:37 > git remote # timeout=10 14:12:37 > git config --get remote.origin.url # timeout=10 14:12:37 using GIT_SSH to set credentials SSH Credentials for GitHub 14:12:37 > git merge 12565dec60f03e6cbc896b7e2b47784094aed3ee # timeout=10 14:12:37 > git rev-parse HEAD^{commit} # timeout=10 14:12:37 > git config core.sparsecheckout # timeout=10 14:12:37 > git checkout -f d002a233c572f40e04c5d08bee752ff45cb604e5 # timeout=10 14:12:39 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 14:12:39 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 14:12:41 Commit message: "fix(snap): update redis to 6.0.8" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 14:12:43 ========================================================= 14:12:43 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 14:12:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:12:44 + 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 . 14:12:46 Sending build context to Docker daemon 165MB 14:12:46 Step 1/7 : ARG BASE=golang:1.15-alpine 14:12:46 Step 2/7 : FROM ${BASE} 14:12:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:12:47 b538f80385f9: Pulling fs layer 14:12:47 74f711af9a0d: Pulling fs layer 14:12:47 99f96fe45779: Pulling fs layer 14:12:47 8529a6b9a6be: Pulling fs layer 14:12:47 45590311c82a: Pulling fs layer 14:12:47 69ca0ff8b7b3: Pulling fs layer 14:12:47 209524e5b208: Pulling fs layer 14:12:47 8529a6b9a6be: Waiting 14:12:47 45590311c82a: Waiting 14:12:47 69ca0ff8b7b3: Waiting 14:12:47 209524e5b208: Waiting 14:12:47 99f96fe45779: Verifying Checksum 14:12:47 99f96fe45779: Download complete 14:12:47 74f711af9a0d: Verifying Checksum 14:12:47 74f711af9a0d: Download complete 14:12:47 45590311c82a: Download complete 14:12:47 69ca0ff8b7b3: Verifying Checksum 14:12:47 69ca0ff8b7b3: Download complete 14:12:47 b538f80385f9: Verifying Checksum 14:12:47 b538f80385f9: Download complete 14:12:48 b538f80385f9: Pull complete 14:12:48 74f711af9a0d: Pull complete 14:12:49 99f96fe45779: Pull complete 14:12:50 209524e5b208: Verifying Checksum 14:12:50 209524e5b208: Download complete 14:12:51 8529a6b9a6be: Verifying Checksum 14:12:51 8529a6b9a6be: Download complete 14:13:03 8529a6b9a6be: Pull complete 14:13:03 45590311c82a: Pull complete 14:13:03 69ca0ff8b7b3: Pull complete 14:13:06 209524e5b208: Pull complete 14:13:06 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 14:13:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 14:13:06 ---> 5bddaf1c2fca 14:13:06 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 14:13:09 ---> Running in f55578bdec3d 14:13:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:13:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:13:13 (1/12) Installing libmagic (5.38-r0) 14:13:14 (2/12) Installing file (5.38-r0) 14:13:14 (3/12) Installing libc-dev (0.7.2-r3) 14:13:14 (4/12) Installing g++ (9.3.0-r2) 14:13:18 Removing intermediate container b11ad83143aa 14:13:18 ---> 6e94614db97e 14:13:18 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 14:13:18 ---> Running in ad16736d85cb 14:13:18 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 14:13:18 Removing intermediate container 35e4f02d1143 14:13:18 ---> df60b78b4029 14:13:18 14:13:18 Step 10/24 : FROM scratch 14:13:18 ---> 14:13:18 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 14:13:18 Removing intermediate container 1d8a082fd57e 14:13:18 ---> 6f25eb69db69 14:13:18 14:13:18 Step 10/21 : FROM scratch 14:13:18 ---> 14:13:18 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:13:18 ---> Running in aa745355abd1 14:13:18 ---> Running in 1209833012ad 14:13:18 Removing intermediate container 1209833012ad 14:13:18 ---> de55846c8c5b 14:13:18 Step 12/21 : ENV APP_PORT=48085 14:13:18 Removing intermediate container aa745355abd1 14:13:18 ---> e947d78a7833 14:13:18 Step 12/24 : ENV APP_PORT=48060 14:13:18 (5/12) Installing fortify-headers (1.1-r0) 14:13:18 (6/12) Installing patch (2.7.6-r6) 14:13:18 (7/12) Installing build-base (0.5-r2) 14:13:18 (8/12) Installing libsodium (1.0.18-r0) 14:13:18 (9/12) Installing pkgconf (1.7.2-r0) 14:13:18 (10/12) Installing libsodium-dev (1.0.18-r0) 14:13:18 (11/12) Installing libzmq (4.3.3-r0) 14:13:18 (12/12) Installing zeromq-dev (4.3.3-r0) 14:13:18 Executing busybox-1.31.1-r16.trigger 14:13:18 OK: 217 MiB in 51 packages 14:13:21 ---> Running in 288207fe491d 14:13:21 ---> Running in 05d89440e1af 14:13:21 Removing intermediate container ad16736d85cb 14:13:21 ---> bd384589503f 14:13:21 14:13:21 Step 11/27 : FROM docker:latest 14:13:21 ---> 809cc4dba987 14:13:21 Step 12/27 : RUN apk add --no-cache bash 14:13:22 Removing intermediate container 2b0bbdbf6690 14:13:22 ---> 4e7bcd9bc3e9 14:13:22 14:13:22 Step 10/22 : FROM scratch 14:13:22 ---> 14:13:22 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:13:23 ---> Running in 811f32efb8a3 14:13:23 ---> Using cache 14:13:23 ---> de55846c8c5b 14:13:23 Step 12/22 : ENV APP_PORT=48081 14:13:23 Removing intermediate container 05d89440e1af 14:13:23 ---> 792a5cd2b4a6 14:13:23 Step 13/21 : EXPOSE $APP_PORT 14:13:23 Removing intermediate container 288207fe491d 14:13:23 ---> a60ee7db9702 14:13:23 Step 13/24 : EXPOSE $APP_PORT 14:13:23 Removing intermediate container f55578bdec3d 14:13:23 ---> 265423ebbf8f 14:13:23 Step 4/7 : WORKDIR /edgex-go 14:13:23 ---> Running in 53d17d01c7be 14:13:23 ---> Running in 1e3990ec4d3b 14:13:23 Removing intermediate container 0e26e832db45 14:13:23 ---> ac747f13de9c 14:13:23 14:13:23 Step 10/23 : FROM alpine 14:13:23 ---> Running in f4a74b85c1d9 14:13:23 ---> Running in 42d68b047d68 14:13:23 Removing intermediate container 53d17d01c7be 14:13:23 ---> 2c52504ae982 14:13:23 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 14:13:23 Removing intermediate container 1e3990ec4d3b 14:13:23 ---> 021b80b6a836 14:13:23 Step 13/22 : EXPOSE $APP_PORT 14:13:23 latest: Pulling from library/alpine 14:13:23 latest: Pulling from library/docker 14:13:24 b538f80385f9: Already exists 14:13:24 259a493cd78d: Pulling fs layer 14:13:24 b8e66b5100f5: Pulling fs layer 14:13:24 7f8258a56ab6: Pulling fs layer 14:13:24 75a0a0ebb566: Pulling fs layer 14:13:24 4a2c62f0a2a3: Pulling fs layer 14:13:24 294320357d30: Pulling fs layer 14:13:24 75a0a0ebb566: Waiting 14:13:24 4a2c62f0a2a3: Waiting 14:13:24 294320357d30: Waiting 14:13:24 Removing intermediate container f4a74b85c1d9 14:13:24 ---> 2c595a76f6ed 14:13:24 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 14:13:24 ---> Running in 38faf57508e3 14:13:24 Removing intermediate container 42d68b047d68 14:13:24 ---> 621f44b51787 14:13:24 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 14:13:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:13:24 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 14:13:24 Status: Downloaded newer image for alpine:latest 14:13:24 259a493cd78d: Verifying Checksum 14:13:24 259a493cd78d: Download complete 14:13:24 b8e66b5100f5: Verifying Checksum 14:13:24 b8e66b5100f5: Download complete 14:13:24 ---> a24bb4013296 14:13:24 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:13:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:13:24 Removing intermediate container 38faf57508e3 14:13:24 ---> 2034bc2bb612 14:13:24 Step 14/22 : WORKDIR / 14:13:24 ---> 2ba4f429b25b 14:13:24 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:13:24 ---> Running in 42f370db4d7b 14:13:24 (1/2) Installing readline (8.0.4-r0) 14:13:24 ---> Running in 990726c09b6e 14:13:24 (2/2) Installing bash (5.0.17-r0) 14:13:24 Executing bash-5.0.17-r0.post-install 14:13:24 Executing busybox-1.31.1-r16.trigger 14:13:24 ---> 4ffb9b67ac09 14:13:24 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 14:13:24 OK: 12 MiB in 22 packages 14:13:24 Removing intermediate container 42f370db4d7b 14:13:24 ---> 9e5cbaa9b6f7 14:13:24 Step 12/23 : ENV APP_PORT=48080 14:13:24 75a0a0ebb566: Verifying Checksum 14:13:24 75a0a0ebb566: Download complete 14:13:24 4a2c62f0a2a3: Download complete 14:13:24 294320357d30: Verifying Checksum 14:13:24 294320357d30: Download complete 14:13:24 259a493cd78d: Pull complete 14:13:25 b8e66b5100f5: Pull complete 14:13:25 Removing intermediate container 990726c09b6e 14:13:25 ---> f2b12fd733af 14:13:25 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 14:13:25 7f8258a56ab6: Download complete 14:13:25 ---> Running in 8a0c94d03779 14:13:25 ---> 0e71b4063a62 14:13:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:13:25 ---> 08f8678c35cf 14:13:25 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 14:13:26 Removing intermediate container 8a0c94d03779 14:13:26 ---> 98264fedafc9 14:13:26 Step 13/23 : EXPOSE $APP_PORT 14:13:27 ---> Running in 2f16e869669f 14:13:27 ---> 2e6931ddb192 14:13:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:13:27 Removing intermediate container 811f32efb8a3 14:13:27 ---> 003ceb8c4569 14:13:27 Step 13/27 : RUN rm -rf /var/cache/apk/* 14:13:27 ---> 7cea3ce74d3b 14:13:27 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 14:13:27 ---> 2d12fa2cc8e4 14:13:27 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 14:13:27 ---> Running in 56a65b021e41 14:13:27 ---> Running in de53b66e67f2 14:13:27 Removing intermediate container 2f16e869669f 14:13:27 ---> 0d0f39d57427 14:13:27 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:13:27 ---> Running in b383aee32d0f 14:13:27 ---> dd3b4e612d03 14:13:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:13:27 Removing intermediate container 56a65b021e41 14:13:27 ---> dcb2dbac9b25 14:13:27 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:13:27 ---> fbfa01bba23d 14:13:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:13:28 ---> Running in abfe80b35787 14:13:28 ---> 0106d2ee336a 14:13:28 Step 18/22 : ENTRYPOINT ["/core-metadata"] 14:13:28 Removing intermediate container abfe80b35787 14:13:28 ---> a1aea8e8d180 14:13:28 Step 19/21 : LABEL arch=x86_64 14:13:28 ---> Running in 7bf8f151f704 14:13:28 ---> 6c80b0613336 14:13:28 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:13:28 ---> Running in 32949f445c08 14:13:28 Removing intermediate container 7bf8f151f704 14:13:28 ---> 083ad054df1b 14:13:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:13:29 ---> fd2a3d3bc3b9 14:13:29 Step 20/24 : ENTRYPOINT ["/support-notifications"] 14:13:29 ---> Running in cd1f6bc97735 14:13:29 7f8258a56ab6: Pull complete 14:13:29 75a0a0ebb566: Pull complete 14:13:29 Removing intermediate container 32949f445c08 14:13:29 ---> 4538129d1a9f 14:13:29 Step 20/21 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 14:13:29 Removing intermediate container de53b66e67f2 14:13:29 ---> c3106415cde7 14:13:29 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 14:13:29 ---> Running in 7865a15dc418 14:13:29 4a2c62f0a2a3: Pull complete 14:13:30 294320357d30: Pull complete 14:13:30 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 14:13:30 Status: Downloaded newer image for docker:latest 14:13:30 ---> Running in 486f341e5cc9 14:13:30 ---> Running in 69dbcd808c48 14:13:30 Removing intermediate container b383aee32d0f 14:13:30 ---> 3bcc1bb6ebc9 14:13:30 Step 15/23 : RUN apk --no-cache add zeromq 14:13:30 Removing intermediate container cd1f6bc97735 14:13:30 ---> 51e501ea7552 14:13:30 Step 20/22 : LABEL arch=x86_64 14:13:30 ---> Running in d5ebd72ae35a 14:13:30 Removing intermediate container 7865a15dc418 14:13:30 ---> ea0e76ecd7a4 14:13:30 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:13:30 ---> Running in 91ad57004042 14:13:30 Removing intermediate container 486f341e5cc9 14:13:30 ---> 3d9110f1c864 14:13:30 Step 21/21 : LABEL version=0.0.0 14:13:30 ---> Running in e4d50cff05bf 14:13:30 Removing intermediate container 69dbcd808c48 14:13:30 ---> 55f08c1ea9bb 14:13:30 Step 15/27 : ENV APP_PORT=48090 14:13:30 ---> Running in b5a86764273b 14:13:30 Removing intermediate container 91ad57004042 14:13:30 ---> ce233a781c5a 14:13:30 Step 21/22 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 14:13:31 ---> Running in 7a9cd97a6dd8 14:13:31 Removing intermediate container e4d50cff05bf 14:13:31 ---> 7f7b328a5fed 14:13:31 Step 22/24 : LABEL arch=x86_64 14:13:31 ---> Running in b3d98a002361 14:13:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:13:31 ---> Running in 62de51e1e384 14:13:31 Removing intermediate container b5a86764273b 14:13:31 ---> 8fb74e7cf648 14:13:31 14:13:31 Removing intermediate container 7a9cd97a6dd8 14:13:31 ---> 6379189b2661 14:13:31 Step 16/27 : EXPOSE $APP_PORT 14:13:31 Removing intermediate container b3d98a002361 14:13:31 ---> 18ef7917a827 14:13:31 Step 22/22 : LABEL version=0.0.0 14:13:31 ---> Running in d94fd9ac033a 14:13:31 Successfully built 8fb74e7cf648 14:13:31 ---> Running in 5ed06025dcb9 14:13:31 Successfully tagged docker-support-scheduler-go:latest 14:13:31 Building docker-support-logging-go 14:13:31  Building docker-support-scheduler-go ... done Removing intermediate container 62de51e1e384 14:13:31 ---> 987a5c746127 14:13:31 Step 23/24 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 14:13:31 ---> Running in 3fcb2e6ac67a 14:13:31 Removing intermediate container d94fd9ac033a 14:13:31 ---> b4e52e84197d 14:13:31 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 14:13:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:13:31 Removing intermediate container 5ed06025dcb9 14:13:31 ---> 540b2cf79ee9 14:13:31 14:13:31 Removing intermediate container 3fcb2e6ac67a 14:13:31 ---> e9a92157d4c8 14:13:31 Step 24/24 : LABEL version=0.0.0 14:13:31 Successfully built 540b2cf79ee9 14:13:32 Successfully tagged docker-core-metadata-go:latest 14:13:32  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go 14:13:32 ---> Running in b17e7594786f 14:13:32 (1/5) Installing libgcc (9.3.0-r2) 14:13:32 (2/5) Installing libsodium (1.0.18-r0) 14:13:32 ---> 18de84237b43 14:13:32 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 14:13:32 (3/5) Installing libstdc++ (9.3.0-r2) 14:13:32 Removing intermediate container b17e7594786f 14:13:32 ---> b17f6696ee1c 14:13:32 14:13:32 Successfully built b17f6696ee1c 14:13:32 (4/5) Installing libzmq (4.3.3-r0) 14:13:32 Successfully tagged docker-support-notifications-go:latest 14:13:32  Building docker-support-notifications-go ... done Building docker-core-command-go 14:13:33 (5/5) Installing zeromq (4.3.3-r0) 14:13:33 Executing busybox-1.31.1-r16.trigger 14:13:33 OK: 8 MiB in 19 packages 14:13:33 ---> 331caa7e9e3c 14:13:33 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 14:13:33 ---> 349ec296ee75 14:13:33 Step 6/7 : COPY go.mod . 14:13:34 ---> c3d8d63a6a51 14:13:34 Step 7/7 : RUN go mod download 14:13:34 ---> Running in c493c8d781df 14:13:39 ---> 0746efd6ec92 14:13:39 Step 20/27 : RUN apk --no-cache add py3-pip 14:13:40 ---> Running in 88a56a71d088 14:13:40 Removing intermediate container d5ebd72ae35a 14:13:40 ---> f13aceb6f0a2 14:13:40 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 14:13:41 ---> cb98f5103c3d 14:13:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:13:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:13:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:13:41 (1/33) Installing libbz2 (1.0.8-r1) 14:13:41 (2/33) Installing expat (2.2.9-r1) 14:13:41 (3/33) Installing libffi (3.3-r2) 14:13:41 (4/33) Installing gdbm (1.13-r1) 14:13:41 (5/33) Installing xz-libs (5.2.5-r0) 14:13:41 (6/33) Installing sqlite-libs (3.32.1-r0) 14:13:41 (7/33) Installing python3 (3.8.5-r0) 14:13:54 ---> 44e16d963646 14:13:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:13:54 (8/33) Installing py3-appdirs (1.4.4-r1) 14:13:54 (9/33) Installing py3-ordered-set (4.0.1-r0) 14:13:54 (10/33) Installing py3-parsing (2.4.7-r0) 14:13:54 (11/33) Installing py3-six (1.15.0-r0) 14:13:54 (12/33) Installing py3-packaging (20.4-r0) 14:13:54 (13/33) Installing py3-setuptools (47.0.0-r0) 14:13:54 (14/33) Installing py3-chardet (3.0.4-r4) 14:13:54 (15/33) Installing py3-idna (2.9-r0) 14:13:55 (16/33) Installing py3-certifi (2020.4.5.1-r0) 14:13:55 (17/33) Installing py3-urllib3 (1.25.9-r0) 14:13:55 (18/33) Installing py3-requests (2.23.0-r0) 14:13:55 (19/33) Installing py3-msgpack (1.0.0-r0) 14:13:55 (20/33) Installing py3-lockfile (0.12.2-r3) 14:13:56 (21/33) Installing py3-cachecontrol (0.12.6-r0) 14:13:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 14:13:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:13:56 ---> 63ebe3d16a7a 14:13:56 Step 3/22 : WORKDIR /edgex-go 14:13:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 14:13:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:13:56 ---> 63ebe3d16a7a 14:13:56 Step 3/22 : WORKDIR /edgex-go 14:13:56 ---> Using cache 14:13:56 ---> e979e0a7f586 14:13:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:13:56 ---> Using cache 14:13:56 ---> e979e0a7f586 14:13:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:13:56 ---> Using cache 14:13:56 ---> Using cache 14:13:56 ---> 4cf744ce71f7 14:13:56 ---> 4cf744ce71f7 14:13:56 Step 5/22 : RUN apk update && apk add make git 14:13:56 Step 5/22 : RUN apk update && apk add make && apk add bash git 14:13:57 (22/33) Installing py3-colorama (0.4.3-r0) 14:13:57 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 14:13:57 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:13:57 ---> 63ebe3d16a7a 14:13:57 Step 3/26 : WORKDIR /edgex-go 14:13:57 ---> Using cache 14:13:57 ---> e979e0a7f586 14:13:57 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:13:57 ---> Using cache 14:13:57 ---> 4cf744ce71f7 14:13:57 Step 5/26 : RUN apk update && apk add make git 14:13:58 (23/33) Installing py3-distlib (0.3.0-r0) 14:13:59 (24/33) Installing py3-distro (1.5.0-r1) 14:13:59 ---> d5b0fd47c7db 14:13:59 Step 19/23 : ENTRYPOINT ["/core-data"] 14:13:59 (25/33) Installing py3-webencodings (0.5.1-r3) 14:13:59 (26/33) Installing py3-html5lib (1.0.1-r4) 14:13:59 (27/33) Installing py3-pytoml (0.1.21-r0) 14:13:59 (28/33) Installing py3-pep517 (0.8.2-r0) 14:13:59 ---> Running in a4f4a3b3f30d 14:13:59 ---> Running in 88730179f64d 14:13:59 ---> Running in cea513626e3b 14:13:59 (29/33) Installing py3-progress (1.5-r0) 14:13:59 (30/33) Installing py3-toml (0.10.1-r0) 14:13:59 (31/33) Installing py3-retrying (1.3.3-r0) 14:13:59 ---> Running in b50e3d0c8838 14:13:59 (32/33) Installing py3-contextlib2 (0.6.0-r0) 14:13:59 (33/33) Installing py3-pip (20.1.1-r0) 14:13:59 Executing busybox-1.31.1-r16.trigger 14:13:59 OK: 71 MiB in 55 packages 14:14:00 Removing intermediate container c493c8d781df 14:14:00 ---> 189a95cc79b8 14:14:00 Successfully built 189a95cc79b8 14:14:00 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:14:01 Removing intermediate container b50e3d0c8838 14:14:01 ---> 4fec2ee42d2f 14:14:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:14:01 + docker inspect -f . ci-base-image-arm64 14:14:01 . [Pipeline] withDockerContainer 14:14:01 ---> Running in 52c820cbb797 14:14:01 prd-ubuntu18.04-docker-arm64-4c-16g-6966 does not seem to be running inside a container 14:14:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:14:01 Removing intermediate container 52c820cbb797 14:14:01 ---> e3d179f61d26 14:14:01 Step 21/23 : LABEL arch=x86_64 14:14:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:14:01 ---> Running in e6090da73b4e 14:14:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:14:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:14:01 Removing intermediate container e6090da73b4e 14:14:01 ---> 5cfd49d548c4 14:14:01 Step 22/23 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 14:14:01 ---> Running in c899821355f6 14:14:02 Removing intermediate container c899821355f6 14:14:02 ---> 3210a9c563e3 14:14:02 Step 23/23 : LABEL version=0.0.0 14:14:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:14:02 ---> Running in ed102830ff74 14:14:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:14:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:14:02 Removing intermediate container ed102830ff74 14:14:02 ---> 266c6c67134d 14:14:02 14:14:02 v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:14:02 v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:14:02 OK: 12752 distinct packages available 14:14:02 Successfully built 266c6c67134d 14:14:03 Successfully tagged docker-core-data-go:latest 14:14:03  Building docker-core-data-go ... done Building docker-security-proxy-setup-go 14:14:03 OK: 233 MiB in 51 packages 14:14:03 v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:14:03 v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:14:03 OK: 12752 distinct packages available 14:14:03 v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:14:03 v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:14:03 OK: 12752 distinct packages available 14:14:03 OK: 233 MiB in 51 packages 14:14:03 OK: 233 MiB in 51 packages 14:14:03 OK: 233 MiB in 51 packages 14:14:03 $ docker top 664c9a8135ac653cf42fe6eaad8bd9183e6720bfce206472e4d8c04317bff5d7 -eo pid,comm [Pipeline] { [Pipeline] sh 14:14:04 + go version 14:14:04 go version go1.15.2 linux/arm64 [Pipeline] } 14:14:04 $ docker stop --time=1 664c9a8135ac653cf42fe6eaad8bd9183e6720bfce206472e4d8c04317bff5d7 14:14:06 $ docker rm -f 664c9a8135ac653cf42fe6eaad8bd9183e6720bfce206472e4d8c04317bff5d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:14:08 + docker inspect -f . ci-base-image-arm64 14:14:08 . [Pipeline] withDockerContainer 14:14:08 prd-ubuntu18.04-docker-arm64-4c-16g-6966 does not seem to be running inside a container 14:14:08 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:14:09 $ docker top 83b8ef38014dfc46ac52944165e8dee3a0a783c057b7c34107543d4568c44eaf -eo pid,comm [Pipeline] { [Pipeline] echo 14:14:10 ========================================================= 14:14:10 [edgeXBuildGoParallel] Running Tests and Build... 14:14:10 ========================================================= [Pipeline] sh 14:14:10 + make test 14:14:10 GO111MODULE=on go test -coverprofile=coverage.out ./... 14:14:11 Removing intermediate container a4f4a3b3f30d 14:14:11 ---> 096bc3d13d2a 14:14:11 Step 6/22 : COPY go.mod . 14:14:11 Removing intermediate container 88730179f64d 14:14:11 ---> 85900e9f5fee 14:14:11 Step 6/22 : COPY go.mod . 14:14:13 Removing intermediate container cea513626e3b 14:14:13 ---> 6751cef94805 14:14:13 Step 6/26 : COPY go.mod . 14:14:13 ---> 5337a2e74fa8 14:14:13 Step 7/22 : RUN go mod download 14:14:13 ? github.com/edgexfoundry/edgex-go [no test files] 14:14:14 ---> 3f37873f21e3 14:14:14 Step 7/22 : RUN go mod download 14:14:15 ---> a7837e36f23e 14:14:15 Step 7/26 : RUN go mod download 14:14:16 ---> Running in 3ea7654f375a 14:14:16 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 14:14:16 Step 2/20 : FROM ${BUILDER_BASE} AS builder 14:14:16 ---> 63ebe3d16a7a 14:14:16 Step 3/20 : WORKDIR /edgex-go 14:14:16 ---> Using cache 14:14:16 ---> e979e0a7f586 14:14:16 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:14:16 ---> Using cache 14:14:16 ---> 4cf744ce71f7 14:14:16 Step 5/20 : RUN apk update && apk add make git 14:14:16 ---> Using cache 14:14:16 ---> 6751cef94805 14:14:16 Step 6/20 : COPY go.mod . 14:14:16 ---> Using cache 14:14:16 ---> a7837e36f23e 14:14:16 Step 7/20 : RUN go mod download 14:14:17 ---> Running in 791aeaed7088 14:14:17 ---> Running in 638b79c0c7e5 14:14:17 ---> Running in 81a47cb716f5 14:14:17 Removing intermediate container 88a56a71d088 14:14:17 ---> e5ae4e096251 14:14:17 Step 21/27 : RUN pip install docker-compose==1.23.2 14:14:17 ---> Running in ac9faabf1f0a 14:14:19 Removing intermediate container 791aeaed7088 14:14:19 ---> 380a3d626479 14:14:19 Step 8/22 : COPY . . 14:14:19 Removing intermediate container 3ea7654f375a 14:14:19 ---> bcfd87c1933e 14:14:19 Step 8/22 : COPY . . 14:14:19 Removing intermediate container 638b79c0c7e5 14:14:19 ---> 2fdef5c40c0b 14:14:19 Step 8/26 : COPY . . 14:14:19 Removing intermediate container 81a47cb716f5 14:14:19 ---> a64784c2c4c7 14:14:19 Step 8/20 : COPY . . 14:14:31 Collecting docker-compose==1.23.2 14:14:31 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 14:14:32 Collecting websocket-client<1.0,>=0.32.0 14:14:32 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 14:14:32 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 14:14:32 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 14:14:37 Collecting docker<4.0,>=3.6.0 14:14:37 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 14:14:39 Collecting docopt<0.7,>=0.6.1 14:14:39 Downloading docopt-0.6.2.tar.gz (25 kB) 14:14:45 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:14:46 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 14:14:46 Collecting dockerpty<0.5,>=0.4.1 14:14:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 14:14:51 Collecting jsonschema<3,>=2.5.1 14:14:51 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 14:14:51 Collecting cached-property<2,>=1.2.0 14:14:51 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 14:14:51 Collecting PyYAML<4,>=3.10 14:14:51 Downloading PyYAML-3.13.tar.gz (270 kB) 14:14:55 ---> 6129f6f51aea 14:14:55 Step 9/22 : RUN make cmd/core-command/core-command 14:14:55 ---> e40d48e01fab 14:14:55 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 14:14:55 Collecting texttable<0.10,>=0.9.0 14:14:55 Downloading texttable-0.9.1.tar.gz (11 kB) 14:14:55 ---> 3f9fdd7545fb 14:14:55 Step 9/22 : RUN make cmd/support-logging/support-logging 14:14:55 ---> Running in 836e67d24fe9 14:14:55 ---> Running in 13405fda3802 14:14:55 ---> fd95a7ad3735 14:14:55 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 14:14:55 ---> Running in 4f7090f26459 14:14:55 ---> Running in 3226cf86ab06 14:14:55 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) 14:14:55 Collecting urllib3<1.25,>=1.21.1 14:14:55 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 14:14:55 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) 14:14:55 Collecting idna<2.8,>=2.5 14:14:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 14:14:55 Collecting docker-pycreds>=0.4.0 14:14:55 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 14:14:55 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 14:14:55 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 14:14:55 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 14:14:55 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 14:14:55 Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, dockerpty, jsonschema, cached-property, PyYAML, texttable, docker-compose 14:14:56 Attempting uninstall: urllib3 14:14:56 Found existing installation: urllib3 1.25.9 14:14:56 Uninstalling urllib3-1.25.9: 14:14:56 Successfully uninstalled urllib3-1.25.9 14:14:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:14:56 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 14:14: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 14:14:56 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 14:14:56 Attempting uninstall: idna 14:14:56 Found existing installation: idna 2.9 14:14:56 Uninstalling idna-2.9: 14:14:56 Successfully uninstalled idna-2.9 14:14:56 Attempting uninstall: requests 14:14:56 Found existing installation: requests 2.23.0 14:14:56 Uninstalling requests-2.23.0: 14:14:56 Successfully uninstalled requests-2.23.0 14:14:57 Running setup.py install for docopt: started 14:14:57 Running setup.py install for docopt: finished with status 'done' 14:14:57 Running setup.py install for dockerpty: started 14:14:58 Running setup.py install for dockerpty: finished with status 'done' 14:14:58 Running setup.py install for PyYAML: started 14:14:59 Running setup.py install for PyYAML: finished with status 'done' 14:14:59 Running setup.py install for texttable: started 14:15:01 Running setup.py install for texttable: finished with status 'done' 14:15:02 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 14:15:04 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:15:04 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:15:04 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:15:04 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:15:04 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.024s 14:15:04 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 14:15:04 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:15:04 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 14:15:05 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:15:06 Removing intermediate container ac9faabf1f0a 14:15:06 ---> 6cbf7a931997 14:15:06 Step 22/27 : RUN apk --no-cache add curl 14:15:06 ---> Running in 765782529d3c 14:15:06 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:15:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:15:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:15:06 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:15:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:15:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:15:07 (1/3) Installing nghttp2-libs (1.41.0-r0) 14:15:07 (2/3) Installing libcurl (7.69.1-r1) 14:15:07 (3/3) Installing curl (7.69.1-r1) 14:15:07 Executing busybox-1.31.1-r16.trigger 14:15:07 OK: 72 MiB in 58 packages 14:15:08 Removing intermediate container 765782529d3c 14:15:08 ---> e6c63a0a8788 14:15:08 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 14:15:08 ---> Running in 6f59e5f21eda 14:15:08 Removing intermediate container 6f59e5f21eda 14:15:08 ---> 0f0a9612a778 14:15:08 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:15:08 ---> Running in 24d00b7b76d3 14:15:08 Removing intermediate container 24d00b7b76d3 14:15:08 ---> 6aa730880488 14:15:08 Step 25/27 : LABEL arch=x86_64 14:15:08 ---> Running in 39cf907d3dc2 14:15:09 Removing intermediate container 39cf907d3dc2 14:15:09 ---> 5d4b3675556d 14:15:09 Step 26/27 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 14:15:09 ---> Running in 672ac4c95348 14:15:09 Removing intermediate container 672ac4c95348 14:15:09 ---> c8ecf6e74f61 14:15:09 Step 27/27 : LABEL version=0.0.0 14:15:09 ---> Running in f471a080d114 14:15:10 Removing intermediate container f471a080d114 14:15:10 ---> cdd58e1dc86f 14:15:10 14:15:10 Successfully built cdd58e1dc86f 14:15:10 Successfully tagged docker-sys-mgmt-agent-go:latest 14:15:10 Building docker-security-secrets-setup-go 14:15:15 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.071s coverage: 46.6% of statements 14:15:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:15:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:15:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 14:15:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 14:15:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 14:15:20 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.271s coverage: 27.1% of statements 14:15:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:15:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:15:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 14:15:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 14:15:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 14:15:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:15:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.021s coverage: 100.0% of statements 14:15:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 14:15:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.026s coverage: 100.0% of statements 14:15:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 14:15:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 14:15:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.094s coverage: 83.3% of statements 14:15:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 14:15:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 14:15:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.379s coverage: 86.2% of statements 14:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 14:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 14:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 14:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 14:15:25  Building docker-sys-mgmt-agent-go ... done 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 14:15:25 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 14:15:25 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 14:15:25 ---> 63ebe3d16a7a 14:15:25 Step 3/29 : WORKDIR /edgex-go 14:15:25 ---> Using cache 14:15:25 ---> e979e0a7f586 14:15:25 Step 4/29 : RUN apk update && apk add make git 14:15:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.374s coverage: 28.6% of statements 14:15:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:15:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:15:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 14:15:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 14:15:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 14:15:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.085s coverage: 100.0% of statements 14:15:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 14:15:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.031s coverage: 100.0% of statements 14:15:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 14:15:27 ---> Running in 713e41d300c3 14:15:27 Removing intermediate container 3226cf86ab06 14:15:27 ---> d8e3e7e5e24a 14:15:27 14:15:27 Step 10/20 : FROM alpine 14:15:27 ---> a24bb4013296 14:15:27 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 14:15:27 ---> Running in 7c6c17a569de 14:15:27 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 14:15:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:15:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:15:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:15:28 v3.12.0-452-gd527b31117 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 14:15:28 v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 14:15:28 OK: 12750 distinct packages available 14:15:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.056s coverage: 86.7% of statements 14:15:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 14:15:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:15:28 (1/4) Installing ca-certificates (20191127-r4) 14:15:28 (2/4) Installing nghttp2-libs (1.41.0-r0) 14:15:28 (3/4) Installing libcurl (7.69.1-r1) 14:15:28 (4/4) Installing curl (7.69.1-r1) 14:15:28 Executing busybox-1.31.1-r16.trigger 14:15:28 Executing ca-certificates-20191127-r4.trigger 14:15:28 OK: 7 MiB in 18 packages 14:15:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.135s coverage: 97.5% of statements 14:15:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 14:15:29 v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:15:29 v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:15:29 OK: 12752 distinct packages available 14:15:29 OK: 233 MiB in 51 packages 14:15:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 100.0% of statements 14:15:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 14:15:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 14:15:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 14:15:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 14:15:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.247s coverage: 96.3% of statements 14:15:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 14:15:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 14:15:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 14:15:31 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 14:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 14:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 14:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 14:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 14:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 14:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 14:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 14:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 14:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 14:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 14:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 14:15:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements 14:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 14:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 14:15:31 Removing intermediate container 4f7090f26459 14:15:31 ---> 949cc9f8c851 14:15:31 14:15:31 Step 10/22 : FROM scratch 14:15:31 ---> 14:15:31 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 14:15:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 0.0% of statements [no tests to run] 14:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 14:15:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 14:15:31 ---> Using cache 14:15:31 ---> e947d78a7833 14:15:31 Step 12/22 : ENV APP_PORT=48061 14:15:32 ---> Running in 66c85fcd1d97 14:15:32 Removing intermediate container 13405fda3802 14:15:32 ---> e609e09715fd 14:15:32 14:15:32 Step 10/22 : FROM scratch 14:15:32 ---> 14:15:32 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:15:32 ---> Using cache 14:15:32 ---> de55846c8c5b 14:15:32 Step 12/22 : ENV APP_PORT=48082 14:15:33 Removing intermediate container 713e41d300c3 14:15:33 ---> 850f39cb593f 14:15:33 Step 5/29 : COPY go.mod . 14:15:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements 14:15:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:15:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:15:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements 14:15:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.024s coverage: 91.3% of statements 14:15:33 ---> Running in 8948bbe3dd3b 14:15:33 Removing intermediate container 66c85fcd1d97 14:15:33 ---> ff1d2c235378 14:15:33 Step 13/22 : EXPOSE $APP_PORT 14:15:34 ---> Running in 53a3365ddb51 14:15:34 ---> 5479b8850a85 14:15:34 Step 6/29 : RUN go mod download 14:15:34 Removing intermediate container 7c6c17a569de 14:15:34 ---> b280b15c5995 14:15:34 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:15:34 Removing intermediate container 836e67d24fe9 14:15:34 ---> 57471eeb9325 14:15:34 14:15:34 Step 10/26 : FROM alpine:3.10 14:15:34 Removing intermediate container 8948bbe3dd3b 14:15:34 ---> 072b33a140fb 14:15:34 Step 13/22 : EXPOSE $APP_PORT 14:15:34 ---> Running in a94ea1bc97ef 14:15:34 ---> Running in 4cea15025e4d 14:15:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.016s coverage: 100.0% of statements 14:15:34 ---> Running in 349b0ae7f299 14:15:34 Removing intermediate container 53a3365ddb51 14:15:34 ---> a3779ddeb697 14:15:34 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 14:15:34 Removing intermediate container 4cea15025e4d 14:15:34 ---> 73128fdb1a10 14:15:34 Step 13/20 : WORKDIR /edgex 14:15:34 3.10: Pulling from library/alpine 14:15:34 Removing intermediate container 349b0ae7f299 14:15:34 ---> f101ed230d54 14:15:34 Step 14/22 : WORKDIR / 14:15:34 ---> 0eb16f3a4934 14:15:34 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 14:15:34 ---> Running in 63463cda9af2 14:15:34 ---> Running in d11af6a8c0bb 14:15:35 Removing intermediate container 63463cda9af2 14:15:35 ---> 7f6f8dbbc5cc 14:15:35 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:15:35 ---> 6e7e5837d9fd 14:15:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 14:15:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements 14:15:35 Removing intermediate container d11af6a8c0bb 14:15:35 ---> 8003ec1246b2 14:15:35 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 14:15:35 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 14:15:35 Status: Downloaded newer image for alpine:3.10 14:15:35 ---> be4e4bea2c2e 14:15:35 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 14:15:35 ---> Running in 7cb500be4171 14:15:35 ---> 944e359d88d9 14:15:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:15:35 ---> 57ed27fbea36 14:15:35 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:15:35 ---> 25909911fb7e 14:15:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 14:15:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.016s coverage: 100.0% of statements 14:15:36 Removing intermediate container a94ea1bc97ef 14:15:36 ---> c6c6da97e398 14:15:36 Step 7/29 : COPY . . 14:15:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 14:15:36 ---> 57f3bb5ccde1 14:15:36 Step 18/22 : ENTRYPOINT ["/support-logging"] 14:15:36 ---> 1633709f19c3 14:15:36 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 14:15:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 14:15:36 v3.10.5-104-g58141e176c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 14:15:36 v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 14:15:36 OK: 10346 distinct packages available 14:15:36 (1/5) Installing ca-certificates (20191127-r2) 14:15:36 (2/5) Installing nghttp2-libs (1.39.2-r1) 14:15:36 (3/5) Installing libcurl (7.66.0-r1) 14:15:36 (4/5) Installing curl (7.66.0-r1) 14:15:36 (5/5) Installing dumb-init (1.2.2-r1) 14:15:36 Executing busybox-1.30.1-r3.trigger 14:15:36 Executing ca-certificates-20191127-r2.trigger 14:15:37 OK: 7 MiB in 19 packages 14:15:37 ---> ec748a5a37d6 14:15:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:15:38 ---> Running in a64048c4f0ce 14:15:38 ---> Running in 9408a7a6e78e 14:15:38 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.279s coverage: 55.9% of statements 14:15:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:15:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:15:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 14:15:38 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 14:15:43 Removing intermediate container a64048c4f0ce 14:15:43 ---> 5446ed68adeb 14:15:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:15:43 Removing intermediate container 9408a7a6e78e 14:15:43 ---> 143c5c511ed0 14:15:43 Step 17/20 : CMD ["--init=true"] 14:15:45 ---> 96e61d467ea1 14:15:45 Step 18/22 : ENTRYPOINT ["/core-command"] 14:15:46 ---> Running in 59c2fd1d8ce6 14:15:46 ---> Running in eb9bb3d3966d 14:15:46 Removing intermediate container 7cb500be4171 14:15:46 ---> fd8773ee0498 14:15:46 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:15:48 ---> Running in 323b33641b7f 14:15:48 ---> Running in be67af22b525 14:15:48 Removing intermediate container 59c2fd1d8ce6 14:15:48 ---> 6d52a159eb3b 14:15:48 Step 20/22 : LABEL arch=x86_64 14:15:49 Removing intermediate container eb9bb3d3966d 14:15:49 ---> 3cb0c42af3a4 14:15:49 Step 18/20 : LABEL arch=x86_64 14:15:50 Removing intermediate container 323b33641b7f 14:15:50 ---> c109c0417db3 14:15:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:15:50 ---> Running in c872887538b9 14:15:50 ---> Running in 35c26d3d1e89 14:15:51 ---> Running in 8b9570ccbfa2 14:15:51 Removing intermediate container be67af22b525 14:15:51 ---> 834043c7c912 14:15:51 Step 13/26 : WORKDIR / 14:15:53 ---> Running in 594bf0587694 14:15:53 Removing intermediate container c872887538b9 14:15:53 ---> 6c388f749fe8 14:15:53 Step 21/22 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 14:15:53 Removing intermediate container 35c26d3d1e89 14:15:53 ---> e505a9720e9b 14:15:53 Step 19/20 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 14:15:53 Removing intermediate container 8b9570ccbfa2 14:15:53 ---> 05f1ab6afea8 14:15:53 Step 20/22 : LABEL arch=x86_64 14:15:53 ---> Running in 9b9e576665f1 14:15:53 ---> d5749ef0ed53 14:15:53 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 14:15:53 ---> Running in 54f8f581dc2a 14:15:53 ---> Running in c32707c829b9 14:15:53 Removing intermediate container 594bf0587694 14:15:53 ---> 5e09cc8694a8 14:15:53 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 14:15:53 ---> Running in 9a98da556a78 14:15:53 Removing intermediate container 9b9e576665f1 14:15:53 ---> 50d7a330aca7 14:15:53 Step 22/22 : LABEL version=0.0.0 14:15:53 Removing intermediate container 54f8f581dc2a 14:15:53 ---> 6ac5e4168c7c 14:15:53 Step 21/22 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 14:15:54 Removing intermediate container c32707c829b9 14:15:54 ---> 18614a8ba29f 14:15:54 Step 20/20 : LABEL version=0.0.0 14:15:54 ---> Running in 63fe84089488 14:15:54 ---> Running in e5c6d5613f80 14:15:54 ---> Running in 04c656b787ff 14:15:54 ---> 12480361317c 14:15:54 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 14:15:54 Removing intermediate container e5c6d5613f80 14:15:54 ---> 64fc18d98d1f 14:15:54 14:15:54 Removing intermediate container 04c656b787ff 14:15:54 ---> a84cb45beb6c 14:15:54 14:15: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 14:15:54 Removing intermediate container 63fe84089488 14:15:54 ---> 329aad1179e1 14:15:54 Step 22/22 : LABEL version=0.0.0 14:15:54 ---> ba41c3c66165 14:15:54 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:15:54 Successfully built a84cb45beb6c 14:15:54 ---> Running in 763e1e53128a 14:15:54 Successfully tagged docker-security-proxy-setup-go:latest 14:15:54  Building docker-security-proxy-setup-go ... done Successfully built 64fc18d98d1f 14:15:54 Successfully tagged docker-support-logging-go:latest 14:15:54  Building docker-support-logging-go ... done Removing intermediate container 763e1e53128a 14:15:54 ---> 475aa7606893 14:15:54 14:15:54 ---> f74e75186cee 14:15:54 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 14:15:55 Successfully built 475aa7606893 14:15:55 Successfully tagged docker-core-command-go:latest 14:15:55  Building docker-core-command-go ... done  ---> 8927a0d6970f 14:15:55 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:15:56 ---> 0ff1e6483f71 14:15:56 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:15:57 ---> 925a10f4bcd7 14:15:57 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 14:15:57 ---> 2ba137488580 14:15:57 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:15:57 ---> e830aaea6b97 14:15:57 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:15:58 ---> Running in 268b3aea7c39 14:15:59 Removing intermediate container 268b3aea7c39 14:15:59 ---> 759d3993d3bc 14:15:59 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 14:15:59 ---> Running in 397be11a66cf 14:15:59 Removing intermediate container 397be11a66cf 14:15:59 ---> 87e46d03cda2 14:15:59 Step 24/26 : LABEL arch=x86_64 14:16:00 ---> Running in 7cf4d74f8c4c 14:16:01 Removing intermediate container 7cf4d74f8c4c 14:16:01 ---> 11a2c20241d3 14:16:01 Step 25/26 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 14:16:01 ---> Running in eabce6b68ce6 14:16:01 Removing intermediate container eabce6b68ce6 14:16:01 ---> 242e08fa2604 14:16:01 Step 26/26 : LABEL version=0.0.0 14:16:01 ---> Running in 4a810224235f 14:16:02 Removing intermediate container 4a810224235f 14:16:02 ---> 237637fd1e41 14:16:02 14:16:02 Successfully built 237637fd1e41 14:16:02 Successfully tagged docker-security-secretstore-setup-go:latest 14:16:05  Building docker-security-secretstore-setup-go ... done Removing intermediate container 9a98da556a78 14:16:05 ---> fbda15ab659e 14:16:05 14:16:05 Step 9/29 : FROM alpine:latest 14:16:05 ---> a24bb4013296 14:16:05 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 14:16:05 ---> Running in 191b559cc8db 14:16:05 Removing intermediate container 191b559cc8db 14:16:05 ---> 20fd7cb488c9 14:16:05 Step 11/29 : USER root 14:16:05 ---> Running in 7decd6919c3e 14:16:05 Removing intermediate container 7decd6919c3e 14:16:05 ---> 60df924a18ae 14:16:05 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 14:16:05 ---> Running in 98f914b73d4a 14:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 27.470s coverage: 86.3% of statements 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 14:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.186s coverage: 72.2% of statements 14:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.421s coverage: 72.1% of statements 14:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.028s coverage: 82.4% of statements 14:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.013s coverage: 48.4% of statements 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 14:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.028s coverage: 28.8% of statements 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 14:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.056s coverage: 96.8% of statements 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 14:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.088s coverage: 36.5% of statements 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.291s coverage: 84.1% of statements 14:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.032s coverage: 100.0% of statements 14:16:05 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.036s coverage: 42.9% of statements 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 14:16:05 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.021s coverage: 100.0% of statements 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 14:16:05 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.037s coverage: 83.8% of statements 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 14:16:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.090s coverage: 47.1% of statements 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:16:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.032s coverage: 100.0% of statements 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 14:16:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.026s coverage: 100.0% of statements 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 14:16:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.031s coverage: 100.0% of statements 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 14:16:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.170s coverage: 29.1% of statements 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 14:16:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.054s coverage: 99.0% of statements 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 14:16:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.024s coverage: 100.0% of statements 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 14:16:05 ok github.com/edgexfoundry/edgex-go/internal/system 0.008s coverage: 0.0% of statements 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 14:16:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.011s coverage: 100.0% of statements 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 14:16:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.026s coverage: 87.9% of statements 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 14:16:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:16:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.025s coverage: 100.0% of statements 14:16:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.017s coverage: 32.1% of statements 14:16:05 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.019s coverage: 100.0% of statements 14:16:05 GO111MODULE=on go vet ./... 14:16:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:16:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:16:06 v3.12.0-452-gd527b31117 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 14:16:06 v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 14:16:06 OK: 12750 distinct packages available 14:16:06 (1/2) Installing ca-certificates (20191127-r4) 14:16:06 (2/2) Installing dumb-init (1.2.2-r1) 14:16:06 Executing busybox-1.31.1-r16.trigger 14:16:06 Executing ca-certificates-20191127-r4.trigger 14:16:06 OK: 6 MiB in 16 packages 14:16:07 Removing intermediate container 98f914b73d4a 14:16:07 ---> c4c213f872a9 14:16:07 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 14:16:07 ---> Running in 6fd3d40fa81b 14:16:08 Removing intermediate container 6fd3d40fa81b 14:16:08 ---> 6dcea7c74921 14:16:08 Step 14/29 : WORKDIR $BASE_DIR 14:16:08 ---> Running in 2931646cacee 14:16:08 Removing intermediate container 2931646cacee 14:16:08 ---> cb6bd6f00b22 14:16:08 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 14:16:08 ---> Running in e67d10fd08a8 14:16:09 Removing intermediate container e67d10fd08a8 14:16:09 ---> c399a02fc725 14:16:09 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 14:16:09 ---> f200fbe4c2f0 14:16:09 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 14:16:09 ---> d04b5c69ad29 14:16:09 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 14:16:10 ---> bbd1f06a3f73 14:16:10 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 14:16:10 ---> bcea89f5a057 14:16:10 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 14:16:10 ---> f65f575796d5 14:16:10 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 14:16:10 ---> Running in f88ab5db5c02 14:16:11 Removing intermediate container f88ab5db5c02 14:16:11 ---> 9bc1aa1e942b 14:16:11 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 14:16:11 ---> 4f2f9f71218a 14:16:11 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:16:11 ---> Running in 74a1353f31db 14:16:12 Removing intermediate container 74a1353f31db 14:16:12 ---> 08d3b5888329 14:16:12 Step 24/29 : RUN chmod 755 security-secrets-setup 14:16:12 ---> Running in cdb8098142df 14:16:13 Removing intermediate container cdb8098142df 14:16:13 ---> 27b6125b1bb6 14:16:13 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 14:16:13 ---> Running in 01cce30b3ee1 14:16:13 Removing intermediate container 01cce30b3ee1 14:16:13 ---> 57f01ebcf7bd 14:16:13 Step 26/29 : CMD [ "generate" ] 14:16:13 ---> Running in 0e9db919604f 14:16:14 Removing intermediate container 0e9db919604f 14:16:14 ---> 585cc996ff86 14:16:14 Step 27/29 : LABEL arch=x86_64 14:16:14 ---> Running in 37bf5ab79afe 14:16:14 Removing intermediate container 37bf5ab79afe 14:16:14 ---> 0e301bcad792 14:16:14 Step 28/29 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 14:16:14 ---> Running in 06a3510f84c3 14:16:15 Removing intermediate container 06a3510f84c3 14:16:15 ---> 077eff732c30 14:16:15 Step 29/29 : LABEL version=0.0.0 14:16:15 ---> Running in 84b987b953db 14:16:15 Removing intermediate container 84b987b953db 14:16:15 ---> 6ecb2c3d2e52 14:16:15 14:16:15 Successfully built 6ecb2c3d2e52 14:16:15 Successfully tagged docker-security-secrets-setup-go:latest 14:16:15  Building docker-security-secrets-setup-go ... done  [Pipeline] } 14:16:15 $ docker stop --time=1 a60492af9250d3388d35cace0cccd8f2bb3921774fb84c9d60974439b186ad45 14:16:17 $ docker rm -f a60492af9250d3388d35cace0cccd8f2bb3921774fb84c9d60974439b186ad45 [Pipeline] // withDockerContainer [Pipeline] sh 14:16:19 + docker images 14:16:19 + grep docker 14:16:19 docker-security-secrets-setup-go latest 6ecb2c3d2e52 5 seconds ago 24MB 14:16:19 docker-security-secretstore-setup-go latest 237637fd1e41 17 seconds ago 32.4MB 14:16:19 docker-core-command-go latest 475aa7606893 25 seconds ago 12.2MB 14:16:19 docker-security-proxy-setup-go latest a84cb45beb6c 25 seconds ago 15.8MB 14:16:19 docker-support-logging-go latest 64fc18d98d1f 25 seconds ago 11.1MB 14:16:19 docker-sys-mgmt-agent-go latest cdd58e1dc86f About a minute ago 290MB 14:16:19 docker-core-data-go latest 266c6c67134d 2 minutes ago 23.6MB 14:16:19 docker-support-notifications-go latest b17f6696ee1c 2 minutes ago 13.6MB 14:16:19 docker-support-scheduler-go latest 8fb74e7cf648 2 minutes ago 12.3MB 14:16:19 docker-core-metadata-go latest 540b2cf79ee9 2 minutes ago 14.4MB 14:16:19 docker latest 809cc4dba987 4 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 14:16:28 gofmt -l . 14:16:28 [ "`gofmt -l .`" = "" ] 14:16:29 ./bin/test-go-mod-tidy.sh 14:16:30 ./bin/test-attribution-txt.sh [Pipeline] sh 14:16:35 + ls -al . 14:16:35 total 640 14:16:35 drwxrwxr-x 9 1001 1001 4096 Oct 20 14:16 . 14:16:35 drwxr-xr-x 4 root root 4096 Oct 20 14:14 .. 14:16:35 -rw-rw-r-- 1 1001 1001 11 Oct 20 14:12 .dockerignore 14:16:35 drwxrwxr-x 8 1001 1001 4096 Oct 20 14:12 .git 14:16:35 drwxrwxr-x 3 1001 1001 4096 Oct 20 14:12 .github 14:16:35 -rw-rw-r-- 1 1001 1001 932 Oct 20 14:12 .gitignore 14:16:35 -rw-rw-r-- 1 1001 1001 166 Oct 20 14:12 .sonarcloud.properties 14:16:35 -rw-rw-r-- 1 1001 1001 3804 Oct 20 14:12 CONTRIBUTING.md 14:16:35 -rw-rw-r-- 1 1001 1001 1035 Oct 20 14:12 Dockerfile.build 14:16:35 -rw-rw-r-- 1 1001 1001 863 Oct 20 14:12 Jenkinsfile 14:16:35 -rw-rw-r-- 1 1001 1001 10775 Oct 20 14:12 LICENSE 14:16:35 -rw-rw-r-- 1 1001 1001 6237 Oct 20 14:12 Makefile 14:16:35 -rw-rw-r-- 1 1001 1001 6447 Oct 20 14:12 README.md 14:16:35 -rw-rw-r-- 1 1001 1001 259 Oct 20 14:12 SECURITY.md 14:16:35 -rw-rw-r-- 1 1001 1001 5 Oct 20 14:08 VERSION 14:16:35 -rw-rw-r-- 1 1001 1001 4131 Oct 20 14:12 ZMQWindows.md 14:16:35 drwxrwxr-x 2 1001 1001 4096 Oct 20 14:12 bin 14:16:35 drwxrwxr-x 15 1001 1001 4096 Oct 20 14:12 cmd 14:16:35 -rw-r--r-- 1 root root 518264 Oct 20 14:16 coverage.out 14:16:35 -rw-r--r-- 1 root root 1041 Oct 20 14:16 go.mod 14:16:35 -rw-r--r-- 1 root root 18775 Oct 20 14:16 go.sum 14:16:35 drwxrwxr-x 8 1001 1001 4096 Oct 20 14:12 internal 14:16:35 drwxrwxr-x 4 1001 1001 4096 Oct 20 14:12 openapi 14:16:35 drwxrwxr-x 4 1001 1001 4096 Oct 20 14:12 snap 14:16:35 -rw-rw-r-- 1 1001 1001 168 Oct 20 14:12 version.go [Pipeline] sh 14:16:35 Still waiting to schedule task 14:16:35 Waiting for next available executor on ‘prd-centos7-docker-8c-8g-6963’ 14:16:36 + '[' -e coverage.out ] 14:16:36 + chown 1001:1001 coverage.out [Pipeline] stash 14:16:36 Warning: overwriting stash ‘coverage-report’ 14:16:37 Stashed 1 file(s) [Pipeline] sh 14:16:37 + make build 14:16:37 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 14:17:04 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 14:17:11 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 14:17:15 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 14:17:19 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 14:17:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 14:17:25 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 14:17:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:17:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 14:17:37 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 14:17:42 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 14:17: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 14:17:48 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] } 14:17:52 $ docker stop --time=1 83b8ef38014dfc46ac52944165e8dee3a0a783c057b7c34107543d4568c44eaf 14:17:54 $ docker rm -f 83b8ef38014dfc46ac52944165e8dee3a0a783c057b7c34107543d4568c44eaf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:17:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:17:57 14:17:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:17:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:17:58 latest: Pulling from edgex-devops/edgex-compose-arm64 14:17:58 29e5d40040c1: Pulling fs layer 14:17:58 1ce36da41761: Pulling fs layer 14:17:58 25b303627fd3: Pulling fs layer 14:17:59 29e5d40040c1: Download complete 14:17:59 1ce36da41761: Verifying Checksum 14:17:59 1ce36da41761: Download complete 14:17:59 29e5d40040c1: Pull complete 14:18:01 1ce36da41761: Pull complete 14:18:01 25b303627fd3: Verifying Checksum 14:18:01 25b303627fd3: Download complete 14:18:11 25b303627fd3: Pull complete 14:18:11 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 14:18:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:18:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 14:18:11 prd-ubuntu18.04-docker-arm64-4c-16g-6966 does not seem to be running inside a container 14:18:11 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 14:18:14 $ docker top 87b61c38d79e8325f7d5c430402ef6d4726462727867bf4e0a67c3a679d085de -eo pid,comm [Pipeline] { [Pipeline] sh 14:18:16 + grep parallel 14:18:16 + docker-compose build --help 14:18:19 --parallel Build images in parallel. [Pipeline] } 14:18:19 $ docker stop --time=1 87b61c38d79e8325f7d5c430402ef6d4726462727867bf4e0a67c3a679d085de 14:18:21 $ docker rm -f 87b61c38d79e8325f7d5c430402ef6d4726462727867bf4e0a67c3a679d085de [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:18:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:18:22 . [Pipeline] withDockerContainer 14:18:22 prd-ubuntu18.04-docker-arm64-4c-16g-6966 does not seem to be running inside a container 14:18:22 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 14:18:24 $ docker top 281c6cea99e3fa8ae8aba347c992cc9b428fe9877ec6d63374c222b5c0e5614c -eo pid,comm [Pipeline] { [Pipeline] sh 14:18:25 + docker-compose -f ./docker-compose-build.yml build --parallel 14:18:28 Building docker-core-command-go ... 14:18:28 Building docker-core-data-go ... 14:18:28 Building docker-core-metadata-go ... 14:18:28 Building docker-security-proxy-setup-go ... 14:18:28 Building docker-security-secrets-setup-go ... 14:18:28 Building docker-security-secretstore-setup-go ... 14:18:28 Building docker-support-logging-go ... 14:18:28 Building docker-support-notifications-go ... 14:18:28 Building docker-support-scheduler-go ... 14:18:28 Building docker-sys-mgmt-agent-go ... 14:18:28 Building docker-core-data-go 14:18:28 Building docker-security-secretstore-setup-go 14:18:28 Building docker-support-notifications-go 14:18:28 Building docker-security-secrets-setup-go 14:18:28 Building docker-security-proxy-setup-go 14:19:19 Running on prd-centos7-docker-8c-8g-6968 in /w/workspace/edgexfoundry_edgex-go_PR-2807 [Pipeline] { [Pipeline] ws 14:19:19 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 14:19:22 using credential edgex-jenkins-ssh 14:19:22 Cloning the remote Git repository 14:19:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:19:22 > git init /w/workspace/edgex-go/4 # timeout=10 14:19:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:19:22 > git --version # timeout=10 14:19:22 > git --version # 'git version 2.16.5' 14:19:22 using GIT_SSH to set credentials SSH Credentials for GitHub 14:19:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:19:40 Merging remotes/origin/master commit 12565dec60f03e6cbc896b7e2b47784094aed3ee into PR head commit d002a233c572f40e04c5d08bee752ff45cb604e5 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 14:19:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:19:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:19:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:19:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:19:40 using GIT_SSH to set credentials SSH Credentials for GitHub 14:19:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2807/head:refs/remotes/origin/PR-2807 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:19:40 > git config core.sparsecheckout # timeout=10 14:19:40 > git checkout -f d002a233c572f40e04c5d08bee752ff45cb604e5 # timeout=10 [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 14:19:41 Failed in branch amd64 14:19:50 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 14:19:50 Step 2/20 : FROM ${BUILDER_BASE} AS builder 14:19:50 ---> 189a95cc79b8 14:19:50 Step 3/20 : WORKDIR /edgex-go 14:19:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 14:19:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:19:50 ---> 189a95cc79b8 14:19:50 Step 3/23 : WORKDIR /edgex-go 14:19:50 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 14:19:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 14:19:50 ---> 189a95cc79b8 14:19:50 Step 3/24 : WORKDIR /edgex-go 14:19:50 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 14:19:50 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:19:50 ---> 189a95cc79b8 14:19:50 Step 3/26 : WORKDIR /edgex-go 14:19:50 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 14:19:50 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 14:19:50 ---> 189a95cc79b8 14:19:50 Step 3/29 : WORKDIR /edgex-go 14:19:50 ---> Running in 4fdf35781617 14:19:50 ---> Running in 0409669b06a8 14:19:50 ---> Running in a98b47de6229 14:19:50 ---> Running in c44e7dd62a9d 14:19:50 ---> Running in ba641e9ead47 14:19:50 Removing intermediate container c44e7dd62a9d 14:19:50 ---> ebfbfca800ed 14:19:50 Removing intermediate container ba641e9ead47 14:19:50 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 6829d3b11ee0 14:19:50 14:19:50 Step 4/29 : RUN apk update && apk add make git 14:19:50 Removing intermediate container 0409669b06a8 14:19:50 ---> 2d9d2fa2c276 14:19:50 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:19:50 Removing intermediate container 4fdf35781617 14:19:50 ---> 31dd65bcdd2f 14:19:50 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:19:50 Removing intermediate container a98b47de6229 14:19:50 ---> 017474c6631a 14:19:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:19:50 ---> Running in 03fe9bc55b5e 14:19:50 ---> Running in 11bc580b5042 14:19:50 ---> Running in 3f1760b2ed8f 14:19:50 ---> Running in 89d7c1288c26 14:19:50 ---> Running in 7bed4ee7777e 14:19:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:19:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:19:52 Removing intermediate container 11bc580b5042 14:19:52 ---> 3845d4c994d7 14:19:52 Step 5/26 : RUN apk update && apk add make git 14:19:52 v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:19:52 v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:19:52 OK: 12623 distinct packages available 14:19:52 ---> Running in 207671cee7d1 14:19:52 Removing intermediate container 3f1760b2ed8f 14:19:52 ---> 07a7026eafa9 14:19:52 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 14:19:52 Removing intermediate container 89d7c1288c26 14:19:52 ---> af3a1ddf9cc8 14:19:52 Step 5/20 : RUN apk update && apk add make git 14:19:52 ---> Running in 439109e8c0cf 14:19:53 Removing intermediate container 7bed4ee7777e 14:19:53 ---> 556a270554cc 14:19:53 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 14:19:53 ---> Running in 267aa8b42b4d 14:19:53 OK: 217 MiB in 51 packages 14:19:53 ---> Running in 84a6609236a0 14:19:55 Removing intermediate container 03fe9bc55b5e 14:19:55 ---> baa590a73058 14:19:55 Step 5/29 : COPY go.mod . 14:19:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:19:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:19:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:19:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:19:55 ---> be402a3acd1c 14:19:55 Step 6/29 : RUN go mod download 14:19:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:19:56 ---> Running in 5ef6cc9d0973 14:19:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:19:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:19:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:19:57 v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:19:57 v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:19:57 OK: 12623 distinct packages available 14:19:57 v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:19:57 v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:19:57 OK: 12623 distinct packages available 14:19:57 v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:19:57 v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:19:57 OK: 12623 distinct packages available 14:19:57 OK: 217 MiB in 51 packages 14:19:58 OK: 217 MiB in 51 packages 14:19:58 OK: 217 MiB in 51 packages 14:19:58 v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:19:58 v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:19:58 OK: 12623 distinct packages available 14:19:59 OK: 217 MiB in 51 packages 14:20:00 Removing intermediate container 207671cee7d1 14:20:00 ---> 976c8ffd8cbf 14:20:00 Step 6/26 : COPY go.mod . 14:20:00 Removing intermediate container 5ef6cc9d0973 14:20:00 ---> 0d308cdea272 14:20:00 Step 7/29 : COPY . . 14:20:00 Removing intermediate container 84a6609236a0 14:20:00 ---> 1bc616fedc41 14:20:00 Step 6/23 : COPY go.mod . 14:20:00 Removing intermediate container 267aa8b42b4d 14:20:00 ---> 6b53549cfaac 14:20:00 Step 6/20 : COPY go.mod . 14:20:01 ---> 00533bf657e2 14:20:01 Step 7/26 : RUN go mod download 14:20:01 Removing intermediate container 439109e8c0cf 14:20:01 ---> 0476d290dfc8 14:20:01 Step 6/24 : COPY go.mod . 14:20:01 ---> Running in 28ab867a3052 14:20:02 ---> 616b510ca24e 14:20:02 Step 7/20 : RUN go mod download 14:20:02 ---> ed70e3065f7b 14:20:02 Step 7/23 : RUN go mod download 14:20:02 ---> ff1a0b2ce1b0 14:20:02 Step 7/24 : RUN go mod download 14:20:02 ---> Running in 1f0c6e8fec72 14:20:02 ---> Running in df757624b57e 14:20:02 ---> Running in c9189a8426ca 14:20:07 Removing intermediate container 28ab867a3052 14:20:07 ---> 47a8ac2e595e 14:20:07 Step 8/26 : COPY . . 14:20:07 Removing intermediate container 1f0c6e8fec72 14:20:07 ---> 572741efc235 14:20:07 Step 8/23 : COPY . . 14:20:08 Removing intermediate container c9189a8426ca 14:20:08 ---> c56fa08adb65 14:20:08 Step 8/24 : COPY . . 14:20:08 Removing intermediate container df757624b57e 14:20:08 ---> f05e734affe6 14:20:08 Step 8/20 : COPY . . 14:20:26 ---> 61e196f632d7 14:20:26 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 14:20:27 ---> 0088fcc0e09a 14:20:27 Step 9/23 : RUN make cmd/core-data/core-data 14:20:27 ---> a5b417401e76 14:20:27 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 14:20:27 ---> Running in 8ae0ccae386a 14:20:27 ---> e546a62279ab 14:20:27 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 14:20:27 ---> 5ca2dd102a70 14:20:27 Step 9/24 : RUN make cmd/support-notifications/support-notifications 14:20:27 ---> Running in 8dcf52d77a3c 14:20:27 ---> Running in 7b12181ba46e 14:20:27 ---> Running in c7f55e558bd0 14:20:27 ---> Running in d7fe46c028bd 14:20:29 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 14:20:31 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 14:20:31 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 14:20:31 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 14:20:31 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 14:21:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 14:21:53 Removing intermediate container 8ae0ccae386a 14:21:53 ---> bbf4f4199f98 14:21:53 14:21:53 Step 9/29 : FROM alpine:latest 14:21:53 latest: Pulling from library/alpine 14:21:53 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 14:21:53 Status: Downloaded newer image for alpine:latest 14:21:53 ---> 62ee0e9f8440 14:21:53 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 14:21:53 ---> Running in 0f81c3c05745 14:21:53 Removing intermediate container 0f81c3c05745 14:21:53 ---> 3211d9913f9d 14:21:53 Step 11/29 : USER root 14:21:53 ---> Running in adcb37a45cf0 14:21:53 Removing intermediate container d7fe46c028bd 14:21:53 ---> c18033fc9ec3 14:21:53 14:21:53 Step 10/20 : FROM alpine 14:21:53 ---> 62ee0e9f8440 14:21:53 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 14:21:53 Removing intermediate container adcb37a45cf0 14:21:53 ---> Running in eb09be1dd88f 14:21:53 ---> 6a435c7ff8e0 14:21:53 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 14:21:53 ---> Running in a688d27da04b 14:21:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:21:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:21:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:21:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:21:56 v3.12.0-452-gd527b31117 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 14:21:56 v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 14:21:56 OK: 12621 distinct packages available 14:21:56 v3.12.0-452-gd527b31117 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 14:21:56 v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 14:21:56 OK: 12621 distinct packages available 14:21:57 (1/2) Installing ca-certificates (20191127-r4) 14:21:57 (1/4) Installing ca-certificates (20191127-r4) 14:21:57 (2/2) Installing dumb-init (1.2.2-r1) 14:21:57 Executing busybox-1.31.1-r16.trigger 14:21:57 Executing ca-certificates-20191127-r4.trigger 14:21:57 (2/4) Installing nghttp2-libs (1.41.0-r0) 14:21:57 (3/4) Installing libcurl (7.69.1-r1) 14:21:57 (4/4) Installing curl (7.69.1-r1) 14:21:57 Executing busybox-1.31.1-r16.trigger 14:21:57 Executing ca-certificates-20191127-r4.trigger 14:21:57 OK: 6 MiB in 16 packages 14:21:58 OK: 7 MiB in 18 packages 14:21: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 14:22:00 Removing intermediate container a688d27da04b 14:22:00 ---> 0bd34051c73b 14:22:00 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 14:22:00 Removing intermediate container eb09be1dd88f 14:22:00 ---> ce1cb230e8ce 14:22:00 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:22:00 ---> Running in b0b162f46080 14:22:01 ---> Running in 404f0fffe4e6 14:22:01 Removing intermediate container b0b162f46080 14:22:01 ---> 7aa6e1d7244d 14:22:01 Step 14/29 : WORKDIR $BASE_DIR 14:22:01 Removing intermediate container 404f0fffe4e6 14:22:01 ---> 5765f5509eea 14:22:01 Step 13/20 : WORKDIR /edgex 14:22:02 ---> Running in 98f4fd4849e3 14:22:02 ---> Running in 7a37505796a9 14:22:02 Removing intermediate container 98f4fd4849e3 14:22:02 ---> a883eabfd286 14:22:02 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 14:22:03 Removing intermediate container 7a37505796a9 14:22:03 ---> ca7befa46a8b 14:22:03 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:22:03 ---> Running in 66d17299e27c 14:22:04 ---> d7e9be034cfe 14:22:04 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:22:07 ---> e0b0b34fd3e6 14:22:07 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 14:22:07 ---> Running in 1dade3689fa1 14:22:08 Removing intermediate container 1dade3689fa1 14:22:08 ---> de1452b7559a 14:22:08 Step 17/20 : CMD ["--init=true"] 14:22:08 Removing intermediate container 66d17299e27c 14:22:08 ---> 41a9abd6811d 14:22:08 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 14:22:08 ---> Running in 43ef1723b6b5 14:22:10 Removing intermediate container 43ef1723b6b5 14:22:10 ---> 06e2f86bdc77 14:22:10 Step 18/20 : LABEL arch=arm64 14:22:10 ---> Running in 9190b703937c 14:22:11 ---> 045f7fdfa49e 14:22:11 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 14:22:11 Removing intermediate container 9190b703937c 14:22:11 ---> a4111584f457 14:22:11 Step 19/20 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 14:22:12 ---> Running in 222ac91aa0a3 14:22:12 Removing intermediate container 7b12181ba46e 14:22:12 ---> 29febc1a212e 14:22:12 14:22:12 Step 10/26 : FROM alpine:3.10 14:22:12 Removing intermediate container 222ac91aa0a3 14:22:12 ---> 169945ee3e4f 14:22:12 Step 20/20 : LABEL version=0.0.0 14:22:13 ---> Running in f68cd47bb1d0 14:22:13 3.10: Pulling from library/alpine 14:22:13 ---> f9eb49b91922 14:22:13 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 14:22:13 Removing intermediate container f68cd47bb1d0 14:22:13 ---> fa62e37f3c25 14:22:13 14:22:15 Successfully built fa62e37f3c25 14:22:15 Successfully tagged docker-security-proxy-setup-go-arm64:latest 14:22:15 Building docker-support-scheduler-go 14:22:15  Building docker-security-proxy-setup-go ... done  ---> f6467971b981 14:22:15 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 14:22:15 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 14:22:15 Status: Downloaded newer image for alpine:3.10 14:22:15 ---> 536a684cf733 14:22:15 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 14:22:15 ---> Running in 2a70678e93f3 14:22:17 ---> 24d6091a51e9 14:22:17 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 14:22:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 14:22:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 14:22:20 v3.10.5-104-g58141e176c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 14:22:20 v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 14:22:20 OK: 10167 distinct packages available 14:22:20 ---> edaeb2867cc2 14:22:20 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 14:22:20 (1/5) Installing ca-certificates (20191127-r2) 14:22:20 ---> Running in f7e534856102 14:22:20 (2/5) Installing nghttp2-libs (1.39.2-r1) 14:22:20 (3/5) Installing libcurl (7.66.0-r1) 14:22:20 (4/5) Installing curl (7.66.0-r1) 14:22:20 (5/5) Installing dumb-init (1.2.2-r1) 14:22:20 Executing busybox-1.30.1-r3.trigger 14:22:20 Executing ca-certificates-20191127-r2.trigger 14:22:21 Removing intermediate container c7f55e558bd0 14:22:21 ---> c193a6964959 14:22:21 14:22:21 Step 10/24 : FROM scratch 14:22:21 ---> 14:22:21 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 14:22:21 OK: 7 MiB in 19 packages 14:22:22 ---> Running in e4221e2780be 14:22:22 Removing intermediate container e4221e2780be 14:22:22 ---> 4a037724288e 14:22:22 Step 12/24 : ENV APP_PORT=48060 14:22:22 ---> Running in bfa4afaea37b 14:22:24 Removing intermediate container bfa4afaea37b 14:22:24 ---> 33d35d53fa69 14:22:24 Step 13/24 : EXPOSE $APP_PORT 14:22:24 ---> Running in ff66283da6ff 14:22:24 Removing intermediate container 2a70678e93f3 14:22:24 ---> c96482df3ada 14:22:24 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:22:24 ---> Running in 111088718a48 14:22:25 Removing intermediate container ff66283da6ff 14:22:25 ---> 2defee911b81 14:22:25 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 14:22:25 Removing intermediate container f7e534856102 14:22:25 ---> 17bdef7dee06 14:22:25 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 14:22:25 Removing intermediate container 111088718a48 14:22:25 ---> a580e0f0b599 14:22:25 Step 13/26 : WORKDIR / 14:22:26 ---> Running in f3c51408f40b 14:22:27 ---> a28f76ad481b 14:22:27 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:22:27 ---> 084ab1f1c314 14:22:27 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 14:22:27 ---> Running in e0cdf3c91a7b 14:22:27 Removing intermediate container f3c51408f40b 14:22:27 ---> a071a009464e 14:22:27 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 14:22:29 ---> dc0c6e1929a1 14:22:29 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 14:22:29 ---> 670d36023925 14:22:29 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 14:22:31 ---> ed6f6f5aeae1 14:22:31 ---> adc409eb7549 14:22:31 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:22:32 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 14:22:32 Removing intermediate container e0cdf3c91a7b 14:22:32 ---> 8f94d573e8af 14:22:32 Step 24/29 : RUN chmod 755 security-secrets-setup 14:22:32 ---> Running in ee6bbada01c8 14:22:33 ---> c766a2b6bed7 14:22:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:22:33 ---> fa64e85a90d0 14:22:33 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 14:22:34 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 14:22:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:22:34 ---> 189a95cc79b8 14:22:34 Step 3/21 : WORKDIR /edgex-go 14:22:34 ---> Using cache 14:22:34 ---> 017474c6631a 14:22:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:22:34 ---> Using cache 14:22:34 ---> 556a270554cc 14:22:34 Step 5/21 : RUN apk update && apk add make git 14:22:34 ---> Running in c27f3d6ca068 14:22:35 ---> d81bbe4d0fc6 14:22:35 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:22:35 ---> 6ee86c0af9a8 14:22:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:22:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:22:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:22:37 ---> 5b09c3a5511b 14:22:37 Step 20/24 : ENTRYPOINT ["/support-notifications"] 14:22:37 ---> acbfc38fa3e0 14:22:37 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:22:37 ---> Running in 1be6e415fc77 14:22:38 v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:22:38 v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:22:38 OK: 12623 distinct packages available 14:22:38 Removing intermediate container ee6bbada01c8 14:22:38 ---> fc7aecbb3ad6 14:22:38 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 14:22:38 Removing intermediate container 1be6e415fc77 14:22:38 ---> 87bc3cc96b12 14:22:38 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:22:38 ---> Running in 44d5383e3763 14:22:38 ---> 6fa50bd3b83b 14:22:38 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 14:22:38 ---> Running in 20222ba2c57b 14:22:38 OK: 217 MiB in 51 packages 14:22:39 Removing intermediate container 44d5383e3763 14:22:39 ---> 2b0571b77d4d 14:22:39 Step 26/29 : CMD [ "generate" ] 14:22:39 ---> Running in fc8032ceba34 14:22:39 Removing intermediate container 20222ba2c57b 14:22:39 ---> 9d8b50fa75f0 14:22:39 Step 22/24 : LABEL arch=arm64 14:22:40 ---> Running in 2fd3d1161051 14:22:40 ---> 3e702af13dfd 14:22:40 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:22:40 Removing intermediate container fc8032ceba34 14:22:40 ---> 5c36f4442e6a 14:22:40 Step 27/29 : LABEL arch=arm64 14:22:41 Removing intermediate container c27f3d6ca068 14:22:41 ---> ba0d7d0755fe 14:22:41 Step 6/21 : COPY go.mod . 14:22:41 ---> Running in f679b426c5e6 14:22:41 Removing intermediate container 2fd3d1161051 14:22:41 ---> 54e2f2ae8c45 14:22:41 Step 23/24 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 14:22:41 ---> Running in 3dfe9bb14692 14:22:41 ---> 12e4bd63908c 14:22:41 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:22:42 Removing intermediate container f679b426c5e6 14:22:42 ---> 47b2d1e9c987 14:22:42 Step 28/29 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 14:22:42 ---> 9dcf3dfe6e42 14:22:42 Step 7/21 : RUN go mod download 14:22:42 ---> Running in a948fa944a16 14:22:42 ---> Running in e3ab8c6c0f5f 14:22:42 ---> Running in e73163f2e4b4 14:22:42 Removing intermediate container 3dfe9bb14692 14:22:42 ---> 67ca52a920bd 14:22:42 Step 24/24 : LABEL version=0.0.0 14:22:43 ---> Running in 7a2faccf8e7e 14:22:43 Removing intermediate container 8dcf52d77a3c 14:22:43 ---> cde24e3ab413 14:22:43 14:22:43 Step 10/23 : FROM alpine 14:22:43 ---> 62ee0e9f8440 14:22:43 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:22:43 Removing intermediate container e3ab8c6c0f5f 14:22:43 ---> 38dbe1a31587 14:22:43 Step 29/29 : LABEL version=0.0.0 14:22:43 ---> Running in a35d8e88e368 14:22:43 ---> Running in 37b98abfffa7 14:22:43 Removing intermediate container 7a2faccf8e7e 14:22:43 ---> 9a6496672300 14:22:43 14:22:44 Removing intermediate container a35d8e88e368 14:22:44 ---> 3603a623756e 14:22:44 Step 12/23 : ENV APP_PORT=48080 14:22:44 Successfully built 9a6496672300 14:22:44 Successfully tagged docker-support-notifications-go-arm64:latest 14:22:44  Building docker-support-notifications-go ... done Removing intermediate container 37b98abfffa7 14:22:44 ---> 56fb95007672 14:22:44 Building docker-core-command-go 14:22:44 14:22:44 ---> Running in 300fa8514629 14:22:45 Successfully built 56fb95007672 14:22:45 Successfully tagged docker-security-secrets-setup-go-arm64:latest 14:22:45 Building docker-sys-mgmt-agent-go 14:22:45  Building docker-security-secrets-setup-go ... done Removing intermediate container 300fa8514629 14:22:45 ---> 0caef2d31573 14:22:45 Step 13/23 : EXPOSE $APP_PORT 14:22:45 ---> Running in 664a8a4dac11 14:22:46 Removing intermediate container a948fa944a16 14:22:46 ---> c979beb5f626 14:22:46 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 14:22:46 Removing intermediate container 664a8a4dac11 14:22:46 ---> 52e3eae0bf1e 14:22:46 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:22:46 ---> Running in b965ea623ab5 14:22:46 ---> Running in 942a07d8286d 14:22:47 Removing intermediate container e73163f2e4b4 14:22:47 ---> ce6eaca1570d 14:22:47 Step 8/21 : COPY . . 14:22:47 Removing intermediate container b965ea623ab5 14:22:47 ---> c1abf8a4f528 14:22:47 Step 24/26 : LABEL arch=arm64 14:22:48 ---> Running in 1b70bbe79414 14:22:50 Removing intermediate container 1b70bbe79414 14:22:50 ---> 767a2c8c5abc 14:22:50 Step 25/26 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 14:22:52 ---> Running in 89eb83cb3e39 14:22:53 Removing intermediate container 89eb83cb3e39 14:22:53 Removing intermediate container 942a07d8286d 14:22:53 ---> 2d00672d345c 14:22:53 ---> af64153ca40d 14:22:53 Step 26/26 : LABEL version=0.0.0 14:22:53 Step 15/23 : RUN apk --no-cache add zeromq 14:22:53 ---> Running in 2aa30339e2bd 14:22:53 ---> Running in 7f513cfb058c 14:22:54 Removing intermediate container 2aa30339e2bd 14:22:54 ---> 98eb2f1c7c5b 14:22:54 14:22:55 Successfully built 98eb2f1c7c5b 14:22:55 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 14:22:55  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go 14:22:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:22:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:22:57 (1/5) Installing libgcc (9.3.0-r2) 14:22:57 (2/5) Installing libsodium (1.0.18-r0) 14:22:57 (3/5) Installing libstdc++ (9.3.0-r2) 14:22:57 (4/5) Installing libzmq (4.3.3-r0) 14:22:57 (5/5) Installing zeromq (4.3.3-r0) 14:22:58 Executing busybox-1.31.1-r16.trigger 14:22:58 OK: 8 MiB in 19 packages 14:23:01 ---> 6ba484b070b3 14:23:01 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 14:23:01 Removing intermediate container 7f513cfb058c 14:23:01 ---> caca241a4b72 14:23:01 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 14:23:01 ---> Running in 3366ae056f64 14:23:02 ---> 730d8be37a6a 14:23:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:23: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 14:23:05 ---> b637fc4b6444 14:23:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:23:06 ---> b3e6299e02f1 14:23:06 Step 19/23 : ENTRYPOINT ["/core-data"] 14:23:06 ---> Running in 1f4dbdc12c17 14:23:08 Removing intermediate container 1f4dbdc12c17 14:23:08 ---> b41460cb36c9 14:23:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:23:08 ---> Running in 267cef95e747 14:23:09 Removing intermediate container 267cef95e747 14:23:09 ---> ad9711d833d0 14:23:09 Step 21/23 : LABEL arch=arm64 14:23:09 ---> Running in 85424f69114a 14:23:10 Removing intermediate container 85424f69114a 14:23:10 ---> ff619ec60e36 14:23:10 Step 22/23 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 14:23:10 ---> Running in 60df3f83d5ee 14:23:11 Removing intermediate container 60df3f83d5ee 14:23:11 ---> 4a6a97316915 14:23:11 Step 23/23 : LABEL version=0.0.0 14:23:11 ---> Running in 9773af960ed1 14:23:12 Removing intermediate container 9773af960ed1 14:23:12 ---> 285464bbb1c5 14:23:12 14:23:13 Successfully built 285464bbb1c5 14:23:13 Successfully tagged docker-core-data-go-arm64:latest 14:23:13 Building docker-core-metadata-go 14:23:19  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 14:23:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:23:19 ---> 189a95cc79b8 14:23:19 Step 3/22 : WORKDIR /edgex-go 14:23:19 ---> Using cache 14:23:19 ---> 017474c6631a 14:23:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:23:19 ---> Using cache 14:23:19 ---> 556a270554cc 14:23:19 Step 5/22 : RUN apk update && apk add make git 14:23:19 ---> Using cache 14:23:19 ---> ba0d7d0755fe 14:23:19 Step 6/22 : COPY go.mod . 14:23:19 ---> Using cache 14:23:19 ---> 9dcf3dfe6e42 14:23:19 Step 7/22 : RUN go mod download 14:23:19 ---> Using cache 14:23:19 ---> ce6eaca1570d 14:23:19 Step 8/22 : COPY . . 14:23:19 ---> Using cache 14:23:19 ---> 6ba484b070b3 14:23:19 Step 9/22 : RUN make cmd/core-command/core-command 14:23:19 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 14:23:19 Step 2/27 : FROM ${BUILDER_BASE} AS builder 14:23:19 ---> 189a95cc79b8 14:23:19 Step 3/27 : WORKDIR /edgex-go 14:23:19 ---> Using cache 14:23:19 ---> 017474c6631a 14:23:19 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:23:19 ---> Using cache 14:23:19 ---> 556a270554cc 14:23:19 Step 5/27 : RUN apk update && apk add make bash git 14:23:19 ---> Running in 5b34eac40dfa 14:23:19 ---> Running in 8050aa757576 14:23:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:23:22 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 14:23:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:23:24 v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:23:24 v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:23:24 OK: 12623 distinct packages available 14:23:25 OK: 217 MiB in 51 packages 14:23:28 Removing intermediate container 5b34eac40dfa 14:23:28 ---> 803767d49ee0 14:23:28 Step 6/27 : COPY go.mod . 14:23:29 ---> 4e8472b53a8e 14:23:29 Step 7/27 : RUN go mod download 14:23:30 ---> Running in 98ba6eaac6df 14:23:33 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 14:23:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:23:33 ---> 189a95cc79b8 14:23:33 Step 3/22 : WORKDIR /edgex-go 14:23:33 ---> Using cache 14:23:33 ---> 017474c6631a 14:23:33 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:23:33 ---> Using cache 14:23:33 ---> 556a270554cc 14:23:33 Step 5/22 : RUN apk update && apk add make && apk add bash git 14:23:33 ---> Running in 9afac7c63ffb 14:23:36 Removing intermediate container 98ba6eaac6df 14:23:36 ---> b9e9f5452e20 14:23:36 Step 8/27 : COPY . . 14:23:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:23:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:23:39 v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] 14:23:39 v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] 14:23:39 OK: 12623 distinct packages available 14:23:40 OK: 217 MiB in 51 packages 14:23:40 OK: 217 MiB in 51 packages 14:23:45 Removing intermediate container 9afac7c63ffb 14:23:45 ---> 6688c0d40743 14:23:45 Step 6/22 : COPY go.mod . 14:23:45 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 14:23:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:23:45 ---> 189a95cc79b8 14:23:45 Step 3/22 : WORKDIR /edgex-go 14:23:45 ---> Using cache 14:23:45 ---> 017474c6631a 14:23:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:23:45 ---> Using cache 14:23:45 ---> 556a270554cc 14:23:45 Step 5/22 : RUN apk update && apk add make git 14:23:45 ---> Using cache 14:23:45 ---> ba0d7d0755fe 14:23:45 Step 6/22 : COPY go.mod . 14:23:45 ---> Using cache 14:23:45 ---> 9dcf3dfe6e42 14:23:45 Step 7/22 : RUN go mod download 14:23:45 ---> Using cache 14:23:45 ---> ce6eaca1570d 14:23:45 Step 8/22 : COPY . . 14:23:45 ---> Using cache 14:23:45 ---> 6ba484b070b3 14:23:45 Step 9/22 : RUN make cmd/core-metadata/core-metadata 14:23:45 ---> Running in 7a3a5ad552b1 14:23:46 ---> ba58da5f4c64 14:23:46 Step 7/22 : RUN go mod download 14:23:47 ---> Running in b99f5d47c302 14:23:49 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 14:23:54 Removing intermediate container b99f5d47c302 14:23:54 ---> 218b09175ef2 14:23:54 Step 8/22 : COPY . . 14:24:00 ---> a40649802376 14:24:00 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 14:24:00 ---> Running in e25faeb4dbeb 14:24:04 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 14:24:14 ---> ae43dce52df9 14:24:14 Step 9/22 : RUN make cmd/support-logging/support-logging 14:24:14 ---> Running in 0a59e40f6bc9 14:24:16 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 14:24:31 Removing intermediate container 3366ae056f64 14:24:31 ---> 8c7014141e64 14:24:31 14:24:31 Step 10/21 : FROM scratch 14:24:31 ---> 14:24:31 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:24:31 ---> Running in 91d01fc8551e 14:24:32 Removing intermediate container 91d01fc8551e 14:24:32 ---> e6e221764b29 14:24:32 Step 12/21 : ENV APP_PORT=48085 14:24:32 ---> Running in 511f3c478edd 14:24:33 Removing intermediate container 511f3c478edd 14:24:33 ---> 7afcd9a100e8 14:24:33 Step 13/21 : EXPOSE $APP_PORT 14:24:33 ---> Running in 5eb1a2f3bafa 14:24:34 Removing intermediate container 5eb1a2f3bafa 14:24:34 ---> d71ed3c1d236 14:24:34 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 14:24:35 ---> a6581b78e9dd 14:24:35 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:24:37 ---> 63232e15da16 14:24:37 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:24:37 ---> e7f177af73f8 14:24:37 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 14:24:37 ---> Running in cab743e5cdf0 14:24:38 Removing intermediate container cab743e5cdf0 14:24:38 ---> 93467300437f 14:24:38 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:24:38 ---> Running in ef9f7acb1c0f 14:24:39 Removing intermediate container ef9f7acb1c0f 14:24:39 ---> fba8aad52793 14:24:39 Step 19/21 : LABEL arch=arm64 14:24:39 ---> Running in 7c57dae7e0d0 14:24:40 Removing intermediate container 7c57dae7e0d0 14:24:40 ---> d791b98dbc81 14:24:40 Step 20/21 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 14:24:40 ---> Running in d5fad2b3cb40 14:24:41 Removing intermediate container d5fad2b3cb40 14:24:41 ---> 105e161e4817 14:24:41 Step 21/21 : LABEL version=0.0.0 14:24:41 ---> Running in ca4250a1cfa3 14:24:42 Removing intermediate container ca4250a1cfa3 14:24:42 ---> 6eac5974a09b 14:24:42 14:24:42 Successfully built 6eac5974a09b 14:24:42 Successfully tagged docker-support-scheduler-go-arm64:latest 14:25:10  Building docker-support-scheduler-go ... done Removing intermediate container 8050aa757576 14:25:10 ---> 1e340520a2f0 14:25:10 14:25:10 Step 10/22 : FROM scratch 14:25:10 ---> 14:25:10 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:25:10 ---> Using cache 14:25:10 ---> e6e221764b29 14:25:10 Step 12/22 : ENV APP_PORT=48082 14:25:10 ---> Running in 0ec09884aa34 14:25:10 Removing intermediate container 0ec09884aa34 14:25:10 ---> 498a6ad44991 14:25:10 Step 13/22 : EXPOSE $APP_PORT 14:25:10 ---> Running in 5d5bea902771 14:25:10 Removing intermediate container 5d5bea902771 14:25:10 ---> 0ac636525d7c 14:25:10 Step 14/22 : WORKDIR / 14:25:10 ---> Running in 3ada0bc788ab 14:25:10 Removing intermediate container 3ada0bc788ab 14:25:10 ---> bd20247680ce 14:25:10 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 14:25:11 ---> 212ab81c4423 14:25:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:25:13 ---> 15f314e503d7 14:25:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:25:14 ---> e6f8b6b9cad8 14:25:14 Step 18/22 : ENTRYPOINT ["/core-command"] 14:25:14 ---> Running in 38fa4ad99f8c 14:25:15 Removing intermediate container 38fa4ad99f8c 14:25:15 ---> 4cc8ff3afea0 14:25:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:25:15 ---> Running in 1283506f4855 14:25:16 Removing intermediate container 1283506f4855 14:25:16 ---> ba5bfb89cf50 14:25:16 Step 20/22 : LABEL arch=arm64 14:25:16 ---> Running in 086bd1ea0f6f 14:25:17 Removing intermediate container 086bd1ea0f6f 14:25:17 ---> a6ceb7072647 14:25:17 Step 21/22 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 14:25:17 ---> Running in a2dfd59648ad 14:25:18 Removing intermediate container a2dfd59648ad 14:25:18 ---> 6b2213ec87dc 14:25:18 Step 22/22 : LABEL version=0.0.0 14:25:18 ---> Running in e99884d46c73 14:25:19 Removing intermediate container e99884d46c73 14:25:19 ---> aa983e77c03c 14:25:19 14:25:19 Successfully built aa983e77c03c 14:25:19 Successfully tagged docker-core-command-go-arm64:latest 14:25:28  Building docker-core-command-go ... done Removing intermediate container e25faeb4dbeb 14:25:28 ---> 211240b938d7 14:25:28 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 14:25:28 ---> Running in cce43e271137 14:25: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 14:25:33 Removing intermediate container cce43e271137 14:25:33 ---> 86033c2dced7 14:25:33 14:25:33 Step 11/27 : FROM docker:latest 14:25:33 ---> 45884bde0078 14:25:33 Step 12/27 : RUN apk add --no-cache bash 14:25:33 Removing intermediate container 0a59e40f6bc9 14:25:33 ---> 49a1ec8a9060 14:25:33 14:25:33 Step 10/22 : FROM scratch 14:25:33 ---> 14:25:33 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 14:25:33 ---> Running in 5f1cb884ff83 14:25:33 ---> Using cache 14:25:33 ---> 4a037724288e 14:25:33 Step 12/22 : ENV APP_PORT=48061 14:25:34 ---> Running in 457ca3d30cc7 14:25:35 Removing intermediate container 457ca3d30cc7 14:25:35 ---> e6fd6f3b99c6 14:25:35 Step 13/22 : EXPOSE $APP_PORT 14:25:35 ---> Running in f0ed42e723e0 14:25:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:25:35 Removing intermediate container f0ed42e723e0 14:25:35 ---> 5516c98679d0 14:25:35 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 14:25:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:25:36 (1/2) Installing readline (8.0.4-r0) 14:25:36 (2/2) Installing bash (5.0.17-r0) 14:25:36 Executing bash-5.0.17-r0.post-install 14:25:36 Executing busybox-1.31.1-r16.trigger 14:25:36 OK: 12 MiB in 22 packages 14:25:36 ---> eeea2457daf0 14:25:36 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 14:25:37 ---> 2e26e8ca053b 14:25:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 14:25:38 Removing intermediate container 7a3a5ad552b1 14:25:38 ---> e6784883b9b0 14:25:38 14:25:38 Step 10/22 : FROM scratch 14:25:38 ---> 14:25:38 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:25:38 ---> Using cache 14:25:38 ---> e6e221764b29 14:25:38 Step 12/22 : ENV APP_PORT=48081 14:25:38 ---> Running in e1f808d81f79 14:25:38 Removing intermediate container 5f1cb884ff83 14:25:38 ---> 4f416c9636d5 14:25:38 Step 13/27 : RUN rm -rf /var/cache/apk/* 14:25:38 ---> Running in ed38dc962cfc 14:25:39 Removing intermediate container e1f808d81f79 14:25:39 ---> 8490801e5e9e 14:25:39 Step 13/22 : EXPOSE $APP_PORT 14:25:39 ---> 2e9d33d04ea1 14:25:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 14:25:39 ---> Running in ceed2a9a7c84 14:25:39 Removing intermediate container ceed2a9a7c84 14:25:39 ---> c8dc86b0e4e9 14:25:39 Step 14/22 : WORKDIR / 14:25:39 ---> Running in c8002cb452fa 14:25:40 ---> fabf8b0444b0 14:25:40 Step 18/22 : ENTRYPOINT ["/support-logging"] 14:25:40 ---> Running in 3ae26100ef14 14:25:40 Removing intermediate container c8002cb452fa 14:25:40 ---> 411ae6552a50 14:25:40 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 14:25:40 Removing intermediate container 3ae26100ef14 14:25:40 ---> 7c10f0c6d534 14:25:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:25:40 ---> Running in ab7bc9c0c34d 14:25:41 ---> f6dd5810cee3 14:25:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:25:41 Removing intermediate container ab7bc9c0c34d 14:25:41 ---> db15adfe3948 14:25:41 Step 20/22 : LABEL arch=arm64 14:25:41 Removing intermediate container ed38dc962cfc 14:25:41 ---> c9dd30e370b6 14:25:41 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 14:25:41 ---> Running in c96d8f027e0f 14:25:41 ---> Running in 6267fe9e1506 14:25:42 Removing intermediate container c96d8f027e0f 14:25:42 ---> bc1002f850a5 14:25:42 Step 21/22 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 14:25:42 Removing intermediate container 6267fe9e1506 14:25:42 ---> de1769010cd9 14:25:42 Step 15/27 : ENV APP_PORT=48090 14:25:42 ---> Running in 157eea5ac1a4 14:25:42 ---> 433f1038d795 14:25:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:25:42 ---> Running in 391fb113a62a 14:25:43 Removing intermediate container 157eea5ac1a4 14:25:43 ---> a9a472f0db9a 14:25:43 Step 22/22 : LABEL version=0.0.0 14:25:43 ---> Running in d1fd6eb3516d 14:25:43 Removing intermediate container 391fb113a62a 14:25:43 ---> 984e6714ed53 14:25:43 Step 16/27 : EXPOSE $APP_PORT 14:25:43 ---> c3d1f38b9f11 14:25:43 Step 18/22 : ENTRYPOINT ["/core-metadata"] 14:25:43 ---> Running in 154c456706c2 14:25:43 ---> Running in 9c4093b1da48 14:25:43 Removing intermediate container d1fd6eb3516d 14:25:43 ---> 0e45e0c68720 14:25:43 14:25:44 Successfully built 0e45e0c68720 14:25:44 Removing intermediate container 154c456706c2 14:25:44 ---> 17c33393b716 14:25:44 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 14:25:44 Successfully tagged docker-support-logging-go-arm64:latest 14:25:44  Building docker-support-logging-go ... done Removing intermediate container 9c4093b1da48 14:25:44 ---> d89dff3fd1b3 14:25:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:25:44 ---> Running in 8617f4321cef 14:25:45 Removing intermediate container 8617f4321cef 14:25:45 ---> 565eb9017ae4 14:25:45 Step 20/22 : LABEL arch=arm64 14:25:45 ---> Running in ca2a328f389c 14:25:45 ---> 1a16aed630be 14:25:45 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 14:25:45 Removing intermediate container ca2a328f389c 14:25:45 ---> 159f33900aa4 14:25:45 Step 21/22 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 14:25:45 ---> Running in cb72ca5e148d 14:25:46 ---> c6a6edf4722b 14:25:46 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 14:25:46 Removing intermediate container cb72ca5e148d 14:25:46 ---> 076b87918339 14:25:46 Step 22/22 : LABEL version=0.0.0 14:25:46 ---> Running in eaa3f73b9382 14:25:47 ---> 21c1ebf2174b 14:25:47 Step 20/27 : RUN apk --no-cache add py3-pip 14:25:47 Removing intermediate container eaa3f73b9382 14:25:47 ---> e9e0124b86c5 14:25:47 14:25:47 ---> Running in 3370fc0f6b76 14:25:47 Successfully built e9e0124b86c5 14:25:47 Successfully tagged docker-core-metadata-go-arm64:latest 14:25:49  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:25:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:25:49 (1/33) Installing libbz2 (1.0.8-r1) 14:25:49 (2/33) Installing expat (2.2.9-r1) 14:25:49 (3/33) Installing libffi (3.3-r2) 14:25:49 (4/33) Installing gdbm (1.13-r1) 14:25:49 (5/33) Installing xz-libs (5.2.5-r0) 14:25:49 (6/33) Installing sqlite-libs (3.32.1-r0) 14:25:49 (7/33) Installing python3 (3.8.5-r0) 14:25:51 (8/33) Installing py3-appdirs (1.4.4-r1) 14:25:51 (9/33) Installing py3-ordered-set (4.0.1-r0) 14:25:51 (10/33) Installing py3-parsing (2.4.7-r0) 14:25:51 (11/33) Installing py3-six (1.15.0-r0) 14:25:51 (12/33) Installing py3-packaging (20.4-r0) 14:25:51 (13/33) Installing py3-setuptools (47.0.0-r0) 14:25:52 (14/33) Installing py3-chardet (3.0.4-r4) 14:25:52 (15/33) Installing py3-idna (2.9-r0) 14:25:52 (16/33) Installing py3-certifi (2020.4.5.1-r0) 14:25:52 (17/33) Installing py3-urllib3 (1.25.9-r0) 14:25:52 (18/33) Installing py3-requests (2.23.0-r0) 14:25:52 (19/33) Installing py3-msgpack (1.0.0-r0) 14:25:52 (20/33) Installing py3-lockfile (0.12.2-r3) 14:25:52 (21/33) Installing py3-cachecontrol (0.12.6-r0) 14:25:52 (22/33) Installing py3-colorama (0.4.3-r0) 14:25:52 (23/33) Installing py3-distlib (0.3.0-r0) 14:25:52 (24/33) Installing py3-distro (1.5.0-r1) 14:25:52 (25/33) Installing py3-webencodings (0.5.1-r3) 14:25:52 (26/33) Installing py3-html5lib (1.0.1-r4) 14:25:52 (27/33) Installing py3-pytoml (0.1.21-r0) 14:25:52 (28/33) Installing py3-pep517 (0.8.2-r0) 14:25:52 (29/33) Installing py3-progress (1.5-r0) 14:25:52 (30/33) Installing py3-toml (0.10.1-r0) 14:25:52 (31/33) Installing py3-retrying (1.3.3-r0) 14:25:52 (32/33) Installing py3-contextlib2 (0.6.0-r0) 14:25:52 (33/33) Installing py3-pip (20.1.1-r0) 14:25:52 Executing busybox-1.31.1-r16.trigger 14:25:52 OK: 71 MiB in 55 packages 14:25:59 Removing intermediate container 3370fc0f6b76 14:25:59 ---> 7213c677cc4f 14:25:59 Step 21/27 : RUN pip install docker-compose==1.23.2 14:25:59 ---> Running in 5e6c0a256a5e 14:26:04 Collecting docker-compose==1.23.2 14:26:04 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 14:26:04 Collecting docker<4.0,>=3.6.0 14:26:04 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 14:26:05 Collecting docopt<0.7,>=0.6.1 14:26:05 Downloading docopt-0.6.2.tar.gz (25 kB) 14:26:08 Collecting PyYAML<4,>=3.10 14:26:08 Downloading PyYAML-3.13.tar.gz (270 kB) 14:26:11 Collecting texttable<0.10,>=0.9.0 14:26:11 Downloading texttable-0.9.1.tar.gz (11 kB) 14:26:13 Collecting websocket-client<1.0,>=0.32.0 14:26:13 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 14:26:13 Collecting dockerpty<0.5,>=0.4.1 14:26:13 Downloading dockerpty-0.4.1.tar.gz (13 kB) 14:26:15 Collecting cached-property<2,>=1.2.0 14:26:15 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 14:26:16 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 14:26:16 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 14:26:16 Collecting jsonschema<3,>=2.5.1 14:26:16 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 14:26:17 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 14:26:17 Collecting docker-pycreds>=0.4.0 14:26:17 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 14:26:17 Collecting idna<2.8,>=2.5 14:26:17 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 14:26:17 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) 14:26:17 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) 14:26:18 Collecting urllib3<1.25,>=1.21.1 14:26:18 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 14:26:18 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 14:26:18 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 14:26:18 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 14:26:18 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 14:26:19 Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, docopt, PyYAML, texttable, dockerpty, cached-property, jsonschema, docker-compose 14:26:19 Attempting uninstall: idna 14:26:19 Found existing installation: idna 2.9 14:26:19 Uninstalling idna-2.9: 14:26:19 Successfully uninstalled idna-2.9 14:26:20 Attempting uninstall: urllib3 14:26:20 Found existing installation: urllib3 1.25.9 14:26:20 Uninstalling urllib3-1.25.9: 14:26:20 Successfully uninstalled urllib3-1.25.9 14:26:20 Attempting uninstall: requests 14:26:20 Found existing installation: requests 2.23.0 14:26:20 Uninstalling requests-2.23.0: 14:26:20 Successfully uninstalled requests-2.23.0 14:26:21 Running setup.py install for docopt: started 14:26:23 Running setup.py install for docopt: finished with status 'done' 14:26:23 Running setup.py install for PyYAML: started 14:26:25 Running setup.py install for PyYAML: finished with status 'done' 14:26:25 Running setup.py install for texttable: started 14:26:27 Running setup.py install for texttable: finished with status 'done' 14:26:27 Running setup.py install for dockerpty: started 14:26:29 Running setup.py install for dockerpty: finished with status 'done' 14:26:30 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 14:26:34 Removing intermediate container 5e6c0a256a5e 14:26:34 ---> da0212d4ccad 14:26:34 Step 22/27 : RUN apk --no-cache add curl 14:26:34 ---> Running in 47b19fd1cfa7 14:26:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:26:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:26:36 (1/3) Installing nghttp2-libs (1.41.0-r0) 14:26:36 (2/3) Installing libcurl (7.69.1-r1) 14:26:36 (3/3) Installing curl (7.69.1-r1) 14:26:36 Executing busybox-1.31.1-r16.trigger 14:26:36 OK: 71 MiB in 58 packages 14:26:37 Removing intermediate container 47b19fd1cfa7 14:26:37 ---> 0805a54355a2 14:26:37 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 14:26:37 ---> Running in 835af9a9ec54 14:26:37 Removing intermediate container 835af9a9ec54 14:26:37 ---> a17e84bf159c 14:26:37 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:26:38 ---> Running in 5f84bc6858af 14:26:38 Removing intermediate container 5f84bc6858af 14:26:38 ---> c05ed08d6a6d 14:26:38 Step 25/27 : LABEL arch=arm64 14:26:38 ---> Running in 64b551556e53 14:26:39 Removing intermediate container 64b551556e53 14:26:39 ---> c03dcb50ab43 14:26:39 Step 26/27 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 14:26:39 ---> Running in e128155db572 14:26:39 Removing intermediate container e128155db572 14:26:39 ---> 592cdbf054f2 14:26:39 Step 27/27 : LABEL version=0.0.0 14:26:39 ---> Running in 86adac200772 14:26:40 Removing intermediate container 86adac200772 14:26:40 ---> 15ec8fe19d74 14:26:40 14:26:40 Successfully built 15ec8fe19d74 14:26:40 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 14:26:41  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 14:26:41 $ docker stop --time=1 281c6cea99e3fa8ae8aba347c992cc9b428fe9877ec6d63374c222b5c0e5614c 14:26:43 $ docker rm -f 281c6cea99e3fa8ae8aba347c992cc9b428fe9877ec6d63374c222b5c0e5614c [Pipeline] // withDockerContainer [Pipeline] sh 14:26:44 + + grepdocker docker images 14:26:44 14:26:45 docker-sys-mgmt-agent-go-arm64 latest 15ec8fe19d74 5 seconds ago 270MB 14:26:45 docker-core-metadata-go-arm64 latest e9e0124b86c5 59 seconds ago 13.5MB 14:26:45 docker-support-logging-go-arm64 latest 0e45e0c68720 About a minute ago 10.6MB 14:26:45 docker-core-command-go-arm64 latest aa983e77c03c About a minute ago 11.4MB 14:26:45 docker-support-scheduler-go-arm64 latest 6eac5974a09b 2 minutes ago 11.5MB 14:26:45 docker-core-data-go-arm64 latest 285464bbb1c5 3 minutes ago 22.2MB 14:26:45 docker-security-secretstore-setup-go-arm64 latest 98eb2f1c7c5b 3 minutes ago 30.8MB 14:26:45 docker-support-notifications-go-arm64 latest 9a6496672300 4 minutes ago 12.9MB 14:26:45 docker-security-secrets-setup-go-arm64 latest 56fb95007672 4 minutes ago 22.7MB 14:26:45 docker-security-proxy-setup-go-arm64 latest fa62e37f3c25 4 minutes ago 15.1MB 14:26:45 docker latest 45884bde0078 4 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 14:26:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:26:51 ---> package-listing.sh 14:26:51 ++ facter osfamily 14:26:51 ++ tr '[:upper:]' '[:lower:]' 14:26:51 + OS_FAMILY=redhat 14:26:51 + workspace=/w/workspace/edgex-go/4 14:26:51 + START_PACKAGES=/tmp/packages_start.txt 14:26:51 + END_PACKAGES=/tmp/packages_end.txt 14:26:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:26:51 + PACKAGES=/tmp/packages_start.txt 14:26:51 + '[' /w/workspace/edgex-go/4 ']' 14:26:51 + PACKAGES=/tmp/packages_end.txt 14:26:51 + case "${OS_FAMILY}" in 14:26:51 + rpm -qa 14:26:51 + sort 14:26:55 + '[' -f /tmp/packages_start.txt ']' 14:26:55 + '[' -f /tmp/packages_end.txt ']' 14:26:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:26:55 + '[' /w/workspace/edgex-go/4 ']' 14:26:55 + mkdir -p /w/workspace/edgex-go/4/archives/ 14:26:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 14:26:55 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 14:26:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:26:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:26:56 14:26:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:26:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:26:56 alpine: Pulling from edgex-lftools-log-publisher 14:26:56 df20fa9351a1: Already exists 14:26:56 36b3adc4ff6f: Pulling fs layer 14:26:56 8ad3a11d3b57: Pulling fs layer 14:26:56 46f8f816bc3b: Pulling fs layer 14:26:56 93b61091891f: Pulling fs layer 14:26:56 93b9cdb0e59b: Pulling fs layer 14:26:56 5e14af77c1be: Pulling fs layer 14:26:56 01666e4c0597: Pulling fs layer 14:26:56 aa168da1d23b: Pulling fs layer 14:26:56 93b9cdb0e59b: Waiting 14:26:56 5e14af77c1be: Waiting 14:26:56 01666e4c0597: Waiting 14:26:56 aa168da1d23b: Waiting 14:26:56 93b61091891f: Waiting 14:26:56 46f8f816bc3b: Verifying Checksum 14:26:56 46f8f816bc3b: Download complete 14:26:56 36b3adc4ff6f: Download complete 14:26:57 93b9cdb0e59b: Verifying Checksum 14:26:57 93b9cdb0e59b: Download complete 14:26:57 5e14af77c1be: Verifying Checksum 14:26:57 5e14af77c1be: Download complete 14:26:57 01666e4c0597: Verifying Checksum 14:26:57 01666e4c0597: Download complete 14:26:57 93b61091891f: Download complete 14:26:57 36b3adc4ff6f: Pull complete 14:26:57 8ad3a11d3b57: Verifying Checksum 14:26:57 8ad3a11d3b57: Download complete 14:26:57 8ad3a11d3b57: Pull complete 14:26:57 46f8f816bc3b: Pull complete 14:26:58 93b61091891f: Pull complete 14:26:58 93b9cdb0e59b: Pull complete 14:26:58 5e14af77c1be: Pull complete 14:26:58 01666e4c0597: Pull complete 14:26:59 aa168da1d23b: Verifying Checksum 14:26:59 aa168da1d23b: Download complete 14:27:09 aa168da1d23b: Pull complete 14:27:09 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 14:27:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:27:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:27:09 prd-centos7-docker-4c-2g-6965 does not seem to be running inside a container 14:27:10 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 14:27:13 $ docker top 1ec56ec2a191020c04a124cbbe7d71a96029bf6174da857eb62f300e19f4131f -eo pid,comm [Pipeline] { [Pipeline] sh 14:27:14 + touch /tmp/pre-build-complete [Pipeline] sh 14:27:14 + mkdir -p /var/log/sa [Pipeline] sh 14:27:14 + ls /var/log/sa-host 14:27:14 + sadf -c /var/log/sa-host/sa05 14:27:14 file_magic: OK 14:27:14 HZ: Using current value: 100 14:27:14 file_header: OK 14:27:14 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 14:27:14 Statistics: 14:27:14 Hnuu...uuuununununu...Hnuu...uuuununununu... 14:27:14 File successfully converted to sysstat format version 12.2.1 14:27:14 + sadf -c /var/log/sa-host/sa20 14:27:14 file_magic: OK 14:27:14 HZ: Using current value: 100 14:27:14 file_header: OK 14:27:14 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 14:27:14 Statistics: 14:27:14 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 14:27:14 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:27:15 provisioning config files... 14:27:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config8445094207443877843tmp [Pipeline] { [Pipeline] echo 14:27:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:27:15 ---> create-netrc.sh [Pipeline] } 14:27:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 14:27:15 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 14:27:15 ---> python-tools-install.sh [Pipeline] echo 14:27:15 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:27:16 ---> sudo-logs.sh 14:27:16 Archiving 'sudo' log.. [Pipeline] echo 14:27:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:27:16 ---> job-cost.sh 14:27:16 lf-activate-venv: SKIPPING 14:27:16 INFO: No Stack... 14:27:17 INFO: Retrieving Pricing Info for: v1-standard-2 14:27:18 INFO: Archiving Costs [Pipeline] echo 14:27:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:27:18 ---> logs-deploy.sh 14:27:18 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2807/4 14:27:18 INFO: archiving workspace using pattern(s): 14:27:20 Archives upload complete. 14:27:20 INFO: archiving logs to Nexus 14:27:21 ---> uname -a: 14:27:21 Linux prd-centos7-docker-4c-2g-6965.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 14:27:21 14:27:21 14:27:21 ---> lscpu: 14:27:21 Architecture: x86_64 14:27:21 CPU op-mode(s): 32-bit, 64-bit 14:27:21 Byte Order: Little Endian 14:27:21 Address sizes: 40 bits physical, 48 bits virtual 14:27:21 CPU(s): 4 14:27:21 On-line CPU(s) list: 0-3 14:27:21 Thread(s) per core: 1 14:27:21 Core(s) per socket: 1 14:27:21 Socket(s): 4 14:27:21 NUMA node(s): 1 14:27:21 Vendor ID: GenuineIntel 14:27:21 CPU family: 6 14:27:21 Model: 44 14:27:21 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 14:27:21 Stepping: 1 14:27:21 CPU MHz: 2933.438 14:27:21 BogoMIPS: 5866.87 14:27:21 Virtualization: VT-x 14:27:21 Hypervisor vendor: KVM 14:27:21 Virtualization type: full 14:27:21 L1d cache: 128 KiB 14:27:21 L1i cache: 128 KiB 14:27:21 L2 cache: 16 MiB 14:27:21 L3 cache: 64 MiB 14:27:21 NUMA node0 CPU(s): 0-3 14:27:21 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 14:27:21 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 14:27:21 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 14:27:21 Vulnerability Meltdown: Mitigation; PTI 14:27:21 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:27:21 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 14:27:21 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 14:27:21 Vulnerability Tsx async abort: Not affected 14:27:21 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 14:27:21 14:27:21 14:27:21 ---> nproc: 14:27:21 4 14:27:21 14:27:21 14:27:21 ---> df -h: 14:27:21 Filesystem Size Used Available Use% Mounted on 14:27:21 overlay 50.0G 13.5G 36.5G 27% / 14:27:21 tmpfs 64.0M 0 64.0M 0% /dev 14:27:21 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 14:27:21 shm 64.0M 0 64.0M 0% /dev/shm 14:27:21 /dev/vda1 50.0G 13.5G 36.5G 27% /facter-os 14:27:21 /dev/vda1 50.0G 13.5G 36.5G 27% /etc/resolv.conf 14:27:21 /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hostname 14:27:21 /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hosts 14:27:21 /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/auth.log 14:27:21 /dev/vda1 50.0G 13.5G 36.5G 27% /run/cloud-init/result.json 14:27:21 /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/sa-host 14:27:21 /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/secure 14:27:21 /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/4 14:27:21 /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/4@tmp 14:27:21 14:27:21 14:27:21 ---> free -m: 14:27:21 total used free shared buff/cache available 14:27:21 Mem: 1837 655 143 0 1038 1094 14:27:21 Swap: 1023 59 964 14:27:21 14:27:21 14:27:21 ---> ip addr: 14:27:21 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 14:27:21 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:27:21 inet 127.0.0.1/8 scope host lo 14:27:21 valid_lft forever preferred_lft forever 14:27:21 inet6 ::1/128 scope host 14:27:21 valid_lft forever preferred_lft forever 14:27:21 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 14:27:21 link/ether fa:16:3e:52:67:fa brd ff:ff:ff:ff:ff:ff 14:27:21 inet 10.30.123.27/23 brd 10.30.123.255 scope global dynamic eth0 14:27:21 valid_lft 85195sec preferred_lft 85195sec 14:27:21 inet6 fe80::f816:3eff:fe52:67fa/64 scope link 14:27:21 valid_lft forever preferred_lft forever 14:27:21 3: docker0: mtu 1500 qdisc noqueue state DOWN 14:27:21 link/ether 02:42:cb:da:8c:bb brd ff:ff:ff:ff:ff:ff 14:27:21 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 14:27:21 valid_lft forever preferred_lft forever 14:27:21 inet6 fe80::42:cbff:feda:8cbb/64 scope link 14:27:21 valid_lft forever preferred_lft forever 14:27:21 14:27:21 14:27:21 ---> sar -b -r -n DEV: 14:27:21 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/20/20 _x86_64_ (4 CPU) 14:27:21 14:27:21 14:06:59 LINUX RESTART (4 CPU) 14:27:21 14:27:21 14:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 14:27:21 14:09:01 187.27 76.93 110.33 0.00 9450.76 46053.20 0.00 14:27:21 14:10:02 336.22 150.01 186.21 0.00 7409.30 34550.09 0.00 14:27:21 14:11:01 147.55 84.39 63.15 0.00 4124.58 13340.79 0.00 14:27:21 14:12:03 1707.58 1381.15 326.42 0.00 126541.71 192923.24 0.00 14:27:21 14:13:01 1957.83 1682.88 274.95 0.00 115356.73 129144.91 0.00 14:27:21 14:14:01 907.67 585.14 322.53 0.00 74386.99 117271.31 0.00 14:27:21 14:15:01 2869.27 2533.15 336.12 0.00 140028.94 156012.16 0.00 14:27:21 14:16:02 1461.04 1148.92 312.12 0.00 73823.58 85178.94 0.00 14:27:21 14:17:01 77.72 30.76 46.96 0.00 4148.30 3321.08 0.00 14:27:21 14:18:01 0.67 0.45 0.22 0.00 17.72 2.80 0.00 14:27:21 14:19:01 0.23 0.03 0.20 0.00 0.40 1.62 0.00 14:27:21 14:20:01 0.73 0.02 0.72 0.00 0.27 8.43 0.00 14:27:21 14:21:01 0.62 0.02 0.60 0.00 0.13 6.55 0.00 14:27:21 14:22:01 1.90 1.65 0.25 0.00 54.22 4.53 0.00 14:27:21 14:23:01 0.75 0.03 0.72 0.00 1.07 13.04 0.00 14:27:21 14:24:01 0.43 0.03 0.40 0.00 0.40 5.78 0.00 14:27:21 14:25:01 0.40 0.12 0.28 0.00 0.93 5.08 0.00 14:27:21 14:26:01 0.20 0.00 0.20 0.00 0.00 3.18 0.00 14:27:21 14:27:02 65.16 45.34 19.82 0.00 4636.97 5589.66 0.00 14:27:21 Average: 512.33 406.66 105.67 0.00 29537.59 41402.85 0.00 14:27:21 14:27:21 14:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:27:21 14:09:01 66800 0 649424 34.52 2548 1162784 1452588 49.57 595320 1015756 68668 14:27:21 14:10:02 77852 0 907112 48.21 1492 895100 1849636 63.12 792420 768264 74444 14:27:21 14:11:01 168272 0 727476 38.66 1276 984532 1596580 54.49 656788 824956 79236 14:27:21 14:12:03 71592 0 725572 38.56 0 1084392 1934688 66.03 685348 954476 80480 14:27:21 14:13:01 367596 0 1118376 59.44 0 395584 3750460 128.00 724248 570228 15884 14:27:21 14:14:01 335556 0 735592 39.09 0 810408 2667124 91.02 667976 699256 12 14:27:21 14:15:01 205828 0 1078216 57.30 0 597512 4021660 137.25 777448 678008 33600 14:27:21 14:16:02 370708 0 643688 34.21 0 867160 1710360 58.37 407820 904788 404 14:27:21 14:17:01 551352 0 574500 30.53 0 755704 1191484 40.66 377884 765068 16 14:27:21 14:18:01 553308 0 572032 30.40 0 756216 1170936 39.96 376544 764888 12 14:27:21 14:19:01 553496 0 571848 30.39 0 756212 1170936 39.96 376744 764888 8 14:27:21 14:20:01 553412 0 571908 30.40 0 756236 1170924 39.96 376624 764908 8 14:27:21 14:21:01 554412 0 570904 30.34 0 756240 1163716 39.72 376048 764756 8 14:27:21 14:22:01 552520 0 571836 30.39 0 757200 1163716 39.72 376512 765416 20 14:27:21 14:23:01 552400 0 571948 30.40 0 757208 1163788 39.72 376328 765420 12 14:27:21 14:24:01 552220 0 572124 30.41 0 757212 1163860 39.72 376764 765424 16 14:27:21 14:25:01 552776 0 571556 30.38 0 757224 1163716 39.72 376260 765448 16 14:27:21 14:26:01 552528 0 571796 30.39 0 757232 1163716 39.72 376516 765460 8 14:27:21 14:27:02 79920 0 657080 34.92 0 1144556 1596928 54.50 546864 1051812 191208 14:27:21 Average: 382766 0 682263 36.26 280 816248 1698253 57.96 506340 795748 28635 14:27:21 14:27:21 14:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:27:21 14:09:01 veth3551019 43.05 54.37 2.83 352.28 0.00 0.00 0.00 0.00 14:27:21 14:09:01 eth0 1055.35 1176.67 6173.98 138.52 0.00 0.00 0.00 0.00 14:27:21 14:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:27:21 14:09:01 docker0 880.26 712.93 70.75 3011.01 0.00 0.00 0.00 0.00 14:27:21 14:10:02 vethfb24de0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 14:27:21 14:10:02 eth0 367.33 308.99 1596.49 38.35 0.00 0.00 0.00 0.00 14:27:21 14:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:27:21 14:10:02 docker0 105.93 115.45 8.41 472.58 0.00 0.00 0.00 0.00 14:27:21 14:11:01 eth0 248.54 206.91 1732.47 102.01 0.00 0.00 0.00 0.00 14:27:21 14:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:27:21 14:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:27:21 14:12:03 eth0 57.27 42.89 173.88 14.71 0.00 0.00 0.00 0.00 14:27:21 14:12:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:27:21 14:12:03 veth76ee2ad 0.00 0.34 0.00 0.02 0.00 0.00 0.00 0.00 14:27:21 14:12:03 docker0 21.52 25.66 1.28 142.49 0.00 0.00 0.00 0.00 14:27:21 14:13:01 eth0 36.44 31.31 13.77 66.42 0.00 0.00 0.00 0.00 14:27:21 14:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:27:21 14:13:01 vethbcee4c6 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 14:27:21 14:13:01 vethaf5e7c9 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 14:27:21 14:14:01 veth824447b 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 14:27:21 14:14:01 veth9a1515c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:27:21 14:14:01 veth6d3c478 0.07 0.07 0.00 0.01 0.00 0.00 0.00 0.00 14:27:21 14:14:01 eth0 97.71 61.50 413.52 16.62 0.00 0.00 0.00 0.00 14:27:21 14:15:01 veth4630bc5 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 14:27:21 14:15:01 veth89d6725 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 14:27:21 14:15:01 eth0 52.55 30.78 135.15 15.55 0.00 0.00 0.00 0.00 14:27:21 14:15:01 veth2d58730 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 14:27:21 14:16:02 eth0 80.42 53.42 216.53 94.84 0.00 0.00 0.00 0.00 14:27:21 14:16:02 veth8cc0d33 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 14:27:21 14:16:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 14:27:21 14:16:02 veth76ee2ad 0.00 0.91 0.00 0.04 0.00 0.00 0.00 0.00 14:27:21 14:17:01 eth0 19.55 13.34 45.64 6.51 0.00 0.00 0.00 0.00 14:27:21 14:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:27:21 14:17:01 docker0 1105.67 984.85 86.59 4376.23 0.00 0.00 0.00 0.00 14:27:21 14:18:01 eth0 0.68 0.25 0.18 0.08 0.00 0.00 0.00 0.00 14:27:21 14:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:27:21 14:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:27:21 14:19:01 eth0 1.08 0.43 0.32 0.20 0.00 0.00 0.00 0.00 14:27:21 14:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:27:21 14:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:27:21 14:20:01 eth0 0.48 0.30 0.27 0.21 0.00 0.00 0.00 0.00 14:27:21 14:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:27:21 14:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:27:21 14:21:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:27:21 14:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:27:21 14:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:27:21 14:22:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:27:21 14:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:27:21 14:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:27:21 14:23:01 eth0 0.97 0.22 0.20 0.07 0.00 0.00 0.00 0.00 14:27:21 14:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:27:21 14:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:27:21 14:24:01 eth0 0.45 0.30 0.27 0.20 0.00 0.00 0.00 0.00 14:27:21 14:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:27:21 14:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:27:21 14:25:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 14:27:21 14:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:27:21 14:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:27:21 14:26:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 14:27:21 14:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:27:21 14:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:27:21 14:27:02 eth0 217.61 193.97 2101.05 75.88 0.00 0.00 0.00 0.00 14:27:21 14:27:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:27:21 14:27:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:27:21 Average: eth0 117.98 111.88 664.69 29.93 0.00 0.00 0.00 0.00 14:27:21 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:27:21 Average: docker0 57.25 50.99 4.48 226.58 0.00 0.00 0.00 0.00 14:27:21 14:27:21 14:27:21 ---> sar -P ALL: 14:27:21 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/20/20 _x86_64_ (4 CPU) 14:27:21 14:27:21 14:06:59 LINUX RESTART (4 CPU) 14:27:21 14:27:21 14:08:01 CPU %user %nice %system %iowait %steal %idle 14:27:21 14:09:01 all 15.26 0.00 7.24 2.48 0.03 74.98 14:27:21 14:09:01 0 20.56 0.00 9.24 1.24 0.05 68.90 14:27:21 14:09:01 1 12.61 0.00 6.55 2.02 0.02 78.81 14:27:21 14:09:01 2 14.02 0.00 6.16 3.67 0.03 76.11 14:27:21 14:09:01 3 13.88 0.00 7.03 2.99 0.03 76.07 14:27:21 14:10:02 all 29.99 0.00 11.56 7.83 0.05 50.57 14:27:21 14:10:02 0 29.48 0.00 12.01 6.37 0.03 52.10 14:27:21 14:10:02 1 30.32 0.00 11.73 8.54 0.03 49.37 14:27:21 14:10:02 2 29.86 0.00 11.30 9.89 0.07 48.88 14:27:21 14:10:02 3 30.28 0.00 11.21 6.52 0.05 51.94 14:27:21 14:11:01 all 40.05 0.00 12.27 2.83 0.03 44.81 14:27:21 14:11:01 0 39.59 0.00 12.57 2.25 0.03 45.57 14:27:21 14:11:01 1 41.70 0.00 11.80 3.16 0.03 43.31 14:27:21 14:11:01 2 38.89 0.00 12.13 3.80 0.05 45.13 14:27:21 14:11:01 3 40.03 0.00 12.59 2.11 0.02 45.25 14:27:21 14:12:03 all 19.32 0.00 20.56 18.71 0.05 41.36 14:27:21 14:12:03 0 19.65 0.00 19.83 21.22 0.05 39.26 14:27:21 14:12:03 1 18.83 0.00 20.49 18.79 0.05 41.84 14:27:21 14:12:03 2 18.52 0.00 20.90 17.63 0.05 42.90 14:27:21 14:12:03 3 20.27 0.00 21.04 17.19 0.05 41.45 14:27:21 14:13:01 all 45.02 0.00 16.51 21.80 0.08 16.60 14:27:21 14:13:01 0 43.83 0.00 16.66 22.16 0.09 17.27 14:27:21 14:13:01 1 44.49 0.00 16.77 20.72 0.07 17.96 14:27:21 14:13:01 2 45.65 0.00 16.09 21.32 0.05 16.89 14:27:21 14:13:01 3 46.13 0.00 16.52 23.00 0.11 14.25 14:27:21 14:14:01 all 28.80 0.00 15.57 27.28 0.04 28.31 14:27:21 14:14:01 0 28.48 0.00 15.18 27.09 0.03 29.22 14:27:21 14:14:01 1 29.00 0.00 14.82 25.52 0.03 30.62 14:27:21 14:14:01 2 28.51 0.00 16.23 29.75 0.03 25.48 14:27:21 14:14:01 3 29.24 0.00 16.05 26.77 0.05 27.89 14:27:21 14:15:01 all 22.67 0.00 17.55 35.14 0.06 24.57 14:27:21 14:15:01 0 22.30 0.00 17.53 37.25 0.05 22.87 14:27:21 14:15:01 1 23.47 0.00 16.96 34.76 0.07 24.74 14:27:21 14:15:01 2 22.07 0.00 16.87 33.90 0.07 27.10 14:27:21 14:15:01 3 22.83 0.00 18.89 34.65 0.07 23.57 14:27:21 14:16:02 all 41.01 0.00 16.08 20.36 0.06 22.49 14:27:21 14:16:02 0 41.25 0.00 15.20 19.38 0.05 24.12 14:27:21 14:16:02 1 41.88 0.00 16.70 26.08 0.05 15.29 14:27:21 14:16:02 2 39.46 0.00 15.31 16.24 0.07 28.93 14:27:21 14:16:02 3 41.47 0.00 17.12 19.76 0.05 21.60 14:27:21 14:17:01 all 2.31 0.00 2.19 1.57 0.02 93.91 14:27:21 14:17:01 0 2.48 0.00 2.14 1.77 0.02 93.58 14:27:21 14:17:01 1 2.08 0.00 2.47 1.84 0.02 93.60 14:27:21 14:17:01 2 2.13 0.00 2.09 0.82 0.02 94.95 14:27:21 14:17:01 3 2.56 0.00 2.05 1.86 0.02 93.52 14:27:21 14:18:01 all 0.14 0.00 0.04 0.00 0.00 99.82 14:27:21 14:18:01 0 0.03 0.00 0.05 0.00 0.00 99.92 14:27:21 14:18:01 1 0.00 0.00 0.05 0.02 0.00 99.93 14:27:21 14:18:01 2 0.37 0.00 0.03 0.00 0.00 99.60 14:27:21 14:18:01 3 0.17 0.00 0.02 0.00 0.00 99.82 14:27:21 14:19:01 all 0.17 0.00 0.02 0.00 0.00 99.80 14:27:21 14:19:01 0 0.03 0.00 0.02 0.00 0.00 99.95 14:27:21 14:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 14:27:21 14:19:01 2 0.53 0.00 0.02 0.00 0.02 99.43 14:27:21 14:19:01 3 0.08 0.00 0.05 0.00 0.00 99.87 14:27:21 14:27:21 14:19:01 CPU %user %nice %system %iowait %steal %idle 14:27:21 14:20:01 all 0.15 0.00 0.02 0.00 0.00 99.82 14:27:21 14:20:01 0 0.02 0.00 0.02 0.02 0.00 99.95 14:27:21 14:20:01 1 0.02 0.00 0.03 0.00 0.00 99.95 14:27:21 14:20:01 2 0.53 0.00 0.03 0.00 0.00 99.43 14:27:21 14:20:01 3 0.03 0.00 0.02 0.00 0.00 99.95 14:27:21 14:21:01 all 0.15 0.00 0.03 0.00 0.00 99.82 14:27:21 14:21:01 0 0.00 0.00 0.02 0.00 0.00 99.98 14:27:21 14:21:01 1 0.07 0.00 0.05 0.00 0.00 99.88 14:27:21 14:21:01 2 0.52 0.00 0.02 0.00 0.00 99.47 14:27:21 14:21:01 3 0.03 0.00 0.02 0.00 0.00 99.95 14:27:21 14:22:01 all 0.15 0.00 0.05 0.02 0.02 99.76 14:27:21 14:22:01 0 0.02 0.00 0.03 0.02 0.00 99.93 14:27:21 14:22:01 1 0.03 0.00 0.07 0.02 0.05 99.83 14:27:21 14:22:01 2 0.52 0.00 0.02 0.02 0.02 99.43 14:27:21 14:22:01 3 0.03 0.00 0.07 0.05 0.00 99.85 14:27:21 14:23:01 all 0.15 0.00 0.04 0.00 0.06 99.76 14:27:21 14:23:01 0 0.05 0.00 0.02 0.00 0.02 99.92 14:27:21 14:23:01 1 0.05 0.00 0.03 0.00 0.03 99.88 14:27:21 14:23:01 2 0.42 0.00 0.07 0.00 0.15 99.37 14:27:21 14:23:01 3 0.07 0.00 0.03 0.00 0.03 99.87 14:27:21 14:24:01 all 0.12 0.00 0.04 0.00 0.04 99.80 14:27:21 14:24:01 0 0.02 0.00 0.02 0.00 0.02 99.95 14:27:21 14:24:01 1 0.03 0.00 0.05 0.00 0.07 99.85 14:27:21 14:24:01 2 0.43 0.00 0.07 0.00 0.07 99.43 14:27:21 14:24:01 3 0.02 0.00 0.02 0.00 0.02 99.95 14:27:21 14:25:01 all 0.08 0.00 0.06 0.00 0.03 99.82 14:27:21 14:25:01 0 0.07 0.00 0.03 0.00 0.02 99.88 14:27:21 14:25:01 1 0.03 0.00 0.07 0.00 0.03 99.87 14:27:21 14:25:01 2 0.17 0.00 0.10 0.00 0.00 99.73 14:27:21 14:25:01 3 0.07 0.00 0.05 0.00 0.07 99.82 14:27:21 14:26:01 all 0.15 0.00 0.02 0.00 0.02 99.80 14:27:21 14:26:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:27:21 14:26:01 1 0.02 0.00 0.03 0.00 0.02 99.93 14:27:21 14:26:01 2 0.52 0.00 0.00 0.00 0.03 99.45 14:27:21 14:26:01 3 0.05 0.00 0.05 0.00 0.03 99.87 14:27:21 14:27:02 all 3.71 0.00 2.03 1.66 0.01 92.58 14:27:21 14:27:02 0 3.27 0.00 1.93 0.33 0.00 94.47 14:27:21 14:27:02 1 3.10 0.00 1.79 2.94 0.00 92.17 14:27:21 14:27:02 2 4.81 0.00 2.54 1.69 0.02 90.94 14:27:21 14:27:02 3 3.66 0.00 1.86 1.68 0.03 92.76 14:27:21 Average: all 12.93 0.00 6.34 7.25 0.03 73.45 14:27:21 Average: 0 13.03 0.00 6.38 7.24 0.02 73.32 14:27:21 Average: 1 12.86 0.00 6.27 7.51 0.03 73.33 14:27:21 Average: 2 12.87 0.00 6.24 7.21 0.04 73.64 14:27:21 Average: 3 12.96 0.00 6.45 7.04 0.03 73.52 14:27:21 14:27:21 14:27:21