Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at ba3f575de95cda6ffdeb8943f6d6d62c3955065b rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from ba3f575de95cda6ffdeb8943f6d6d62c3955065b 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21785 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/45 [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/45 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ba3f575de95cda6ffdeb8943f6d6d62c3955065b into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing a6ca7b65d49f6bbe96c1505b55ef007955263a12 Checking out Revision a6ca7b65d49f6bbe96c1505b55ef007955263a12 (PR-2858) > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge ba3f575de95cda6ffdeb8943f6d6d62c3955065b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a6ca7b65d49f6bbe96c1505b55ef007955263a12 # timeout=10 Commit message: "Merge commit 'ba3f575de95cda6ffdeb8943f6d6d62c3955065b' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:06 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:06 ========================================================= 00:31:06 EdgeX Global Pipelines Version Info 00:31:06 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:07 ------------------- 00:31:07 stable info: 00:31:07 ------------------- 00:31:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:07 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:07 Message: update stable to v1.0.179 00:31:08 ------------------- 00:31:08 experimental info: 00:31:08 ------------------- 00:31:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:08 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:08 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:08 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:09 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:09 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:09 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:09 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:09 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:09 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:10 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:10 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:10 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:10 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:10 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:10 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:10 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:10 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:11 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:11 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:31:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:31:11 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:31:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:31:11 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a6ca7b65d49f6bbe96c1505b55ef007955263a12 [Pipeline] echo 00:31:11 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a6ca7b6 [Pipeline] echo 00:31:11 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:12 provisioning config files... 00:31:12 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/45@tmp/config3634154281834261974tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:12 ---> docker-login.sh 00:31:12 nexus3.edgexfoundry.org:10001 00:31:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:12 Configure a credential helper to remove this warning. See 00:31:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:12 00:31:12 Login Succeeded 00:31:12 nexus3.edgexfoundry.org:10002 00:31:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:12 Configure a credential helper to remove this warning. See 00:31:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:12 00:31:12 Login Succeeded 00:31:12 nexus3.edgexfoundry.org:10003 00:31:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:13 Configure a credential helper to remove this warning. See 00:31:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:13 00:31:13 Login Succeeded 00:31:13 nexus3.edgexfoundry.org:10004 00:31:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:13 Configure a credential helper to remove this warning. See 00:31:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:13 00:31:13 Login Succeeded 00:31:13 docker.io 00:31:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:13 Configure a credential helper to remove this warning. See 00:31:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:13 00:31:13 Login Succeeded 00:31:13 ---> docker-login.sh ends [Pipeline] } 00:31:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:14 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:31:14 + for file in '`ls cmd/**/Dockerfile`' 00:31:14 ++ dirname cmd/core-command/Dockerfile 00:31:14 ++ cut -d/ -f2 00:31:14 + echo core-command,cmd/core-command/Dockerfile 00:31:14 + for file in '`ls cmd/**/Dockerfile`' 00:31:14 ++ dirname cmd/core-data/Dockerfile 00:31:14 ++ cut -d/ -f2 00:31:14 + echo core-data,cmd/core-data/Dockerfile 00:31:14 + for file in '`ls cmd/**/Dockerfile`' 00:31:14 ++ dirname cmd/core-metadata/Dockerfile 00:31:14 ++ cut -d/ -f2 00:31:14 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:14 + for file in '`ls cmd/**/Dockerfile`' 00:31:14 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:31:14 ++ cut -d/ -f2 00:31:14 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:31:14 + for file in '`ls cmd/**/Dockerfile`' 00:31:14 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:14 ++ cut -d/ -f2 00:31:14 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:14 + for file in '`ls cmd/**/Dockerfile`' 00:31:14 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:14 ++ cut -d/ -f2 00:31:14 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:14 + for file in '`ls cmd/**/Dockerfile`' 00:31:14 ++ dirname cmd/support-notifications/Dockerfile 00:31:14 ++ cut -d/ -f2 00:31:14 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:14 + for file in '`ls cmd/**/Dockerfile`' 00:31:14 ++ dirname cmd/support-scheduler/Dockerfile 00:31:14 ++ cut -d/ -f2 00:31:14 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:14 + for file in '`ls cmd/**/Dockerfile`' 00:31:14 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:14 ++ cut -d/ -f2 00:31:14 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:14 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:31:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:15 00:31:15 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:15 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:15 latest: Pulling from edgex-devops/git-semver 00:31:15 31603596830f: Pulling fs layer 00:31:15 2a8b12db71e7: Pulling fs layer 00:31:15 6ca5941a6612: Pulling fs layer 00:31:15 ecc8261a40a4: Pulling fs layer 00:31:15 ecc8261a40a4: Waiting 00:31:15 2a8b12db71e7: Verifying Checksum 00:31:15 2a8b12db71e7: Download complete 00:31:15 31603596830f: Verifying Checksum 00:31:15 31603596830f: Download complete 00:31:15 ecc8261a40a4: Verifying Checksum 00:31:15 ecc8261a40a4: Download complete 00:31:16 6ca5941a6612: Verifying Checksum 00:31:16 6ca5941a6612: Download complete 00:31:16 31603596830f: Pull complete 00:31:16 2a8b12db71e7: Pull complete 00:31:17 6ca5941a6612: Pull complete 00:31:17 ecc8261a40a4: Pull complete 00:31:17 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:17 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:17 prd-centos7-docker-4c-2g-21785 does not seem to be running inside a container 00:31:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/45 -v /w/workspace/edgex-go/45:/w/workspace/edgex-go/45:rw,z -v /w/workspace/edgex-go/45@tmp:/w/workspace/edgex-go/45@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:20 $ docker top 1725868e7ce693d256a91ed53b6a0291bc4ca2dc05cb159dfdba863254b1fe2f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:20 [ssh-agent] Looking for ssh-agent implementation... 00:31:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:20 $ docker exec 1725868e7ce693d256a91ed53b6a0291bc4ca2dc05cb159dfdba863254b1fe2f ssh-agent 00:31:20 SSH_AUTH_SOCK=/tmp/ssh-wK8b9IyaFZZQ/agent.11 00:31:20 SSH_AGENT_PID=16 00:31:20 Running ssh-add (command line suppressed) 00:31:21 Identity added: /w/workspace/edgex-go/45@tmp/private_key_6655984033617132150.key (/w/workspace/edgex-go/45@tmp/private_key_6655984033617132150.key) 00:31:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:21 + git tag --points-at HEAD [Pipeline] } 00:31:21 $ docker exec --env ******** --env ******** 1725868e7ce693d256a91ed53b6a0291bc4ca2dc05cb159dfdba863254b1fe2f ssh-agent -k 00:31:21 unset SSH_AUTH_SOCK; 00:31:21 unset SSH_AGENT_PID; 00:31:21 echo Agent pid 16 killed; 00:31:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:21 [ssh-agent] Looking for ssh-agent implementation... 00:31:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:22 $ docker exec 1725868e7ce693d256a91ed53b6a0291bc4ca2dc05cb159dfdba863254b1fe2f ssh-agent 00:31:22 SSH_AUTH_SOCK=/tmp/ssh-Wd0WaUQ83yaV/agent.45 00:31:22 SSH_AGENT_PID=50 00:31:22 Running ssh-add (command line suppressed) 00:31:22 Identity added: /w/workspace/edgex-go/45@tmp/private_key_3069508065178132008.key (/w/workspace/edgex-go/45@tmp/private_key_3069508065178132008.key) 00:31:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:22 + git semver init 00:31:22 # -> Open(): unable to determine branch for HEAD 00:31:22 # $GIT_DIR = /w/workspace/edgex-go/45/.git 00:31:22 # $GIT_WORK_TREE = /w/workspace/edgex-go/45 00:31:22 # $SEMVER_REMOTE_NAME = origin 00:31:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:22 # $SEMVER_USER_NAME = edgex-jenkins 00:31:22 # $SEMVER_BRANCH = PR-2858 00:31:22 # $SEMVER_TEMP = /tmp/semver-496645824 00:31:22 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:49 # '/tmp/semver-496645824' -> '/w/workspace/edgex-go/45/.semver' 00:31:49 # -> Force: false 00:31:49 # $SEMVER_DIR = /w/workspace/edgex-go/45/.semver [Pipeline] } 00:31:49 $ docker exec --env ******** --env ******** 1725868e7ce693d256a91ed53b6a0291bc4ca2dc05cb159dfdba863254b1fe2f ssh-agent -k 00:31:49 unset SSH_AUTH_SOCK; 00:31:49 unset SSH_AGENT_PID; 00:31:49 echo Agent pid 50 killed; 00:31:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:50 + git semver [Pipeline] } 00:31:50 $ docker stop --time=1 1725868e7ce693d256a91ed53b6a0291bc4ca2dc05cb159dfdba863254b1fe2f 00:31:52 $ docker rm -f 1725868e7ce693d256a91ed53b6a0291bc4ca2dc05cb159dfdba863254b1fe2f [Pipeline] // withDockerContainer [Pipeline] sh 00:31:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:53 Stashed 1 file(s) [Pipeline] echo 00:31:53 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:31:54 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:54 + sudo service docker restart 00:31:54 + true 00:31:54 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:55 ========================================================= 00:31:55 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:55 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:31:58 Sending build context to Docker daemon 327.6MB 00:31:58 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:31:58 Step 2/6 : FROM ${BASE} 00:31:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:59 188c0c94c7c5: Pulling fs layer 00:31:59 0ef7d3d256c8: Pulling fs layer 00:31:59 de9db76c5a1d: Pulling fs layer 00:31:59 bca2f99d35d6: Pulling fs layer 00:31:59 93359f2a8cfa: Pulling fs layer 00:31:59 7c6f9722023f: Pulling fs layer 00:31:59 a35cf1a2eb13: Pulling fs layer 00:31:59 93359f2a8cfa: Waiting 00:31:59 7c6f9722023f: Waiting 00:31:59 a35cf1a2eb13: Waiting 00:31:59 bca2f99d35d6: Waiting 00:31:59 de9db76c5a1d: Verifying Checksum 00:31:59 de9db76c5a1d: Download complete 00:31:59 0ef7d3d256c8: Verifying Checksum 00:31:59 0ef7d3d256c8: Download complete 00:31:59 93359f2a8cfa: Verifying Checksum 00:31:59 93359f2a8cfa: Download complete 00:31:59 7c6f9722023f: Verifying Checksum 00:31:59 7c6f9722023f: Download complete 00:31:59 188c0c94c7c5: Verifying Checksum 00:31:59 188c0c94c7c5: Download complete 00:31:59 188c0c94c7c5: Pull complete 00:31:59 0ef7d3d256c8: Pull complete 00:32:00 de9db76c5a1d: Pull complete 00:32:02 a35cf1a2eb13: Verifying Checksum 00:32:02 a35cf1a2eb13: Download complete 00:32:03 bca2f99d35d6: Verifying Checksum 00:32:03 bca2f99d35d6: Download complete 00:32:08 Still waiting to schedule task 00:32:08 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:09 bca2f99d35d6: Pull complete 00:32:09 93359f2a8cfa: Pull complete 00:32:09 7c6f9722023f: Pull complete 00:32:14 a35cf1a2eb13: Pull complete 00:32:14 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:14 ---> a62c8e92a672 00:32:14 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:32:14 ---> Running in 7ae1d875512d 00:32:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:15 (1/12) Installing libmagic (5.38-r0) 00:32:16 (2/12) Installing file (5.38-r0) 00:32:16 (3/12) Installing libc-dev (0.7.2-r3) 00:32:16 (4/12) Installing g++ (9.3.0-r2) 00:32:23 (5/12) Installing fortify-headers (1.1-r0) 00:32:23 (6/12) Installing patch (2.7.6-r6) 00:32:23 (7/12) Installing build-base (0.5-r2) 00:32:23 (8/12) Installing libsodium (1.0.18-r0) 00:32:23 (9/12) Installing pkgconf (1.7.2-r0) 00:32:23 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:23 (11/12) Installing libzmq (4.3.3-r0) 00:32:23 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:23 Executing busybox-1.31.1-r19.trigger 00:32:23 OK: 233 MiB in 51 packages 00:32:27 Removing intermediate container 7ae1d875512d 00:32:27 ---> 0fd0d13ea05b 00:32:27 Step 4/6 : WORKDIR /edgex-go 00:32:27 ---> Running in 6e138998b932 00:32:27 Removing intermediate container 6e138998b932 00:32:27 ---> 32166d1ca08b 00:32:27 Step 5/6 : COPY go.mod . 00:32:27 ---> 2307519c547b 00:32:27 Step 6/6 : RUN go mod download 00:32:27 ---> Running in 592cd1777cd2 00:32:49 Removing intermediate container 592cd1777cd2 00:32:49 ---> 610132eb1cd6 00:32:49 Successfully built 610132eb1cd6 00:32:49 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:50 + docker inspect -f . ci-base-image-x86_64 00:32:50 . [Pipeline] withDockerContainer 00:32:50 prd-centos7-docker-4c-2g-21785 does not seem to be running inside a container 00:32:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/45 -v /w/workspace/edgex-go/45:/w/workspace/edgex-go/45:rw,z -v /w/workspace/edgex-go/45@tmp:/w/workspace/edgex-go/45@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:51 $ docker top 9d0ac694abb9714591efac8f753c17f63b6f290ddfab7d4ea9ff68fd22ba17e7 -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:51 + go version 00:32:51 go version go1.15.5 linux/amd64 [Pipeline] } 00:32:51 $ docker stop --time=1 9d0ac694abb9714591efac8f753c17f63b6f290ddfab7d4ea9ff68fd22ba17e7 00:32:53 $ docker rm -f 9d0ac694abb9714591efac8f753c17f63b6f290ddfab7d4ea9ff68fd22ba17e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:53 + docker inspect -f . ci-base-image-x86_64 00:32:53 . [Pipeline] withDockerContainer 00:32:53 prd-centos7-docker-4c-2g-21785 does not seem to be running inside a container 00:32:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/45 -v /w/workspace/edgex-go/45:/w/workspace/edgex-go/45:rw,z -v /w/workspace/edgex-go/45@tmp:/w/workspace/edgex-go/45@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:54 $ docker top 4684c2a15bbe9a90837167b6f87c5d505724b43b640a30141e0496acf031e44a -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:54 ========================================================= 00:32:54 [edgeXBuildGoParallel] Running Tests and Build... 00:32:54 ========================================================= [Pipeline] sh 00:32:55 + make test 00:32:55 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:05 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:31 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.084s coverage: 46.6% of statements 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:39 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.198s coverage: 27.0% of statements 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.051s coverage: 100.0% of statements 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.036s coverage: 100.0% of statements 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.160s coverage: 67.9% of statements 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.178s coverage: 82.3% of statements 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.437s coverage: 28.6% of statements 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.088s coverage: 100.0% of statements 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.163s coverage: 86.7% of statements 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.176s coverage: 97.5% of statements 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.106s coverage: 78.3% of statements 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.569s coverage: 92.8% of statements 00:33:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements 00:33:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.1% of statements 00:33:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:33:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 00:33:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:33:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.057s coverage: 75.5% of statements 00:33:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:33:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.046s coverage: 80.8% of statements 00:33:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.087s coverage: 87.2% of statements 00:33:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.066s coverage: 84.2% of statements 00:33:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.112s coverage: 91.4% of statements 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:33:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.181s coverage: 63.5% of statements 00:33:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements 00:33:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.073s coverage: 91.3% of statements 00:33:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.042s coverage: 100.0% of statements 00:33:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.046s coverage: 100.0% of statements 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.377s coverage: 68.9% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:33:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.212s coverage: 37.0% of statements 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:33:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.401s coverage: 84.0% of statements 00:33:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.056s coverage: 100.0% of statements 00:33:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.103s coverage: 47.1% of statements 00:33:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:33:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements 00:33:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:33:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 00:33:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:33:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.867s coverage: 29.1% of statements 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:33:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:33:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.080s coverage: 100.0% of statements 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:33:52 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:33:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:33:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:33:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements 00:33:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.038s coverage: 32.1% of statements 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 00:33:53 GO111MODULE=on go vet ./... 00:34:20 gofmt -l . 00:34:20 [ "`gofmt -l .`" = "" ] 00:34:20 ./bin/test-go-mod-tidy.sh 00:34:20 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:21 + ls -al . 00:34:21 total 656 00:34:21 drwxrwxr-x 10 1001 1001 4096 Jan 21 00:34 . 00:34:21 drwxr-xr-x 4 root root 30 Jan 21 00:32 .. 00:34:21 -rw-rw-r-- 1 1001 1001 11 Jan 21 00:31 .dockerignore 00:34:21 drwxrwxr-x 8 1001 1001 179 Jan 21 00:31 .git 00:34:21 drwxrwxr-x 3 1001 1001 125 Jan 21 00:31 .github 00:34:21 -rw-rw-r-- 1 1001 1001 824 Jan 21 00:31 .gitignore 00:34:21 drwx------ 3 1001 1001 47 Jan 21 00:31 .semver 00:34:21 -rw-rw-r-- 1 1001 1001 166 Jan 21 00:31 .sonarcloud.properties 00:34:21 -rw-rw-r-- 1 1001 1001 7759 Jan 21 00:31 Attribution.txt 00:34:21 -rw-rw-r-- 1 1001 1001 3804 Jan 21 00:31 CONTRIBUTING.md 00:34:21 -rw-rw-r-- 1 1001 1001 931 Jan 21 00:31 Dockerfile.build 00:34:21 -rw-rw-r-- 1 1001 1001 863 Jan 21 00:31 Jenkinsfile 00:34:21 -rw-rw-r-- 1 1001 1001 10775 Jan 21 00:31 LICENSE 00:34:21 -rw-rw-r-- 1 1001 1001 5750 Jan 21 00:31 Makefile 00:34:21 -rw-rw-r-- 1 1001 1001 6524 Jan 21 00:31 README.md 00:34:21 -rw-rw-r-- 1 1001 1001 6744 Jan 21 00:31 SECURITY.md 00:34:21 -rw-rw-r-- 1 1001 1001 5 Jan 21 00:31 VERSION 00:34:21 -rw-rw-r-- 1 1001 1001 4131 Jan 21 00:31 ZMQWindows.md 00:34:21 drwxrwxr-x 2 1001 1001 117 Jan 21 00:31 bin 00:34:21 drwxrwxr-x 14 1001 1001 4096 Jan 21 00:31 cmd 00:34:21 -rw-r--r-- 1 root root 550280 Jan 21 00:33 coverage.out 00:34:21 -rw-r--r-- 1 root root 1027 Jan 21 00:34 go.mod 00:34:21 -rw-r--r-- 1 root root 18725 Jan 21 00:34 go.sum 00:34:21 drwxrwxr-x 8 1001 1001 127 Jan 21 00:31 internal 00:34:21 drwxrwxr-x 4 1001 1001 26 Jan 21 00:31 openapi 00:34:21 drwxrwxr-x 4 1001 1001 71 Jan 21 00:31 snap 00:34:21 -rw-rw-r-- 1 1001 1001 168 Jan 21 00:31 version.go [Pipeline] sh 00:34:21 + '[' -e coverage.out ] 00:34:21 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:21 Stashed 1 file(s) [Pipeline] sh 00:34:22 + make build 00:34:22 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:34:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:34:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:34:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:34:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:34:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:34:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:34:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:34:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:34:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:34:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:34:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 00:34:46 $ docker stop --time=1 4684c2a15bbe9a90837167b6f87c5d505724b43b640a30141e0496acf031e44a 00:34:48 $ docker rm -f 4684c2a15bbe9a90837167b6f87c5d505724b43b640a30141e0496acf031e44a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:50 00:34:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:34:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:50 latest: Pulling from edgex-devops/edgex-compose 00:34:50 cbdbe7a5bc2a: Pulling fs layer 00:34:50 ca9280d653b3: Pulling fs layer 00:34:50 7e9c9ca2126c: Pulling fs layer 00:34:51 cbdbe7a5bc2a: Verifying Checksum 00:34:51 cbdbe7a5bc2a: Download complete 00:34:51 cbdbe7a5bc2a: Pull complete 00:34:51 ca9280d653b3: Verifying Checksum 00:34:51 ca9280d653b3: Download complete 00:34:52 ca9280d653b3: Pull complete 00:34:53 7e9c9ca2126c: Download complete 00:35:01 7e9c9ca2126c: Pull complete 00:35:01 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:01 prd-centos7-docker-4c-2g-21785 does not seem to be running inside a container 00:35:01 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/45 -v /w/workspace/edgex-go/45:/w/workspace/edgex-go/45:rw,z -v /w/workspace/edgex-go/45@tmp:/w/workspace/edgex-go/45@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:02 $ docker top d22e71554dbae36a381d407504213224ddbac6f812c039e3dda561cfff1a66df -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:03 + grep parallel 00:35:03 + docker-compose build --help 00:35:04 --parallel Build images in parallel. [Pipeline] } 00:35:04 $ docker stop --time=1 d22e71554dbae36a381d407504213224ddbac6f812c039e3dda561cfff1a66df 00:35:06 $ docker rm -f d22e71554dbae36a381d407504213224ddbac6f812c039e3dda561cfff1a66df [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:06 . [Pipeline] withDockerContainer 00:35:06 prd-centos7-docker-4c-2g-21785 does not seem to be running inside a container 00:35:06 $ 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/45 -v /w/workspace/edgex-go/45:/w/workspace/edgex-go/45:rw,z -v /w/workspace/edgex-go/45@tmp:/w/workspace/edgex-go/45@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:07 $ docker top 3a6738267f9f0126db4a4da030c4b0144b8923b7ee1334faf309faf6919e4602 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:08 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:10 Building docker-core-command-go ... 00:35:10 Building docker-core-data-go ... 00:35:10 Building docker-core-metadata-go ... 00:35:10 Building docker-security-bootstrap-redis-go ... 00:35:10 Building docker-security-proxy-setup-go ... 00:35:10 Building docker-security-secretstore-setup-go ... 00:35:10 Building docker-support-notifications-go ... 00:35:10 Building docker-support-scheduler-go ... 00:35:10 Building docker-sys-mgmt-agent-go ... 00:35:10 Building docker-core-metadata-go 00:35:10 Building docker-security-bootstrap-redis-go 00:35:10 Building docker-security-secretstore-setup-go 00:35:10 Building docker-sys-mgmt-agent-go 00:35:10 Building docker-core-command-go 00:35:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21790 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:35:37 Running in /w/workspace/edgex-go/45 [Pipeline] { [Pipeline] checkout 00:35:42 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:35:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:42 ---> 610132eb1cd6 00:35:42 Step 3/24 : WORKDIR /edgex-go 00:35:42 ---> 610132eb1cd6 00:35:42 Step 3/22 : WORKDIR /edgex-go 00:35:42 using credential edgex-jenkins-ssh 00:35:42 Cloning the remote Git repository 00:35:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:43 ---> 610132eb1cd6 00:35:43 Step 3/22 : WORKDIR /edgex-go 00:35:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:43 ---> 610132eb1cd6 00:35:43 Step 3/22 : WORKDIR /edgex-go 00:35:43 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:43 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:35:43 ---> 610132eb1cd6 00:35:43 Step 3/26 : WORKDIR /edgex-go 00:35:42 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:43 > git init /w/workspace/edgex-go/45 # timeout=10 00:35:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:43 > git --version # timeout=10 00:35:43 > git --version # 'git version 2.17.1' 00:35:43 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:44 ---> Running in 29018211f2bb 00:35:44 ---> Running in b01a0369c2cc 00:35:44 ---> Running in 01a1fb820881 00:35:44 ---> Running in 2883450a2336 00:35:44 ---> Running in 6647dc32c921 00:35:45 Removing intermediate container 2883450a2336 00:35:45 ---> a518582ac299 00:35:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:45 Removing intermediate container 01a1fb820881 00:35:45 ---> f78704ea1979 00:35:45 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:45 Removing intermediate container 6647dc32c921 00:35:45 ---> 07470ea4bbe0 00:35:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:45 Removing intermediate container b01a0369c2cc 00:35:45 ---> 1a795fe4f824 00:35:45 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:45 Removing intermediate container 29018211f2bb 00:35:45 ---> 994293123b8f 00:35:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:45 ---> Running in ff1ff94e0356 00:35:45 ---> Running in a4932c376f69 00:35:45 ---> Running in f0b83961b20a 00:35:45 ---> Running in 78e7ae90e640 00:35:45 ---> Running in d76dc5b97874 00:35:47 Removing intermediate container ff1ff94e0356 00:35:47 ---> bb7aa6837820 00:35:47 Step 5/22 : RUN apk add --update --no-cache make git 00:35:47 ---> Running in 73760512d62d 00:35:47 Removing intermediate container f0b83961b20a 00:35:47 ---> f9b63fd32aa6 00:35:47 Step 5/24 : RUN apk add --update --no-cache make git 00:35:47 Removing intermediate container a4932c376f69 00:35:47 ---> f635387e0a86 00:35:47 Step 5/22 : RUN apk add --update --no-cache make git 00:35:47 Removing intermediate container d76dc5b97874 00:35:47 ---> 768c3be0f0f7 00:35:47 Step 5/22 : RUN apk add --update --no-cache make git 00:35:47 ---> Running in 143216b5517d 00:35:47 ---> Running in 9b938ef64b67 00:35:47 Removing intermediate container 78e7ae90e640 00:35:48 ---> 16737db750f2 00:35:48 Step 5/26 : RUN apk add --update --no-cache make bash git 00:35:48 ---> Running in 2035d4879297 00:35:48 ---> Running in 3519379f76dd 00:35:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:50 OK: 233 MiB in 51 packages 00:35:50 OK: 233 MiB in 51 packages 00:35:50 OK: 233 MiB in 51 packages 00:35:50 OK: 233 MiB in 51 packages 00:35:50 OK: 233 MiB in 51 packages 00:35:50 Removing intermediate container 73760512d62d 00:35:50 ---> cb4adbf208f3 00:35:50 Step 6/22 : COPY go.mod . 00:35:51 ---> 570399f1009d 00:35:51 Step 7/22 : RUN go mod download 00:35:51 Removing intermediate container 9b938ef64b67 00:35:51 ---> dbc11cb78310 00:35:51 Step 6/22 : COPY go.mod . 00:35:51 ---> Running in 7ae860fa62d4 00:35:51 Removing intermediate container 143216b5517d 00:35:51 ---> 7c43ef9ad414 00:35:51 Step 6/24 : COPY go.mod . 00:35:52 ---> f2b5815673dc 00:35:52 Step 7/22 : RUN go mod download 00:35:52 ---> Running in 1e081f7c13c8 00:35:52 Removing intermediate container 2035d4879297 00:35:52 ---> b972a193daab 00:35:52 Step 6/22 : COPY go.mod . 00:35:52 ---> c6da0b27766a 00:35:52 Step 7/24 : RUN go mod download 00:35:52 Removing intermediate container 3519379f76dd 00:35:52 ---> e04d4f78f1db 00:35:52 Step 6/26 : COPY go.mod . 00:35:52 ---> Running in 4032e4f5362c 00:35:52 ---> 15c56654016e 00:35:52 Step 7/22 : RUN go mod download 00:35:52 ---> 41aca4cd7c22 00:35:52 Step 7/26 : RUN go mod download 00:35:52 ---> Running in cfe2c167fdd7 00:35:52 ---> Running in b9d51f1c8334 00:35:53 Removing intermediate container 7ae860fa62d4 00:35:53 ---> 30dba3d115bb 00:35:53 Step 8/22 : COPY . . 00:35:54 Removing intermediate container 1e081f7c13c8 00:35:54 ---> 556dada2479e 00:35:54 Step 8/22 : COPY . . 00:35:56 Removing intermediate container 4032e4f5362c 00:35:56 ---> 2becaad2a552 00:35:56 Step 8/24 : COPY . . 00:36:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:01 Merging remotes/origin/master commit ba3f575de95cda6ffdeb8943f6d6d62c3955065b into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:36:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:00 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:01 > git config core.sparsecheckout # timeout=10 00:36:01 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:36:01 > git remote # timeout=10 00:36:01 > git config --get remote.origin.url # timeout=10 00:36:01 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:01 > git merge ba3f575de95cda6ffdeb8943f6d6d62c3955065b # timeout=10 00:36:02 > git rev-parse HEAD^{commit} # timeout=10 00:36:02 Merge succeeded, producing ad5d595d6864941347d037fdc41ab096a0e574ae 00:36:02 Checking out Revision ad5d595d6864941347d037fdc41ab096a0e574ae (PR-2858) 00:36:02 Removing intermediate container cfe2c167fdd7 00:36:02 ---> 755a205da598 00:36:02 Step 8/22 : COPY . . 00:36:03 Removing intermediate container b9d51f1c8334 00:36:03 ---> 0ec8c1df25ed 00:36:03 Step 8/26 : COPY . . 00:36:02 > git config core.sparsecheckout # timeout=10 00:36:02 > git checkout -f ad5d595d6864941347d037fdc41ab096a0e574ae # timeout=10 00:36:06 Commit message: "Merge commit 'ba3f575de95cda6ffdeb8943f6d6d62c3955065b' into HEAD" 00:36:06 First time build. Skipping changelog. 00:36:06 > git rev-list --no-walk 8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:08 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:08 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:09 + sudo service docker restart+ 00:36:09 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:11 provisioning config files... 00:36:11 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/45@tmp/config4121588643614241463tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:11 ---> docker-login.sh 00:36:11 nexus3.edgexfoundry.org:10001 00:36:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:12 Configure a credential helper to remove this warning. See 00:36:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:12 00:36:12 Login Succeeded 00:36:12 nexus3.edgexfoundry.org:10002 00:36:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:13 Configure a credential helper to remove this warning. See 00:36:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:13 00:36:13 Login Succeeded 00:36:13 nexus3.edgexfoundry.org:10003 00:36:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:13 Configure a credential helper to remove this warning. See 00:36:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:13 00:36:13 Login Succeeded 00:36:13 nexus3.edgexfoundry.org:10004 00:36:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:14 Configure a credential helper to remove this warning. See 00:36:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:14 00:36:14 Login Succeeded 00:36:14 docker.io 00:36:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:15 Configure a credential helper to remove this warning. See 00:36:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:15 00:36:15 Login Succeeded 00:36:15 ---> docker-login.sh ends [Pipeline] } 00:36:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:15 ========================================================= 00:36:15 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:16 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:36:18 Sending build context to Docker daemon 166.1MB 00:36:18 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:36:18 Step 2/6 : FROM ${BASE} 00:36:18 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:18 5f621e34cdf4: Pulling fs layer 00:36:18 a4357932f1b6: Pulling fs layer 00:36:18 18c013af1878: Pulling fs layer 00:36:18 00ac8860ef70: Pulling fs layer 00:36:18 63d7cb157983: Pulling fs layer 00:36:18 b116817d02f9: Pulling fs layer 00:36:18 745a02a5169b: Pulling fs layer 00:36:18 63d7cb157983: Waiting 00:36:18 00ac8860ef70: Waiting 00:36:18 b116817d02f9: Waiting 00:36:18 745a02a5169b: Waiting 00:36:18 18c013af1878: Verifying Checksum 00:36:18 18c013af1878: Download complete 00:36:18 a4357932f1b6: Verifying Checksum 00:36:18 a4357932f1b6: Download complete 00:36:18 63d7cb157983: Download complete 00:36:18 b116817d02f9: Verifying Checksum 00:36:18 b116817d02f9: Download complete 00:36:18 5f621e34cdf4: Verifying Checksum 00:36:18 5f621e34cdf4: Download complete 00:36:19 5f621e34cdf4: Pull complete 00:36:20 a4357932f1b6: Pull complete 00:36:20 18c013af1878: Pull complete 00:36:21 745a02a5169b: Verifying Checksum 00:36:21 745a02a5169b: Download complete 00:36:22 00ac8860ef70: Verifying Checksum 00:36:22 00ac8860ef70: Download complete 00:36:32 00ac8860ef70: Pull complete 00:36:32 63d7cb157983: Pull complete 00:36:32 b116817d02f9: Pull complete 00:36:35 ---> 7e2d2e3c29c5 00:36:35 Step 9/22 : RUN make cmd/core-command/core-command 00:36:35 ---> 0aa36cc5256b 00:36:35 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:36:35 ---> f4ac065c4fbf 00:36:35 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:36:35 ---> Running in b84ceb4c1e18 00:36:35 ---> Running in f305fb206cc8 00:36:35 ---> Running in b81e449efddd 00:36:36 ---> b40ec0ade3e5 00:36:36 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:36:36 ---> 7d6d04809c7c 00:36:36 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:36:36 ---> Running in 16cffad6b5ca 00:36:36 ---> Running in 6b5bb97dd6a0 00:36:37 745a02a5169b: Pull complete 00:36:37 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:37 ---> b7e6874047d6 00:36:37 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:36:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:36:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:36:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:36: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 00:36:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:36:39 ---> Running in 2cfee764dbb2 00:36:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:42 (1/12) Installing libmagic (5.38-r0) 00:36:43 (2/12) Installing file (5.38-r0) 00:36:43 (3/12) Installing libc-dev (0.7.2-r3) 00:36:43 (4/12) Installing g++ (9.3.0-r2) 00:36:46 (5/12) Installing fortify-headers (1.1-r0) 00:36:47 (6/12) Installing patch (2.7.6-r6) 00:36:47 (7/12) Installing build-base (0.5-r2) 00:36:47 (8/12) Installing libsodium (1.0.18-r0) 00:36:47 (9/12) Installing pkgconf (1.7.2-r0) 00:36:47 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:47 (11/12) Installing libzmq (4.3.3-r0) 00:36:47 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:47 Executing busybox-1.31.1-r19.trigger 00:36:47 OK: 217 MiB in 51 packages 00:36:51 Removing intermediate container 2cfee764dbb2 00:36:51 ---> b7314c9e2618 00:36:51 Step 4/6 : WORKDIR /edgex-go 00:36:51 ---> Running in bb34adca7559 00:36:52 Removing intermediate container bb34adca7559 00:36:52 ---> f1131ddf8ead 00:36:52 Step 5/6 : COPY go.mod . 00:36:52 ---> 188148f29d62 00:36:52 Step 6/6 : RUN go mod download 00:36:53 ---> Running in 5d45b414a854 00:37:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:37:12 Removing intermediate container b84ceb4c1e18 00:37:12 ---> 1e386d6215f1 00:37:12 00:37:12 Step 10/22 : FROM alpine:3.12 00:37:12 3.12: Pulling from library/alpine 00:37:13 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:13 Status: Downloaded newer image for alpine:3.12 00:37:13 ---> 389fef711851 00:37:13 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:37:14 ---> Running in b59cf1ded04e 00:37:16 Removing intermediate container b81e449efddd 00:37:16 ---> c6d63058b48f 00:37:16 00:37:16 Step 10/24 : FROM alpine:3.12 00:37:16 ---> 389fef711851 00:37:16 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:37:16 ---> Running in 896175960d9c 00:37:16 Removing intermediate container 6b5bb97dd6a0 00:37:16 ---> c53517b16c73 00:37:16 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:37:16 Removing intermediate container f305fb206cc8 00:37:16 ---> 755558ecee46 00:37:16 00:37:16 Step 10/22 : FROM scratch 00:37:16 ---> 00:37:16 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:16 ---> Running in 106cf121b61a 00:37:16 ---> Running in 67c91d066bcf 00:37:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:16 Removing intermediate container 67c91d066bcf 00:37:16 ---> 79c8d4648ba3 00:37:16 Step 12/22 : ENV APP_PORT=48082 00:37:16 (1/5) Installing ca-certificates (20191127-r4) 00:37:16 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:37:16 (3/5) Installing libcurl (7.69.1-r3) 00:37:16 (4/5) Installing curl (7.69.1-r3) 00:37:16 ---> Running in 664ff6027820 00:37:16 (5/5) Installing dumb-init (1.2.2-r1) 00:37:16 Executing busybox-1.31.1-r19.trigger 00:37:16 Executing ca-certificates-20191127-r4.trigger 00:37:17 OK: 7 MiB in 19 packages 00:37:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:37:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:17 (1/5) Installing ca-certificates (20191127-r4) 00:37:17 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:37:17 (3/5) Installing libcurl (7.69.1-r3) 00:37:17 (4/5) Installing curl (7.69.1-r3) 00:37:17 (5/5) Installing dumb-init (1.2.2-r1) 00:37:17 Executing busybox-1.31.1-r19.trigger 00:37:17 Executing ca-certificates-20191127-r4.trigger 00:37:17 OK: 7 MiB in 19 packages 00:37:18 Removing intermediate container 664ff6027820 00:37:18 ---> 3da4ba7276f8 00:37:18 Step 13/22 : EXPOSE $APP_PORT 00:37:19 Removing intermediate container 5d45b414a854 00:37:19 ---> 1fad1a381646 00:37:19 Successfully built 1fad1a381646 00:37:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:20 ---> Running in 4df2c5f8b885 00:37:20 + docker inspect -f . ci-base-image-arm64 00:37:20 . [Pipeline] withDockerContainer 00:37:20 Removing intermediate container 16cffad6b5ca 00:37:20 ---> c051ba147734 00:37:20 00:37:20 Step 10/22 : FROM scratch 00:37:20 ---> 00:37:20 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:20 ---> Using cache 00:37:20 ---> 79c8d4648ba3 00:37:20 Step 12/22 : ENV APP_PORT=48081 00:37:20 prd-ubuntu18.04-docker-arm64-4c-16g-21790 does not seem to be running inside a container 00:37:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/45 -v /w/workspace/edgex-go/45:/w/workspace/edgex-go/45:rw,z -v /w/workspace/edgex-go/45@tmp:/w/workspace/edgex-go/45@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:20 Removing intermediate container 4df2c5f8b885 00:37:20 ---> d6d16810f507 00:37:20 Step 14/22 : WORKDIR / 00:37:21 ---> Running in 03f3531351cf 00:37:21 ---> Running in 640f9d1c0539 00:37:21 Removing intermediate container b59cf1ded04e 00:37:21 ---> 0953e15d10c8 00:37:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:37:21 Removing intermediate container 896175960d9c 00:37:21 ---> f15c4f85a4f0 00:37:21 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:21 Removing intermediate container 03f3531351cf 00:37:21 ---> 7577581f8bcd 00:37:21 Step 13/22 : EXPOSE $APP_PORT 00:37:21 Removing intermediate container 106cf121b61a 00:37:21 ---> 28ac32c81634 00:37:21 00:37:21 Step 11/26 : FROM docker:20.10.0 00:37:21 20.10.0: Pulling from library/docker 00:37:21 $ docker top acc606df1b6770f7e0f350dbfc16564937a49268fc30f1a39bb86106c55fd899 -eo pid,comm 00:37:21 Removing intermediate container 640f9d1c0539 00:37:21 ---> 30065703db15 00:37:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:21 ---> Running in 691f14237b35 00:37:21 ---> Running in 93c832e3ea71 00:37:21 ---> Running in 9885e7803551 00:37:22 Removing intermediate container 93c832e3ea71 00:37:22 ---> 7d967196a278 00:37:22 Step 13/24 : WORKDIR / 00:37:22 Removing intermediate container 691f14237b35 00:37:22 ---> 35c91b7e4293 00:37:22 Step 13/22 : WORKDIR / [Pipeline] { [Pipeline] sh 00:37:22 ---> Running in 3fa8b63f984f 00:37:22 Removing intermediate container 9885e7803551 00:37:22 ---> d522cf74ada7 00:37:22 Step 14/22 : WORKDIR / 00:37:22 ---> d2cc5a78433b 00:37:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:37:23 + go version 00:37:23 go version go1.15.5 linux/arm64 [Pipeline] } 00:37:23 $ docker stop --time=1 acc606df1b6770f7e0f350dbfc16564937a49268fc30f1a39bb86106c55fd899 00:37:23 ---> Running in 9adeaa3e9fba 00:37:23 ---> Running in 07843fa399c7 00:37:23 Removing intermediate container 3fa8b63f984f 00:37:23 ---> 1c4482980ece 00:37:23 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:37:23 ---> d244ba507d9d 00:37:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:37:23 Removing intermediate container 9adeaa3e9fba 00:37:23 ---> 70302b22f129 00:37:23 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:24 Removing intermediate container 07843fa399c7 00:37:24 ---> 91e3e0f8dbd3 00:37:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:25 $ docker rm -f acc606df1b6770f7e0f350dbfc16564937a49268fc30f1a39bb86106c55fd899 00:37:25 ---> 08410a0b5c92 00:37:25 Step 18/22 : ENTRYPOINT ["/core-command"] 00:37:25 ---> 8ccfea417e70 00:37:25 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:37:25 ---> f8e2f81abc68 00:37:25 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:37:25 ---> b4fb9857034b 00:37:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:37:25 ---> Running in c341c813f48f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 00:37:25 Removing intermediate container c341c813f48f 00:37:25 ---> 7115ad0995b5 00:37:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:25 ---> 6a80097ff950 00:37:25 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [Pipeline] isUnix [Pipeline] sh 00:37:25 ---> Running in 61058f83ac82 00:37:25 ---> a3d72c03254b 00:37:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:37:26 + docker inspect -f . ci-base-image-arm64 00:37:26 . [Pipeline] withDockerContainer 00:37:26 ---> cb55535468a5 00:37:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:37:26 Removing intermediate container 61058f83ac82 00:37:26 ---> f61d3fa609a8 00:37:26 Step 20/22 : LABEL arch=x86_64 00:37:26 ---> 8c7f049e2db2 00:37:26 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:37:26 prd-ubuntu18.04-docker-arm64-4c-16g-21790 does not seem to be running inside a container 00:37:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/45 -v /w/workspace/edgex-go/45:/w/workspace/edgex-go/45:rw,z -v /w/workspace/edgex-go/45@tmp:/w/workspace/edgex-go/45@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:26 ---> Running in eb1e06509f62 00:37:26 ---> 661b23ac9f8d 00:37:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:37:26 ---> 9f51de9dbfe3 00:37:26 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:37:26 Removing intermediate container eb1e06509f62 00:37:26 ---> ebae9c68d25c 00:37:26 Step 21/22 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 00:37:26 ---> Running in 98454f566a4f 00:37:27 ---> Running in 9402f51c908e 00:37:27 ---> 9899eba6af23 00:37:27 Step 18/22 : RUN chmod +x entrypoint.sh 00:37:27 ---> Running in 71cdfe527bc4 00:37:27 ---> e5dcddf66940 00:37:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:37:27 Removing intermediate container 9402f51c908e 00:37:27 ---> 7282916718ae 00:37:27 Step 22/22 : LABEL version=0.0.0 00:37:27 $ docker top 89ad5cd641d60954a2f9a4179cb0361758504dfe230c360688d56ea907d1e3ad -eo pid,comm 00:37:27 Removing intermediate container 98454f566a4f 00:37:27 ---> 6fad6b540759 00:37:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:27 ---> Running in 6f9a338bfd61 00:37:27 ---> Running in fba97001ac8a [Pipeline] { [Pipeline] echo 00:37:28 ========================================================= 00:37:28 [edgeXBuildGoParallel] Running Tests and Build... 00:37:28 ========================================================= [Pipeline] sh 00:37:28 + make test 00:37:28 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:28 Removing intermediate container fba97001ac8a 00:37:28 ---> c8b0d9cbde7d 00:37:28 Step 20/22 : LABEL arch=x86_64 00:37:28 Removing intermediate container 6f9a338bfd61 00:37:28 ---> 2da757875730 00:37:28 00:37:28 ---> Running in abb897b5f59d 00:37:28 ---> da8a04babea2 00:37:28 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:37:29 Successfully built 2da757875730 00:37:29 Successfully tagged docker-core-command-go:latest 00:37:29 Building docker-support-notifications-go 00:37:29  Building docker-core-command-go ... done Removing intermediate container abb897b5f59d 00:37:29 ---> cbfe97c70ea1 00:37:29 Step 21/22 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 00:37:29 ---> 8791c9011968 00:37:29 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:37:29 ---> Running in e614c4704795 00:37:29 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:37:29 Status: Downloaded newer image for docker:20.10.0 00:37:29 ---> aefe523efa57 00:37:29 Step 12/26 : RUN apk add --no-cache bash 00:37:29 ---> Running in 47df5dfec9ec 00:37:29 Removing intermediate container 71cdfe527bc4 00:37:29 ---> 6756e02dfe04 00:37:29 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:37:29 ---> Running in f50f5a71912f 00:37:29 ---> Running in f4b7d6e4f5f1 00:37:30 Removing intermediate container e614c4704795 00:37:30 ---> 2da749af9d43 00:37:30 Step 22/22 : LABEL version=0.0.0 00:37:32 ---> Running in de34dd19c223 00:37:32 Removing intermediate container f4b7d6e4f5f1 00:37:32 ---> 316b403fd5e2 00:37:32 Step 20/22 : LABEL arch=x86_64 00:37:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:33 ---> Running in 16f7a88d9fcc 00:37:33 Removing intermediate container de34dd19c223 00:37:33 ---> e33e2955c761 00:37:33 00:37:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:33 (1/2) Installing readline (8.0.4-r0) 00:37:33 (2/2) Installing bash (5.0.17-r0) 00:37:33 Executing bash-5.0.17-r0.post-install 00:37:33 Executing busybox-1.31.1-r19.trigger 00:37:33 OK: 12 MiB in 22 packages 00:37:34 Successfully built e33e2955c761 00:37:34 Successfully tagged docker-core-metadata-go:latest 00:37:34 Building docker-security-proxy-setup-go 00:37:35  Building docker-core-metadata-go ... done Removing intermediate container 16f7a88d9fcc 00:37:35 ---> 51a3be3fd444 00:37:35 Step 21/22 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 00:37:38 ---> Running in a704f0fc6805 00:37:38 Removing intermediate container 47df5dfec9ec 00:37:38 ---> 2ba5eb08274f 00:37:38 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:37:39 ---> Running in d1af30051035 00:37:39 Removing intermediate container f50f5a71912f 00:37:39 ---> d8e0a622973f 00:37:39 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:37:41 Removing intermediate container a704f0fc6805 00:37:41 ---> 95efe21c8094 00:37:41 Step 22/22 : LABEL version=0.0.0 00:37:41 ---> Running in dff3fa334d57 00:37:41 ---> Running in fbe152b07abb 00:37:41 Removing intermediate container d1af30051035 00:37:41 ---> 4b3a5c95ccf1 00:37:41 Step 22/24 : LABEL arch=x86_64 00:37:42 ---> Running in 619165b52487 00:37:42 Removing intermediate container dff3fa334d57 00:37:42 ---> 4d501a34f89e 00:37:42 Step 14/26 : ENV APP_PORT=48090 00:37:43 Removing intermediate container fbe152b07abb 00:37:43 ---> 507fc97e1ff2 00:37:43 00:37:43 ---> Running in d16f4870fba7 00:37:43 Removing intermediate container 619165b52487 00:37:43 ---> a1acaff45706 00:37:43 Step 23/24 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 00:37:43 Successfully built 507fc97e1ff2 00:37:43 Successfully tagged docker-security-bootstrap-redis-go:latest 00:37:43 Building docker-support-scheduler-go 00:37:44  Building docker-security-bootstrap-redis-go ... done Removing intermediate container d16f4870fba7 00:37:44 ---> 3dcba68e47ae 00:37:44 Step 15/26 : EXPOSE $APP_PORT 00:37:45 ---> Running in a110eb903caf 00:37:45 ---> Running in 7e8ff57ce49c 00:37:46 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:37:46 ---> 610132eb1cd6 00:37:46 Step 3/24 : WORKDIR /edgex-go 00:37:47 ---> Using cache 00:37:47 ---> 994293123b8f 00:37:47 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:47 ---> Using cache 00:37:47 ---> 768c3be0f0f7 00:37:47 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:37:47 Removing intermediate container a110eb903caf 00:37:47 ---> 4d531c506554 00:37:47 Step 24/24 : LABEL version=0.0.0 00:37:47 ---> Running in d7a5748c6c7c 00:37:48 ---> Running in 96ec2c44bc33 00:37:48 Removing intermediate container 7e8ff57ce49c 00:37:48 ---> cc317be26855 00:37:48 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:37:50 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:51 Removing intermediate container 96ec2c44bc33 00:37:51 ---> 04b7cd8227ee 00:37:51 00:37:51 ---> 489c8002ddf0 00:37:51 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:37:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:51 Successfully built 04b7cd8227ee 00:37:51 Successfully tagged docker-security-secretstore-setup-go:latest 00:37:51 Building docker-core-data-go 00:37:52  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:53 OK: 233 MiB in 51 packages 00:37:53 ---> bc29942b4c98 00:37:53 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:37:55 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:37:55 ---> 610132eb1cd6 00:37:55 Step 3/21 : WORKDIR /edgex-go 00:37:55 ---> Using cache 00:37:55 ---> 994293123b8f 00:37:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:55 ---> Using cache 00:37:55 ---> 768c3be0f0f7 00:37:55 Step 5/21 : RUN apk add --update --no-cache make git 00:37:55 ---> Using cache 00:37:55 ---> b972a193daab 00:37:55 Step 6/21 : COPY go.mod . 00:37:55 ---> Using cache 00:37:55 ---> 15c56654016e 00:37:55 Step 7/21 : RUN go mod download 00:37:55 ---> Using cache 00:37:55 ---> 755a205da598 00:37:55 Step 8/21 : COPY . . 00:37:55 ---> Using cache 00:37:55 ---> b40ec0ade3e5 00:37:55 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:37:56 ---> 4a7ae129eff1 00:37:56 Step 19/26 : RUN apk --no-cache add py3-pip 00:37:57 ---> Running in ab4e16442282 00:37:57 ---> Running in c9f63a20429e 00:37:58 Removing intermediate container d7a5748c6c7c 00:37:58 ---> 9bbe255ac13a 00:37:58 Step 6/24 : COPY go.mod . 00:38:00 ---> 17bf65b94ffd 00:38:00 Step 7/24 : RUN go mod download 00:38:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:38:00 ---> Running in 9a387a602648 00:38:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:00 (1/33) Installing libbz2 (1.0.8-r1) 00:38:00 (2/33) Installing expat (2.2.9-r1) 00:38:00 (3/33) Installing libffi (3.3-r2) 00:38:00 (4/33) Installing gdbm (1.13-r1) 00:38:00 (5/33) Installing xz-libs (5.2.5-r0) 00:38:00 (6/33) Installing sqlite-libs (3.32.1-r0) 00:38:00 (7/33) Installing python3 (3.8.5-r0) 00:38:02 (8/33) Installing py3-appdirs (1.4.4-r1) 00:38:02 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:38:02 (10/33) Installing py3-parsing (2.4.7-r0) 00:38:02 (11/33) Installing py3-six (1.15.0-r0) 00:38:02 (12/33) Installing py3-packaging (20.4-r0) 00:38:02 (13/33) Installing py3-setuptools (47.0.0-r0) 00:38:02 (14/33) Installing py3-chardet (3.0.4-r4) 00:38:02 (15/33) Installing py3-idna (2.9-r0) 00:38:02 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:38:04 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:38:06 (18/33) Installing py3-requests (2.23.0-r0) 00:38:06 (19/33) Installing py3-msgpack (1.0.0-r0) 00:38:06 (20/33) Installing py3-lockfile (0.12.2-r3) 00:38:06 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:38:06 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:06 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:38:06 ---> 610132eb1cd6 00:38:06 Step 3/21 : WORKDIR /edgex-go 00:38:06 ---> Using cache 00:38:06 ---> 994293123b8f 00:38:06 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:06 ---> Using cache 00:38:06 ---> 768c3be0f0f7 00:38:06 Step 5/21 : RUN apk add --update --no-cache make git 00:38:06 ---> Using cache 00:38:06 ---> b972a193daab 00:38:06 Step 6/21 : COPY go.mod . 00:38:06 ---> Using cache 00:38:06 ---> 15c56654016e 00:38:06 Step 7/21 : RUN go mod download 00:38:06 ---> Using cache 00:38:06 ---> 755a205da598 00:38:06 Step 8/21 : COPY . . 00:38:06 ---> Using cache 00:38:06 ---> b40ec0ade3e5 00:38:06 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:38:07 (22/33) Installing py3-colorama (0.4.3-r0) 00:38:08 (23/33) Installing py3-distlib (0.3.0-r0) 00:38:08 (24/33) Installing py3-distro (1.5.0-r1) 00:38:08 (25/33) Installing py3-webencodings (0.5.1-r3) 00:38:08 (26/33) Installing py3-html5lib (1.0.1-r4) 00:38:08 ---> Running in 40085351ad5e 00:38:08 (27/33) Installing py3-pytoml (0.1.21-r0) 00:38:08 (28/33) Installing py3-pep517 (0.8.2-r0) 00:38:08 (29/33) Installing py3-progress (1.5-r0) 00:38:08 (30/33) Installing py3-toml (0.10.1-r0) 00:38:08 (31/33) Installing py3-retrying (1.3.3-r0) 00:38:08 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:38:08 (33/33) Installing py3-pip (20.1.1-r0) 00:38:09 Removing intermediate container 9a387a602648 00:38:09 ---> ed514c91e259 00:38:09 Step 8/24 : COPY . . 00:38:09 Executing busybox-1.31.1-r19.trigger 00:38:09 OK: 71 MiB in 55 packages 00:38:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:38:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:17 ---> 610132eb1cd6 00:38:17 Step 3/23 : WORKDIR /edgex-go 00:38:17 ---> Using cache 00:38:17 ---> 994293123b8f 00:38:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:17 ---> Using cache 00:38:17 ---> 768c3be0f0f7 00:38:17 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:38:18 ---> Running in c7c6ab975c1b 00:38:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:21 OK: 233 MiB in 51 packages 00:38:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:38:26 Removing intermediate container c7c6ab975c1b 00:38:26 ---> 0373ccd3ae78 00:38:26 Step 6/23 : COPY go.mod . 00:38:28 ---> 01078dad74df 00:38:28 Step 7/23 : RUN go mod download 00:38:29 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:32 ---> Running in d099d5e8a612 00:38:33 ---> 04f74907f7c9 00:38:33 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:38:33 ---> Running in 474ee6a16311 00:38:33 Removing intermediate container c9f63a20429e 00:38:33 ---> 9741aaa9c19f 00:38:33 Step 20/26 : RUN pip install docker-compose==1.23.2 00:38:33 ---> Running in 4d500c29d7ed 00:38:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:38:35 Removing intermediate container ab4e16442282 00:38:35 ---> 2d7bb05513f6 00:38:35 00:38:35 Step 10/21 : FROM alpine:3.12 00:38:35 ---> 389fef711851 00:38:35 Step 11/21 : RUN apk add --update --no-cache curl 00:38:35 ---> Running in 5d7c0d2f182b 00:38:35 Removing intermediate container d099d5e8a612 00:38:35 ---> 8847eab54265 00:38:35 Step 8/23 : COPY . . 00:38:36 Collecting docker-compose==1.23.2 00:38:36 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:38:36 Collecting jsonschema<3,>=2.5.1 00:38:36 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:38:39 Collecting cached-property<2,>=1.2.0 00:38:39 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:38:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:39 (1/4) Installing ca-certificates (20191127-r4) 00:38:39 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:38:39 (3/4) Installing libcurl (7.69.1-r3) 00:38:40 (4/4) Installing curl (7.69.1-r3) 00:38:40 Executing busybox-1.31.1-r19.trigger 00:38:40 Executing ca-certificates-20191127-r4.trigger 00:38:40 OK: 7 MiB in 18 packages 00:38:42 Collecting websocket-client<1.0,>=0.32.0 00:38:42 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:38:43 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:38:43 Collecting dockerpty<0.5,>=0.4.1 00:38:43 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:38:45 Removing intermediate container 40085351ad5e 00:38:45 ---> 2173c613a6fe 00:38:45 00:38:45 Step 10/21 : FROM scratch 00:38:45 ---> 00:38:45 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:38:45 ---> Using cache 00:38:45 ---> 79c8d4648ba3 00:38:45 Step 12/21 : ENV APP_PORT=48085 00:38:45 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:38:45 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:38:46 ---> Running in ae260f15cecc 00:38:46 Removing intermediate container 5d7c0d2f182b 00:38:46 ---> 31bfc16c4cd7 00:38:46 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:46 Collecting docopt<0.7,>=0.6.1 00:38:46 Downloading docopt-0.6.2.tar.gz (25 kB) 00:38:49 ---> Running in 3ee086619bec 00:38:49 Collecting PyYAML<4,>=3.10 00:38:49 Downloading PyYAML-3.13.tar.gz (270 kB) 00:38:49 Removing intermediate container ae260f15cecc 00:38:49 ---> 3934c9108dfb 00:38:49 Step 13/21 : EXPOSE $APP_PORT 00:38:50 Collecting texttable<0.10,>=0.9.0 00:38:50 Downloading texttable-0.9.1.tar.gz (11 kB) 00:38:51 ---> Running in 2af61dd30ec2 00:38:52 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:52 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:52 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:38:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:38:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:52 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:52 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:38:52 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:52 Removing intermediate container 3ee086619bec 00:38:52 ---> 4955be5a7004 00:38:52 Step 13/21 : WORKDIR /edgex 00:38:52 Collecting docker<4.0,>=3.6.0 00:38:52 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:38:54 Collecting urllib3<1.25,>=1.21.1 00:38:54 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:38:55 Removing intermediate container 2af61dd30ec2 00:38:55 ---> 1d9c78c14ad9 00:38:55 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:55 ---> Running in 584ea9fc46f4 00:38:55 Collecting idna<2.8,>=2.5 00:38:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:38: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) 00:38: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) 00:38:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:38:56 Collecting docker-pycreds>=0.4.0 00:38:56 ---> 71639e3c54dd 00:38:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:38:56 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:38:56 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:38:56 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:38:56 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:38:56 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:38:57 Installing collected packages: jsonschema, cached-property, websocket-client, dockerpty, urllib3, idna, requests, docopt, PyYAML, texttable, docker-pycreds, docker, docker-compose 00:38:57 Removing intermediate container 584ea9fc46f4 00:38:57 ---> add4a515e145 00:38:57 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:38:57 ---> b98e3dc7147b 00:38:57 Step 9/23 : RUN make cmd/core-data/core-data 00:38:57 ---> 2f34f3641495 00:38:57 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:38:57 ---> Running in a7f1600eb03a 00:38:57 Running setup.py install for dockerpty: started 00:38:58 ---> cb8fc173b8e9 00:38:58 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:38:58 Running setup.py install for dockerpty: finished with status 'done' 00:38:58 Attempting uninstall: urllib3 00:38:58 Found existing installation: urllib3 1.25.9 00:38:58 Uninstalling urllib3-1.25.9: 00:38:59 ---> 5d2cfd77c94f 00:38:59 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:38:59 Successfully uninstalled urllib3-1.25.9 00:39:00 ---> c8515ec944b3 00:39:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:39:00 ---> Running in a0b113d4b5cd 00:39:00 Attempting uninstall: idna 00:39:00 Found existing installation: idna 2.9 00:39:00 Uninstalling idna-2.9: 00:39:00 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:39:00 Successfully uninstalled idna-2.9 00:39:00 Attempting uninstall: requests 00:39:00 Found existing installation: requests 2.23.0 00:39:00 Uninstalling requests-2.23.0: 00:39:00 Removing intermediate container 474ee6a16311 00:39:00 ---> 29523a0cbf77 00:39:00 00:39:00 Step 10/24 : FROM scratch 00:39:00 ---> 00:39:00 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:39:00 Successfully uninstalled requests-2.23.0 00:39:00 Removing intermediate container a0b113d4b5cd 00:39:00 ---> 4978c90c3d57 00:39:00 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:01 Running setup.py install for docopt: started 00:39:01 ---> f27fa61554a7 00:39:01 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:39:01 ---> Running in 2086d52f73ce 00:39:01 ---> Running in e05d57f9fe85 00:39:01 ---> Running in d004231a0fc5 00:39:01 Running setup.py install for docopt: finished with status 'done' 00:39:01 Running setup.py install for PyYAML: started 00:39:01 Removing intermediate container 2086d52f73ce 00:39:01 ---> 73c8a7559572 00:39:01 Step 12/24 : ENV APP_PORT=48060 00:39:01 Removing intermediate container e05d57f9fe85 00:39:01 ---> 861afe602194 00:39:01 Step 19/21 : LABEL arch=x86_64 00:39:01 Removing intermediate container d004231a0fc5 00:39:01 ---> a22ed7562892 00:39:01 Step 18/21 : CMD ["--init=true"] 00:39:01 ---> Running in 49610ca1b0dc 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.194s coverage: 46.6% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:02 ---> Running in 03f8f4bfe0df 00:39:02 ---> Running in bef2b98c4b4c 00:39:02 Running setup.py install for PyYAML: finished with status 'done' 00:39:02 Running setup.py install for texttable: started 00:39:03 Removing intermediate container 49610ca1b0dc 00:39:03 ---> 008f05ff9d29 00:39:03 Step 13/24 : EXPOSE $APP_PORT 00:39:03 Running setup.py install for texttable: finished with status 'done' 00:39:03 Removing intermediate container 03f8f4bfe0df 00:39:03 ---> 35db80e568da 00:39:03 Step 20/21 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 00:39:03 ---> Running in db863a317fff 00:39:03 Removing intermediate container bef2b98c4b4c 00:39:03 ---> e2dcff8088df 00:39:03 Step 19/21 : LABEL arch=x86_64 00:39:04 ---> Running in ec79364516e9 00:39:04 ---> Running in 5e002f89508b 00:39:04 Removing intermediate container db863a317fff 00:39:04 ---> e5b3b71a3075 00:39:04 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:39:05 Removing intermediate container 5e002f89508b 00:39:05 ---> b9d086cb0a32 00:39:05 Step 20/21 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 00:39:05 Removing intermediate container ec79364516e9 00:39:05 ---> 38fa9e11ebdf 00:39:05 Step 21/21 : LABEL version=0.0.0 00:39:05 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:39:05 ---> 7528ed0e984f 00:39:05 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:39:05 ---> Running in 10bf560017f4 00:39:06 ---> Running in 7d1d7ff34986 00:39:06 Removing intermediate container 10bf560017f4 00:39:06 ---> ce3400d02ced 00:39:06 Step 21/21 : LABEL version=0.0.0 00:39:06 ---> Running in 3215ba317fc0 00:39:06 Removing intermediate container 7d1d7ff34986 00:39:06 ---> f4194928e0bc 00:39:06 00:39:07 Successfully built f4194928e0bc 00:39:07 Removing intermediate container 3215ba317fc0 00:39:07 ---> a6bbff5d29a5 00:39:07 00:39:07 Successfully tagged docker-support-scheduler-go:latest 00:39:07  Building docker-support-scheduler-go ... done Successfully built a6bbff5d29a5 00:39:07 Successfully tagged docker-security-proxy-setup-go:latest 00:39:08  Building docker-security-proxy-setup-go ... done  ---> b144ea4af425 00:39:08 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:39:10 Removing intermediate container 4d500c29d7ed 00:39:10 ---> 78c4579d54b8 00:39:10 Step 21/26 : RUN apk --no-cache add curl 00:39:10 ---> 12579f7b9be9 00:39:10 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.498s coverage: 27.0% of statements 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.104s coverage: 100.0% of statements 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.125s coverage: 100.0% of statements 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.294s coverage: 67.9% of statements 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.380s coverage: 82.3% of statements 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:10 ---> Running in f7121f1da564 00:39:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:12 ---> 08430de09c37 00:39:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:39:12 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:39:12 (2/3) Installing libcurl (7.69.1-r3) 00:39:12 (3/3) Installing curl (7.69.1-r3) 00:39:12 Executing busybox-1.31.1-r19.trigger 00:39:12 OK: 72 MiB in 58 packages 00:39:13 ---> 85ff2c5a3fb9 00:39:13 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:39:14 Removing intermediate container f7121f1da564 00:39:14 ---> dbf2f9c04646 00:39:14 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:39:14 ---> c6ca8bf06a16 00:39:14 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:39:14 ---> Running in e5f502f2494a 00:39:14 ---> Running in 196cb4db5fd0 00:39:14 Removing intermediate container e5f502f2494a 00:39:14 ---> 02c1101802b3 00:39:14 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:14 Removing intermediate container 196cb4db5fd0 00:39:14 ---> fe50126908f9 00:39:14 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:14 ---> Running in 41170532d41c 00:39:14 ---> Running in f3a1377101cb 00:39:14 Removing intermediate container 41170532d41c 00:39:14 ---> 6e8c54f36cba 00:39:14 Step 24/26 : LABEL arch=x86_64 00:39:15 Removing intermediate container f3a1377101cb 00:39:15 ---> 196c7787b5c4 00:39:15 Step 22/24 : LABEL arch=x86_64 00:39:15 ---> Running in 94be5a010b6a 00:39:15 ---> Running in 5cdccbf985f7 00:39:15 Removing intermediate container 94be5a010b6a 00:39:15 ---> 702c45b7b2a4 00:39:15 Step 25/26 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 00:39:15 Removing intermediate container 5cdccbf985f7 00:39:15 ---> 7b4560b5933b 00:39:15 Step 23/24 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 00:39:15 ---> Running in 6e3dc398074b 00:39:15 ---> Running in bc0d37c10339 00:39:15 Removing intermediate container 6e3dc398074b 00:39:15 ---> 315b7f6f111e 00:39:15 Step 26/26 : LABEL version=0.0.0 00:39:15 Removing intermediate container bc0d37c10339 00:39:15 ---> 9e03422ab5db 00:39:15 Step 24/24 : LABEL version=0.0.0 00:39:15 ---> Running in cd258e2ba18e 00:39:15 ---> Running in b93755805645 00:39:15 Removing intermediate container cd258e2ba18e 00:39:15 ---> 9c1a7881d2c3 00:39:15 00:39:15 Removing intermediate container b93755805645 00:39:15 ---> 192f5c1e9ad3 00:39:15 00:39:16 Successfully built 9c1a7881d2c3 00:39:16 Successfully built 192f5c1e9ad3 00:39:16 Successfully tagged docker-support-notifications-go:latest 00:39:16 Successfully tagged docker-sys-mgmt-agent-go:latest 00:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.065s coverage: 28.6% of statements 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.143s coverage: 100.0% of statements 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.316s coverage: 86.7% of statements 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.342s coverage: 97.5% of statements 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.129s coverage: 78.3% of statements 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:39:20  Building docker-support-notifications-go ... done  Building docker-sys-mgmt-agent-go ... done Removing intermediate container a7f1600eb03a 00:39:20 ---> 329b8d370ebb 00:39:20 00:39:20 Step 10/23 : FROM alpine:3.12 00:39:20 ---> 389fef711851 00:39:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:20 ---> Running in 699ebbf702e5 00:39:20 Removing intermediate container 699ebbf702e5 00:39:20 ---> f31984dc5936 00:39:20 Step 12/23 : ENV APP_PORT=48080 00:39:20 ---> Running in 65cbb7535b72 00:39:20 Removing intermediate container 65cbb7535b72 00:39:20 ---> 7ad69e0f59eb 00:39:20 Step 13/23 : EXPOSE $APP_PORT 00:39:20 ---> Running in c2f014e955ea 00:39:21 Removing intermediate container c2f014e955ea 00:39:21 ---> d55339b65291 00:39:21 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:21 ---> Running in f804cc4594ab 00:39:21 Removing intermediate container f804cc4594ab 00:39:21 ---> 689299ffb7b5 00:39:21 Step 15/23 : RUN apk add --update --no-cache zeromq 00:39:21 ---> Running in 261a3c9a8f25 00:39:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:24 (1/5) Installing libgcc (9.3.0-r2) 00:39:24 (2/5) Installing libsodium (1.0.18-r0) 00:39:24 (3/5) Installing libstdc++ (9.3.0-r2) 00:39:24 (4/5) Installing libzmq (4.3.3-r0) 00:39:24 (5/5) Installing zeromq (4.3.3-r0) 00:39:24 Executing busybox-1.31.1-r19.trigger 00:39:24 OK: 8 MiB in 19 packages 00:39:25 Removing intermediate container 261a3c9a8f25 00:39:25 ---> ec746743676a 00:39:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:25 ---> 66361550f102 00:39:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:39:26 ---> fe59ca57c2f0 00:39:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:39:26 ---> 078ab13aa835 00:39:26 Step 19/23 : ENTRYPOINT ["/core-data"] 00:39:26 ---> Running in bf2b137f6a42 00:39:26 Removing intermediate container bf2b137f6a42 00:39:26 ---> 3da5ba94143a 00:39:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:26 ---> Running in 554369188f6f 00:39:26 Removing intermediate container 554369188f6f 00:39:26 ---> a97f2b416d59 00:39:26 Step 21/23 : LABEL arch=x86_64 00:39:26 ---> Running in cad44e23e971 00:39:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.229s coverage: 92.8% of statements 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:39:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.163s coverage: 0.1% of statements 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.126s coverage: 75.5% of statements 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:39:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.072s coverage: 80.8% of statements 00:39:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.165s coverage: 87.2% of statements 00:39:27 Removing intermediate container cad44e23e971 00:39:27 ---> 61e1a0489f63 00:39:27 Step 22/23 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 00:39:27 ---> Running in 14d9c329e88f 00:39:27 Removing intermediate container 14d9c329e88f 00:39:27 ---> 6b35860d7a7b 00:39:27 Step 23/23 : LABEL version=0.0.0 00:39:27 ---> Running in b8cb197384c5 00:39:27 Removing intermediate container b8cb197384c5 00:39:27 ---> 8cb5a4035e40 00:39:27 00:39:27 Successfully built 8cb5a4035e40 00:39:27 Successfully tagged docker-core-data-go:latest 00:39:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.151s coverage: 84.2% of statements 00:39:27  Building docker-core-data-go ... done  [Pipeline] } 00:39:27 $ docker stop --time=1 3a6738267f9f0126db4a4da030c4b0144b8923b7ee1334faf309faf6919e4602 00:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.221s coverage: 91.4% of statements 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:39:29 $ docker rm -f 3a6738267f9f0126db4a4da030c4b0144b8923b7ee1334faf309faf6919e4602 [Pipeline] // withDockerContainer [Pipeline] sh 00:39:30 + docker images 00:39:30 + grep docker 00:39:30 docker-core-data-go latest 8cb5a4035e40 2 seconds ago 22.3MB 00:39:30 docker-support-notifications-go latest 192f5c1e9ad3 14 seconds ago 12MB 00:39:30 docker-sys-mgmt-agent-go latest 9c1a7881d2c3 14 seconds ago 313MB 00:39:30 docker-support-scheduler-go latest f4194928e0bc 23 seconds ago 10.7MB 00:39:30 docker-security-proxy-setup-go latest a6bbff5d29a5 23 seconds ago 24.4MB 00:39:30 docker-security-secretstore-setup-go latest 04b7cd8227ee About a minute ago 24.6MB 00:39:30 docker-security-bootstrap-redis-go latest 507fc97e1ff2 About a minute ago 15.8MB 00:39:30 docker-core-metadata-go latest e33e2955c761 About a minute ago 13.1MB 00:39:30 docker-core-command-go latest 2da757875730 2 minutes ago 10.6MB 00:39:30 docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.657s coverage: 63.5% of statements 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.067s coverage: 100.0% of statements 00:39:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements 00:39:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements 00:39:37 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.848s coverage: 68.9% of statements 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:39:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.349s coverage: 37.0% of statements 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.582s coverage: 84.0% of statements 00:39:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.084s coverage: 100.0% of statements 00:39:45 Still waiting to schedule task 00:39:45 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-21793’ 00:39:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.365s coverage: 47.1% of statements 00:39:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:39:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements 00:39:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:39:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.130s coverage: 100.0% of statements 00:39:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.061s coverage: 29.1% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.174s coverage: 99.0% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.099s coverage: 100.0% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.071s coverage: 100.0% of statements 00:39:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 00:39:52 GO111MODULE=on go vet ./... 00:41:00 gofmt -l . 00:41:00 [ "`gofmt -l .`" = "" ] 00:41:00 ./bin/test-go-mod-tidy.sh 00:41:01 ./bin/test-attribution-txt.sh [Pipeline] sh 00:41:03 + ls -al . 00:41:03 total 684 00:41:03 drwxrwxr-x 9 1001 1001 4096 Jan 21 00:41 . 00:41:03 drwxr-xr-x 4 root root 4096 Jan 21 00:37 .. 00:41:03 -rw-rw-r-- 1 1001 1001 11 Jan 21 00:36 .dockerignore 00:41:03 drwxrwxr-x 8 1001 1001 4096 Jan 21 00:36 .git 00:41:03 drwxrwxr-x 3 1001 1001 4096 Jan 21 00:36 .github 00:41:03 -rw-rw-r-- 1 1001 1001 824 Jan 21 00:36 .gitignore 00:41:03 -rw-rw-r-- 1 1001 1001 166 Jan 21 00:36 .sonarcloud.properties 00:41:03 -rw-rw-r-- 1 1001 1001 7759 Jan 21 00:36 Attribution.txt 00:41:03 -rw-rw-r-- 1 1001 1001 3804 Jan 21 00:36 CONTRIBUTING.md 00:41:03 -rw-rw-r-- 1 1001 1001 931 Jan 21 00:36 Dockerfile.build 00:41:03 -rw-rw-r-- 1 1001 1001 863 Jan 21 00:36 Jenkinsfile 00:41:03 -rw-rw-r-- 1 1001 1001 10775 Jan 21 00:36 LICENSE 00:41:03 -rw-rw-r-- 1 1001 1001 5750 Jan 21 00:36 Makefile 00:41:03 -rw-rw-r-- 1 1001 1001 6524 Jan 21 00:36 README.md 00:41:03 -rw-rw-r-- 1 1001 1001 6744 Jan 21 00:36 SECURITY.md 00:41:03 -rw-rw-r-- 1 1001 1001 5 Jan 21 00:31 VERSION 00:41:03 -rw-rw-r-- 1 1001 1001 4131 Jan 21 00:36 ZMQWindows.md 00:41:03 drwxrwxr-x 2 1001 1001 4096 Jan 21 00:36 bin 00:41:03 drwxrwxr-x 14 1001 1001 4096 Jan 21 00:36 cmd 00:41:03 -rw-r--r-- 1 root root 550280 Jan 21 00:39 coverage.out 00:41:03 -rw-r--r-- 1 root root 1027 Jan 21 00:41 go.mod 00:41:03 -rw-r--r-- 1 root root 18725 Jan 21 00:41 go.sum 00:41:03 drwxrwxr-x 8 1001 1001 4096 Jan 21 00:36 internal 00:41:03 drwxrwxr-x 4 1001 1001 4096 Jan 21 00:36 openapi 00:41:03 drwxrwxr-x 4 1001 1001 4096 Jan 21 00:36 snap 00:41:03 -rw-rw-r-- 1 1001 1001 168 Jan 21 00:36 version.go [Pipeline] sh 00:41:03 + '[' -e coverage.out ] 00:41:03 + chown 1001:1001 coverage.out [Pipeline] stash 00:41:03 Warning: overwriting stash ‘coverage-report’ 00:41:05 Stashed 1 file(s) [Pipeline] sh 00:41:05 + make build 00:41:05 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:41:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:41:35 Running on prd-ubuntu18.04-docker-8c-8g-21799 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:41:35 Running in /w/workspace/edgex-go/45 [Pipeline] { [Pipeline] checkout 00:41:37 using credential edgex-jenkins-ssh 00:41:37 Cloning the remote Git repository 00:41:37 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:41:37 > git init /w/workspace/edgex-go/45 # timeout=10 00:41:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:37 > git --version # timeout=10 00:41:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:41:37 > git --version # 'git version 2.17.1' 00:41:37 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:41:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:41:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:41:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:41:52 Merging remotes/origin/master commit ba3f575de95cda6ffdeb8943f6d6d62c3955065b into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:41:53 Merge succeeded, producing c6249e198044603784b84cfc93fe9fa84b5696bd 00:41:53 Checking out Revision c6249e198044603784b84cfc93fe9fa84b5696bd (PR-2858) 00:41:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:52 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:41:52 > git config core.sparsecheckout # timeout=10 00:41:52 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:41:52 > git remote # timeout=10 00:41:52 > git config --get remote.origin.url # timeout=10 00:41:53 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:53 > git merge ba3f575de95cda6ffdeb8943f6d6d62c3955065b # timeout=10 00:41:53 > git rev-parse HEAD^{commit} # timeout=10 00:41:53 > git config core.sparsecheckout # timeout=10 00:41:53 > git checkout -f c6249e198044603784b84cfc93fe9fa84b5696bd # timeout=10 00:41: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 00:41:56 Commit message: "Merge commit 'ba3f575de95cda6ffdeb8943f6d6d62c3955065b' into HEAD" 00:41:56 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:41:56 > git rev-list --no-walk 8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c # timeout=10 00:41:58 + echo snap-build.sh 00:41:58 snap-build.sh 00:41:58 + SNAP_BASE_DIR=. 00:41:58 + '[' '!' -z /w/workspace/edgex-go/45 ']' 00:41:58 + SNAP_BASE_DIR=/w/workspace/edgex-go/45 00:41:58 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/45]' 00:41:58 [snap-build] Building snap in dir [/w/workspace/edgex-go/45] 00:41:58 + cd /w/workspace/edgex-go/45 00:41:58 + sudo apt-get remove -qy --purge lxd lxd-client 00:41:58 Reading package lists... 00:41:58 Building dependency tree... 00:41:58 Reading state information... 00:41:58 The following packages were automatically installed and are no longer required: 00:41:58 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:41:58 uidmap xdelta3 00:41:58 Use 'sudo apt autoremove' to remove them. 00:41:58 The following packages will be REMOVED: 00:41:58 lxd* lxd-client* 00:41:58 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:41:58 After this operation, 31.7 MB disk space will be freed. 00:42:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:42:00 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:42:00 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:01 Removing lxd dnsmasq configuration 00:42:01 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:42:01 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:42:01 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:42:02 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:42:02 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:03 Processing triggers for systemd (237-3ubuntu10.42) ... 00:42:03 Processing triggers for ureadahead (0.100.0-21) ... 00:42:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:42:05 + sudo snap remove --purge lxd 00:42:05 snap "lxd" is not installed 00:42:05 + sudo groupadd --force --system lxd 00:42:05 ++ whoami 00:42:05 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:42:05 + newgrp - lxd 00:42:05 + sudo snap install lxd 00:42:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:42:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:42:13 2021-01-21T00:42:10Z INFO Waiting for automatic snapd restart... [Pipeline] } 00:42:15 $ docker stop --time=1 89ad5cd641d60954a2f9a4179cb0361758504dfe230c360688d56ea907d1e3ad 00:42:18 $ docker rm -f 89ad5cd641d60954a2f9a4179cb0361758504dfe230c360688d56ea907d1e3ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:19 00:42:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:42:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:20 latest: Pulling from edgex-devops/edgex-compose-arm64 00:42:20 29e5d40040c1: Pulling fs layer 00:42:20 1ce36da41761: Pulling fs layer 00:42:20 25b303627fd3: Pulling fs layer 00:42:20 29e5d40040c1: Verifying Checksum 00:42:20 29e5d40040c1: Download complete 00:42:21 29e5d40040c1: Pull complete 00:42:21 1ce36da41761: Verifying Checksum 00:42:21 1ce36da41761: Download complete 00:42:22 1ce36da41761: Pull complete 00:42:22 25b303627fd3: Verifying Checksum 00:42:22 25b303627fd3: Download complete 00:42:31 lxd 4.10 from Canonical* installed 00:42:31 + sudo lxd init --auto 00:42:32 25b303627fd3: Pull complete 00:42:32 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:42:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:42:33 prd-ubuntu18.04-docker-arm64-4c-16g-21790 does not seem to be running inside a container 00:42:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/45 -v /w/workspace/edgex-go/45:/w/workspace/edgex-go/45:rw,z -v /w/workspace/edgex-go/45@tmp:/w/workspace/edgex-go/45@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:42:36 $ docker top 4b876263b80c93f92bd01819108f7a8e0200ffd18a97348284d219eb3ef2e7bb -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:37 + docker-compose build --help 00:42:37 + grep parallel 00:42:39 + sudo snap install --classic snapcraft 00:42:40 --parallel Build images in parallel. [Pipeline] } 00:42:40 $ docker stop --time=1 4b876263b80c93f92bd01819108f7a8e0200ffd18a97348284d219eb3ef2e7bb 00:42:42 $ docker rm -f 4b876263b80c93f92bd01819108f7a8e0200ffd18a97348284d219eb3ef2e7bb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:43 . [Pipeline] withDockerContainer 00:42:43 prd-ubuntu18.04-docker-arm64-4c-16g-21790 does not seem to be running inside a container 00:42:43 $ 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/45 -v /w/workspace/edgex-go/45:/w/workspace/edgex-go/45:rw,z -v /w/workspace/edgex-go/45@tmp:/w/workspace/edgex-go/45@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:42:45 $ docker top acd3cfa2916e6181d7d041bb2d10f85a5f79cc04a1cc37c6cdca2e8d4641e4da -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:46 snapcraft 4.4.4 from Canonical* installed 00:42:46 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:42:46 + patch --verbose -p1 00:42:46 Hmm... Looks like a unified diff to me... 00:42:46 The text leading up to this was: 00:42:46 -------------------------- 00:42:46 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:42:46 |From: Tony Espy 00:42:46 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:42:46 |Subject: [PATCH] optimize snap build for pipeline CI check 00:42:46 | 00:42:46 |This patch is used by the EdgeX CI pipeline builds to 00:42:46 |optimize the snap CI check run for pull requests. When 00:42:46 |applied, it essentially strips out everything (apps and 00:42:46 |parts) from the snapcraft.yaml file except those required 00:42:46 |to build edgex-go, as the whole idea of the CI check is to 00:42:46 |catch changes to edgex-go that break the snap build. 00:42:46 | 00:42:46 |In general, anyone updating snapcraft.yaml will also need 00:42:46 |to update this patch file, otherwise it may fail to apply, 00:42:46 |resulting in a failed snap build CI check in the associated 00:42:46 |pull request. 00:42:46 | 00:42:46 |Note - in addition to applying this patch, the pipeline also 00:42:46 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:42:46 |need to build the finally binary .snap file (and it won't 00:42:46 |work with the patch applied). This further reduces the build 00:42:46 |time. 00:42:46 |--- 00:42:46 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:42:46 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:42:46 | 00:42:46 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:42:46 |index 1e537489..faf42425 100644 00:42:46 |--- a/snap/snapcraft.yaml 00:42:46 |+++ b/snap/snapcraft.yaml 00:42:46 -------------------------- 00:42:46 patching file snap/snapcraft.yaml 00:42:46 Using Plan A... 00:42:46 Hunk #1 succeeded at 73. 00:42:46 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 00:42:46 Hunk #3 succeeded at 214 (offset -1 lines). 00:42:46 Hunk #4 FAILED at 223. 00:42:46 Hunk #5 succeeded at 300. 00:42:46 Hunk #6 succeeded at 327. 00:42:46 Hunk #7 succeeded at 361. 00:42:46 Hunk #8 FAILED at 412. 00:42:46 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:42:46 Hmm... Ignoring the trailing garbage. 00:42:46 done 00:42:46 + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:42:47 Failed in branch amd64 00:42:50 Building docker-core-command-go ... 00:42:50 Building docker-core-data-go ... 00:42:50 Building docker-core-metadata-go ... 00:42:50 Building docker-security-bootstrap-redis-go ... 00:42:50 Building docker-security-proxy-setup-go ... 00:42:50 Building docker-security-secretstore-setup-go ... 00:42:50 Building docker-support-notifications-go ... 00:42:50 Building docker-support-scheduler-go ... 00:42:50 Building docker-sys-mgmt-agent-go ... 00:42:50 Building docker-core-metadata-go 00:42:50 Building docker-support-notifications-go 00:42:50 Building docker-core-command-go 00:42:50 Building docker-security-proxy-setup-go 00:42:50 Building docker-security-bootstrap-redis-go 00:43:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:58 ---> 1fad1a381646 00:43:58 Step 3/22 : WORKDIR /edgex-go 00:43:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:58 ---> 1fad1a381646 00:43:58 Step 3/22 : WORKDIR /edgex-go 00:43:58 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:43:58 ---> 1fad1a381646 00:43:58 Step 3/21 : WORKDIR /edgex-go 00:43:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:58 ---> 1fad1a381646 00:43:58 Step 3/22 : WORKDIR /edgex-go 00:43:58 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:43:58 ---> 1fad1a381646 00:43:58 Step 3/24 : WORKDIR /edgex-go 00:44:03 ---> Running in c3e087423140 00:44:03 ---> Running in b5b4f23e1170 00:44:03 ---> Running in cb6aa80cafe3 00:44:03 ---> Running in 5ac68f054d4f 00:44:03 ---> Running in 5ca2b2b8df55 00:44:03 Removing intermediate container b5b4f23e1170 00:44:03 ---> 8bad563c0e07 00:44:03 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:03 Removing intermediate container 5ac68f054d4f 00:44:03 ---> d04fb4363658 00:44:03 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:03 Removing intermediate container cb6aa80cafe3 00:44:03 ---> 327853604166 00:44:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:03 Removing intermediate container 5ca2b2b8df55 00:44:03 ---> 201932239640 00:44:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:03 Removing intermediate container c3e087423140 00:44:03 ---> 195a8a22cf84 00:44:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:03 ---> Running in 43218a3f4a83 00:44:03 ---> Running in a24e27a2d4a2 00:44:03 ---> Running in 2a44b306e4b3 00:44:03 ---> Running in a03d6745f95a 00:44:03 ---> Running in e368ef75647e 00:44:07 Removing intermediate container 43218a3f4a83 00:44:07 ---> 167f8b357e70 00:44:07 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:44:07 ---> Running in 9a23dc6cd335 00:44:07 Removing intermediate container a24e27a2d4a2 00:44:07 ---> 4588bfac3bf1 00:44:07 Step 5/21 : RUN apk add --update --no-cache make git 00:44:07 Removing intermediate container e368ef75647e 00:44:07 ---> f587fdf26f38 00:44:07 Step 5/22 : RUN apk add --update --no-cache make git 00:44:07 ---> Running in 8108b6bb6466 00:44:08 ---> Running in d7a8563a7f14 00:44:08 Removing intermediate container a03d6745f95a 00:44:08 ---> 647f7e3f6f51 00:44:08 Step 5/22 : RUN apk add --update --no-cache make git 00:44:08 Removing intermediate container 2a44b306e4b3 00:44:08 ---> 4c639673d4cd 00:44:08 Step 5/22 : RUN apk add --update --no-cache make git 00:44:08 ---> Running in 161b394f6140 00:44:08 ---> Running in c97e000df9f4 00:44:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:10 OK: 217 MiB in 51 packages 00:44:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:11 OK: 217 MiB in 51 packages 00:44:11 OK: 217 MiB in 51 packages 00:44:11 OK: 217 MiB in 51 packages 00:44:12 OK: 217 MiB in 51 packages 00:44:12 Removing intermediate container 9a23dc6cd335 00:44:12 ---> 74ec690f1b74 00:44:12 Step 6/24 : COPY go.mod . 00:44:13 Removing intermediate container 8108b6bb6466 00:44:13 ---> 527b853e7d9b 00:44:13 Step 6/21 : COPY go.mod . 00:44:13 ---> 9a20a5375ee2 00:44:13 Step 7/24 : RUN go mod download 00:44:13 ---> Running in 2347eca1ff3e 00:44:13 Removing intermediate container 161b394f6140 00:44:13 ---> fe15a88200a8 00:44:13 Step 6/22 : COPY go.mod . 00:44:13 Removing intermediate container d7a8563a7f14 00:44:13 Removing intermediate container c97e000df9f4 00:44:13 ---> 8a3088f3e83f 00:44:13 Step 6/22 : COPY go.mod . ---> c25b70fbb8f8 00:44:13 00:44:13 Step 6/22 : COPY go.mod . 00:44:14 ---> 64330c9aca39 00:44:14 Step 7/21 : RUN go mod download 00:44:14 ---> Running in 29341705ff46 00:44:15 ---> 0ad7d2b313a9 00:44:15 Step 7/22 : RUN go mod download 00:44:15 ---> fc4a6e2dfd0f 00:44:15 Step 7/22 : RUN go mod download 00:44:15 ---> Running in d569f742bf0d 00:44:15 ---> 56e8f8c0c306 00:44:15 Step 7/22 : RUN go mod download 00:44:15 ---> Running in 3358c588af19 00:44:15 ---> Running in 39a34c7e6f5d 00:44:17 Removing intermediate container 2347eca1ff3e 00:44:17 ---> e8939b2d713b 00:44:17 Step 8/24 : COPY . . 00:44:19 Removing intermediate container 29341705ff46 00:44:19 ---> 4b44df82ca2b 00:44:19 Step 8/21 : COPY . . 00:44:21 Removing intermediate container d569f742bf0d 00:44:21 ---> a70fa49fc38e 00:44:21 Step 8/22 : COPY . . 00:44:21 Removing intermediate container 39a34c7e6f5d 00:44:21 ---> a423b0f8c17a 00:44:21 Step 8/22 : COPY . . 00:44:21 Removing intermediate container 3358c588af19 00:44:21 ---> 30ea8ca1f986 00:44:21 Step 8/22 : COPY . . 00:44:48 ---> a1cdc097d500 00:44:48 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:44:48 ---> 89dd2d69c21a 00:44:48 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:44:48 ---> Running in 4735e7626262 00:44:48 ---> Running in ca451aded1f7 00:44:48 ---> 4f05b99e2c22 00:44:48 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:44:48 ---> 16cca49af397 00:44:48 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:44:48 ---> 90e80b7d7ab6 00:44:48 Step 9/22 : RUN make cmd/core-command/core-command 00:44:48 ---> Running in 17d092b519bc 00:44:48 ---> Running in 94f728a6c5ae 00:44:48 ---> Running in 4cef60d53e08 00:44:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:44:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:44:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:44:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:44:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:46:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:46:17 Removing intermediate container 4cef60d53e08 00:46:17 ---> dec3f2b8bd2b 00:46:17 00:46:17 Step 10/22 : FROM alpine:3.12 00:46:17 3.12: Pulling from library/alpine 00:46:18 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:46:18 Status: Downloaded newer image for alpine:3.12 00:46:18 ---> afeebe901d6b 00:46:18 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:46:19 ---> Running in bc1ceda660a0 00:46:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:23 (1/5) Installing ca-certificates (20191127-r4) 00:46:23 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:46:23 (3/5) Installing libcurl (7.69.1-r3) 00:46:23 (4/5) Installing curl (7.69.1-r3) 00:46:23 (5/5) Installing dumb-init (1.2.2-r1) 00:46:23 Executing busybox-1.31.1-r19.trigger 00:46:23 Executing ca-certificates-20191127-r4.trigger 00:46:23 OK: 7 MiB in 19 packages 00:46:24 Removing intermediate container ca451aded1f7 00:46:24 ---> a95b244b80ba 00:46:24 00:46:24 Step 10/24 : FROM scratch 00:46:24 ---> 00:46:24 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:46:25 ---> Running in 28556c4837d6 00:46:26 Removing intermediate container 28556c4837d6 00:46:26 ---> 46d14198b275 00:46:26 Step 12/24 : ENV APP_PORT=48060 00:46:27 ---> Running in 9da9743df929 00:46:27 Removing intermediate container bc1ceda660a0 00:46:27 ---> 5a2629d7b835 00:46:27 Removing intermediate container 94f728a6c5ae 00:46:27 ---> 8090ad48e9ac 00:46:27 00:46:27 Step 10/22 : FROM scratch 00:46:27 ---> 00:46:27 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:46:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:46:27 Removing intermediate container 4735e7626262 00:46:27 ---> 0e09f065859d 00:46:27 00:46:27 Step 10/21 : FROM alpine:3.12 00:46:27 ---> afeebe901d6b 00:46:27 Step 11/21 : RUN apk add --update --no-cache curl 00:46:28 ---> Running in 87b7a14c397a 00:46:28 ---> Running in d6acd6bf9ca5 00:46:28 ---> Running in 8bab0c320885 00:46:28 Removing intermediate container 9da9743df929 00:46:28 ---> 362608a6b908 00:46:28 Step 13/24 : EXPOSE $APP_PORT 00:46:28 ---> Running in e477b8c5986c 00:46:28 Removing intermediate container 87b7a14c397a 00:46:28 ---> b677f01d22c9 00:46:28 Step 12/22 : ENV APP_PORT=48082 00:46:28 Removing intermediate container d6acd6bf9ca5 00:46:28 ---> 2662ed4a6046 00:46:28 Step 13/22 : WORKDIR / 00:46:28 ---> Running in b33af6849847 00:46:29 ---> Running in 4abeddd16bc0 00:46:29 Removing intermediate container e477b8c5986c 00:46:29 ---> 3af940c44bfb 00:46:29 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:46:29 Removing intermediate container b33af6849847 00:46:29 ---> 2dcfc13b1bcc 00:46:29 Step 13/22 : EXPOSE $APP_PORT 00:46:29 ---> Running in c0de47919846 00:46:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:30 Removing intermediate container 4abeddd16bc0 00:46:30 ---> e4d3432e1bfa 00:46:30 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:46:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:30 Removing intermediate container c0de47919846 00:46:30 ---> 068bfa4f7509 00:46:30 Step 14/22 : WORKDIR / 00:46:31 ---> Running in 17babbfbe586 00:46:31 ---> d9f96901b7f3 00:46:31 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:46:31 (1/4) Installing ca-certificates (20191127-r4) 00:46:31 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:46:31 (3/4) Installing libcurl (7.69.1-r3) 00:46:31 (4/4) Installing curl (7.69.1-r3) 00:46:31 Executing busybox-1.31.1-r19.trigger 00:46:31 Executing ca-certificates-20191127-r4.trigger 00:46:31 OK: 7 MiB in 18 packages 00:46:31 ---> 50226e52cd89 00:46:31 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:46:31 Removing intermediate container 17babbfbe586 00:46:31 ---> 193bebe81acb 00:46:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:46:32 ---> 834fc68ddb95 00:46:32 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:46:33 ---> ce5c8ffdf4e9 00:46:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:46:33 ---> 3804d5a62474 00:46:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:46:34 Removing intermediate container 8bab0c320885 00:46:34 ---> 485f98909d8b 00:46:34 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:46:35 ---> 98ff6abc6dac 00:46:35 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:46:35 ---> Running in d50acb4a291a 00:46:35 ---> 2e728fa6f6ad 00:46:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:46:35 ---> 2ce11c843262 00:46:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:46:36 ---> 99ab7a7c1b4c 00:46:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:46:36 Removing intermediate container d50acb4a291a 00:46:36 ---> adfbc002150b 00:46:36 Step 13/21 : WORKDIR /edgex 00:46:36 ---> Running in 9dfac34f1b75 00:46:37 ---> 1148a103ab3d 00:46:37 Step 18/22 : ENTRYPOINT ["/core-command"] 00:46:37 ---> 38bf491e2344 00:46:37 Step 18/22 : RUN chmod +x entrypoint.sh 00:46:37 ---> Running in f0d5bef73bd3 00:46:37 ---> Running in 07618ce54078 00:46:37 Removing intermediate container 9dfac34f1b75 00:46:37 ---> 5cf8e7637583 00:46:37 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:46:38 ---> ec06550cfb89 00:46:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:46:38 Removing intermediate container 07618ce54078 00:46:38 ---> 5a7b5c880e60 00:46:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:39 ---> Running in ffa745ca6bcb 00:46:39 ---> f83d0619ca61 00:46:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:46:39 ---> 73388dfcb124 00:46:39 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:46:39 Removing intermediate container ffa745ca6bcb 00:46:39 ---> e7e039a3b07b 00:46:39 Step 20/22 : LABEL arch=arm64 00:46:40 Removing intermediate container 17d092b519bc 00:46:40 ---> cc0d0c79784a 00:46:40 00:46:40 Step 10/22 : FROM scratch 00:46:40 ---> 00:46:40 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:46:40 ---> Using cache 00:46:40 ---> b677f01d22c9 00:46:40 Step 12/22 : ENV APP_PORT=48081 00:46:40 ---> Running in ce6a9f0540f4 00:46:40 ---> Running in 7352c7485aba 00:46:40 ---> Running in 0473b175dd55 00:46:41 ---> d6c99fd72cb1 00:46:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:46:41 Removing intermediate container ce6a9f0540f4 00:46:41 ---> cc5303519f2c 00:46:41 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:41 Removing intermediate container 0473b175dd55 00:46:41 ---> e5eced21595f 00:46:41 Removing intermediate container 7352c7485aba 00:46:41 ---> acf428f3cfaa 00:46:41 Step 21/22 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 00:46:41 Step 13/22 : EXPOSE $APP_PORT 00:46:41 ---> Running in 20343963ef54 00:46:41 ---> Running in 9b96f65d3983 00:46:41 Removing intermediate container f0d5bef73bd3 00:46:41 ---> edc5416f2e0c 00:46:41 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:46:41 ---> Running in 3fc2c5a2dbc9 00:46:41 ---> Running in 24598f1a9458 00:46:42 Removing intermediate container 20343963ef54 00:46:42 ---> 4e19d117897b 00:46:42 Step 22/24 : LABEL arch=arm64 00:46:42 Removing intermediate container 9b96f65d3983 00:46:42 ---> 2c88d8d325c0 00:46:42 Step 14/22 : WORKDIR / 00:46:42 ---> Running in 04545162ceb4 00:46:42 Removing intermediate container 3fc2c5a2dbc9 00:46:42 ---> bf0d788f178b 00:46:42 Step 22/22 : LABEL version=0.0.0 00:46:42 ---> Running in 6e8941eee7b6 00:46:42 ---> afe4dbdd47bb 00:46:42 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:46:42 Removing intermediate container 24598f1a9458 00:46:42 ---> 8311e5f671c7 00:46:42 Step 20/22 : LABEL arch=arm64 00:46:42 ---> Running in 6c0da4c96bad 00:46:42 ---> Running in f88c46266302 00:46:42 ---> Running in 8810d044a5cf 00:46:43 Removing intermediate container 04545162ceb4 00:46:43 ---> 02108c6527be 00:46:43 Step 23/24 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 00:46:43 Removing intermediate container 6e8941eee7b6 00:46:43 ---> f47c26284038 00:46:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:46:43 ---> Running in 5a88df615ccc 00:46:43 Removing intermediate container 6c0da4c96bad 00:46:43 ---> 326372b9a8e2 00:46:43 00:46:43 Removing intermediate container f88c46266302 00:46:43 ---> ea65985a7fcf 00:46:43 Step 18/21 : CMD ["--init=true"] 00:46:43 Removing intermediate container 8810d044a5cf 00:46:43 ---> 695d5f59b049 00:46:43 Step 21/22 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 00:46:44 ---> Running in 33eae81c2705 00:46:44 Successfully built 326372b9a8e2 00:46:44 Removing intermediate container 5a88df615ccc 00:46:44 ---> 6362f626bed6 00:46:44 Step 24/24 : LABEL version=0.0.0 00:46:44 ---> Running in 802daa02c61f 00:46:44 Successfully tagged docker-core-command-go-arm64:latest 00:46:44 Building docker-security-secretstore-setup-go 00:46:44  Building docker-core-command-go ... done  ---> 2d2a6df47343 00:46:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:46:44 ---> Running in 6fe1d4b0304b 00:46:44 Removing intermediate container 33eae81c2705 00:46:44 ---> 606eb2540c38 00:46:44 Step 19/21 : LABEL arch=arm64 00:46:44 Removing intermediate container 802daa02c61f 00:46:44 ---> 5ba348a2f8cb 00:46:44 Step 22/22 : LABEL version=0.0.0 00:46:44 ---> Running in 3435e1a0b8fe 00:46:45 ---> Running in 030956b9fcce 00:46:45 Removing intermediate container 6fe1d4b0304b 00:46:45 ---> e7516044518f 00:46:45 00:46:45 Removing intermediate container 3435e1a0b8fe 00:46:45 ---> 67404da0e43b 00:46:45 Step 20/21 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 00:46:45 Successfully built e7516044518f 00:46:46 Successfully tagged docker-support-notifications-go-arm64:latest 00:46:46  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 00:46:46 ---> Running in 2a1df61f4ebd 00:46:46 ---> b2641d1c5cae 00:46:46 Removing intermediate container 030956b9fcce 00:46:46 ---> 509325412a42 00:46:46 00:46:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:46:47 Successfully built 509325412a42 00:46:47 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:46:47  Building docker-security-bootstrap-redis-go ... done Building docker-core-data-go 00:46:47 Removing intermediate container 2a1df61f4ebd 00:46:47 ---> 7b1185404275 00:46:47 Step 21/21 : LABEL version=0.0.0 00:46:47 ---> Running in af1ca0f5aee0 00:46:47 ---> 5a6bea7b1e0e 00:46:47 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:46:47 ---> Running in 4e45bd868b1b 00:46:48 Removing intermediate container af1ca0f5aee0 00:46:48 ---> 0f42f5b7fe6f 00:46:48 00:46:48 Successfully built 0f42f5b7fe6f 00:46:48 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:46:48  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 00:46:48 Removing intermediate container 4e45bd868b1b 00:46:48 ---> d553aca54282 00:46:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:48 ---> Running in 2e065977fa3f 00:46:49 Removing intermediate container 2e065977fa3f 00:46:49 ---> 2fa374efcec7 00:46:49 Step 20/22 : LABEL arch=arm64 00:46:49 ---> Running in a6476d755d70 00:46:50 Removing intermediate container a6476d755d70 00:46:50 ---> ffce78a351b9 00:46:50 Step 21/22 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 00:46:50 ---> Running in 8b2de7984817 00:46:52 Removing intermediate container 8b2de7984817 00:46:52 ---> fafa79c8ef2e 00:46:52 Step 22/22 : LABEL version=0.0.0 00:46:52 ---> Running in af6154c37b57 00:46:53 Removing intermediate container af6154c37b57 00:46:53 ---> 24511cecdec5 00:46:53 00:46:54 Successfully built 24511cecdec5 00:46:54 Successfully tagged docker-core-metadata-go-arm64:latest 00:47:41  Building docker-core-metadata-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:41 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:47:41 ---> 1fad1a381646 00:47:41 Step 3/24 : WORKDIR /edgex-go 00:47:41 ---> Using cache 00:47:41 ---> 201932239640 00:47:41 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:41 ---> Using cache 00:47:41 ---> f587fdf26f38 00:47:41 Step 5/24 : RUN apk add --update --no-cache make git 00:47:41 ---> Using cache 00:47:41 ---> 8a3088f3e83f 00:47:41 Step 6/24 : COPY go.mod . 00:47:41 ---> Using cache 00:47:41 ---> 56e8f8c0c306 00:47:41 Step 7/24 : RUN go mod download 00:47:41 ---> Using cache 00:47:41 ---> a423b0f8c17a 00:47:41 Step 8/24 : COPY . . 00:47:41 ---> Using cache 00:47:41 ---> 90e80b7d7ab6 00:47:41 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:47:41 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:41 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:47:41 ---> 1fad1a381646 00:47:41 Step 3/21 : WORKDIR /edgex-go 00:47:41 ---> Using cache 00:47:41 ---> 201932239640 00:47:41 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:41 ---> Using cache 00:47:41 ---> f587fdf26f38 00:47:41 Step 5/21 : RUN apk add --update --no-cache make git 00:47:41 ---> Using cache 00:47:41 ---> 8a3088f3e83f 00:47:41 Step 6/21 : COPY go.mod . 00:47:41 ---> Using cache 00:47:41 ---> 56e8f8c0c306 00:47:41 Step 7/21 : RUN go mod download 00:47:41 ---> Using cache 00:47:41 ---> a423b0f8c17a 00:47:41 Step 8/21 : COPY . . 00:47:41 ---> Using cache 00:47:41 ---> 90e80b7d7ab6 00:47:41 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:47:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:47:41 ---> 1fad1a381646 00:47:41 Step 3/23 : WORKDIR /edgex-go 00:47:41 ---> Using cache 00:47:41 ---> 201932239640 00:47:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:41 ---> Using cache 00:47:41 ---> f587fdf26f38 00:47:41 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:47:41 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:41 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:47:41 ---> 1fad1a381646 00:47:41 Step 3/26 : WORKDIR /edgex-go 00:47:41 ---> Using cache 00:47:41 ---> 201932239640 00:47:41 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:41 ---> Using cache 00:47:41 ---> f587fdf26f38 00:47:41 Step 5/26 : RUN apk add --update --no-cache make bash git 00:47:41 ---> Running in fee64594db50 00:47:41 ---> Running in d7bee45048ef 00:47:41 ---> Running in f7f0fb3b350c 00:47:41 ---> Running in f60ed4fbfe5a 00:47:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:47:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:47:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:41 OK: 217 MiB in 51 packages 00:47:41 OK: 217 MiB in 51 packages 00:47:42 Removing intermediate container f7f0fb3b350c 00:47:42 ---> dd8222bbd0f7 00:47:42 Step 6/26 : COPY go.mod . 00:47:43 Removing intermediate container fee64594db50 00:47:43 ---> cda52c50b10f 00:47:43 Step 6/23 : COPY go.mod . 00:47:44 ---> 8e3273b66e77 00:47:44 Step 7/26 : RUN go mod download 00:47:44 ---> e1eb8d844e3d 00:47:44 Step 7/23 : RUN go mod download 00:47:44 ---> Running in 157829f51336 00:47:44 ---> Running in 9f9c45d4621a 00:47:49 Removing intermediate container 9f9c45d4621a 00:47:49 ---> d1ca9ad2b1cf 00:47:49 Step 8/23 : COPY . . 00:47:49 Removing intermediate container 157829f51336 00:47:49 ---> 560563ae8ddb 00:47:49 Step 8/26 : COPY . . 00:48:22 ---> 34a937d383de 00:48:22 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:48:22 ---> 101bde73ccff 00:48:22 Step 9/23 : RUN make cmd/core-data/core-data 00:48:22 ---> Running in b7244884eeb9 00:48:22 ---> Running in 35ddfcc68f87 00:48:22 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:48:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:48:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:48:43 Removing intermediate container d7bee45048ef 00:48:43 ---> 9ecb3bdf871f 00:48:43 00:48:43 Step 10/24 : FROM alpine:3.12 00:48:43 ---> afeebe901d6b 00:48:43 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:48:43 ---> Using cache 00:48:43 ---> 5a2629d7b835 00:48:43 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:43 Removing intermediate container f60ed4fbfe5a 00:48:43 ---> 2a043106deb7 00:48:43 00:48:43 Step 10/21 : FROM scratch 00:48:43 ---> 00:48:43 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:48:43 ---> Running in dc5a7a842265 00:48:43 ---> Using cache 00:48:43 ---> b677f01d22c9 00:48:43 Step 12/21 : ENV APP_PORT=48085 00:48:43 ---> Running in 0b0194924cb7 00:48:43 Removing intermediate container dc5a7a842265 00:48:43 ---> 1d3057e4f365 00:48:43 Step 13/24 : WORKDIR / 00:48:43 ---> Running in 2811601f1b63 00:48:43 Removing intermediate container 0b0194924cb7 00:48:43 ---> 327b0be2047c 00:48:43 Step 13/21 : EXPOSE $APP_PORT 00:48:44 ---> Running in 7bd77932c375 00:48:44 Removing intermediate container 2811601f1b63 00:48:44 ---> 5cb4938f208f 00:48:44 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:48:44 Removing intermediate container 7bd77932c375 00:48:44 ---> db816c1b0694 00:48:44 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:46 ---> d21b284e7da4 00:48:46 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:48:46 ---> aad3e14f25ae 00:48:46 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:48:47 ---> 2843a8ecf3eb 00:48:47 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:48:48 ---> 2c82d4f10f64 00:48:48 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:48:48 ---> a0eda6c0da55 00:48:48 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:48:50 ---> a45aaabfb5ce 00:48:50 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:48:50 ---> Running in 2ce9dbc53154 00:48:50 ---> 7931e284e28c 00:48:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:48:50 Removing intermediate container 2ce9dbc53154 00:48:50 ---> 36ea4dc6fceb 00:48:51 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:51 ---> Running in d86f917690d6 00:48:52 Removing intermediate container d86f917690d6 00:48:52 ---> 3e2937330736 00:48:52 Step 19/21 : LABEL arch=arm64 00:48:52 ---> Running in 2ebbe0106a3d 00:48:52 ---> fecaa496ad27 00:48:52 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:48:53 Removing intermediate container 2ebbe0106a3d 00:48:53 ---> cb43539fde7a 00:48:53 Step 20/21 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 00:48:53 ---> Running in d220c71bf925 00:48:54 ---> 726f8570b03c 00:48:54 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:48:54 ---> Running in 30c1b8a2f83c 00:48:54 Removing intermediate container d220c71bf925 00:48:54 ---> 074d6cb89b72 00:48:54 Step 21/21 : LABEL version=0.0.0 00:48:54 ---> Running in 91d513fcf98b 00:48:55 Removing intermediate container 91d513fcf98b 00:48:55 ---> 3102e6ceb78a 00:48:55 00:48:56 Successfully built 3102e6ceb78a 00:48:56 Successfully tagged docker-support-scheduler-go-arm64:latest 00:48:58  Building docker-support-scheduler-go ... done Removing intermediate container 30c1b8a2f83c 00:48:58 ---> c99a76faf8b8 00:48:58 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:48:58 ---> Running in b05b654a1d53 00:48:59 Removing intermediate container b05b654a1d53 00:48:59 ---> 94b595ffcc97 00:48:59 Step 22/24 : LABEL arch=arm64 00:48:59 ---> Running in 43612f96beff 00:48:59 Removing intermediate container 43612f96beff 00:48:59 ---> 49cba2ebfac0 00:48:59 Step 23/24 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 00:49:00 ---> Running in dff055808a0d 00:49:00 Removing intermediate container dff055808a0d 00:49:00 ---> db5cbd120d91 00:49:00 Step 24/24 : LABEL version=0.0.0 00:49:00 ---> Running in 20e9a8fbf63f 00:49:01 Removing intermediate container 20e9a8fbf63f 00:49:01 ---> 43e5334a5b28 00:49:01 00:49:01 Successfully built 43e5334a5b28 00:49:01 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:49:20  Building docker-security-secretstore-setup-go ... done Removing intermediate container 35ddfcc68f87 00:49:20 ---> d203f261c8cf 00:49:20 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:49:20 ---> Running in b131f5cc78b1 00:49:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:49:24 Removing intermediate container b131f5cc78b1 00:49:24 ---> 4fac0cdb9c78 00:49:24 00:49:24 Step 11/26 : FROM docker:20.10.0 00:49:24 20.10.0: Pulling from library/docker 00:49:32 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:49:32 Status: Downloaded newer image for docker:20.10.0 00:49:32 ---> eeaf43b92773 00:49:32 Step 12/26 : RUN apk add --no-cache bash 00:49:32 ---> Running in 4cfcae3fe880 00:49:33 Removing intermediate container b7244884eeb9 00:49:33 ---> 29bd4b6f004e 00:49:33 00:49:33 Step 10/23 : FROM alpine:3.12 00:49:33 ---> afeebe901d6b 00:49:33 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:33 ---> Running in 9a6a8076f25b 00:49:34 Removing intermediate container 9a6a8076f25b 00:49:34 ---> 4bc720298970 00:49:34 Step 12/23 : ENV APP_PORT=48080 00:49:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:34 ---> Running in 02d52ff15321 00:49:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:34 Removing intermediate container 02d52ff15321 00:49:34 ---> 8ed4fd2d33b1 00:49:34 Step 13/23 : EXPOSE $APP_PORT 00:49:34 (1/2) Installing readline (8.0.4-r0) 00:49:34 (2/2) Installing bash (5.0.17-r0) 00:49:34 ---> Running in b9afcf4ccd8a 00:49:34 Executing bash-5.0.17-r0.post-install 00:49:34 Executing busybox-1.31.1-r19.trigger 00:49:34 OK: 12 MiB in 22 packages 00:49:35 Removing intermediate container b9afcf4ccd8a 00:49:35 ---> 1b75054a8244 00:49:35 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:35 ---> Running in eceed7cef68a 00:49:36 Removing intermediate container 4cfcae3fe880 00:49:36 ---> 1f2da6346238 00:49:36 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:49:36 ---> Running in f0eefc2b013d 00:49:37 Removing intermediate container f0eefc2b013d 00:49:37 ---> 254c458e31ec 00:49:37 Step 14/26 : ENV APP_PORT=48090 00:49:37 ---> Running in 23ad0ca62309 00:49:37 Removing intermediate container 23ad0ca62309 00:49:37 ---> 684e9bffbe87 00:49:37 Step 15/26 : EXPOSE $APP_PORT 00:49:37 ---> Running in eae4db4b8433 00:49:37 Removing intermediate container eceed7cef68a 00:49:37 ---> 7c77d1dee9e5 00:49:37 Step 15/23 : RUN apk add --update --no-cache zeromq 00:49:37 ---> Running in 9c587d5cd645 00:49:38 Removing intermediate container eae4db4b8433 00:49:38 ---> 9bd146b02ef8 00:49:38 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:49:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:39 ---> caa78bafd71e 00:49:39 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:49:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:40 ---> 794c1a4a7dbd 00:49:40 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:49:40 (1/5) Installing libgcc (9.3.0-r2) 00:49:40 (2/5) Installing libsodium (1.0.18-r0) 00:49:40 (3/5) Installing libstdc++ (9.3.0-r2) 00:49:40 ---> 930fda6a1fd5 00:49:40 Step 19/26 : RUN apk --no-cache add py3-pip 00:49:41 (4/5) Installing libzmq (4.3.3-r0) 00:49:41 ---> Running in 7a680eb59bff 00:49:41 (5/5) Installing zeromq (4.3.3-r0) 00:49:41 Executing busybox-1.31.1-r19.trigger 00:49:41 OK: 8 MiB in 19 packages 00:49:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:42 Removing intermediate container 9c587d5cd645 00:49:42 ---> 61d039b9cbc7 00:49:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:43 (1/33) Installing libbz2 (1.0.8-r1) 00:49:43 (2/33) Installing expat (2.2.9-r1) 00:49:43 (3/33) Installing libffi (3.3-r2) 00:49:43 (4/33) Installing gdbm (1.13-r1) 00:49:43 (5/33) Installing xz-libs (5.2.5-r0) 00:49:43 (6/33) Installing sqlite-libs (3.32.1-r0) 00:49:43 (7/33) Installing python3 (3.8.5-r0) 00:49:43 ---> 14d170c616de 00:49:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:49:45 (8/33) Installing py3-appdirs (1.4.4-r1) 00:49:45 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:49:45 (10/33) Installing py3-parsing (2.4.7-r0) 00:49:45 (11/33) Installing py3-six (1.15.0-r0) 00:49:45 (12/33) Installing py3-packaging (20.4-r0) 00:49:45 (13/33) Installing py3-setuptools (47.0.0-r0) 00:49:45 (14/33) Installing py3-chardet (3.0.4-r4) 00:49:45 (15/33) Installing py3-idna (2.9-r0) 00:49:45 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:49:45 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:49:45 (18/33) Installing py3-requests (2.23.0-r0) 00:49:45 (19/33) Installing py3-msgpack (1.0.0-r0) 00:49:45 (20/33) Installing py3-lockfile (0.12.2-r3) 00:49:45 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:49:45 (22/33) Installing py3-colorama (0.4.3-r0) 00:49:45 (23/33) Installing py3-distlib (0.3.0-r0) 00:49:45 (24/33) Installing py3-distro (1.5.0-r1) 00:49:45 (25/33) Installing py3-webencodings (0.5.1-r3) 00:49:45 (26/33) Installing py3-html5lib (1.0.1-r4) 00:49:45 (27/33) Installing py3-pytoml (0.1.21-r0) 00:49:45 ---> af6c9c4fecad 00:49:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:49:45 (28/33) Installing py3-pep517 (0.8.2-r0) 00:49:45 (29/33) Installing py3-progress (1.5-r0) 00:49:45 (30/33) Installing py3-toml (0.10.1-r0) 00:49:45 (31/33) Installing py3-retrying (1.3.3-r0) 00:49:45 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:49:45 (33/33) Installing py3-pip (20.1.1-r0) 00:49:45 Executing busybox-1.31.1-r19.trigger 00:49:45 OK: 71 MiB in 55 packages 00:49:46 ---> a81b4b369a3a 00:49:46 Step 19/23 : ENTRYPOINT ["/core-data"] 00:49:46 ---> Running in b07bf0efab84 00:49:47 Removing intermediate container b07bf0efab84 00:49:47 ---> 0822f77037b7 00:49:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:47 ---> Running in 758fb1e5591a 00:49:48 Removing intermediate container 758fb1e5591a 00:49:48 ---> 02a16c91081c 00:49:48 Step 21/23 : LABEL arch=arm64 00:49:48 ---> Running in cab36888d298 00:49:48 Removing intermediate container cab36888d298 00:49:48 ---> 6fb0fed4cfff 00:49:48 Step 22/23 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 00:49:48 ---> Running in e175573dbe9a 00:49:49 Removing intermediate container e175573dbe9a 00:49:49 ---> aa1913f7e22f 00:49:49 Step 23/23 : LABEL version=0.0.0 00:49:49 ---> Running in 244ee30d1d6c 00:49:50 Removing intermediate container 244ee30d1d6c 00:49:50 ---> 83cde0e9d966 00:49:50 00:49:50 Successfully built 83cde0e9d966 00:49:50 Successfully tagged docker-core-data-go-arm64:latest 00:49:51  Building docker-core-data-go ... done Removing intermediate container 7a680eb59bff 00:49:51 ---> 064bc354d25f 00:49:51 Step 20/26 : RUN pip install docker-compose==1.23.2 00:49:52 ---> Running in a7c6158c725f 00:49:57 Collecting docker-compose==1.23.2 00:49:57 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:49:57 Collecting websocket-client<1.0,>=0.32.0 00:49:57 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:49:58 Collecting cached-property<2,>=1.2.0 00:49:58 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:49:58 Collecting dockerpty<0.5,>=0.4.1 00:49:58 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:50:00 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:50:00 Collecting jsonschema<3,>=2.5.1 00:50:00 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:50:01 Collecting texttable<0.10,>=0.9.0 00:50:01 Downloading texttable-0.9.1.tar.gz (11 kB) 00:50:03 Collecting PyYAML<4,>=3.10 00:50:03 Downloading PyYAML-3.13.tar.gz (270 kB) 00:50:06 Collecting docker<4.0,>=3.6.0 00:50:06 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:50:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:50:07 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:50:08 Collecting docopt<0.7,>=0.6.1 00:50:08 Downloading docopt-0.6.2.tar.gz (25 kB) 00:50:09 Collecting docker-pycreds>=0.4.0 00:50:09 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:50:09 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:50:09 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:50:10 Collecting idna<2.8,>=2.5 00:50:10 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:50:10 Collecting urllib3<1.25,>=1.21.1 00:50:10 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:50:11 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:50:11 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:50:11 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:50:11 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:50:12 Installing collected packages: websocket-client, cached-property, dockerpty, jsonschema, texttable, PyYAML, idna, urllib3, requests, docker-pycreds, docker, docopt, docker-compose 00:50:12 Running setup.py install for dockerpty: started 00:50:14 Running setup.py install for dockerpty: finished with status 'done' 00:50:14 Running setup.py install for texttable: started 00:50:16 Running setup.py install for texttable: finished with status 'done' 00:50:16 Running setup.py install for PyYAML: started 00:50:18 Running setup.py install for PyYAML: finished with status 'done' 00:50:18 Attempting uninstall: idna 00:50:18 Found existing installation: idna 2.9 00:50:18 Uninstalling idna-2.9: 00:50:18 Successfully uninstalled idna-2.9 00:50:18 Attempting uninstall: urllib3 00:50:18 Found existing installation: urllib3 1.25.9 00:50:18 Uninstalling urllib3-1.25.9: 00:50:19 Successfully uninstalled urllib3-1.25.9 00:50:19 Attempting uninstall: requests 00:50:19 Found existing installation: requests 2.23.0 00:50:19 Uninstalling requests-2.23.0: 00:50:19 Successfully uninstalled requests-2.23.0 00:50:20 Running setup.py install for docopt: started 00:50:22 Running setup.py install for docopt: finished with status 'done' 00:50:23 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:50:26 Removing intermediate container a7c6158c725f 00:50:26 ---> 214e60c46992 00:50:26 Step 21/26 : RUN apk --no-cache add curl 00:50:26 ---> Running in 4b3f6023deeb 00:50:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:28 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:50:28 (2/3) Installing libcurl (7.69.1-r3) 00:50:28 (3/3) Installing curl (7.69.1-r3) 00:50:28 Executing busybox-1.31.1-r19.trigger 00:50:28 OK: 71 MiB in 58 packages 00:50:30 Removing intermediate container 4b3f6023deeb 00:50:30 ---> e6a7fe689f7d 00:50:30 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:50:30 ---> Running in 3bfdf9d5b49f 00:50:30 Removing intermediate container 3bfdf9d5b49f 00:50:30 ---> 03ea226995a1 00:50:30 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:30 ---> Running in 846389103e7a 00:50:31 Removing intermediate container 846389103e7a 00:50:31 ---> 7553ef4e9da7 00:50:31 Step 24/26 : LABEL arch=arm64 00:50:31 ---> Running in 698ab6dbdfd3 00:50:31 Removing intermediate container 698ab6dbdfd3 00:50:31 ---> 6add461b3a88 00:50:31 Step 25/26 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 00:50:31 ---> Running in 0f2a84e6c3e1 00:50:32 Removing intermediate container 0f2a84e6c3e1 00:50:32 ---> c4bdb3b94692 00:50:32 Step 26/26 : LABEL version=0.0.0 00:50:32 ---> Running in 2328926adfc9 00:50:33 Removing intermediate container 2328926adfc9 00:50:33 ---> 3d891c3d3c69 00:50:33 00:50:33 Successfully built 3d891c3d3c69 00:50:33 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:50:33  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:50:33 $ docker stop --time=1 acd3cfa2916e6181d7d041bb2d10f85a5f79cc04a1cc37c6cdca2e8d4641e4da 00:50:35 $ docker rm -f acd3cfa2916e6181d7d041bb2d10f85a5f79cc04a1cc37c6cdca2e8d4641e4da [Pipeline] // withDockerContainer [Pipeline] sh 00:50:36 + + docker imagesgrep 00:50:36 docker 00:50:36 docker-sys-mgmt-agent-go-arm64 latest 3d891c3d3c69 4 seconds ago 300MB 00:50:36 docker-core-data-go-arm64 latest 83cde0e9d966 46 seconds ago 21MB 00:50:36 docker-security-secretstore-setup-go-arm64 latest 43e5334a5b28 About a minute ago 23.4MB 00:50:36 docker-support-scheduler-go-arm64 latest 3102e6ceb78a About a minute ago 10.1MB 00:50:36 docker-core-metadata-go-arm64 latest 24511cecdec5 3 minutes ago 12.3MB 00:50:36 docker-security-proxy-setup-go-arm64 latest 0f42f5b7fe6f 3 minutes ago 23.2MB 00:50:36 docker-security-bootstrap-redis-go-arm64 latest 509325412a42 3 minutes ago 15.1MB 00:50:36 docker-support-notifications-go-arm64 latest e7516044518f 3 minutes ago 11.4MB 00:50:36 docker-core-command-go-arm64 latest 326372b9a8e2 3 minutes ago 9.98MB 00:50:36 docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:50:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:50:40 ---> package-listing.sh 00:50:40 ++ facter osfamily 00:50:40 ++ tr '[:upper:]' '[:lower:]' 00:50:40 + OS_FAMILY=redhat 00:50:40 + workspace=/w/workspace/edgex-go/45 00:50:40 + START_PACKAGES=/tmp/packages_start.txt 00:50:40 + END_PACKAGES=/tmp/packages_end.txt 00:50:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:50:40 + PACKAGES=/tmp/packages_start.txt 00:50:40 + '[' /w/workspace/edgex-go/45 ']' 00:50:40 + PACKAGES=/tmp/packages_end.txt 00:50:40 + case "${OS_FAMILY}" in 00:50:40 + rpm -qa 00:50:40 + sort 00:50:46 + '[' -f /tmp/packages_start.txt ']' 00:50:46 + '[' -f /tmp/packages_end.txt ']' 00:50:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:50:46 + '[' /w/workspace/edgex-go/45 ']' 00:50:46 + mkdir -p /w/workspace/edgex-go/45/archives/ 00:50:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/45/archives/ [Pipeline] echo 00:50:46 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/45/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:50:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:50:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:46 00:50:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:50:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:47 alpine: Pulling from edgex-lftools-log-publisher 00:50:47 df20fa9351a1: Pulling fs layer 00:50:47 36b3adc4ff6f: Pulling fs layer 00:50:47 8ad3a11d3b57: Pulling fs layer 00:50:47 46f8f816bc3b: Pulling fs layer 00:50:47 93b61091891f: Pulling fs layer 00:50:47 93b9cdb0e59b: Pulling fs layer 00:50:47 5e14af77c1be: Pulling fs layer 00:50:47 01666e4c0597: Pulling fs layer 00:50:47 aa168da1d23b: Pulling fs layer 00:50:47 46f8f816bc3b: Waiting 00:50:47 93b61091891f: Waiting 00:50:47 93b9cdb0e59b: Waiting 00:50:47 01666e4c0597: Waiting 00:50:47 aa168da1d23b: Waiting 00:50:47 5e14af77c1be: Waiting 00:50:47 36b3adc4ff6f: Verifying Checksum 00:50:47 36b3adc4ff6f: Download complete 00:50:47 46f8f816bc3b: Verifying Checksum 00:50:47 46f8f816bc3b: Download complete 00:50:47 df20fa9351a1: Verifying Checksum 00:50:47 df20fa9351a1: Download complete 00:50:47 93b9cdb0e59b: Verifying Checksum 00:50:47 93b9cdb0e59b: Download complete 00:50:47 5e14af77c1be: Verifying Checksum 00:50:47 5e14af77c1be: Download complete 00:50:47 93b61091891f: Verifying Checksum 00:50:47 93b61091891f: Download complete 00:50:47 01666e4c0597: Verifying Checksum 00:50:47 01666e4c0597: Download complete 00:50:47 df20fa9351a1: Pull complete 00:50:48 8ad3a11d3b57: Verifying Checksum 00:50:48 8ad3a11d3b57: Download complete 00:50:48 36b3adc4ff6f: Pull complete 00:50:49 8ad3a11d3b57: Pull complete 00:50:49 46f8f816bc3b: Pull complete 00:50:49 aa168da1d23b: Verifying Checksum 00:50:49 aa168da1d23b: Download complete 00:50:51 93b61091891f: Pull complete 00:50:51 93b9cdb0e59b: Pull complete 00:50:51 5e14af77c1be: Pull complete 00:50:51 01666e4c0597: Pull complete 00:51:03 aa168da1d23b: Pull complete 00:51:03 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:51:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:51:04 prd-centos7-docker-4c-2g-21785 does not seem to be running inside a container 00:51:04 $ 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/45/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/45 -v /w/workspace/edgex-go/45:/w/workspace/edgex-go/45:rw,z -v /w/workspace/edgex-go/45@tmp:/w/workspace/edgex-go/45@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:51:13 $ docker top 267613ae772ee90ad536480b70bf970542efeef78ce6c4f2afd5400f79856c26 -eo pid,comm [Pipeline] { [Pipeline] sh 00:51:14 + touch /tmp/pre-build-complete [Pipeline] sh 00:51:14 + mkdir -p /var/log/sa [Pipeline] sh 00:51:14 + ls /var/log/sa-host 00:51:14 + sadf -c /var/log/sa-host/sa21 00:51:14 file_magic: OK 00:51:14 HZ: Using current value: 100 00:51:14 file_header: OK 00:51: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 00:51:14 Statistics: 00:51: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...Hnuu...uuuununununu... 00:51:14 File successfully converted to sysstat format version 12.2.1 00:51:14 + sadf -c /var/log/sa-host/sa23 00:51:14 file_magic: OK 00:51:14 HZ: Using current value: 100 00:51:14 file_header: OK 00:51: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 00:51:14 Statistics: 00:51:14 Hnuu...uuuununununu... 00:51:14 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:51:15 provisioning config files... 00:51:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/45@tmp/config942359274949100460tmp [Pipeline] { [Pipeline] echo 00:51:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:51:15 ---> create-netrc.sh [Pipeline] } 00:51:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:51:15 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:51:16 ---> python-tools-install.sh [Pipeline] echo 00:51:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:51:16 ---> sudo-logs.sh 00:51:16 Archiving 'sudo' log.. [Pipeline] echo 00:51:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:51:16 ---> job-cost.sh 00:51:16 lf-activate-venv: SKIPPING 00:51:16 INFO: No Stack... 00:51:17 INFO: Retrieving Pricing Info for: v1-standard-2 00:51:18 INFO: Archiving Costs [Pipeline] echo 00:51:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:51:18 ---> logs-deploy.sh 00:51:18 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/45 00:51:18 INFO: archiving workspace using pattern(s): 00:51:19 Archives upload complete. 00:51:20 INFO: archiving logs to Nexus 00:51:21 ---> uname -a: 00:51:21 Linux prd-centos7-docker-4c-2g-21785.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:51:21 00:51:21 00:51:21 ---> lscpu: 00:51:21 Architecture: x86_64 00:51:21 CPU op-mode(s): 32-bit, 64-bit 00:51:21 Byte Order: Little Endian 00:51:21 Address sizes: 40 bits physical, 48 bits virtual 00:51:21 CPU(s): 4 00:51:21 On-line CPU(s) list: 0-3 00:51:21 Thread(s) per core: 1 00:51:21 Core(s) per socket: 1 00:51:21 Socket(s): 4 00:51:21 NUMA node(s): 1 00:51:21 Vendor ID: GenuineIntel 00:51:21 CPU family: 6 00:51:21 Model: 44 00:51:21 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:51:21 Stepping: 1 00:51:21 CPU MHz: 2933.438 00:51:21 BogoMIPS: 5866.87 00:51:21 Virtualization: VT-x 00:51:21 Hypervisor vendor: KVM 00:51:21 Virtualization type: full 00:51:21 L1d cache: 128 KiB 00:51:21 L1i cache: 128 KiB 00:51:21 L2 cache: 16 MiB 00:51:21 L3 cache: 64 MiB 00:51:21 NUMA node0 CPU(s): 0-3 00:51:21 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:51:21 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:51:21 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:51:21 Vulnerability Meltdown: Mitigation; PTI 00:51:21 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:51:21 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:51:21 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:51:21 Vulnerability Srbds: Not affected 00:51:21 Vulnerability Tsx async abort: Not affected 00:51: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 00:51:21 00:51:21 00:51:21 ---> nproc: 00:51:21 4 00:51:21 00:51:21 00:51:21 ---> df -h: 00:51:21 Filesystem Size Used Available Use% Mounted on 00:51:21 overlay 50.0G 12.0G 38.0G 24% / 00:51:21 tmpfs 64.0M 0 64.0M 0% /dev 00:51:21 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:51:21 shm 64.0M 0 64.0M 0% /dev/shm 00:51:21 /dev/vda1 50.0G 12.0G 38.0G 24% /facter-os 00:51:21 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/resolv.conf 00:51:21 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hostname 00:51:21 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hosts 00:51:21 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/sa-host 00:51:21 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/secure 00:51:21 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/auth.log 00:51:21 /dev/vda1 50.0G 12.0G 38.0G 24% /run/cloud-init/result.json 00:51:21 /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/45 00:51:21 /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/45@tmp 00:51:21 00:51:21 00:51:21 ---> free -m: 00:51:21 total used free shared buff/cache available 00:51:21 Mem: 1837 700 116 0 1020 1052 00:51:21 Swap: 1023 61 962 00:51:21 00:51:21 00:51:21 ---> ip addr: 00:51:21 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:51:21 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:51:21 inet 127.0.0.1/8 scope host lo 00:51:21 valid_lft forever preferred_lft forever 00:51:21 inet6 ::1/128 scope host 00:51:21 valid_lft forever preferred_lft forever 00:51:21 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:51:21 link/ether fa:16:3e:1d:ed:88 brd ff:ff:ff:ff:ff:ff 00:51:21 inet 10.30.122.231/23 brd 10.30.123.255 scope global dynamic eth0 00:51:21 valid_lft 85140sec preferred_lft 85140sec 00:51:21 inet6 fe80::f816:3eff:fe1d:ed88/64 scope link 00:51:21 valid_lft forever preferred_lft forever 00:51:21 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:51:21 link/ether 02:42:89:99:47:56 brd ff:ff:ff:ff:ff:ff 00:51:21 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:51:21 valid_lft forever preferred_lft forever 00:51:21 inet6 fe80::42:89ff:fe99:4756/64 scope link 00:51:21 valid_lft forever preferred_lft forever 00:51:21 00:51:21 00:51:21 ---> sar -b -r -n DEV: 00:51:21 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/21/21 _x86_64_ (4 CPU) 00:51:21 00:51:21 00:30:08 LINUX RESTART (4 CPU) 00:51:21 00:51:21 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:51:21 00:32:01 151.28 76.68 74.60 0.00 9821.79 23313.69 0.00 00:51:21 00:33:01 295.91 119.39 176.52 0.00 4872.98 40603.47 0.00 00:51:21 00:34:01 184.96 90.43 94.53 0.00 3190.83 9878.28 0.00 00:51:21 00:35:02 134.32 34.52 99.80 0.00 2345.27 26029.33 0.00 00:51:21 00:36:03 1672.26 1375.65 296.61 0.00 125837.28 181670.24 0.00 00:51:21 00:37:01 1799.74 1542.77 256.97 0.00 107908.87 120802.40 0.00 00:51:21 00:38:01 1871.02 1521.65 349.37 0.00 102676.97 128672.74 0.00 00:51:21 00:39:02 1929.07 1593.31 335.76 0.00 91821.80 97994.47 0.00 00:51:21 00:40:01 134.37 27.82 106.55 0.00 4715.11 9173.53 0.00 00:51:21 00:41:01 1.90 0.63 1.27 0.00 23.18 16.37 0.00 00:51:21 00:42:01 0.27 0.02 0.25 0.00 0.53 2.70 0.00 00:51:21 00:43:01 0.18 0.00 0.18 0.00 0.00 1.78 0.00 00:51:21 00:44:01 0.35 0.03 0.32 0.00 0.40 3.85 0.00 00:51:21 00:45:01 0.28 0.03 0.25 0.00 0.27 2.70 0.00 00:51:21 00:46:01 2.05 1.81 0.23 0.00 180.09 3.81 0.00 00:51:21 00:47:01 0.83 0.05 0.78 0.00 1.33 15.13 0.00 00:51:21 00:48:01 0.28 0.02 0.27 0.00 0.27 3.50 0.00 00:51:21 00:49:01 0.25 0.02 0.23 0.00 0.27 2.71 0.00 00:51:21 00:50:01 0.18 0.00 0.18 0.00 0.00 1.92 0.00 00:51:21 00:51:01 124.93 55.92 69.00 0.00 4974.78 15538.70 0.00 00:51:21 Average: 415.10 321.88 93.22 0.00 22922.34 32731.50 0.00 00:51:21 00:51:21 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:51:21 00:32:01 68320 0 653264 34.72 2596 1157364 1316848 44.94 709320 890924 13568 00:51:21 00:33:01 182884 0 785192 41.73 1548 911920 1645708 56.17 587404 839772 24836 00:51:21 00:34:01 374804 0 765812 40.70 820 740108 1681204 57.38 557276 666472 76388 00:51:21 00:35:02 197072 0 734756 39.05 672 949044 1332156 45.46 561628 836560 0 00:51:21 00:36:03 69780 0 768448 40.84 56 1043260 1920276 65.54 643652 949976 45688 00:51:21 00:37:01 331280 0 968572 51.48 56 581636 3981868 135.89 625468 659048 21160 00:51:21 00:38:01 80532 0 746648 39.68 56 1054308 2107260 71.92 633700 935112 64348 00:51:21 00:39:02 322364 0 823720 43.78 56 735404 2061748 70.36 513288 796164 228 00:51:21 00:40:01 354800 0 628996 33.43 56 897692 1196072 40.82 460136 822488 8 00:51:21 00:41:01 357016 0 626048 33.27 56 898424 1171384 39.98 459012 822232 28 00:51:21 00:42:01 356984 0 626148 33.28 56 898356 1171436 39.98 458992 822216 16 00:51:21 00:43:01 357544 0 625564 33.25 56 898380 1162308 39.67 458648 822000 16 00:51:21 00:44:01 357656 0 625444 33.24 56 898388 1162332 39.67 458788 822008 16 00:51:21 00:45:01 357876 0 625216 33.23 56 898396 1162296 39.67 458732 822012 12 00:51:21 00:46:01 349740 0 628692 33.41 56 903056 1162332 39.67 464804 823428 16 00:51:21 00:47:01 350180 0 628232 33.39 56 903076 1162200 39.66 464436 823440 12 00:51:21 00:48:01 349368 0 629044 33.43 56 903076 1162356 39.67 464784 823440 12 00:51:21 00:49:01 350204 0 628192 33.39 56 903092 1162200 39.66 464324 823448 8 00:51:21 00:50:01 349948 0 628432 33.40 56 903108 1162200 39.66 464452 823456 8 00:51:21 00:51:01 90832 0 728112 38.70 0 1062600 1593632 54.39 627284 883700 54512 00:51:21 Average: 280459 0 693727 36.87 324 907034 1523891 52.01 526806 825395 15044 00:51:21 00:51:21 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:51:21 00:32:01 eth0 1001.05 1110.95 4485.25 152.49 0.00 0.00 0.00 0.00 00:51:21 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:32:01 docker0 840.71 664.65 68.66 2670.41 0.00 0.00 0.00 0.00 00:51:21 00:33:01 vethbdcbd92 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:51:21 00:33:01 eth0 408.42 356.71 2336.01 39.83 0.00 0.00 0.00 0.00 00:51:21 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:33:01 docker0 176.20 197.18 12.71 830.80 0.00 0.00 0.00 0.00 00:51:21 00:34:01 vethbdcbd92 0.23 0.25 0.02 0.02 0.00 0.00 0.00 0.00 00:51:21 00:34:01 eth0 38.72 24.10 24.64 79.56 0.00 0.00 0.00 0.00 00:51:21 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:34:01 docker0 0.23 0.23 0.02 0.02 0.00 0.00 0.00 0.00 00:51:21 00:35:02 eth0 193.19 158.62 1695.36 24.07 0.00 0.00 0.00 0.00 00:51:21 00:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:35:02 veth528fc0b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:35:02 veth1f7320a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:36:03 vethc62762b 0.00 0.36 0.00 0.02 0.00 0.00 0.00 0.00 00:51:21 00:36:03 eth0 76.11 48.30 176.47 60.55 0.00 0.00 0.00 0.00 00:51:21 00:36:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:36:03 docker0 1014.97 875.54 80.91 3599.89 0.00 0.00 0.00 0.00 00:51:21 00:37:01 vethc370749 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:51:21 00:37:01 vethc62762b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:37:01 eth0 12.52 6.34 10.16 5.36 0.00 0.00 0.00 0.00 00:51:21 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:38:01 vethc62762b 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 00:51:21 00:38:01 eth0 231.85 156.88 1696.68 94.01 0.00 0.00 0.00 0.00 00:51:21 00:38:01 veth1556070 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:51:21 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:39:02 vethaf79bed 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 00:51:21 00:39:02 vethc62762b 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:39:02 eth0 91.12 60.28 176.15 79.79 0.00 0.00 0.00 0.00 00:51:21 00:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:40:01 eth0 41.41 20.83 105.15 12.13 0.00 0.00 0.00 0.00 00:51:21 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:40:01 docker0 1093.60 1005.36 86.29 4345.87 0.00 0.00 0.00 0.00 00:51:21 00:41:01 eth0 2.56 0.40 0.57 0.29 0.00 0.00 0.00 0.00 00:51:21 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:42:01 eth0 3.53 1.20 1.47 0.94 0.00 0.00 0.00 0.00 00:51:21 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:43:01 eth0 1.37 0.35 0.35 0.20 0.00 0.00 0.00 0.00 00:51:21 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:44:01 eth0 2.40 0.50 0.67 0.42 0.00 0.00 0.00 0.00 00:51:21 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:45:01 eth0 3.05 0.50 0.68 0.39 0.00 0.00 0.00 0.00 00:51:21 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:46:01 eth0 1.48 0.57 0.68 0.43 0.00 0.00 0.00 0.00 00:51:21 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:47:01 eth0 1.13 0.08 0.11 0.04 0.00 0.00 0.00 0.00 00:51:21 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:48:01 eth0 0.92 0.55 0.53 0.39 0.00 0.00 0.00 0.00 00:51:21 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:49:01 eth0 0.10 0.02 0.01 0.00 0.00 0.00 0.00 0.00 00:51:21 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:50:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:51:21 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:51:01 eth0 219.93 191.53 2167.99 67.86 0.00 0.00 0.00 0.00 00:51:21 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 Average: eth0 116.88 107.25 645.64 31.06 0.00 0.00 0.00 0.00 00:51:21 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:21 Average: docker0 53.83 49.49 4.25 213.93 0.00 0.00 0.00 0.00 00:51:21 00:51:21 00:51:21 ---> sar -P ALL: 00:51:21 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/21/21 _x86_64_ (4 CPU) 00:51:21 00:51:21 00:30:08 LINUX RESTART (4 CPU) 00:51:21 00:51:21 00:31:01 CPU %user %nice %system %iowait %steal %idle 00:51:21 00:32:01 all 13.39 0.00 6.92 1.95 0.18 77.55 00:51:21 00:32:01 0 13.48 0.00 9.23 1.43 0.17 75.68 00:51:21 00:32:01 1 13.41 0.00 6.28 2.54 0.20 77.56 00:51:21 00:32:01 2 10.80 0.00 5.71 1.95 0.15 81.39 00:51:21 00:32:01 3 15.88 0.00 6.49 1.88 0.21 75.54 00:51:21 00:33:01 all 13.49 0.00 9.11 4.58 0.37 72.45 00:51:21 00:33:01 0 13.53 0.00 9.06 4.04 0.35 73.03 00:51:21 00:33:01 1 14.37 0.00 8.91 5.06 0.39 71.27 00:51:21 00:33:01 2 12.09 0.00 9.28 3.36 0.38 74.89 00:51:21 00:33:01 3 13.97 0.00 9.21 5.85 0.38 70.60 00:51:21 00:34:01 all 64.86 0.00 15.30 4.68 0.58 14.58 00:51:21 00:34:01 0 63.21 0.00 15.61 5.17 0.60 15.40 00:51:21 00:34:01 1 66.43 0.00 15.69 5.16 0.60 12.12 00:51:21 00:34:01 2 65.22 0.00 15.28 5.75 0.53 13.22 00:51:21 00:34:01 3 64.55 0.00 14.61 2.63 0.60 17.61 00:51:21 00:35:02 all 37.82 0.00 13.10 2.86 0.56 45.65 00:51:21 00:35:02 0 37.80 0.00 13.45 3.43 0.61 44.71 00:51:21 00:35:02 1 37.58 0.00 13.09 1.44 0.47 47.42 00:51:21 00:35:02 2 39.04 0.00 13.06 2.35 0.52 45.03 00:51:21 00:35:02 3 36.87 0.00 12.81 4.24 0.64 45.44 00:51:21 00:36:03 all 21.91 0.00 27.88 12.61 1.69 35.92 00:51:21 00:36:03 0 22.70 0.00 27.95 11.93 1.72 35.70 00:51:21 00:36:03 1 22.46 0.00 27.88 12.52 1.45 35.69 00:51:21 00:36:03 2 22.71 0.00 28.90 13.97 1.73 32.68 00:51:21 00:36:03 3 19.74 0.00 26.79 12.00 1.85 39.62 00:51:21 00:37:01 all 47.29 0.00 20.95 18.55 0.94 12.26 00:51:21 00:37:01 0 47.97 0.00 21.03 19.03 0.89 11.09 00:51:21 00:37:01 1 47.54 0.00 21.00 19.24 0.93 11.29 00:51:21 00:37:01 2 47.25 0.00 21.52 18.28 0.92 12.02 00:51:21 00:37:01 3 46.41 0.00 20.25 17.65 1.01 14.67 00:51:21 00:38:01 all 30.92 0.00 23.20 23.05 1.07 21.76 00:51:21 00:38:01 0 30.66 0.00 22.66 23.45 1.18 22.06 00:51:21 00:38:01 1 30.94 0.00 24.45 20.58 1.00 23.04 00:51:21 00:38:01 2 31.15 0.00 24.22 23.59 1.09 19.94 00:51:21 00:38:01 3 30.95 0.00 21.44 24.60 1.02 21.99 00:51:21 00:39:02 all 39.20 0.00 21.43 27.85 0.12 11.40 00:51:21 00:39:02 0 39.83 0.00 21.01 28.55 0.10 10.51 00:51:21 00:39:02 1 37.79 0.00 21.71 29.41 0.12 10.97 00:51:21 00:39:02 2 39.63 0.00 21.63 27.03 0.16 11.55 00:51:21 00:39:02 3 39.54 0.00 21.37 26.40 0.09 12.60 00:51:21 00:40:01 all 13.04 0.00 5.16 5.81 0.03 75.95 00:51:21 00:40:01 0 12.57 0.00 5.24 2.64 0.03 79.51 00:51:21 00:40:01 1 13.13 0.00 5.06 5.75 0.03 76.03 00:51:21 00:40:01 2 13.77 0.00 5.19 6.62 0.03 74.39 00:51:21 00:40:01 3 12.68 0.00 5.17 8.26 0.03 73.86 00:51:21 00:41:01 all 0.15 0.00 0.03 0.01 0.00 99.80 00:51:21 00:41:01 0 0.03 0.00 0.05 0.02 0.00 99.90 00:51:21 00:41:01 1 0.33 0.00 0.02 0.02 0.00 99.63 00:51:21 00:41:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:51:21 00:41:01 3 0.22 0.00 0.02 0.00 0.00 99.77 00:51:21 00:42:01 all 0.16 0.00 0.04 0.00 0.01 99.78 00:51:21 00:42:01 0 0.03 0.00 0.03 0.00 0.02 99.92 00:51:21 00:42:01 1 0.52 0.00 0.02 0.00 0.02 99.45 00:51:21 00:42:01 2 0.07 0.00 0.05 0.00 0.02 99.87 00:51:21 00:42:01 3 0.03 0.00 0.05 0.02 0.00 99.90 00:51:21 00:51:21 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:51:21 00:43:01 all 0.16 0.00 0.03 0.00 0.00 99.80 00:51:21 00:43:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:51:21 00:43:01 1 0.53 0.00 0.03 0.00 0.00 99.43 00:51:21 00:43:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:51:21 00:43:01 3 0.07 0.00 0.03 0.00 0.02 99.88 00:51:21 00:44:01 all 0.17 0.00 0.12 0.00 0.07 99.64 00:51:21 00:44:01 0 0.03 0.00 0.10 0.00 0.07 99.80 00:51:21 00:44:01 1 0.55 0.00 0.15 0.00 0.05 99.25 00:51:21 00:44:01 2 0.05 0.00 0.10 0.00 0.05 99.80 00:51:21 00:44:01 3 0.05 0.00 0.12 0.00 0.12 99.72 00:51:21 00:45:01 all 0.13 0.00 0.03 0.00 0.05 99.79 00:51:21 00:45:01 0 0.45 0.00 0.03 0.00 0.02 99.50 00:51:21 00:45:01 1 0.02 0.00 0.03 0.00 0.08 99.87 00:51:21 00:45:01 2 0.05 0.00 0.05 0.02 0.05 99.83 00:51:21 00:45:01 3 0.00 0.00 0.02 0.00 0.03 99.95 00:51:21 00:46:01 all 0.15 0.00 0.07 0.02 0.00 99.75 00:51:21 00:46:01 0 0.47 0.00 0.17 0.08 0.00 99.28 00:51:21 00:46:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:51:21 00:46:01 2 0.07 0.00 0.07 0.00 0.02 99.85 00:51:21 00:46:01 3 0.03 0.00 0.05 0.02 0.00 99.90 00:51:21 00:47:01 all 0.03 0.00 0.03 0.00 0.01 99.92 00:51:21 00:47:01 0 0.05 0.00 0.03 0.00 0.00 99.92 00:51:21 00:47:01 1 0.02 0.00 0.03 0.00 0.02 99.93 00:51:21 00:47:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:51:21 00:47:01 3 0.03 0.00 0.03 0.00 0.02 99.92 00:51:21 00:48:01 all 0.13 0.00 0.04 0.00 0.00 99.83 00:51:21 00:48:01 0 0.38 0.00 0.05 0.00 0.00 99.57 00:51:21 00:48:01 1 0.03 0.00 0.05 0.00 0.00 99.92 00:51:21 00:48:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:51:21 00:48:01 3 0.05 0.00 0.02 0.00 0.00 99.93 00:51:21 00:49:01 all 0.14 0.00 0.03 0.00 0.00 99.83 00:51:21 00:49:01 0 0.52 0.00 0.03 0.00 0.00 99.45 00:51:21 00:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:51:21 00:49:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:51:21 00:49:01 3 0.00 0.00 0.02 0.00 0.00 99.98 00:51:21 00:50:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:51:21 00:50:01 0 0.50 0.00 0.02 0.00 0.00 99.48 00:51:21 00:50:01 1 0.02 0.00 0.03 0.00 0.00 99.95 00:51:21 00:50:01 2 0.07 0.00 0.03 0.00 0.00 99.90 00:51:21 00:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:51:21 00:51:01 all 5.18 0.00 3.74 2.14 0.05 88.90 00:51:21 00:51:01 0 4.78 0.00 3.84 0.78 0.03 90.57 00:51:21 00:51:01 1 4.82 0.00 3.71 2.77 0.03 88.67 00:51:21 00:51:01 2 5.95 0.00 3.75 2.47 0.07 87.77 00:51:21 00:51:01 3 5.15 0.00 3.67 2.53 0.05 88.59 00:51:21 Average: all 13.98 0.00 7.14 5.03 0.28 73.57 00:51:21 Average: 0 14.01 0.00 7.27 4.87 0.28 73.57 00:51:21 Average: 1 14.09 0.00 7.19 5.06 0.26 73.40 00:51:21 Average: 2 13.98 0.00 7.24 5.10 0.28 73.41 00:51:21 Average: 3 13.83 0.00 6.87 5.11 0.29 73.90 00:51:21 00:51:21 00:51:21