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 d0bc3b104123489a76cc16a6f8c025e818c2e684 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from d0bc3b104123489a76cc16a6f8c025e818c2e684 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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-24805 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/56 [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/56 # 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 Merging remotes/origin/master commit d0bc3b104123489a76cc16a6f8c025e818c2e684 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing e823944490bff4293b7713b1928293449171409f Checking out Revision e823944490bff4293b7713b1928293449171409f (PR-2858) > 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 > 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 d0bc3b104123489a76cc16a6f8c025e818c2e684 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e823944490bff4293b7713b1928293449171409f # timeout=10 Commit message: "Merge commit 'd0bc3b104123489a76cc16a6f8c025e818c2e684' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:32:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:32:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:32:21 ========================================================= 00:32:21 EdgeX Global Pipelines Version Info 00:32:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:32:23 ------------------- 00:32:23 stable info: 00:32:23 ------------------- 00:32:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:32:23 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:32:23 Message: update stable to v1.0.179 > git rev-list --no-walk 69a05121e95bf144923a0a9afed4047b674ba8a3 # timeout=10 00:32:24 ------------------- 00:32:24 experimental info: 00:32:24 ------------------- 00:32:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:32:24 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:32:24 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:32:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:32:24 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:32:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:32:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:32:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:32:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:32:25 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:32:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:32:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:32:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:32:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:32:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:32:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:32:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:32:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:32:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:32:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:32:26 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:32:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:32:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:32:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:32:26 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:32:26 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:32:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:32:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:32:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:32:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e823944490bff4293b7713b1928293449171409f [Pipeline] echo 00:32:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e823944 [Pipeline] echo 00:32:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:32:27 provisioning config files... 00:32:27 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/56@tmp/config7310023028506712596tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:32:27 ---> docker-login.sh 00:32:27 nexus3.edgexfoundry.org:10001 00:32:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:28 Configure a credential helper to remove this warning. See 00:32:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:28 00:32:28 Login Succeeded 00:32:28 nexus3.edgexfoundry.org:10002 00:32:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:28 Configure a credential helper to remove this warning. See 00:32:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:28 00:32:28 Login Succeeded 00:32:28 nexus3.edgexfoundry.org:10003 00:32:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:28 Configure a credential helper to remove this warning. See 00:32:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:28 00:32:28 Login Succeeded 00:32:28 nexus3.edgexfoundry.org:10004 00:32:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:28 Configure a credential helper to remove this warning. See 00:32:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:28 00:32:28 Login Succeeded 00:32:28 docker.io 00:32:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:29 Configure a credential helper to remove this warning. See 00:32:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:29 00:32:29 Login Succeeded 00:32:29 ---> docker-login.sh ends [Pipeline] } 00:32:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:29 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/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:32:29 + for file in '`ls cmd/**/Dockerfile`' 00:32:29 ++ dirname cmd/core-command/Dockerfile 00:32:29 ++ cut -d/ -f2 00:32:29 + echo core-command,cmd/core-command/Dockerfile 00:32:29 + for file in '`ls cmd/**/Dockerfile`' 00:32:29 ++ dirname cmd/core-data/Dockerfile 00:32:29 ++ cut -d/ -f2 00:32:29 + echo core-data,cmd/core-data/Dockerfile 00:32:29 + for file in '`ls cmd/**/Dockerfile`' 00:32:29 ++ dirname cmd/core-metadata/Dockerfile 00:32:29 ++ cut -d/ -f2 00:32:29 + echo core-metadata,cmd/core-metadata/Dockerfile 00:32:29 + for file in '`ls cmd/**/Dockerfile`' 00:32:29 ++ dirname cmd/security-bootstrapper/Dockerfile 00:32:29 ++ cut -d/ -f2 00:32:29 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:32:29 + for file in '`ls cmd/**/Dockerfile`' 00:32:29 ++ dirname cmd/security-proxy-setup/Dockerfile 00:32:29 ++ cut -d/ -f2 00:32:29 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:32:29 + for file in '`ls cmd/**/Dockerfile`' 00:32:29 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:32:29 ++ cut -d/ -f2 00:32:29 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:32:29 + for file in '`ls cmd/**/Dockerfile`' 00:32:29 ++ dirname cmd/support-notifications/Dockerfile 00:32:29 ++ cut -d/ -f2 00:32:29 + echo support-notifications,cmd/support-notifications/Dockerfile 00:32:29 + for file in '`ls cmd/**/Dockerfile`' 00:32:29 ++ dirname cmd/support-scheduler/Dockerfile 00:32:29 ++ cut -d/ -f2 00:32:29 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:32:29 + for file in '`ls cmd/**/Dockerfile`' 00:32:29 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:32:29 ++ cut -d/ -f2 00:32:29 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:32:29 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/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:32:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:30 00:32:30 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:32:31 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:31 latest: Pulling from edgex-devops/git-semver 00:32:31 31603596830f: Pulling fs layer 00:32:31 2a8b12db71e7: Pulling fs layer 00:32:31 6ca5941a6612: Pulling fs layer 00:32:31 ecc8261a40a4: Pulling fs layer 00:32:31 ecc8261a40a4: Waiting 00:32:31 2a8b12db71e7: Verifying Checksum 00:32:31 2a8b12db71e7: Download complete 00:32:31 31603596830f: Verifying Checksum 00:32:31 31603596830f: Download complete 00:32:31 ecc8261a40a4: Verifying Checksum 00:32:31 ecc8261a40a4: Download complete 00:32:31 31603596830f: Pull complete 00:32:31 2a8b12db71e7: Pull complete 00:32:32 6ca5941a6612: Verifying Checksum 00:32:32 6ca5941a6612: Download complete 00:32:33 6ca5941a6612: Pull complete 00:32:33 ecc8261a40a4: Pull complete 00:32:33 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:32:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:32:33 prd-centos7-docker-4c-2g-24805 does not seem to be running inside a container 00:32:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/56 -v /w/workspace/edgex-go/56:/w/workspace/edgex-go/56:rw,z -v /w/workspace/edgex-go/56@tmp:/w/workspace/edgex-go/56@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:32:35 $ docker top 3311965d155700655bfd01b57c90df80364ee0e1fe14238bf4ac889be909ca9e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:32:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:36 [ssh-agent] Looking for ssh-agent implementation... 00:32:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:36 $ docker exec 3311965d155700655bfd01b57c90df80364ee0e1fe14238bf4ac889be909ca9e ssh-agent 00:32:36 SSH_AUTH_SOCK=/tmp/ssh-ay6EWh4zdnoJ/agent.12 00:32:36 SSH_AGENT_PID=17 00:32:36 Running ssh-add (command line suppressed) 00:32:36 Identity added: /w/workspace/edgex-go/56@tmp/private_key_1938155270590600585.key (/w/workspace/edgex-go/56@tmp/private_key_1938155270590600585.key) 00:32:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:37 + git tag --points-at HEAD [Pipeline] } 00:32:37 $ docker exec --env ******** --env ******** 3311965d155700655bfd01b57c90df80364ee0e1fe14238bf4ac889be909ca9e ssh-agent -k 00:32:37 unset SSH_AUTH_SOCK; 00:32:37 unset SSH_AGENT_PID; 00:32:37 echo Agent pid 17 killed; 00:32:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:32:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:37 [ssh-agent] Looking for ssh-agent implementation... 00:32:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:37 $ docker exec 3311965d155700655bfd01b57c90df80364ee0e1fe14238bf4ac889be909ca9e ssh-agent 00:32:37 SSH_AUTH_SOCK=/tmp/ssh-NLutHYJ1ZJv5/agent.46 00:32:37 SSH_AGENT_PID=51 00:32:37 Running ssh-add (command line suppressed) 00:32:38 Identity added: /w/workspace/edgex-go/56@tmp/private_key_3631290744319666725.key (/w/workspace/edgex-go/56@tmp/private_key_3631290744319666725.key) 00:32:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:38 + git semver init 00:32:38 # -> Open(): unable to determine branch for HEAD 00:32:38 # $GIT_DIR = /w/workspace/edgex-go/56/.git 00:32:38 # $GIT_WORK_TREE = /w/workspace/edgex-go/56 00:32:38 # $SEMVER_REMOTE_NAME = origin 00:32:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:32:38 # $SEMVER_USER_NAME = edgex-jenkins 00:32:38 # $SEMVER_BRANCH = PR-2858 00:32:38 # $SEMVER_TEMP = /tmp/semver-076524049 00:32:38 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:33:17 # '/tmp/semver-076524049' -> '/w/workspace/edgex-go/56/.semver' 00:33:17 # -> Force: false 00:33:17 # $SEMVER_DIR = /w/workspace/edgex-go/56/.semver [Pipeline] } 00:33:17 $ docker exec --env ******** --env ******** 3311965d155700655bfd01b57c90df80364ee0e1fe14238bf4ac889be909ca9e ssh-agent -k 00:33:17 unset SSH_AUTH_SOCK; 00:33:17 unset SSH_AGENT_PID; 00:33:17 echo Agent pid 51 killed; 00:33:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:33:18 + git semver [Pipeline] } 00:33:18 $ docker stop --time=1 3311965d155700655bfd01b57c90df80364ee0e1fe14238bf4ac889be909ca9e 00:33:19 $ docker rm -f 3311965d155700655bfd01b57c90df80364ee0e1fe14238bf4ac889be909ca9e [Pipeline] // withDockerContainer [Pipeline] sh 00:33:20 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:33:21 Stashed 1 file(s) [Pipeline] echo 00:33:21 [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:33:21 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:33:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:33:22 + sudo service docker restart 00:33:22 + true 00:33:22 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:33:23 ========================================================= 00:33:23 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:33:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:33:23 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:33:26 Sending build context to Docker daemon 327.5MB 00:33:26 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:33:26 Step 2/6 : FROM ${BASE} 00:33:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:33:26 188c0c94c7c5: Pulling fs layer 00:33:26 0ef7d3d256c8: Pulling fs layer 00:33:26 de9db76c5a1d: Pulling fs layer 00:33:26 bca2f99d35d6: Pulling fs layer 00:33:26 93359f2a8cfa: Pulling fs layer 00:33:26 7c6f9722023f: Pulling fs layer 00:33:26 a35cf1a2eb13: Pulling fs layer 00:33:26 bca2f99d35d6: Waiting 00:33:26 93359f2a8cfa: Waiting 00:33:26 7c6f9722023f: Waiting 00:33:26 a35cf1a2eb13: Waiting 00:33:26 de9db76c5a1d: Verifying Checksum 00:33:26 de9db76c5a1d: Download complete 00:33:26 0ef7d3d256c8: Verifying Checksum 00:33:26 0ef7d3d256c8: Download complete 00:33:27 93359f2a8cfa: Verifying Checksum 00:33:27 188c0c94c7c5: Download complete 00:33:27 7c6f9722023f: Verifying Checksum 00:33:27 7c6f9722023f: Download complete 00:33:27 188c0c94c7c5: Pull complete 00:33:27 0ef7d3d256c8: Pull complete 00:33:28 de9db76c5a1d: Pull complete 00:33:28 a35cf1a2eb13: Verifying Checksum 00:33:28 a35cf1a2eb13: Download complete 00:33:29 bca2f99d35d6: Verifying Checksum 00:33:29 bca2f99d35d6: Download complete 00:33:36 bca2f99d35d6: Pull complete 00:33:36 93359f2a8cfa: Pull complete 00:33:36 7c6f9722023f: Pull complete 00:33:36 Still waiting to schedule task 00:33:36 ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-24802’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-24804’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24806’ is offline 00:33:39 a35cf1a2eb13: Pull complete 00:33:39 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:33:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:33:39 ---> a62c8e92a672 00:33:39 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:33:39 ---> Running in 9c4089b40fc9 00:33:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:43 (1/12) Installing libmagic (5.38-r0) 00:33:43 (2/12) Installing file (5.38-r0) 00:33:43 (3/12) Installing libc-dev (0.7.2-r3) 00:33:43 (4/12) Installing g++ (9.3.0-r2) 00:33:51 (5/12) Installing fortify-headers (1.1-r0) 00:33:51 (6/12) Installing patch (2.7.6-r6) 00:33:51 (7/12) Installing build-base (0.5-r2) 00:33:51 (8/12) Installing libsodium (1.0.18-r0) 00:33:51 (9/12) Installing pkgconf (1.7.2-r0) 00:33:51 (10/12) Installing libsodium-dev (1.0.18-r0) 00:33:51 (11/12) Installing libzmq (4.3.3-r0) 00:33:51 (12/12) Installing zeromq-dev (4.3.3-r0) 00:33:51 Executing busybox-1.31.1-r19.trigger 00:33:51 OK: 233 MiB in 51 packages 00:33:55 Removing intermediate container 9c4089b40fc9 00:33:55 ---> 4541d5157de2 00:33:55 Step 4/6 : WORKDIR /edgex-go 00:33:55 ---> Running in 716a1e7bc70b 00:33:55 Removing intermediate container 716a1e7bc70b 00:33:55 ---> 8a1fcc31504b 00:33:55 Step 5/6 : COPY go.mod . 00:33:55 ---> ae9358b871fa 00:33:55 Step 6/6 : RUN go mod download 00:33:55 ---> Running in 70b8c2bee2fb 00:34:18 Removing intermediate container 70b8c2bee2fb 00:34:18 ---> 1d31068e0730 00:34:18 Successfully built 1d31068e0730 00:34:18 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:34:18 + docker inspect -f . ci-base-image-x86_64 00:34:18 . [Pipeline] withDockerContainer 00:34:18 prd-centos7-docker-4c-2g-24805 does not seem to be running inside a container 00:34:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/56 -v /w/workspace/edgex-go/56:/w/workspace/edgex-go/56:rw,z -v /w/workspace/edgex-go/56@tmp:/w/workspace/edgex-go/56@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:34:19 $ docker top ce0e8f44c2dada1a643e4bfcd8cd4840270918b70b49f4795920bd832b3c344d -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:20 + go version 00:34:20 go version go1.15.5 linux/amd64 [Pipeline] } 00:34:20 $ docker stop --time=1 ce0e8f44c2dada1a643e4bfcd8cd4840270918b70b49f4795920bd832b3c344d 00:34:21 $ docker rm -f ce0e8f44c2dada1a643e4bfcd8cd4840270918b70b49f4795920bd832b3c344d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:23 + docker inspect -f . ci-base-image-x86_64 00:34:23 . [Pipeline] withDockerContainer 00:34:23 prd-centos7-docker-4c-2g-24805 does not seem to be running inside a container 00:34:23 $ 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/56 -v /w/workspace/edgex-go/56:/w/workspace/edgex-go/56:rw,z -v /w/workspace/edgex-go/56@tmp:/w/workspace/edgex-go/56@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:34:24 $ docker top adade540d5830e0bae2dda169ef961cb9f2b53f4438ac29b00a4f2800a974724 -eo pid,comm [Pipeline] { [Pipeline] echo 00:34:24 ========================================================= 00:34:24 [edgeXBuildGoParallel] Running Tests and Build... 00:34:24 ========================================================= [Pipeline] sh 00:34:25 + make test 00:34:25 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:34:35 ? github.com/edgexfoundry/edgex-go [no test files] 00:34:53 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:34:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:34:56 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:34:56 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:34:56 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:35:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:35:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:35:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:35:06 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.151s coverage: 46.0% of statements 00:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:35:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.090s coverage: 100.0% of statements 00:35:11 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.177s coverage: 27.1% of statements 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:35:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.047s coverage: 100.0% of statements 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:35:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.063s coverage: 100.0% of statements 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:35:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.126s coverage: 65.8% of statements 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:35:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.432s coverage: 82.3% of statements 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:35:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.406s coverage: 28.6% of statements 00:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:35:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.082s coverage: 100.0% of statements 00:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:35:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.046s coverage: 100.0% of statements 00:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:35:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.121s coverage: 86.7% of statements 00:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:35:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.128s coverage: 97.5% of statements 00:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:35:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 78.3% of statements 00:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:35:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.437s coverage: 92.8% of statements 00:35:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:35:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:35:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:35:15 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:35:15 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:35:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:35:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:35:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:35:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:35:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:35:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:35:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:35:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:35:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:35:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:35:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:35:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:35:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:35:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements 00:35:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:35:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:35:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.084s coverage: 0.1% of statements 00:35:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:35:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:35:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:35:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.031s coverage: 45.5% of statements 00:35:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.079s coverage: 79.5% of statements 00:35:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.052s coverage: 94.1% of statements 00:35:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.058s coverage: 96.3% of statements 00:35:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.035s coverage: 87.5% of statements 00:35:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.060s coverage: 94.4% of statements 00:35:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.031s coverage: 44.8% of statements 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.086s coverage: 92.9% of statements 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.054s coverage: 87.2% of statements 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.022s coverage: 100.0% of statements 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.057s coverage: 75.5% of statements 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.168s coverage: 63.5% of statements 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.316s coverage: 68.9% of statements 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.100s coverage: 37.0% of statements 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.296s coverage: 84.0% of statements 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.046s coverage: 100.0% of statements 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.140s coverage: 47.0% of statements 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.080s coverage: 90.4% of statements 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.715s coverage: 29.1% of statements 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.056s coverage: 100.0% of statements 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.067s coverage: 100.0% of statements 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.028s coverage: 32.1% of statements 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.051s coverage: 100.0% of statements 00:35:40 GO111MODULE=on go vet ./... 00:36:07 gofmt -l . 00:36:07 [ "`gofmt -l .`" = "" ] 00:36:07 ./bin/test-go-mod-tidy.sh 00:36:07 ./bin/test-attribution-txt.sh [Pipeline] sh 00:36:08 + ls -al . 00:36:08 total 684 00:36:08 drwxrwxr-x 10 1001 1001 4096 Feb 4 00:36 . 00:36:08 drwxr-xr-x 4 root root 30 Feb 4 00:34 .. 00:36:08 -rw-rw-r-- 1 1001 1001 11 Feb 4 00:32 .dockerignore 00:36:08 drwxrwxr-x 8 1001 1001 179 Feb 4 00:32 .git 00:36:08 drwxrwxr-x 3 1001 1001 125 Feb 4 00:32 .github 00:36:08 -rw-rw-r-- 1 1001 1001 872 Feb 4 00:32 .gitignore 00:36:08 drwx------ 3 1001 1001 60 Feb 4 00:33 .semver 00:36:08 -rw-rw-r-- 1 1001 1001 166 Feb 4 00:32 .sonarcloud.properties 00:36:08 -rw-rw-r-- 1 1001 1001 7859 Feb 4 00:32 Attribution.txt 00:36:08 -rw-rw-r-- 1 1001 1001 3804 Feb 4 00:32 CONTRIBUTING.md 00:36:08 -rw-rw-r-- 1 1001 1001 931 Feb 4 00:32 Dockerfile.build 00:36:08 -rw-rw-r-- 1 1001 1001 863 Feb 4 00:32 Jenkinsfile 00:36:08 -rw-rw-r-- 1 1001 1001 10775 Feb 4 00:32 LICENSE 00:36:08 -rw-rw-r-- 1 1001 1001 6001 Feb 4 00:32 Makefile 00:36:08 -rw-rw-r-- 1 1001 1001 6524 Feb 4 00:32 README.md 00:36:08 -rw-rw-r-- 1 1001 1001 6755 Feb 4 00:32 SECURITY.md 00:36:08 -rw-rw-r-- 1 1001 1001 5 Feb 4 00:33 VERSION 00:36:08 -rw-rw-r-- 1 1001 1001 4131 Feb 4 00:32 ZMQWindows.md 00:36:08 drwxrwxr-x 2 1001 1001 117 Feb 4 00:32 bin 00:36:08 drwxrwxr-x 15 1001 1001 4096 Feb 4 00:32 cmd 00:36:08 -rw-r--r-- 1 root root 580808 Feb 4 00:35 coverage.out 00:36:08 -rw-r--r-- 1 root root 1054 Feb 4 00:36 go.mod 00:36:08 -rw-r--r-- 1 root root 19399 Feb 4 00:36 go.sum 00:36:08 drwxrwxr-x 8 1001 1001 127 Feb 4 00:32 internal 00:36:08 drwxrwxr-x 4 1001 1001 26 Feb 4 00:32 openapi 00:36:08 drwxrwxr-x 4 1001 1001 71 Feb 4 00:32 snap 00:36:08 -rw-rw-r-- 1 1001 1001 168 Feb 4 00:32 version.go [Pipeline] sh 00:36:09 + '[' -e coverage.out ] 00:36:09 + chown 1001:1001 coverage.out [Pipeline] stash 00:36:09 Stashed 1 file(s) [Pipeline] sh 00:36:09 + make build 00:36:09 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:36:12 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:21 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:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:36:23 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:36:24 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:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:36:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:36:28 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:36:29 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:31 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:32 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:36:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:36:35 $ docker stop --time=1 adade540d5830e0bae2dda169ef961cb9f2b53f4438ac29b00a4f2800a974724 00:36:37 $ docker rm -f adade540d5830e0bae2dda169ef961cb9f2b53f4438ac29b00a4f2800a974724 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:39 00:36:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:36:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:39 latest: Pulling from edgex-devops/edgex-compose 00:36:39 cbdbe7a5bc2a: Pulling fs layer 00:36:39 ca9280d653b3: Pulling fs layer 00:36:39 7e9c9ca2126c: Pulling fs layer 00:36:39 cbdbe7a5bc2a: Verifying Checksum 00:36:39 cbdbe7a5bc2a: Download complete 00:36:40 cbdbe7a5bc2a: Pull complete 00:36:40 ca9280d653b3: Verifying Checksum 00:36:40 ca9280d653b3: Download complete 00:36:41 ca9280d653b3: Pull complete 00:36:42 7e9c9ca2126c: Verifying Checksum 00:36:42 7e9c9ca2126c: Download complete 00:36:49 7e9c9ca2126c: Pull complete 00:36:49 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:36:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:36:49 prd-centos7-docker-4c-2g-24805 does not seem to be running inside a container 00:36:49 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/56 -v /w/workspace/edgex-go/56:/w/workspace/edgex-go/56:rw,z -v /w/workspace/edgex-go/56@tmp:/w/workspace/edgex-go/56@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:36:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24816 in /w/workspace/edgexfoundry_edgex-go_PR-2858 00:36:52 $ docker top 9063ab27efc65362691585737444fbefa75639684e510c3300401218d9abcda9 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 00:36:52 Running in /w/workspace/edgex-go/56 [Pipeline] { [Pipeline] checkout 00:36:53 + docker-compose+ buildgrep --help parallel 00:36:53 00:36:54 --parallel Build images in parallel. [Pipeline] } 00:36:54 $ docker stop --time=1 9063ab27efc65362691585737444fbefa75639684e510c3300401218d9abcda9 00:36:55 $ docker rm -f 9063ab27efc65362691585737444fbefa75639684e510c3300401218d9abcda9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:56 . [Pipeline] withDockerContainer 00:36:56 prd-centos7-docker-4c-2g-24805 does not seem to be running inside a container 00:36:56 $ 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/56 -v /w/workspace/edgex-go/56:/w/workspace/edgex-go/56:rw,z -v /w/workspace/edgex-go/56@tmp:/w/workspace/edgex-go/56@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:36:57 $ docker top 3261c255f05248fd12954ef8a92575888c4f9368c1ddbf18bd086caf1a7efb06 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:58 + docker-compose -f ./docker-compose-build.yml build --parallel 00:36:58 using credential edgex-jenkins-ssh 00:36:58 Cloning the remote Git repository 00:36:59 Building docker-core-command-go ... 00:36:59 Building docker-core-data-go ... 00:36:59 Building docker-core-metadata-go ... 00:36:59 Building docker-security-bootstrapper-go ... 00:36:59 Building docker-security-proxy-setup-go ... 00:36:59 Building docker-security-secretstore-setup-go ... 00:36:59 Building docker-support-notifications-go ... 00:36:59 Building docker-support-scheduler-go ... 00:36:59 Building docker-sys-mgmt-agent-go ... 00:36:59 Building docker-core-data-go 00:36:59 Building docker-security-secretstore-setup-go 00:36:59 Building docker-sys-mgmt-agent-go 00:36:59 Building docker-core-metadata-go 00:36:59 Building docker-support-notifications-go 00:36:58 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:58 > git init /w/workspace/edgex-go/56 # timeout=10 00:36:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:58 > git --version # timeout=10 00:36:58 > git --version # 'git version 2.17.1' 00:36:58 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:37:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:31 ---> 1d31068e0730 00:37:31 Step 3/23 : WORKDIR /edgex-go 00:37:31 ---> Running in 064a2a7830de 00:37:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:37:32 ---> 1d31068e0730 00:37:32 Step 3/22 : WORKDIR /edgex-go 00:37:32 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:37:32 ---> 1d31068e0730 00:37:32 Step 3/24 : WORKDIR /edgex-go 00:37:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:32 ---> 1d31068e0730 00:37:32 Step 3/23 : WORKDIR /edgex-go 00:37:32 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:32 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:37:32 ---> 1d31068e0730 00:37:32 Step 3/26 : WORKDIR /edgex-go 00:37:33 ---> Running in 168ce4d6483e 00:37:33 ---> Running in 92526f943e45 00:37:33 ---> Running in 49e52ebbeab7 00:37:33 ---> Running in 20cf9716462b 00:37:33 Removing intermediate container 064a2a7830de 00:37:33 ---> 234a2e7c70e3 00:37:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:33 ---> Running in 1544bdcc3b65 00:37:34 Removing intermediate container 168ce4d6483e 00:37:34 ---> 73d6b828485b 00:37:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:34 Removing intermediate container 92526f943e45 00:37:34 ---> 5eefa8b080a9 00:37:34 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:34 Removing intermediate container 20cf9716462b 00:37:34 ---> eba0cc7f1005 00:37:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:34 Removing intermediate container 49e52ebbeab7 00:37:34 ---> 349af110b583 00:37:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:34 ---> Running in 2cd504d364f1 00:37:34 ---> Running in 01916f0f985e 00:37:34 ---> Running in ae2858000bb6 00:37:34 ---> Running in d6f15ceea73d 00:37:36 Merging remotes/origin/master commit d0bc3b104123489a76cc16a6f8c025e818c2e684 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:37:36 Removing intermediate container 1544bdcc3b65 00:37:36 ---> d3c6fb857b5f 00:37:36 Step 5/23 : RUN apk add --update --no-cache make git 00:37:36 Removing intermediate container 01916f0f985e 00:37:36 ---> 6eea3f474f81 00:37:36 Step 5/24 : RUN apk add --update --no-cache make git 00:37:36 ---> Running in bd4f429d172c 00:37:36 ---> Running in 5a761eea6ac1 00:37:36 Removing intermediate container 2cd504d364f1 00:37:36 ---> f68671e027d7 00:37:36 Step 5/26 : RUN apk add --update --no-cache make bash git 00:37:36 ---> Running in b520226d953e 00:37:37 Removing intermediate container ae2858000bb6 00:37:37 ---> b7031729eead 00:37:37 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:37:37 Removing intermediate container d6f15ceea73d 00:37:37 ---> ad41a8e359ae 00:37:37 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:37:37 ---> Running in 02a7c3efe3df 00:37:37 ---> Running in 4278ffd98387 00:37:37 Merge succeeded, producing ffe88ffeb565299e05111e346f8bb888c432fda7 00:37:37 Checking out Revision ffe88ffeb565299e05111e346f8bb888c432fda7 (PR-2858) 00:37:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:37:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:37:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:37:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:37:35 using GIT_SSH to set credentials SSH Credentials for GitHub 00:37:35 > 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:37:36 > git config core.sparsecheckout # timeout=10 00:37:36 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:37:36 > git remote # timeout=10 00:37:36 > git config --get remote.origin.url # timeout=10 00:37:36 using GIT_SSH to set credentials SSH Credentials for GitHub 00:37:36 > git merge d0bc3b104123489a76cc16a6f8c025e818c2e684 # timeout=10 00:37:37 > git rev-parse HEAD^{commit} # timeout=10 00:37:37 > git config core.sparsecheckout # timeout=10 00:37:37 > git checkout -f ffe88ffeb565299e05111e346f8bb888c432fda7 # timeout=10 00:37:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:40 OK: 233 MiB in 51 packages 00:37:40 OK: 233 MiB in 51 packages 00:37:40 OK: 233 MiB in 51 packages 00:37:41 Removing intermediate container 5a761eea6ac1 00:37:41 ---> 6b936aeb47fe 00:37:41 Step 6/24 : COPY go.mod . 00:37:41 Removing intermediate container 02a7c3efe3df 00:37:41 ---> 4b47e96b3bc4 00:37:41 Step 6/22 : COPY go.mod . 00:37:41 ---> 7b9d57877460 00:37:41 Step 7/24 : RUN go mod download 00:37:41 ---> Running in aec0388a0765 00:37:41 Removing intermediate container b520226d953e 00:37:41 ---> 4639f260a444 00:37:41 Step 6/26 : COPY go.mod . 00:37:41 ---> 36a6324b5d1f 00:37:41 Step 7/22 : RUN go mod download 00:37:41 OK: 233 MiB in 51 packages 00:37:41 ---> Running in 61eee2cb10a5 00:37:41 ---> c38e9bd9e94e 00:37:41 Step 7/26 : RUN go mod download 00:37:41 ---> Running in 8a425302d48b 00:37:41 Commit message: "Merge commit 'd0bc3b104123489a76cc16a6f8c025e818c2e684' into HEAD" 00:37:41 First time build. Skipping changelog. 00:37:42 OK: 233 MiB in 51 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 00:37:42 Removing intermediate container 4278ffd98387 00:37:42 ---> 138713e3e34c 00:37:42 Step 6/23 : COPY go.mod . [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:37:43 Removing intermediate container bd4f429d172c 00:37:43 ---> 01453b951eca 00:37:43 Step 6/23 : COPY go.mod . 00:37:43 ---> 65b87204f379 00:37:43 Step 7/23 : RUN go mod download 00:37:43 ---> Running in 53a69754effd 00:37:43 ---> 5b0844e15db9 00:37:43 Step 7/23 : RUN go mod download 00:37:43 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 00:37:43 ---> Running in 698e6a8a9121 [Pipeline] sh 00:37:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:37:44 Removing intermediate container 61eee2cb10a5 00:37:44 ---> f793753e7409 00:37:44 Step 8/22 : COPY . . 00:37:44 Removing intermediate container aec0388a0765 00:37:44 ---> 20d6a853f254 00:37:44 Step 8/24 : COPY . . 00:37:44 + true 00:37:44 + sudo service docker restart 00:37:44 Removing intermediate container 8a425302d48b 00:37:44 ---> 2e1ffbd19ada 00:37:44 Step 8/26 : COPY . . 00:37:41 > git rev-list --no-walk 69a05121e95bf144923a0a9afed4047b674ba8a3 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:37:47 provisioning config files... 00:37:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/56@tmp/config531814552143168685tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:37:47 ---> docker-login.sh 00:37:47 nexus3.edgexfoundry.org:10001 00:37:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:48 Removing intermediate container 53a69754effd 00:37:48 ---> 900be8c12d67 00:37:48 Step 8/23 : COPY . . 00:37:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:48 Configure a credential helper to remove this warning. See 00:37:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:48 00:37:48 Login Succeeded 00:37:48 nexus3.edgexfoundry.org:10002 00:37:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:49 Configure a credential helper to remove this warning. See 00:37:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:49 00:37:49 Login Succeeded 00:37:49 nexus3.edgexfoundry.org:10003 00:37:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:50 Configure a credential helper to remove this warning. See 00:37:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:50 00:37:50 Login Succeeded 00:37:50 nexus3.edgexfoundry.org:10004 00:37:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:50 Configure a credential helper to remove this warning. See 00:37:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:50 00:37:50 Login Succeeded 00:37:50 docker.io 00:37:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:51 Configure a credential helper to remove this warning. See 00:37:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:51 00:37:51 Login Succeeded 00:37:51 ---> docker-login.sh ends [Pipeline] } 00:37:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:37:52 ========================================================= 00:37:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:37:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:37:52 + 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:37:52 Removing intermediate container 698e6a8a9121 00:37:52 ---> 8352d31a351e 00:37:52 Step 8/23 : COPY . . 00:37:55 Sending build context to Docker daemon 166.2MB 00:37:55 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:37:55 Step 2/6 : FROM ${BASE} 00:37:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:37:55 5f621e34cdf4: Pulling fs layer 00:37:55 a4357932f1b6: Pulling fs layer 00:37:55 18c013af1878: Pulling fs layer 00:37:55 00ac8860ef70: Pulling fs layer 00:37:55 63d7cb157983: Pulling fs layer 00:37:55 b116817d02f9: Pulling fs layer 00:37:55 745a02a5169b: Pulling fs layer 00:37:55 00ac8860ef70: Waiting 00:37:55 63d7cb157983: Waiting 00:37:55 b116817d02f9: Waiting 00:37:55 745a02a5169b: Waiting 00:37:55 18c013af1878: Verifying Checksum 00:37:55 18c013af1878: Download complete 00:37:55 a4357932f1b6: Verifying Checksum 00:37:55 a4357932f1b6: Download complete 00:37:55 63d7cb157983: Verifying Checksum 00:37:55 63d7cb157983: Download complete 00:37:55 b116817d02f9: Verifying Checksum 00:37:55 5f621e34cdf4: Verifying Checksum 00:37:55 5f621e34cdf4: Download complete 00:37:55 5f621e34cdf4: Pull complete 00:37:56 a4357932f1b6: Pull complete 00:37:57 18c013af1878: Pull complete 00:37:57 745a02a5169b: Verifying Checksum 00:37:57 745a02a5169b: Download complete 00:37:59 00ac8860ef70: Download complete 00:38:09 00ac8860ef70: Pull complete 00:38:09 63d7cb157983: Pull complete 00:38:09 b116817d02f9: Pull complete 00:38:12 745a02a5169b: Pull complete 00:38:12 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:38:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:38:12 ---> b7e6874047d6 00:38:12 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:38:16 ---> Running in cb9d91518ffb 00:38:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:38:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:38:19 (1/12) Installing libmagic (5.38-r0) 00:38:19 (2/12) Installing file (5.38-r0) 00:38:19 (3/12) Installing libc-dev (0.7.2-r3) 00:38:19 (4/12) Installing g++ (9.3.0-r2) 00:38:22 (5/12) Installing fortify-headers (1.1-r0) 00:38:22 (6/12) Installing patch (2.7.6-r6) 00:38:22 (7/12) Installing build-base (0.5-r2) 00:38:23 (8/12) Installing libsodium (1.0.18-r0) 00:38:23 (9/12) Installing pkgconf (1.7.2-r0) 00:38:23 (10/12) Installing libsodium-dev (1.0.18-r0) 00:38:23 (11/12) Installing libzmq (4.3.3-r0) 00:38:23 (12/12) Installing zeromq-dev (4.3.3-r0) 00:38:23 Executing busybox-1.31.1-r19.trigger 00:38:23 OK: 217 MiB in 51 packages 00:38:25 ---> 33bfecc2a936 00:38:25 ---> 08d5e8bb7f03 00:38:25 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agentStep 9/22 : RUN make cmd/support-notifications/support-notifications ---> a5d43207052c 00:38:25 00:38:25 00:38:25 Step 9/23 : RUN make cmd/core-data/core-data 00:38:25 ---> 93c51fe8916e 00:38:25 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:38:25 ---> Running in adcc362e3b81 00:38:25 ---> Running in d56529638e85 00:38:25 ---> Running in cafae398f584 00:38:25 ---> Running in 62510b2f5139 00:38:25 ---> 80e4e8ab2342 00:38:25 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:38:25 ---> Running in d45aecc1a7fb 00:38:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:38:27 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:27 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:38:27 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:38:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:38:27 Removing intermediate container cb9d91518ffb 00:38:27 ---> 1135654251e6 00:38:27 Step 4/6 : WORKDIR /edgex-go 00:38:27 ---> Running in bb8e3e55a77f 00:38:28 Removing intermediate container bb8e3e55a77f 00:38:28 ---> 9690bc9efef1 00:38:28 Step 5/6 : COPY go.mod . 00:38:29 ---> 5b243d19131a 00:38:29 Step 6/6 : RUN go mod download 00:38:29 ---> Running in 4cdca675e2e8 00:38:56 Removing intermediate container 4cdca675e2e8 00:38:56 ---> f50fc4ba909b 00:38:56 Successfully built f50fc4ba909b 00:38:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:38:57 + docker inspect -f . ci-base-image-arm64 00:38:57 . [Pipeline] withDockerContainer 00:38:57 prd-ubuntu18.04-docker-arm64-4c-16g-24816 does not seem to be running inside a container 00:38:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/56 -v /w/workspace/edgex-go/56:/w/workspace/edgex-go/56:rw,z -v /w/workspace/edgex-go/56@tmp:/w/workspace/edgex-go/56@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 ******** ci-base-image-arm64 cat 00:38:59 $ docker top ce3acb152a5a582fcb810c55face3e67c2441efb7dac48d62bc03f3f2da04af3 -eo pid,comm [Pipeline] { [Pipeline] sh 00:39:00 + go version 00:39:00 go version go1.15.5 linux/arm64 [Pipeline] } 00:39:00 $ docker stop --time=1 ce3acb152a5a582fcb810c55face3e67c2441efb7dac48d62bc03f3f2da04af3 00:39: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:39:02 $ docker rm -f ce3acb152a5a582fcb810c55face3e67c2441efb7dac48d62bc03f3f2da04af3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:39:03 + docker inspect -f . ci-base-image-arm64 00:39:03 . [Pipeline] withDockerContainer 00:39:03 prd-ubuntu18.04-docker-arm64-4c-16g-24816 does not seem to be running inside a container 00:39:03 $ 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/56 -v /w/workspace/edgex-go/56:/w/workspace/edgex-go/56:rw,z -v /w/workspace/edgex-go/56@tmp:/w/workspace/edgex-go/56@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 ******** ci-base-image-arm64 cat 00:39:03 Removing intermediate container adcc362e3b81 00:39:03 ---> d21c0fde9135 00:39:03 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:39:04 ---> Running in 43e942744171 00:39:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:39:05 $ docker top d23d04954c2a3767f75c9a495d1d1da9547bbe5bb03164b9d1d766ccb625d6ea -eo pid,comm [Pipeline] { [Pipeline] echo 00:39:05 ========================================================= 00:39:05 [edgeXBuildGoParallel] Running Tests and Build... 00:39:05 ========================================================= [Pipeline] sh 00:39:06 + make test 00:39:06 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:39:06 Removing intermediate container 62510b2f5139 00:39:06 ---> 1c5776e1b0fe 00:39:06 00:39:06 Step 10/24 : FROM alpine:3.12 00:39:06 3.12: Pulling from library/alpine 00:39:07 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:39:07 Status: Downloaded newer image for alpine:3.12 00:39:07 ---> 389fef711851 00:39:07 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:39:10 ---> Running in 2b3987bb8eb2 00:39:10 Removing intermediate container d56529638e85 00:39:10 ---> 697342278a2d 00:39:10 00:39:10 Step 10/22 : FROM alpine:3.12 00:39:10 ---> 389fef711851 00:39:10 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:39:10 Removing intermediate container 43e942744171 00:39:10 ---> a7c8c40a740c 00:39:10 00:39:10 Step 11/26 : FROM docker:20.10.0 00:39:10 20.10.0: Pulling from library/docker 00:39:10 ---> Running in 340fdc6c079f 00:39:10 Removing intermediate container d45aecc1a7fb 00:39:10 ---> 1cfb8e7dcaa3 00:39:10 00:39:10 Step 10/23 : FROM alpine:3.12 00:39:10 ---> 389fef711851 00:39:10 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:39:10 ---> Running in 3e9a6d09ddaf 00:39:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:12 (1/5) Installing ca-certificates (20191127-r4) 00:39:12 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:39:12 (3/5) Installing libcurl (7.69.1-r3) 00:39:12 (4/5) Installing curl (7.69.1-r3) 00:39:12 (5/5) Installing dumb-init (1.2.2-r1) 00:39:12 Executing busybox-1.31.1-r19.trigger 00:39:12 Executing ca-certificates-20191127-r4.trigger 00:39:12 OK: 7 MiB in 19 packages 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/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 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:12 (1/1) Installing dumb-init (1.2.2-r1) 00:39:12 Executing busybox-1.31.1-r19.trigger 00:39:12 OK: 6 MiB in 15 packages 00:39:13 (1/2) Installing ca-certificates (20191127-r4) 00:39:13 (2/2) Installing dumb-init (1.2.2-r1) 00:39:13 Executing busybox-1.31.1-r19.trigger 00:39:13 Executing ca-certificates-20191127-r4.trigger 00:39:13 OK: 6 MiB in 16 packages 00:39:17 Removing intermediate container cafae398f584 00:39:17 ---> 8cee43577226 00:39:17 00:39:17 Step 10/23 : FROM alpine:3.12 00:39:17 ---> 389fef711851 00:39:17 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:17 ---> Running in 63be46c492b0 00:39:17 Removing intermediate container 2b3987bb8eb2 00:39:17 ---> f95ba29c77e3 00:39:17 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:17 ---> Running in 5ffbc602284a 00:39:18 Removing intermediate container 3e9a6d09ddaf 00:39:18 ---> fa080885548a 00:39:18 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:18 Removing intermediate container 63be46c492b0 00:39:18 ---> ee642c5b7ff5 00:39:18 Step 12/23 : ENV APP_PORT=48080 00:39:18 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:39:18 ---> Running in 2c9b8e65c80a 00:39:18 Removing intermediate container 340fdc6c079f 00:39:18 ---> b0094db3fd06 00:39:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:39:18 Status: Downloaded newer image for docker:20.10.0 00:39:18 ---> aefe523efa57 00:39:18 Step 12/26 : RUN apk add --no-cache bash 00:39:18 Removing intermediate container 5ffbc602284a 00:39:18 ---> d791b9cf18f9 00:39:18 Step 13/24 : WORKDIR / 00:39:18 ---> Running in 5d2eee2e519c 00:39:18 ---> Running in 72e02de3f9af 00:39:18 ---> Running in 9b83b59d9d4b 00:39:18 ---> Running in 485d406126e7 00:39:18 Removing intermediate container 2c9b8e65c80a 00:39:18 ---> 24c66780a7f3 00:39:18 Step 13/23 : ENV APP_PORT=48081 00:39:19 ---> Running in 3bf507c4e4e7 00:39:19 Removing intermediate container 72e02de3f9af 00:39:19 ---> c75d6ab6ecd9 00:39:19 Step 13/22 : ENV APP_PORT=48060 00:39:19 Removing intermediate container 5d2eee2e519c 00:39:19 ---> 19e7f0912796 00:39:19 Step 13/23 : EXPOSE $APP_PORT 00:39:19 Removing intermediate container 485d406126e7 00:39:19 ---> d7de6509a659 00:39:19 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:39:19 ---> Running in 37da45963b7c 00:39:19 ---> Running in e12c98b10e50 00:39:19 Removing intermediate container 3bf507c4e4e7 00:39:19 ---> afa2d3c22397 00:39:19 Step 14/23 : EXPOSE $APP_PORT 00:39:19 ---> Running in 0e544c70d2ce 00:39:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:19 Removing intermediate container 37da45963b7c 00:39:19 ---> 0acb3ab09ea9 00:39:19 Step 14/22 : EXPOSE $APP_PORT 00:39:20 Removing intermediate container e12c98b10e50 00:39:20 ---> 7cbc33a16f37 00:39:20 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:20 ---> 942251588279 00:39:20 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:39:20 (1/2) Installing readline (8.0.4-r0) 00:39:20 Removing intermediate container 0e544c70d2ce 00:39:20 ---> 2a869411a7f5 00:39:20 Step 15/23 : WORKDIR / 00:39:20 (2/2) Installing bash (5.0.17-r0) 00:39:20 Executing bash-5.0.17-r0.post-install 00:39:20 ---> Running in fc57130cd84c 00:39:20 Executing busybox-1.31.1-r19.trigger 00:39:20 OK: 12 MiB in 22 packages 00:39:20 ---> Running in c97f70e56d94 00:39:20 ---> Running in e674c433604c 00:39:20 Removing intermediate container fc57130cd84c 00:39:20 ---> 20b8e5ea0840 00:39:20 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:20 ---> d020c27a2dbd 00:39:20 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:39:20 Removing intermediate container e674c433604c 00:39:20 ---> 4e4cb77b9e2e 00:39:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:21 ---> 4459de85bc6b 00:39:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:39:21 ---> 2d3e63d93cfc 00:39:21 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:39:21 ---> 22947c461710 00:39:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:39:21 Removing intermediate container 9b83b59d9d4b 00:39:21 ---> 4d47bcbcc54f 00:39:21 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:39:21 ---> Running in 25743eae2b65 00:39:22 ---> f250ea7fae40 00:39:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:39:22 ---> 6cac16a6b818 00:39:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:39:22 Removing intermediate container 25743eae2b65 00:39:22 ---> 4f8182a47fc8 00:39:22 Step 14/26 : ENV APP_PORT=48090 00:39:22 Removing intermediate container c97f70e56d94 00:39:22 ---> bd73cbfd6e90 00:39:22 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:39:22 ---> 08e2837bada9 00:39:22 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:39:22 ---> Running in 33cd1ba4b425 00:39:22 ---> Running in ddf85cfc59c4 00:39:23 ---> 229c8f254c04 00:39:23 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:39:23 ---> 38987d969ce0 00:39:23 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:39:23 ---> Running in 4f6796b4d650 00:39:23 ---> Running in 0e68e63a897c 00:39:23 Removing intermediate container ddf85cfc59c4 00:39:23 ---> 9b2b628ea425 00:39:23 Step 15/26 : EXPOSE $APP_PORT 00:39:23 ---> d6ea3993e00e 00:39:23 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:39:23 ---> Running in b5087ba462ae 00:39:23 Removing intermediate container 4f6796b4d650 00:39:23 ---> 8e15848f0a50 00:39:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:23 ---> Running in 9b2c3642c064 00:39:23 Removing intermediate container 0e68e63a897c 00:39:23 ---> 7ef076e5bfbf 00:39:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:24 Removing intermediate container b5087ba462ae 00:39:24 ---> 447e8e49c41e 00:39:24 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:39:24 ---> Running in 5864552c6c8d 00:39:24 Removing intermediate container 9b2c3642c064 00:39:24 ---> 48d1ae5b7443 00:39:24 Step 20/22 : LABEL arch=x86_64 00:39:24 ---> a06a9c1315d4 00:39:24 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:39:24 ---> Running in 192d843789ca 00:39:24 ---> Running in 03c2fcf56683 00:39:24 Removing intermediate container 5864552c6c8d 00:39:24 ---> 5a5c85f143ae 00:39:24 Step 21/23 : LABEL arch=x86_64 00:39:24 Removing intermediate container 192d843789ca 00:39:24 ---> 5e4b06ccb38b 00:39:24 Step 21/22 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f 00:39:24 ---> Running in 545d239ce36b 00:39:24 ---> Running in ef1b5c6659b6 00:39:24 ---> ba230931b8f6 00:39:24 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:39:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:25 Removing intermediate container 545d239ce36b 00:39:25 ---> c503918ba6bf 00:39:25 Step 22/23 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f 00:39:25 Removing intermediate container ef1b5c6659b6 00:39:25 ---> 3f700148dd7f 00:39:25 Step 22/22 : LABEL version=0.0.0 00:39:25 ---> 549d7d2c751c 00:39:25 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:39:25 ---> Running in 7c174c21d9d6 00:39:26 ---> Running in 0381909112ea 00:39:26 Removing intermediate container 7c174c21d9d6 00:39:26 ---> 349a1c22304b 00:39:26 Step 23/23 : LABEL version=0.0.0 00:39:26 ---> Running in 1af32eed433e 00:39:26 Removing intermediate container 0381909112ea 00:39:26 ---> 527ce830bbf4 00:39:26 00:39:26 ---> 349912c969b4 00:39:26 Step 19/26 : RUN apk --no-cache add py3-pip 00:39:26 Removing intermediate container 03c2fcf56683 00:39:26 ---> fbdd42570e85 00:39:26 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:39:26 ---> Running in 2bd266a1d4cf 00:39:26 Successfully built 527ce830bbf4 00:39:26 ---> Running in 806f092892a7 00:39:26 Successfully tagged docker-support-notifications-go:latest 00:39:26 Removing intermediate container 1af32eed433e 00:39:26 ---> 56bb44938590 00:39:26 00:39:26 Building docker-support-scheduler-go 00:39:27  Building docker-support-notifications-go ... done Successfully built 56bb44938590 00:39:27 Successfully tagged docker-core-metadata-go:latest 00:39:27 Building docker-security-bootstrapper-go 00:39:27  Building docker-core-metadata-go ... done Removing intermediate container 806f092892a7 00:39:27 ---> afbcc1b73646 00:39:27 Step 22/24 : LABEL arch=x86_64 00:39:27 ---> Running in 44ca0f8406cf 00:39:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:27 Removing intermediate container 44ca0f8406cf 00:39:27 ---> a55001bcfbf1 00:39:27 Step 23/24 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f 00:39:27 ---> Running in 3256a2421129 00:39:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:27 (1/33) Installing libbz2 (1.0.8-r1) 00:39:27 Removing intermediate container 3256a2421129 00:39:27 ---> c5db3e07196d 00:39:27 Step 24/24 : LABEL version=0.0.0 00:39:27 (2/33) Installing expat (2.2.9-r1) 00:39:27 (3/33) Installing libffi (3.3-r2) 00:39:27 (4/33) Installing gdbm (1.13-r1) 00:39:27 (5/33) Installing xz-libs (5.2.5-r0) 00:39:27 (6/33) Installing sqlite-libs (3.32.1-r0) 00:39:27 ---> Running in 0a5f21d69eaf 00:39:27 (7/33) Installing python3 (3.8.5-r0) 00:39:29 (1/6) Installing dumb-init (1.2.2-r1) 00:39:29 (2/6) Installing libgcc (9.3.0-r2) 00:39:30 (3/6) Installing libsodium (1.0.18-r0) 00:39:30 (4/6) Installing libstdc++ (9.3.0-r2) 00:39:31 (5/6) Installing libzmq (4.3.3-r0) 00:39:33 ? github.com/edgexfoundry/edgex-go [no test files] 00:39:33 (6/6) Installing zeromq (4.3.3-r0) 00:39:33 Executing busybox-1.31.1-r19.trigger 00:39:33 OK: 8 MiB in 20 packages 00:39:37 (8/33) Installing py3-appdirs (1.4.4-r1) 00:39:37 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:39:37 Removing intermediate container 0a5f21d69eaf 00:39:37 ---> c21136c49d0d 00:39:37 00:39:37 (10/33) Installing py3-parsing (2.4.7-r0) 00:39:37 (11/33) Installing py3-six (1.15.0-r0) 00:39:37 (12/33) Installing py3-packaging (20.4-r0) 00:39:37 (13/33) Installing py3-setuptools (47.0.0-r0) 00:39:37 (14/33) Installing py3-chardet (3.0.4-r4) 00:39:37 (15/33) Installing py3-idna (2.9-r0) 00:39:37 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:39:38 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:39:38 Successfully built c21136c49d0d 00:39:38 (18/33) Installing py3-requests (2.23.0-r0) 00:39:38 Successfully tagged docker-security-secretstore-setup-go:latest 00:39:38 Building docker-security-proxy-setup-go 00:39:38  Building docker-security-secretstore-setup-go ... done (19/33) Installing py3-msgpack (1.0.0-r0) 00:39:38 (20/33) Installing py3-lockfile (0.12.2-r3) 00:39:38 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:39:40 (22/33) Installing py3-colorama (0.4.3-r0) 00:39:41 (23/33) Installing py3-distlib (0.3.0-r0) 00:39:42 (24/33) Installing py3-distro (1.5.0-r1) 00:39:42 (25/33) Installing py3-webencodings (0.5.1-r3) 00:39:43 (26/33) Installing py3-html5lib (1.0.1-r4) 00:39:44 (27/33) Installing py3-pytoml (0.1.21-r0) 00:39:45 (28/33) Installing py3-pep517 (0.8.2-r0) 00:39:45 (29/33) Installing py3-progress (1.5-r0) 00:39:45 (30/33) Installing py3-toml (0.10.1-r0) 00:39:45 Removing intermediate container 33cd1ba4b425 00:39:45 ---> b982aa59ca33 00:39:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:45 (31/33) Installing py3-retrying (1.3.3-r0) 00:39:45 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:39:45 (33/33) Installing py3-pip (20.1.1-r0) 00:39:48 Executing busybox-1.31.1-r19.trigger 00:39:49 OK: 71 MiB in 55 packages 00:39:52 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:52 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:39:52 ---> 1d31068e0730 00:39:52 Step 3/31 : WORKDIR /edgex-go 00:39:52 ---> Using cache 00:39:52 ---> 349af110b583 00:39:52 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:52 ---> Using cache 00:39:52 ---> ad41a8e359ae 00:39:52 Step 5/31 : RUN apk add --update --no-cache make git 00:39:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:39:52 ---> 1d31068e0730 00:39:52 Step 3/22 : WORKDIR /edgex-go 00:39:52 ---> Using cache 00:39:52 ---> 349af110b583 00:39:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:52 ---> Using cache 00:39:52 ---> ad41a8e359ae 00:39:52 Step 5/22 : RUN apk add --update --no-cache make git 00:39:53 ---> 41029638412f 00:39:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:39:53 ---> Running in d8f7582fd42e 00:39:53 ---> Running in 8b0dbeb110a3 00:39:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:56 ---> 952f9424c0cf 00:39:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:39:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:57 OK: 233 MiB in 51 packages 00:39:58 OK: 233 MiB in 51 packages 00:39:58 ---> cd04c5c0d853 00:39:58 Step 19/23 : ENTRYPOINT ["/core-data"] 00:39:59 ---> Running in bf6edb89cc5f 00:40:01 Removing intermediate container bf6edb89cc5f 00:40:01 ---> d3995aebcd47 00:40:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:02 Removing intermediate container d8f7582fd42e 00:40:02 ---> f5299d352aa2 00:40:02 Step 6/22 : COPY go.mod . 00:40:02 ---> Running in 6d2a7d39d796 00:40:02 Removing intermediate container 8b0dbeb110a3 00:40:02 ---> d2c9e82ed302 00:40:02 Step 6/31 : COPY go.mod . 00:40:03 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:03 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:40:03 ---> 1d31068e0730 00:40:03 Step 3/21 : WORKDIR /edgex-go 00:40:04 ---> Using cache 00:40:04 ---> 349af110b583 00:40:04 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:04 ---> Using cache 00:40:04 ---> ad41a8e359ae 00:40:04 Step 5/21 : RUN apk add --update --no-cache make git 00:40:04 ---> Using cache 00:40:04 ---> d2c9e82ed302 00:40:04 Step 6/21 : COPY go.mod . 00:40:04 ---> Using cache 00:40:04 ---> 1c903ca94465 00:40:04 Step 7/21 : RUN go mod download 00:40:04 Removing intermediate container 6d2a7d39d796 00:40:04 ---> a3aa868688f7 00:40:04 Step 21/23 : LABEL arch=x86_64 00:40:04 ---> 1c903ca94465 00:40:04 Step 7/31 : RUN go mod download 00:40:05 ---> Running in 49d99377223f 00:40:06 ---> 936f7bd47884 00:40:06 Step 7/22 : RUN go mod download 00:40:06 ---> Running in 06b57d47d0b4 00:40:06 ---> Running in 02d74af1d99d 00:40:07 ---> Running in eb456b87ca68 00:40:08 Removing intermediate container 06b57d47d0b4 00:40:08 ---> dd45c981aef1 00:40:08 Step 22/23 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f 00:40:08 ---> Running in 4ae9b60ec007 00:40:08 Removing intermediate container 2bd266a1d4cf 00:40:08 ---> 62fc842593d4 00:40:08 Step 20/26 : RUN pip install docker-compose==1.23.2 00:40:08 ---> Running in b521f3d32c58 00:40:08 Removing intermediate container 4ae9b60ec007 00:40:08 ---> a87a6330b012 00:40:08 Step 23/23 : LABEL version=0.0.0 00:40:08 ---> Running in 32da8e2003f0 00:40:08 Removing intermediate container 32da8e2003f0 00:40:08 ---> 57c278d781f3 00:40:08 00:40:09 Successfully built 57c278d781f3 00:40:09 Successfully tagged docker-core-data-go:latest 00:40:09 Building docker-core-command-go 00:40:10  Building docker-core-data-go ... done Removing intermediate container 02d74af1d99d 00:40:10 ---> 629d33dd4022 00:40:10 Step 8/31 : COPY . . 00:40:10 Removing intermediate container 49d99377223f 00:40:10 ---> dce7754bf2f6 00:40:10 Step 8/21 : COPY . . 00:40:13 Collecting docker-compose==1.23.2 00:40:13 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:40:14 Collecting docopt<0.7,>=0.6.1 00:40:14 Downloading docopt-0.6.2.tar.gz (25 kB) 00:40:14 Removing intermediate container eb456b87ca68 00:40:14 ---> 6ad6ce9bdbeb 00:40:14 Step 8/22 : COPY . . 00:40:23 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:40:23 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:40:23 Collecting cached-property<2,>=1.2.0 00:40:23 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:40:25 Collecting websocket-client<1.0,>=0.32.0 00:40:25 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:40:25 Collecting dockerpty<0.5,>=0.4.1 00:40:25 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:40:27 Collecting texttable<0.10,>=0.9.0 00:40:27 Downloading texttable-0.9.1.tar.gz (11 kB) 00:40:30 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:40:30 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:40:32 Collecting PyYAML<4,>=3.10 00:40:32 Downloading PyYAML-3.13.tar.gz (270 kB) 00:40:34 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:40:34 Collecting jsonschema<3,>=2.5.1 00:40:34 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:40:35 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:40:36 Collecting docker<4.0,>=3.6.0 00:40:36 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:40:36 Collecting idna<2.8,>=2.5 00:40:36 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:40:37 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:40:37 Collecting urllib3<1.25,>=1.21.1 00:40:37 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:40:37 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:40:37 Collecting docker-pycreds>=0.4.0 00:40:37 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:40:38 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:40:38 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:40:38 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:40:38 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:40:38 Installing collected packages: docopt, idna, urllib3, requests, cached-property, websocket-client, dockerpty, texttable, PyYAML, jsonschema, docker-pycreds, docker, docker-compose 00:40:38 Running setup.py install for docopt: started 00:40:41 Running setup.py install for docopt: finished with status 'done' 00:40:41 Attempting uninstall: idna 00:40:41 Found existing installation: idna 2.9 00:40:41 Uninstalling idna-2.9: 00:40:41 Successfully uninstalled idna-2.9 00:40:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:40:41 ---> 1d31068e0730 00:40:41 Step 3/23 : WORKDIR /edgex-go 00:40:41 ---> Using cache 00:40:41 ---> 349af110b583 00:40:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:41 ---> Using cache 00:40:41 ---> ad41a8e359ae 00:40:41 Step 5/23 : RUN apk add --update --no-cache make git 00:40:41 ---> Using cache 00:40:41 ---> d2c9e82ed302 00:40:41 Step 6/23 : COPY go.mod . 00:40:41 ---> Using cache 00:40:41 ---> 1c903ca94465 00:40:41 Step 7/23 : RUN go mod download 00:40:41 ---> Using cache 00:40:41 ---> dce7754bf2f6 00:40:41 Step 8/23 : COPY . . 00:40:41 Attempting uninstall: urllib3 00:40:41 Found existing installation: urllib3 1.25.9 00:40:41 Uninstalling urllib3-1.25.9: 00:40:42 Successfully uninstalled urllib3-1.25.9 00:40:43 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:40:46 Attempting uninstall: requests 00:40:46 Found existing installation: requests 2.23.0 00:40:46 Uninstalling requests-2.23.0: 00:40:46 Successfully uninstalled requests-2.23.0 00:40:52 Running setup.py install for dockerpty: started 00:40:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:40:52 Running setup.py install for dockerpty: finished with status 'done' 00:40:52 Running setup.py install for texttable: started 00:40:53 Running setup.py install for texttable: finished with status 'done' 00:40:53 Running setup.py install for PyYAML: started 00:40:54 ---> 41257dfc7599 00:40:54 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:40:54 ---> f3e805b52d77 00:40:54 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:40:54 ---> 146b66147967 00:40:54 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:40:54 ---> Running in ac4960e82370 00:40:54 ---> Running in 2a8a382a9879 00:40:54 ---> Running in e3ac5c871ce2 00:40:54 Running setup.py install for PyYAML: finished with status 'done' 00:40:57 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:40:57 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:40:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:40:57 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:40:58 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.441s coverage: 46.0% of statements 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:40:58 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.175s coverage: 100.0% of statements 00:41:05 Removing intermediate container b521f3d32c58 00:41:05 ---> 6cefbf5282ec 00:41:05 Step 21/26 : RUN apk --no-cache add curl 00:41:05 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.534s coverage: 27.1% of statements 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:41:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.076s coverage: 100.0% of statements 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:41:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.106s coverage: 100.0% of statements 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:41:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.316s coverage: 65.8% of statements 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:41:07 ---> Running in 3c8a558e00f8 00:41:07 ---> 6c79532736ed 00:41:07 Step 9/23 : RUN make cmd/core-command/core-command 00:41:07 ---> Running in 224d94b6a1e2 00:41:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.693s coverage: 82.3% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:41:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:08 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:08 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:41:08 (2/3) Installing libcurl (7.69.1-r3) 00:41:08 (3/3) Installing curl (7.69.1-r3) 00:41:08 Executing busybox-1.31.1-r19.trigger 00:41:08 OK: 72 MiB in 58 packages 00:41:10 Removing intermediate container 3c8a558e00f8 00:41:10 ---> e9b067057a36 00:41:10 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:41:10 ---> Running in 17b2a6b31761 00:41:10 Removing intermediate container 17b2a6b31761 00:41:10 ---> a2568e9cc9bb 00:41:10 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:10 ---> Running in 44ea2581da21 00:41:10 Removing intermediate container 44ea2581da21 00:41:10 ---> 6ba6d49c0324 00:41:10 Step 24/26 : LABEL arch=x86_64 00:41:10 ---> Running in 1671dd784bf9 00:41:11 Removing intermediate container 1671dd784bf9 00:41:11 ---> 30e56e315b6c 00:41:11 Step 25/26 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f 00:41:11 ---> Running in 7341ee6e023e 00:41:12 Removing intermediate container 7341ee6e023e 00:41:12 ---> f5cf8cf29dec 00:41:12 Step 26/26 : LABEL version=0.0.0 00:41:12 ---> Running in d015fb3c2812 00:41:13 Removing intermediate container d015fb3c2812 00:41:13 ---> 793cde7c4e93 00:41:13 00:41:13 Successfully built 793cde7c4e93 00:41:13 Successfully tagged docker-sys-mgmt-agent-go:latest 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.318s coverage: 28.6% of statements 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.234s coverage: 100.0% of statements 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.126s coverage: 100.0% of statements 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.350s coverage: 86.7% of statements 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.316s coverage: 97.5% of statements 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:41:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.170s coverage: 78.3% of statements 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:41:23  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:41:23 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:41:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.368s coverage: 92.8% of statements 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:41:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:41:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.195s coverage: 0.1% of statements 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:41:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.079s coverage: 45.5% of statements 00:41:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.084s coverage: 79.5% of statements 00:41:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.073s coverage: 94.1% of statements 00:41:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.103s coverage: 96.3% of statements 00:41:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements 00:41:30 Removing intermediate container e3ac5c871ce2 00:41:30 ---> 75e6478ad62f 00:41:30 00:41:30 Step 10/22 : FROM alpine:3.12 00:41:30 ---> 389fef711851 00:41:30 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:41:30 ---> Using cache 00:41:30 ---> fa080885548a 00:41:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:41:30 ---> Using cache 00:41:30 ---> 24c66780a7f3 00:41:30 Step 13/22 : ENV APP_PORT=48085 00:41:30 ---> Running in 2bc92094fedd 00:41:30 Removing intermediate container ac4960e82370 00:41:30 ---> a98b8d52b4ef 00:41:30 00:41:30 Step 10/21 : FROM alpine:3.12 00:41:30 ---> 389fef711851 00:41:30 Step 11/21 : RUN apk add --update --no-cache curl 00:41:30 ---> Running in 41e8b28f58e0 00:41:30 Removing intermediate container 2bc92094fedd 00:41:30 ---> 00db6fd31f55 00:41:30 Step 14/22 : EXPOSE $APP_PORT 00:41:31 ---> Running in 9856fe02e231 00:41:32 Removing intermediate container 2a8a382a9879 00:41:32 ---> 39645ce29227 00:41:32 00:41:32 Step 10/31 : FROM alpine:3.12 00:41:32 ---> 389fef711851 00:41:32 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:41:32 Removing intermediate container 9856fe02e231 00:41:32 ---> d4492f51df99 00:41:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:41:32 ---> Running in 5a8417ed728e 00:41:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:32 (1/4) Installing ca-certificates (20191127-r4) 00:41:32 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:41:32 (3/4) Installing libcurl (7.69.1-r3) 00:41:32 (4/4) Installing curl (7.69.1-r3) 00:41:32 Executing busybox-1.31.1-r19.trigger 00:41:32 Executing ca-certificates-20191127-r4.trigger 00:41:32 OK: 7 MiB in 18 packages 00:41:33 Removing intermediate container 5a8417ed728e 00:41:33 ---> 7728fad8ad73 00:41:33 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:41:33 ---> c3a78d955c09 00:41:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:41:33 ---> Running in 5e8ce17934a4 00:41:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:36 (1/2) Installing dumb-init (1.2.2-r1) 00:41:36 (2/2) Installing su-exec (0.2-r1) 00:41:36 Executing busybox-1.31.1-r19.trigger 00:41:36 OK: 6 MiB in 16 packages 00:41:37 Removing intermediate container 41e8b28f58e0 00:41:37 ---> 92832ff88e6d 00:41:37 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:41:37 ---> a59aab9f80b1 00:41:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:41:37 Removing intermediate container 224d94b6a1e2 00:41:37 ---> f77b1f332e02 00:41:37 00:41:37 Step 10/23 : FROM alpine:3.12 00:41:37 ---> 389fef711851 00:41:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:41:37 ---> Using cache 00:41:37 ---> fa080885548a 00:41:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:41:37 ---> Using cache 00:41:37 ---> 24c66780a7f3 00:41:37 Step 13/23 : ENV APP_PORT=48082 00:41:37 ---> Running in 194c30f59bdd 00:41:37 ---> Running in 926e50f07bf5 00:41:38 ---> e624e887646e 00:41:38 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:41:38 Removing intermediate container 194c30f59bdd 00:41:38 ---> 921277fedc54 00:41:38 Step 13/21 : WORKDIR /edgex 00:41:38 Removing intermediate container 5e8ce17934a4 00:41:38 ---> 582a9c1511a6 00:41:38 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:41:38 Removing intermediate container 926e50f07bf5 00:41:38 ---> a51ff94b49dd 00:41:38 Step 14/23 : EXPOSE $APP_PORT 00:41:38 ---> Running in c753732ee8ad 00:41:38 ---> Running in 30654efa6503 00:41:38 ---> Running in c867ee40bff5 00:41:38 ---> Running in b624e37e888f 00:41:38 Removing intermediate container c867ee40bff5 00:41:38 ---> 573f577b0056 00:41:38 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:41:38 Removing intermediate container c753732ee8ad 00:41:38 ---> 8e0b0f1f617b 00:41:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:38 Removing intermediate container 30654efa6503 00:41:38 ---> 1e070d13678b 00:41:38 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:41:38 ---> Running in 1d46e40bd068 00:41:38 Removing intermediate container b624e37e888f 00:41:38 ---> 3df8a270c736 00:41:38 Step 15/23 : WORKDIR / 00:41:38 ---> Running in bb64f4514a17 00:41:38 ---> Running in ac0c1776679c 00:41:38 Removing intermediate container bb64f4514a17 00:41:38 ---> b3e6b7c9de01 00:41:38 Step 20/22 : LABEL arch=x86_64 00:41:38 ---> 0f293547230c 00:41:38 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:41:38 Removing intermediate container 1d46e40bd068 00:41:38 ---> c05122fef90d 00:41:38 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:41:39 ---> Running in b009a2970f5e 00:41:39 ---> Running in 55dde27238f0 00:41:39 Removing intermediate container ac0c1776679c 00:41:39 ---> 7473cec2ac99 00:41:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:41:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.078s coverage: 94.4% of statements 00:41:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements 00:41:39 Removing intermediate container b009a2970f5e 00:41:39 ---> cfc24e9b3271 00:41:39 Step 21/22 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f 00:41:39 ---> Running in 3e79bcfbbad4 00:41:39 ---> cdc0d0ec65d4 00:41:39 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:41:39 ---> 5c7846beb328 00:41:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:41:40 Removing intermediate container 3e79bcfbbad4 00:41:40 ---> 226f48b40dfa 00:41:40 Step 22/22 : LABEL version=0.0.0 00:41:40 ---> Running in c3a30d2d2c52 00:41:40 Removing intermediate container c3a30d2d2c52 00:41:40 ---> 4f6ef2957fd2 00:41:40 00:41:40 ---> 09f2e9a44de2 00:41:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:41:40 ---> 806853cd642c 00:41:40 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:41:40 ---> Running in 859009efa7cf 00:41:40 Removing intermediate container 55dde27238f0 00:41:40 ---> e5b309d3f48a 00:41:40 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:41:40 Successfully built 4f6ef2957fd2 00:41:40 Successfully tagged docker-support-scheduler-go:latest 00:41:40  Building docker-support-scheduler-go ... done  ---> Running in a5ca409c28f3 00:41:41 ---> a6898d3329f4 00:41:41 Step 19/23 : ENTRYPOINT ["/core-command"] 00:41:41 Removing intermediate container 859009efa7cf 00:41:41 ---> 946d4f13703c 00:41:41 Step 18/21 : CMD ["--init=true"] 00:41:41 ---> Running in e343f9c3e7f6 00:41:41 ---> Running in fe6b4f9e0cc1 00:41:41 Removing intermediate container a5ca409c28f3 00:41:41 ---> a5990cee65d9 00:41:41 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:41:42 ---> 1b952ec315d8 00:41:42 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:41:42 Removing intermediate container fe6b4f9e0cc1 00:41:42 ---> e02870674d13 00:41:42 Step 19/21 : LABEL arch=x86_64 00:41:42 Removing intermediate container e343f9c3e7f6 00:41:42 ---> 540af9d1f1ca 00:41:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:42 ---> Running in dd7f43c96590 00:41:42 ---> Running in 215291280c53 00:41:42 ---> Running in e354b7afabe5 00:41:42 Removing intermediate container e354b7afabe5 00:41:42 ---> c1ab51c97056 00:41:42 Step 21/23 : LABEL arch=x86_64 00:41:42 Removing intermediate container dd7f43c96590 00:41:42 ---> 8e185dd84b4a 00:41:42 Step 20/21 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f 00:41:42 ---> Running in eac26455bd4a 00:41:42 ---> Running in b1fe484655d2 00:41:43 Removing intermediate container eac26455bd4a 00:41:43 ---> 93c8e6eff0f8 00:41:43 Step 22/23 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f 00:41:43 Removing intermediate container b1fe484655d2 00:41:43 ---> 03cb21e5ba0f 00:41:43 Step 21/21 : LABEL version=0.0.0 00:41:43 ---> Running in a435dbd35c83 00:41:43 ---> Running in 20b8599dc68d 00:41:43 Removing intermediate container a435dbd35c83 00:41:43 ---> 5998f422f4ec 00:41:43 Step 23/23 : LABEL version=0.0.0 00:41:43 Removing intermediate container 20b8599dc68d 00:41:43 ---> 9629cb17c195 00:41:43 00:41:43 ---> Running in bed79a45f887 00:41:43 Removing intermediate container 215291280c53 00:41:43 ---> 12e973619c8d 00:41:43 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:41:43 Successfully built 9629cb17c195 00:41:43 Successfully tagged docker-security-proxy-setup-go:latest 00:41:43  Building docker-security-proxy-setup-go ... done Removing intermediate container bed79a45f887 00:41:43 ---> 808203483d1e 00:41:43 00:41:43 Successfully built 808203483d1e 00:41:43 Successfully tagged docker-core-command-go:latest 00:41:43  Building docker-core-command-go ... done  ---> 7aa7c3023c1b 00:41:43 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:41:44 ---> 6a585b63e8be 00:41:44 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:41:44 ---> 63e58453391d 00:41:44 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:41:45 ---> 4b8a510b10ca 00:41:45 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:41:45 ---> f3e2ef8247de 00:41:45 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:41:45 ---> Running in ac8f2165ce29 00:41:45 Removing intermediate container ac8f2165ce29 00:41:45 ---> 45fcac7c8210 00:41:45 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:41:46 ---> 0180b54af45b 00:41:46 Step 26/31 : RUN chmod +x /entrypoint.sh 00:41:46 ---> Running in c34bb320b084 00:41:47 Removing intermediate container c34bb320b084 00:41:47 ---> 4a96c0f527e3 00:41:47 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:41:47 ---> Running in dade617fe949 00:41:48 Removing intermediate container dade617fe949 00:41:48 ---> d9d01354a454 00:41:48 Step 28/31 : CMD ["gate"] 00:41:48 ---> Running in 2d4760780245 00:41:48 Removing intermediate container 2d4760780245 00:41:48 ---> ad88c23239f1 00:41:48 Step 29/31 : LABEL arch=x86_64 00:41:48 ---> Running in bedd84400e77 00:41:48 Removing intermediate container bedd84400e77 00:41:48 ---> e465f9265946 00:41:48 Step 30/31 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f 00:41:49 ---> Running in 3f34f43144f5 00:41:49 Removing intermediate container 3f34f43144f5 00:41:49 ---> 2f0a1eecb684 00:41:49 Step 31/31 : LABEL version=0.0.0 00:41:49 ---> Running in 62c03e562809 00:41:49 Removing intermediate container 62c03e562809 00:41:49 ---> 8577a21a8ca9 00:41:49 00:41:49 Successfully built 8577a21a8ca9 00:41:49 Successfully tagged docker-security-bootstrapper-go:latest 00:41:51  Building docker-security-bootstrapper-go ... done  [Pipeline] } 00:41:51 $ docker stop --time=1 3261c255f05248fd12954ef8a92575888c4f9368c1ddbf18bd086caf1a7efb06 00:41:53 $ docker rm -f 3261c255f05248fd12954ef8a92575888c4f9368c1ddbf18bd086caf1a7efb06 [Pipeline] // withDockerContainer [Pipeline] sh 00:41:53 + docker images 00:41:53 + grep docker 00:41:53 docker-security-bootstrapper-go latest 8577a21a8ca9 4 seconds ago 23.8MB 00:41:53 docker-core-command-go latest 808203483d1e 10 seconds ago 16.9MB 00:41:53 docker-security-proxy-setup-go latest 9629cb17c195 10 seconds ago 24.4MB 00:41:53 docker-support-scheduler-go latest 4f6ef2957fd2 13 seconds ago 17MB 00:41:53 docker-sys-mgmt-agent-go latest 793cde7c4e93 40 seconds ago 313MB 00:41:53 docker-core-data-go latest 57c278d781f3 About a minute ago 22.3MB 00:41:53 docker-security-secretstore-setup-go latest c21136c49d0d 2 minutes ago 24.6MB 00:41:53 docker-support-notifications-go latest 527ce830bbf4 2 minutes ago 17.5MB 00:41:53 docker-core-metadata-go latest 56bb44938590 2 minutes ago 18.8MB 00:41:53 docker 20.10.0 aefe523efa57 7 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] } 00:41:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.156s coverage: 92.9% of statements 00:41:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:41:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:41:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:41:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:41:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements 00:41:55 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:41:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:41:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 00:41:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:41:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements 00:41:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:41:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements 00:41:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.127s coverage: 87.2% of statements 00:41:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.125s coverage: 84.2% of statements 00:41:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.164s coverage: 91.4% of statements 00:41:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:41:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.573s coverage: 63.5% of statements 00:41:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:41:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:41:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements 00:41:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.115s coverage: 91.3% of statements 00:41:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements 00:41:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements 00:41:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements 00:41:55 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.856s coverage: 68.9% of statements 00:41:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:41:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:41:55 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:41:55 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:41:55 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:41:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.412s coverage: 37.0% of statements 00:41:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:41:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:41:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.636s coverage: 84.0% of statements 00:41:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.117s coverage: 100.0% of statements [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:42:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.504s coverage: 47.0% of statements 00:42:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:42:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:42:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:42:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:42:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:42:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.134s coverage: 100.0% of statements 00:42:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:42:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.128s coverage: 100.0% of statements 00:42:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:42:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:42:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:42:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:42:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.209s coverage: 90.4% of statements 00:42:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:42:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:42:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:42:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.418s coverage: 29.1% of statements 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:42:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.202s coverage: 99.0% of statements 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:42:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.099s coverage: 100.0% of statements 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:42:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.201s coverage: 100.0% of statements 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:42:11 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:42:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.075s coverage: 100.0% of statements 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:42:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:42:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.068s coverage: 100.0% of statements 00:42:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 00:42:12 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements 00:42:12 Still waiting to schedule task 00:42:12 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:42:13 GO111MODULE=on go vet ./... 00:43:35 gofmt -l . 00:43:35 [ "`gofmt -l .`" = "" ] 00:43:35 ./bin/test-go-mod-tidy.sh 00:43:35 ./bin/test-attribution-txt.sh [Pipeline] sh 00:43:35 + ls -al . 00:43:35 total 712 00:43:35 drwxrwxr-x 9 1001 1001 4096 Feb 4 00:43 . 00:43:35 drwxr-xr-x 4 root root 4096 Feb 4 00:39 .. 00:43:35 -rw-rw-r-- 1 1001 1001 11 Feb 4 00:37 .dockerignore 00:43:35 drwxrwxr-x 8 1001 1001 4096 Feb 4 00:37 .git 00:43:35 drwxrwxr-x 3 1001 1001 4096 Feb 4 00:37 .github 00:43:35 -rw-rw-r-- 1 1001 1001 872 Feb 4 00:37 .gitignore 00:43:35 -rw-rw-r-- 1 1001 1001 166 Feb 4 00:37 .sonarcloud.properties 00:43:35 -rw-rw-r-- 1 1001 1001 7859 Feb 4 00:37 Attribution.txt 00:43:35 -rw-rw-r-- 1 1001 1001 3804 Feb 4 00:37 CONTRIBUTING.md 00:43:35 -rw-rw-r-- 1 1001 1001 931 Feb 4 00:37 Dockerfile.build 00:43:35 -rw-rw-r-- 1 1001 1001 863 Feb 4 00:37 Jenkinsfile 00:43:35 -rw-rw-r-- 1 1001 1001 10775 Feb 4 00:37 LICENSE 00:43:35 -rw-rw-r-- 1 1001 1001 6001 Feb 4 00:37 Makefile 00:43:35 -rw-rw-r-- 1 1001 1001 6524 Feb 4 00:37 README.md 00:43:35 -rw-rw-r-- 1 1001 1001 6755 Feb 4 00:37 SECURITY.md 00:43:35 -rw-rw-r-- 1 1001 1001 5 Feb 4 00:33 VERSION 00:43:35 -rw-rw-r-- 1 1001 1001 4131 Feb 4 00:37 ZMQWindows.md 00:43:35 drwxrwxr-x 2 1001 1001 4096 Feb 4 00:37 bin 00:43:35 drwxrwxr-x 15 1001 1001 4096 Feb 4 00:37 cmd 00:43:35 -rw-r--r-- 1 root root 580808 Feb 4 00:42 coverage.out 00:43:35 -rw-r--r-- 1 root root 1054 Feb 4 00:43 go.mod 00:43:35 -rw-r--r-- 1 root root 19399 Feb 4 00:43 go.sum 00:43:35 drwxrwxr-x 8 1001 1001 4096 Feb 4 00:37 internal 00:43:35 drwxrwxr-x 4 1001 1001 4096 Feb 4 00:37 openapi 00:43:35 drwxrwxr-x 4 1001 1001 4096 Feb 4 00:37 snap 00:43:35 -rw-rw-r-- 1 1001 1001 168 Feb 4 00:37 version.go [Pipeline] sh 00:43:36 + '[' -e coverage.out ] 00:43:36 + chown 1001:1001 coverage.out [Pipeline] stash 00:43:36 Warning: overwriting stash ‘coverage-report’ 00:43:37 Stashed 1 file(s) [Pipeline] sh 00:43:38 + make build 00:43:38 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:43:51 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:44:13 Running on prd-ubuntu18.04-docker-8c-8g-24825 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:44:13 Running in /w/workspace/edgex-go/56 [Pipeline] { [Pipeline] checkout 00:44:16 using credential edgex-jenkins-ssh 00:44:16 Cloning the remote Git repository 00:44:16 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:44:16 > git init /w/workspace/edgex-go/56 # timeout=10 00:44:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:44:16 > git --version # timeout=10 00:44:16 > git --version # 'git version 2.17.1' 00:44:16 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:44:18 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:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:44:25 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:44:27 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:44:32 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:44:38 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: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:44:46 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:44:50 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:54 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:44:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:45:05 $ docker stop --time=1 d23d04954c2a3767f75c9a495d1d1da9547bbe5bb03164b9d1d766ccb625d6ea 00:45:08 $ docker rm -f d23d04954c2a3767f75c9a495d1d1da9547bbe5bb03164b9d1d766ccb625d6ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:10 00:45:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:45:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:10 latest: Pulling from edgex-devops/edgex-compose-arm64 00:45:10 29e5d40040c1: Pulling fs layer 00:45:10 1ce36da41761: Pulling fs layer 00:45:10 25b303627fd3: Pulling fs layer 00:45:11 29e5d40040c1: Verifying Checksum 00:45:11 29e5d40040c1: Download complete 00:45:11 1ce36da41761: Verifying Checksum 00:45:11 1ce36da41761: Download complete 00:45:11 29e5d40040c1: Pull complete 00:45:13 1ce36da41761: Pull complete 00:45:14 25b303627fd3: Verifying Checksum 00:45:14 25b303627fd3: Download complete 00:45:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:45:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:45:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:45:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:45:24 using GIT_SSH to set credentials SSH Credentials for GitHub 00:45:24 > 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:45:24 25b303627fd3: Pull complete 00:45:24 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:45:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:45:24 prd-ubuntu18.04-docker-arm64-4c-16g-24816 does not seem to be running inside a container 00:45:24 Merging remotes/origin/master commit d0bc3b104123489a76cc16a6f8c025e818c2e684 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:45:24 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/56 -v /w/workspace/edgex-go/56:/w/workspace/edgex-go/56:rw,z -v /w/workspace/edgex-go/56@tmp:/w/workspace/edgex-go/56@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:45:25 Merge succeeded, producing bf1bda47c2c26bd7cdd497f5ddd871252c1a9535 00:45:25 Checking out Revision bf1bda47c2c26bd7cdd497f5ddd871252c1a9535 (PR-2858) 00:45:28 $ docker top 7684c8d012edeb1af496a726474be23af05b99e771377f33fb99c6a2bd2a2551 -eo pid,comm 00:45:24 > git config core.sparsecheckout # timeout=10 00:45:24 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:45:25 > git remote # timeout=10 00:45:25 > git config --get remote.origin.url # timeout=10 00:45:25 using GIT_SSH to set credentials SSH Credentials for GitHub 00:45:25 > git merge d0bc3b104123489a76cc16a6f8c025e818c2e684 # timeout=10 00:45:25 > git rev-parse HEAD^{commit} # timeout=10 00:45:25 > git config core.sparsecheckout # timeout=10 00:45:25 > git checkout -f bf1bda47c2c26bd7cdd497f5ddd871252c1a9535 # timeout=10 [Pipeline] { [Pipeline] sh 00:45:29 + docker-compose build --help 00:45:29 + grep parallel 00:45:30 Commit message: "Merge commit 'd0bc3b104123489a76cc16a6f8c025e818c2e684' into HEAD" 00:45:30 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:45:31 + echo snap-build.sh 00:45:31 snap-build.sh 00:45:31 + SNAP_BASE_DIR=. 00:45:31 + '[' '!' -z /w/workspace/edgex-go/56 ']' 00:45:31 + SNAP_BASE_DIR=/w/workspace/edgex-go/56 00:45:31 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/56]' 00:45:31 [snap-build] Building snap in dir [/w/workspace/edgex-go/56] 00:45:31 + cd /w/workspace/edgex-go/56 00:45:31 + sudo apt-get remove -qy --purge lxd lxd-client 00:45:31 Reading package lists... 00:45:31 Building dependency tree... 00:45:31 Reading state information... 00:45:31 The following packages were automatically installed and are no longer required: 00:45:31 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:45:31 uidmap xdelta3 00:45:31 Use 'sudo apt autoremove' to remove them. 00:45:31 The following packages will be REMOVED: 00:45:31 lxd* lxd-client* 00:45:32 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:45:32 After this operation, 31.7 MB disk space will be freed. 00:45:33 (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:45:33 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:45:30 > git rev-list --no-walk 69a05121e95bf144923a0a9afed4047b674ba8a3 # timeout=10 00:45:33 --parallel Build images in parallel. [Pipeline] } 00:45:33 $ docker stop --time=1 7684c8d012edeb1af496a726474be23af05b99e771377f33fb99c6a2bd2a2551 00:45:34 Removing lxd dnsmasq configuration 00:45:34 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:45:34 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:45:35 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:45:35 (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:45:35 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:45:35 $ docker rm -f 7684c8d012edeb1af496a726474be23af05b99e771377f33fb99c6a2bd2a2551 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:36 . 00:45:36 Processing triggers for systemd (237-3ubuntu10.42) ... 00:45:36 Processing triggers for ureadahead (0.100.0-21) ... [Pipeline] withDockerContainer 00:45:37 prd-ubuntu18.04-docker-arm64-4c-16g-24816 does not seem to be running inside a container 00:45:37 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/56 -v /w/workspace/edgex-go/56:/w/workspace/edgex-go/56:rw,z -v /w/workspace/edgex-go/56@tmp:/w/workspace/edgex-go/56@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:45:37 + sudo snap remove --purge lxd 00:45:38 snap "lxd" is not installed 00:45:38 + sudo groupadd --force --system lxd 00:45:38 ++ whoami 00:45:38 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:45:38 + newgrp - lxd 00:45:38 + sudo snap install lxd 00:45:38 $ docker top 6aff9aeea5941292b60aef8912f9183c7f609b5ff5f12415797bd6c713338c2d -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:39 + docker-compose -f ./docker-compose-build.yml build --parallel 00:45:45 Building docker-core-command-go ... 00:45:45 Building docker-core-data-go ... 00:45:45 Building docker-core-metadata-go ... 00:45:45 Building docker-security-bootstrapper-go ... 00:45:45 Building docker-security-proxy-setup-go ... 00:45:45 Building docker-security-secretstore-setup-go ... 00:45:45 Building docker-support-notifications-go ... 00:45:45 Building docker-support-scheduler-go ... 00:45:45 Building docker-sys-mgmt-agent-go ... 00:45:45 Building docker-security-bootstrapper-go 00:45:45 Building docker-support-notifications-go 00:45:45 Building docker-support-scheduler-go 00:45:45 Building docker-security-secretstore-setup-go 00:45:45 Building docker-security-proxy-setup-go 00:45:46 2021-02-04T00:45:44Z INFO Waiting for automatic snapd restart... 00:46:04 lxd 4.10 from Canonical* installed 00:46:04 + sudo lxd init --auto 00:46:12 + sudo snap install --classic snapcraft 00:46:16 snapcraft 4.4.4 from Canonical* installed 00:46:16 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:46:16 + patch --verbose -p1 00:46:16 Hmm... Looks like a unified diff to me... 00:46:16 The text leading up to this was: 00:46:16 -------------------------- 00:46:16 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:46:16 |From: Tony Espy 00:46:16 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:46:16 |Subject: [PATCH] optimize snap build for pipeline CI check 00:46:16 | 00:46:16 |This patch is used by the EdgeX CI pipeline builds to 00:46:16 |optimize the snap CI check run for pull requests. When 00:46:16 |applied, it essentially strips out everything (apps and 00:46:16 |parts) from the snapcraft.yaml file except those required 00:46:16 |to build edgex-go, as the whole idea of the CI check is to 00:46:16 |catch changes to edgex-go that break the snap build. 00:46:16 | 00:46:16 |In general, anyone updating snapcraft.yaml will also need 00:46:16 |to update this patch file, otherwise it may fail to apply, 00:46:16 |resulting in a failed snap build CI check in the associated 00:46:16 |pull request. 00:46:16 | 00:46:16 |Note - in addition to applying this patch, the pipeline also 00:46:16 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:46:16 |need to build the finally binary .snap file (and it won't 00:46:16 |work with the patch applied). This further reduces the build 00:46:16 |time. 00:46:16 |--- 00:46:16 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:46:16 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:46:16 | 00:46:16 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:46:16 |index 1e537489..faf42425 100644 00:46:16 |--- a/snap/snapcraft.yaml 00:46:16 |+++ b/snap/snapcraft.yaml 00:46:16 -------------------------- 00:46:16 patching file snap/snapcraft.yaml 00:46:16 Using Plan A... 00:46:16 Hunk #1 succeeded at 73. 00:46:16 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 00:46:16 Hunk #3 succeeded at 214 (offset -1 lines). 00:46:16 Hunk #4 FAILED at 223. 00:46:16 Hunk #5 succeeded at 300. 00:46:16 Hunk #6 succeeded at 327. 00:46:16 Hunk #7 succeeded at 361. 00:46:16 Hunk #8 FAILED at 412. 00:46:16 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:46:16 Hmm... Ignoring the trailing garbage. 00:46:16 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:46:17 Failed in branch amd64 00:47:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:47:07 ---> f50fc4ba909b 00:47:07 Step 3/22 : WORKDIR /edgex-go 00:47:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:47:07 ---> f50fc4ba909b 00:47:07 Step 3/24 : WORKDIR /edgex-go 00:47:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:47:07 ---> f50fc4ba909b 00:47:07 Step 3/22 : WORKDIR /edgex-go 00:47:07 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:07 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:47:07 ---> f50fc4ba909b 00:47:07 Step 3/31 : WORKDIR /edgex-go 00:47:07 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:07 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:47:07 ---> f50fc4ba909b 00:47:07 Step 3/21 : WORKDIR /edgex-go 00:47:07 ---> Running in a34b70bcbf1a 00:47:07 ---> Running in 77bcf972031a 00:47:07 ---> Running in 0bf77297dfcf 00:47:07 ---> Running in cdfffe287571 00:47:07 ---> Running in a6198adb9dd4 00:47:07 Removing intermediate container 0bf77297dfcf 00:47:07 ---> 5a96c7841d9a 00:47:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:07 Removing intermediate container a6198adb9dd4 00:47:07 ---> bc91753d6535 00:47:07 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:07 ---> Running in 717cebc05c3b 00:47:07 Removing intermediate container a34b70bcbf1a 00:47:07 ---> 88d0d8909340 00:47:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container cdfffe287571 00:47:07 00:47:07 ---> 9c9b13d6eb83 00:47:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:07 Removing intermediate container 77bcf972031a 00:47:07 ---> f7ebf94ac374 00:47:07 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:07 ---> Running in aea3c0365c63 00:47:07 ---> Running in 4c6d14e03e48 00:47:07 ---> Running in a29aadd2225d 00:47:07 ---> Running in e37aa95ea19c 00:47:08 Removing intermediate container 717cebc05c3b 00:47:08 ---> ebeba7783938 00:47:08 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:47:09 ---> Running in aa85aa36fc1c 00:47:09 Removing intermediate container aea3c0365c63 00:47:09 ---> efd759937b13 00:47:09 Step 5/31 : RUN apk add --update --no-cache make git 00:47:09 ---> Running in 3cc2ce55ed7e 00:47:10 Removing intermediate container a29aadd2225d 00:47:10 ---> 163ecd5a89bb 00:47:10 Step 5/22 : RUN apk add --update --no-cache make git 00:47:10 Removing intermediate container 4c6d14e03e48 00:47:10 ---> ff49f64bd345 00:47:10 Step 5/24 : RUN apk add --update --no-cache make git 00:47:10 Removing intermediate container e37aa95ea19c 00:47:10 ---> 52659c71f02f 00:47:10 Step 5/21 : RUN apk add --update --no-cache make git 00:47:10 ---> Running in 1ab3602d8fe4 00:47:10 ---> Running in 506674aa148b 00:47:10 ---> Running in ee6cf2417748 00:47:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:15 OK: 217 MiB in 51 packages 00:47:15 OK: 217 MiB in 51 packages 00:47:16 OK: 217 MiB in 51 packages 00:47:16 OK: 217 MiB in 51 packages 00:47:17 OK: 217 MiB in 51 packages 00:47:17 Removing intermediate container 3cc2ce55ed7e 00:47:17 ---> 423d9b330994 00:47:17 Step 6/31 : COPY go.mod . 00:47:17 Removing intermediate container aa85aa36fc1c 00:47:17 ---> e0ac1de2d694 00:47:17 Step 6/22 : COPY go.mod . 00:47:17 Removing intermediate container ee6cf2417748 00:47:17 ---> 08d108baeb62 00:47:17 Step 6/24 : COPY go.mod . 00:47:18 Removing intermediate container 506674aa148b 00:47:18 ---> d08774062c00 00:47:18 Step 6/21 : COPY go.mod . 00:47:18 ---> 2d02b2a2c715 00:47:18 Step 7/31 : RUN go mod download 00:47:18 ---> 6c4794c197a5 00:47:18 Step 7/22 : RUN go mod download 00:47:18 ---> Running in f69a2b28f7e2 00:47:18 ---> Running in 94af8245f8a3 00:47:18 ---> 6092b8c409e4 00:47:18 Step 7/24 : RUN go mod download 00:47:19 Removing intermediate container 1ab3602d8fe4 00:47:19 ---> af00c2d45400 00:47:19 Step 6/22 : COPY go.mod . 00:47:19 ---> Running in 8a69fb3718fa 00:47:19 ---> 40430e90f0e5 00:47:19 Step 7/21 : RUN go mod download 00:47:19 ---> Running in 59a83cdc2e9a 00:47:20 ---> 21d9ad43157e 00:47:20 Step 7/22 : RUN go mod download 00:47:20 ---> Running in 89c60cbb739d 00:47:24 Removing intermediate container 94af8245f8a3 00:47:24 ---> 39bbf9b64573 00:47:24 Step 8/22 : COPY . . 00:47:24 Removing intermediate container 8a69fb3718fa 00:47:24 ---> b77cd5f21855 00:47:24 Step 8/24 : COPY . . 00:47:24 Removing intermediate container f69a2b28f7e2 00:47:24 ---> e7a091d594ab 00:47:24 Step 8/31 : COPY . . 00:47:25 Removing intermediate container 59a83cdc2e9a 00:47:25 ---> 96fab5c94bdf 00:47:25 Step 8/21 : COPY . . 00:47:25 Removing intermediate container 89c60cbb739d 00:47:25 ---> ae209c345820 00:47:25 Step 8/22 : COPY . . 00:47:52 ---> 019384d9d392 00:47:52 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:47:52 ---> baba7cfe360f 00:47:52 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:47:52 ---> b3076a866058 00:47:52 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:47:52 ---> f5f690c3607f 00:47:52 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:47:52 ---> Running in 5293b50112f8 00:47:52 ---> dd64ffc8285f 00:47:52 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:47:52 ---> Running in 60ee2b7c746c 00:47:52 ---> Running in e23ee7a444a3 00:47:52 ---> Running in 0f4a201c8dbd 00:47:52 ---> Running in f5e0a3d0b5d6 00:47:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:47:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:47:52 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:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:47:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:49:15 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:49:17 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:49:25 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:49:32 Removing intermediate container e23ee7a444a3 00:49:32 ---> 2c4d32c4c1dc 00:49:32 00:49:32 Step 10/24 : FROM alpine:3.12 00:49:32 3.12: Pulling from library/alpine 00:49:34 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:49:34 Status: Downloaded newer image for alpine:3.12 00:49:34 ---> afeebe901d6b 00:49:34 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:49:34 ---> Running in 40480e6b8a5d 00:49:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:37 (1/5) Installing ca-certificates (20191127-r4) 00:49:38 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:49:38 (3/5) Installing libcurl (7.69.1-r3) 00:49:38 (4/5) Installing curl (7.69.1-r3) 00:49:38 (5/5) Installing dumb-init (1.2.2-r1) 00:49:38 Executing busybox-1.31.1-r19.trigger 00:49:38 Removing intermediate container 60ee2b7c746c 00:49:38 ---> 07e8bcbadedd 00:49:38 00:49:38 Executing ca-certificates-20191127-r4.trigger 00:49:38 Step 10/21 : FROM alpine:3.12 00:49:38 ---> afeebe901d6b 00:49:38 Step 11/21 : RUN apk add --update --no-cache curl 00:49:39 ---> Running in 0d93ccda1751 00:49:39 OK: 7 MiB in 19 packages 00:49:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:42 Removing intermediate container 40480e6b8a5d 00:49:42 ---> 5afd467b0f67 00:49:42 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:42 ---> Running in 4059741bd40d 00:49:42 (1/4) Installing ca-certificates (20191127-r4) 00:49:42 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:49:42 (3/4) Installing libcurl (7.69.1-r3) 00:49:42 (4/4) Installing curl (7.69.1-r3) 00:49:42 Executing busybox-1.31.1-r19.trigger 00:49:42 Executing ca-certificates-20191127-r4.trigger 00:49:42 OK: 7 MiB in 18 packages 00:49:43 Removing intermediate container 4059741bd40d 00:49:43 ---> 7714d3058710 00:49:43 Step 13/24 : WORKDIR / 00:49:43 ---> Running in fca5bc8ee565 00:49:44 Removing intermediate container fca5bc8ee565 00:49:44 ---> 7c36b8366504 00:49: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:49:45 Removing intermediate container 0d93ccda1751 00:49:45 ---> 7d914f41b533 00:49:45 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:45 ---> eee6076ef5cc 00:49:45 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:49:45 ---> Running in cd8be6aa74bf 00:49:46 Removing intermediate container cd8be6aa74bf 00:49:46 ---> 4de1b2e3184a 00:49:46 Step 13/21 : WORKDIR /edgex 00:49:46 ---> Running in 967aaf7bf189 00:49:47 ---> 60f20ad8e989 00:49:47 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:49:48 Removing intermediate container 967aaf7bf189 00:49:48 ---> f442aa904903 00:49:48 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:49:48 ---> 735c9bbb7a7e 00:49:48 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:49:49 ---> dbb47e840153 00:49:49 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:49:51 ---> 07f99b882225 00:49:51 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:49:52 ---> 6244cf038571 00:49:52 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:49:54 ---> 30bc216ed726 00:49:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:49:54 ---> c0356dd07dda 00:49:54 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:49:54 Removing intermediate container 0f4a201c8dbd 00:49:54 ---> c1b9c18e07bb 00:49:54 00:49:54 Step 10/31 : FROM alpine:3.12 00:49:54 ---> afeebe901d6b 00:49:54 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:49:54 ---> Running in dfb3c241b551 00:49:54 ---> Running in 9d6aaa905d8b 00:49:55 ---> e1ed91d5d790 00:49:55 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:49:55 ---> Running in 04a0443ba1f7 00:49:56 Removing intermediate container dfb3c241b551 00:49:56 ---> ca3f57718f7c 00:49:56 Step 18/21 : CMD ["--init=true"] 00:49:56 Removing intermediate container 9d6aaa905d8b 00:49:56 ---> 897608e34914 00:49:56 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:49:57 ---> Running in 90561301e666 00:49:57 ---> Running in 632fd9ba0b5f 00:49:57 Removing intermediate container f5e0a3d0b5d6 00:49:57 ---> f057df34932e 00:49:57 00:49:57 Step 10/22 : FROM alpine:3.12 00:49:57 ---> afeebe901d6b 00:49:57 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:49:57 Removing intermediate container 5293b50112f8 00:49:57 ---> 6c668cdd0937 00:49:57 00:49:57 Step 10/22 : FROM alpine:3.12 00:49:57 ---> afeebe901d6b 00:49:57 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:49:57 ---> Running in fe047cdd0167 00:49:57 ---> Running in e142e3e6887d 00:49:58 Removing intermediate container 632fd9ba0b5f 00:49:58 ---> c975e66abfc0 00:49:58 Step 19/21 : LABEL arch=arm64 00:49:58 ---> Running in eedc1551dc8f 00:49:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:59 Removing intermediate container eedc1551dc8f 00:49:59 ---> 8a5ca1c0dd00 00:49:59 Step 20/21 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f 00:49:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:59 ---> Running in 6560c25fc430 00:50:00 (1/2) Installing dumb-init (1.2.2-r1) 00:50:00 (2/2) Installing su-exec (0.2-r1) 00:50:00 Executing busybox-1.31.1-r19.trigger 00:50:00 OK: 5 MiB in 16 packages 00:50:00 Removing intermediate container 04a0443ba1f7 00:50:00 ---> 717c6f15a308 00:50:00 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:50:00 Removing intermediate container 6560c25fc430 00:50:00 ---> ea7f6f28c333 00:50:00 Step 21/21 : LABEL version=0.0.0 00:50:00 ---> Running in 721b0d630cfd 00:50:00 ---> Running in 5671bb4a852b 00:50:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:01 Removing intermediate container 721b0d630cfd 00:50:01 ---> f9643607d7b8 00:50:01 Step 22/24 : LABEL arch=arm64 00:50:01 Removing intermediate container 5671bb4a852b 00:50:01 ---> 2fef143848f0 00:50:01 00:50:01 ---> Running in 4b55f0597b6c 00:50:01 (1/1) Installing dumb-init (1.2.2-r1) 00:50:01 Executing busybox-1.31.1-r19.trigger 00:50:01 (1/2) Installing ca-certificates (20191127-r4) 00:50:01 OK: 5 MiB in 15 packages 00:50:01 Removing intermediate container 90561301e666 00:50:01 ---> 3691fe1abaf9 00:50:01 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:50:01 (2/2) Installing dumb-init (1.2.2-r1) 00:50:01 Executing busybox-1.31.1-r19.trigger 00:50:01 Executing ca-certificates-20191127-r4.trigger 00:50:01 Successfully built 2fef143848f0 00:50:01 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:50:01 OK: 6 MiB in 16 packages 00:50:01  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 00:50:02 ---> Running in 67934329260b 00:50:02 Removing intermediate container 4b55f0597b6c 00:50:02 ---> 72925fbe27e9 00:50:02 Step 23/24 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f 00:50:02 ---> Running in c32a7672215d 00:50:02 Removing intermediate container 67934329260b 00:50:02 ---> 7439a3499fea 00:50:02 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:50:03 ---> Running in cb35b445ac05 00:50:03 Removing intermediate container c32a7672215d 00:50:03 ---> 0b373aee7b50 00:50:03 Step 24/24 : LABEL version=0.0.0 00:50:03 Removing intermediate container fe047cdd0167 00:50:03 ---> 75703bcad456 00:50:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:03 ---> Running in 91cb292512e8 00:50:04 ---> Running in c0ed4e17aa6d 00:50:04 Removing intermediate container cb35b445ac05 00:50:04 ---> d234d2c86f09 00:50:04 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:50:04 Removing intermediate container e142e3e6887d 00:50:04 ---> 46212813d43c 00:50:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:50:05 Removing intermediate container 91cb292512e8 00:50:05 ---> a444bf9b600a 00:50:05 00:50:05 ---> Running in 03603d86b7c3 00:50:05 ---> Running in 50ce7dd745b0 00:50:05 Successfully built a444bf9b600a 00:50:05 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:50:05 Building docker-sys-mgmt-agent-go 00:50:05  Building docker-security-secretstore-setup-go ... done Removing intermediate container c0ed4e17aa6d 00:50:05 ---> c3a9f8b8db89 00:50:05 Step 13/22 : ENV APP_PORT=48085 00:50:06 Removing intermediate container 03603d86b7c3 00:50:06 ---> e3bcc137d4d1 00:50:06 Step 13/22 : ENV APP_PORT=48060 00:50:06 ---> Running in 4ec91f305e0c 00:50:06 ---> Running in a33569efd6b9 00:50:06 Removing intermediate container 4ec91f305e0c 00:50:06 ---> b4567b4c8448 00:50:06 Step 14/22 : EXPOSE $APP_PORT 00:50:07 Removing intermediate container a33569efd6b9 00:50:07 ---> 6efa6ad53b00 00:50:07 Step 14/22 : EXPOSE $APP_PORT 00:50:07 ---> Running in ea27f3d53509 00:50:07 ---> Running in 1cbe6e754d48 00:50:07 Removing intermediate container ea27f3d53509 00:50:07 ---> f02ecc3554ec 00:50:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:07 Removing intermediate container 1cbe6e754d48 00:50:07 ---> 4607ca1b149b 00:50:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:09 ---> 97a4ddb29428 00:50:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:50:10 Removing intermediate container 50ce7dd745b0 00:50:10 ---> c03019da39c3 00:50:10 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:50:10 ---> f8be1c4b75a7 00:50:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:50:11 ---> Running in 1ee4d072a8a3 00:50:11 ---> c785d17b086d 00:50:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:50:12 Removing intermediate container 1ee4d072a8a3 00:50:12 ---> d7c66ab5e21d 00:50:12 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:50:13 ---> 080a048afd10 00:50:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:50:13 ---> 2a4c62c0800f 00:50:13 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:50:13 ---> Running in 16022e77f690 00:50:13 ---> 310870c072de 00:50:13 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:50:13 ---> Running in 96c00e348e87 00:50:14 Removing intermediate container 16022e77f690 00:50:14 ---> edafc58a7229 00:50:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:14 ---> 0909fbd245f5 00:50:14 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:50:14 ---> Running in cde64545392f 00:50:15 ---> Running in 68f1c0ede655 00:50:15 Removing intermediate container cde64545392f 00:50:15 ---> 3939fe00f115 00:50:15 Step 20/22 : LABEL arch=arm64 00:50:16 Removing intermediate container 68f1c0ede655 00:50:16 ---> 8ed8f7d64938 00:50:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:16 ---> Running in c3f69fc0cea7 00:50:17 ---> Running in 4207315b5ffb 00:50:17 Removing intermediate container c3f69fc0cea7 00:50:17 ---> 1ab06f0dbe80 00:50:17 Step 21/22 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f 00:50:17 Removing intermediate container 4207315b5ffb 00:50:17 ---> ef6260d7b755 00:50:17 Step 20/22 : LABEL arch=arm64 00:50:17 ---> Running in e452c146f873 00:50:18 ---> Running in a8529ef053b5 00:50:18 Removing intermediate container e452c146f873 00:50:18 ---> 5bb90a64429b 00:50:18 Step 22/22 : LABEL version=0.0.0 00:50:18 Removing intermediate container 96c00e348e87 00:50:18 ---> 2202a4c9df37 00:50:18 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:18 Removing intermediate container a8529ef053b5 00:50:18 ---> 571dc099c520 00:50:18 Step 21/22 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f 00:50:19 ---> Running in e44718ac1ff2 00:50:19 ---> Running in d980d9b60044 00:50:19 Removing intermediate container e44718ac1ff2 00:50:19 ---> 5a8416378f7d 00:50:19 00:50:20 Successfully built 5a8416378f7d 00:50:20 ---> ef093f6e5c77 00:50:20 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:50:20 Removing intermediate container d980d9b60044 00:50:20 ---> d812249e8741 00:50:20 Step 22/22 : LABEL version=0.0.0 00:50:20 Successfully tagged docker-support-scheduler-go-arm64:latest 00:50:20 Building docker-core-command-go 00:50:20  Building docker-support-scheduler-go ... done  ---> Running in ee00f67404b9 00:50:21 Removing intermediate container ee00f67404b9 00:50:21 ---> 322db8c768c0 00:50:21 00:50:21 ---> 995ba96e3c1b 00:50:21 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:50:21 Successfully built 322db8c768c0 00:50:21 Successfully tagged docker-support-notifications-go-arm64:latest 00:50:21  Building docker-support-notifications-go ... done Building docker-core-metadata-go 00:50:22 ---> 1a5d50de151a 00:50:22 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:50:24 ---> a2eac3cefeae 00:50:24 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:50:25 ---> b35b27a5db0c 00:50:25 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:50:26 ---> Running in e8cdb37500c3 00:50:27 Removing intermediate container e8cdb37500c3 00:50:27 ---> 8f9668089149 00:50:27 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:50:30 ---> f738e7b51c60 00:50:30 Step 26/31 : RUN chmod +x /entrypoint.sh 00:50:31 ---> Running in 2941c4899543 00:50:35 Removing intermediate container 2941c4899543 00:50:35 ---> 8bc378a9fe57 00:50:35 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:50:35 ---> Running in f76b7b6499ac 00:50:36 Removing intermediate container f76b7b6499ac 00:50:36 ---> bba71ad1712c 00:50:36 Step 28/31 : CMD ["gate"] 00:50:36 ---> Running in b9061a7ac722 00:50:37 Removing intermediate container b9061a7ac722 00:50:37 ---> 8789daa6c34a 00:50:37 Step 29/31 : LABEL arch=arm64 00:50:38 ---> Running in ce84c3232dfe 00:50:39 Removing intermediate container ce84c3232dfe 00:50:39 ---> 975b20f9c22c 00:50:39 Step 30/31 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f 00:50:40 ---> Running in 77fa9cf85d6a 00:50:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:41 ---> f50fc4ba909b 00:50:41 Step 3/23 : WORKDIR /edgex-go 00:50:41 ---> Using cache 00:50:41 ---> 9c9b13d6eb83 00:50:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:41 ---> Using cache 00:50:41 ---> 163ecd5a89bb 00:50:41 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:50:42 Removing intermediate container 77fa9cf85d6a 00:50:42 ---> 13f7c25fb0d8 00:50:42 Step 31/31 : LABEL version=0.0.0 00:50:42 ---> Running in 0748f4b60668 00:50:43 ---> Running in aae54b6957f9 00:50:44 Removing intermediate container aae54b6957f9 00:50:44 ---> 4cd99f315fb1 00:50:44 00:50:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:44 Successfully built 4cd99f315fb1 00:50:44 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:50:45  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:46 OK: 217 MiB in 51 packages 00:50:49 Removing intermediate container 0748f4b60668 00:50:49 ---> d53af564a397 00:50:49 Step 6/23 : COPY go.mod . 00:50:50 ---> 87039c80015c 00:50:50 Step 7/23 : RUN go mod download 00:50:51 ---> Running in 1ee04a6480bb 00:50:51 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:51 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:50:51 ---> f50fc4ba909b 00:50:51 Step 3/26 : WORKDIR /edgex-go 00:50:51 ---> Using cache 00:50:51 ---> 9c9b13d6eb83 00:50:51 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:51 ---> Using cache 00:50:51 ---> 163ecd5a89bb 00:50:51 Step 5/26 : RUN apk add --update --no-cache make bash git 00:50:51 ---> Running in 1a4ca4490fba 00:50:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:55 OK: 217 MiB in 51 packages 00:50:57 Removing intermediate container 1ee04a6480bb 00:50:57 ---> ea4e3a5f44bc 00:50:57 Step 8/23 : COPY . . 00:50:58 Removing intermediate container 1a4ca4490fba 00:50:58 ---> f25eee8c30bf 00:50:58 Step 6/26 : COPY go.mod . 00:51:00 ---> 507234f10730 00:51:00 Step 7/26 : RUN go mod download 00:51:00 ---> Running in a9046a4566ff 00:51:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:51:02 ---> f50fc4ba909b 00:51:02 Step 3/23 : WORKDIR /edgex-go 00:51:02 ---> Using cache 00:51:02 ---> 9c9b13d6eb83 00:51:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:02 ---> Using cache 00:51:02 ---> 163ecd5a89bb 00:51:02 Step 5/23 : RUN apk add --update --no-cache make git 00:51:02 ---> Using cache 00:51:02 ---> af00c2d45400 00:51:02 Step 6/23 : COPY go.mod . 00:51:02 ---> Using cache 00:51:02 ---> 21d9ad43157e 00:51:02 Step 7/23 : RUN go mod download 00:51:02 ---> Using cache 00:51:02 ---> ae209c345820 00:51:02 Step 8/23 : COPY . . 00:51:02 ---> Using cache 00:51:02 ---> f5f690c3607f 00:51:02 Step 9/23 : RUN make cmd/core-command/core-command 00:51:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:51:02 ---> f50fc4ba909b 00:51:02 Step 3/23 : WORKDIR /edgex-go 00:51:02 ---> Using cache 00:51:02 ---> 9c9b13d6eb83 00:51:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:02 ---> Using cache 00:51:02 ---> 163ecd5a89bb 00:51:02 Step 5/23 : RUN apk add --update --no-cache make git 00:51:02 ---> Using cache 00:51:02 ---> af00c2d45400 00:51:02 Step 6/23 : COPY go.mod . 00:51:02 ---> Using cache 00:51:02 ---> 21d9ad43157e 00:51:02 Step 7/23 : RUN go mod download 00:51:02 ---> Using cache 00:51:02 ---> ae209c345820 00:51:02 Step 8/23 : COPY . . 00:51:03 ---> Using cache 00:51:03 ---> f5f690c3607f 00:51:03 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:51:05 ---> Running in ce7921eefc4f 00:51:05 ---> Running in 717a1dab38c2 00:51:06 Removing intermediate container a9046a4566ff 00:51:06 ---> 2422780ec5cf 00:51:06 Step 8/26 : COPY . . 00:51:07 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:51:07 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:51:22 ---> 6611c2d2bc79 00:51:22 Step 9/23 : RUN make cmd/core-data/core-data 00:51:22 ---> Running in 0a8b9af86333 00:51:25 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:51:30 ---> 20cf6e3b080c 00:51:30 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:51:30 ---> Running in 630ae28e65d2 00:51:32 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:52:54 Removing intermediate container ce7921eefc4f 00:52:54 ---> 7036f24b7bc6 00:52:54 00:52:54 Step 10/23 : FROM alpine:3.12 00:52:54 ---> afeebe901d6b 00:52:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:52:54 ---> Using cache 00:52:54 ---> 75703bcad456 00:52:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:52:54 ---> Using cache 00:52:54 ---> c3a9f8b8db89 00:52:54 Step 13/23 : ENV APP_PORT=48082 00:52:54 ---> Running in 96a08969d8bc 00:52:54 Removing intermediate container 96a08969d8bc 00:52:54 ---> 7bb723b7bbc1 00:52:54 Step 14/23 : EXPOSE $APP_PORT 00:52:54 ---> Running in d47c1930679b 00:52:54 Removing intermediate container d47c1930679b 00:52:54 ---> 54af7b2bae6b 00:52:54 Step 15/23 : WORKDIR / 00:52:54 ---> Running in 4c20d79995d6 00:52:54 Removing intermediate container 4c20d79995d6 00:52:54 ---> 70bf59640259 00:52:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:54 ---> 4cb6f1c759a8 00:52:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:52:54 ---> a883287dc094 00:52:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:52:55 ---> d333102ec269 00:52:55 Step 19/23 : ENTRYPOINT ["/core-command"] 00:52:55 ---> Running in bc35d2bdd17d 00:52:57 Removing intermediate container bc35d2bdd17d 00:52:57 ---> 97de950d8a86 00:52:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:58 ---> Running in 5cbec497aa5a 00:52:59 Removing intermediate container 5cbec497aa5a 00:52:59 ---> bd65b7213653 00:52:59 Step 21/23 : LABEL arch=arm64 00:53:00 ---> Running in 38fc6cf9bba6 00:53:01 Removing intermediate container 38fc6cf9bba6 00:53:01 ---> f87d0d3f3ff3 00:53:01 Step 22/23 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f 00:53:01 Removing intermediate container 630ae28e65d2 00:53:01 ---> 419b84278525 00:53:01 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:53:01 ---> Running in 263f3868aa6d 00:53:01 ---> Running in f6a2becec2c2 00:53:02 Removing intermediate container 717a1dab38c2 00:53:02 ---> 441da75cc68c 00:53:02 00:53:02 Step 10/23 : FROM alpine:3.12 00:53:02 ---> afeebe901d6b 00:53:02 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:53:02 ---> Using cache 00:53:02 ---> 75703bcad456 00:53:02 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:53:02 ---> Using cache 00:53:02 ---> c3a9f8b8db89 00:53:02 Step 13/23 : ENV APP_PORT=48081 00:53:02 ---> Running in 82f824d37706 00:53:02 Removing intermediate container f6a2becec2c2 00:53:02 ---> 411a2b801094 00:53:02 Step 23/23 : LABEL version=0.0.0 00:53:02 ---> Running in 37f35f50eb13 00:53:03 Removing intermediate container 82f824d37706 00:53:03 ---> 9ccbd2cb0f76 00:53:03 Step 14/23 : EXPOSE $APP_PORT 00:53:03 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:53:03 Removing intermediate container 37f35f50eb13 00:53:03 ---> 259ca9c7eaea 00:53:03 00:53:03 ---> Running in 33093467d534 00:53:04 Successfully built 259ca9c7eaea 00:53:04 Successfully tagged docker-core-command-go-arm64:latest 00:53:04  Building docker-core-command-go ... done Removing intermediate container 33093467d534 00:53:04 ---> c38460ae4661 00:53:04 Step 15/23 : WORKDIR / 00:53:04 ---> Running in 391174338c09 00:53:05 Removing intermediate container 391174338c09 00:53:05 ---> 4b84e66fd806 00:53:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:06 ---> 53cc89d356fa 00:53:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:53:07 Removing intermediate container 263f3868aa6d 00:53:07 ---> fca594d17a0b 00:53:07 00:53:07 Step 11/26 : FROM docker:20.10.0 00:53:07 20.10.0: Pulling from library/docker 00:53:07 ---> c8613ef3ba18 00:53:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:53:09 ---> 88f32b02afe1 00:53:09 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:53:10 ---> Running in f290c0e24233 00:53:11 Removing intermediate container f290c0e24233 00:53:11 ---> e62536a20fdc 00:53:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:11 ---> Running in 39954b280d35 00:53:12 Removing intermediate container 39954b280d35 00:53:12 ---> 846d39138028 00:53:12 Step 21/23 : LABEL arch=arm64 00:53:12 ---> Running in 95ccfab12619 00:53:13 Removing intermediate container 95ccfab12619 00:53:13 ---> 204c4e6f1332 00:53:13 Step 22/23 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f 00:53:14 ---> Running in 452689a9d513 00:53:15 Removing intermediate container 452689a9d513 00:53:15 ---> 68c20473186a 00:53:15 Step 23/23 : LABEL version=0.0.0 00:53:16 ---> Running in 2a826e278ae2 00:53:17 Removing intermediate container 0a8b9af86333 00:53:17 ---> e18f4ea80589 00:53:17 00:53:17 Step 10/23 : FROM alpine:3.12 00:53:17 ---> afeebe901d6b 00:53:17 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:53:17 Removing intermediate container 2a826e278ae2 00:53:17 ---> 1bf67b57ce71 00:53:17 00:53:18 ---> Running in 428a3491fd9a 00:53:18 Successfully built 1bf67b57ce71 00:53:18 Successfully tagged docker-core-metadata-go-arm64:latest 00:53:18  Building docker-core-metadata-go ... done Removing intermediate container 428a3491fd9a 00:53:18 ---> b2c20fd76a97 00:53:18 Step 12/23 : ENV APP_PORT=48080 00:53:19 ---> Running in f72d5a8aa557 00:53:19 Removing intermediate container f72d5a8aa557 00:53:19 ---> bdd85f8436ac 00:53:19 Step 13/23 : EXPOSE $APP_PORT 00:53:19 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:53:19 Status: Downloaded newer image for docker:20.10.0 00:53:19 ---> eeaf43b92773 00:53:19 Step 12/26 : RUN apk add --no-cache bash 00:53:19 ---> Running in c364db398423 00:53:20 ---> Running in cd6cf2a912f7 00:53:20 Removing intermediate container c364db398423 00:53:20 ---> 62f291267cb6 00:53:20 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:53:20 ---> Running in 28a04b55a8f8 00:53:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:22 (1/2) Installing readline (8.0.4-r0) 00:53:22 (2/2) Installing bash (5.0.17-r0) 00:53:22 Executing bash-5.0.17-r0.post-install 00:53:22 Executing busybox-1.31.1-r19.trigger 00:53:22 OK: 12 MiB in 22 packages 00:53:23 Removing intermediate container 28a04b55a8f8 00:53:23 ---> f86537dd49fe 00:53:23 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:53:23 ---> Running in db113aacbb50 00:53:24 Removing intermediate container cd6cf2a912f7 00:53:24 ---> f4ea5a69c395 00:53:24 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:53:24 ---> Running in e1d408b821ae 00:53:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:24 Removing intermediate container e1d408b821ae 00:53:24 ---> d62e9e409507 00:53:24 Step 14/26 : ENV APP_PORT=48090 00:53:25 ---> Running in 63247e989fa0 00:53:25 Removing intermediate container 63247e989fa0 00:53:25 ---> 247088e1ca3d 00:53:25 Step 15/26 : EXPOSE $APP_PORT 00:53:25 ---> Running in 28717a23c858 00:53:26 Removing intermediate container 28717a23c858 00:53:26 ---> bfbf2d4aa727 00:53:26 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:53:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:27 ---> bda6c374f4f3 00:53:27 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:53:27 (1/6) Installing dumb-init (1.2.2-r1) 00:53:27 (2/6) Installing libgcc (9.3.0-r2) 00:53:27 (3/6) Installing libsodium (1.0.18-r0) 00:53:28 (4/6) Installing libstdc++ (9.3.0-r2) 00:53:28 ---> f4a59b63ecb4 00:53:28 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:53:28 (5/6) Installing libzmq (4.3.3-r0) 00:53:28 (6/6) Installing zeromq (4.3.3-r0) 00:53:28 Executing busybox-1.31.1-r19.trigger 00:53:28 OK: 8 MiB in 20 packages 00:53:29 ---> 47d9e80b3029 00:53:29 Step 19/26 : RUN apk --no-cache add py3-pip 00:53:29 ---> Running in cc3cc8165b47 00:53:30 Removing intermediate container db113aacbb50 00:53:30 ---> 054c858be382 00:53:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:31 ---> ce62825a263f 00:53:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:53:31 (1/33) Installing libbz2 (1.0.8-r1) 00:53:31 (2/33) Installing expat (2.2.9-r1) 00:53:31 (3/33) Installing libffi (3.3-r2) 00:53:31 (4/33) Installing gdbm (1.13-r1) 00:53:31 (5/33) Installing xz-libs (5.2.5-r0) 00:53:31 (6/33) Installing sqlite-libs (3.32.1-r0) 00:53:31 (7/33) Installing python3 (3.8.5-r0) 00:53:33 ---> 44fec4d9b468 00:53:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:53:33 (8/33) Installing py3-appdirs (1.4.4-r1) 00:53:33 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:53:33 (10/33) Installing py3-parsing (2.4.7-r0) 00:53:33 (11/33) Installing py3-six (1.15.0-r0) 00:53:33 (12/33) Installing py3-packaging (20.4-r0) 00:53:33 (13/33) Installing py3-setuptools (47.0.0-r0) 00:53:33 (14/33) Installing py3-chardet (3.0.4-r4) 00:53:33 (15/33) Installing py3-idna (2.9-r0) 00:53:33 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:53:33 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:53:33 (18/33) Installing py3-requests (2.23.0-r0) 00:53:33 (19/33) Installing py3-msgpack (1.0.0-r0) 00:53:33 (20/33) Installing py3-lockfile (0.12.2-r3) 00:53:33 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:53:33 (22/33) Installing py3-colorama (0.4.3-r0) 00:53:34 (23/33) Installing py3-distlib (0.3.0-r0) 00:53:34 (24/33) Installing py3-distro (1.5.0-r1) 00:53:34 (25/33) Installing py3-webencodings (0.5.1-r3) 00:53:34 (26/33) Installing py3-html5lib (1.0.1-r4) 00:53:34 (27/33) Installing py3-pytoml (0.1.21-r0) 00:53:34 (28/33) Installing py3-pep517 (0.8.2-r0) 00:53:34 (29/33) Installing py3-progress (1.5-r0) 00:53:34 (30/33) Installing py3-toml (0.10.1-r0) 00:53:34 (31/33) Installing py3-retrying (1.3.3-r0) 00:53:34 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:53:34 ---> 0dc8d5365407 00:53:34 Step 19/23 : ENTRYPOINT ["/core-data"] 00:53:34 (33/33) Installing py3-pip (20.1.1-r0) 00:53:34 Executing busybox-1.31.1-r19.trigger 00:53:34 OK: 71 MiB in 55 packages 00:53:34 ---> Running in 20503bc16a44 00:53:35 Removing intermediate container 20503bc16a44 00:53:35 ---> a7547ed56956 00:53:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:35 ---> Running in 634a33330a23 00:53:35 Removing intermediate container 634a33330a23 00:53:35 ---> dadad374d4d0 00:53:35 Step 21/23 : LABEL arch=arm64 00:53:36 ---> Running in 6d3cab6d0475 00:53:36 Removing intermediate container 6d3cab6d0475 00:53:36 ---> 734d459bac97 00:53:36 Step 22/23 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f 00:53:37 ---> Running in 52d385e8f5f2 00:53:37 Removing intermediate container 52d385e8f5f2 00:53:37 ---> 5a2d99d60ac8 00:53:37 Step 23/23 : LABEL version=0.0.0 00:53:37 ---> Running in 6ea97cad9c30 00:53:38 Removing intermediate container 6ea97cad9c30 00:53:38 ---> 2a74bdd8be1d 00:53:38 00:53:38 Successfully built 2a74bdd8be1d 00:53:38 Successfully tagged docker-core-data-go-arm64:latest 00:53:40  Building docker-core-data-go ... done Removing intermediate container cc3cc8165b47 00:53:40 ---> 4b2b1998e820 00:53:40 Step 20/26 : RUN pip install docker-compose==1.23.2 00:53:40 ---> Running in b7630941a10d 00:53:46 Collecting docker-compose==1.23.2 00:53:46 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:53:47 Collecting cached-property<2,>=1.2.0 00:53:47 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:53:48 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:53:48 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:53:49 Collecting PyYAML<4,>=3.10 00:53:49 Downloading PyYAML-3.13.tar.gz (270 kB) 00:53:53 Collecting texttable<0.10,>=0.9.0 00:53:53 Downloading texttable-0.9.1.tar.gz (11 kB) 00:53:55 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:53:55 Collecting docopt<0.7,>=0.6.1 00:53:55 Downloading docopt-0.6.2.tar.gz (25 kB) 00:53:58 Collecting websocket-client<1.0,>=0.32.0 00:53:58 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:53:58 Collecting jsonschema<3,>=2.5.1 00:53:58 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:53:59 Collecting dockerpty<0.5,>=0.4.1 00:53:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:54:02 Collecting docker<4.0,>=3.6.0 00:54:02 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:54:03 Collecting urllib3<1.25,>=1.21.1 00:54:03 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:54:03 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:54:03 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:54:04 Collecting idna<2.8,>=2.5 00:54:04 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:54:04 Collecting docker-pycreds>=0.4.0 00:54:04 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:54:04 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:54:04 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:54:04 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:54:04 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:54:05 Installing collected packages: cached-property, urllib3, idna, requests, PyYAML, texttable, docopt, websocket-client, jsonschema, dockerpty, docker-pycreds, docker, docker-compose 00:54:05 Attempting uninstall: urllib3 00:54:05 Found existing installation: urllib3 1.25.9 00:54:05 Uninstalling urllib3-1.25.9: 00:54:05 Successfully uninstalled urllib3-1.25.9 00:54:06 Attempting uninstall: idna 00:54:06 Found existing installation: idna 2.9 00:54:06 Uninstalling idna-2.9: 00:54:06 Successfully uninstalled idna-2.9 00:54:07 Attempting uninstall: requests 00:54:07 Found existing installation: requests 2.23.0 00:54:07 Uninstalling requests-2.23.0: 00:54:07 Successfully uninstalled requests-2.23.0 00:54:07 Running setup.py install for PyYAML: started 00:54:10 Running setup.py install for PyYAML: finished with status 'done' 00:54:10 Running setup.py install for texttable: started 00:54:12 Running setup.py install for texttable: finished with status 'done' 00:54:12 Running setup.py install for docopt: started 00:54:14 Running setup.py install for docopt: finished with status 'done' 00:54:15 Running setup.py install for dockerpty: started 00:54:17 Running setup.py install for dockerpty: finished with status 'done' 00:54:19 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:54:23 Removing intermediate container b7630941a10d 00:54:23 ---> 4a52725c4266 00:54:23 Step 21/26 : RUN apk --no-cache add curl 00:54:23 ---> Running in 8f3d3f9c093b 00:54:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:54:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:54:25 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:54:25 (2/3) Installing libcurl (7.69.1-r3) 00:54:25 (3/3) Installing curl (7.69.1-r3) 00:54:25 Executing busybox-1.31.1-r19.trigger 00:54:25 OK: 71 MiB in 58 packages 00:54:26 Removing intermediate container 8f3d3f9c093b 00:54:26 ---> 0f072f2358d6 00:54:26 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:54:26 ---> Running in f9468a097927 00:54:26 Removing intermediate container f9468a097927 00:54:26 ---> 57396234df41 00:54:26 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:54:27 ---> Running in 1e5b221ee6b2 00:54:27 Removing intermediate container 1e5b221ee6b2 00:54:27 ---> 11868d4d169a 00:54:27 Step 24/26 : LABEL arch=arm64 00:54:27 ---> Running in 1acf158d4fcc 00:54:27 Removing intermediate container 1acf158d4fcc 00:54:27 ---> 20914f4b996e 00:54:27 Step 25/26 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f 00:54:28 ---> Running in 91046358cd96 00:54:28 Removing intermediate container 91046358cd96 00:54:28 ---> 2a2332595f05 00:54:28 Step 26/26 : LABEL version=0.0.0 00:54:28 ---> Running in 250b864dd3e5 00:54:29 Removing intermediate container 250b864dd3e5 00:54:29 ---> 4191d185fd24 00:54:29 00:54:30 Successfully built 4191d185fd24 00:54:30 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:54:30  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:54:30 $ docker stop --time=1 6aff9aeea5941292b60aef8912f9183c7f609b5ff5f12415797bd6c713338c2d 00:54:32 $ docker rm -f 6aff9aeea5941292b60aef8912f9183c7f609b5ff5f12415797bd6c713338c2d [Pipeline] // withDockerContainer [Pipeline] sh 00:54:32 + docker images 00:54:32 + grep docker 00:54:33 docker-sys-mgmt-agent-go-arm64 latest 4191d185fd24 3 seconds ago 300MB 00:54:33 docker-core-data-go-arm64 latest 2a74bdd8be1d 55 seconds ago 21MB 00:54:33 docker-core-metadata-go-arm64 latest 1bf67b57ce71 About a minute ago 17.7MB 00:54:33 docker-core-command-go-arm64 latest 259ca9c7eaea About a minute ago 16MB 00:54:33 docker-security-bootstrapper-go-arm64 latest 4cd99f315fb1 3 minutes ago 22.6MB 00:54:33 docker-support-notifications-go-arm64 latest 322db8c768c0 4 minutes ago 16.7MB 00:54:33 docker-support-scheduler-go-arm64 latest 5a8416378f7d 4 minutes ago 16.1MB 00:54:33 docker-security-secretstore-setup-go-arm64 latest a444bf9b600a 4 minutes ago 23.4MB 00:54:33 docker-security-proxy-setup-go-arm64 latest 2fef143848f0 4 minutes ago 23.2MB 00:54:33 docker 20.10.0 eeaf43b92773 7 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:54:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:54:37 ---> package-listing.sh 00:54:37 ++ facter osfamily 00:54:37 ++ tr '[:upper:]' '[:lower:]' 00:54:37 + OS_FAMILY=redhat 00:54:37 + workspace=/w/workspace/edgex-go/56 00:54:37 + START_PACKAGES=/tmp/packages_start.txt 00:54:37 + END_PACKAGES=/tmp/packages_end.txt 00:54:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:54:37 + PACKAGES=/tmp/packages_start.txt 00:54:37 + '[' /w/workspace/edgex-go/56 ']' 00:54:37 + PACKAGES=/tmp/packages_end.txt 00:54:37 + case "${OS_FAMILY}" in 00:54:37 + rpm -qa 00:54:37 + sort 00:54:42 + '[' -f /tmp/packages_start.txt ']' 00:54:42 + '[' -f /tmp/packages_end.txt ']' 00:54:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:54:42 + '[' /w/workspace/edgex-go/56 ']' 00:54:42 + mkdir -p /w/workspace/edgex-go/56/archives/ 00:54:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/56/archives/ [Pipeline] echo 00:54:42 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/56/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:54:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:54:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:43 00:54:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:54:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:43 alpine: Pulling from edgex-lftools-log-publisher 00:54:43 df20fa9351a1: Pulling fs layer 00:54:43 36b3adc4ff6f: Pulling fs layer 00:54:43 8ad3a11d3b57: Pulling fs layer 00:54:43 46f8f816bc3b: Pulling fs layer 00:54:43 93b61091891f: Pulling fs layer 00:54:43 93b9cdb0e59b: Pulling fs layer 00:54:43 5e14af77c1be: Pulling fs layer 00:54:43 01666e4c0597: Pulling fs layer 00:54:43 aa168da1d23b: Pulling fs layer 00:54:43 93b61091891f: Waiting 00:54:43 93b9cdb0e59b: Waiting 00:54:43 5e14af77c1be: Waiting 00:54:43 01666e4c0597: Waiting 00:54:43 aa168da1d23b: Waiting 00:54:43 46f8f816bc3b: Waiting 00:54:43 36b3adc4ff6f: Verifying Checksum 00:54:43 36b3adc4ff6f: Download complete 00:54:43 46f8f816bc3b: Verifying Checksum 00:54:43 46f8f816bc3b: Download complete 00:54:44 df20fa9351a1: Download complete 00:54:44 93b9cdb0e59b: Verifying Checksum 00:54:44 93b9cdb0e59b: Download complete 00:54:44 5e14af77c1be: Verifying Checksum 00:54:44 5e14af77c1be: Download complete 00:54:44 01666e4c0597: Verifying Checksum 00:54:44 01666e4c0597: Download complete 00:54:44 93b61091891f: Verifying Checksum 00:54:44 93b61091891f: Download complete 00:54:44 8ad3a11d3b57: Verifying Checksum 00:54:44 8ad3a11d3b57: Download complete 00:54:44 df20fa9351a1: Pull complete 00:54:44 36b3adc4ff6f: Pull complete 00:54:45 8ad3a11d3b57: Pull complete 00:54:45 46f8f816bc3b: Pull complete 00:54:46 aa168da1d23b: Verifying Checksum 00:54:46 aa168da1d23b: Download complete 00:54:47 93b61091891f: Pull complete 00:54:47 93b9cdb0e59b: Pull complete 00:54:47 5e14af77c1be: Pull complete 00:54:47 01666e4c0597: Pull complete 00:54:57 aa168da1d23b: Pull complete 00:54:57 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:54:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:54:57 prd-centos7-docker-4c-2g-24805 does not seem to be running inside a container 00:54:57 $ 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/56/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/56 -v /w/workspace/edgex-go/56:/w/workspace/edgex-go/56:rw,z -v /w/workspace/edgex-go/56@tmp:/w/workspace/edgex-go/56@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:55:03 $ docker top 2c872c8683b5c86077c2add0b5d022c3e9336d50ebac2dde39eb8a5ab160172a -eo pid,comm [Pipeline] { [Pipeline] sh 00:55:03 + touch /tmp/pre-build-complete [Pipeline] sh 00:55:04 + mkdir -p /var/log/sa [Pipeline] sh 00:55:04 + ls /var/log/sa-host 00:55:04 + sadf -c /var/log/sa-host/sa04 00:55:04 file_magic: OK 00:55:04 HZ: Using current value: 100 00:55:04 file_header: OK 00:55:04 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:55:04 Statistics: 00:55:04 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:55:04 File successfully converted to sysstat format version 12.2.1 00:55:04 + sadf -c /var/log/sa-host/sa23 00:55:04 file_magic: OK 00:55:04 HZ: Using current value: 100 00:55:04 file_header: OK 00:55:04 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:55:04 Statistics: 00:55:04 Hnuu...uuuununununu... 00:55:04 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:55:04 provisioning config files... 00:55:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/56@tmp/config3012226756413401676tmp [Pipeline] { [Pipeline] echo 00:55:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:55:05 ---> create-netrc.sh [Pipeline] } 00:55:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:55:05 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:55:05 ---> python-tools-install.sh [Pipeline] echo 00:55:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:55:05 ---> sudo-logs.sh 00:55:05 Archiving 'sudo' log.. [Pipeline] echo 00:55:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:55:06 ---> job-cost.sh 00:55:06 lf-activate-venv: SKIPPING 00:55:06 INFO: No Stack... 00:55:07 INFO: Retrieving Pricing Info for: v1-standard-2 00:55:07 INFO: Archiving Costs [Pipeline] echo 00:55:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:55:07 ---> logs-deploy.sh 00:55:07 lf-activate-venv: SKIPPING 00:55:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/56 00:55:07 INFO: archiving workspace using pattern(s): 00:55:09 Archives upload complete. 00:55:09 INFO: archiving logs to Nexus 00:55:10 ---> uname -a: 00:55:10 Linux prd-centos7-docker-4c-2g-24805.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:55:10 00:55:10 00:55:10 ---> lscpu: 00:55:10 Architecture: x86_64 00:55:10 CPU op-mode(s): 32-bit, 64-bit 00:55:10 Byte Order: Little Endian 00:55:10 Address sizes: 40 bits physical, 48 bits virtual 00:55:10 CPU(s): 4 00:55:10 On-line CPU(s) list: 0-3 00:55:10 Thread(s) per core: 1 00:55:10 Core(s) per socket: 1 00:55:10 Socket(s): 4 00:55:10 NUMA node(s): 1 00:55:10 Vendor ID: GenuineIntel 00:55:10 CPU family: 6 00:55:10 Model: 44 00:55:10 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:55:10 Stepping: 1 00:55:10 CPU MHz: 2933.438 00:55:10 BogoMIPS: 5866.87 00:55:10 Virtualization: VT-x 00:55:10 Hypervisor vendor: KVM 00:55:10 Virtualization type: full 00:55:10 L1d cache: 128 KiB 00:55:10 L1i cache: 128 KiB 00:55:10 L2 cache: 16 MiB 00:55:10 L3 cache: 64 MiB 00:55:10 NUMA node0 CPU(s): 0-3 00:55:10 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:55:10 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:55:10 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:55:10 Vulnerability Meltdown: Mitigation; PTI 00:55:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:55:10 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:55:10 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:55:10 Vulnerability Srbds: Not affected 00:55:10 Vulnerability Tsx async abort: Not affected 00:55:10 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:55:10 00:55:10 00:55:10 ---> nproc: 00:55:10 4 00:55:10 00:55:10 00:55:10 ---> df -h: 00:55:10 Filesystem Size Used Available Use% Mounted on 00:55:10 overlay 50.0G 13.0G 37.0G 26% / 00:55:10 tmpfs 64.0M 0 64.0M 0% /dev 00:55:10 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:55:10 shm 64.0M 0 64.0M 0% /dev/shm 00:55:10 /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os 00:55:10 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf 00:55:10 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname 00:55:10 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts 00:55:10 /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json 00:55:10 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host 00:55:10 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure 00:55:10 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log 00:55:10 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/56@tmp 00:55:10 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/56 00:55:10 00:55:10 00:55:10 ---> free -m: 00:55:10 total used free shared buff/cache available 00:55:10 Mem: 1837 722 132 0 981 1030 00:55:10 Swap: 1023 64 959 00:55:10 00:55:10 00:55:10 ---> ip addr: 00:55:10 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:55:10 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:55:10 inet 127.0.0.1/8 scope host lo 00:55:10 valid_lft forever preferred_lft forever 00:55:10 inet6 ::1/128 scope host 00:55:10 valid_lft forever preferred_lft forever 00:55:10 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:55:10 link/ether fa:16:3e:b7:5c:f3 brd ff:ff:ff:ff:ff:ff 00:55:10 inet 10.30.122.152/23 brd 10.30.123.255 scope global dynamic eth0 00:55:10 valid_lft 84963sec preferred_lft 84963sec 00:55:10 inet6 fe80::f816:3eff:feb7:5cf3/64 scope link 00:55:10 valid_lft forever preferred_lft forever 00:55:10 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:55:10 link/ether 02:42:11:78:4a:04 brd ff:ff:ff:ff:ff:ff 00:55:10 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:55:10 valid_lft forever preferred_lft forever 00:55:10 inet6 fe80::42:11ff:fe78:4a04/64 scope link 00:55:10 valid_lft forever preferred_lft forever 00:55:10 00:55:10 00:55:10 ---> sar -b -r -n DEV: 00:55:10 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 00:55:10 00:55:10 00:31:00 LINUX RESTART (4 CPU) 00:55:10 00:55:10 00:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:55:10 00:33:01 61.72 12.14 49.58 0.00 4638.12 12725.38 0.00 00:55:10 00:34:01 238.19 112.05 126.14 0.00 7669.74 45012.93 0.00 00:55:10 00:35:01 240.94 105.39 135.56 0.00 3749.34 19229.85 0.00 00:55:10 00:36:02 131.35 50.76 80.59 0.00 1848.53 8936.42 0.00 00:55:10 00:37:01 134.33 43.60 90.73 0.00 4643.70 27139.11 0.00 00:55:10 00:38:02 1982.55 1641.57 340.99 0.00 159281.58 215306.52 0.00 00:55:10 00:39:03 1689.28 1451.98 237.30 0.00 84146.48 94305.50 0.00 00:55:10 00:40:01 1293.11 944.64 348.48 0.00 79483.52 122050.41 0.00 00:55:10 00:41:02 2797.69 2438.73 358.96 0.00 141494.49 153652.20 0.00 00:55:10 00:42:01 311.54 112.93 198.61 0.00 9551.41 30301.08 0.00 00:55:10 00:43:01 7.61 0.37 7.24 0.00 4.80 267.65 0.00 00:55:10 00:44:01 1.53 1.25 0.28 0.00 100.58 4.11 0.00 00:55:10 00:45:01 0.33 0.10 0.23 0.00 1.60 2.88 0.00 00:55:10 00:46:01 1.96 1.68 0.28 0.00 52.08 3.25 0.00 00:55:10 00:47:01 1.00 0.22 0.78 0.00 3.06 15.14 0.00 00:55:10 00:48:01 0.30 0.02 0.28 0.00 0.27 3.30 0.00 00:55:10 00:49:01 0.32 0.07 0.25 0.00 1.47 2.60 0.00 00:55:10 00:50:01 0.20 0.00 0.20 0.00 0.00 2.20 0.00 00:55:10 00:51:01 0.35 0.02 0.33 0.00 0.27 4.28 0.00 00:55:10 00:52:01 0.60 0.35 0.25 0.00 148.38 2.73 0.00 00:55:10 00:53:01 0.30 0.03 0.27 0.00 0.67 3.15 0.00 00:55:10 00:54:01 0.28 0.03 0.25 0.00 0.67 2.63 0.00 00:55:10 00:55:01 150.02 66.42 83.61 0.00 6111.90 18494.79 0.00 00:55:10 Average: 394.56 305.03 89.53 0.00 21945.80 32553.13 0.00 00:55:10 00:55:10 00:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:55:10 00:33:01 69028 0 632332 33.61 2620 1177564 1295596 44.22 534364 1071864 0 00:55:10 00:34:01 75772 0 700776 37.24 2344 1102652 1527792 52.14 586764 954352 40944 00:55:10 00:35:01 161144 0 789516 41.96 960 929924 1747520 59.64 689384 749968 57436 00:55:10 00:36:02 300280 0 766300 40.73 756 814208 1785332 60.93 615100 673356 50928 00:55:10 00:37:01 80760 0 748260 39.77 456 1052068 1260172 43.01 676604 834220 100820 00:55:10 00:38:02 82980 0 846884 45.01 48 951632 2316248 79.05 769472 809072 47276 00:55:10 00:39:03 322956 0 791828 42.08 48 766712 1991360 67.96 576884 712672 6304 00:55:10 00:40:01 68660 0 747868 39.75 48 1064968 1779872 60.74 717620 869112 16268 00:55:10 00:41:02 71732 0 1065356 56.62 48 744408 3015780 102.92 763496 789300 57292 00:55:10 00:42:01 377632 0 649560 34.52 48 854304 1205408 41.14 559492 692432 20 00:55:10 00:43:01 382452 0 644796 34.27 48 854248 1186856 40.51 558532 691840 12 00:55:10 00:44:01 379544 0 644620 34.26 48 857332 1186868 40.51 558620 694824 20 00:55:10 00:45:01 379788 0 644428 34.25 48 857280 1183784 40.40 558468 694760 8 00:55:10 00:46:01 379808 0 643520 34.20 48 858168 1173492 40.05 557612 695436 16 00:55:10 00:47:01 379664 0 643656 34.21 48 858176 1173552 40.05 557792 695512 8 00:55:10 00:48:01 379876 0 643436 34.20 48 858184 1173492 40.05 557624 695516 12 00:55:10 00:49:01 378512 0 644788 34.27 48 858196 1173672 40.06 558584 695568 16 00:55:10 00:50:01 379288 0 644004 34.23 48 858204 1173492 40.05 557636 695568 16 00:55:10 00:51:01 379800 0 643480 34.20 48 858216 1173492 40.05 557752 695576 8 00:55:10 00:52:01 372240 0 646608 34.37 48 862648 1173564 40.05 563664 697192 8 00:55:10 00:53:01 372460 0 646380 34.35 48 862656 1173492 40.05 563308 697216 8 00:55:10 00:54:01 372476 0 646368 34.35 48 862652 1173492 40.05 563312 697220 8 00:55:10 00:55:01 195356 0 712416 37.86 48 973724 1367076 46.66 550812 846924 116 00:55:10 Average: 275748 0 703790 37.40 348 901658 1452670 49.58 597952 754326 16415 00:55:10 00:55:10 00:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:55:10 00:33:01 eth0 1185.28 1081.82 3972.11 114.14 0.00 0.00 0.00 0.00 00:55:10 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:33:01 veth4b95291 757.01 758.82 72.05 2275.79 0.00 0.00 0.00 0.00 00:55:10 00:33:01 docker0 757.01 758.69 61.70 2275.78 0.00 0.00 0.00 0.00 00:55:10 00:34:01 vethbb8bcbf 75.30 82.08 6.99 272.08 0.00 0.00 0.00 0.00 00:55:10 00:34:01 eth0 626.54 535.13 3885.78 75.80 0.00 0.00 0.00 0.00 00:55:10 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:34:01 docker0 265.88 298.24 19.30 1043.84 0.00 0.00 0.00 0.00 00:55:10 00:35:01 vethc1f4d91 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:55:10 00:35:01 eth0 54.97 37.38 226.60 13.65 0.00 0.00 0.00 0.00 00:55:10 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:35:01 docker0 19.27 22.07 1.47 196.52 0.00 0.00 0.00 0.00 00:55:10 00:36:02 vethc1f4d91 2.03 2.03 0.16 0.16 0.00 0.00 0.00 0.00 00:55:10 00:36:02 eth0 33.66 21.24 17.95 68.76 0.00 0.00 0.00 0.00 00:55:10 00:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:36:02 docker0 2.03 2.03 0.13 0.16 0.00 0.00 0.00 0.00 00:55:10 00:37:01 vetha5e6558 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:55:10 00:37:01 eth0 259.62 224.88 1725.59 91.21 0.00 0.00 0.00 0.00 00:55:10 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:38:02 vetha5e6558 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 00:55:10 00:38:02 eth0 53.25 27.00 164.73 11.30 0.00 0.00 0.00 0.00 00:55:10 00:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:38:02 docker0 14.58 28.76 0.77 145.28 0.00 0.00 0.00 0.00 00:55:10 00:39:03 veth6a114bc 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 00:55:10 00:39:03 vetha5e6558 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:39:03 veth646c654 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:55:10 00:39:03 veth20d3102 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:55:10 00:40:01 vetha5e6558 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 00:55:10 00:40:01 eth0 3135.77 2603.29 14295.17 572.07 0.00 0.00 0.00 0.00 00:55:10 00:40:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:55:10 00:40:01 docker0 1141.20 1235.46 88.63 4338.46 0.00 0.00 0.00 0.00 00:55:10 00:41:02 vethd0e217a 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:55:10 00:41:02 vetha5e6558 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:41:02 vethbdf75f9 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:55:10 00:41:02 veth72cd4a9 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:55:10 00:42:01 eth0 3203.20 2639.11 14308.08 666.79 0.00 0.00 0.00 0.00 00:55:10 00:42:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:55:10 00:42:01 docker0 1143.68 1243.66 88.74 4411.65 0.00 0.00 0.00 0.00 00:55:10 00:43:01 eth0 2.48 0.78 1.04 0.39 0.00 0.00 0.00 0.00 00:55:10 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:44:01 eth0 3.40 0.92 1.24 0.77 0.00 0.00 0.00 0.00 00:55:10 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:45:01 eth0 0.65 0.28 0.29 0.23 0.00 0.00 0.00 0.00 00:55:10 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:46:01 eth0 0.25 0.08 0.02 0.01 0.00 0.00 0.00 0.00 00:55:10 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:47:01 eth0 0.38 0.18 0.15 0.07 0.00 0.00 0.00 0.00 00:55:10 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:48:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 00:55:10 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:49:01 eth0 0.93 0.25 0.32 0.16 0.00 0.00 0.00 0.00 00:55:10 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:50:01 eth0 0.15 0.07 0.01 0.03 0.00 0.00 0.00 0.00 00:55:10 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:51:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:52:01 eth0 0.28 0.13 0.14 0.07 0.00 0.00 0.00 0.00 00:55:10 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:53:01 eth0 0.15 0.05 0.01 0.00 0.00 0.00 0.00 0.00 00:55:10 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:54:01 eth0 0.10 0.03 0.01 0.00 0.00 0.00 0.00 0.00 00:55:10 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:55:01 eth0 227.64 181.64 2172.02 18.84 0.00 0.00 0.00 0.00 00:55:10 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 Average: eth0 123.07 103.03 618.60 26.56 0.00 0.00 0.00 0.00 00:55:10 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 Average: docker0 48.97 53.25 3.80 188.90 0.00 0.00 0.00 0.00 00:55:10 00:55:10 00:55:10 ---> sar -P ALL: 00:55:10 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 00:55:10 00:55:10 00:31:00 LINUX RESTART (4 CPU) 00:55:10 00:55:10 00:32:01 CPU %user %nice %system %iowait %steal %idle 00:55:10 00:33:01 all 7.57 0.00 4.20 1.61 0.11 86.51 00:55:10 00:33:01 0 7.93 0.00 5.94 1.98 0.10 84.05 00:55:10 00:33:01 1 7.63 0.00 3.27 0.31 0.14 88.66 00:55:10 00:33:01 2 8.02 0.00 4.35 3.38 0.08 84.16 00:55:10 00:33:01 3 6.69 0.00 3.28 0.76 0.12 89.15 00:55:10 00:34:01 all 13.28 0.00 7.91 2.45 0.45 75.91 00:55:10 00:34:01 0 14.01 0.00 8.94 1.48 0.41 75.17 00:55:10 00:34:01 1 11.70 0.00 7.68 2.46 0.48 77.68 00:55:10 00:34:01 2 10.07 0.00 7.35 2.87 0.41 79.30 00:55:10 00:34:01 3 17.37 0.00 7.68 3.01 0.48 71.47 00:55:10 00:35:01 all 39.00 0.00 12.32 7.45 0.66 40.57 00:55:10 00:35:01 0 35.89 0.00 12.46 6.48 0.61 44.56 00:55:10 00:35:01 1 40.16 0.00 11.92 6.62 0.66 40.64 00:55:10 00:35:01 2 38.90 0.00 12.28 8.13 0.59 40.10 00:55:10 00:35:01 3 41.07 0.00 12.62 8.58 0.77 36.96 00:55:10 00:36:02 all 50.08 0.00 14.18 4.22 0.55 30.98 00:55:10 00:36:02 0 47.88 0.00 13.16 1.92 0.70 36.33 00:55:10 00:36:02 1 51.20 0.00 13.73 4.51 0.49 30.08 00:55:10 00:36:02 2 52.09 0.00 14.29 4.89 0.47 28.26 00:55:10 00:36:02 3 49.13 0.00 15.53 5.56 0.52 29.25 00:55:10 00:37:01 all 28.23 0.00 11.92 2.36 0.41 57.08 00:55:10 00:37:01 0 29.69 0.00 12.00 2.96 0.42 54.93 00:55:10 00:37:01 1 27.78 0.00 11.56 1.74 0.40 58.53 00:55:10 00:37:01 2 27.91 0.00 12.20 1.91 0.38 57.60 00:55:10 00:37:01 3 27.55 0.00 11.94 2.81 0.45 57.25 00:55:10 00:38:02 all 20.44 0.00 31.49 19.59 1.25 27.23 00:55:10 00:38:02 0 20.47 0.00 30.64 20.45 1.20 27.24 00:55:10 00:38:02 1 19.90 0.00 30.82 20.45 1.28 27.54 00:55:10 00:38:02 2 20.91 0.00 31.24 18.09 1.38 28.38 00:55:10 00:38:02 3 20.47 0.00 33.27 19.36 1.13 25.76 00:55:10 00:39:03 all 58.96 0.00 20.46 11.48 0.85 8.25 00:55:10 00:39:03 0 59.35 0.00 19.63 10.88 0.89 9.25 00:55:10 00:39:03 1 58.55 0.00 21.16 11.93 0.81 7.55 00:55:10 00:39:03 2 58.51 0.00 20.80 11.46 0.89 8.34 00:55:10 00:39:03 3 59.44 0.00 20.23 11.65 0.81 7.86 00:55:10 00:40:01 all 22.47 0.00 22.59 27.50 1.11 26.33 00:55:10 00:40:01 0 23.04 0.00 21.92 26.61 1.14 27.29 00:55:10 00:40:01 1 22.05 0.00 22.75 29.27 1.22 24.71 00:55:10 00:40:01 2 22.41 0.00 23.22 28.14 1.06 25.17 00:55:10 00:40:01 3 22.38 0.00 22.49 25.96 1.01 28.15 00:55:10 00:41:02 all 23.91 0.00 25.76 28.91 1.05 20.37 00:55:10 00:41:02 0 22.78 0.00 25.31 29.86 1.18 20.87 00:55:10 00:41:02 1 23.90 0.00 26.02 29.24 0.97 19.87 00:55:10 00:41:02 2 23.09 0.00 26.76 26.25 1.09 22.81 00:55:10 00:41:02 3 25.89 0.00 24.94 30.33 0.95 17.89 00:55:10 00:42:01 all 39.33 0.00 13.00 10.12 0.07 37.47 00:55:10 00:42:01 0 39.60 0.00 13.08 10.90 0.07 36.34 00:55:10 00:42:01 1 39.71 0.00 12.99 9.22 0.03 38.04 00:55:10 00:42:01 2 38.77 0.00 12.74 10.95 0.10 37.44 00:55:10 00:42:01 3 39.25 0.00 13.19 9.42 0.09 38.06 00:55:10 00:43:01 all 0.16 0.00 0.07 0.11 0.00 99.66 00:55:10 00:43:01 0 0.03 0.00 0.05 0.00 0.00 99.92 00:55:10 00:43:01 1 0.05 0.00 0.12 0.02 0.00 99.82 00:55:10 00:43:01 2 0.53 0.00 0.03 0.03 0.00 99.40 00:55:10 00:43:01 3 0.02 0.00 0.07 0.40 0.00 99.52 00:55:10 00:55:10 00:43:01 CPU %user %nice %system %iowait %steal %idle 00:55:10 00:44:01 all 0.10 0.00 0.03 0.00 0.00 99.87 00:55:10 00:44:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:55:10 00:44:01 1 0.05 0.00 0.02 0.00 0.00 99.93 00:55:10 00:44:01 2 0.27 0.00 0.03 0.00 0.00 99.70 00:55:10 00:44:01 3 0.05 0.00 0.07 0.00 0.00 99.88 00:55:10 00:45:01 all 0.11 0.00 0.14 0.00 0.00 99.75 00:55:10 00:45:01 0 0.03 0.00 0.08 0.00 0.02 99.87 00:55:10 00:45:01 1 0.07 0.00 0.12 0.00 0.00 99.82 00:55:10 00:45:01 2 0.20 0.00 0.23 0.00 0.00 99.57 00:55:10 00:45:01 3 0.15 0.00 0.12 0.00 0.00 99.73 00:55:10 00:46:01 all 0.14 0.00 0.06 0.02 0.01 99.76 00:55:10 00:46:01 0 0.02 0.00 0.10 0.07 0.00 99.82 00:55:10 00:46:01 1 0.02 0.00 0.05 0.02 0.02 99.90 00:55:10 00:46:01 2 0.50 0.00 0.05 0.00 0.02 99.43 00:55:10 00:46:01 3 0.03 0.00 0.05 0.02 0.02 99.88 00:55:10 00:47:01 all 0.20 0.00 0.13 0.01 0.00 99.66 00:55:10 00:47:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:55:10 00:47:01 1 0.08 0.00 0.18 0.00 0.00 99.73 00:55:10 00:47:01 2 0.58 0.00 0.10 0.03 0.00 99.28 00:55:10 00:47:01 3 0.08 0.00 0.20 0.00 0.02 99.70 00:55:10 00:48:01 all 0.15 0.00 0.03 0.00 0.00 99.82 00:55:10 00:48:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:55:10 00:48:01 1 0.07 0.00 0.05 0.00 0.00 99.88 00:55:10 00:48:01 2 0.50 0.00 0.02 0.00 0.00 99.48 00:55:10 00:48:01 3 0.05 0.00 0.03 0.00 0.00 99.92 00:55:10 00:49:01 all 0.17 0.00 0.03 0.00 0.00 99.80 00:55:10 00:49:01 0 0.05 0.00 0.02 0.02 0.00 99.92 00:55:10 00:49:01 1 0.05 0.00 0.05 0.00 0.00 99.90 00:55:10 00:49:01 2 0.53 0.00 0.02 0.00 0.00 99.45 00:55:10 00:49:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:55:10 00:50:01 all 0.14 0.00 0.03 0.00 0.00 99.83 00:55:10 00:50:01 0 0.00 0.00 0.02 0.00 0.02 99.97 00:55:10 00:50:01 1 0.02 0.00 0.05 0.00 0.00 99.93 00:55:10 00:50:01 2 0.50 0.00 0.03 0.00 0.00 99.47 00:55:10 00:50:01 3 0.05 0.00 0.02 0.00 0.00 99.93 00:55:10 00:51:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:55:10 00:51:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:55:10 00:51:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:55:10 00:51:01 2 0.53 0.00 0.03 0.00 0.00 99.43 00:55:10 00:51:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:55:10 00:52:01 all 0.11 0.00 0.05 0.01 0.00 99.82 00:55:10 00:52:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:55:10 00:52:01 1 0.28 0.00 0.12 0.05 0.00 99.55 00:55:10 00:52:01 2 0.13 0.00 0.03 0.00 0.00 99.83 00:55:10 00:52:01 3 0.02 0.00 0.02 0.00 0.02 99.95 00:55:10 00:53:01 all 0.17 0.00 0.03 0.00 0.00 99.80 00:55:10 00:53:01 0 0.07 0.00 0.03 0.00 0.00 99.90 00:55:10 00:53:01 1 0.53 0.00 0.02 0.00 0.00 99.45 00:55:10 00:53:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:55:10 00:53:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:55:10 00:54:01 all 0.14 0.00 0.02 0.00 0.00 99.84 00:55:10 00:54:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:55:10 00:54:01 1 0.50 0.00 0.00 0.00 0.00 99.50 00:55:10 00:54:01 2 0.03 0.00 0.03 0.00 0.02 99.92 00:55:10 00:54:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:55:10 00:55:10 00:54:01 CPU %user %nice %system %iowait %steal %idle 00:55:10 00:55:01 all 5.60 0.00 4.14 4.24 0.08 85.94 00:55:10 00:55:01 0 5.03 0.00 3.98 1.69 0.05 89.25 00:55:10 00:55:01 1 6.54 0.00 4.30 4.84 0.08 84.24 00:55:10 00:55:01 2 5.32 0.00 4.56 4.43 0.08 85.60 00:55:10 00:55:01 3 5.52 0.00 3.70 6.01 0.10 84.66 00:55:10 Average: all 13.16 0.00 7.09 5.02 0.28 74.45 00:55:10 Average: 0 12.94 0.00 7.06 4.83 0.29 74.89 00:55:10 Average: 1 13.19 0.00 7.03 5.05 0.28 74.46 00:55:10 Average: 2 13.17 0.00 7.18 5.05 0.28 74.33 00:55:10 Average: 3 13.34 0.00 7.11 5.16 0.27 74.12 00:55:10 00:55:10 00:55:10