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 27e67a26db9587a799bf14cca6c65a65d4396aa9 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 27e67a26db9587a799bf14cca6c65a65d4396aa9 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25366 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/59 [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/59 # 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 27e67a26db9587a799bf14cca6c65a65d4396aa9 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing 3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 Checking out Revision 3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 (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 27e67a26db9587a799bf14cca6c65a65d4396aa9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 # timeout=10 Commit message: "Merge commit '27e67a26db9587a799bf14cca6c65a65d4396aa9' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 2b5a858accb71dd25b37634092f458ed29d8f943 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:53 ========================================================= 00:31:53 EdgeX Global Pipelines Version Info 00:31:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:55 ------------------- 00:31:55 stable info: 00:31:55 ------------------- 00:31:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:55 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:55 Message: update stable to v1.0.179 00:31:56 ------------------- 00:31:56 experimental info: 00:31:56 ------------------- 00:31:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:56 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:56 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:56 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:57 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:58 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:58 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:58 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:58 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:58 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:31:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:31:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:31:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:31:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 [Pipeline] echo 00:31:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3e13ca1 [Pipeline] echo 00:31:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:59 provisioning config files... 00:31:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/59@tmp/config2773198479409248851tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:32:00 ---> docker-login.sh 00:32:00 nexus3.edgexfoundry.org:10001 00:32:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:00 Configure a credential helper to remove this warning. See 00:32:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:00 00:32:00 Login Succeeded 00:32:00 nexus3.edgexfoundry.org:10002 00:32:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:00 Configure a credential helper to remove this warning. See 00:32:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:00 00:32:00 Login Succeeded 00:32:00 nexus3.edgexfoundry.org:10003 00:32:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:01 Configure a credential helper to remove this warning. See 00:32:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:01 00:32:01 Login Succeeded 00:32:01 nexus3.edgexfoundry.org:10004 00:32:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:01 Configure a credential helper to remove this warning. See 00:32:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:01 00:32:01 Login Succeeded 00:32:01 docker.io 00:32:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:01 Configure a credential helper to remove this warning. See 00:32:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:01 00:32:01 Login Succeeded 00:32:01 ---> docker-login.sh ends [Pipeline] } 00:32:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:02 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:32:02 + for file in '`ls cmd/**/Dockerfile`' 00:32:02 ++ dirname cmd/core-command/Dockerfile 00:32:02 ++ cut -d/ -f2 00:32:02 + echo core-command,cmd/core-command/Dockerfile 00:32:02 + for file in '`ls cmd/**/Dockerfile`' 00:32:02 ++ dirname cmd/core-data/Dockerfile 00:32:02 ++ cut -d/ -f2 00:32:02 + echo core-data,cmd/core-data/Dockerfile 00:32:02 + for file in '`ls cmd/**/Dockerfile`' 00:32:02 ++ dirname cmd/core-metadata/Dockerfile 00:32:02 ++ cut -d/ -f2 00:32:02 + echo core-metadata,cmd/core-metadata/Dockerfile 00:32:02 + for file in '`ls cmd/**/Dockerfile`' 00:32:02 ++ dirname cmd/security-bootstrapper/Dockerfile 00:32:02 ++ cut -d/ -f2 00:32:02 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:32:02 + for file in '`ls cmd/**/Dockerfile`' 00:32:02 ++ dirname cmd/security-proxy-setup/Dockerfile 00:32:02 ++ cut -d/ -f2 00:32:02 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:32:02 + for file in '`ls cmd/**/Dockerfile`' 00:32:02 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:32:02 ++ cut -d/ -f2 00:32:02 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:32:02 + for file in '`ls cmd/**/Dockerfile`' 00:32:02 ++ dirname cmd/support-notifications/Dockerfile 00:32:02 ++ cut -d/ -f2 00:32:02 + echo support-notifications,cmd/support-notifications/Dockerfile 00:32:02 + for file in '`ls cmd/**/Dockerfile`' 00:32:02 ++ dirname cmd/support-scheduler/Dockerfile 00:32:02 ++ cut -d/ -f2 00:32:02 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:32:02 + for file in '`ls cmd/**/Dockerfile`' 00:32:02 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:32:02 ++ cut -d/ -f2 00:32:02 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:32:02 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:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:03 00:32:03 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:32:03 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:03 latest: Pulling from edgex-devops/git-semver 00:32:03 31603596830f: Pulling fs layer 00:32:03 2a8b12db71e7: Pulling fs layer 00:32:03 6ca5941a6612: Pulling fs layer 00:32:03 ecc8261a40a4: Pulling fs layer 00:32:03 ecc8261a40a4: Waiting 00:32:03 2a8b12db71e7: Verifying Checksum 00:32:03 2a8b12db71e7: Download complete 00:32:03 31603596830f: Verifying Checksum 00:32:03 31603596830f: Download complete 00:32:03 ecc8261a40a4: Verifying Checksum 00:32:03 ecc8261a40a4: Download complete 00:32:03 6ca5941a6612: Verifying Checksum 00:32:03 6ca5941a6612: Download complete 00:32:03 31603596830f: Pull complete 00:32:03 2a8b12db71e7: Pull complete 00:32:04 6ca5941a6612: Pull complete 00:32:05 ecc8261a40a4: Pull complete 00:32:05 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:32:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:32:05 prd-centos7-docker-4c-2g-25366 does not seem to be running inside a container 00:32:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/59 -v /w/workspace/edgex-go/59:/w/workspace/edgex-go/59:rw,z -v /w/workspace/edgex-go/59@tmp:/w/workspace/edgex-go/59@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:08 $ docker top 2440a8cea0b4ceebdd3b31571dec5dc40114f12667cb9c28ba6938583a8bf0cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:32:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:08 [ssh-agent] Looking for ssh-agent implementation... 00:32:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:08 $ docker exec 2440a8cea0b4ceebdd3b31571dec5dc40114f12667cb9c28ba6938583a8bf0cd ssh-agent 00:32:08 SSH_AUTH_SOCK=/tmp/ssh-eNjZmcPeG8pr/agent.13 00:32:08 SSH_AGENT_PID=19 00:32:08 Running ssh-add (command line suppressed) 00:32:09 Identity added: /w/workspace/edgex-go/59@tmp/private_key_8538858882387097073.key (/w/workspace/edgex-go/59@tmp/private_key_8538858882387097073.key) 00:32:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:09 + git tag --points-at HEAD [Pipeline] } 00:32:09 $ docker exec --env ******** --env ******** 2440a8cea0b4ceebdd3b31571dec5dc40114f12667cb9c28ba6938583a8bf0cd ssh-agent -k 00:32:09 unset SSH_AUTH_SOCK; 00:32:09 unset SSH_AGENT_PID; 00:32:09 echo Agent pid 19 killed; 00:32:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:32:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:09 [ssh-agent] Looking for ssh-agent implementation... 00:32:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:10 $ docker exec 2440a8cea0b4ceebdd3b31571dec5dc40114f12667cb9c28ba6938583a8bf0cd ssh-agent 00:32:10 SSH_AUTH_SOCK=/tmp/ssh-c19vg897NjVR/agent.49 00:32:10 SSH_AGENT_PID=55 00:32:10 Running ssh-add (command line suppressed) 00:32:10 Identity added: /w/workspace/edgex-go/59@tmp/private_key_3111313507871365149.key (/w/workspace/edgex-go/59@tmp/private_key_3111313507871365149.key) 00:32:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:10 + git semver init 00:32:10 # -> Open(): unable to determine branch for HEAD 00:32:10 # $GIT_DIR = /w/workspace/edgex-go/59/.git 00:32:10 # $GIT_WORK_TREE = /w/workspace/edgex-go/59 00:32:10 # $SEMVER_REMOTE_NAME = origin 00:32:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:32:10 # $SEMVER_USER_NAME = edgex-jenkins 00:32:10 # $SEMVER_BRANCH = PR-2858 00:32:10 # $SEMVER_TEMP = /tmp/semver-260755304 00:32:10 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:32 # '/tmp/semver-260755304' -> '/w/workspace/edgex-go/59/.semver' 00:32:32 # -> Force: false 00:32:32 # $SEMVER_DIR = /w/workspace/edgex-go/59/.semver [Pipeline] } 00:32:32 $ docker exec --env ******** --env ******** 2440a8cea0b4ceebdd3b31571dec5dc40114f12667cb9c28ba6938583a8bf0cd ssh-agent -k 00:32:33 unset SSH_AUTH_SOCK; 00:32:33 unset SSH_AGENT_PID; 00:32:33 echo Agent pid 55 killed; 00:32:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:33 + git semver [Pipeline] } 00:32:33 $ docker stop --time=1 2440a8cea0b4ceebdd3b31571dec5dc40114f12667cb9c28ba6938583a8bf0cd 00:32:35 $ docker rm -f 2440a8cea0b4ceebdd3b31571dec5dc40114f12667cb9c28ba6938583a8bf0cd [Pipeline] // withDockerContainer [Pipeline] sh 00:32:35 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:36 Stashed 1 file(s) [Pipeline] echo 00:32:36 [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:37 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:37 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:37 + sudo service docker restart 00:32:37 + true 00:32:37 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:38 ========================================================= 00:32:38 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:38 + 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:43 Sending build context to Docker daemon 327.7MB 00:32:43 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:32:43 Step 2/6 : FROM ${BASE} 00:32:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:43 188c0c94c7c5: Pulling fs layer 00:32:43 0ef7d3d256c8: Pulling fs layer 00:32:43 de9db76c5a1d: Pulling fs layer 00:32:43 bca2f99d35d6: Pulling fs layer 00:32:43 93359f2a8cfa: Pulling fs layer 00:32:43 7c6f9722023f: Pulling fs layer 00:32:43 a35cf1a2eb13: Pulling fs layer 00:32:43 93359f2a8cfa: Waiting 00:32:43 7c6f9722023f: Waiting 00:32:43 a35cf1a2eb13: Waiting 00:32:43 bca2f99d35d6: Waiting 00:32:43 de9db76c5a1d: Verifying Checksum 00:32:43 de9db76c5a1d: Download complete 00:32:43 0ef7d3d256c8: Verifying Checksum 00:32:43 0ef7d3d256c8: Download complete 00:32:43 93359f2a8cfa: Verifying Checksum 00:32:43 93359f2a8cfa: Download complete 00:32:43 7c6f9722023f: Verifying Checksum 00:32:43 7c6f9722023f: Download complete 00:32:43 188c0c94c7c5: Verifying Checksum 00:32:43 188c0c94c7c5: Download complete 00:32:43 188c0c94c7c5: Pull complete 00:32:43 0ef7d3d256c8: Pull complete 00:32:44 de9db76c5a1d: Pull complete 00:32:45 a35cf1a2eb13: Verifying Checksum 00:32:45 a35cf1a2eb13: Download complete 00:32:46 bca2f99d35d6: Verifying Checksum 00:32:46 bca2f99d35d6: Download complete 00:32:51 bca2f99d35d6: Pull complete 00:32:51 93359f2a8cfa: Pull complete 00:32:51 Still waiting to schedule task 00:32:51 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-25356’ 00:32:51 7c6f9722023f: Pull complete 00:32:56 a35cf1a2eb13: Pull complete 00:32:56 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:56 ---> a62c8e92a672 00:32:56 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:32:56 ---> Running in 633eb27e3263 00:32:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:59 (1/12) Installing libmagic (5.38-r0) 00:33:00 (2/12) Installing file (5.38-r0) 00:33:00 (3/12) Installing libc-dev (0.7.2-r3) 00:33:00 (4/12) Installing g++ (9.3.0-r2) 00:33:15 (5/12) Installing fortify-headers (1.1-r0) 00:33:15 (6/12) Installing patch (2.7.6-r6) 00:33:15 (7/12) Installing build-base (0.5-r2) 00:33:15 (8/12) Installing libsodium (1.0.18-r0) 00:33:15 (9/12) Installing pkgconf (1.7.2-r0) 00:33:15 (10/12) Installing libsodium-dev (1.0.18-r0) 00:33:16 (11/12) Installing libzmq (4.3.3-r0) 00:33:16 (12/12) Installing zeromq-dev (4.3.3-r0) 00:33:16 Executing busybox-1.31.1-r19.trigger 00:33:16 OK: 233 MiB in 51 packages 00:33:20 Removing intermediate container 633eb27e3263 00:33:20 ---> f727c5178792 00:33:20 Step 4/6 : WORKDIR /edgex-go 00:33:20 ---> Running in 4b003ad57d3e 00:33:20 Removing intermediate container 4b003ad57d3e 00:33:20 ---> 414df9effea8 00:33:20 Step 5/6 : COPY go.mod . 00:33:20 ---> 032fede6a947 00:33:20 Step 6/6 : RUN go mod download 00:33:20 ---> Running in c299c4933cc9 00:33:42 Removing intermediate container c299c4933cc9 00:33:42 ---> 47113bd50a1d 00:33:42 Successfully built 47113bd50a1d 00:33:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:42 + docker inspect -f . ci-base-image-x86_64 00:33:42 . [Pipeline] withDockerContainer 00:33:43 prd-centos7-docker-4c-2g-25366 does not seem to be running inside a container 00:33:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/59 -v /w/workspace/edgex-go/59:/w/workspace/edgex-go/59:rw,z -v /w/workspace/edgex-go/59@tmp:/w/workspace/edgex-go/59@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 daee9f42dddc6c1ba589bb4c454dd7731b6d06a186503ad9c3652f152cd309d8 -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:44 + go version 00:33:44 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:44 $ docker stop --time=1 daee9f42dddc6c1ba589bb4c454dd7731b6d06a186503ad9c3652f152cd309d8 00:33:46 $ docker rm -f daee9f42dddc6c1ba589bb4c454dd7731b6d06a186503ad9c3652f152cd309d8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:47 + docker inspect -f . ci-base-image-x86_64 00:33:47 . [Pipeline] withDockerContainer 00:33:47 prd-centos7-docker-4c-2g-25366 does not seem to be running inside a container 00:33:47 $ 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/59 -v /w/workspace/edgex-go/59:/w/workspace/edgex-go/59:rw,z -v /w/workspace/edgex-go/59@tmp:/w/workspace/edgex-go/59@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:47 $ docker top b4c6961a7682388761563e88ca5fd8beed28a4a1c867417f7526f9d55452c371 -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:48 ========================================================= 00:33:48 [edgeXBuildGoParallel] Running Tests and Build... 00:33:48 ========================================================= [Pipeline] sh 00:33:48 + make test 00:33:48 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:58 ? github.com/edgexfoundry/edgex-go [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:34:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:34:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:34:30 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:34:33 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.141s coverage: 45.6% of statements 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:34:33 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.067s coverage: 100.0% of statements 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.242s coverage: 27.1% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.057s coverage: 100.0% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.152s coverage: 65.8% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:34:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.454s coverage: 82.3% of statements 00:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.376s coverage: 28.6% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.077s coverage: 100.0% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.052s coverage: 100.0% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.126s coverage: 86.7% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.131s coverage: 97.5% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.074s coverage: 78.3% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:34:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.429s coverage: 92.8% of statements 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:34:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 0.1% of statements 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:34:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.045s coverage: 45.5% of statements 00:34:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.055s coverage: 79.5% of statements 00:34:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.037s coverage: 94.1% of statements 00:34:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.043s coverage: 96.3% of statements 00:34:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements 00:34:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.046s coverage: 94.4% of statements 00:34:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.078s coverage: 92.9% of statements 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.038s coverage: 80.8% of statements 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.4% of statements 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.179s coverage: 63.5% of statements 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.305s coverage: 68.9% of statements 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.138s coverage: 37.0% of statements 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.368s coverage: 84.0% of statements 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.134s coverage: 47.0% of statements 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.084s coverage: 87.7% of statements 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.810s coverage: 29.1% of statements 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.067s coverage: 100.0% of statements 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.049s coverage: 32.1% of statements 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 00:35:07 GO111MODULE=on go vet ./... 00:35:40 gofmt -l . 00:35:40 [ "`gofmt -l .`" = "" ] 00:35:40 ./bin/test-go-mod-tidy.sh 00:35:40 ./bin/test-attribution-txt.sh [Pipeline] sh 00:35:40 + ls -al . 00:35:40 total 696 00:35:40 drwxrwxr-x 10 1001 1001 4096 Feb 7 00:35 . 00:35:40 drwxr-xr-x 4 root root 30 Feb 7 00:33 .. 00:35:40 -rw-rw-r-- 1 1001 1001 11 Feb 7 00:31 .dockerignore 00:35:40 drwxrwxr-x 8 1001 1001 179 Feb 7 00:31 .git 00:35:40 drwxrwxr-x 3 1001 1001 125 Feb 7 00:31 .github 00:35:40 -rw-rw-r-- 1 1001 1001 872 Feb 7 00:31 .gitignore 00:35:40 drwx------ 3 1001 1001 60 Feb 7 00:32 .semver 00:35:40 -rw-rw-r-- 1 1001 1001 166 Feb 7 00:31 .sonarcloud.properties 00:35:40 -rw-rw-r-- 1 1001 1001 7859 Feb 7 00:31 Attribution.txt 00:35:40 -rw-rw-r-- 1 1001 1001 3804 Feb 7 00:31 CONTRIBUTING.md 00:35:40 -rw-rw-r-- 1 1001 1001 931 Feb 7 00:31 Dockerfile.build 00:35:40 -rw-rw-r-- 1 1001 1001 863 Feb 7 00:31 Jenkinsfile 00:35:40 -rw-rw-r-- 1 1001 1001 10775 Feb 7 00:31 LICENSE 00:35:40 -rw-rw-r-- 1 1001 1001 6001 Feb 7 00:31 Makefile 00:35:40 -rw-rw-r-- 1 1001 1001 6524 Feb 7 00:31 README.md 00:35:40 -rw-rw-r-- 1 1001 1001 6755 Feb 7 00:31 SECURITY.md 00:35:40 -rw-rw-r-- 1 1001 1001 5 Feb 7 00:32 VERSION 00:35:40 -rw-rw-r-- 1 1001 1001 4131 Feb 7 00:31 ZMQWindows.md 00:35:40 drwxrwxr-x 2 1001 1001 117 Feb 7 00:31 bin 00:35:40 drwxrwxr-x 15 1001 1001 4096 Feb 7 00:31 cmd 00:35:40 -rw-r--r-- 1 root root 590503 Feb 7 00:35 coverage.out 00:35:40 -rw-r--r-- 1 root root 1054 Feb 7 00:35 go.mod 00:35:40 -rw-r--r-- 1 root root 19290 Feb 7 00:35 go.sum 00:35:40 drwxrwxr-x 8 1001 1001 127 Feb 7 00:31 internal 00:35:40 drwxrwxr-x 4 1001 1001 26 Feb 7 00:31 openapi 00:35:40 drwxrwxr-x 4 1001 1001 71 Feb 7 00:31 snap 00:35:40 -rw-rw-r-- 1 1001 1001 168 Feb 7 00:31 version.go [Pipeline] sh 00:35:40 + '[' -e coverage.out ] 00:35:40 + chown 1001:1001 coverage.out [Pipeline] stash 00:35:40 Stashed 1 file(s) [Pipeline] sh 00:35:41 + make build 00:35:41 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:45 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:55 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:55 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25374 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:35:55 Running in /w/workspace/edgex-go/59 [Pipeline] { [Pipeline] checkout 00:35:56 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:57 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:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:36:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:36:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:36:01 using credential edgex-jenkins-ssh 00:36:01 Cloning the remote Git repository 00:36:01 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:01 > git init /w/workspace/edgex-go/59 # timeout=10 00:36:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:01 > git --version # timeout=10 00:36:01 > git --version # 'git version 2.17.1' 00:36:01 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:36: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:36:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:36:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:36:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:36:09 $ docker stop --time=1 b4c6961a7682388761563e88ca5fd8beed28a4a1c867417f7526f9d55452c371 00:36:10 $ docker rm -f b4c6961a7682388761563e88ca5fd8beed28a4a1c867417f7526f9d55452c371 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:12 00:36:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:36:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:13 latest: Pulling from edgex-devops/edgex-compose 00:36:13 cbdbe7a5bc2a: Pulling fs layer 00:36:13 ca9280d653b3: Pulling fs layer 00:36:13 7e9c9ca2126c: Pulling fs layer 00:36:13 cbdbe7a5bc2a: Verifying Checksum 00:36:13 cbdbe7a5bc2a: Download complete 00:36:13 cbdbe7a5bc2a: Pull complete 00:36:13 ca9280d653b3: Verifying Checksum 00:36:13 ca9280d653b3: Download complete 00:36:14 7e9c9ca2126c: Verifying Checksum 00:36:14 7e9c9ca2126c: Download complete 00:36:14 ca9280d653b3: Pull complete 00:36:21 7e9c9ca2126c: Pull complete 00:36:21 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:36:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:36:21 prd-centos7-docker-4c-2g-25366 does not seem to be running inside a container 00:36:21 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/59 -v /w/workspace/edgex-go/59:/w/workspace/edgex-go/59:rw,z -v /w/workspace/edgex-go/59@tmp:/w/workspace/edgex-go/59@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:24 $ docker top ae7c49d2b38a8ae22df5f8f58543c17db3937c02caab0f9a6733e5a171835a33 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:25 + grep parallel 00:36:25 + docker-compose build --help 00:36:26 --parallel Build images in parallel. [Pipeline] } 00:36:26 $ docker stop --time=1 ae7c49d2b38a8ae22df5f8f58543c17db3937c02caab0f9a6733e5a171835a33 00:36:27 $ docker rm -f ae7c49d2b38a8ae22df5f8f58543c17db3937c02caab0f9a6733e5a171835a33 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:28 . [Pipeline] withDockerContainer 00:36:28 prd-centos7-docker-4c-2g-25366 does not seem to be running inside a container 00:36:28 $ 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/59 -v /w/workspace/edgex-go/59:/w/workspace/edgex-go/59:rw,z -v /w/workspace/edgex-go/59@tmp:/w/workspace/edgex-go/59@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:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:29 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:29 > 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:29 $ docker top 9f4788eb373999cfc1e0735cbf5e9e9c0d7552ae0d9b6e024123d53fb17926e1 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:30 Merging remotes/origin/master commit 27e67a26db9587a799bf14cca6c65a65d4396aa9 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:36:30 + docker-compose -f ./docker-compose-build.yml build --parallel 00:36:31 Merge succeeded, producing fb20a192c7552c9e2fc3cbb32a47a39c83e148eb 00:36:31 Checking out Revision fb20a192c7552c9e2fc3cbb32a47a39c83e148eb (PR-2858) 00:36:31 Building docker-core-command-go ... 00:36:31 Building docker-core-data-go ... 00:36:31 Building docker-core-metadata-go ... 00:36:31 Building docker-security-bootstrapper-go ... 00:36:31 Building docker-security-proxy-setup-go ... 00:36:31 Building docker-security-secretstore-setup-go ... 00:36:31 Building docker-support-notifications-go ... 00:36:31 Building docker-support-scheduler-go ... 00:36:31 Building docker-sys-mgmt-agent-go ... 00:36:31 Building docker-support-scheduler-go 00:36:31 Building docker-security-proxy-setup-go 00:36:31 Building docker-security-bootstrapper-go 00:36:31 Building docker-core-data-go 00:36:31 Building docker-sys-mgmt-agent-go 00:36:30 > git config core.sparsecheckout # timeout=10 00:36:30 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:36:30 > git remote # timeout=10 00:36:30 > git config --get remote.origin.url # timeout=10 00:36:30 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:30 > git merge 27e67a26db9587a799bf14cca6c65a65d4396aa9 # timeout=10 00:36:31 > git rev-parse HEAD^{commit} # timeout=10 00:36:31 > git config core.sparsecheckout # timeout=10 00:36:31 > git checkout -f fb20a192c7552c9e2fc3cbb32a47a39c83e148eb # timeout=10 00:36:35 Commit message: "Merge commit '27e67a26db9587a799bf14cca6c65a65d4396aa9' into HEAD" 00:36:35 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:37 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:37 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:35 > git rev-list --no-walk 2b5a858accb71dd25b37634092f458ed29d8f943 # timeout=10 00:36:38 + sudo+ servicetrue 00:36:38 docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:40 provisioning config files... 00:36:40 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/59@tmp/config3421338515851692594tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:40 ---> docker-login.sh 00:36:40 nexus3.edgexfoundry.org:10001 00:36:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:41 Configure a credential helper to remove this warning. See 00:36:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:41 00:36:41 Login Succeeded 00:36:41 nexus3.edgexfoundry.org:10002 00:36:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:42 Configure a credential helper to remove this warning. See 00:36:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:42 00:36:42 Login Succeeded 00:36:42 nexus3.edgexfoundry.org:10003 00:36:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:42 Configure a credential helper to remove this warning. See 00:36:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:42 00:36:42 Login Succeeded 00:36:43 nexus3.edgexfoundry.org:10004 00:36:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:43 Configure a credential helper to remove this warning. See 00:36:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:43 00:36:43 Login Succeeded 00:36:43 docker.io 00:36:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:44 Configure a credential helper to remove this warning. See 00:36:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:44 00:36:44 Login Succeeded 00:36:44 ---> docker-login.sh ends [Pipeline] } 00:36:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:44 ========================================================= 00:36:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:45 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:36:47 Sending build context to Docker daemon 166.3MB 00:36:47 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:36:47 Step 2/6 : FROM ${BASE} 00:36:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:47 5f621e34cdf4: Pulling fs layer 00:36:47 a4357932f1b6: Pulling fs layer 00:36:47 18c013af1878: Pulling fs layer 00:36:47 00ac8860ef70: Pulling fs layer 00:36:47 63d7cb157983: Pulling fs layer 00:36:47 b116817d02f9: Pulling fs layer 00:36:47 745a02a5169b: Pulling fs layer 00:36:47 00ac8860ef70: Waiting 00:36:47 63d7cb157983: Waiting 00:36:47 b116817d02f9: Waiting 00:36:47 745a02a5169b: Waiting 00:36:47 18c013af1878: Download complete 00:36:47 a4357932f1b6: Verifying Checksum 00:36:47 a4357932f1b6: Download complete 00:36:47 5f621e34cdf4: Verifying Checksum 00:36:47 5f621e34cdf4: Download complete 00:36:47 b116817d02f9: Verifying Checksum 00:36:47 b116817d02f9: Download complete 00:36:47 63d7cb157983: Verifying Checksum 00:36:47 63d7cb157983: Download complete 00:36:48 5f621e34cdf4: Pull complete 00:36:49 a4357932f1b6: Pull complete 00:36:49 18c013af1878: Pull complete 00:36:50 745a02a5169b: Download complete 00:36:52 00ac8860ef70: Verifying Checksum 00:36:52 00ac8860ef70: Download complete 00:37:02 00ac8860ef70: Pull complete 00:37:02 63d7cb157983: Pull complete 00:37:03 b116817d02f9: Pull complete 00:37:07 745a02a5169b: Pull complete 00:37:07 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:37:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:37:07 ---> b7e6874047d6 00:37:07 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:37:10 ---> Running in 3a25da7f3282 00:37:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:10 ---> 47113bd50a1d 00:37:10 Step 3/23 : WORKDIR /edgex-go 00:37:10 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:37:10 ---> 47113bd50a1d 00:37:10 Step 3/21 : WORKDIR /edgex-go 00:37:10 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:10 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:37:10 ---> 47113bd50a1d 00:37:10 Step 3/31 : WORKDIR /edgex-go 00:37:10 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:10 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:37:10 ---> 47113bd50a1d 00:37:10 Step 3/26 : WORKDIR /edgex-go 00:37:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:37:10 ---> 47113bd50a1d 00:37:10 Step 3/22 : WORKDIR /edgex-go 00:37:10 ---> Running in 64990efc11a0 00:37:10 ---> Running in 7e10348f608a 00:37:10 ---> Running in 790a8ced660e 00:37:10 ---> Running in 22106375b7b9 00:37:10 ---> Running in b17f6f83f6db 00:37:10 Removing intermediate container 7e10348f608a 00:37:10 ---> f7a5d58bf990 00:37:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:10 Removing intermediate container 790a8ced660e 00:37:10 ---> 9a6592e887b0 00:37:10 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:10 Removing intermediate container 64990efc11a0 00:37:10 ---> 755cf8b16d11 00:37:10 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:10 Removing intermediate container 22106375b7b9 00:37:10 ---> 7f5fbd87c3bb 00:37:10 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:10 Removing intermediate container b17f6f83f6db 00:37:10 ---> 9c1f93da11d0 00:37:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:10 ---> Running in 9b2202ea021e 00:37:10 ---> Running in 7d5ec1ec732f 00:37:10 ---> Running in ab35a97e75d5 00:37:10 ---> Running in 1d2c6ecc2180 00:37:10 ---> Running in 52b5c29ba9b0 00:37:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:11 Removing intermediate container 7d5ec1ec732f 00:37:11 ---> 68aa6296e084 00:37:11 Step 5/26 : RUN apk add --update --no-cache make bash git 00:37:12 ---> Running in 74e2ad359b4b 00:37:12 Removing intermediate container 9b2202ea021e 00:37:12 ---> d097f892a07d 00:37:12 Step 5/22 : RUN apk add --update --no-cache make git 00:37:12 Removing intermediate container ab35a97e75d5 00:37:12 ---> 13e5e5a94baa 00:37:12 Step 5/31 : RUN apk add --update --no-cache make git 00:37:12 Removing intermediate container 52b5c29ba9b0 00:37:12 ---> 302e7307cadb 00:37:12 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:37:12 Removing intermediate container 1d2c6ecc2180 00:37:12 ---> a6174317814d 00:37:12 Step 5/21 : RUN apk add --update --no-cache make git 00:37:12 ---> Running in f8432d4c5564 00:37:12 ---> Running in c0e0f15ccd44 00:37:12 ---> Running in e8b60d904dd5 00:37:12 ---> Running in 2fa5f4186d4c 00:37:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:16 OK: 233 MiB in 51 packages 00:37:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:16 (1/12) Installing libmagic (5.38-r0) 00:37:16 Removing intermediate container 74e2ad359b4b 00:37:16 ---> 9be74ffee2c2 00:37:16 Step 6/26 : COPY go.mod . 00:37:17 ---> 63340878795e 00:37:17 Step 7/26 : RUN go mod download 00:37:17 ---> Running in e0bd153c73e3 00:37:18 (2/12) Installing file (5.38-r0) 00:37:18 (3/12) Installing libc-dev (0.7.2-r3) 00:37:18 (4/12) Installing g++ (9.3.0-r2) 00:37:19 Removing intermediate container e0bd153c73e3 00:37:19 ---> f696205c2552 00:37:19 Step 8/26 : COPY . . 00:37:19 OK: 233 MiB in 51 packages 00:37:19 OK: 233 MiB in 51 packages 00:37:20 OK: 233 MiB in 51 packages 00:37:21 OK: 233 MiB in 51 packages 00:37:23 Removing intermediate container f8432d4c5564 00:37:23 ---> 74c7ca765c0a 00:37:23 Step 6/22 : COPY go.mod . 00:37:23 Removing intermediate container e8b60d904dd5 00:37:23 ---> 02050c608373 00:37:23 Step 6/23 : COPY go.mod . 00:37:25 ---> 3649134e81a0 00:37:25 Step 7/22 : RUN go mod download 00:37:25 Removing intermediate container c0e0f15ccd44 00:37:25 ---> c482607d8e72 00:37:25 Step 6/31 : COPY go.mod . 00:37:26 Removing intermediate container 2fa5f4186d4c 00:37:26 ---> 57df556eee59 00:37:26 Step 6/21 : COPY go.mod . 00:37:26 ---> 50308f20ee29 00:37:26 Step 7/23 : RUN go mod download 00:37:26 ---> Running in 544f5c5e5794 00:37:28 ---> d582fc180cb9 00:37:28 Step 7/31 : RUN go mod download 00:37:29 ---> Running in d2c95e4ccdb7 00:37:29 ---> d4518b0e3508 00:37:29 Step 7/21 : RUN go mod download 00:37:31 ---> Running in d66936012a27 00:37:31 ---> Running in 8ca3bad492a2 00:37:33 Removing intermediate container 544f5c5e5794 00:37:33 ---> 90bdfac5e773 00:37:33 Step 8/22 : COPY . . 00:37:35 Removing intermediate container d2c95e4ccdb7 00:37:35 ---> c3e56ebf1d50 00:37:35 Step 8/23 : COPY . . 00:37:40 Removing intermediate container 8ca3bad492a2 00:37:40 ---> 3420febd9b9e 00:37:40 Step 8/21 : COPY . . 00:37:40 (5/12) Installing fortify-headers (1.1-r0) 00:37:40 (6/12) Installing patch (2.7.6-r6) 00:37:40 (7/12) Installing build-base (0.5-r2) 00:37:40 (8/12) Installing libsodium (1.0.18-r0) 00:37:40 (9/12) Installing pkgconf (1.7.2-r0) 00:37:40 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:40 (11/12) Installing libzmq (4.3.3-r0) 00:37:40 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:40 Executing busybox-1.31.1-r19.trigger 00:37:40 OK: 217 MiB in 51 packages 00:37:42 Removing intermediate container 3a25da7f3282 00:37:42 ---> 37b354e246cd 00:37:42 Step 4/6 : WORKDIR /edgex-go 00:37:42 ---> Running in ce7aad10dbd4 00:37:42 Removing intermediate container ce7aad10dbd4 00:37:42 ---> 0c3acdf147d4 00:37:42 Step 5/6 : COPY go.mod . 00:37:43 ---> e2fac6d07dae 00:37:43 Step 6/6 : RUN go mod download 00:37:43 ---> Running in 9672a3c5a658 00:37:45 Removing intermediate container d66936012a27 00:37:45 ---> fbc4ad81baca 00:37:45 Step 8/31 : COPY . . 00:37:47 ---> e0f5ee34db12 00:37:47 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:37:51 ---> Running in be6d916a27f0 00:37:58 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:05 ---> a9375c1a335f 00:38:05 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:38:05 ---> Running in 789a71835b3b 00:38:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:38:09 ---> e12f75412ca4 00:38:09 Step 9/23 : RUN make cmd/core-data/core-data 00:38:09 ---> Running in f4b2c6b1f74e 00:38:10 Removing intermediate container 9672a3c5a658 00:38:10 ---> 0fbf5df165a1 00:38:10 Successfully built 0fbf5df165a1 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 prd-ubuntu18.04-docker-arm64-4c-16g-25374 does not seem to be running inside a container 00:38:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/59 -v /w/workspace/edgex-go/59:/w/workspace/edgex-go/59:rw,z -v /w/workspace/edgex-go/59@tmp:/w/workspace/edgex-go/59@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:12 $ docker top b266781700b001cc0cc4ed5e0b70fa4d75797974a24a60b76320439f80a4331a -eo pid,comm 00:38:12 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [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 b266781700b001cc0cc4ed5e0b70fa4d75797974a24a60b76320439f80a4331a 00:38:15 $ docker rm -f b266781700b001cc0cc4ed5e0b70fa4d75797974a24a60b76320439f80a4331a [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-25374 does not seem to be running inside a container 00:38:16 $ 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/59 -v /w/workspace/edgex-go/59:/w/workspace/edgex-go/59:rw,z -v /w/workspace/edgex-go/59@tmp:/w/workspace/edgex-go/59@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:18 $ docker top 87a6ce5e2c6802ce186ec892bd0d94e830535c9cde4a081afd6633858a604d08 -eo pid,comm [Pipeline] { [Pipeline] echo 00:38:18 ========================================================= 00:38:18 [edgeXBuildGoParallel] Running Tests and Build... 00:38:18 ========================================================= [Pipeline] sh 00:38:19 + make test 00:38:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:19 ---> 109fede83038 00:38:19 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:38:19 ---> Running in 47e30a804043 00:38:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:38:25 ---> 76ae095271b6 00:38:25 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:38:25 ---> Running in 05bd5959fec4 00:38:26 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:38:34 Removing intermediate container be6d916a27f0 00:38:34 ---> 9b7ae61daa64 00:38:34 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:38:34 ---> Running in d53e64bc0363 00:38:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:38:40 Removing intermediate container d53e64bc0363 00:38:40 ---> 4565cfa7061f 00:38:40 00:38:40 Step 11/26 : FROM docker:20.10.0 00:38:40 20.10.0: Pulling from library/docker 00:38:45 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:38:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:38:57 Removing intermediate container 789a71835b3b 00:38:57 ---> ae149b76b79d 00:38:57 00:38:57 Step 10/22 : FROM alpine:3.12 00:38:57 3.12: Pulling from library/alpine 00:38:57 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:38:57 Status: Downloaded newer image for docker:20.10.0 00:38:57 ---> aefe523efa57 00:38:57 Step 12/26 : RUN apk add --no-cache bash 00:38:58 ---> Running in 84369ac8d31b 00:38:58 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:38:58 Status: Downloaded newer image for alpine:3.12 00:38:58 ---> 389fef711851 00:38:58 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:38:59 ---> Running in 2942a9b3e121 00:38:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:59 (1/2) Installing readline (8.0.4-r0) 00:38:59 (2/2) Installing bash (5.0.17-r0) 00:38:59 Executing bash-5.0.17-r0.post-install 00:38:59 Executing busybox-1.31.1-r19.trigger 00:38:59 OK: 12 MiB in 22 packages 00:39:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:01 Removing intermediate container f4b2c6b1f74e 00:39:01 ---> e61e518b0ffe 00:39:01 00:39:01 Step 10/23 : FROM alpine:3.12 00:39:01 ---> 389fef711851 00:39:01 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:01 (1/1) Installing dumb-init (1.2.2-r1) 00:39:01 Executing busybox-1.31.1-r19.trigger 00:39:01 OK: 6 MiB in 15 packages 00:39:02 Removing intermediate container 47e30a804043 00:39:02 ---> 7a9f5c63cd50 00:39:02 00:39:02 Step 10/21 : FROM alpine:3.12 00:39:02 ---> 389fef711851 00:39:02 Step 11/21 : RUN apk add --update --no-cache curl 00:39:02 ---> Running in 0d231f674448 00:39:02 Removing intermediate container 84369ac8d31b 00:39:02 ---> 4e0b00dcf9b1 00:39:02 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:39:03 ---> Running in dbbce706c1be 00:39:03 ---> Running in 17a7545ac492 00:39:03 Removing intermediate container 0d231f674448 00:39:03 ---> 48e00652aff6 00:39:03 Step 12/23 : ENV APP_PORT=48080 00:39:03 ---> Running in a9e048cce5bd 00:39:03 Removing intermediate container 17a7545ac492 00:39:03 ---> d0aad002f17e 00:39:03 Step 14/26 : ENV APP_PORT=48090 00:39:03 Removing intermediate container 2942a9b3e121 00:39:03 ---> 500d4f3cf4da 00:39:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:04 ---> Running in 67f53fbe17e7 00:39:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:05 (1/4) Installing ca-certificates (20191127-r4) 00:39:05 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:39:05 (3/4) Installing libcurl (7.69.1-r3) 00:39:05 (4/4) Installing curl (7.69.1-r3) 00:39:05 Executing busybox-1.31.1-r19.trigger 00:39:05 Executing ca-certificates-20191127-r4.trigger 00:39:05 OK: 7 MiB in 18 packages 00:39:05 ---> Running in 438185d7ad3c 00:39:05 Removing intermediate container a9e048cce5bd 00:39:05 ---> 15ee478b3b11 00:39:05 Step 13/23 : EXPOSE $APP_PORT 00:39:06 ---> Running in 72b9decab8c3 00:39:06 Removing intermediate container 67f53fbe17e7 00:39:06 ---> 6bf55c75f333 00:39:06 Step 15/26 : EXPOSE $APP_PORT 00:39:06 Removing intermediate container 05bd5959fec4 00:39:06 ---> 712af9523149 00:39:06 00:39:06 Step 10/31 : FROM alpine:3.12 00:39:06 ---> 389fef711851 00:39:06 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:39:06 Removing intermediate container 438185d7ad3c 00:39:06 ---> 1a0c2762cec0 00:39:06 Step 13/22 : ENV APP_PORT=48085 00:39:06 ---> Running in 4011a5cd4dfb 00:39:07 ---> Running in 7e94f0081032 00:39:07 ---> Running in 8678033b2952 00:39:07 Removing intermediate container 72b9decab8c3 00:39:07 ---> e1b87cb8bb71 00:39:07 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:07 Removing intermediate container 4011a5cd4dfb 00:39:07 ---> 31767b69635a 00:39:07 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:39:08 Removing intermediate container dbbce706c1be 00:39:08 ---> e6456cdb91ec 00:39:08 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:08 ---> Running in fab981e149f1 00:39:08 Removing intermediate container 7e94f0081032 00:39:08 ---> c1571ad7a03c 00:39:08 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:39:08 Removing intermediate container 8678033b2952 00:39:08 ---> b35855455956 00:39:08 Step 14/22 : EXPOSE $APP_PORT 00:39:08 ---> Running in 0f7b74a2f1d0 00:39:08 ---> Running in 9177b40b4f65 00:39:08 ---> Running in 85c3204299e4 00:39:08 ---> b6cc14b1958d 00:39:08 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:39:09 Removing intermediate container 0f7b74a2f1d0 00:39:09 ---> 09bc28e13ada 00:39:09 Step 13/21 : WORKDIR /edgex 00:39:09 Removing intermediate container 85c3204299e4 00:39:09 ---> b522dfe2f2a8 00:39:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:09 ---> Running in 5325a9bbd983 00:39:09 ---> 654392146e48 00:39:09 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:39:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:09 ---> a1c327bf4a9d 00:39:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:39:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:09 Removing intermediate container 5325a9bbd983 00:39:09 ---> c01006301955 00:39:09 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:39:09 (1/2) Installing dumb-init (1.2.2-r1) 00:39:09 (2/2) Installing su-exec (0.2-r1) 00:39:09 Executing busybox-1.31.1-r19.trigger 00:39:09 OK: 6 MiB in 16 packages 00:39:09 ---> 3908c51ecd90 00:39:09 Step 19/26 : RUN apk --no-cache add py3-pip 00:39:10 ---> Running in 389dcbfe47f2 00:39:10 ---> cd6f3ee07b8b 00:39:10 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:39:11 ---> da0dddc56a37 00:39:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:39:11 Removing intermediate container fab981e149f1 00:39:11 ---> ccbe9893d82e 00:39:11 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:39:11 ---> 344d8c90a4ac 00:39:11 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:39:11 ---> Running in 387fabd43d13 00:39:11 Removing intermediate container 9177b40b4f65 00:39:11 ---> 84c48e90d672 00:39:11 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:39:11 ---> fdef0121aa6a 00:39:11 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:39:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:11 ---> Running in 8d82de34f9af 00:39:11 ---> Running in 176dfda3d78d 00:39:11 ---> d352781be49b 00:39:11 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:39:11 (1/33) Installing libbz2 (1.0.8-r1) 00:39:11 (2/33) Installing expat (2.2.9-r1) 00:39:11 (3/33) Installing libffi (3.3-r2) 00:39:11 (4/33) Installing gdbm (1.13-r1) 00:39:11 (5/33) Installing xz-libs (5.2.5-r0) 00:39:11 (6/33) Installing sqlite-libs (3.32.1-r0) 00:39:11 (7/33) Installing python3 (3.8.5-r0) 00:39:12 ---> Running in c5d9ec5e85e7 00:39:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:14 Removing intermediate container 8d82de34f9af 00:39:14 ---> 4df573947cb9 00:39:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:14 (1/6) Installing dumb-init (1.2.2-r1) 00:39:14 (2/6) Installing libgcc (9.3.0-r2) 00:39:14 (3/6) Installing libsodium (1.0.18-r0) 00:39:14 (4/6) Installing libstdc++ (9.3.0-r2) 00:39:14 (5/6) Installing libzmq (4.3.3-r0) 00:39:15 (6/6) Installing zeromq (4.3.3-r0) 00:39:15 Executing busybox-1.31.1-r19.trigger 00:39:15 OK: 8 MiB in 20 packages 00:39:15 Removing intermediate container 176dfda3d78d 00:39:15 ---> 61618c6780b9 00:39:15 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:39:15 ---> Running in bd71c94c9cab 00:39:15 Removing intermediate container c5d9ec5e85e7 00:39:15 ---> 2f92a99ff576 00:39:15 Step 18/21 : CMD ["--init=true"] 00:39:15 (8/33) Installing py3-appdirs (1.4.4-r1) 00:39:15 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:39:15 ---> Running in 1d43e2fb45c8 00:39:15 (10/33) Installing py3-parsing (2.4.7-r0) 00:39:15 (11/33) Installing py3-six (1.15.0-r0) 00:39:15 (12/33) Installing py3-packaging (20.4-r0) 00:39:15 ---> Running in d593f3849a66 00:39:15 (13/33) Installing py3-setuptools (47.0.0-r0) 00:39:15 (14/33) Installing py3-chardet (3.0.4-r4) 00:39:16 (15/33) Installing py3-idna (2.9-r0) 00:39:16 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:39:16 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:39:17 (18/33) Installing py3-requests (2.23.0-r0) 00:39:17 (19/33) Installing py3-msgpack (1.0.0-r0) 00:39:18 (20/33) Installing py3-lockfile (0.12.2-r3) 00:39:18 Removing intermediate container bd71c94c9cab 00:39:18 ---> b843f657e6f2 00:39:18 Step 20/22 : LABEL arch=x86_64 00:39:18 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:39:18 Removing intermediate container 1d43e2fb45c8 00:39:18 ---> e6156c4cf031 00:39:18 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:39:18 (22/33) Installing py3-colorama (0.4.3-r0) 00:39:18 (23/33) Installing py3-distlib (0.3.0-r0) 00:39:18 Removing intermediate container d593f3849a66 00:39:18 ---> b358829a4aa8 00:39:18 Step 19/21 : LABEL arch=x86_64 00:39:18 (24/33) Installing py3-distro (1.5.0-r1) 00:39:18 (25/33) Installing py3-webencodings (0.5.1-r3) 00:39:18 ---> Running in bf51f62e027f 00:39:18 ---> Running in bc125609798f 00:39:18 (26/33) Installing py3-html5lib (1.0.1-r4) 00:39:19 (27/33) Installing py3-pytoml (0.1.21-r0) 00:39:19 (28/33) Installing py3-pep517 (0.8.2-r0) 00:39:19 (29/33) Installing py3-progress (1.5-r0) 00:39:19 ---> Running in a8ebdd0471aa 00:39:19 (30/33) Installing py3-toml (0.10.1-r0) 00:39:19 Removing intermediate container 387fabd43d13 00:39:19 ---> b226eca47331 00:39:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:19 (31/33) Installing py3-retrying (1.3.3-r0) 00:39:19 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:39:19 (33/33) Installing py3-pip (20.1.1-r0) 00:39:19 Executing busybox-1.31.1-r19.trigger 00:39:19 Removing intermediate container bf51f62e027f 00:39:19 ---> 3d5cbf5090e9 00:39:19 Step 21/22 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 00:39:19 OK: 71 MiB in 55 packages 00:39:20 ---> Running in 849a0cf8ed7a 00:39:20 Removing intermediate container a8ebdd0471aa 00:39:20 ---> a0ecfbab8057 00:39:20 Step 20/21 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 00:39:20 ---> 6e261dee5628 00:39:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:39:20 ---> Running in 7c3669cd91d2 00:39:20 Removing intermediate container 849a0cf8ed7a 00:39:20 ---> 569d77b11df7 00:39:20 Step 22/22 : LABEL version=0.0.0 00:39:21 ---> Running in 24c2c3e4550e 00:39:21 Removing intermediate container 7c3669cd91d2 00:39:21 ---> 2d193ec4041b 00:39:21 Step 21/21 : LABEL version=0.0.0 00:39:25 ---> 33f0086224dc 00:39:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:39:25 ---> Running in e92e54d7bf15 00:39:25 Removing intermediate container bc125609798f 00:39:25 ---> 02a7bc797ef6 00:39:25 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:39:25 Removing intermediate container 24c2c3e4550e 00:39:25 ---> aead0ebd080d 00:39:25 00:39:25 ---> Running in 50a9e5963c06 00:39:25 Removing intermediate container e92e54d7bf15 00:39:25 ---> 4f29ce739a62 00:39:25 00:39:25 ---> 6f170be796ff 00:39:25 Step 19/23 : ENTRYPOINT ["/core-data"] 00:39:25 Successfully built aead0ebd080d 00:39:25 Successfully tagged docker-support-scheduler-go:latest 00:39:25 Removing intermediate container 50a9e5963c06 00:39:25 ---> 6c77faf1c76a 00:39:25 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:39:25  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 00:39:25 Removing intermediate container 389dcbfe47f2 00:39:25 ---> 417a158772a4 00:39:25 Step 20/26 : RUN pip install docker-compose==1.23.2 00:39:25 Successfully built 4f29ce739a62 00:39:26 Successfully tagged docker-security-proxy-setup-go:latest 00:39:26 Building docker-security-secretstore-setup-go 00:39:26  Building docker-security-proxy-setup-go ... done  ---> Running in c990624861e2 00:39:26 ---> Running in d2bd8fc54977 00:39:26 ---> 5a3c3b6cc5de 00:39:26 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:39:28 ---> Running in 64e26163dae2 00:39:29 Removing intermediate container c990624861e2 00:39:29 ---> 83cc5cebf9d8 00:39:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:33 Collecting docker-compose==1.23.2 00:39:33 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:39:34 ---> Running in c4dbfd51b88d 00:39:35 Removing intermediate container c4dbfd51b88d 00:39:35 ---> 9e8f9f728336 00:39:35 Step 21/23 : LABEL arch=x86_64 00:39:35 Collecting texttable<0.10,>=0.9.0 00:39:35 Downloading texttable-0.9.1.tar.gz (11 kB) 00:39:35 ---> Running in ce6d767c20e7 00:39:35 Removing intermediate container ce6d767c20e7 00:39:35 ---> e10bb0db55cf 00:39:35 Step 22/23 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 00:39:36 Collecting PyYAML<4,>=3.10 00:39:36 Downloading PyYAML-3.13.tar.gz (270 kB) 00:39:38 ---> Running in 3dd60c9be67c 00:39:38 Collecting docopt<0.7,>=0.6.1 00:39:38 Downloading docopt-0.6.2.tar.gz (25 kB) 00:39:39 Removing intermediate container 3dd60c9be67c 00:39:39 ---> dc19a4f0a261 00:39:39 Step 23/23 : LABEL version=0.0.0 00:39:40 Collecting websocket-client<1.0,>=0.32.0 00:39:40 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:39:41 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:41 Removing intermediate container 64e26163dae2 00:39:41 ---> ca0ece1ac7e6 00:39:41 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:41 Collecting docker<4.0,>=3.6.0 00:39:41 ---> Running in 59de9b974956 00:39:41 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:42 Collecting dockerpty<0.5,>=0.4.1 00:39:42 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:39:42 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:42 ---> 7fea6b85f1d3 00:39:42 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:39:42 Removing intermediate container 59de9b974956 00:39:42 ---> 2490c50ac807 00:39:42 00:39:42 Collecting cached-property<2,>=1.2.0 00:39:42 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:39:43 Successfully built 2490c50ac807 00:39:43 Successfully tagged docker-core-data-go:latest 00:39:43  Building docker-core-data-go ... done Building docker-core-metadata-go 00:39:43 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:39:43 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 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 ---> bbb82161d212 00:39:45 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:39:45 Collecting docker-pycreds>=0.4.0 00:39:45 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:39:46 Collecting idna<2.8,>=2.5 00:39:46 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:39:47 ---> 30009a830426 00:39:47 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:39:47 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:39:47 Collecting urllib3<1.25,>=1.21.1 00:39:47 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:39:47 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:39:47 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:39:47 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:39:47 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:39:47 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:39:47 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:47 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:39:47 ---> 47113bd50a1d 00:39:47 Step 3/24 : WORKDIR /edgex-go 00:39:47 ---> Using cache 00:39:47 ---> 9c1f93da11d0 00:39:47 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:47 ---> Using cache 00:39:47 ---> 302e7307cadb 00:39:47 Step 5/24 : RUN apk add --update --no-cache make git 00:39:47 Installing collected packages: texttable, PyYAML, docopt, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, cached-property, jsonschema, docker-compose 00:39:47 Running setup.py install for texttable: started 00:39:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:39:48 ---> 47113bd50a1d 00:39:48 Step 3/22 : WORKDIR /edgex-go 00:39:48 ---> Using cache 00:39:48 ---> 9c1f93da11d0 00:39:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:48 ---> Using cache 00:39:48 ---> 302e7307cadb 00:39:48 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:39:49 Running setup.py install for texttable: finished with status 'done' 00:39:49 Running setup.py install for PyYAML: started 00:39:50 ---> Running in 14b2adfe01e2 00:39:50 ---> Running in 7d18fd710373 00:39:51 ---> 2a9e75502b35 00:39:51 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:39:51 Running setup.py install for PyYAML: finished with status 'done' 00:39:51 Running setup.py install for docopt: started 00:39:51 Running setup.py install for docopt: finished with status 'done' 00:39:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:52 Attempting uninstall: idna 00:39:52 Found existing installation: idna 2.9 00:39:52 Uninstalling idna-2.9: 00:39:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:53 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:39:53 Successfully uninstalled idna-2.9 00:39:53 ---> 6696b3444e81 00:39:53 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:39:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:53 Attempting uninstall: urllib3 00:39:53 Found existing installation: urllib3 1.25.9 00:39:53 Uninstalling urllib3-1.25.9: 00:39:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:53 OK: 233 MiB in 51 packages 00:39:53 Successfully uninstalled urllib3-1.25.9 00:39:54 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:54 ---> Running in 6df16d94ca45 00:39:54 OK: 233 MiB in 51 packages 00:39:54 Attempting uninstall: requests 00:39:54 Found existing installation: requests 2.23.0 00:39:54 Uninstalling requests-2.23.0: 00:39:54 Successfully uninstalled requests-2.23.0 00:39:55 Removing intermediate container 6df16d94ca45 00:39:55 ---> 7bac6ae2b8a2 00:39:55 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:39:56 Running setup.py install for dockerpty: started 00:39:56 Removing intermediate container 7d18fd710373 00:39:56 ---> 9230f8a74c5d 00:39:56 Step 6/24 : COPY go.mod . 00:39:56 Removing intermediate container 14b2adfe01e2 00:39:56 ---> 8fba4bc074f1 00:39:56 Step 6/22 : COPY go.mod . 00:39:56 ---> 36009820e193 00:39:56 Step 26/31 : RUN chmod +x /entrypoint.sh 00:39:56 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:57 Running setup.py install for dockerpty: finished with status 'done' 00:39:57 ---> Running in 3f1440b602c7 00:39:57 ---> 2136f05a4e7c 00:39:57 Step 7/24 : RUN go mod download 00:39:57 ---> 8749e11a8f1f 00:39:57 Step 7/22 : RUN go mod download 00:39:58 ---> Running in 6b5fc42a0684 00:39:58 ---> Running in fda87eda2462 00:39:59 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:01 Removing intermediate container 3f1440b602c7 00:40:01 ---> 096c15a2b573 00:40:01 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:40:03 ---> Running in bb62928efe5d 00:40:03 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:40:03 ---> 47113bd50a1d 00:40:03 Step 3/23 : WORKDIR /edgex-go 00:40:03 ---> Using cache 00:40:03 ---> 9c1f93da11d0 00:40:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:03 ---> Using cache 00:40:03 ---> 302e7307cadb 00:40:03 Step 5/23 : RUN apk add --update --no-cache make git 00:40:03 ---> Using cache 00:40:03 ---> 9230f8a74c5d 00:40:03 Step 6/23 : COPY go.mod . 00:40:03 ---> Using cache 00:40:03 ---> 2136f05a4e7c 00:40:03 Step 7/23 : RUN go mod download 00:40:04 ---> Running in 077efff9b839 00:40:04 Removing intermediate container bb62928efe5d 00:40:04 ---> dd7f96b7052d 00:40:04 Step 28/31 : CMD ["gate"] 00:40:04 Removing intermediate container d2bd8fc54977 00:40:04 ---> 2f477e43dc0e 00:40:04 Step 21/26 : RUN apk --no-cache add curl 00:40:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:40:05 ---> Running in c0edc7bc637e 00:40:05 ---> Running in a0a3b8315ffc 00:40:05 Removing intermediate container fda87eda2462 00:40:05 ---> 3bce5cac01f3 00:40:05 Step 8/22 : COPY . . 00:40:05 Removing intermediate container 6b5fc42a0684 00:40:05 ---> 5e0607c71f34 00:40:05 Step 8/24 : COPY . . 00:40:05 Removing intermediate container c0edc7bc637e 00:40:05 ---> 6526d826e877 00:40:05 Step 29/31 : LABEL arch=x86_64 00:40:05 ---> Running in e775679001c5 00:40:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:06 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:40:06 (2/3) Installing libcurl (7.69.1-r3) 00:40:06 (3/3) Installing curl (7.69.1-r3) 00:40:06 Executing busybox-1.31.1-r19.trigger 00:40:07 OK: 72 MiB in 58 packages 00:40:08 Removing intermediate container e775679001c5 00:40:08 ---> 8ff5a2a3dafd 00:40:08 Step 30/31 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.350s coverage: 45.6% of statements 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.153s coverage: 100.0% of statements 00:40:12 ---> Running in d22f7923c97e 00:40:13 Removing intermediate container 077efff9b839 00:40:13 ---> 79fedcff716f 00:40:13 Step 8/23 : COPY . . 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.600s coverage: 27.1% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.071s coverage: 100.0% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.304s coverage: 65.8% of statements 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:19 Removing intermediate container a0a3b8315ffc 00:40:19 ---> 6112d6c53f18 00:40:19 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:40:19 Removing intermediate container d22f7923c97e 00:40:19 ---> cc2fd2ee1dc0 00:40:19 Step 31/31 : LABEL version=0.0.0 00:40:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.716s coverage: 82.3% of statements 00:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:24 ---> Running in f31596b08c36 00:40:26 ---> Running in 6607a689cd4d 00:40:26 Removing intermediate container f31596b08c36 00:40:26 ---> 96bbbe9dbd2f 00:40:26 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.274s coverage: 28.6% of statements 00:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.168s coverage: 100.0% of statements 00:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.071s coverage: 100.0% of statements 00:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:28 ---> Running in 4112792559a4 00:40:28 Removing intermediate container 6607a689cd4d 00:40:28 ---> 59325d7f5c84 00:40:28 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.315s coverage: 86.7% of statements 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.415s coverage: 97.5% of statements 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.164s coverage: 78.3% of statements 00:40:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:30 Successfully built 59325d7f5c84 00:40:31 Successfully tagged docker-security-bootstrapper-go:latest 00:40:31 Building docker-core-command-go 00:40:32  Building docker-security-bootstrapper-go ... done Removing intermediate container 4112792559a4 00:40:32 ---> 775a91e5e6c2 00:40:32 Step 24/26 : LABEL arch=x86_64 00:40:37 ---> Running in 9dc458dc8b59 00:40:38 ---> 97725e0ddbf3 00:40:38 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:40:38 ---> 87663fdb4829 00:40:38 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:40:39 Removing intermediate container 9dc458dc8b59 00:40:39 ---> 62ba035610fa 00:40:39 Step 25/26 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 00:40:40 ---> Running in a3e77e25620a 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.359s coverage: 92.8% of statements 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.189s coverage: 0.1% of statements 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.103s coverage: 45.5% of statements 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.089s coverage: 79.5% of statements 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.101s coverage: 96.3% of statements 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements 00:40:41 ---> Running in 258f515abc41 00:40:41 ---> Running in 5ba285899a29 00:40:42 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:40:42 Removing intermediate container 5ba285899a29 00:40:42 ---> 96567a325cf1 00:40:42 Step 26/26 : LABEL version=0.0.0 00:40:43 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:40:44 ---> Running in ce41f72f79f0 00:40:46 ---> 740c05ee9e96 00:40:46 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:40:46 Removing intermediate container ce41f72f79f0 00:40:46 ---> 5a02269ed6d1 00:40:46 00:40:46 ---> Running in 42fe3cac1155 00:40:47 Successfully built 5a02269ed6d1 00:40:47 Successfully tagged docker-sys-mgmt-agent-go:latest 00:40:49  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/core-metadata/core-metadata ./cmd/core-metadata 00:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.091s coverage: 94.4% of statements 00:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.091s coverage: 44.8% of statements 00:40:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:40:56 ---> 47113bd50a1d 00:40:56 Step 3/23 : WORKDIR /edgex-go 00:40:56 ---> Using cache 00:40:56 ---> 9c1f93da11d0 00:40:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:56 ---> Using cache 00:40:56 ---> 302e7307cadb 00:40:56 Step 5/23 : RUN apk add --update --no-cache make git 00:40:56 ---> Using cache 00:40:56 ---> 9230f8a74c5d 00:40:56 Step 6/23 : COPY go.mod . 00:40:56 ---> Using cache 00:40:56 ---> 2136f05a4e7c 00:40:56 Step 7/23 : RUN go mod download 00:40:56 ---> Using cache 00:40:56 ---> 79fedcff716f 00:40:56 Step 8/23 : COPY . . 00:40:56 ---> Using cache 00:40:56 ---> 740c05ee9e96 00:40:56 Step 9/23 : RUN make cmd/core-command/core-command 00:40:57 ---> Running in d95fa77271f3 00:40:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:41:06 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:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.148s coverage: 92.9% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.091s coverage: 87.2% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.122s coverage: 87.2% of statements 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.143s coverage: 84.2% of statements 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.178s coverage: 91.4% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.522s coverage: 63.5% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.100s coverage: 91.3% of statements 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.067s coverage: 100.0% of statements 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.838s coverage: 68.9% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:41:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.415s 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:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.853s coverage: 84.0% of statements 00:41:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.137s coverage: 100.0% of statements 00:41:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.540s 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.184s 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.153s 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.270s coverage: 87.7% 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:19 Removing intermediate container 258f515abc41 00:41:19 ---> 517374a23372 00:41:19 00:41:19 Step 10/24 : FROM alpine:3.12 00:41:19 ---> 389fef711851 00:41:19 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:41:19 Removing intermediate container a3e77e25620a 00:41:19 ---> 7819b2755cb6 00:41:19 00:41:19 Step 10/22 : FROM alpine:3.12 00:41:19 ---> 389fef711851 00:41:19 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:41:19 ---> Running in c140c133e714 00:41:19 ---> Running in 6ba604493ae2 00:41:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:20 (1/5) Installing ca-certificates (20191127-r4) 00:41:20 (1/2) Installing ca-certificates (20191127-r4) 00:41:20 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:41:20 (3/5) Installing libcurl (7.69.1-r3) 00:41:20 (4/5) Installing curl (7.69.1-r3) 00:41:20 (5/5) Installing dumb-init (1.2.2-r1) 00:41:20 Executing busybox-1.31.1-r19.trigger 00:41:20 (2/2) Installing dumb-init (1.2.2-r1) 00:41:20 Executing busybox-1.31.1-r19.trigger 00:41:20 Executing ca-certificates-20191127-r4.trigger 00:41:20 Executing ca-certificates-20191127-r4.trigger 00:41:20 OK: 7 MiB in 19 packages 00:41:20 OK: 6 MiB in 16 packages 00:41:23 Removing intermediate container c140c133e714 00:41:23 ---> 6ba505a0feef 00:41:23 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:41:23 Removing intermediate container 6ba604493ae2 00:41:23 ---> c422e4afe003 00:41:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:41:24 ---> Running in 2edd97a2bac8 00:41:24 ---> Running in 17f604836a41 00:41:24 Removing intermediate container 42fe3cac1155 00:41:24 ---> 452a16f84601 00:41:24 00:41:24 Step 10/23 : FROM alpine:3.12 00:41:24 ---> 389fef711851 00:41:24 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:41:24 ---> Using cache 00:41:24 ---> 500d4f3cf4da 00:41:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:41:24 ---> Using cache 00:41:24 ---> 1a0c2762cec0 00:41:24 Step 13/23 : ENV APP_PORT=48081 00:41:24 ---> Running in ed1db43d44ca 00:41:24 Removing intermediate container 2edd97a2bac8 00:41:24 ---> baff00e394f0 00:41:24 Step 13/24 : WORKDIR / 00:41:24 Removing intermediate container 17f604836a41 00:41:24 ---> d3d73a22599d 00:41:24 Step 13/22 : ENV APP_PORT=48060 00:41:25 ---> Running in 9693da089eb7 00:41:25 ---> Running in a67cb1cc0f18 00:41:25 Removing intermediate container ed1db43d44ca 00:41:25 ---> 3f0307f0c4b9 00:41:25 Step 14/23 : EXPOSE $APP_PORT 00:41:25 ---> Running in b1d64357e504 00:41:26 Removing intermediate container 9693da089eb7 00:41:26 ---> 73c4c42bf251 00:41:26 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:41:26 Removing intermediate container a67cb1cc0f18 00:41:26 ---> 308b2031d26b 00:41:26 Step 14/22 : EXPOSE $APP_PORT 00:41:28 ---> d05afe0dca19 00:41: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:41:28 Removing intermediate container b1d64357e504 00:41:28 ---> 8d7951d1bbaa 00:41:28 Step 15/23 : WORKDIR / 00:41:28 ---> Running in 5981e1cb7bca 00:41:28 ---> Running in cbffcea94348 00:41:28 Removing intermediate container d95fa77271f3 00:41:28 ---> 381353a56899 00:41:28 00:41:28 Step 10/23 : FROM alpine:3.12 00:41:28 ---> 389fef711851 00:41:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:41:28 ---> Using cache 00:41:28 ---> 500d4f3cf4da 00:41:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:41:28 ---> Using cache 00:41:28 ---> 1a0c2762cec0 00:41:28 Step 13/23 : ENV APP_PORT=48082 00:41:28 ---> Running in d7f433d7d231 00:41:28 Removing intermediate container 5981e1cb7bca 00:41:28 ---> 62b35504e44d 00:41:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:41:28 ---> a88d14fee942 00:41:28 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:41:28 Removing intermediate container cbffcea94348 00:41:28 ---> e29bab194c00 00:41:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:41:28 Removing intermediate container d7f433d7d231 00:41:28 ---> 48ef240ee7c9 00:41:28 Step 14/23 : EXPOSE $APP_PORT 00:41:29 ---> Running in ef4a41473379 00:41:29 ---> 2fa2e6a56ba9 00:41:29 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:41:29 ---> 4fbf5e329316 00:41:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:41:29 ---> cd5b02093835 00:41:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:41:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.586s coverage: 29.1% of statements 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.219s coverage: 99.0% of statements 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.115s coverage: 100.0% of statements 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:41:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.192s coverage: 100.0% of statements 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:41:29 ok github.com/edgexfoundry/edgex-go/internal/system 0.051s coverage: 0.0% of statements 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.086s coverage: 87.9% of statements 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements 00:41:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.049s coverage: 32.1% of statements 00:41:29 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 00:41:29 Removing intermediate container ef4a41473379 00:41:29 ---> aa245840267f 00:41:29 Step 15/23 : WORKDIR / 00:41:29 ---> Running in 4370aacd8f2a 00:41:29 GO111MODULE=on go vet ./... 00:41:29 Removing intermediate container 4370aacd8f2a 00:41:29 ---> 7c0ef935dcc1 00:41:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:41:30 ---> 21aab2fdacb1 00:41:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:41:30 ---> c05179151636 00:41:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:41:30 ---> 6abbd85870f3 00:41:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:41:30 ---> 5238630c95ca 00:41:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:41:30 ---> 3256ca4ad82e 00:41:30 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:41:30 ---> 904706d599e9 00:41:30 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:41:30 ---> a515f6cbeeee 00:41:30 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:41:30 ---> Running in 84e04ec5eae8 00:41:30 ---> Running in d7c708ba4ef1 00:41:31 ---> c391f64b79fc 00:41:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:41:31 ---> 667ece188f46 00:41: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:41:31 ---> Running in 683e7aa72fac 00:41:31 Removing intermediate container 84e04ec5eae8 00:41:31 ---> 1fa9fa476706 00:41:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:31 Removing intermediate container d7c708ba4ef1 00:41:31 ---> d57e97178540 00:41:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:31 ---> Running in d60787ab4c50 00:41:31 ---> Running in 3cf133f8babd 00:41:31 ---> f09483d39f9f 00:41:31 Step 19/23 : ENTRYPOINT ["/core-command"] 00:41:31 ---> Running in 7da0dc6a7435 00:41:31 Removing intermediate container d60787ab4c50 00:41:31 ---> f6a5ddf675e5 00:41:31 Step 20/22 : LABEL arch=x86_64 00:41:31 Removing intermediate container 3cf133f8babd 00:41:31 ---> 6b909cf88d11 00:41:31 Step 21/23 : LABEL arch=x86_64 00:41:32 ---> Running in 4349704e8b30 00:41:32 ---> Running in 19a5ae8d6479 00:41:32 Removing intermediate container 7da0dc6a7435 00:41:32 ---> 9c3174401c99 00:41:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:32 ---> Running in ad0036d5fd18 00:41:32 Removing intermediate container 4349704e8b30 00:41:32 ---> 852863493c01 00:41:32 Step 21/22 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 00:41:32 Removing intermediate container 19a5ae8d6479 00:41:32 ---> f96ba9d57438 00:41:32 Step 22/23 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 00:41:32 ---> Running in d23be3c68754 00:41:32 Removing intermediate container ad0036d5fd18 00:41:32 ---> 144a2d1cf6e9 00:41:32 Step 21/23 : LABEL arch=x86_64 00:41:33 ---> Running in f987d68a8405 00:41:33 ---> Running in a27fd72945d3 00:41:33 Removing intermediate container d23be3c68754 00:41:33 ---> c58fdc809bdf 00:41:33 Step 22/22 : LABEL version=0.0.0 00:41:33 Removing intermediate container 683e7aa72fac 00:41:33 ---> dc56b1b28dc4 00:41:33 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:41:33 Removing intermediate container f987d68a8405 00:41:33 ---> 319145141e21 00:41:33 Step 23/23 : LABEL version=0.0.0 00:41:33 ---> Running in 02c2ff62d5a8 00:41:33 ---> Running in 06773b1ec7c0 00:41:33 Removing intermediate container a27fd72945d3 00:41:33 ---> 2d084cbb1692 00:41:33 Step 22/23 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 00:41:33 ---> Running in d2195784e064 00:41:34 ---> Running in 18b060bf7307 00:41:34 Removing intermediate container 02c2ff62d5a8 00:41:34 ---> 72baaa99b193 00:41:34 00:41:34 Removing intermediate container 06773b1ec7c0 00:41:34 ---> 9d09b78f58f7 00:41:34 Step 22/24 : LABEL arch=x86_64 00:41:34 Removing intermediate container d2195784e064 00:41:34 ---> 603c44ab4c51 00:41:34 00:41:34 Successfully built 72baaa99b193 00:41:34 ---> Running in 71097c17fbd5 00:41:34 Successfully tagged docker-support-notifications-go:latest 00:41:34  Building docker-support-notifications-go ... done Removing intermediate container 18b060bf7307 00:41:34 ---> a249aa3884a5 00:41:34 Step 23/23 : LABEL version=0.0.0 00:41:34 Successfully built 603c44ab4c51 00:41:34 Successfully tagged docker-core-metadata-go:latest 00:41:34  Building docker-core-metadata-go ... done  ---> Running in baa6bd2ed2d0 00:41:34 Removing intermediate container 71097c17fbd5 00:41:34 ---> 57e61d2f1194 00:41:34 Step 23/24 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 00:41:34 ---> Running in 9e272793ab5e 00:41:34 Removing intermediate container baa6bd2ed2d0 00:41:34 ---> 219632366da2 00:41:34 00:41:35 Removing intermediate container 9e272793ab5e 00:41:35 ---> 51511e40246d 00:41:35 Step 24/24 : LABEL version=0.0.0 00:41:35 Successfully built 219632366da2 00:41:35 Successfully tagged docker-core-command-go:latest 00:41:35  Building docker-core-command-go ... done  ---> Running in 411dd2ca1e4a 00:41:35 Removing intermediate container 411dd2ca1e4a 00:41:35 ---> 38d60902eb3e 00:41:35 00:41:35 Successfully built 38d60902eb3e 00:41:35 Successfully tagged docker-security-secretstore-setup-go:latest 00:41:35  Building docker-security-secretstore-setup-go ... done  [Pipeline] } 00:41:35 $ docker stop --time=1 9f4788eb373999cfc1e0735cbf5e9e9c0d7552ae0d9b6e024123d53fb17926e1 00:41:37 $ docker rm -f 9f4788eb373999cfc1e0735cbf5e9e9c0d7552ae0d9b6e024123d53fb17926e1 [Pipeline] // withDockerContainer [Pipeline] sh 00:41:38 + docker images 00:41:38 + grep docker 00:41:38 docker-security-secretstore-setup-go latest 38d60902eb3e 3 seconds ago 24.6MB 00:41:38 docker-core-metadata-go latest 603c44ab4c51 4 seconds ago 18.8MB 00:41:38 docker-core-command-go latest 219632366da2 4 seconds ago 16.9MB 00:41:38 docker-support-notifications-go latest 72baaa99b193 5 seconds ago 17.6MB 00:41:38 docker-sys-mgmt-agent-go latest 5a02269ed6d1 53 seconds ago 313MB 00:41:38 docker-security-bootstrapper-go latest 59325d7f5c84 About a minute ago 23.8MB 00:41:38 docker-core-data-go latest 2490c50ac807 About a minute ago 22.3MB 00:41:38 docker-security-proxy-setup-go latest 4f29ce739a62 2 minutes ago 24.4MB 00:41:38 docker-support-scheduler-go latest aead0ebd080d 2 minutes ago 17MB 00:41:38 docker 20.10.0 aefe523efa57 8 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:41:54 Still waiting to schedule task 00:41:54 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-25377’ 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:52 + ls -al . 00:42:52 total 724 00:42:52 drwxrwxr-x 9 1001 1001 4096 Feb 7 00:42 . 00:42:52 drwxr-xr-x 4 root root 4096 Feb 7 00:38 .. 00:42:52 -rw-rw-r-- 1 1001 1001 11 Feb 7 00:36 .dockerignore 00:42:52 drwxrwxr-x 8 1001 1001 4096 Feb 7 00:36 .git 00:42:52 drwxrwxr-x 3 1001 1001 4096 Feb 7 00:36 .github 00:42:52 -rw-rw-r-- 1 1001 1001 872 Feb 7 00:36 .gitignore 00:42:52 -rw-rw-r-- 1 1001 1001 166 Feb 7 00:36 .sonarcloud.properties 00:42:52 -rw-rw-r-- 1 1001 1001 7859 Feb 7 00:36 Attribution.txt 00:42:52 -rw-rw-r-- 1 1001 1001 3804 Feb 7 00:36 CONTRIBUTING.md 00:42:52 -rw-rw-r-- 1 1001 1001 931 Feb 7 00:36 Dockerfile.build 00:42:52 -rw-rw-r-- 1 1001 1001 863 Feb 7 00:36 Jenkinsfile 00:42:52 -rw-rw-r-- 1 1001 1001 10775 Feb 7 00:36 LICENSE 00:42:52 -rw-rw-r-- 1 1001 1001 6001 Feb 7 00:36 Makefile 00:42:52 -rw-rw-r-- 1 1001 1001 6524 Feb 7 00:36 README.md 00:42:52 -rw-rw-r-- 1 1001 1001 6755 Feb 7 00:36 SECURITY.md 00:42:52 -rw-rw-r-- 1 1001 1001 5 Feb 7 00:32 VERSION 00:42:52 -rw-rw-r-- 1 1001 1001 4131 Feb 7 00:36 ZMQWindows.md 00:42:52 drwxrwxr-x 2 1001 1001 4096 Feb 7 00:36 bin 00:42:52 drwxrwxr-x 15 1001 1001 4096 Feb 7 00:36 cmd 00:42:52 -rw-r--r-- 1 root root 590503 Feb 7 00:41 coverage.out 00:42:52 -rw-r--r-- 1 root root 1054 Feb 7 00:42 go.mod 00:42:52 -rw-r--r-- 1 root root 19290 Feb 7 00:42 go.sum 00:42:52 drwxrwxr-x 8 1001 1001 4096 Feb 7 00:36 internal 00:42:52 drwxrwxr-x 4 1001 1001 4096 Feb 7 00:36 openapi 00:42:52 drwxrwxr-x 4 1001 1001 4096 Feb 7 00:36 snap 00:42:52 -rw-rw-r-- 1 1001 1001 168 Feb 7 00:36 version.go [Pipeline] sh 00:42:52 + '[' -e coverage.out ] 00:42:52 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:52 Warning: overwriting stash ‘coverage-report’ 00:42:53 Stashed 1 file(s) [Pipeline] sh 00:42:54 + make build 00:42:54 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:04 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:31 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:31 Running on prd-ubuntu18.04-docker-8c-8g-25380 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:43:31 Running in /w/workspace/edgex-go/59 [Pipeline] { [Pipeline] checkout 00:43:34 using credential edgex-jenkins-ssh 00:43:34 Cloning the remote Git repository 00:43:34 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:43:34 > git init /w/workspace/edgex-go/59 # timeout=10 00:43:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:43:34 > git --version # timeout=10 00:43:34 > git --version # 'git version 2.17.1' 00:43:34 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:36 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:48 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:52 Merging remotes/origin/master commit 27e67a26db9587a799bf14cca6c65a65d4396aa9 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:43:53 Merge succeeded, producing 6850b85b41054dbd4f209c7c38d82fad9e601b91 00:43:53 Checking out Revision 6850b85b41054dbd4f209c7c38d82fad9e601b91 (PR-2858) 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:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:43:52 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:43:52 > git config core.sparsecheckout # timeout=10 00:43:52 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:43:53 > git remote # timeout=10 00:43:53 > git config --get remote.origin.url # timeout=10 00:43:53 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:53 > git merge 27e67a26db9587a799bf14cca6c65a65d4396aa9 # timeout=10 00:43:53 > git rev-parse HEAD^{commit} # timeout=10 00:43:53 > git config core.sparsecheckout # timeout=10 00:43:53 > git checkout -f 6850b85b41054dbd4f209c7c38d82fad9e601b91 # timeout=10 00:43:57 Commit message: "Merge commit '27e67a26db9587a799bf14cca6c65a65d4396aa9' into HEAD" 00:43:57 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 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:43:57 > git rev-list --no-walk 2b5a858accb71dd25b37634092f458ed29d8f943 # timeout=10 00:43:58 + echo snap-build.sh 00:43:58 snap-build.sh 00:43:58 + SNAP_BASE_DIR=. 00:43:58 + '[' '!' -z /w/workspace/edgex-go/59 ']' 00:43:58 + SNAP_BASE_DIR=/w/workspace/edgex-go/59 00:43:58 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/59]' 00:43:58 [snap-build] Building snap in dir [/w/workspace/edgex-go/59] 00:43:58 + cd /w/workspace/edgex-go/59 00:43:58 + sudo apt-get remove -qy --purge lxd lxd-client 00:43:58 Reading package lists... 00:43:58 Building dependency tree... 00:43:58 Reading state information... 00:43:58 The following packages were automatically installed and are no longer required: 00:43:58 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:43:58 uidmap xdelta3 00:43:58 Use 'sudo apt autoremove' to remove them. 00:43:58 The following packages will be REMOVED: 00:43:58 lxd* lxd-client* 00:43:59 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:43:59 After this operation, 31.7 MB disk space will be freed. 00:44:00 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:44:00 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:44:02 Removing lxd dnsmasq configuration 00:44:02 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:44:02 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:44:03 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:03 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:44:04 (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:44:04 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:44:06 Processing triggers for systemd (237-3ubuntu10.42) ... 00:44:06 Processing triggers for ureadahead (0.100.0-21) ... 00:44:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:44:08 + sudo snap remove --purge lxd 00:44:08 snap "lxd" is not installed 00:44:08 + sudo groupadd --force --system lxd 00:44:08 ++ whoami 00:44:08 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:44:08 + newgrp - lxd 00:44:08 + sudo snap install lxd 00:44:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:44:16 2021-02-07T00:44:13Z INFO Waiting for automatic snapd restart... 00:44:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:44:21 $ docker stop --time=1 87a6ce5e2c6802ce186ec892bd0d94e830535c9cde4a081afd6633858a604d08 00:44:24 $ docker rm -f 87a6ce5e2c6802ce186ec892bd0d94e830535c9cde4a081afd6633858a604d08 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:26 00:44:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:27 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:27 29e5d40040c1: Pulling fs layer 00:44:27 1ce36da41761: Pulling fs layer 00:44:27 25b303627fd3: Pulling fs layer 00:44:27 29e5d40040c1: Verifying Checksum 00:44:27 29e5d40040c1: Download complete 00:44:28 1ce36da41761: Verifying Checksum 00:44:28 1ce36da41761: Download complete 00:44:28 29e5d40040c1: Pull complete 00:44:29 1ce36da41761: Pull complete 00:44:30 25b303627fd3: Verifying Checksum 00:44:30 25b303627fd3: Download complete 00:44:38 lxd 4.10 from Canonical* installed 00:44:38 + sudo lxd init --auto 00:44:40 25b303627fd3: Pull complete 00:44:40 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:44:40 prd-ubuntu18.04-docker-arm64-4c-16g-25374 does not seem to be running inside a container 00:44:40 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/59 -v /w/workspace/edgex-go/59:/w/workspace/edgex-go/59:rw,z -v /w/workspace/edgex-go/59@tmp:/w/workspace/edgex-go/59@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:43 $ docker top 89ea91e6f72304447e66fe6f432dbaa0684750891b36fab519f27140cf36bb73 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:44 + docker-compose build --help 00:44:44 + grep parallel 00:44:44 + sudo snap install --classic snapcraft 00:44:50 --parallel Build images in parallel. [Pipeline] } 00:44:50 $ docker stop --time=1 89ea91e6f72304447e66fe6f432dbaa0684750891b36fab519f27140cf36bb73 00:44:52 $ docker rm -f 89ea91e6f72304447e66fe6f432dbaa0684750891b36fab519f27140cf36bb73 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:53 snapcraft 4.4.4 from Canonical* installed 00:44:53 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:44:53 + patch --verbose -p1 00:44:53 Hmm... Looks like a unified diff to me... 00:44:53 The text leading up to this was: 00:44:53 -------------------------- 00:44:53 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:44:53 |From: Tony Espy 00:44:53 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:44:53 |Subject: [PATCH] optimize snap build for pipeline CI check 00:44:53 | 00:44:53 |This patch is used by the EdgeX CI pipeline builds to 00:44:53 |optimize the snap CI check run for pull requests. When 00:44:53 |applied, it essentially strips out everything (apps and 00:44:53 |parts) from the snapcraft.yaml file except those required 00:44:53 |to build edgex-go, as the whole idea of the CI check is to 00:44:53 |catch changes to edgex-go that break the snap build. 00:44:53 | 00:44:53 |In general, anyone updating snapcraft.yaml will also need 00:44:53 |to update this patch file, otherwise it may fail to apply, 00:44:53 |resulting in a failed snap build CI check in the associated 00:44:53 |pull request. 00:44:53 | 00:44:53 |Note - in addition to applying this patch, the pipeline also 00:44:53 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:44:53 |need to build the finally binary .snap file (and it won't 00:44:53 |work with the patch applied). This further reduces the build 00:44:53 |time. 00:44:53 |--- 00:44:53 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:44:53 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:44:53 | 00:44:53 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:44:53 |index 1e537489..faf42425 100644 00:44:53 |--- a/snap/snapcraft.yaml 00:44:53 |+++ b/snap/snapcraft.yaml 00:44:53 -------------------------- 00:44:53 patching file snap/snapcraft.yaml 00:44:53 Using Plan A... 00:44:53 Hunk #1 succeeded at 73. 00:44:53 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 00:44:53 Hunk #3 succeeded at 214 (offset -1 lines). 00:44:53 Hunk #4 FAILED at 223. 00:44:53 Hunk #5 succeeded at 300. 00:44:53 Hunk #6 succeeded at 327. 00:44:53 Hunk #7 succeeded at 361. 00:44:53 Hunk #8 FAILED at 412. 00:44:53 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:44:53 Hmm... Ignoring the trailing garbage. 00:44:53 done [Pipeline] } 00:44:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:53 . [Pipeline] // withEnv [Pipeline] } [Pipeline] withDockerContainer 00:44:53 prd-ubuntu18.04-docker-arm64-4c-16g-25374 does not seem to be running inside a container 00:44:53 $ 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/59 -v /w/workspace/edgex-go/59:/w/workspace/edgex-go/59:rw,z -v /w/workspace/edgex-go/59@tmp:/w/workspace/edgex-go/59@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:54 $ docker top 66b9fc882f59eac3e186b45eacf819f930f129fd2e3e21b33c1bb12a2e074a9f -eo pid,comm [Pipeline] { [Pipeline] // ws [Pipeline] } [Pipeline] sh [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:44:55 Failed in branch amd64 00:44:56 + docker-compose -f ./docker-compose-build.yml build --parallel 00:45:01 Building docker-core-command-go ... 00:45:01 Building docker-core-data-go ... 00:45:01 Building docker-core-metadata-go ... 00:45:01 Building docker-security-bootstrapper-go ... 00:45:01 Building docker-security-proxy-setup-go ... 00:45:01 Building docker-security-secretstore-setup-go ... 00:45:01 Building docker-support-notifications-go ... 00:45:01 Building docker-support-scheduler-go ... 00:45:01 Building docker-sys-mgmt-agent-go ... 00:45:01 Building docker-support-notifications-go 00:45:01 Building docker-security-secretstore-setup-go 00:45:01 Building docker-core-command-go 00:45:01 Building docker-security-proxy-setup-go 00:45:01 Building docker-core-data-go 00:46:23 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:23 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:46:23 ---> 0fbf5df165a1 00:46:23 Step 3/21 : WORKDIR /edgex-go 00:46:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:23 ---> 0fbf5df165a1 00:46:23 Step 3/23 : WORKDIR /edgex-go 00:46:23 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:46:23 ---> 0fbf5df165a1 00:46:23 Step 3/24 : WORKDIR /edgex-go 00:46:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:23 ---> 0fbf5df165a1 00:46:23 Step 3/23 : WORKDIR /edgex-go 00:46:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:23 ---> 0fbf5df165a1 00:46:23 Step 3/22 : WORKDIR /edgex-go 00:46:23 ---> Running in e4851baeb981 00:46:23 ---> Running in 7e30e9c317e3 00:46:23 ---> Running in c2b7bc68fa56 00:46:23 ---> Running in 4f5b73092477 00:46:23 ---> Running in 2c6617f0d302 00:46:23 Removing intermediate container c2b7bc68fa56 00:46:23 ---> 1e1f28cc6374 00:46:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container e4851baeb981 00:46:23 00:46:23 ---> d84f80121636 00:46:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:23 Removing intermediate container 4f5b73092477 00:46:23 ---> 2d3f9d5143db 00:46:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:23 Removing intermediate container 2c6617f0d302 00:46:23 ---> 9d716db50c1b 00:46:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:23 Removing intermediate container 7e30e9c317e3 00:46:23 ---> ed3c5c1cf501 00:46:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:23 ---> Running in 873321d03739 00:46:23 ---> Running in 09190b84e19c 00:46:23 ---> Running in ee31c261c3a0 00:46:23 ---> Running in a125970568d2 00:46:23 ---> Running in ca720d437ce7 00:46:23 Removing intermediate container 873321d03739 00:46:23 ---> 536fa351bd54 00:46:23 Step 5/21 : RUN apk add --update --no-cache make git 00:46:23 ---> Running in 28053838a612 00:46:23 Removing intermediate container a125970568d2 00:46:23 ---> 8e9dafbb69de 00:46:23 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:46:24 ---> Running in f3d6ec3f9867 00:46:24 Removing intermediate container ee31c261c3a0 00:46:24 ---> 01af359cf40d 00:46:24 Step 5/23 : RUN apk add --update --no-cache make git 00:46:24 Removing intermediate container 09190b84e19c 00:46:24 ---> 2b3ce4263a75 00:46:24 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:46:24 Removing intermediate container ca720d437ce7 00:46:24 ---> 145fe95b6693 00:46:24 Step 5/24 : RUN apk add --update --no-cache make git 00:46:24 ---> Running in ab06521a78a8 00:46:24 ---> Running in 0790b1e15eb1 00:46:24 ---> Running in 991b8cb22688 00:46:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:27 OK: 217 MiB in 51 packages 00:46:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:27 OK: 217 MiB in 51 packages 00:46:28 OK: 217 MiB in 51 packages 00:46:28 Removing intermediate container 28053838a612 00:46:28 ---> 5ee8f0099dbc 00:46:28 Step 6/21 : COPY go.mod . 00:46:28 OK: 217 MiB in 51 packages 00:46:28 OK: 217 MiB in 51 packages 00:46:29 Removing intermediate container f3d6ec3f9867 00:46:29 ---> 7fe64430950e 00:46:29 Step 6/22 : COPY go.mod . 00:46:30 ---> 44c23dfaafad 00:46:30 Step 7/21 : RUN go mod download 00:46:30 Removing intermediate container 0790b1e15eb1 00:46:30 ---> 4f003ce7c3ba 00:46:30 Step 6/23 : COPY go.mod . 00:46:31 ---> Running in f9788f84ea4c 00:46:31 ---> a06f18048648 00:46:31 Step 7/22 : RUN go mod download 00:46:31 Removing intermediate container 991b8cb22688 00:46:31 ---> b4616a89e2e4 00:46:31 Step 6/24 : COPY go.mod . 00:46:31 Removing intermediate container ab06521a78a8 00:46:31 ---> 9cfdb7b02860 00:46:31 Step 6/23 : COPY go.mod . 00:46:31 ---> Running in bb2d79fd5b28 00:46:31 ---> 71c37935259e 00:46:31 Step 7/23 : RUN go mod download 00:46:32 ---> Running in 14495cab5475 00:46:32 ---> a658324e5874 00:46:32 Step 7/23 : RUN go mod download 00:46:32 ---> eb221055578d 00:46:32 Step 7/24 : RUN go mod download 00:46:33 ---> Running in 5bcfe86c3b16 00:46:33 ---> Running in acd903f848c6 00:46:36 Removing intermediate container f9788f84ea4c 00:46:36 ---> 4feee7835021 00:46:36 Step 8/21 : COPY . . 00:46:36 Removing intermediate container bb2d79fd5b28 00:46:36 ---> e95803fda86d 00:46:36 Step 8/22 : COPY . . 00:46:39 Removing intermediate container 14495cab5475 00:46:39 ---> d9b740695ae0 00:46:39 Step 8/23 : COPY . . 00:46:39 Removing intermediate container 5bcfe86c3b16 00:46:39 ---> ba38998f508f 00:46:39 Step 8/23 : COPY . . 00:46:40 Removing intermediate container acd903f848c6 00:46:40 ---> 6ec01ad6afe7 00:46:40 Step 8/24 : COPY . . 00:47:07 ---> 0d59b4339f96 00:47:07 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:47:07 ---> a980b70063ca 00:47:07 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:47:07 ---> 9d06ef10887e 00:47:07 Step 9/23 : RUN make cmd/core-command/core-command 00:47:07 ---> e54758d5623f 00:47:07 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:47:07 ---> 8ef1b1497c51 00:47:07 Step 9/23 : RUN make cmd/core-data/core-data 00:47:07 ---> Running in ccb80b981298 00:47:07 ---> Running in ccad386ea3b4 00:47:07 ---> Running in cff59bd4da93 00:47:07 ---> Running in a838a2ca5fc4 00:47:07 ---> Running in f3cb94380356 00:47:07 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: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:47:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:47:07 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: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:48:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:48:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:48:56 Removing intermediate container f3cb94380356 00:48:56 ---> 29cf569ad7da 00:48:56 00:48:56 Step 10/24 : FROM alpine:3.12 00:48:56 3.12: Pulling from library/alpine 00:48:56 Removing intermediate container cff59bd4da93 00:48:56 ---> 51d8bf9bf49d 00:48:56 00:48:56 Step 10/21 : FROM alpine:3.12 00:48:56 3.12: Pulling from library/alpine 00:48:56 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:48:56 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:48:56 Status: Downloaded newer image for alpine:3.12 00:48:56 ---> afeebe901d6b 00:48:56 Step 11/21 : RUN apk add --update --no-cache curl 00:48:56 Status: Image is up to date for alpine:3.12 00:48:56 ---> afeebe901d6b 00:48:56 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:48:56 ---> Running in 8f1434877261 00:48:56 ---> Running in ef009487cb28 00:48:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:00 (1/4) Installing ca-certificates (20191127-r4) 00:49:00 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:49:00 (3/4) Installing libcurl (7.69.1-r3) 00:49:00 (4/4) Installing curl (7.69.1-r3) 00:49:00 Executing busybox-1.31.1-r19.trigger 00:49:00 Executing ca-certificates-20191127-r4.trigger 00:49:00 (1/5) Installing ca-certificates (20191127-r4) 00:49:00 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:49:00 (3/5) Installing libcurl (7.69.1-r3) 00:49:00 (4/5) Installing curl (7.69.1-r3) 00:49:00 (5/5) Installing dumb-init (1.2.2-r1) 00:49:00 Executing busybox-1.31.1-r19.trigger 00:49:00 Executing ca-certificates-20191127-r4.trigger 00:49:00 OK: 7 MiB in 18 packages 00:49:00 OK: 7 MiB in 19 packages 00:49:04 Removing intermediate container 8f1434877261 00:49:04 ---> e4161e2286c2 00:49:04 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:04 ---> Running in 347c28ed7ccc 00:49:04 Removing intermediate container ef009487cb28 00:49:04 ---> 3935e718c4c4 00:49:04 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:04 ---> Running in baa70460ba57 00:49:04 Removing intermediate container 347c28ed7ccc 00:49:04 ---> 928ff8967b0e 00:49:04 Step 13/21 : WORKDIR /edgex 00:49:05 ---> Running in 36e41ac63422 00:49:05 Removing intermediate container baa70460ba57 00:49:05 ---> b0ced44d91e8 00:49:05 Step 13/24 : WORKDIR / 00:49:06 ---> Running in 59d61bdb6625 00:49:07 Removing intermediate container 36e41ac63422 00:49:07 ---> d92420c721f8 00:49:07 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:49:07 Removing intermediate container 59d61bdb6625 00:49:07 ---> 247e39d2bbe6 00:49:07 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:09 ---> 985b533dacb7 00:49:09 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:49:09 ---> aa37053d73d1 00:49:09 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:12 ---> 5a658387396e 00:49:12 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:49:12 Removing intermediate container ccad386ea3b4 00:49:12 ---> 121517bfe8b1 00:49:12 00:49:12 Step 10/23 : FROM alpine:3.12 00:49:12 ---> afeebe901d6b 00:49:12 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:49:12 ---> 0988830a5362 00:49:12 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:49:12 ---> Running in d1350c32ff97 00:49:13 ---> d547da8b67d9 00:49:13 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:49:14 Removing intermediate container ccb80b981298 00:49:14 ---> 9d4f63f26dfd 00:49:14 00:49:14 Step 10/22 : FROM alpine:3.12 00:49:14 ---> afeebe901d6b 00:49:14 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:49:14 ---> Running in 7997204df500 00:49:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:14 ---> 38d381d2522b 00:49:14 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:49:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:15 ---> Running in cdb752474b3b 00:49:15 ---> c1cbd683d079 00:49:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:49:15 (1/1) Installing dumb-init (1.2.2-r1) 00:49:15 Executing busybox-1.31.1-r19.trigger 00:49:15 OK: 5 MiB in 15 packages 00:49:16 Removing intermediate container cdb752474b3b 00:49:16 ---> 039d1c7401b0 00:49:16 Step 18/21 : CMD ["--init=true"] 00:49:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:16 ---> Running in c811d1167516 00:49:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:17 (1/2) Installing ca-certificates (20191127-r4) 00:49:17 (2/2) Installing dumb-init (1.2.2-r1) 00:49:17 Executing busybox-1.31.1-r19.trigger 00:49:17 Executing ca-certificates-20191127-r4.trigger 00:49:17 ---> 68b3315eb43f 00:49:17 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:49:17 OK: 6 MiB in 16 packages 00:49:17 Removing intermediate container c811d1167516 00:49:17 ---> c70763368016 00:49:18 Step 19/21 : LABEL arch=arm64 00:49:18 Removing intermediate container d1350c32ff97 00:49:18 ---> d30765c60046 00:49:18 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:18 ---> Running in 7492e683df67 00:49:18 ---> Running in 7e3fac358826 00:49:19 ---> 7ee9c295f858 00:49:19 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:19 Removing intermediate container 7492e683df67 00:49:19 ---> 513321997737 00:49:19 Step 13/23 : ENV APP_PORT=48082 00:49:19 Removing intermediate container 7e3fac358826 00:49:19 ---> cfa952012050 00:49:19 Step 20/21 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 00:49:19 ---> Running in 72b65e77b66d 00:49:19 ---> Running in b59571ffe608 00:49:19 ---> Running in a69dd81bf5e1 00:49:20 Removing intermediate container b59571ffe608 00:49:20 ---> 15e8950c3c5b 00:49:20 Step 14/23 : EXPOSE $APP_PORT 00:49:20 Removing intermediate container 7997204df500 00:49:20 ---> 75bb27fd6be6 00:49:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:49:20 ---> Running in d3cfecd483b9 00:49:20 ---> Running in 407bd069cd29 00:49:20 Removing intermediate container a69dd81bf5e1 00:49:20 ---> 7cfe15f3a1db 00:49:20 Step 21/21 : LABEL version=0.0.0 00:49:21 ---> Running in c1a47d0afdd9 00:49:21 Removing intermediate container 407bd069cd29 00:49:21 ---> 73b11a5c3321 00:49:21 Step 15/23 : WORKDIR / 00:49:21 Removing intermediate container d3cfecd483b9 00:49:21 ---> 51c352be0212 00:49:21 Step 13/22 : ENV APP_PORT=48060 00:49:21 ---> Running in 99dc73022f71 00:49:21 ---> Running in 359417f3164e 00:49:21 Removing intermediate container c1a47d0afdd9 00:49:21 ---> bfa5698df497 00:49:21 00:49:22 Removing intermediate container 99dc73022f71 00:49:22 ---> b022eaf5a73a 00:49:22 Step 14/22 : EXPOSE $APP_PORT 00:49:22 Removing intermediate container 359417f3164e 00:49:22 ---> 9fc5af7b7886 00:49:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:22 ---> Running in 269baa22007e 00:49:22 Successfully built bfa5698df497 00:49:22 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:49:22  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 00:49:22 Removing intermediate container 72b65e77b66d 00:49:22 ---> ccf7bac845c4 00:49:22 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:49:23 ---> Running in 321a77e39b53 00:49:23 Removing intermediate container 269baa22007e 00:49:23 ---> ad3996db318a 00:49:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:23 ---> a3fd52b5358e 00:49:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:49:23 Removing intermediate container 321a77e39b53 00:49:23 ---> c69113b4443c 00:49:23 Step 22/24 : LABEL arch=arm64 00:49:24 ---> Running in 2914badd6951 00:49:25 ---> b0ea2ef7e78c 00:49:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:49:27 ---> a01d69fcfdb4 00:49:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:27 Removing intermediate container 2914badd6951 00:49:27 ---> 6217c309a947 00:49:27 Step 23/24 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 00:49:28 Removing intermediate container a838a2ca5fc4 00:49:28 ---> 65acfa8f473e 00:49:28 00:49:28 Step 10/23 : FROM alpine:3.12 00:49:28 ---> afeebe901d6b 00:49:28 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:28 ---> 4cd5ba8ae75e 00:49:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:49:28 ---> Running in d322cfc7456d 00:49:29 ---> Running in 355d30cde7e0 00:49:29 ---> 1567d8134e6e 00:49:29 Step 19/23 : ENTRYPOINT ["/core-command"] 00:49:29 Removing intermediate container d322cfc7456d 00:49:29 ---> 503a2685fd13 00:49:29 Step 24/24 : LABEL version=0.0.0 00:49:29 ---> 0456879a1354 00:49:29 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:49:29 ---> Running in 4f72c088dfcc 00:49:29 ---> Running in 99e67cf4c7f5 00:49:29 ---> Running in 2afbfa7a9175 00:49:29 Removing intermediate container 355d30cde7e0 00:49:29 ---> 8182ecb24b98 00:49:29 Step 12/23 : ENV APP_PORT=48080 00:49:30 ---> Running in 1638d18512f4 00:49:30 Removing intermediate container 4f72c088dfcc 00:49:30 ---> f0c1122780b6 00:49:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:30 Removing intermediate container 2afbfa7a9175 00:49:30 ---> 34b882c5c6aa 00:49:30 00:49:30 ---> Running in 00caf1be6c29 00:49:30 Removing intermediate container 99e67cf4c7f5 00:49:30 ---> 1a1137c46546 00:49:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:31 ---> Running in 5d7a1fb95c15 00:49:31 Removing intermediate container 1638d18512f4 00:49:31 ---> d1d08bcb7024 00:49:31 Step 13/23 : EXPOSE $APP_PORT 00:49:31 Successfully built 34b882c5c6aa 00:49:31 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:49:31  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 00:49:31 Removing intermediate container 00caf1be6c29 00:49:31 ---> f7f5240e28a4 00:49:31 Step 21/23 : LABEL arch=arm64 00:49:31 ---> Running in f93a4708b8a7 00:49:31 ---> Running in 338ebd314c74 00:49:31 Removing intermediate container 5d7a1fb95c15 00:49:31 ---> 23a628e85858 00:49:31 Step 20/22 : LABEL arch=arm64 00:49:31 Removing intermediate container f93a4708b8a7 00:49:31 ---> eca4617e8f06 00:49:31 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:32 ---> Running in fe7e06b6d880 00:49:32 Removing intermediate container 338ebd314c74 00:49:32 ---> c0eb01016664 00:49:32 Step 22/23 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 00:49:32 ---> Running in e45b6eeefb20 00:49:32 ---> Running in 59c183df37ea 00:49:32 Removing intermediate container fe7e06b6d880 00:49:32 ---> 25d93580d9d5 00:49:32 Step 21/22 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 00:49:33 ---> Running in 75b97c099f47 00:49:34 Removing intermediate container 59c183df37ea 00:49:34 ---> 24792f741c2b 00:49:34 Step 23/23 : LABEL version=0.0.0 00:49:34 Removing intermediate container 75b97c099f47 00:49:34 ---> b707e44ea98e 00:49:34 Step 22/22 : LABEL version=0.0.0 00:49:35 ---> Running in c1596b82550a 00:49:35 ---> Running in d1befe540092 00:49:36 Removing intermediate container c1596b82550a 00:49:36 ---> 1028cfdb2ee3 00:49:36 00:49:36 Successfully built 1028cfdb2ee3 00:49:36 Removing intermediate container d1befe540092 00:49:36 ---> 1b7117808859 00:49:36 00:49:36 Successfully tagged docker-core-command-go-arm64:latest 00:49:36 Building docker-support-scheduler-go 00:49:36  Building docker-core-command-go ... done Removing intermediate container e45b6eeefb20 00:49:36 ---> 5f456ab3bfd4 00:49:36 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:49:37 Successfully built 1b7117808859 00:49:37 Successfully tagged docker-support-notifications-go-arm64:latest 00:49:37  Building docker-support-notifications-go ... done Building docker-core-metadata-go 00:49:37 ---> Running in c7c1793667d3 00:49:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:41 (1/6) Installing dumb-init (1.2.2-r1) 00:49:41 (2/6) Installing libgcc (9.3.0-r2) 00:49:41 (3/6) Installing libsodium (1.0.18-r0) 00:49:41 (4/6) Installing libstdc++ (9.3.0-r2) 00:49:42 (5/6) Installing libzmq (4.3.3-r0) 00:49:43 (6/6) Installing zeromq (4.3.3-r0) 00:49:43 Executing busybox-1.31.1-r19.trigger 00:49:43 OK: 8 MiB in 20 packages 00:49:47 Removing intermediate container c7c1793667d3 00:49:47 ---> 1e524ecaef08 00:49:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:48 ---> cabe2d950257 00:49:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:49:49 ---> 84450ac68997 00:49:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:49:50 ---> b1e6e844bfd3 00:49:50 Step 19/23 : ENTRYPOINT ["/core-data"] 00:49:51 ---> Running in 48afce467b2f 00:49:52 Removing intermediate container 48afce467b2f 00:49:52 ---> 56eff087806d 00:49:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:52 ---> Running in a14e92f519a9 00:49:54 Removing intermediate container a14e92f519a9 00:49:54 ---> 364a70e8b180 00:49:54 Step 21/23 : LABEL arch=arm64 00:49:54 ---> Running in dcdec8d6a6bc 00:49:55 Removing intermediate container dcdec8d6a6bc 00:49:55 ---> c9288d351a89 00:49:55 Step 22/23 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 00:49:56 ---> Running in ee119407fae0 00:49:57 Removing intermediate container ee119407fae0 00:49:57 ---> 0fb4ac9454b3 00:49:57 Step 23/23 : LABEL version=0.0.0 00:49:57 ---> Running in dc4904a3aa57 00:49:58 Removing intermediate container dc4904a3aa57 00:49:58 ---> 35525ffc1322 00:49:58 00:49:59 Successfully built 35525ffc1322 00:49:59 Successfully tagged docker-core-data-go-arm64:latest 00:49:59  Building docker-core-data-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:59 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:49:59 ---> 0fbf5df165a1 00:49:59 Step 3/31 : WORKDIR /edgex-go 00:49:59 ---> Using cache 00:49:59 ---> 9d716db50c1b 00:49:59 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:59 ---> Using cache 00:49:59 ---> 8e9dafbb69de 00:49:59 Step 5/31 : RUN apk add --update --no-cache make git 00:49:59 ---> Running in f336145e5739 00:50:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:03 OK: 217 MiB in 51 packages 00:50:06 Removing intermediate container f336145e5739 00:50:06 ---> 06ac5ec595d9 00:50:06 Step 6/31 : COPY go.mod . 00:50:08 ---> c690baef35fb 00:50:08 Step 7/31 : RUN go mod download 00:50:08 ---> Running in 4eccf104e56f 00:50:14 Removing intermediate container 4eccf104e56f 00:50:14 ---> f6c220b7d2e4 00:50:14 Step 8/31 : COPY . . 00:50:15 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:15 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:50:15 ---> 0fbf5df165a1 00:50:15 Step 3/26 : WORKDIR /edgex-go 00:50:15 ---> Using cache 00:50:15 ---> 9d716db50c1b 00:50:15 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:15 ---> Using cache 00:50:15 ---> 8e9dafbb69de 00:50:15 Step 5/26 : RUN apk add --update --no-cache make bash git 00:50:18 ---> Running in e2c7f9999a4d 00:50:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:50:19 ---> 0fbf5df165a1 00:50:19 Step 3/22 : WORKDIR /edgex-go 00:50:19 ---> Using cache 00:50:19 ---> 9d716db50c1b 00:50:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:19 ---> Using cache 00:50:19 ---> 8e9dafbb69de 00:50:19 Step 5/22 : RUN apk add --update --no-cache make git 00:50:19 ---> Using cache 00:50:19 ---> 06ac5ec595d9 00:50:19 Step 6/22 : COPY go.mod . 00:50:19 ---> Using cache 00:50:19 ---> c690baef35fb 00:50:19 Step 7/22 : RUN go mod download 00:50:19 ---> Using cache 00:50:19 ---> f6c220b7d2e4 00:50:19 Step 8/22 : COPY . . 00:50:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:19 ---> 0fbf5df165a1 00:50:19 Step 3/23 : WORKDIR /edgex-go 00:50:19 ---> Using cache 00:50:19 ---> 9d716db50c1b 00:50:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:19 ---> Using cache 00:50:19 ---> 8e9dafbb69de 00:50:19 Step 5/23 : RUN apk add --update --no-cache make git 00:50:19 ---> Using cache 00:50:19 ---> 06ac5ec595d9 00:50:19 Step 6/23 : COPY go.mod . 00:50:19 ---> Using cache 00:50:19 ---> c690baef35fb 00:50:19 Step 7/23 : RUN go mod download 00:50:19 ---> Using cache 00:50:19 ---> f6c220b7d2e4 00:50:19 Step 8/23 : COPY . . 00:50:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:21 OK: 217 MiB in 51 packages 00:50:29 Removing intermediate container e2c7f9999a4d 00:50:29 ---> 4c2fab014579 00:50:29 Step 6/26 : COPY go.mod . 00:50:30 ---> 066d47099644 00:50:30 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:50:30 ---> aadd1f9eb4d7 00:50:30 Step 7/26 : RUN go mod download 00:50:31 ---> Running in 569259740afe 00:50:32 ---> Running in 9b7b2834cfe3 00:50:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:50:36 ---> 3d4148cae34b 00:50:36 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:50:36 ---> b14f4ec18bc2 00:50:36 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:50:36 ---> Running in 94d5e6ddbf2e 00:50:37 ---> Running in 157d3ed2dc40 00:50:37 Removing intermediate container 9b7b2834cfe3 00:50:37 ---> fc060ebba3a4 00:50:37 Step 8/26 : COPY . . 00:50:39 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:39 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:58 ---> a65c2525c6da 00:50:58 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:50:58 ---> Running in 840576db5164 00:51:00 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:51:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:52:05 Removing intermediate container 569259740afe 00:52:05 ---> 8598aaa38e29 00:52:05 00:52:05 Step 10/31 : FROM alpine:3.12 00:52:05 ---> afeebe901d6b 00:52:05 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:52:05 ---> Running in 92bb34d7fc24 00:52:05 Removing intermediate container 92bb34d7fc24 00:52:05 ---> ce7cd9709688 00:52:05 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:52:05 ---> Running in e8fc6410e23b 00:52:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:06 (1/2) Installing dumb-init (1.2.2-r1) 00:52:06 (2/2) Installing su-exec (0.2-r1) 00:52:06 Executing busybox-1.31.1-r19.trigger 00:52:06 OK: 5 MiB in 16 packages 00:52:08 Removing intermediate container e8fc6410e23b 00:52:08 ---> e176bbfb46cb 00:52:08 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:52:08 ---> Running in 798318d63fd7 00:52:09 Removing intermediate container 798318d63fd7 00:52:09 ---> ec6d32a4792a 00:52:09 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:52:09 ---> Running in 608c6ef2433d 00:52:10 Removing intermediate container 608c6ef2433d 00:52:10 ---> 1733c30924e2 00:52:10 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:52:11 ---> Running in 0a28d2763429 00:52:13 Removing intermediate container 94d5e6ddbf2e 00:52:13 ---> 894b78f45e19 00:52:13 00:52:13 Step 10/22 : FROM alpine:3.12 00:52:13 ---> afeebe901d6b 00:52:13 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:52:13 ---> Using cache 00:52:13 ---> d30765c60046 00:52:13 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:52:13 ---> Using cache 00:52:13 ---> 513321997737 00:52:13 Step 13/22 : ENV APP_PORT=48085 00:52:13 ---> Running in cc7e4c19e39e 00:52:14 Removing intermediate container cc7e4c19e39e 00:52:14 ---> 06968d3edc80 00:52:14 Step 14/22 : EXPOSE $APP_PORT 00:52:14 ---> Running in 248b858f946a 00:52:14 Removing intermediate container 0a28d2763429 00:52:14 ---> a388b5976432 00:52:14 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:52:14 ---> Running in be3b6c75c8e8 00:52:15 Removing intermediate container 248b858f946a 00:52:15 ---> 61744211ca5c 00:52:15 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:15 Removing intermediate container be3b6c75c8e8 00:52:15 ---> fe88e816825d 00:52:15 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:52:16 ---> 9b335fd5749e 00:52:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:52:17 ---> 8166d6f15810 00:52:17 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:52:17 Removing intermediate container 840576db5164 00:52:17 ---> d8e49ba3ef41 00:52:17 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:52:17 ---> Running in d6bb15d9e841 00:52:17 ---> Running in d2ce9119cc30 00:52:18 ---> c18f302655d0 00:52:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:52:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:52:19 ---> 57a5a143201a 00:52:19 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:52:20 ---> Running in 3a8f057f0fd9 00:52:21 Removing intermediate container 3a8f057f0fd9 00:52:21 ---> e920b8a5d426 00:52:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:21 Removing intermediate container d6bb15d9e841 00:52:21 ---> 492f9a3f000d 00:52:21 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:21 ---> Running in b6799665db8f 00:52:22 Removing intermediate container 157d3ed2dc40 00:52:22 ---> 66b64f46dc21 00:52:22 00:52:22 Step 10/23 : FROM alpine:3.12 00:52:22 ---> afeebe901d6b 00:52:22 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:52:22 ---> Using cache 00:52:22 ---> d30765c60046 00:52:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:52:22 ---> Using cache 00:52:22 ---> 513321997737 00:52:22 Step 13/23 : ENV APP_PORT=48081 00:52:22 ---> Running in b531fa1dffc6 00:52:22 Removing intermediate container b6799665db8f 00:52:22 ---> a1e804ac0216 00:52:22 Step 20/22 : LABEL arch=arm64 00:52:22 ---> 7405ac0f4e6b 00:52:22 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:52:22 ---> Running in e5a99e23402f 00:52:22 Removing intermediate container d2ce9119cc30 00:52:22 ---> cc75dba7b713 00:52:22 00:52:22 Step 11/26 : FROM docker:20.10.0 00:52:22 20.10.0: Pulling from library/docker 00:52:22 Removing intermediate container b531fa1dffc6 00:52:22 ---> 95b3a45ec141 00:52:22 Step 14/23 : EXPOSE $APP_PORT 00:52:23 Removing intermediate container e5a99e23402f 00:52:23 ---> 5e61f59cf1d6 00:52:23 Step 21/22 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 00:52:23 ---> Running in 83830efe453a 00:52:23 ---> Running in a7f39e44c93a 00:52:24 ---> d60510f6f8a4 00:52:24 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:52:24 Removing intermediate container 83830efe453a 00:52:24 ---> 57bca4135342 00:52:24 Step 15/23 : WORKDIR / 00:52:24 Removing intermediate container a7f39e44c93a 00:52:24 ---> 7dfd77c92a3e 00:52:24 Step 22/22 : LABEL version=0.0.0 00:52:25 ---> Running in efeac3f38073 00:52:25 ---> Running in 93e5de74fd64 00:52:25 ---> 190858a0134a 00:52:25 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:52:25 Removing intermediate container efeac3f38073 00:52:25 ---> 9866a32a9afd 00:52:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:26 Removing intermediate container 93e5de74fd64 00:52:26 ---> 6b87c8bb6a52 00:52:26 00:52:26 Successfully built 6b87c8bb6a52 00:52:27 Successfully tagged docker-support-scheduler-go-arm64:latest 00:52:27  Building docker-support-scheduler-go ... done  ---> b18f70a37f6f 00:52:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:52:27 ---> c56586fed366 00:52:27 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:52:29 ---> 86fa523b34ee 00:52:29 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:52:29 ---> 59e157463f57 00:52:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:52:30 ---> Running in a13cc5347e5f 00:52:31 ---> 1a8b5321d29d 00:52:31 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:52:31 Removing intermediate container a13cc5347e5f 00:52:31 ---> a71a9d3da243 00:52:31 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:52:31 ---> Running in 3685671a7ad8 00:52:31 Removing intermediate container 3685671a7ad8 00:52:31 ---> 1117eeeaaf9b 00:52:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:32 ---> 67e1401f71c4 00:52:32 Step 26/31 : RUN chmod +x /entrypoint.sh 00:52:32 ---> Running in ea0433a69c42 00:52:32 ---> Running in 0c747ff48024 00:52:32 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:52:32 Status: Downloaded newer image for docker:20.10.0 00:52:32 ---> eeaf43b92773 00:52:32 Step 12/26 : RUN apk add --no-cache bash 00:52:32 Removing intermediate container ea0433a69c42 00:52:32 ---> 19155e5cb2d3 00:52:32 Step 21/23 : LABEL arch=arm64 00:52:33 ---> Running in 6aad28f8dd7e 00:52:33 ---> Running in a6784abef6b0 00:52:33 Removing intermediate container a6784abef6b0 00:52:33 ---> 8852569c0aae 00:52:33 Step 22/23 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 00:52:33 ---> Running in 881f6430d201 00:52:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:34 Removing intermediate container 881f6430d201 00:52:34 ---> 86d8fb11b347 00:52:34 Step 23/23 : LABEL version=0.0.0 00:52:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:34 ---> Running in 12cbd4becdd4 00:52:34 (1/2) Installing readline (8.0.4-r0) 00:52:34 (2/2) Installing bash (5.0.17-r0) 00:52:34 Executing bash-5.0.17-r0.post-install 00:52:35 Executing busybox-1.31.1-r19.trigger 00:52:35 OK: 12 MiB in 22 packages 00:52:35 Removing intermediate container 12cbd4becdd4 00:52:35 ---> eec712c4be94 00:52:35 00:52:35 Removing intermediate container 0c747ff48024 00:52:35 ---> e99e42dd62db 00:52:35 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:52:35 Successfully built eec712c4be94 00:52:35 Successfully tagged docker-core-metadata-go-arm64:latest 00:52:35  Building docker-core-metadata-go ... done  ---> Running in e492c943b2e6 00:52:36 Removing intermediate container e492c943b2e6 00:52:36 ---> 475fb770de48 00:52:36 Step 28/31 : CMD ["gate"] 00:52:36 Removing intermediate container 6aad28f8dd7e 00:52:36 ---> a38e0bf8e2c8 00:52:36 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:52:36 ---> Running in 05f32568b2c6 00:52:36 ---> Running in 286ea037b98a 00:52:37 Removing intermediate container 05f32568b2c6 00:52:37 ---> c45fedb1a16a 00:52:37 Step 29/31 : LABEL arch=arm64 00:52:37 Removing intermediate container 286ea037b98a 00:52:37 ---> 03108eb0a8f7 00:52:37 Step 14/26 : ENV APP_PORT=48090 00:52:37 ---> Running in b07d5d3248fc 00:52:37 ---> Running in 3435dca1ed4b 00:52:37 Removing intermediate container b07d5d3248fc 00:52:37 ---> cb032e00366d 00:52:37 Step 30/31 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 00:52:38 Removing intermediate container 3435dca1ed4b 00:52:38 ---> 491917b65d92 00:52:38 Step 15/26 : EXPOSE $APP_PORT 00:52:38 ---> Running in 5ccbb20b10d0 00:52:38 ---> Running in 01dc2139048b 00:52:38 Removing intermediate container 5ccbb20b10d0 00:52:38 ---> 533cd734f355 00:52:38 Step 31/31 : LABEL version=0.0.0 00:52:38 Removing intermediate container 01dc2139048b 00:52:38 ---> f438d2f2cd6a 00:52:38 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:52:39 ---> Running in d6b39176e6c0 00:52:40 Removing intermediate container d6b39176e6c0 00:52:40 ---> 6dfaacd68285 00:52:40 00:52:40 ---> 5703de1b4700 00:52:40 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:52:40 Successfully built 6dfaacd68285 00:52:40 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:52:41  Building docker-security-bootstrapper-go ... done  ---> 40e7a1c77e3d 00:52:41 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:52:42 ---> be3c9636e8a4 00:52:42 Step 19/26 : RUN apk --no-cache add py3-pip 00:52:42 ---> Running in c8014f93f119 00:52:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:44 (1/33) Installing libbz2 (1.0.8-r1) 00:52:44 (2/33) Installing expat (2.2.9-r1) 00:52:44 (3/33) Installing libffi (3.3-r2) 00:52:44 (4/33) Installing gdbm (1.13-r1) 00:52:44 (5/33) Installing xz-libs (5.2.5-r0) 00:52:44 (6/33) Installing sqlite-libs (3.32.1-r0) 00:52:44 (7/33) Installing python3 (3.8.5-r0) 00:52:46 (8/33) Installing py3-appdirs (1.4.4-r1) 00:52:46 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:52:46 (10/33) Installing py3-parsing (2.4.7-r0) 00:52:46 (11/33) Installing py3-six (1.15.0-r0) 00:52:46 (12/33) Installing py3-packaging (20.4-r0) 00:52:46 (13/33) Installing py3-setuptools (47.0.0-r0) 00:52:46 (14/33) Installing py3-chardet (3.0.4-r4) 00:52:46 (15/33) Installing py3-idna (2.9-r0) 00:52:46 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:52:46 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:52:46 (18/33) Installing py3-requests (2.23.0-r0) 00:52:46 (19/33) Installing py3-msgpack (1.0.0-r0) 00:52:46 (20/33) Installing py3-lockfile (0.12.2-r3) 00:52:46 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:52:46 (22/33) Installing py3-colorama (0.4.3-r0) 00:52:46 (23/33) Installing py3-distlib (0.3.0-r0) 00:52:46 (24/33) Installing py3-distro (1.5.0-r1) 00:52:46 (25/33) Installing py3-webencodings (0.5.1-r3) 00:52:46 (26/33) Installing py3-html5lib (1.0.1-r4) 00:52:46 (27/33) Installing py3-pytoml (0.1.21-r0) 00:52:46 (28/33) Installing py3-pep517 (0.8.2-r0) 00:52:46 (29/33) Installing py3-progress (1.5-r0) 00:52:46 (30/33) Installing py3-toml (0.10.1-r0) 00:52:46 (31/33) Installing py3-retrying (1.3.3-r0) 00:52:46 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:52:46 (33/33) Installing py3-pip (20.1.1-r0) 00:52:46 Executing busybox-1.31.1-r19.trigger 00:52:46 OK: 71 MiB in 55 packages 00:52:53 Removing intermediate container c8014f93f119 00:52:53 ---> 9ee893d44a5f 00:52:53 Step 20/26 : RUN pip install docker-compose==1.23.2 00:52:53 ---> Running in 741962c2ca8f 00:52:57 Collecting docker-compose==1.23.2 00:52:57 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:52:58 Collecting jsonschema<3,>=2.5.1 00:52:58 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:52:59 Collecting PyYAML<4,>=3.10 00:52:59 Downloading PyYAML-3.13.tar.gz (270 kB) 00:53:02 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:53:02 Collecting websocket-client<1.0,>=0.32.0 00:53:02 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:53:02 Collecting docopt<0.7,>=0.6.1 00:53:02 Downloading docopt-0.6.2.tar.gz (25 kB) 00:53:04 Collecting cached-property<2,>=1.2.0 00:53:05 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:53:06 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:53:06 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:53:07 Collecting docker<4.0,>=3.6.0 00:53:07 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:53:07 Collecting dockerpty<0.5,>=0.4.1 00:53:07 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:53:09 Collecting texttable<0.10,>=0.9.0 00:53:09 Downloading texttable-0.9.1.tar.gz (11 kB) 00:53:11 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:53:11 Collecting urllib3<1.25,>=1.21.1 00:53:11 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:53:12 Collecting idna<2.8,>=2.5 00:53:12 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:53:12 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:53:12 Collecting docker-pycreds>=0.4.0 00:53:12 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:53:12 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:53:12 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:53:12 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:53:12 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:53:13 Installing collected packages: jsonschema, PyYAML, websocket-client, docopt, cached-property, urllib3, idna, requests, docker-pycreds, docker, dockerpty, texttable, docker-compose 00:53:14 Running setup.py install for PyYAML: started 00:53:16 Running setup.py install for PyYAML: finished with status 'done' 00:53:16 Running setup.py install for docopt: started 00:53:18 Running setup.py install for docopt: finished with status 'done' 00:53:18 Attempting uninstall: urllib3 00:53:18 Found existing installation: urllib3 1.25.9 00:53:18 Uninstalling urllib3-1.25.9: 00:53:18 Successfully uninstalled urllib3-1.25.9 00:53:19 Attempting uninstall: idna 00:53:19 Found existing installation: idna 2.9 00:53:19 Uninstalling idna-2.9: 00:53:19 Successfully uninstalled idna-2.9 00:53:19 Attempting uninstall: requests 00:53:19 Found existing installation: requests 2.23.0 00:53:19 Uninstalling requests-2.23.0: 00:53:19 Successfully uninstalled requests-2.23.0 00:53:20 Running setup.py install for dockerpty: started 00:53:22 Running setup.py install for dockerpty: finished with status 'done' 00:53:22 Running setup.py install for texttable: started 00:53:24 Running setup.py install for texttable: finished with status 'done' 00:53:25 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:53:28 Removing intermediate container 741962c2ca8f 00:53:28 ---> 6cb874f07abb 00:53:28 Step 21/26 : RUN apk --no-cache add curl 00:53:29 ---> Running in 168a3b62aa2f 00:53:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:31 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:53:31 (2/3) Installing libcurl (7.69.1-r3) 00:53:31 (3/3) Installing curl (7.69.1-r3) 00:53:31 Executing busybox-1.31.1-r19.trigger 00:53:31 OK: 71 MiB in 58 packages 00:53:32 Removing intermediate container 168a3b62aa2f 00:53:32 ---> 8666d8c97d79 00:53:32 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:53:32 ---> Running in 7108ed3f399d 00:53:32 Removing intermediate container 7108ed3f399d 00:53:32 ---> 2da953a44925 00:53:32 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:33 ---> Running in 1ef42217eb46 00:53:33 Removing intermediate container 1ef42217eb46 00:53:33 ---> 957b9a91c034 00:53:33 Step 24/26 : LABEL arch=arm64 00:53:33 ---> Running in 24c10702f610 00:53:34 Removing intermediate container 24c10702f610 00:53:34 ---> 1339a3b22821 00:53:34 Step 25/26 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 00:53:34 ---> Running in 7269dcbf4a9c 00:53:34 Removing intermediate container 7269dcbf4a9c 00:53:34 ---> be3be894f994 00:53:34 Step 26/26 : LABEL version=0.0.0 00:53:34 ---> Running in 8074da5afe9c 00:53:35 Removing intermediate container 8074da5afe9c 00:53:35 ---> ed2b6b9cb8a9 00:53:35 00:53:35 Successfully built ed2b6b9cb8a9 00:53:35 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:53:35  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:53:35 $ docker stop --time=1 66b9fc882f59eac3e186b45eacf819f930f129fd2e3e21b33c1bb12a2e074a9f 00:53:37 $ docker rm -f 66b9fc882f59eac3e186b45eacf819f930f129fd2e3e21b33c1bb12a2e074a9f [Pipeline] // withDockerContainer [Pipeline] sh 00:53:38 + docker images 00:53:38 + grep docker 00:53:38 docker-sys-mgmt-agent-go-arm64 latest ed2b6b9cb8a9 4 seconds ago 300MB 00:53:38 docker-security-bootstrapper-go-arm64 latest 6dfaacd68285 59 seconds ago 22.6MB 00:53:38 docker-core-metadata-go-arm64 latest eec712c4be94 About a minute ago 17.8MB 00:53:38 docker-support-scheduler-go-arm64 latest 6b87c8bb6a52 About a minute ago 16.1MB 00:53:38 docker-core-data-go-arm64 latest 35525ffc1322 3 minutes ago 21MB 00:53:38 docker-core-command-go-arm64 latest 1028cfdb2ee3 4 minutes ago 16MB 00:53:38 docker-support-notifications-go-arm64 latest 1b7117808859 4 minutes ago 16.7MB 00:53:38 docker-security-secretstore-setup-go-arm64 latest 34b882c5c6aa 4 minutes ago 23.4MB 00:53:38 docker-security-proxy-setup-go-arm64 latest bfa5698df497 4 minutes ago 23.2MB 00:53:38 docker 20.10.0 eeaf43b92773 8 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:53:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:53:43 ---> package-listing.sh 00:53:43 ++ facter osfamily 00:53:43 ++ tr '[:upper:]' '[:lower:]' 00:53:43 + OS_FAMILY=redhat 00:53:43 + workspace=/w/workspace/edgex-go/59 00:53:43 + START_PACKAGES=/tmp/packages_start.txt 00:53:43 + END_PACKAGES=/tmp/packages_end.txt 00:53:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:53:43 + PACKAGES=/tmp/packages_start.txt 00:53:43 + '[' /w/workspace/edgex-go/59 ']' 00:53:43 + PACKAGES=/tmp/packages_end.txt 00:53:43 + case "${OS_FAMILY}" in 00:53:43 + rpm -qa 00:53:43 + sort 00:53:48 + '[' -f /tmp/packages_start.txt ']' 00:53:48 + '[' -f /tmp/packages_end.txt ']' 00:53:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:53:48 + '[' /w/workspace/edgex-go/59 ']' 00:53:48 + mkdir -p /w/workspace/edgex-go/59/archives/ 00:53:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/59/archives/ [Pipeline] echo 00:53:48 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/59/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:53:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:53:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:49 00:53:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:53:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:49 alpine: Pulling from edgex-lftools-log-publisher 00:53:49 df20fa9351a1: Pulling fs layer 00:53:49 36b3adc4ff6f: Pulling fs layer 00:53:49 8ad3a11d3b57: Pulling fs layer 00:53:49 46f8f816bc3b: Pulling fs layer 00:53:49 93b61091891f: Pulling fs layer 00:53:49 93b9cdb0e59b: Pulling fs layer 00:53:49 5e14af77c1be: Pulling fs layer 00:53:49 01666e4c0597: Pulling fs layer 00:53:49 aa168da1d23b: Pulling fs layer 00:53:49 46f8f816bc3b: Waiting 00:53:49 93b61091891f: Waiting 00:53:49 93b9cdb0e59b: Waiting 00:53:49 5e14af77c1be: Waiting 00:53:49 01666e4c0597: Waiting 00:53:49 aa168da1d23b: Waiting 00:53:49 36b3adc4ff6f: Verifying Checksum 00:53:49 36b3adc4ff6f: Download complete 00:53:49 46f8f816bc3b: Verifying Checksum 00:53:49 46f8f816bc3b: Download complete 00:53:49 df20fa9351a1: Verifying Checksum 00:53:49 93b9cdb0e59b: Verifying Checksum 00:53:49 93b9cdb0e59b: Download complete 00:53:49 5e14af77c1be: Verifying Checksum 00:53:49 5e14af77c1be: Download complete 00:53:49 01666e4c0597: Verifying Checksum 00:53:49 01666e4c0597: Download complete 00:53:49 93b61091891f: Verifying Checksum 00:53:49 93b61091891f: Download complete 00:53:49 df20fa9351a1: Pull complete 00:53:49 8ad3a11d3b57: Verifying Checksum 00:53:49 8ad3a11d3b57: Download complete 00:53:50 36b3adc4ff6f: Pull complete 00:53:51 8ad3a11d3b57: Pull complete 00:53:51 aa168da1d23b: Verifying Checksum 00:53:51 aa168da1d23b: Download complete 00:53:52 46f8f816bc3b: Pull complete 00:53:53 93b61091891f: Pull complete 00:53:53 93b9cdb0e59b: Pull complete 00:53:53 5e14af77c1be: Pull complete 00:53:53 01666e4c0597: Pull complete 00:54:03 aa168da1d23b: Pull complete 00:54:03 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:54:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:54:04 prd-centos7-docker-4c-2g-25366 does not seem to be running inside a container 00:54:04 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/59/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/59 -v /w/workspace/edgex-go/59:/w/workspace/edgex-go/59:rw,z -v /w/workspace/edgex-go/59@tmp:/w/workspace/edgex-go/59@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:54:12 $ docker top 8b49539fd83655590c6574435a5aff8dcf5b4de4e9908cfe9db468e73f1883f4 -eo pid,comm [Pipeline] { [Pipeline] sh 00:54:13 + touch /tmp/pre-build-complete [Pipeline] sh 00:54:13 + mkdir -p /var/log/sa [Pipeline] sh 00:54:13 + ls /var/log/sa-host 00:54:13 + sadf -c /var/log/sa-host/sa07 00:54:13 file_magic: OK 00:54:13 HZ: Using current value: 100 00:54:13 file_header: OK 00:54:13 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:54:13 Statistics: 00:54:13 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:54:13 File successfully converted to sysstat format version 12.2.1 00:54:13 + sadf -c /var/log/sa-host/sa23 00:54:13 file_magic: OK 00:54:13 HZ: Using current value: 100 00:54:13 file_header: OK 00:54:13 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:54:13 Statistics: 00:54:13 Hnuu...uuuununununu... 00:54:13 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:54:13 provisioning config files... 00:54:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/59@tmp/config4155623468317760445tmp [Pipeline] { [Pipeline] echo 00:54:14 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:54:14 ---> create-netrc.sh [Pipeline] } 00:54:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:54:14 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:54:14 ---> python-tools-install.sh [Pipeline] echo 00:54:14 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:54:15 ---> sudo-logs.sh 00:54:15 Archiving 'sudo' log.. [Pipeline] echo 00:54:15 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:54:15 ---> job-cost.sh 00:54:15 lf-activate-venv: SKIPPING 00:54:15 INFO: No Stack... 00:54:16 INFO: Retrieving Pricing Info for: v1-standard-2 00:54:17 INFO: Archiving Costs [Pipeline] echo 00:54:17 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:54:17 ---> logs-deploy.sh 00:54:17 lf-activate-venv: SKIPPING 00:54:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/59 00:54:17 INFO: archiving workspace using pattern(s): 00:54:20 Archives upload complete. 00:54:20 INFO: archiving logs to Nexus 00:54:21 ---> uname -a: 00:54:21 Linux prd-centos7-docker-4c-2g-25366.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:54:21 00:54:21 00:54:21 ---> lscpu: 00:54:21 Architecture: x86_64 00:54:21 CPU op-mode(s): 32-bit, 64-bit 00:54:21 Byte Order: Little Endian 00:54:21 Address sizes: 40 bits physical, 48 bits virtual 00:54:21 CPU(s): 4 00:54:21 On-line CPU(s) list: 0-3 00:54:21 Thread(s) per core: 1 00:54:21 Core(s) per socket: 1 00:54:21 Socket(s): 4 00:54:21 NUMA node(s): 1 00:54:21 Vendor ID: GenuineIntel 00:54:21 CPU family: 6 00:54:21 Model: 44 00:54:21 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:54:21 Stepping: 1 00:54:21 CPU MHz: 2933.438 00:54:21 BogoMIPS: 5866.87 00:54:21 Virtualization: VT-x 00:54:21 Hypervisor vendor: KVM 00:54:21 Virtualization type: full 00:54:21 L1d cache: 128 KiB 00:54:21 L1i cache: 128 KiB 00:54:21 L2 cache: 16 MiB 00:54:21 L3 cache: 64 MiB 00:54:21 NUMA node0 CPU(s): 0-3 00:54:21 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:54:21 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:54:21 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:54:21 Vulnerability Meltdown: Mitigation; PTI 00:54:21 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:54:21 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:54:21 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:54:21 Vulnerability Srbds: Not affected 00:54:21 Vulnerability Tsx async abort: Not affected 00:54:21 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:54:21 00:54:21 00:54:21 ---> nproc: 00:54:21 4 00:54:21 00:54:21 00:54:21 ---> df -h: 00:54:21 Filesystem Size Used Available Use% Mounted on 00:54:21 overlay 50.0G 12.6G 37.4G 25% / 00:54:21 tmpfs 64.0M 0 64.0M 0% /dev 00:54:21 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:54:21 shm 64.0M 0 64.0M 0% /dev/shm 00:54:21 /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os 00:54:21 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf 00:54:21 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname 00:54:21 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts 00:54:21 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log 00:54:21 /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json 00:54:21 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host 00:54:21 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure 00:54:21 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/59 00:54:21 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/59@tmp 00:54:21 00:54:21 00:54:21 ---> free -m: 00:54:21 total used free shared buff/cache available 00:54:21 Mem: 1837 712 220 0 904 1037 00:54:21 Swap: 1023 70 953 00:54:21 00:54:21 00:54:21 ---> ip addr: 00:54:21 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:54:21 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:54:21 inet 127.0.0.1/8 scope host lo 00:54:21 valid_lft forever preferred_lft forever 00:54:21 inet6 ::1/128 scope host 00:54:21 valid_lft forever preferred_lft forever 00:54:21 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:54:21 link/ether fa:16:3e:1c:6c:38 brd ff:ff:ff:ff:ff:ff 00:54:21 inet 10.30.122.117/23 brd 10.30.123.255 scope global dynamic eth0 00:54:21 valid_lft 84996sec preferred_lft 84996sec 00:54:21 inet6 fe80::f816:3eff:fe1c:6c38/64 scope link 00:54:21 valid_lft forever preferred_lft forever 00:54:21 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:54:21 link/ether 02:42:d0:f5:0c:7d brd ff:ff:ff:ff:ff:ff 00:54:21 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:54:21 valid_lft forever preferred_lft forever 00:54:21 inet6 fe80::42:d0ff:fef5:c7d/64 scope link 00:54:21 valid_lft forever preferred_lft forever 00:54:21 00:54:21 00:54:21 ---> sar -b -r -n DEV: 00:54:21 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/07/21 _x86_64_ (4 CPU) 00:54:21 00:54:21 00:30:45 LINUX RESTART (4 CPU) 00:54:21 00:54:21 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:54:21 00:32:01 187.70 109.77 77.93 0.00 10858.58 42464.42 0.00 00:54:21 00:33:01 210.47 94.49 115.97 0.00 7749.88 46407.12 0.00 00:54:21 00:34:02 204.82 81.50 123.32 0.00 3358.38 17924.38 0.00 00:54:21 00:35:01 116.16 29.59 86.58 0.00 1151.38 12907.08 0.00 00:54:21 00:36:01 129.09 62.08 67.01 0.00 3309.45 6737.37 0.00 00:54:21 00:37:02 588.63 366.17 222.46 0.00 77382.14 148680.38 0.00 00:54:21 00:38:02 1732.44 1405.09 327.35 0.00 146355.94 142604.55 0.00 00:54:21 00:39:02 771.03 524.59 246.44 0.00 42094.32 60719.97 0.00 00:54:21 00:40:01 1417.60 1048.71 368.89 0.00 76694.33 107213.36 0.00 00:54:21 00:41:01 1928.81 1601.43 327.38 0.00 117814.03 129440.94 0.00 00:54:21 00:42:01 193.53 45.98 147.55 0.00 6647.50 20399.20 0.00 00:54:21 00:43:01 2.36 1.17 1.20 0.00 93.39 16.30 0.00 00:54:21 00:44:01 0.34 0.03 0.30 0.00 0.41 3.78 0.00 00:54:21 00:45:01 0.27 0.00 0.27 0.00 0.00 2.73 0.00 00:54:21 00:46:01 1.57 1.28 0.28 0.00 45.43 3.18 0.00 00:54:21 00:47:01 1.08 0.25 0.83 0.00 106.98 15.40 0.00 00:54:21 00:48:01 0.33 0.02 0.32 0.00 0.53 3.58 0.00 00:54:21 00:49:01 0.22 0.00 0.22 0.00 0.00 2.48 0.00 00:54:21 00:50:01 0.20 0.00 0.20 0.00 0.00 1.70 0.00 00:54:21 00:51:01 0.28 0.02 0.27 0.00 0.53 3.70 0.00 00:54:21 00:52:01 0.23 0.00 0.23 0.00 0.00 2.63 0.00 00:54:21 00:53:01 0.30 0.00 0.30 0.00 0.00 3.46 0.00 00:54:21 00:54:01 109.36 56.30 53.06 0.00 4782.00 13328.14 0.00 00:54:21 Average: 330.20 235.90 94.30 0.00 21711.88 32668.26 0.00 00:54:21 00:54:21 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:54:21 00:32:01 121964 0 569760 30.28 2620 1187200 1071348 36.56 479876 1082596 12480 00:54:21 00:33:01 125812 0 705624 37.50 1972 1048136 1425580 48.65 551720 964172 14928 00:54:21 00:34:02 103064 0 791484 42.07 1352 985644 1630164 55.63 630944 871852 81644 00:54:21 00:35:01 111756 0 849908 45.17 764 919116 1716984 58.60 734272 744484 8100 00:54:21 00:36:01 257132 0 742616 39.47 636 881160 1320032 45.05 599652 731780 64600 00:54:21 00:37:02 64892 0 838124 44.54 0 978528 2248616 76.74 722216 886176 72680 00:54:21 00:38:02 68428 0 924440 49.13 0 888676 2594744 88.55 698412 877680 80464 00:54:21 00:39:02 324840 0 719492 38.24 0 837212 1591000 54.30 584104 721476 5548 00:54:21 00:40:01 81712 0 737504 39.20 0 1062328 2011256 68.64 757268 804748 5060 00:54:21 00:41:01 292944 0 932328 49.55 0 656272 3232092 110.31 645752 688648 50636 00:54:21 00:42:01 577476 0 635540 33.78 0 668528 1181892 40.34 463528 595168 20 00:54:21 00:43:01 577608 0 632596 33.62 0 671340 1167284 39.84 462100 597276 16 00:54:21 00:44:01 579140 0 631048 33.54 0 671356 1153920 39.38 461256 597124 8 00:54:21 00:45:01 580108 0 630076 33.49 0 671360 1146724 39.14 460536 597004 8 00:54:21 00:46:01 578776 0 630656 33.52 0 672112 1146724 39.14 460880 597536 16 00:54:21 00:47:01 572836 0 633404 33.66 0 675304 1146796 39.14 466616 597900 8 00:54:21 00:48:01 572808 0 633440 33.67 0 675296 1146724 39.14 466640 597900 8 00:54:21 00:49:01 572792 0 633432 33.67 0 675320 1146724 39.14 466644 597920 8 00:54:21 00:50:01 572420 0 633800 33.69 0 675324 1146724 39.14 466652 597916 20 00:54:21 00:51:01 572356 0 633860 33.69 0 675328 1146820 39.14 466936 597932 8 00:54:21 00:52:01 572536 0 633668 33.68 0 675340 1146796 39.14 466820 597932 8 00:54:21 00:53:01 572568 0 633628 33.68 0 675348 1146724 39.14 466540 597932 8 00:54:21 00:54:01 234820 0 737984 39.22 0 908740 1565820 53.44 606140 755752 89056 00:54:21 Average: 377773 0 701931 37.31 319 801520 1488326 50.79 547196 708648 21101 00:54:21 00:54:21 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:54:21 00:32:01 eth0 747.30 516.84 3352.81 84.11 0.00 0.00 0.00 0.00 00:54:21 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:33:01 veth4ac2c58 5.66 10.78 0.38 60.54 0.00 0.00 0.00 0.00 00:54:21 00:33:01 eth0 1126.76 1141.95 5905.46 142.73 0.00 0.00 0.00 0.00 00:54:21 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:33:01 docker0 849.50 757.97 69.88 2738.71 0.00 0.00 0.00 0.00 00:54:21 00:34:02 eth0 210.11 153.72 801.67 23.18 0.00 0.00 0.00 0.00 00:54:21 00:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:34:02 veth4852c87 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:54:21 00:34:02 docker0 134.01 174.27 9.26 771.12 0.00 0.00 0.00 0.00 00:54:21 00:35:01 eth0 38.46 26.15 20.35 78.59 0.00 0.00 0.00 0.00 00:54:21 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:35:01 veth4852c87 1.35 1.35 0.11 0.11 0.00 0.00 0.00 0.00 00:54:21 00:35:01 docker0 1.35 1.35 0.09 0.11 0.00 0.00 0.00 0.00 00:54:21 00:36:01 eth0 23.85 12.37 18.81 10.06 0.00 0.00 0.00 0.00 00:54:21 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:36:01 veth4852c87 0.80 0.80 0.06 0.06 0.00 0.00 0.00 0.00 00:54:21 00:36:01 docker0 0.80 0.80 0.05 0.06 0.00 0.00 0.00 0.00 00:54:21 00:37:02 veth5183d4f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:54:21 00:37:02 eth0 199.66 157.55 1658.58 70.94 0.00 0.00 0.00 0.00 00:54:21 00:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:38:02 vetheeabfe0 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:54:21 00:38:02 veth5183d4f 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:38:02 eth0 69.05 46.65 175.84 16.61 0.00 0.00 0.00 0.00 00:54:21 00:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:39:02 veth9025380 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 00:54:21 00:39:02 veth5183d4f 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:39:02 eth0 160.04 106.16 1368.03 83.78 0.00 0.00 0.00 0.00 00:54:21 00:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:40:01 veth5183d4f 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 00:54:21 00:40:01 eth0 169.56 101.18 550.44 87.69 0.00 0.00 0.00 0.00 00:54:21 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:40:01 vethcc4bed7 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 00:54:21 00:41:01 veth1df9caf 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:54:21 00:41:01 veth41de0fd 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:54:21 00:41:01 veth232ddc0 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:54:21 00:41:01 veth5183d4f 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:42:01 eth0 2882.69 2353.85 14083.09 687.64 0.00 0.00 0.00 0.00 00:54:21 00:42:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:54:21 00:42:01 docker0 1089.03 1100.15 85.40 4334.98 0.00 0.00 0.00 0.00 00:54:21 00:43:01 eth0 1.75 0.55 0.62 0.36 0.00 0.00 0.00 0.00 00:54:21 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:44:01 eth0 1.29 0.54 0.58 0.43 0.00 0.00 0.00 0.00 00:54:21 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:45:01 eth0 0.23 0.08 0.02 0.01 0.00 0.00 0.00 0.00 00:54:21 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:46:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:54:21 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:47:01 eth0 0.28 0.20 0.14 0.07 0.00 0.00 0.00 0.00 00:54:21 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:48:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:54:21 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:49:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 00:54:21 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:50:01 eth0 0.53 0.07 0.05 0.01 0.00 0.00 0.00 0.00 00:54:21 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:51:01 eth0 0.57 0.27 0.27 0.20 0.00 0.00 0.00 0.00 00:54:21 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:52:01 eth0 0.50 0.28 0.26 0.13 0.00 0.00 0.00 0.00 00:54:21 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:53:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 00:54:21 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:54:01 eth0 206.80 162.19 2154.95 16.67 0.00 0.00 0.00 0.00 00:54:21 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 Average: eth0 133.87 109.07 705.60 30.67 0.00 0.00 0.00 0.00 00:54:21 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:21 Average: docker0 47.41 47.90 3.72 188.74 0.00 0.00 0.00 0.00 00:54:21 00:54:21 00:54:21 ---> sar -P ALL: 00:54:21 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/07/21 _x86_64_ (4 CPU) 00:54:21 00:54:21 00:30:45 LINUX RESTART (4 CPU) 00:54:21 00:54:21 00:31:01 CPU %user %nice %system %iowait %steal %idle 00:54:21 00:32:01 all 17.85 0.00 9.64 5.93 0.49 66.10 00:54:21 00:32:01 0 18.82 0.00 10.15 6.09 0.43 64.51 00:54:21 00:32:01 1 16.76 0.00 11.18 5.78 0.49 65.79 00:54:21 00:32:01 2 18.33 0.00 9.16 5.61 0.56 66.34 00:54:21 00:32:01 3 17.48 0.00 8.08 6.24 0.46 67.74 00:54:21 00:33:01 all 17.13 0.00 9.78 2.12 0.52 70.45 00:54:21 00:33:01 0 22.06 0.00 12.47 2.26 0.58 62.64 00:54:21 00:33:01 1 14.93 0.00 7.39 1.38 0.47 75.84 00:54:21 00:33:01 2 17.88 0.00 9.96 2.91 0.50 68.75 00:54:21 00:33:01 3 13.72 0.00 9.33 1.92 0.55 74.47 00:54:21 00:34:02 all 17.07 0.00 7.43 4.94 0.45 70.10 00:54:21 00:34:02 0 18.48 0.00 8.17 7.49 0.46 65.40 00:54:21 00:34:02 1 16.36 0.00 7.09 3.07 0.50 72.98 00:54:21 00:34:02 2 17.55 0.00 6.86 5.35 0.43 69.81 00:54:21 00:34:02 3 15.90 0.00 7.59 3.86 0.43 72.22 00:54:21 00:35:01 all 55.39 0.00 14.45 4.15 0.93 25.09 00:54:21 00:35:01 0 54.32 0.00 14.59 4.24 0.88 25.98 00:54:21 00:35:01 1 55.18 0.00 14.90 4.82 1.13 23.97 00:54:21 00:35:01 2 57.24 0.00 13.69 3.50 0.80 24.77 00:54:21 00:35:01 3 54.80 0.00 14.61 4.03 0.90 25.65 00:54:21 00:36:01 all 46.72 0.00 14.08 3.95 0.85 34.40 00:54:21 00:36:01 0 45.86 0.00 14.22 4.44 0.96 34.52 00:54:21 00:36:01 1 46.63 0.00 14.28 3.39 0.93 34.77 00:54:21 00:36:01 2 48.74 0.00 13.84 3.83 0.71 32.88 00:54:21 00:36:01 3 45.63 0.00 13.98 4.16 0.77 35.46 00:54:21 00:37:02 all 23.95 0.00 22.74 4.75 1.55 47.01 00:54:21 00:37:02 0 22.34 0.00 21.48 4.39 1.73 50.05 00:54:21 00:37:02 1 22.96 0.00 23.34 4.01 1.56 48.13 00:54:21 00:37:02 2 25.37 0.00 23.47 6.84 1.57 42.74 00:54:21 00:37:02 3 25.12 0.00 22.64 3.75 1.35 47.13 00:54:21 00:38:02 all 17.38 0.00 25.20 25.28 1.65 30.50 00:54:21 00:38:02 0 16.09 0.00 23.50 25.37 1.75 33.29 00:54:21 00:38:02 1 17.79 0.00 25.26 23.34 1.67 31.95 00:54:21 00:38:02 2 17.36 0.00 26.32 25.89 1.75 28.68 00:54:21 00:38:02 3 18.28 0.00 25.72 26.52 1.43 28.04 00:54:21 00:39:02 all 68.07 0.00 21.75 6.39 0.83 2.96 00:54:21 00:39:02 0 66.32 0.00 22.22 5.60 0.88 4.97 00:54:21 00:39:02 1 67.49 0.00 22.39 6.92 0.91 2.29 00:54:21 00:39:02 2 69.83 0.00 21.38 6.25 0.66 1.88 00:54:21 00:39:02 3 68.64 0.00 21.00 6.79 0.85 2.72 00:54:21 00:40:01 all 21.21 0.00 21.33 24.78 1.84 30.84 00:54:21 00:40:01 0 23.75 0.00 20.73 22.36 1.80 31.36 00:54:21 00:40:01 1 19.93 0.00 22.90 27.40 1.89 27.88 00:54:21 00:40:01 2 20.06 0.00 19.85 27.67 1.95 30.47 00:54:21 00:40:01 3 21.11 0.00 21.86 21.66 1.71 33.66 00:54:21 00:41:01 all 33.27 0.00 24.53 22.46 1.14 18.59 00:54:21 00:41:01 0 32.31 0.00 24.64 20.20 1.16 21.68 00:54:21 00:41:01 1 34.16 0.00 23.90 24.62 1.19 16.14 00:54:21 00:41:01 2 32.82 0.00 24.71 23.56 1.08 17.83 00:54:21 00:41:01 3 33.80 0.00 24.87 21.44 1.14 18.74 00:54:21 00:42:01 all 23.46 0.00 8.54 9.73 0.12 58.15 00:54:21 00:42:01 0 22.79 0.00 9.57 11.01 0.08 56.54 00:54:21 00:42:01 1 23.96 0.00 8.27 10.34 0.07 57.36 00:54:21 00:42:01 2 23.78 0.00 7.97 11.10 0.14 57.01 00:54:21 00:42:01 3 23.32 0.00 8.35 6.45 0.17 61.72 00:54:21 00:54:21 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:54:21 00:43:01 all 0.09 0.00 0.05 0.00 0.00 99.85 00:54:21 00:43:01 0 0.05 0.00 0.05 0.00 0.00 99.90 00:54:21 00:43:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:54:21 00:43:01 2 0.05 0.00 0.05 0.00 0.00 99.90 00:54:21 00:43:01 3 0.23 0.00 0.08 0.02 0.00 99.67 00:54:21 00:44:01 all 0.16 0.00 0.03 0.00 0.00 99.80 00:54:21 00:44:01 0 0.02 0.00 0.02 0.02 0.02 99.93 00:54:21 00:44:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:54:21 00:44:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:54:21 00:44:01 3 0.53 0.00 0.03 0.00 0.00 99.44 00:54:21 00:45:01 all 0.15 0.00 0.03 0.00 0.00 99.82 00:54:21 00:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:54:21 00:45:01 1 0.02 0.00 0.03 0.00 0.00 99.95 00:54:21 00:45:01 2 0.03 0.00 0.05 0.00 0.02 99.90 00:54:21 00:45:01 3 0.52 0.00 0.02 0.00 0.00 99.47 00:54:21 00:46:01 all 0.17 0.00 0.11 0.02 0.00 99.70 00:54:21 00:46:01 0 0.02 0.00 0.07 0.00 0.00 99.92 00:54:21 00:46:01 1 0.05 0.00 0.12 0.00 0.00 99.83 00:54:21 00:46:01 2 0.05 0.00 0.13 0.00 0.02 99.80 00:54:21 00:46:01 3 0.57 0.00 0.12 0.07 0.00 99.25 00:54:21 00:47:01 all 0.15 0.00 0.04 0.00 0.00 99.80 00:54:21 00:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:54:21 00:47:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:54:21 00:47:01 2 0.05 0.00 0.07 0.00 0.00 99.88 00:54:21 00:47:01 3 0.52 0.00 0.05 0.02 0.00 99.42 00:54:21 00:48:01 all 0.16 0.00 0.03 0.00 0.00 99.80 00:54:21 00:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:54:21 00:48:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:54:21 00:48:01 2 0.05 0.00 0.07 0.00 0.00 99.88 00:54:21 00:48:01 3 0.53 0.00 0.02 0.00 0.00 99.45 00:54:21 00:49:01 all 0.14 0.00 0.02 0.00 0.00 99.83 00:54:21 00:49:01 0 0.00 0.00 0.00 0.00 0.00 100.00 00:54:21 00:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:54:21 00:49:01 2 0.05 0.00 0.05 0.00 0.02 99.88 00:54:21 00:49:01 3 0.50 0.00 0.02 0.00 0.00 99.48 00:54:21 00:50:01 all 0.14 0.00 0.03 0.00 0.00 99.83 00:54:21 00:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:54:21 00:50:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:54:21 00:50:01 2 0.07 0.00 0.05 0.00 0.00 99.88 00:54:21 00:50:01 3 0.47 0.00 0.05 0.00 0.00 99.48 00:54:21 00:51:01 all 0.03 0.00 0.03 0.00 0.00 99.93 00:54:21 00:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:54:21 00:51:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:54:21 00:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:54:21 00:51:01 3 0.08 0.00 0.08 0.00 0.00 99.83 00:54:21 00:52:01 all 0.08 0.00 0.03 0.00 0.00 99.89 00:54:21 00:52:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:54:21 00:52:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:54:21 00:52:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:54:21 00:52:01 3 0.27 0.00 0.05 0.00 0.00 99.68 00:54:21 00:53:01 all 0.16 0.00 0.02 0.00 0.00 99.82 00:54:21 00:53:01 0 0.02 0.00 0.00 0.00 0.00 99.98 00:54:21 00:53:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:54:21 00:53:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:54:21 00:53:01 3 0.53 0.00 0.02 0.00 0.00 99.45 00:54:21 00:54:21 00:53:01 CPU %user %nice %system %iowait %steal %idle 00:54:21 00:54:01 all 5.01 0.00 3.65 3.02 0.04 88.28 00:54:21 00:54:01 0 4.67 0.00 3.45 1.09 0.02 90.77 00:54:21 00:54:01 1 3.93 0.00 3.36 4.18 0.03 88.49 00:54:21 00:54:01 2 5.81 0.00 3.59 3.89 0.07 86.65 00:54:21 00:54:01 3 5.63 0.00 4.21 2.91 0.05 87.20 00:54:21 Average: all 14.68 0.00 7.75 4.95 0.44 72.18 00:54:21 Average: 0 14.68 0.00 7.84 4.84 0.45 72.19 00:54:21 Average: 1 14.37 0.00 7.80 5.03 0.46 72.34 00:54:21 Average: 2 15.03 0.00 7.68 5.33 0.43 71.53 00:54:21 Average: 3 14.65 0.00 7.69 4.60 0.41 72.65 00:54:21 00:54:21 00:54:21