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 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 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-26175 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/62 [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/62 # 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 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 Merge succeeded, producing 7195ca11e5696536ea936da28ddced5c7dd8b5e5 Checking out Revision 7195ca11e5696536ea936da28ddced5c7dd8b5e5 (PR-2858) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7195ca11e5696536ea936da28ddced5c7dd8b5e5 # timeout=10 Commit message: "Merge commit '6b1c9d0ce3d994c7467644266d4bee7b22ebaf18' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk b933dfdc39a383d59ed037cea67bd74704804290 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:32:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:32:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:32:26 ========================================================= 00:32:26 EdgeX Global Pipelines Version Info 00:32:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:32:28 ------------------- 00:32:28 stable info: 00:32:28 ------------------- 00:32:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:32:28 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:32:28 Message: update stable to v1.0.179 00:32:29 ------------------- 00:32:29 experimental info: 00:32:29 ------------------- 00:32:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:32:29 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:32:29 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:32:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:32:29 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:32:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:32:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:32:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:32:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:32:30 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:32:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:32:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:32:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:32:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:32:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:32:30 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:32:30 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:32:30 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:32:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:32:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:32:31 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:32:31 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:32:31 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:32:31 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:32:31 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:32:31 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:32:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:32:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:32:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:32:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7195ca11e5696536ea936da28ddced5c7dd8b5e5 [Pipeline] echo 00:32:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7195ca1 [Pipeline] echo 00:32:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:32:32 provisioning config files... 00:32:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/62@tmp/config1092292318237678681tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:32:32 ---> docker-login.sh 00:32:32 nexus3.edgexfoundry.org:10001 00:32:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:33 Configure a credential helper to remove this warning. See 00:32:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:33 00:32:33 Login Succeeded 00:32:33 nexus3.edgexfoundry.org:10002 00:32:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:33 Configure a credential helper to remove this warning. See 00:32:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:33 00:32:33 Login Succeeded 00:32:33 nexus3.edgexfoundry.org:10003 00:32:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:33 Configure a credential helper to remove this warning. See 00:32:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:33 00:32:33 Login Succeeded 00:32:33 nexus3.edgexfoundry.org:10004 00:32:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:33 Configure a credential helper to remove this warning. See 00:32:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:33 00:32:34 Login Succeeded 00:32:34 docker.io 00:32:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:34 Configure a credential helper to remove this warning. See 00:32:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:34 00:32:34 Login Succeeded 00:32:34 ---> docker-login.sh ends [Pipeline] } 00:32:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:34 ++ 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:34 + for file in '`ls cmd/**/Dockerfile`' 00:32:34 ++ dirname cmd/core-command/Dockerfile 00:32:34 ++ cut -d/ -f2 00:32:34 + echo core-command,cmd/core-command/Dockerfile 00:32:34 + for file in '`ls cmd/**/Dockerfile`' 00:32:34 ++ dirname cmd/core-data/Dockerfile 00:32:34 ++ cut -d/ -f2 00:32:34 + echo core-data,cmd/core-data/Dockerfile 00:32:34 + for file in '`ls cmd/**/Dockerfile`' 00:32:34 ++ dirname cmd/core-metadata/Dockerfile 00:32:34 ++ cut -d/ -f2 00:32:34 + echo core-metadata,cmd/core-metadata/Dockerfile 00:32:34 + for file in '`ls cmd/**/Dockerfile`' 00:32:34 ++ dirname cmd/security-bootstrapper/Dockerfile 00:32:34 ++ cut -d/ -f2 00:32:34 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:32:34 + for file in '`ls cmd/**/Dockerfile`' 00:32:34 ++ dirname cmd/security-proxy-setup/Dockerfile 00:32:34 ++ cut -d/ -f2 00:32:34 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:32:34 + for file in '`ls cmd/**/Dockerfile`' 00:32:34 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:32:34 ++ cut -d/ -f2 00:32:34 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:32:34 + for file in '`ls cmd/**/Dockerfile`' 00:32:34 ++ dirname cmd/support-notifications/Dockerfile 00:32:34 ++ cut -d/ -f2 00:32:34 + echo support-notifications,cmd/support-notifications/Dockerfile 00:32:34 + for file in '`ls cmd/**/Dockerfile`' 00:32:34 ++ dirname cmd/support-scheduler/Dockerfile 00:32:34 ++ cut -d/ -f2 00:32:34 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:32:34 + for file in '`ls cmd/**/Dockerfile`' 00:32:34 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:32:34 ++ cut -d/ -f2 00:32:34 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:32:35 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:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:35 00:32:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:32:36 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:36 latest: Pulling from edgex-devops/git-semver 00:32:36 31603596830f: Pulling fs layer 00:32:36 2a8b12db71e7: Pulling fs layer 00:32:36 6ca5941a6612: Pulling fs layer 00:32:36 ecc8261a40a4: Pulling fs layer 00:32:36 ecc8261a40a4: Waiting 00:32:36 2a8b12db71e7: Verifying Checksum 00:32:36 2a8b12db71e7: Download complete 00:32:36 31603596830f: Verifying Checksum 00:32:36 31603596830f: Download complete 00:32:36 ecc8261a40a4: Verifying Checksum 00:32:36 ecc8261a40a4: Download complete 00:32:36 6ca5941a6612: Verifying Checksum 00:32:36 6ca5941a6612: Download complete 00:32:36 31603596830f: Pull complete 00:32:37 2a8b12db71e7: Pull complete 00:32:38 6ca5941a6612: Pull complete 00:32:38 ecc8261a40a4: Pull complete 00:32:38 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:32:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:38 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:32:38 prd-centos7-docker-4c-2g-26175 does not seem to be running inside a container 00:32:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/62 -v /w/workspace/edgex-go/62:/w/workspace/edgex-go/62:rw,z -v /w/workspace/edgex-go/62@tmp:/w/workspace/edgex-go/62@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:41 $ docker top 5e46dfc664344d44fecf8e097681d0a505d589814c19b92f2621914523f65f44 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:32:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:41 [ssh-agent] Looking for ssh-agent implementation... 00:32:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:42 $ docker exec 5e46dfc664344d44fecf8e097681d0a505d589814c19b92f2621914523f65f44 ssh-agent 00:32:42 SSH_AUTH_SOCK=/tmp/ssh-fAzBDv5MsJSw/agent.12 00:32:42 SSH_AGENT_PID=18 00:32:42 Running ssh-add (command line suppressed) 00:32:42 Identity added: /w/workspace/edgex-go/62@tmp/private_key_2147454297628500030.key (/w/workspace/edgex-go/62@tmp/private_key_2147454297628500030.key) 00:32:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:42 + git tag --points-at HEAD [Pipeline] } 00:32:42 $ docker exec --env ******** --env ******** 5e46dfc664344d44fecf8e097681d0a505d589814c19b92f2621914523f65f44 ssh-agent -k 00:32:42 unset SSH_AUTH_SOCK; 00:32:42 unset SSH_AGENT_PID; 00:32:42 echo Agent pid 18 killed; 00:32:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:32:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:43 [ssh-agent] Looking for ssh-agent implementation... 00:32:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:43 $ docker exec 5e46dfc664344d44fecf8e097681d0a505d589814c19b92f2621914523f65f44 ssh-agent 00:32:43 SSH_AUTH_SOCK=/tmp/ssh-Dg8PrfX8ie99/agent.47 00:32:43 SSH_AGENT_PID=52 00:32:43 Running ssh-add (command line suppressed) 00:32:43 Identity added: /w/workspace/edgex-go/62@tmp/private_key_6764840106723888947.key (/w/workspace/edgex-go/62@tmp/private_key_6764840106723888947.key) 00:32:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:44 + git semver init 00:32:44 # -> Open(): unable to determine branch for HEAD 00:32:44 # $GIT_DIR = /w/workspace/edgex-go/62/.git 00:32:44 # $GIT_WORK_TREE = /w/workspace/edgex-go/62 00:32:44 # $SEMVER_REMOTE_NAME = origin 00:32:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:32:44 # $SEMVER_USER_NAME = edgex-jenkins 00:32:44 # $SEMVER_BRANCH = PR-2858 00:32:44 # $SEMVER_TEMP = /tmp/semver-155360726 00:32:44 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:33:02 # '/tmp/semver-155360726' -> '/w/workspace/edgex-go/62/.semver' 00:33:03 # -> Force: false 00:33:03 # $SEMVER_DIR = /w/workspace/edgex-go/62/.semver [Pipeline] } 00:33:03 $ docker exec --env ******** --env ******** 5e46dfc664344d44fecf8e097681d0a505d589814c19b92f2621914523f65f44 ssh-agent -k 00:33:03 unset SSH_AUTH_SOCK; 00:33:03 unset SSH_AGENT_PID; 00:33:03 echo Agent pid 52 killed; 00:33:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:33:03 + git semver [Pipeline] } 00:33:03 $ docker stop --time=1 5e46dfc664344d44fecf8e097681d0a505d589814c19b92f2621914523f65f44 00:33:05 $ docker rm -f 5e46dfc664344d44fecf8e097681d0a505d589814c19b92f2621914523f65f44 [Pipeline] // withDockerContainer [Pipeline] sh 00:33:06 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:33:06 Stashed 1 file(s) [Pipeline] echo 00:33:06 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:33:07 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:33:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:33:08 + sudo service docker restart 00:33:08 + true 00:33:08 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:33:08 ========================================================= 00:33:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:33:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:33:09 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:33:13 Sending build context to Docker daemon 327.9MB 00:33:13 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:33:13 Step 2/6 : FROM ${BASE} 00:33:13 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:33:13 188c0c94c7c5: Pulling fs layer 00:33:13 0ef7d3d256c8: Pulling fs layer 00:33:13 de9db76c5a1d: Pulling fs layer 00:33:13 bca2f99d35d6: Pulling fs layer 00:33:13 93359f2a8cfa: Pulling fs layer 00:33:13 7c6f9722023f: Pulling fs layer 00:33:13 a35cf1a2eb13: Pulling fs layer 00:33:13 93359f2a8cfa: Waiting 00:33:13 7c6f9722023f: Waiting 00:33:13 a35cf1a2eb13: Waiting 00:33:13 bca2f99d35d6: Waiting 00:33:13 de9db76c5a1d: Verifying Checksum 00:33:13 de9db76c5a1d: Download complete 00:33:13 0ef7d3d256c8: Verifying Checksum 00:33:13 0ef7d3d256c8: Download complete 00:33:13 93359f2a8cfa: Verifying Checksum 00:33:13 93359f2a8cfa: Download complete 00:33:13 7c6f9722023f: Verifying Checksum 00:33:13 7c6f9722023f: Download complete 00:33:13 188c0c94c7c5: Verifying Checksum 00:33:13 188c0c94c7c5: Download complete 00:33:13 188c0c94c7c5: Pull complete 00:33:13 0ef7d3d256c8: Pull complete 00:33:13 de9db76c5a1d: Pull complete 00:33:15 a35cf1a2eb13: Verifying Checksum 00:33:15 a35cf1a2eb13: Download complete 00:33:16 bca2f99d35d6: Verifying Checksum 00:33:16 bca2f99d35d6: Download complete 00:33:22 Still waiting to schedule task 00:33:22 ‘prd-centos7-blackbox-4c-2g-25321’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-26172’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26176’ is offline 00:33:22 bca2f99d35d6: Pull complete 00:33:22 93359f2a8cfa: Pull complete 00:33:22 7c6f9722023f: Pull complete 00:33:27 a35cf1a2eb13: Pull complete 00:33:27 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:33:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:33:27 ---> a62c8e92a672 00:33:27 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:33:27 ---> Running in a1ada1df8096 00:33:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:29 (1/12) Installing libmagic (5.38-r0) 00:33:29 (2/12) Installing file (5.38-r0) 00:33:29 (3/12) Installing libc-dev (0.7.2-r3) 00:33:29 (4/12) Installing g++ (9.3.0-r2) 00:33:39 (5/12) Installing fortify-headers (1.1-r0) 00:33:39 (6/12) Installing patch (2.7.6-r6) 00:33:39 (7/12) Installing build-base (0.5-r2) 00:33:39 (8/12) Installing libsodium (1.0.18-r0) 00:33:39 (9/12) Installing pkgconf (1.7.2-r0) 00:33:39 (10/12) Installing libsodium-dev (1.0.18-r0) 00:33:39 (11/12) Installing libzmq (4.3.3-r0) 00:33:39 (12/12) Installing zeromq-dev (4.3.3-r0) 00:33:39 Executing busybox-1.31.1-r19.trigger 00:33:39 OK: 233 MiB in 51 packages 00:33:42 Removing intermediate container a1ada1df8096 00:33:42 ---> e92a14d9fd04 00:33:42 Step 4/6 : WORKDIR /edgex-go 00:33:42 ---> Running in fc70a775f647 00:33:42 Removing intermediate container fc70a775f647 00:33:42 ---> 4efd90fd45a9 00:33:42 Step 5/6 : COPY go.mod . 00:33:42 ---> 2da02735998b 00:33:42 Step 6/6 : RUN go mod download 00:33:43 ---> Running in 30e8672d1dd1 00:34:05 Removing intermediate container 30e8672d1dd1 00:34:05 ---> c55d734b276f 00:34:05 Successfully built c55d734b276f 00:34:05 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:34:05 + docker inspect -f . ci-base-image-x86_64 00:34:05 . [Pipeline] withDockerContainer 00:34:05 prd-centos7-docker-4c-2g-26175 does not seem to be running inside a container 00:34:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/62 -v /w/workspace/edgex-go/62:/w/workspace/edgex-go/62:rw,z -v /w/workspace/edgex-go/62@tmp:/w/workspace/edgex-go/62@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:34:06 $ docker top 929ef3ea6f1bea2f1e97e0b830420e05e185d30e9e10de04d916b141ef20b911 -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:07 + go version 00:34:07 go version go1.15.5 linux/amd64 [Pipeline] } 00:34:07 $ docker stop --time=1 929ef3ea6f1bea2f1e97e0b830420e05e185d30e9e10de04d916b141ef20b911 00:34:08 $ docker rm -f 929ef3ea6f1bea2f1e97e0b830420e05e185d30e9e10de04d916b141ef20b911 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:09 + docker inspect -f . ci-base-image-x86_64 00:34:09 . [Pipeline] withDockerContainer 00:34:09 prd-centos7-docker-4c-2g-26175 does not seem to be running inside a container 00:34:09 $ 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/62 -v /w/workspace/edgex-go/62:/w/workspace/edgex-go/62:rw,z -v /w/workspace/edgex-go/62@tmp:/w/workspace/edgex-go/62@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:34:10 $ docker top 4abce4e37e08378e82fce4a588d2e82956e4415b66f993e2580657534c7afaa6 -eo pid,comm [Pipeline] { [Pipeline] echo 00:34:10 ========================================================= 00:34:10 [edgeXBuildGoParallel] Running Tests and Build... 00:34:10 ========================================================= [Pipeline] sh 00:34:10 + make test 00:34:10 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:34:21 ? github.com/edgexfoundry/edgex-go [no test files] 00:34:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:34:44 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:34:44 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:34:44 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:34:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:34:45 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:34:45 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:34:51 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.115s coverage: 45.9% of statements 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:34:51 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.088s coverage: 100.0% of statements 00:34:55 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.186s coverage: 27.1% of statements 00:34:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:34:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:34:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:34:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:34:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:34:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:34:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements 00:34:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:34:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.031s coverage: 100.0% of statements 00:34:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:34:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:34:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.101s coverage: 65.8% of statements 00:34:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:34:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:34:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.448s coverage: 82.3% of statements 00:34:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:34:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:34:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:34:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.392s coverage: 28.6% of statements 00:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.062s coverage: 100.0% of statements 00:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.049s coverage: 100.0% of statements 00:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.102s coverage: 86.7% of statements 00:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.116s coverage: 97.5% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:35:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.406s coverage: 92.8% of statements 00:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:35:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements 00:35:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:35:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.056s coverage: 0.1% of statements 00:35:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:35:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 45.5% of statements 00:35:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.048s coverage: 79.5% of statements 00:35:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements 00:35:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.066s coverage: 96.3% of statements 00:35:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.031s coverage: 87.5% of statements 00:35:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.044s coverage: 94.4% of statements 00:35:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.028s coverage: 44.8% of statements 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.072s coverage: 92.9% of statements 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.041s coverage: 77.8% of statements 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.047s coverage: 87.2% of statements 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.047s coverage: 80.8% of statements 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 63.5% of statements 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.328s coverage: 68.9% of statements 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 37.0% of statements 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.297s coverage: 84.0% of statements 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.041s coverage: 100.0% of statements 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.130s coverage: 47.0% of statements 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.065s coverage: 100.0% of statements 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.112s coverage: 89.4% of statements 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.720s coverage: 29.1% of statements 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.057s coverage: 100.0% of statements 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 00:35:25 GO111MODULE=on go vet ./... 00:35:52 gofmt -l . 00:35:52 [ "`gofmt -l .`" = "" ] 00:35:52 ./bin/test-go-mod-tidy.sh 00:35:52 ./bin/test-attribution-txt.sh [Pipeline] sh 00:35:53 + ls -al . 00:35:53 total 700 00:35:53 drwxrwxr-x 10 1001 1001 4096 Feb 12 00:35 . 00:35:53 drwxr-xr-x 4 root root 30 Feb 12 00:34 .. 00:35:53 -rw-rw-r-- 1 1001 1001 11 Feb 12 00:32 .dockerignore 00:35:53 drwxrwxr-x 8 1001 1001 179 Feb 12 00:32 .git 00:35:53 drwxrwxr-x 3 1001 1001 125 Feb 12 00:32 .github 00:35:53 -rw-rw-r-- 1 1001 1001 818 Feb 12 00:32 .gitignore 00:35:53 drwx------ 3 1001 1001 60 Feb 12 00:33 .semver 00:35:53 -rw-rw-r-- 1 1001 1001 166 Feb 12 00:32 .sonarcloud.properties 00:35:53 -rw-rw-r-- 1 1001 1001 7859 Feb 12 00:32 Attribution.txt 00:35:53 -rw-rw-r-- 1 1001 1001 3804 Feb 12 00:32 CONTRIBUTING.md 00:35:53 -rw-rw-r-- 1 1001 1001 931 Feb 12 00:32 Dockerfile.build 00:35:53 -rw-rw-r-- 1 1001 1001 863 Feb 12 00:32 Jenkinsfile 00:35:53 -rw-rw-r-- 1 1001 1001 10775 Feb 12 00:32 LICENSE 00:35:53 -rw-rw-r-- 1 1001 1001 5774 Feb 12 00:32 Makefile 00:35:53 -rw-rw-r-- 1 1001 1001 6524 Feb 12 00:32 README.md 00:35:53 -rw-rw-r-- 1 1001 1001 6755 Feb 12 00:32 SECURITY.md 00:35:53 -rw-rw-r-- 1 1001 1001 5 Feb 12 00:33 VERSION 00:35:53 -rw-rw-r-- 1 1001 1001 4131 Feb 12 00:32 ZMQWindows.md 00:35:53 drwxrwxr-x 2 1001 1001 117 Feb 12 00:32 bin 00:35:53 drwxrwxr-x 14 1001 1001 4096 Feb 12 00:32 cmd 00:35:53 -rw-r--r-- 1 root root 595676 Feb 12 00:35 coverage.out 00:35:53 -rw-r--r-- 1 root root 1054 Feb 12 00:35 go.mod 00:35:53 -rw-r--r-- 1 root root 19290 Feb 12 00:35 go.sum 00:35:53 drwxrwxr-x 8 1001 1001 127 Feb 12 00:32 internal 00:35:53 drwxrwxr-x 4 1001 1001 26 Feb 12 00:32 openapi 00:35:53 drwxrwxr-x 4 1001 1001 71 Feb 12 00:32 snap 00:35:53 -rw-rw-r-- 1 1001 1001 168 Feb 12 00:32 version.go [Pipeline] sh 00:35:54 + '[' -e coverage.out ] 00:35:54 + chown 1001:1001 coverage.out [Pipeline] stash 00:35:54 Stashed 1 file(s) [Pipeline] sh 00:35:54 + make build 00:35: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:35:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:36:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:36:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:36:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:36:11 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:12 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:13 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26182 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:36:13 Running in /w/workspace/edgex-go/62 [Pipeline] { [Pipeline] checkout 00:36:14 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:14 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:16 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:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:36:18 using credential edgex-jenkins-ssh 00:36:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:36:18 Cloning the remote Git repository 00:36:18 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:18 > git init /w/workspace/edgex-go/62 # timeout=10 00:36:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:19 > git --version # timeout=10 00:36:19 > git --version # 'git version 2.17.1' 00:36:19 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } 00:36:20 $ docker stop --time=1 4abce4e37e08378e82fce4a588d2e82956e4415b66f993e2580657534c7afaa6 00:36:22 $ docker rm -f 4abce4e37e08378e82fce4a588d2e82956e4415b66f993e2580657534c7afaa6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:24 00:36:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:36:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:24 latest: Pulling from edgex-devops/edgex-compose 00:36:24 cbdbe7a5bc2a: Pulling fs layer 00:36:24 ca9280d653b3: Pulling fs layer 00:36:24 7e9c9ca2126c: Pulling fs layer 00:36:25 cbdbe7a5bc2a: Download complete 00:36:25 ca9280d653b3: Verifying Checksum 00:36:25 ca9280d653b3: Download complete 00:36:25 cbdbe7a5bc2a: Pull complete 00:36:26 7e9c9ca2126c: Verifying Checksum 00:36:26 7e9c9ca2126c: Download complete 00:36:26 ca9280d653b3: Pull complete 00:36:34 7e9c9ca2126c: Pull complete 00:36:34 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:36:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:36:35 prd-centos7-docker-4c-2g-26175 does not seem to be running inside a container 00:36:35 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/62 -v /w/workspace/edgex-go/62:/w/workspace/edgex-go/62:rw,z -v /w/workspace/edgex-go/62@tmp:/w/workspace/edgex-go/62@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:36 $ docker top 03cf1da3eb5d3e9d7e10da259252440bd17c138edd78ec050b17213da07aa433 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:37 Merging remotes/origin/master commit 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:36:37 + docker-compose build --help 00:36:37 + grep parallel 00:36:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:36 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:36 > 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:37 > git config core.sparsecheckout # timeout=10 00:36:37 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:36:37 > git remote # timeout=10 00:36:37 > git config --get remote.origin.url # timeout=10 00:36:37 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:37 > git merge 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 # timeout=10 00:36:38 --parallel Build images in parallel. 00:36:38 Merge succeeded, producing ea56ecd67e6763897b09d67896811577fb564749 00:36:38 Checking out Revision ea56ecd67e6763897b09d67896811577fb564749 (PR-2858) [Pipeline] } 00:36:38 $ docker stop --time=1 03cf1da3eb5d3e9d7e10da259252440bd17c138edd78ec050b17213da07aa433 00:36:38 > git rev-parse HEAD^{commit} # timeout=10 00:36:38 > git config core.sparsecheckout # timeout=10 00:36:38 > git checkout -f ea56ecd67e6763897b09d67896811577fb564749 # timeout=10 00:36:39 $ docker rm -f 03cf1da3eb5d3e9d7e10da259252440bd17c138edd78ec050b17213da07aa433 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:40 . [Pipeline] withDockerContainer 00:36:40 prd-centos7-docker-4c-2g-26175 does not seem to be running inside a container 00:36:40 $ 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/62 -v /w/workspace/edgex-go/62:/w/workspace/edgex-go/62:rw,z -v /w/workspace/edgex-go/62@tmp:/w/workspace/edgex-go/62@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:41 $ docker top f80d04307dcf6d5109cb7ec12486facec1d1172dd8869454040391ee3f339c40 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:42 + docker-compose -f ./docker-compose-build.yml build --parallel 00:36:42 Commit message: "Merge commit '6b1c9d0ce3d994c7467644266d4bee7b22ebaf18' into HEAD" 00:36:42 First time build. Skipping changelog. 00:36:43 Building docker-core-command-go ... 00:36:43 Building docker-core-data-go ... 00:36:43 Building docker-core-metadata-go ... 00:36:43 Building docker-security-bootstrapper-go ... 00:36:43 Building docker-security-proxy-setup-go ... 00:36:43 Building docker-security-secretstore-setup-go ... 00:36:43 Building docker-support-notifications-go ... 00:36:43 Building docker-support-scheduler-go ... 00:36:43 Building docker-sys-mgmt-agent-go ... 00:36:43 Building docker-security-secretstore-setup-go 00:36:43 Building docker-core-metadata-go 00:36:43 Building docker-sys-mgmt-agent-go 00:36:43 Building docker-support-notifications-go 00:36:43 Building docker-security-bootstrapper-go [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:42 > git rev-list --no-walk b933dfdc39a383d59ed037cea67bd74704804290 # timeout=10 00:36:44 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:44 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:45 + + sudo service dockertrue restart 00:36:45 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:47 provisioning config files... 00:36:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/62@tmp/config1322165288707364231tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:48 ---> docker-login.sh 00:36:48 nexus3.edgexfoundry.org:10001 00:36:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:49 Configure a credential helper to remove this warning. See 00:36:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:49 00:36:49 Login Succeeded 00:36:49 nexus3.edgexfoundry.org:10002 00:36:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:50 Configure a credential helper to remove this warning. See 00:36:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:50 00:36:50 Login Succeeded 00:36:50 nexus3.edgexfoundry.org:10003 00:36:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:50 Configure a credential helper to remove this warning. See 00:36:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:50 00:36:50 Login Succeeded 00:36:50 nexus3.edgexfoundry.org:10004 00:36:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:51 Configure a credential helper to remove this warning. See 00:36:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:51 00:36:51 Login Succeeded 00:36:51 docker.io 00:36:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:52 Configure a credential helper to remove this warning. See 00:36:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:52 00:36:52 Login Succeeded 00:36:52 ---> docker-login.sh ends [Pipeline] } 00:36:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:52 ========================================================= 00:36:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:53 + 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:55 Sending build context to Docker daemon 166.4MB 00:36:55 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:36:55 Step 2/6 : FROM ${BASE} 00:36:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:55 5f621e34cdf4: Pulling fs layer 00:36:55 a4357932f1b6: Pulling fs layer 00:36:55 18c013af1878: Pulling fs layer 00:36:55 00ac8860ef70: Pulling fs layer 00:36:55 63d7cb157983: Pulling fs layer 00:36:55 b116817d02f9: Pulling fs layer 00:36:55 745a02a5169b: Pulling fs layer 00:36:55 63d7cb157983: Waiting 00:36:55 b116817d02f9: Waiting 00:36:55 00ac8860ef70: Waiting 00:36:55 745a02a5169b: Waiting 00:36:55 18c013af1878: Verifying Checksum 00:36:55 18c013af1878: Download complete 00:36:55 a4357932f1b6: Verifying Checksum 00:36:55 a4357932f1b6: Download complete 00:36:55 63d7cb157983: Verifying Checksum 00:36:55 63d7cb157983: Download complete 00:36:55 b116817d02f9: Verifying Checksum 00:36:55 b116817d02f9: Download complete 00:36:55 5f621e34cdf4: Verifying Checksum 00:36:55 5f621e34cdf4: Download complete 00:36:56 5f621e34cdf4: Pull complete 00:36:57 a4357932f1b6: Pull complete 00:36:57 18c013af1878: Pull complete 00:36:58 745a02a5169b: Verifying Checksum 00:36:58 745a02a5169b: Download complete 00:36:59 00ac8860ef70: Verifying Checksum 00:36:59 00ac8860ef70: Download complete 00:37:10 00ac8860ef70: Pull complete 00:37:10 63d7cb157983: Pull complete 00:37:10 b116817d02f9: Pull complete 00:37:14 745a02a5169b: Pull complete 00:37:14 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:37:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:37:14 ---> b7e6874047d6 00:37:14 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:18 ---> Running in 1d9466903980 00:37:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:20 (1/12) Installing libmagic (5.38-r0) 00:37:20 (2/12) Installing file (5.38-r0) 00:37:20 (3/12) Installing libc-dev (0.7.2-r3) 00:37:20 (4/12) Installing g++ (9.3.0-r2) 00:37:22 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:22 00:37:22 Step 2/30 : FROM ${BUILDER_BASE} AS builderStep 2/24 : FROM ${BUILDER_BASE} AS builder 00:37:22 ---> c55d734b276f 00:37:22 Step 3/24 : WORKDIR /edgex-go 00:37:22 00:37:22 ---> c55d734b276f 00:37:22 Step 3/30 : WORKDIR /edgex-go 00:37:22 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:37:22 ---> c55d734b276f 00:37:22 Step 3/22 : WORKDIR /edgex-go 00:37:22 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:22 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:37:22 ---> c55d734b276f 00:37:22 Step 3/26 : WORKDIR /edgex-go 00:37:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:22 ---> c55d734b276f 00:37:22 Step 3/23 : WORKDIR /edgex-go 00:37:22 ---> Running in 55c8aa4ee3eb 00:37:22 ---> Running in a67a488b6480 00:37:22 ---> Running in de0c3d3a51e6 00:37:22 ---> Running in cc9d6cf4f74b 00:37:22 ---> Running in c488fac65291 00:37:22 Removing intermediate container c488fac65291 00:37:22 ---> 3643fb2918ac 00:37:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:22 Removing intermediate container cc9d6cf4f74b 00:37:22 ---> ba45082a360e 00:37:22 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:22 Removing intermediate container a67a488b6480 00:37:22 ---> 65bdf99bc5b1 00:37:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:22 Removing intermediate container de0c3d3a51e6 00:37:22 ---> ee5747f1ca3a 00:37:22 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:22 Removing intermediate container 55c8aa4ee3eb 00:37:22 ---> 519419a630d4 00:37:22 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:22 ---> Running in 6ff2f9d7733c 00:37:22 ---> Running in 1c7c42fd4a75 00:37:22 ---> Running in abc7ab97cc43 00:37:22 ---> Running in f8f608f61285 00:37:22 ---> Running in 3c17bb24595f 00:37:23 Removing intermediate container 1c7c42fd4a75 00:37:23 ---> 9ec4deaed076 00:37:23 Step 5/30 : RUN apk add --update --no-cache make git 00:37:23 ---> Running in 49e883556d96 00:37:23 Removing intermediate container abc7ab97cc43 00:37:23 ---> 6a75b4624356 00:37:23 Step 5/23 : RUN apk add --update --no-cache make git 00:37:23 Removing intermediate container 6ff2f9d7733c 00:37:23 ---> 3d71a5cbbfa3 00:37:23 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:37:23 Removing intermediate container 3c17bb24595f 00:37:23 ---> 6be6791cd014 00:37:23 Step 5/24 : RUN apk add --update --no-cache make git 00:37:23 Removing intermediate container f8f608f61285 00:37:23 ---> 4f7fe5ca26af 00:37:23 Step 5/26 : RUN apk add --update --no-cache make bash git 00:37:23 ---> Running in f25dd8b8b847 00:37:23 ---> Running in 6c7e21ba7742 00:37:23 ---> Running in aabc58996879 00:37:23 ---> Running in 22a83fc8dfbd 00:37:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:25 OK: 233 MiB in 51 packages 00:37:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:25 OK: 233 MiB in 51 packages 00:37:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:25 Removing intermediate container 49e883556d96 00:37:25 ---> f040d2e08f10 00:37:25 Step 6/30 : COPY go.mod . 00:37:26 OK: 233 MiB in 51 packages 00:37:26 OK: 233 MiB in 51 packages 00:37:26 ---> 52378e20a86d 00:37:26 Step 7/30 : RUN go mod download 00:37:26 OK: 233 MiB in 51 packages 00:37:26 Removing intermediate container f25dd8b8b847 00:37:26 ---> 01a7bc7dc2c4 00:37:26 Step 6/23 : COPY go.mod . 00:37:26 ---> Running in e11c581cca74 00:37:26 ---> 202fb126c19f 00:37:26 Step 7/23 : RUN go mod download 00:37:26 Removing intermediate container 6c7e21ba7742 00:37:26 ---> d4132c7ab86d 00:37:26 Step 6/22 : COPY go.mod . 00:37:26 ---> Running in c2bb762fcc96 00:37:27 Removing intermediate container aabc58996879 00:37:27 ---> 2979907f6dc1 00:37:27 Step 6/24 : COPY go.mod . 00:37:27 ---> 56c2fe0372b5 00:37:27 Step 7/22 : RUN go mod download 00:37:27 Removing intermediate container 22a83fc8dfbd 00:37:27 ---> 221f09fec6ee 00:37:27 Step 6/26 : COPY go.mod . 00:37:27 ---> Running in 10db4d7ef99c 00:37:27 ---> 2368c9c60b2a 00:37:27 Step 7/24 : RUN go mod download 00:37:28 ---> Running in 1c0280ad8bd1 00:37:28 ---> 8b76a33cbda8 00:37:28 Step 7/26 : RUN go mod download 00:37:28 ---> Running in eaf9a049cea8 00:37:29 Removing intermediate container c2bb762fcc96 00:37:29 ---> 8b81877a5fbe 00:37:29 Step 8/23 : COPY . . 00:37:29 Removing intermediate container e11c581cca74 00:37:29 ---> 76f388835a5c 00:37:29 Step 8/30 : COPY . . 00:37:29 Removing intermediate container 10db4d7ef99c 00:37:29 ---> 34f4e4b56468 00:37:29 Step 8/22 : COPY . . 00:37:35 (5/12) Installing fortify-headers (1.1-r0) 00:37:35 (6/12) Installing patch (2.7.6-r6) 00:37:35 (7/12) Installing build-base (0.5-r2) 00:37:35 (8/12) Installing libsodium (1.0.18-r0) 00:37:35 (9/12) Installing pkgconf (1.7.2-r0) 00:37:35 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:35 (11/12) Installing libzmq (4.3.3-r0) 00:37:35 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:35 Executing busybox-1.31.1-r19.trigger 00:37:35 OK: 217 MiB in 51 packages 00:37:36 Removing intermediate container 1c0280ad8bd1 00:37:36 ---> b2a549f9c634 00:37:36 Step 8/24 : COPY . . 00:37:36 Removing intermediate container eaf9a049cea8 00:37:36 ---> a28e6f2b78ea 00:37:36 Step 8/26 : COPY . . 00:37:39 Removing intermediate container 1d9466903980 00:37:39 ---> c02f75063e63 00:37:39 Step 4/6 : WORKDIR /edgex-go 00:37:39 ---> Running in 4c96bb6171ff 00:37:39 Removing intermediate container 4c96bb6171ff 00:37:39 ---> 1b2dc8d3a72f 00:37:39 Step 5/6 : COPY go.mod . 00:37:40 ---> 03106e99c273 00:37:40 Step 6/6 : RUN go mod download 00:37:40 ---> Running in 810ec59c1780 00:38:07 Removing intermediate container 810ec59c1780 00:38:07 ---> fc3e07395c37 00:38:07 Successfully built fc3e07395c37 00:38:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:38:07 + docker inspect -f . ci-base-image-arm64 00:38:07 . [Pipeline] withDockerContainer 00:38:08 prd-ubuntu18.04-docker-arm64-4c-16g-26182 does not seem to be running inside a container 00:38:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/62 -v /w/workspace/edgex-go/62:/w/workspace/edgex-go/62:rw,z -v /w/workspace/edgex-go/62@tmp:/w/workspace/edgex-go/62@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:09 $ docker top b0c8a80456d8eeb88d1d6456e9a87891eb001972ece087cafd8a31e47e55f35b -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:11 + go version 00:38:11 go version go1.15.5 linux/arm64 [Pipeline] } 00:38:11 $ docker stop --time=1 b0c8a80456d8eeb88d1d6456e9a87891eb001972ece087cafd8a31e47e55f35b 00:38:13 $ docker rm -f b0c8a80456d8eeb88d1d6456e9a87891eb001972ece087cafd8a31e47e55f35b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:14 + docker inspect -f . ci-base-image-arm64 00:38:14 . [Pipeline] withDockerContainer 00:38:14 prd-ubuntu18.04-docker-arm64-4c-16g-26182 does not seem to be running inside a container 00:38:14 $ 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/62 -v /w/workspace/edgex-go/62:/w/workspace/edgex-go/62:rw,z -v /w/workspace/edgex-go/62@tmp:/w/workspace/edgex-go/62@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:15 ---> ec43c94c55a9 00:38:15 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:38:15 ---> fc907f225fd7 00:38:15 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:38:15 ---> 094c38ccb6b1 00:38:15 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:38:15 ---> Running in b00ac141641f 00:38:15 ---> Running in 2ca444dc4ee2 00:38:15 ---> Running in ad4e1935761f 00:38:15 ---> 06351508e66e 00:38:15 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:38:15 ---> 0ac3759be66f 00:38:15 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:38:15 ---> Running in 3cbf5c424967 00:38:15 ---> Running in 7012ff21b17c 00:38:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:38:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:38:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:38:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:38:15 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:16 $ docker top d611379a4c6a0e03fb132fa21205bacdb69653d5c5ace64ee6d7163e375ea54f -eo pid,comm [Pipeline] { [Pipeline] echo 00:38:16 ========================================================= 00:38:16 [edgeXBuildGoParallel] Running Tests and Build... 00:38:16 ========================================================= [Pipeline] sh 00:38:17 + make test 00:38:17 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:38:44 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:45 Removing intermediate container ad4e1935761f 00:38:45 ---> 9bc8e83aeeb4 00:38:45 00:38:45 Step 10/30 : FROM alpine:3.12 00:38:45 3.12: Pulling from library/alpine 00:38:46 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:38:46 Status: Downloaded newer image for alpine:3.12 00:38:46 ---> 389fef711851 00:38:46 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:38:46 Removing intermediate container 7012ff21b17c 00:38:46 ---> 1e655405beba 00:38:46 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:38:46 ---> Running in 5765bacdee30 00:38:46 ---> Running in c86e352ded3b 00:38:47 Removing intermediate container c86e352ded3b 00:38:47 ---> 424ac8120645 00:38:47 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:38:49 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:49 ---> Running in c7bfcf371e56 00:38:49 Removing intermediate container 3cbf5c424967 00:38:49 ---> 83ab817b6b5b 00:38:49 00:38:49 Step 10/24 : FROM alpine:3.12 00:38:49 ---> 389fef711851 00:38:49 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:38:50 ---> Running in 7f411e40bb62 00:38:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:51 (1/2) Installing dumb-init (1.2.2-r1) 00:38:51 (2/2) Installing su-exec (0.2-r1) 00:38:51 Executing busybox-1.31.1-r19.trigger 00:38:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:51 OK: 6 MiB in 16 packages 00:38:51 (1/5) Installing ca-certificates (20191127-r4) 00:38:51 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:38:51 (3/5) Installing libcurl (7.69.1-r3) 00:38:51 (4/5) Installing curl (7.69.1-r3) 00:38:51 (5/5) Installing dumb-init (1.2.2-r1) 00:38:51 Executing busybox-1.31.1-r19.trigger 00:38:51 Executing ca-certificates-20191127-r4.trigger 00:38:52 OK: 7 MiB in 19 packages 00:38:54 Removing intermediate container 5765bacdee30 00:38:54 ---> 88405808bf47 00:38:54 00:38:54 Step 11/26 : FROM docker:20.10.0 00:38:54 20.10.0: Pulling from library/docker 00:38:54 Removing intermediate container 2ca444dc4ee2 00:38:54 ---> a35df91acc98 00:38:54 00:38:54 Step 10/22 : FROM alpine:3.12 00:38:54 ---> 389fef711851 00:38:54 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:38:54 Removing intermediate container b00ac141641f 00:38:54 ---> 96fdd8d2b423 00:38:54 00:38:54 Step 10/23 : FROM alpine:3.12 00:38:54 ---> 389fef711851 00:38:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:38:54 ---> Running in 209951f21ce6 00:38:54 ---> Running in 51ab49596649 00:38:55 Removing intermediate container c7bfcf371e56 00:38:55 ---> ea1c5a81af33 00:38:55 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:38:56 ---> Running in 9fa6aef0e722 00:38:56 Removing intermediate container 7f411e40bb62 00:38:56 ---> 3693003ecb77 00:38:56 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:57 ---> Running in ea98414366cb 00:38:57 Removing intermediate container 9fa6aef0e722 00:38:57 ---> 79140a3b0109 00:38:57 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:38:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:57 ---> Running in d24e307f49ca 00:38:57 (1/2) Installing ca-certificates (20191127-r4) 00:38:57 (2/2) Installing dumb-init (1.2.2-r1) 00:38:57 Executing busybox-1.31.1-r19.trigger 00:38:57 Executing ca-certificates-20191127-r4.trigger 00:38:57 (1/1) Installing dumb-init (1.2.2-r1) 00:38:57 Executing busybox-1.31.1-r19.trigger 00:38:57 OK: 6 MiB in 15 packages 00:38:57 OK: 6 MiB in 16 packages 00:38:57 Removing intermediate container ea98414366cb 00:38:57 ---> e3f050c896f6 00:38:57 Step 13/24 : WORKDIR / 00:38:58 Removing intermediate container d24e307f49ca 00:38:58 ---> a6ea4c982779 00:38:58 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:38:58 ---> Running in 5925dfec5267 00:38:58 ---> Running in 50dee376ad30 00:38:59 Removing intermediate container 5925dfec5267 00:38:59 ---> 237d267a6bcc 00:38:59 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:38:59 Removing intermediate container 51ab49596649 00:38:59 ---> 9bff3711e58b 00:38:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:00 Removing intermediate container 209951f21ce6 00:39:00 ---> b78fca4781fa 00:39:00 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:39:00 ---> Running in ec5cb0950226 00:39:01 ---> 172e15ab2a4e 00:39:01 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:39:01 ---> Running in 3230f1141fa6 00:39:01 Removing intermediate container ec5cb0950226 00:39:01 ---> 07ec06fba34d 00:39:01 Step 13/23 : ENV APP_PORT=48081 00:39:01 ---> Running in 93b9bc277a36 00:39:01 ---> a6d555fffacb 00:39:01 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:39:01 Removing intermediate container 3230f1141fa6 00:39:01 ---> 72bc6ea8112f 00:39:01 Step 13/22 : ENV APP_PORT=48060 00:39:01 ---> Running in 501dd0d3ff80 00:39:02 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:39:02 Removing intermediate container 50dee376ad30 00:39:02 ---> 61399605b996 00:39:02 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:39:02 Status: Downloaded newer image for docker:20.10.0 00:39:02 ---> aefe523efa57 00:39:02 Step 12/26 : RUN apk add --no-cache bash 00:39:02 Removing intermediate container 93b9bc277a36 00:39:02 ---> 0d2253c1ef73 00:39:02 Step 14/23 : EXPOSE $APP_PORT 00:39:02 ---> e81379965c88 00:39:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:39:02 ---> Running in 0350c53f96bd 00:39:02 ---> Running in 18e2f212af67 00:39:02 ---> Running in 59b429115886 00:39:02 Removing intermediate container 501dd0d3ff80 00:39:02 ---> b63de3c239b5 00:39:02 Step 14/22 : EXPOSE $APP_PORT 00:39:02 ---> Running in f74edff6532d 00:39:03 Removing intermediate container 18e2f212af67 00:39:03 ---> 81d12b1648cf 00:39:03 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:39:03 Removing intermediate container 59b429115886 00:39:03 ---> 02bc20cdb9bf 00:39:03 Step 15/23 : WORKDIR / 00:39:03 ---> aecb6705710c 00:39:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:39:03 ---> Running in bc9f796b440a 00:39:03 Removing intermediate container f74edff6532d 00:39:03 ---> 1c574af03fd5 00:39:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:03 ---> f92f4c85518f 00:39:03 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:39:03 (1/2) Installing readline (8.0.4-r0) 00:39:03 (2/2) Installing bash (5.0.17-r0) 00:39:03 Executing bash-5.0.17-r0.post-install 00:39:03 Executing busybox-1.31.1-r19.trigger 00:39:03 OK: 12 MiB in 22 packages 00:39:03 ---> Running in 8f32ac9783de 00:39:03 Removing intermediate container bc9f796b440a 00:39:03 ---> 94860ea085eb 00:39:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:04 ---> 8ec8bf95a0ba 00:39:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:39:04 ---> 93f70898ac45 00:39:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:39:04 ---> ec38ebf8e209 00:39:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:39:04 ---> f02ae8e68046 00:39:04 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:39:05 ---> Running in a16715b4dd0f 00:39:05 ---> 9eada10b204b 00:39:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:39:06 ---> 039c3fbf70b0 00:39:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:39:06 Removing intermediate container 0350c53f96bd 00:39:06 ---> 24d2854a4af5 00:39:06 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:39:06 ---> e0f23a0ac49a 00:39:06 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:39:06 ---> Running in 8206ebc91d0d 00:39:06 ---> Running in 7e4fe7b6b36d 00:39:06 ---> fb6ec14121ab 00:39:06 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:39:06 Removing intermediate container 8206ebc91d0d 00:39:06 ---> 27b8b858980a 00:39:06 Step 14/26 : ENV APP_PORT=48090 00:39:06 ---> Running in bb61f1e91de4 00:39:06 ---> Running in 89084498e7dc 00:39:06 Removing intermediate container 8f32ac9783de 00:39:06 ---> 51acd36b602c 00:39:06 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:06 Removing intermediate container 7e4fe7b6b36d 00:39:06 ---> db9ee2cc8549 00:39:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:07 Removing intermediate container bb61f1e91de4 00:39:07 ---> b5fdabc48783 00:39:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:07 ---> Running in 589ba5a45701 00:39:07 Removing intermediate container 89084498e7dc 00:39:07 ---> 839c880d0687 00:39:07 Step 15/26 : EXPOSE $APP_PORT 00:39:07 Removing intermediate container a16715b4dd0f 00:39:07 ---> 755bef025cd4 00:39:07 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:39:07 ---> Running in 832c99f640f0 00:39:07 ---> 64a337005176 00:39:07 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:39:07 ---> Running in fc8835321f00 00:39:07 ---> Running in 8f4a1f937694 00:39:07 Removing intermediate container 589ba5a45701 00:39:07 ---> ebb13bb1569d 00:39:07 Step 20/22 : LABEL arch=x86_64 00:39:07 ---> Running in c1ff3ff8efbe 00:39:07 Removing intermediate container 832c99f640f0 00:39:07 ---> 8e7a83639c1e 00:39:07 Step 21/23 : LABEL arch=x86_64 00:39:07 ---> Running in 86ce8af120ab 00:39:07 Removing intermediate container fc8835321f00 00:39:07 ---> 8e63a9732374 00:39:07 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:39:07 Removing intermediate container 8f4a1f937694 00:39:07 ---> d0d7283f7295 00:39:07 Step 22/24 : LABEL arch=x86_64 00:39:07 Removing intermediate container c1ff3ff8efbe 00:39:07 ---> 3c8cf9701e1c 00:39:07 Step 21/22 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 00:39:08 ---> c07ec3e15971 00:39:08 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:39:08 ---> Running in 077b3a1cb03d 00:39:08 ---> Running in 0bf950ac7461 00:39:08 Removing intermediate container 86ce8af120ab 00:39:08 ---> 866ee4bd86a0 00:39:08 Step 22/23 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 00:39:08 ---> 7bf8bf5c8139 00:39:08 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:39:08 ---> Running in 5d422e48194c 00:39:08 Removing intermediate container 077b3a1cb03d 00:39:08 ---> fcfc0a7a6126 00:39:08 Step 23/24 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 00:39:08 Removing intermediate container 0bf950ac7461 00:39:08 ---> ebfdccedba0c 00:39:08 Step 22/22 : LABEL version=0.0.0 00:39:08 ---> e35287d059c4 00:39:08 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:39:08 ---> Running in 50a12a309fa5 00:39:08 ---> Running in 7a84655e549a 00:39:09 ---> 04b7c19514d3 00:39:09 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:39:09 Removing intermediate container 5d422e48194c 00:39:09 ---> e68f7d79e911 00:39:09 Step 23/23 : LABEL version=0.0.0 00:39:09 ---> Running in 3d81cf4f6b51 00:39:09 ---> Running in e9c402f9dba1 00:39:09 Removing intermediate container 50a12a309fa5 00:39:09 ---> 033a81bfb643 00:39:09 00:39:09 ---> a750152c133a 00:39:09 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:39:09 Removing intermediate container 7a84655e549a 00:39:09 ---> 721bff81267a 00:39:09 Step 24/24 : LABEL version=0.0.0 00:39:09 ---> Running in 2af5e8198f87 00:39:09 Successfully built 033a81bfb643 00:39:09 Removing intermediate container e9c402f9dba1 00:39:09 ---> e0d0d24a4821 00:39:09 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:39:09 Removing intermediate container 3d81cf4f6b51 00:39:09 ---> 6c60f32f35a8 00:39:09 00:39:09 Successfully tagged docker-support-notifications-go:latest 00:39:09 Building docker-core-command-go 00:39:09  Building docker-support-notifications-go ... done  ---> 2a5b8cb92975 00:39:09 Step 19/26 : RUN apk --no-cache add py3-pip 00:39:10 Removing intermediate container 2af5e8198f87 00:39:10 ---> 3b1e0a4df3c3 00:39:10 00:39:10 Successfully built 6c60f32f35a8 00:39:10 Successfully built 3b1e0a4df3c3 00:39:10 ---> Running in 5d228dad1e08 00:39:10 Successfully tagged docker-core-metadata-go:latest 00:39:10 Building docker-core-data-go 00:39:10  Building docker-core-metadata-go ... done Successfully tagged docker-security-secretstore-setup-go:latest 00:39:10 Building docker-security-proxy-setup-go 00:39:10  Building docker-security-secretstore-setup-go ... done  ---> 6adda3c69e18 00:39:10 Step 25/30 : RUN chmod +x /entrypoint.sh 00:39:10 ---> Running in 6c6d6110f3c3 00:39:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:13 (1/33) Installing libbz2 (1.0.8-r1) 00:39:13 (2/33) Installing expat (2.2.9-r1) 00:39:13 (3/33) Installing libffi (3.3-r2) 00:39:13 (4/33) Installing gdbm (1.13-r1) 00:39:13 (5/33) Installing xz-libs (5.2.5-r0) 00:39:13 (6/33) Installing sqlite-libs (3.32.1-r0) 00:39:13 (7/33) Installing python3 (3.8.5-r0) 00:39:24 (8/33) Installing py3-appdirs (1.4.4-r1) 00:39:24 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:39:24 (10/33) Installing py3-parsing (2.4.7-r0) 00:39:24 (11/33) Installing py3-six (1.15.0-r0) 00:39:24 (12/33) Installing py3-packaging (20.4-r0) 00:39:24 (13/33) Installing py3-setuptools (47.0.0-r0) 00:39:24 (14/33) Installing py3-chardet (3.0.4-r4) 00:39:24 (15/33) Installing py3-idna (2.9-r0) 00:39:24 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:39:24 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:39:24 Removing intermediate container 6c6d6110f3c3 00:39:24 ---> 9b40f7be039d 00:39:24 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:39:24 (18/33) Installing py3-requests (2.23.0-r0) 00:39:24 (19/33) Installing py3-msgpack (1.0.0-r0) 00:39:24 (20/33) Installing py3-lockfile (0.12.2-r3) 00:39:24 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:39:24 (22/33) Installing py3-colorama (0.4.3-r0) 00:39:24 (23/33) Installing py3-distlib (0.3.0-r0) 00:39:24 (24/33) Installing py3-distro (1.5.0-r1) 00:39:24 (25/33) Installing py3-webencodings (0.5.1-r3) 00:39:25 (26/33) Installing py3-html5lib (1.0.1-r4) 00:39:25 ---> Running in 6b4deb57c9f8 00:39:25 (27/33) Installing py3-pytoml (0.1.21-r0) 00:39:25 (28/33) Installing py3-pep517 (0.8.2-r0) 00:39:25 (29/33) Installing py3-progress (1.5-r0) 00:39:25 (30/33) Installing py3-toml (0.10.1-r0) 00:39:25 (31/33) Installing py3-retrying (1.3.3-r0) 00:39:25 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:39:25 (33/33) Installing py3-pip (20.1.1-r0) 00:39:31 Executing busybox-1.31.1-r19.trigger 00:39:31 OK: 71 MiB in 55 packages 00:39:32 Removing intermediate container 6b4deb57c9f8 00:39:32 ---> cf253b4d8a3c 00:39:32 Step 27/30 : CMD ["gate"] 00:39:33 ---> Running in 7430b81bf364 00:39:35 Removing intermediate container 7430b81bf364 00:39:35 ---> ab4a43f24354 00:39:35 Step 28/30 : LABEL arch=x86_64 00:39:36 ---> Running in db0dc9a05364 00:39:37 Removing intermediate container db0dc9a05364 00:39:37 ---> fd6d89a975c7 00:39:37 Step 29/30 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 00:39:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:39:38 ---> c55d734b276f 00:39:38 Step 3/23 : WORKDIR /edgex-go 00:39:38 ---> Using cache 00:39:38 ---> 519419a630d4 00:39:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:38 ---> Using cache 00:39:38 ---> 6be6791cd014 00:39:38 Step 5/23 : RUN apk add --update --no-cache make git 00:39:38 ---> Using cache 00:39:38 ---> 2979907f6dc1 00:39:38 Step 6/23 : COPY go.mod . 00:39:38 ---> Using cache 00:39:38 ---> 2368c9c60b2a 00:39:38 Step 7/23 : RUN go mod download 00:39:38 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:38 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:39:38 ---> c55d734b276f 00:39:38 Step 3/21 : WORKDIR /edgex-go 00:39:38 ---> Using cache 00:39:38 ---> 519419a630d4 00:39:38 ---> Using cache 00:39:38 ---> b2a549f9c634 00:39:38 Step 8/23 : COPY . . 00:39:38 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:38 ---> Using cache 00:39:38 ---> 6be6791cd014 00:39:38 Step 5/21 : RUN apk add --update --no-cache make git 00:39:38 ---> Using cache 00:39:38 ---> 2979907f6dc1 00:39:38 Step 6/21 : COPY go.mod . 00:39:38 ---> Using cache 00:39:38 ---> 2368c9c60b2a 00:39:38 Step 7/21 : RUN go mod download 00:39:38 ---> Using cache 00:39:38 ---> b2a549f9c634 00:39:38 Step 8/21 : COPY . . 00:39:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:39:38 ---> c55d734b276f 00:39:38 Step 3/23 : WORKDIR /edgex-go 00:39:38 ---> Using cache 00:39:38 ---> 519419a630d4 00:39:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:38 ---> Using cache 00:39:38 ---> 6be6791cd014 00:39:38 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:39:38 ---> Using cache 00:39:38 ---> 06351508e66e 00:39:38 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:39:38 ---> Using cache 00:39:38 ---> 06351508e66e 00:39:38 Step 9/23 : RUN make cmd/core-command/core-command 00:39:40 ---> Running in 51365b51c7da 00:39:40 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:40 ---> Running in d30c10fbce5d 00:39:40 ---> Running in d43c6c2af591 00:39:40 ---> Running in 7fc9453d5981 00:39:41 Removing intermediate container 51365b51c7da 00:39:41 ---> a36ea1af623f 00:39:41 Step 30/30 : LABEL version=0.0.0 00:39:42 ---> Running in b71928174e97 00:39:43 Removing intermediate container b71928174e97 00:39:43 ---> 77d345fa0962 00:39:43 00:39:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:39:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:39:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:43 Successfully built 77d345fa0962 00:39:44 Successfully tagged docker-security-bootstrapper-go:latest 00:39:44  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go 00:39:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:45 OK: 233 MiB in 51 packages 00:39:50 Removing intermediate container 5d228dad1e08 00:39:50 ---> 1d1a1dd396d2 00:39:50 Step 20/26 : RUN pip install docker-compose==1.23.2 00:39:53 Removing intermediate container d43c6c2af591 00:39:53 ---> b675789af83c 00:39:53 Step 6/23 : COPY go.mod . 00:39:53 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 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 ---> Running in c8b783732638 00:39:54 ---> 3cd92e668ac3 00:39:54 Step 7/23 : RUN go mod download 00:39:55 ---> Running in 36711080f75c 00:39:57 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:59 Removing intermediate container 36711080f75c 00:39:59 ---> 33399fd17743 00:39:59 Step 8/23 : COPY . . 00:40:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:40:02 Collecting docker-compose==1.23.2 00:40:02 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:40:02 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:40:03 Collecting jsonschema<3,>=2.5.1 00:40:03 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:40:05 Collecting cached-property<2,>=1.2.0 00:40:05 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:40:06 Collecting docker<4.0,>=3.6.0 00:40:06 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:40:07 Collecting dockerpty<0.5,>=0.4.1 00:40:07 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:40:08 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:40:08 ---> c55d734b276f 00:40:08 Step 3/22 : WORKDIR /edgex-go 00:40:08 ---> Using cache 00:40:08 ---> 519419a630d4 00:40:08 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:08 ---> Using cache 00:40:08 ---> 6be6791cd014 00:40:08 Step 5/22 : RUN apk add --update --no-cache make git 00:40:08 ---> Using cache 00:40:08 ---> 2979907f6dc1 00:40:08 Step 6/22 : COPY go.mod . 00:40:08 ---> Using cache 00:40:08 ---> 2368c9c60b2a 00:40:08 Step 7/22 : RUN go mod download 00:40:08 ---> Using cache 00:40:08 ---> b2a549f9c634 00:40:08 Step 8/22 : COPY . . 00:40:08 ---> Using cache 00:40:08 ---> 06351508e66e 00:40:08 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:40:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:40:10 ---> Running in 30de1c05f900 00:40:10 Collecting websocket-client<1.0,>=0.32.0 00:40:10 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:40:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:40:10 Collecting docopt<0.7,>=0.6.1 00:40:10 Downloading docopt-0.6.2.tar.gz (25 kB) 00:40:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:40:11 Collecting PyYAML<4,>=3.10 00:40:11 Downloading PyYAML-3.13.tar.gz (270 kB) 00:40:15 Collecting texttable<0.10,>=0.9.0 00:40:15 Downloading texttable-0.9.1.tar.gz (11 kB) 00:40:16 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:40:16 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:40:16 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:40:18 Collecting docker-pycreds>=0.4.0 00:40:18 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.372s coverage: 45.9% of statements 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.258s coverage: 100.0% of statements 00:40:19 Collecting urllib3<1.25,>=1.21.1 00:40:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:40:19 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:40:19 Collecting idna<2.8,>=2.5 00:40:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:40:19 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:40:19 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:40:19 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:40:19 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:40:19 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:40:19 Installing collected packages: jsonschema, cached-property, websocket-client, docker-pycreds, urllib3, idna, requests, docker, dockerpty, docopt, PyYAML, texttable, docker-compose 00:40:22 Attempting uninstall: urllib3 00:40:22 Found existing installation: urllib3 1.25.9 00:40:22 Uninstalling urllib3-1.25.9: 00:40:22 Successfully uninstalled urllib3-1.25.9 00:40:24 Attempting uninstall: idna 00:40:24 Found existing installation: idna 2.9 00:40:24 Uninstalling idna-2.9: 00:40:25 Successfully uninstalled idna-2.9 00:40:26 Attempting uninstall: requests 00:40:26 Found existing installation: requests 2.23.0 00:40:26 Uninstalling requests-2.23.0: 00:40:26 Removing intermediate container d30c10fbce5d 00:40:26 ---> 41ec03b6b63b 00:40:26 00:40:26 Step 10/23 : FROM alpine:3.12 00:40:26 ---> 389fef711851 00:40:26 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:40:26 ---> Using cache 00:40:26 ---> 9bff3711e58b 00:40:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:40:26 ---> Using cache 00:40:26 ---> 07ec06fba34d 00:40:26 Step 13/23 : ENV APP_PORT=48082 00:40:26 Successfully uninstalled requests-2.23.0 00:40:28 Removing intermediate container 7fc9453d5981 00:40:28 ---> a5798d575fd1 00:40:28 00:40:28 Step 10/21 : FROM alpine:3.12 00:40:28 ---> 389fef711851 00:40:28 Step 11/21 : RUN apk add --update --no-cache curl 00:40:28 ---> Running in 18505aabdfb1 00:40:28 ---> Running in cc7cfe99d94c 00:40:28 ---> 06ffe950a3b3 00:40:28 Step 9/23 : RUN make cmd/core-data/core-data 00:40:28 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.589s coverage: 27.1% of statements 00:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.076s coverage: 100.0% of statements 00:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.102s coverage: 100.0% of statements 00:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.275s coverage: 65.8% of statements 00:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:29 Running setup.py install for dockerpty: started 00:40:29 Removing intermediate container 18505aabdfb1 00:40:29 ---> 35f269ed6c0a 00:40:29 Step 14/23 : EXPOSE $APP_PORT 00:40:29 ---> Running in 01c45650f419 00:40:29 ---> Running in 7ffdf068cf7e 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.779s coverage: 82.3% of statements 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:29 Removing intermediate container 7ffdf068cf7e 00:40:29 ---> 4bd560ccb4c2 00:40:29 Step 15/23 : WORKDIR / 00:40:29 ---> Running in 448c9073f67f 00:40:29 Running setup.py install for dockerpty: finished with status 'done' 00:40:29 Running setup.py install for docopt: started 00:40:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:30 Removing intermediate container 448c9073f67f 00:40:30 ---> 2b961195842c 00:40:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:30 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:40:30 (1/4) Installing ca-certificates (20191127-r4) 00:40:30 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:40:30 (3/4) Installing libcurl (7.69.1-r3) 00:40:30 (4/4) Installing curl (7.69.1-r3) 00:40:30 Executing busybox-1.31.1-r19.trigger 00:40:30 Executing ca-certificates-20191127-r4.trigger 00:40:30 OK: 7 MiB in 18 packages 00:40:30 Running setup.py install for docopt: finished with status 'done' 00:40:30 Running setup.py install for PyYAML: started 00:40:32 Running setup.py install for PyYAML: finished with status 'done' 00:40:32 Running setup.py install for texttable: started 00:40:32 ---> 901cd60c039f 00:40:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:40:32 Running setup.py install for texttable: finished with status 'done' 00:40:33 Removing intermediate container cc7cfe99d94c 00:40:33 ---> 363e3c0b0136 00:40:33 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:40:33 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:40:33 ---> f33fe3903df7 00:40:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:40:33 ---> Running in d52ef49b3995 00:40:35 Removing intermediate container d52ef49b3995 00:40:35 ---> b534ea20f41c 00:40:35 Step 13/21 : WORKDIR /edgex 00:40:35 ---> 13c3a4578b1b 00:40:35 Step 19/23 : ENTRYPOINT ["/core-command"] 00:40:35 ---> Running in 4e33a700a863 00:40:35 ---> Running in 6b4a2314546b 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.349s coverage: 28.6% of statements 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.210s coverage: 100.0% of statements 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.160s coverage: 100.0% of statements 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:37 Removing intermediate container 4e33a700a863 00:40:37 ---> a0d9847d0b03 00:40:37 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:40:37 Removing intermediate container 6b4a2314546b 00:40:37 ---> dd10ca971300 00:40:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:37 Removing intermediate container c8b783732638 00:40:37 ---> Running in b32e4d6ad73a 00:40:37 ---> 4af6af6e9850 00:40:37 Step 21/26 : RUN apk --no-cache add curl 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.325s coverage: 86.7% of statements 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:38 ---> Running in 46896a03b876 00:40:40 ---> db839c13ccad 00:40:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:40:40 Removing intermediate container b32e4d6ad73a 00:40:40 ---> 5d8204fb440d 00:40:40 Step 21/23 : LABEL arch=x86_64 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.388s coverage: 97.5% of statements 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.169s coverage: 78.3% of statements 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:40 ---> Running in 9d36728d0816 00:40:40 Removing intermediate container 30de1c05f900 00:40:40 ---> be50c58af820 00:40:40 00:40:40 Step 10/22 : FROM alpine:3.12 00:40:40 ---> 389fef711851 00:40:40 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:40:40 ---> Using cache 00:40:40 ---> 9bff3711e58b 00:40:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:40:40 ---> Using cache 00:40:40 ---> 07ec06fba34d 00:40:40 Step 13/22 : ENV APP_PORT=48085 00:40:40 ---> Running in b4bd2654984a 00:40:40 ---> eeac350af245 00:40:40 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:40:40 Removing intermediate container 9d36728d0816 00:40:40 ---> 926b910c97c3 00:40:40 Step 22/23 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 00:40:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:41 ---> Running in ec1b7684ee25 00:40:41 Removing intermediate container b4bd2654984a 00:40:41 ---> 29d0c1dd402b 00:40:41 Step 14/22 : EXPOSE $APP_PORT 00:40:41 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:40:41 (2/3) Installing libcurl (7.69.1-r3) 00:40:41 (3/3) Installing curl (7.69.1-r3) 00:40:41 Executing busybox-1.31.1-r19.trigger 00:40:41 ---> Running in ef74f9a61849 00:40:41 OK: 72 MiB in 58 packages 00:40:42 Removing intermediate container ec1b7684ee25 00:40:42 ---> 085b5931edb6 00:40:42 Step 23/23 : LABEL version=0.0.0 00:40:42 ---> b5211d230cd4 00:40:42 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:40:42 Removing intermediate container ef74f9a61849 00:40:42 ---> 86bc4e87c37d 00:40:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:43 ---> Running in adbef1322f1b 00:40:43 ---> Running in e324b8b69003 00:40:43 Removing intermediate container 46896a03b876 00:40:43 ---> 6f23afd94b97 00:40:43 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:40:43 ---> ce4a8772ff9e 00:40:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:40:43 Removing intermediate container adbef1322f1b 00:40:43 ---> 47dd1ff6ef60 00:40:43 00:40:43 Removing intermediate container e324b8b69003 00:40:43 ---> e13d5d178632 00:40:43 Step 18/21 : CMD ["--init=true"] 00:40:43 ---> Running in 4f1af93b51fd 00:40:44 Successfully built 47dd1ff6ef60 00:40:44 ---> Running in 4fa0f8c882cb 00:40:44 Successfully tagged docker-core-command-go:latest 00:40:44  Building docker-core-command-go ... done  ---> b665cbe25de5 00:40:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:40:44 Removing intermediate container 4f1af93b51fd 00:40:44 ---> 9a85c50cc0d8 00:40:44 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:45 Removing intermediate container 4fa0f8c882cb 00:40:45 ---> 017fdef5066e 00:40:45 Step 19/21 : LABEL arch=x86_64 00:40:45 ---> Running in 597e62fb854f 00:40:45 ---> Running in b5af97d4274b 00:40:45 ---> 0438b53a6af3 00:40:45 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:40:45 ---> Running in 75ddfcd56351 00:40:45 Removing intermediate container 597e62fb854f 00:40:45 ---> 31391589afa3 00:40:45 Step 24/26 : LABEL arch=x86_64 00:40:45 Removing intermediate container b5af97d4274b 00:40:45 ---> 2e6585385072 00:40:45 Step 20/21 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 00:40:45 ---> Running in 7e90c5d23064 00:40:45 ---> Running in 7fec6ec494e8 00:40:45 Removing intermediate container 75ddfcd56351 00:40:45 ---> ea4bf7929c5f 00:40:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:45 ---> Running in 85c3a3c465a0 00:40:46 Removing intermediate container 7e90c5d23064 00:40:46 ---> 0fc60cd20aaf 00:40:46 Step 25/26 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 00:40:46 Removing intermediate container 7fec6ec494e8 00:40:46 ---> c8a3d4f5ef90 00:40:46 Step 21/21 : LABEL version=0.0.0 00:40:46 ---> Running in 5410d499195c 00:40:46 ---> Running in 91c92a27b724 00:40:46 Removing intermediate container 85c3a3c465a0 00:40:46 ---> ff40ed9abb3d 00:40:46 Step 20/22 : LABEL arch=x86_64 00:40:46 Removing intermediate container 5410d499195c 00:40:46 ---> 002a2f3f88d3 00:40:46 Step 26/26 : LABEL version=0.0.0 00:40:46 ---> Running in e2a46db264b7 00:40:47 ---> Running in dbee6e0aa04d 00:40:47 Removing intermediate container 91c92a27b724 00:40:47 ---> 072142ab0236 00:40:47 00:40:48 Successfully built 072142ab0236 00:40:48 Removing intermediate container e2a46db264b7 00:40:48 ---> f215e37d40a6 00:40:48 Step 21/22 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 00:40:48 Successfully tagged docker-security-proxy-setup-go:latest 00:40:49  Building docker-security-proxy-setup-go ... done Removing intermediate container dbee6e0aa04d 00:40:49 ---> 4b05908c44c5 00:40:49 00:40:49 ---> Running in e8adae21f252 00:40:49 Successfully built 4b05908c44c5 00:40:49 Successfully tagged docker-sys-mgmt-agent-go:latest 00:40:49  Building docker-sys-mgmt-agent-go ... done Removing intermediate container e8adae21f252 00:40:49 ---> 4214a3b7f5ee 00:40:49 Step 22/22 : LABEL version=0.0.0 00:40:49 ---> Running in f828fe73f539 00:40:50 Removing intermediate container f828fe73f539 00:40:50 ---> ef1118c93fe7 00:40:50 00:40:50 Successfully built ef1118c93fe7 00:40:50 Successfully tagged docker-support-scheduler-go:latest 00:40:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.385s coverage: 92.8% of statements 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.273s coverage: 0.1% of statements 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:40:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.076s coverage: 45.5% of statements 00:40:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.090s coverage: 79.5% of statements 00:40:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.101s coverage: 94.1% of statements 00:40:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.116s coverage: 96.3% of statements 00:40:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.062s coverage: 87.5% of statements 00:40:53  Building docker-support-scheduler-go ... done Removing intermediate container 01c45650f419 00:40:53 ---> c25cc5f9c54b 00:40:53 00:40:53 Step 10/23 : FROM alpine:3.12 00:40:53 ---> 389fef711851 00:40:53 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:53 ---> Running in 4dc74942f857 00:40:53 Removing intermediate container 4dc74942f857 00:40:53 ---> cbe955767b9a 00:40:53 Step 12/23 : ENV APP_PORT=48080 00:40:53 ---> Running in aed17e281d52 00:40:53 Removing intermediate container aed17e281d52 00:40:53 ---> 33798fc5fcbc 00:40:53 Step 13/23 : EXPOSE $APP_PORT 00:40:53 ---> Running in 9f5913b28af4 00:40:53 Removing intermediate container 9f5913b28af4 00:40:53 ---> b56452417385 00:40:53 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:53 ---> Running in f5e58ad44b10 00:40:54 Removing intermediate container f5e58ad44b10 00:40:54 ---> cd35ab016a22 00:40:54 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:40:54 ---> Running in 18564723cac5 00:40:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:56 (1/6) Installing dumb-init (1.2.2-r1) 00:40:56 (2/6) Installing libgcc (9.3.0-r2) 00:40:56 (3/6) Installing libsodium (1.0.18-r0) 00:40:56 (4/6) Installing libstdc++ (9.3.0-r2) 00:40:57 (5/6) Installing libzmq (4.3.3-r0) 00:40:57 (6/6) Installing zeromq (4.3.3-r0) 00:40:57 Executing busybox-1.31.1-r19.trigger 00:40:57 OK: 8 MiB in 20 packages 00:40:57 Removing intermediate container 18564723cac5 00:40:57 ---> a38e5e7ac807 00:40:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:58 ---> 7b1d11eff38c 00:40:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:40:58 ---> 09b64b9502b6 00:40:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:40:59 ---> 8aa100854824 00:40:59 Step 19/23 : ENTRYPOINT ["/core-data"] 00:40:59 ---> Running in c76055e8db89 00:40:59 Removing intermediate container c76055e8db89 00:40:59 ---> 068da9d493ba 00:40:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:59 ---> Running in 0fa0b61d0ad3 00:40:59 Removing intermediate container 0fa0b61d0ad3 00:40:59 ---> d473a7718df2 00:40:59 Step 21/23 : LABEL arch=x86_64 00:40:59 ---> Running in bdba3920b69f 00:40:59 Removing intermediate container bdba3920b69f 00:40:59 ---> 5b3169cb0cde 00:40:59 Step 22/23 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 00:40:59 ---> Running in 64b81755641f 00:40:59 Removing intermediate container 64b81755641f 00:40:59 ---> 9b9934d5d11a 00:40:59 Step 23/23 : LABEL version=0.0.0 00:40:59 ---> Running in 1872f986e714 00:41:00 Removing intermediate container 1872f986e714 00:41:00 ---> ffa3b7fba41e 00:41:00 00:41:00 Successfully built ffa3b7fba41e 00:41:00 Successfully tagged docker-core-data-go:latest 00:41:00  Building docker-core-data-go ... done  [Pipeline] } 00:41:00 $ docker stop --time=1 f80d04307dcf6d5109cb7ec12486facec1d1172dd8869454040391ee3f339c40 00:41:02 $ docker rm -f f80d04307dcf6d5109cb7ec12486facec1d1172dd8869454040391ee3f339c40 [Pipeline] // withDockerContainer [Pipeline] sh 00:41:02 + docker images 00:41:02 + grep docker 00:41:02 docker-core-data-go latest ffa3b7fba41e 3 seconds ago 22.3MB 00:41:02 docker-support-scheduler-go latest ef1118c93fe7 13 seconds ago 17MB 00:41:02 docker-sys-mgmt-agent-go latest 4b05908c44c5 14 seconds ago 313MB 00:41:02 docker-security-proxy-setup-go latest 072142ab0236 16 seconds ago 24.4MB 00:41:02 docker-core-command-go latest 47dd1ff6ef60 19 seconds ago 16.9MB 00:41:02 docker-security-bootstrapper-go latest 77d345fa0962 About a minute ago 18MB 00:41:02 docker-security-secretstore-setup-go latest 3b1e0a4df3c3 About a minute ago 24.6MB 00:41:02 docker-core-metadata-go latest 6c60f32f35a8 About a minute ago 18.8MB 00:41:02 docker-support-notifications-go latest 033a81bfb643 About a minute ago 17.6MB 00:41:02 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.081s coverage: 94.4% of statements 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.065s coverage: 44.8% of statements [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:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.151s coverage: 92.9% of statements 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements 00:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.139s coverage: 87.2% of statements 00:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.155s coverage: 84.2% of statements 00:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.210s coverage: 91.4% of statements 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.633s coverage: 63.5% of statements 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements 00:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements 00:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements 00:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements 00:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements 00:41:18 Still waiting to schedule task 00:41:18 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-26183’ 00:41:22 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.815s coverage: 68.9% of statements 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:41:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.386s coverage: 37.0% of statements 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:41:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.852s coverage: 84.0% of statements 00:41:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.087s coverage: 100.0% of statements 00:41:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.469s coverage: 47.0% of statements 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:41:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.126s coverage: 100.0% of statements 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:41:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.121s coverage: 100.0% of statements 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:41:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.380s coverage: 89.4% of statements 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.783s coverage: 29.1% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.203s coverage: 99.0% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.109s coverage: 100.0% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.154s coverage: 100.0% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.090s coverage: 87.9% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements 00:41:44 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.090s coverage: 100.0% of statements 00:41:45 GO111MODULE=on go vet ./... 00:43:07 gofmt -l . 00:43:07 [ "`gofmt -l .`" = "" ] 00:43:08 ./bin/test-go-mod-tidy.sh 00:43:09 ./bin/test-attribution-txt.sh [Pipeline] sh 00:43:11 + ls -al . 00:43:11 total 728 00:43:11 drwxrwxr-x 9 1001 1001 4096 Feb 12 00:43 . 00:43:11 drwxr-xr-x 4 root root 4096 Feb 12 00:38 .. 00:43:11 -rw-rw-r-- 1 1001 1001 11 Feb 12 00:36 .dockerignore 00:43:11 drwxrwxr-x 8 1001 1001 4096 Feb 12 00:36 .git 00:43:11 drwxrwxr-x 3 1001 1001 4096 Feb 12 00:36 .github 00:43:11 -rw-rw-r-- 1 1001 1001 818 Feb 12 00:36 .gitignore 00:43:11 -rw-rw-r-- 1 1001 1001 166 Feb 12 00:36 .sonarcloud.properties 00:43:11 -rw-rw-r-- 1 1001 1001 7859 Feb 12 00:36 Attribution.txt 00:43:11 -rw-rw-r-- 1 1001 1001 3804 Feb 12 00:36 CONTRIBUTING.md 00:43:11 -rw-rw-r-- 1 1001 1001 931 Feb 12 00:36 Dockerfile.build 00:43:11 -rw-rw-r-- 1 1001 1001 863 Feb 12 00:36 Jenkinsfile 00:43:11 -rw-rw-r-- 1 1001 1001 10775 Feb 12 00:36 LICENSE 00:43:11 -rw-rw-r-- 1 1001 1001 5774 Feb 12 00:36 Makefile 00:43:11 -rw-rw-r-- 1 1001 1001 6524 Feb 12 00:36 README.md 00:43:11 -rw-rw-r-- 1 1001 1001 6755 Feb 12 00:36 SECURITY.md 00:43:11 -rw-rw-r-- 1 1001 1001 5 Feb 12 00:33 VERSION 00:43:11 -rw-rw-r-- 1 1001 1001 4131 Feb 12 00:36 ZMQWindows.md 00:43:11 drwxrwxr-x 2 1001 1001 4096 Feb 12 00:36 bin 00:43:11 drwxrwxr-x 14 1001 1001 4096 Feb 12 00:36 cmd 00:43:11 -rw-r--r-- 1 root root 595676 Feb 12 00:41 coverage.out 00:43:11 -rw-r--r-- 1 root root 1054 Feb 12 00:43 go.mod 00:43:11 -rw-r--r-- 1 root root 19290 Feb 12 00:43 go.sum 00:43:11 drwxrwxr-x 8 1001 1001 4096 Feb 12 00:36 internal 00:43:11 drwxrwxr-x 4 1001 1001 4096 Feb 12 00:36 openapi 00:43:11 drwxrwxr-x 4 1001 1001 4096 Feb 12 00:36 snap 00:43:11 -rw-rw-r-- 1 1001 1001 168 Feb 12 00:36 version.go [Pipeline] sh 00:43:12 + '[' -e coverage.out ] 00:43:12 + chown 1001:1001 coverage.out [Pipeline] stash 00:43:12 Warning: overwriting stash ‘coverage-report’ 00:43:13 Stashed 1 file(s) [Pipeline] sh 00:43:14 + make build 00:43:14 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:43:20 Running on prd-ubuntu18.04-docker-8c-8g-26185 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:43:20 Running in /w/workspace/edgex-go/62 [Pipeline] { [Pipeline] checkout 00:43:22 using credential edgex-jenkins-ssh 00:43:22 Cloning the remote Git repository 00:43:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:43:22 > git init /w/workspace/edgex-go/62 # timeout=10 00:43:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:43:22 > git --version # timeout=10 00:43:22 > git --version # 'git version 2.17.1' 00:43:22 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:26 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:41 Merging remotes/origin/master commit 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:43:41 Merge succeeded, producing d236932ba11318acaf35b64d5fdaaa7f7b483606 00:43:41 Checking out Revision d236932ba11318acaf35b64d5fdaaa7f7b483606 (PR-2858) 00:43:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:43:41 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:41 > 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:41 > git config core.sparsecheckout # timeout=10 00:43:41 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:43:41 > git remote # timeout=10 00:43:41 > git config --get remote.origin.url # timeout=10 00:43:41 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:41 > git merge 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 # timeout=10 00:43:41 > git rev-parse HEAD^{commit} # timeout=10 00:43:41 > git config core.sparsecheckout # timeout=10 00:43:41 > git checkout -f d236932ba11318acaf35b64d5fdaaa7f7b483606 # timeout=10 00:43:45 Commit message: "Merge commit '6b1c9d0ce3d994c7467644266d4bee7b22ebaf18' into HEAD" 00:43:45 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:43:45 > git rev-list --no-walk b933dfdc39a383d59ed037cea67bd74704804290 # timeout=10 00:43:46 + echo snap-build.sh 00:43:46 snap-build.sh 00:43:46 + SNAP_BASE_DIR=. 00:43:46 + '[' '!' -z /w/workspace/edgex-go/62 ']' 00:43:46 + SNAP_BASE_DIR=/w/workspace/edgex-go/62 00:43:46 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/62]' 00:43:46 [snap-build] Building snap in dir [/w/workspace/edgex-go/62] 00:43:46 + cd /w/workspace/edgex-go/62 00:43:46 + sudo apt-get remove -qy --purge lxd lxd-client 00:43:46 Reading package lists... 00:43:46 Building dependency tree... 00:43:46 Reading state information... 00:43:46 The following packages were automatically installed and are no longer required: 00:43:46 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:43:46 uidmap xdelta3 00:43:46 Use 'sudo apt autoremove' to remove them. 00:43:46 The following packages will be REMOVED: 00:43:46 lxd* lxd-client* 00:43:47 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:43:47 After this operation, 31.7 MB disk space will be freed. 00:43:49 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:43:49 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:50 Removing lxd dnsmasq configuration 00:43:50 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:43:50 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:43:51 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:43:51 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:43:51 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:52 Processing triggers for systemd (237-3ubuntu10.42) ... 00:43:52 Processing triggers for ureadahead (0.100.0-21) ... 00:43:53 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:54 + sudo snap remove --purge lxd 00:43:54 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:54 snap "lxd" is not installed 00:43:54 + sudo groupadd --force --system lxd 00:43:54 ++ whoami 00:43:54 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:43:54 + newgrp - lxd 00:43:54 + sudo snap install lxd 00:44:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:44:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:44:02 2021-02-12T00:44:00Z INFO Waiting for automatic snapd restart... 00:44:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:44:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:44:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:44:20 lxd 4.11 from Canonical* installed 00:44:20 + sudo lxd init --auto 00:44:24 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:27 + sudo snap install --classic snapcraft 00:44:28 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:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:44:33 snapcraft 4.5.1 from Canonical* installed 00:44:33 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:44:33 + patch --verbose -p1 00:44:33 Hmm... Looks like a unified diff to me... 00:44:33 The text leading up to this was: 00:44:33 -------------------------- 00:44:33 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:44:33 |From: Tony Espy 00:44:33 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:44:33 |Subject: [PATCH] optimize snap build for pipeline CI check 00:44:33 | 00:44:33 |This patch is used by the EdgeX CI pipeline builds to 00:44:33 |optimize the snap CI check run for pull requests. When 00:44:33 |applied, it essentially strips out everything (apps and 00:44:33 |parts) from the snapcraft.yaml file except those required 00:44:33 |to build edgex-go, as the whole idea of the CI check is to 00:44:33 |catch changes to edgex-go that break the snap build. 00:44:33 | 00:44:33 |In general, anyone updating snapcraft.yaml will also need 00:44:33 |to update this patch file, otherwise it may fail to apply, 00:44:33 |resulting in a failed snap build CI check in the associated 00:44:33 |pull request. 00:44:33 | 00:44:33 |Note - in addition to applying this patch, the pipeline also 00:44:33 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:44:33 |need to build the finally binary .snap file (and it won't 00:44:33 |work with the patch applied). This further reduces the build 00:44:33 |time. 00:44:33 |--- 00:44:33 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:44:33 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:44:33 | 00:44:33 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:44:33 |index 1e537489..faf42425 100644 00:44:33 |--- a/snap/snapcraft.yaml 00:44:33 |+++ b/snap/snapcraft.yaml 00:44:33 -------------------------- 00:44:33 patching file snap/snapcraft.yaml 00:44:33 Using Plan A... 00:44:33 Hunk #1 succeeded at 73. 00:44:33 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 00:44:33 Hunk #3 succeeded at 217 (offset 3 lines). 00:44:33 Hunk #4 FAILED at 222. 00:44:33 Hunk #5 succeeded at 303 (offset 4 lines). 00:44:33 Hunk #6 succeeded at 330 (offset 4 lines). 00:44:33 Hunk #7 succeeded at 364 (offset 4 lines). 00:44:33 Hunk #8 FAILED at 411. 00:44:33 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:44:33 Hmm... Ignoring the trailing garbage. 00:44:33 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:44:34 Failed in branch amd64 [Pipeline] } 00:44:39 $ docker stop --time=1 d611379a4c6a0e03fb132fa21205bacdb69653d5c5ace64ee6d7163e375ea54f 00:44:41 $ docker rm -f d611379a4c6a0e03fb132fa21205bacdb69653d5c5ace64ee6d7163e375ea54f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:43 00:44:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:44 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:44 29e5d40040c1: Pulling fs layer 00:44:44 1ce36da41761: Pulling fs layer 00:44:44 25b303627fd3: Pulling fs layer 00:44:45 29e5d40040c1: Verifying Checksum 00:44:45 29e5d40040c1: Download complete 00:44:45 1ce36da41761: Verifying Checksum 00:44:45 1ce36da41761: Download complete 00:44:45 29e5d40040c1: Pull complete 00:44:47 1ce36da41761: Pull complete 00:44:47 25b303627fd3: Verifying Checksum 00:44:47 25b303627fd3: Download complete 00:44:58 25b303627fd3: Pull complete 00:44:58 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:44:58 prd-ubuntu18.04-docker-arm64-4c-16g-26182 does not seem to be running inside a container 00:44:58 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/62 -v /w/workspace/edgex-go/62:/w/workspace/edgex-go/62:rw,z -v /w/workspace/edgex-go/62@tmp:/w/workspace/edgex-go/62@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:45:01 $ docker top fd01ddb8cbdb185e40583f06b1187c3cc7718889c71ace5200cea3f82698df0e -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:02 + + grepdocker-compose parallel build 00:45:02 --help 00:45:06 --parallel Build images in parallel. [Pipeline] } 00:45:06 $ docker stop --time=1 fd01ddb8cbdb185e40583f06b1187c3cc7718889c71ace5200cea3f82698df0e 00:45:09 $ docker rm -f fd01ddb8cbdb185e40583f06b1187c3cc7718889c71ace5200cea3f82698df0e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:09 . [Pipeline] withDockerContainer 00:45:10 prd-ubuntu18.04-docker-arm64-4c-16g-26182 does not seem to be running inside a container 00:45:10 $ 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/62 -v /w/workspace/edgex-go/62:/w/workspace/edgex-go/62:rw,z -v /w/workspace/edgex-go/62@tmp:/w/workspace/edgex-go/62@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:45:11 $ docker top 11e43fb7c433d32a5bb039ea3d4d4d2fb80bbe7cf9ffdb4fe3cf3f8c450de0fa -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:13 + docker-compose -f ./docker-compose-build.yml build --parallel 00:45:19 Building docker-core-command-go ... 00:45:19 Building docker-core-data-go ... 00:45:19 Building docker-core-metadata-go ... 00:45:19 Building docker-security-bootstrapper-go ... 00:45:19 Building docker-security-proxy-setup-go ... 00:45:19 Building docker-security-secretstore-setup-go ... 00:45:19 Building docker-support-notifications-go ... 00:45:19 Building docker-support-scheduler-go ... 00:45:19 Building docker-sys-mgmt-agent-go ... 00:45:19 Building docker-security-secretstore-setup-go 00:45:19 Building docker-support-scheduler-go 00:45:19 Building docker-security-proxy-setup-go 00:45:19 Building docker-security-bootstrapper-go 00:45:19 Building docker-core-command-go 00:46:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:41 ---> fc3e07395c37 00:46:41 Step 3/22 : WORKDIR /edgex-go 00:46:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:41 ---> fc3e07395c37 00:46:41 Step 3/23 : WORKDIR /edgex-go 00:46:41 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:41 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:46:41 ---> fc3e07395c37 00:46:41 Step 3/24 : WORKDIR /edgex-go 00:46:41 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:41 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:46:41 ---> fc3e07395c37 00:46:41 Step 3/30 : WORKDIR /edgex-go 00:46:41 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:41 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:46:41 ---> fc3e07395c37 00:46:41 Step 3/21 : WORKDIR /edgex-go 00:46:41 ---> Running in f199d6718964 00:46:41 ---> Running in 31e06c303e7a 00:46:41 ---> Running in ef345983d650 00:46:41 ---> Running in 6ab9b000a695 00:46:41 ---> Running in 382865a5865d 00:46:41 Removing intermediate container 382865a5865d 00:46:41 ---> 3792d5a852f4 00:46:41 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:41 Removing intermediate container ef345983d650 00:46:41 ---> ede0b25f1066 00:46:41 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:41 Removing intermediate container f199d6718964 00:46:41 ---> b6092bcbfa20 00:46:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:41 Removing intermediate container 6ab9b000a695 00:46:41 ---> bec5df1bc78b 00:46:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:41 Removing intermediate container 31e06c303e7a 00:46:41 ---> a53ee93bdd79 00:46:41 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:41 ---> Running in d25c26c35d55 00:46:41 ---> Running in 69bc9743efa0 00:46:41 ---> Running in bf59eb19197a 00:46:41 ---> Running in 19fb451d2a17 00:46:41 ---> Running in 7d7abe14624f 00:46:41 Removing intermediate container bf59eb19197a 00:46:41 ---> 067c199cf02a 00:46:41 Step 5/24 : RUN apk add --update --no-cache make git 00:46:41 Removing intermediate container d25c26c35d55 00:46:41 ---> c7473c9fdfeb 00:46:41 Step 5/30 : RUN apk add --update --no-cache make git 00:46:41 ---> Running in df35dc0c107d 00:46:41 Removing intermediate container 69bc9743efa0 00:46:41 ---> ae779cf49d9d 00:46:41 Step 5/23 : RUN apk add --update --no-cache make git 00:46:41 ---> Running in 5d5715eb6457 00:46:42 ---> Running in 6cc5224b6977 00:46:42 Removing intermediate container 19fb451d2a17 00:46:42 ---> 844f86030be4 00:46:42 Step 5/22 : RUN apk add --update --no-cache make git 00:46:42 Removing intermediate container 7d7abe14624f 00:46:42 ---> b765174584cb 00:46:42 Step 5/21 : RUN apk add --update --no-cache make git 00:46:42 ---> Running in 2b08906a580c 00:46:42 ---> Running in 84aeb00053cd 00:46:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:46 OK: 217 MiB in 51 packages 00:46:46 OK: 217 MiB in 51 packages 00:46:46 OK: 217 MiB in 51 packages 00:46:46 OK: 217 MiB in 51 packages 00:46:47 OK: 217 MiB in 51 packages 00:46:47 Removing intermediate container df35dc0c107d 00:46:47 ---> 9748992353dd 00:46:47 Step 6/24 : COPY go.mod . 00:46:48 Removing intermediate container 5d5715eb6457 00:46:48 ---> afee18afe676 00:46:48 Step 6/30 : COPY go.mod . 00:46:49 Removing intermediate container 6cc5224b6977 00:46:49 ---> eb06db74f7ac 00:46:49 Step 6/23 : COPY go.mod . 00:46:49 ---> 85a1740ef7d2 00:46:49 Step 7/24 : RUN go mod download 00:46:49 Removing intermediate container 84aeb00053cd 00:46:49 ---> 01d7aef1f436 00:46:49 Step 6/21 : COPY go.mod . 00:46:49 ---> Running in eee41e9b1f9e 00:46:49 Removing intermediate container 2b08906a580c 00:46:49 ---> 72d0f985c3ef 00:46:49 Step 6/22 : COPY go.mod . 00:46:50 ---> d5c9359ce4a6 00:46:50 Step 7/30 : RUN go mod download 00:46:50 ---> Running in 9324bd9dc5df 00:46:50 ---> 680042041c78 00:46:50 Step 7/23 : RUN go mod download 00:46:50 ---> Running in 598d9374ccc9 00:46:50 ---> b183fe65ce84 00:46:50 Step 7/21 : RUN go mod download 00:46:50 ---> 3e85b161812b 00:46:50 Step 7/22 : RUN go mod download 00:46:51 ---> Running in ab0cef0f7714 00:46:51 ---> Running in cb606610900a 00:46:53 Removing intermediate container eee41e9b1f9e 00:46:53 ---> ee4ad61ea885 00:46:54 Step 8/24 : COPY . . 00:46:55 Removing intermediate container 9324bd9dc5df 00:46:55 ---> 9c656c51ad93 00:46:55 Step 8/30 : COPY . . 00:46:57 Removing intermediate container 598d9374ccc9 00:46:57 ---> 9594885eecc6 00:46:57 Step 8/23 : COPY . . 00:46:57 Removing intermediate container ab0cef0f7714 00:46:57 ---> 61c4974fc81e 00:46:57 Step 8/21 : COPY . . 00:46:57 Removing intermediate container cb606610900a 00:46:57 ---> 4831dc71a44c 00:46:57 Step 8/22 : COPY . . 00:47:24 ---> 1de31dfe5b50 00:47:24 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:47:24 ---> c8fcb78c824c 00:47:24 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:47:24 ---> 8c8bf7b44ede 00:47:24 Step 9/23 : RUN make cmd/core-command/core-command 00:47:24 ---> 2ff74c04ddab 00:47:24 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:47:24 ---> Running in de1d3b4cf369 00:47:24 ---> Running in dcfa7b000c2d 00:47:24 ---> 144945366a7d 00:47:24 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:47:24 ---> Running in 76462ccf80b7 00:47:24 ---> Running in fa3152e1b489 00:47:24 ---> Running in 650dcb045ec8 00:47:24 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:24 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:24 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:47:24 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:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:49:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:49:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:49:11 Removing intermediate container dcfa7b000c2d 00:49:11 ---> ad113bbd0fa1 00:49:11 00:49:11 Step 10/24 : FROM alpine:3.12 00:49:11 3.12: Pulling from library/alpine 00:49:14 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:49:14 Status: Downloaded newer image for alpine:3.12 00:49:14 ---> afeebe901d6b 00:49:14 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:49:14 Removing intermediate container de1d3b4cf369 00:49:14 ---> c69e95f75cb8 00:49:14 00:49:14 Step 10/30 : FROM alpine:3.12 00:49:14 ---> afeebe901d6b 00:49:14 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:49:14 ---> Running in a2ac83535d29 00:49:15 ---> Running in 57fa24fa7c1d 00:49:16 Removing intermediate container 57fa24fa7c1d 00:49:16 ---> 3d196bcacf19 00:49:16 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:49:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:17 ---> Running in 19b7915cc42f 00:49:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:17 Removing intermediate container fa3152e1b489 00:49:17 ---> b42d708b0342 00:49:17 00:49:17 Step 10/21 : FROM alpine:3.12 00:49:17 ---> afeebe901d6b 00:49:17 Step 11/21 : RUN apk add --update --no-cache curl 00:49:17 ---> Running in e10906a1b845 00:49:18 (1/5) Installing ca-certificates (20191127-r4) 00:49:18 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:49:18 (3/5) Installing libcurl (7.69.1-r3) 00:49:18 (4/5) Installing curl (7.69.1-r3) 00:49:18 (5/5) Installing dumb-init (1.2.2-r1) 00:49:18 Executing busybox-1.31.1-r19.trigger 00:49:18 Executing ca-certificates-20191127-r4.trigger 00:49:18 OK: 7 MiB in 19 packages 00:49:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:20 (1/2) Installing dumb-init (1.2.2-r1) 00:49:20 (2/2) Installing su-exec (0.2-r1) 00:49:20 Executing busybox-1.31.1-r19.trigger 00:49:20 OK: 5 MiB in 16 packages 00:49:21 (1/4) Installing ca-certificates (20191127-r4) 00:49:21 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:49:21 (3/4) Installing libcurl (7.69.1-r3) 00:49:21 (4/4) Installing curl (7.69.1-r3) 00:49:21 Executing busybox-1.31.1-r19.trigger 00:49:21 Executing ca-certificates-20191127-r4.trigger 00:49:21 OK: 7 MiB in 18 packages 00:49:22 Removing intermediate container a2ac83535d29 00:49:22 ---> 671f3a3f148b 00:49:22 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:22 ---> Running in 08c499fcaf60 00:49:23 Removing intermediate container 19b7915cc42f 00:49:23 ---> 9c539a3f09e2 00:49:23 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:49:23 ---> Running in 0870ccb54762 00:49:23 Removing intermediate container 08c499fcaf60 00:49:23 ---> 2d7f24fd5977 00:49:23 Step 13/24 : WORKDIR / 00:49:24 Removing intermediate container e10906a1b845 00:49:24 ---> d2784eaf6143 00:49:24 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:24 ---> Running in f056993b636c 00:49:24 ---> Running in 1f4cc4a41de2 00:49:25 Removing intermediate container 0870ccb54762 00:49:25 ---> 59c05b48d376 00:49:25 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:49:25 ---> Running in 92301d558186 00:49:25 Removing intermediate container f056993b636c 00:49:25 ---> bce110c94c57 00:49:25 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:49:25 Removing intermediate container 1f4cc4a41de2 00:49:25 ---> baeaa38e728a 00:49:25 Step 13/21 : WORKDIR /edgex 00:49:26 Removing intermediate container 76462ccf80b7 00:49:26 ---> f174b742a9a6 00:49:26 00:49:26 Step 10/23 : FROM alpine:3.12 00:49:26 ---> afeebe901d6b 00:49:26 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:49:26 ---> Running in 48f19a32c3ed 00:49:26 Removing intermediate container 92301d558186 00:49:26 ---> 31dd1d20c343 00:49:26 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:49:27 ---> Running in 5528e3b67182 00:49:27 ---> de80659739c0 00:49:27 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:27 ---> Running in cadeb2be7457 00:49:28 Removing intermediate container 48f19a32c3ed 00:49:28 ---> 88329f1048b7 00:49:28 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:49:29 Removing intermediate container 650dcb045ec8 00:49:29 ---> b62359db983b 00:49:29 00:49:29 Step 10/22 : FROM alpine:3.12 00:49:29 ---> afeebe901d6b 00:49:29 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:49:29 ---> Running in 30f542f2ebae 00:49:29 ---> aa85d798664a 00:49:29 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:49:29 ---> 6331db39e96f 00:49:29 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:49:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:30 ---> 29e2d947c9cc 00:49:30 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:49:30 (1/1) Installing dumb-init (1.2.2-r1) 00:49:30 Executing busybox-1.31.1-r19.trigger 00:49:30 OK: 5 MiB in 15 packages 00:49:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:31 ---> 7f54107e893c 00:49:31 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:49:32 Removing intermediate container cadeb2be7457 00:49:32 ---> 4b6400b7dae2 00:49:32 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:49:32 (1/1) Installing dumb-init (1.2.2-r1) 00:49:32 Executing busybox-1.31.1-r19.trigger 00:49:32 OK: 5 MiB in 15 packages 00:49:32 ---> Running in 3ba6d355ee35 00:49:33 Removing intermediate container 5528e3b67182 00:49:33 ---> d0f49203d235 00:49:33 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:33 ---> c234f1f01050 00:49:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:49:33 ---> Running in 6ca1d0008650 00:49:33 ---> d9b23afe642a 00:49:33 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:49:33 Removing intermediate container 3ba6d355ee35 00:49:33 ---> 19d92c5ee876 00:49:33 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:49:33 ---> Running in 82f5ac1076a0 00:49:34 Removing intermediate container 6ca1d0008650 00:49:34 ---> 34805c88eda7 00:49:34 Step 13/23 : ENV APP_PORT=48082 00:49:34 Removing intermediate container 30f542f2ebae 00:49:34 ---> 3aad790f5fbf 00:49:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:34 Removing intermediate container 82f5ac1076a0 00:49:34 ---> 4c0008f175ad 00:49:34 Step 18/21 : CMD ["--init=true"] 00:49:34 ---> Running in 341c69f3bbc0 00:49:34 ---> Running in a66a4b1ca82d 00:49:34 ---> Running in 20e056ddb1a0 00:49:34 ---> 8039179ca824 00:49:34 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:49:34 ---> f8ace7c92ed3 00:49:34 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:49:35 ---> Running in 66009f3cd0d0 00:49:35 Removing intermediate container 341c69f3bbc0 00:49:35 ---> 50d27a436a00 00:49:35 Step 14/23 : EXPOSE $APP_PORT 00:49:35 Removing intermediate container a66a4b1ca82d 00:49:35 ---> 40e0e169532d 00:49:35 Step 13/22 : ENV APP_PORT=48085 00:49:35 Removing intermediate container 20e056ddb1a0 00:49:35 ---> 510d579e981b 00:49:35 Step 19/21 : LABEL arch=arm64 00:49:35 ---> Running in c36ffe784d3c 00:49:35 ---> Running in 21d4315adf0f 00:49:35 ---> Running in b890baeed611 00:49:36 ---> 29eaba0a7f46 00:49:36 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:36 ---> Running in 0966a3993712 00:49:36 Removing intermediate container c36ffe784d3c 00:49:36 ---> 7a25b8e58443 00:49:36 Step 15/23 : WORKDIR / 00:49:36 Removing intermediate container b890baeed611 00:49:36 Removing intermediate container 21d4315adf0f 00:49:36 ---> 17f345cfde3c 00:49:36 Step 20/21 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 00:49:36 ---> 6f456cea49a7 00:49:36 Step 14/22 : EXPOSE $APP_PORT 00:49:36 ---> Running in bac63db4dc06 00:49:36 ---> Running in b89c9b262380 00:49:36 ---> Running in 281e87a65810 00:49:37 Removing intermediate container bac63db4dc06 00:49:37 ---> 1712014fbc80 00:49:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:37 Removing intermediate container b89c9b262380 00:49:37 ---> f8438a82c0ef 00:49:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:37 Removing intermediate container 281e87a65810 00:49:37 ---> 153c37e37b20 00:49:37 Step 21/21 : LABEL version=0.0.0 00:49:38 ---> Running in 8d0ff75cca3f 00:49:38 Removing intermediate container 66009f3cd0d0 00:49:38 ---> 5d36c2fdacf3 00:49:38 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:38 ---> fed52c9c2bc5 00:49:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:49:38 Removing intermediate container 8d0ff75cca3f 00:49:38 ---> e21dcb946d06 00:49:38 00:49:39 ---> b25af84a5a92 00:49:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:49:39 ---> 49b44b2ee943 00:49:39 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:49:39 Successfully built e21dcb946d06 00:49:39 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:49:39  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 00:49:40 Removing intermediate container 0966a3993712 00:49:40 ---> 60c5a737ca15 00:49:40 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:49:41 ---> Running in 7cdc85243e04 00:49:41 ---> 1cb775cdc67a 00:49:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:41 ---> 7a776cae6fc3 00:49:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:49:41 ---> 081a9a6edfa3 00:49:41 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:49:42 Removing intermediate container 7cdc85243e04 00:49:42 ---> f3df1610404d 00:49:42 Step 22/24 : LABEL arch=arm64 00:49:43 ---> Running in 975e92272f91 00:49:43 ---> e30c4cfea92b 00:49:43 ---> ce905823bee1 00:49:43 Step 19/23 : ENTRYPOINT ["/core-command"] 00:49:43 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:49:44 ---> 72a0369b8b20 00:49:44 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:49:44 ---> Running in 3df5df1f9a3d 00:49:44 ---> Running in b127e9202b8b 00:49:44 Removing intermediate container 975e92272f91 00:49:44 ---> 7c18b25c82a3 00:49:44 Step 23/24 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 00:49:44 ---> Running in f9ad17fa8671 00:49:44 Removing intermediate container b127e9202b8b 00:49:44 ---> 9f10198c5863 00:49:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:44 Removing intermediate container 3df5df1f9a3d 00:49:44 ---> a5878bcd009c 00:49:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:45 ---> Running in feb91f0480e0 00:49:45 ---> Running in 0a8aa9854193 00:49:46 Removing intermediate container f9ad17fa8671 00:49:46 ---> 7bc997abd6cc 00:49:46 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:49:46 ---> 4177e5d4627c 00:49:46 Step 24/24 : LABEL version=0.0.0 00:49:46 ---> Running in af30a38dab00 00:49:46 ---> Running in 7d80b1e73621 00:49:46 Removing intermediate container 0a8aa9854193 00:49:46 ---> 6aac83bc4e4b 00:49:46 Step 20/22 : LABEL arch=arm64 00:49:46 Removing intermediate container feb91f0480e0 00:49:46 ---> 4a2efd560355 00:49:46 Step 21/23 : LABEL arch=arm64 00:49:46 ---> Running in a4f300b763bb 00:49:47 ---> Running in 122f340b3418 00:49:47 Removing intermediate container 7d80b1e73621 00:49:47 ---> 1583bec6e84f 00:49:47 Removing intermediate container af30a38dab00 00:49:47 ---> 476db3c1c055 00:49:47 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:49:47 00:49:47 Removing intermediate container a4f300b763bb 00:49:47 ---> 629c999549a4 00:49:47 Step 21/22 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 00:49:47 Removing intermediate container 122f340b3418 00:49:47 ---> 22693842ac31 00:49:47 Step 22/23 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 00:49:48 Successfully built 476db3c1c055 00:49:48 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:49:48  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 00:49:48 ---> Running in dfba16ecce1c 00:49:48 ---> Running in 5568d0c25536 00:49:48 ---> 0a69638576b2 00:49:48 Step 25/30 : RUN chmod +x /entrypoint.sh 00:49:48 ---> Running in a7af6e72280a 00:49:49 Removing intermediate container dfba16ecce1c 00:49:49 ---> dadb3dfcc40c 00:49:49 Step 23/23 : LABEL version=0.0.0 00:49:49 Removing intermediate container 5568d0c25536 00:49:49 ---> b2eaa5f898e0 00:49:49 Step 22/22 : LABEL version=0.0.0 00:49:49 ---> Running in d535a1f69945 00:49:49 ---> Running in b21671da28fe 00:49:50 Removing intermediate container d535a1f69945 00:49:50 ---> d3bc54de0e61 00:49:50 00:49:50 Removing intermediate container b21671da28fe 00:49:50 ---> f441b97a8fd2 00:49:50 00:49:51 Successfully built d3bc54de0e61 00:49:51 Successfully built f441b97a8fd2 00:49:51 Successfully tagged docker-core-command-go-arm64:latest 00:49:51  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 00:49:51 Successfully tagged docker-support-scheduler-go-arm64:latest 00:49:51  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 00:49:52 Removing intermediate container a7af6e72280a 00:49:52 ---> 9d58d354dded 00:49:52 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:49:53 ---> Running in 8ad9bc74d5a0 00:49:53 Removing intermediate container 8ad9bc74d5a0 00:49:53 ---> 47294025514b 00:49:53 Step 27/30 : CMD ["gate"] 00:49:53 ---> Running in c26a188ab19c 00:49:54 Removing intermediate container c26a188ab19c 00:49:54 ---> f20325124ac3 00:49:54 Step 28/30 : LABEL arch=arm64 00:49:55 ---> Running in 6cb58e32fd64 00:49:57 Removing intermediate container 6cb58e32fd64 00:49:57 ---> 2a34a11585a1 00:49:57 Step 29/30 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 00:49:58 ---> Running in 9b2d1827731a 00:49:59 Removing intermediate container 9b2d1827731a 00:49:59 ---> 24e6f575aa1f 00:49:59 Step 30/30 : LABEL version=0.0.0 00:49:59 ---> Running in d65b6a7452a7 00:50:00 Removing intermediate container d65b6a7452a7 00:50:00 ---> 8dbaabfde65c 00:50:00 00:50:00 Successfully built 8dbaabfde65c 00:50:00 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:50:27  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:50:27 ---> fc3e07395c37 00:50:27 Step 3/22 : WORKDIR /edgex-go 00:50:27 ---> Using cache 00:50:27 ---> a53ee93bdd79 00:50:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:27 ---> Using cache 00:50:27 ---> b765174584cb 00:50:27 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:50:31 ---> Running in 7ea899501623 00:50:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:33 OK: 217 MiB in 51 packages 00:50:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:36 ---> fc3e07395c37 00:50:36 Step 3/23 : WORKDIR /edgex-go 00:50:36 ---> Using cache 00:50:36 ---> a53ee93bdd79 00:50:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:36 ---> Using cache 00:50:36 ---> b765174584cb 00:50:36 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:50:36 ---> Running in 9db4be6a096f 00:50:37 Removing intermediate container 7ea899501623 00:50:37 ---> 814857c744b3 00:50:37 Step 6/22 : COPY go.mod . 00:50:37 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:37 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:50:37 ---> fc3e07395c37 00:50:37 Step 3/26 : WORKDIR /edgex-go 00:50:37 ---> Using cache 00:50:37 ---> a53ee93bdd79 00:50:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:37 00:50:37 ---> Using cache 00:50:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder ---> b765174584cb 00:50:37 00:50:37 Step 5/26 : RUN apk add --update --no-cache make bash git 00:50:37 ---> fc3e07395c37 00:50:37 Step 3/23 : WORKDIR /edgex-go 00:50:37 ---> Using cache 00:50:37 ---> a53ee93bdd79 00:50:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:37 ---> Using cache 00:50:37 ---> b765174584cb 00:50:37 Step 5/23 : RUN apk add --update --no-cache make git 00:50:37 ---> Using cache 00:50:37 ---> 01d7aef1f436 00:50:37 Step 6/23 : COPY go.mod . 00:50:37 ---> Using cache 00:50:37 ---> b183fe65ce84 00:50:37 Step 7/23 : RUN go mod download 00:50:37 ---> Using cache 00:50:37 ---> 61c4974fc81e 00:50:37 Step 8/23 : COPY . . 00:50:37 ---> Running in 163db8b196b5 00:50:37 ---> Using cache 00:50:37 ---> 2ff74c04ddab 00:50:37 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:50:37 ---> Running in 820fbd89809f 00:50:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:38 ---> 6b705fe9e2a8 00:50:38 Step 7/22 : RUN go mod download 00:50:38 ---> Running in 0b8dfa711ba1 00:50:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:39 OK: 217 MiB in 51 packages 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:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:41 OK: 217 MiB in 51 packages 00:50:41 Removing intermediate container 9db4be6a096f 00:50:41 ---> c81d0a6cbbbb 00:50:41 Step 6/23 : COPY go.mod . 00:50:42 Removing intermediate container 0b8dfa711ba1 00:50:42 ---> 7940e34184e9 00:50:42 Step 8/22 : COPY . . 00:50:42 ---> 0b221ec16bb5 00:50:42 Step 7/23 : RUN go mod download 00:50:42 ---> Running in 8f7785e97896 00:50:42 Removing intermediate container 163db8b196b5 00:50:42 ---> 00c363000fbd 00:50:42 Step 6/26 : COPY go.mod . 00:50:45 ---> ddd9d5339abc 00:50:45 Step 7/26 : RUN go mod download 00:50:45 ---> Running in 42a37cc187f6 00:50:49 Removing intermediate container 8f7785e97896 00:50:49 ---> 6f619880e87e 00:50:49 Step 8/23 : COPY . . 00:50:51 Removing intermediate container 42a37cc187f6 00:50:51 ---> 96cb1712a0fe 00:50:51 Step 8/26 : COPY . . 00:51:18 ---> af18a5db4ba0 00:51:18 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:51:18 ---> Running in c64fedda4e1f 00:51:20 ---> e23f8e2ff94f 00:51:20 Step 9/23 : RUN make cmd/core-data/core-data 00:51:20 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:51:20 ---> Running in 1be8428c253c 00:51:21 ---> 463146062a61 00:51:21 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:51:22 ---> Running in 979d3de4de2f 00:51:22 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:51:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:51:42 Removing intermediate container 820fbd89809f 00:51:42 ---> e4a9bb655a16 00:51:42 00:51:42 Step 10/23 : FROM alpine:3.12 00:51:42 ---> afeebe901d6b 00:51:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:51:42 ---> Using cache 00:51:42 ---> 3aad790f5fbf 00:51:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:51:42 ---> Using cache 00:51:42 ---> 40e0e169532d 00:51:42 Step 13/23 : ENV APP_PORT=48081 00:51:42 ---> Running in 8e736e403fae 00:51:42 Removing intermediate container 8e736e403fae 00:51:42 ---> 15b4d8596653 00:51:42 Step 14/23 : EXPOSE $APP_PORT 00:51:43 ---> Running in d72b483b04e7 00:51:43 Removing intermediate container d72b483b04e7 00:51:43 ---> e6fb4e7c5adf 00:51:43 Step 15/23 : WORKDIR / 00:51:44 ---> Running in c9a46dabf403 00:51:44 Removing intermediate container c9a46dabf403 00:51:44 ---> dedfac9e1b68 00:51:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:46 ---> 4fc0dddb2ffa 00:51:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:51:48 ---> afb92e7d642d 00:51:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:51:49 ---> a4737bb8424b 00:51:49 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:51:49 ---> Running in 242f53742c78 00:51:50 Removing intermediate container 242f53742c78 00:51:50 ---> ffcd3ebc2c81 00:51:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:50 ---> Running in 639c3b01124c 00:51:50 Removing intermediate container 639c3b01124c 00:51:50 ---> 81202b237a5f 00:51:50 Step 21/23 : LABEL arch=arm64 00:51:51 ---> Running in 72ae71d6597f 00:51:51 Removing intermediate container 72ae71d6597f 00:51:51 ---> 76fd0bd62c4a 00:51:51 Step 22/23 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 00:51:52 ---> Running in 5152cf6ae876 00:51:53 Removing intermediate container 5152cf6ae876 00:51:53 ---> bdba5fdcec82 00:51:53 Step 23/23 : LABEL version=0.0.0 00:51:53 ---> Running in b0f086af1a6d 00:51:54 Removing intermediate container b0f086af1a6d 00:51:54 ---> c386eccc0d32 00:51:54 00:51:54 Successfully built c386eccc0d32 00:51:54 Successfully tagged docker-core-metadata-go-arm64:latest 00:52:41  Building docker-core-metadata-go ... done Removing intermediate container 979d3de4de2f 00:52:41 ---> 93a032d7fda4 00:52:41 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:52:41 ---> Running in a9db1ea96070 00:52: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:52:41 Removing intermediate container c64fedda4e1f 00:52:41 ---> a5f79d713559 00:52:41 00:52:41 Step 10/22 : FROM alpine:3.12 00:52:41 ---> afeebe901d6b 00:52:41 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:52:41 ---> Running in 5dcb1f7a1915 00:52:41 Removing intermediate container a9db1ea96070 00:52:41 ---> 57d5ed160e10 00:52:41 00:52:41 Step 11/26 : FROM docker:20.10.0 00:52:41 20.10.0: Pulling from library/docker 00:52:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:41 (1/2) Installing ca-certificates (20191127-r4) 00:52:41 (2/2) Installing dumb-init (1.2.2-r1) 00:52:41 Executing busybox-1.31.1-r19.trigger 00:52:41 Executing ca-certificates-20191127-r4.trigger 00:52:42 OK: 6 MiB in 16 packages 00:52:45 Removing intermediate container 5dcb1f7a1915 00:52:45 ---> 61ff3d89350a 00:52:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:52:45 ---> Running in 53e673e311f2 00:52:46 Removing intermediate container 53e673e311f2 00:52:46 ---> 8cbc55ed1e9b 00:52:46 Step 13/22 : ENV APP_PORT=48060 00:52:46 ---> Running in eb958be02ec3 00:52:47 Removing intermediate container eb958be02ec3 00:52:47 ---> 8216e2da3d23 00:52:47 Step 14/22 : EXPOSE $APP_PORT 00:52:48 ---> Running in ce5318b198de 00:52:49 Removing intermediate container ce5318b198de 00:52:49 ---> cb4fb375ae5b 00:52:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:49 Removing intermediate container 1be8428c253c 00:52:49 ---> 15d1dd08ce31 00:52:49 00:52:49 Step 10/23 : FROM alpine:3.12 00:52:49 ---> afeebe901d6b 00:52:49 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:52:49 ---> Running in 15456b82617b 00:52:49 ---> 2f8b653cfbb5 00:52:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:52:50 Removing intermediate container 15456b82617b 00:52:50 ---> 795c53244d5a 00:52:50 Step 12/23 : ENV APP_PORT=48080 00:52:50 ---> Running in d70191cfd71a 00:52:50 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:52:50 Status: Downloaded newer image for docker:20.10.0 00:52:50 ---> eeaf43b92773 00:52:50 Step 12/26 : RUN apk add --no-cache bash 00:52:51 ---> 13f873c966ed 00:52:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:52:51 ---> Running in 34f68f04fe62 00:52:51 Removing intermediate container d70191cfd71a 00:52:51 ---> 9bc5132b97cf 00:52:51 Step 13/23 : EXPOSE $APP_PORT 00:52:51 ---> Running in 5ff405aad28d 00:52:51 ---> 6858d91a8154 00:52:51 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:52:52 Removing intermediate container 5ff405aad28d 00:52:52 ---> 362202283231 00:52:52 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:52 ---> Running in 281ca2723424 00:52:52 ---> Running in 2d4abbab85e7 00:52:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:52 Removing intermediate container 281ca2723424 00:52:52 ---> 966ac835ddf7 00:52:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:53 ---> Running in 1839252cb0e1 00:52:53 (1/2) Installing readline (8.0.4-r0) 00:52:53 (2/2) Installing bash (5.0.17-r0) 00:52:53 Executing bash-5.0.17-r0.post-install 00:52:53 Executing busybox-1.31.1-r19.trigger 00:52:53 Removing intermediate container 1839252cb0e1 00:52:53 ---> e743635fde29 00:52:53 Step 20/22 : LABEL arch=arm64 00:52:53 OK: 12 MiB in 22 packages 00:52:53 ---> Running in e854ea7ca875 00:52:54 Removing intermediate container e854ea7ca875 00:52:54 ---> 99957b310e3b 00:52:54 Step 21/22 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 00:52:54 ---> Running in e8ff17856ebe 00:52:55 Removing intermediate container e8ff17856ebe 00:52:55 ---> 08cb7ebb2d95 00:52:55 Step 22/22 : LABEL version=0.0.0 00:52:55 Removing intermediate container 34f68f04fe62 00:52:55 ---> 249a9393e291 00:52:55 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:52:55 Removing intermediate container 2d4abbab85e7 00:52:55 ---> 6c70df7672b1 00:52:55 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:52:55 ---> Running in d6f5e09942aa 00:52:55 ---> Running in f6be8eb24927 00:52:55 ---> Running in 600232e43ffe 00:52:55 Removing intermediate container f6be8eb24927 00:52:55 ---> eebbc196f853 00:52:55 Step 14/26 : ENV APP_PORT=48090 00:52:55 Removing intermediate container d6f5e09942aa 00:52:55 ---> 37d81df0e3ac 00:52:55 00:52:56 ---> Running in 08fdd82e74aa 00:52:56 Successfully built 37d81df0e3ac 00:52:56 Successfully tagged docker-support-notifications-go-arm64:latest 00:52:56  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:56 Removing intermediate container 08fdd82e74aa 00:52:56 ---> 5675ac702f51 00:52:56 Step 15/26 : EXPOSE $APP_PORT 00:52:56 ---> Running in f2e5f8ee3e2c 00:52:57 Removing intermediate container f2e5f8ee3e2c 00:52:57 ---> 6a291e1baaf0 00:52:57 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:52:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:58 (1/6) Installing dumb-init (1.2.2-r1) 00:52:58 (2/6) Installing libgcc (9.3.0-r2) 00:52:58 (3/6) Installing libsodium (1.0.18-r0) 00:52:58 (4/6) Installing libstdc++ (9.3.0-r2) 00:52:58 ---> 105cbf75b195 00:52:58 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:52:58 (5/6) Installing libzmq (4.3.3-r0) 00:52:59 (6/6) Installing zeromq (4.3.3-r0) 00:52:59 Executing busybox-1.31.1-r19.trigger 00:52:59 OK: 8 MiB in 20 packages 00:52:59 ---> aeca0c5d23a5 00:52:59 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:53:00 Removing intermediate container 600232e43ffe 00:53:00 ---> 3ef1dff63c8d 00:53:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:00 ---> 9ef67ab96690 00:53:00 Step 19/26 : RUN apk --no-cache add py3-pip 00:53:00 ---> Running in 4df3e8ba5311 00:53:01 ---> e0ce6523fddd 00:53:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:53:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:02 ---> 191fbbdd080e 00:53:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:53:02 (1/33) Installing libbz2 (1.0.8-r1) 00:53:02 (2/33) Installing expat (2.2.9-r1) 00:53:02 (3/33) Installing libffi (3.3-r2) 00:53:02 (4/33) Installing gdbm (1.13-r1) 00:53:02 (5/33) Installing xz-libs (5.2.5-r0) 00:53:02 (6/33) Installing sqlite-libs (3.32.1-r0) 00:53:02 (7/33) Installing python3 (3.8.5-r0) 00:53:04 ---> 102b8eeee455 00:53:04 Step 19/23 : ENTRYPOINT ["/core-data"] 00:53:04 ---> Running in ee4165ad0a68 00:53:04 (8/33) Installing py3-appdirs (1.4.4-r1) 00:53:04 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:53:04 (10/33) Installing py3-parsing (2.4.7-r0) 00:53:04 (11/33) Installing py3-six (1.15.0-r0) 00:53:04 (12/33) Installing py3-packaging (20.4-r0) 00:53:04 (13/33) Installing py3-setuptools (47.0.0-r0) 00:53:04 (14/33) Installing py3-chardet (3.0.4-r4) 00:53:04 (15/33) Installing py3-idna (2.9-r0) 00:53:04 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:53:04 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:53:04 (18/33) Installing py3-requests (2.23.0-r0) 00:53:04 Removing intermediate container ee4165ad0a68 00:53:04 ---> d5d80316d212 00:53:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:04 (19/33) Installing py3-msgpack (1.0.0-r0) 00:53:04 (20/33) Installing py3-lockfile (0.12.2-r3) 00:53:04 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:53:04 (22/33) Installing py3-colorama (0.4.3-r0) 00:53:04 (23/33) Installing py3-distlib (0.3.0-r0) 00:53:04 (24/33) Installing py3-distro (1.5.0-r1) 00:53:04 (25/33) Installing py3-webencodings (0.5.1-r3) 00:53:04 (26/33) Installing py3-html5lib (1.0.1-r4) 00:53:04 (27/33) Installing py3-pytoml (0.1.21-r0) 00:53:04 (28/33) Installing py3-pep517 (0.8.2-r0) 00:53:04 (29/33) Installing py3-progress (1.5-r0) 00:53:04 (30/33) Installing py3-toml (0.10.1-r0) 00:53:04 (31/33) Installing py3-retrying (1.3.3-r0) 00:53:04 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:53:04 (33/33) Installing py3-pip (20.1.1-r0) 00:53:05 ---> Running in c2edb4d650a1 00:53:05 Executing busybox-1.31.1-r19.trigger 00:53:05 OK: 71 MiB in 55 packages 00:53:05 Removing intermediate container c2edb4d650a1 00:53:05 ---> 4d7460085a3d 00:53:05 Step 21/23 : LABEL arch=arm64 00:53:06 ---> Running in ae5cc59f386b 00:53:06 Removing intermediate container ae5cc59f386b 00:53:06 ---> 9b4ee3f7b319 00:53:06 Step 22/23 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 00:53:06 ---> Running in 9ec56723ac48 00:53:07 Removing intermediate container 9ec56723ac48 00:53:07 ---> 72a542e36557 00:53:07 Step 23/23 : LABEL version=0.0.0 00:53:07 ---> Running in 000d19ad23e5 00:53:08 Removing intermediate container 000d19ad23e5 00:53:08 ---> f401da3dfb6e 00:53:08 00:53:08 Successfully built f401da3dfb6e 00:53:09 Successfully tagged docker-core-data-go-arm64:latest 00:53:11  Building docker-core-data-go ... done Removing intermediate container 4df3e8ba5311 00:53:11 ---> a1c80b588c1c 00:53:11 Step 20/26 : RUN pip install docker-compose==1.23.2 00:53:11 ---> Running in fe135717f2ef 00:53:17 Collecting docker-compose==1.23.2 00:53:17 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:53:17 Collecting websocket-client<1.0,>=0.32.0 00:53:17 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:53:17 Collecting PyYAML<4,>=3.10 00:53:17 Downloading PyYAML-3.13.tar.gz (270 kB) 00:53:20 Collecting dockerpty<0.5,>=0.4.1 00:53:20 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:53:22 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:22 Collecting jsonschema<3,>=2.5.1 00:53:22 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:53:23 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:53:23 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:53:24 Collecting cached-property<2,>=1.2.0 00:53:24 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:53:24 Collecting texttable<0.10,>=0.9.0 00:53:24 Downloading texttable-0.9.1.tar.gz (11 kB) 00:53:26 Collecting docopt<0.7,>=0.6.1 00:53:26 Downloading docopt-0.6.2.tar.gz (25 kB) 00:53:28 Collecting docker<4.0,>=3.6.0 00:53:28 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:53:29 Collecting idna<2.8,>=2.5 00:53:29 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:53:29 Collecting urllib3<1.25,>=1.21.1 00:53:29 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:53:29 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:29 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:29 Collecting docker-pycreds>=0.4.0 00:53:29 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:53:29 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:53:29 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:53:29 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:53:29 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:53:30 Installing collected packages: websocket-client, PyYAML, dockerpty, jsonschema, idna, urllib3, requests, cached-property, texttable, docopt, docker-pycreds, docker, docker-compose 00:53:30 Running setup.py install for PyYAML: started 00:53:33 Running setup.py install for PyYAML: finished with status 'done' 00:53:33 Running setup.py install for dockerpty: started 00:53:34 Running setup.py install for dockerpty: finished with status 'done' 00:53:35 Attempting uninstall: idna 00:53:35 Found existing installation: idna 2.9 00:53:35 Uninstalling idna-2.9: 00:53:35 Successfully uninstalled idna-2.9 00:53:36 Attempting uninstall: urllib3 00:53:36 Found existing installation: urllib3 1.25.9 00:53:36 Uninstalling urllib3-1.25.9: 00:53:36 Successfully uninstalled urllib3-1.25.9 00:53:36 Attempting uninstall: requests 00:53:36 Found existing installation: requests 2.23.0 00:53:36 Uninstalling requests-2.23.0: 00:53:36 Successfully uninstalled requests-2.23.0 00:53:37 Running setup.py install for texttable: started 00:53:39 Running setup.py install for texttable: finished with status 'done' 00:53:39 Running setup.py install for docopt: started 00:53:41 Running setup.py install for docopt: finished with status 'done' 00:53:42 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:46 Removing intermediate container fe135717f2ef 00:53:46 ---> e6cd5dec8a37 00:53:46 Step 21/26 : RUN apk --no-cache add curl 00:53:46 ---> Running in e4ab4ff5f2cb 00:53:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:48 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:53:48 (2/3) Installing libcurl (7.69.1-r3) 00:53:48 (3/3) Installing curl (7.69.1-r3) 00:53:48 Executing busybox-1.31.1-r19.trigger 00:53:48 OK: 71 MiB in 58 packages 00:53:49 Removing intermediate container e4ab4ff5f2cb 00:53:49 ---> 2fcb2bdc76a7 00:53:49 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:53:49 ---> Running in 0e53919ba59b 00:53:50 Removing intermediate container 0e53919ba59b 00:53:50 ---> 83c7aa7d9c5f 00:53:50 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:50 ---> Running in 4db5539f4417 00:53:50 Removing intermediate container 4db5539f4417 00:53:50 ---> a059852f0c49 00:53:50 Step 24/26 : LABEL arch=arm64 00:53:50 ---> Running in 5884030a8d77 00:53:51 Removing intermediate container 5884030a8d77 00:53:51 ---> ab224580cc07 00:53:51 Step 25/26 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 00:53:51 ---> Running in 51c0b651897d 00:53:52 Removing intermediate container 51c0b651897d 00:53:52 ---> f60e63e006cd 00:53:52 Step 26/26 : LABEL version=0.0.0 00:53:52 ---> Running in dc85085fb9d4 00:53:52 Removing intermediate container dc85085fb9d4 00:53:52 ---> 7a798a9be67e 00:53:52 00:53:52 Successfully built 7a798a9be67e 00:53:52 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:53:53  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:53:53 $ docker stop --time=1 11e43fb7c433d32a5bb039ea3d4d4d2fb80bbe7cf9ffdb4fe3cf3f8c450de0fa 00:53:55 $ docker rm -f 11e43fb7c433d32a5bb039ea3d4d4d2fb80bbe7cf9ffdb4fe3cf3f8c450de0fa [Pipeline] // withDockerContainer [Pipeline] sh 00:53:56 + docker images 00:53:56 + grep docker 00:53:56 docker-sys-mgmt-agent-go-arm64 latest 7a798a9be67e 4 seconds ago 300MB 00:53:56 docker-core-data-go-arm64 latest f401da3dfb6e 48 seconds ago 21MB 00:53:56 docker-support-notifications-go-arm64 latest 37d81df0e3ac About a minute ago 16.7MB 00:53:56 docker-core-metadata-go-arm64 latest c386eccc0d32 2 minutes ago 17.8MB 00:53:56 docker-security-bootstrapper-go-arm64 latest 8dbaabfde65c 3 minutes ago 17MB 00:53:56 docker-support-scheduler-go-arm64 latest f441b97a8fd2 4 minutes ago 16.1MB 00:53:56 docker-core-command-go-arm64 latest d3bc54de0e61 4 minutes ago 16MB 00:53:56 docker-security-secretstore-setup-go-arm64 latest 476db3c1c055 4 minutes ago 23.4MB 00:53:56 docker-security-proxy-setup-go-arm64 latest e21dcb946d06 4 minutes ago 23.2MB 00:53:56 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:53:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:54:00 ---> package-listing.sh 00:54:00 ++ facter osfamily 00:54:00 ++ tr '[:upper:]' '[:lower:]' 00:54:00 + OS_FAMILY=redhat 00:54:00 + workspace=/w/workspace/edgex-go/62 00:54:00 + START_PACKAGES=/tmp/packages_start.txt 00:54:00 + END_PACKAGES=/tmp/packages_end.txt 00:54:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:54:00 + PACKAGES=/tmp/packages_start.txt 00:54:00 + '[' /w/workspace/edgex-go/62 ']' 00:54:00 + PACKAGES=/tmp/packages_end.txt 00:54:00 + case "${OS_FAMILY}" in 00:54:00 + rpm -qa 00:54:00 + sort 00:54:05 + '[' -f /tmp/packages_start.txt ']' 00:54:05 + '[' -f /tmp/packages_end.txt ']' 00:54:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:54:05 + '[' /w/workspace/edgex-go/62 ']' 00:54:05 + mkdir -p /w/workspace/edgex-go/62/archives/ 00:54:05 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/62/archives/ [Pipeline] echo 00:54:05 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/62/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:54:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:54:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:06 00:54:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:54:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:06 alpine: Pulling from edgex-lftools-log-publisher 00:54:06 df20fa9351a1: Pulling fs layer 00:54:06 36b3adc4ff6f: Pulling fs layer 00:54:06 8ad3a11d3b57: Pulling fs layer 00:54:06 46f8f816bc3b: Pulling fs layer 00:54:06 93b61091891f: Pulling fs layer 00:54:06 93b9cdb0e59b: Pulling fs layer 00:54:06 5e14af77c1be: Pulling fs layer 00:54:06 01666e4c0597: Pulling fs layer 00:54:06 aa168da1d23b: Pulling fs layer 00:54:06 46f8f816bc3b: Waiting 00:54:06 93b61091891f: Waiting 00:54:06 01666e4c0597: Waiting 00:54:06 aa168da1d23b: Waiting 00:54:06 93b9cdb0e59b: Waiting 00:54:06 5e14af77c1be: Waiting 00:54:06 36b3adc4ff6f: Verifying Checksum 00:54:06 36b3adc4ff6f: Download complete 00:54:06 46f8f816bc3b: Verifying Checksum 00:54:06 46f8f816bc3b: Download complete 00:54:07 df20fa9351a1: Verifying Checksum 00:54:07 df20fa9351a1: Download complete 00:54:07 93b9cdb0e59b: Verifying Checksum 00:54:07 93b9cdb0e59b: Download complete 00:54:07 5e14af77c1be: Verifying Checksum 00:54:07 5e14af77c1be: Download complete 00:54:07 93b61091891f: Verifying Checksum 00:54:07 93b61091891f: Download complete 00:54:07 01666e4c0597: Verifying Checksum 00:54:07 01666e4c0597: Download complete 00:54:07 8ad3a11d3b57: Verifying Checksum 00:54:07 8ad3a11d3b57: Download complete 00:54:07 df20fa9351a1: Pull complete 00:54:07 36b3adc4ff6f: Pull complete 00:54:08 8ad3a11d3b57: Pull complete 00:54:08 46f8f816bc3b: Pull complete 00:54:09 aa168da1d23b: Verifying Checksum 00:54:09 aa168da1d23b: Download complete 00:54:10 93b61091891f: Pull complete 00:54:10 93b9cdb0e59b: Pull complete 00:54:10 5e14af77c1be: Pull complete 00:54:11 01666e4c0597: Pull complete 00:54:19 aa168da1d23b: Pull complete 00:54:19 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:54:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:54:19 prd-centos7-docker-4c-2g-26175 does not seem to be running inside a container 00:54:19 $ 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/62/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/62 -v /w/workspace/edgex-go/62:/w/workspace/edgex-go/62:rw,z -v /w/workspace/edgex-go/62@tmp:/w/workspace/edgex-go/62@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:24 $ docker top 0f61a86b054c6cff2efffcc15b611b7941b1829c1158245dc51ecfca8d927ad7 -eo pid,comm [Pipeline] { [Pipeline] sh 00:54:25 + touch /tmp/pre-build-complete [Pipeline] sh 00:54:25 + mkdir -p /var/log/sa [Pipeline] sh 00:54:26 + ls /var/log/sa-host 00:54:26 + sadf -c /var/log/sa-host/sa12 00:54:26 file_magic: OK 00:54:26 HZ: Using current value: 100 00:54:26 file_header: OK 00:54:26 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:26 Statistics: 00:54:26 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:54:26 File successfully converted to sysstat format version 12.2.1 00:54:26 + sadf -c /var/log/sa-host/sa23 00:54:26 file_magic: OK 00:54:26 HZ: Using current value: 100 00:54:26 file_header: OK 00:54:26 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:26 Statistics: 00:54:26 Hnuu...uuuununununu... 00:54:26 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:54:26 provisioning config files... 00:54:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/62@tmp/config7323120749947374119tmp [Pipeline] { [Pipeline] echo 00:54:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:54:26 ---> create-netrc.sh [Pipeline] } 00:54:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:54:26 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:54:27 ---> python-tools-install.sh [Pipeline] echo 00:54:27 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:54:27 ---> sudo-logs.sh 00:54:27 Archiving 'sudo' log.. [Pipeline] echo 00:54:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:54:27 ---> job-cost.sh 00:54:27 lf-activate-venv: SKIPPING 00:54:27 INFO: No Stack... 00:54:28 INFO: Retrieving Pricing Info for: v1-standard-2 00:54:29 INFO: Archiving Costs [Pipeline] echo 00:54:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:54:29 ---> logs-deploy.sh 00:54:29 lf-activate-venv: SKIPPING 00:54:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/62 00:54:29 INFO: archiving workspace using pattern(s): 00:54:31 Archives upload complete. 00:54:31 INFO: archiving logs to Nexus 00:54:32 ---> uname -a: 00:54:32 Linux prd-centos7-docker-4c-2g-26175.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:32 00:54:32 00:54:32 ---> lscpu: 00:54:32 Architecture: x86_64 00:54:32 CPU op-mode(s): 32-bit, 64-bit 00:54:32 Byte Order: Little Endian 00:54:32 Address sizes: 40 bits physical, 48 bits virtual 00:54:32 CPU(s): 4 00:54:32 On-line CPU(s) list: 0-3 00:54:32 Thread(s) per core: 1 00:54:32 Core(s) per socket: 1 00:54:32 Socket(s): 4 00:54:32 NUMA node(s): 1 00:54:32 Vendor ID: GenuineIntel 00:54:32 CPU family: 6 00:54:32 Model: 44 00:54:32 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:54:32 Stepping: 1 00:54:32 CPU MHz: 2933.442 00:54:32 BogoMIPS: 5866.88 00:54:32 Virtualization: VT-x 00:54:32 Hypervisor vendor: KVM 00:54:32 Virtualization type: full 00:54:32 L1d cache: 128 KiB 00:54:32 L1i cache: 128 KiB 00:54:32 L2 cache: 16 MiB 00:54:32 L3 cache: 64 MiB 00:54:32 NUMA node0 CPU(s): 0-3 00:54:32 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:54:32 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:54:32 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:54:32 Vulnerability Meltdown: Mitigation; PTI 00:54:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:54:32 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:54:32 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:54:32 Vulnerability Srbds: Not affected 00:54:32 Vulnerability Tsx async abort: Not affected 00:54:32 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:32 00:54:32 00:54:32 ---> nproc: 00:54:32 4 00:54:32 00:54:32 00:54:32 ---> df -h: 00:54:32 Filesystem Size Used Available Use% Mounted on 00:54:32 overlay 50.0G 11.7G 38.3G 23% / 00:54:32 tmpfs 64.0M 0 64.0M 0% /dev 00:54:32 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:54:32 shm 64.0M 0 64.0M 0% /dev/shm 00:54:32 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 00:54:32 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 00:54:32 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 00:54:32 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 00:54:32 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 00:54:32 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 00:54:32 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 00:54:32 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 00:54:32 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/62@tmp 00:54:32 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/62 00:54:32 00:54:32 00:54:32 ---> free -m: 00:54:32 total used free shared buff/cache available 00:54:32 Mem: 1837 717 156 0 964 1034 00:54:32 Swap: 1023 50 973 00:54:32 00:54:32 00:54:32 ---> ip addr: 00:54:32 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:54:32 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:54:32 inet 127.0.0.1/8 scope host lo 00:54:32 valid_lft forever preferred_lft forever 00:54:32 inet6 ::1/128 scope host 00:54:32 valid_lft forever preferred_lft forever 00:54:32 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:54:32 link/ether fa:16:3e:e1:dc:93 brd ff:ff:ff:ff:ff:ff 00:54:32 inet 10.30.123.31/23 brd 10.30.123.255 scope global dynamic eth0 00:54:32 valid_lft 85032sec preferred_lft 85032sec 00:54:32 inet6 fe80::f816:3eff:fee1:dc93/64 scope link 00:54:32 valid_lft forever preferred_lft forever 00:54:32 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:54:32 link/ether 02:42:0c:cf:a9:c6 brd ff:ff:ff:ff:ff:ff 00:54:32 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:54:32 valid_lft forever preferred_lft forever 00:54:32 inet6 fe80::42:cff:fecf:a9c6/64 scope link 00:54:32 valid_lft forever preferred_lft forever 00:54:32 00:54:32 00:54:32 ---> sar -b -r -n DEV: 00:54:32 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/12/21 _x86_64_ (4 CPU) 00:54:32 00:54:32 00:31:30 LINUX RESTART (4 CPU) 00:54:32 00:54:32 00:32:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:54:32 00:33:01 88.70 30.90 57.80 0.00 7295.79 14695.06 0.00 00:54:32 00:34:01 294.38 93.72 200.66 0.00 6934.30 54737.72 0.00 00:54:32 00:35:01 193.60 92.33 101.26 0.00 3218.76 11723.25 0.00 00:54:32 00:36:02 140.07 72.60 67.47 0.00 3602.59 6774.28 0.00 00:54:32 00:37:02 252.12 90.49 161.63 0.00 26561.28 97413.99 0.00 00:54:32 00:38:03 2751.84 2384.88 366.96 0.00 190835.50 204570.24 0.00 00:54:32 00:39:01 619.59 392.59 227.00 0.00 23983.90 48702.68 0.00 00:54:32 00:40:02 1522.29 1175.23 347.06 0.00 100290.39 131551.79 0.00 00:54:32 00:41:01 909.84 624.90 284.94 0.00 44362.00 57346.91 0.00 00:54:32 00:42:01 13.25 4.86 8.39 0.00 94.94 287.27 0.00 00:54:32 00:43:01 0.23 0.03 0.20 0.00 0.80 2.55 0.00 00:54:32 00:44:01 1.47 1.22 0.25 0.00 93.92 3.30 0.00 00:54:32 00:45:01 0.30 0.02 0.28 0.00 0.27 2.91 0.00 00:54:32 00:46:01 0.20 0.00 0.20 0.00 0.00 1.65 0.00 00:54:32 00:47:01 2.13 1.83 0.30 0.00 55.70 3.90 0.00 00:54:32 00:48:01 1.20 0.35 0.85 0.00 158.27 15.34 0.00 00:54:32 00:49:01 0.28 0.00 0.28 0.00 0.00 3.11 0.00 00:54:32 00:50:01 0.20 0.00 0.20 0.00 0.00 2.48 0.00 00:54:32 00:51:02 0.28 0.00 0.28 0.00 0.00 3.55 0.00 00:54:32 00:52:01 0.29 0.02 0.27 0.00 0.54 2.93 0.00 00:54:32 00:53:01 0.17 0.00 0.17 0.00 0.00 1.83 0.00 00:54:32 00:54:01 9.74 9.39 0.35 0.00 1525.81 4.31 0.00 00:54:32 Average: 311.49 228.27 83.22 0.00 18777.87 28744.54 0.00 00:54:32 00:54:32 00:32:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:54:32 00:33:01 70588 0 834060 44.33 2620 974276 1529112 52.19 674400 933236 20 00:54:32 00:34:01 117736 0 756100 40.19 1348 1006360 1326404 45.27 616984 851840 136 00:54:32 00:35:01 218444 0 789692 41.97 784 872624 1779276 60.72 657692 728320 58136 00:54:32 00:36:02 198628 0 841460 44.72 676 840780 1524416 52.03 675972 717716 57940 00:54:32 00:37:02 71888 0 845132 44.92 136 964388 2245404 76.63 729488 858452 78772 00:54:32 00:38:03 69408 0 845864 44.96 116 966156 2347472 80.12 732416 851644 25400 00:54:32 00:39:01 212256 0 708256 37.64 116 960916 1364956 46.58 519968 899268 0 00:54:32 00:40:02 73832 0 849944 45.17 116 957652 2741248 93.55 642936 909592 87056 00:54:32 00:41:01 368516 0 673800 35.81 116 839112 1505736 51.39 487172 784016 20 00:54:32 00:42:01 402052 0 637908 33.90 116 841468 1189468 40.59 482204 760432 12 00:54:32 00:43:01 403144 0 636820 33.85 116 841464 1179252 40.25 482180 759964 8 00:54:32 00:44:01 400316 0 636808 33.84 116 844304 1179248 40.25 481984 762792 12 00:54:32 00:45:01 401420 0 635704 33.79 116 844304 1176088 40.14 481428 762652 8 00:54:32 00:46:01 401284 0 635828 33.79 116 844316 1176092 40.14 481428 762664 8 00:54:32 00:47:01 399456 0 636700 33.84 116 845272 1176092 40.14 482364 762796 16 00:54:32 00:48:01 391612 0 639824 34.01 116 849992 1176152 40.14 488216 764656 8 00:54:32 00:49:01 391964 0 639456 33.99 116 850008 1176092 40.14 487780 764668 8 00:54:32 00:50:01 391824 0 639588 33.99 116 850016 1176092 40.14 487908 764668 8 00:54:32 00:51:02 392088 0 639316 33.98 116 850024 1176092 40.14 487916 764668 16 00:54:32 00:52:01 392040 0 639360 33.98 116 850028 1176092 40.14 487916 764684 12 00:54:32 00:53:01 391540 0 639848 34.01 116 850040 1176164 40.14 488292 764684 8 00:54:32 00:54:01 330800 0 656136 34.87 116 894492 1204184 41.10 509712 801168 156 00:54:32 Average: 295038 0 702618 37.34 343 883545 1440961 49.18 548471 795208 13989 00:54:32 00:54:32 00:32:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:54:32 00:33:01 eth0 1697.56 1597.92 6476.18 214.93 0.00 0.00 0.00 0.00 00:54:32 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:33:01 veth6581474 851.34 725.74 82.23 2720.45 0.00 0.00 0.00 0.00 00:54:32 00:33:01 docker0 851.34 725.60 70.59 2720.44 0.00 0.00 0.00 0.00 00:54:32 00:34:01 eth0 473.78 392.99 3648.57 48.26 0.00 0.00 0.00 0.00 00:54:32 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:34:01 docker0 130.58 167.12 9.34 823.08 0.00 0.00 0.00 0.00 00:54:32 00:35:01 eth0 42.51 24.00 36.89 15.77 0.00 0.00 0.00 0.00 00:54:32 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:35:01 veth77196be 0.62 0.75 0.05 0.06 0.00 0.00 0.00 0.00 00:54:32 00:35:01 docker0 0.62 0.62 0.04 0.05 0.00 0.00 0.00 0.00 00:54:32 00:36:02 eth0 43.18 32.93 19.34 82.82 0.00 0.00 0.00 0.00 00:54:32 00:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:36:02 veth77196be 1.51 1.51 0.12 0.12 0.00 0.00 0.00 0.00 00:54:32 00:36:02 docker0 1.51 1.51 0.10 0.12 0.00 0.00 0.00 0.00 00:54:32 00:37:02 veth5715977 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:54:32 00:37:02 eth0 215.76 179.64 1701.22 70.26 0.00 0.00 0.00 0.00 00:54:32 00:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:38:03 veth5715977 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 00:54:32 00:38:03 eth0 51.92 40.35 157.34 9.31 0.00 0.00 0.00 0.00 00:54:32 00:38:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:38:03 docker0 32.13 36.41 2.10 144.58 0.00 0.00 0.00 0.00 00:54:32 00:39:01 veth5715977 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:39:01 eth0 145.44 111.15 1458.22 16.22 0.00 0.00 0.00 0.00 00:54:32 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:39:01 docker0 10.25 21.93 0.56 134.99 0.00 0.00 0.00 0.00 00:54:32 00:40:02 vethc3b834e 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 00:54:32 00:40:02 veth5715977 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:54:32 00:40:02 vetheca53e7 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 00:54:32 00:40:02 eth0 128.39 72.68 406.66 96.16 0.00 0.00 0.00 0.00 00:54:32 00:41:01 veth5715977 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 00:54:32 00:41:01 eth0 110.31 70.86 181.74 82.13 0.00 0.00 0.00 0.00 00:54:32 00:41:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:54:32 00:41:01 docker0 1068.97 1049.41 85.36 4365.15 0.00 0.00 0.00 0.00 00:54:32 00:42:01 eth0 3.05 2.05 3.07 1.13 0.00 0.00 0.00 0.00 00:54:32 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:42:01 docker0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:43:01 eth0 2.01 0.63 0.76 0.43 0.00 0.00 0.00 0.00 00:54:32 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:44:01 eth0 0.58 0.37 0.28 0.23 0.00 0.00 0.00 0.00 00:54:32 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:45:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 00:54:32 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:46:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:54:32 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:47:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 00:54:32 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:48:01 eth0 0.32 0.27 0.14 0.08 0.00 0.00 0.00 0.00 00:54:32 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:49:01 eth0 0.05 0.07 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:50:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 00:54:32 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:51:02 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:54:32 00:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:51:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:52:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:53:01 eth0 0.32 0.20 0.14 0.07 0.00 0.00 0.00 0.00 00:54:32 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:54:01 eth0 3.28 2.11 3.75 1.34 0.00 0.00 0.00 0.00 00:54:32 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 Average: eth0 131.73 114.03 636.71 28.97 0.00 0.00 0.00 0.00 00:54:32 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:32 Average: docker0 47.94 47.07 3.83 195.78 0.00 0.00 0.00 0.00 00:54:32 00:54:32 00:54:32 ---> sar -P ALL: 00:54:32 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/12/21 _x86_64_ (4 CPU) 00:54:32 00:54:32 00:31:30 LINUX RESTART (4 CPU) 00:54:32 00:54:32 00:32:02 CPU %user %nice %system %iowait %steal %idle 00:54:32 00:33:01 all 25.23 0.00 8.69 1.79 0.81 63.48 00:54:32 00:33:01 0 26.05 0.00 12.10 2.12 0.75 58.98 00:54:32 00:33:01 1 22.91 0.00 7.56 2.50 1.01 66.02 00:54:32 00:33:01 2 23.43 0.00 8.02 1.42 0.75 66.38 00:54:32 00:33:01 3 28.58 0.00 7.14 1.13 0.72 62.43 00:54:32 00:34:01 all 11.89 0.00 9.96 5.50 0.80 71.86 00:54:32 00:34:01 0 10.92 0.00 10.35 5.38 0.81 72.53 00:54:32 00:34:01 1 13.22 0.00 9.42 6.29 0.72 70.34 00:54:32 00:34:01 2 12.36 0.00 10.22 4.45 0.78 72.19 00:54:32 00:34:01 3 11.03 0.00 9.85 5.87 0.88 72.38 00:54:32 00:35:01 all 50.09 0.00 13.23 5.70 0.14 30.85 00:54:32 00:35:01 0 50.26 0.00 13.14 8.21 0.12 28.28 00:54:32 00:35:01 1 49.84 0.00 13.18 1.29 0.16 35.52 00:54:32 00:35:01 2 49.83 0.00 13.68 7.54 0.18 28.77 00:54:32 00:35:01 3 50.41 0.00 12.93 5.75 0.09 30.82 00:54:32 00:36:02 all 43.69 0.00 13.45 4.28 0.13 38.45 00:54:32 00:36:02 0 42.80 0.00 12.69 3.61 0.11 40.80 00:54:32 00:36:02 1 42.99 0.00 13.56 3.94 0.14 39.37 00:54:32 00:36:02 2 44.34 0.00 13.74 5.05 0.14 36.73 00:54:32 00:36:02 3 44.62 0.00 13.83 4.52 0.14 36.89 00:54:32 00:37:02 all 22.04 0.00 16.30 7.59 0.20 53.88 00:54:32 00:37:02 0 24.31 0.00 16.59 7.16 0.16 51.77 00:54:32 00:37:02 1 22.58 0.00 15.05 8.29 0.21 53.87 00:54:32 00:37:02 2 20.15 0.00 16.23 6.89 0.23 56.51 00:54:32 00:37:02 3 21.12 0.00 17.33 8.00 0.19 53.36 00:54:32 00:38:03 all 23.79 0.00 32.46 22.01 0.40 21.34 00:54:32 00:38:03 0 24.78 0.00 31.36 22.22 0.44 21.19 00:54:32 00:38:03 1 23.69 0.00 32.47 19.96 0.42 23.46 00:54:32 00:38:03 2 22.51 0.00 33.62 22.51 0.44 20.93 00:54:32 00:38:03 3 24.18 0.00 32.38 23.37 0.31 19.77 00:54:32 00:39:01 all 54.15 0.00 18.21 14.58 0.18 12.87 00:54:32 00:39:01 0 54.81 0.00 17.79 16.72 0.19 10.49 00:54:32 00:39:01 1 53.83 0.00 18.63 14.56 0.20 12.77 00:54:32 00:39:01 2 54.21 0.00 18.19 11.17 0.20 16.22 00:54:32 00:39:01 3 53.74 0.00 18.24 15.88 0.13 12.01 00:54:32 00:40:02 all 29.87 0.00 24.32 23.90 0.23 21.69 00:54:32 00:40:02 0 29.40 0.00 23.06 24.77 0.21 22.55 00:54:32 00:40:02 1 29.27 0.00 24.05 24.81 0.30 21.57 00:54:32 00:40:02 2 29.59 0.00 24.93 23.96 0.21 21.31 00:54:32 00:40:02 3 31.22 0.00 25.24 22.02 0.20 21.33 00:54:32 00:41:01 all 37.07 0.00 17.50 22.38 0.14 22.91 00:54:32 00:41:01 0 36.99 0.00 17.05 24.94 0.16 20.86 00:54:32 00:41:01 1 36.33 0.00 18.00 21.50 0.13 24.04 00:54:32 00:41:01 2 37.38 0.00 17.55 21.52 0.13 23.42 00:54:32 00:41:01 3 37.59 0.00 17.40 21.51 0.16 23.33 00:54:32 00:42:01 all 0.28 0.00 0.22 0.24 0.00 99.26 00:54:32 00:42:01 0 0.15 0.00 0.23 0.02 0.00 99.60 00:54:32 00:42:01 1 0.22 0.00 0.30 0.27 0.00 99.22 00:54:32 00:42:01 2 0.08 0.00 0.20 0.40 0.00 99.32 00:54:32 00:42:01 3 0.67 0.00 0.15 0.28 0.00 98.90 00:54:32 00:43:01 all 0.16 0.00 0.04 0.00 0.00 99.80 00:54:32 00:43:01 0 0.07 0.00 0.07 0.00 0.00 99.87 00:54:32 00:43:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:54:32 00:43:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:54:32 00:43:01 3 0.53 0.00 0.03 0.00 0.00 99.43 00:54:32 00:54:32 00:43:01 CPU %user %nice %system %iowait %steal %idle 00:54:32 00:44:01 all 0.18 0.00 0.10 0.00 0.01 99.71 00:54:32 00:44:01 0 0.03 0.00 0.10 0.02 0.02 99.83 00:54:32 00:44:01 1 0.07 0.00 0.12 0.00 0.02 99.80 00:54:32 00:44:01 2 0.07 0.00 0.10 0.00 0.02 99.82 00:54:32 00:44:01 3 0.53 0.00 0.07 0.00 0.00 99.40 00:54:32 00:45:01 all 0.16 0.00 0.05 0.00 0.00 99.79 00:54:32 00:45:01 0 0.05 0.00 0.05 0.00 0.00 99.90 00:54:32 00:45:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:54:32 00:45:01 2 0.05 0.00 0.07 0.00 0.00 99.88 00:54:32 00:45:01 3 0.52 0.00 0.03 0.00 0.02 99.43 00:54:32 00:46:01 all 0.14 0.00 0.04 0.00 0.00 99.82 00:54:32 00:46:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:54:32 00:46:01 1 0.02 0.00 0.03 0.00 0.00 99.95 00:54:32 00:46:01 2 0.03 0.00 0.07 0.00 0.00 99.90 00:54:32 00:46:01 3 0.50 0.00 0.02 0.00 0.00 99.48 00:54:32 00:47:01 all 0.15 0.00 0.05 0.03 0.00 99.77 00:54:32 00:47:01 0 0.02 0.00 0.05 0.02 0.00 99.92 00:54:32 00:47:01 1 0.05 0.00 0.03 0.02 0.00 99.90 00:54:32 00:47:01 2 0.03 0.00 0.07 0.08 0.00 99.82 00:54:32 00:47:01 3 0.50 0.00 0.03 0.02 0.00 99.45 00:54:32 00:48:01 all 0.05 0.00 0.05 0.00 0.00 99.90 00:54:32 00:48:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:54:32 00:48:01 1 0.02 0.00 0.07 0.02 0.00 99.90 00:54:32 00:48:01 2 0.05 0.00 0.03 0.00 0.02 99.90 00:54:32 00:48:01 3 0.08 0.00 0.07 0.00 0.00 99.85 00:54:32 00:49:01 all 0.15 0.00 0.02 0.00 0.01 99.83 00:54:32 00:49:01 0 0.02 0.00 0.02 0.00 0.02 99.95 00:54:32 00:49:01 1 0.52 0.00 0.02 0.00 0.00 99.47 00:54:32 00:49:01 2 0.05 0.00 0.05 0.00 0.02 99.88 00:54:32 00:49:01 3 0.00 0.00 0.00 0.00 0.00 100.00 00:54:32 00:50:01 all 0.15 0.00 0.02 0.00 0.00 99.82 00:54:32 00:50:01 0 0.03 0.00 0.05 0.00 0.00 99.92 00:54:32 00:50:01 1 0.52 0.00 0.02 0.00 0.02 99.45 00:54:32 00:50:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:54:32 00:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:54:32 00:51:02 all 0.15 0.00 0.02 0.00 0.00 99.83 00:54:32 00:51:02 0 0.03 0.00 0.03 0.00 0.00 99.93 00:54:32 00:51:02 1 0.52 0.00 0.03 0.00 0.00 99.45 00:54:32 00:51:02 2 0.02 0.00 0.02 0.00 0.00 99.97 00:54:32 00:51:02 3 0.03 0.00 0.02 0.00 0.00 99.95 00:54:32 00:52:01 all 0.16 0.00 0.03 0.00 0.00 99.81 00:54:32 00:52:01 0 0.07 0.00 0.05 0.00 0.00 99.88 00:54:32 00:52:01 1 0.51 0.00 0.02 0.00 0.00 99.48 00:54:32 00:52:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:54:32 00:52:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:54:32 00:53:01 all 0.11 0.00 0.03 0.00 0.00 99.87 00:54:32 00:53:01 0 0.07 0.00 0.03 0.00 0.00 99.90 00:54:32 00:53:01 1 0.33 0.00 0.03 0.00 0.00 99.63 00:54:32 00:53:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:54:32 00:53:01 3 0.02 0.00 0.00 0.00 0.00 99.98 00:54:32 00:54:01 all 0.38 0.00 0.19 0.24 0.00 99.19 00:54:32 00:54:01 0 0.12 0.00 0.12 0.02 0.00 99.75 00:54:32 00:54:01 1 0.92 0.00 0.23 0.38 0.00 98.47 00:54:32 00:54:01 2 0.22 0.00 0.18 0.32 0.00 99.28 00:54:32 00:54:01 3 0.28 0.00 0.22 0.25 0.00 99.25 00:54:32 00:54:32 Average: CPU %user %nice %system %iowait %steal %idle 00:54:32 Average: all 13.10 0.00 6.79 4.73 0.14 75.24 00:54:32 Average: 0 13.13 0.00 6.79 5.03 0.13 74.92 00:54:32 Average: 1 13.05 0.00 6.71 4.54 0.15 75.55 00:54:32 Average: 2 12.88 0.00 6.90 4.62 0.14 75.46 00:54:32 Average: 3 13.36 0.00 6.76 4.72 0.13 75.04 00:54:32 00:54:32 00:54:32