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 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 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-26537 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/64 [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/64 # 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 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing f534e5f9d04b017a9fc5fe287232a3a1cbef38dc Checking out Revision f534e5f9d04b017a9fc5fe287232a3a1cbef38dc (PR-2858) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f534e5f9d04b017a9fc5fe287232a3a1cbef38dc # timeout=10 Commit message: "Merge commit '3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:51 ========================================================= 00:31:51 EdgeX Global Pipelines Version Info 00:31:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ba39cb09a7e990171d7b398de1829e803e461e6c # timeout=10 00:31:53 ------------------- 00:31:53 stable info: 00:31:53 ------------------- 00:31:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:53 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:53 Message: update stable to v1.0.179 00:31:54 ------------------- 00:31:54 experimental info: 00:31:54 ------------------- 00:31:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:54 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:54 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:54 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:55 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:56 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:56 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:56 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:31:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:31:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:31:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:31:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f534e5f9d04b017a9fc5fe287232a3a1cbef38dc [Pipeline] echo 00:31:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f534e5f [Pipeline] echo 00:31:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:57 provisioning config files... 00:31:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/64@tmp/config6231076719784765385tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:57 ---> docker-login.sh 00:31:57 nexus3.edgexfoundry.org:10001 00:31:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:58 Configure a credential helper to remove this warning. See 00:31:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:58 00:31:58 Login Succeeded 00:31:58 nexus3.edgexfoundry.org:10002 00:31:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:58 Configure a credential helper to remove this warning. See 00:31:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:58 00:31:58 Login Succeeded 00:31:58 nexus3.edgexfoundry.org:10003 00:31:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:58 Configure a credential helper to remove this warning. See 00:31:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:58 00:31:58 Login Succeeded 00:31:58 nexus3.edgexfoundry.org:10004 00:31:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:58 Configure a credential helper to remove this warning. See 00:31:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:58 00:31:58 Login Succeeded 00:31:58 docker.io 00:31:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:59 Configure a credential helper to remove this warning. See 00:31:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:59 00:31:59 Login Succeeded 00:31:59 ---> docker-login.sh ends [Pipeline] } 00:31:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:59 ++ 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:59 + for file in '`ls cmd/**/Dockerfile`' 00:31:59 ++ dirname cmd/core-command/Dockerfile 00:31:59 ++ cut -d/ -f2 00:31:59 + echo core-command,cmd/core-command/Dockerfile 00:31:59 + for file in '`ls cmd/**/Dockerfile`' 00:31:59 ++ dirname cmd/core-data/Dockerfile 00:31:59 ++ cut -d/ -f2 00:31:59 + echo core-data,cmd/core-data/Dockerfile 00:31:59 + for file in '`ls cmd/**/Dockerfile`' 00:31:59 ++ dirname cmd/core-metadata/Dockerfile 00:31:59 ++ cut -d/ -f2 00:31:59 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:59 + for file in '`ls cmd/**/Dockerfile`' 00:31:59 ++ dirname cmd/security-bootstrapper/Dockerfile 00:31:59 ++ cut -d/ -f2 00:31:59 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:31:59 + for file in '`ls cmd/**/Dockerfile`' 00:31:59 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:59 ++ cut -d/ -f2 00:31:59 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:59 + for file in '`ls cmd/**/Dockerfile`' 00:31:59 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:59 ++ cut -d/ -f2 00:31:59 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:59 + for file in '`ls cmd/**/Dockerfile`' 00:31:59 ++ dirname cmd/support-notifications/Dockerfile 00:31:59 ++ cut -d/ -f2 00:31:59 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:59 + for file in '`ls cmd/**/Dockerfile`' 00:31:59 ++ dirname cmd/support-scheduler/Dockerfile 00:31:59 ++ cut -d/ -f2 00:31:59 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:59 + for file in '`ls cmd/**/Dockerfile`' 00:31:59 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:59 ++ cut -d/ -f2 00:31:59 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:59 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:32:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:00 00:32:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:32:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:01 latest: Pulling from edgex-devops/git-semver 00:32:01 31603596830f: Pulling fs layer 00:32:01 2a8b12db71e7: Pulling fs layer 00:32:01 6ca5941a6612: Pulling fs layer 00:32:01 ecc8261a40a4: Pulling fs layer 00:32:01 ecc8261a40a4: Waiting 00:32:01 2a8b12db71e7: Verifying Checksum 00:32:01 2a8b12db71e7: Download complete 00:32:01 31603596830f: Verifying Checksum 00:32:01 31603596830f: Download complete 00:32:01 ecc8261a40a4: Verifying Checksum 00:32:01 ecc8261a40a4: Download complete 00:32:01 6ca5941a6612: Verifying Checksum 00:32:01 6ca5941a6612: Download complete 00:32:01 31603596830f: Pull complete 00:32:01 2a8b12db71e7: Pull complete 00:32:02 6ca5941a6612: Pull complete 00:32:03 ecc8261a40a4: Pull complete 00:32:03 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:32:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:03 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:32:03 prd-centos7-docker-4c-2g-26537 does not seem to be running inside a container 00:32:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/64 -v /w/workspace/edgex-go/64:/w/workspace/edgex-go/64:rw,z -v /w/workspace/edgex-go/64@tmp:/w/workspace/edgex-go/64@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:32:05 $ docker top 582a09a5888ac680bb0f30980cd22cb23cc073378ef613c345bedf1da4fd8ff3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:32:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:06 [ssh-agent] Looking for ssh-agent implementation... 00:32:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:06 $ docker exec 582a09a5888ac680bb0f30980cd22cb23cc073378ef613c345bedf1da4fd8ff3 ssh-agent 00:32:06 SSH_AUTH_SOCK=/tmp/ssh-cy73MBGAwTZH/agent.11 00:32:06 SSH_AGENT_PID=16 00:32:06 Running ssh-add (command line suppressed) 00:32:06 Identity added: /w/workspace/edgex-go/64@tmp/private_key_6577383196683062981.key (/w/workspace/edgex-go/64@tmp/private_key_6577383196683062981.key) 00:32:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:07 + git tag --points-at HEAD [Pipeline] } 00:32:07 $ docker exec --env ******** --env ******** 582a09a5888ac680bb0f30980cd22cb23cc073378ef613c345bedf1da4fd8ff3 ssh-agent -k 00:32:07 unset SSH_AUTH_SOCK; 00:32:07 unset SSH_AGENT_PID; 00:32:07 echo Agent pid 16 killed; 00:32:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:32:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:07 [ssh-agent] Looking for ssh-agent implementation... 00:32:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:07 $ docker exec 582a09a5888ac680bb0f30980cd22cb23cc073378ef613c345bedf1da4fd8ff3 ssh-agent 00:32:08 SSH_AUTH_SOCK=/tmp/ssh-QXraUi4fhf0z/agent.44 00:32:08 SSH_AGENT_PID=49 00:32:08 Running ssh-add (command line suppressed) 00:32:08 Identity added: /w/workspace/edgex-go/64@tmp/private_key_3247646930101320922.key (/w/workspace/edgex-go/64@tmp/private_key_3247646930101320922.key) 00:32:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:08 + git semver init 00:32:08 # -> Open(): unable to determine branch for HEAD 00:32:08 # $GIT_DIR = /w/workspace/edgex-go/64/.git 00:32:08 # $GIT_WORK_TREE = /w/workspace/edgex-go/64 00:32:08 # $SEMVER_REMOTE_NAME = origin 00:32:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:32:08 # $SEMVER_USER_NAME = edgex-jenkins 00:32:08 # $SEMVER_BRANCH = PR-2858 00:32:08 # $SEMVER_TEMP = /tmp/semver-599998006 00:32:08 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:35 # '/tmp/semver-599998006' -> '/w/workspace/edgex-go/64/.semver' 00:32:35 # -> Force: false 00:32:35 # $SEMVER_DIR = /w/workspace/edgex-go/64/.semver [Pipeline] } 00:32:35 $ docker exec --env ******** --env ******** 582a09a5888ac680bb0f30980cd22cb23cc073378ef613c345bedf1da4fd8ff3 ssh-agent -k 00:32:35 unset SSH_AUTH_SOCK; 00:32:35 unset SSH_AGENT_PID; 00:32:35 echo Agent pid 49 killed; 00:32:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:36 + git semver [Pipeline] } 00:32:36 $ docker stop --time=1 582a09a5888ac680bb0f30980cd22cb23cc073378ef613c345bedf1da4fd8ff3 00:32:38 $ docker rm -f 582a09a5888ac680bb0f30980cd22cb23cc073378ef613c345bedf1da4fd8ff3 [Pipeline] // withDockerContainer [Pipeline] sh 00:32:39 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:39 Stashed 1 file(s) [Pipeline] echo 00:32:39 [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:41 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:41 + sudo service docker restart 00:32:41 + true 00:32:41 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:42 ========================================================= 00:32:42 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:42 + 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:47 Sending build context to Docker daemon 327.9MB 00:32:47 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:32:47 Step 2/6 : FROM ${BASE} 00:32:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:47 188c0c94c7c5: Pulling fs layer 00:32:47 0ef7d3d256c8: Pulling fs layer 00:32:47 de9db76c5a1d: Pulling fs layer 00:32:47 bca2f99d35d6: Pulling fs layer 00:32:47 93359f2a8cfa: Pulling fs layer 00:32:47 7c6f9722023f: Pulling fs layer 00:32:47 a35cf1a2eb13: Pulling fs layer 00:32:47 bca2f99d35d6: Waiting 00:32:47 93359f2a8cfa: Waiting 00:32:47 a35cf1a2eb13: Waiting 00:32:47 7c6f9722023f: Waiting 00:32:47 de9db76c5a1d: Verifying Checksum 00:32:47 de9db76c5a1d: Download complete 00:32:47 0ef7d3d256c8: Download complete 00:32:47 93359f2a8cfa: Verifying Checksum 00:32:47 93359f2a8cfa: Download complete 00:32:47 7c6f9722023f: Download complete 00:32:47 188c0c94c7c5: Verifying Checksum 00:32:47 188c0c94c7c5: Download complete 00:32:47 188c0c94c7c5: Pull complete 00:32:47 0ef7d3d256c8: Pull complete 00:32:48 de9db76c5a1d: Pull complete 00:32:50 a35cf1a2eb13: Verifying Checksum 00:32:50 a35cf1a2eb13: Download complete 00:32:50 bca2f99d35d6: Verifying Checksum 00:32:50 bca2f99d35d6: Download complete 00:32:55 Still waiting to schedule task 00:32:55 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-26534’ 00:32:56 bca2f99d35d6: Pull complete 00:32:56 93359f2a8cfa: Pull complete 00:32:56 7c6f9722023f: Pull complete 00:33:00 a35cf1a2eb13: Pull complete 00:33:00 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:33:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:33:00 ---> a62c8e92a672 00:33:00 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:33:00 ---> Running in 1b7451bca0f4 00:33:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:02 (1/12) Installing libmagic (5.38-r0) 00:33:03 (2/12) Installing file (5.38-r0) 00:33:03 (3/12) Installing libc-dev (0.7.2-r3) 00:33:03 (4/12) Installing g++ (9.3.0-r2) 00:33:07 (5/12) Installing fortify-headers (1.1-r0) 00:33:07 (6/12) Installing patch (2.7.6-r6) 00:33:07 (7/12) Installing build-base (0.5-r2) 00:33:07 (8/12) Installing libsodium (1.0.18-r0) 00:33:07 (9/12) Installing pkgconf (1.7.2-r0) 00:33:07 (10/12) Installing libsodium-dev (1.0.18-r0) 00:33:07 (11/12) Installing libzmq (4.3.3-r0) 00:33:07 (12/12) Installing zeromq-dev (4.3.3-r0) 00:33:07 Executing busybox-1.31.1-r19.trigger 00:33:07 OK: 233 MiB in 51 packages 00:33:11 Removing intermediate container 1b7451bca0f4 00:33:11 ---> 9df953704055 00:33:11 Step 4/6 : WORKDIR /edgex-go 00:33:11 ---> Running in 7783834e664c 00:33:11 Removing intermediate container 7783834e664c 00:33:11 ---> 82fcfd40f023 00:33:11 Step 5/6 : COPY go.mod . 00:33:11 ---> 2fbf5617ba8f 00:33:11 Step 6/6 : RUN go mod download 00:33:11 ---> Running in 95f1de05d2d0 00:33:38 Removing intermediate container 95f1de05d2d0 00:33:38 ---> e531ecc9ee88 00:33:38 Successfully built e531ecc9ee88 00:33:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:39 + docker inspect -f . ci-base-image-x86_64 00:33:39 . [Pipeline] withDockerContainer 00:33:39 prd-centos7-docker-4c-2g-26537 does not seem to be running inside a container 00:33:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/64 -v /w/workspace/edgex-go/64:/w/workspace/edgex-go/64:rw,z -v /w/workspace/edgex-go/64@tmp:/w/workspace/edgex-go/64@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:40 $ docker top 777da5101282c733d089cd234767af5187916fc1ce4e8a2505a404ae26cb3fef -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:40 + go version 00:33:40 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:40 $ docker stop --time=1 777da5101282c733d089cd234767af5187916fc1ce4e8a2505a404ae26cb3fef 00:33:42 $ docker rm -f 777da5101282c733d089cd234767af5187916fc1ce4e8a2505a404ae26cb3fef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:43 + docker inspect -f . ci-base-image-x86_64 00:33:43 . [Pipeline] withDockerContainer 00:33:43 prd-centos7-docker-4c-2g-26537 does not seem to be running inside a container 00:33:43 $ 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/64 -v /w/workspace/edgex-go/64:/w/workspace/edgex-go/64:rw,z -v /w/workspace/edgex-go/64@tmp:/w/workspace/edgex-go/64@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:44 $ docker top 8c1295c43ee195a7dff951870442f74764677836f1d4338f5935f799d4c3f227 -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:44 ========================================================= 00:33:44 [edgeXBuildGoParallel] Running Tests and Build... 00:33:44 ========================================================= [Pipeline] sh 00:33:44 + make test 00:33:44 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:54 ? github.com/edgexfoundry/edgex-go [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:34:20 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:34:20 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.131s coverage: 45.9% of statements 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.100s coverage: 100.0% of statements 00:34:27 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.201s coverage: 27.1% of statements 00:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:34:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements 00:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:34:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements 00:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:34:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.082s coverage: 65.8% of statements 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:34:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.426s coverage: 82.3% of statements 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.368s coverage: 28.6% of statements 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.064s coverage: 100.0% of statements 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.050s coverage: 100.0% of statements 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.142s coverage: 86.7% of statements 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.104s coverage: 97.5% of statements 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.072s coverage: 78.3% of statements 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:34:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.454s coverage: 92.8% of statements 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:34:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 0.1% of statements 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:34:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.033s coverage: 45.5% of statements 00:34:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.050s coverage: 79.5% of statements 00:34:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.027s coverage: 94.1% of statements 00:34:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.047s coverage: 96.3% of statements 00:34:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.027s coverage: 87.5% of statements 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.042s coverage: 94.4% of statements 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.049s coverage: 44.8% of statements 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.065s coverage: 92.9% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.072s coverage: 87.2% of statements 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.056s coverage: 84.2% of statements 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.079s coverage: 91.4% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 63.5% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.313s coverage: 68.9% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.103s coverage: 37.0% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.318s coverage: 84.0% of statements 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.038s coverage: 100.0% of statements 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.136s coverage: 47.0% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.059s coverage: 100.0% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.103s coverage: 89.4% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.725s coverage: 29.1% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.038s coverage: 100.0% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.055s coverage: 100.0% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 00:34:58 GO111MODULE=on go vet ./... 00:35:26 gofmt -l . 00:35:26 [ "`gofmt -l .`" = "" ] 00:35:26 ./bin/test-go-mod-tidy.sh 00:35:26 ./bin/test-attribution-txt.sh [Pipeline] sh 00:35:26 + ls -al . 00:35:26 total 700 00:35:26 drwxrwxr-x 10 1001 1001 4096 Feb 16 00:35 . 00:35:26 drwxr-xr-x 4 root root 30 Feb 16 00:33 .. 00:35:26 -rw-rw-r-- 1 1001 1001 11 Feb 16 00:31 .dockerignore 00:35:26 drwxrwxr-x 8 1001 1001 179 Feb 16 00:31 .git 00:35:26 drwxrwxr-x 3 1001 1001 125 Feb 16 00:31 .github 00:35:26 -rw-rw-r-- 1 1001 1001 818 Feb 16 00:31 .gitignore 00:35:26 drwx------ 3 1001 1001 60 Feb 16 00:32 .semver 00:35:26 -rw-rw-r-- 1 1001 1001 166 Feb 16 00:31 .sonarcloud.properties 00:35:26 -rw-rw-r-- 1 1001 1001 7859 Feb 16 00:31 Attribution.txt 00:35:26 -rw-rw-r-- 1 1001 1001 3804 Feb 16 00:31 CONTRIBUTING.md 00:35:26 -rw-rw-r-- 1 1001 1001 931 Feb 16 00:31 Dockerfile.build 00:35:26 -rw-rw-r-- 1 1001 1001 863 Feb 16 00:31 Jenkinsfile 00:35:26 -rw-rw-r-- 1 1001 1001 10775 Feb 16 00:31 LICENSE 00:35:26 -rw-rw-r-- 1 1001 1001 5774 Feb 16 00:31 Makefile 00:35:26 -rw-rw-r-- 1 1001 1001 6524 Feb 16 00:31 README.md 00:35:26 -rw-rw-r-- 1 1001 1001 6755 Feb 16 00:31 SECURITY.md 00:35:26 -rw-rw-r-- 1 1001 1001 5 Feb 16 00:32 VERSION 00:35:26 -rw-rw-r-- 1 1001 1001 4131 Feb 16 00:31 ZMQWindows.md 00:35:26 drwxrwxr-x 2 1001 1001 117 Feb 16 00:31 bin 00:35:26 drwxrwxr-x 14 1001 1001 4096 Feb 16 00:31 cmd 00:35:26 -rw-r--r-- 1 root root 595676 Feb 16 00:34 coverage.out 00:35:26 -rw-r--r-- 1 root root 1054 Feb 16 00:35 go.mod 00:35:26 -rw-r--r-- 1 root root 19518 Feb 16 00:35 go.sum 00:35:26 drwxrwxr-x 8 1001 1001 127 Feb 16 00:31 internal 00:35:26 drwxrwxr-x 4 1001 1001 26 Feb 16 00:31 openapi 00:35:26 drwxrwxr-x 4 1001 1001 71 Feb 16 00:31 snap 00:35:26 -rw-rw-r-- 1 1001 1001 168 Feb 16 00:31 version.go [Pipeline] sh 00:35:27 + '[' -e coverage.out ] 00:35:27 + chown 1001:1001 coverage.out [Pipeline] stash 00:35:27 Stashed 1 file(s) [Pipeline] sh 00:35:27 + make build 00:35:27 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:35:31 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:40 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:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:35:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:35:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:35:45 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:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:35:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:35:50 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:51 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:52 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:54 $ docker stop --time=1 8c1295c43ee195a7dff951870442f74764677836f1d4338f5935f799d4c3f227 00:35:56 $ docker rm -f 8c1295c43ee195a7dff951870442f74764677836f1d4338f5935f799d4c3f227 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:57 00:35:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:58 latest: Pulling from edgex-devops/edgex-compose 00:35:58 cbdbe7a5bc2a: Pulling fs layer 00:35:58 ca9280d653b3: Pulling fs layer 00:35:58 7e9c9ca2126c: Pulling fs layer 00:35:58 cbdbe7a5bc2a: Download complete 00:35:58 cbdbe7a5bc2a: Pull complete 00:35:58 ca9280d653b3: Verifying Checksum 00:35:58 ca9280d653b3: Download complete 00:36:00 ca9280d653b3: Pull complete 00:36:00 7e9c9ca2126c: Verifying Checksum 00:36:00 7e9c9ca2126c: Download complete 00:36:09 7e9c9ca2126c: Pull complete 00:36:09 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:36:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:36:09 prd-centos7-docker-4c-2g-26537 does not seem to be running inside a container 00:36:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/64 -v /w/workspace/edgex-go/64:/w/workspace/edgex-go/64:rw,z -v /w/workspace/edgex-go/64@tmp:/w/workspace/edgex-go/64@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:36:11 $ docker top 91818c32792c29f27481521dfad3cac36fffe270520e0c109cf411c2cab8a990 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:12 + docker-compose build --help 00:36:12 + grep parallel 00:36:12 --parallel Build images in parallel. [Pipeline] } 00:36:13 $ docker stop --time=1 91818c32792c29f27481521dfad3cac36fffe270520e0c109cf411c2cab8a990 00:36:14 $ docker rm -f 91818c32792c29f27481521dfad3cac36fffe270520e0c109cf411c2cab8a990 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:15 . [Pipeline] withDockerContainer 00:36:15 prd-centos7-docker-4c-2g-26537 does not seem to be running inside a container 00:36:15 $ 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/64 -v /w/workspace/edgex-go/64:/w/workspace/edgex-go/64:rw,z -v /w/workspace/edgex-go/64@tmp:/w/workspace/edgex-go/64@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:36:16 $ docker top 6780e3d1c21dc0c3c34e42e75ec2dd9e1d501f0badbd1aceb3f90ffad48d7a37 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:16 + docker-compose -f ./docker-compose-build.yml build --parallel 00:36:18 Building docker-core-command-go ... 00:36:18 Building docker-core-data-go ... 00:36:18 Building docker-core-metadata-go ... 00:36:18 Building docker-security-bootstrapper-go ... 00:36:18 Building docker-security-proxy-setup-go ... 00:36:18 Building docker-security-secretstore-setup-go ... 00:36:18 Building docker-support-notifications-go ... 00:36:18 Building docker-support-scheduler-go ... 00:36:18 Building docker-sys-mgmt-agent-go ... 00:36:18 Building docker-support-notifications-go 00:36:18 Building docker-sys-mgmt-agent-go 00:36:18 Building docker-core-command-go 00:36:18 Building docker-security-secretstore-setup-go 00:36:18 Building docker-security-bootstrapper-go 00:36:21 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26539 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:36:21 Running in /w/workspace/edgex-go/64 [Pipeline] { [Pipeline] checkout 00:36:26 using credential edgex-jenkins-ssh 00:36:27 Cloning the remote Git repository 00:36:27 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:27 > git init /w/workspace/edgex-go/64 # timeout=10 00:36:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:27 > git --version # timeout=10 00:36:27 > git --version # 'git version 2.17.1' 00:36:27 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:43 Merging remotes/origin/master commit 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:36:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:42 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:42 > 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:43 > git config core.sparsecheckout # timeout=10 00:36:43 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:36:44 > git remote # timeout=10 00:36:44 > git config --get remote.origin.url # timeout=10 00:36:44 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:44 > git merge 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 # timeout=10 00:36:44 Merge succeeded, producing 8344c90e310231202bed93e7079f7d2379e23d3f 00:36:44 Checking out Revision 8344c90e310231202bed93e7079f7d2379e23d3f (PR-2858) 00:36:44 > git rev-parse HEAD^{commit} # timeout=10 00:36:44 > git config core.sparsecheckout # timeout=10 00:36:45 > git checkout -f 8344c90e310231202bed93e7079f7d2379e23d3f # timeout=10 00:36:49 Commit message: "Merge commit '3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0' into HEAD" 00:36:49 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:49 > git rev-list --no-walk ba39cb09a7e990171d7b398de1829e803e461e6c # timeout=10 00:36:51 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:51 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:36:51 ---> e531ecc9ee88 00:36:51 Step 3/30 : WORKDIR /edgex-go 00:36:51 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:51 ---> e531ecc9ee88 00:36:51 Step 3/23 : WORKDIR /edgex-go 00:36:51 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:52 ---> e531ecc9ee88 00:36:52 Step 3/22 : WORKDIR /edgex-go 00:36:52 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:52 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:36:52 ---> e531ecc9ee88 00:36:52 Step 3/24 : WORKDIR /edgex-go 00:36:52 + sudo service docker restart 00:36:52 + true 00:36:52 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:52 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:36:52 ---> e531ecc9ee88 00:36:52 Step 3/26 : WORKDIR /edgex-go 00:36:53 ---> Running in a5a747af6533 00:36:53 ---> Running in a6b063741dcf 00:36:53 ---> Running in befd8207118b 00:36:53 ---> Running in 0453f8d80117 00:36:53 ---> Running in d36b7a1f65ce 00:36:53 Removing intermediate container d36b7a1f65ce 00:36:53 ---> f137a34c34f8 00:36:53 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:53 Removing intermediate container a5a747af6533 00:36:53 ---> c1c859c1dea2 00:36:53 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:53 Removing intermediate container a6b063741dcf 00:36:53 ---> 87499c862e9e 00:36:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:53 Removing intermediate container befd8207118b 00:36:53 ---> 9033c65112e0 00:36:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:53 ---> Running in a899089ac700 00:36:53 Removing intermediate container 0453f8d80117 00:36:53 ---> 25222328eeff 00:36:53 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:53 ---> Running in 1423093fd3dd 00:36:53 ---> Running in c39e6d200c47 00:36:53 ---> Running in 9bc48181e971 00:36:53 ---> Running in 335bc7982c58 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:54 provisioning config files... 00:36:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/64@tmp/config7479977470505559526tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:54 ---> docker-login.sh 00:36:54 nexus3.edgexfoundry.org:10001 00:36:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:55 Removing intermediate container 1423093fd3dd 00:36:55 ---> 3971959f5756 00:36:55 Step 5/30 : RUN apk add --update --no-cache make git 00:36:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:56 Configure a credential helper to remove this warning. See 00:36:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:56 00:36:56 Login Succeeded 00:36:56 nexus3.edgexfoundry.org:10002 00:36:56 ---> Running in b1e85bd1d77a 00:36:56 Removing intermediate container c39e6d200c47 00:36:56 ---> 0d55c1c1a56b 00:36:56 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:36:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:56 ---> Running in e3ccc05abc87 00:36:56 Removing intermediate container a899089ac700 00:36:56 ---> bb57dca9d9ff 00:36:56 Step 5/24 : RUN apk add --update --no-cache make git 00:36:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:56 Configure a credential helper to remove this warning. See 00:36:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:56 00:36:56 Login Succeeded 00:36:56 nexus3.edgexfoundry.org:10003 00:36:56 Removing intermediate container 335bc7982c58 00:36:56 ---> 985d75f7022c 00:36:56 Step 5/26 : RUN apk add --update --no-cache make bash git 00:36:56 Removing intermediate container 9bc48181e971 00:36:56 ---> 53c3aeaa081b 00:36:56 Step 5/23 : RUN apk add --update --no-cache make git 00:36:56 ---> Running in d7402075b4eb 00:36:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:56 ---> Running in 845d46670667 00:36:56 ---> Running in 75955c091e49 00:36:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:57 Configure a credential helper to remove this warning. See 00:36:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:57 00:36:57 Login Succeeded 00:36:57 nexus3.edgexfoundry.org:10004 00:36:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:57 Configure a credential helper to remove this warning. See 00:36:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:57 00:36:57 Login Succeeded 00:36:57 docker.io 00:36:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:57 OK: 233 MiB in 51 packages 00:36:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:58 OK: 233 MiB in 51 packages 00:36:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:58 Configure a credential helper to remove this warning. See 00:36:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:58 00:36:58 Login Succeeded 00:36:58 ---> docker-login.sh ends [Pipeline] } 00:36:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 00:36:58 Removing intermediate container b1e85bd1d77a 00:36:58 ---> 2d245cca2307 00:36:58 Step 6/30 : COPY go.mod . 00:36:58 OK: 233 MiB in 51 packages [Pipeline] echo 00:36:58 ========================================================= 00:36:58 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:58 ========================================================= 00:37:00 Removing intermediate container e3ccc05abc87 00:37:00 ---> 5f91df4db48e 00:37:00 Step 6/22 : COPY go.mod . 00:37:00 OK: 233 MiB in 51 packages 00:37:00 OK: 233 MiB in 51 packages 00:37:00 ---> aa9f872212f9 00:37:00 Step 7/30 : RUN go mod download 00:37:00 ---> Running in 0b727a1891c5 00:37:00 ---> d2520e27968e 00:37:00 Step 7/22 : RUN go mod download 00:37:00 ---> Running in 7f259010a92f 00:37:00 Removing intermediate container d7402075b4eb 00:37:00 ---> 589db32bd1fc 00:37:00 Step 6/24 : COPY go.mod . 00:37:00 Removing intermediate container 75955c091e49 00:37:00 ---> 7e5d8836b766 00:37:00 Step 6/23 : COPY go.mod . 00:37:00 ---> bbdb558e5511 00:37:00 Step 7/24 : RUN go mod download 00:37:00 Removing intermediate container 845d46670667 00:37:00 ---> 6da309140db7 00:37:00 Step 6/26 : COPY go.mod . 00:37:00 ---> Running in 35e73d072d67 [Pipeline] isUnix [Pipeline] sh 00:37:00 ---> db3ae84c2bc6 00:37:00 Step 7/23 : RUN go mod download 00:37:00 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:37:00 ---> Running in 459eb45f23b3 00:37:00 ---> 895387382e7a 00:37:00 Step 7/26 : RUN go mod download 00:37:00 ---> Running in 4ba79c848d56 00:37:02 Removing intermediate container 7f259010a92f 00:37:02 ---> 306c7d54046d 00:37:02 Step 8/22 : COPY . . 00:37:02 Removing intermediate container 0b727a1891c5 00:37:02 ---> 57b0fabb460e 00:37:02 Step 8/30 : COPY . . 00:37:02 Removing intermediate container 35e73d072d67 00:37:02 ---> c4928447b8d8 00:37:02 Step 8/24 : COPY . . 00:37:02 Removing intermediate container 459eb45f23b3 00:37:02 ---> b87cfcb84dd7 00:37:02 Step 8/23 : COPY . . 00:37:03 Sending build context to Docker daemon 166.4MB 00:37:03 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:37:03 Step 2/6 : FROM ${BASE} 00:37:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:37:03 5f621e34cdf4: Pulling fs layer 00:37:03 a4357932f1b6: Pulling fs layer 00:37:03 18c013af1878: Pulling fs layer 00:37:03 00ac8860ef70: Pulling fs layer 00:37:03 63d7cb157983: Pulling fs layer 00:37:03 b116817d02f9: Pulling fs layer 00:37:03 745a02a5169b: Pulling fs layer 00:37:03 63d7cb157983: Waiting 00:37:03 b116817d02f9: Waiting 00:37:03 745a02a5169b: Waiting 00:37:03 00ac8860ef70: Waiting 00:37:03 18c013af1878: Verifying Checksum 00:37:03 18c013af1878: Download complete 00:37:03 a4357932f1b6: Download complete 00:37:03 63d7cb157983: Verifying Checksum 00:37:03 63d7cb157983: Download complete 00:37:03 b116817d02f9: Verifying Checksum 00:37:03 b116817d02f9: Download complete 00:37:03 5f621e34cdf4: Verifying Checksum 00:37:03 5f621e34cdf4: Download complete 00:37:04 5f621e34cdf4: Pull complete 00:37:04 a4357932f1b6: Pull complete 00:37:05 Removing intermediate container 4ba79c848d56 00:37:05 ---> 175f672cd851 00:37:05 Step 8/26 : COPY . . 00:37:05 18c013af1878: Pull complete 00:37:06 745a02a5169b: Verifying Checksum 00:37:06 745a02a5169b: Download complete 00:37:07 00ac8860ef70: Verifying Checksum 00:37:07 00ac8860ef70: Download complete 00:37:17 00ac8860ef70: Pull complete 00:37:17 63d7cb157983: Pull complete 00:37:17 b116817d02f9: Pull complete 00:37:20 745a02a5169b: Pull complete 00:37:20 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:37:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:37:20 ---> b7e6874047d6 00:37:20 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:24 ---> Running in 890eaa9a70ec 00:37:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:26 (1/12) Installing libmagic (5.38-r0) 00:37:26 (2/12) Installing file (5.38-r0) 00:37:26 (3/12) Installing libc-dev (0.7.2-r3) 00:37:27 (4/12) Installing g++ (9.3.0-r2) 00:37:31 (5/12) Installing fortify-headers (1.1-r0) 00:37:31 (6/12) Installing patch (2.7.6-r6) 00:37:31 (7/12) Installing build-base (0.5-r2) 00:37:31 (8/12) Installing libsodium (1.0.18-r0) 00:37:31 (9/12) Installing pkgconf (1.7.2-r0) 00:37:31 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:31 (11/12) Installing libzmq (4.3.3-r0) 00:37:32 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:32 Executing busybox-1.31.1-r19.trigger 00:37:32 OK: 217 MiB in 51 packages 00:37:36 Removing intermediate container 890eaa9a70ec 00:37:36 ---> 68daef2650f6 00:37:36 Step 4/6 : WORKDIR /edgex-go 00:37:36 ---> Running in c4ff12a61404 00:37:37 Removing intermediate container c4ff12a61404 00:37:37 ---> eb395e42f347 00:37:37 Step 5/6 : COPY go.mod . 00:37:37 ---> d1b9ee3f782d 00:37:37 Step 6/6 : RUN go mod download 00:37:37 ---> Running in 96a83e5df3d3 00:37:44 ---> c326cb31c24c 00:37:44 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:37:44 ---> b4099e99168d 00:37:44 Step 9/23 : RUN make cmd/core-command/core-command 00:37:44 ---> effc80a28be0 00:37:44 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:37:44 ---> Running in 4fbe32f71ca0 00:37:44 ---> Running in 3218694fb389 00:37:44 ---> a6ee3a734acc 00:37:44 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:37:44 ---> ee66c338e4af 00:37:44 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:37:44 ---> Running in 761e4daf9e5e 00:37:44 ---> Running in 724394b0df2c 00:37:44 ---> Running in 1ae75f7bdb74 00:37:44 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: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:37:44 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:44 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:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:38:10 Removing intermediate container 96a83e5df3d3 00:38:10 ---> 2cdb3381a0b9 00:38:10 Successfully built 2cdb3381a0b9 00:38:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:38:10 + docker inspect -f . ci-base-image-arm64 00:38:10 . [Pipeline] withDockerContainer 00:38:10 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:38:10 prd-ubuntu18.04-docker-arm64-4c-16g-26539 does not seem to be running inside a container 00:38:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/64 -v /w/workspace/edgex-go/64:/w/workspace/edgex-go/64:rw,z -v /w/workspace/edgex-go/64@tmp:/w/workspace/edgex-go/64@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:38:12 $ docker top 89988c95b3e9ae050fdbed4033102bc131c1434abededdd81549ba2c0c67a008 -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:13 + go version 00:38:13 go version go1.15.5 linux/arm64 [Pipeline] } 00:38:13 $ docker stop --time=1 89988c95b3e9ae050fdbed4033102bc131c1434abededdd81549ba2c0c67a008 00:38:15 $ docker rm -f 89988c95b3e9ae050fdbed4033102bc131c1434abededdd81549ba2c0c67a008 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:16 + docker inspect -f . ci-base-image-arm64 00:38:16 . [Pipeline] withDockerContainer 00:38:16 prd-ubuntu18.04-docker-arm64-4c-16g-26539 does not seem to be running inside a container 00:38:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/64 -v /w/workspace/edgex-go/64:/w/workspace/edgex-go/64:rw,z -v /w/workspace/edgex-go/64@tmp:/w/workspace/edgex-go/64@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:38:18 $ docker top 1d1fb2a89750bdca49c40fa30da68924265cac5141c0b1999c97f01fc7b66a82 -eo pid,comm [Pipeline] { [Pipeline] echo 00:38:19 ========================================================= 00:38:19 [edgeXBuildGoParallel] Running Tests and Build... 00:38:19 ========================================================= [Pipeline] sh 00:38:19 Removing intermediate container 4fbe32f71ca0 00:38:19 ---> 3aed42ea3966 00:38:19 00:38:19 Step 10/24 : FROM alpine:3.12 00:38:19 3.12: Pulling from library/alpine 00:38:19 Removing intermediate container 761e4daf9e5e 00:38:19 ---> 6e501d485670 00:38:19 00:38:19 Step 10/30 : FROM alpine:3.12 00:38:19 3.12: Pulling from library/alpine 00:38:19 Removing intermediate container 1ae75f7bdb74 00:38:19 ---> 98f971a2864d 00:38:19 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:38:19 + make test 00:38:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:20 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:38:20 ---> Running in 7c23c261d817 00:38:20 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:38:20 Status: Downloaded newer image for alpine:3.12 00:38:20 Status: Downloaded newer image for alpine:3.12 00:38:20 ---> 389fef711851 00:38:20 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:38:20 ---> 389fef711851 00:38:20 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:38:20 ---> Running in af121b820127 00:38:20 ---> Running in bc0154b88605 00:38:21 Removing intermediate container af121b820127 00:38:21 ---> 6faed78211f0 00:38:21 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:38:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:21 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:38:22 (1/5) Installing ca-certificates (20191127-r4) 00:38:22 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:38:22 (3/5) Installing libcurl (7.69.1-r3) 00:38:22 (4/5) Installing curl (7.69.1-r3) 00:38:22 (5/5) Installing dumb-init (1.2.2-r1) 00:38:22 Executing busybox-1.31.1-r19.trigger 00:38:22 Executing ca-certificates-20191127-r4.trigger 00:38:22 OK: 7 MiB in 19 packages 00:38:23 ---> Running in aac39cdc2005 00:38:23 Removing intermediate container 3218694fb389 00:38:23 ---> 4c1ffffe571e 00:38:23 00:38:23 Step 10/23 : FROM alpine:3.12 00:38:23 ---> 389fef711851 00:38:23 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:38:23 Removing intermediate container 724394b0df2c 00:38:23 ---> 6768ab0646db 00:38:23 00:38:23 Step 10/22 : FROM alpine:3.12 00:38:23 ---> 389fef711851 00:38:23 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:38:24 ---> Running in 91e4f9b97f22 00:38:24 ---> Running in 2c2ebefea7fc 00:38:24 Removing intermediate container bc0154b88605 00:38:24 ---> c8c247283a3e 00:38:24 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:24 ---> Running in ec2dbb7a545c 00:38:24 (1/2) Installing dumb-init (1.2.2-r1) 00:38:24 (2/2) Installing su-exec (0.2-r1) 00:38:24 Executing busybox-1.31.1-r19.trigger 00:38:24 OK: 6 MiB in 16 packages 00:38:25 Removing intermediate container ec2dbb7a545c 00:38:25 ---> 4b7d67e05560 00:38:25 Step 13/24 : WORKDIR / 00:38:25 Removing intermediate container 7c23c261d817 00:38:25 ---> 2db435d2344c 00:38:25 00:38:25 Step 11/26 : FROM docker:20.10.0 00:38:25 20.10.0: Pulling from library/docker 00:38:25 ---> Running in b73bcad61d2b 00:38:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:25 (1/1) Installing dumb-init (1.2.2-r1) 00:38:25 Executing busybox-1.31.1-r19.trigger 00:38:25 OK: 6 MiB in 15 packages 00:38:25 Removing intermediate container b73bcad61d2b 00:38:25 ---> eae7e86a5769 00:38:25 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:38:26 (1/2) Installing ca-certificates (20191127-r4) 00:38:26 (2/2) Installing dumb-init (1.2.2-r1) 00:38:26 Executing busybox-1.31.1-r19.trigger 00:38:26 Executing ca-certificates-20191127-r4.trigger 00:38:26 OK: 6 MiB in 16 packages 00:38:26 Removing intermediate container aac39cdc2005 00:38:26 ---> 9e656c2a0035 00:38:26 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:38:28 ---> Running in 3ad67f3b2274 00:38:28 ---> 0dbeb178e752 00:38:28 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:38:28 Removing intermediate container 3ad67f3b2274 00:38:28 ---> ed1edcd59bfc 00:38:28 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:38:28 ---> Running in 263c49e31c44 00:38:28 ---> a6dcefe468f6 00:38:28 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:38:28 Removing intermediate container 91e4f9b97f22 00:38:28 ---> 3c783bb2fa46 00:38:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:28 Removing intermediate container 2c2ebefea7fc 00:38:28 ---> 1a11b231d9d0 00:38:28 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:38:29 ---> Running in ca49a8fba048 00:38:29 ---> Running in 3298e96795c0 00:38:29 Removing intermediate container 263c49e31c44 00:38:29 ---> a1d29f62e5cb 00:38:29 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:38:29 ---> 7f76ab7cb6cc 00:38:29 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:38:29 ---> Running in 4c7cc3b25c8c 00:38:29 Removing intermediate container 3298e96795c0 00:38:29 ---> 8302c395f66b 00:38:29 Step 13/22 : ENV APP_PORT=48060 00:38:29 Removing intermediate container ca49a8fba048 00:38:29 ---> 67abd69779c2 00:38:29 Step 13/23 : ENV APP_PORT=48082 00:38:30 ---> Running in bd374b3e5edc 00:38:30 ---> Running in 2435ed730a8d 00:38:30 ---> d94b8be15a2a 00:38:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:38:30 Removing intermediate container 2435ed730a8d 00:38:30 ---> 131a54c80125 00:38:30 Step 14/22 : EXPOSE $APP_PORT 00:38:30 Removing intermediate container bd374b3e5edc 00:38:30 ---> cf8a54ab7872 00:38:30 Step 14/23 : EXPOSE $APP_PORT 00:38:30 ---> Running in e7aa8c6b6561 00:38:30 ---> Running in ec6940860ebc 00:38:31 Removing intermediate container e7aa8c6b6561 00:38:31 ---> fe48d8f01472 00:38:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:31 Removing intermediate container ec6940860ebc 00:38:31 ---> 036427ddd7a1 00:38:31 Step 15/23 : WORKDIR / 00:38:31 ---> 14fed7a6781e 00:38:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:38:31 ---> Running in 4d62b13f7e54 00:38:31 ---> b6e7f6409fca 00:38:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:38:31 Removing intermediate container 4c7cc3b25c8c 00:38:31 ---> 2d7b5f95c213 00:38:31 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:38:31 ---> Running in 61f96a39747b 00:38:31 ---> e1e2e7950efb 00:38:31 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:38:32 Removing intermediate container 4d62b13f7e54 00:38:32 ---> b7f3ff065945 00:38:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:32 ---> Running in d6846c423d8e 00:38:32 Removing intermediate container 61f96a39747b 00:38:32 ---> 25f013be1e58 00:38:32 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:38:32 ---> 4a804eb287b9 00:38:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:38:32 ---> bbe9341ae15c 00:38:32 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:38:32 ---> 8a3da780dc28 00:38:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:38:32 ---> Running in 4ece8ad76530 00:38:33 ---> 6113f449fcd3 00:38:33 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:38:33 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:38:33 Status: Downloaded newer image for docker:20.10.0 00:38:33 ---> aefe523efa57 00:38:33 Step 12/26 : RUN apk add --no-cache bash 00:38:33 ---> e133c1dd571e 00:38:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:38:33 ---> Running in 7604302a4272 00:38:33 ---> Running in 861a942402ea 00:38:34 Removing intermediate container 7604302a4272 00:38:34 ---> 452aab64a6ea 00:38:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:34 ---> 05a79a7d17da 00:38:34 Step 19/23 : ENTRYPOINT ["/core-command"] 00:38:34 Removing intermediate container d6846c423d8e 00:38:34 ---> 04f8abc264e4 00:38:34 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:38:34 ---> Running in bba9f6628945 00:38:34 ---> Running in 1114e02d5b84 00:38:34 ---> Running in 73d5c113a3e9 00:38:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:34 Removing intermediate container bba9f6628945 00:38:34 ---> bdbc765b1215 00:38:34 Step 20/22 : LABEL arch=x86_64 00:38:34 Removing intermediate container 1114e02d5b84 00:38:34 ---> 735796242814 00:38:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:34 Removing intermediate container 4ece8ad76530 00:38:34 ---> a4d829545c8d 00:38:34 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:34 Removing intermediate container 73d5c113a3e9 00:38:34 ---> 087d8012d945 00:38:34 Step 22/24 : LABEL arch=x86_64 00:38:34 (1/2) Installing readline (8.0.4-r0) 00:38:34 (2/2) Installing bash (5.0.17-r0) 00:38:34 Executing bash-5.0.17-r0.post-install 00:38:34 Executing busybox-1.31.1-r19.trigger 00:38:34 OK: 12 MiB in 22 packages 00:38:35 ---> Running in fc762ab940d7 00:38:35 ---> Running in 532519a2e58c 00:38:35 ---> Running in 48f92f89d273 00:38:35 ---> dcb6cf18025b 00:38:35 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:38:35 Removing intermediate container fc762ab940d7 00:38:35 ---> 51e693359a9b 00:38:35 Step 21/23 : LABEL arch=x86_64 00:38:35 Removing intermediate container 532519a2e58c 00:38:35 ---> 16eae8967216 00:38:35 Step 21/22 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc 00:38:35 Removing intermediate container 48f92f89d273 00:38:35 ---> dcbbfbcab9a8 00:38:35 Step 23/24 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc 00:38:35 ---> Running in c387b7d8ffe5 00:38:35 ---> Running in 2d4697b57d7f 00:38:36 ---> Running in 819d591ace41 00:38:36 Removing intermediate container 861a942402ea 00:38:36 ---> 50209e4fdcfa 00:38:36 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:38:36 ---> e1c11a5e2215 00:38:36 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:38:36 ---> Running in c946719b558a 00:38:36 Removing intermediate container c387b7d8ffe5 00:38:36 ---> 03ecd5513d17 00:38:36 Step 22/23 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc 00:38:36 Removing intermediate container 2d4697b57d7f 00:38:36 ---> 85b5e326233f 00:38:36 Step 22/22 : LABEL version=0.0.0 00:38:36 Removing intermediate container 819d591ace41 00:38:36 ---> 46accebb7499 00:38:36 Step 24/24 : LABEL version=0.0.0 00:38:36 ---> ca70e1e6cea6 00:38:36 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:38:36 ---> Running in b03dcc59dcb4 00:38:36 ---> Running in 2d256bc3d0dd 00:38:36 Removing intermediate container c946719b558a 00:38:36 ---> 73b6cdacf9e1 00:38:36 Step 14/26 : ENV APP_PORT=48090 00:38:36 ---> Running in 2b2eadd81119 00:38:36 ---> Running in d60de91e720e 00:38:36 Removing intermediate container b03dcc59dcb4 00:38:36 ---> a145cadd24ac 00:38:36 Step 23/23 : LABEL version=0.0.0 00:38:37 Removing intermediate container 2d256bc3d0dd 00:38:37 ---> 6b6871df3abb 00:38:37 00:38:37 Removing intermediate container 2b2eadd81119 00:38:37 ---> 35814bc2491c 00:38:37 00:38:37 ---> ab1131621960 00:38:37 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:38:37 ---> Running in 74bfa1769e85 00:38:37 Removing intermediate container d60de91e720e 00:38:37 ---> 18afef4cd987 00:38:37 Step 15/26 : EXPOSE $APP_PORT 00:38:37 Successfully built 6b6871df3abb 00:38:37 Successfully built 35814bc2491c 00:38:37 ---> Running in 8f8d8d6a0215 00:38:37 Successfully tagged docker-support-notifications-go:latest 00:38:37  Building docker-support-notifications-go ... done Building docker-core-metadata-go 00:38:37 ---> Running in cac57645399e 00:38:37 Successfully tagged docker-security-secretstore-setup-go:latest 00:38:37 Building docker-core-data-go 00:38:37  Building docker-security-secretstore-setup-go ... done Removing intermediate container 74bfa1769e85 00:38:37 ---> 309d2c90c9bc 00:38:37 00:38:38 Removing intermediate container 8f8d8d6a0215 00:38:38 ---> 23432ce2ec5e 00:38:38 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:38:38 Successfully built 309d2c90c9bc 00:38:38 Removing intermediate container cac57645399e 00:38:38 ---> ed75474bfad2 00:38:38 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:38:38 Successfully tagged docker-core-command-go:latest 00:38:38 Building docker-support-scheduler-go 00:38:38  Building docker-core-command-go ... done  ---> 108ed71dcad2 00:38:38 Step 25/30 : RUN chmod +x /entrypoint.sh 00:38:38 ---> Running in 28387056347d 00:38:38 ---> aa3f3addc7e5 00:38:38 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:38:42 ---> 198c06f66617 00:38:42 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:38:45 ---> 50ad31fb32d4 00:38:45 Step 19/26 : RUN apk --no-cache add py3-pip 00:38:45 Removing intermediate container 28387056347d 00:38:45 ---> 131a0b4bafcb 00:38:45 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:38:45 ---> Running in 3e565ff8e737 00:38:46 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:48 ---> Running in 000f420abb5a 00:38:48 Removing intermediate container 000f420abb5a 00:38:48 ---> 28ec5b782b75 00:38:48 Step 27/30 : CMD ["gate"] 00:38:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:48 (1/33) Installing libbz2 (1.0.8-r1) 00:38:48 (2/33) Installing expat (2.2.9-r1) 00:38:48 (3/33) Installing libffi (3.3-r2) 00:38:48 (4/33) Installing gdbm (1.13-r1) 00:38:48 (5/33) Installing xz-libs (5.2.5-r0) 00:38:48 (6/33) Installing sqlite-libs (3.32.1-r0) 00:38:48 ---> Running in ced593706759 00:38:48 (7/33) Installing python3 (3.8.5-r0) 00:38:49 Removing intermediate container ced593706759 00:38:49 ---> 817483f96a0e 00:38:49 Step 28/30 : LABEL arch=x86_64 00:38:59 (8/33) Installing py3-appdirs (1.4.4-r1) 00:38:59 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:38:59 (10/33) Installing py3-parsing (2.4.7-r0) 00:38:59 (11/33) Installing py3-six (1.15.0-r0) 00:38:59 (12/33) Installing py3-packaging (20.4-r0) 00:38:59 (13/33) Installing py3-setuptools (47.0.0-r0) 00:38:59 (14/33) Installing py3-chardet (3.0.4-r4) 00:39:00 (15/33) Installing py3-idna (2.9-r0) 00:39:00 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:39:01 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:39:01 ---> Running in 3cecf26d0c18 00:39:01 (18/33) Installing py3-requests (2.23.0-r0) 00:39:01 (19/33) Installing py3-msgpack (1.0.0-r0) 00:39:01 (20/33) Installing py3-lockfile (0.12.2-r3) 00:39:01 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:39:01 (22/33) Installing py3-colorama (0.4.3-r0) 00:39:01 (23/33) Installing py3-distlib (0.3.0-r0) 00:39:01 (24/33) Installing py3-distro (1.5.0-r1) 00:39:01 (25/33) Installing py3-webencodings (0.5.1-r3) 00:39:01 (26/33) Installing py3-html5lib (1.0.1-r4) 00:39:02 (27/33) Installing py3-pytoml (0.1.21-r0) 00:39:03 (28/33) Installing py3-pep517 (0.8.2-r0) 00:39:03 (29/33) Installing py3-progress (1.5-r0) 00:39:03 (30/33) Installing py3-toml (0.10.1-r0) 00:39:03 (31/33) Installing py3-retrying (1.3.3-r0) 00:39:03 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:39:03 (33/33) Installing py3-pip (20.1.1-r0) 00:39:06 Executing busybox-1.31.1-r19.trigger 00:39:06 Removing intermediate container 3cecf26d0c18 00:39:06 ---> fcd1204ee76b 00:39:06 Step 29/30 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc 00:39:06 OK: 71 MiB in 55 packages 00:39:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:39:06 ---> e531ecc9ee88 00:39:06 Step 3/23 : WORKDIR /edgex-go 00:39:06 ---> Using cache 00:39:06 ---> 25222328eeff 00:39:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:06 ---> Using cache 00:39:06 ---> 985d75f7022c 00:39:06 Step 5/23 : RUN apk add --update --no-cache make git 00:39:06 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:39:06 ---> e531ecc9ee88 00:39:06 Step 3/22 : WORKDIR /edgex-go 00:39:06 ---> Using cache 00:39:06 ---> 25222328eeff 00:39:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:06 ---> Using cache 00:39:06 ---> 985d75f7022c 00:39:06 Step 5/22 : RUN apk add --update --no-cache make git 00:39:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:39:06 ---> e531ecc9ee88 00:39:06 Step 3/23 : WORKDIR /edgex-go 00:39:06 ---> Using cache 00:39:06 ---> 25222328eeff 00:39:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:06 ---> Using cache 00:39:06 ---> 985d75f7022c 00:39:06 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:39:07 ---> Running in 15c186fa7038 00:39:07 ---> Running in e628b752c86f 00:39:07 ---> Running in d8d76072c79e 00:39:07 ---> Running in 1d55c79795d1 00:39:08 Removing intermediate container 15c186fa7038 00:39:08 ---> a379b0e70726 00:39:08 Step 30/30 : LABEL version=0.0.0 00:39:09 ---> Running in 4d3676723434 00:39:10 Removing intermediate container 4d3676723434 00:39:10 ---> ef8e52e0beb9 00:39:10 00:39:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:10 Successfully built ef8e52e0beb9 00:39:10 Successfully tagged docker-security-bootstrapper-go:latest 00:39:10  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go 00:39:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:11 OK: 233 MiB in 51 packages 00:39:11 OK: 233 MiB in 51 packages 00:39:11 OK: 233 MiB in 51 packages 00:39:18 Removing intermediate container 1d55c79795d1 00:39:18 ---> edacde0bb44d 00:39:18 Step 6/22 : COPY go.mod . 00:39:18 Removing intermediate container d8d76072c79e 00:39:18 ---> be7a6c873c3a 00:39:18 Step 6/23 : COPY go.mod . 00:39:19 Removing intermediate container e628b752c86f 00:39:19 ---> 0275a6852390 00:39:19 Step 6/23 : COPY go.mod . 00:39:21 ---> 77eff0c59f30 00:39:21 Step 7/22 : RUN go mod download 00:39:22 ---> 4e7fdbf046e5 00:39:22 Step 7/23 : RUN go mod download 00:39:23 ---> b814543d8e33 00:39:23 Step 7/23 : RUN go mod download 00:39:25 ---> Running in d30aff831074 00:39:25 ---> Running in e8e829e73a54 00:39:26 Removing intermediate container 3e565ff8e737 00:39:26 ---> 83f3049b7f26 00:39:26 Step 20/26 : RUN pip install docker-compose==1.23.2 00:39:26 ---> Running in 4daa66774c73 00:39:27 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:39:27 ---> e531ecc9ee88 00:39:27 Step 3/21 : WORKDIR /edgex-go 00:39:27 ---> Using cache 00:39:27 ---> 25222328eeff 00:39:27 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:27 ---> Using cache 00:39:27 ---> 985d75f7022c 00:39:27 Step 5/21 : RUN apk add --update --no-cache make git 00:39:27 ---> Using cache 00:39:27 ---> 0275a6852390 00:39:27 Step 6/21 : COPY go.mod . 00:39:27 ---> Using cache 00:39:27 ---> b814543d8e33 00:39:27 Step 7/21 : RUN go mod download 00:39:28 ---> Running in 15206d463570 00:39:28 ---> Running in ca53e514acdd 00:39:29 Removing intermediate container e8e829e73a54 00:39:29 ---> d253fde39bec 00:39:29 Step 8/23 : COPY . . 00:39:29 Removing intermediate container d30aff831074 00:39:29 ---> 12a87cc55710 00:39:29 Step 8/22 : COPY . . 00:39:29 Removing intermediate container 4daa66774c73 00:39:29 ---> 98ad1ce5c7d8 00:39:29 Step 8/23 : COPY . . 00:39:29 Removing intermediate container ca53e514acdd 00:39:29 ---> f14e52327637 00:39:29 Step 8/21 : COPY . . 00:39:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:40 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:44 Collecting docker-compose==1.23.2 00:39:44 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:39:44 Collecting websocket-client<1.0,>=0.32.0 00:39:44 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:39:44 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:39:44 Collecting jsonschema<3,>=2.5.1 00:39:44 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:39:45 Collecting PyYAML<4,>=3.10 00:39:45 Downloading PyYAML-3.13.tar.gz (270 kB) 00:39:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:53 Collecting cached-property<2,>=1.2.0 00:39:53 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:39:54 Collecting texttable<0.10,>=0.9.0 00:39:54 Downloading texttable-0.9.1.tar.gz (11 kB) 00:39:54 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:55 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:58 Collecting docker<4.0,>=3.6.0 00:39:58 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:59 Collecting dockerpty<0.5,>=0.4.1 00:39:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:40:02 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:40:02 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:40:02 Collecting docopt<0.7,>=0.6.1 00:40:02 Downloading docopt-0.6.2.tar.gz (25 kB) 00:40:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:40:03 Collecting docker-pycreds>=0.4.0 00:40:03 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:40:04 ---> 05b09d92db07 00:40:04 Step 9/23 : RUN make cmd/core-data/core-data 00:40:04 Collecting urllib3<1.25,>=1.21.1 00:40:04 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:40:05 ---> d8692395559d 00:40:05 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:40:05 ---> Running in c0dc6d1d4807 00:40:05 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:05 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:05 ---> dd3593e82371 00:40:05 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:40:05 Collecting idna<2.8,>=2.5 00:40:05 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:40:05 ---> Running in 47f47b58be11 00:40:05 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:40:05 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:40:05 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:40:05 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:40:06 ---> af6071b241fe 00:40:06 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:40:06 Installing collected packages: websocket-client, jsonschema, PyYAML, cached-property, texttable, docker-pycreds, urllib3, idna, requests, docker, dockerpty, docopt, docker-compose 00:40:06 ---> Running in 1796eb0506f7 00:40:06 ---> Running in d5829ffecca0 00:40:06 Running setup.py install for PyYAML: started 00:40:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:40:07 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:40:07 Running setup.py install for PyYAML: finished with status 'done' 00:40:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:40:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:40:07 Running setup.py install for texttable: started 00:40:08 Running setup.py install for texttable: finished with status 'done' 00:40:08 Attempting uninstall: urllib3 00:40:08 Found existing installation: urllib3 1.25.9 00:40:08 Uninstalling urllib3-1.25.9: 00:40:08 Successfully uninstalled urllib3-1.25.9 00:40:09 Attempting uninstall: idna 00:40:09 Found existing installation: idna 2.9 00:40:09 Uninstalling idna-2.9: 00:40:09 Successfully uninstalled idna-2.9 00:40:09 Attempting uninstall: requests 00:40:09 Found existing installation: requests 2.23.0 00:40:09 Uninstalling requests-2.23.0: 00:40:09 Successfully uninstalled requests-2.23.0 00:40:09 Running setup.py install for dockerpty: started 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.303s coverage: 45.9% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.195s coverage: 100.0% of statements 00:40:10 Running setup.py install for dockerpty: finished with status 'done' 00:40:10 Running setup.py install for docopt: started 00:40:11 Running setup.py install for docopt: finished with status 'done' 00:40:12 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:17 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.638s coverage: 27.1% of statements 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.096s coverage: 100.0% of statements 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.079s coverage: 100.0% of statements 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:17 Removing intermediate container 15206d463570 00:40:17 ---> 7dc121715ed5 00:40:17 Step 21/26 : RUN apk --no-cache add curl 00:40:17 ---> Running in 844fe7c55f2f 00:40:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.309s coverage: 65.8% of statements 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:19 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:40:19 (2/3) Installing libcurl (7.69.1-r3) 00:40:19 (3/3) Installing curl (7.69.1-r3) 00:40:19 Executing busybox-1.31.1-r19.trigger 00:40:19 OK: 72 MiB in 58 packages 00:40:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.706s coverage: 82.3% of statements 00:40:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:40:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:21 Removing intermediate container 844fe7c55f2f 00:40:21 ---> f4a46d7afb8e 00:40:21 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:40:21 ---> Running in 73dc4a0c39bb 00:40:22 Removing intermediate container 73dc4a0c39bb 00:40:22 ---> 6833f8bb7a40 00:40:22 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:22 ---> Running in 59bc303e775f 00:40:23 Removing intermediate container 59bc303e775f 00:40:23 ---> 28039d85c39e 00:40:23 Step 24/26 : LABEL arch=x86_64 00:40:23 ---> Running in 3178048e8455 00:40:23 Removing intermediate container 3178048e8455 00:40:23 ---> ed8c0dc3d69d 00:40:23 Step 25/26 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc 00:40:23 ---> Running in f40d643c282d 00:40:24 Removing intermediate container f40d643c282d 00:40:24 ---> e2dde0e3f510 00:40:24 Step 26/26 : LABEL version=0.0.0 00:40:24 ---> Running in ee5da75f4de6 00:40:24 Removing intermediate container ee5da75f4de6 00:40:24 ---> d29265e6032b 00:40:24 00:40:24 Successfully built d29265e6032b 00:40:24 Successfully tagged docker-sys-mgmt-agent-go:latest 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.281s coverage: 28.6% of statements 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.160s coverage: 100.0% of statements 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.283s coverage: 86.7% of statements 00:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.393s coverage: 97.5% of statements 00:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.168s coverage: 78.3% of statements 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:31  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.258s coverage: 92.8% of statements 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.067s coverage: 58.8% of statements 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.215s coverage: 0.1% of statements 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.077s coverage: 45.5% of statements 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.086s coverage: 79.5% of statements 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.087s coverage: 94.1% of statements 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.085s coverage: 96.3% of statements 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.086s coverage: 87.5% of statements 00:40:43 Removing intermediate container d5829ffecca0 00:40:43 ---> 9f7d3038b292 00:40:43 00:40:43 Step 10/21 : FROM alpine:3.12 00:40:43 ---> 389fef711851 00:40:43 Step 11/21 : RUN apk add --update --no-cache curl 00:40:43 Removing intermediate container 47f47b58be11 00:40:43 ---> ef5a10a459a1 00:40:43 00:40:43 Step 10/22 : FROM alpine:3.12 00:40:43 ---> 389fef711851 00:40:43 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:40:43 ---> Using cache 00:40:43 ---> 3c783bb2fa46 00:40:43 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:40:43 ---> Using cache 00:40:43 ---> 67abd69779c2 00:40:43 Step 13/22 : ENV APP_PORT=48085 00:40:43 ---> Running in a765a0b52f02 00:40:43 ---> Running in f1e3d3895390 00:40:43 Removing intermediate container a765a0b52f02 00:40:43 ---> 7fbb873c99bd 00:40:43 Step 14/22 : EXPOSE $APP_PORT 00:40:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:46 ---> Running in 9a237f66a3aa 00:40:46 (1/4) Installing ca-certificates (20191127-r4) 00:40:46 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:40:46 (3/4) Installing libcurl (7.69.1-r3) 00:40:46 (4/4) Installing curl (7.69.1-r3) 00:40:46 Executing busybox-1.31.1-r19.trigger 00:40:46 Executing ca-certificates-20191127-r4.trigger 00:40:46 Removing intermediate container c0dc6d1d4807 00:40:46 ---> dada80b0871e 00:40:46 00:40:46 Step 10/23 : FROM alpine:3.12 00:40:46 ---> 389fef711851 00:40:46 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:47 OK: 7 MiB in 18 packages 00:40:47 Removing intermediate container 1796eb0506f7 00:40:47 ---> 4c9121f2e9f6 00:40:47 00:40:47 Step 10/23 : FROM alpine:3.12 00:40:47 ---> Running in c1b288d048f4 00:40:47 ---> 389fef711851 00:40:47 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:40:47 ---> Using cache 00:40:47 ---> 3c783bb2fa46 00:40:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:40:47 ---> Using cache 00:40:47 ---> 67abd69779c2 00:40:47 Step 13/23 : ENV APP_PORT=48081 00:40:47 Removing intermediate container 9a237f66a3aa 00:40:47 ---> 3d788ed34143 00:40:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:47 ---> Running in ee8353982cd9 00:40:47 Removing intermediate container c1b288d048f4 00:40:47 ---> b2052f8abda5 00:40:47 Step 12/23 : ENV APP_PORT=48080 00:40:50 ---> Running in 6b6b5482a7f3 00:40:50 Removing intermediate container ee8353982cd9 00:40:50 ---> 18597c6716ff 00:40:50 Step 14/23 : EXPOSE $APP_PORT 00:40:50 ---> 9f8c0b62e9e0 00:40:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:40:50 Removing intermediate container f1e3d3895390 00:40:50 ---> c3c1016930ec 00:40:50 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:40:50 ---> Running in 91de9573662a 00:40:50 ---> Running in 7cb9cc8ea8c5 00:40:50 Removing intermediate container 6b6b5482a7f3 00:40:50 ---> 2e2eb5b9eae3 00:40:50 Step 13/23 : EXPOSE $APP_PORT 00:40:50 Removing intermediate container 91de9573662a 00:40:50 ---> 208460a4d630 00:40:50 Step 15/23 : WORKDIR / 00:40:50 ---> Running in a9364c64eb26 00:40:50 Removing intermediate container 7cb9cc8ea8c5 00:40:50 ---> 91a6ce31da54 00:40:50 Step 13/21 : WORKDIR /edgex 00:40:50 ---> Running in 7bb06268b6cd 00:40:50 ---> Running in 8c3737cfffbc 00:40:50 ---> bdbe0ffefe5c 00:40:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:40:50 Removing intermediate container a9364c64eb26 00:40:50 ---> 89cb11dd70e1 00:40:50 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:51 ---> Running in 8442b5b185a0 00:40:51 Removing intermediate container 7bb06268b6cd 00:40:51 ---> fbf0c734aef6 00:40:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:51 Removing intermediate container 8c3737cfffbc 00:40:51 ---> 1c32615a8764 00:40:51 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:40:51 ---> ec0a31becf93 00:40:51 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:40:51 ---> Running in 7183d8dd5ff2 00:40:51 ---> e641dc6000be 00:40:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:40:51 ---> 0bbb003f1401 00:40:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:40:51 Removing intermediate container 7183d8dd5ff2 00:40:51 ---> 845c9fc546fa 00:40:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:51 ---> Running in 46bcb1282311 00:40:52 Removing intermediate container 46bcb1282311 00:40:52 ---> 0cf66b7da670 00:40:52 Step 20/22 : LABEL arch=x86_64 00:40:52 ---> Running in 06f7a00afaaa 00:40:52 ---> 2e09ededf0f7 00:40:52 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:40:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.080s coverage: 94.4% of statements 00:40:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements 00:40:52 ---> 18e38dc2ba61 00:40:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:40:52 Removing intermediate container 06f7a00afaaa 00:40:52 ---> c91752afcc02 00:40:52 Step 21/22 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc 00:40:52 Removing intermediate container 8442b5b185a0 00:40:52 ---> c0f770f960e7 00:40:52 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:40:52 ---> Running in 50635b88693e 00:40:52 ---> Running in 316b97e069c9 00:40:52 ---> 7b8a7603820a 00:40:52 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:40:52 ---> 6500b4ffbeec 00:40:52 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:40:52 ---> Running in 0b667f085709 00:40:53 ---> Running in bda11a00f776 00:40:53 Removing intermediate container 50635b88693e 00:40:53 ---> 382b42d1fb27 00:40:53 Step 22/22 : LABEL version=0.0.0 00:40:53 ---> Running in 3ce5321e2714 00:40:53 Removing intermediate container 0b667f085709 00:40:53 ---> 7591f9fdec35 00:40:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:53 Removing intermediate container bda11a00f776 00:40:53 ---> 90a191a8f227 00:40:53 Step 18/21 : CMD ["--init=true"] 00:40:53 ---> Running in 418ce3de1c12 00:40:53 ---> Running in cc6a5c575cab 00:40:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:53 Removing intermediate container 3ce5321e2714 00:40:53 ---> 14835207304b 00:40:53 00:40:53 Removing intermediate container cc6a5c575cab 00:40:53 ---> 16966794651c 00:40:53 Step 21/23 : LABEL arch=x86_64 00:40:53 Removing intermediate container 418ce3de1c12 00:40:53 ---> b4e1fa887dad 00:40:53 Step 19/21 : LABEL arch=x86_64 00:40:53 Successfully built 14835207304b 00:40:53 Successfully tagged docker-support-scheduler-go:latest 00:40:53  Building docker-support-scheduler-go ... done  ---> Running in 6a4e4d7004f2 00:40:53 ---> Running in 935f408c858e 00:40:53 Removing intermediate container 6a4e4d7004f2 00:40:53 ---> 83e3271c9d27 00:40:53 Step 22/23 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc 00:40:53 Removing intermediate container 935f408c858e 00:40:53 ---> dc7257bea2f7 00:40:53 Step 20/21 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc 00:40:54 ---> Running in 41534ff5d7e4 00:40:54 ---> Running in d4244a29b28d 00:40:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:54 Removing intermediate container d4244a29b28d 00:40:54 ---> c8722eed23a1 00:40:54 Step 21/21 : LABEL version=0.0.0 00:40:54 Removing intermediate container 41534ff5d7e4 00:40:54 ---> 83a1e99e152a 00:40:54 Step 23/23 : LABEL version=0.0.0 00:40:54 ---> Running in 0eef865c7a55 00:40:54 ---> Running in c6ed2aee785f 00:40:54 Removing intermediate container 0eef865c7a55 00:40:54 ---> fec1523d7a24 00:40:54 00:40:54 (1/6) Installing dumb-init (1.2.2-r1) 00:40:54 Removing intermediate container c6ed2aee785f 00:40:54 ---> 602580d38eea 00:40:54 00:40:54 (2/6) Installing libgcc (9.3.0-r2) 00:40:54 (3/6) Installing libsodium (1.0.18-r0) 00:40:55 (4/6) Installing libstdc++ (9.3.0-r2) 00:40:55 Successfully built 602580d38eea 00:40:55 Successfully built fec1523d7a24 00:40:55 Successfully tagged docker-core-metadata-go:latest 00:40:55 Successfully tagged docker-security-proxy-setup-go:latest 00:40:55  Building docker-core-metadata-go ... done  Building docker-security-proxy-setup-go ... done (5/6) Installing libzmq (4.3.3-r0) 00:40:55 (6/6) Installing zeromq (4.3.3-r0) 00:40:55 Executing busybox-1.31.1-r19.trigger 00:40:55 OK: 8 MiB in 20 packages 00:40:55 Removing intermediate container 316b97e069c9 00:40:55 ---> 0fd9da954d83 00:40:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:56 ---> b3e63d01d8f6 00:40:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:40:56 ---> 614392179894 00:40:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:40:56 ---> f39abb6f154b 00:40:56 Step 19/23 : ENTRYPOINT ["/core-data"] 00:40:56 ---> Running in eae7828331c8 00:40:57 Removing intermediate container eae7828331c8 00:40:57 ---> 660d71428401 00:40:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:57 ---> Running in eaadee465562 00:40:57 Removing intermediate container eaadee465562 00:40:57 ---> aee3ee4057be 00:40:57 Step 21/23 : LABEL arch=x86_64 00:40:57 ---> Running in c9bf6a8dea5d 00:40:57 Removing intermediate container c9bf6a8dea5d 00:40:57 ---> 89cf3d0803dd 00:40:57 Step 22/23 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc 00:40:57 ---> Running in 21720864b5ea 00:40:57 Removing intermediate container 21720864b5ea 00:40:57 ---> 571191ddb09b 00:40:57 Step 23/23 : LABEL version=0.0.0 00:40:58 ---> Running in 8d330382f9af 00:40:58 Removing intermediate container 8d330382f9af 00:40:58 ---> c21be0ff328d 00:40:58 00:40:58 Successfully built c21be0ff328d 00:40:58 Successfully tagged docker-core-data-go:latest 00:40:58  Building docker-core-data-go ... done  [Pipeline] } 00:40:58 $ docker stop --time=1 6780e3d1c21dc0c3c34e42e75ec2dd9e1d501f0badbd1aceb3f90ffad48d7a37 00:41:00 $ docker rm -f 6780e3d1c21dc0c3c34e42e75ec2dd9e1d501f0badbd1aceb3f90ffad48d7a37 [Pipeline] // withDockerContainer [Pipeline] sh 00:41:01 + docker images 00:41:01 + grep docker 00:41:01 docker-core-data-go latest c21be0ff328d 4 seconds ago 22.3MB 00:41:01 docker-core-metadata-go latest 602580d38eea 7 seconds ago 18.8MB 00:41:01 docker-security-proxy-setup-go latest fec1523d7a24 7 seconds ago 24.4MB 00:41:01 docker-support-scheduler-go latest 14835207304b 8 seconds ago 17MB 00:41:01 docker-sys-mgmt-agent-go latest d29265e6032b 37 seconds ago 313MB 00:41:01 docker-security-bootstrapper-go latest ef8e52e0beb9 About a minute ago 18MB 00:41:01 docker-core-command-go latest 309d2c90c9bc 2 minutes ago 16.9MB 00:41:01 docker-security-secretstore-setup-go latest 35814bc2491c 2 minutes ago 24.6MB 00:41:01 docker-support-notifications-go latest 6b6871df3abb 2 minutes ago 17.6MB 00:41:01 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:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.165s coverage: 92.9% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.096s coverage: 75.5% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.076s coverage: 80.8% of statements 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.147s coverage: 87.2% of statements 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.139s coverage: 84.2% of statements 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.190s coverage: 91.4% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.658s coverage: 63.5% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.901s coverage: 68.9% of statements 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:41:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.377s coverage: 37.0% of statements 00:41:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:41:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:41:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.643s coverage: 84.0% of statements 00:41:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.130s coverage: 100.0% of statements 00:41:17 Still waiting to schedule task 00:41:17 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-26542’ 00:41:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.439s coverage: 47.0% of statements 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:41:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.152s coverage: 100.0% of statements 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:41:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.107s coverage: 100.0% of statements 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:41:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.382s coverage: 89.4% of statements 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.556s coverage: 29.1% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.241s coverage: 99.0% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.124s coverage: 100.0% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.147s coverage: 100.0% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/system 0.058s coverage: 0.0% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.117s coverage: 87.9% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.074s coverage: 100.0% of statements 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.049s coverage: 32.1% of statements 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 00:41:29 GO111MODULE=on go vet ./... 00:42:51 gofmt -l . 00:42:51 [ "`gofmt -l .`" = "" ] 00:42:51 ./bin/test-go-mod-tidy.sh 00:42:51 ./bin/test-attribution-txt.sh [Pipeline] sh 00:42:53 + ls -al . 00:42:53 total 728 00:42:53 drwxrwxr-x 9 1001 1001 4096 Feb 16 00:42 . 00:42:53 drwxr-xr-x 4 root root 4096 Feb 16 00:38 .. 00:42:53 -rw-rw-r-- 1 1001 1001 11 Feb 16 00:36 .dockerignore 00:42:53 drwxrwxr-x 8 1001 1001 4096 Feb 16 00:36 .git 00:42:53 drwxrwxr-x 3 1001 1001 4096 Feb 16 00:36 .github 00:42:53 -rw-rw-r-- 1 1001 1001 818 Feb 16 00:36 .gitignore 00:42:53 -rw-rw-r-- 1 1001 1001 166 Feb 16 00:36 .sonarcloud.properties 00:42:53 -rw-rw-r-- 1 1001 1001 7859 Feb 16 00:36 Attribution.txt 00:42:53 -rw-rw-r-- 1 1001 1001 3804 Feb 16 00:36 CONTRIBUTING.md 00:42:53 -rw-rw-r-- 1 1001 1001 931 Feb 16 00:36 Dockerfile.build 00:42:53 -rw-rw-r-- 1 1001 1001 863 Feb 16 00:36 Jenkinsfile 00:42:53 -rw-rw-r-- 1 1001 1001 10775 Feb 16 00:36 LICENSE 00:42:53 -rw-rw-r-- 1 1001 1001 5774 Feb 16 00:36 Makefile 00:42:53 -rw-rw-r-- 1 1001 1001 6524 Feb 16 00:36 README.md 00:42:53 -rw-rw-r-- 1 1001 1001 6755 Feb 16 00:36 SECURITY.md 00:42:53 -rw-rw-r-- 1 1001 1001 5 Feb 16 00:32 VERSION 00:42:53 -rw-rw-r-- 1 1001 1001 4131 Feb 16 00:36 ZMQWindows.md 00:42:53 drwxrwxr-x 2 1001 1001 4096 Feb 16 00:36 bin 00:42:53 drwxrwxr-x 14 1001 1001 4096 Feb 16 00:36 cmd 00:42:53 -rw-r--r-- 1 root root 595676 Feb 16 00:41 coverage.out 00:42:53 -rw-r--r-- 1 root root 1054 Feb 16 00:42 go.mod 00:42:53 -rw-r--r-- 1 root root 19518 Feb 16 00:42 go.sum 00:42:53 drwxrwxr-x 8 1001 1001 4096 Feb 16 00:36 internal 00:42:53 drwxrwxr-x 4 1001 1001 4096 Feb 16 00:36 openapi 00:42:53 drwxrwxr-x 4 1001 1001 4096 Feb 16 00:36 snap 00:42:53 -rw-rw-r-- 1 1001 1001 168 Feb 16 00:36 version.go [Pipeline] sh 00:42:54 + '[' -e coverage.out ] 00:42:54 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:54 Warning: overwriting stash ‘coverage-report’ 00:42:55 Stashed 1 file(s) [Pipeline] sh 00:42:55 + make build 00:42:55 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:43:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:43:27 Running on prd-ubuntu18.04-docker-8c-8g-26543 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:43:27 Running in /w/workspace/edgex-go/64 [Pipeline] { [Pipeline] checkout 00:43:30 using credential edgex-jenkins-ssh 00:43:30 Cloning the remote Git repository 00:43:30 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:43:30 > git init /w/workspace/edgex-go/64 # timeout=10 00:43:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:43:30 > git --version # timeout=10 00:43:30 > git --version # 'git version 2.17.1' 00:43:30 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:32 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:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:43:41 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: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:43:43 Merging remotes/origin/master commit 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:43:44 Merge succeeded, producing 133c9d4aba5980320892ad0814142b9da282b445 00:43:44 Checking out Revision 133c9d4aba5980320892ad0814142b9da282b445 (PR-2858) 00:43:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:43:43 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:43:43 > git config core.sparsecheckout # timeout=10 00:43:43 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:43:43 > git remote # timeout=10 00:43:43 > git config --get remote.origin.url # timeout=10 00:43:43 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:43 > git merge 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 # timeout=10 00:43:44 > git rev-parse HEAD^{commit} # timeout=10 00:43:44 > git config core.sparsecheckout # timeout=10 00:43:44 > git checkout -f 133c9d4aba5980320892ad0814142b9da282b445 # timeout=10 00:43:47 Commit message: "Merge commit '3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0' into HEAD" 00:43:47 First time build. Skipping changelog. 00:43:47 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:47 > git rev-list --no-walk ba39cb09a7e990171d7b398de1829e803e461e6c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:43:49 + echo snap-build.sh 00:43:49 snap-build.sh 00:43:49 + SNAP_BASE_DIR=. 00:43:49 + '[' '!' -z /w/workspace/edgex-go/64 ']' 00:43:49 + SNAP_BASE_DIR=/w/workspace/edgex-go/64 00:43:49 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/64]' 00:43:49 [snap-build] Building snap in dir [/w/workspace/edgex-go/64] 00:43:49 + cd /w/workspace/edgex-go/64 00:43:49 + sudo apt-get remove -qy --purge lxd lxd-client 00:43:49 Reading package lists... 00:43:49 Building dependency tree... 00:43:49 Reading state information... 00:43:49 The following packages were automatically installed and are no longer required: 00:43:49 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:43:49 uidmap xdelta3 00:43:49 Use 'sudo apt autoremove' to remove them. 00:43:49 The following packages will be REMOVED: 00:43:49 lxd* lxd-client* 00:43:50 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:43:50 After this operation, 31.7 MB disk space will be freed. 00:43:51 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:43:51 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:52 Removing lxd dnsmasq configuration 00:43:52 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:43:52 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:43:52 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:43:53 (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:53 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:53 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:55 Processing triggers for systemd (237-3ubuntu10.42) ... 00:43:55 Processing triggers for ureadahead (0.100.0-21) ... 00:43:56 + sudo snap remove --purge lxd 00:43:56 snap "lxd" is not installed 00:43:56 + sudo groupadd --force --system lxd 00:43:56 ++ whoami 00:43:56 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:43:56 + newgrp - lxd 00:43:56 + sudo snap install lxd 00:43:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:44:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:44:04 2021-02-16T00:44:01Z INFO Waiting for automatic snapd restart... 00:44:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:44:15 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:44:19 lxd 4.11 from Canonical* installed 00:44:19 + sudo lxd init --auto [Pipeline] } 00:44:25 $ docker stop --time=1 1d1fb2a89750bdca49c40fa30da68924265cac5141c0b1999c97f01fc7b66a82 00:44:27 + sudo snap install --classic snapcraft 00:44:27 $ docker rm -f 1d1fb2a89750bdca49c40fa30da68924265cac5141c0b1999c97f01fc7b66a82 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:30 00:44:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:31 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:31 29e5d40040c1: Pulling fs layer 00:44:31 1ce36da41761: Pulling fs layer 00:44:31 25b303627fd3: Pulling fs layer 00:44:31 29e5d40040c1: Verifying Checksum 00:44:31 29e5d40040c1: Download complete 00:44:31 1ce36da41761: Verifying Checksum 00:44:31 1ce36da41761: Download complete 00:44:32 29e5d40040c1: Pull complete 00:44:33 1ce36da41761: Pull complete 00:44:33 25b303627fd3: Verifying Checksum 00:44:33 25b303627fd3: Download complete 00:44:34 snapcraft 4.5.1 from Canonical* installed 00:44:34 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:44:34 + patch --verbose -p1 00:44:34 Hmm... Looks like a unified diff to me... 00:44:34 The text leading up to this was: 00:44:34 -------------------------- 00:44:34 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:44:34 |From: Tony Espy 00:44:34 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:44:34 |Subject: [PATCH] optimize snap build for pipeline CI check 00:44:34 | 00:44:34 |This patch is used by the EdgeX CI pipeline builds to 00:44:34 |optimize the snap CI check run for pull requests. When 00:44:34 |applied, it essentially strips out everything (apps and 00:44:34 |parts) from the snapcraft.yaml file except those required 00:44:34 |to build edgex-go, as the whole idea of the CI check is to 00:44:34 |catch changes to edgex-go that break the snap build. 00:44:34 | 00:44:34 |In general, anyone updating snapcraft.yaml will also need 00:44:34 |to update this patch file, otherwise it may fail to apply, 00:44:34 |resulting in a failed snap build CI check in the associated 00:44:34 |pull request. 00:44:34 | 00:44:34 |Note - in addition to applying this patch, the pipeline also 00:44:34 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:44:34 |need to build the finally binary .snap file (and it won't 00:44:34 |work with the patch applied). This further reduces the build 00:44:34 |time. 00:44:34 |--- 00:44:34 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:44:34 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:44:34 | 00:44:34 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:44:34 |index 1e537489..faf42425 100644 00:44:34 |--- a/snap/snapcraft.yaml 00:44:34 |+++ b/snap/snapcraft.yaml 00:44:34 -------------------------- 00:44:34 patching file snap/snapcraft.yaml 00:44:34 Using Plan A... 00:44:34 Hunk #1 succeeded at 73. 00:44:34 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 00:44:34 Hunk #3 succeeded at 217 (offset 3 lines). 00:44:34 Hunk #4 FAILED at 222. 00:44:34 Hunk #5 succeeded at 303 (offset 4 lines). 00:44:34 Hunk #6 succeeded at 330 (offset 4 lines). 00:44:34 Hunk #7 succeeded at 364 (offset 4 lines). 00:44:34 Hunk #8 FAILED at 411. 00:44:34 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:44:34 Hmm... Ignoring the trailing garbage. 00:44:34 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:44:34 Failed in branch amd64 00:44:43 25b303627fd3: Pull complete 00:44:43 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:44:43 prd-ubuntu18.04-docker-arm64-4c-16g-26539 does not seem to be running inside a container 00:44:43 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/64 -v /w/workspace/edgex-go/64:/w/workspace/edgex-go/64:rw,z -v /w/workspace/edgex-go/64@tmp:/w/workspace/edgex-go/64@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:47 $ docker top 38e63213e9a9cf95665c0d597414ef28d506d5f301f40e66d05e1274d37a5fc6 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:48 + docker-compose build --help 00:44:48 + grep parallel 00:44:53 --parallel Build images in parallel. [Pipeline] } 00:44:53 $ docker stop --time=1 38e63213e9a9cf95665c0d597414ef28d506d5f301f40e66d05e1274d37a5fc6 00:44:55 $ docker rm -f 38e63213e9a9cf95665c0d597414ef28d506d5f301f40e66d05e1274d37a5fc6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:56 . [Pipeline] withDockerContainer 00:44:56 prd-ubuntu18.04-docker-arm64-4c-16g-26539 does not seem to be running inside a container 00:44:56 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/64 -v /w/workspace/edgex-go/64:/w/workspace/edgex-go/64:rw,z -v /w/workspace/edgex-go/64@tmp:/w/workspace/edgex-go/64@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:58 $ docker top 0ac8b928c28cdb0539bed160bf1d34e4582360bfbed6407ac049549becb1fac9 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:59 + docker-compose -f ./docker-compose-build.yml build --parallel 00:45:06 Building docker-core-command-go ... 00:45:06 Building docker-core-data-go ... 00:45:06 Building docker-core-metadata-go ... 00:45:06 Building docker-security-bootstrapper-go ... 00:45:06 Building docker-security-proxy-setup-go ... 00:45:06 Building docker-security-secretstore-setup-go ... 00:45:06 Building docker-support-notifications-go ... 00:45:06 Building docker-support-scheduler-go ... 00:45:06 Building docker-sys-mgmt-agent-go ... 00:45:06 Building docker-sys-mgmt-agent-go 00:45:06 Building docker-core-command-go 00:45:06 Building docker-support-notifications-go 00:45:06 Building docker-security-secretstore-setup-go 00:45:06 Building docker-security-bootstrapper-go 00:46:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:28 ---> 2cdb3381a0b9 00:46:28 Step 3/22 : WORKDIR /edgex-go 00:46:28 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:28 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:46:28 ---> 2cdb3381a0b9 00:46:28 Step 3/26 : WORKDIR /edgex-go 00:46:28 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:46:28 ---> 2cdb3381a0b9 00:46:28 Step 3/24 : WORKDIR /edgex-go 00:46:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:28 ---> 2cdb3381a0b9 00:46:28 Step 3/23 : WORKDIR /edgex-go 00:46:28 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:28 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:46:28 ---> 2cdb3381a0b9 00:46:28 Step 3/30 : WORKDIR /edgex-go 00:46:28 ---> Running in 43cb2799b25a 00:46:28 ---> Running in 6b3b1b8081a5 00:46:28 ---> Running in 272a636e2542 00:46:28 ---> Running in fde7266943e0 00:46:28 ---> Running in c858a72e08c4 00:46:28 Removing intermediate container 43cb2799b25a 00:46:28 ---> 204859084a98 00:46:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:28 Removing intermediate container 6b3b1b8081a5 00:46:28 ---> 36ce91a6dbb2 00:46:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:28 Removing intermediate container fde7266943e0 00:46:28 ---> 56834f1d0708 00:46:28 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:28 ---> Running in 76dc33569f12 00:46:28 Removing intermediate container 272a636e2542 00:46:28 ---> fc83984acab9 00:46:28 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:28 Removing intermediate container c858a72e08c4 00:46:28 ---> 222f9b422034 00:46:28 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:28 ---> Running in 70e4d3a04a84 00:46:28 ---> Running in 199045fbf691 00:46:28 ---> Running in e6f40b055335 00:46:28 ---> Running in e27d0465ec7a 00:46:28 Removing intermediate container 76dc33569f12 00:46:28 ---> 0a382b77d987 00:46:28 Step 5/23 : RUN apk add --update --no-cache make git 00:46:28 ---> Running in 35ee0c0e9821 00:46:28 Removing intermediate container 199045fbf691 00:46:28 ---> 4e90c31ba871 00:46:28 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:46:28 ---> Running in af9c849ad6b9 00:46:28 Removing intermediate container 70e4d3a04a84 00:46:28 ---> 19a326d68e9d 00:46:28 Step 5/24 : RUN apk add --update --no-cache make git 00:46:28 ---> Running in ce7dcf8f8139 00:46:28 Removing intermediate container e27d0465ec7a 00:46:28 ---> 41109e1e7e60 00:46:28 Step 5/30 : RUN apk add --update --no-cache make git 00:46:28 Removing intermediate container e6f40b055335 00:46:28 ---> cbf49779b57b 00:46:28 Step 5/26 : RUN apk add --update --no-cache make bash git 00:46:28 ---> Running in a7990c37fb6d 00:46:28 ---> Running in c734e52762a2 00:46:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:28 OK: 217 MiB in 51 packages 00:46:28 OK: 217 MiB in 51 packages 00:46:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:28 OK: 217 MiB in 51 packages 00:46:29 OK: 217 MiB in 51 packages 00:46:29 OK: 217 MiB in 51 packages 00:46:30 Removing intermediate container 35ee0c0e9821 00:46:30 ---> 4fc3d993be6d 00:46:30 Step 6/23 : COPY go.mod . 00:46:30 Removing intermediate container af9c849ad6b9 00:46:30 ---> f4c93d4c1a27 00:46:30 Step 6/22 : COPY go.mod . 00:46:30 Removing intermediate container ce7dcf8f8139 00:46:30 ---> 9f507b31799a 00:46:30 Step 6/24 : COPY go.mod . 00:46:30 Removing intermediate container a7990c37fb6d 00:46:30 ---> 934236022c66 00:46:30 Step 6/30 : COPY go.mod . 00:46:31 ---> d6d09d12ae4e 00:46:31 Step 7/23 : RUN go mod download 00:46:31 Removing intermediate container c734e52762a2 00:46:31 ---> cf7a789f0f57 00:46:31 Step 6/26 : COPY go.mod . 00:46:31 ---> Running in dd0dc38d84f8 00:46:31 ---> 12c90a115e20 00:46:31 Step 7/22 : RUN go mod download 00:46:31 ---> a768ce71db6c 00:46:31 Step 7/24 : RUN go mod download 00:46:32 ---> Running in 733c7889f7bf 00:46:32 ---> 6b122eca7284 00:46:32 Step 7/30 : RUN go mod download 00:46:32 ---> Running in d8e540bcced7 00:46:32 ---> Running in f49caf31b36b 00:46:32 ---> 2990b1b645dd 00:46:32 Step 7/26 : RUN go mod download 00:46:32 ---> Running in b21a5545d2bf 00:46:36 Removing intermediate container dd0dc38d84f8 00:46:36 ---> 195d190774a7 00:46:36 Step 8/23 : COPY . . 00:46:36 Removing intermediate container 733c7889f7bf 00:46:36 ---> fbb5e8495b2e 00:46:36 Step 8/22 : COPY . . 00:46:36 Removing intermediate container d8e540bcced7 00:46:36 ---> 019118a4305e 00:46:36 Step 8/24 : COPY . . 00:46:37 Removing intermediate container f49caf31b36b 00:46:37 ---> 23711a8619c6 00:46:37 Step 8/30 : COPY . . 00:46:37 Removing intermediate container b21a5545d2bf 00:46:37 ---> b4fded7c73c2 00:46:37 Step 8/26 : COPY . . 00:47:04 ---> dc5e1f1f6c51 00:47:04 Step 9/23 : RUN make cmd/core-command/core-command 00:47:04 ---> 2726a3189b22 00:47:04 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:47:04 ---> 18fbcaeaa769 00:47:04 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:47:04 ---> Running in 0a128e1292a2 00:47:04 ---> Running in 46015aa252cf 00:47:04 ---> 7f473ccb95dd 00:47:04 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:47:04 ---> 591dc16d8a5f 00:47:04 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:47:04 ---> Running in 87058a7475db 00:47:04 ---> Running in d26c654efb3f 00:47:04 ---> Running in 3b92f29102e5 00:47:05 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:47:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:47:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:47:05 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:47:06 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:48:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:48:51 Removing intermediate container 87058a7475db 00:48:51 ---> f8e620b27394 00:48:51 00:48:51 Step 10/24 : FROM alpine:3.12 00:48:51 3.12: Pulling from library/alpine 00:48:51 Removing intermediate container 3b92f29102e5 00:48:51 ---> b012c7990117 00:48:51 00:48:51 Step 10/30 : FROM alpine:3.12 00:48:51 3.12: Pulling from library/alpine 00:48:52 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:48:52 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:48:52 Status: Downloaded newer image for alpine:3.12 00:48:52 ---> afeebe901d6b 00:48:52 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:48:52 Status: Downloaded newer image for alpine:3.12 00:48:52 ---> afeebe901d6b 00:48:52 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:48:52 Removing intermediate container d26c654efb3f 00:48:52 ---> 2aaf277dbfc1 00:48:52 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:48:53 ---> Running in eba817ae417e 00:48:53 ---> Running in 96cd114a49ce 00:48:53 ---> Running in 4c449a3cea62 00:48:54 Removing intermediate container 96cd114a49ce 00:48:54 ---> 412df106f7c6 00:48:54 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:48:54 ---> Running in a866faf282e4 00:48:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48: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:48:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:56 (1/5) Installing ca-certificates (20191127-r4) 00:48:56 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:48:56 (3/5) Installing libcurl (7.69.1-r3) 00:48:56 (4/5) Installing curl (7.69.1-r3) 00:48:56 (5/5) Installing dumb-init (1.2.2-r1) 00:48:56 Executing busybox-1.31.1-r19.trigger 00:48:56 Executing ca-certificates-20191127-r4.trigger 00:48:56 OK: 7 MiB in 19 packages 00:48:57 (1/2) Installing dumb-init (1.2.2-r1) 00:48:57 (2/2) Installing su-exec (0.2-r1) 00:48:57 Executing busybox-1.31.1-r19.trigger 00:48:57 OK: 5 MiB in 16 packages 00:48:59 Removing intermediate container a866faf282e4 00:48:59 ---> a9ff287d5759 00:48:59 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:49:00 Removing intermediate container eba817ae417e 00:49:00 ---> 2cf95483fb16 00:49:00 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:00 ---> Running in fc19104d40ab 00:49:01 Removing intermediate container 0a128e1292a2 00:49:01 ---> b29fb1731125 00:49:01 00:49:01 Step 10/23 : FROM alpine:3.12 00:49:01 ---> afeebe901d6b 00:49:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:49:01 ---> Running in 5435a59dfbd2 00:49:01 Removing intermediate container 4c449a3cea62 00:49:01 ---> d77e45cf0a4e 00:49:01 00:49:01 Step 11/26 : FROM docker:20.10.0 00:49:01 20.10.0: Pulling from library/docker 00:49:01 Removing intermediate container fc19104d40ab 00:49:01 ---> 73312bd3a291 00:49:01 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:49:01 Removing intermediate container 46015aa252cf 00:49:01 ---> a94ab49cea9e 00:49:01 00:49:01 Step 10/22 : FROM alpine:3.12 00:49:01 ---> afeebe901d6b 00:49:01 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:49:02 ---> Running in c6599edb7e8f 00:49:02 ---> Running in 481637e6c666 00:49:02 ---> Running in 7141ed8b5a87 00:49:02 Removing intermediate container 5435a59dfbd2 00:49:02 ---> c59d6bd48940 00:49:02 Step 13/24 : WORKDIR / 00:49:03 ---> Running in 35e194880627 00:49:03 Removing intermediate container 481637e6c666 00:49:03 ---> b4c69b988291 00:49:03 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:49:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:04 ---> Running in 51d8666cd043 00:49:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:04 Removing intermediate container 35e194880627 00:49:04 ---> b671b5acf8a1 00:49:04 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:49:04 (1/1) Installing dumb-init (1.2.2-r1) 00:49:04 Executing busybox-1.31.1-r19.trigger 00:49:04 OK: 5 MiB in 15 packages 00:49:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:06 (1/2) Installing ca-certificates (20191127-r4) 00:49:06 (2/2) Installing dumb-init (1.2.2-r1) 00:49:06 Executing busybox-1.31.1-r19.trigger 00:49:06 Executing ca-certificates-20191127-r4.trigger 00:49:06 OK: 6 MiB in 16 packages 00:49:06 ---> 00d1fb480575 00:49:06 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:49:07 Removing intermediate container c6599edb7e8f 00:49:07 ---> d380b9c9731c 00:49:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:07 ---> Running in 37667fbd5b96 00:49:07 ---> 5056bf8fdda9 00:49:07 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:49:08 Removing intermediate container 51d8666cd043 00:49:08 ---> 00495fb39fd5 00:49:08 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:49:08 Removing intermediate container 37667fbd5b96 00:49:08 ---> 45a937c3dd9d 00:49:08 Step 13/23 : ENV APP_PORT=48082 00:49:09 ---> Running in 5694eaaa70fa 00:49:09 Removing intermediate container 7141ed8b5a87 00:49:09 ---> 0b1ebc51671b 00:49:09 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:49:09 ---> d9cf457c60a2 00:49:09 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:49:09 ---> Running in f60b520a81af 00:49:10 ---> Running in 02b32d2df7b0 00:49:10 Removing intermediate container 5694eaaa70fa 00:49:10 ---> 36a85bee249e 00:49:10 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:49:10 Removing intermediate container f60b520a81af 00:49:10 ---> 37754a585b6d 00:49:10 Step 14/23 : EXPOSE $APP_PORT 00:49:10 ---> Running in 1b3d9424a50d 00:49:11 Removing intermediate container 02b32d2df7b0 00:49:11 ---> cd44e53f5ed8 00:49:11 Step 13/22 : ENV APP_PORT=48060 00:49:11 ---> Running in 2fed3d26c97c 00:49:12 ---> 0528012979b5 00:49:12 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:49:12 Removing intermediate container 1b3d9424a50d 00:49:12 ---> 52ec48736b7f 00:49:12 Step 15/23 : WORKDIR / 00:49:12 ---> 13527b5bbc03 00:49:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:49:12 ---> Running in 42633891c4fa 00:49:13 Removing intermediate container 2fed3d26c97c 00:49:13 ---> 4598d74e03dc 00:49:13 Step 14/22 : EXPOSE $APP_PORT 00:49:13 ---> Running in ecefca1d7c77 00:49:14 ---> Running in fb72e148d85c 00:49:14 ---> f3bf4ca21c07 00:49:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:49:14 Removing intermediate container ecefca1d7c77 00:49:14 ---> d50545cc7e44 00:49:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:14 Removing intermediate container fb72e148d85c 00:49:14 ---> 732126473428 00:49:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:15 ---> 120d6c90619f 00:49:15 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:49:16 ---> d1c50862998e 00:49:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:49:16 ---> Running in 53d59864a7c7 00:49:16 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:49:16 ---> 0c6b76720178 00:49:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:49:16 Status: Downloaded newer image for docker:20.10.0 00:49:16 ---> eeaf43b92773 00:49:16 Step 12/26 : RUN apk add --no-cache bash 00:49:16 ---> Running in 0f0c9cb9cc5b 00:49:16 Removing intermediate container 42633891c4fa 00:49:16 ---> 95052ce8cf4a 00:49:16 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:18 ---> eab00302ef0c 00:49:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:18 ---> ea4e08adfad0 00:49:18 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:49:18 ---> 074c8acda04b 00:49:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:49:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:19 (1/2) Installing readline (8.0.4-r0) 00:49:19 (2/2) Installing bash (5.0.17-r0) 00:49:19 Executing bash-5.0.17-r0.post-install 00:49:19 Executing busybox-1.31.1-r19.trigger 00:49:19 OK: 12 MiB in 22 packages 00:49:19 ---> 280ddb7a4b36 00:49:19 Step 19/23 : ENTRYPOINT ["/core-command"] 00:49:19 ---> b63a516d890b 00:49:19 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:49:20 ---> Running in 7e5394458ae0 00:49:20 Removing intermediate container 53d59864a7c7 00:49:20 ---> f74883b9b2c2 00:49:20 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:49:20 ---> Running in beeb66313fa2 00:49:20 ---> 7dc2299a83fe 00:49:20 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:49:20 ---> Running in d24048dac81e 00:49:20 Removing intermediate container 7e5394458ae0 00:49:20 ---> 118a9eb85b47 00:49:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:21 ---> Running in a96801dac83c 00:49:21 Removing intermediate container beeb66313fa2 00:49:21 ---> 7f3505e2bdad 00:49:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:21 Removing intermediate container 0f0c9cb9cc5b 00:49:21 ---> ce4b283f6487 00:49:21 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:49:21 Removing intermediate container d24048dac81e 00:49:21 ---> f8885a92592d 00:49:21 Step 22/24 : LABEL arch=arm64 00:49:21 ---> Running in 4144ceebe6b7 00:49:21 ---> c325915c4423 00:49:21 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:49:21 ---> Running in 146c0ddfc359 00:49:21 ---> Running in 865ad78b4acd 00:49:22 Removing intermediate container a96801dac83c 00:49:22 ---> 4ed69347823f 00:49:22 Step 21/23 : LABEL arch=arm64 00:49:22 ---> Running in 9ab6e102cc40 00:49:22 Removing intermediate container 4144ceebe6b7 00:49:22 ---> b8a49e669b95 00:49:22 Step 20/22 : LABEL arch=arm64 00:49:22 Removing intermediate container 865ad78b4acd 00:49:22 ---> 767aeed85505 00:49:22 Step 23/24 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc 00:49:22 Removing intermediate container 146c0ddfc359 00:49:22 ---> f1f3daf7c04d 00:49:22 Step 14/26 : ENV APP_PORT=48090 00:49:22 ---> ec1e01315af6 00:49:22 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:49:22 ---> Running in 41d1f89b6aa3 00:49:22 ---> Running in bb4e49ff4f50 00:49:22 ---> Running in 5681ff7d2fa8 00:49:23 ---> Running in b9a23c2569a8 00:49:23 Removing intermediate container 9ab6e102cc40 00:49:23 ---> 366aa0881e58 00:49:23 Step 22/23 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc 00:49:23 Removing intermediate container 41d1f89b6aa3 00:49:23 ---> b75d7d2fa7eb 00:49:23 Step 21/22 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc 00:49:23 ---> Running in a3dc08195974 00:49:23 ---> Running in 12a2ac817371 00:49:23 Removing intermediate container 5681ff7d2fa8 00:49:23 ---> d344a5e419b5 00:49:23 Step 15/26 : EXPOSE $APP_PORT 00:49:23 Removing intermediate container bb4e49ff4f50 00:49:23 ---> f18841c5e4db 00:49:23 Step 24/24 : LABEL version=0.0.0 00:49:23 Removing intermediate container b9a23c2569a8 00:49:23 ---> 4fff085a8552 00:49:23 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:49:23 ---> Running in 2bf128a9dc5e 00:49:23 ---> Running in 5c6b7539c0ab 00:49:23 Removing intermediate container a3dc08195974 00:49:23 ---> 64385057c2ed 00:49:23 Step 23/23 : LABEL version=0.0.0 00:49:24 Removing intermediate container 12a2ac817371 00:49:24 ---> e18aa80eeaf9 00:49:24 Step 22/22 : LABEL version=0.0.0 00:49:24 ---> Running in 8fedd1c2231e 00:49:24 ---> Running in cbb48ed5189b 00:49:24 Removing intermediate container 2bf128a9dc5e 00:49:24 ---> 69cac156dad2 00:49:24 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:49:24 Removing intermediate container 5c6b7539c0ab 00:49:24 ---> e92682e18569 00:49:24 00:49:24 Removing intermediate container 8fedd1c2231e 00:49:24 ---> 5d2fe0755e75 00:49:24 00:49:25 ---> 21310823224c 00:49:25 Step 25/30 : RUN chmod +x /entrypoint.sh 00:49:25 Successfully built e92682e18569 00:49:25 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:49:25  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 00:49:25 Removing intermediate container cbb48ed5189b 00:49:25 ---> f09a5f9d5d73 00:49:25 00:49:25 Successfully built 5d2fe0755e75 00:49:25 Successfully tagged docker-core-command-go-arm64:latest 00:49:25  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 00:49:25 ---> Running in 4bc67c55f973 00:49:25 Successfully built f09a5f9d5d73 00:49:26 Successfully tagged docker-support-notifications-go-arm64:latest 00:49:26 ---> 5aa780babe42 00:49:26 Building docker-core-data-go 00:49:26 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:49:27  Building docker-support-notifications-go ... done  ---> ca1174bb0ec9 00:49:27 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:49:28 ---> 88fa568dd9ae 00:49:28 Step 19/26 : RUN apk --no-cache add py3-pip 00:49:28 ---> Running in 5b20b311e967 00:49:28 Removing intermediate container 4bc67c55f973 00:49:28 ---> 5081973b6cac 00:49:28 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:49:28 ---> Running in 64bb165f80f8 00:49:29 Removing intermediate container 64bb165f80f8 00:49:29 ---> c5d75567ad37 00:49:29 Step 27/30 : CMD ["gate"] 00:49:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:30 ---> Running in 19b19af55c66 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:32 Removing intermediate container 19b19af55c66 00:49:32 ---> 1334b8337f35 00:49:32 Step 28/30 : LABEL arch=arm64 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:34 ---> Running in 313c5dc57981 00:49:35 Removing intermediate container 313c5dc57981 00:49:35 ---> ef6efdc19659 00:49:35 Step 29/30 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc 00:49:36 ---> Running in 07f6ab76f7ca 00:49:37 Removing intermediate container 07f6ab76f7ca 00:49:37 ---> 69b21d7039c5 00:49:37 Step 30/30 : LABEL version=0.0.0 00:49:38 ---> Running in 47a682d6e52f 00:49:39 Removing intermediate container 47a682d6e52f 00:49:39 ---> c3711a9e609c 00:49:39 00:49:40 Successfully built c3711a9e609c 00:49:40 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:49:40 Building docker-core-metadata-go 00:49:41  Building docker-security-bootstrapper-go ... done Removing intermediate container 5b20b311e967 00:49:41 ---> 698755ee2a16 00:49:41 Step 20/26 : RUN pip install docker-compose==1.23.2 00:49:42 ---> Running in c5a8aec68b1f 00:49:47 Collecting docker-compose==1.23.2 00:49:48 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:49:49 Collecting docker<4.0,>=3.6.0 00:49:49 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:49:50 Collecting jsonschema<3,>=2.5.1 00:49:50 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:49:51 Collecting texttable<0.10,>=0.9.0 00:49:51 Downloading texttable-0.9.1.tar.gz (11 kB) 00:49:53 Collecting dockerpty<0.5,>=0.4.1 00:49:53 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:49:57 Collecting PyYAML<4,>=3.10 00:49:57 Downloading PyYAML-3.13.tar.gz (270 kB) 00:50:00 Collecting docopt<0.7,>=0.6.1 00:50:00 Downloading docopt-0.6.2.tar.gz (25 kB) 00:50:04 Collecting websocket-client<1.0,>=0.32.0 00:50:04 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:50:04 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:04 Collecting cached-property<2,>=1.2.0 00:50:04 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:50:06 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:50:06 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:50:06 Collecting docker-pycreds>=0.4.0 00:50:06 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:50:07 Collecting urllib3<1.25,>=1.21.1 00:50:07 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:50:07 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:07 Collecting idna<2.8,>=2.5 00:50:07 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:50:08 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:08 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:50:08 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:50:08 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:50:08 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:50:09 Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, jsonschema, texttable, dockerpty, PyYAML, docopt, cached-property, docker-compose 00:50:09 Attempting uninstall: urllib3 00:50:09 Found existing installation: urllib3 1.25.9 00:50:09 Uninstalling urllib3-1.25.9: 00:50:09 Successfully uninstalled urllib3-1.25.9 00:50:10 Attempting uninstall: idna 00:50:10 Found existing installation: idna 2.9 00:50:10 Uninstalling idna-2.9: 00:50:10 Successfully uninstalled idna-2.9 00:50:11 Attempting uninstall: requests 00:50:11 Found existing installation: requests 2.23.0 00:50:11 Uninstalling requests-2.23.0: 00:50:11 Successfully uninstalled requests-2.23.0 00:50:15 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:15 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:50:15 ---> 2cdb3381a0b9 00:50:15 Step 3/21 : WORKDIR /edgex-go 00:50:15 ---> Using cache 00:50:15 ---> fc83984acab9 00:50:15 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:15 ---> Using cache 00:50:15 ---> cbf49779b57b 00:50:15 Step 5/21 : RUN apk add --update --no-cache make git 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 ---> 2cdb3381a0b9 00:50:15 Step 3/22 : WORKDIR /edgex-go 00:50:15 ---> Using cache 00:50:15 ---> fc83984acab9 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 ---> cbf49779b57b 00:50:15 Step 5/22 : RUN apk add --update --no-cache make git 00:50:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:15 ---> 2cdb3381a0b9 00:50:15 Step 3/23 : WORKDIR /edgex-go 00:50:15 ---> Using cache 00:50:15 ---> fc83984acab9 00:50:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:15 ---> Using cache 00:50:15 ---> cbf49779b57b 00:50:15 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:50:15 Running setup.py install for texttable: started 00:50:18 Running setup.py install for texttable: finished with status 'done' 00:50:18 Running setup.py install for dockerpty: started 00:50:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:20 ---> 2cdb3381a0b9 00:50:20 Step 3/23 : WORKDIR /edgex-go 00:50:20 ---> Using cache 00:50:20 ---> fc83984acab9 00:50:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:20 ---> Using cache 00:50:20 ---> cbf49779b57b 00:50:20 Step 5/23 : RUN apk add --update --no-cache make git 00:50:20 ---> Running in b6fd9695b459 00:50:20 ---> Running in ac9c9823c151 00:50:20 ---> Running in ec695b0cf3a0 00:50:20 ---> Running in e6033f08d9ba 00:50:21 Running setup.py install for dockerpty: finished with status 'done' 00:50:21 Running setup.py install for PyYAML: started 00:50:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:24 Running setup.py install for PyYAML: finished with status 'done' 00:50:24 Running setup.py install for docopt: started 00:50:24 OK: 217 MiB in 51 packages 00:50:24 OK: 217 MiB in 51 packages 00:50:25 OK: 217 MiB in 51 packages 00:50:25 OK: 217 MiB in 51 packages 00:50:26 Removing intermediate container ec695b0cf3a0 00:50:26 ---> 5986c8fd53aa 00:50:26 Step 6/21 : COPY go.mod . 00:50:26 Removing intermediate container e6033f08d9ba 00:50:26 ---> 4bb4962670ea 00:50:26 Step 6/22 : COPY go.mod . 00:50:27 Removing intermediate container b6fd9695b459 00:50:27 ---> ecf08e8f9377 00:50:27 Step 6/23 : COPY go.mod . 00:50:27 Removing intermediate container ac9c9823c151 00:50:27 ---> 493619f98575 00:50:27 Step 6/23 : COPY go.mod . 00:50:27 ---> a8650096814e 00:50:27 Step 7/21 : RUN go mod download 00:50:27 Running setup.py install for docopt: finished with status 'done' 00:50:27 ---> Running in db189c84388f 00:50:27 ---> a5d80d87b166 00:50:27 Step 7/22 : RUN go mod download 00:50:28 ---> Running in 7ecdd7862ad7 00:50:28 ---> 4ce88af9fcb3 00:50:28 Step 7/23 : RUN go mod download 00:50:28 ---> baf67983a7b1 00:50:28 Step 7/23 : RUN go mod download 00:50:28 ---> Running in 6546f9d584dd 00:50:28 ---> Running in 210de038ea62 00:50:29 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:32 Removing intermediate container db189c84388f 00:50:32 ---> f3f8dd37be95 00:50:32 Step 8/21 : COPY . . 00:50:33 Removing intermediate container 7ecdd7862ad7 00:50:33 ---> 3c57a5ac84c7 00:50:33 Step 8/22 : COPY . . 00:50:34 Removing intermediate container 210de038ea62 00:50:34 ---> 22786dd3c157 00:50:34 Step 8/23 : COPY . . 00:50:34 Removing intermediate container 6546f9d584dd 00:50:34 ---> 9d1fff209c53 00:50:34 Step 8/23 : COPY . . 00:50:35 Removing intermediate container c5a8aec68b1f 00:50:35 ---> 377404f2d674 00:50:35 Step 21/26 : RUN apk --no-cache add curl 00:50:38 ---> Running in b7b3fa1748a5 00:50:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:40 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:50:40 (2/3) Installing libcurl (7.69.1-r3) 00:50:40 (3/3) Installing curl (7.69.1-r3) 00:50:40 Executing busybox-1.31.1-r19.trigger 00:50:40 OK: 71 MiB in 58 packages 00:50:47 Removing intermediate container b7b3fa1748a5 00:50:47 ---> 96da69732037 00:50:47 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:50:49 ---> Running in 41a078d9e965 00:50:50 Removing intermediate container 41a078d9e965 00:50:50 ---> eda582cb921c 00:50:50 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:50 ---> Running in d7a57e646905 00:50:52 Removing intermediate container d7a57e646905 00:50:52 ---> 8940dd72b78e 00:50:52 Step 24/26 : LABEL arch=arm64 00:50:52 ---> Running in 188c218416bb 00:50:53 ---> de5399702f60 00:50:53 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:50:54 ---> Running in 0a940352db69 00:50:54 Removing intermediate container 188c218416bb 00:50:54 ---> 2c9756e70d18 00:50:54 Step 25/26 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc 00:50:54 ---> Running in fb267b879f33 00:50:54 ---> 628da4270b6b 00:50:54 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:50:54 ---> 38dea2fedef8 00:50:54 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:50:54 ---> Running in 034ed00f5d06 00:50:54 ---> d5500342df5a 00:50:54 Step 9/23 : RUN make cmd/core-data/core-data 00:50:54 ---> Running in 239efcdbcd50 00:50:55 Removing intermediate container fb267b879f33 00:50:55 ---> 99263319acba 00:50:55 Step 26/26 : LABEL version=0.0.0 00:50:55 ---> Running in 12d8c4372322 00:50:55 ---> Running in bcbe98fcc08c 00:50:55 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:50:56 Removing intermediate container bcbe98fcc08c 00:50:56 ---> 996651bff31f 00:50:56 00:50:57 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:50:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:50:57 Successfully built 996651bff31f 00:50:57 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:50:57  Building docker-sys-mgmt-agent-go ... done 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:52:05 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:52:15 Removing intermediate container 0a940352db69 00:52:15 ---> 9fc00254a3ce 00:52:15 00:52:15 Step 10/21 : FROM alpine:3.12 00:52:15 ---> afeebe901d6b 00:52:15 Step 11/21 : RUN apk add --update --no-cache curl 00:52:15 ---> Running in 4a2b67a93017 00:52:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:17 (1/4) Installing ca-certificates (20191127-r4) 00:52:17 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:52:17 (3/4) Installing libcurl (7.69.1-r3) 00:52:17 (4/4) Installing curl (7.69.1-r3) 00:52:17 Executing busybox-1.31.1-r19.trigger 00:52:17 Executing ca-certificates-20191127-r4.trigger 00:52:18 OK: 7 MiB in 18 packages 00:52:20 Removing intermediate container 4a2b67a93017 00:52:20 ---> b790a9f8b0fe 00:52:20 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:52:21 ---> Running in 6087df732374 00:52:21 Removing intermediate container 6087df732374 00:52:21 ---> ed5b362f000f 00:52:21 Step 13/21 : WORKDIR /edgex 00:52:22 ---> Running in 8224220c1442 00:52:22 Removing intermediate container 8224220c1442 00:52:22 ---> 43d0a19a90fe 00:52:22 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:52:24 ---> ecd746df966b 00:52:24 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:52:25 ---> 69d202716900 00:52:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:52:28 ---> 59f15a5a4ce5 00:52:28 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:52:28 ---> Running in 71e0ecce58f9 00:52:28 Removing intermediate container 239efcdbcd50 00:52:28 ---> 8a310298403a 00:52:28 00:52:28 Step 10/22 : FROM alpine:3.12 00:52:28 ---> afeebe901d6b 00:52:28 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:52:28 ---> Using cache 00:52:28 ---> d380b9c9731c 00:52:28 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:52:28 ---> Using cache 00:52:28 ---> 45a937c3dd9d 00:52:28 Step 13/22 : ENV APP_PORT=48085 00:52:28 ---> Running in 44d73852eb8f 00:52:28 Removing intermediate container 71e0ecce58f9 00:52:28 ---> a594c5b13f56 00:52:28 Step 18/21 : CMD ["--init=true"] 00:52:29 ---> Running in d6f8174595fc 00:52:29 Removing intermediate container 44d73852eb8f 00:52:29 ---> 3b3d3a4f7d16 00:52:29 Step 14/22 : EXPOSE $APP_PORT 00:52:29 ---> Running in 6a0deeb809a9 00:52:29 Removing intermediate container d6f8174595fc 00:52:29 ---> b468921e2352 00:52:29 Step 19/21 : LABEL arch=arm64 00:52:29 ---> Running in e6013624690c 00:52:30 Removing intermediate container 6a0deeb809a9 00:52:30 ---> d1e293873dad 00:52:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:30 Removing intermediate container e6013624690c 00:52:30 ---> 97eed837fcf7 00:52:30 Step 20/21 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc 00:52:30 ---> Running in 12385ea667b4 00:52:31 ---> 2a10fff79f1e 00:52:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:52:31 Removing intermediate container 12385ea667b4 00:52:31 ---> ca335b383c5e 00:52:31 Step 21/21 : LABEL version=0.0.0 00:52:31 ---> Running in 388726c5f2b8 00:52:32 Removing intermediate container 388726c5f2b8 00:52:32 ---> 156229b0fb83 00:52:32 00:52:33 Successfully built 156229b0fb83 00:52:33 ---> 22aab582c330 00:52:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:52:33 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:52:34  Building docker-security-proxy-setup-go ... done  ---> de1be2a3c3a1 00:52:34 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:52:34 ---> Running in e428a2fb5b7e 00:52:35 Removing intermediate container e428a2fb5b7e 00:52:35 ---> b88f29d4d75e 00:52:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:36 ---> Running in 07a5ceb43b04 00:52:36 Removing intermediate container 07a5ceb43b04 00:52:36 ---> 349c3fbc274f 00:52:36 Step 20/22 : LABEL arch=arm64 00:52:36 Removing intermediate container 034ed00f5d06 00:52:36 ---> b8680de4dfa6 00:52:36 00:52:36 Step 10/23 : FROM alpine:3.12 00:52:36 ---> afeebe901d6b 00:52:36 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:52:36 ---> Using cache 00:52:36 ---> d380b9c9731c 00:52:36 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:52:36 ---> Using cache 00:52:36 ---> 45a937c3dd9d 00:52:36 Step 13/23 : ENV APP_PORT=48081 00:52:36 ---> Running in ad32417ea76c 00:52:36 ---> Running in 0255ae779133 00:52:37 Removing intermediate container 0255ae779133 00:52:37 ---> 8b4a1411cea6 00:52:37 Step 14/23 : EXPOSE $APP_PORT 00:52:37 Removing intermediate container ad32417ea76c 00:52:37 ---> af0ce4790b60 00:52:37 Step 21/22 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc 00:52:37 ---> Running in 2d4e640101be 00:52:37 ---> Running in bbf9653fa5f3 00:52:38 Removing intermediate container 2d4e640101be 00:52:38 Removing intermediate container bbf9653fa5f3 00:52:38 ---> 1e2cfb0323e0 00:52:38 ---> 12dc7e795f5c 00:52:38 Step 22/22 : LABEL version=0.0.0Step 15/23 : WORKDIR / 00:52:38 00:52:38 ---> Running in 6f72baf6449a 00:52:38 ---> Running in 0afae5b93df1 00:52:39 Removing intermediate container 0afae5b93df1 00:52:39 ---> a39e57570919 00:52:39 00:52:39 Removing intermediate container 6f72baf6449a 00:52:39 ---> c138bd419706 00:52:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:39 Successfully built a39e57570919 00:52:39 Successfully tagged docker-support-scheduler-go-arm64:latest 00:52:40  Building docker-support-scheduler-go ... done  ---> 9d706aa810d1 00:52:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:52:41 Removing intermediate container 12d8c4372322 00:52:41 ---> b7354602b7e8 00:52:41 00:52:41 Step 10/23 : FROM alpine:3.12 00:52:41 ---> afeebe901d6b 00:52:41 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:52:41 ---> 682e8dbeebae 00:52:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:52:41 ---> Running in 72202791080f 00:52:42 Removing intermediate container 72202791080f 00:52:42 ---> ac4e2ec4762f 00:52:42 Step 12/23 : ENV APP_PORT=48080 00:52:42 ---> Running in b104fb85def1 00:52:42 ---> 3b0a0c8f6413 00:52:42 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:52:42 ---> Running in 020f2ed7d817 00:52:42 Removing intermediate container b104fb85def1 00:52:42 ---> ae9b1244a2ea 00:52:42 Step 13/23 : EXPOSE $APP_PORT 00:52:42 ---> Running in 38e91d105d5e 00:52:43 Removing intermediate container 020f2ed7d817 00:52:43 ---> 3a45b57ce8c7 00:52:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:43 ---> Running in 28ccc40bc02c 00:52:43 Removing intermediate container 38e91d105d5e 00:52:43 ---> e27b3686eb28 00:52:43 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:43 ---> Running in 4b06739e9779 00:52:43 Removing intermediate container 28ccc40bc02c 00:52:43 ---> 4f64339914f0 00:52:43 Step 21/23 : LABEL arch=arm64 00:52:44 ---> Running in 899d8bdd297c 00:52:44 Removing intermediate container 899d8bdd297c 00:52:44 ---> ca5f209b23ef 00:52:44 Step 22/23 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc 00:52:44 ---> Running in dc79bcb8d109 00:52:45 Removing intermediate container dc79bcb8d109 00:52:45 ---> 3725edf9ced6 00:52:45 Step 23/23 : LABEL version=0.0.0 00:52:45 ---> Running in f0849e104caa 00:52:45 Removing intermediate container f0849e104caa 00:52:45 ---> 127dd377fb81 00:52:45 00:52:46 Successfully built 127dd377fb81 00:52:46 Successfully tagged docker-core-metadata-go-arm64:latest 00:52:46  Building docker-core-metadata-go ... done Removing intermediate container 4b06739e9779 00:52:46 ---> 60147dfb31d9 00:52:46 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:52:46 ---> Running in 9cdfb47b3ec7 00:52:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:48 (1/6) Installing dumb-init (1.2.2-r1) 00:52:48 (2/6) Installing libgcc (9.3.0-r2) 00:52:48 (3/6) Installing libsodium (1.0.18-r0) 00:52:48 (4/6) Installing libstdc++ (9.3.0-r2) 00:52:49 (5/6) Installing libzmq (4.3.3-r0) 00:52:49 (6/6) Installing zeromq (4.3.3-r0) 00:52:49 Executing busybox-1.31.1-r19.trigger 00:52:49 OK: 8 MiB in 20 packages 00:52:50 Removing intermediate container 9cdfb47b3ec7 00:52:50 ---> cb78187053f5 00:52:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:51 ---> b814218dbc1f 00:52:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:52:52 ---> e5368994de61 00:52:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:52:53 ---> a4b5845306f9 00:52:53 Step 19/23 : ENTRYPOINT ["/core-data"] 00:52:53 ---> Running in f1acd2400ee9 00:52:54 Removing intermediate container f1acd2400ee9 00:52:54 ---> c13ac2e9c821 00:52:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:54 ---> Running in 05adbaf14c31 00:52:54 Removing intermediate container 05adbaf14c31 00:52:54 ---> 175110ac2d94 00:52:54 Step 21/23 : LABEL arch=arm64 00:52:54 ---> Running in 15c6f9d5bf5a 00:52:55 Removing intermediate container 15c6f9d5bf5a 00:52:55 ---> 9ce5705699a7 00:52:55 Step 22/23 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc 00:52:55 ---> Running in b88e00982bea 00:52:55 Removing intermediate container b88e00982bea 00:52:55 ---> 56b895127bec 00:52:55 Step 23/23 : LABEL version=0.0.0 00:52:55 ---> Running in b1e7ebd70694 00:52:56 Removing intermediate container b1e7ebd70694 00:52:56 ---> 6792ffab8fe4 00:52:56 00:52:56 Successfully built 6792ffab8fe4 00:52:56 Successfully tagged docker-core-data-go-arm64:latest 00:52:56  Building docker-core-data-go ... done  [Pipeline] } 00:52:56 $ docker stop --time=1 0ac8b928c28cdb0539bed160bf1d34e4582360bfbed6407ac049549becb1fac9 00:52:58 $ docker rm -f 0ac8b928c28cdb0539bed160bf1d34e4582360bfbed6407ac049549becb1fac9 [Pipeline] // withDockerContainer [Pipeline] sh 00:52:59 + grep docker 00:52:59 + docker images 00:52:59 docker-core-data-go-arm64 latest 6792ffab8fe4 4 seconds ago 21MB 00:52:59 docker-core-metadata-go-arm64 latest 127dd377fb81 14 seconds ago 17.8MB 00:52:59 docker-support-scheduler-go-arm64 latest a39e57570919 21 seconds ago 16.1MB 00:52:59 docker-security-proxy-setup-go-arm64 latest 156229b0fb83 27 seconds ago 23.2MB 00:52:59 docker-sys-mgmt-agent-go-arm64 latest 996651bff31f 2 minutes ago 300MB 00:52:59 docker-security-bootstrapper-go-arm64 latest c3711a9e609c 3 minutes ago 17MB 00:52:59 docker-security-secretstore-setup-go-arm64 latest e92682e18569 3 minutes ago 23.4MB 00:52:59 docker-support-notifications-go-arm64 latest f09a5f9d5d73 3 minutes ago 16.7MB 00:52:59 docker-core-command-go-arm64 latest 5d2fe0755e75 3 minutes ago 16MB 00:52:59 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:53:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:53:04 ---> package-listing.sh 00:53:04 ++ facter osfamily 00:53:04 ++ tr '[:upper:]' '[:lower:]' 00:53:04 + OS_FAMILY=redhat 00:53:04 + workspace=/w/workspace/edgex-go/64 00:53:04 + START_PACKAGES=/tmp/packages_start.txt 00:53:04 + END_PACKAGES=/tmp/packages_end.txt 00:53:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:53:04 + PACKAGES=/tmp/packages_start.txt 00:53:04 + '[' /w/workspace/edgex-go/64 ']' 00:53:04 + PACKAGES=/tmp/packages_end.txt 00:53:04 + case "${OS_FAMILY}" in 00:53:04 + rpm -qa 00:53:04 + sort 00:53:09 + '[' -f /tmp/packages_start.txt ']' 00:53:09 + '[' -f /tmp/packages_end.txt ']' 00:53:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:53:09 + '[' /w/workspace/edgex-go/64 ']' 00:53:09 + mkdir -p /w/workspace/edgex-go/64/archives/ 00:53:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/64/archives/ [Pipeline] echo 00:53:09 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/64/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:53:09 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:53:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:10 00:53:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:53:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:10 alpine: Pulling from edgex-lftools-log-publisher 00:53:10 df20fa9351a1: Pulling fs layer 00:53:10 36b3adc4ff6f: Pulling fs layer 00:53:10 8ad3a11d3b57: Pulling fs layer 00:53:10 46f8f816bc3b: Pulling fs layer 00:53:10 93b61091891f: Pulling fs layer 00:53:10 93b9cdb0e59b: Pulling fs layer 00:53:10 5e14af77c1be: Pulling fs layer 00:53:10 01666e4c0597: Pulling fs layer 00:53:10 aa168da1d23b: Pulling fs layer 00:53:10 46f8f816bc3b: Waiting 00:53:10 93b61091891f: Waiting 00:53:10 93b9cdb0e59b: Waiting 00:53:10 5e14af77c1be: Waiting 00:53:10 01666e4c0597: Waiting 00:53:10 aa168da1d23b: Waiting 00:53:10 36b3adc4ff6f: Verifying Checksum 00:53:10 36b3adc4ff6f: Download complete 00:53:10 46f8f816bc3b: Verifying Checksum 00:53:10 46f8f816bc3b: Download complete 00:53:10 df20fa9351a1: Download complete 00:53:10 93b9cdb0e59b: Verifying Checksum 00:53:10 93b9cdb0e59b: Download complete 00:53:10 5e14af77c1be: Verifying Checksum 00:53:10 5e14af77c1be: Download complete 00:53:10 93b61091891f: Verifying Checksum 00:53:10 93b61091891f: Download complete 00:53:10 01666e4c0597: Verifying Checksum 00:53:10 01666e4c0597: Download complete 00:53:10 8ad3a11d3b57: Verifying Checksum 00:53:10 8ad3a11d3b57: Download complete 00:53:10 df20fa9351a1: Pull complete 00:53:11 36b3adc4ff6f: Pull complete 00:53:12 8ad3a11d3b57: Pull complete 00:53:12 46f8f816bc3b: Pull complete 00:53:13 aa168da1d23b: Verifying Checksum 00:53:13 aa168da1d23b: Download complete 00:53:14 93b61091891f: Pull complete 00:53:14 93b9cdb0e59b: Pull complete 00:53:14 5e14af77c1be: Pull complete 00:53:14 01666e4c0597: Pull complete 00:53:24 aa168da1d23b: Pull complete 00:53:24 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:53:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:53:24 prd-centos7-docker-4c-2g-26537 does not seem to be running inside a container 00:53:24 $ 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/64/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/64 -v /w/workspace/edgex-go/64:/w/workspace/edgex-go/64:rw,z -v /w/workspace/edgex-go/64@tmp:/w/workspace/edgex-go/64@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:29 $ docker top 9762f867ec6183451b19a024aaea15dd3da050a1783f5eaccf3caaeb752a651a -eo pid,comm [Pipeline] { [Pipeline] sh 00:53:30 + touch /tmp/pre-build-complete [Pipeline] sh 00:53:30 + mkdir -p /var/log/sa [Pipeline] sh 00:53:30 + ls /var/log/sa-host 00:53:30 + sadf -c /var/log/sa-host/sa16 00:53:30 file_magic: OK 00:53:30 HZ: Using current value: 100 00:53:30 file_header: OK 00:53:30 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:30 Statistics: 00:53:30 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:53:30 File successfully converted to sysstat format version 12.2.1 00:53:30 + sadf -c /var/log/sa-host/sa23 00:53:30 file_magic: OK 00:53:30 HZ: Using current value: 100 00:53:30 file_header: OK 00:53:30 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:30 Statistics: 00:53:30 Hnuu...uuuununununu... 00:53:30 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:53:31 provisioning config files... 00:53:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/64@tmp/config2295975193035434437tmp [Pipeline] { [Pipeline] echo 00:53:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:53:31 ---> create-netrc.sh [Pipeline] } 00:53:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:53:31 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:53:31 ---> python-tools-install.sh [Pipeline] echo 00:53:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:53:32 ---> sudo-logs.sh 00:53:32 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:53:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:53:32 ---> job-cost.sh 00:53:32 lf-activate-venv: SKIPPING 00:53:32 INFO: No Stack... 00:53:33 INFO: Retrieving Pricing Info for: v1-standard-2 00:53:33 INFO: Archiving Costs [Pipeline] echo 00:53:33 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:53:34 ---> logs-deploy.sh 00:53:34 lf-activate-venv: SKIPPING 00:53:34 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/64 00:53:34 INFO: archiving workspace using pattern(s): 00:53:35 Archives upload complete. 00:53:35 INFO: archiving logs to Nexus 00:53:38 ---> uname -a: 00:53:38 Linux prd-centos7-docker-4c-2g-26537.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:38 00:53:38 00:53:38 ---> lscpu: 00:53:38 Architecture: x86_64 00:53:38 CPU op-mode(s): 32-bit, 64-bit 00:53:38 Byte Order: Little Endian 00:53:38 Address sizes: 40 bits physical, 48 bits virtual 00:53:38 CPU(s): 4 00:53:38 On-line CPU(s) list: 0-3 00:53:38 Thread(s) per core: 1 00:53:38 Core(s) per socket: 1 00:53:38 Socket(s): 4 00:53:38 NUMA node(s): 1 00:53:38 Vendor ID: GenuineIntel 00:53:38 CPU family: 6 00:53:38 Model: 44 00:53:38 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:53:38 Stepping: 1 00:53:38 CPU MHz: 2933.442 00:53:38 BogoMIPS: 5866.88 00:53:38 Virtualization: VT-x 00:53:38 Hypervisor vendor: KVM 00:53:38 Virtualization type: full 00:53:38 L1d cache: 128 KiB 00:53:38 L1i cache: 128 KiB 00:53:38 L2 cache: 16 MiB 00:53:38 L3 cache: 64 MiB 00:53:38 NUMA node0 CPU(s): 0-3 00:53:38 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:53:38 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:53:38 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:53:38 Vulnerability Meltdown: Mitigation; PTI 00:53:38 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:53:38 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:53:38 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:53:38 Vulnerability Srbds: Not affected 00:53:38 Vulnerability Tsx async abort: Not affected 00:53:38 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:38 00:53:38 00:53:38 ---> nproc: 00:53:38 4 00:53:38 00:53:38 00:53:38 ---> df -h: 00:53:38 Filesystem Size Used Available Use% Mounted on 00:53:38 overlay 50.0G 12.1G 37.9G 24% / 00:53:38 tmpfs 64.0M 0 64.0M 0% /dev 00:53:38 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:53:38 shm 64.0M 0 64.0M 0% /dev/shm 00:53:38 /dev/vda1 50.0G 12.1G 37.9G 24% /facter-os 00:53:38 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/resolv.conf 00:53:38 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/hostname 00:53:38 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/hosts 00:53:38 /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/auth.log 00:53:38 /dev/vda1 50.0G 12.1G 37.9G 24% /run/cloud-init/result.json 00:53:38 /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/sa-host 00:53:38 /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/secure 00:53:38 /dev/vda1 50.0G 12.1G 37.9G 24% /w/workspace/edgex-go/64 00:53:38 /dev/vda1 50.0G 12.1G 37.9G 24% /w/workspace/edgex-go/64@tmp 00:53:38 00:53:38 00:53:38 ---> free -m: 00:53:38 total used free shared buff/cache available 00:53:38 Mem: 1837 717 101 0 1017 1035 00:53:38 Swap: 1023 69 954 00:53:38 00:53:38 00:53:38 ---> ip addr: 00:53:38 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:53:38 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:53:38 inet 127.0.0.1/8 scope host lo 00:53:38 valid_lft forever preferred_lft forever 00:53:38 inet6 ::1/128 scope host 00:53:38 valid_lft forever preferred_lft forever 00:53:38 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:53:38 link/ether fa:16:3e:69:d1:7e brd ff:ff:ff:ff:ff:ff 00:53:38 inet 10.30.122.251/23 brd 10.30.123.255 scope global dynamic eth0 00:53:38 valid_lft 85043sec preferred_lft 85043sec 00:53:38 inet6 fe80::f816:3eff:fe69:d17e/64 scope link 00:53:38 valid_lft forever preferred_lft forever 00:53:38 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:53:38 link/ether 02:42:06:c8:8b:bd brd ff:ff:ff:ff:ff:ff 00:53:38 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:53:38 valid_lft forever preferred_lft forever 00:53:38 inet6 fe80::42:6ff:fec8:8bbd/64 scope link 00:53:38 valid_lft forever preferred_lft forever 00:53:38 00:53:38 00:53:38 ---> sar -b -r -n DEV: 00:53:38 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/16/21 _x86_64_ (4 CPU) 00:53:38 00:53:38 00:30:47 LINUX RESTART (4 CPU) 00:53:38 00:53:38 00:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:53:38 00:33:01 229.45 115.84 113.61 0.00 8743.57 46264.33 0.00 00:53:38 00:34:02 240.42 97.36 143.07 0.00 4221.75 19702.73 0.00 00:53:38 00:35:01 134.47 54.46 80.01 0.00 1802.54 11450.68 0.00 00:53:38 00:36:01 117.08 48.40 68.68 0.00 2743.58 14765.65 0.00 00:53:38 00:37:01 1004.93 724.73 280.20 0.00 94484.17 159852.07 0.00 00:53:38 00:38:01 2662.74 2382.28 280.46 0.00 140408.49 153635.78 0.00 00:53:38 00:39:03 811.50 491.61 319.89 0.00 59505.46 113121.37 0.00 00:53:38 00:40:01 2930.03 2571.69 358.34 0.00 147028.30 165479.24 0.00 00:53:38 00:41:01 419.58 198.64 220.95 0.00 17053.84 29854.26 0.00 00:53:38 00:42:01 7.51 1.48 6.03 0.00 33.43 202.93 0.00 00:53:38 00:43:01 0.38 0.07 0.32 0.00 0.53 3.41 0.00 00:53:38 00:44:01 0.70 0.03 0.67 0.00 0.27 7.54 0.00 00:53:38 00:45:01 0.58 0.02 0.56 0.00 0.14 5.84 0.00 00:53:38 00:46:01 2.16 1.68 0.48 0.00 51.81 5.83 0.00 00:53:38 00:47:01 0.87 0.12 0.75 0.00 1.47 14.30 0.00 00:53:38 00:48:01 0.33 0.02 0.32 0.00 0.13 3.45 0.00 00:53:38 00:49:01 0.27 0.02 0.25 0.00 0.13 2.60 0.00 00:53:38 00:50:01 0.25 0.02 0.23 0.00 0.13 3.13 0.00 00:53:38 00:51:01 0.53 0.02 0.52 0.00 0.27 6.51 0.00 00:53:38 00:52:01 0.25 0.00 0.25 0.00 0.00 3.31 0.00 00:53:38 00:53:01 0.27 0.02 0.25 0.00 0.53 3.15 0.00 00:53:38 Average: 406.02 316.64 89.38 0.00 22614.00 34018.94 0.00 00:53:38 00:53:38 00:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:53:38 00:33:01 148716 0 716000 38.05 1728 1015100 1434972 48.97 573724 921552 44 00:53:38 00:34:02 92204 0 893072 47.46 1044 895224 1813540 61.89 695460 821920 63048 00:53:38 00:35:01 259452 0 853644 45.37 732 767716 1741216 59.42 607676 729400 20632 00:53:38 00:36:01 162132 0 778876 41.40 672 939864 1579724 53.91 608664 835572 96052 00:53:38 00:37:01 296768 0 701536 37.29 84 883156 1377776 47.02 548672 811056 52 00:53:38 00:38:01 67932 0 1364816 72.54 84 448712 3541480 120.86 856800 688756 32408 00:53:38 00:39:03 73672 0 803356 42.70 84 1004432 2055636 70.16 722128 860320 61396 00:53:38 00:40:01 70320 0 835380 44.40 84 975760 2276572 77.70 678364 898940 43184 00:53:38 00:41:01 430116 0 643520 34.20 84 807824 1204744 41.12 515728 683268 28 00:53:38 00:42:01 434020 0 639100 33.97 84 808340 1199132 40.92 514532 684088 12 00:53:38 00:43:01 436508 0 636608 33.83 84 808344 1178392 40.22 513808 682996 12 00:53:38 00:44:01 436404 0 636700 33.84 84 808356 1178416 40.22 513944 683004 8 00:53:38 00:45:01 437432 0 635664 33.78 84 808364 1173216 40.04 513388 682772 8 00:53:38 00:46:01 435868 0 636304 33.82 84 809288 1173216 40.04 513512 683684 20 00:53:38 00:47:01 434960 0 637204 33.87 84 809296 1173300 40.04 513856 683704 8 00:53:38 00:48:01 435264 0 636864 33.85 84 809332 1173300 40.04 513916 683724 20 00:53:38 00:49:01 435560 0 636588 33.83 84 809312 1173216 40.04 513400 683724 16 00:53:38 00:50:01 435772 0 636372 33.82 84 809316 1173216 40.04 513420 683724 8 00:53:38 00:51:01 435708 0 636428 33.82 84 809324 1173216 40.04 513428 683728 8 00:53:38 00:52:01 435288 0 636836 33.85 84 809336 1173288 40.04 513816 683736 8 00:53:38 00:53:01 435640 0 636476 33.83 84 809344 1173216 40.04 513436 683752 16 00:53:38 Average: 325226 0 725302 38.55 267 830750 1482894 50.61 570080 735877 15095 00:53:38 00:53:38 00:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:53:38 00:33:01 eth0 986.56 1107.85 5535.88 141.42 0.00 0.00 0.00 0.00 00:53:38 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:33:01 vethcb3180f 1.03 1.33 0.07 10.39 0.00 0.00 0.00 0.00 00:53:38 00:33:01 docker0 842.64 689.54 69.80 2683.08 0.00 0.00 0.00 0.00 00:53:38 00:34:02 veth030c048 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:53:38 00:34:02 eth0 183.49 149.78 847.45 23.61 0.00 0.00 0.00 0.00 00:53:38 00:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:34:02 docker0 131.88 154.06 9.54 817.03 0.00 0.00 0.00 0.00 00:53:38 00:35:01 veth030c048 2.16 2.16 0.17 0.17 0.00 0.00 0.00 0.00 00:53:38 00:35:01 eth0 27.58 15.31 22.60 11.24 0.00 0.00 0.00 0.00 00:53:38 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:35:01 docker0 2.16 2.16 0.14 0.17 0.00 0.00 0.00 0.00 00:53:38 00:36:01 eth0 179.44 142.17 1689.06 91.86 0.00 0.00 0.00 0.00 00:53:38 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:37:01 veth07c7847 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:37:01 veth8ba9d03 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 00:53:38 00:37:01 vethfa5171f 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:37:01 eth0 84.25 69.53 179.51 57.59 0.00 0.00 0.00 0.00 00:53:38 00:38:01 vethe883f37 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:53:38 00:38:01 veth8ba9d03 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 00:53:38 00:38:01 veth02e5342 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:53:38 00:38:01 veth38257d9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:53:38 00:39:03 veth8ba9d03 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 00:53:38 00:39:03 eth0 2220.02 2006.32 13451.48 426.13 0.00 0.00 0.00 0.00 00:53:38 00:39:03 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 00:53:38 00:39:03 vethca8cc2c 19.66 46.80 1.34 299.80 0.00 0.00 0.00 0.00 00:53:38 00:40:01 veth8ba9d03 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 00:53:38 00:40:01 eth0 84.55 61.07 135.36 93.89 0.00 0.00 0.00 0.00 00:53:38 00:40:01 vethf5eb1a2 2.55 2.88 0.35 15.86 0.00 0.00 0.00 0.00 00:53:38 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:41:01 eth0 89.43 62.85 160.35 76.78 0.00 0.00 0.00 0.00 00:53:38 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:41:01 docker0 1065.87 996.02 84.96 4350.71 0.00 0.00 0.00 0.00 00:53:38 00:42:01 eth0 1.15 0.77 0.93 0.39 0.00 0.00 0.00 0.00 00:53:38 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:43:01 eth0 0.92 0.42 0.36 0.20 0.00 0.00 0.00 0.00 00:53:38 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:44:01 eth0 0.73 0.30 0.30 0.20 0.00 0.00 0.00 0.00 00:53:38 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:45:01 eth0 0.17 0.10 0.01 0.04 0.00 0.00 0.00 0.00 00:53:38 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:46:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:53:38 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:47:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 00:53:38 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:48:01 eth0 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 00:53:38 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:49:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:53:38 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:50:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:51:01 eth0 0.07 0.07 0.00 0.01 0.00 0.00 0.00 0.00 00:53:38 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:52:01 eth0 0.28 0.22 0.14 0.07 0.00 0.00 0.00 0.00 00:53:38 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:53:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 Average: eth0 89.24 83.50 493.80 24.99 0.00 0.00 0.00 0.00 00:53:38 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 Average: docker0 50.86 47.53 4.05 207.59 0.00 0.00 0.00 0.00 00:53:38 00:53:38 00:53:38 ---> sar -P ALL: 00:53:38 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/16/21 _x86_64_ (4 CPU) 00:53:38 00:53:38 00:30:47 LINUX RESTART (4 CPU) 00:53:38 00:53:38 00:32:01 CPU %user %nice %system %iowait %steal %idle 00:53:38 00:33:01 all 16.20 0.00 9.52 2.29 0.40 71.59 00:53:38 00:33:01 0 19.13 0.00 10.90 2.69 0.35 66.92 00:53:38 00:33:01 1 16.14 0.00 8.73 1.50 0.38 73.25 00:53:38 00:33:01 2 16.37 0.00 9.51 3.01 0.48 70.63 00:53:38 00:33:01 3 13.19 0.00 8.96 1.98 0.36 75.51 00:53:38 00:34:02 all 21.18 0.00 8.84 6.36 0.30 63.32 00:53:38 00:34:02 0 21.56 0.00 8.79 3.94 0.24 65.48 00:53:38 00:34:02 1 20.34 0.00 9.79 7.09 0.34 62.44 00:53:38 00:34:02 2 22.65 0.00 8.48 8.03 0.35 60.49 00:53:38 00:34:02 3 20.17 0.00 8.31 6.37 0.26 64.90 00:53:38 00:35:01 all 50.56 0.00 13.85 4.05 0.19 31.35 00:53:38 00:35:01 0 49.19 0.00 13.72 1.91 0.21 34.97 00:53:38 00:35:01 1 50.88 0.00 14.51 5.12 0.20 29.29 00:53:38 00:35:01 2 50.17 0.00 14.22 5.34 0.20 30.07 00:53:38 00:35:01 3 52.00 0.00 12.95 3.82 0.16 31.06 00:53:38 00:36:01 all 43.04 0.00 14.39 2.62 0.25 39.71 00:53:38 00:36:01 0 43.80 0.00 14.52 4.70 0.21 36.77 00:53:38 00:36:01 1 41.15 0.00 14.14 1.51 0.33 42.87 00:53:38 00:36:01 2 43.57 0.00 14.43 1.23 0.21 40.56 00:53:38 00:36:01 3 43.65 0.00 14.46 3.02 0.23 38.64 00:53:38 00:37:01 all 22.78 0.00 26.70 6.73 0.89 42.90 00:53:38 00:37:01 0 22.10 0.00 27.00 6.15 0.85 43.89 00:53:38 00:37:01 1 22.36 0.00 26.70 7.11 0.97 42.85 00:53:38 00:37:01 2 24.59 0.00 27.36 6.32 0.89 40.84 00:53:38 00:37:01 3 22.07 0.00 25.74 7.32 0.85 44.02 00:53:38 00:38:01 all 39.98 0.00 23.16 22.42 0.49 13.95 00:53:38 00:38:01 0 39.71 0.00 23.81 23.87 0.53 12.08 00:53:38 00:38:01 1 39.67 0.00 23.46 23.15 0.50 13.22 00:53:38 00:38:01 2 39.87 0.00 22.33 21.67 0.52 15.61 00:53:38 00:38:01 3 40.70 0.00 23.01 20.94 0.43 14.91 00:53:38 00:39:03 all 32.53 0.00 21.63 21.98 0.57 23.28 00:53:38 00:39:03 0 32.58 0.00 22.69 22.88 0.49 21.37 00:53:38 00:39:03 1 33.94 0.00 20.88 21.43 0.62 23.14 00:53:38 00:39:03 2 30.99 0.00 21.26 20.13 0.62 27.00 00:53:38 00:39:03 3 32.61 0.00 21.72 23.52 0.56 21.60 00:53:38 00:40:01 all 18.53 0.00 23.59 33.95 0.33 23.59 00:53:38 00:40:01 0 18.74 0.00 22.65 33.08 0.38 25.14 00:53:38 00:40:01 1 19.05 0.00 24.39 36.38 0.33 19.85 00:53:38 00:40:01 2 17.82 0.00 21.40 35.99 0.27 24.52 00:53:38 00:40:01 3 18.53 0.00 25.97 30.29 0.32 24.89 00:53:38 00:41:01 all 45.54 0.00 15.31 12.36 0.10 26.68 00:53:38 00:41:01 0 43.73 0.00 16.14 9.64 0.12 30.38 00:53:38 00:41:01 1 45.89 0.00 15.78 15.78 0.10 22.45 00:53:38 00:41:01 2 44.68 0.00 15.03 12.29 0.12 27.87 00:53:38 00:41:01 3 47.84 0.00 14.30 11.70 0.07 26.09 00:53:38 00:42:01 all 0.14 0.00 0.08 0.04 0.00 99.75 00:53:38 00:42:01 0 0.05 0.00 0.05 0.05 0.00 99.85 00:53:38 00:42:01 1 0.42 0.00 0.18 0.02 0.00 99.38 00:53:38 00:42:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:53:38 00:42:01 3 0.05 0.00 0.03 0.08 0.00 99.83 00:53:38 00:43:01 all 0.05 0.00 0.10 0.00 0.00 99.85 00:53:38 00:43:01 0 0.08 0.00 0.17 0.00 0.00 99.75 00:53:38 00:43:01 1 0.05 0.00 0.07 0.00 0.00 99.88 00:53:38 00:43:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:53:38 00:43:01 3 0.02 0.00 0.12 0.00 0.00 99.87 00:53:38 00:53:38 00:43:01 CPU %user %nice %system %iowait %steal %idle 00:53:38 00:44:01 all 0.13 0.00 0.07 0.00 0.00 99.80 00:53:38 00:44:01 0 0.02 0.00 0.05 0.00 0.00 99.93 00:53:38 00:44:01 1 0.10 0.00 0.13 0.00 0.00 99.77 00:53:38 00:44:01 2 0.35 0.00 0.05 0.00 0.00 99.60 00:53:38 00:44:01 3 0.03 0.00 0.05 0.00 0.00 99.92 00:53:38 00:45:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:53:38 00:45:01 0 0.02 0.00 0.00 0.00 0.00 99.98 00:53:38 00:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:53:38 00:45:01 2 0.52 0.00 0.03 0.00 0.00 99.44 00:53:38 00:45:01 3 0.03 0.00 0.03 0.02 0.00 99.92 00:53:38 00:46:01 all 0.16 0.00 0.06 0.03 0.01 99.74 00:53:38 00:46:01 0 0.03 0.00 0.10 0.10 0.00 99.77 00:53:38 00:46:01 1 0.07 0.00 0.07 0.00 0.03 99.83 00:53:38 00:46:01 2 0.50 0.00 0.03 0.02 0.00 99.45 00:53:38 00:46:01 3 0.03 0.00 0.03 0.00 0.02 99.92 00:53:38 00:47:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:53:38 00:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:53:38 00:47:01 1 0.05 0.00 0.05 0.00 0.00 99.90 00:53:38 00:47:01 2 0.50 0.00 0.02 0.00 0.00 99.48 00:53:38 00:47:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:53:38 00:48:01 all 0.15 0.00 0.03 0.00 0.00 99.81 00:53:38 00:48:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:53:38 00:48:01 1 0.05 0.00 0.07 0.00 0.00 99.88 00:53:38 00:48:01 2 0.55 0.00 0.03 0.00 0.00 99.42 00:53:38 00:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:53:38 00:49:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:53:38 00:49:01 0 0.02 0.00 0.00 0.00 0.00 99.98 00:53:38 00:49:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:53:38 00:49:01 2 0.53 0.00 0.02 0.00 0.00 99.45 00:53:38 00:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:53:38 00:50:01 all 0.15 0.00 0.03 0.00 0.00 99.81 00:53:38 00:50:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:53:38 00:50:01 1 0.05 0.00 0.07 0.00 0.00 99.88 00:53:38 00:50:01 2 0.52 0.00 0.02 0.00 0.02 99.45 00:53:38 00:50:01 3 0.00 0.00 0.02 0.00 0.00 99.98 00:53:38 00:51:01 all 0.15 0.00 0.03 0.00 0.00 99.81 00:53:38 00:51:01 0 0.02 0.00 0.03 0.00 0.02 99.93 00:53:38 00:51:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:53:38 00:51:01 2 0.53 0.00 0.03 0.00 0.00 99.43 00:53:38 00:51:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:53:38 00:52:01 all 0.16 0.00 0.02 0.00 0.00 99.81 00:53:38 00:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:53:38 00:52:01 1 0.05 0.00 0.05 0.00 0.02 99.88 00:53:38 00:52:01 2 0.53 0.00 0.02 0.00 0.00 99.45 00:53:38 00:52:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:53:38 00:53:01 all 0.10 0.00 0.03 0.00 0.00 99.86 00:53:38 00:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:53:38 00:53:01 1 0.08 0.00 0.05 0.02 0.00 99.85 00:53:38 00:53:01 2 0.30 0.00 0.05 0.00 0.00 99.65 00:53:38 00:53:01 3 0.00 0.00 0.02 0.00 0.00 99.98 00:53:38 Average: all 13.46 0.00 7.24 5.16 0.16 73.97 00:53:38 Average: 0 13.43 0.00 7.40 5.00 0.16 74.01 00:53:38 Average: 1 13.41 0.00 7.33 5.46 0.18 73.61 00:53:38 Average: 2 13.63 0.00 7.10 5.22 0.17 73.88 00:53:38 Average: 3 13.38 0.00 7.13 4.96 0.15 74.38 00:53:38 00:53:38 00:53:38