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 f32f4191109bc075ff9359b3fa855becd8fb908f rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from f32f4191109bc075ff9359b3fa855becd8fb908f 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-24043 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/52 [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/52 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f32f4191109bc075ff9359b3fa855becd8fb908f into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing 57d4715c734d86fed7f1299b5bac81bc8a93abf9 Checking out Revision 57d4715c734d86fed7f1299b5bac81bc8a93abf9 (PR-2858) > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge f32f4191109bc075ff9359b3fa855becd8fb908f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 57d4715c734d86fed7f1299b5bac81bc8a93abf9 # timeout=10 Commit message: "Merge commit 'f32f4191109bc075ff9359b3fa855becd8fb908f' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 600e9b21aa7194b46ff301a887fab1dff515ebca # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:37 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:37 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:37 ========================================================= 00:31:37 EdgeX Global Pipelines Version Info 00:31:37 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:39 ------------------- 00:31:39 stable info: 00:31:39 ------------------- 00:31:39 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:39 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:39 Message: update stable to v1.0.179 00:31:40 ------------------- 00:31:40 experimental info: 00:31:40 ------------------- 00:31:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:40 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:40 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:42 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:42 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:42 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:42 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:42 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:42 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:42 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:31:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:31:43 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:31:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:31:43 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 57d4715c734d86fed7f1299b5bac81bc8a93abf9 [Pipeline] echo 00:31:43 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 57d4715 [Pipeline] echo 00:31:43 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:43 provisioning config files... 00:31:43 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/52@tmp/config8321662376214291088tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:44 ---> docker-login.sh 00:31:44 nexus3.edgexfoundry.org:10001 00:31:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:44 Configure a credential helper to remove this warning. See 00:31:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:44 00:31:44 Login Succeeded 00:31:44 nexus3.edgexfoundry.org:10002 00:31:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:44 Configure a credential helper to remove this warning. See 00:31:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:44 00:31:44 Login Succeeded 00:31:44 nexus3.edgexfoundry.org:10003 00:31:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:44 Configure a credential helper to remove this warning. See 00:31:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:44 00:31:44 Login Succeeded 00:31:44 nexus3.edgexfoundry.org:10004 00:31:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:45 Configure a credential helper to remove this warning. See 00:31:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:45 00:31:45 Login Succeeded 00:31:45 docker.io 00:31:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:45 Configure a credential helper to remove this warning. See 00:31:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:45 00:31:45 Login Succeeded 00:31:45 ---> docker-login.sh ends [Pipeline] } 00:31:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:46 ++ 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:31:46 + for file in '`ls cmd/**/Dockerfile`' 00:31:46 ++ dirname cmd/core-command/Dockerfile 00:31:46 ++ cut -d/ -f2 00:31:46 + echo core-command,cmd/core-command/Dockerfile 00:31:46 + for file in '`ls cmd/**/Dockerfile`' 00:31:46 ++ dirname cmd/core-data/Dockerfile 00:31:46 ++ cut -d/ -f2 00:31:46 + echo core-data,cmd/core-data/Dockerfile 00:31:46 + for file in '`ls cmd/**/Dockerfile`' 00:31:46 ++ dirname cmd/core-metadata/Dockerfile 00:31:46 ++ cut -d/ -f2 00:31:46 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:46 + for file in '`ls cmd/**/Dockerfile`' 00:31:46 ++ dirname cmd/security-bootstrapper/Dockerfile 00:31:46 ++ cut -d/ -f2 00:31:46 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:31:46 + for file in '`ls cmd/**/Dockerfile`' 00:31:46 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:46 ++ cut -d/ -f2 00:31:46 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:46 + for file in '`ls cmd/**/Dockerfile`' 00:31:46 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:46 ++ cut -d/ -f2 00:31:46 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:46 + for file in '`ls cmd/**/Dockerfile`' 00:31:46 ++ dirname cmd/support-notifications/Dockerfile 00:31:46 ++ cut -d/ -f2 00:31:46 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:46 + for file in '`ls cmd/**/Dockerfile`' 00:31:46 ++ dirname cmd/support-scheduler/Dockerfile 00:31:46 ++ cut -d/ -f2 00:31:46 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:46 + for file in '`ls cmd/**/Dockerfile`' 00:31:46 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:46 ++ cut -d/ -f2 00:31:46 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:46 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:31:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:47 00:31:47 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:47 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:47 latest: Pulling from edgex-devops/git-semver 00:31:47 31603596830f: Pulling fs layer 00:31:47 2a8b12db71e7: Pulling fs layer 00:31:47 6ca5941a6612: Pulling fs layer 00:31:47 ecc8261a40a4: Pulling fs layer 00:31:47 ecc8261a40a4: Waiting 00:31:47 2a8b12db71e7: Verifying Checksum 00:31:47 2a8b12db71e7: Download complete 00:31:47 31603596830f: Verifying Checksum 00:31:47 31603596830f: Download complete 00:31:47 6ca5941a6612: Verifying Checksum 00:31:47 6ca5941a6612: Download complete 00:31:47 ecc8261a40a4: Verifying Checksum 00:31:47 ecc8261a40a4: Download complete 00:31:48 31603596830f: Pull complete 00:31:48 2a8b12db71e7: Pull complete 00:31:49 6ca5941a6612: Pull complete 00:31:49 ecc8261a40a4: Pull complete 00:31:49 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:49 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:49 prd-centos7-docker-4c-2g-24043 does not seem to be running inside a container 00:31:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/52 -v /w/workspace/edgex-go/52:/w/workspace/edgex-go/52:rw,z -v /w/workspace/edgex-go/52@tmp:/w/workspace/edgex-go/52@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:52 $ docker top 8d3baf48c7f78f46844f214b1fe011e415377e3f59efde61ee315bb1bd77e815 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:52 [ssh-agent] Looking for ssh-agent implementation... 00:31:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:52 $ docker exec 8d3baf48c7f78f46844f214b1fe011e415377e3f59efde61ee315bb1bd77e815 ssh-agent 00:31:53 SSH_AUTH_SOCK=/tmp/ssh-SPmpCz8wDfHc/agent.12 00:31:53 SSH_AGENT_PID=18 00:31:53 Running ssh-add (command line suppressed) 00:31:53 Identity added: /w/workspace/edgex-go/52@tmp/private_key_617407848492267117.key (/w/workspace/edgex-go/52@tmp/private_key_617407848492267117.key) 00:31:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:53 + git tag --points-at HEAD [Pipeline] } 00:31:53 $ docker exec --env ******** --env ******** 8d3baf48c7f78f46844f214b1fe011e415377e3f59efde61ee315bb1bd77e815 ssh-agent -k 00:31:53 unset SSH_AUTH_SOCK; 00:31:53 unset SSH_AGENT_PID; 00:31:53 echo Agent pid 18 killed; 00:31:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:54 [ssh-agent] Looking for ssh-agent implementation... 00:31:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:54 $ docker exec 8d3baf48c7f78f46844f214b1fe011e415377e3f59efde61ee315bb1bd77e815 ssh-agent 00:31:54 SSH_AUTH_SOCK=/tmp/ssh-WtWZurroqjMl/agent.46 00:31:54 SSH_AGENT_PID=52 00:31:54 Running ssh-add (command line suppressed) 00:31:54 Identity added: /w/workspace/edgex-go/52@tmp/private_key_5336371922605319632.key (/w/workspace/edgex-go/52@tmp/private_key_5336371922605319632.key) 00:31:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:55 + git semver init 00:31:55 # -> Open(): unable to determine branch for HEAD 00:31:55 # $GIT_DIR = /w/workspace/edgex-go/52/.git 00:31:55 # $GIT_WORK_TREE = /w/workspace/edgex-go/52 00:31:55 # $SEMVER_REMOTE_NAME = origin 00:31:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:55 # $SEMVER_USER_NAME = edgex-jenkins 00:31:55 # $SEMVER_BRANCH = PR-2858 00:31:55 # $SEMVER_TEMP = /tmp/semver-181873994 00:31:55 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:13 # '/tmp/semver-181873994' -> '/w/workspace/edgex-go/52/.semver' 00:32:13 # -> Force: false 00:32:13 # $SEMVER_DIR = /w/workspace/edgex-go/52/.semver [Pipeline] } 00:32:13 $ docker exec --env ******** --env ******** 8d3baf48c7f78f46844f214b1fe011e415377e3f59efde61ee315bb1bd77e815 ssh-agent -k 00:32:13 unset SSH_AUTH_SOCK; 00:32:13 unset SSH_AGENT_PID; 00:32:13 echo Agent pid 52 killed; 00:32:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:14 + git semver [Pipeline] } 00:32:14 $ docker stop --time=1 8d3baf48c7f78f46844f214b1fe011e415377e3f59efde61ee315bb1bd77e815 00:32:16 $ docker rm -f 8d3baf48c7f78f46844f214b1fe011e415377e3f59efde61ee315bb1bd77e815 [Pipeline] // withDockerContainer [Pipeline] sh 00:32:16 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:17 Stashed 1 file(s) [Pipeline] echo 00:32:17 [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:32:17 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:18 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:18 + sudo service docker restart 00:32:18 + true 00:32:18 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:19 ========================================================= 00:32:19 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:19 + 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:32:24 Sending build context to Docker daemon 327.4MB 00:32:24 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:32:24 Step 2/6 : FROM ${BASE} 00:32:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:24 188c0c94c7c5: Pulling fs layer 00:32:24 0ef7d3d256c8: Pulling fs layer 00:32:24 de9db76c5a1d: Pulling fs layer 00:32:24 bca2f99d35d6: Pulling fs layer 00:32:24 93359f2a8cfa: Pulling fs layer 00:32:24 7c6f9722023f: Pulling fs layer 00:32:24 a35cf1a2eb13: Pulling fs layer 00:32:24 bca2f99d35d6: Waiting 00:32:24 93359f2a8cfa: Waiting 00:32:24 7c6f9722023f: Waiting 00:32:24 a35cf1a2eb13: Waiting 00:32:24 de9db76c5a1d: Verifying Checksum 00:32:24 de9db76c5a1d: Download complete 00:32:24 0ef7d3d256c8: Verifying Checksum 00:32:24 0ef7d3d256c8: Download complete 00:32:24 93359f2a8cfa: Verifying Checksum 00:32:24 93359f2a8cfa: Download complete 00:32:24 7c6f9722023f: Verifying Checksum 00:32:24 7c6f9722023f: Download complete 00:32:24 188c0c94c7c5: Verifying Checksum 00:32:24 188c0c94c7c5: Download complete 00:32:24 188c0c94c7c5: Pull complete 00:32:25 0ef7d3d256c8: Pull complete 00:32:25 de9db76c5a1d: Pull complete 00:32:25 a35cf1a2eb13: Verifying Checksum 00:32:26 bca2f99d35d6: Verifying Checksum 00:32:26 bca2f99d35d6: Download complete 00:32:32 Still waiting to schedule task 00:32:32 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-24037’ 00:32:33 bca2f99d35d6: Pull complete 00:32:33 93359f2a8cfa: Pull complete 00:32:33 7c6f9722023f: Pull complete 00:32:37 a35cf1a2eb13: Pull complete 00:32:37 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:37 ---> a62c8e92a672 00:32:37 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:32:37 ---> Running in 153b5e3d24c5 00:32:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:39 (1/12) Installing libmagic (5.38-r0) 00:32:39 (2/12) Installing file (5.38-r0) 00:32:39 (3/12) Installing libc-dev (0.7.2-r3) 00:32:39 (4/12) Installing g++ (9.3.0-r2) 00:32:46 (5/12) Installing fortify-headers (1.1-r0) 00:32:46 (6/12) Installing patch (2.7.6-r6) 00:32:46 (7/12) Installing build-base (0.5-r2) 00:32:46 (8/12) Installing libsodium (1.0.18-r0) 00:32:46 (9/12) Installing pkgconf (1.7.2-r0) 00:32:46 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:46 (11/12) Installing libzmq (4.3.3-r0) 00:32:46 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:46 Executing busybox-1.31.1-r19.trigger 00:32:46 OK: 233 MiB in 51 packages 00:32:51 Removing intermediate container 153b5e3d24c5 00:32:51 ---> 402a9f3aae12 00:32:51 Step 4/6 : WORKDIR /edgex-go 00:32:51 ---> Running in 567ebb8bb73b 00:32:51 Removing intermediate container 567ebb8bb73b 00:32:51 ---> b1c2da7d8497 00:32:51 Step 5/6 : COPY go.mod . 00:32:51 ---> cc70fb0a27bd 00:32:51 Step 6/6 : RUN go mod download 00:32:51 ---> Running in a1405d641ae8 00:33:13 Removing intermediate container a1405d641ae8 00:33:13 ---> ca8d77dfbb36 00:33:13 Successfully built ca8d77dfbb36 00:33:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:13 + docker inspect -f . ci-base-image-x86_64 00:33:13 . [Pipeline] withDockerContainer 00:33:13 prd-centos7-docker-4c-2g-24043 does not seem to be running inside a container 00:33:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/52 -v /w/workspace/edgex-go/52:/w/workspace/edgex-go/52:rw,z -v /w/workspace/edgex-go/52@tmp:/w/workspace/edgex-go/52@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-x86_64 cat 00:33:14 $ docker top 08c3ff6d86b099ec25ab760a2a3671696da13a2af4056c99e9ff51ee71cfcd91 -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:15 + go version 00:33:15 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:15 $ docker stop --time=1 08c3ff6d86b099ec25ab760a2a3671696da13a2af4056c99e9ff51ee71cfcd91 00:33:16 $ docker rm -f 08c3ff6d86b099ec25ab760a2a3671696da13a2af4056c99e9ff51ee71cfcd91 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:17 + docker inspect -f . ci-base-image-x86_64 00:33:17 . [Pipeline] withDockerContainer 00:33:17 prd-centos7-docker-4c-2g-24043 does not seem to be running inside a container 00:33:17 $ 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/52 -v /w/workspace/edgex-go/52:/w/workspace/edgex-go/52:rw,z -v /w/workspace/edgex-go/52@tmp:/w/workspace/edgex-go/52@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-x86_64 cat 00:33:18 $ docker top 11325d37607354a89375f4bc3e41919ee5cabc7192aafb9018650e87ffcfc532 -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:18 ========================================================= 00:33:18 [edgeXBuildGoParallel] Running Tests and Build... 00:33:18 ========================================================= [Pipeline] sh 00:33:18 + make test 00:33:18 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:28 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.184s coverage: 46.0% of statements 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.081s coverage: 100.0% of statements 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.167s coverage: 27.1% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.046s coverage: 100.0% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.048s coverage: 100.0% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.101s coverage: 65.8% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.472s coverage: 82.3% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.394s coverage: 28.6% of statements 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.115s coverage: 100.0% of statements 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.125s coverage: 86.7% of statements 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.128s coverage: 97.5% of statements 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 78.3% of statements 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:34:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.447s coverage: 92.8% of statements 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:34:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.094s coverage: 0.1% of statements 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:34:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.057s coverage: 45.5% of statements 00:34:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.044s coverage: 79.5% of statements 00:34:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.029s coverage: 94.1% of statements 00:34:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.057s coverage: 96.3% of statements 00:34:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.033s coverage: 87.5% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.047s coverage: 94.4% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.065s coverage: 92.9% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.054s coverage: 87.2% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.040s coverage: 100.0% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.043s coverage: 80.8% of statements 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.050s coverage: 84.2% of statements 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.4% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.179s coverage: 63.5% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.330s coverage: 68.9% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.090s coverage: 37.0% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.301s coverage: 84.0% of statements 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.047s coverage: 100.0% of statements 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.109s coverage: 47.1% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.061s coverage: 100.0% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.814s coverage: 29.1% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.091s coverage: 99.0% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.048s coverage: 100.0% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.081s coverage: 100.0% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.058s coverage: 87.9% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.049s coverage: 100.0% of statements 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 00:34:38 GO111MODULE=on go vet ./... 00:35:11 gofmt -l . 00:35:11 [ "`gofmt -l .`" = "" ] 00:35:11 ./bin/test-go-mod-tidy.sh 00:35:11 ./bin/test-attribution-txt.sh [Pipeline] sh 00:35:11 + ls -al . 00:35:11 total 680 00:35:11 drwxrwxr-x 10 1001 1001 4096 Jan 30 00:35 . 00:35:11 drwxr-xr-x 4 root root 30 Jan 30 00:33 .. 00:35:11 -rw-rw-r-- 1 1001 1001 11 Jan 30 00:31 .dockerignore 00:35:11 drwxrwxr-x 8 1001 1001 179 Jan 30 00:31 .git 00:35:11 drwxrwxr-x 3 1001 1001 125 Jan 30 00:31 .github 00:35:11 -rw-rw-r-- 1 1001 1001 872 Jan 30 00:31 .gitignore 00:35:11 drwx------ 3 1001 1001 60 Jan 30 00:32 .semver 00:35:11 -rw-rw-r-- 1 1001 1001 166 Jan 30 00:31 .sonarcloud.properties 00:35:11 -rw-rw-r-- 1 1001 1001 7859 Jan 30 00:31 Attribution.txt 00:35:11 -rw-rw-r-- 1 1001 1001 3804 Jan 30 00:31 CONTRIBUTING.md 00:35:11 -rw-rw-r-- 1 1001 1001 931 Jan 30 00:31 Dockerfile.build 00:35:11 -rw-rw-r-- 1 1001 1001 863 Jan 30 00:31 Jenkinsfile 00:35:11 -rw-rw-r-- 1 1001 1001 10775 Jan 30 00:31 LICENSE 00:35:11 -rw-rw-r-- 1 1001 1001 6001 Jan 30 00:31 Makefile 00:35:11 -rw-rw-r-- 1 1001 1001 6524 Jan 30 00:31 README.md 00:35:11 -rw-rw-r-- 1 1001 1001 6755 Jan 30 00:31 SECURITY.md 00:35:11 -rw-rw-r-- 1 1001 1001 5 Jan 30 00:32 VERSION 00:35:11 -rw-rw-r-- 1 1001 1001 4131 Jan 30 00:31 ZMQWindows.md 00:35:11 drwxrwxr-x 2 1001 1001 117 Jan 30 00:31 bin 00:35:11 drwxrwxr-x 15 1001 1001 4096 Jan 30 00:31 cmd 00:35:11 -rw-r--r-- 1 root root 574984 Jan 30 00:34 coverage.out 00:35:11 -rw-r--r-- 1 root root 1054 Jan 30 00:35 go.mod 00:35:11 -rw-r--r-- 1 root root 19289 Jan 30 00:35 go.sum 00:35:11 drwxrwxr-x 8 1001 1001 127 Jan 30 00:31 internal 00:35:11 drwxrwxr-x 4 1001 1001 26 Jan 30 00:31 openapi 00:35:11 drwxrwxr-x 4 1001 1001 71 Jan 30 00:31 snap 00:35:11 -rw-rw-r-- 1 1001 1001 168 Jan 30 00:31 version.go [Pipeline] sh 00:35:12 + '[' -e coverage.out ] 00:35:12 + chown 1001:1001 coverage.out [Pipeline] stash 00:35:12 Stashed 1 file(s) [Pipeline] sh 00:35:12 + make build 00:35:12 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:35:17 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:35:27 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:35: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:35:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:35:29 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:35:30 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:35:32 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:35:33 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:35:35 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:35:36 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:35:37 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:35:39 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:35:40 $ docker stop --time=1 11325d37607354a89375f4bc3e41919ee5cabc7192aafb9018650e87ffcfc532 00:35:42 $ docker rm -f 11325d37607354a89375f4bc3e41919ee5cabc7192aafb9018650e87ffcfc532 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:44 00:35:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:44 latest: Pulling from edgex-devops/edgex-compose 00:35:44 cbdbe7a5bc2a: Pulling fs layer 00:35:44 ca9280d653b3: Pulling fs layer 00:35:44 7e9c9ca2126c: Pulling fs layer 00:35:45 cbdbe7a5bc2a: Verifying Checksum 00:35:45 cbdbe7a5bc2a: Download complete 00:35:45 ca9280d653b3: Verifying Checksum 00:35:45 ca9280d653b3: Download complete 00:35:46 cbdbe7a5bc2a: Pull complete 00:35:47 7e9c9ca2126c: Download complete 00:35:47 ca9280d653b3: Pull complete 00:35:53 7e9c9ca2126c: Pull complete 00:35:53 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:54 prd-centos7-docker-4c-2g-24043 does not seem to be running inside a container 00:35:54 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/52 -v /w/workspace/edgex-go/52:/w/workspace/edgex-go/52:rw,z -v /w/workspace/edgex-go/52@tmp:/w/workspace/edgex-go/52@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:56 $ docker top 349f62155450da93b55946677e20c7b074d6254d89f337d56e7a4c6f974fcd3f -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:57 + docker-compose build --help 00:35:57 + grep parallel 00:35:58 --parallel Build images in parallel. [Pipeline] } 00:35:58 $ docker stop --time=1 349f62155450da93b55946677e20c7b074d6254d89f337d56e7a4c6f974fcd3f 00:35:59 $ docker rm -f 349f62155450da93b55946677e20c7b074d6254d89f337d56e7a4c6f974fcd3f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:00 . [Pipeline] withDockerContainer 00:36:00 prd-centos7-docker-4c-2g-24043 does not seem to be running inside a container 00:36:00 $ 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/52 -v /w/workspace/edgex-go/52:/w/workspace/edgex-go/52:rw,z -v /w/workspace/edgex-go/52@tmp:/w/workspace/edgex-go/52@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:latest cat 00:36:01 $ docker top c347446da4ffa98c1dda7fcbbcba0ca8d076ebf0df2bae55ce33bba3a4df5454 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:02 + docker-compose -f ./docker-compose-build.yml build --parallel 00:36:03 Building docker-core-command-go ... 00:36:03 Building docker-core-data-go ... 00:36:03 Building docker-core-metadata-go ... 00:36:03 Building docker-security-bootstrapper-go ... 00:36:03 Building docker-security-proxy-setup-go ... 00:36:03 Building docker-security-secretstore-setup-go ... 00:36:03 Building docker-support-notifications-go ... 00:36:03 Building docker-support-scheduler-go ... 00:36:03 Building docker-sys-mgmt-agent-go ... 00:36:03 Building docker-support-scheduler-go 00:36:03 Building docker-core-metadata-go 00:36:03 Building docker-support-notifications-go 00:36:03 Building docker-sys-mgmt-agent-go 00:36:03 Building docker-security-proxy-setup-go 00:36:29 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24048 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:36:29 Running in /w/workspace/edgex-go/52 [Pipeline] { [Pipeline] checkout 00:36:34 using credential edgex-jenkins-ssh 00:36:34 Cloning the remote Git repository 00:36:34 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:34 > git init /w/workspace/edgex-go/52 # timeout=10 00:36:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:35 > git --version # timeout=10 00:36:35 > git --version # 'git version 2.17.1' 00:36:35 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:41 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:41 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:41 ---> ca8d77dfbb36 00:36:41 Step 3/21 : WORKDIR /edgex-go 00:36:41 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:41 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:36:41 ---> ca8d77dfbb36 00:36:41 Step 3/26 : WORKDIR /edgex-go 00:36:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:41 ---> ca8d77dfbb36 00:36:41 Step 3/23 : WORKDIR /edgex-go 00:36:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:41 ---> ca8d77dfbb36 00:36:41 Step 3/22 : WORKDIR /edgex-go 00:36:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:41 ---> ca8d77dfbb36 00:36:41 Step 3/22 : WORKDIR /edgex-go 00:36:41 ---> Running in c37f21c77005 00:36:41 ---> Running in 26fdd8eb946f 00:36:41 ---> Running in 86a5ed52ffd2 00:36:41 ---> Running in 02181685622a 00:36:41 ---> Running in fb18cf4f2241 00:36:41 Removing intermediate container fb18cf4f2241 00:36:41 ---> 2092458bb429 00:36:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:41 Removing intermediate container 02181685622a 00:36:41 ---> b337b4af0c09 00:36:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:41 Removing intermediate container 86a5ed52ffd2 00:36:41 ---> 665a926f1806 00:36:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:41 Removing intermediate container 26fdd8eb946f 00:36:41 ---> 21057436e3da 00:36:41 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:41 Removing intermediate container c37f21c77005 00:36:41 ---> 295c8199f1ef 00:36:41 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:41 ---> Running in 267792e63106 00:36:41 ---> Running in 0c48462ae13d 00:36:41 ---> Running in c69ee367bebe 00:36:41 ---> Running in 4cc653e014ef 00:36:41 ---> Running in c50d8f2b0104 00:36:42 Removing intermediate container 267792e63106 00:36:42 ---> dec50948e5a6 00:36:42 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:36:42 Removing intermediate container 0c48462ae13d 00:36:42 ---> 773347e41319 00:36:42 Step 5/23 : RUN apk add --update --no-cache make git 00:36:42 ---> Running in 2e0f8d45dcf9 00:36:43 ---> Running in a7ca61bbb346 00:36:43 Removing intermediate container c69ee367bebe 00:36:43 ---> 0f38f2286f7a 00:36:43 Step 5/22 : RUN apk add --update --no-cache make git 00:36:43 Removing intermediate container 4cc653e014ef 00:36:43 ---> e4727a1ba2ab 00:36:43 Step 5/26 : RUN apk add --update --no-cache make bash git 00:36:43 Removing intermediate container c50d8f2b0104 00:36:43 ---> c1297d5ace3b 00:36:43 Step 5/21 : RUN apk add --update --no-cache make git 00:36:43 ---> Running in a88c707a6ecd 00:36:43 ---> Running in 64a9cc989d26 00:36:43 ---> Running in a6c9bd9d3387 00:36:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:46 OK: 233 MiB in 51 packages 00:36:46 OK: 233 MiB in 51 packages 00:36:46 OK: 233 MiB in 51 packages 00:36:46 Removing intermediate container 2e0f8d45dcf9 00:36:46 ---> 9c6ca49e216f 00:36:46 Step 6/22 : COPY go.mod . 00:36:46 OK: 233 MiB in 51 packages 00:36:47 Removing intermediate container a7ca61bbb346 00:36:47 ---> 1addcd4194dd 00:36:47 Step 6/23 : COPY go.mod . 00:36:47 OK: 233 MiB in 51 packages 00:36:47 ---> 5271db0a1a64 00:36:47 Step 7/22 : RUN go mod download 00:36:47 ---> Running in 95c594cb7769 00:36:47 Removing intermediate container a88c707a6ecd 00:36:47 ---> 886ec9d46b8b 00:36:47 Step 6/22 : COPY go.mod . 00:36:47 ---> 951e1eda2e49 00:36:47 Step 7/23 : RUN go mod download 00:36:47 ---> Running in f2543fc0776d 00:36:47 ---> ed972bb71097 00:36:47 Step 7/22 : RUN go mod download 00:36:48 Removing intermediate container 64a9cc989d26 00:36:48 ---> f27e7c00f6e6 00:36:48 Step 6/26 : COPY go.mod . 00:36:48 ---> Running in c0ce0b8e1d28 00:36:48 Removing intermediate container a6c9bd9d3387 00:36:48 ---> f1c93d195fcc 00:36:48 Step 6/21 : COPY go.mod . 00:36:48 ---> 86a985a2f42e 00:36:48 Step 7/26 : RUN go mod download 00:36:48 ---> Running in 0dec05cb3efc 00:36:49 ---> df8f389ac54b 00:36:49 Step 7/21 : RUN go mod download 00:36:49 ---> Running in a7fa58ff2bd8 00:36:50 Removing intermediate container f2543fc0776d 00:36:50 ---> f174b751d441 00:36:50 Step 8/23 : COPY . . 00:36:50 Removing intermediate container c0ce0b8e1d28 00:36:50 ---> 6ea19057c08b 00:36:50 Step 8/22 : COPY . . 00:36:50 Removing intermediate container 95c594cb7769 00:36:50 ---> a037300a8990 00:36:50 Step 8/22 : COPY . . 00:36:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:51 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:52 Merging remotes/origin/master commit f32f4191109bc075ff9359b3fa855becd8fb908f into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:36:53 Merge succeeded, producing e3250bff09a836634214df44f276c3bac0d53811 00:36:53 Checking out Revision e3250bff09a836634214df44f276c3bac0d53811 (PR-2858) 00:36:52 > git config core.sparsecheckout # timeout=10 00:36:52 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:36:52 > git remote # timeout=10 00:36:52 > git config --get remote.origin.url # timeout=10 00:36:52 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:52 > git merge f32f4191109bc075ff9359b3fa855becd8fb908f # timeout=10 00:36:53 > git rev-parse HEAD^{commit} # timeout=10 00:36:53 > git config core.sparsecheckout # timeout=10 00:36:53 > git checkout -f e3250bff09a836634214df44f276c3bac0d53811 # timeout=10 00:36:55 Removing intermediate container 0dec05cb3efc 00:36:55 ---> 683d2c96e2bb 00:36:55 Step 8/26 : COPY . . 00:36:55 Removing intermediate container a7fa58ff2bd8 00:36:55 ---> aa9e492e50e0 00:36:55 Step 8/21 : COPY . . 00:36:57 Commit message: "Merge commit 'f32f4191109bc075ff9359b3fa855becd8fb908f' into HEAD" 00:36:57 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:57 > git rev-list --no-walk 600e9b21aa7194b46ff301a887fab1dff515ebca # timeout=10 00:36:59 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:59 + sudo service docker restart 00:36:59 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:37:02 provisioning config files... 00:37:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/52@tmp/config1238648261170323430tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:37:02 ---> docker-login.sh 00:37:02 nexus3.edgexfoundry.org:10001 00:37:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:03 Configure a credential helper to remove this warning. See 00:37:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:03 00:37:03 Login Succeeded 00:37:03 nexus3.edgexfoundry.org:10002 00:37:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:04 Configure a credential helper to remove this warning. See 00:37:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:04 00:37:04 Login Succeeded 00:37:04 nexus3.edgexfoundry.org:10003 00:37:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:04 Configure a credential helper to remove this warning. See 00:37:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:04 00:37:04 Login Succeeded 00:37:04 nexus3.edgexfoundry.org:10004 00:37:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:05 Configure a credential helper to remove this warning. See 00:37:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:05 00:37:05 Login Succeeded 00:37:05 docker.io 00:37:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:06 Configure a credential helper to remove this warning. See 00:37:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:06 00:37:06 Login Succeeded 00:37:06 ---> docker-login.sh ends [Pipeline] } 00:37:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:37:06 ========================================================= 00:37:06 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:37:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:37:06 + 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:09 Sending build context to Docker daemon 166.1MB 00:37:09 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:37:09 Step 2/6 : FROM ${BASE} 00:37:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:37:09 5f621e34cdf4: Pulling fs layer 00:37:09 a4357932f1b6: Pulling fs layer 00:37:09 18c013af1878: Pulling fs layer 00:37:09 00ac8860ef70: Pulling fs layer 00:37:09 63d7cb157983: Pulling fs layer 00:37:09 b116817d02f9: Pulling fs layer 00:37:09 745a02a5169b: Pulling fs layer 00:37:09 00ac8860ef70: Waiting 00:37:09 63d7cb157983: Waiting 00:37:09 b116817d02f9: Waiting 00:37:09 745a02a5169b: Waiting 00:37:09 18c013af1878: Verifying Checksum 00:37:09 18c013af1878: Download complete 00:37:09 a4357932f1b6: Verifying Checksum 00:37:09 a4357932f1b6: Download complete 00:37:09 63d7cb157983: Verifying Checksum 00:37:09 63d7cb157983: Download complete 00:37:09 b116817d02f9: Verifying Checksum 00:37:09 b116817d02f9: Download complete 00:37:09 5f621e34cdf4: Verifying Checksum 00:37:09 5f621e34cdf4: Download complete 00:37:10 5f621e34cdf4: Pull complete 00:37:10 a4357932f1b6: Pull complete 00:37:11 18c013af1878: Pull complete 00:37:12 745a02a5169b: Download complete 00:37:13 00ac8860ef70: Verifying Checksum 00:37:13 00ac8860ef70: Download complete 00:37:24 00ac8860ef70: Pull complete 00:37:24 63d7cb157983: Pull complete 00:37:24 b116817d02f9: Pull complete 00:37:27 745a02a5169b: Pull complete 00:37:27 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:37:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:37:27 ---> b7e6874047d6 00:37:27 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:37:30 ---> Running in 1a41cc6ef93f 00:37:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:33 (1/12) Installing libmagic (5.38-r0) 00:37:33 (2/12) Installing file (5.38-r0) 00:37:33 (3/12) Installing libc-dev (0.7.2-r3) 00:37:33 (4/12) Installing g++ (9.3.0-r2) 00:37:34 ---> 88633c21841d 00:37:34 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:37:34 ---> 9dec7f03dce9 00:37:34 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:37:34 ---> 810496fbdff8 00:37:34 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:37:34 ---> Running in 138814e2438e 00:37:34 ---> Running in acdc890c6d24 00:37:34 ---> Running in a9b8cbe071f8 00:37:34 ---> 38226a81548b 00:37:34 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:37:34 ---> c33274b332b6 00:37:34 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:37:34 ---> Running in 5432e7be9a6c 00:37:34 ---> Running in c6d3211e1115 00:37:34 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:37:34 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:37:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:37:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:37:34 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:37:38 (5/12) Installing fortify-headers (1.1-r0) 00:37:38 (6/12) Installing patch (2.7.6-r6) 00:37:38 (7/12) Installing build-base (0.5-r2) 00:37:38 (8/12) Installing libsodium (1.0.18-r0) 00:37:38 (9/12) Installing pkgconf (1.7.2-r0) 00:37:38 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:38 (11/12) Installing libzmq (4.3.3-r0) 00:37:38 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:38 Executing busybox-1.31.1-r19.trigger 00:37:38 OK: 217 MiB in 51 packages 00:37:43 Removing intermediate container 1a41cc6ef93f 00:37:43 ---> 42176b5f9e7b 00:37:43 Step 4/6 : WORKDIR /edgex-go 00:37:43 ---> Running in 457d4c3151cc 00:37:43 Removing intermediate container 457d4c3151cc 00:37:43 ---> ef740e1d3db6 00:37:43 Step 5/6 : COPY go.mod . 00:37:43 ---> 67849a292851 00:37:43 Step 6/6 : RUN go mod download 00:37:44 ---> Running in ea4cf6d4a60b 00:38:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:38:11 Removing intermediate container ea4cf6d4a60b 00:38:11 ---> bab09e309b16 00:38:11 Successfully built bab09e309b16 00:38:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:38:11 + docker inspect -f . ci-base-image-arm64 00:38:11 . [Pipeline] withDockerContainer 00:38:11 prd-ubuntu18.04-docker-arm64-4c-16g-24048 does not seem to be running inside a container 00:38:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/52 -v /w/workspace/edgex-go/52:/w/workspace/edgex-go/52:rw,z -v /w/workspace/edgex-go/52@tmp:/w/workspace/edgex-go/52@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:13 $ docker top 469fa9970e74f4ac0849ed963f815074a9ec24b59ef343b674e08cfdad389761 -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:14 + go version 00:38:14 go version go1.15.5 linux/arm64 [Pipeline] } 00:38:14 $ docker stop --time=1 469fa9970e74f4ac0849ed963f815074a9ec24b59ef343b674e08cfdad389761 00:38:16 $ docker rm -f 469fa9970e74f4ac0849ed963f815074a9ec24b59ef343b674e08cfdad389761 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:17 + docker inspect -f . ci-base-image-arm64 00:38:17 . [Pipeline] withDockerContainer 00:38:17 prd-ubuntu18.04-docker-arm64-4c-16g-24048 does not seem to be running inside a container 00:38:17 $ 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/52 -v /w/workspace/edgex-go/52:/w/workspace/edgex-go/52:rw,z -v /w/workspace/edgex-go/52@tmp:/w/workspace/edgex-go/52@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:18 $ docker top aadf726b210e01cede39ff94642b79528dc96643e30d264e054ffd0a41809b32 -eo pid,comm 00:38:19 Removing intermediate container c6d3211e1115 00:38:19 ---> 788be8b8e802 00:38:19 00:38:19 Step 10/21 : FROM alpine:3.12 00:38:19 Removing intermediate container a9b8cbe071f8 00:38:19 ---> 85cb156bf557 00:38:19 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:38:19 Removing intermediate container 5432e7be9a6c 00:38:19 ---> 28a43b9f2567 00:38:19 00:38:19 Step 10/22 : FROM alpine:3.12 00:38:19 3.12: Pulling from library/alpine 00:38:19 3.12: Pulling from library/alpine 00:38:19 ---> Running in a76351cfacf8 00:38:19 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:38:19 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:38:19 Status: Downloaded newer image for alpine:3.12 00:38:19 ---> 389fef711851 00:38:19 Step 11/21 : RUN apk add --update --no-cache curl 00:38:19 Status: Downloaded newer image for alpine:3.12 00:38:19 ---> 389fef711851 00:38:19 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:38:19 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 [Pipeline] { [Pipeline] echo 00:38:19 ========================================================= 00:38:19 [edgeXBuildGoParallel] Running Tests and Build... 00:38:19 ========================================================= [Pipeline] sh 00:38:19 + make test 00:38:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:21 ---> Running in 965c7441c858 00:38:21 ---> Running in c5240e199bd3 00:38:21 Removing intermediate container 138814e2438e 00:38:21 ---> b70aa031d5c3 00:38:21 00:38:21 Step 10/22 : FROM alpine:3.12 00:38:21 ---> 389fef711851 00:38:21 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:38:21 Removing intermediate container acdc890c6d24 00:38:21 ---> bc302d4bbd46 00:38:21 00:38:21 Step 10/23 : FROM alpine:3.12 00:38:21 ---> 389fef711851 00:38:21 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:38:21 ---> Running in 18c9263bbeae 00:38:21 ---> Running in d5569f964be5 00:38:22 Removing intermediate container a76351cfacf8 00:38:22 ---> 3c932fa61ea6 00:38:22 00:38:22 Step 11/26 : FROM docker:20.10.0 00:38:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:22 20.10.0: Pulling from library/docker 00:38:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:22 (1/4) Installing ca-certificates (20191127-r4) 00:38:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:22 (1/2) Installing ca-certificates (20191127-r4) 00:38:22 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:38:22 (3/4) Installing libcurl (7.69.1-r3) 00:38:22 (2/2) Installing dumb-init (1.2.2-r1) 00:38:22 Executing busybox-1.31.1-r19.trigger 00:38:22 (4/4) Installing curl (7.69.1-r3) 00:38:22 Executing ca-certificates-20191127-r4.trigger 00:38:22 Executing busybox-1.31.1-r19.trigger 00:38:22 Executing ca-certificates-20191127-r4.trigger 00:38:22 OK: 6 MiB in 16 packages 00:38:22 OK: 7 MiB in 18 packages 00:38:22 (1/1) Installing dumb-init (1.2.2-r1) 00:38:22 Executing busybox-1.31.1-r19.trigger 00:38:22 OK: 6 MiB in 15 packages 00:38:22 (1/1) Installing dumb-init (1.2.2-r1) 00:38:22 Executing busybox-1.31.1-r19.trigger 00:38:22 OK: 6 MiB in 15 packages 00:38:25 Removing intermediate container 965c7441c858 00:38:25 ---> e060989c7e2a 00:38:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:38:25 Removing intermediate container c5240e199bd3 00:38:25 ---> d0315ff31cde 00:38:25 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:25 Removing intermediate container 18c9263bbeae 00:38:25 ---> cef8acb2aa65 00:38:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:25 ---> Running in bb46795d782c 00:38:25 ---> Running in dd705d913169 00:38:25 Removing intermediate container d5569f964be5 00:38:25 ---> aa60cfb032f5 00:38:25 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:25 ---> Running in c84c1a1721ab 00:38:26 ---> Running in d98f3d5a26e6 00:38:26 Removing intermediate container bb46795d782c 00:38:26 ---> 0a60ea0a2479 00:38:26 Step 13/21 : WORKDIR /edgex 00:38:26 Removing intermediate container c84c1a1721ab 00:38:26 ---> dc5d53dea20a 00:38:26 Step 13/22 : ENV APP_PORT=48085 00:38:26 Removing intermediate container dd705d913169 00:38:26 ---> 5e48185d55f3 00:38:26 Step 13/22 : ENV APP_PORT=48060 00:38:26 Removing intermediate container d98f3d5a26e6 00:38:26 ---> 497fa85b17be 00:38:26 Step 13/23 : ENV APP_PORT=48081 00:38:26 ---> Running in 7b2001cc34ef 00:38:26 ---> Running in ebd45034765d 00:38:26 ---> Running in 76fe06354f0c 00:38:26 ---> Running in 505d544b209e 00:38:26 Removing intermediate container ebd45034765d 00:38:26 ---> 328e2e1eb7ee 00:38:26 Step 14/22 : EXPOSE $APP_PORT 00:38:26 Removing intermediate container 7b2001cc34ef 00:38:26 ---> 52a61831fed4 00:38:26 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:38:26 ---> Running in c871bd826fc4 00:38:26 Removing intermediate container 76fe06354f0c 00:38:26 ---> 682a41195e6d 00:38:26 Step 14/22 : EXPOSE $APP_PORT 00:38:26 Removing intermediate container 505d544b209e 00:38:26 ---> 4367a1abb58b 00:38:26 Step 14/23 : EXPOSE $APP_PORT 00:38:27 ---> Running in b80455d98ce9 00:38:27 ---> Running in 239978c5bc3d 00:38:27 Removing intermediate container c871bd826fc4 00:38:27 ---> 79a45e995717 00:38:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:27 ---> 03cbfc7598e5 00:38:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:38:27 Removing intermediate container b80455d98ce9 00:38:27 ---> ff1993e199ed 00:38:27 Step 15/23 : WORKDIR / 00:38:27 Removing intermediate container 239978c5bc3d 00:38:27 ---> 0da5a90e2996 00:38:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:27 ---> Running in ad683b1db89b 00:38:27 ---> af6263abca6a 00:38:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:38:28 ---> 2cf2e5255b06 00:38:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:38:28 ---> 6743ab1c6d69 00:38:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:38:28 Removing intermediate container ad683b1db89b 00:38:28 ---> ffe48f3aa6e1 00:38:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:30 ---> cf03b9cab119 00:38:30 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:38:30 ---> 9ce9d960a84c 00:38:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:38:30 ---> c2232022288c 00:38:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:38:30 ---> 47be35dd598e 00:38:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:38:30 ---> Running in 0692ce3eb4b6 00:38:30 Removing intermediate container 0692ce3eb4b6 00:38:30 ---> fe22599aaf39 00:38:30 Step 18/21 : CMD ["--init=true"] 00:38:30 ---> 6cead7efdb43 00:38:30 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:38:30 ---> Running in 35c11f864f18 00:38:30 ---> 0ec2a08ea9b6 00:38:30 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:38:30 ---> Running in a7273aee2560 00:38:30 ---> Running in 4d4b42d2996f 00:38:30 ---> f0886316ff65 00:38:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:38:31 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:38:31 Removing intermediate container 35c11f864f18 00:38:31 ---> 6b4d37ef03f6 00:38:31 Step 19/21 : LABEL arch=x86_64 00:38:31 Status: Downloaded newer image for docker:20.10.0 00:38:31 ---> aefe523efa57 00:38:31 Step 12/26 : RUN apk add --no-cache bash 00:38:31 Removing intermediate container a7273aee2560 00:38:31 ---> aa24e0554305 00:38:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:31 Removing intermediate container 4d4b42d2996f 00:38:31 ---> 6327be9ecdd1 00:38:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:31 ---> Running in f49b2d84b7a2 00:38:31 ---> Running in 10f8680820e2 00:38:31 ---> Running in eb7be50ab492 00:38:31 ---> 5c6f7cfa13d5 00:38:31 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:38:31 ---> Running in 1ea11c739cf6 00:38:31 ---> Running in 502f90d3637b 00:38:31 Removing intermediate container f49b2d84b7a2 00:38:31 ---> 51f6fae565b4 00:38:31 Step 20/21 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 00:38:32 Removing intermediate container eb7be50ab492 00:38:32 ---> 0d59697a5a03 00:38:32 Step 20/22 : LABEL arch=x86_64 00:38:32 Removing intermediate container 1ea11c739cf6 00:38:32 ---> b356cb15a0b2 00:38:32 Step 20/22 : LABEL arch=x86_64 00:38:32 ---> Running in 75772d6cc7db 00:38:32 ---> Running in ef7d112ad2c9 00:38:32 ---> Running in 94cf5a0a38dd 00:38:32 Removing intermediate container 502f90d3637b 00:38:32 ---> df779f7534ec 00:38:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:32 ---> Running in 918608211cd5 00:38:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:32 Removing intermediate container 75772d6cc7db 00:38:32 ---> 98a48c677f14 00:38:32 Step 21/21 : LABEL version=0.0.0 00:38:32 Removing intermediate container 94cf5a0a38dd 00:38:32 ---> e535d9ef2d72 00:38:32 Step 21/22 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 00:38:32 (1/2) Installing readline (8.0.4-r0) 00:38:32 (2/2) Installing bash (5.0.17-r0) 00:38:32 Removing intermediate container ef7d112ad2c9 00:38:32 ---> a11c018e2adb 00:38:32 Step 21/22 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 00:38:32 Executing bash-5.0.17-r0.post-install 00:38:32 Executing busybox-1.31.1-r19.trigger 00:38:32 OK: 12 MiB in 22 packages 00:38:32 ---> Running in e7327be03c2c 00:38:32 ---> Running in 1edb57539f49 00:38:32 Removing intermediate container 918608211cd5 00:38:32 ---> ecf959a9620c 00:38:32 Step 21/23 : LABEL arch=x86_64 00:38:32 ---> Running in 2e242f549ab6 00:38:33 ---> Running in 3ee561dcaa39 00:38:33 Removing intermediate container e7327be03c2c 00:38:33 ---> cfa17d00be23 00:38:33 00:38:33 Removing intermediate container 1edb57539f49 00:38:33 ---> 62f72fd07c0d 00:38:33 Step 22/22 : LABEL version=0.0.0 00:38:33 Removing intermediate container 2e242f549ab6 00:38:33 ---> 937c31e91602 00:38:33 Step 22/22 : LABEL version=0.0.0 00:38:33 ---> Running in c6d6150577f2 00:38:33 ---> Running in d7f38b55d4b9 00:38:33 Removing intermediate container 3ee561dcaa39 00:38:33 ---> 67869c203093 00:38:33 Step 22/23 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 00:38:33 Successfully built cfa17d00be23 00:38:33 Successfully tagged docker-security-proxy-setup-go:latest 00:38:33  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 00:38:33 Removing intermediate container 10f8680820e2 00:38:33 ---> 06ddd83aa69c 00:38:33 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:38:33 ---> Running in 010d743bb089 00:38:33 Removing intermediate container c6d6150577f2 00:38:33 ---> 6f9a327cc650 00:38:33 00:38:33 ---> Running in d7cbf16f83e7 00:38:34 Removing intermediate container d7f38b55d4b9 00:38:34 ---> a2577aa7bdcd 00:38:34 00:38:34 Successfully built 6f9a327cc650 00:38:34 Successfully tagged docker-support-notifications-go:latest 00:38:34 Building docker-core-command-go 00:38:34  Building docker-support-notifications-go ... done Removing intermediate container 010d743bb089 00:38:34 ---> 2070595acbd2 00:38:34 Step 23/23 : LABEL version=0.0.0 00:38:34 Successfully built a2577aa7bdcd 00:38:34 Removing intermediate container d7cbf16f83e7 00:38:34 ---> f5fd70002070 00:38:34 Step 14/26 : ENV APP_PORT=48090 00:38:34 Successfully tagged docker-support-scheduler-go:latest 00:38:34 Building docker-core-data-go 00:38:34  Building docker-support-scheduler-go ... done  ---> Running in 89ce690c7b93 00:38:34 ---> Running in c33bebcab5c3 00:38:37 Removing intermediate container 89ce690c7b93 00:38:37 ---> 2c23932783e2 00:38:37 00:38:37 Successfully built 2c23932783e2 00:38:37 Successfully tagged docker-core-metadata-go:latest 00:38:37  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go 00:38:38 Removing intermediate container c33bebcab5c3 00:38:38 ---> 8e5af54431a2 00:38:38 Step 15/26 : EXPOSE $APP_PORT 00:38:38 ---> Running in f62e0c1dfffd 00:38:39 Removing intermediate container f62e0c1dfffd 00:38:39 ---> 099a3ea5fd9f 00:38:39 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:38:42 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:42 ---> 50f0c039c3fc 00:38:42 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:38:43 ---> 1c2018605f81 00:38:43 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:38:45 ---> 167b94219179 00:38:45 Step 19/26 : RUN apk --no-cache add py3-pip 00:38:45 ---> Running in 7f572dc11a39 00:38:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:46 (1/33) Installing libbz2 (1.0.8-r1) 00:38:46 (2/33) Installing expat (2.2.9-r1) 00:38:46 (3/33) Installing libffi (3.3-r2) 00:38:46 (4/33) Installing gdbm (1.13-r1) 00:38:46 (5/33) Installing xz-libs (5.2.5-r0) 00:38:46 (6/33) Installing sqlite-libs (3.32.1-r0) 00:38:46 (7/33) Installing python3 (3.8.5-r0) 00:38:57 (8/33) Installing py3-appdirs (1.4.4-r1) 00:38:57 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:38:57 (10/33) Installing py3-parsing (2.4.7-r0) 00:38:57 (11/33) Installing py3-six (1.15.0-r0) 00:38:57 (12/33) Installing py3-packaging (20.4-r0) 00:38:57 (13/33) Installing py3-setuptools (47.0.0-r0) 00:38:57 (14/33) Installing py3-chardet (3.0.4-r4) 00:38:57 (15/33) Installing py3-idna (2.9-r0) 00:38:57 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:38:57 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:38:57 (18/33) Installing py3-requests (2.23.0-r0) 00:38:57 (19/33) Installing py3-msgpack (1.0.0-r0) 00:38:57 (20/33) Installing py3-lockfile (0.12.2-r3) 00:38:57 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:38:58 (22/33) Installing py3-colorama (0.4.3-r0) 00:38:58 (23/33) Installing py3-distlib (0.3.0-r0) 00:38:59 (24/33) Installing py3-distro (1.5.0-r1) 00:38:59 (25/33) Installing py3-webencodings (0.5.1-r3) 00:38:59 (26/33) Installing py3-html5lib (1.0.1-r4) 00:39:00 (27/33) Installing py3-pytoml (0.1.21-r0) 00:39:01 (28/33) Installing py3-pep517 (0.8.2-r0) 00:39:01 (29/33) Installing py3-progress (1.5-r0) 00:39:01 (30/33) Installing py3-toml (0.10.1-r0) 00:39:01 (31/33) Installing py3-retrying (1.3.3-r0) 00:39:01 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:39:01 (33/33) Installing py3-pip (20.1.1-r0) 00:39:01 Executing busybox-1.31.1-r19.trigger 00:39:02 OK: 71 MiB in 55 packages 00:39:04 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:04 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:39:04 ---> ca8d77dfbb36 00:39:04 Step 3/31 : WORKDIR /edgex-go 00:39:04 ---> Using cache 00:39:04 ---> 295c8199f1ef 00:39:04 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:04 ---> Using cache 00:39:04 ---> c1297d5ace3b 00:39:04 Step 5/31 : RUN apk add --update --no-cache make git 00:39:04 ---> Using cache 00:39:04 ---> f1c93d195fcc 00:39:04 Step 6/31 : COPY go.mod . 00:39:04 ---> Using cache 00:39:04 ---> df8f389ac54b 00:39:04 Step 7/31 : RUN go mod download 00:39:04 ---> Using cache 00:39:04 ---> aa9e492e50e0 00:39:04 Step 8/31 : COPY . . 00:39:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:39:04 ---> ca8d77dfbb36 00:39:04 Step 3/23 : WORKDIR /edgex-go 00:39:04 ---> Using cache 00:39:04 ---> 295c8199f1ef 00:39:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:04 ---> Using cache 00:39:04 ---> c1297d5ace3b 00:39:04 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:39:04 ---> Using cache 00:39:04 ---> c33274b332b6 00:39:04 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:39:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:39:05 ---> ca8d77dfbb36 00:39:05 Step 3/23 : WORKDIR /edgex-go 00:39:05 ---> Using cache 00:39:05 ---> 295c8199f1ef 00:39:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:05 ---> Using cache 00:39:05 ---> c1297d5ace3b 00:39:05 Step 5/23 : RUN apk add --update --no-cache make git 00:39:05 ---> Using cache 00:39:05 ---> f1c93d195fcc 00:39:05 Step 6/23 : COPY go.mod . 00:39:05 ---> Using cache 00:39:05 ---> df8f389ac54b 00:39:05 Step 7/23 : RUN go mod download 00:39:05 ---> Using cache 00:39:05 ---> aa9e492e50e0 00:39:05 Step 8/23 : COPY . . 00:39:05 ---> Using cache 00:39:05 ---> c33274b332b6 00:39:05 Step 9/23 : RUN make cmd/core-command/core-command 00:39:06 ---> Running in 623a09730d33 00:39:06 ---> Running in 269fbf5141da 00:39:06 ---> Running in 2e3d6af9a83b 00:39:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:39:07 ---> ca8d77dfbb36 00:39:07 Step 3/24 : WORKDIR /edgex-go 00:39:07 ---> Using cache 00:39:07 ---> 295c8199f1ef 00:39:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:07 ---> Using cache 00:39:07 ---> c1297d5ace3b 00:39:07 Step 5/24 : RUN apk add --update --no-cache make git 00:39:07 ---> Using cache 00:39:07 ---> f1c93d195fcc 00:39:07 Step 6/24 : COPY go.mod . 00:39:07 ---> Using cache 00:39:07 ---> df8f389ac54b 00:39:07 Step 7/24 : RUN go mod download 00:39:07 ---> Using cache 00:39:07 ---> aa9e492e50e0 00:39:07 Step 8/24 : COPY . . 00:39:07 ---> Using cache 00:39:07 ---> c33274b332b6 00:39:07 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:39:07 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:39: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:39:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:08 ---> Running in ecf132bdf831 00:39:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:09 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:39:09 OK: 233 MiB in 51 packages 00:39:12 Removing intermediate container 2e3d6af9a83b 00:39:12 ---> f3492a9cd65c 00:39:12 Step 6/23 : COPY go.mod . 00:39:14 ---> b62790efbc9d 00:39:14 Step 7/23 : RUN go mod download 00:39:14 ---> Running in 8e9b85d6e29c 00:39:20 Removing intermediate container 8e9b85d6e29c 00:39:20 ---> d30549f9b246 00:39:20 Step 8/23 : COPY . . 00:39:24 Removing intermediate container 7f572dc11a39 00:39:24 ---> a57858471690 00:39:24 Step 20/26 : RUN pip install docker-compose==1.23.2 00:39:27 ---> Running in d0ad6cb6effd 00:39:29 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:35 Collecting docker-compose==1.23.2 00:39:35 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:39:37 Collecting docker<4.0,>=3.6.0 00:39:37 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:37 Collecting websocket-client<1.0,>=0.32.0 00:39:37 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:39:38 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:39:38 Collecting docopt<0.7,>=0.6.1 00:39:38 Downloading docopt-0.6.2.tar.gz (25 kB) 00:39:42 Collecting dockerpty<0.5,>=0.4.1 00:39:42 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:39:42 Collecting PyYAML<4,>=3.10 00:39:42 Downloading PyYAML-3.13.tar.gz (270 kB) 00:39:44 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:44 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:39:44 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:44 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:44 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:44 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:44 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:44 Collecting cached-property<2,>=1.2.0 00:39:44 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:39:44 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:39:45 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:39:45 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:39:45 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:39:45 Collecting jsonschema<3,>=2.5.1 00:39:45 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:39:45 Collecting texttable<0.10,>=0.9.0 00:39:45 Downloading texttable-0.9.1.tar.gz (11 kB) 00:39:47 Collecting docker-pycreds>=0.4.0 00:39:47 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:39:47 ---> 8ba415088472 00:39:47 Step 9/23 : RUN make cmd/core-data/core-data 00:39:47 Collecting urllib3<1.25,>=1.21.1 00:39:47 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:39:47 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:39:47 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:39:48 ---> Running in aa39a3ffeb7e 00:39:48 Collecting idna<2.8,>=2.5 00:39:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:39:48 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:39:48 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:39:48 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:39:48 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:39:48 Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, docopt, dockerpty, PyYAML, cached-property, jsonschema, texttable, docker-compose 00:39:48 Attempting uninstall: urllib3 00:39:48 Found existing installation: urllib3 1.25.9 00:39:48 Uninstalling urllib3-1.25.9: 00:39:48 Successfully uninstalled urllib3-1.25.9 00:39:49 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:39:49 Attempting uninstall: idna 00:39:49 Found existing installation: idna 2.9 00:39:49 Uninstalling idna-2.9: 00:39:49 Successfully uninstalled idna-2.9 00:39:50 Attempting uninstall: requests 00:39:50 Found existing installation: requests 2.23.0 00:39:50 Uninstalling requests-2.23.0: 00:39:50 Successfully uninstalled requests-2.23.0 00:39:50 Removing intermediate container 269fbf5141da 00:39:50 ---> fbdb76360d7f 00:39:50 00:39:50 Step 10/23 : FROM alpine:3.12 00:39:50 ---> 389fef711851 00:39:50 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:39:50 ---> Using cache 00:39:50 ---> aa60cfb032f5 00:39:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:50 ---> Using cache 00:39:50 ---> 497fa85b17be 00:39:50 Step 13/23 : ENV APP_PORT=48082 00:39:51 ---> Running in 0d4fbe936b9d 00:39:52 Running setup.py install for docopt: started 00:39:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:53 Running setup.py install for docopt: finished with status 'done' 00:39:53 Running setup.py install for dockerpty: started 00:39:54 Removing intermediate container 0d4fbe936b9d 00:39:54 ---> 32d3c7f7de7f 00:39:54 Step 14/23 : EXPOSE $APP_PORT 00:39:54 Running setup.py install for dockerpty: finished with status 'done' 00:39:54 Running setup.py install for PyYAML: started 00:39:55 ---> Running in 03418f3f2fe4 00:39:55 Running setup.py install for PyYAML: finished with status 'done' 00:39:55 Removing intermediate container ecf132bdf831 00:39:55 ---> c2463662e976 00:39:55 00:39:55 Step 10/24 : FROM alpine:3.12 00:39:55 ---> 389fef711851 00:39:55 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:39:56 Removing intermediate container 623a09730d33 00:39:56 ---> 0ca48952d278 00:39:56 00:39:56 Step 10/31 : FROM alpine:3.12 00:39:56 ---> 389fef711851 00:39:56 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:39:56 Running setup.py install for texttable: started 00:39:56 ---> Running in 2fed9a0243e3 00:39:56 Removing intermediate container 03418f3f2fe4 00:39:56 ---> d035de7d1a08 00:39:56 Step 15/23 : WORKDIR / 00:39:56 ---> Running in 8fe66a27305a 00:39:56 ---> Running in af34198ac27f 00:39:57 Removing intermediate container 8fe66a27305a 00:39:57 ---> 198ce2af00dc 00:39:57 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:39:57 ---> Running in 25b362e3e1ba 00:39:57 Running setup.py install for texttable: finished with status 'done' 00:39:57 Removing intermediate container af34198ac27f 00:39:57 ---> 384c7ba4bbd6 00:39:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:58 ---> 869cd652cb7f 00:39:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:39:58 (1/5) Installing ca-certificates (20191127-r4) 00:39:58 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:39:58 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:39:58 (3/5) Installing libcurl (7.69.1-r3) 00:39:58 (4/5) Installing curl (7.69.1-r3) 00:39:58 (5/5) Installing dumb-init (1.2.2-r1) 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.383s coverage: 46.0% of statements 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.145s coverage: 100.0% of statements 00:39:59 Executing busybox-1.31.1-r19.trigger 00:39:59 Executing ca-certificates-20191127-r4.trigger 00:39:59 OK: 7 MiB in 19 packages 00:39:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:00 (1/2) Installing dumb-init (1.2.2-r1) 00:40:00 (2/2) Installing su-exec (0.2-r1) 00:40:00 Executing busybox-1.31.1-r19.trigger 00:40:00 OK: 6 MiB in 16 packages 00:40:00 ---> 3aaae37f39dc 00:40:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:40:01 ---> f20f2aca6693 00:40:01 Step 19/23 : ENTRYPOINT ["/core-command"] 00:40:02 ---> Running in 481af12e90f0 00:40:02 Removing intermediate container 25b362e3e1ba 00:40:02 ---> 5bd098a88c85 00:40:02 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:40:02 ---> Running in 25368a102e93 00:40:02 Removing intermediate container 2fed9a0243e3 00:40:02 ---> e6bc1b0dc273 00:40:02 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:40:02 ---> Running in b584bf3b3e89 00:40:02 Removing intermediate container 481af12e90f0 00:40:02 ---> 9b2b848fa1a6 00:40:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:04 ---> Running in 73e39c7f4228 00:40:04 Removing intermediate container 25368a102e93 00:40:04 ---> f41721e06362 00:40:04 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:40:04 Removing intermediate container b584bf3b3e89 00:40:04 ---> 5eac13c0a94d 00:40:04 Step 13/24 : WORKDIR / 00:40:04 Removing intermediate container d0ad6cb6effd 00:40:04 ---> 665050328f4e 00:40:04 Step 21/26 : RUN apk --no-cache add curl 00:40:04 ---> Running in 4ea390ea46fb 00:40:04 ---> Running in 2fc6da422a7b 00:40:04 ---> Running in 84f4ae1bc2cf 00:40:04 Removing intermediate container 73e39c7f4228 00:40:04 ---> 634c681fabe0 00:40:04 Step 21/23 : LABEL arch=x86_64 00:40:05 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.447s coverage: 27.1% of statements 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.131s coverage: 100.0% of statements 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.221s coverage: 65.8% of statements 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:06 ---> Running in a00e833d37a9 00:40:06 Removing intermediate container 2fc6da422a7b 00:40:06 ---> bd91c23ebf8a 00:40:06 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:40:06 Removing intermediate container 4ea390ea46fb 00:40:06 ---> ab59123e05cc 00:40:06 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:40:06 ---> Running in 70b7034f4b95 00:40:07 Removing intermediate container a00e833d37a9 00:40:07 ---> d31369310bd4 00:40:07 Step 22/23 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 00:40:07 ---> Running in 121cf3a8d348 00:40:07 ---> 0ad068fd6e18 00:40:07 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:40:07 Removing intermediate container 121cf3a8d348 00:40:07 ---> a1dd3cd037ab 00:40:07 Step 23/23 : LABEL version=0.0.0 00:40:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.673s coverage: 82.3% of statements 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:08 ---> Running in c665df72f07b 00:40:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:08 ---> b5f478a7e3c9 00:40:08 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:40:08 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:40:08 (2/3) Installing libcurl (7.69.1-r3) 00:40:08 Removing intermediate container c665df72f07b 00:40:08 ---> 224b5f670c68 00:40:08 00:40:08 (3/3) Installing curl (7.69.1-r3) 00:40:08 Executing busybox-1.31.1-r19.trigger 00:40:08 OK: 72 MiB in 58 packages 00:40:08 Successfully built 224b5f670c68 00:40:08 ---> 33b8a4c7f298 00:40:08 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:40:08 Successfully tagged docker-core-command-go:latest 00:40:08  Building docker-core-command-go ... done Removing intermediate container 70b7034f4b95 00:40:08 ---> 3323e82017b0 00:40:08 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:40:09 ---> Running in 45ad79083a26 00:40:09 Removing intermediate container 84f4ae1bc2cf 00:40:09 ---> c5daaf0a11ca 00:40:09 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:40:09 ---> Running in ddc7fa091391 00:40:09 ---> 10d727dcc217 00:40:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:40:09 Removing intermediate container 45ad79083a26 00:40:09 ---> 8d896af3de11 00:40:09 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:40:09 Removing intermediate container ddc7fa091391 00:40:09 ---> 6369817ec108 00:40:09 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:09 ---> Running in 1080d3e00d2c 00:40:10 ---> 30f9dfdc8aef 00:40:10 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:40:10 ---> Running in 09cc84bc1bdd 00:40:10 ---> e547a728ee95 00:40:10 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:40:10 Removing intermediate container 1080d3e00d2c 00:40:10 ---> 7152f9e2df05 00:40:10 Step 24/26 : LABEL arch=x86_64 00:40:10 ---> Running in 2a10825107a0 00:40:10 ---> f77795454d15 00:40:10 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:40:10 ---> Running in 57fa930389b2 00:40:10 Removing intermediate container 2a10825107a0 00:40:10 ---> 42e448275d6a 00:40:10 Step 25/26 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 00:40:11 ---> Running in 92b7a95c0496 00:40:12 Removing intermediate container 92b7a95c0496 00:40:12 ---> 4713279480a2 00:40:12 Step 26/26 : LABEL version=0.0.0 00:40:12 ---> Running in 2b4017ac2598 00:40:13 Removing intermediate container 09cc84bc1bdd 00:40:13 ---> a29795a6f013 00:40:13 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:13 Removing intermediate container 2b4017ac2598 00:40:13 ---> 5656ab242047 00:40:13 00:40:13 Successfully built 5656ab242047 00:40:13 Removing intermediate container 57fa930389b2 00:40:13 ---> 50ab302d2fda 00:40:13 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:40:13 Successfully tagged docker-sys-mgmt-agent-go:latest 00:40:13  Building docker-sys-mgmt-agent-go ... done  ---> Running in 8b5016314ba0 00:40:13 ---> 597e7b9ae8a5 00:40:13 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:40:13 Removing intermediate container 8b5016314ba0 00:40:13 ---> 1b6618513dce 00:40:13 Step 22/24 : LABEL arch=x86_64 00:40:14 ---> Running in 16f132f21a14 00:40:14 ---> d17aee3d2b30 00:40:14 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:40:14 Removing intermediate container 16f132f21a14 00:40:14 ---> 984696f2f0cc 00:40:14 Step 23/24 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 00:40:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.201s coverage: 28.6% of statements 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.163s coverage: 100.0% of statements 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.065s coverage: 100.0% of statements 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.269s coverage: 86.7% of statements 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:15 ---> Running in e38fcceb4109 00:40:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.353s coverage: 97.5% of statements 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.179s coverage: 78.3% of statements 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:16 ---> 66343a64e4d7 00:40:16 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:40:16 Removing intermediate container e38fcceb4109 00:40:16 ---> 49b15e6750d8 00:40:16 Step 24/24 : LABEL version=0.0.0 00:40:16 Removing intermediate container aa39a3ffeb7e 00:40:16 ---> 014a106b0c71 00:40:16 00:40:16 Step 10/23 : FROM alpine:3.12 00:40:16 ---> 389fef711851 00:40:16 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:16 ---> Running in 073e9f2f645c 00:40:16 ---> Running in a6f140c638b0 00:40:16 ---> e6dd5972aa41 00:40:16 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:40:16 Removing intermediate container 073e9f2f645c 00:40:16 ---> c6036320d8db 00:40:16 00:40:16 Removing intermediate container a6f140c638b0 00:40:16 ---> 85fff32cc961 00:40:16 Step 12/23 : ENV APP_PORT=48080 00:40:16 Successfully built c6036320d8db 00:40:16 Successfully tagged docker-security-secretstore-setup-go:latest 00:40:16  Building docker-security-secretstore-setup-go ... done  ---> Running in 8bc54f2b9e66 00:40:16 ---> 67c490e99bf1 00:40:16 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:40:17 ---> Running in bfe3b03e52bb 00:40:17 Removing intermediate container 8bc54f2b9e66 00:40:17 ---> 6f69a27f8fb1 00:40:17 Step 13/23 : EXPOSE $APP_PORT 00:40:17 ---> Running in 601c49764fd1 00:40:17 Removing intermediate container bfe3b03e52bb 00:40:17 ---> fb3754d822d7 00:40:17 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:40:17 Removing intermediate container 601c49764fd1 00:40:17 ---> 6d067ebd4aad 00:40:17 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:17 ---> Running in 8d2c7876d7e4 00:40:17 ---> 709042cce1ab 00:40:17 Step 26/31 : RUN chmod +x /entrypoint.sh 00:40:18 ---> Running in 30b641127500 00:40:18 Removing intermediate container 8d2c7876d7e4 00:40:18 ---> 98669c20699b 00:40:18 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:40:19 ---> Running in 7edd2a590c15 00:40:19 Removing intermediate container 30b641127500 00:40:19 ---> 4cbd62fc6147 00:40:19 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:40:19 ---> Running in d7191b15862a 00:40:20 Removing intermediate container d7191b15862a 00:40:20 ---> 385d58229a2a 00:40:20 Step 28/31 : CMD ["gate"] 00:40:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:20 ---> Running in 10c64d7dca72 00:40:20 Removing intermediate container 10c64d7dca72 00:40:20 ---> d962643c5dc9 00:40:20 Step 29/31 : LABEL arch=x86_64 00:40:20 ---> Running in ce1f7ca11515 00:40:20 Removing intermediate container ce1f7ca11515 00:40:20 ---> 8d44a083c701 00:40:20 Step 30/31 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 00:40:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:20 ---> Running in da036a655b28 00:40:21 Removing intermediate container da036a655b28 00:40:21 ---> 4f06ef68a092 00:40:21 Step 31/31 : LABEL version=0.0.0 00:40:21 ---> Running in 383133a0575d 00:40:21 (1/6) Installing dumb-init (1.2.2-r1) 00:40:21 Removing intermediate container 383133a0575d 00:40:21 ---> b2614ee17ca6 00:40:21 00:40:21 (2/6) Installing libgcc (9.3.0-r2) 00:40:21 (3/6) Installing libsodium (1.0.18-r0) 00:40:21 Successfully built b2614ee17ca6 00:40:21 Successfully tagged docker-security-bootstrapper-go:latest 00:40:21 (4/6) Installing libstdc++ (9.3.0-r2) 00:40:21  Building docker-security-bootstrapper-go ... done (5/6) Installing libzmq (4.3.3-r0) 00:40:22 (6/6) Installing zeromq (4.3.3-r0) 00:40:22 Executing busybox-1.31.1-r19.trigger 00:40:22 OK: 8 MiB in 20 packages 00:40:22 Removing intermediate container 7edd2a590c15 00:40:22 ---> 3dcd41a98009 00:40:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:23 ---> e0edc22660f5 00:40:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:40:23 ---> 1879004aed37 00:40:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:40:24 ---> 58adcdf39fa8 00:40:24 Step 19/23 : ENTRYPOINT ["/core-data"] 00:40:24 ---> Running in ac7c9ab92145 00:40:24 Removing intermediate container ac7c9ab92145 00:40:24 ---> 64e42adfecde 00:40:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:24 ---> Running in d171d4e51841 00:40:25 Removing intermediate container d171d4e51841 00:40:25 ---> 7be25aab9d42 00:40:25 Step 21/23 : LABEL arch=x86_64 00:40:25 ---> Running in 4c3e555dea0d 00:40:25 Removing intermediate container 4c3e555dea0d 00:40:25 ---> c033d1b582cf 00:40:25 Step 22/23 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 00:40:25 ---> Running in 6367c2a3a7a9 00:40:25 Removing intermediate container 6367c2a3a7a9 00:40:25 ---> 8fb87f2ddaba 00:40:25 Step 23/23 : LABEL version=0.0.0 00:40:25 ---> Running in 99bf43dc4a00 00:40:25 Removing intermediate container 99bf43dc4a00 00:40:25 ---> 62c5bf1f9d1f 00:40:25 00:40:25 Successfully built 62c5bf1f9d1f 00:40:25 Successfully tagged docker-core-data-go:latest 00:40:26  Building docker-core-data-go ... done  [Pipeline] } 00:40:26 $ docker stop --time=1 c347446da4ffa98c1dda7fcbbcba0ca8d076ebf0df2bae55ce33bba3a4df5454 00:40:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.205s coverage: 92.8% of statements 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.079s coverage: 58.8% of statements 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.226s coverage: 0.1% of statements 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 45.5% of statements 00:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.076s coverage: 79.5% of statements 00:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.078s coverage: 94.1% of statements 00:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.120s coverage: 96.3% of statements 00:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.051s coverage: 87.5% of statements 00:40:27 $ docker rm -f c347446da4ffa98c1dda7fcbbcba0ca8d076ebf0df2bae55ce33bba3a4df5454 [Pipeline] // withDockerContainer [Pipeline] sh 00:40:28 + docker images 00:40:28 + grep docker 00:40:28 docker-core-data-go latest 62c5bf1f9d1f 3 seconds ago 22.3MB 00:40:28 docker-security-bootstrapper-go latest b2614ee17ca6 7 seconds ago 23.8MB 00:40:28 docker-security-secretstore-setup-go latest c6036320d8db 12 seconds ago 24.6MB 00:40:28 docker-sys-mgmt-agent-go latest 5656ab242047 15 seconds ago 313MB 00:40:28 docker-core-command-go latest 224b5f670c68 20 seconds ago 16.9MB 00:40:28 docker-core-metadata-go latest 2c23932783e2 About a minute ago 18.8MB 00:40:28 docker-support-scheduler-go latest a2577aa7bdcd About a minute ago 17MB 00:40:28 docker-support-notifications-go latest 6f9a327cc650 About a minute ago 16.9MB 00:40:28 docker-security-proxy-setup-go latest cfa17d00be23 About a minute ago 24.4MB 00:40:28 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.083s coverage: 94.4% of statements 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 00:40:44 Still waiting to schedule task 00:40:44 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.133s coverage: 92.9% of statements 00:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements 00:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 00:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.081s coverage: 75.5% of statements 00:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 00:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.122s coverage: 87.2% of statements 00:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.129s coverage: 84.2% of statements 00:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.188s coverage: 91.4% of statements 00:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.532s coverage: 63.5% of statements 00:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements 00:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.080s coverage: 91.3% of statements 00:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements 00:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements 00:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.046s coverage: 100.0% of statements 00:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.770s coverage: 68.9% of statements 00:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.365s coverage: 37.0% of statements 00:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.576s coverage: 84.0% of statements 00:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.084s coverage: 100.0% of statements 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.390s coverage: 47.1% of statements 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.150s coverage: 100.0% of statements 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.100s coverage: 100.0% of statements 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.205s coverage: 29.1% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.187s coverage: 99.0% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.098s coverage: 100.0% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.140s coverage: 100.0% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.145s coverage: 87.9% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.080s coverage: 100.0% of statements 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.049s coverage: 32.1% of statements 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 00:41:07 GO111MODULE=on go vet ./... 00:42:29 gofmt -l . 00:42:29 [ "`gofmt -l .`" = "" ] 00:42:29 ./bin/test-go-mod-tidy.sh 00:42:29 ./bin/test-attribution-txt.sh [Pipeline] sh 00:42:30 + ls -al . 00:42:30 total 708 00:42:30 drwxrwxr-x 9 1001 1001 4096 Jan 30 00:42 . 00:42:30 drwxr-xr-x 4 root root 4096 Jan 30 00:38 .. 00:42:30 -rw-rw-r-- 1 1001 1001 11 Jan 30 00:36 .dockerignore 00:42:30 drwxrwxr-x 8 1001 1001 4096 Jan 30 00:36 .git 00:42:30 drwxrwxr-x 3 1001 1001 4096 Jan 30 00:36 .github 00:42:30 -rw-rw-r-- 1 1001 1001 872 Jan 30 00:36 .gitignore 00:42:30 -rw-rw-r-- 1 1001 1001 166 Jan 30 00:36 .sonarcloud.properties 00:42:30 -rw-rw-r-- 1 1001 1001 7859 Jan 30 00:36 Attribution.txt 00:42:30 -rw-rw-r-- 1 1001 1001 3804 Jan 30 00:36 CONTRIBUTING.md 00:42:30 -rw-rw-r-- 1 1001 1001 931 Jan 30 00:36 Dockerfile.build 00:42:30 -rw-rw-r-- 1 1001 1001 863 Jan 30 00:36 Jenkinsfile 00:42:30 -rw-rw-r-- 1 1001 1001 10775 Jan 30 00:36 LICENSE 00:42:30 -rw-rw-r-- 1 1001 1001 6001 Jan 30 00:36 Makefile 00:42:30 -rw-rw-r-- 1 1001 1001 6524 Jan 30 00:36 README.md 00:42:30 -rw-rw-r-- 1 1001 1001 6755 Jan 30 00:36 SECURITY.md 00:42:30 -rw-rw-r-- 1 1001 1001 5 Jan 30 00:32 VERSION 00:42:30 -rw-rw-r-- 1 1001 1001 4131 Jan 30 00:36 ZMQWindows.md 00:42:30 drwxrwxr-x 2 1001 1001 4096 Jan 30 00:36 bin 00:42:30 drwxrwxr-x 15 1001 1001 4096 Jan 30 00:36 cmd 00:42:30 -rw-r--r-- 1 root root 574984 Jan 30 00:41 coverage.out 00:42:30 -rw-r--r-- 1 root root 1054 Jan 30 00:42 go.mod 00:42:30 -rw-r--r-- 1 root root 19289 Jan 30 00:42 go.sum 00:42:30 drwxrwxr-x 8 1001 1001 4096 Jan 30 00:36 internal 00:42:30 drwxrwxr-x 4 1001 1001 4096 Jan 30 00:36 openapi 00:42:30 drwxrwxr-x 4 1001 1001 4096 Jan 30 00:36 snap 00:42:30 -rw-rw-r-- 1 1001 1001 168 Jan 30 00:36 version.go [Pipeline] sh 00:42:30 + '[' -e coverage.out ] 00:42:30 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:30 Warning: overwriting stash ‘coverage-report’ 00:42:31 Stashed 1 file(s) [Pipeline] sh 00:42:32 + make build 00:42:32 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:42:42 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:43:06 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:43:10 Running on prd-ubuntu18.04-docker-8c-8g-24053 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:43:10 Running in /w/workspace/edgex-go/52 [Pipeline] { [Pipeline] checkout 00:43:11 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:43:12 using credential edgex-jenkins-ssh 00:43:12 Cloning the remote Git repository 00:43:12 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:43:12 > git init /w/workspace/edgex-go/52 # timeout=10 00:43:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:43:12 > git --version # timeout=10 00:43:12 > git --version # 'git version 2.17.1' 00:43:12 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:16 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:43:17 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:43:23 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:43:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:43:28 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:28 > 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:43:28 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:43:28 Merging remotes/origin/master commit f32f4191109bc075ff9359b3fa855becd8fb908f into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:43:29 Merge succeeded, producing b1522f3f52dee0812f3c7bbcfd9664b1da39a169 00:43:29 Checking out Revision b1522f3f52dee0812f3c7bbcfd9664b1da39a169 (PR-2858) 00:43:28 > git config core.sparsecheckout # timeout=10 00:43:28 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:43:28 > git remote # timeout=10 00:43:28 > git config --get remote.origin.url # timeout=10 00:43:28 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:28 > git merge f32f4191109bc075ff9359b3fa855becd8fb908f # timeout=10 00:43:29 > git rev-parse HEAD^{commit} # timeout=10 00:43:29 > git config core.sparsecheckout # timeout=10 00:43:29 > git checkout -f b1522f3f52dee0812f3c7bbcfd9664b1da39a169 # timeout=10 00:43:31 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:43:32 Commit message: "Merge commit 'f32f4191109bc075ff9359b3fa855becd8fb908f' into HEAD" 00:43:32 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:43:33 + echo snap-build.sh 00:43:33 snap-build.sh 00:43:33 + SNAP_BASE_DIR=. 00:43:33 + '[' '!' -z /w/workspace/edgex-go/52 ']' 00:43:33 + SNAP_BASE_DIR=/w/workspace/edgex-go/52 00:43:33 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/52]' 00:43:33 [snap-build] Building snap in dir [/w/workspace/edgex-go/52] 00:43:33 + cd /w/workspace/edgex-go/52 00:43:33 + sudo apt-get remove -qy --purge lxd lxd-client 00:43:33 Reading package lists... 00:43:33 Building dependency tree... 00:43:33 Reading state information... 00:43:34 The following packages were automatically installed and are no longer required: 00:43:34 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:43:34 uidmap xdelta3 00:43:34 Use 'sudo apt autoremove' to remove them. 00:43:34 The following packages will be REMOVED: 00:43:34 lxd* lxd-client* 00:43:34 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:43:34 After this operation, 31.7 MB disk space will be freed. 00:43:32 > git rev-list --no-walk 600e9b21aa7194b46ff301a887fab1dff515ebca # timeout=10 00:43: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 ... 190027 files and directories currently installed.) 00:43:35 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:35 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:43:36 Removing lxd dnsmasq configuration 00:43:36 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:43:36 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:43:37 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:43:37 (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:43:37 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:39 Processing triggers for systemd (237-3ubuntu10.42) ... 00:43:39 Processing triggers for ureadahead (0.100.0-21) ... 00:43:39 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:43:39 + sudo snap remove --purge lxd 00:43:40 snap "lxd" is not installed 00:43:40 + sudo groupadd --force --system lxd 00:43:40 ++ whoami 00:43:40 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:43:40 + newgrp - lxd 00:43:40 + sudo snap install lxd 00:43:43 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:43:46 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:43:48 2021-01-30T00:43:45Z INFO Waiting for automatic snapd restart... [Pipeline] } 00:43:53 $ docker stop --time=1 aadf726b210e01cede39ff94642b79528dc96643e30d264e054ffd0a41809b32 00:43:55 $ docker rm -f aadf726b210e01cede39ff94642b79528dc96643e30d264e054ffd0a41809b32 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:57 00:43:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:43:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:58 latest: Pulling from edgex-devops/edgex-compose-arm64 00:43:58 29e5d40040c1: Pulling fs layer 00:43:58 1ce36da41761: Pulling fs layer 00:43:58 25b303627fd3: Pulling fs layer 00:43:59 29e5d40040c1: Verifying Checksum 00:43:59 29e5d40040c1: Download complete 00:43:59 29e5d40040c1: Pull complete 00:43:59 1ce36da41761: Verifying Checksum 00:43:59 1ce36da41761: Download complete 00:44:00 lxd 4.10 from Canonical* installed 00:44:00 + sudo lxd init --auto 00:44:01 1ce36da41761: Pull complete 00:44:02 25b303627fd3: Verifying Checksum 00:44:02 25b303627fd3: Download complete 00:44:10 + sudo snap install --classic snapcraft 00:44:12 25b303627fd3: Pull complete 00:44:12 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:44:12 prd-ubuntu18.04-docker-arm64-4c-16g-24048 does not seem to be running inside a container 00:44:12 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/52 -v /w/workspace/edgex-go/52:/w/workspace/edgex-go/52:rw,z -v /w/workspace/edgex-go/52@tmp:/w/workspace/edgex-go/52@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:44:14 snapcraft 4.4.4 from Canonical* installed 00:44:14 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:44:14 + patch --verbose -p1 00:44:14 Hmm... Looks like a unified diff to me... 00:44:14 The text leading up to this was: 00:44:14 -------------------------- 00:44:14 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:44:14 |From: Tony Espy 00:44:14 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:44:14 |Subject: [PATCH] optimize snap build for pipeline CI check 00:44:14 | 00:44:14 |This patch is used by the EdgeX CI pipeline builds to 00:44:14 |optimize the snap CI check run for pull requests. When 00:44:14 |applied, it essentially strips out everything (apps and 00:44:14 |parts) from the snapcraft.yaml file except those required 00:44:14 |to build edgex-go, as the whole idea of the CI check is to 00:44:14 |catch changes to edgex-go that break the snap build. 00:44:14 | 00:44:14 |In general, anyone updating snapcraft.yaml will also need 00:44:14 |to update this patch file, otherwise it may fail to apply, 00:44:14 |resulting in a failed snap build CI check in the associated 00:44:14 |pull request. 00:44:14 | 00:44:14 |Note - in addition to applying this patch, the pipeline also 00:44:14 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:44:14 |need to build the finally binary .snap file (and it won't 00:44:14 |work with the patch applied). This further reduces the build 00:44:14 |time. 00:44:14 |--- 00:44:14 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:44:14 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:44:14 | 00:44:14 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:44:14 |index 1e537489..faf42425 100644 00:44:14 |--- a/snap/snapcraft.yaml 00:44:14 |+++ b/snap/snapcraft.yaml 00:44:14 -------------------------- 00:44:14 patching file snap/snapcraft.yaml 00:44:14 Using Plan A... 00:44:14 Hunk #1 succeeded at 73. 00:44:14 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 00:44:14 Hunk #3 succeeded at 214 (offset -1 lines). 00:44:14 Hunk #4 FAILED at 223. 00:44:14 Hunk #5 succeeded at 300. 00:44:14 Hunk #6 succeeded at 327. 00:44:14 Hunk #7 succeeded at 361. 00:44:14 Hunk #8 FAILED at 412. 00:44:14 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:44:14 Hmm... Ignoring the trailing garbage. 00:44:14 done 00:44:15 $ docker top 30e27d83c5f09d0bb480920c334522ec57b6c468605e8e81d7abb7efff2c74a4 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] sh [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage 00:44:16 + grep parallel 00:44:16 + docker-compose build --help [Pipeline] } 00:44:16 Failed in branch amd64 00:44:21 --parallel Build images in parallel. [Pipeline] } 00:44:21 $ docker stop --time=1 30e27d83c5f09d0bb480920c334522ec57b6c468605e8e81d7abb7efff2c74a4 00:44:23 $ docker rm -f 30e27d83c5f09d0bb480920c334522ec57b6c468605e8e81d7abb7efff2c74a4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:24 . [Pipeline] withDockerContainer 00:44:24 prd-ubuntu18.04-docker-arm64-4c-16g-24048 does not seem to be running inside a container 00:44:24 $ 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/52 -v /w/workspace/edgex-go/52:/w/workspace/edgex-go/52:rw,z -v /w/workspace/edgex-go/52@tmp:/w/workspace/edgex-go/52@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:44:25 $ docker top 529b0bba00a6164346ad87028c12fd3e510dc497bca5b686bfb35f3a4db67026 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:26 + docker-compose -f ./docker-compose-build.yml build --parallel 00:44:31 Building docker-core-command-go ... 00:44:31 Building docker-core-data-go ... 00:44:31 Building docker-core-metadata-go ... 00:44:31 Building docker-security-bootstrapper-go ... 00:44:31 Building docker-security-proxy-setup-go ... 00:44:31 Building docker-security-secretstore-setup-go ... 00:44:31 Building docker-support-notifications-go ... 00:44:31 Building docker-support-scheduler-go ... 00:44:31 Building docker-sys-mgmt-agent-go ... 00:44:31 Building docker-core-command-go 00:44:31 Building docker-core-data-go 00:44:31 Building docker-security-secretstore-setup-go 00:44:31 Building docker-security-proxy-setup-go 00:44:31 Building docker-core-metadata-go 00:45:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:45:52 ---> bab09e309b16 00:45:52 Step 3/23 : WORKDIR /edgex-go 00:45:52 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:52 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:45:52 ---> bab09e309b16 00:45:52 Step 3/24 : WORKDIR /edgex-go 00:45:52 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:52 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:45:52 ---> bab09e309b16 00:45:52 Step 3/21 : WORKDIR /edgex-go 00:45:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:45:52 ---> bab09e309b16 00:45:52 Step 3/23 : WORKDIR /edgex-go 00:45:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:45:52 ---> bab09e309b16 00:45:52 Step 3/23 : WORKDIR /edgex-go 00:45:52 ---> Running in 2ae8596d1f56 00:45:52 ---> Running in fc569951eb40 00:45:52 ---> Running in 9dbca3017b32 00:45:52 ---> Running in 723267cfc2e9 00:45:52 ---> Running in 7e7e46415980 00:45:52 Removing intermediate container 2ae8596d1f56 00:45:52 ---> 2d71d07fde4e 00:45:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:52 Removing intermediate container fc569951eb40 00:45:52 ---> 133aecfd88a0 00:45:52 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:52 ---> Running in 32113c6eaf4c 00:45:52 Removing intermediate container 723267cfc2e9 00:45:52 ---> 8aa25780f0ce 00:45:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:52 Removing intermediate container 7e7e46415980 00:45:52 ---> 8d5cd5a0072e 00:45:52 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:52 Removing intermediate container 9dbca3017b32 00:45:52 ---> cf4a5c64ece5 00:45:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:52 ---> Running in 4b9186907033 00:45:52 ---> Running in 8431d1a026df 00:45:52 ---> Running in 9e4a7d4ed505 00:45:52 ---> Running in a1e31fa84632 00:45:52 Removing intermediate container 32113c6eaf4c 00:45:52 ---> 06adf8f4cefd 00:45:52 Step 5/23 : RUN apk add --update --no-cache make git 00:45:52 Removing intermediate container 4b9186907033 00:45:52 ---> 169665ba0fba 00:45:52 Step 5/24 : RUN apk add --update --no-cache make git 00:45:52 ---> Running in fabfbe7bcc8b 00:45:52 Removing intermediate container 8431d1a026df 00:45:52 ---> 423c06e721eb 00:45:52 Step 5/21 : RUN apk add --update --no-cache make git 00:45:52 ---> Running in f9027ef418e4 00:45:52 ---> Running in 8308ae1978f4 00:45:52 Removing intermediate container a1e31fa84632 00:45:52 ---> e84a2a612818 00:45:52 Step 5/23 : RUN apk add --update --no-cache make git 00:45:52 Removing intermediate container 9e4a7d4ed505 00:45:52 ---> b7cc880a49f8 00:45:52 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:45:52 ---> Running in 2a6c9f102de2 00:45:52 ---> Running in 659b59f18a6f 00:45:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:54 OK: 217 MiB in 51 packages 00:45:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:55 OK: 217 MiB in 51 packages 00:45:55 OK: 217 MiB in 51 packages 00:45:55 OK: 217 MiB in 51 packages 00:45:55 OK: 217 MiB in 51 packages 00:45:55 Removing intermediate container fabfbe7bcc8b 00:45:55 ---> d9f9725c3cfb 00:45:55 Step 6/23 : COPY go.mod . 00:45:56 Removing intermediate container 8308ae1978f4 00:45:56 Removing intermediate container f9027ef418e4 00:45:56 ---> e123ee198a57 00:45:56 Step 6/24 : COPY go.mod . 00:45:56 ---> e201e93a65f5 00:45:56 Step 6/21 : COPY go.mod . 00:45:56 ---> 439fc43a036f 00:45:56 Step 7/23 : RUN go mod download 00:45:56 Removing intermediate container 2a6c9f102de2 00:45:56 ---> 6403bcae7b8d 00:45:56 Step 6/23 : COPY go.mod . 00:45:57 ---> Running in 921b72a39da9 00:45:57 Removing intermediate container 659b59f18a6f 00:45:57 ---> e300e6afd8bd 00:45:57 Step 6/23 : COPY go.mod . 00:45:57 ---> f9667a3ab5b1 00:45:57 Step 7/24 : RUN go mod download 00:45:58 ---> dfd0b053932f 00:45:58 Step 7/21 : RUN go mod download 00:45:58 ---> Running in 05335c648790 00:45:58 ---> b1574b3d7d80 00:45:58 Step 7/23 : RUN go mod download 00:45:58 ---> Running in 68c59d9f3d0f 00:45:58 ---> Running in 8bfac528f19b 00:45:58 ---> 01c65649ca80 00:45:58 Step 7/23 : RUN go mod download 00:45:58 ---> Running in 94173dc781bb 00:46:00 Removing intermediate container 921b72a39da9 00:46:00 ---> 5ecc14b3fbae 00:46:00 Step 8/23 : COPY . . 00:46:06 Removing intermediate container 05335c648790 00:46:06 ---> c64b05b14ef9 00:46:06 Step 8/24 : COPY . . 00:46:06 Removing intermediate container 94173dc781bb 00:46:06 ---> fdb270d0348f 00:46:06 Step 8/23 : COPY . . 00:46:06 Removing intermediate container 8bfac528f19b 00:46:06 ---> 5e3aef04e9fb 00:46:06 Step 8/23 : COPY . . 00:46:06 Removing intermediate container 68c59d9f3d0f 00:46:06 ---> 505435d2bdb9 00:46:06 Step 8/21 : COPY . . 00:46:28 ---> c8a315d62171 00:46:28 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:46:28 ---> Running in 914d1d204d1d 00:46:28 ---> f632a9613f26 00:46:28 Step 9/23 : RUN make cmd/core-data/core-data 00:46:28 ---> bd464709e0af 00:46:28 Step 9/23 : RUN make cmd/core-command/core-command 00:46:28 ---> dcec4290d8a4 00:46:28 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:46:28 ---> 5776cd102bb2 00:46:28 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:46:28 ---> Running in 246b77e6f7fa 00:46:28 ---> Running in 460c6139143d 00:46:28 ---> Running in e8fc483f80b1 00:46:28 ---> Running in d1707791c7c5 00:46:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:46:30 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:46:30 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:46:30 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:46:30 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:52 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:47:52 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:48:05 Removing intermediate container 460c6139143d 00:48:05 ---> eddfd52ab94a 00:48:05 00:48:05 Step 10/24 : FROM alpine:3.12 00:48:05 3.12: Pulling from library/alpine 00:48:05 Removing intermediate container d1707791c7c5 00:48:05 ---> bc39b37f96da 00:48:05 00:48:05 Step 10/21 : FROM alpine:3.12 00:48:05 3.12: Pulling from library/alpine 00:48:05 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:48:05 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:48:05 Status: Downloaded newer image for alpine:3.12 00:48:05 ---> afeebe901d6b 00:48:05 Step 11/21 : RUN apk add --update --no-cache curl 00:48:05 Status: Image is up to date for alpine:3.12 00:48:05 ---> afeebe901d6b 00:48:05 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:48:05 ---> Running in 4e0e03ffb3e4 00:48:05 ---> Running in 8530db64bb38 00:48:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:09 (1/5) Installing ca-certificates (20191127-r4) 00:48:09 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:48:09 (3/5) Installing libcurl (7.69.1-r3) 00:48:09 (4/5) Installing curl (7.69.1-r3) 00:48:09 (1/4) Installing ca-certificates (20191127-r4) 00:48:09 (5/5) Installing dumb-init (1.2.2-r1) 00:48:09 Executing busybox-1.31.1-r19.trigger 00:48:09 Executing ca-certificates-20191127-r4.trigger 00:48:09 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:48:09 (3/4) Installing libcurl (7.69.1-r3) 00:48:09 (4/4) Installing curl (7.69.1-r3) 00:48:09 Executing busybox-1.31.1-r19.trigger 00:48:09 Executing ca-certificates-20191127-r4.trigger 00:48:09 OK: 7 MiB in 19 packages 00:48:10 OK: 7 MiB in 18 packages 00:48:13 Removing intermediate container 4e0e03ffb3e4 00:48:13 ---> 9c059b01c0c6 00:48:13 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:13 Removing intermediate container 8530db64bb38 00:48:13 ---> 2d0d8907f728 00:48:13 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:13 ---> Running in aa6b0f07285c 00:48:13 ---> Running in e21e469a2601 00:48:14 Removing intermediate container aa6b0f07285c 00:48:14 ---> 5c51ec87f7ea 00:48:14 Step 13/24 : WORKDIR / 00:48:14 Removing intermediate container e21e469a2601 00:48:14 ---> f5631624ea4a 00:48:14 Step 13/21 : WORKDIR /edgex 00:48:14 ---> Running in af96e281f46f 00:48:14 ---> Running in 6c718046edad 00:48:15 Removing intermediate container af96e281f46f 00:48:15 ---> 2e203dd55c97 00:48:15 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:48:15 Removing intermediate container 6c718046edad 00:48:15 ---> e7e0ba75af4b 00:48:15 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:48:17 ---> abb1d796ab4a 00:48:17 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:48:17 ---> d6dd9f930ceb 00:48:17 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:48:18 ---> 7843908112e2 00:48:18 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:48:20 ---> 3cb611a66c37 00:48:20 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:48:20 ---> f6cc24e79337 00:48:20 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:48:22 ---> 5c54c12a75c4 00:48:22 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:48:23 ---> Running in a1f03c5ac801 00:48:23 ---> 4447796150bd 00:48:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:48:23 Removing intermediate container e8fc483f80b1 00:48:23 ---> b85158074d5c 00:48:23 00:48:23 Step 10/23 : FROM alpine:3.12 00:48:23 ---> afeebe901d6b 00:48:23 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:48:24 Removing intermediate container a1f03c5ac801 00:48:24 ---> 4d555d7c63bb 00:48:24 Step 18/21 : CMD ["--init=true"] 00:48:24 ---> Running in 63ad2ce412fb 00:48:24 ---> Running in d6d052511bb5 00:48:25 Removing intermediate container d6d052511bb5 00:48:25 ---> 3ebdfae33ab6 00:48:25 Step 19/21 : LABEL arch=arm64 00:48:25 ---> 98580fe2a433 00:48:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:48:25 ---> Running in ab3bdc480f26 00:48:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:26 ---> c5af07c2df40 00:48:26 Removing intermediate container ab3bdc480f26 00:48:26 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:48:26 ---> 9e710ed1ea89 00:48:26 Step 20/21 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 00:48:27 ---> Running in 2117ed601deb 00:48:27 ---> Running in 9841d3f27174 00:48:27 (1/1) Installing dumb-init (1.2.2-r1) 00:48:27 Executing busybox-1.31.1-r19.trigger 00:48:27 OK: 5 MiB in 15 packages 00:48:28 Removing intermediate container 9841d3f27174 00:48:28 ---> 3ea79be978fe 00:48:28 Step 21/21 : LABEL version=0.0.0 00:48:29 ---> Running in fbcd957b9a02 00:48:29 Removing intermediate container 914d1d204d1d 00:48:29 ---> 0a3cc23adf8c 00:48:29 00:48:29 Step 10/23 : FROM alpine:3.12 00:48:29 ---> afeebe901d6b 00:48:29 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:48:29 ---> Using cache 00:48:29 ---> bd4046f2019f 00:48:29 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:29 Removing intermediate container 63ad2ce412fb 00:48:29 ---> bd4046f2019f 00:48:29 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:30 ---> Running in b3c67e7a07fe 00:48:30 ---> Running in 397b19126b5e 00:48:30 Removing intermediate container fbcd957b9a02 00:48:30 ---> 2c3d2b39f1f6 00:48:30 00:48:30 Removing intermediate container b3c67e7a07fe 00:48:30 ---> d715a6221e5e 00:48:30 Step 13/23 : ENV APP_PORT=48081 00:48:30 Successfully built 2c3d2b39f1f6 00:48:30 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:48:30  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 00:48:30 ---> Running in e3186a1e8861 00:48:31 Removing intermediate container 2117ed601deb 00:48:31 ---> 60d599196375 00:48:31 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:48:31 Removing intermediate container 397b19126b5e 00:48:31 ---> 1504a446d652 00:48:31 Step 13/23 : ENV APP_PORT=48082 00:48:31 ---> Running in 4f3add56d28b 00:48:31 ---> Running in dea24eeb929e 00:48:31 Removing intermediate container e3186a1e8861 00:48:31 ---> e142fec80cd6 00:48:31 Step 14/23 : EXPOSE $APP_PORT 00:48:31 ---> Running in 538f8e5809d4 00:48:32 Removing intermediate container dea24eeb929e 00:48:32 ---> 7e1f85128599 00:48:32 Step 14/23 : EXPOSE $APP_PORT 00:48:32 Removing intermediate container 4f3add56d28b 00:48:32 ---> aac4e465a72b 00:48:32 Step 22/24 : LABEL arch=arm64 00:48:32 ---> Running in 5b497ce4fb3d 00:48:32 ---> Running in c9512457b1d9 00:48:32 Removing intermediate container 538f8e5809d4 00:48:32 ---> 0cbaef0e567b 00:48:32 Step 15/23 : WORKDIR / 00:48:33 ---> Running in 0e8f617f2f2e 00:48:34 Removing intermediate container c9512457b1d9 00:48:34 ---> 758e7bc26756 00:48:34 Step 23/24 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 00:48:34 Removing intermediate container 5b497ce4fb3d 00:48:34 ---> b8a32fd03a36 00:48:34 Step 15/23 : WORKDIR / 00:48:34 ---> Running in cf092d8d6087 00:48:34 Removing intermediate container 0e8f617f2f2e 00:48:34 ---> 682b05c1b8c3 00:48:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:34 ---> Running in c7c9bee1ccb7 00:48:36 Removing intermediate container c7c9bee1ccb7 00:48:36 ---> 3fe60362ac88 00:48:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:36 ---> 3c0d8110a2ce 00:48:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:48:36 Removing intermediate container cf092d8d6087 00:48:36 ---> 8295d554fd30 00:48:36 Step 24/24 : LABEL version=0.0.0 00:48:37 ---> Running in 24a14a930080 00:48:37 ---> 9b6ef9894eec 00:48:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:48:38 Removing intermediate container 24a14a930080 00:48:38 ---> 8a3137ac1bb6 00:48:38 00:48:38 ---> 2b3c155d5f6e 00:48:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:48:39 Successfully built 8a3137ac1bb6 00:48:39 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:48:39 Removing intermediate container 246b77e6f7fa 00:48:39 ---> 09d2098a8aa7 00:48:39 00:48:39 Step 10/23 : FROM alpine:3.12 Building docker-security-secretstore-setup-go ... done  00:48:39 Building docker-support-notifications-go 00:48:39 ---> afeebe901d6b 00:48:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:48:39 ---> Running in ae73698b2c72 00:48:39 ---> 385e3c8c88ad 00:48:39 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:48:39 ---> 29bec7a17193 00:48:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:48:39 ---> Running in 26f82c0f94c1 00:48:40 Removing intermediate container ae73698b2c72 00:48:40 ---> ff1f051fc9a6 00:48:40 Step 12/23 : ENV APP_PORT=48080 00:48:40 ---> Running in 4c8d173ea790 00:48:40 Removing intermediate container 26f82c0f94c1 00:48:40 ---> 29f80e2b831c 00:48:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:40 ---> 2d48bfd63d46 00:48:40 Step 19/23 : ENTRYPOINT ["/core-command"] 00:48:41 ---> Running in 1e250356e65b 00:48:41 ---> Running in 23af50dc3165 00:48:41 Removing intermediate container 4c8d173ea790 00:48:41 ---> 9f99f333e783 00:48:41 Step 13/23 : EXPOSE $APP_PORT 00:48:42 ---> Running in 70a2ce09d780 00:48:42 Removing intermediate container 1e250356e65b 00:48:42 ---> 3bd153b6a7e3 00:48:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:42 Removing intermediate container 23af50dc3165 00:48:42 ---> 20d3d2c306e5 00:48:42 Step 21/23 : LABEL arch=arm64 00:48:43 ---> Running in 77e84e77511a 00:48:43 ---> Running in bb879a05d95b 00:48:43 Removing intermediate container 70a2ce09d780 00:48:43 ---> 2fbca15478e5 00:48:43 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:44 ---> Running in 08dfc184e2bc 00:48:44 Removing intermediate container 77e84e77511a 00:48:44 ---> 9c139868c70e 00:48:44 Step 22/23 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 00:48:44 Removing intermediate container bb879a05d95b 00:48:44 ---> 835fe5674cc6 00:48:44 Step 21/23 : LABEL arch=arm64 00:48:44 ---> Running in dfc9998e587c 00:48:44 ---> Running in a4c9bcd1ea4a 00:48:45 Removing intermediate container dfc9998e587c 00:48:45 ---> 4274b88f4a3e 00:48:45 Step 23/23 : LABEL version=0.0.0 00:48:46 Removing intermediate container a4c9bcd1ea4a 00:48:46 ---> 62002cdb1e23 00:48:46 Step 22/23 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 00:48:46 ---> Running in 0da6e7ba4ce1 00:48:46 ---> Running in 549c486710a7 00:48:47 Removing intermediate container 0da6e7ba4ce1 00:48:47 ---> 8b133f563fa4 00:48:47 00:48:47 Removing intermediate container 549c486710a7 00:48:47 ---> 2b9aac072ae0 00:48:47 Step 23/23 : LABEL version=0.0.0 00:48:47 Successfully built 8b133f563fa4 00:48:48 Successfully tagged docker-core-metadata-go-arm64:latest 00:48:48  Building docker-core-metadata-go ... done Building docker-support-scheduler-go 00:48:48 Removing intermediate container 08dfc184e2bc 00:48:48 ---> 72a17639ced8 00:48:48 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:48:48 ---> Running in aed31a38008b 00:48:48 ---> Running in 5aef0fdae260 00:48:49 Removing intermediate container aed31a38008b 00:48:49 ---> 6a1e6465776c 00:48:49 00:48:49 Successfully built 6a1e6465776c 00:48:49 Successfully tagged docker-core-command-go-arm64:latest 00:48:49 Building docker-sys-mgmt-agent-go 00:48:49  Building docker-core-command-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:51 (1/6) Installing dumb-init (1.2.2-r1) 00:48:52 (2/6) Installing libgcc (9.3.0-r2) 00:48:52 (3/6) Installing libsodium (1.0.18-r0) 00:48:52 (4/6) Installing libstdc++ (9.3.0-r2) 00:48:52 (5/6) Installing libzmq (4.3.3-r0) 00:48:52 (6/6) Installing zeromq (4.3.3-r0) 00:48:52 Executing busybox-1.31.1-r19.trigger 00:48:52 OK: 8 MiB in 20 packages 00:48:55 Removing intermediate container 5aef0fdae260 00:48:55 ---> 1c023ec34012 00:48:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:56 ---> 3684b22414bc 00:48:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:48:59 ---> 602940622b0e 00:48:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:48:59 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:59 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:48:59 ---> bab09e309b16 00:48:59 Step 3/31 : WORKDIR /edgex-go 00:48:59 ---> Using cache 00:48:59 ---> 8d5cd5a0072e 00:48:59 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:59 ---> Using cache 00:48:59 ---> 423c06e721eb 00:48:59 Step 5/31 : RUN apk add --update --no-cache make git 00:48:59 ---> Using cache 00:48:59 ---> e201e93a65f5 00:48:59 Step 6/31 : COPY go.mod . 00:48:59 ---> Using cache 00:48:59 ---> dfd0b053932f 00:48:59 Step 7/31 : RUN go mod download 00:48:59 ---> Using cache 00:48:59 ---> 505435d2bdb9 00:48:59 Step 8/31 : COPY . . 00:48:59 ---> Using cache 00:48:59 ---> 5776cd102bb2 00:48:59 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:48:59 ---> Running in f617afcdf6d2 00:49:00 ---> 19bea67dad18 00:49:00 Step 19/23 : ENTRYPOINT ["/core-data"] 00:49:01 ---> Running in 8a042e72add0 00:49:01 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:01 Removing intermediate container 8a042e72add0 00:49:01 ---> e21421d51a96 00:49:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:02 ---> Running in 76e6fc8a2082 00:49:03 Removing intermediate container 76e6fc8a2082 00:49:03 ---> 52e8bd304b00 00:49:03 Step 21/23 : LABEL arch=arm64 00:49:04 ---> Running in 2872ce89546e 00:49:05 Removing intermediate container 2872ce89546e 00:49:05 ---> c52d097e3f6e 00:49:05 Step 22/23 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 00:49:06 ---> Running in 39cbdbed8972 00:49:07 Removing intermediate container 39cbdbed8972 00:49:07 ---> c3834a871e3a 00:49:07 Step 23/23 : LABEL version=0.0.0 00:49:07 ---> Running in def318d0024a 00:49:08 Removing intermediate container def318d0024a 00:49:08 ---> ec346d2b52eb 00:49:08 00:49:08 Successfully built ec346d2b52eb 00:49:08 Successfully tagged docker-core-data-go-arm64:latest 00:49:18  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:49:18 ---> bab09e309b16 00:49:18 Step 3/22 : WORKDIR /edgex-go 00:49:18 ---> Using cache 00:49:18 ---> 8d5cd5a0072e 00:49:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:18 ---> Using cache 00:49:18 ---> 423c06e721eb 00:49:18 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:49:19 ---> Running in f7b2df8b3e37 00:49:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:23 OK: 217 MiB in 51 packages 00:49:27 Removing intermediate container f7b2df8b3e37 00:49:27 ---> 24dcd714d191 00:49:27 Step 6/22 : COPY go.mod . 00:49:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:49:28 ---> bab09e309b16 00:49:28 Step 3/22 : WORKDIR /edgex-go 00:49:28 ---> Using cache 00:49:28 ---> 8d5cd5a0072e 00:49:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:28 ---> Using cache 00:49:28 ---> 423c06e721eb 00:49:28 Step 5/22 : RUN apk add --update --no-cache make git 00:49:28 ---> Using cache 00:49:28 ---> e201e93a65f5 00:49:28 Step 6/22 : COPY go.mod . 00:49:28 ---> Using cache 00:49:28 ---> dfd0b053932f 00:49:28 Step 7/22 : RUN go mod download 00:49:28 ---> Using cache 00:49:28 ---> 505435d2bdb9 00:49:28 Step 8/22 : COPY . . 00:49:28 ---> 95b30349776b 00:49:28 Step 7/22 : RUN go mod download 00:49:28 ---> Using cache 00:49:28 ---> 5776cd102bb2 00:49:29 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:49:29 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:29 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:49:29 ---> bab09e309b16 00:49:29 Step 3/26 : WORKDIR /edgex-go 00:49:29 ---> Using cache 00:49:29 ---> 8d5cd5a0072e 00:49:29 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:29 ---> Using cache 00:49:29 ---> 423c06e721eb 00:49:29 Step 5/26 : RUN apk add --update --no-cache make bash git 00:49:29 ---> Running in f58970102ee3 00:49:29 ---> Running in 3a29c954e174 00:49:29 ---> Running in f9459fc472b3 00:49: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:49:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:33 OK: 217 MiB in 51 packages 00:49:33 Removing intermediate container f58970102ee3 00:49:33 ---> bd5a81593da7 00:49:33 Step 8/22 : COPY . . 00:49:35 Removing intermediate container f9459fc472b3 00:49:35 ---> 86084c7ec9d2 00:49:35 Step 6/26 : COPY go.mod . 00:49:37 ---> ae9c95d93363 00:49:37 Step 7/26 : RUN go mod download 00:49:38 ---> Running in 8f4f2cad7143 00:49:40 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:44 Removing intermediate container 8f4f2cad7143 00:49:44 ---> 06b6e5b41c77 00:49:44 Step 8/26 : COPY . . 00:49:59 ---> 259080aa020d 00:49:59 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:49:59 ---> Running in dd49ad280624 00:50:00 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:50:03 Removing intermediate container f617afcdf6d2 00:50:03 ---> af24d5036faf 00:50:03 00:50:03 Step 10/31 : FROM alpine:3.12 00:50:03 ---> afeebe901d6b 00:50:03 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:50:03 ---> Running in 862284842e4e 00:50:05 Removing intermediate container 862284842e4e 00:50:05 ---> d49a26c55ab0 00:50:05 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:50:05 ---> Running in cefd63f0565a 00:50:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:08 (1/2) Installing dumb-init (1.2.2-r1) 00:50:08 (2/2) Installing su-exec (0.2-r1) 00:50:08 Executing busybox-1.31.1-r19.trigger 00:50:08 OK: 5 MiB in 16 packages 00:50:09 ---> cd120a43dbd1 00:50:09 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:50:09 ---> Running in 5b85c4da9504 00:50:10 Removing intermediate container cefd63f0565a 00:50:10 ---> 555735da3b36 00:50:10 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:50:11 ---> Running in 7424480980a3 00:50:12 Removing intermediate container 7424480980a3 00:50:12 ---> 9903e950b64a 00:50:12 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:50:12 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:50:12 ---> Running in 98827174d8ea 00:50:12 Removing intermediate container 98827174d8ea 00:50:12 ---> f1977c78908b 00:50:12 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:50:12 ---> Running in 18f51b04fb32 00:50:16 Removing intermediate container 18f51b04fb32 00:50:16 ---> d4386615cfd2 00:50:16 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:50:16 ---> Running in 85df26f91230 00:50:17 Removing intermediate container 85df26f91230 00:50:17 ---> 4e2e8db7175a 00:50:17 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:50:18 ---> f4a023aecdd7 00:50:18 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:50:18 ---> Running in db8ed0c60925 00:50:21 Removing intermediate container db8ed0c60925 00:50:21 ---> c26acfc8f038 00:50:21 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:23 ---> 3f242ea482ff 00:50:23 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:50:24 ---> a124090c58d2 00:50:24 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:50:26 ---> 381b98d914b3 00:50:26 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:50:27 ---> 5dd53c410d5b 00:50:27 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:50:28 ---> c371316ad6b8 00:50:28 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:50:29 ---> Running in ea91db1a2fb4 00:50:29 Removing intermediate container ea91db1a2fb4 00:50:29 ---> 8cc8da8ae93c 00:50:29 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:50:30 ---> 87f49c924bf2 00:50:30 Step 26/31 : RUN chmod +x /entrypoint.sh 00:50:31 ---> Running in eccf544713db 00:50:34 Removing intermediate container eccf544713db 00:50:34 ---> ba248fc904e1 00:50:34 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:50:35 ---> Running in 63cc64e3afd8 00:50:35 Removing intermediate container 63cc64e3afd8 00:50:35 ---> bf68e85f4c32 00:50:35 Step 28/31 : CMD ["gate"] 00:50:36 ---> Running in 16e36cc49083 00:50:36 Removing intermediate container 16e36cc49083 00:50:36 ---> e37b146b524e 00:50:36 Step 29/31 : LABEL arch=arm64 00:50:37 ---> Running in 23e6ebb72371 00:50:38 Removing intermediate container 23e6ebb72371 00:50:38 ---> bc8bd267b4b2 00:50:38 Step 30/31 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 00:50:38 ---> Running in f9672afe7f45 00:50:39 Removing intermediate container f9672afe7f45 00:50:39 ---> c3bf1c029c5a 00:50:39 Step 31/31 : LABEL version=0.0.0 00:50:40 ---> Running in c35618995e03 00:50:41 Removing intermediate container c35618995e03 00:50:41 ---> 7b7a4d84c869 00:50:41 00:50:42 Successfully built 7b7a4d84c869 00:50:42 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:50:42  Building docker-security-bootstrapper-go ... done Removing intermediate container 3a29c954e174 00:50:42 ---> aa313a82b591 00:50:42 00:50:42 Step 10/22 : FROM alpine:3.12 00:50:42 ---> afeebe901d6b 00:50:42 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:50:42 ---> Using cache 00:50:42 ---> bd4046f2019f 00:50:42 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:42 ---> Using cache 00:50:42 ---> 1504a446d652 00:50:42 Step 13/22 : ENV APP_PORT=48085 00:50:43 ---> Running in 85e88fab80bf 00:50:43 Removing intermediate container 85e88fab80bf 00:50:43 ---> 240d6dc88847 00:50:43 Step 14/22 : EXPOSE $APP_PORT 00:50:43 ---> Running in 46ea2f023420 00:50:44 Removing intermediate container 46ea2f023420 00:50:44 ---> 5c8d1ec9b1c8 00:50:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:45 ---> 8c0256c635d5 00:50:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:50:47 ---> 485f29b8f16a 00:50:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:50:48 ---> 663fa00d1b18 00:50:48 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:50:48 ---> Running in 361e89d38a21 00:50:49 Removing intermediate container 361e89d38a21 00:50:49 ---> 8919c97ee481 00:50:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:49 ---> Running in bc3cd11664d0 00:50:50 Removing intermediate container bc3cd11664d0 00:50:50 ---> 9fd00b2d3c5f 00:50:50 Step 20/22 : LABEL arch=arm64 00:50:50 ---> Running in 719d9b102a5a 00:50:51 Removing intermediate container 719d9b102a5a 00:50:51 ---> 499c84ab6883 00:50:51 Step 21/22 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 00:50:51 ---> Running in 616a9f1d5e49 00:50:52 Removing intermediate container 616a9f1d5e49 00:50:52 ---> 8e20d649d39f 00:50:52 Step 22/22 : LABEL version=0.0.0 00:50:52 ---> Running in 3941402a7570 00:50:53 Removing intermediate container 3941402a7570 00:50:53 ---> a233fd2a0585 00:50:53 00:50:53 Successfully built a233fd2a0585 00:50:53 Successfully tagged docker-support-scheduler-go-arm64:latest 00:51:02  Building docker-support-scheduler-go ... done Removing intermediate container dd49ad280624 00:51:02 ---> dd531d95a791 00:51:02 00:51:02 Step 10/22 : FROM alpine:3.12 00:51:02 ---> afeebe901d6b 00:51:02 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:51:02 ---> Running in b59cacb60d46 00:51:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:03 (1/2) Installing ca-certificates (20191127-r4) 00:51:03 (2/2) Installing dumb-init (1.2.2-r1) 00:51:03 Executing busybox-1.31.1-r19.trigger 00:51:03 Executing ca-certificates-20191127-r4.trigger 00:51:04 OK: 6 MiB in 16 packages 00:51:05 Removing intermediate container 5b85c4da9504 00:51:05 ---> 9b198a5b2e89 00:51:05 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:51:05 ---> Running in 89db9a6aa1af 00:51:06 Removing intermediate container b59cacb60d46 00:51:06 ---> 3e4260e7b087 00:51:06 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:51:06 ---> Running in 105f3ba48fde 00:51:06 Removing intermediate container 105f3ba48fde 00:51:06 ---> 1cad8f025108 00:51:06 Step 13/22 : ENV APP_PORT=48060 00:51:07 ---> Running in 345fd4056f3c 00:51:07 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:51:07 Removing intermediate container 345fd4056f3c 00:51:07 ---> 53236bf91ac4 00:51:07 Step 14/22 : EXPOSE $APP_PORT 00:51:07 ---> Running in 67d2e4e97b52 00:51:08 Removing intermediate container 67d2e4e97b52 00:51:08 ---> c5d1c7d5d2e6 00:51:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:09 ---> 899e4f38880e 00:51:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:51:10 Removing intermediate container 89db9a6aa1af 00:51:10 ---> 555ed78576c1 00:51:10 00:51:10 Step 11/26 : FROM docker:20.10.0 00:51:10 20.10.0: Pulling from library/docker 00:51:10 ---> 6597d322ca2a 00:51:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:51:11 ---> 32a1a271f433 00:51:11 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:51:11 ---> Running in e9f3adf0bccb 00:51:12 Removing intermediate container e9f3adf0bccb 00:51:12 ---> 71965bf4be1c 00:51:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:12 ---> Running in 245745a5e26b 00:51:13 Removing intermediate container 245745a5e26b 00:51:13 ---> 0096466494ad 00:51:13 Step 20/22 : LABEL arch=arm64 00:51:13 ---> Running in 2caacc1bd4dd 00:51:14 Removing intermediate container 2caacc1bd4dd 00:51:14 ---> 6ff92454b08b 00:51:14 Step 21/22 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 00:51:14 ---> Running in d83aef0b492e 00:51:15 Removing intermediate container d83aef0b492e 00:51:15 ---> 2daefe3ed6e8 00:51:15 Step 22/22 : LABEL version=0.0.0 00:51:15 ---> Running in de1d479d330c 00:51:16 Removing intermediate container de1d479d330c 00:51:16 ---> 49ac0661bf0b 00:51:16 00:51:16 Successfully built 49ac0661bf0b 00:51:16 Successfully tagged docker-support-notifications-go-arm64:latest 00:51:18  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:51:18 Status: Downloaded newer image for docker:20.10.0 00:51:18 ---> eeaf43b92773 00:51:18 Step 12/26 : RUN apk add --no-cache bash 00:51:19 ---> Running in efd165970e18 00:51:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:21 (1/2) Installing readline (8.0.4-r0) 00:51:21 (2/2) Installing bash (5.0.17-r0) 00:51:21 Executing bash-5.0.17-r0.post-install 00:51:21 Executing busybox-1.31.1-r19.trigger 00:51:21 OK: 12 MiB in 22 packages 00:51:22 Removing intermediate container efd165970e18 00:51:22 ---> 2898499dfff3 00:51:22 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:51:22 ---> Running in 40c2ced4f86c 00:51:23 Removing intermediate container 40c2ced4f86c 00:51:23 ---> f9088cc41d54 00:51:23 Step 14/26 : ENV APP_PORT=48090 00:51:23 ---> Running in 92d7e3d7353d 00:51:23 Removing intermediate container 92d7e3d7353d 00:51:23 ---> ae972d7e5c0d 00:51:23 Step 15/26 : EXPOSE $APP_PORT 00:51:23 ---> Running in e919a6fd249f 00:51:24 Removing intermediate container e919a6fd249f 00:51:24 ---> 5c25b4c2c8c9 00:51:24 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:51:25 ---> 9e3861c575e0 00:51:25 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:51:26 ---> beff6d8a9c3d 00:51:26 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:51:26 ---> 1091a99a313d 00:51:26 Step 19/26 : RUN apk --no-cache add py3-pip 00:51:27 ---> Running in 22176bcd6429 00:51:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:28 (1/33) Installing libbz2 (1.0.8-r1) 00:51:28 (2/33) Installing expat (2.2.9-r1) 00:51:28 (3/33) Installing libffi (3.3-r2) 00:51:28 (4/33) Installing gdbm (1.13-r1) 00:51:29 (5/33) Installing xz-libs (5.2.5-r0) 00:51:29 (6/33) Installing sqlite-libs (3.32.1-r0) 00:51:29 (7/33) Installing python3 (3.8.5-r0) 00:51:30 (8/33) Installing py3-appdirs (1.4.4-r1) 00:51:30 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:51:30 (10/33) Installing py3-parsing (2.4.7-r0) 00:51:30 (11/33) Installing py3-six (1.15.0-r0) 00:51:30 (12/33) Installing py3-packaging (20.4-r0) 00:51:30 (13/33) Installing py3-setuptools (47.0.0-r0) 00:51:30 (14/33) Installing py3-chardet (3.0.4-r4) 00:51:30 (15/33) Installing py3-idna (2.9-r0) 00:51:30 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:51:30 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:51:30 (18/33) Installing py3-requests (2.23.0-r0) 00:51:30 (19/33) Installing py3-msgpack (1.0.0-r0) 00:51:30 (20/33) Installing py3-lockfile (0.12.2-r3) 00:51:30 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:51:31 (22/33) Installing py3-colorama (0.4.3-r0) 00:51:31 (23/33) Installing py3-distlib (0.3.0-r0) 00:51:31 (24/33) Installing py3-distro (1.5.0-r1) 00:51:31 (25/33) Installing py3-webencodings (0.5.1-r3) 00:51:31 (26/33) Installing py3-html5lib (1.0.1-r4) 00:51:31 (27/33) Installing py3-pytoml (0.1.21-r0) 00:51:31 (28/33) Installing py3-pep517 (0.8.2-r0) 00:51:31 (29/33) Installing py3-progress (1.5-r0) 00:51:31 (30/33) Installing py3-toml (0.10.1-r0) 00:51:31 (31/33) Installing py3-retrying (1.3.3-r0) 00:51:31 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:51:31 (33/33) Installing py3-pip (20.1.1-r0) 00:51:31 Executing busybox-1.31.1-r19.trigger 00:51:31 OK: 71 MiB in 55 packages 00:51:38 Removing intermediate container 22176bcd6429 00:51:38 ---> bb2e456acb92 00:51:38 Step 20/26 : RUN pip install docker-compose==1.23.2 00:51:38 ---> Running in 95b68b81124b 00:51:42 Collecting docker-compose==1.23.2 00:51:42 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:51:43 Collecting docker<4.0,>=3.6.0 00:51:43 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:51:44 Collecting PyYAML<4,>=3.10 00:51:44 Downloading PyYAML-3.13.tar.gz (270 kB) 00:51:47 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:51:47 Collecting texttable<0.10,>=0.9.0 00:51:47 Downloading texttable-0.9.1.tar.gz (11 kB) 00:51:49 Collecting jsonschema<3,>=2.5.1 00:51:49 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:51:49 Collecting docopt<0.7,>=0.6.1 00:51:49 Downloading docopt-0.6.2.tar.gz (25 kB) 00:51:51 Collecting cached-property<2,>=1.2.0 00:51:51 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:51:53 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:51:53 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:51:53 Collecting dockerpty<0.5,>=0.4.1 00:51:53 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:51:55 Collecting websocket-client<1.0,>=0.32.0 00:51:55 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:51:55 Collecting docker-pycreds>=0.4.0 00:51:55 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:51:55 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:51:55 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:51:56 Collecting urllib3<1.25,>=1.21.1 00:51:56 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:51:56 Collecting idna<2.8,>=2.5 00:51:56 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:51:56 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:51:56 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:51:56 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:51:56 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:51:57 Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, PyYAML, texttable, jsonschema, docopt, cached-property, dockerpty, docker-compose 00:51:57 Attempting uninstall: urllib3 00:51:57 Found existing installation: urllib3 1.25.9 00:51:58 Uninstalling urllib3-1.25.9: 00:51:58 Successfully uninstalled urllib3-1.25.9 00:51:58 Attempting uninstall: idna 00:51:58 Found existing installation: idna 2.9 00:51:58 Uninstalling idna-2.9: 00:51:58 Successfully uninstalled idna-2.9 00:51:59 Attempting uninstall: requests 00:51:59 Found existing installation: requests 2.23.0 00:51:59 Uninstalling requests-2.23.0: 00:51:59 Successfully uninstalled requests-2.23.0 00:52:00 Running setup.py install for PyYAML: started 00:52:02 Running setup.py install for PyYAML: finished with status 'done' 00:52:02 Running setup.py install for texttable: started 00:52:04 Running setup.py install for texttable: finished with status 'done' 00:52:04 Running setup.py install for docopt: started 00:52:06 Running setup.py install for docopt: finished with status 'done' 00:52:06 Running setup.py install for dockerpty: started 00:52:08 Running setup.py install for dockerpty: finished with status 'done' 00:52:09 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:52:13 Removing intermediate container 95b68b81124b 00:52:13 ---> 69212fc2163e 00:52:13 Step 21/26 : RUN apk --no-cache add curl 00:52:13 ---> Running in 6fb66f075e72 00:52:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:14 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:52:14 (2/3) Installing libcurl (7.69.1-r3) 00:52:14 (3/3) Installing curl (7.69.1-r3) 00:52:14 Executing busybox-1.31.1-r19.trigger 00:52:14 OK: 71 MiB in 58 packages 00:52:16 Removing intermediate container 6fb66f075e72 00:52:16 ---> a85bd6cf6a92 00:52:16 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:52:16 ---> Running in 1e19a7e066f6 00:52:16 Removing intermediate container 1e19a7e066f6 00:52:16 ---> 17fad1f3e27d 00:52:16 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:16 ---> Running in caf6c54dbd55 00:52:17 Removing intermediate container caf6c54dbd55 00:52:17 ---> 60ad16822f16 00:52:17 Step 24/26 : LABEL arch=arm64 00:52:17 ---> Running in 0f6a8f395d9c 00:52:17 Removing intermediate container 0f6a8f395d9c 00:52:17 ---> 1796cb3cf69f 00:52:17 Step 25/26 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 00:52:17 ---> Running in 77a635509175 00:52:18 Removing intermediate container 77a635509175 00:52:18 ---> d1925e42551b 00:52:18 Step 26/26 : LABEL version=0.0.0 00:52:18 ---> Running in d873db8e1765 00:52:19 Removing intermediate container d873db8e1765 00:52:19 ---> 008a1b78c8e1 00:52:19 00:52:19 Successfully built 008a1b78c8e1 00:52:19 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:52:19  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:52:19 $ docker stop --time=1 529b0bba00a6164346ad87028c12fd3e510dc497bca5b686bfb35f3a4db67026 00:52:21 $ docker rm -f 529b0bba00a6164346ad87028c12fd3e510dc497bca5b686bfb35f3a4db67026 [Pipeline] // withDockerContainer [Pipeline] sh 00:52:22 + grep docker 00:52:22 + docker images 00:52:22 docker-sys-mgmt-agent-go-arm64 latest 008a1b78c8e1 4 seconds ago 300MB 00:52:22 docker-support-notifications-go-arm64 latest 49ac0661bf0b About a minute ago 16MB 00:52:22 docker-support-scheduler-go-arm64 latest a233fd2a0585 About a minute ago 16.1MB 00:52:22 docker-security-bootstrapper-go-arm64 latest 7b7a4d84c869 About a minute ago 22.6MB 00:52:22 docker-core-data-go-arm64 latest ec346d2b52eb 3 minutes ago 21MB 00:52:22 docker-core-command-go-arm64 latest 6a1e6465776c 3 minutes ago 16MB 00:52:22 docker-core-metadata-go-arm64 latest 8b133f563fa4 3 minutes ago 17.7MB 00:52:22 docker-security-secretstore-setup-go-arm64 latest 8a3137ac1bb6 3 minutes ago 23.4MB 00:52:22 docker-security-proxy-setup-go-arm64 latest 2c3d2b39f1f6 3 minutes ago 23.2MB 00:52:22 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:52:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:52:26 ---> package-listing.sh 00:52:26 ++ facter osfamily 00:52:26 ++ tr '[:upper:]' '[:lower:]' 00:52:26 + OS_FAMILY=redhat 00:52:26 + workspace=/w/workspace/edgex-go/52 00:52:26 + START_PACKAGES=/tmp/packages_start.txt 00:52:26 + END_PACKAGES=/tmp/packages_end.txt 00:52:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:52:26 + PACKAGES=/tmp/packages_start.txt 00:52:26 + '[' /w/workspace/edgex-go/52 ']' 00:52:26 + PACKAGES=/tmp/packages_end.txt 00:52:26 + case "${OS_FAMILY}" in 00:52:26 + rpm -qa 00:52:26 + sort 00:52:32 + '[' -f /tmp/packages_start.txt ']' 00:52:32 + '[' -f /tmp/packages_end.txt ']' 00:52:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:52:32 + '[' /w/workspace/edgex-go/52 ']' 00:52:32 + mkdir -p /w/workspace/edgex-go/52/archives/ 00:52:32 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/52/archives/ [Pipeline] echo 00:52:32 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/52/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:52:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:52:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:32 00:52:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:52:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:33 alpine: Pulling from edgex-lftools-log-publisher 00:52:33 df20fa9351a1: Pulling fs layer 00:52:33 36b3adc4ff6f: Pulling fs layer 00:52:33 8ad3a11d3b57: Pulling fs layer 00:52:33 46f8f816bc3b: Pulling fs layer 00:52:33 93b61091891f: Pulling fs layer 00:52:33 93b9cdb0e59b: Pulling fs layer 00:52:33 5e14af77c1be: Pulling fs layer 00:52:33 01666e4c0597: Pulling fs layer 00:52:33 aa168da1d23b: Pulling fs layer 00:52:33 46f8f816bc3b: Waiting 00:52:33 93b61091891f: Waiting 00:52:33 5e14af77c1be: Waiting 00:52:33 93b9cdb0e59b: Waiting 00:52:33 01666e4c0597: Waiting 00:52:33 aa168da1d23b: Waiting 00:52:33 36b3adc4ff6f: Verifying Checksum 00:52:33 36b3adc4ff6f: Download complete 00:52:33 46f8f816bc3b: Verifying Checksum 00:52:33 46f8f816bc3b: Download complete 00:52:33 df20fa9351a1: Download complete 00:52:33 93b9cdb0e59b: Verifying Checksum 00:52:33 93b9cdb0e59b: Download complete 00:52:33 5e14af77c1be: Verifying Checksum 00:52:33 5e14af77c1be: Download complete 00:52:33 93b61091891f: Verifying Checksum 00:52:33 93b61091891f: Download complete 00:52:33 01666e4c0597: Verifying Checksum 00:52:33 01666e4c0597: Download complete 00:52:33 8ad3a11d3b57: Verifying Checksum 00:52:33 8ad3a11d3b57: Download complete 00:52:33 df20fa9351a1: Pull complete 00:52:34 36b3adc4ff6f: Pull complete 00:52:35 8ad3a11d3b57: Pull complete 00:52:35 46f8f816bc3b: Pull complete 00:52:36 aa168da1d23b: Verifying Checksum 00:52:36 aa168da1d23b: Download complete 00:52:36 93b61091891f: Pull complete 00:52:36 93b9cdb0e59b: Pull complete 00:52:36 5e14af77c1be: Pull complete 00:52:37 01666e4c0597: Pull complete 00:52:46 aa168da1d23b: Pull complete 00:52:46 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:52:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:52:46 prd-centos7-docker-4c-2g-24043 does not seem to be running inside a container 00:52:46 $ 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/52/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/52 -v /w/workspace/edgex-go/52:/w/workspace/edgex-go/52:rw,z -v /w/workspace/edgex-go/52@tmp:/w/workspace/edgex-go/52@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-lftools-log-publisher:alpine cat 00:52:51 $ docker top a7da072e93a591d99579368a3ed9974431d3a89cfbe844856d2a91fb59722e97 -eo pid,comm [Pipeline] { [Pipeline] sh 00:52:52 + touch /tmp/pre-build-complete [Pipeline] sh 00:52:52 + mkdir -p /var/log/sa [Pipeline] sh 00:52:52 + ls /var/log/sa-host 00:52:52 + sadf -c /var/log/sa-host/sa23 00:52:52 file_magic: OK 00:52:52 HZ: Using current value: 100 00:52:52 file_header: OK 00:52:52 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:52:52 Statistics: 00:52:52 Hnuu...uuuununununu... 00:52:52 File successfully converted to sysstat format version 12.2.1 00:52:52 + sadf -c /var/log/sa-host/sa30 00:52:52 file_magic: OK 00:52:52 HZ: Using current value: 100 00:52:52 file_header: OK 00:52:52 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:52:52 Statistics: 00:52:52 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... 00:52:52 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:52:53 provisioning config files... 00:52:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/52@tmp/config4158336965279027263tmp [Pipeline] { [Pipeline] echo 00:52:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:52:53 ---> create-netrc.sh [Pipeline] } 00:52:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:52:53 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:52:53 ---> python-tools-install.sh [Pipeline] echo 00:52:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:52:54 ---> sudo-logs.sh 00:52:54 Archiving 'sudo' log.. [Pipeline] echo 00:52:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:52:54 ---> job-cost.sh 00:52:54 lf-activate-venv: SKIPPING 00:52:54 INFO: No Stack... 00:52:55 INFO: Retrieving Pricing Info for: v1-standard-2 00:52:55 INFO: Archiving Costs [Pipeline] echo 00:52:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:52:55 ---> logs-deploy.sh 00:52:55 lf-activate-venv: SKIPPING 00:52:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/52 00:52:55 INFO: archiving workspace using pattern(s): 00:52:57 Archives upload complete. 00:52:57 INFO: archiving logs to Nexus 00:52:58 ---> uname -a: 00:52:58 Linux prd-centos7-docker-4c-2g-24043.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:52:58 00:52:58 00:52:58 ---> lscpu: 00:52:58 Architecture: x86_64 00:52:58 CPU op-mode(s): 32-bit, 64-bit 00:52:58 Byte Order: Little Endian 00:52:58 Address sizes: 40 bits physical, 48 bits virtual 00:52:58 CPU(s): 4 00:52:58 On-line CPU(s) list: 0-3 00:52:58 Thread(s) per core: 1 00:52:58 Core(s) per socket: 1 00:52:58 Socket(s): 4 00:52:58 NUMA node(s): 1 00:52:58 Vendor ID: GenuineIntel 00:52:58 CPU family: 6 00:52:58 Model: 44 00:52:58 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:52:58 Stepping: 1 00:52:58 CPU MHz: 2933.438 00:52:58 BogoMIPS: 5866.87 00:52:58 Virtualization: VT-x 00:52:58 Hypervisor vendor: KVM 00:52:58 Virtualization type: full 00:52:58 L1d cache: 128 KiB 00:52:58 L1i cache: 128 KiB 00:52:58 L2 cache: 16 MiB 00:52:58 L3 cache: 64 MiB 00:52:58 NUMA node0 CPU(s): 0-3 00:52:58 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:52:58 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:52:58 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:52:58 Vulnerability Meltdown: Mitigation; PTI 00:52:58 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:52:58 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:52:58 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:52:58 Vulnerability Srbds: Not affected 00:52:58 Vulnerability Tsx async abort: Not affected 00:52:58 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:52:58 00:52:58 00:52:58 ---> nproc: 00:52:58 4 00:52:58 00:52:58 00:52:58 ---> df -h: 00:52:58 Filesystem Size Used Available Use% Mounted on 00:52:58 overlay 50.0G 11.7G 38.3G 23% / 00:52:58 tmpfs 64.0M 0 64.0M 0% /dev 00:52:58 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:52:58 shm 64.0M 0 64.0M 0% /dev/shm 00:52:58 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 00:52:58 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 00:52:58 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 00:52:58 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 00:52:58 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 00:52:58 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 00:52:58 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 00:52:58 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 00:52:58 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/52 00:52:58 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/52@tmp 00:52:58 00:52:58 00:52:58 ---> free -m: 00:52:58 total used free shared buff/cache available 00:52:58 Mem: 1837 695 108 0 1033 1057 00:52:58 Swap: 1023 47 976 00:52:58 00:52:58 00:52:58 ---> ip addr: 00:52:58 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:52:58 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:52:58 inet 127.0.0.1/8 scope host lo 00:52:58 valid_lft forever preferred_lft forever 00:52:58 inet6 ::1/128 scope host 00:52:58 valid_lft forever preferred_lft forever 00:52:58 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:52:58 link/ether fa:16:3e:e0:aa:16 brd ff:ff:ff:ff:ff:ff 00:52:58 inet 10.30.122.61/23 brd 10.30.123.255 scope global dynamic eth0 00:52:58 valid_lft 85068sec preferred_lft 85068sec 00:52:58 inet6 fe80::f816:3eff:fee0:aa16/64 scope link 00:52:58 valid_lft forever preferred_lft forever 00:52:58 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:52:58 link/ether 02:42:cf:7f:c2:d9 brd ff:ff:ff:ff:ff:ff 00:52:58 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:52:58 valid_lft forever preferred_lft forever 00:52:58 inet6 fe80::42:cfff:fe7f:c2d9/64 scope link 00:52:58 valid_lft forever preferred_lft forever 00:52:58 00:52:58 00:52:58 ---> sar -b -r -n DEV: 00:52:58 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/30/21 _x86_64_ (4 CPU) 00:52:58 00:52:58 00:30:34 LINUX RESTART (4 CPU) 00:52:58 00:52:58 00:31:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:52:58 00:32:01 105.18 44.32 60.85 0.00 8072.81 11734.39 0.00 00:52:58 00:33:01 237.71 82.31 155.40 0.00 6194.79 51863.30 0.00 00:52:58 00:34:01 211.66 96.44 115.22 0.00 3208.11 14644.04 0.00 00:52:58 00:35:01 103.71 35.16 68.55 0.00 1482.31 8934.91 0.00 00:52:58 00:36:01 132.87 41.90 90.97 0.00 2824.75 22924.52 0.00 00:52:58 00:37:04 2006.80 1683.55 323.25 0.00 143540.16 201063.04 0.00 00:52:58 00:38:01 1367.51 1159.13 208.38 0.00 92005.02 103481.18 0.00 00:52:58 00:39:03 861.27 512.03 349.25 0.00 77003.34 140488.82 0.00 00:52:58 00:40:01 1244.17 957.97 286.20 0.00 55021.54 61192.11 0.00 00:52:58 00:41:01 152.96 28.73 124.23 0.00 3816.11 14946.85 0.00 00:52:58 00:42:01 1.75 0.32 1.43 0.00 2.93 21.05 0.00 00:52:58 00:43:01 0.67 0.42 0.25 0.00 5.73 3.25 0.00 00:52:58 00:44:01 0.63 0.39 0.24 0.00 3.93 3.07 0.00 00:52:58 00:45:01 0.30 0.02 0.28 0.00 0.53 3.11 0.00 00:52:58 00:46:01 1.72 1.50 0.22 0.00 52.49 2.33 0.00 00:52:58 00:47:01 0.85 0.05 0.80 0.00 1.33 15.64 0.00 00:52:58 00:48:01 0.60 0.15 0.45 0.00 1.47 4.40 0.00 00:52:58 00:49:01 0.20 0.02 0.18 0.00 0.13 2.30 0.00 00:52:58 00:50:01 0.28 0.02 0.27 0.00 0.13 3.55 0.00 00:52:58 00:51:01 0.27 0.02 0.25 0.00 0.27 2.46 0.00 00:52:58 00:52:01 0.25 0.00 0.25 0.00 0.00 3.00 0.00 00:52:58 Average: 307.01 221.56 85.46 0.00 18847.40 30366.19 0.00 00:52:58 00:52:58 00:31:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:52:58 00:32:01 71216 0 672884 35.76 2620 1134824 1284508 43.84 585628 1019040 97904 00:52:58 00:33:01 107568 0 723208 38.44 1516 1049252 1301112 44.40 548140 946068 24 00:52:58 00:34:01 86328 0 831460 44.19 948 962808 1757448 59.98 708580 802424 70636 00:52:58 00:35:01 223468 0 731312 38.87 808 925956 1301052 44.40 596652 769144 24228 00:52:58 00:36:01 171136 0 740944 39.38 496 968968 1560380 53.25 598012 822956 28 00:52:58 00:37:04 72380 0 809716 43.03 84 999364 2356036 80.41 739600 855272 74808 00:52:58 00:38:01 213064 0 1023024 54.37 84 645372 4112080 140.34 717576 681040 36100 00:52:58 00:39:03 75000 0 788584 41.91 84 1017876 2147884 73.30 747648 837028 60388 00:52:58 00:40:01 259840 0 811232 43.12 84 810388 1939256 66.18 614912 746100 192 00:52:58 00:41:01 390564 0 629888 33.48 84 861008 1260140 43.01 511460 730428 8 00:52:58 00:42:01 399760 0 620676 32.99 84 861024 1186720 40.50 506172 728196 12 00:52:58 00:43:01 399688 0 620744 32.99 84 861028 1186792 40.50 506480 728368 8 00:52:58 00:44:01 400036 0 620376 32.97 84 861048 1186744 40.50 506264 728496 8 00:52:58 00:45:01 400680 0 619744 32.94 84 861036 1180528 40.29 505580 728468 12 00:52:58 00:46:01 399344 0 620184 32.96 84 861932 1180528 40.29 505968 729088 20 00:52:58 00:47:01 399088 0 620376 32.97 84 861996 1180600 40.29 506040 729104 12 00:52:58 00:48:01 398888 0 620624 32.98 84 861948 1180696 40.30 506208 729140 8 00:52:58 00:49:01 398680 0 620820 33.00 84 861960 1180672 40.29 506348 729144 8 00:52:58 00:50:01 398832 0 620664 32.99 84 861964 1180528 40.29 505868 729144 8 00:52:58 00:51:01 398808 0 620684 32.99 84 861968 1180528 40.29 505860 729148 8 00:52:58 00:52:01 398900 0 620576 32.98 84 861984 1180588 40.29 505952 729156 8 00:52:58 Average: 288727 0 694653 36.92 368 897795 1524991 52.05 568331 772712 17354 00:52:58 00:52:58 00:31:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:52:58 00:32:01 eth0 1810.91 1479.77 6476.16 185.72 0.00 0.00 0.00 0.00 00:52:58 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:32:01 veth958393d 810.57 784.30 79.23 2723.49 0.00 0.00 0.00 0.00 00:52:58 00:32:01 docker0 810.57 784.18 68.14 2723.48 0.00 0.00 0.00 0.00 00:52:58 00:33:01 eth0 487.27 397.11 3664.84 66.54 0.00 0.00 0.00 0.00 00:52:58 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:33:01 docker0 160.58 203.27 11.42 829.68 0.00 0.00 0.00 0.00 00:52:58 00:34:01 vethf352e84 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:52:58 00:34:01 eth0 36.93 25.57 30.23 55.52 0.00 0.00 0.00 0.00 00:52:58 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:35:01 vethf352e84 1.83 1.83 0.15 0.15 0.00 0.00 0.00 0.00 00:52:58 00:35:01 eth0 22.33 11.67 15.83 8.55 0.00 0.00 0.00 0.00 00:52:58 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:35:01 docker0 1.83 1.83 0.12 0.15 0.00 0.00 0.00 0.00 00:52:58 00:36:01 veth407f69b 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:36:01 eth0 218.53 183.48 1706.55 80.37 0.00 0.00 0.00 0.00 00:52:58 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:37:04 veth407f69b 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 00:52:58 00:37:04 eth0 61.81 36.12 159.61 44.46 0.00 0.00 0.00 0.00 00:52:58 00:37:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:37:04 docker0 11.22 26.58 0.59 141.29 0.00 0.00 0.00 0.00 00:52:58 00:38:01 veth7af8b74 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:52:58 00:38:01 veth407f69b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:38:01 eth0 7.35 3.92 6.14 3.15 0.00 0.00 0.00 0.00 00:52:58 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:39:03 veth2ee9e47 40.83 67.00 2.73 299.64 0.00 0.00 0.00 0.00 00:52:58 00:39:03 veth407f69b 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 00:52:58 00:39:03 eth0 235.89 158.66 1723.14 24.69 0.00 0.00 0.00 0.00 00:52:58 00:39:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:40:01 veth2cce7ba 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 00:52:58 00:40:01 veth407f69b 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:40:01 eth0 74.75 46.53 155.09 76.32 0.00 0.00 0.00 0.00 00:52:58 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:41:01 eth0 59.57 40.48 104.33 56.22 0.00 0.00 0.00 0.00 00:52:58 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:41:01 docker0 1048.44 1142.66 83.61 4334.11 0.00 0.00 0.00 0.00 00:52:58 00:42:01 eth0 1.48 0.43 0.49 0.27 0.00 0.00 0.00 0.00 00:52:58 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:43:01 eth0 2.36 0.48 0.67 0.39 0.00 0.00 0.00 0.00 00:52:58 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:44:01 eth0 1.32 0.61 0.58 0.40 0.00 0.00 0.00 0.00 00:52:58 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:45:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:52:58 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:46:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:52:58 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:47:01 eth0 0.37 0.20 0.15 0.07 0.00 0.00 0.00 0.00 00:52:58 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:48:01 eth0 1.23 0.40 0.37 0.21 0.00 0.00 0.00 0.00 00:52:58 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:49:01 eth0 0.75 0.23 0.30 0.19 0.00 0.00 0.00 0.00 00:52:58 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:50:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:52:58 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:51:01 eth0 0.10 0.03 0.01 0.00 0.00 0.00 0.00 0.00 00:52:58 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:52:01 eth0 0.35 0.20 0.15 0.07 0.00 0.00 0.00 0.00 00:52:58 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 Average: eth0 143.25 112.97 667.97 28.66 0.00 0.00 0.00 0.00 00:52:58 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 Average: docker0 50.02 54.52 3.99 206.78 0.00 0.00 0.00 0.00 00:52:58 00:52:58 00:52:58 ---> sar -P ALL: 00:52:58 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/30/21 _x86_64_ (4 CPU) 00:52:58 00:52:58 00:30:34 LINUX RESTART (4 CPU) 00:52:58 00:52:58 00:31:02 CPU %user %nice %system %iowait %steal %idle 00:52:58 00:32:01 all 18.66 0.00 9.04 3.13 0.67 68.50 00:52:58 00:32:01 0 16.57 0.00 11.48 1.69 0.71 69.56 00:52:58 00:32:01 1 17.66 0.00 7.99 6.72 0.59 67.04 00:52:58 00:32:01 2 19.36 0.00 8.46 3.45 0.73 68.00 00:52:58 00:32:01 3 21.03 0.00 8.27 0.64 0.64 69.42 00:52:58 00:33:01 all 14.75 0.00 8.92 3.91 0.33 72.08 00:52:58 00:33:01 0 11.78 0.00 9.09 1.66 0.33 77.14 00:52:58 00:33:01 1 12.46 0.00 7.84 4.99 0.26 74.45 00:52:58 00:33:01 2 15.59 0.00 9.32 6.18 0.38 68.53 00:52:58 00:33:01 3 19.18 0.00 9.44 2.81 0.38 68.19 00:52:58 00:34:01 all 45.41 0.00 13.32 4.25 0.92 36.11 00:52:58 00:34:01 0 40.98 0.00 12.38 3.35 1.27 42.03 00:52:58 00:34:01 1 47.81 0.00 13.56 5.46 0.78 32.40 00:52:58 00:34:01 2 43.63 0.00 13.84 5.00 0.91 36.62 00:52:58 00:34:01 3 49.23 0.00 13.48 3.19 0.74 33.37 00:52:58 00:35:01 all 50.39 0.00 14.08 3.97 0.77 30.78 00:52:58 00:35:01 0 45.96 0.00 13.84 4.91 0.90 34.39 00:52:58 00:35:01 1 50.97 0.00 14.03 5.03 0.69 29.28 00:52:58 00:35:01 2 52.31 0.00 14.35 2.50 0.76 30.08 00:52:58 00:35:01 3 52.32 0.00 14.11 3.46 0.74 29.37 00:52:58 00:36:01 all 28.55 0.00 11.73 2.98 0.50 56.24 00:52:58 00:36:01 0 27.62 0.00 11.64 2.69 0.49 57.57 00:52:58 00:36:01 1 27.89 0.00 11.35 4.10 0.52 56.14 00:52:58 00:36:01 2 30.91 0.00 12.15 1.68 0.50 54.75 00:52:58 00:36:01 3 27.76 0.00 11.77 3.45 0.50 56.51 00:52:58 00:37:04 all 21.97 0.00 32.71 14.15 1.81 29.36 00:52:58 00:37:04 0 19.92 0.00 29.62 14.19 2.30 33.97 00:52:58 00:37:04 1 23.71 0.00 33.89 14.44 1.83 26.14 00:52:58 00:37:04 2 22.25 0.00 34.48 15.55 1.56 26.17 00:52:58 00:37:04 3 22.01 0.00 32.90 12.43 1.55 31.12 00:52:58 00:38:01 all 56.13 0.00 22.31 9.61 1.14 10.81 00:52:58 00:38:01 0 54.44 0.00 21.75 8.63 1.42 13.76 00:52:58 00:38:01 1 57.94 0.00 21.91 10.78 1.02 8.35 00:52:58 00:38:01 2 56.09 0.00 23.47 10.29 1.00 9.16 00:52:58 00:38:01 3 56.06 0.00 22.13 8.74 1.10 11.96 00:52:58 00:39:03 all 34.01 0.00 26.95 12.20 2.40 24.44 00:52:58 00:39:03 0 32.65 0.00 25.87 11.24 2.62 27.61 00:52:58 00:39:03 1 35.03 0.00 28.03 12.99 2.21 21.73 00:52:58 00:39:03 2 36.32 0.00 27.82 12.20 2.15 21.52 00:52:58 00:39:03 3 32.03 0.00 26.08 12.37 2.63 26.88 00:52:58 00:40:01 all 57.38 0.00 23.46 13.23 0.92 5.02 00:52:58 00:40:01 0 55.50 0.00 23.65 13.62 1.01 6.21 00:52:58 00:40:01 1 58.52 0.00 23.94 11.81 0.70 5.02 00:52:58 00:40:01 2 56.16 0.00 23.70 15.01 1.03 4.10 00:52:58 00:40:01 3 59.33 0.00 22.53 12.48 0.92 4.73 00:52:58 00:41:01 all 9.77 0.00 6.96 6.81 0.21 76.25 00:52:58 00:41:01 0 9.17 0.00 6.91 6.02 0.20 77.69 00:52:58 00:41:01 1 9.79 0.00 6.87 7.77 0.19 75.38 00:52:58 00:41:01 2 10.65 0.00 6.86 6.44 0.24 75.82 00:52:58 00:41:01 3 9.48 0.00 7.22 6.99 0.20 76.11 00:52:58 00:42:01 all 0.17 0.00 0.04 0.01 0.00 99.78 00:52:58 00:42:01 0 0.53 0.00 0.05 0.00 0.00 99.42 00:52:58 00:42:01 1 0.05 0.00 0.08 0.00 0.00 99.87 00:52:58 00:42:01 2 0.03 0.00 0.02 0.02 0.00 99.93 00:52:58 00:42:01 3 0.05 0.00 0.02 0.02 0.00 99.92 00:52:58 00:52:58 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:52:58 00:43:01 all 0.17 0.00 0.06 0.01 0.00 99.76 00:52:58 00:43:01 0 0.50 0.00 0.02 0.00 0.00 99.48 00:52:58 00:43:01 1 0.08 0.00 0.10 0.03 0.02 99.77 00:52:58 00:43:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:52:58 00:43:01 3 0.07 0.00 0.08 0.00 0.00 99.85 00:52:58 00:44:01 all 0.15 0.00 0.03 0.01 0.00 99.81 00:52:58 00:44:01 0 0.51 0.00 0.02 0.00 0.00 99.48 00:52:58 00:44:01 1 0.03 0.00 0.03 0.03 0.00 99.90 00:52:58 00:44:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:52:58 00:44:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:52:58 00:45:01 all 0.12 0.00 0.09 0.00 0.00 99.78 00:52:58 00:45:01 0 0.32 0.00 0.07 0.00 0.00 99.62 00:52:58 00:45:01 1 0.07 0.00 0.13 0.00 0.00 99.80 00:52:58 00:45:01 2 0.03 0.00 0.10 0.00 0.02 99.85 00:52:58 00:45:01 3 0.05 0.00 0.07 0.02 0.00 99.87 00:52:58 00:46:01 all 0.05 0.00 0.06 0.02 0.00 99.87 00:52:58 00:46:01 0 0.10 0.00 0.05 0.00 0.00 99.85 00:52:58 00:46:01 1 0.02 0.00 0.10 0.08 0.00 99.80 00:52:58 00:46:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:52:58 00:46:01 3 0.05 0.00 0.03 0.00 0.00 99.92 00:52:58 00:47:01 all 0.15 0.00 0.02 0.00 0.00 99.82 00:52:58 00:47:01 0 0.50 0.00 0.02 0.00 0.00 99.48 00:52:58 00:47:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:52:58 00:47:01 2 0.07 0.00 0.03 0.00 0.02 99.88 00:52:58 00:47:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:52:58 00:48:01 all 0.15 0.00 0.03 0.00 0.00 99.81 00:52:58 00:48:01 0 0.52 0.00 0.02 0.00 0.00 99.47 00:52:58 00:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:52:58 00:48:01 2 0.03 0.00 0.07 0.02 0.00 99.88 00:52:58 00:48:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:52:58 00:49:01 all 0.16 0.00 0.02 0.00 0.00 99.81 00:52:58 00:49:01 0 0.53 0.00 0.03 0.00 0.00 99.43 00:52:58 00:49:01 1 0.02 0.00 0.00 0.00 0.00 99.98 00:52:58 00:49:01 2 0.05 0.00 0.05 0.00 0.00 99.90 00:52:58 00:49:01 3 0.05 0.00 0.02 0.00 0.00 99.93 00:52:58 00:50:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:52:58 00:50:01 0 0.25 0.00 0.02 0.00 0.00 99.73 00:52:58 00:50:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:52:58 00:50:01 2 0.32 0.00 0.02 0.00 0.00 99.67 00:52:58 00:50:01 3 0.00 0.00 0.02 0.00 0.00 99.98 00:52:58 00:51:01 all 0.16 0.00 0.02 0.00 0.00 99.82 00:52:58 00:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:52:58 00:51:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:52:58 00:51:01 2 0.55 0.00 0.02 0.00 0.00 99.43 00:52:58 00:51:01 3 0.05 0.00 0.02 0.00 0.00 99.93 00:52:58 00:52:01 all 0.11 0.00 0.03 0.00 0.01 99.85 00:52:58 00:52:01 0 0.05 0.00 0.02 0.00 0.00 99.93 00:52:58 00:52:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:52:58 00:52:01 2 0.35 0.00 0.08 0.00 0.02 99.55 00:52:58 00:52:01 3 0.02 0.00 0.02 0.00 0.02 99.95 00:52:58 Average: all 15.49 0.00 7.83 3.42 0.45 72.82 00:52:58 Average: 0 14.55 0.00 7.68 3.13 0.52 74.12 00:52:58 Average: 1 15.64 0.00 7.83 3.89 0.41 72.24 00:52:58 Average: 2 15.80 0.00 8.06 3.61 0.43 72.10 00:52:58 Average: 3 15.96 0.00 7.74 3.06 0.44 72.80 00:52:58 00:52:58 00:52:58