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 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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-26864 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/66 [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/66 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 # timeout=10 Merge succeeded, producing 947f2c12fb082df941e406355c82021bd87e8973 Checking out Revision 947f2c12fb082df941e406355c82021bd87e8973 (PR-2858) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 947f2c12fb082df941e406355c82021bd87e8973 # timeout=10 Commit message: "Merge commit '2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 7353095aee73c78019a4fb8d661452a8e1792ede # timeout=10 [Pipeline] } [Pipeline] // stage [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:41 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:41 [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:42 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:42 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:42 [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:43 [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 = 947f2c12fb082df941e406355c82021bd87e8973 [Pipeline] echo 00:31:43 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 947f2c1 [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/66@tmp/config4762109280931879581tmp [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:45 ++ 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:45 + for file in '`ls cmd/**/Dockerfile`' 00:31:45 ++ dirname cmd/core-command/Dockerfile 00:31:45 ++ cut -d/ -f2 00:31:45 + echo core-command,cmd/core-command/Dockerfile 00:31:45 + for file in '`ls cmd/**/Dockerfile`' 00:31:45 ++ dirname cmd/core-data/Dockerfile 00:31:45 ++ cut -d/ -f2 00:31:45 + echo core-data,cmd/core-data/Dockerfile 00:31:45 + for file in '`ls cmd/**/Dockerfile`' 00:31:45 ++ dirname cmd/core-metadata/Dockerfile 00:31:45 ++ cut -d/ -f2 00:31:45 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:45 + for file in '`ls cmd/**/Dockerfile`' 00:31:45 ++ dirname cmd/security-bootstrapper/Dockerfile 00:31:45 ++ cut -d/ -f2 00:31:45 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:31:45 + for file in '`ls cmd/**/Dockerfile`' 00:31:45 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:45 ++ cut -d/ -f2 00:31:45 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:45 + for file in '`ls cmd/**/Dockerfile`' 00:31:45 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:45 ++ cut -d/ -f2 00:31:45 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:45 + for file in '`ls cmd/**/Dockerfile`' 00:31:45 ++ dirname cmd/support-notifications/Dockerfile 00:31:45 ++ cut -d/ -f2 00:31:45 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:45 + for file in '`ls cmd/**/Dockerfile`' 00:31:45 ++ dirname cmd/support-scheduler/Dockerfile 00:31:45 ++ cut -d/ -f2 00:31:45 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:45 + for file in '`ls cmd/**/Dockerfile`' 00:31:45 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:45 ++ cut -d/ -f2 00:31:45 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:45 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:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:46 00:31:46 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: Download complete 00:31:47 31603596830f: Verifying Checksum 00:31:47 31603596830f: Download complete 00:31:47 ecc8261a40a4: Verifying Checksum 00:31:47 ecc8261a40a4: Download complete 00:31:47 6ca5941a6612: Verifying Checksum 00:31:47 6ca5941a6612: Download complete 00:31:47 31603596830f: Pull complete 00:31:47 2a8b12db71e7: Pull complete 00:31:48 6ca5941a6612: Pull complete 00:31:48 ecc8261a40a4: Pull complete 00:31:48 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:48 prd-centos7-docker-4c-2g-26864 does not seem to be running inside a container 00:31:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:51 $ docker top b7e1bc66edbd54b0ebcde8c85a7f98f3c3b2f15e6a3c82548c604a2abe3eebe0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:51 [ssh-agent] Looking for ssh-agent implementation... 00:31:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:51 $ docker exec b7e1bc66edbd54b0ebcde8c85a7f98f3c3b2f15e6a3c82548c604a2abe3eebe0 ssh-agent 00:31:51 SSH_AUTH_SOCK=/tmp/ssh-HiwBacpz99R9/agent.11 00:31:51 SSH_AGENT_PID=16 00:31:51 Running ssh-add (command line suppressed) 00:31:52 Identity added: /w/workspace/edgex-go/66@tmp/private_key_998137207563389063.key (/w/workspace/edgex-go/66@tmp/private_key_998137207563389063.key) 00:31:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:52 + git tag --points-at HEAD [Pipeline] } 00:31:52 $ docker exec --env ******** --env ******** b7e1bc66edbd54b0ebcde8c85a7f98f3c3b2f15e6a3c82548c604a2abe3eebe0 ssh-agent -k 00:31:52 unset SSH_AUTH_SOCK; 00:31:52 unset SSH_AGENT_PID; 00:31:52 echo Agent pid 16 killed; 00:31:52 [ssh-agent] Stopped. [Pipeline] // sshagent [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 b7e1bc66edbd54b0ebcde8c85a7f98f3c3b2f15e6a3c82548c604a2abe3eebe0 ssh-agent 00:31:53 SSH_AUTH_SOCK=/tmp/ssh-fKIKN8zKLwrf/agent.45 00:31:53 SSH_AGENT_PID=50 00:31:53 Running ssh-add (command line suppressed) 00:31:53 Identity added: /w/workspace/edgex-go/66@tmp/private_key_506304990329113595.key (/w/workspace/edgex-go/66@tmp/private_key_506304990329113595.key) 00:31:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:53 + git semver init 00:31:53 # -> Open(): unable to determine branch for HEAD 00:31:53 # $GIT_DIR = /w/workspace/edgex-go/66/.git 00:31:53 # $GIT_WORK_TREE = /w/workspace/edgex-go/66 00:31:53 # $SEMVER_REMOTE_NAME = origin 00:31:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:53 # $SEMVER_USER_NAME = edgex-jenkins 00:31:53 # $SEMVER_BRANCH = PR-2858 00:31:53 # $SEMVER_TEMP = /tmp/semver-086891725 00:31:53 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:25 # '/tmp/semver-086891725' -> '/w/workspace/edgex-go/66/.semver' 00:32:25 # -> Force: false 00:32:25 # $SEMVER_DIR = /w/workspace/edgex-go/66/.semver [Pipeline] } 00:32:25 $ docker exec --env ******** --env ******** b7e1bc66edbd54b0ebcde8c85a7f98f3c3b2f15e6a3c82548c604a2abe3eebe0 ssh-agent -k 00:32:26 unset SSH_AUTH_SOCK; 00:32:26 unset SSH_AGENT_PID; 00:32:26 echo Agent pid 50 killed; 00:32:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:26 + git semver [Pipeline] } 00:32:26 $ docker stop --time=1 b7e1bc66edbd54b0ebcde8c85a7f98f3c3b2f15e6a3c82548c604a2abe3eebe0 00:32:28 $ docker rm -f b7e1bc66edbd54b0ebcde8c85a7f98f3c3b2f15e6a3c82548c604a2abe3eebe0 [Pipeline] // withDockerContainer [Pipeline] sh 00:32:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:29 Stashed 1 file(s) [Pipeline] echo 00:32:29 [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:30 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:30 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:30 + sudo service docker restart 00:32:30 + true 00:32:30 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:31 ========================================================= 00:32:31 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:31 + 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:35 Sending build context to Docker daemon 328MB 00:32:35 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:32:35 Step 2/6 : FROM ${BASE} 00:32:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:35 188c0c94c7c5: Pulling fs layer 00:32:35 0ef7d3d256c8: Pulling fs layer 00:32:35 de9db76c5a1d: Pulling fs layer 00:32:35 bca2f99d35d6: Pulling fs layer 00:32:35 93359f2a8cfa: Pulling fs layer 00:32:35 7c6f9722023f: Pulling fs layer 00:32:35 a35cf1a2eb13: Pulling fs layer 00:32:35 93359f2a8cfa: Waiting 00:32:35 7c6f9722023f: Waiting 00:32:35 a35cf1a2eb13: Waiting 00:32:35 bca2f99d35d6: Waiting 00:32:35 de9db76c5a1d: Verifying Checksum 00:32:35 de9db76c5a1d: Download complete 00:32:35 0ef7d3d256c8: Verifying Checksum 00:32:35 0ef7d3d256c8: Download complete 00:32:35 93359f2a8cfa: Verifying Checksum 00:32:35 93359f2a8cfa: Download complete 00:32:35 7c6f9722023f: Verifying Checksum 00:32:35 7c6f9722023f: Download complete 00:32:35 188c0c94c7c5: Verifying Checksum 00:32:35 188c0c94c7c5: Download complete 00:32:35 188c0c94c7c5: Pull complete 00:32:35 0ef7d3d256c8: Pull complete 00:32:36 de9db76c5a1d: Pull complete 00:32:36 a35cf1a2eb13: Verifying Checksum 00:32:36 a35cf1a2eb13: Download complete 00:32:37 bca2f99d35d6: Verifying Checksum 00:32:37 bca2f99d35d6: Download complete 00:32:42 bca2f99d35d6: Pull complete 00:32:42 93359f2a8cfa: Pull complete 00:32:42 7c6f9722023f: Pull complete 00:32:44 Still waiting to schedule task 00:32:44 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:49 a35cf1a2eb13: Pull complete 00:32:49 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:49 ---> a62c8e92a672 00:32:49 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:49 ---> Running in efde20d38fa4 00:32:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:51 (1/12) Installing libmagic (5.38-r0) 00:32:51 (2/12) Installing file (5.38-r0) 00:32:51 (3/12) Installing libc-dev (0.7.2-r3) 00:32:51 (4/12) Installing g++ (9.3.0-r2) 00:33:03 (5/12) Installing fortify-headers (1.1-r0) 00:33:03 (6/12) Installing patch (2.7.6-r6) 00:33:03 (7/12) Installing build-base (0.5-r2) 00:33:03 (8/12) Installing libsodium (1.0.18-r0) 00:33:04 (9/12) Installing pkgconf (1.7.2-r0) 00:33:04 (10/12) Installing libsodium-dev (1.0.18-r0) 00:33:04 (11/12) Installing libzmq (4.3.3-r0) 00:33:04 (12/12) Installing zeromq-dev (4.3.3-r0) 00:33:04 Executing busybox-1.31.1-r19.trigger 00:33:04 OK: 233 MiB in 51 packages 00:33:07 Removing intermediate container efde20d38fa4 00:33:07 ---> 416da6eb76e8 00:33:07 Step 4/6 : WORKDIR /edgex-go 00:33:07 ---> Running in e802a3561b80 00:33:08 Removing intermediate container e802a3561b80 00:33:08 ---> 7fd88e2c220d 00:33:08 Step 5/6 : COPY go.mod . 00:33:08 ---> f55813c8e148 00:33:08 Step 6/6 : RUN go mod download 00:33:08 ---> Running in 24a28713a7aa 00:33:30 Removing intermediate container 24a28713a7aa 00:33:30 ---> 62e208322608 00:33:30 Successfully built 62e208322608 00:33:30 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:30 + docker inspect -f . ci-base-image-x86_64 00:33:30 . [Pipeline] withDockerContainer 00:33:30 prd-centos7-docker-4c-2g-26864 does not seem to be running inside a container 00:33:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:31 $ docker top c25559deaf2638eab8d2d14a85577d63799888adfac2ead6fed20de917e8dc8f -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:32 + go version 00:33:32 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:32 $ docker stop --time=1 c25559deaf2638eab8d2d14a85577d63799888adfac2ead6fed20de917e8dc8f 00:33:33 $ docker rm -f c25559deaf2638eab8d2d14a85577d63799888adfac2ead6fed20de917e8dc8f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:34 + docker inspect -f . ci-base-image-x86_64 00:33:34 . [Pipeline] withDockerContainer 00:33:34 prd-centos7-docker-4c-2g-26864 does not seem to be running inside a container 00:33:34 $ 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/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:35 $ docker top 13e50bc9ecdd369f8b2c82484a175d0ea2cf28565e02b9c2d2d3be73c623c465 -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:35 ========================================================= 00:33:35 [edgeXBuildGoParallel] Running Tests and Build... 00:33:35 ========================================================= [Pipeline] sh 00:33:35 + make test 00:33:35 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:43 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:34:12 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.119s coverage: 45.9% of statements 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.076s coverage: 100.0% of statements 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.153s coverage: 27.1% of statements 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.057s coverage: 100.0% of statements 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.085s coverage: 65.8% of statements 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.417s coverage: 82.3% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.390s coverage: 28.6% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.087s coverage: 100.0% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.106s coverage: 86.7% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.116s coverage: 97.5% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.073s coverage: 78.3% of statements 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.379s coverage: 92.8% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 0.1% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.033s coverage: 45.5% of statements 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.064s coverage: 79.5% of statements 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.029s coverage: 94.1% of statements 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.061s coverage: 96.3% of statements 00:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements 00:34:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.053s coverage: 94.4% of statements 00:34:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.032s coverage: 44.8% of statements 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.071s coverage: 92.9% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.031s coverage: 100.0% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.074s coverage: 87.2% of statements 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.064s coverage: 91.4% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.147s coverage: 63.5% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.281s coverage: 68.9% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.110s coverage: 37.0% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.300s coverage: 84.0% of statements 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.139s coverage: 47.0% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.037s coverage: 100.0% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.110s coverage: 89.4% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.688s coverage: 29.1% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.055s coverage: 100.0% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/system 0.022s coverage: 0.0% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.024s coverage: 100.0% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 100.0% of statements 00:34:46 GO111MODULE=on go vet ./... 00:35:13 gofmt -l . 00:35:13 [ "`gofmt -l .`" = "" ] 00:35:13 ./bin/test-go-mod-tidy.sh 00:35:13 ./bin/test-attribution-txt.sh [Pipeline] sh 00:35:13 + ls -al . 00:35:13 total 708 00:35:13 drwxrwxr-x 10 1001 1001 4096 Feb 19 00:35 . 00:35:13 drwxr-xr-x 4 root root 30 Feb 19 00:33 .. 00:35:13 -rw-rw-r-- 1 1001 1001 11 Feb 19 00:31 .dockerignore 00:35:13 drwxrwxr-x 8 1001 1001 179 Feb 19 00:31 .git 00:35:13 drwxrwxr-x 3 1001 1001 125 Feb 19 00:31 .github 00:35:13 -rw-rw-r-- 1 1001 1001 818 Feb 19 00:31 .gitignore 00:35:13 drwx------ 3 1001 1001 60 Feb 19 00:32 .semver 00:35:13 -rw-rw-r-- 1 1001 1001 166 Feb 19 00:31 .sonarcloud.properties 00:35:13 -rw-rw-r-- 1 1001 1001 8475 Feb 19 00:31 Attribution.txt 00:35:13 -rw-rw-r-- 1 1001 1001 3804 Feb 19 00:31 CONTRIBUTING.md 00:35:13 -rw-rw-r-- 1 1001 1001 931 Feb 19 00:31 Dockerfile.build 00:35:13 -rw-rw-r-- 1 1001 1001 863 Feb 19 00:31 Jenkinsfile 00:35:13 -rw-rw-r-- 1 1001 1001 10775 Feb 19 00:31 LICENSE 00:35:13 -rw-rw-r-- 1 1001 1001 5774 Feb 19 00:31 Makefile 00:35:13 -rw-rw-r-- 1 1001 1001 6524 Feb 19 00:31 README.md 00:35:13 -rw-rw-r-- 1 1001 1001 6755 Feb 19 00:31 SECURITY.md 00:35:13 -rw-rw-r-- 1 1001 1001 5 Feb 19 00:32 VERSION 00:35:13 -rw-rw-r-- 1 1001 1001 4131 Feb 19 00:31 ZMQWindows.md 00:35:13 drwxrwxr-x 2 1001 1001 117 Feb 19 00:31 bin 00:35:13 drwxrwxr-x 14 1001 1001 4096 Feb 19 00:31 cmd 00:35:13 -rw-r--r-- 1 root root 597520 Feb 19 00:34 coverage.out 00:35:13 -rw-r--r-- 1 root root 1055 Feb 19 00:35 go.mod 00:35:13 -rw-r--r-- 1 root root 21638 Feb 19 00:35 go.sum 00:35:13 drwxrwxr-x 8 1001 1001 127 Feb 19 00:31 internal 00:35:13 drwxrwxr-x 4 1001 1001 26 Feb 19 00:31 openapi 00:35:13 drwxrwxr-x 4 1001 1001 71 Feb 19 00:31 snap 00:35:13 -rw-rw-r-- 1 1001 1001 168 Feb 19 00:31 version.go [Pipeline] sh 00:35:14 + '[' -e coverage.out ] 00:35:14 + chown 1001:1001 coverage.out [Pipeline] stash 00:35:14 Stashed 1 file(s) [Pipeline] sh 00:35:14 + make build 00:35:14 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:18 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:26 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:28 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:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 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:33 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:34 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:36 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:38 $ docker stop --time=1 13e50bc9ecdd369f8b2c82484a175d0ea2cf28565e02b9c2d2d3be73c623c465 00:35:39 $ docker rm -f 13e50bc9ecdd369f8b2c82484a175d0ea2cf28565e02b9c2d2d3be73c623c465 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:41 00:35:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:42 latest: Pulling from edgex-devops/edgex-compose 00:35:42 cbdbe7a5bc2a: Pulling fs layer 00:35:42 ca9280d653b3: Pulling fs layer 00:35:42 7e9c9ca2126c: Pulling fs layer 00:35:42 cbdbe7a5bc2a: Verifying Checksum 00:35:42 cbdbe7a5bc2a: Download complete 00:35:42 cbdbe7a5bc2a: Pull complete 00:35:42 ca9280d653b3: Verifying Checksum 00:35:42 ca9280d653b3: Download complete 00:35:44 7e9c9ca2126c: Download complete 00:35:44 ca9280d653b3: Pull complete 00:35:49 7e9c9ca2126c: Pull complete 00:35:49 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:49 prd-centos7-docker-4c-2g-26864 does not seem to be running inside a container 00:35:49 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:51 $ docker top 4dae868f22d91decbc9dbf4e08c32a6e9f468d57197dd7be2da5e1e9d1492369 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:51 + docker-compose build --help 00:35:51 + grep parallel 00:35:52 --parallel Build images in parallel. [Pipeline] } 00:35:52 $ docker stop --time=1 4dae868f22d91decbc9dbf4e08c32a6e9f468d57197dd7be2da5e1e9d1492369 00:35:54 $ docker rm -f 4dae868f22d91decbc9dbf4e08c32a6e9f468d57197dd7be2da5e1e9d1492369 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:54 . [Pipeline] withDockerContainer 00:35:54 prd-centos7-docker-4c-2g-26864 does not seem to be running inside a container 00:35:54 $ 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/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@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:55 $ docker top 2d6d60431dc020cd1c514d883d55ce40f515ebefec62562ff1f9258e82570ff1 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:55 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:56 Building docker-core-command-go ... 00:35:56 Building docker-core-data-go ... 00:35:56 Building docker-core-metadata-go ... 00:35:56 Building docker-security-bootstrapper-go ... 00:35:56 Building docker-security-proxy-setup-go ... 00:35:56 Building docker-security-secretstore-setup-go ... 00:35:56 Building docker-support-notifications-go ... 00:35:56 Building docker-support-scheduler-go ... 00:35:56 Building docker-sys-mgmt-agent-go ... 00:35:56 Building docker-core-data-go 00:35:56 Building docker-support-scheduler-go 00:35:56 Building docker-support-notifications-go 00:35:56 Building docker-security-bootstrapper-go 00:35:56 Building docker-core-command-go 00:36:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26867 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:36:08 Running in /w/workspace/edgex-go/66 [Pipeline] { [Pipeline] checkout 00:36:13 using credential edgex-jenkins-ssh 00:36:13 Cloning the remote Git repository 00:36:13 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:13 > git init /w/workspace/edgex-go/66 # timeout=10 00:36:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:13 > git --version # timeout=10 00:36:13 > git --version # 'git version 2.17.1' 00:36:13 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:29 ---> 62e208322608 00:36:29 Step 3/22 : WORKDIR /edgex-go 00:36:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:29 ---> 62e208322608 00:36:29 Step 3/23 : WORKDIR /edgex-go 00:36:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:29 ---> 62e208322608 00:36:29 Step 3/23 : WORKDIR /edgex-go 00:36:29 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:29 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:36:29 ---> 62e208322608 00:36:29 Step 3/30 : WORKDIR /edgex-go 00:36:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:29 ---> 62e208322608 00:36:29 Step 3/22 : WORKDIR /edgex-go 00:36:29 ---> Running in ed2a8d18e636 00:36:29 ---> Running in 8dbc9144caf4 00:36:29 ---> Running in 6a3b300f9bbc 00:36:29 ---> Running in 7c5e29afecb8 00:36:29 ---> Running in 116de2a8a404 00:36:29 Removing intermediate container 116de2a8a404 00:36:29 ---> 0f3895586f3e 00:36:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:29 Removing intermediate container 7c5e29afecb8 00:36:29 ---> 6d453b8ce800 00:36:29 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:29 Removing intermediate container 8dbc9144caf4 00:36:29 ---> 7b181ab43695 00:36:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:29 Removing intermediate container ed2a8d18e636 00:36:29 ---> e072f0a0941b 00:36:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:29 Removing intermediate container 6a3b300f9bbc 00:36:29 ---> 367e62bdd875 00:36:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:29 ---> Running in 518a091e69f9 00:36:29 ---> Running in d829348c3641 00:36:29 ---> Running in 141880cf8f1b 00:36:29 ---> Running in 698762ed0cff 00:36:29 ---> Running in 7da375cbf103 00:36:29 Removing intermediate container 518a091e69f9 00:36:29 ---> acd8d55b1091 00:36:29 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:36:29 Removing intermediate container d829348c3641 00:36:29 ---> 8be795c52d00 00:36:29 Step 5/30 : RUN apk add --update --no-cache make git 00:36:29 ---> Running in a900f28e78c4 00:36:29 ---> Running in 99577d4d8c9f 00:36:29 Removing intermediate container 141880cf8f1b 00:36:29 ---> e9ae62f94842 00:36:29 Step 5/22 : RUN apk add --update --no-cache make git 00:36:29 ---> Running in a0822dcf7277 00:36:29 Removing intermediate container 7da375cbf103 00:36:29 ---> 20cb709cbf79 00:36:29 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:36:29 Removing intermediate container 698762ed0cff 00:36:29 ---> c44c3ec00812 00:36:29 Step 5/23 : RUN apk add --update --no-cache make git 00:36:29 ---> Running in 50b87db95e58 00:36:29 ---> Running in 81e2e2559e37 00:36:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:30 OK: 233 MiB in 51 packages 00:36:31 OK: 233 MiB in 51 packages 00:36:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:31 OK: 233 MiB in 51 packages 00:36:31 Removing intermediate container a900f28e78c4 00:36:31 ---> b081c8e54f12 00:36:31 Step 6/23 : COPY go.mod . 00:36:31 OK: 233 MiB in 51 packages 00:36:31 OK: 233 MiB in 51 packages 00:36:31 Removing intermediate container 99577d4d8c9f 00:36:31 ---> cd2b48de0dae 00:36:31 Step 6/30 : COPY go.mod . 00:36:31 ---> ddebfa8ef81c 00:36:31 Step 7/23 : RUN go mod download 00:36:32 Removing intermediate container a0822dcf7277 00:36:32 ---> cc037619854d 00:36:32 Step 6/22 : COPY go.mod . 00:36:32 ---> Running in 25c0c3212754 00:36:32 ---> c214303a1776 00:36:32 Step 7/30 : RUN go mod download 00:36:32 ---> Running in 0ada639203b6 00:36:32 ---> 7e0bba4ab842 00:36:32 Step 7/22 : RUN go mod download 00:36:32 Removing intermediate container 81e2e2559e37 00:36:32 ---> ede391efe1e5 00:36:32 Step 6/23 : COPY go.mod . 00:36:32 ---> Running in 1cc13b956ba7 00:36:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:32 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:32 > 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:33 Removing intermediate container 50b87db95e58 00:36:33 ---> 50bd820a8b30 00:36:33 Step 6/22 : COPY go.mod . 00:36:33 ---> 012c1b9bfce3 00:36:33 Step 7/23 : RUN go mod download 00:36:33 ---> Running in 719a8e4186a4 00:36:33 ---> 3e36ba1d123e 00:36:33 Step 7/22 : RUN go mod download 00:36:33 Merging remotes/origin/master commit 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:36:33 ---> Running in e6cf36bfc6f5 00:36:34 Merge succeeded, producing 0c34eca010f87f879e3ba418a8fe5984e8f331ec 00:36:34 Checking out Revision 0c34eca010f87f879e3ba418a8fe5984e8f331ec (PR-2858) 00:36:33 > git config core.sparsecheckout # timeout=10 00:36:33 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:36:33 > git remote # timeout=10 00:36:33 > git config --get remote.origin.url # timeout=10 00:36:33 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:33 > git merge 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 # timeout=10 00:36:34 > git rev-parse HEAD^{commit} # timeout=10 00:36:34 > git config core.sparsecheckout # timeout=10 00:36:34 > git checkout -f 0c34eca010f87f879e3ba418a8fe5984e8f331ec # timeout=10 00:36:35 Removing intermediate container 0ada639203b6 00:36:35 ---> 7d86ebf10793 00:36:35 Step 8/30 : COPY . . 00:36:35 Removing intermediate container 25c0c3212754 00:36:35 ---> 021198063a29 00:36:35 Step 8/23 : COPY . . 00:36:36 Removing intermediate container 1cc13b956ba7 00:36:36 ---> b5e64d5b3f9d 00:36:36 Step 8/22 : COPY . . 00:36:39 Commit message: "Merge commit '2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33' into HEAD" 00:36:39 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 00:36:39 Removing intermediate container 719a8e4186a4 00:36:39 ---> 95a0b480f8db 00:36:39 Step 8/23 : COPY . . 00:36:39 Removing intermediate container e6cf36bfc6f5 00:36:39 ---> 53f582afd110 00:36:39 Step 8/22 : COPY . . [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:39 > git rev-list --no-walk 7353095aee73c78019a4fb8d661452a8e1792ede # timeout=10 00:36:40 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:41 + true 00:36:41 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:43 provisioning config files... 00:36:43 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/66@tmp/config8501566334847181210tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:43 ---> docker-login.sh 00:36:43 nexus3.edgexfoundry.org:10001 00:36:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:44 Configure a credential helper to remove this warning. See 00:36:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:44 00:36:44 Login Succeeded 00:36:44 nexus3.edgexfoundry.org:10002 00:36:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:45 Configure a credential helper to remove this warning. See 00:36:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:45 00:36:45 Login Succeeded 00:36:45 nexus3.edgexfoundry.org:10003 00:36:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:45 Configure a credential helper to remove this warning. See 00:36:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:45 00:36:45 Login Succeeded 00:36:45 nexus3.edgexfoundry.org:10004 00:36:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:46 Configure a credential helper to remove this warning. See 00:36:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:46 00:36:46 Login Succeeded 00:36:46 docker.io 00:36:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:46 Configure a credential helper to remove this warning. See 00:36:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:46 00:36:46 Login Succeeded 00:36:46 ---> docker-login.sh ends [Pipeline] } 00:36:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:47 ========================================================= 00:36:47 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:47 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:36:50 Sending build context to Docker daemon 166.4MB 00:36:50 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:36:50 Step 2/6 : FROM ${BASE} 00:36:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:50 5f621e34cdf4: Pulling fs layer 00:36:50 a4357932f1b6: Pulling fs layer 00:36:50 18c013af1878: Pulling fs layer 00:36:50 00ac8860ef70: Pulling fs layer 00:36:50 63d7cb157983: Pulling fs layer 00:36:50 b116817d02f9: Pulling fs layer 00:36:50 745a02a5169b: Pulling fs layer 00:36:50 63d7cb157983: Waiting 00:36:50 b116817d02f9: Waiting 00:36:50 745a02a5169b: Waiting 00:36:50 00ac8860ef70: Waiting 00:36:50 18c013af1878: Verifying Checksum 00:36:50 18c013af1878: Download complete 00:36:50 a4357932f1b6: Verifying Checksum 00:36:50 a4357932f1b6: Download complete 00:36:50 63d7cb157983: Verifying Checksum 00:36:50 63d7cb157983: Download complete 00:36:50 b116817d02f9: Verifying Checksum 00:36:50 5f621e34cdf4: Verifying Checksum 00:36:50 5f621e34cdf4: Download complete 00:36:50 b116817d02f9: Download complete 00:36:50 5f621e34cdf4: Pull complete 00:36:51 a4357932f1b6: Pull complete 00:36:51 18c013af1878: Pull complete 00:36:52 745a02a5169b: Verifying Checksum 00:36:52 745a02a5169b: Download complete 00:36:53 00ac8860ef70: Verifying Checksum 00:36:53 00ac8860ef70: Download complete 00:37:03 00ac8860ef70: Pull complete 00:37:03 63d7cb157983: Pull complete 00:37:04 b116817d02f9: Pull complete 00:37:07 745a02a5169b: Pull complete 00:37:07 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:37:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:37:07 ---> b7e6874047d6 00:37:07 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:11 ---> Running in 72b65c521950 00:37:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:13 (1/12) Installing libmagic (5.38-r0) 00:37:13 (2/12) Installing file (5.38-r0) 00:37:13 (3/12) Installing libc-dev (0.7.2-r3) 00:37:14 (4/12) Installing g++ (9.3.0-r2) 00:37:16 (5/12) Installing fortify-headers (1.1-r0) 00:37:16 (6/12) Installing patch (2.7.6-r6) 00:37:16 (7/12) Installing build-base (0.5-r2) 00:37:16 (8/12) Installing libsodium (1.0.18-r0) 00:37:16 (9/12) Installing pkgconf (1.7.2-r0) 00:37:16 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:17 (11/12) Installing libzmq (4.3.3-r0) 00:37:17 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:17 Executing busybox-1.31.1-r19.trigger 00:37:17 OK: 217 MiB in 51 packages 00:37:18 ---> 1490f0771756 00:37:18 Step 9/23 : RUN make cmd/core-data/core-data 00:37:18 ---> 92118c9d8951 00:37:18 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:37:18 ---> c08eb5947222 00:37:18 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:37:18 ---> a8f7aa439911 00:37:18 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:37:18 ---> Running in 30a213ca9813 00:37:18 ---> Running in 32bee0069790 00:37:18 ---> Running in f324de088008 00:37:18 ---> Running in 00a057eced4d 00:37:18 ---> 484c2d1d2cfe 00:37:18 Step 9/23 : RUN make cmd/core-command/core-command 00:37:18 ---> Running in c9b91a3bef67 00:37:18 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:18 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:37:18 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:37:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:37:18 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:21 Removing intermediate container 72b65c521950 00:37:21 ---> fb149c5bd446 00:37:21 Step 4/6 : WORKDIR /edgex-go 00:37:21 ---> Running in c4b0086bc0f6 00:37:22 Removing intermediate container c4b0086bc0f6 00:37:22 ---> 37a72d1481d7 00:37:22 Step 5/6 : COPY go.mod . 00:37:22 ---> 868e4f8379f4 00:37:22 Step 6/6 : RUN go mod download 00:37:22 ---> Running in 7c952b83099b 00:37:49 Removing intermediate container 7c952b83099b 00:37:49 ---> 25d7a56adc91 00:37:50 Successfully built 25d7a56adc91 00:37:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:50 + docker inspect -f . ci-base-image-arm64 00:37:50 . [Pipeline] withDockerContainer 00:37:50 Removing intermediate container 32bee0069790 00:37:50 ---> bc4f7dbaf750 00:37:50 00:37:50 Step 10/30 : FROM alpine:3.12 00:37:50 3.12: Pulling from library/alpine 00:37:50 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:50 Status: Downloaded newer image for alpine:3.12 00:37:50 ---> 389fef711851 00:37:50 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:37:50 prd-ubuntu18.04-docker-arm64-4c-16g-26867 does not seem to be running inside a container 00:37:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:52 $ docker top 62c95ed653d95d21ccfc9b4a5985e4b65700080230d7b216fcba17ea1189dacd -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:53 ---> Running in 7d555427dfc3 00:37:53 + go version 00:37:53 go version go1.15.5 linux/arm64 [Pipeline] } 00:37:53 $ docker stop --time=1 62c95ed653d95d21ccfc9b4a5985e4b65700080230d7b216fcba17ea1189dacd 00:37:55 Removing intermediate container 30a213ca9813 00:37:55 ---> 739208fc8b3d 00:37:55 00:37:55 Step 10/22 : FROM alpine:3.12 00:37:55 ---> 389fef711851 00:37:55 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:37:55 Removing intermediate container 00a057eced4d 00:37:55 ---> 632bf0c0b265 00:37:55 00:37:55 Step 10/22 : FROM alpine:3.12 00:37:55 Removing intermediate container c9b91a3bef67 00:37:55 ---> 0908e94431e5 00:37:55 00:37:55 Step 10/23 : FROM alpine:3.12 00:37:55 ---> 389fef711851 00:37:55 ---> 389fef711851 00:37:55 Step 11/22 : RUN apk add --update --no-cache dumb-initStep 11/23 : RUN apk add --update --no-cache dumb-init 00:37:55 00:37:55 ---> Running in 2599f850cdfe 00:37:55 Removing intermediate container 7d555427dfc3 00:37:55 ---> b0a821eae123 00:37:55 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:37:55 ---> Running in 7cf09ecef78f 00:37:55 ---> Running in a77a6950bdc7 00:37:55 ---> Running in 6b621f8091cf 00:37:55 $ docker rm -f 62c95ed653d95d21ccfc9b4a5985e4b65700080230d7b216fcba17ea1189dacd 00:37:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 00:37:56 (1/2) Installing ca-certificates (20191127-r4) 00:37:56 (2/2) Installing dumb-init (1.2.2-r1) 00:37:56 Executing busybox-1.31.1-r19.trigger 00:37:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:56 Executing ca-certificates-20191127-r4.trigger 00:37:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:56 OK: 6 MiB in 16 packages 00:37:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:56 (1/1) Installing dumb-init (1.2.2-r1) 00:37:56 Executing busybox-1.31.1-r19.trigger 00:37:56 OK: 6 MiB in 15 packages 00:37:56 (1/1) Installing dumb-init (1.2.2-r1) 00:37:56 Executing busybox-1.31.1-r19.trigger 00:37:56 (1/2) Installing dumb-init (1.2.2-r1) 00:37:56 OK: 6 MiB in 15 packages 00:37:56 (2/2) Installing su-exec (0.2-r1) 00:37:56 Executing busybox-1.31.1-r19.trigger 00:37:56 OK: 6 MiB in 16 packages 00:37:56 + docker inspect -f . ci-base-image-arm64 00:37:56 . [Pipeline] withDockerContainer 00:37:57 prd-ubuntu18.04-docker-arm64-4c-16g-26867 does not seem to be running inside a container 00:37:57 $ 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/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:58 $ docker top 72653ed867679eb5e7b043230209f914f97c010241f22737c3a9f3b070a63418 -eo pid,comm [Pipeline] { [Pipeline] echo 00:37:59 ========================================================= 00:37:59 [edgeXBuildGoParallel] Running Tests and Build... 00:37:59 ========================================================= [Pipeline] sh 00:37:59 Removing intermediate container f324de088008 00:37:59 ---> 96919a169b8f 00:37:59 00:37:59 Step 10/23 : FROM alpine:3.12 00:37:59 ---> 389fef711851 00:37:59 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:59 ---> Running in f25bafdde266 00:37:59 Removing intermediate container 2599f850cdfe 00:37:59 ---> ab859e312030 00:37:59 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:37:59 Removing intermediate container f25bafdde266 00:37:59 ---> 0581a3cfe159 00:37:59 Step 12/23 : ENV APP_PORT=48080 00:37:59 ---> Running in 0699954eccd4 00:37:59 + make test 00:37:59 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:00 ---> Running in ba1b91de27c3 00:38:00 Removing intermediate container 7cf09ecef78f 00:38:00 ---> 01a4e1e0b952 00:38:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:00 Removing intermediate container a77a6950bdc7 00:38:00 ---> Running in a6260c6390d7 00:38:00 ---> 1a9945f4111d 00:38:00 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:00 Removing intermediate container 6b621f8091cf 00:38:00 ---> 71f744f9950a 00:38:00 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:38:00 Removing intermediate container 0699954eccd4 00:38:00 ---> c5e94a4cb265 00:38:00 Step 13/22 : ENV APP_PORT=48060 00:38:00 Removing intermediate container ba1b91de27c3 00:38:00 ---> 76cc2f9127dd 00:38:00 Step 13/23 : EXPOSE $APP_PORT 00:38:00 ---> Running in 9c04eaaeeb6b 00:38:00 ---> Running in 8d38203b773d 00:38:00 ---> Running in 142376cbfc83 00:38:00 ---> Running in ab54e37e3aa6 00:38:00 Removing intermediate container a6260c6390d7 00:38:00 ---> ca9520f1cf92 00:38:00 Step 13/23 : ENV APP_PORT=48082 00:38:00 Removing intermediate container 9c04eaaeeb6b 00:38:00 ---> 7cdec1c97a39 00:38:00 Step 13/22 : ENV APP_PORT=48085 00:38:00 Removing intermediate container 8d38203b773d 00:38:00 ---> 58b6f15e5673 00:38:00 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:38:00 ---> Running in 0450366a0636 00:38:01 ---> Running in c2f0585e71a0 00:38:01 Removing intermediate container ab54e37e3aa6 00:38:01 ---> c01a4626c2bc 00:38:01 Step 14/22 : EXPOSE $APP_PORT 00:38:01 Removing intermediate container 142376cbfc83 00:38:01 ---> 5b36d473eef0 00:38:01 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:01 ---> Running in 36fa27a8c852 00:38:01 ---> Running in 025ede058470 00:38:01 Removing intermediate container 0450366a0636 00:38:01 ---> 036f6ebfd5cc 00:38:01 Step 14/23 : EXPOSE $APP_PORT 00:38:01 ---> Running in e6aa0ce49983 00:38:01 Removing intermediate container c2f0585e71a0 00:38:01 ---> 5544e24789a2 00:38:01 Step 14/22 : EXPOSE $APP_PORT 00:38:01 ---> Running in 807a6698a5fa 00:38:01 ---> Running in 691fe55ce4bd 00:38:01 Removing intermediate container 36fa27a8c852 00:38:01 ---> 14abd6d2d85e 00:38:01 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:38:01 Removing intermediate container 025ede058470 00:38:01 ---> 17b57f70dd71 00:38:01 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:01 ---> Running in 8d517a425b0d 00:38:01 Removing intermediate container 807a6698a5fa 00:38:01 ---> fd20d9ac3f71 00:38:01 Step 15/23 : WORKDIR / 00:38:02 ---> Running in b2b0dfa4037e 00:38:02 Removing intermediate container 691fe55ce4bd 00:38:02 ---> fa48d98ea2c1 00:38:02 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:02 ---> d97173432cad 00:38:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:38:02 Removing intermediate container b2b0dfa4037e 00:38:02 ---> aa17d8d86698 00:38:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:03 ---> a16b20d6f290 00:38:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:38:03 ---> 02c84ebecb98 00:38:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:38:03 ---> a922ae9af183 00:38:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:38:04 Removing intermediate container e6aa0ce49983 00:38:04 ---> 5aedc1f6f53a 00:38:04 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:38:04 ---> 76b3b20cd903 00:38:04 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:38:04 ---> Running in 64baf7184afa 00:38:04 ---> ed8561858228 00:38:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:38:05 ---> f321f57b2d34 00:38:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:38:05 ---> Running in 50e08c58c7ec 00:38:05 Removing intermediate container 8d517a425b0d 00:38:05 ---> 94efe784f0d9 00:38:05 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:38:05 ---> Running in 2915eae5aba3 00:38:05 ---> 876ae32e3a93 00:38:05 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:38:05 Removing intermediate container 50e08c58c7ec 00:38:05 ---> b03408a2bfdb 00:38:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:05 ---> 3a230223b934 00:38:05 Step 19/23 : ENTRYPOINT ["/core-command"] 00:38:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:05 ---> Running in 39674d90191c 00:38:05 ---> Running in e22a6b5a04a8 00:38:05 ---> Running in c39ef88a37b6 00:38:05 Removing intermediate container 2915eae5aba3 00:38:05 ---> 5ca8f0cf29eb 00:38:05 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:38:05 Removing intermediate container 39674d90191c 00:38:05 ---> bc01e4040659 00:38:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:06 Removing intermediate container e22a6b5a04a8 00:38:06 ---> a607441d9711 00:38:06 Step 20/22 : LABEL arch=x86_64 00:38:06 Removing intermediate container c39ef88a37b6 00:38:06 ---> ddf68cf0a73e 00:38:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:06 ---> Running in e8c355614a84 00:38:06 ---> Running in 8b96f0c1254d 00:38:06 ---> Running in c01b51f0bb4f 00:38:06 ---> c0d90088de70 00:38:06 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:38:06 ---> Running in b46983e8359a 00:38:06 Removing intermediate container e8c355614a84 00:38:06 ---> 0c54983e364d 00:38:06 Step 20/22 : LABEL arch=x86_64 00:38:06 Removing intermediate container 8b96f0c1254d 00:38:06 ---> 5a5471527d17 00:38:06 Step 21/22 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 00:38:06 Removing intermediate container c01b51f0bb4f 00:38:06 ---> b1d8ff40b184 00:38:06 Step 21/23 : LABEL arch=x86_64 00:38:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:06 ---> Running in e2f018ff80e2 00:38:06 ---> Running in 422a37ac9c26 00:38:06 ---> Running in 02ceb5e60c75 00:38:06 Removing intermediate container 422a37ac9c26 00:38:06 ---> afb3f3f502a9 00:38:06 Step 21/22 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 00:38:07 Removing intermediate container e2f018ff80e2 00:38:07 ---> cd04cbb88056 00:38:07 Step 22/22 : LABEL version=0.0.0 00:38:07 ---> Running in 4202d7b8cf8f 00:38:07 Removing intermediate container 02ceb5e60c75 00:38:07 ---> 8c4ca4b2df8c 00:38:07 Step 22/23 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 00:38:07 ---> Running in 2c0694a7832a 00:38:07 (1/6) Installing dumb-init (1.2.2-r1) 00:38:07 ---> Running in 927869733f5c 00:38:07 Removing intermediate container 4202d7b8cf8f 00:38:07 ---> 2bcaf753cd1c 00:38:07 Step 22/22 : LABEL version=0.0.0 00:38:07 (2/6) Installing libgcc (9.3.0-r2) 00:38:07 (3/6) Installing libsodium (1.0.18-r0) 00:38:07 (4/6) Installing libstdc++ (9.3.0-r2) 00:38:07 ---> Running in 8b4edd455392 00:38:07 Removing intermediate container 2c0694a7832a 00:38:07 ---> 16cc9f285fa5 00:38:07 00:38:07 Removing intermediate container 927869733f5c 00:38:07 ---> 69b254cf639f 00:38:07 Step 23/23 : LABEL version=0.0.0 00:38:07 (5/6) Installing libzmq (4.3.3-r0) 00:38:07 Successfully built 16cc9f285fa5 00:38:07 ---> Running in e1656d0aee8a 00:38:07 (6/6) Installing zeromq (4.3.3-r0) 00:38:07 Successfully tagged docker-support-notifications-go:latest 00:38:07 Building docker-security-secretstore-setup-go 00:38:07  Building docker-support-notifications-go ... done Removing intermediate container 8b4edd455392 00:38:07 ---> 3c79da4f1763 00:38:07 00:38:08 Executing busybox-1.31.1-r19.trigger 00:38:08 OK: 8 MiB in 20 packages 00:38:08 Removing intermediate container b46983e8359a 00:38:08 ---> dcc6d8a690ef 00:38:08 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:08 Removing intermediate container e1656d0aee8a 00:38:08 ---> de6ec7412593 00:38:08 00:38:08 Successfully built 3c79da4f1763 00:38:08 Successfully tagged docker-support-scheduler-go:latest 00:38:08  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 00:38:08 Successfully built de6ec7412593 00:38:08 Successfully tagged docker-core-command-go:latest 00:38:08  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 00:38:08 ---> ea94b568097f 00:38:08 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:38:08 Removing intermediate container 64baf7184afa 00:38:08 ---> aaaf38833048 00:38:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:12 ---> 6edc03d29e8a 00:38:12 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:38:13 ---> a7cd407185c4 00:38:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:38:16 ---> 781905ab48c2 00:38:16 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:38:17 ---> df2dd4823af2 00:38:17 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:38:17 ---> 01e49e8eede0 00:38:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:38:18 ---> Running in 05fe3a80ef52 00:38:20 ---> f0db3e3eb35c 00:38:20 Step 19/23 : ENTRYPOINT ["/core-data"] 00:38:21 ---> Running in 2bcc25d0725c 00:38:21 Removing intermediate container 05fe3a80ef52 00:38:21 ---> 5ea0ceaad437 00:38:21 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:38:26 Removing intermediate container 2bcc25d0725c 00:38:26 ---> 20c9b4416df9 00:38:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:26 ---> 37eeaf972c8a 00:38:26 Step 25/30 : RUN chmod +x /entrypoint.sh 00:38:26 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:27 ---> Running in 4f775b104084 00:38:28 ---> Running in cf9d059cccac 00:38:29 Removing intermediate container 4f775b104084 00:38:29 ---> 3ee2e0a416f7 00:38:29 Step 21/23 : LABEL arch=x86_64 00:38:29 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:38:29 ---> 62e208322608 00:38:29 Step 3/24 : WORKDIR /edgex-go 00:38:29 ---> Using cache 00:38:29 ---> 367e62bdd875 00:38:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:29 ---> Using cache 00:38:29 ---> 20cb709cbf79 00:38:29 Step 5/24 : RUN apk add --update --no-cache make git 00:38:30 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:30 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:38:30 ---> 62e208322608 00:38:30 Step 3/21 : WORKDIR /edgex-go 00:38:30 ---> Using cache 00:38:30 ---> 367e62bdd875 00:38:30 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:30 ---> Using cache 00:38:30 ---> 20cb709cbf79 00:38:30 Step 5/21 : RUN apk add --update --no-cache make git 00:38:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:30 ---> 62e208322608 00:38:30 Step 3/23 : WORKDIR /edgex-go 00:38:30 ---> Using cache 00:38:30 ---> 367e62bdd875 00:38:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:30 ---> Using cache 00:38:30 ---> 20cb709cbf79 00:38:30 Step 5/23 : RUN apk add --update --no-cache make git 00:38:31 ---> Running in dac8044fa470 00:38:31 ---> Running in 801fee0ce1e7 00:38:31 ---> Running in 150815787dcc 00:38:31 ---> Running in e836ca26516b 00:38:32 Removing intermediate container dac8044fa470 00:38:32 ---> e8d1ade41c9f 00:38:32 Step 22/23 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 00:38:32 ---> Running in 1247805d0248 00:38:32 Removing intermediate container 1247805d0248 00:38:32 ---> 1fe4d9f1501e 00:38:32 Step 23/23 : LABEL version=0.0.0 00:38:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:32 ---> Running in 3f30ab63d5e2 00:38:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:32 Removing intermediate container cf9d059cccac 00:38:32 ---> 251859b52b41 00:38:32 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:38:33 Removing intermediate container 3f30ab63d5e2 00:38:33 ---> dcee95113bfc 00:38:33 00:38:33 ---> Running in 59ef703b34c1 00:38:33 Successfully built dcee95113bfc 00:38:33 Successfully tagged docker-core-data-go:latest 00:38:33  Building docker-core-data-go ... done Building docker-sys-mgmt-agent-go 00:38:33 Removing intermediate container 59ef703b34c1 00:38:33 ---> 28036650b938 00:38:33 Step 27/30 : CMD ["gate"] 00:38:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:33 ---> Running in 73153b1355b8 00:38:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:33 Removing intermediate container 73153b1355b8 00:38:33 ---> 9d0b6bea1fd8 00:38:33 Step 28/30 : LABEL arch=x86_64 00:38:33 OK: 233 MiB in 51 packages 00:38:34 OK: 233 MiB in 51 packages 00:38:34 OK: 233 MiB in 51 packages 00:38:34 ---> Running in 6e6b050fb1eb 00:38:36 Removing intermediate container 6e6b050fb1eb 00:38:36 ---> 601d4df2c39a 00:38:36 Step 29/30 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 00:38:37 ---> Running in fbc802dd35c8 00:38:37 Removing intermediate container 801fee0ce1e7 00:38:37 ---> 82c528cae14d 00:38:37 Step 6/23 : COPY go.mod . 00:38:37 Removing intermediate container e836ca26516b 00:38:37 ---> 6a31efb48597 00:38:37 Step 6/21 : COPY go.mod . 00:38:37 Removing intermediate container 150815787dcc 00:38:37 ---> baa5b08211d8 00:38:37 Step 6/24 : COPY go.mod . 00:38:38 ---> 7d545a157da3 00:38:38 Step 7/21 : RUN go mod download 00:38:38 Removing intermediate container fbc802dd35c8 00:38:38 ---> 8b7056b87793 00:38:38 Step 30/30 : LABEL version=0.0.0 00:38:38 ---> 7051143ed026 00:38:38 Step 7/23 : RUN go mod download 00:38:39 ---> Running in f7203a930aec 00:38:39 ---> 919d82e8fb80 00:38:39 Step 7/24 : RUN go mod download 00:38:39 ---> Running in d5a0a478f9a9 00:38:39 ---> Running in 888bf6f2210c 00:38:40 ---> Running in 58ba41ec5f30 00:38:41 Removing intermediate container 888bf6f2210c 00:38:41 ---> 2686fcce8085 00:38:41 00:38:41 Successfully built 2686fcce8085 00:38:41 Successfully tagged docker-security-bootstrapper-go:latest 00:38:44  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:44 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:38:44 ---> 62e208322608 00:38:44 Step 3/26 : WORKDIR /edgex-go 00:38:44 ---> Using cache 00:38:44 ---> 367e62bdd875 00:38:44 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:44 ---> Using cache 00:38:44 ---> 20cb709cbf79 00:38:44 Step 5/26 : RUN apk add --update --no-cache make bash git 00:38:44 ---> Running in 5f1b9023afc6 00:38:45 Removing intermediate container 58ba41ec5f30 00:38:45 ---> f0fed8905cc6 00:38:45 Step 8/24 : COPY . . 00:38:45 Removing intermediate container f7203a930aec 00:38:45 ---> fbe30668624b 00:38:45 Step 8/21 : COPY . . 00:38:45 Removing intermediate container d5a0a478f9a9 00:38:45 ---> b66c2f0917da 00:38:45 Step 8/23 : COPY . . 00:38:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:46 OK: 233 MiB in 51 packages 00:38:56 Removing intermediate container 5f1b9023afc6 00:38:56 ---> de0fb997c2d7 00:38:56 Step 6/26 : COPY go.mod . 00:39:02 ---> 0deaac8f2012 00:39:02 Step 7/26 : RUN go mod download 00:39:04 ---> Running in b038cf0667bc 00:39:10 Removing intermediate container b038cf0667bc 00:39:10 ---> 54d23f7e2527 00:39:10 Step 8/26 : COPY . . 00:39:15 ---> f668f5514810 00:39:15 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:39:15 ---> 8a28e7198591 00:39:15 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:39:15 ---> 79dcb282556a 00:39:15 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:39:15 ---> Running in 57faa1552e8b 00:39:15 ---> Running in a5fd78adc051 00:39:15 ---> Running in 96f6291d4e29 00:39:17 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:17 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:39: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:39:23 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:23 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:30 ---> 366624c199f6 00:39:30 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:39:30 ---> Running in 6527fc1871de 00:39:30 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:39:31 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:40 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:40 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:39:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:49 Removing intermediate container 96f6291d4e29 00:39:49 ---> aab9f76173ed 00:39:49 00:39:49 Step 10/21 : FROM alpine:3.12 00:39:49 ---> 389fef711851 00:39:49 Step 11/21 : RUN apk add --update --no-cache curl 00:39:49 Removing intermediate container 57faa1552e8b 00:39:49 ---> 17a5a46dcf84 00:39:49 00:39:49 Step 10/24 : FROM alpine:3.12 00:39:49 ---> 389fef711851 00:39:49 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:39:50 ---> Running in e797df7b0e0d 00:39:50 ---> Running in ec2357c8da99 00:39:51 Removing intermediate container a5fd78adc051 00:39:51 ---> c0364866bb39 00:39:51 00:39:51 Step 10/23 : FROM alpine:3.12 00:39:51 ---> 389fef711851 00:39:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:39:51 ---> Using cache 00:39:51 ---> 1a9945f4111d 00:39:51 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:51 ---> Using cache 00:39:51 ---> 7cdec1c97a39 00:39:51 Step 13/23 : ENV APP_PORT=48081 00:39:51 ---> Running in c61e91703f7c 00:39:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:51 (1/4) Installing ca-certificates (20191127-r4) 00:39:51 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:39:51 (3/4) Installing libcurl (7.69.1-r3) 00:39:51 (4/4) Installing curl (7.69.1-r3) 00:39:51 Executing busybox-1.31.1-r19.trigger 00:39:52 Executing ca-certificates-20191127-r4.trigger 00:39:52 OK: 7 MiB in 18 packages 00:39:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:52 Removing intermediate container c61e91703f7c 00:39:52 ---> b9bdff36333a 00:39:52 Step 14/23 : EXPOSE $APP_PORT 00:39:52 (1/5) Installing ca-certificates (20191127-r4) 00:39:52 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:39:52 (3/5) Installing libcurl (7.69.1-r3) 00:39:52 (4/5) Installing curl (7.69.1-r3) 00:39:52 (5/5) Installing dumb-init (1.2.2-r1) 00:39:52 Executing busybox-1.31.1-r19.trigger 00:39:52 Executing ca-certificates-20191127-r4.trigger 00:39:52 OK: 7 MiB in 19 packages 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.433s coverage: 45.9% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.273s coverage: 100.0% of statements 00:39:53 ---> Running in 684dcb572dd6 00:39:53 Removing intermediate container 6527fc1871de 00:39:53 ---> 27f37a1c902e 00:39:53 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:39:54 ---> Running in 0d10f3c02804 00:39:54 Removing intermediate container 684dcb572dd6 00:39:54 ---> d4c46604cd9f 00:39:54 Step 15/23 : WORKDIR / 00:39:55 ---> Running in 486f127787d1 00:39:55 Removing intermediate container e797df7b0e0d 00:39:55 ---> f7ebe00a962c 00:39:55 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:55 Removing intermediate container ec2357c8da99 00:39:55 ---> b450f77a8c85 00:39:55 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:39:55 ---> Running in e4fc81b6ae9e 00:39:55 ---> Running in 535f2eadcff0 00:39:55 Removing intermediate container 486f127787d1 00:39:55 ---> 850bbd07fb3c 00:39:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:56 Removing intermediate container e4fc81b6ae9e 00:39:56 ---> c3fd047f775d 00:39:56 Step 13/21 : WORKDIR /edgex 00:39:56 Removing intermediate container 535f2eadcff0 00:39:56 ---> deae0985179d 00:39:56 Step 13/24 : WORKDIR / 00:39:56 ---> Running in e6e748e5b9c0 00:39:56 ---> Running in ed3027a99b54 00:39:56 ---> 55a5ddd0b88f 00:39:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:39:56 Removing intermediate container e6e748e5b9c0 00:39:56 ---> 148356539529 00:39:56 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:39:56 Removing intermediate container ed3027a99b54 00:39:56 ---> a8c17bbbc5a5 00:39:56 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:39:57 ---> 3f0bddc48fc4 00:39:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:39:57 ---> 624702a4ac53 00:39:57 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:39:57 ---> fc762ac2ac50 00:39:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:39:57 Removing intermediate container 0d10f3c02804 00:39:57 ---> ef51badb2c95 00:39:57 00:39:57 Step 11/26 : FROM docker:20.10.0 00:39:57 20.10.0: Pulling from library/docker 00:39:57 ---> 371f344abe01 00:39:57 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:39:57 ---> ebf771017af2 00:39:57 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:39:58 ---> Running in c2126de86f51 00:39:58 ---> c349fe7750f7 00:39:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:39:58 ---> 508903a3b1da 00:39:58 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:39:59 Removing intermediate container c2126de86f51 00:39:59 ---> a55f1c669453 00:39:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:59 ---> Running in 149ee2f02c7f 00:39:59 ---> be1ec0d754fb 00:39:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:39:59 ---> 20c258ea94bd 00:39:59 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:39:59 ---> Running in 9df1a604b8ee 00:39:59 Removing intermediate container 149ee2f02c7f 00:39:59 ---> 566ab077160f 00:39:59 Step 21/23 : LABEL arch=x86_64 00:39:59 ---> Running in 47ee518c973c 00:39:59 Removing intermediate container 9df1a604b8ee 00:39:59 ---> f5bb45222718 00:39:59 Step 18/21 : CMD ["--init=true"] 00:39:59 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.646s coverage: 27.1% of statements 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.067s coverage: 100.0% of statements 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.110s coverage: 100.0% of statements 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:00 ---> Running in 7676c07d19b8 00:40:00 ---> b260a31f2a2f 00:40:00 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:40:00 Removing intermediate container 47ee518c973c 00:40:00 ---> abd3abd96bee 00:40:00 Step 22/23 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 00:40:00 ---> Running in 64a02dc3ce48 00:40:00 Removing intermediate container 7676c07d19b8 00:40:00 ---> 86c129959e8d 00:40:00 Step 19/21 : LABEL arch=x86_64 00:40:00 ---> Running in 535dd1db66a8 00:40:01 ---> dca9c3db5267 00:40:01 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:01 Removing intermediate container 64a02dc3ce48 00:40:01 ---> aa8a497bdbe9 00:40:01 Step 23/23 : LABEL version=0.0.0 00:40:01 ---> Running in bc115f9a3abd 00:40:01 Removing intermediate container 535dd1db66a8 00:40:01 ---> 476fb138514e 00:40:01 Step 20/21 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 00:40:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.231s coverage: 65.8% of statements 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:01 ---> Running in 3b48a7cd5d4f 00:40:01 ---> Running in 41f93f1d7552 00:40:01 Removing intermediate container 3b48a7cd5d4f 00:40:01 ---> 6137469d05e8 00:40:01 00:40:01 Removing intermediate container 41f93f1d7552 00:40:01 ---> 8c8b485fa835 00:40:01 Step 21/21 : LABEL version=0.0.0 00:40:02 Successfully built 6137469d05e8 00:40:02 Successfully tagged docker-core-metadata-go:latest 00:40:02  Building docker-core-metadata-go ... done  ---> Running in a11b782d8c6d 00:40:02 Removing intermediate container a11b782d8c6d 00:40:02 ---> 554a56f94c3c 00:40:02 00:40:02 Successfully built 554a56f94c3c 00:40:02 Successfully tagged docker-security-proxy-setup-go:latest 00:40:03  Building docker-security-proxy-setup-go ... done Removing intermediate container bc115f9a3abd 00:40:03 ---> c699eeaf5c13 00:40:03 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:40:03 ---> Running in e8e177834d77 00:40:03 Removing intermediate container e8e177834d77 00:40:03 ---> 32fd67b5468c 00:40:03 Step 22/24 : LABEL arch=x86_64 00:40:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.843s coverage: 82.3% of statements 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:03 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:40:03 ---> Running in 8617d790ac7f 00:40:03 Status: Downloaded newer image for docker:20.10.0 00:40:03 ---> aefe523efa57 00:40:03 Step 12/26 : RUN apk add --no-cache bash 00:40:03 ---> Running in eb12d82b331c 00:40:03 Removing intermediate container 8617d790ac7f 00:40:03 ---> 906e17140c60 00:40:03 Step 23/24 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 00:40:03 ---> Running in 846ed81d1878 00:40:03 Removing intermediate container 846ed81d1878 00:40:03 ---> d67da9950501 00:40:03 Step 24/24 : LABEL version=0.0.0 00:40:03 ---> Running in a05a425145e7 00:40:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:04 Removing intermediate container a05a425145e7 00:40:04 ---> d5b581fd1485 00:40:04 00:40:04 (1/2) Installing readline (8.0.4-r0) 00:40:04 (2/2) Installing bash (5.0.17-r0) 00:40:04 Executing bash-5.0.17-r0.post-install 00:40:04 Executing busybox-1.31.1-r19.trigger 00:40:04 Successfully built d5b581fd1485 00:40:04 OK: 12 MiB in 22 packages 00:40:04 Successfully tagged docker-security-secretstore-setup-go:latest 00:40:05  Building docker-security-secretstore-setup-go ... done Removing intermediate container eb12d82b331c 00:40:05 ---> 2afb0e29412e 00:40:05 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:40:05 ---> Running in a5ddf0c3b83d 00:40:05 Removing intermediate container a5ddf0c3b83d 00:40:05 ---> 2fc134c1c0a7 00:40:05 Step 14/26 : ENV APP_PORT=48090 00:40:05 ---> Running in 438863802c56 00:40:06 Removing intermediate container 438863802c56 00:40:06 ---> 8fec753ed7b9 00:40:06 Step 15/26 : EXPOSE $APP_PORT 00:40:06 ---> Running in 933a34c2776a 00:40:06 Removing intermediate container 933a34c2776a 00:40:06 ---> 0207943348f0 00:40:06 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:40:06 ---> fed155440072 00:40:06 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:40:06 ---> 3313a2eb40ae 00:40:06 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:40:07 ---> a84f9be03680 00:40:07 Step 19/26 : RUN apk --no-cache add py3-pip 00:40:07 ---> Running in 219ce9097545 00:40:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:08 (1/33) Installing libbz2 (1.0.8-r1) 00:40:08 (2/33) Installing expat (2.2.9-r1) 00:40:08 (3/33) Installing libffi (3.3-r2) 00:40:08 (4/33) Installing gdbm (1.13-r1) 00:40:08 (5/33) Installing xz-libs (5.2.5-r0) 00:40:08 (6/33) Installing sqlite-libs (3.32.1-r0) 00:40:08 (7/33) Installing python3 (3.8.5-r0) 00:40:09 (8/33) Installing py3-appdirs (1.4.4-r1) 00:40:09 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:40:09 (10/33) Installing py3-parsing (2.4.7-r0) 00:40:09 (11/33) Installing py3-six (1.15.0-r0) 00:40:09 (12/33) Installing py3-packaging (20.4-r0) 00:40:09 (13/33) Installing py3-setuptools (47.0.0-r0) 00:40:09 (14/33) Installing py3-chardet (3.0.4-r4) 00:40:09 (15/33) Installing py3-idna (2.9-r0) 00:40:09 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:40:09 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:40:09 (18/33) Installing py3-requests (2.23.0-r0) 00:40:09 (19/33) Installing py3-msgpack (1.0.0-r0) 00:40:09 (20/33) Installing py3-lockfile (0.12.2-r3) 00:40:09 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:40:09 (22/33) Installing py3-colorama (0.4.3-r0) 00:40:09 (23/33) Installing py3-distlib (0.3.0-r0) 00:40:09 (24/33) Installing py3-distro (1.5.0-r1) 00:40:09 (25/33) Installing py3-webencodings (0.5.1-r3) 00:40:09 (26/33) Installing py3-html5lib (1.0.1-r4) 00:40:09 (27/33) Installing py3-pytoml (0.1.21-r0) 00:40:09 (28/33) Installing py3-pep517 (0.8.2-r0) 00:40:09 (29/33) Installing py3-progress (1.5-r0) 00:40:09 (30/33) Installing py3-toml (0.10.1-r0) 00:40:09 (31/33) Installing py3-retrying (1.3.3-r0) 00:40:09 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:40:09 (33/33) Installing py3-pip (20.1.1-r0) 00:40:09 Executing busybox-1.31.1-r19.trigger 00:40:09 OK: 71 MiB in 55 packages 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.227s coverage: 28.6% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.196s coverage: 100.0% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.080s coverage: 100.0% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.331s coverage: 86.7% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.605s coverage: 97.5% of statements 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.181s coverage: 78.3% of statements 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:17 Removing intermediate container 219ce9097545 00:40:17 ---> 48a8365bd0b2 00:40:17 Step 20/26 : RUN pip install docker-compose==1.23.2 00:40:17 ---> Running in f293cac4a9bc 00:40:18 Collecting docker-compose==1.23.2 00:40:18 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:40:18 Collecting websocket-client<1.0,>=0.32.0 00:40:18 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:40:18 Collecting docopt<0.7,>=0.6.1 00:40:18 Downloading docopt-0.6.2.tar.gz (25 kB) 00:40:19 Collecting PyYAML<4,>=3.10 00:40:19 Downloading PyYAML-3.13.tar.gz (270 kB) 00:40:20 Collecting dockerpty<0.5,>=0.4.1 00:40:20 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:40:20 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:40:20 Collecting jsonschema<3,>=2.5.1 00:40:20 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:40:20 Collecting cached-property<2,>=1.2.0 00:40:20 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:40:20 Collecting texttable<0.10,>=0.9.0 00:40:20 Downloading texttable-0.9.1.tar.gz (11 kB) 00:40:21 Collecting docker<4.0,>=3.6.0 00:40:21 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:40:21 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:40:21 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:40:21 Collecting docker-pycreds>=0.4.0 00:40:21 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:40:21 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:40:21 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:40:21 Collecting idna<2.8,>=2.5 00:40:21 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:40:22 Collecting urllib3<1.25,>=1.21.1 00:40:22 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:40:22 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:40:22 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:40:22 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:40:22 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:40:22 Installing collected packages: websocket-client, docopt, PyYAML, dockerpty, jsonschema, cached-property, texttable, idna, urllib3, requests, docker-pycreds, docker, docker-compose 00:40:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.394s coverage: 92.8% of statements 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.194s coverage: 0.1% of statements 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:40:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 45.5% of statements 00:40:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.150s coverage: 79.5% of statements 00:40:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements 00:40:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.115s coverage: 96.3% of statements 00:40:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.081s coverage: 87.5% of statements 00:40:22 Running setup.py install for docopt: started 00:40:22 Running setup.py install for docopt: finished with status 'done' 00:40:22 Running setup.py install for PyYAML: started 00:40:23 Running setup.py install for PyYAML: finished with status 'done' 00:40:23 Running setup.py install for dockerpty: started 00:40:23 Running setup.py install for dockerpty: finished with status 'done' 00:40:23 Running setup.py install for texttable: started 00:40:24 Running setup.py install for texttable: finished with status 'done' 00:40:24 Attempting uninstall: idna 00:40:24 Found existing installation: idna 2.9 00:40:24 Uninstalling idna-2.9: 00:40:24 Successfully uninstalled idna-2.9 00:40:24 Attempting uninstall: urllib3 00:40:24 Found existing installation: urllib3 1.25.9 00:40:24 Uninstalling urllib3-1.25.9: 00:40:24 Successfully uninstalled urllib3-1.25.9 00:40:24 Attempting uninstall: requests 00:40:24 Found existing installation: requests 2.23.0 00:40:24 Uninstalling requests-2.23.0: 00:40:24 Successfully uninstalled requests-2.23.0 00:40:25 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:40:28 Removing intermediate container f293cac4a9bc 00:40:28 ---> c01975e2478b 00:40:28 Step 21/26 : RUN apk --no-cache add curl 00:40:28 ---> Running in bf71f470c093 00:40:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:29 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:40:29 (2/3) Installing libcurl (7.69.1-r3) 00:40:29 (3/3) Installing curl (7.69.1-r3) 00:40:29 Executing busybox-1.31.1-r19.trigger 00:40:29 OK: 72 MiB in 58 packages 00:40:29 Removing intermediate container bf71f470c093 00:40:29 ---> b4bf12e7a88e 00:40:29 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:40:29 ---> Running in 235cb26f3ec2 00:40:29 Removing intermediate container 235cb26f3ec2 00:40:29 ---> 508c5c3cfacf 00:40:29 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:30 ---> Running in 0229c42cbe8e 00:40:30 Removing intermediate container 0229c42cbe8e 00:40:30 ---> 4230d9bed3b0 00:40:30 Step 24/26 : LABEL arch=x86_64 00:40:30 ---> Running in 1d78aeb96ff3 00:40:30 Removing intermediate container 1d78aeb96ff3 00:40:30 ---> c284652eb7af 00:40:30 Step 25/26 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 00:40:30 ---> Running in 7a1a3ad973be 00:40:30 Removing intermediate container 7a1a3ad973be 00:40:30 ---> aa01df959268 00:40:30 Step 26/26 : LABEL version=0.0.0 00:40:30 ---> Running in 2ebaa02d2795 00:40:30 Removing intermediate container 2ebaa02d2795 00:40:30 ---> d944c185a394 00:40:30 00:40:30 Successfully built d944c185a394 00:40:30 Successfully tagged docker-sys-mgmt-agent-go:latest 00:40:31  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:40:31 $ docker stop --time=1 2d6d60431dc020cd1c514d883d55ce40f515ebefec62562ff1f9258e82570ff1 00:40:32 $ docker rm -f 2d6d60431dc020cd1c514d883d55ce40f515ebefec62562ff1f9258e82570ff1 [Pipeline] // withDockerContainer [Pipeline] sh 00:40:33 + docker images 00:40:33 + grep docker 00:40:33 docker-sys-mgmt-agent-go latest d944c185a394 3 seconds ago 313MB 00:40:33 docker-security-secretstore-setup-go latest d5b581fd1485 29 seconds ago 24.9MB 00:40:33 docker-security-proxy-setup-go latest 554a56f94c3c 31 seconds ago 24.7MB 00:40:33 docker-core-metadata-go latest 6137469d05e8 32 seconds ago 19MB 00:40:33 docker-security-bootstrapper-go latest 2686fcce8085 About a minute ago 18.2MB 00:40:33 docker-core-data-go latest dcee95113bfc 2 minutes ago 22.4MB 00:40:33 docker-core-command-go latest de6ec7412593 2 minutes ago 17.1MB 00:40:33 docker-support-notifications-go latest 16cc9f285fa5 2 minutes ago 17.7MB 00:40:33 docker-support-scheduler-go latest 3c79da4f1763 2 minutes ago 17.2MB 00:40:33 docker 20.10.0 aefe523efa57 2 months 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:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.083s coverage: 94.4% of statements 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 00:40:49 Still waiting to schedule task 00:40:49 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.164s coverage: 92.9% of statements 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.074s coverage: 77.8% of statements 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.126s coverage: 87.2% of statements 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.139s coverage: 84.2% of statements 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.180s coverage: 91.4% of statements 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.659s coverage: 63.5% of statements 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.081s coverage: 100.0% of statements 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.114s coverage: 91.3% of statements 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.104s coverage: 73.7% of statements 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.729s coverage: 68.9% of statements 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:40:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.399s coverage: 37.0% of statements 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.783s coverage: 84.0% of statements 00:40:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.068s coverage: 100.0% of statements 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.455s coverage: 47.0% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.146s coverage: 100.0% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.142s coverage: 100.0% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.369s coverage: 89.4% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.411s coverage: 29.1% of statements 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.223s coverage: 99.0% of statements 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.091s coverage: 100.0% of statements 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.189s coverage: 100.0% of statements 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.091s coverage: 87.9% of statements 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 100.0% of statements 00:41:09 GO111MODULE=on go vet ./... 00:42:31 gofmt -l . 00:42:31 [ "`gofmt -l .`" = "" ] 00:42:32 ./bin/test-go-mod-tidy.sh 00:42:33 ./bin/test-attribution-txt.sh [Pipeline] sh 00:42:35 + ls -al . 00:42:35 total 736 00:42:35 drwxrwxr-x 9 1001 1001 4096 Feb 19 00:42 . 00:42:35 drwxr-xr-x 4 root root 4096 Feb 19 00:37 .. 00:42:35 -rw-rw-r-- 1 1001 1001 11 Feb 19 00:36 .dockerignore 00:42:35 drwxrwxr-x 8 1001 1001 4096 Feb 19 00:36 .git 00:42:35 drwxrwxr-x 3 1001 1001 4096 Feb 19 00:36 .github 00:42:35 -rw-rw-r-- 1 1001 1001 818 Feb 19 00:36 .gitignore 00:42:35 -rw-rw-r-- 1 1001 1001 166 Feb 19 00:36 .sonarcloud.properties 00:42:35 -rw-rw-r-- 1 1001 1001 8475 Feb 19 00:36 Attribution.txt 00:42:35 -rw-rw-r-- 1 1001 1001 3804 Feb 19 00:36 CONTRIBUTING.md 00:42:35 -rw-rw-r-- 1 1001 1001 931 Feb 19 00:36 Dockerfile.build 00:42:35 -rw-rw-r-- 1 1001 1001 863 Feb 19 00:36 Jenkinsfile 00:42:35 -rw-rw-r-- 1 1001 1001 10775 Feb 19 00:36 LICENSE 00:42:35 -rw-rw-r-- 1 1001 1001 5774 Feb 19 00:36 Makefile 00:42:35 -rw-rw-r-- 1 1001 1001 6524 Feb 19 00:36 README.md 00:42:35 -rw-rw-r-- 1 1001 1001 6755 Feb 19 00:36 SECURITY.md 00:42:35 -rw-rw-r-- 1 1001 1001 5 Feb 19 00:32 VERSION 00:42:35 -rw-rw-r-- 1 1001 1001 4131 Feb 19 00:36 ZMQWindows.md 00:42:35 drwxrwxr-x 2 1001 1001 4096 Feb 19 00:36 bin 00:42:35 drwxrwxr-x 14 1001 1001 4096 Feb 19 00:36 cmd 00:42:35 -rw-r--r-- 1 root root 597520 Feb 19 00:41 coverage.out 00:42:35 -rw-r--r-- 1 root root 1055 Feb 19 00:42 go.mod 00:42:35 -rw-r--r-- 1 root root 21638 Feb 19 00:42 go.sum 00:42:35 drwxrwxr-x 8 1001 1001 4096 Feb 19 00:36 internal 00:42:35 drwxrwxr-x 4 1001 1001 4096 Feb 19 00:36 openapi 00:42:35 drwxrwxr-x 4 1001 1001 4096 Feb 19 00:36 snap 00:42:35 -rw-rw-r-- 1 1001 1001 168 Feb 19 00:36 version.go [Pipeline] sh 00:42:36 + '[' -e coverage.out ] 00:42:36 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:36 Warning: overwriting stash ‘coverage-report’ 00:42:37 Stashed 1 file(s) [Pipeline] sh 00:42:38 + make build 00:42:38 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:42:45 Running on prd-ubuntu18.04-docker-8c-8g-26871 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:42:45 Running in /w/workspace/edgex-go/66 [Pipeline] { [Pipeline] checkout 00:42:47 using credential edgex-jenkins-ssh 00:42:47 Cloning the remote Git repository 00:42:47 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:42:47 > git init /w/workspace/edgex-go/66 # timeout=10 00:42:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:47 > git --version # timeout=10 00:42:47 > git --version # 'git version 2.17.1' 00:42:47 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:50 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:42:53 Merging remotes/origin/master commit 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:42:53 Merge succeeded, producing 87efae8899e82b8b1d432e8ef2283b0577a905e3 00:42:53 Checking out Revision 87efae8899e82b8b1d432e8ef2283b0577a905e3 (PR-2858) 00:42:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:52 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:42:53 > git config core.sparsecheckout # timeout=10 00:42:53 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:42:53 > git remote # timeout=10 00:42:53 > git config --get remote.origin.url # timeout=10 00:42:53 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:53 > git merge 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 # timeout=10 00:42:53 > git rev-parse HEAD^{commit} # timeout=10 00:42:53 > git config core.sparsecheckout # timeout=10 00:42:53 > git checkout -f 87efae8899e82b8b1d432e8ef2283b0577a905e3 # timeout=10 00:42:57 Commit message: "Merge commit '2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33' into HEAD" 00:42:57 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:42:57 > git rev-list --no-walk 7353095aee73c78019a4fb8d661452a8e1792ede # timeout=10 00:42:58 + echo snap-build.sh 00:42:58 snap-build.sh 00:42:58 + SNAP_BASE_DIR=. 00:42:58 + '[' '!' -z /w/workspace/edgex-go/66 ']' 00:42:58 + SNAP_BASE_DIR=/w/workspace/edgex-go/66 00:42:58 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/66]' 00:42:58 [snap-build] Building snap in dir [/w/workspace/edgex-go/66] 00:42:58 + cd /w/workspace/edgex-go/66 00:42:58 + sudo apt-get remove -qy --purge lxd lxd-client 00:42:58 Reading package lists... 00:42:58 Building dependency tree... 00:42:58 Reading state information... 00:42:58 The following packages were automatically installed and are no longer required: 00:42:58 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:42:58 uidmap xdelta3 00:42:58 Use 'sudo apt autoremove' to remove them. 00:42:58 The following packages will be REMOVED: 00:42:58 lxd* lxd-client* 00:42:58 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:42:58 After this operation, 31.7 MB disk space will be freed. 00:42:59 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:42:59 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:00 Removing lxd dnsmasq configuration 00:43:00 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:43:00 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:43:01 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:43:02 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:43:02 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:03 Processing triggers for systemd (237-3ubuntu10.42) ... 00:43:03 Processing triggers for ureadahead (0.100.0-21) ... 00:43:04 + sudo snap remove --purge lxd 00:43:05 snap "lxd" is not installed 00:43:05 + sudo groupadd --force --system lxd 00:43:05 ++ whoami 00:43:05 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:43:05 + newgrp - lxd 00:43:05 + sudo snap install lxd 00:43:12 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:15 2021-02-19T00:43:11Z INFO Waiting for automatic snapd restart... 00:43:16 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:22 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:23 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:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:43:30 lxd 4.11 from Canonical* installed 00:43:30 + sudo lxd init --auto 00:43: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:43:39 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:40 + sudo snap install --classic snapcraft 00:43:44 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:44 snapcraft 4.5.1 from Canonical* installed 00:43:44 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:43:44 + patch --verbose -p1 00:43:44 Hmm... Looks like a unified diff to me... 00:43:44 The text leading up to this was: 00:43:44 -------------------------- 00:43:44 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:43:44 |From: Tony Espy 00:43:44 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:43:44 |Subject: [PATCH] optimize snap build for pipeline CI check 00:43:44 | 00:43:44 |This patch is used by the EdgeX CI pipeline builds to 00:43:44 |optimize the snap CI check run for pull requests. When 00:43:44 |applied, it essentially strips out everything (apps and 00:43:44 |parts) from the snapcraft.yaml file except those required 00:43:44 |to build edgex-go, as the whole idea of the CI check is to 00:43:44 |catch changes to edgex-go that break the snap build. 00:43:44 | 00:43:44 |In general, anyone updating snapcraft.yaml will also need 00:43:44 |to update this patch file, otherwise it may fail to apply, 00:43:44 |resulting in a failed snap build CI check in the associated 00:43:44 |pull request. 00:43:44 | 00:43:44 |Note - in addition to applying this patch, the pipeline also 00:43:44 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:43:44 |need to build the finally binary .snap file (and it won't 00:43:44 |work with the patch applied). This further reduces the build 00:43:44 |time. 00:43:44 |--- 00:43:44 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:43:44 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:43:44 | 00:43:44 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:43:44 |index 1e537489..faf42425 100644 00:43:44 |--- a/snap/snapcraft.yaml 00:43:44 |+++ b/snap/snapcraft.yaml 00:43:44 -------------------------- 00:43:44 patching file snap/snapcraft.yaml 00:43:44 Using Plan A... 00:43:44 Hunk #1 succeeded at 73. 00:43:44 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 00:43:44 Hunk #3 succeeded at 217 (offset 3 lines). 00:43:44 Hunk #4 FAILED at 222. 00:43:44 Hunk #5 succeeded at 303 (offset 4 lines). 00:43:44 Hunk #6 succeeded at 330 (offset 4 lines). 00:43:44 Hunk #7 succeeded at 364 (offset 4 lines). 00:43:44 Hunk #8 FAILED at 411. 00:43:44 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:43:44 Hmm... Ignoring the trailing garbage. 00:43:44 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:43:45 Failed in branch amd64 00:43:49 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:55 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:44:03 $ docker stop --time=1 72653ed867679eb5e7b043230209f914f97c010241f22737c3a9f3b070a63418 00:44:06 $ docker rm -f 72653ed867679eb5e7b043230209f914f97c010241f22737c3a9f3b070a63418 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:08 00:44:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:09 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:09 29e5d40040c1: Pulling fs layer 00:44:09 1ce36da41761: Pulling fs layer 00:44:09 25b303627fd3: Pulling fs layer 00:44:09 29e5d40040c1: Verifying Checksum 00:44:09 29e5d40040c1: Download complete 00:44:10 1ce36da41761: Verifying Checksum 00:44:10 1ce36da41761: Download complete 00:44:10 29e5d40040c1: Pull complete 00:44:11 1ce36da41761: Pull complete 00:44:11 25b303627fd3: Verifying Checksum 00:44:11 25b303627fd3: Download complete 00:44:22 25b303627fd3: Pull complete 00:44:22 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:44:22 prd-ubuntu18.04-docker-arm64-4c-16g-26867 does not seem to be running inside a container 00:44:22 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:25 $ docker top ca277d4bebadb727c5d3cac8233586798c34d3a9a56b7746471e99125089d676 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:26 + grep parallel 00:44:26 + docker-compose build --help 00:44:32 --parallel Build images in parallel. [Pipeline] } 00:44:32 $ docker stop --time=1 ca277d4bebadb727c5d3cac8233586798c34d3a9a56b7746471e99125089d676 00:44:34 $ docker rm -f ca277d4bebadb727c5d3cac8233586798c34d3a9a56b7746471e99125089d676 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:35 . [Pipeline] withDockerContainer 00:44:35 prd-ubuntu18.04-docker-arm64-4c-16g-26867 does not seem to be running inside a container 00:44:35 $ 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/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@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:37 $ docker top 13f41a4e99049bd7b32d291e2a9588c0f6f19e8e02c03d4dba823d6d5c0c6e60 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:38 + docker-compose -f ./docker-compose-build.yml build --parallel 00:44:42 Building docker-core-command-go ... 00:44:42 Building docker-core-data-go ... 00:44:42 Building docker-core-metadata-go ... 00:44:42 Building docker-security-bootstrapper-go ... 00:44:42 Building docker-security-proxy-setup-go ... 00:44:42 Building docker-security-secretstore-setup-go ... 00:44:42 Building docker-support-notifications-go ... 00:44:42 Building docker-support-scheduler-go ... 00:44:42 Building docker-sys-mgmt-agent-go ... 00:44:42 Building docker-core-metadata-go 00:44:42 Building docker-security-proxy-setup-go 00:44:42 Building docker-core-command-go 00:44:42 Building docker-sys-mgmt-agent-go 00:44:42 Building docker-core-data-go 00:46:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:04 ---> 25d7a56adc91 00:46:04 Step 3/23 : WORKDIR /edgex-go 00:46:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:04 ---> 25d7a56adc91 00:46:04 Step 3/23 : WORKDIR /edgex-go 00:46:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:04 ---> 25d7a56adc91 00:46:04 Step 3/23 : WORKDIR /edgex-go 00:46:04 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:04 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:46:04 ---> 25d7a56adc91 00:46:04 Step 3/21 : WORKDIR /edgex-go 00:46:04 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:04 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:46:04 ---> 25d7a56adc91 00:46:04 Step 3/26 : WORKDIR /edgex-go 00:46:04 ---> Running in dd333d174664 00:46:04 ---> Running in a7135e9a0cf6 00:46:04 ---> Running in e5e6249c045d 00:46:04 ---> Running in 98b06e1373c2 00:46:04 ---> Running in cf32c6fb17b8 00:46:04 Removing intermediate container dd333d174664 00:46:04 ---> c381413aa65c 00:46:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:04 Removing intermediate container e5e6249c045d 00:46:04 ---> eebf6cb4b5a6 00:46:04 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:04 Removing intermediate container a7135e9a0cf6 00:46:04 ---> 8dbfb7bf4d68 00:46:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:04 Removing intermediate container 98b06e1373c2 00:46:04 ---> 954004bf4df1 00:46:04 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:04 Removing intermediate container cf32c6fb17b8 00:46:04 ---> 7824e4492cf1 00:46:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:04 ---> Running in 00d2e25ea5fd 00:46:04 ---> Running in 826e96d3b79c 00:46:04 ---> Running in f2c655b48cf1 00:46:04 ---> Running in 423761e78ea1 00:46:04 ---> Running in af0751c6d3df 00:46:04 Removing intermediate container 00d2e25ea5fd 00:46:04 ---> c0d0355f2d7c 00:46:04 Step 5/23 : RUN apk add --update --no-cache make git 00:46:04 ---> Running in 26518edfe056 00:46:05 Removing intermediate container 826e96d3b79c 00:46:05 ---> bdc99ab8b514 00:46:05 Step 5/21 : RUN apk add --update --no-cache make git 00:46:05 Removing intermediate container f2c655b48cf1 00:46:05 ---> 5c209f65b411 00:46:05 Step 5/23 : RUN apk add --update --no-cache make git 00:46:05 ---> Running in ede54edc70e6 00:46:05 Removing intermediate container af0751c6d3df 00:46:05 ---> 649c5de1559f 00:46:05 Step 5/26 : RUN apk add --update --no-cache make bash git 00:46:05 Removing intermediate container 423761e78ea1 00:46:05 ---> 9424f70e2b11 00:46:05 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:46:05 ---> Running in 5bd05428e5de 00:46:05 ---> Running in f149d12321bb 00:46:05 ---> Running in d117d6271255 00:46:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:08 OK: 217 MiB in 51 packages 00:46:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:08 OK: 217 MiB in 51 packages 00:46:09 OK: 217 MiB in 51 packages 00:46:09 OK: 217 MiB in 51 packages 00:46:09 OK: 217 MiB in 51 packages 00:46:09 Removing intermediate container 26518edfe056 00:46:09 ---> 0b2e3b63a24e 00:46:09 Step 6/23 : COPY go.mod . 00:46:10 Removing intermediate container ede54edc70e6 00:46:10 ---> 6969f7086b85 00:46:10 Step 6/21 : COPY go.mod . 00:46:10 ---> 927a818ddbcd 00:46:10 Step 7/23 : RUN go mod download 00:46:11 ---> Running in 2f89d7166bab 00:46:11 Removing intermediate container 5bd05428e5de 00:46:11 ---> 0f42c31c360c 00:46:11 Step 6/23 : COPY go.mod . 00:46:11 Removing intermediate container d117d6271255 00:46:11 ---> 93a4ac663b29 00:46:11 Step 6/23 : COPY go.mod . 00:46:11 Removing intermediate container f149d12321bb 00:46:11 ---> 95af568fc76b 00:46:11 Step 6/26 : COPY go.mod . 00:46:11 ---> c0aafe74f7a5 00:46:11 Step 7/21 : RUN go mod download 00:46:11 ---> Running in 197d2014778c 00:46:12 ---> 23896c8d06fb 00:46:12 Step 7/23 : RUN go mod download 00:46:12 ---> Running in be3e94ed8c63 00:46:12 ---> 00ac3ca5173f 00:46:12 Step 7/23 : RUN go mod download 00:46:12 ---> a1d219717eb0 00:46:12 Step 7/26 : RUN go mod download 00:46:13 ---> Running in d3278b0d0af5 00:46:13 ---> Running in 451f68c12d17 00:46:15 Removing intermediate container 2f89d7166bab 00:46:15 ---> 59f01beac674 00:46:15 Step 8/23 : COPY . . 00:46:15 Removing intermediate container 197d2014778c 00:46:15 ---> 11866328f784 00:46:15 Step 8/21 : COPY . . 00:46:19 Removing intermediate container be3e94ed8c63 00:46:19 ---> b1f018f85dc3 00:46:19 Step 8/23 : COPY . . 00:46:19 Removing intermediate container d3278b0d0af5 00:46:19 ---> bf192791ba18 00:46:19 Step 8/23 : COPY . . 00:46:19 Removing intermediate container 451f68c12d17 00:46:19 ---> f09bdd39a9b5 00:46:19 Step 8/26 : COPY . . 00:46:41 ---> cd26cb47fed4 00:46:41 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:46:41 ---> efd93d3b12fe 00:46:41 Step 9/23 : RUN make cmd/core-command/core-command 00:46:41 ---> 70d9f62d9cc1 00:46:41 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:46:41 ---> bf61bc438484 00:46:41 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:46:41 ---> 25c703b7c2cd 00:46:41 Step 9/23 : RUN make cmd/core-data/core-data 00:46:41 ---> Running in 4bc3a39a44d1 00:46:41 ---> Running in 5be4e194fc15 00:46:41 ---> Running in 2369380cde24 00:46:41 ---> Running in 1cbf91182c07 00:46:41 ---> Running in 2a0d300c3573 00:46:42 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:42 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:46:43 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:43 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:43 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:48:20 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:42 Removing intermediate container 2a0d300c3573 00:48:42 ---> 784f5442bd99 00:48:42 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:48:42 Removing intermediate container 4bc3a39a44d1 00:48:42 ---> 1e3ebd6da9ca 00:48:42 00:48:42 Step 10/21 : FROM alpine:3.12 00:48:42 ---> Running in 7a50926f00b3 00:48:42 3.12: Pulling from library/alpine 00:48:42 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:48:42 Status: Downloaded newer image for alpine:3.12 00:48:42 ---> afeebe901d6b 00:48:42 Step 11/21 : RUN apk add --update --no-cache curl 00:48:42 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:48:42 ---> Running in 9776dfadeda6 00:48:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:45 (1/4) Installing ca-certificates (20191127-r4) 00:48:45 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:48:45 (3/4) Installing libcurl (7.69.1-r3) 00:48:45 (4/4) Installing curl (7.69.1-r3) 00:48:45 Executing busybox-1.31.1-r19.trigger 00:48:45 Executing ca-certificates-20191127-r4.trigger 00:48:46 OK: 7 MiB in 18 packages 00:48:50 Removing intermediate container 7a50926f00b3 00:48:50 ---> a6a012e46b05 00:48:50 00:48:50 Step 11/26 : FROM docker:20.10.0 00:48:50 Removing intermediate container 9776dfadeda6 00:48:50 ---> cb9bede74559 00:48:50 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:50 20.10.0: Pulling from library/docker 00:48:50 ---> Running in b1f08faf6af7 00:48:52 Removing intermediate container b1f08faf6af7 00:48:52 ---> 48a0eddb74aa 00:48:52 Step 13/21 : WORKDIR /edgex 00:48:52 ---> Running in ef2da88329e8 00:48:54 Removing intermediate container ef2da88329e8 00:48:54 ---> a774cf491339 00:48:54 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:48:57 ---> bdac260c12a9 00:48:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:48:57 Removing intermediate container 5be4e194fc15 00:48:57 ---> 51bbfb0da0c4 00:48:57 00:48:57 Step 10/23 : FROM alpine:3.12 00:48:57 ---> afeebe901d6b 00:48:57 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:48:58 ---> Running in 9e8db1b129cd 00:48:59 ---> 0c67c2abb7df 00:48:59 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:49:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:01 (1/1) Installing dumb-init (1.2.2-r1) 00:49:01 Executing busybox-1.31.1-r19.trigger 00:49:01 OK: 5 MiB in 15 packages 00:49:03 ---> 758883410a03 00:49:03 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:49:04 ---> Running in e78fd62dfa25 00:49:05 Removing intermediate container 9e8db1b129cd 00:49:05 ---> a7292a547cf7 00:49:05 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:05 Removing intermediate container e78fd62dfa25 00:49:05 ---> 8d506be0642d 00:49:05 Step 18/21 : CMD ["--init=true"] 00:49:05 ---> Running in 14664d915122 00:49:06 ---> Running in f87126ab6a3e 00:49:07 Removing intermediate container 14664d915122 00:49:07 ---> 6b43dfba80ac 00:49:07 Step 13/23 : ENV APP_PORT=48082 00:49:07 Removing intermediate container f87126ab6a3e 00:49:07 ---> 012e8fb83a0a 00:49:07 Step 19/21 : LABEL arch=arm64 00:49:07 ---> Running in ca05cdd950bd 00:49:07 ---> Running in 1653586aac56 00:49:08 Removing intermediate container ca05cdd950bd 00:49:08 ---> 77a5f359c184 00:49:08 Step 14/23 : EXPOSE $APP_PORT 00:49:09 Removing intermediate container 1653586aac56 00:49:09 ---> 1b9da7738cc1 00:49:09 Step 20/21 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 00:49:09 ---> Running in 0117a54f33cb 00:49:10 ---> Running in f997db9d37c0 00:49:10 Removing intermediate container 1cbf91182c07 00:49:10 ---> e3a26f71aff7 00:49:10 00:49:10 Step 10/23 : FROM alpine:3.12 00:49:10 ---> afeebe901d6b 00:49:10 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:49:10 ---> Using cache 00:49:10 ---> a7292a547cf7 00:49:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:10 ---> Using cache 00:49:10 ---> 6b43dfba80ac 00:49:10 Step 13/23 : ENV APP_PORT=48081 00:49:10 Removing intermediate container 0117a54f33cb 00:49:10 ---> 211e79b477b9 00:49:10 Step 15/23 : WORKDIR / 00:49:10 ---> Running in fb623894ebf1 00:49:10 ---> Running in 36f665102e18 00:49:10 Removing intermediate container f997db9d37c0 00:49:10 ---> 72bdca0e696e 00:49:10 Step 21/21 : LABEL version=0.0.0 00:49:11 ---> Running in 267f0736c9ee 00:49:12 Removing intermediate container 36f665102e18 00:49:12 ---> 020b78650fab 00:49:12 Step 14/23 : EXPOSE $APP_PORTRemoving intermediate container fb623894ebf1 00:49:12 ---> ef6f15a06d41 00:49:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:12 00:49:12 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:49:12 Status: Downloaded newer image for docker:20.10.0 00:49:12 ---> eeaf43b92773 00:49:12 Step 12/26 : RUN apk add --no-cache bash 00:49:12 Removing intermediate container 267f0736c9ee 00:49:12 ---> 29623e625587 00:49:12 00:49:12 ---> Running in 165419e2914a 00:49:12 ---> Running in 4686f59e685c 00:49:13 Successfully built 29623e625587 00:49:13 ---> 516c55642930 00:49:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:49:13 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:49:13  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 00:49:13 Removing intermediate container 165419e2914a 00:49:13 ---> 4c2bec2db59e 00:49:13 Step 15/23 : WORKDIR / 00:49:14 ---> Running in 8b09bf77ca51 00:49:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:14 Removing intermediate container 2369380cde24 00:49:14 ---> fc41c199d836 00:49:14 00:49:14 Step 10/23 : FROM alpine:3.12 00:49:14 ---> afeebe901d6b 00:49:14 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:15 (1/2) Installing readline (8.0.4-r0) 00:49:15 (2/2) Installing bash (5.0.17-r0) 00:49:15 Executing bash-5.0.17-r0.post-install 00:49:15 Executing busybox-1.31.1-r19.trigger 00:49:15 OK: 12 MiB in 22 packages 00:49:15 ---> Running in a5242bfd180b 00:49:15 Removing intermediate container 8b09bf77ca51 00:49:15 ---> 7513954b7b87 00:49:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / ---> 9a6a19768c6b 00:49:15 00:49:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:16 Removing intermediate container a5242bfd180b 00:49:16 ---> 3e2a52f3f0b6 00:49:16 Step 12/23 : ENV APP_PORT=48080 00:49:17 ---> Running in 6cfcc5e53327 00:49:17 ---> de75a6ed59bf 00:49:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / ---> cfe96aa333d1 00:49:17 Step 19/23 : ENTRYPOINT ["/core-command"] 00:49:17 00:49:17 Removing intermediate container 4686f59e685c 00:49:17 ---> a0d3e18d5331 00:49:17 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:49:17 ---> Running in e0502124e886 00:49:17 ---> Running in aa335f8b69e0 00:49:18 Removing intermediate container 6cfcc5e53327 00:49:18 ---> 97be1c822e88 00:49:18 Step 13/23 : EXPOSE $APP_PORT 00:49:19 ---> Running in d5aab413a37d 00:49:19 Removing intermediate container e0502124e886 00:49:19 ---> ba87f7efff09 00:49:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:19 Removing intermediate container aa335f8b69e0 00:49:19 ---> 92020163028a 00:49:19 Step 14/26 : ENV APP_PORT=48090 00:49:19 ---> 77f77ab15b79 00:49:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:49:19 ---> Running in dec4616471ab 00:49:19 Removing intermediate container d5aab413a37d 00:49:20 ---> ad22e201cab8 00:49:20 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:20 ---> Running in 81f59f31f358 00:49:20 ---> Running in cc73f4cb2666 00:49:20 Removing intermediate container dec4616471ab 00:49:20 ---> 9ab8388dc67b 00:49:20 Step 21/23 : LABEL arch=arm64 00:49:21 Removing intermediate container 81f59f31f358 00:49:21 ---> 152b1a276b9f 00:49:21 Step 15/26 : EXPOSE $APP_PORT 00:49:21 ---> Running in 2e3ed2b8f801 00:49:21 ---> 1a462093defa 00:49:21 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:49:21 ---> Running in c98f84e65685 00:49:21 ---> Running in b9cce9692f89 00:49:21 Removing intermediate container 2e3ed2b8f801 00:49:21 ---> e5a0fe834622 00:49:21 Step 22/23 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 00:49:22 Removing intermediate container c98f84e65685 00:49:22 ---> 4ace5261bb77 00:49:22 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:49:22 ---> Running in 5906d8ac2bb8 00:49:22 Removing intermediate container b9cce9692f89 00:49:22 ---> 742bcbf8cb95 00:49:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:22 ---> Running in dd4c6f58451c 00:49:23 Removing intermediate container 5906d8ac2bb8 00:49:23 ---> fcd44b5a58b2 00:49:23 Step 23/23 : LABEL version=0.0.0 00:49:24 ---> Running in bfcf47b755f6 00:49:24 Removing intermediate container dd4c6f58451c 00:49:24 ---> 104eece4cc3d 00:49:24 Step 21/23 : LABEL arch=arm64 00:49:24 ---> 343916edfddf 00:49:24 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:49:24 ---> Running in de3127dad1ec 00:49:24 Removing intermediate container cc73f4cb2666 00:49:24 ---> d8aa431596a2 00:49:24 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:49:25 Removing intermediate container bfcf47b755f6 00:49:25 ---> 262e8dbe71f0 00:49:25 00:49:25 ---> Running in 2bf449c95308 00:49:25 Successfully built 262e8dbe71f0 00:49:25 Successfully tagged docker-core-command-go-arm64:latest 00:49:25  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 00:49:26 Removing intermediate container de3127dad1ec 00:49:26 ---> d9822ac1d283 00:49:26 Step 22/23 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 00:49:26 ---> 81895ab6fb34 00:49:26 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:49:26 ---> Running in fd7664cf718b 00:49:27 Removing intermediate container fd7664cf718b 00:49:27 ---> 30061424d0ff 00:49:27 Step 23/23 : LABEL version=0.0.0 00:49:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:27 ---> Running in c511a7867261 00:49:27 ---> 5ad8f97d3f6f 00:49:27 Step 19/26 : RUN apk --no-cache add py3-pip 00:49:28 ---> Running in f65c21872937 00:49:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:28 Removing intermediate container c511a7867261 00:49:28 ---> 642d8928120c 00:49:28 00:49:29 (1/6) Installing dumb-init (1.2.2-r1) 00:49:29 (2/6) Installing libgcc (9.3.0-r2) 00:49:29 Successfully built 642d8928120c 00:49:29 Successfully tagged docker-core-metadata-go-arm64:latest 00:49:29 (3/6) Installing libsodium (1.0.18-r0) 00:49:29  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go 00:49:29 (4/6) Installing libstdc++ (9.3.0-r2) 00:49:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:30 (5/6) Installing libzmq (4.3.3-r0) 00:49:30 (1/33) Installing libbz2 (1.0.8-r1) 00:49:30 (2/33) Installing expat (2.2.9-r1) 00:49:30 (3/33) Installing libffi (3.3-r2) 00:49:30 (4/33) Installing gdbm (1.13-r1) 00:49:30 (5/33) Installing xz-libs (5.2.5-r0) 00:49:30 (6/33) Installing sqlite-libs (3.32.1-r0) 00:49:30 (7/33) Installing python3 (3.8.5-r0) 00:49:30 (6/6) Installing zeromq (4.3.3-r0) 00:49:30 Executing busybox-1.31.1-r19.trigger 00:49:31 OK: 8 MiB in 20 packages 00:49:33 (8/33) Installing py3-appdirs (1.4.4-r1) 00:49:33 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:49:33 (10/33) Installing py3-parsing (2.4.7-r0) 00:49:33 (11/33) Installing py3-six (1.15.0-r0) 00:49:33 (12/33) Installing py3-packaging (20.4-r0) 00:49:33 (13/33) Installing py3-setuptools (47.0.0-r0) 00:49:33 (14/33) Installing py3-chardet (3.0.4-r4) 00:49:33 (15/33) Installing py3-idna (2.9-r0) 00:49:33 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:49:33 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:49:33 (18/33) Installing py3-requests (2.23.0-r0) 00:49:33 (19/33) Installing py3-msgpack (1.0.0-r0) 00:49:33 (20/33) Installing py3-lockfile (0.12.2-r3) 00:49:33 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:49:33 (22/33) Installing py3-colorama (0.4.3-r0) 00:49:33 (23/33) Installing py3-distlib (0.3.0-r0) 00:49:33 (24/33) Installing py3-distro (1.5.0-r1) 00:49:33 (25/33) Installing py3-webencodings (0.5.1-r3) 00:49:33 (26/33) Installing py3-html5lib (1.0.1-r4) 00:49:33 (27/33) Installing py3-pytoml (0.1.21-r0) 00:49:33 (28/33) Installing py3-pep517 (0.8.2-r0) 00:49:33 (29/33) Installing py3-progress (1.5-r0) 00:49:33 (30/33) Installing py3-toml (0.10.1-r0) 00:49:33 (31/33) Installing py3-retrying (1.3.3-r0) 00:49:33 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:49:33 (33/33) Installing py3-pip (20.1.1-r0) 00:49:33 Executing busybox-1.31.1-r19.trigger 00:49:33 OK: 71 MiB in 55 packages 00:49:36 Removing intermediate container 2bf449c95308 00:49:36 ---> e2ac80095cf4 00:49:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:38 ---> d9cd1ee74f5a 00:49:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:49:38 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:49:38 ---> 25d7a56adc91 00:49:38 Step 3/22 : WORKDIR /edgex-go 00:49:38 ---> Using cache 00:49:38 ---> 7824e4492cf1 00:49:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:38 ---> Using cache 00:49:38 ---> 9424f70e2b11 00:49:38 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:49:38 ---> Running in ddf52f7182c6 00:49:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:41 ---> 282c65957738 00:49:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:49:42 Removing intermediate container f65c21872937 00:49:42 ---> feafecf9f77a 00:49:42 Step 20/26 : RUN pip install docker-compose==1.23.2 00:49:42 OK: 217 MiB in 51 packages 00:49:43 ---> f38b2e9a40ae 00:49:43 Step 19/23 : ENTRYPOINT ["/core-data"] 00:49:43 ---> Running in 3ba24d2c70f1 00:49:43 ---> Running in 28183ca3aa38 00:49:44 Removing intermediate container 28183ca3aa38 00:49:44 ---> 988bf5c4db63 00:49:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:44 ---> Running in e5b057b80c26 00:49:44 Removing intermediate container ddf52f7182c6 00:49:44 ---> 2e6055c60a58 00:49:44 Step 6/22 : COPY go.mod . 00:49:45 Removing intermediate container e5b057b80c26 00:49:45 ---> c419fefa3c3b 00:49:45 Step 21/23 : LABEL arch=arm64 00:49:45 ---> Running in b67e5e5004f3 00:49:45 ---> 962fcb85b9e6 00:49:45 Step 7/22 : RUN go mod download 00:49:46 ---> Running in f9acffb19663 00:49:46 Removing intermediate container b67e5e5004f3 00:49:46 ---> 7a6c8041a5b1 00:49:46 Step 22/23 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 00:49:47 ---> Running in 04374eedc363 00:49:48 Removing intermediate container 04374eedc363 00:49:48 ---> c7eda2c701a4 00:49:48 Step 23/23 : LABEL version=0.0.0 00:49:49 ---> Running in 7a04789bd9be 00:49:50 Removing intermediate container 7a04789bd9be 00:49:50 ---> d953ab0cee63 00:49:50 00:49:51 Successfully built d953ab0cee63 00:49:51 Collecting docker-compose==1.23.2 00:49:51 Successfully tagged docker-core-data-go-arm64:latest 00:49:51  Building docker-core-data-go ... done Building docker-support-scheduler-go 00:49:51 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:49:52 Removing intermediate container f9acffb19663 00:49:52 ---> 17fba9a0c623 00:49:52 Step 8/22 : COPY . . 00:49:52 Collecting jsonschema<3,>=2.5.1 00:49:52 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:49:53 Collecting docker<4.0,>=3.6.0 00:49:53 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:49:55 Collecting PyYAML<4,>=3.10 00:49:55 Downloading PyYAML-3.13.tar.gz (270 kB) 00:49:59 Collecting docopt<0.7,>=0.6.1 00:49:59 Downloading docopt-0.6.2.tar.gz (25 kB) 00:50:00 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:50:00 ---> 25d7a56adc91 00:50:00 Step 3/24 : WORKDIR /edgex-go 00:50:00 ---> Using cache 00:50:00 ---> 7824e4492cf1 00:50:00 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:00 ---> Using cache 00:50:00 ---> 9424f70e2b11 00:50:00 Step 5/24 : RUN apk add --update --no-cache make git 00:50:03 Collecting dockerpty<0.5,>=0.4.1 00:50:03 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:50:04 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:04 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:50:04 ---> 25d7a56adc91 00:50:04 Step 3/30 : WORKDIR /edgex-go 00:50:04 ---> Using cache 00:50:04 ---> 7824e4492cf1 00:50:04 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:04 ---> Using cache 00:50:04 ---> 9424f70e2b11 00:50:04 Step 5/30 : RUN apk add --update --no-cache make git 00:50:06 ---> Running in 0e71479a48c8 00:50:06 ---> Running in 555152a66e7d 00:50:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:50:07 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:50:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:08 Collecting websocket-client<1.0,>=0.32.0 00:50:08 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:50:08 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:50:09 Collecting texttable<0.10,>=0.9.0 00:50:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:09 Downloading texttable-0.9.1.tar.gz (11 kB) 00:50:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:11 OK: 217 MiB in 51 packages 00:50:11 OK: 217 MiB in 51 packages 00:50:12 ---> 938f376853d2 00:50:12 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:50:12 Collecting cached-property<2,>=1.2.0 00:50:12 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:50:13 Collecting docker-pycreds>=0.4.0 00:50:13 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:50:13 ---> Running in 077f4898fda8 00:50:14 Removing intermediate container 0e71479a48c8 00:50:14 ---> d1df2ec61378 00:50:14 Step 6/30 : COPY go.mod . 00:50:14 Removing intermediate container 555152a66e7d 00:50:14 ---> dad61ddd426e 00:50:14 Step 6/24 : COPY go.mod . 00:50:14 Collecting urllib3<1.25,>=1.21.1 00:50:14 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:50:15 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:50:15 ---> 760e717f3d4f 00:50:15 Step 7/30 : RUN go mod download 00:50:15 Collecting idna<2.8,>=2.5 00:50:15 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:50:15 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:15 ---> 49babef31d1f 00:50:15 Step 7/24 : RUN go mod download 00:50:15 ---> Running in f2befdbfaeac 00:50:15 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:50:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:50:15 ---> 25d7a56adc91 00:50:15 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:50:15 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:50:15 Step 3/22 : WORKDIR /edgex-go 00:50:15 ---> Using cache 00:50:15 ---> 7824e4492cf1 00:50:15 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:50:15 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:50:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:15 ---> Using cache 00:50:15 ---> 9424f70e2b11 00:50:15 Step 5/22 : RUN apk add --update --no-cache make git 00:50:15 ---> Using cache 00:50:15 ---> dad61ddd426e 00:50:15 Step 6/22 : COPY go.mod . 00:50:16 ---> Running in de75eea481a5 00:50:17 ---> 1c1cf70a3233 00:50:17 Step 7/22 : RUN go mod download 00:50:17 ---> Running in ad1859b5e42f 00:50:17 Installing collected packages: jsonschema, docker-pycreds, urllib3, idna, requests, websocket-client, docker, PyYAML, docopt, dockerpty, texttable, cached-property, docker-compose 00:50:18 Attempting uninstall: urllib3 00:50:18 Found existing installation: urllib3 1.25.9 00:50:18 Uninstalling urllib3-1.25.9: 00:50:18 Successfully uninstalled urllib3-1.25.9 00:50:19 Attempting uninstall: idna 00:50:19 Found existing installation: idna 2.9 00:50:19 Uninstalling idna-2.9: 00:50:19 Successfully uninstalled idna-2.9 00:50:20 Attempting uninstall: requests 00:50:20 Found existing installation: requests 2.23.0 00:50:20 Uninstalling requests-2.23.0: 00:50:20 Successfully uninstalled requests-2.23.0 00:50:20 Removing intermediate container f2befdbfaeac 00:50:20 ---> 520333d4d8ce 00:50:20 Step 8/30 : COPY . . 00:50:21 Removing intermediate container de75eea481a5 00:50:21 ---> 5eaaebe1e234 00:50:21 Step 8/24 : COPY . . 00:50:22 Removing intermediate container ad1859b5e42f 00:50:22 ---> c789bf0c75ac 00:50:22 Step 8/22 : COPY . . 00:50:22 Running setup.py install for PyYAML: started 00:50:25 Running setup.py install for PyYAML: finished with status 'done' 00:50:25 Running setup.py install for docopt: started 00:50:27 Running setup.py install for docopt: finished with status 'done' 00:50:27 Running setup.py install for dockerpty: started 00:50:30 Running setup.py install for dockerpty: finished with status 'done' 00:50:30 Running setup.py install for texttable: started 00:50:32 Running setup.py install for texttable: finished with status 'done' 00:50:33 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:50:49 Removing intermediate container 3ba24d2c70f1 00:50:49 ---> 3578e5013b1c 00:50:49 Step 21/26 : RUN apk --no-cache add curl 00:50:49 ---> Running in 9531b8af2150 00:50:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:51 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:50:51 (2/3) Installing libcurl (7.69.1-r3) 00:50:51 (3/3) Installing curl (7.69.1-r3) 00:50:51 Executing busybox-1.31.1-r19.trigger 00:50:51 OK: 71 MiB in 58 packages 00:50:56 Removing intermediate container 9531b8af2150 00:50:56 ---> 715efdd86300 00:50:56 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:50:56 ---> 928f87831bc5 00:50:56 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:50:56 ---> 6754c3ae19e8 00:50:56 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:50:56 ---> Running in 46390210c0b8 00:50:56 ---> Running in b2b24ee68a54 00:50:56 ---> Running in 5958024afaf1 00:50:56 Removing intermediate container 46390210c0b8 00:50:56 ---> 52bd95386e12 00:50:56 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:56 ---> 931327a52171 00:50:56 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:50:56 ---> Running in 3fb9ea136619 00:50:56 ---> Running in a89caff34ca5 00:50:58 Removing intermediate container 3fb9ea136619 00:50:58 ---> 0db9379a3f01 00:50:58 Step 24/26 : LABEL arch=arm64 00:50:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:50:58 ---> Running in 3f2950a37531 00:50:59 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:50:59 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:50:59 Removing intermediate container 3f2950a37531 00:50:59 ---> b3b07c78c257 00:50:59 Step 25/26 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 00:50:59 ---> Running in d0dad7dca983 00:51:00 Removing intermediate container d0dad7dca983 00:51:00 ---> 2a3cb84399c1 00:51:00 Step 26/26 : LABEL version=0.0.0 00:51:00 ---> Running in 5390213a51b5 00:51:01 Removing intermediate container 5390213a51b5 00:51:01 ---> f11ac525f999 00:51:01 00:51:01 Successfully built f11ac525f999 00:51:01 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:51:34  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 077f4898fda8 00:51:34 ---> a6960f22ab3b 00:51:34 00:51:34 Step 10/22 : FROM alpine:3.12 00:51:34 ---> afeebe901d6b 00:51:34 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:51:34 ---> Running in c257a85d4bcb 00:51:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:34 (1/2) Installing ca-certificates (20191127-r4) 00:51:34 (2/2) Installing dumb-init (1.2.2-r1) 00:51:34 Executing busybox-1.31.1-r19.trigger 00:51:34 Executing ca-certificates-20191127-r4.trigger 00:51:34 OK: 6 MiB in 16 packages 00:51:36 Removing intermediate container c257a85d4bcb 00:51:36 ---> 10c936c4e5dd 00:51:36 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:51:36 ---> Running in 2a373999e83a 00:51:36 Removing intermediate container 2a373999e83a 00:51:36 ---> 7a3639351191 00:51:36 Step 13/22 : ENV APP_PORT=48060 00:51:37 ---> Running in feb340e5cda9 00:51:38 Removing intermediate container feb340e5cda9 00:51:38 ---> 4e659d0dd2ed 00:51:38 Step 14/22 : EXPOSE $APP_PORT 00:51:38 ---> Running in 1afb38cb00cf 00:51:38 Removing intermediate container 1afb38cb00cf 00:51:38 ---> b22a7e4b9a6b 00:51:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:39 ---> e88ec8854dc4 00:51:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:51:42 ---> b661ace8dd12 00:51:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:51:43 ---> f0530e18f346 00:51:43 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:51:43 ---> Running in 9a907a389fc2 00:51:44 Removing intermediate container 9a907a389fc2 00:51:44 ---> 24e9d16c41ad 00:51:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:44 ---> Running in afa921e547f5 00:51:45 Removing intermediate container afa921e547f5 00:51:45 ---> c068d167d887 00:51:45 Step 20/22 : LABEL arch=arm64 00:51:45 ---> Running in b9b6d823f7fc 00:51:46 Removing intermediate container b9b6d823f7fc 00:51:46 ---> d1d2f3bbe1e1 00:51:46 Step 21/22 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 00:51:46 ---> Running in 053025d57628 00:51:47 Removing intermediate container 053025d57628 00:51:47 ---> a20cd343311b 00:51:47 Step 22/22 : LABEL version=0.0.0 00:51:47 ---> Running in defab5de4bb4 00:51:48 Removing intermediate container defab5de4bb4 00:51:48 ---> b7380b4dd253 00:51:48 00:51:48 Successfully built b7380b4dd253 00:51:48 Successfully tagged docker-support-notifications-go-arm64:latest 00:52:03  Building docker-support-notifications-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:52:11 Removing intermediate container b2b24ee68a54 00:52:11 ---> 49e512f52f55 00:52:11 00:52:11 Step 10/30 : FROM alpine:3.12 00:52:11 ---> afeebe901d6b 00:52:11 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:52:11 ---> Running in 24feca0370e0 00:52:12 Removing intermediate container 24feca0370e0 00:52:12 ---> 55f46f61bc7e 00:52:12 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:52:13 ---> Running in 48e716469002 00:52:13 Removing intermediate container 5958024afaf1 00:52:13 ---> 960cf4661d57 00:52:13 00:52:13 Step 10/24 : FROM alpine:3.12 00:52:13 ---> afeebe901d6b 00:52:13 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:52:13 ---> Running in 007c95cc2796 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 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:15 (1/2) Installing dumb-init (1.2.2-r1) 00:52:15 (2/2) Installing su-exec (0.2-r1) 00:52:15 Executing busybox-1.31.1-r19.trigger 00:52:15 OK: 5 MiB in 16 packages 00:52:15 (1/5) Installing ca-certificates (20191127-r4) 00:52:15 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:52:15 (3/5) Installing libcurl (7.69.1-r3) 00:52:15 (4/5) Installing curl (7.69.1-r3) 00:52:15 (5/5) Installing dumb-init (1.2.2-r1) 00:52:15 Executing busybox-1.31.1-r19.trigger 00:52:15 Executing ca-certificates-20191127-r4.trigger 00:52:15 OK: 7 MiB in 19 packages 00:52:17 Removing intermediate container 48e716469002 00:52:17 ---> 7ef913577c9b 00:52:17 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:52:17 ---> Running in a3a4bdde967e 00:52:17 Removing intermediate container 007c95cc2796 00:52:17 ---> af4976f054c0 00:52:17 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:52:17 Removing intermediate container a89caff34ca5 00:52:17 ---> b4a6ac66bf03 00:52:17 00:52:17 Step 10/22 : FROM alpine:3.12 00:52:17 ---> afeebe901d6b 00:52:17 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:52:17 ---> Using cache 00:52:17 ---> a7292a547cf7 00:52:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:52:17 ---> Using cache 00:52:17 ---> 6b43dfba80ac 00:52:17 Step 13/22 : ENV APP_PORT=48085 00:52:18 ---> Running in bc76d61a46e3 00:52:18 ---> Running in 1b1982fc585e 00:52:18 Removing intermediate container a3a4bdde967e 00:52:18 ---> 16cd6cdeae6a 00:52:18 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:52:18 ---> Running in ec1b2dcb509c 00:52:18 Removing intermediate container bc76d61a46e3 00:52:18 ---> f7040eeb7d30 00:52:18 Step 13/24 : WORKDIR / 00:52:18 ---> Running in 398e4b28f67f 00:52:18 Removing intermediate container 1b1982fc585e 00:52:18 ---> 7d9a98ff6061 00:52:18 Step 14/22 : EXPOSE $APP_PORT 00:52:19 ---> Running in 7aee2acc4980 00:52:19 Removing intermediate container ec1b2dcb509c 00:52:19 ---> 19da2278822d 00:52:19 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:52:19 ---> Running in 19235cb7a5ee 00:52:19 Removing intermediate container 398e4b28f67f 00:52:19 ---> 93a770e9e964 00:52:19 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:52:19 Removing intermediate container 7aee2acc4980 00:52:19 ---> f862e3f68570 00:52:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:20 ---> 1bcb45c5384b 00:52:20 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:52:20 ---> 318ac8390d12 00:52:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:52:21 ---> e07cf3ec9b03 00:52:21 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:52:22 Removing intermediate container 19235cb7a5ee 00:52:22 ---> eaf02973f6e5 00:52:22 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:52:22 ---> c2df00c60c55 00:52:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:52:22 ---> Running in b609ca915f3a 00:52:22 ---> 83bffcd45478 00:52:22 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:52:22 Removing intermediate container b609ca915f3a 00:52:22 ---> 8cd6b1011fa4 00:52:22 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:52:23 ---> 8f68337e56f5 00:52:23 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:52:23 ---> Running in abd052143d06 00:52:23 ---> 2040e3fded92 00:52:23 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:52:23 ---> 0c6d474e9c7c 00:52:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:52:23 ---> Running in 434e920596f0 00:52:24 Removing intermediate container abd052143d06 00:52:24 ---> 447d4543a348 00:52:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:24 ---> Running in 0d5db6cb80fa 00:52:25 Removing intermediate container 0d5db6cb80fa 00:52:25 ---> b3c73064606c 00:52:25 Step 20/22 : LABEL arch=arm64 00:52:25 ---> 22d3a9755ab8 00:52:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:52:25 ---> Running in d868fd749b09 00:52:25 Removing intermediate container d868fd749b09 00:52:25 ---> 65842e3a22cf 00:52:25 Step 21/22 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 00:52:26 ---> Running in 202cad6311e4 00:52:26 ---> 2b6ec416951d 00:52: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:52:26 ---> Running in 408cbfdb8b61 00:52:26 Removing intermediate container 202cad6311e4 00:52:26 ---> 92194f7d6de3 00:52:26 Step 22/22 : LABEL version=0.0.0 00:52:26 Removing intermediate container 434e920596f0 00:52:26 ---> 5211b2a7a0a0 00:52:26 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:26 ---> Running in b41987e4498f 00:52:27 Removing intermediate container b41987e4498f 00:52:27 ---> 8283f87a47ae 00:52:27 00:52:27 ---> d7db4b787429 00:52:27 Successfully built 8283f87a47ae 00:52:27 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:52:27 Successfully tagged docker-support-scheduler-go-arm64:latest 00:52:29  Building docker-support-scheduler-go ... done  ---> 69ddbcfacd22 00:52:29 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:52:29 Removing intermediate container 408cbfdb8b61 00:52:29 ---> da0ea9897fcd 00:52:29 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:52:29 ---> Running in 78d385b0cb9c 00:52:29 ---> 4a6ed0690720 00:52:29 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:52:29 Removing intermediate container 78d385b0cb9c 00:52:29 ---> 3ac8d304b231 00:52:29 Step 22/24 : LABEL arch=arm64 00:52:30 ---> Running in 4bd0a091ae54 00:52:30 Removing intermediate container 4bd0a091ae54 00:52:30 ---> e2f2b1bc1542 00:52:30 Step 23/24 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 00:52:30 ---> 34004ec94174 00:52:30 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:52:30 ---> Running in e67522bd2f28 00:52:31 ---> Running in 4c3cc13e5fdf 00:52:31 Removing intermediate container e67522bd2f28 00:52:31 ---> 082593ac785f 00:52:31 Step 24/24 : LABEL version=0.0.0 00:52:31 ---> Running in 2eb8b675f60d 00:52:31 Removing intermediate container 4c3cc13e5fdf 00:52:31 ---> c88e61d22d3d 00:52:31 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:52:31 Removing intermediate container 2eb8b675f60d 00:52:31 ---> 149c65046717 00:52:31 00:52:32 Successfully built 149c65046717 00:52:32 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:52:32  Building docker-security-secretstore-setup-go ... done  ---> 4e8c1f88e29d 00:52:32 Step 25/30 : RUN chmod +x /entrypoint.sh 00:52:32 ---> Running in df370394c125 00:52:34 Removing intermediate container df370394c125 00:52:34 ---> 99b3ab246ef8 00:52:34 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:52:34 ---> Running in 98dd4acf533e 00:52:35 Removing intermediate container 98dd4acf533e 00:52:35 ---> fad27cd65ffe 00:52:35 Step 27/30 : CMD ["gate"] 00:52:35 ---> Running in d776d044d005 00:52:36 Removing intermediate container d776d044d005 00:52:36 ---> 1a94350eade0 00:52:36 Step 28/30 : LABEL arch=arm64 00:52:36 ---> Running in 273071640a4a 00:52:37 Removing intermediate container 273071640a4a 00:52:37 ---> 14805e1b2fcf 00:52:37 Step 29/30 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 00:52:37 ---> Running in 73cc258fb87b 00:52:37 Removing intermediate container 73cc258fb87b 00:52:37 ---> be22e92ee97f 00:52:37 Step 30/30 : LABEL version=0.0.0 00:52:38 ---> Running in 7bfd90a83ea3 00:52:38 Removing intermediate container 7bfd90a83ea3 00:52:38 ---> b91a5a718661 00:52:38 00:52:39 Successfully built b91a5a718661 00:52:39 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:52:39  Building docker-security-bootstrapper-go ... done  [Pipeline] } 00:52:39 $ docker stop --time=1 13f41a4e99049bd7b32d291e2a9588c0f6f19e8e02c03d4dba823d6d5c0c6e60 00:52:41 $ docker rm -f 13f41a4e99049bd7b32d291e2a9588c0f6f19e8e02c03d4dba823d6d5c0c6e60 [Pipeline] // withDockerContainer [Pipeline] sh 00:52:42 + grep docker 00:52:42 + docker images 00:52:42 docker-security-bootstrapper-go-arm64 latest b91a5a718661 4 seconds ago 17.2MB 00:52:42 docker-security-secretstore-setup-go-arm64 latest 149c65046717 11 seconds ago 23.6MB 00:52:42 docker-support-scheduler-go-arm64 latest 8283f87a47ae 15 seconds ago 16.3MB 00:52:42 docker-support-notifications-go-arm64 latest b7380b4dd253 55 seconds ago 16.8MB 00:52:42 docker-sys-mgmt-agent-go-arm64 latest f11ac525f999 About a minute ago 300MB 00:52:42 docker-core-data-go-arm64 latest d953ab0cee63 2 minutes ago 21.1MB 00:52:42 docker-core-metadata-go-arm64 latest 642d8928120c 3 minutes ago 17.9MB 00:52:42 docker-core-command-go-arm64 latest 262e8dbe71f0 3 minutes ago 16.2MB 00:52:42 docker-security-proxy-setup-go-arm64 latest 29623e625587 3 minutes ago 23.4MB 00:52:42 docker 20.10.0 eeaf43b92773 2 months 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:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:52:46 ---> package-listing.sh 00:52:46 ++ facter osfamily 00:52:46 ++ tr '[:upper:]' '[:lower:]' 00:52:46 + OS_FAMILY=redhat 00:52:46 + workspace=/w/workspace/edgex-go/66 00:52:46 + START_PACKAGES=/tmp/packages_start.txt 00:52:46 + END_PACKAGES=/tmp/packages_end.txt 00:52:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:52:46 + PACKAGES=/tmp/packages_start.txt 00:52:46 + '[' /w/workspace/edgex-go/66 ']' 00:52:46 + PACKAGES=/tmp/packages_end.txt 00:52:46 + case "${OS_FAMILY}" in 00:52:46 + rpm -qa 00:52:46 + sort 00:52:52 + '[' -f /tmp/packages_start.txt ']' 00:52:52 + '[' -f /tmp/packages_end.txt ']' 00:52:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:52:52 + '[' /w/workspace/edgex-go/66 ']' 00:52:52 + mkdir -p /w/workspace/edgex-go/66/archives/ 00:52:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/66/archives/ [Pipeline] echo 00:52:52 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/66/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:52:52 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:52:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:52 00:52:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:52:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:53 alpine: Pulling from edgex-lftools-log-publisher 00:52:53 df20fa9351a1: Pulling fs layer 00:52:53 36b3adc4ff6f: Pulling fs layer 00:52:53 8ad3a11d3b57: Pulling fs layer 00:52:53 46f8f816bc3b: Pulling fs layer 00:52:53 93b61091891f: Pulling fs layer 00:52:53 93b9cdb0e59b: Pulling fs layer 00:52:53 5e14af77c1be: Pulling fs layer 00:52:53 01666e4c0597: Pulling fs layer 00:52:53 aa168da1d23b: Pulling fs layer 00:52:53 93b61091891f: Waiting 00:52:53 93b9cdb0e59b: Waiting 00:52:53 5e14af77c1be: Waiting 00:52:53 01666e4c0597: Waiting 00:52:53 aa168da1d23b: Waiting 00:52:53 46f8f816bc3b: Waiting 00:52:53 36b3adc4ff6f: Verifying Checksum 00:52:53 36b3adc4ff6f: Download complete 00:52:53 46f8f816bc3b: Verifying Checksum 00:52:53 46f8f816bc3b: Download complete 00:52:53 df20fa9351a1: Verifying Checksum 00:52:53 df20fa9351a1: Download complete 00:52:53 93b9cdb0e59b: Verifying Checksum 00:52:53 93b9cdb0e59b: Download complete 00:52:53 5e14af77c1be: Verifying Checksum 00:52:53 5e14af77c1be: Download complete 00:52:53 01666e4c0597: Verifying Checksum 00:52:53 01666e4c0597: Download complete 00:52:53 93b61091891f: Verifying Checksum 00:52:53 93b61091891f: Download complete 00:52:53 df20fa9351a1: Pull complete 00:52:53 8ad3a11d3b57: Download complete 00:52:53 36b3adc4ff6f: Pull complete 00:52:55 aa168da1d23b: Verifying Checksum 00:52:55 aa168da1d23b: Download complete 00:52:55 8ad3a11d3b57: Pull complete 00:52:56 46f8f816bc3b: Pull complete 00:52:57 93b61091891f: Pull complete 00:52:57 93b9cdb0e59b: Pull complete 00:52:57 5e14af77c1be: Pull complete 00:52:57 01666e4c0597: Pull complete 00:53:04 aa168da1d23b: Pull complete 00:53:04 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:53:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:53:04 prd-centos7-docker-4c-2g-26864 does not seem to be running inside a container 00:53:04 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/66/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/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:53:08 $ docker top 14807e12b33ed56e4f4e19da3dcada12d5d652ddd06c7fcfa9d0702cb000cca8 -eo pid,comm [Pipeline] { [Pipeline] sh 00:53:09 + touch /tmp/pre-build-complete [Pipeline] sh 00:53:09 + mkdir -p /var/log/sa [Pipeline] sh 00:53:09 + ls /var/log/sa-host 00:53:09 + sadf -c /var/log/sa-host/sa19 00:53:09 file_magic: OK 00:53:09 HZ: Using current value: 100 00:53:09 file_header: OK 00:53:09 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:53:09 Statistics: 00:53:09 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:53:09 File successfully converted to sysstat format version 12.2.1 00:53:09 + sadf -c /var/log/sa-host/sa23 00:53:09 file_magic: OK 00:53:09 HZ: Using current value: 100 00:53:09 file_header: OK 00:53:09 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:53:09 Statistics: 00:53:09 Hnuu...uuuununununu... 00:53:09 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:53:10 provisioning config files... 00:53:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/66@tmp/config1635962799691925342tmp [Pipeline] { [Pipeline] echo 00:53:10 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:53:10 ---> create-netrc.sh [Pipeline] } 00:53:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:53:10 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:53:11 ---> python-tools-install.sh [Pipeline] echo 00:53:11 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:53:11 ---> sudo-logs.sh 00:53:11 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:53:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:53:11 ---> job-cost.sh 00:53:11 lf-activate-venv: SKIPPING 00:53:11 INFO: No Stack... 00:53:12 INFO: Retrieving Pricing Info for: v1-standard-2 00:53:12 INFO: Archiving Costs [Pipeline] echo 00:53:12 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:53:13 ---> logs-deploy.sh 00:53:13 lf-activate-venv: SKIPPING 00:53:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/66 00:53:13 INFO: archiving workspace using pattern(s): 00:53:14 Archives upload complete. 00:53:14 INFO: archiving logs to Nexus 00:53:15 ---> uname -a: 00:53:15 Linux prd-centos7-docker-4c-2g-26864.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:53:15 00:53:15 00:53:15 ---> lscpu: 00:53:15 Architecture: x86_64 00:53:15 CPU op-mode(s): 32-bit, 64-bit 00:53:15 Byte Order: Little Endian 00:53:15 Address sizes: 40 bits physical, 48 bits virtual 00:53:15 CPU(s): 4 00:53:15 On-line CPU(s) list: 0-3 00:53:15 Thread(s) per core: 1 00:53:15 Core(s) per socket: 1 00:53:15 Socket(s): 4 00:53:15 NUMA node(s): 1 00:53:15 Vendor ID: GenuineIntel 00:53:15 CPU family: 6 00:53:15 Model: 44 00:53:15 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:53:15 Stepping: 1 00:53:15 CPU MHz: 2933.436 00:53:15 BogoMIPS: 5866.87 00:53:15 Virtualization: VT-x 00:53:15 Hypervisor vendor: KVM 00:53:15 Virtualization type: full 00:53:15 L1d cache: 128 KiB 00:53:15 L1i cache: 128 KiB 00:53:15 L2 cache: 16 MiB 00:53:15 L3 cache: 64 MiB 00:53:15 NUMA node0 CPU(s): 0-3 00:53:15 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:53:15 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:53:15 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:53:15 Vulnerability Meltdown: Mitigation; PTI 00:53:15 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:53:15 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:53:15 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:53:15 Vulnerability Srbds: Not affected 00:53:15 Vulnerability Tsx async abort: Not affected 00:53:15 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:53:15 00:53:15 00:53:15 ---> nproc: 00:53:15 4 00:53:15 00:53:15 00:53:15 ---> df -h: 00:53:15 Filesystem Size Used Available Use% Mounted on 00:53:15 overlay 50.0G 12.6G 37.4G 25% / 00:53:15 tmpfs 64.0M 0 64.0M 0% /dev 00:53:15 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:53:15 shm 64.0M 0 64.0M 0% /dev/shm 00:53:15 /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os 00:53:15 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf 00:53:15 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname 00:53:15 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts 00:53:15 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log 00:53:15 /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json 00:53:15 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host 00:53:15 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure 00:53:15 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/66@tmp 00:53:15 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/66 00:53:15 00:53:15 00:53:15 ---> free -m: 00:53:15 total used free shared buff/cache available 00:53:15 Mem: 1837 667 124 0 1045 1088 00:53:15 Swap: 1023 61 962 00:53:15 00:53:15 00:53:15 ---> ip addr: 00:53:15 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:53:15 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:53:15 inet 127.0.0.1/8 scope host lo 00:53:15 valid_lft forever preferred_lft forever 00:53:15 inet6 ::1/128 scope host 00:53:15 valid_lft forever preferred_lft forever 00:53:15 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:53:15 link/ether fa:16:3e:22:ac:6d brd ff:ff:ff:ff:ff:ff 00:53:15 inet 10.30.122.183/23 brd 10.30.123.255 scope global dynamic eth0 00:53:15 valid_lft 85050sec preferred_lft 85050sec 00:53:15 inet6 fe80::f816:3eff:fe22:ac6d/64 scope link 00:53:15 valid_lft forever preferred_lft forever 00:53:15 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:53:15 link/ether 02:42:bd:da:b1:6a brd ff:ff:ff:ff:ff:ff 00:53:15 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:53:15 valid_lft forever preferred_lft forever 00:53:15 inet6 fe80::42:bdff:feda:b16a/64 scope link 00:53:15 valid_lft forever preferred_lft forever 00:53:15 00:53:15 00:53:15 ---> sar -b -r -n DEV: 00:53:15 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/19/21 _x86_64_ (4 CPU) 00:53:15 00:53:15 00:30:34 LINUX RESTART (4 CPU) 00:53:15 00:53:15 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:53:15 00:32:01 78.77 28.76 50.01 0.00 7254.72 9399.25 0.00 00:53:15 00:33:01 201.61 95.89 105.73 0.00 6179.86 44094.24 0.00 00:53:15 00:34:01 254.76 88.70 166.06 0.00 3918.54 23085.44 0.00 00:53:15 00:35:01 130.89 50.63 80.26 0.00 2091.52 9861.81 0.00 00:53:15 00:36:02 174.77 48.41 126.36 0.00 7120.34 45961.20 0.00 00:53:15 00:37:02 3178.57 2774.88 403.69 0.00 204804.34 253453.22 0.00 00:53:15 00:38:01 791.29 558.45 232.84 0.00 40233.27 53980.48 0.00 00:53:15 00:39:01 2583.34 2190.13 393.21 0.00 143137.34 188408.51 0.00 00:53:15 00:40:02 1191.70 914.95 276.75 0.00 66646.70 90281.65 0.00 00:53:15 00:41:01 108.77 15.02 93.75 0.00 2992.75 8843.57 0.00 00:53:15 00:42:01 1.67 0.35 1.32 0.00 131.47 19.53 0.00 00:53:15 00:43:01 0.22 0.00 0.22 0.00 0.00 2.10 0.00 00:53:15 00:44:01 0.37 0.02 0.35 0.00 0.40 3.90 0.00 00:53:15 00:45:01 0.27 0.02 0.25 0.00 0.53 2.47 0.00 00:53:15 00:46:01 1.72 1.35 0.37 0.00 47.70 5.10 0.00 00:53:15 00:47:01 0.82 0.03 0.78 0.00 0.80 14.54 0.00 00:53:15 00:48:01 0.28 0.00 0.28 0.00 0.00 3.40 0.00 00:53:15 00:49:01 0.23 0.00 0.23 0.00 0.00 2.61 0.00 00:53:15 00:50:01 0.28 0.02 0.27 0.00 1.07 2.35 0.00 00:53:15 00:51:01 0.32 0.02 0.30 0.00 0.53 3.31 0.00 00:53:15 00:52:01 0.22 0.00 0.22 0.00 0.00 2.62 0.00 00:53:15 00:53:01 99.12 59.75 39.36 0.00 5708.66 12026.15 0.00 00:53:15 Average: 399.09 309.54 89.55 0.00 22222.78 33563.95 0.00 00:53:15 00:53:15 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:53:15 00:32:01 73484 0 628480 33.40 2620 1176960 1305292 44.55 503080 1098724 59168 00:53:15 00:33:01 88964 0 667432 35.47 2032 1123116 1430556 48.82 567468 979840 51260 00:53:15 00:34:01 268664 0 694548 36.91 1492 916840 1308704 44.66 557048 769184 41380 00:53:15 00:35:01 224768 0 749604 39.84 776 906396 1746772 59.61 620040 738908 59568 00:53:15 00:36:02 78456 0 677928 36.03 164 1124996 1249056 42.63 691892 833608 81396 00:53:15 00:37:02 78304 0 790468 42.01 0 1012772 2326256 79.39 774792 799620 72716 00:53:15 00:38:01 553780 0 657596 34.95 0 670168 1353476 46.19 377720 694076 92 00:53:15 00:39:01 76332 0 706660 37.56 0 1098552 1955264 66.73 643408 937544 3888 00:53:15 00:40:02 157396 0 655812 34.85 0 1068336 1711348 58.41 541780 938120 11748 00:53:15 00:41:01 111028 0 589568 31.33 0 1180948 1220984 41.67 494188 1023064 20 00:53:15 00:42:01 111840 0 584876 31.08 0 1184828 1169332 39.91 495988 1022112 12 00:53:15 00:43:01 112876 0 583828 31.03 0 1184840 1158132 39.53 495784 1021760 12 00:53:15 00:44:01 113216 0 583492 31.01 0 1184836 1158024 39.52 495264 1021756 12 00:53:15 00:45:01 113628 0 583064 30.99 0 1184852 1158024 39.52 495180 1021784 8 00:53:15 00:46:01 111900 0 584056 31.04 0 1185588 1158024 39.52 495388 1022376 16 00:53:15 00:47:01 111272 0 584660 31.07 0 1185612 1158120 39.52 495820 1022400 8 00:53:15 00:48:01 112092 0 583832 31.03 0 1185620 1158024 39.52 495320 1022400 8 00:53:15 00:49:01 112168 0 583684 31.02 0 1185692 1158024 39.52 495516 1022416 24 00:53:15 00:50:01 112152 0 583780 31.03 0 1185612 1158024 39.52 495336 1022400 12 00:53:15 00:51:01 112332 0 583584 31.02 0 1185628 1158024 39.52 495336 1022432 8 00:53:15 00:52:01 111212 0 584676 31.07 0 1185656 1158120 39.52 495852 1022452 8 00:53:15 00:53:01 67204 0 668508 35.53 0 1145832 1585396 54.11 658428 882592 94900 00:53:15 Average: 136958 0 632279 33.60 322 1111985 1361044 46.45 540029 951799 21648 00:53:15 00:53:15 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:53:15 00:32:01 veth7dcc761 349.66 318.46 34.92 1021.28 0.00 0.00 0.00 0.00 00:53:15 00:32:01 eth0 1311.05 987.69 4714.11 153.90 0.00 0.00 0.00 0.00 00:53:15 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:32:01 docker0 349.66 318.32 30.14 1021.27 0.00 0.00 0.00 0.00 00:53:15 00:33:01 veth1c15367 36.54 52.77 2.42 259.21 0.00 0.00 0.00 0.00 00:53:15 00:33:01 eth0 876.58 856.75 4766.11 84.89 0.00 0.00 0.00 0.00 00:53:15 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:33:01 docker0 582.02 555.93 43.95 1923.38 0.00 0.00 0.00 0.00 00:53:15 00:34:01 veth773c3f1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:53:15 00:34:01 eth0 213.00 174.98 611.46 61.85 0.00 0.00 0.00 0.00 00:53:15 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:34:01 docker0 141.65 166.62 10.76 581.22 0.00 0.00 0.00 0.00 00:53:15 00:35:01 veth773c3f1 2.13 2.13 0.17 0.17 0.00 0.00 0.00 0.00 00:53:15 00:35:01 eth0 32.49 19.67 22.70 36.56 0.00 0.00 0.00 0.00 00:53:15 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:35:01 docker0 2.13 2.13 0.14 0.17 0.00 0.00 0.00 0.00 00:53:15 00:36:02 vethe558036 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 00:53:15 00:36:02 eth0 228.03 192.34 1684.46 78.46 0.00 0.00 0.00 0.00 00:53:15 00:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:37:02 vethe558036 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 00:53:15 00:37:02 eth0 46.95 31.78 163.23 9.12 0.00 0.00 0.00 0.00 00:53:15 00:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:37:02 docker0 22.37 28.97 1.32 148.45 0.00 0.00 0.00 0.00 00:53:15 00:38:01 vethe558036 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:53:15 00:38:01 eth0 54.21 37.14 183.21 44.57 0.00 0.00 0.00 0.00 00:53:15 00:38:01 veth50d1cae 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:39:01 vethe558036 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 00:53:15 00:39:01 eth0 75.10 39.21 195.96 46.81 0.00 0.00 0.00 0.00 00:53:15 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:39:01 docker0 1113.11 1114.14 86.99 3936.22 0.00 0.00 0.00 0.00 00:53:15 00:40:02 vethe558036 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:40:02 veth219593c 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:40:02 eth0 158.93 120.38 1317.44 49.16 0.00 0.00 0.00 0.00 00:53:15 00:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:41:01 eth0 106.79 57.06 431.69 42.72 0.00 0.00 0.00 0.00 00:53:15 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:41:01 docker0 1173.28 1219.01 91.13 4511.09 0.00 0.00 0.00 0.00 00:53:15 00:42:01 eth0 0.68 0.38 0.40 0.26 0.00 0.00 0.00 0.00 00:53:15 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:43:01 eth0 1.43 0.48 0.59 0.36 0.00 0.00 0.00 0.00 00:53:15 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:44:01 eth0 0.15 0.07 0.01 0.04 0.00 0.00 0.00 0.00 00:53:15 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:45:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:53:15 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:46:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:53:15 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:47:01 eth0 0.32 0.25 0.17 0.08 0.00 0.00 0.00 0.00 00:53:15 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:48:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:53:15 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:49:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:50:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:53:15 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:51:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:52:01 eth0 0.45 0.38 0.26 0.14 0.00 0.00 0.00 0.00 00:53:15 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:53:01 eth0 209.24 171.50 2167.28 40.19 0.00 0.00 0.00 0.00 00:53:15 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 Average: eth0 150.96 122.52 740.75 29.55 0.00 0.00 0.00 0.00 00:53:15 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:15 Average: docker0 52.49 54.54 4.08 201.82 0.00 0.00 0.00 0.00 00:53:15 00:53:15 00:53:15 ---> sar -P ALL: 00:53:15 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/19/21 _x86_64_ (4 CPU) 00:53:15 00:53:15 00:30:34 LINUX RESTART (4 CPU) 00:53:15 00:53:15 00:31:01 CPU %user %nice %system %iowait %steal %idle 00:53:15 00:32:01 all 14.70 0.00 4.40 2.33 0.29 78.28 00:53:15 00:32:01 0 13.65 0.00 5.86 1.98 0.29 78.22 00:53:15 00:32:01 1 15.39 0.00 4.36 0.85 0.27 79.13 00:53:15 00:32:01 2 15.71 0.00 4.15 4.81 0.34 74.98 00:53:15 00:32:01 3 14.03 0.00 3.25 1.68 0.27 80.77 00:53:15 00:33:01 all 12.71 0.00 5.12 1.05 0.12 81.00 00:53:15 00:33:01 0 13.00 0.00 5.90 0.76 0.12 80.22 00:53:15 00:33:01 1 15.75 0.00 5.27 0.73 0.14 78.10 00:53:15 00:33:01 2 11.28 0.00 4.64 1.62 0.12 82.34 00:53:15 00:33:01 3 10.81 0.00 4.65 1.09 0.12 83.33 00:53:15 00:34:01 all 30.91 0.00 8.39 6.68 0.15 53.86 00:53:15 00:34:01 0 29.67 0.00 8.77 7.10 0.17 54.29 00:53:15 00:34:01 1 32.09 0.00 8.98 5.02 0.15 53.74 00:53:15 00:34:01 2 31.47 0.00 8.09 8.48 0.15 51.81 00:53:15 00:34:01 3 30.40 0.00 7.72 6.13 0.14 55.61 00:53:15 00:35:01 all 51.80 0.00 11.50 3.21 0.16 33.33 00:53:15 00:35:01 0 53.20 0.00 11.37 2.75 0.17 32.52 00:53:15 00:35:01 1 51.73 0.00 11.28 3.29 0.10 33.59 00:53:15 00:35:01 2 51.10 0.00 11.56 2.68 0.17 34.49 00:53:15 00:35:01 3 51.16 0.00 11.81 4.13 0.17 32.73 00:53:15 00:36:02 all 30.05 0.00 10.19 6.76 0.18 52.81 00:53:15 00:36:02 0 29.41 0.00 10.54 4.54 0.15 55.36 00:53:15 00:36:02 1 28.82 0.00 10.02 9.92 0.19 51.07 00:53:15 00:36:02 2 33.67 0.00 10.56 7.13 0.19 48.45 00:53:15 00:36:02 3 28.32 0.00 9.64 5.47 0.20 56.38 00:53:15 00:37:02 all 23.65 0.00 23.06 23.94 0.51 28.84 00:53:15 00:37:02 0 21.90 0.00 23.57 23.50 0.52 30.51 00:53:15 00:37:02 1 23.13 0.00 23.49 23.70 0.57 29.11 00:53:15 00:37:02 2 23.38 0.00 22.29 24.77 0.53 29.03 00:53:15 00:37:02 3 26.23 0.00 22.90 23.77 0.42 26.68 00:53:15 00:38:01 all 55.65 0.00 13.25 15.78 0.19 15.13 00:53:15 00:38:01 0 55.94 0.00 12.49 12.46 0.21 18.90 00:53:15 00:38:01 1 55.69 0.00 13.02 15.95 0.21 15.13 00:53:15 00:38:01 2 56.53 0.00 13.34 17.33 0.16 12.64 00:53:15 00:38:01 3 54.44 0.00 14.15 17.36 0.18 13.88 00:53:15 00:39:01 all 17.73 0.00 18.27 29.59 0.37 34.03 00:53:15 00:39:01 0 17.60 0.00 17.79 28.89 0.33 35.39 00:53:15 00:39:01 1 18.29 0.00 18.48 30.71 0.43 32.08 00:53:15 00:39:01 2 17.76 0.00 18.16 30.31 0.42 33.36 00:53:15 00:39:01 3 17.27 0.00 18.67 28.45 0.28 35.33 00:53:15 00:40:02 all 48.36 0.00 15.44 16.24 0.26 19.70 00:53:15 00:40:02 0 48.54 0.00 15.69 15.76 0.26 19.75 00:53:15 00:40:02 1 47.84 0.00 15.63 19.85 0.26 16.41 00:53:15 00:40:02 2 48.74 0.00 15.64 17.18 0.22 18.22 00:53:15 00:40:02 3 48.31 0.00 14.79 12.16 0.31 24.42 00:53:15 00:41:01 all 5.74 0.00 3.43 4.14 0.06 86.63 00:53:15 00:41:01 0 7.15 0.00 3.72 3.91 0.07 85.14 00:53:15 00:41:01 1 3.48 0.00 3.50 5.70 0.09 87.23 00:53:15 00:41:01 2 8.51 0.00 3.58 4.93 0.03 82.94 00:53:15 00:41:01 3 3.80 0.00 2.93 2.01 0.05 91.21 00:53:15 00:42:01 all 0.19 0.00 0.05 0.01 0.00 99.75 00:53:15 00:42:01 0 0.07 0.00 0.07 0.00 0.00 99.87 00:53:15 00:42:01 1 0.52 0.00 0.02 0.00 0.00 99.47 00:53:15 00:42:01 2 0.08 0.00 0.02 0.02 0.00 99.88 00:53:15 00:42:01 3 0.08 0.00 0.08 0.03 0.00 99.80 00:53:15 00:53:15 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:53:15 00:43:01 all 0.15 0.00 0.03 0.00 0.01 99.81 00:53:15 00:43:01 0 0.03 0.00 0.05 0.00 0.00 99.92 00:53:15 00:43:01 1 0.52 0.00 0.03 0.00 0.02 99.43 00:53:15 00:43:01 2 0.03 0.00 0.02 0.00 0.02 99.93 00:53:15 00:43:01 3 0.02 0.00 0.02 0.00 0.02 99.95 00:53:15 00:44:01 all 0.14 0.00 0.02 0.00 0.00 99.84 00:53:15 00:44:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:53:15 00:44:01 1 0.50 0.00 0.02 0.00 0.00 99.48 00:53:15 00:44:01 2 0.00 0.00 0.03 0.00 0.00 99.97 00:53:15 00:44:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:53:15 00:45:01 all 0.15 0.00 0.05 0.00 0.00 99.80 00:53:15 00:45:01 0 0.00 0.00 0.05 0.00 0.00 99.95 00:53:15 00:45:01 1 0.52 0.00 0.02 0.00 0.00 99.47 00:53:15 00:45:01 2 0.07 0.00 0.10 0.00 0.00 99.83 00:53:15 00:45:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:53:15 00:46:01 all 0.14 0.00 0.05 0.02 0.00 99.80 00:53:15 00:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:53:15 00:46:01 1 0.47 0.00 0.03 0.00 0.00 99.50 00:53:15 00:46:01 2 0.03 0.00 0.10 0.07 0.00 99.80 00:53:15 00:46:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:53:15 00:47:01 all 0.07 0.00 0.03 0.00 0.00 99.90 00:53:15 00:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:53:15 00:47:01 1 0.20 0.00 0.05 0.00 0.00 99.75 00:53:15 00:47:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:53:15 00:47:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:53:15 00:48:01 all 0.14 0.00 0.02 0.00 0.00 99.83 00:53:15 00:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:53:15 00:48:01 1 0.50 0.00 0.03 0.00 0.00 99.47 00:53:15 00:48:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:53:15 00:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:53:15 00:49:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:53:15 00:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:53:15 00:49:01 1 0.52 0.00 0.00 0.00 0.00 99.48 00:53:15 00:49:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:53:15 00:49:01 3 0.05 0.00 0.02 0.00 0.00 99.93 00:53:15 00:50:01 all 0.14 0.00 0.02 0.00 0.00 99.84 00:53:15 00:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:53:15 00:50:01 1 0.50 0.00 0.02 0.00 0.00 99.48 00:53:15 00:50:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:53:15 00:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:53:15 00:51:01 all 0.13 0.00 0.02 0.00 0.00 99.84 00:53:15 00:51:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:53:15 00:51:01 1 0.50 0.00 0.02 0.00 0.00 99.48 00:53:15 00:51:01 2 0.02 0.00 0.03 0.00 0.02 99.93 00:53:15 00:51:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:53:15 00:52:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:53:15 00:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:53:15 00:52:01 1 0.53 0.00 0.02 0.00 0.00 99.45 00:53:15 00:52:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:53:15 00:52:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:53:15 00:53:01 all 4.25 0.00 2.17 2.07 0.03 91.48 00:53:15 00:53:01 0 4.08 0.00 2.47 2.28 0.02 91.15 00:53:15 00:53:01 1 4.10 0.00 1.89 0.65 0.03 93.32 00:53:15 00:53:01 2 3.62 0.00 1.96 1.02 0.02 93.38 00:53:15 00:53:01 3 5.20 0.00 2.35 4.34 0.07 88.05 00:53:15 00:53:15 Average: CPU %user %nice %system %iowait %steal %idle 00:53:15 Average: all 13.22 0.00 5.12 4.94 0.10 76.62 00:53:15 Average: 0 13.09 0.00 5.26 4.59 0.10 76.95 00:53:15 Average: 1 13.43 0.00 5.15 5.14 0.11 76.18 00:53:15 Average: 2 13.46 0.00 5.08 5.33 0.11 76.03 00:53:15 Average: 3 12.90 0.00 4.99 4.68 0.10 77.33 00:53:15 00:53:15 00:53:15