Pull request #3051 updated 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 lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 7c22161e7358ea62ae94c661ce8d86ab54401cb7+c4887d0c009f35026456fc1c8cef2ef56b2ea654 (ba66b34464251cfecff9426dbf88499684e3ff19) 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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-21395 in /w/workspace/edgexfoundry_edgex-go_PR-3051 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3051/head:refs/remotes/origin/PR-3051 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit 7c22161e7358ea62ae94c661ce8d86ab54401cb7 Merge succeeded, producing 7c22161e7358ea62ae94c661ce8d86ab54401cb7 Checking out Revision 7c22161e7358ea62ae94c661ce8d86ab54401cb7 (PR-3051) > git config core.sparsecheckout # timeout=10 > git checkout -f 7c22161e7358ea62ae94c661ce8d86ab54401cb7 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7c22161e7358ea62ae94c661ce8d86ab54401cb7 # timeout=10 Commit message: "fix(core-data): Set ApiVerion on Event/Reading DTOs prior to publishing to MessageBus" First time build. Skipping changelog. > git rev-list --no-walk b098938bb1ed78b5ddb2a79e9c2b351b8ad61594 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:18:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:18:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:18:50 ========================================================= 23:18:50 EdgeX Global Pipelines Version Info 23:18:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:18:52 ------------------- 23:18:52 stable info: 23:18:52 ------------------- 23:18:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:18:52 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:18:52 Message: update stable to v1.0.179 23:18:53 ------------------- 23:18:53 experimental info: 23:18:53 ------------------- 23:18:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:18:53 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:18:53 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:18:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 23:18:53 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 23:18:53 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:18:53 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:18:53 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:18:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:18:54 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:18:54 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 23:18:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 23:18:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 23:18:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:18:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:18:54 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:18:54 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:18:54 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:18:54 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:18:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:18:55 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:18:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:18:55 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 23:18:55 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 23:18:55 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:18:55 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 23:18:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3051 [Pipeline] echo 23:18:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3051 [Pipeline] echo 23:18:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3051 [Pipeline] echo 23:18:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7c22161e7358ea62ae94c661ce8d86ab54401cb7 [Pipeline] echo 23:18:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7c22161 [Pipeline] echo 23:18:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:18:56 provisioning config files... 23:18:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3521324028728464749tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:18:56 ---> docker-login.sh 23:18:56 nexus3.edgexfoundry.org:10001 23:18:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:18:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:18:56 Configure a credential helper to remove this warning. See 23:18:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:18:56 23:18:56 Login Succeeded 23:18:56 nexus3.edgexfoundry.org:10002 23:18:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:18:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:18:57 Configure a credential helper to remove this warning. See 23:18:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:18:57 23:18:57 Login Succeeded 23:18:57 nexus3.edgexfoundry.org:10003 23:18:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:18:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:18:57 Configure a credential helper to remove this warning. See 23:18:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:18:57 23:18:57 Login Succeeded 23:18:57 nexus3.edgexfoundry.org:10004 23:18:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:18:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:18:57 Configure a credential helper to remove this warning. See 23:18:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:18:57 23:18:57 Login Succeeded 23:18:57 docker.io 23:18:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:18:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:18:57 Configure a credential helper to remove this warning. See 23:18:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:18:57 23:18:57 Login Succeeded 23:18:57 ---> docker-login.sh ends [Pipeline] } 23:18:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:18:58 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 23:18:58 + for file in '`ls cmd/**/Dockerfile`' 23:18:58 ++ dirname cmd/core-command/Dockerfile 23:18:58 ++ cut -d/ -f2 23:18:58 + echo core-command,cmd/core-command/Dockerfile 23:18:58 + for file in '`ls cmd/**/Dockerfile`' 23:18:58 ++ dirname cmd/core-data/Dockerfile 23:18:58 ++ cut -d/ -f2 23:18:58 + echo core-data,cmd/core-data/Dockerfile 23:18:58 + for file in '`ls cmd/**/Dockerfile`' 23:18:58 ++ dirname cmd/core-metadata/Dockerfile 23:18:58 ++ cut -d/ -f2 23:18:58 + echo core-metadata,cmd/core-metadata/Dockerfile 23:18:58 + for file in '`ls cmd/**/Dockerfile`' 23:18:58 ++ dirname cmd/security-bootstrap-redis/Dockerfile 23:18:58 ++ cut -d/ -f2 23:18:58 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 23:18:58 + for file in '`ls cmd/**/Dockerfile`' 23:18:58 ++ dirname cmd/security-proxy-setup/Dockerfile 23:18:58 ++ cut -d/ -f2 23:18:58 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 23:18:58 + for file in '`ls cmd/**/Dockerfile`' 23:18:58 ++ dirname cmd/security-secretstore-setup/Dockerfile 23:18:58 ++ cut -d/ -f2 23:18:58 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 23:18:58 + for file in '`ls cmd/**/Dockerfile`' 23:18:58 ++ dirname cmd/support-notifications/Dockerfile 23:18:58 ++ cut -d/ -f2 23:18:58 + echo support-notifications,cmd/support-notifications/Dockerfile 23:18:58 + for file in '`ls cmd/**/Dockerfile`' 23:18:58 ++ dirname cmd/support-scheduler/Dockerfile 23:18:58 ++ cut -d/ -f2 23:18:58 + echo support-scheduler,cmd/support-scheduler/Dockerfile 23:18:58 + for file in '`ls cmd/**/Dockerfile`' 23:18:58 ++ dirname cmd/sys-mgmt-agent/Dockerfile 23:18:58 ++ cut -d/ -f2 23:18:58 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 23:18:58 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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 23:18:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:18:59 23:18:59 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:18:59 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:18:59 latest: Pulling from edgex-devops/git-semver 23:18:59 31603596830f: Pulling fs layer 23:18:59 2a8b12db71e7: Pulling fs layer 23:18:59 6ca5941a6612: Pulling fs layer 23:18:59 ecc8261a40a4: Pulling fs layer 23:18:59 ecc8261a40a4: Waiting 23:18:59 2a8b12db71e7: Verifying Checksum 23:18:59 2a8b12db71e7: Download complete 23:18:59 31603596830f: Verifying Checksum 23:18:59 31603596830f: Download complete 23:19:00 ecc8261a40a4: Verifying Checksum 23:19:00 ecc8261a40a4: Download complete 23:19:00 6ca5941a6612: Verifying Checksum 23:19:00 6ca5941a6612: Download complete 23:19:00 31603596830f: Pull complete 23:19:00 2a8b12db71e7: Pull complete 23:19:00 6ca5941a6612: Pull complete 23:19:01 ecc8261a40a4: Pull complete 23:19:01 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:19:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:19:01 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:19:01 prd-centos7-docker-4c-2g-21395 does not seem to be running inside a container 23:19:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 23:19:03 $ docker top 254a7d346454d494114b7ee992242ad420f7d4c6e021a0e29901fced6b4cb3f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:19:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:19:03 [ssh-agent] Looking for ssh-agent implementation... 23:19:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:19:04 $ docker exec 254a7d346454d494114b7ee992242ad420f7d4c6e021a0e29901fced6b4cb3f0 ssh-agent 23:19:04 SSH_AUTH_SOCK=/tmp/ssh-bPCwc4zj1OxG/agent.12 23:19:04 SSH_AGENT_PID=17 23:19:04 Running ssh-add (command line suppressed) 23:19:04 Identity added: /w/workspace/edgex-go/3@tmp/private_key_509342518623038083.key (/w/workspace/edgex-go/3@tmp/private_key_509342518623038083.key) 23:19:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:19:04 + git tag --points-at HEAD [Pipeline] } 23:19:04 $ docker exec --env ******** --env ******** 254a7d346454d494114b7ee992242ad420f7d4c6e021a0e29901fced6b4cb3f0 ssh-agent -k 23:19:04 unset SSH_AUTH_SOCK; 23:19:04 unset SSH_AGENT_PID; 23:19:04 echo Agent pid 17 killed; 23:19:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:19:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:19:05 [ssh-agent] Looking for ssh-agent implementation... 23:19:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:19:05 $ docker exec 254a7d346454d494114b7ee992242ad420f7d4c6e021a0e29901fced6b4cb3f0 ssh-agent 23:19:05 SSH_AUTH_SOCK=/tmp/ssh-0S9REX5Vl42o/agent.46 23:19:05 SSH_AGENT_PID=51 23:19:05 Running ssh-add (command line suppressed) 23:19:05 Identity added: /w/workspace/edgex-go/3@tmp/private_key_2026981631700995097.key (/w/workspace/edgex-go/3@tmp/private_key_2026981631700995097.key) 23:19:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:19:05 + git semver init 23:19:05 # -> Open(): unable to determine branch for HEAD 23:19:05 # $GIT_DIR = /w/workspace/edgex-go/3/.git 23:19:05 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 23:19:05 # $SEMVER_REMOTE_NAME = origin 23:19:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:19:05 # $SEMVER_USER_NAME = edgex-jenkins 23:19:05 # $SEMVER_BRANCH = PR-3051 23:19:05 # $SEMVER_TEMP = /tmp/semver-714370414 23:19:05 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 23:19:24 # '/tmp/semver-714370414' -> '/w/workspace/edgex-go/3/.semver' 23:19:24 # -> Force: false 23:19:24 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 23:19:24 $ docker exec --env ******** --env ******** 254a7d346454d494114b7ee992242ad420f7d4c6e021a0e29901fced6b4cb3f0 ssh-agent -k 23:19:24 unset SSH_AUTH_SOCK; 23:19:24 unset SSH_AGENT_PID; 23:19:24 echo Agent pid 51 killed; 23:19:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:19:24 + git semver [Pipeline] } 23:19:24 $ docker stop --time=1 254a7d346454d494114b7ee992242ad420f7d4c6e021a0e29901fced6b4cb3f0 23:19:26 $ docker rm -f 254a7d346454d494114b7ee992242ad420f7d4c6e021a0e29901fced6b4cb3f0 [Pipeline] // withDockerContainer [Pipeline] sh 23:19:26 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:19:27 Stashed 1 file(s) [Pipeline] echo 23:19:27 [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 23:19:28 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:19:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:19:28 + sudo service docker restart 23:19:28 + true 23:19:28 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 23:19:29 ========================================================= 23:19:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:19:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:19:29 + 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 . 23:19:32 Sending build context to Docker daemon 326.6MB 23:19:32 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 23:19:32 Step 2/6 : FROM ${BASE} 23:19:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:19:32 188c0c94c7c5: Pulling fs layer 23:19:32 0ef7d3d256c8: Pulling fs layer 23:19:32 de9db76c5a1d: Pulling fs layer 23:19:32 bca2f99d35d6: Pulling fs layer 23:19:32 93359f2a8cfa: Pulling fs layer 23:19:32 7c6f9722023f: Pulling fs layer 23:19:32 a35cf1a2eb13: Pulling fs layer 23:19:32 93359f2a8cfa: Waiting 23:19:32 7c6f9722023f: Waiting 23:19:32 a35cf1a2eb13: Waiting 23:19:32 bca2f99d35d6: Waiting 23:19:32 de9db76c5a1d: Verifying Checksum 23:19:32 de9db76c5a1d: Download complete 23:19:32 0ef7d3d256c8: Download complete 23:19:32 93359f2a8cfa: Verifying Checksum 23:19:32 93359f2a8cfa: Download complete 23:19:32 7c6f9722023f: Verifying Checksum 23:19:32 7c6f9722023f: Download complete 23:19:32 188c0c94c7c5: Verifying Checksum 23:19:32 188c0c94c7c5: Download complete 23:19:33 188c0c94c7c5: Pull complete 23:19:33 0ef7d3d256c8: Pull complete 23:19:33 de9db76c5a1d: Pull complete 23:19:35 a35cf1a2eb13: Verifying Checksum 23:19:35 a35cf1a2eb13: Download complete 23:19:36 bca2f99d35d6: Verifying Checksum 23:19:36 bca2f99d35d6: Download complete 23:19:41 bca2f99d35d6: Pull complete 23:19:41 93359f2a8cfa: Pull complete 23:19:41 7c6f9722023f: Pull complete 23:19:42 Still waiting to schedule task 23:19:42 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:19:45 a35cf1a2eb13: Pull complete 23:19:45 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:19:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:19:45 ---> a62c8e92a672 23:19:45 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 23:19:45 ---> Running in 0b8624ac75b2 23:19:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:19:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:19:47 (1/12) Installing libmagic (5.38-r0) 23:19:47 (2/12) Installing file (5.38-r0) 23:19:47 (3/12) Installing libc-dev (0.7.2-r3) 23:19:48 (4/12) Installing g++ (9.3.0-r2) 23:19:51 (5/12) Installing fortify-headers (1.1-r0) 23:19:51 (6/12) Installing patch (2.7.6-r6) 23:19:51 (7/12) Installing build-base (0.5-r2) 23:19:51 (8/12) Installing libsodium (1.0.18-r0) 23:19:51 (9/12) Installing pkgconf (1.7.2-r0) 23:19:51 (10/12) Installing libsodium-dev (1.0.18-r0) 23:19:51 (11/12) Installing libzmq (4.3.3-r0) 23:19:51 (12/12) Installing zeromq-dev (4.3.3-r0) 23:19:51 Executing busybox-1.31.1-r19.trigger 23:19:51 OK: 233 MiB in 51 packages 23:19:55 Removing intermediate container 0b8624ac75b2 23:19:55 ---> 8250ea044802 23:19:55 Step 4/6 : WORKDIR /edgex-go 23:19:55 ---> Running in d2d5a6912d46 23:19:55 Removing intermediate container d2d5a6912d46 23:19:55 ---> e66bdffe3b0e 23:19:55 Step 5/6 : COPY go.mod . 23:19:55 ---> 82f0f7dcb814 23:19:55 Step 6/6 : RUN go mod download 23:19:55 ---> Running in 33215aebd4fc 23:20:17 Removing intermediate container 33215aebd4fc 23:20:17 ---> 48e68bc2b04c 23:20:17 Successfully built 48e68bc2b04c 23:20:17 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:20:17 + docker inspect -f . ci-base-image-x86_64 23:20:17 . [Pipeline] withDockerContainer 23:20:17 prd-centos7-docker-4c-2g-21395 does not seem to be running inside a container 23:20:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 23:20:18 $ docker top d78a60a0f20993425c70a5f40e59da0e6aa69164a29c439e4305bc06a88d2c49 -eo pid,comm [Pipeline] { [Pipeline] sh 23:20:18 + go version 23:20:18 go version go1.15.5 linux/amd64 [Pipeline] } 23:20:18 $ docker stop --time=1 d78a60a0f20993425c70a5f40e59da0e6aa69164a29c439e4305bc06a88d2c49 23:20:20 $ docker rm -f d78a60a0f20993425c70a5f40e59da0e6aa69164a29c439e4305bc06a88d2c49 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:20:20 + docker inspect -f . ci-base-image-x86_64 23:20:20 . [Pipeline] withDockerContainer 23:20:21 prd-centos7-docker-4c-2g-21395 does not seem to be running inside a container 23:20:21 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 23:20:21 $ docker top 327022a2a8448705c54a318a329d994ada5a88f5a5a548ca406f8039f18599f7 -eo pid,comm [Pipeline] { [Pipeline] echo 23:20:21 ========================================================= 23:20:21 [edgeXBuildGoParallel] Running Tests and Build... 23:20:21 ========================================================= [Pipeline] sh 23:20:22 + make test 23:20:22 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 23:20:30 ? github.com/edgexfoundry/edgex-go [no test files] 23:20:42 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 23:20:49 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 23:20:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 23:20:49 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 23:20:49 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 23:20:49 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 23:20:49 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 23:20:50 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 23:20:50 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 23:20:51 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 23:20:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 23:20:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 23:20:53 ? github.com/edgexfoundry/edgex-go/internal [no test files] 23:20:54 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.091s coverage: 46.6% of statements 23:20:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 23:20:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 23:20:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 23:20:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 23:20:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 23:20:58 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.278s coverage: 27.0% of statements 23:20:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 23:20:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 23:20:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 23:20:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 23:20:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 23:20:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 23:20:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.048s coverage: 100.0% of statements 23:20:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 23:20:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.029s coverage: 100.0% of statements 23:20:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 23:20:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 23:20:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.114s coverage: 66.7% of statements 23:20:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 23:20:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 23:20:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.435s coverage: 82.3% of statements 23:20:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 23:20:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 23:20:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 23:20:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 23:21:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.341s coverage: 28.6% of statements 23:21:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 23:21:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 23:21:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 23:21:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 23:21:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 23:21:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.059s coverage: 100.0% of statements 23:21:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 23:21:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements 23:21:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 23:21:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.099s coverage: 86.7% of statements 23:21:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 23:21:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.095s coverage: 97.5% of statements 23:21:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 23:21:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.051s coverage: 78.3% of statements 23:21:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 23:21:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 23:21:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 23:21:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 23:21:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.379s coverage: 92.8% of statements 23:21:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 23:21:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 23:21:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 23:21:04 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 23:21:04 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 23:21:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 23:21:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 23:21:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 23:21:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 23:21:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 23:21:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 23:21:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 23:21:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 23:21:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 23:21:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 23:21:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 23:21:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 23:21:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 23:21:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.023s coverage: 58.8% of statements 23:21:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 23:21:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 23:21:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.053s coverage: 0.1% of statements 23:21:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 23:21:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 23:21:04 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 23:21:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 23:21:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.026s coverage: 100.0% of statements 23:21:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 23:21:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.052s coverage: 75.5% of statements 23:21:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 23:21:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements 23:21:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.083s coverage: 87.2% of statements 23:21:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.042s coverage: 84.2% of statements 23:21:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.092s coverage: 91.4% of statements 23:21:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 23:21:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.202s coverage: 63.5% of statements 23:21:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 23:21:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 23:21:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements 23:21:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.066s coverage: 91.3% of statements 23:21:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.022s coverage: 100.0% of statements 23:21:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements 23:21:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements 23:21:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.356s coverage: 68.9% of statements 23:21:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 23:21:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 23:21:06 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 23:21:06 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 23:21:06 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 23:21:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.101s coverage: 37.0% of statements 23:21:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 23:21:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 23:21:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.257s coverage: 84.0% of statements 23:21:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.045s coverage: 100.0% of statements 23:21:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.112s coverage: 47.1% of statements 23:21:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 23:21:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 23:21:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 23:21:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 23:21:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 23:21:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements 23:21:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 23:21:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements 23:21:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 23:21:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.719s coverage: 29.1% of statements 23:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 23:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 23:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 23:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 23:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 23:21:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements 23:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 23:21:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.033s coverage: 100.0% of statements 23:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 23:21:09 ok github.com/edgexfoundry/edgex-go/internal/system 0.055s coverage: 0.0% of statements 23:21:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 23:21:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements 23:21:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 23:21:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 23:21:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 23:21:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 23:21:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements 23:21:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 23:21:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 23:21:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.026s coverage: 100.0% of statements 23:21:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 23:21:10 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements 23:21:10 GO111MODULE=on go vet ./... 23:21:32 gofmt -l . 23:21:32 [ "`gofmt -l .`" = "" ] 23:21:32 ./bin/test-go-mod-tidy.sh 23:21:32 ./bin/test-attribution-txt.sh [Pipeline] sh 23:21:33 + ls -al . 23:21:33 total 656 23:21:33 drwxrwxr-x 10 1001 1001 4096 Jan 19 23:21 . 23:21:33 drwxr-xr-x 4 root root 28 Jan 19 23:20 .. 23:21:33 -rw-rw-r-- 1 1001 1001 11 Jan 19 23:18 .dockerignore 23:21:33 drwxrwxr-x 8 1001 1001 179 Jan 19 23:18 .git 23:21:33 drwxrwxr-x 3 1001 1001 125 Jan 19 23:18 .github 23:21:33 -rw-rw-r-- 1 1001 1001 824 Jan 19 23:18 .gitignore 23:21:33 drwx------ 3 1001 1001 47 Jan 19 23:19 .semver 23:21:33 -rw-rw-r-- 1 1001 1001 166 Jan 19 23:18 .sonarcloud.properties 23:21:33 -rw-rw-r-- 1 1001 1001 7744 Jan 19 23:18 Attribution.txt 23:21:33 -rw-rw-r-- 1 1001 1001 3804 Jan 19 23:18 CONTRIBUTING.md 23:21:33 -rw-rw-r-- 1 1001 1001 931 Jan 19 23:18 Dockerfile.build 23:21:33 -rw-rw-r-- 1 1001 1001 863 Jan 19 23:18 Jenkinsfile 23:21:33 -rw-rw-r-- 1 1001 1001 10775 Jan 19 23:18 LICENSE 23:21:33 -rw-rw-r-- 1 1001 1001 5750 Jan 19 23:18 Makefile 23:21:33 -rw-rw-r-- 1 1001 1001 6524 Jan 19 23:18 README.md 23:21:33 -rw-rw-r-- 1 1001 1001 6744 Jan 19 23:18 SECURITY.md 23:21:33 -rw-rw-r-- 1 1001 1001 5 Jan 19 23:19 VERSION 23:21:33 -rw-rw-r-- 1 1001 1001 4131 Jan 19 23:18 ZMQWindows.md 23:21:33 drwxrwxr-x 2 1001 1001 117 Jan 19 23:18 bin 23:21:33 drwxrwxr-x 14 1001 1001 4096 Jan 19 23:18 cmd 23:21:33 -rw-r--r-- 1 root root 550466 Jan 19 23:21 coverage.out 23:21:33 -rw-r--r-- 1 root root 981 Jan 19 23:21 go.mod 23:21:33 -rw-r--r-- 1 root root 19436 Jan 19 23:21 go.sum 23:21:33 drwxrwxr-x 8 1001 1001 127 Jan 19 23:18 internal 23:21:33 drwxrwxr-x 4 1001 1001 26 Jan 19 23:18 openapi 23:21:33 drwxrwxr-x 4 1001 1001 71 Jan 19 23:18 snap 23:21:33 -rw-rw-r-- 1 1001 1001 168 Jan 19 23:18 version.go [Pipeline] sh 23:21:33 + '[' -e coverage.out ] 23:21:33 + chown 1001:1001 coverage.out [Pipeline] stash 23:21:33 Stashed 1 file(s) [Pipeline] sh 23:21:34 + make build 23:21:34 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 23:21:37 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 23:21:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 23:21:45 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 23:21:47 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 23:21:47 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 23:21:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:21:49 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 23:21:50 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 23:21:51 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 23:21:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 23:21:53 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 [Pipeline] } 23:21:54 $ docker stop --time=1 327022a2a8448705c54a318a329d994ada5a88f5a5a548ca406f8039f18599f7 23:21:56 $ docker rm -f 327022a2a8448705c54a318a329d994ada5a88f5a5a548ca406f8039f18599f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:21:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:21:59 23:21:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 23:22:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:22:00 latest: Pulling from edgex-devops/edgex-compose 23:22:00 cbdbe7a5bc2a: Pulling fs layer 23:22:00 ca9280d653b3: Pulling fs layer 23:22:00 7e9c9ca2126c: Pulling fs layer 23:22:01 cbdbe7a5bc2a: Verifying Checksum 23:22:01 cbdbe7a5bc2a: Download complete 23:22:01 ca9280d653b3: Verifying Checksum 23:22:01 ca9280d653b3: Download complete 23:22:01 cbdbe7a5bc2a: Pull complete 23:22:01 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21397 in /w/workspace/edgexfoundry_edgex-go_PR-3051 [Pipeline] { [Pipeline] ws 23:22:01 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 23:22:02 ca9280d653b3: Pull complete 23:22:02 7e9c9ca2126c: Download complete 23:22:06 using credential edgex-jenkins-ssh 23:22:06 Cloning the remote Git repository 23:22:06 Cloning repository git@github.com:edgexfoundry/edgex-go.git 23:22:06 > git init /w/workspace/edgex-go/3 # timeout=10 23:22:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:22:06 > git --version # timeout=10 23:22:06 > git --version # 'git version 2.17.1' 23:22:06 using GIT_SSH to set credentials SSH Credentials for GitHub 23:22:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:22:08 7e9c9ca2126c: Pull complete 23:22:08 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 23:22:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:22:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 23:22:08 prd-centos7-docker-4c-2g-21395 does not seem to be running inside a container 23:22:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 23:22:09 $ docker top 064ed5ce6a35918e5ab5e76680999b8ee1a982875a5e958d11a6cfeb5035e6e4 -eo pid,comm [Pipeline] { [Pipeline] sh 23:22:10 + docker-compose build --help 23:22:10 + grep parallel 23:22:11 --parallel Build images in parallel. [Pipeline] } 23:22:11 $ docker stop --time=1 064ed5ce6a35918e5ab5e76680999b8ee1a982875a5e958d11a6cfeb5035e6e4 23:22:12 $ docker rm -f 064ed5ce6a35918e5ab5e76680999b8ee1a982875a5e958d11a6cfeb5035e6e4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:22:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:22:13 . [Pipeline] withDockerContainer 23:22:13 prd-centos7-docker-4c-2g-21395 does not seem to be running inside a container 23:22:13 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 23:22:13 $ docker top adbb3a431c2eb903834cbb6dabafa15d188eece95fde0f285032801e565101a5 -eo pid,comm [Pipeline] { [Pipeline] sh 23:22:14 + docker-compose -f ./docker-compose-build.yml build --parallel 23:22:15 Building docker-core-command-go ... 23:22:15 Building docker-core-data-go ... 23:22:15 Building docker-core-metadata-go ... 23:22:15 Building docker-security-bootstrap-redis-go ... 23:22:15 Building docker-security-proxy-setup-go ... 23:22:15 Building docker-security-secretstore-setup-go ... 23:22:15 Building docker-support-notifications-go ... 23:22:15 Building docker-support-scheduler-go ... 23:22:15 Building docker-sys-mgmt-agent-go ... 23:22:15 Building docker-core-data-go 23:22:15 Building docker-support-scheduler-go 23:22:15 Building docker-security-bootstrap-redis-go 23:22:15 Building docker-support-notifications-go 23:22:15 Building docker-core-metadata-go 23:22:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:22:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:22:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:22:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:22:22 using GIT_SSH to set credentials SSH Credentials for GitHub 23:22:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3051/head:refs/remotes/origin/PR-3051 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:22:23 Merging remotes/origin/master commit c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit 7c22161e7358ea62ae94c661ce8d86ab54401cb7 23:22:23 Merge succeeded, producing 7c22161e7358ea62ae94c661ce8d86ab54401cb7 23:22:23 Checking out Revision 7c22161e7358ea62ae94c661ce8d86ab54401cb7 (PR-3051) 23:22:23 > git config core.sparsecheckout # timeout=10 23:22:23 > git checkout -f 7c22161e7358ea62ae94c661ce8d86ab54401cb7 # timeout=10 23:22:23 > git remote # timeout=10 23:22:23 > git config --get remote.origin.url # timeout=10 23:22:23 using GIT_SSH to set credentials SSH Credentials for GitHub 23:22:23 > git merge c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 23:22:23 > git rev-parse HEAD^{commit} # timeout=10 23:22:24 > git config core.sparsecheckout # timeout=10 23:22:24 > git checkout -f 7c22161e7358ea62ae94c661ce8d86ab54401cb7 # timeout=10 23:22:28 Commit message: "fix(core-data): Set ApiVerion on Event/Reading DTOs prior to publishing to MessageBus" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:22:29 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:22:30 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:22:30 + true 23:22:30 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:22:32 provisioning config files... 23:22:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config2417941729604453496tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:22:33 ---> docker-login.sh 23:22:33 nexus3.edgexfoundry.org:10001 23:22:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:34 Configure a credential helper to remove this warning. See 23:22:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:34 23:22:34 Login Succeeded 23:22:34 nexus3.edgexfoundry.org:10002 23:22:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:34 Configure a credential helper to remove this warning. See 23:22:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:34 23:22:34 Login Succeeded 23:22:34 nexus3.edgexfoundry.org:10003 23:22:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:35 Configure a credential helper to remove this warning. See 23:22:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:35 23:22:35 Login Succeeded 23:22:35 nexus3.edgexfoundry.org:10004 23:22:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:35 Configure a credential helper to remove this warning. See 23:22:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:35 23:22:35 Login Succeeded 23:22:35 docker.io 23:22:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:36 Configure a credential helper to remove this warning. See 23:22:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:36 23:22:36 Login Succeeded 23:22:36 ---> docker-login.sh ends [Pipeline] } 23:22:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:22:36 ========================================================= 23:22:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:22:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:22:37 + 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 . 23:22:39 Sending build context to Docker daemon 165.5MB 23:22:39 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 23:22:39 Step 2/6 : FROM ${BASE} 23:22:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:22:39 5f621e34cdf4: Pulling fs layer 23:22:39 a4357932f1b6: Pulling fs layer 23:22:39 18c013af1878: Pulling fs layer 23:22:39 00ac8860ef70: Pulling fs layer 23:22:39 63d7cb157983: Pulling fs layer 23:22:39 b116817d02f9: Pulling fs layer 23:22:39 745a02a5169b: Pulling fs layer 23:22:39 00ac8860ef70: Waiting 23:22:39 63d7cb157983: Waiting 23:22:39 b116817d02f9: Waiting 23:22:39 745a02a5169b: Waiting 23:22:39 18c013af1878: Verifying Checksum 23:22:39 18c013af1878: Download complete 23:22:39 a4357932f1b6: Verifying Checksum 23:22:39 a4357932f1b6: Download complete 23:22:39 63d7cb157983: Verifying Checksum 23:22:39 63d7cb157983: Download complete 23:22:39 b116817d02f9: Download complete 23:22:39 5f621e34cdf4: Verifying Checksum 23:22:39 5f621e34cdf4: Download complete 23:22:40 5f621e34cdf4: Pull complete 23:22:40 a4357932f1b6: Pull complete 23:22:41 18c013af1878: Pull complete 23:22:41 745a02a5169b: Verifying Checksum 23:22:41 745a02a5169b: Download complete 23:22:42 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:22:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:22:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:22:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:22:42 ---> 48e68bc2b04c 23:22:42 Step 3/23 : WORKDIR /edgex-go 23:22:42 ---> 48e68bc2b04c 23:22:42 Step 3/22 : WORKDIR /edgex-go 23:22:42 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:22:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:22:42 ---> 48e68bc2b04c 23:22:42 Step 3/24 : WORKDIR /edgex-go 23:22:42 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:22:42 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:22:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:22:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:22:42 ---> 48e68bc2b04c 23:22:42 Step 3/22 : WORKDIR /edgex-go 23:22:42 ---> 48e68bc2b04c 23:22:42 Step 3/21 : WORKDIR /edgex-go 23:22:43 00ac8860ef70: Download complete 23:22:43 ---> Running in 0d01148e61af 23:22:43 ---> Running in 41ec75b32fb6 23:22:43 ---> Running in 2ec175d055ba 23:22:43 ---> Running in 1ca8b112bb34 23:22:43 ---> Running in c9c89a44eaa5 23:22:44 Removing intermediate container 41ec75b32fb6 23:22:44 ---> 0942dd1d3459 23:22:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:22:44 Removing intermediate container 0d01148e61af 23:22:44 ---> 1de327c1c7d6 23:22:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:22:44 Removing intermediate container 1ca8b112bb34 23:22:44 ---> 212cf3ec76c5 23:22:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:22:44 Removing intermediate container c9c89a44eaa5 23:22:44 ---> 39ff11d47419 23:22:44 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:22:44 Removing intermediate container 2ec175d055ba 23:22:44 ---> 1ba4012a30c0 23:22:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:22:44 ---> Running in a4b076f2520c 23:22:44 ---> Running in edf5b4ef17df 23:22:44 ---> Running in 33900c4c1276 23:22:44 ---> Running in 808dc006de6e 23:22:44 ---> Running in c8428874a5c3 23:22:46 Removing intermediate container edf5b4ef17df 23:22:46 ---> 676c43e4ba97 23:22:46 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 23:22:46 Removing intermediate container a4b076f2520c 23:22:46 ---> 44d487860b43 23:22:46 Step 5/21 : RUN apk add --update --no-cache make git 23:22:46 ---> Running in 58bddffa53b5 23:22:46 Removing intermediate container 33900c4c1276 23:22:46 ---> 3e030427e05c 23:22:46 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 23:22:46 ---> Running in ccfbccf6e9db 23:22:46 ---> Running in 9895d6b74677 23:22:46 Removing intermediate container c8428874a5c3 23:22:46 ---> d7387a73d140 23:22:46 Step 5/22 : RUN apk add --update --no-cache make git 23:22:47 ---> Running in 0b8155002b53 23:22:47 Removing intermediate container 808dc006de6e 23:22:47 ---> 2228df29cd2d 23:22:47 Step 5/22 : RUN apk add --update --no-cache make git 23:22:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:22:47 ---> Running in 29c57535affb 23:22:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:22:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:22:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:22:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:22:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:22:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:22:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:22:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:22:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:22:49 OK: 233 MiB in 51 packages 23:22:49 OK: 233 MiB in 51 packages 23:22:49 OK: 233 MiB in 51 packages 23:22:49 OK: 233 MiB in 51 packages 23:22:50 OK: 233 MiB in 51 packages 23:22:50 Removing intermediate container 58bddffa53b5 23:22:50 ---> a3a6e2a33dec 23:22:50 Step 6/24 : COPY go.mod . 23:22:50 ---> 68a64a56c6c3 23:22:50 Step 7/24 : RUN go mod download 23:22:50 Removing intermediate container 29c57535affb 23:22:50 ---> 93b6ead0cb06 23:22:50 Step 6/22 : COPY go.mod . 23:22:50 ---> Running in 4e9ee750f351 23:22:50 ---> 781b450d78ab 23:22:50 Step 7/22 : RUN go mod download 23:22:51 Removing intermediate container ccfbccf6e9db 23:22:51 ---> 648f901dc6f8 23:22:51 Step 6/21 : COPY go.mod . 23:22:51 Removing intermediate container 9895d6b74677 23:22:51 ---> 2db7a3ef494e 23:22:51 Step 6/23 : COPY go.mod . 23:22:51 ---> Running in f0bea72f4a81 23:22:51 Removing intermediate container 0b8155002b53 23:22:51 ---> 51d1c6e5f5a0 23:22:51 Step 6/22 : COPY go.mod . 23:22:51 ---> 0b3ec8ce446f 23:22:51 Step 7/21 : RUN go mod download 23:22:51 ---> 2707f33ac42e 23:22:51 Step 7/23 : RUN go mod download 23:22:51 ---> Running in 75f640a96ca5 23:22:51 ---> 050fbd3c55f1 23:22:51 Step 7/22 : RUN go mod download 23:22:51 ---> Running in 28f24fcf3c83 23:22:51 ---> Running in 3d734c924c42 23:22:52 Removing intermediate container f0bea72f4a81 23:22:52 ---> a45bcd2b8c56 23:22:52 Step 8/22 : COPY . . 23:22:52 Removing intermediate container 4e9ee750f351 23:22:52 ---> 8132ed0fc165 23:22:52 Step 8/24 : COPY . . 23:22:53 00ac8860ef70: Pull complete 23:22:53 63d7cb157983: Pull complete 23:22:53 b116817d02f9: Pull complete 23:22:58 745a02a5169b: Pull complete 23:22:58 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:22:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:22:58 ---> b7e6874047d6 23:22:58 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 23:22:59 Removing intermediate container 75f640a96ca5 23:22:59 ---> 5d44ef3a40bb 23:22:59 Step 8/21 : COPY . . 23:23:01 ---> Running in da6b195d87eb 23:23:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:23:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:23:03 (1/12) Installing libmagic (5.38-r0) 23:23:04 (2/12) Installing file (5.38-r0) 23:23:04 (3/12) Installing libc-dev (0.7.2-r3) 23:23:04 (4/12) Installing g++ (9.3.0-r2) 23:23:04 Removing intermediate container 28f24fcf3c83 23:23:04 ---> 900e76053d2a 23:23:04 Step 8/23 : COPY . . 23:23:04 Removing intermediate container 3d734c924c42 23:23:04 ---> 5437442f435e 23:23:04 Step 8/22 : COPY . . 23:23:09 (5/12) Installing fortify-headers (1.1-r0) 23:23:09 (6/12) Installing patch (2.7.6-r6) 23:23:09 (7/12) Installing build-base (0.5-r2) 23:23:09 (8/12) Installing libsodium (1.0.18-r0) 23:23:09 (9/12) Installing pkgconf (1.7.2-r0) 23:23:09 (10/12) Installing libsodium-dev (1.0.18-r0) 23:23:09 (11/12) Installing libzmq (4.3.3-r0) 23:23:09 (12/12) Installing zeromq-dev (4.3.3-r0) 23:23:09 Executing busybox-1.31.1-r19.trigger 23:23:09 OK: 217 MiB in 51 packages 23:23:13 Removing intermediate container da6b195d87eb 23:23:13 ---> 92bcc54f89f4 23:23:13 Step 4/6 : WORKDIR /edgex-go 23:23:13 ---> Running in c26f735c3217 23:23:14 Removing intermediate container c26f735c3217 23:23:14 ---> 5cd287643316 23:23:14 Step 5/6 : COPY go.mod . 23:23:14 ---> 172aabb4eb9f 23:23:14 Step 6/6 : RUN go mod download 23:23:15 ---> Running in 3fb02d0ec87f 23:23:26 ---> 54937d5d4151 23:23:26 Step 9/24 : RUN make cmd/support-notifications/support-notifications 23:23:26 ---> 65fd70baa319 23:23:26 Step 9/22 : RUN make cmd/core-metadata/core-metadata 23:23:27 ---> Running in 3d1a6bdfbae5 23:23:27 ---> Running in 31ae499726d2 23:23:31 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 23:23:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 23:23:31 ---> 407bf165f0bd 23:23:31 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 23:23:32 ---> Running in d9c6b7d75754 23:23:33 ---> 8f347688f5ef 23:23:33 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 23:23:33 ---> 3154e1a3a9e1 23:23:33 Step 9/23 : RUN make cmd/core-data/core-data 23:23:33 ---> Running in a0e7a9317127 23:23:33 ---> Running in cb71eeebf408 23:23:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:23:34 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 23:23:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 23:23:41 Removing intermediate container 3fb02d0ec87f 23:23:41 ---> 8a2b71f092b9 23:23:41 Successfully built 8a2b71f092b9 23:23:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:23:42 + docker inspect -f . ci-base-image-arm64 23:23:42 . [Pipeline] withDockerContainer 23:23:42 prd-ubuntu18.04-docker-arm64-4c-16g-21397 does not seem to be running inside a container 23:23:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 23:23:44 $ docker top 54282867b30cea45f39e862044409e2230c5c8a1f6b82e3b7ea7dcce2ea586f5 -eo pid,comm [Pipeline] { [Pipeline] sh 23:23:45 + go version 23:23:45 go version go1.15.5 linux/arm64 [Pipeline] } 23:23:45 $ docker stop --time=1 54282867b30cea45f39e862044409e2230c5c8a1f6b82e3b7ea7dcce2ea586f5 23:23:47 $ docker rm -f 54282867b30cea45f39e862044409e2230c5c8a1f6b82e3b7ea7dcce2ea586f5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:23:48 + docker inspect -f . ci-base-image-arm64 23:23:48 . [Pipeline] withDockerContainer 23:23:48 prd-ubuntu18.04-docker-arm64-4c-16g-21397 does not seem to be running inside a container 23:23:48 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 23:23:50 $ docker top b4a1ab23cc3a242e9b322a97029329600a9c3cad8ddc7b0b5dcfe0b9cad2ffe2 -eo pid,comm [Pipeline] { [Pipeline] echo 23:23:50 ========================================================= 23:23:50 [edgeXBuildGoParallel] Running Tests and Build... 23:23:50 ========================================================= [Pipeline] sh 23:23:51 + make test 23:23:51 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 23:24:06 Removing intermediate container a0e7a9317127 23:24:06 ---> 8d81f32670ac 23:24:06 23:24:06 Step 10/22 : FROM alpine:3.12 23:24:06 Removing intermediate container 3d1a6bdfbae5 23:24:06 ---> d6b776e28635 23:24:06 23:24:06 Step 10/24 : FROM scratch 23:24:06 ---> 23:24:06 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 23:24:06 3.12: Pulling from library/alpine 23:24:06 ---> Running in 5a89817fa33e 23:24:06 Removing intermediate container 5a89817fa33e 23:24:06 ---> 0c86211171e5 23:24:06 Step 12/24 : ENV APP_PORT=48060 23:24:06 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:24:06 Status: Downloaded newer image for alpine:3.12 23:24:06 ---> 389fef711851 23:24:06 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 23:24:07 ---> Running in b783f40d9daf 23:24:07 ---> Running in c79313b881da 23:24:07 Removing intermediate container d9c6b7d75754 23:24:07 ---> 40f3b23f8f28 23:24:07 23:24:07 Step 10/21 : FROM scratch 23:24:07 ---> 23:24:07 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:24:08 Removing intermediate container 31ae499726d2 23:24:08 ---> 1597e3dd093b 23:24:08 23:24:08 Step 10/22 : FROM scratch 23:24:08 ---> 23:24:08 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:24:08 Removing intermediate container b783f40d9daf 23:24:08 ---> 2d9d5b646161 23:24:08 Step 13/24 : EXPOSE $APP_PORT 23:24:08 ---> Running in a0c4c3ad0fc7 23:24:08 ---> Running in 8520782b8245 23:24:08 ---> Running in 0a2590f2f351 23:24:08 Removing intermediate container a0c4c3ad0fc7 23:24:08 ---> ee639933c1ce 23:24:08 Step 12/21 : ENV APP_PORT=48085 23:24:08 ---> Running in 7e66d2535edd 23:24:08 Removing intermediate container 0a2590f2f351 23:24:08 ---> e61d56626563 23:24:08 Step 12/22 : ENV APP_PORT=48081 23:24:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:24:08 Removing intermediate container 8520782b8245 23:24:08 ---> 57df26c80833 23:24:08 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 23:24:08 ---> Running in 4bf91a04576a 23:24:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:24:09 Removing intermediate container 7e66d2535edd 23:24:09 ---> 3bf2a1ed9f50 23:24:09 Step 13/21 : EXPOSE $APP_PORT 23:24:09 (1/5) Installing ca-certificates (20191127-r4) 23:24:09 ---> Running in d46335d3ecf1 23:24:09 (2/5) Installing nghttp2-libs (1.41.0-r0) 23:24:09 (3/5) Installing libcurl (7.69.1-r3) 23:24:09 (4/5) Installing curl (7.69.1-r3) 23:24:09 (5/5) Installing dumb-init (1.2.2-r1) 23:24:09 Executing busybox-1.31.1-r19.trigger 23:24:09 Executing ca-certificates-20191127-r4.trigger 23:24:09 OK: 7 MiB in 19 packages 23:24:09 ---> ffad6dffa856 23:24:09 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 23:24:11 Removing intermediate container 4bf91a04576a 23:24:11 ---> 1fbd62b5e026 23:24:11 Step 13/22 : EXPOSE $APP_PORT 23:24:11 Removing intermediate container d46335d3ecf1 23:24:11 ---> f46496510004 23:24:11 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 23:24:11 ---> Running in 5d58ebb3dc00 23:24:11 ---> 9afb0a9f8267 23:24:11 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 23:24:12 Removing intermediate container cb71eeebf408 23:24:12 ---> a6fbc439ea51 23:24:12 23:24:12 Step 10/23 : FROM alpine:3.12 23:24:12 ---> 389fef711851 23:24:12 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:24:13 ? github.com/edgexfoundry/edgex-go [no test files] 23:24:13 ---> Running in 4f86c4fd9e3a 23:24:13 Removing intermediate container 5d58ebb3dc00 23:24:13 ---> 05be0ed60e91 23:24:13 Step 14/22 : WORKDIR / 23:24:13 ---> 093966d696d6 23:24:13 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:24:13 Removing intermediate container c79313b881da 23:24:13 ---> 00772a6a46c3 23:24:13 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 23:24:13 ---> 5613274bd9ce 23:24:13 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 23:24:13 ---> Running in 6a2140383f8e 23:24:13 ---> Running in 76b6af186004 23:24:13 Removing intermediate container 4f86c4fd9e3a 23:24:13 ---> c773a395f126 23:24:13 Step 12/23 : ENV APP_PORT=48080 23:24:13 ---> Running in cd7fb09eb591 23:24:13 Removing intermediate container 6a2140383f8e 23:24:13 ---> a08414045798 23:24:13 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:24:13 ---> 91b003f2ed07 23:24:13 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:24:14 Removing intermediate container 76b6af186004 23:24:14 ---> d3838c8d3eeb 23:24:14 Step 13/22 : WORKDIR / 23:24:14 ---> c51535750653 23:24:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:24:14 ---> Running in d86272f9dc76 23:24:14 ---> ba92c80496c4 23:24:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:24:14 Removing intermediate container cd7fb09eb591 23:24:14 ---> a3debed30b17 23:24:14 Step 13/23 : EXPOSE $APP_PORT 23:24:14 ---> cdcb350b3f97 23:24:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:24:14 ---> Running in f5a435c5fda5 23:24:14 ---> 499461618e43 23:24:14 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 23:24:15 Removing intermediate container d86272f9dc76 23:24:15 ---> 20993bff06cb 23:24:15 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:24:15 ---> Running in 3a74ef91a59a 23:24:15 ---> 9cefeb9feec9 23:24:15 Step 20/24 : ENTRYPOINT ["/support-notifications"] 23:24:15 Removing intermediate container f5a435c5fda5 23:24:15 ---> ecf1f61e6980 23:24:15 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:24:15 ---> Running in c0c5ddecf768 23:24:15 ---> d531247d587d 23:24:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:24:15 ---> Running in 2a0c8dd96d81 23:24:15 Removing intermediate container 3a74ef91a59a 23:24:15 ---> 61bf173d76c4 23:24:15 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:24:15 Removing intermediate container c0c5ddecf768 23:24:15 ---> 65f2e96449b0 23:24:15 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:24:15 ---> 4c78d422f7e7 23:24:15 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 23:24:15 ---> 5a3906836acb 23:24:15 Step 18/22 : ENTRYPOINT ["/core-metadata"] 23:24:15 ---> Running in f92863af0b92 23:24:15 ---> Running in 350a6925dd58 23:24:15 ---> Running in d819d14931c8 23:24:16 Removing intermediate container 350a6925dd58 23:24:16 ---> c209da97d57e 23:24:16 Step 22/24 : LABEL arch=x86_64 23:24:16 Removing intermediate container f92863af0b92 23:24:16 ---> 4982eb43f4be 23:24:16 Step 19/21 : LABEL arch=x86_64 23:24:16 Removing intermediate container d819d14931c8 23:24:16 ---> 0d8df91298c8 23:24:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:24:16 ---> Running in 9ecb098768ca 23:24:16 ---> ffc70db49413 23:24:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 23:24:16 ---> Running in 6c8bc83ea08d 23:24:16 ---> Running in 861abe18bb0e 23:24:16 Removing intermediate container 9ecb098768ca 23:24:16 ---> 5ce3da1a0238 23:24:16 Step 23/24 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 23:24:17 Removing intermediate container 6c8bc83ea08d 23:24:17 ---> f97fbfd736ab 23:24:17 Step 20/21 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 23:24:17 ---> Running in f4ab58d1a19c 23:24:17 ---> 34f7147c39c8 23:24:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 23:24:18 Removing intermediate container 861abe18bb0e 23:24:18 ---> dc77989bb78d 23:24:18 Step 20/22 : LABEL arch=x86_64 23:24:18 ---> Running in 204538b44c3b 23:24:18 Removing intermediate container 2a0c8dd96d81 23:24:18 ---> c9839156c6c6 23:24:18 Step 15/23 : RUN apk add --update --no-cache zeromq 23:24:18 ---> Running in d2242a39d961 23:24:18 Removing intermediate container f4ab58d1a19c 23:24:18 ---> 64ab891055ae 23:24:18 Step 24/24 : LABEL version=0.0.0 23:24:18 ---> Running in 61bdc6f27dd5 23:24:18 ---> 672a7c67b80e 23:24:18 Step 18/22 : RUN chmod +x entrypoint.sh 23:24:18 Removing intermediate container 204538b44c3b 23:24:18 ---> 5f04c98e115b 23:24:18 Step 21/21 : LABEL version=0.0.0 23:24:18 ---> Running in 432bb23bd963 23:24:18 ---> Running in d3277ef7ed12 23:24:18 Removing intermediate container d2242a39d961 23:24:18 ---> d364be2ac100 23:24:18 Step 21/22 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 23:24:18 ---> Running in 8072167755d1 23:24:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:24:18 ---> Running in 8b000b537a38 23:24:18 Removing intermediate container d3277ef7ed12 23:24:18 ---> 717c6c5dbb56 23:24:18 23:24:19 Removing intermediate container 8072167755d1 23:24:19 ---> ffe21681e465 23:24:19 23:24:19 Removing intermediate container 8b000b537a38 23:24:19 ---> 9cae0f6014a7 23:24:19 Step 22/22 : LABEL version=0.0.0 23:24:19 Successfully built ffe21681e465 23:24:19 Successfully built 717c6c5dbb56 23:24:19 Successfully tagged docker-support-scheduler-go:latest 23:24:19 ---> Running in a13a30ca6201 23:24:19 Building docker-security-proxy-setup-go 23:24:19  Building docker-support-scheduler-go ... done Successfully tagged docker-support-notifications-go:latest 23:24:19  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 23:24:19 Removing intermediate container a13a30ca6201 23:24:19 ---> b4ab08b1584e 23:24:19 23:24:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:24:19 Successfully built b4ab08b1584e 23:24:19 Successfully tagged docker-core-metadata-go:latest 23:24:19  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 23:24:19 Removing intermediate container 432bb23bd963 23:24:19 ---> d96d1e4b3d4e 23:24:19 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 23:24:19 ---> Running in f9338732aebe 23:24:20 (1/5) Installing libgcc (9.3.0-r2) 23:24:20 Removing intermediate container f9338732aebe 23:24:20 ---> 6247b3650e22 23:24:20 Step 20/22 : LABEL arch=x86_64 23:24:20 ---> Running in 2529bb907926 23:24:20 (2/5) Installing libsodium (1.0.18-r0) 23:24:20 (3/5) Installing libstdc++ (9.3.0-r2) 23:24:20 (4/5) Installing libzmq (4.3.3-r0) 23:24:20 (5/5) Installing zeromq (4.3.3-r0) 23:24:20 Removing intermediate container 2529bb907926 23:24:20 ---> 8105f71ad34b 23:24:20 Step 21/22 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 23:24:20 Executing busybox-1.31.1-r19.trigger 23:24:20 OK: 8 MiB in 19 packages 23:24:22 ---> Running in 4b5ca04dfe8c 23:24:26 Removing intermediate container 4b5ca04dfe8c 23:24:26 ---> 32472cb95ba5 23:24:26 Step 22/22 : LABEL version=0.0.0 23:24:28 ---> Running in af945921370d 23:24:28 Removing intermediate container 61bdc6f27dd5 23:24:28 ---> 6e93945b3272 23:24:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:24:33 Removing intermediate container af945921370d 23:24:33 ---> 0c8a65aee513 23:24:33 23:24:36 Successfully built 0c8a65aee513 23:24:36 Successfully tagged docker-security-bootstrap-redis-go:latest 23:24:36  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go 23:24:36 ---> ff44a1df607c 23:24:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:24:41 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:24:41 Step 2/26 : FROM ${BUILDER_BASE} AS builder 23:24:41 ---> 48e68bc2b04c 23:24:41 Step 3/26 : WORKDIR /edgex-go 23:24:41 ---> Using cache 23:24:41 ---> 1ba4012a30c0 23:24:41 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:24:41 ---> Using cache 23:24:41 ---> d7387a73d140 23:24:41 Step 5/26 : RUN apk add --update --no-cache make bash git 23:24:43 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:24:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:24:43 ---> 48e68bc2b04c 23:24:43 Step 3/24 : WORKDIR /edgex-go 23:24:43 ---> Using cache 23:24:43 ---> 1ba4012a30c0 23:24:43 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:24:43 ---> Using cache 23:24:43 ---> d7387a73d140 23:24:43 Step 5/24 : RUN apk add --update --no-cache make git 23:24:43 ---> Using cache 23:24:43 ---> 51d1c6e5f5a0 23:24:43 Step 6/24 : COPY go.mod . 23:24:43 ---> Using cache 23:24:43 ---> 050fbd3c55f1 23:24:43 Step 7/24 : RUN go mod download 23:24:43 ---> Using cache 23:24:43 ---> 5437442f435e 23:24:43 Step 8/24 : COPY . . 23:24:43 ---> Using cache 23:24:43 ---> 8f347688f5ef 23:24:43 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:24:43 ---> Running in ce5a0a28ab90 23:24:44 ---> 61a5c2af8b82 23:24:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:24:45 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:24:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:24:45 ---> 48e68bc2b04c 23:24:45 Step 3/21 : WORKDIR /edgex-go 23:24:45 ---> Using cache 23:24:45 ---> 1ba4012a30c0 23:24:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:24:45 ---> Using cache 23:24:45 ---> d7387a73d140 23:24:45 Step 5/21 : RUN apk add --update --no-cache make git 23:24:45 ---> Using cache 23:24:45 ---> 51d1c6e5f5a0 23:24:45 Step 6/21 : COPY go.mod . 23:24:45 ---> Using cache 23:24:45 ---> 050fbd3c55f1 23:24:45 Step 7/21 : RUN go mod download 23:24:45 ---> Using cache 23:24:45 ---> 5437442f435e 23:24:45 Step 8/21 : COPY . . 23:24:45 ---> Using cache 23:24:45 ---> 8f347688f5ef 23:24:45 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 23:24:46 ---> Running in 724f5b7d9439 23:24:46 ---> Running in b6eb884f3bae 23:24:46 ---> c0fd07f92111 23:24:46 Step 19/23 : ENTRYPOINT ["/core-data"] 23:24:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:24:48 ---> Running in ce0ece9a0206 23:24:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:24:48 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 23:24:49 OK: 233 MiB in 51 packages 23:24:49 Removing intermediate container ce0ece9a0206 23:24:49 ---> 0953532f1668 23:24:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:24:49 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 23:24:49 ---> Running in d41a1723f2e7 23:24:50 Removing intermediate container d41a1723f2e7 23:24:50 ---> 03daa49c967c 23:24:50 Step 21/23 : LABEL arch=x86_64 23:24:50 ---> Running in b1b8a8a8a100 23:24:50 Removing intermediate container ce5a0a28ab90 23:24:50 ---> b579e30569dd 23:24:50 Step 6/26 : COPY go.mod . 23:24:50 Removing intermediate container b1b8a8a8a100 23:24:50 ---> 9340ac03b0bf 23:24:50 Step 22/23 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 23:24:51 ---> Running in 03d3a895c087 23:24:52 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 23:24:52 ---> c36db223cffc 23:24:52 Step 7/26 : RUN go mod download 23:24:53 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:24:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:24:53 ---> Running in 7d3571dd1a81 23:24:53 ---> 48e68bc2b04c 23:24:53 Step 3/22 : WORKDIR /edgex-go 23:24:53 ---> Using cache 23:24:53 ---> 1ba4012a30c0 23:24:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:24:53 ---> Using cache 23:24:53 ---> d7387a73d140 23:24:53 Step 5/22 : RUN apk add --update --no-cache make git 23:24:53 ---> Using cache 23:24:53 ---> 51d1c6e5f5a0 23:24:53 Step 6/22 : COPY go.mod . 23:24:53 ---> Using cache 23:24:53 ---> 050fbd3c55f1 23:24:53 Step 7/22 : RUN go mod download 23:24:53 ---> Using cache 23:24:53 ---> 5437442f435e 23:24:53 Step 8/22 : COPY . . 23:24:53 ---> Using cache 23:24:53 ---> 8f347688f5ef 23:24:53 Step 9/22 : RUN make cmd/core-command/core-command 23:24:53 Removing intermediate container 03d3a895c087 23:24:53 ---> 0f065375c2ef 23:24:53 Step 23/23 : LABEL version=0.0.0 23:24:54 ---> Running in e4bca2dd16e4 23:24:54 ---> Running in 927348c07e90 23:24:54 Removing intermediate container 927348c07e90 23:24:54 ---> 98dcc1f757c1 23:24:54 23:24:54 Successfully built 98dcc1f757c1 23:24:54 Successfully tagged docker-core-data-go:latest 23:24:55  Building docker-core-data-go ... done 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 23:24:57 Removing intermediate container 7d3571dd1a81 23:24:57 ---> 70dfa7ade5a1 23:24:57 Step 8/26 : COPY . . 23:25:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 23:25:09 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 23:25:14 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 23:25:14 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 23:25:14 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 23:25:14 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 23:25:14 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 23:25:14 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 23:25:14 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 23:25:14 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 23:25:14 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 23:25:16 ---> 01f5a2e2700a 23:25:16 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 23:25:16 ---> Running in d6fc9a8caf00 23:25:16 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 23:25:18 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 23:25:18 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 23:25:18 ? github.com/edgexfoundry/edgex-go/internal [no test files] 23:25:20 Removing intermediate container b6eb884f3bae 23:25:20 ---> 1ecfbad28009 23:25:20 23:25:20 Step 10/21 : FROM alpine:3.12 23:25:20 ---> 389fef711851 23:25:20 Step 11/21 : RUN apk add --update --no-cache curl 23:25:20 Removing intermediate container 724f5b7d9439 23:25:20 ---> d9719ab27187 23:25:20 23:25:20 Step 10/24 : FROM alpine:3.12 23:25:20 ---> 389fef711851 23:25:20 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 23:25:20 Removing intermediate container e4bca2dd16e4 23:25:20 ---> 7790a0942142 23:25:20 23:25:20 Step 10/22 : FROM scratch 23:25:20 ---> 23:25:20 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:25:20 ---> Using cache 23:25:20 ---> 00772a6a46c3 23:25:20 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:25:20 ---> Running in 30f411242af0 23:25:20 ---> Running in 2e74ca1fe93e 23:25:20 ---> Using cache 23:25:20 ---> e61d56626563 23:25:20 Step 12/22 : ENV APP_PORT=48082 23:25:20 Removing intermediate container 2e74ca1fe93e 23:25:20 ---> c18f9b67ca32 23:25:20 Step 13/24 : WORKDIR / 23:25:21 ---> Running in 6115080ba89b 23:25:21 ---> Running in ae45641eeefe 23:25:21 Removing intermediate container 6115080ba89b 23:25:21 ---> 5def4cb395db 23:25:21 Step 13/22 : EXPOSE $APP_PORT 23:25:21 ---> Running in e09f07dbd192 23:25:21 Removing intermediate container ae45641eeefe 23:25:21 ---> c5a179c9420b 23:25:21 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 23:25:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:25:21 Removing intermediate container e09f07dbd192 23:25:21 ---> 812394dbe66c 23:25:21 Step 14/22 : WORKDIR / 23:25:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:25:21 ---> Running in 9b651958afd5 23:25:21 ---> 7959016325dc 23:25:21 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:25:21 (1/4) Installing ca-certificates (20191127-r4) 23:25:21 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:25:21 (3/4) Installing libcurl (7.69.1-r3) 23:25:21 (4/4) Installing curl (7.69.1-r3) 23:25:21 Executing busybox-1.31.1-r19.trigger 23:25:22 Executing ca-certificates-20191127-r4.trigger 23:25:22 OK: 7 MiB in 18 packages 23:25:22 Removing intermediate container 9b651958afd5 23:25:22 ---> 9701a41e0151 23:25:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:25:22 ---> acdc2e348d92 23:25:22 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:25:23 ---> 9ccebb396787 23:25:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:25:23 ---> c6bac08a802c 23:25:23 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:25:23 Removing intermediate container 30f411242af0 23:25:23 ---> 99dd956fd4a5 23:25:23 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:25:24 ---> 6004f51811fb 23:25:24 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:25:24 ---> 477669eec3dc 23:25:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:25:24 ---> Running in 581b65cec635 23:25:24 Removing intermediate container 581b65cec635 23:25:24 ---> 46cd0ddb9398 23:25:24 Step 13/21 : WORKDIR /edgex 23:25:24 ---> Running in 966ea0bdb968 23:25:24 ---> 4071c7115397 23:25:24 Step 18/22 : ENTRYPOINT ["/core-command"] 23:25:25 ---> 6ed31a2b31a3 23:25:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:25:25 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.247s coverage: 46.6% of statements 23:25:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 23:25:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 23:25:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 23:25:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 23:25:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 23:25:25 ---> Running in ec406c127051 23:25:25 Removing intermediate container 966ea0bdb968 23:25:25 ---> e6a5b44f3d91 23:25:25 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:25:26 ---> 4fccfe4f237f 23:25:26 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 23:25:26 ---> Running in bb8dd07bee04 23:25:26 Removing intermediate container ec406c127051 23:25:26 ---> 57e7bb273042 23:25:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:25:26 ---> 49e65a11b272 23:25:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:25:26 ---> Running in 8d3054bd0cf5 23:25:27 Removing intermediate container 8d3054bd0cf5 23:25:27 ---> 3daf24cb41be 23:25:27 Step 20/22 : LABEL arch=x86_64 23:25:27 ---> 3254dc31b985 23:25:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:25:27 ---> Running in 26d48f961493 23:25:27 Removing intermediate container 26d48f961493 23:25:27 ---> 737a9c205aae 23:25:27 Step 21/22 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 23:25:27 ---> Running in 4819eaaee7e7 23:25:27 ---> 39903c6bf32f 23:25:27 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:25:27 ---> Running in c4948a04c971 23:25:28 Removing intermediate container 4819eaaee7e7 23:25:28 ---> c840279d37dc 23:25:28 Step 22/22 : LABEL version=0.0.0 23:25:29 Removing intermediate container bb8dd07bee04 23:25:29 ---> 419abb2e47a5 23:25:29 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 23:25:29 ---> Running in 50a8269a7f04 23:25:29 Removing intermediate container c4948a04c971 23:25:29 ---> ae0454b26245 23:25:29 Step 18/21 : CMD ["--init=true"] 23:25:29 Removing intermediate container d6fc9a8caf00 23:25:29 ---> 0162a2dbfaf9 23:25:29 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 23:25:29 ---> Running in 6614a0d663e1 23:25:29 ---> Running in 93353b7814f0 23:25:29 ---> Running in 1cdde32fdf6b 23:25:29 Removing intermediate container 50a8269a7f04 23:25:29 ---> d2dd5a345af7 23:25:29 23:25:30 Successfully built d2dd5a345af7 23:25:30 Successfully tagged docker-core-command-go:latest 23:25:30  Building docker-core-command-go ... done Removing intermediate container 6614a0d663e1 23:25:30 ---> 41f782c1e9d5 23:25:30 Step 22/24 : LABEL arch=x86_64 23:25:30 Removing intermediate container 93353b7814f0 23:25:30 ---> 8c18afcc624b 23:25:30 Step 19/21 : LABEL arch=x86_64 23:25:30 ---> Running in 85cbec3f40fa 23:25:30 ---> Running in 657951ddc83f 23:25:30 Removing intermediate container 85cbec3f40fa 23:25:30 ---> 5e3676b610bf 23:25:30 Step 23/24 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 23:25:30 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 23:25:30 ---> Running in 9df794203d0a 23:25:30 Removing intermediate container 657951ddc83f 23:25:30 ---> febec5e810ad 23:25:30 Step 20/21 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 23:25:30 ---> Running in f57ca5ca448d 23:25:30 Removing intermediate container 9df794203d0a 23:25:30 ---> 02314d67a67c 23:25:30 Step 24/24 : LABEL version=0.0.0 23:25:30 Removing intermediate container f57ca5ca448d 23:25:30 ---> 83fe281b1fde 23:25:30 Step 21/21 : LABEL version=0.0.0 23:25:30 ---> Running in 7a78940ceb2a 23:25:31 ---> Running in e3e74da2481f 23:25:31 Removing intermediate container 7a78940ceb2a 23:25:31 ---> b0c82bc4a841 23:25:31 23:25:31 Successfully built b0c82bc4a841 23:25:31 Successfully tagged docker-security-secretstore-setup-go:latest 23:25:31  Building docker-security-secretstore-setup-go ... done Removing intermediate container e3e74da2481f 23:25:31 ---> 8489939c6ab1 23:25:31 23:25:31 Successfully built 8489939c6ab1 23:25:31 Successfully tagged docker-security-proxy-setup-go:latest 23:25:31  Building docker-security-proxy-setup-go ... done Removing intermediate container 1cdde32fdf6b 23:25:31 ---> 22a55e5df524 23:25:31 23:25:31 Step 11/26 : FROM docker:20.10.0 23:25:31 20.10.0: Pulling from library/docker 23:25:33 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.506s coverage: 27.0% of statements 23:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 23:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 23:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 23:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 23:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 23:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 23:25:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.116s coverage: 100.0% of statements 23:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 23:25:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.100s coverage: 100.0% of statements 23:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 23:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 23:25:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.272s coverage: 66.7% of statements 23:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 23:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 23:25:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.396s coverage: 82.3% of statements 23:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 23:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 23:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 23:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 23:25:36 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:25:36 Status: Downloaded newer image for docker:20.10.0 23:25:36 ---> aefe523efa57 23:25:36 Step 12/26 : RUN apk add --no-cache bash 23:25:36 ---> Running in cfeadc8ea584 23:25:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:25:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:25:37 (1/2) Installing readline (8.0.4-r0) 23:25:37 (2/2) Installing bash (5.0.17-r0) 23:25:37 Executing bash-5.0.17-r0.post-install 23:25:37 Executing busybox-1.31.1-r19.trigger 23:25:37 OK: 12 MiB in 22 packages 23:25:37 Removing intermediate container cfeadc8ea584 23:25:37 ---> 121ccb6e4d76 23:25:37 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 23:25:37 ---> Running in 266b2fb7672a 23:25:37 Removing intermediate container 266b2fb7672a 23:25:37 ---> 3d0a60e1cef5 23:25:37 Step 14/26 : ENV APP_PORT=48090 23:25:37 ---> Running in 5dfb48c2623d 23:25:38 Removing intermediate container 5dfb48c2623d 23:25:38 ---> 158cc0d42ab7 23:25:38 Step 15/26 : EXPOSE $APP_PORT 23:25:38 ---> Running in 2289b3342ade 23:25:38 Removing intermediate container 2289b3342ade 23:25:38 ---> a54e77c51f4f 23:25:38 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:25:38 ---> 705a5f6e898d 23:25:38 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:25:39 ---> 96c1419168e9 23:25:39 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:25:39 ---> fa8d65f45b00 23:25:39 Step 19/26 : RUN apk --no-cache add py3-pip 23:25:39 ---> Running in d09778c511dd 23:25:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:25:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:25:40 (1/33) Installing libbz2 (1.0.8-r1) 23:25:40 (2/33) Installing expat (2.2.9-r1) 23:25:40 (3/33) Installing libffi (3.3-r2) 23:25:40 (4/33) Installing gdbm (1.13-r1) 23:25:40 (5/33) Installing xz-libs (5.2.5-r0) 23:25:40 (6/33) Installing sqlite-libs (3.32.1-r0) 23:25:40 (7/33) Installing python3 (3.8.5-r0) 23:25:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.168s coverage: 28.6% of statements 23:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 23:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 23:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 23:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 23:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 23:25:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.171s coverage: 100.0% of statements 23:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 23:25:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.120s coverage: 100.0% of statements 23:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 23:25:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.321s coverage: 86.7% of statements 23:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 23:25:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.343s coverage: 97.5% of statements 23:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 23:25:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.154s coverage: 78.3% of statements 23:25:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 23:25:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 23:25:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 23:25:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 23:25:42 (8/33) Installing py3-appdirs (1.4.4-r1) 23:25:42 (9/33) Installing py3-ordered-set (4.0.1-r0) 23:25:42 (10/33) Installing py3-parsing (2.4.7-r0) 23:25:42 (11/33) Installing py3-six (1.15.0-r0) 23:25:42 (12/33) Installing py3-packaging (20.4-r0) 23:25:42 (13/33) Installing py3-setuptools (47.0.0-r0) 23:25:42 (14/33) Installing py3-chardet (3.0.4-r4) 23:25:42 (15/33) Installing py3-idna (2.9-r0) 23:25:42 (16/33) Installing py3-certifi (2020.4.5.1-r0) 23:25:42 (17/33) Installing py3-urllib3 (1.25.9-r0) 23:25:42 (18/33) Installing py3-requests (2.23.0-r0) 23:25:42 (19/33) Installing py3-msgpack (1.0.0-r0) 23:25:42 (20/33) Installing py3-lockfile (0.12.2-r3) 23:25:42 (21/33) Installing py3-cachecontrol (0.12.6-r0) 23:25:42 (22/33) Installing py3-colorama (0.4.3-r0) 23:25:42 (23/33) Installing py3-distlib (0.3.0-r0) 23:25:42 (24/33) Installing py3-distro (1.5.0-r1) 23:25:42 (25/33) Installing py3-webencodings (0.5.1-r3) 23:25:42 (26/33) Installing py3-html5lib (1.0.1-r4) 23:25:43 (27/33) Installing py3-pytoml (0.1.21-r0) 23:25:43 (28/33) Installing py3-pep517 (0.8.2-r0) 23:25:43 (29/33) Installing py3-progress (1.5-r0) 23:25:43 (30/33) Installing py3-toml (0.10.1-r0) 23:25:43 (31/33) Installing py3-retrying (1.3.3-r0) 23:25:43 (32/33) Installing py3-contextlib2 (0.6.0-r0) 23:25:43 (33/33) Installing py3-pip (20.1.1-r0) 23:25:43 Executing busybox-1.31.1-r19.trigger 23:25:43 OK: 71 MiB in 55 packages 23:25:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.303s coverage: 92.8% of statements 23:25:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 23:25:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 23:25:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 23:25:50 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 23:25:50 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 23:25:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 23:25:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 23:25:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 23:25:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 23:25:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 23:25:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 23:25:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 23:25:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 23:25:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 23:25:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 23:25:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 23:25:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 23:25:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 23:25:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.072s coverage: 58.8% of statements 23:25:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 23:25:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 23:25:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.161s coverage: 0.1% of statements 23:25:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 23:25:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 23:25:50 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 23:25:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 23:25:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 23:25:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 23:25:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.095s coverage: 75.5% of statements 23:25:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 23:25:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.094s coverage: 80.8% of statements 23:25:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements 23:25:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.152s coverage: 84.2% of statements 23:25:51 Removing intermediate container d09778c511dd 23:25:51 ---> 2eb9a793b367 23:25:51 Step 20/26 : RUN pip install docker-compose==1.23.2 23:25:51 ---> Running in 77130b743803 23:25:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.231s coverage: 91.4% of statements 23:25:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 23:25:52 Collecting docker-compose==1.23.2 23:25:52 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:25:52 Collecting docopt<0.7,>=0.6.1 23:25:52 Downloading docopt-0.6.2.tar.gz (25 kB) 23:25:53 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 23:25:53 Collecting jsonschema<3,>=2.5.1 23:25:53 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:25:53 Collecting dockerpty<0.5,>=0.4.1 23:25:53 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:25:53 Collecting cached-property<2,>=1.2.0 23:25:53 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:25:54 Collecting PyYAML<4,>=3.10 23:25:54 Downloading PyYAML-3.13.tar.gz (270 kB) 23:25:54 Collecting texttable<0.10,>=0.9.0 23:25:54 Downloading texttable-0.9.1.tar.gz (11 kB) 23:25:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.658s coverage: 63.5% of statements 23:25:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 23:25:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 23:25:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.135s coverage: 100.0% of statements 23:25:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements 23:25:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements 23:25:55 Collecting websocket-client<1.0,>=0.32.0 23:25:55 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 23:25:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements 23:25:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements 23:25:55 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:25:55 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:25:55 Collecting docker<4.0,>=3.6.0 23:25:55 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:25:55 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 23:25:56 Collecting urllib3<1.25,>=1.21.1 23:25:56 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:25:56 Collecting idna<2.8,>=2.5 23:25:56 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:25:56 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) 23:25:56 Collecting docker-pycreds>=0.4.0 23:25:56 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:25:56 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 23:25:56 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 23:25:56 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 23:25:56 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 23:25:56 Installing collected packages: docopt, jsonschema, dockerpty, cached-property, PyYAML, texttable, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docker-compose 23:25:56 Running setup.py install for docopt: started 23:25:56 Running setup.py install for docopt: finished with status 'done' 23:25:56 Running setup.py install for dockerpty: started 23:25:57 Running setup.py install for dockerpty: finished with status 'done' 23:25:57 Running setup.py install for PyYAML: started 23:25:58 Running setup.py install for PyYAML: finished with status 'done' 23:25:58 Running setup.py install for texttable: started 23:25:58 Running setup.py install for texttable: finished with status 'done' 23:25:58 Attempting uninstall: urllib3 23:25:58 Found existing installation: urllib3 1.25.9 23:25:58 Uninstalling urllib3-1.25.9: 23:25:58 Successfully uninstalled urllib3-1.25.9 23:25:58 Attempting uninstall: idna 23:25:58 Found existing installation: idna 2.9 23:25:58 Uninstalling idna-2.9: 23:25:58 Successfully uninstalled idna-2.9 23:25:58 Attempting uninstall: requests 23:25:58 Found existing installation: requests 2.23.0 23:25:58 Uninstalling requests-2.23.0: 23:25:58 Successfully uninstalled requests-2.23.0 23:25:59 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 23:26:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.846s coverage: 68.9% of statements 23:26:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 23:26:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 23:26:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 23:26:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 23:26:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 23:26:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.377s coverage: 37.0% of statements 23:26:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 23:26:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 23:26:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.700s coverage: 84.0% of statements 23:26:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.077s coverage: 100.0% of statements 23:26:02 Removing intermediate container 77130b743803 23:26:02 ---> 872f22ed9207 23:26:02 Step 21/26 : RUN apk --no-cache add curl 23:26:02 ---> Running in 44999d0db67c 23:26:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:26:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:26:03 (1/3) Installing nghttp2-libs (1.41.0-r0) 23:26:03 (2/3) Installing libcurl (7.69.1-r3) 23:26:03 (3/3) Installing curl (7.69.1-r3) 23:26:03 Executing busybox-1.31.1-r19.trigger 23:26:03 OK: 72 MiB in 58 packages 23:26:03 Removing intermediate container 44999d0db67c 23:26:03 ---> 5e7d4f874a58 23:26:03 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 23:26:04 ---> Running in c2618b355dd9 23:26:04 Removing intermediate container c2618b355dd9 23:26:04 ---> 4a49436f3865 23:26:04 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:26:04 ---> Running in 0b2470253473 23:26:04 Removing intermediate container 0b2470253473 23:26:04 ---> d0b73996cde4 23:26:04 Step 24/26 : LABEL arch=x86_64 23:26:04 ---> Running in d42ed1830487 23:26:04 Removing intermediate container d42ed1830487 23:26:04 ---> b95f8fdeae84 23:26:04 Step 25/26 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 23:26:04 ---> Running in 5299fe23a321 23:26:05 Removing intermediate container 5299fe23a321 23:26:05 ---> e4d41656ecee 23:26:05 Step 26/26 : LABEL version=0.0.0 23:26:05 ---> Running in 6a175241795d 23:26:05 Removing intermediate container 6a175241795d 23:26:05 ---> 37134d9503c3 23:26:05 23:26:05 Successfully built 37134d9503c3 23:26:05 Successfully tagged docker-sys-mgmt-agent-go:latest 23:26:05  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 23:26:05 $ docker stop --time=1 adbb3a431c2eb903834cbb6dabafa15d188eece95fde0f285032801e565101a5 23:26:07 $ docker rm -f adbb3a431c2eb903834cbb6dabafa15d188eece95fde0f285032801e565101a5 [Pipeline] // withDockerContainer [Pipeline] sh 23:26:07 + docker images 23:26:07 + grep docker 23:26:07 docker-sys-mgmt-agent-go latest 37134d9503c3 3 seconds ago 313MB 23:26:07 docker-security-secretstore-setup-go latest b0c82bc4a841 36 seconds ago 24.6MB 23:26:07 docker-security-proxy-setup-go latest 8489939c6ab1 36 seconds ago 24.4MB 23:26:07 docker-core-command-go latest d2dd5a345af7 38 seconds ago 10.6MB 23:26:07 docker-core-data-go latest 98dcc1f757c1 About a minute ago 22.3MB 23:26:07 docker-security-bootstrap-redis-go latest 0c8a65aee513 About a minute ago 15.8MB 23:26:07 docker-core-metadata-go latest b4ab08b1584e About a minute ago 13.1MB 23:26:07 docker-support-notifications-go latest 717c6c5dbb56 About a minute ago 12MB 23:26:07 docker-support-scheduler-go latest ffe21681e465 About a minute ago 10.7MB 23:26:07 docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 23:26:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.344s coverage: 47.1% of statements 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 23:26:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.129s coverage: 100.0% of statements 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 23:26:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.134s coverage: 100.0% of statements 23:26:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 23:26:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.961s coverage: 29.1% of statements 23:26:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 23:26:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 23:26:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 23:26:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 23:26:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 23:26:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.216s coverage: 99.0% of statements 23:26:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 23:26:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.096s coverage: 100.0% of statements 23:26:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 23:26:14 ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements 23:26:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 23:26:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.067s coverage: 100.0% of statements 23:26:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 23:26:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 23:26:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 23:26:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 23:26:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.092s coverage: 87.9% of statements 23:26:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 23:26:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 23:26:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 23:26:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 23:26:14 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 23:26:15 GO111MODULE=on go vet ./... 23:26:23 Still waiting to schedule task 23:26:23 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 23:27:08 Running on prd-ubuntu18.04-docker-8c-8g-21398 in /w/workspace/edgexfoundry_edgex-go_PR-3051 [Pipeline] { [Pipeline] ws 23:27:08 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 23:27:10 using credential edgex-jenkins-ssh 23:27:10 Cloning the remote Git repository 23:27:10 Cloning repository git@github.com:edgexfoundry/edgex-go.git 23:27:11 > git init /w/workspace/edgex-go/3 # timeout=10 23:27:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:27:11 > git --version # timeout=10 23:27:11 > git --version # 'git version 2.17.1' 23:27:11 using GIT_SSH to set credentials SSH Credentials for GitHub 23:27:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:27:16 Merging remotes/origin/master commit c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit 7c22161e7358ea62ae94c661ce8d86ab54401cb7 23:27:16 Merge succeeded, producing 7c22161e7358ea62ae94c661ce8d86ab54401cb7 23:27:16 Checking out Revision 7c22161e7358ea62ae94c661ce8d86ab54401cb7 (PR-3051) 23:27:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:27:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:27:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:27:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:27:15 using GIT_SSH to set credentials SSH Credentials for GitHub 23:27:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3051/head:refs/remotes/origin/PR-3051 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:27:16 > git config core.sparsecheckout # timeout=10 23:27:16 > git checkout -f 7c22161e7358ea62ae94c661ce8d86ab54401cb7 # timeout=10 23:27:16 > git remote # timeout=10 23:27:16 > git config --get remote.origin.url # timeout=10 23:27:16 using GIT_SSH to set credentials SSH Credentials for GitHub 23:27:16 > git merge c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 23:27:16 > git rev-parse HEAD^{commit} # timeout=10 23:27:16 > git config core.sparsecheckout # timeout=10 23:27:16 > git checkout -f 7c22161e7358ea62ae94c661ce8d86ab54401cb7 # timeout=10 23:27:20 Commit message: "fix(core-data): Set ApiVerion on Event/Reading DTOs prior to publishing to MessageBus" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:27:21 + echo snap-build.sh 23:27:21 snap-build.sh 23:27:21 + SNAP_BASE_DIR=. 23:27:21 + '[' '!' -z /w/workspace/edgex-go/3 ']' 23:27:21 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 23:27:21 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 23:27:21 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 23:27:21 + cd /w/workspace/edgex-go/3 23:27:21 + sudo apt-get remove -qy --purge lxd lxd-client 23:27:21 Reading package lists... 23:27:21 Building dependency tree... 23:27:21 Reading state information... 23:27:21 The following packages were automatically installed and are no longer required: 23:27:21 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 23:27:21 uidmap xdelta3 23:27:21 Use 'sudo apt autoremove' to remove them. 23:27:21 The following packages will be REMOVED: 23:27:21 lxd* lxd-client* 23:27:22 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 23:27:22 After this operation, 31.7 MB disk space will be freed. 23:27:23 gofmt -l . 23:27:23 [ "`gofmt -l .`" = "" ] 23:27:23 ./bin/test-go-mod-tidy.sh 23:27:23 ./bin/test-attribution-txt.sh 23:27:23 (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.) 23:27:23 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [Pipeline] sh 23:27:24 Removing lxd dnsmasq configuration 23:27:24 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 23:27:24 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 23:27:25 + ls -al . 23:27:25 total 684 23:27:25 drwxrwxr-x 9 1001 1001 4096 Jan 19 23:27 . 23:27:25 drwxr-xr-x 4 root root 4096 Jan 19 23:23 .. 23:27:25 -rw-rw-r-- 1 1001 1001 11 Jan 19 23:22 .dockerignore 23:27:25 drwxrwxr-x 8 1001 1001 4096 Jan 19 23:22 .git 23:27:25 drwxrwxr-x 3 1001 1001 4096 Jan 19 23:22 .github 23:27:25 -rw-rw-r-- 1 1001 1001 824 Jan 19 23:22 .gitignore 23:27:25 -rw-rw-r-- 1 1001 1001 166 Jan 19 23:22 .sonarcloud.properties 23:27:25 -rw-rw-r-- 1 1001 1001 7744 Jan 19 23:22 Attribution.txt 23:27:25 -rw-rw-r-- 1 1001 1001 3804 Jan 19 23:22 CONTRIBUTING.md 23:27:25 -rw-rw-r-- 1 1001 1001 931 Jan 19 23:22 Dockerfile.build 23:27:25 -rw-rw-r-- 1 1001 1001 863 Jan 19 23:22 Jenkinsfile 23:27:25 -rw-rw-r-- 1 1001 1001 10775 Jan 19 23:22 LICENSE 23:27:25 -rw-rw-r-- 1 1001 1001 5750 Jan 19 23:22 Makefile 23:27:25 -rw-rw-r-- 1 1001 1001 6524 Jan 19 23:22 README.md 23:27:25 -rw-rw-r-- 1 1001 1001 6744 Jan 19 23:22 SECURITY.md 23:27:25 -rw-rw-r-- 1 1001 1001 5 Jan 19 23:19 VERSION 23:27:25 -rw-rw-r-- 1 1001 1001 4131 Jan 19 23:22 ZMQWindows.md 23:27:25 drwxrwxr-x 2 1001 1001 4096 Jan 19 23:22 bin 23:27:25 drwxrwxr-x 14 1001 1001 4096 Jan 19 23:22 cmd 23:27:25 -rw-r--r-- 1 root root 550466 Jan 19 23:26 coverage.out 23:27:25 -rw-r--r-- 1 root root 981 Jan 19 23:27 go.mod 23:27:25 -rw-r--r-- 1 root root 19436 Jan 19 23:27 go.sum 23:27:25 drwxrwxr-x 8 1001 1001 4096 Jan 19 23:22 internal 23:27:25 drwxrwxr-x 4 1001 1001 4096 Jan 19 23:22 openapi 23:27:25 drwxrwxr-x 4 1001 1001 4096 Jan 19 23:22 snap 23:27:25 -rw-rw-r-- 1 1001 1001 168 Jan 19 23:22 version.go [Pipeline] sh 23:27:25 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 23:27:25 + '[' -e coverage.out ] 23:27:25 + chown 1001:1001 coverage.out [Pipeline] stash 23:27:25 Warning: overwriting stash ‘coverage-report’ 23:27:26 (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.) 23:27:26 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 23:27:26 Stashed 1 file(s) [Pipeline] sh 23:27:27 Processing triggers for systemd (237-3ubuntu10.42) ... 23:27:27 Processing triggers for ureadahead (0.100.0-21) ... 23:27:27 + make build 23:27:27 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 23:27:28 + sudo snap remove --purge lxd 23:27:29 snap "lxd" is not installed 23:27:29 + sudo groupadd --force --system lxd 23:27:29 ++ whoami 23:27:29 + sudo /usr/sbin/usermod -G lxd -a jenkins 23:27:29 + newgrp - lxd 23:27:29 + sudo snap install lxd 23:27:37 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 23:28:01 error: cannot install "lxd": cannot query the store for updates: got unexpected 23:28:01 HTTP status code 503 via POST to 23:28:01 "https://api.snapcraft.io/v2/snaps/refresh" [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 23:28:02 Failed in branch amd64 23:28:04 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 23:28:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 23:28:09 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 23:28:10 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 23:28:16 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 23:28:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 23:28:24 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 23:28:28 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 23:28:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 23:28:36 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 [Pipeline] } 23:28:39 $ docker stop --time=1 b4a1ab23cc3a242e9b322a97029329600a9c3cad8ddc7b0b5dcfe0b9cad2ffe2 23:28:41 $ docker rm -f b4a1ab23cc3a242e9b322a97029329600a9c3cad8ddc7b0b5dcfe0b9cad2ffe2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:28:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:28:43 23:28:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:28:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:28:44 latest: Pulling from edgex-devops/edgex-compose-arm64 23:28:44 29e5d40040c1: Pulling fs layer 23:28:44 1ce36da41761: Pulling fs layer 23:28:44 25b303627fd3: Pulling fs layer 23:28:44 29e5d40040c1: Verifying Checksum 23:28:44 29e5d40040c1: Download complete 23:28:45 1ce36da41761: Verifying Checksum 23:28:45 1ce36da41761: Download complete 23:28:45 29e5d40040c1: Pull complete 23:28:46 1ce36da41761: Pull complete 23:28:46 25b303627fd3: Verifying Checksum 23:28:46 25b303627fd3: Download complete 23:28:57 25b303627fd3: Pull complete 23:28:57 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 23:28:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:28:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 23:28:57 prd-ubuntu18.04-docker-arm64-4c-16g-21397 does not seem to be running inside a container 23:28:57 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 23:29:00 $ docker top 0f0f5081c23da158d30cfb91d2a5526e52dd492837958c577d540e2cf355bcb7 -eo pid,comm [Pipeline] { [Pipeline] sh 23:29:01 + + docker-composegrep build parallel --help 23:29:01 23:29:04 --parallel Build images in parallel. [Pipeline] } 23:29:05 $ docker stop --time=1 0f0f5081c23da158d30cfb91d2a5526e52dd492837958c577d540e2cf355bcb7 23:29:07 $ docker rm -f 0f0f5081c23da158d30cfb91d2a5526e52dd492837958c577d540e2cf355bcb7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:29:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:29:07 . [Pipeline] withDockerContainer 23:29:08 prd-ubuntu18.04-docker-arm64-4c-16g-21397 does not seem to be running inside a container 23:29:08 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 23:29:09 $ docker top a017da622b23d9f8b65998da5da6a846d2f1082d8cfa0bd5839a17c15734142c -eo pid,comm [Pipeline] { [Pipeline] sh 23:29:10 + docker-compose -f ./docker-compose-build.yml build --parallel 23:29:15 Building docker-core-command-go ... 23:29:15 Building docker-core-data-go ... 23:29:15 Building docker-core-metadata-go ... 23:29:15 Building docker-security-bootstrap-redis-go ... 23:29:15 Building docker-security-proxy-setup-go ... 23:29:15 Building docker-security-secretstore-setup-go ... 23:29:15 Building docker-support-notifications-go ... 23:29:15 Building docker-support-scheduler-go ... 23:29:15 Building docker-sys-mgmt-agent-go ... 23:29:15 Building docker-core-command-go 23:29:15 Building docker-security-bootstrap-redis-go 23:29:15 Building docker-core-metadata-go 23:29:15 Building docker-support-notifications-go 23:29:15 Building docker-support-scheduler-go 23:30:23 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:30:23 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:30:23 ---> 8a2b71f092b9 23:30:23 Step 3/21 : WORKDIR /edgex-go 23:30:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:30:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:30:23 ---> 8a2b71f092b9 23:30:23 Step 3/22 : WORKDIR /edgex-go 23:30:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:30:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:30:23 ---> 8a2b71f092b9 23:30:23 Step 3/22 : WORKDIR /edgex-go 23:30:23 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:30:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:30:23 ---> 8a2b71f092b9 23:30:23 Step 3/24 : WORKDIR /edgex-go 23:30:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:30:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:30:23 ---> 8a2b71f092b9 23:30:23 Step 3/22 : WORKDIR /edgex-go 23:30:25 ---> Running in 4fd0cb4dc053 23:30:25 ---> Running in 4eca7b67498b 23:30:25 ---> Running in 67f07487fd24 23:30:25 ---> Running in 1cb3dd63ee16 23:30:25 ---> Running in 73a5c79b4eb7 23:30:26 Removing intermediate container 73a5c79b4eb7 23:30:26 ---> a9ac40d42bf0 23:30:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:30:26 Removing intermediate container 4fd0cb4dc053 23:30:26 ---> c555a868cca8 23:30:26 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:30:26 Removing intermediate container 1cb3dd63ee16 23:30:26 ---> 6bb9d55c6e08 23:30:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:30:26 Removing intermediate container 4eca7b67498b 23:30:26 ---> fff2e6a16451 23:30:26 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:30:26 Removing intermediate container 67f07487fd24 23:30:26 ---> 275dee836071 23:30:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:30:26 ---> Running in 635c4db7de39 23:30:26 ---> Running in 81f2a8a670a4 23:30:26 ---> Running in 9638e7c37289 23:30:26 ---> Running in 2372b53d6f7b 23:30:26 ---> Running in 9d436ac3c013 23:30:30 Removing intermediate container 81f2a8a670a4 23:30:30 ---> ae3cc389c7ca 23:30:30 Step 5/22 : RUN apk add --update --no-cache make git 23:30:30 ---> Running in a7fac98ab07c 23:30:30 Removing intermediate container 635c4db7de39 23:30:30 ---> a993bfbcd471 23:30:30 Step 5/21 : RUN apk add --update --no-cache make git 23:30:30 Removing intermediate container 2372b53d6f7b 23:30:30 ---> 187ac3d64bc9 23:30:30 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 23:30:31 ---> Running in dcf56e98c2ac 23:30:31 ---> Running in 45da3d66d5eb 23:30:31 Removing intermediate container 9638e7c37289 23:30:31 ---> bdf5f3849d4e 23:30:31 Step 5/22 : RUN apk add --update --no-cache make git 23:30:31 Removing intermediate container 9d436ac3c013 23:30:31 ---> 28dd85f80372 23:30:31 Step 5/22 : RUN apk add --update --no-cache make git 23:30:32 ---> Running in a68004634b1e 23:30:32 ---> Running in 3eab5f6c850b 23:30:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:30:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:30:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:30:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:30:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:30:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:30:34 OK: 217 MiB in 51 packages 23:30:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:30:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:30:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:30:34 OK: 217 MiB in 51 packages 23:30:34 OK: 217 MiB in 51 packages 23:30:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:30:35 OK: 217 MiB in 51 packages 23:30:35 Removing intermediate container a7fac98ab07c 23:30:35 ---> 1fd1710d5ce1 23:30:35 Step 6/22 : COPY go.mod . 23:30:36 OK: 217 MiB in 51 packages 23:30:36 Removing intermediate container dcf56e98c2ac 23:30:36 ---> 48887c72e56c 23:30:36 Step 6/21 : COPY go.mod . 23:30:36 Removing intermediate container 45da3d66d5eb 23:30:36 ---> a3f97e148139 23:30:36 Step 6/24 : COPY go.mod . 23:30:36 ---> 33ab224b9e7b 23:30:36 Step 7/22 : RUN go mod download 23:30:36 Removing intermediate container a68004634b1e 23:30:36 ---> 349d5aad0477 23:30:36 Step 6/22 : COPY go.mod . 23:30:37 ---> Running in 6b6fbfbd36ee 23:30:37 Removing intermediate container 3eab5f6c850b 23:30:37 ---> bdeead1aba66 23:30:37 Step 6/22 : COPY go.mod . 23:30:37 ---> f0c58166e820 23:30:37 Step 7/21 : RUN go mod download 23:30:37 ---> 3a4434224e39 23:30:37 Step 7/24 : RUN go mod download 23:30:37 ---> Running in a8a959bd6b8b 23:30:38 ---> Running in f88b106bd3a6 23:30:38 ---> 25056ee45f02 23:30:38 Step 7/22 : RUN go mod download 23:30:38 ---> Running in 3aaee860cdef 23:30:38 ---> 17aed3e829be 23:30:38 Step 7/22 : RUN go mod download 23:30:38 ---> Running in 1ed768964736 23:30:40 Removing intermediate container 6b6fbfbd36ee 23:30:40 ---> 04ccb2473e49 23:30:40 Step 8/22 : COPY . . 23:30:42 Removing intermediate container a8a959bd6b8b 23:30:42 ---> 3ab498b1bde8 23:30:42 Step 8/21 : COPY . . 23:30:43 Removing intermediate container f88b106bd3a6 23:30:43 ---> ab2804f7d178 23:30:43 Step 8/24 : COPY . . 23:30:43 Removing intermediate container 3aaee860cdef 23:30:43 ---> aa27821ceb8c 23:30:43 Step 8/22 : COPY . . 23:30:44 Removing intermediate container 1ed768964736 23:30:44 ---> 615ff3a0e1a1 23:30:44 Step 8/22 : COPY . . 23:31:11 ---> 158ff8b05457 23:31:11 Step 9/22 : RUN make cmd/core-command/core-command 23:31:11 ---> 231a071664d7 23:31:11 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 23:31:11 ---> 435e672fdf3a 23:31:11 Step 9/24 : RUN make cmd/support-notifications/support-notifications 23:31:11 ---> Running in 86b4260137a8 23:31:11 ---> 39370b548011 23:31:11 Step 9/22 : RUN make cmd/core-metadata/core-metadata 23:31:11 ---> 7821e263e177 23:31:11 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 23:31:11 ---> Running in be58754ace9c 23:31:11 ---> Running in c188c53eb9b5 23:31:11 ---> Running in e1aecead2512 23:31:11 ---> Running in 05f9e91bbbff 23:31:11 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 23:31:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 23:31: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 23:31:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 23:31:11 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 23:32:48 Removing intermediate container 05f9e91bbbff 23:32:48 ---> 41cc3a1d67fe 23:32:48 23:32:48 Step 10/22 : FROM alpine:3.12 23:32:48 3.12: Pulling from library/alpine 23:32:48 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:32:48 Status: Downloaded newer image for alpine:3.12 23:32:48 ---> afeebe901d6b 23:32:48 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 23:32:48 ---> Running in acb0f63b8318 23:32:48 Removing intermediate container c188c53eb9b5 23:32:48 ---> e335e497daa9 23:32:48 23:32:48 Step 10/24 : FROM scratch 23:32:48 ---> 23:32:48 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 23:32:48 Removing intermediate container 86b4260137a8 23:32:48 ---> 719a5f1d00ff 23:32:48 23:32:48 Step 10/22 : FROM scratch 23:32:48 ---> 23:32:48 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:32:48 ---> Running in 5068e827f9b2 23:32:48 Removing intermediate container be58754ace9c 23:32:48 ---> d96ee2b13363 23:32:48 23:32:48 Step 10/21 : FROM scratch 23:32:48 ---> 23:32:48 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:32:48 ---> Running in 7a124c846d75 23:32:48 ---> Running in b21b6f042839 23:32:48 Removing intermediate container 5068e827f9b2 23:32:48 ---> 50287d3f4a72 23:32:48 Step 12/24 : ENV APP_PORT=48060 23:32:48 Removing intermediate container 7a124c846d75 23:32:48 ---> 5859cd1b6207 23:32:48 Step 12/22 : ENV APP_PORT=48082 23:32:48 ---> Running in edd1db9cb8ec 23:32:48 ---> Running in 64e362ca8c27 23:32:48 Removing intermediate container b21b6f042839 23:32:48 ---> 3e20cb49e8d7 23:32:48 Step 12/21 : ENV APP_PORT=48085 23:32:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:32:48 ---> Running in d0d37c0e8bf9 23:32:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:32:49 Removing intermediate container edd1db9cb8ec 23:32:49 ---> a28d6bf000b5 23:32:49 Step 13/24 : EXPOSE $APP_PORT 23:32:49 Removing intermediate container 64e362ca8c27 23:32:49 ---> 4f5e3af665a3 23:32:49 Step 13/22 : EXPOSE $APP_PORT 23:32:49 ---> Running in 0232f77111dd 23:32:49 Removing intermediate container d0d37c0e8bf9 23:32:49 ---> 4b4fe84b40f6 23:32:49 Step 13/21 : EXPOSE $APP_PORT 23:32:49 ---> Running in eb5c9cdb3a56 23:32:49 (1/5) Installing ca-certificates (20191127-r4) 23:32:49 (2/5) Installing nghttp2-libs (1.41.0-r0) 23:32:49 (3/5) Installing libcurl (7.69.1-r3) 23:32:49 (4/5) Installing curl (7.69.1-r3) 23:32:49 (5/5) Installing dumb-init (1.2.2-r1) 23:32:49 Executing busybox-1.31.1-r19.trigger 23:32:50 Executing ca-certificates-20191127-r4.trigger 23:32:50 ---> Running in 131d6da7e8ef 23:32:50 OK: 7 MiB in 19 packages 23:32:50 Removing intermediate container 0232f77111dd 23:32:50 ---> 8677d74bb3ee 23:32:50 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 23:32:50 Removing intermediate container eb5c9cdb3a56 23:32:50 ---> 0a3eae1ddcb9 23:32:50 Step 14/22 : WORKDIR / 23:32:50 Removing intermediate container 131d6da7e8ef 23:32:50 ---> e54261824072 23:32:50 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 23:32:50 ---> Running in bf8ea73067ae 23:32:51 ---> cb85ccf9d8c6 23:32:51 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 23:32:51 Removing intermediate container bf8ea73067ae 23:32:51 ---> 07d2afddd1e4 23:32:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:32:52 ---> 067627977b16 23:32:52 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:32:52 Removing intermediate container acb0f63b8318 23:32:52 ---> 338cbce03c3c 23:32:52 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 23:32:53 ---> 5f6dfd665b31 23:32:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:32:53 ---> Running in 27386dc30463 23:32:53 ---> 668d296b3b77 23:32:53 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 23:32:53 ---> 0bd89a411a3d 23:32:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:32:54 Removing intermediate container 27386dc30463 23:32:54 ---> 2a69c695caab 23:32:54 Step 13/22 : WORKDIR / 23:32:54 ---> Running in c58ae38784e2 23:32:55 ---> 21ec9ea35e93 23:32:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:32:55 Removing intermediate container c58ae38784e2 23:32:55 ---> 02f7b48901b8 23:32:55 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:32:55 ---> 9cc40ba359de 23:32:55 ---> 68349479bfe0 23:32:55 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 23:32:55 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 23:32:56 ---> Running in 6757bb7ef7ec 23:32:56 ---> 60745361df27 23:32:56 Step 18/22 : ENTRYPOINT ["/core-command"] 23:32:56 ---> Running in 1a6b663402a4 23:32:57 ---> 2b79433a1c0c 23:32:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:32:57 ---> a5bc61f0e7a2 23:32:57 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 23:32:57 Removing intermediate container 6757bb7ef7ec 23:32:57 ---> 76bd593491f3 23:32:57 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:32:57 Removing intermediate container 1a6b663402a4 23:32:57 ---> 95fbd35f5d72 23:32:57 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:32:57 ---> Running in b457ab2f9738 23:32:57 Removing intermediate container e1aecead2512 23:32:57 ---> 411e54df8311 23:32:57 23:32:57 Step 10/22 : FROM scratch 23:32:57 ---> 23:32:57 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:32:57 ---> Using cache 23:32:57 ---> 3e20cb49e8d7 23:32:57 Step 12/22 : ENV APP_PORT=48081 23:32:57 ---> Running in 662c1e73aaf2 23:32:57 ---> Running in cd59b4cf2dd0 23:32:58 Removing intermediate container b457ab2f9738 23:32:58 ---> 7c2cb29d1950 23:32:58 Step 19/21 : LABEL arch=arm64 23:32:58 ---> Running in fb2f2c7353fc 23:32:58 Removing intermediate container 662c1e73aaf2 23:32:58 ---> bd6cc88168cf 23:32:58 Step 20/22 : LABEL arch=arm64 23:32:58 Removing intermediate container cd59b4cf2dd0 23:32:58 ---> 539bba3b7cff 23:32:58 Step 13/22 : EXPOSE $APP_PORT 23:32:58 ---> 0fb3d7bb1118 23:32:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:32:58 ---> bb6785faad9a 23:32:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 23:32:58 ---> Running in 0ff441605d01 23:32:58 ---> Running in 9db69d0022ab 23:32:59 Removing intermediate container fb2f2c7353fc 23:32:59 ---> f3b9e45be0be 23:32:59 Step 20/21 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 23:32:59 ---> Running in ea57896feb1d 23:32:59 Removing intermediate container 0ff441605d01 23:32:59 ---> d0f68e8c45cc 23:32:59 Step 21/22 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 23:32:59 Removing intermediate container 9db69d0022ab 23:32:59 ---> a51e65dedf10 23:32:59 Step 14/22 : WORKDIR / 23:32:59 ---> f2d8d734c08c 23:32:59 Step 20/24 : ENTRYPOINT ["/support-notifications"] 23:32:59 ---> Running in 85e04f324bc7 23:32:59 ---> Running in ba738492f604 23:32:59 ---> Running in a81a76b8725e 23:32:59 ---> ff28f1bdb665 23:32:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 23:33:00 Removing intermediate container ea57896feb1d 23:33:00 ---> bdfd519c4271 23:33:00 Step 21/21 : LABEL version=0.0.0 23:33:00 ---> Running in 512c7e38d057 23:33:00 Removing intermediate container ba738492f604 23:33:00 ---> 8142e45d7129 23:33:00 Step 22/22 : LABEL version=0.0.0 23:33:00 Removing intermediate container 85e04f324bc7 23:33:00 ---> 9ebfd546547b 23:33:00 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:33:00 ---> Running in 3e184c7bad31 23:33:00 Removing intermediate container a81a76b8725e 23:33:00 ---> 8fc20a00518a 23:33:00 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:33:01 ---> Running in 15eb903cf9be 23:33:01 ---> 5c7c3081459a 23:33:01 Step 18/22 : RUN chmod +x entrypoint.sh 23:33:01 Removing intermediate container 512c7e38d057 23:33:01 ---> d848a9f6184f 23:33:01 23:33:01 Removing intermediate container 3e184c7bad31 23:33:01 ---> dfc165c127b8 23:33:01 23:33:01 ---> Running in 16111b630697 23:33:01 Successfully built d848a9f6184f 23:33:01 ---> 8f5b3422cfaa 23:33:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:33:01 Successfully tagged docker-support-scheduler-go-arm64:latest 23:33:01  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 23:33:01 Successfully built dfc165c127b8 23:33:01 Successfully tagged docker-core-command-go-arm64:latest 23:33:01  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 23:33:01 Removing intermediate container 15eb903cf9be 23:33:01 ---> fabb50fd181c 23:33:01 Step 22/24 : LABEL arch=arm64 23:33:02 ---> Running in 7e0951e01a3e 23:33:03 Removing intermediate container 7e0951e01a3e 23:33:03 ---> 2f610010bcaf 23:33:03 Step 23/24 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 23:33:03 ---> Running in 9f6d5026ca31 23:33:03 ---> 1f8acff7ac60 23:33:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:33:04 Removing intermediate container 9f6d5026ca31 23:33:04 ---> 70553effc78a 23:33:04 Step 24/24 : LABEL version=0.0.0 23:33:05 ---> Running in 8c7a1d03bc06 23:33:06 ---> 1e2132638382 23:33:06 Step 18/22 : ENTRYPOINT ["/core-metadata"] 23:33:06 Removing intermediate container 16111b630697 23:33:06 ---> 307e8339af64 23:33:06 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 23:33:07 ---> Running in c90600f2b99c 23:33:07 Removing intermediate container 8c7a1d03bc06 23:33:07 ---> 9c83401fbacd 23:33:07 23:33:07 Successfully built 9c83401fbacd 23:33:07 ---> Running in 729ab6419114 23:33:07 Successfully tagged docker-support-notifications-go-arm64:latest 23:33:07 Building docker-core-data-go 23:33:07  Building docker-support-notifications-go ... done Removing intermediate container c90600f2b99c 23:33:07 ---> 72830c5dafee 23:33:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:33:08 Removing intermediate container 729ab6419114 23:33:08 ---> 59e0774f753c 23:33:08 Step 20/22 : LABEL arch=arm64 23:33:08 ---> Running in ee649885b502 23:33:08 ---> Running in 5fdcf5793323 23:33:08 Removing intermediate container ee649885b502 23:33:08 ---> 8ddfadbe0c67 23:33:08 Step 20/22 : LABEL arch=arm64 23:33:09 Removing intermediate container 5fdcf5793323 23:33:09 ---> 0844731e9d0f 23:33:09 Step 21/22 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 23:33:09 ---> Running in 5ebbc0a80905 23:33:09 ---> Running in 6aa3c987983a 23:33:10 Removing intermediate container 5ebbc0a80905 23:33:10 ---> 04b56d9f4af8 23:33:10 Step 21/22 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 23:33:10 Removing intermediate container 6aa3c987983a 23:33:10 ---> 262c1bb523b8 23:33:10 Step 22/22 : LABEL version=0.0.0 23:33:11 ---> Running in 7e7f31562741 23:33:12 ---> Running in eea3914f13b3 23:33:12 Removing intermediate container 7e7f31562741 23:33:12 ---> d2c76ca49cbf 23:33:12 Step 22/22 : LABEL version=0.0.0 23:33:13 Removing intermediate container eea3914f13b3 23:33:13 ---> a0c4a4269d1c 23:33:13 23:33:13 ---> Running in 862f2cb5aaa5 23:33:13 Successfully built a0c4a4269d1c 23:33:13 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 23:33:13  Building docker-security-bootstrap-redis-go ... done Building docker-security-proxy-setup-go 23:33:14 Removing intermediate container 862f2cb5aaa5 23:33:14 ---> 47f593b6f6c7 23:33:14 23:33:14 Successfully built 47f593b6f6c7 23:33:14 Successfully tagged docker-core-metadata-go-arm64:latest 23:33:53  Building docker-core-metadata-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:33:53 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:33:53 ---> 8a2b71f092b9 23:33:53 Step 3/24 : WORKDIR /edgex-go 23:33:53 ---> Using cache 23:33:53 ---> 275dee836071 23:33:53 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:33:53 ---> Using cache 23:33:53 ---> 28dd85f80372 23:33:53 Step 5/24 : RUN apk add --update --no-cache make git 23:33:53 ---> Using cache 23:33:53 ---> bdeead1aba66 23:33:53 Step 6/24 : COPY go.mod . 23:33:53 ---> Using cache 23:33:53 ---> 17aed3e829be 23:33:53 Step 7/24 : RUN go mod download 23:33:53 ---> Using cache 23:33:53 ---> 615ff3a0e1a1 23:33:53 Step 8/24 : COPY . . 23:33:53 ---> Using cache 23:33:53 ---> 39370b548011 23:33:53 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:33:53 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:33:53 Step 2/26 : FROM ${BUILDER_BASE} AS builder 23:33:53 ---> 8a2b71f092b9 23:33:53 Step 3/26 : WORKDIR /edgex-go 23:33:53 ---> Using cache 23:33:53 ---> 275dee836071 23:33:53 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:33:53 ---> Using cache 23:33:53 ---> 28dd85f80372 23:33:53 Step 5/26 : RUN apk add --update --no-cache make bash git 23:33:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:33:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:33:56 ---> 8a2b71f092b9 23:33:56 Step 3/23 : WORKDIR /edgex-go 23:33:56 ---> Using cache 23:33:56 ---> 275dee836071 23:33:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:33:56 ---> Using cache 23:33:56 ---> 28dd85f80372 23:33:56 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 23:33:56 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:33:56 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:33:56 ---> 8a2b71f092b9 23:33:56 Step 3/21 : WORKDIR /edgex-go 23:33:56 ---> Using cache 23:33:56 ---> 275dee836071 23:33:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:33:56 ---> Using cache 23:33:56 ---> 28dd85f80372 23:33:56 Step 5/21 : RUN apk add --update --no-cache make git 23:33:56 ---> Using cache 23:33:56 ---> bdeead1aba66 23:33:56 Step 6/21 : COPY go.mod . 23:33:56 ---> Using cache 23:33:56 ---> 17aed3e829be 23:33:56 Step 7/21 : RUN go mod download 23:33:56 ---> Using cache 23:33:56 ---> 615ff3a0e1a1 23:33:56 Step 8/21 : COPY . . 23:33:56 ---> Using cache 23:33:56 ---> 39370b548011 23:33:56 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 23:33:58 ---> Running in 9f692c91b304 23:33:58 ---> Running in 5d0f6161e4b2 23:33:58 ---> Running in e11a6a903dce 23:33:58 ---> Running in 4bdda3629493 23:33:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:33:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 23:33:59 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 23:34:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:34:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:34:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:34:00 OK: 217 MiB in 51 packages 23:34:01 OK: 217 MiB in 51 packages 23:34:03 Removing intermediate container 9f692c91b304 23:34:03 ---> 5d9d8f6c48a7 23:34:03 Step 6/26 : COPY go.mod . 23:34:03 Removing intermediate container 5d0f6161e4b2 23:34:03 ---> 5db6e902c4d9 23:34:03 Step 6/23 : COPY go.mod . 23:34:04 ---> 300c6cf0b702 23:34:04 Step 7/26 : RUN go mod download 23:34:04 ---> Running in 18a2a0723089 23:34:04 ---> 4a8668c5f8a4 23:34:04 Step 7/23 : RUN go mod download 23:34:05 ---> Running in 441f783940c0 23:34:10 Removing intermediate container 441f783940c0 23:34:10 ---> bcbdb25d8d39 23:34:10 Step 8/23 : COPY . . 23:34:10 Removing intermediate container 18a2a0723089 23:34:10 ---> 80d8c7fb3713 23:34:10 Step 8/26 : COPY . . 23:34:43 ---> 539b75ef3fab 23:34:43 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 23:34:43 ---> a6ab01e7309c 23:34:43 Step 9/23 : RUN make cmd/core-data/core-data 23:34:43 ---> Running in 06be3804c4f5 23:34:43 ---> Running in 689f7af837cd 23:34:43 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 23:34:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 23:34:46 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 23:34:47 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 23:35:02 Removing intermediate container e11a6a903dce 23:35:02 ---> bbf71538a0ef 23:35:02 23:35:02 Step 10/24 : FROM alpine:3.12 23:35:02 ---> afeebe901d6b 23:35:02 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 23:35:02 ---> Using cache 23:35:02 ---> 338cbce03c3c 23:35:02 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:35:02 ---> Running in ae5cd1e39bda 23:35:02 Removing intermediate container ae5cd1e39bda 23:35:02 ---> 1f58171bc3f4 23:35:02 Step 13/24 : WORKDIR / 23:35:02 ---> Running in d1632cc1b797 23:35:04 Removing intermediate container d1632cc1b797 23:35:04 ---> ec6b3aba0e6a 23:35:04 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 23:35:04 Removing intermediate container 4bdda3629493 23:35:04 ---> 56961e224707 23:35:04 23:35:04 Step 10/21 : FROM alpine:3.12 23:35:04 ---> afeebe901d6b 23:35:04 Step 11/21 : RUN apk add --update --no-cache curl 23:35:05 ---> Running in 7b57545d7a78 23:35:05 ---> ec401df0855f 23:35:05 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:35:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:35:07 ---> e35c4158a549 23:35:07 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:35:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:35:07 (1/4) Installing ca-certificates (20191127-r4) 23:35:07 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:35:07 (3/4) Installing libcurl (7.69.1-r3) 23:35:07 (4/4) Installing curl (7.69.1-r3) 23:35:07 Executing busybox-1.31.1-r19.trigger 23:35:07 Executing ca-certificates-20191127-r4.trigger 23:35:08 OK: 7 MiB in 18 packages 23:35:08 ---> 07a5708f96f2 23:35:08 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:35:11 ---> ee9aa8a2c54f 23:35:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:35:11 Removing intermediate container 7b57545d7a78 23:35:11 ---> 54c082393749 23:35:11 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:35:11 ---> Running in e8fcc2644c9b 23:35:12 Removing intermediate container e8fcc2644c9b 23:35:12 ---> 6fa03286b53c 23:35:12 Step 13/21 : WORKDIR /edgex 23:35:12 ---> Running in f0d2bd1b0fc1 23:35:13 ---> b8ac0c34b036 23:35:13 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:35:13 Removing intermediate container f0d2bd1b0fc1 23:35:13 ---> 607ba987617c 23:35:13 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:35:14 ---> b59eed29655c 23:35:14 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/ 23:35:14 ---> Running in ae1dd807da58 23:35:14 ---> 4f1f989e0158 23:35:14 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:35:17 ---> d0391f676218 23:35:17 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:35:19 Removing intermediate container ae1dd807da58 23:35:19 ---> 6d5c4d347ebd 23:35:19 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 23:35:19 ---> Running in c210506a09c1 23:35:19 ---> 72eb2c12995c 23:35:19 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:35:19 ---> Running in a2c7324b5b4b 23:35:20 Removing intermediate container c210506a09c1 23:35:20 ---> 27ad1972611a 23:35:20 Step 22/24 : LABEL arch=arm64 23:35:20 ---> Running in 64bb21aa6a59 23:35:20 Removing intermediate container a2c7324b5b4b 23:35:20 ---> c52f4d5b8aea 23:35:20 Step 18/21 : CMD ["--init=true"] 23:35:20 ---> Running in b48475cc7a25 23:35:21 Removing intermediate container 64bb21aa6a59 23:35:21 ---> ec1bd98aaab4 23:35:21 Step 23/24 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 23:35:21 ---> Running in b9022fb3a20c 23:35:21 Removing intermediate container b48475cc7a25 23:35:21 ---> 43a2190c1cfe 23:35:21 Step 19/21 : LABEL arch=arm64 23:35:21 ---> Running in 20162c4e0560 23:35:22 Removing intermediate container b9022fb3a20c 23:35:22 ---> 3b631b53bcfa 23:35:22 Step 24/24 : LABEL version=0.0.0 23:35:22 ---> Running in 980ea54a8400 23:35:22 Removing intermediate container 20162c4e0560 23:35:22 ---> b608bf038c08 23:35:22 Step 20/21 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 23:35:23 ---> Running in 42d79405019a 23:35:23 Removing intermediate container 980ea54a8400 23:35:23 ---> 471043504752 23:35:23 23:35:23 Successfully built 471043504752 23:35:23 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 23:35:23 Removing intermediate container 42d79405019a 23:35:23 ---> f68be8fcd11d 23:35:23 Step 21/21 : LABEL version=0.0.0 23:35:23  Building docker-security-secretstore-setup-go ... done  ---> Running in f1b7435c909d 23:35:24 Removing intermediate container f1b7435c909d 23:35:24 ---> cb06d6adef75 23:35:24 23:35:25 Successfully built cb06d6adef75 23:35:25 Successfully tagged docker-security-proxy-setup-go-arm64:latest 23:35:43  Building docker-security-proxy-setup-go ... done Removing intermediate container 06be3804c4f5 23:35:43 ---> 7cafddce42a9 23:35:43 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 23:35:43 ---> Running in 904adfdf44a0 23:35:44 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 23:35:47 Removing intermediate container 904adfdf44a0 23:35:47 ---> 546ce63313a8 23:35:47 23:35:47 Step 11/26 : FROM docker:20.10.0 23:35:47 20.10.0: Pulling from library/docker 23:35:55 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:35:55 Status: Downloaded newer image for docker:20.10.0 23:35:55 ---> eeaf43b92773 23:35:55 Step 12/26 : RUN apk add --no-cache bash 23:35:56 ---> Running in 0f9d063bc5da 23:35:56 Removing intermediate container 689f7af837cd 23:35:56 ---> c29b004269a5 23:35:56 23:35:56 Step 10/23 : FROM alpine:3.12 23:35:56 ---> afeebe901d6b 23:35:56 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:35:56 ---> Running in c697b7e6ef0b 23:35:57 Removing intermediate container c697b7e6ef0b 23:35:57 ---> c4efb78c4ace 23:35:57 Step 12/23 : ENV APP_PORT=48080 23:35:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:35:57 ---> Running in b37a97c0933c 23:35:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:35:57 Removing intermediate container b37a97c0933c 23:35:57 ---> 286d16dcb587 23:35:57 Step 13/23 : EXPOSE $APP_PORT 23:35:57 ---> Running in 32f98ad2c933 23:35:58 (1/2) Installing readline (8.0.4-r0) 23:35:58 (2/2) Installing bash (5.0.17-r0) 23:35:58 Executing bash-5.0.17-r0.post-install 23:35:58 Executing busybox-1.31.1-r19.trigger 23:35:58 OK: 12 MiB in 22 packages 23:35:58 Removing intermediate container 32f98ad2c933 23:35:58 ---> fa1b5b60c715 23:35:58 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:35:58 ---> Running in b6a8d43469d4 23:35:59 Removing intermediate container 0f9d063bc5da 23:35:59 ---> 520f622165a1 23:35:59 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 23:35:59 ---> Running in 223569fb0489 23:36:00 Removing intermediate container 223569fb0489 23:36:00 ---> 734f1b71d8c9 23:36:00 Step 14/26 : ENV APP_PORT=48090 23:36:00 ---> Running in aa74199ebf5d 23:36:00 Removing intermediate container aa74199ebf5d 23:36:00 ---> 3df7ccda41f5 23:36:00 Removing intermediate container b6a8d43469d4 23:36:00 Step 15/26 : EXPOSE $APP_PORT ---> d246618ce7a5 23:36:00 23:36:00 Step 15/23 : RUN apk add --update --no-cache zeromq 23:36:00 ---> Running in 5dfe7126886d 23:36:00 ---> Running in f138504c0095 23:36:01 Removing intermediate container 5dfe7126886d 23:36:01 ---> c93e4b9f8c07 23:36:01 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:36:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:36:02 ---> 7960d73e0614 23:36:02 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:36:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:36:03 ---> 4f4396a82132 23:36:03 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:36:03 (1/5) Installing libgcc (9.3.0-r2) 23:36:03 (2/5) Installing libsodium (1.0.18-r0) 23:36:03 (3/5) Installing libstdc++ (9.3.0-r2) 23:36:03 (4/5) Installing libzmq (4.3.3-r0) 23:36:03 (5/5) Installing zeromq (4.3.3-r0) 23:36:04 Executing busybox-1.31.1-r19.trigger 23:36:04 ---> cbe806d46d48 23:36:04 Step 19/26 : RUN apk --no-cache add py3-pip 23:36:04 OK: 8 MiB in 19 packages 23:36:04 ---> Running in f17eef0a173a 23:36:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:36:05 Removing intermediate container f138504c0095 23:36:05 ---> 57f600a81ef0 23:36:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:36:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:36:06 (1/33) Installing libbz2 (1.0.8-r1) 23:36:06 (2/33) Installing expat (2.2.9-r1) 23:36:06 (3/33) Installing libffi (3.3-r2) 23:36:06 (4/33) Installing gdbm (1.13-r1) 23:36:06 (5/33) Installing xz-libs (5.2.5-r0) 23:36:06 (6/33) Installing sqlite-libs (3.32.1-r0) 23:36:06 ---> fc765d7662b0 23:36:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:36:06 (7/33) Installing python3 (3.8.5-r0) 23:36:08 ---> 5edf7a479211 23:36:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:36:08 (8/33) Installing py3-appdirs (1.4.4-r1) 23:36:08 (9/33) Installing py3-ordered-set (4.0.1-r0) 23:36:08 (10/33) Installing py3-parsing (2.4.7-r0) 23:36:08 (11/33) Installing py3-six (1.15.0-r0) 23:36:08 (12/33) Installing py3-packaging (20.4-r0) 23:36:08 (13/33) Installing py3-setuptools (47.0.0-r0) 23:36:08 (14/33) Installing py3-chardet (3.0.4-r4) 23:36:08 (15/33) Installing py3-idna (2.9-r0) 23:36:08 (16/33) Installing py3-certifi (2020.4.5.1-r0) 23:36:08 (17/33) Installing py3-urllib3 (1.25.9-r0) 23:36:08 (18/33) Installing py3-requests (2.23.0-r0) 23:36:08 (19/33) Installing py3-msgpack (1.0.0-r0) 23:36:08 (20/33) Installing py3-lockfile (0.12.2-r3) 23:36:08 (21/33) Installing py3-cachecontrol (0.12.6-r0) 23:36:08 (22/33) Installing py3-colorama (0.4.3-r0) 23:36:08 (23/33) Installing py3-distlib (0.3.0-r0) 23:36:08 (24/33) Installing py3-distro (1.5.0-r1) 23:36:08 (25/33) Installing py3-webencodings (0.5.1-r3) 23:36:08 (26/33) Installing py3-html5lib (1.0.1-r4) 23:36:08 ---> 7d8dc47bb0bd 23:36:08 Step 19/23 : ENTRYPOINT ["/core-data"] 23:36:08 (27/33) Installing py3-pytoml (0.1.21-r0) 23:36:08 (28/33) Installing py3-pep517 (0.8.2-r0) 23:36:08 (29/33) Installing py3-progress (1.5-r0) 23:36:08 (30/33) Installing py3-toml (0.10.1-r0) 23:36:08 (31/33) Installing py3-retrying (1.3.3-r0) 23:36:08 (32/33) Installing py3-contextlib2 (0.6.0-r0) 23:36:08 (33/33) Installing py3-pip (20.1.1-r0) 23:36:08 ---> Running in a3d54d0323c8 23:36:09 Executing busybox-1.31.1-r19.trigger 23:36:09 OK: 71 MiB in 55 packages 23:36:09 Removing intermediate container a3d54d0323c8 23:36:09 ---> 7edafd81d73c 23:36:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:36:09 ---> Running in c4ff4cab989e 23:36:10 Removing intermediate container c4ff4cab989e 23:36:10 ---> dcb0b4a2ceb9 23:36:10 Step 21/23 : LABEL arch=arm64 23:36:10 ---> Running in 4ae76990223e 23:36:10 Removing intermediate container 4ae76990223e 23:36:10 ---> 393ee2c266c0 23:36:10 Step 22/23 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 23:36:11 ---> Running in 878fb9ad313d 23:36:11 Removing intermediate container 878fb9ad313d 23:36:11 ---> bd5edb5d2543 23:36:11 Step 23/23 : LABEL version=0.0.0 23:36:12 ---> Running in 581f8dcc1f07 23:36:12 Removing intermediate container 581f8dcc1f07 23:36:12 ---> 6cad85c9fc0c 23:36:12 23:36:13 Successfully built 6cad85c9fc0c 23:36:13 Successfully tagged docker-core-data-go-arm64:latest 23:36:15  Building docker-core-data-go ... done Removing intermediate container f17eef0a173a 23:36:15 ---> 1e80805550ba 23:36:15 Step 20/26 : RUN pip install docker-compose==1.23.2 23:36:15 ---> Running in c82ed612777a 23:36:20 Collecting docker-compose==1.23.2 23:36:20 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:36:20 Collecting jsonschema<3,>=2.5.1 23:36:20 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:36:21 Collecting docopt<0.7,>=0.6.1 23:36:21 Downloading docopt-0.6.2.tar.gz (25 kB) 23:36:24 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:36:24 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:36:24 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 23:36:25 Collecting docker<4.0,>=3.6.0 23:36:25 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:36:25 Collecting texttable<0.10,>=0.9.0 23:36:25 Downloading texttable-0.9.1.tar.gz (11 kB) 23:36:28 Collecting websocket-client<1.0,>=0.32.0 23:36:28 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 23:36:29 Collecting PyYAML<4,>=3.10 23:36:29 Downloading PyYAML-3.13.tar.gz (270 kB) 23:36:32 Collecting cached-property<2,>=1.2.0 23:36:32 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:36:32 Collecting dockerpty<0.5,>=0.4.1 23:36:32 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:36:35 Collecting urllib3<1.25,>=1.21.1 23:36:35 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:36:35 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) 23:36:35 Collecting idna<2.8,>=2.5 23:36:35 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:36:35 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) 23:36:35 Collecting docker-pycreds>=0.4.0 23:36:36 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:36:36 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 23:36:36 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 23:36:36 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 23:36:36 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 23:36:37 Installing collected packages: jsonschema, docopt, urllib3, idna, requests, docker-pycreds, websocket-client, docker, texttable, PyYAML, cached-property, dockerpty, docker-compose 23:36:37 Running setup.py install for docopt: started 23:36:39 Running setup.py install for docopt: finished with status 'done' 23:36:39 Attempting uninstall: urllib3 23:36:39 Found existing installation: urllib3 1.25.9 23:36:39 Uninstalling urllib3-1.25.9: 23:36:39 Successfully uninstalled urllib3-1.25.9 23:36:40 Attempting uninstall: idna 23:36:40 Found existing installation: idna 2.9 23:36:40 Uninstalling idna-2.9: 23:36:40 Successfully uninstalled idna-2.9 23:36:41 Attempting uninstall: requests 23:36:41 Found existing installation: requests 2.23.0 23:36:41 Uninstalling requests-2.23.0: 23:36:41 Successfully uninstalled requests-2.23.0 23:36:43 Running setup.py install for texttable: started 23:36:45 Running setup.py install for texttable: finished with status 'done' 23:36:45 Running setup.py install for PyYAML: started 23:36:46 Running setup.py install for PyYAML: finished with status 'done' 23:36:47 Running setup.py install for dockerpty: started 23:36:49 Running setup.py install for dockerpty: finished with status 'done' 23:36:50 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 23:36:53 Removing intermediate container c82ed612777a 23:36:53 ---> fb147fe6f4e0 23:36:53 Step 21/26 : RUN apk --no-cache add curl 23:36:53 ---> Running in 61cb061f4ea5 23:36:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:36:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:36:55 (1/3) Installing nghttp2-libs (1.41.0-r0) 23:36:55 (2/3) Installing libcurl (7.69.1-r3) 23:36:55 (3/3) Installing curl (7.69.1-r3) 23:36:55 Executing busybox-1.31.1-r19.trigger 23:36:55 OK: 71 MiB in 58 packages 23:36:57 Removing intermediate container 61cb061f4ea5 23:36:57 ---> 76d3524999a1 23:36:57 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 23:36:57 ---> Running in e8263defbc19 23:36:57 Removing intermediate container e8263defbc19 23:36:57 ---> 0782433c60a2 23:36:57 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:36:57 ---> Running in e1078dd3000f 23:36:58 Removing intermediate container e1078dd3000f 23:36:58 ---> adbe18828fc8 23:36:58 Step 24/26 : LABEL arch=arm64 23:36:58 ---> Running in 695af154e49e 23:36:58 Removing intermediate container 695af154e49e 23:36:58 ---> e9a4d1a075f4 23:36:58 Step 25/26 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 23:36:58 ---> Running in 923d8e9468f4 23:36:59 Removing intermediate container 923d8e9468f4 23:36:59 ---> 48c36b31268d 23:36:59 Step 26/26 : LABEL version=0.0.0 23:36:59 ---> Running in e66b66e38213 23:37:00 Removing intermediate container e66b66e38213 23:37:00 ---> 66c3c1aeb80c 23:37:00 23:37:00 Successfully built 66c3c1aeb80c 23:37:00 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 23:37:00  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 23:37:00 $ docker stop --time=1 a017da622b23d9f8b65998da5da6a846d2f1082d8cfa0bd5839a17c15734142c 23:37:02 $ docker rm -f a017da622b23d9f8b65998da5da6a846d2f1082d8cfa0bd5839a17c15734142c [Pipeline] // withDockerContainer [Pipeline] sh 23:37:03 + docker images 23:37:03 + grep docker 23:37:04 docker-sys-mgmt-agent-go-arm64 latest 66c3c1aeb80c 4 seconds ago 300MB 23:37:04 docker-core-data-go-arm64 latest 6cad85c9fc0c 51 seconds ago 21MB 23:37:04 docker-security-proxy-setup-go-arm64 latest cb06d6adef75 About a minute ago 23.2MB 23:37:04 docker-security-secretstore-setup-go-arm64 latest 471043504752 About a minute ago 23.4MB 23:37:04 docker-core-metadata-go-arm64 latest 47f593b6f6c7 3 minutes ago 12.3MB 23:37:04 docker-security-bootstrap-redis-go-arm64 latest a0c4a4269d1c 3 minutes ago 15.1MB 23:37:04 docker-support-notifications-go-arm64 latest 9c83401fbacd 3 minutes ago 11.4MB 23:37:04 docker-core-command-go-arm64 latest dfc165c127b8 4 minutes ago 9.98MB 23:37:04 docker-support-scheduler-go-arm64 latest d848a9f6184f 4 minutes ago 10MB 23:37:04 docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 23:37:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:37:08 ---> package-listing.sh 23:37:08 ++ facter osfamily 23:37:08 ++ tr '[:upper:]' '[:lower:]' 23:37:08 + OS_FAMILY=redhat 23:37:08 + workspace=/w/workspace/edgex-go/3 23:37:08 + START_PACKAGES=/tmp/packages_start.txt 23:37:08 + END_PACKAGES=/tmp/packages_end.txt 23:37:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:37:08 + PACKAGES=/tmp/packages_start.txt 23:37:08 + '[' /w/workspace/edgex-go/3 ']' 23:37:08 + PACKAGES=/tmp/packages_end.txt 23:37:08 + case "${OS_FAMILY}" in 23:37:08 + rpm -qa 23:37:08 + sort 23:37:14 + '[' -f /tmp/packages_start.txt ']' 23:37:14 + '[' -f /tmp/packages_end.txt ']' 23:37:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:37:14 + '[' /w/workspace/edgex-go/3 ']' 23:37:14 + mkdir -p /w/workspace/edgex-go/3/archives/ 23:37:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 23:37:14 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:37:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:37:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:37:14 23:37:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:37:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:37:15 alpine: Pulling from edgex-lftools-log-publisher 23:37:15 df20fa9351a1: Pulling fs layer 23:37:15 36b3adc4ff6f: Pulling fs layer 23:37:15 8ad3a11d3b57: Pulling fs layer 23:37:15 46f8f816bc3b: Pulling fs layer 23:37:15 93b61091891f: Pulling fs layer 23:37:15 93b9cdb0e59b: Pulling fs layer 23:37:15 5e14af77c1be: Pulling fs layer 23:37:15 01666e4c0597: Pulling fs layer 23:37:15 aa168da1d23b: Pulling fs layer 23:37:15 93b9cdb0e59b: Waiting 23:37:15 5e14af77c1be: Waiting 23:37:15 01666e4c0597: Waiting 23:37:15 93b61091891f: Waiting 23:37:15 aa168da1d23b: Waiting 23:37:15 46f8f816bc3b: Waiting 23:37:15 36b3adc4ff6f: Verifying Checksum 23:37:15 36b3adc4ff6f: Download complete 23:37:15 46f8f816bc3b: Verifying Checksum 23:37:15 46f8f816bc3b: Download complete 23:37:15 df20fa9351a1: Verifying Checksum 23:37:15 93b9cdb0e59b: Verifying Checksum 23:37:15 93b9cdb0e59b: Download complete 23:37:15 5e14af77c1be: Verifying Checksum 23:37:15 5e14af77c1be: Download complete 23:37:15 01666e4c0597: Download complete 23:37:15 93b61091891f: Verifying Checksum 23:37:15 93b61091891f: Download complete 23:37:15 8ad3a11d3b57: Verifying Checksum 23:37:15 8ad3a11d3b57: Download complete 23:37:15 df20fa9351a1: Pull complete 23:37:15 36b3adc4ff6f: Pull complete 23:37:16 8ad3a11d3b57: Pull complete 23:37:16 46f8f816bc3b: Pull complete 23:37:17 aa168da1d23b: Verifying Checksum 23:37:17 aa168da1d23b: Download complete 23:37:18 93b61091891f: Pull complete 23:37:19 93b9cdb0e59b: Pull complete 23:37:19 5e14af77c1be: Pull complete 23:37:19 01666e4c0597: Pull complete 23:37:27 aa168da1d23b: Pull complete 23:37:27 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:37:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:37:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:37:27 prd-centos7-docker-4c-2g-21395 does not seem to be running inside a container 23:37:27 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 23:37:30 $ docker top db0af570c1a476a3d30b25c51cf061456884d264ee9ca6ead2697cd97810a25c -eo pid,comm [Pipeline] { [Pipeline] sh 23:37:31 + touch /tmp/pre-build-complete [Pipeline] sh 23:37:31 + mkdir -p /var/log/sa [Pipeline] sh 23:37:32 + ls /var/log/sa-host 23:37:32 + sadf -c /var/log/sa-host/sa19 23:37:32 file_magic: OK 23:37:32 HZ: Using current value: 100 23:37:32 file_header: OK 23:37:32 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 23:37:32 Statistics: 23:37:32 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... 23:37:32 File successfully converted to sysstat format version 12.2.1 23:37:32 + sadf -c /var/log/sa-host/sa23 23:37:32 file_magic: OK 23:37:32 HZ: Using current value: 100 23:37:32 file_header: OK 23:37:32 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 23:37:32 Statistics: 23:37:32 Hnuu...uuuununununu... 23:37:32 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:37:32 provisioning config files... 23:37:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config6627986700775656623tmp [Pipeline] { [Pipeline] echo 23:37:32 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:37:33 ---> create-netrc.sh [Pipeline] } 23:37:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:37:33 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:37:33 ---> python-tools-install.sh [Pipeline] echo 23:37:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:37:34 ---> sudo-logs.sh 23:37:34 Archiving 'sudo' log.. [Pipeline] echo 23:37:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:37:34 ---> job-cost.sh 23:37:34 lf-activate-venv: SKIPPING 23:37:34 INFO: No Stack... 23:37:35 INFO: Retrieving Pricing Info for: v1-standard-2 23:37:36 INFO: Archiving Costs [Pipeline] echo 23:37:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:37:36 ---> logs-deploy.sh 23:37:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3051/3 23:37:36 INFO: archiving workspace using pattern(s): 23:37:37 Archives upload complete. 23:37:37 INFO: archiving logs to Nexus 23:37:38 ---> uname -a: 23:37:38 Linux prd-centos7-docker-4c-2g-21395.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:37:38 23:37:38 23:37:38 ---> lscpu: 23:37:38 Architecture: x86_64 23:37:38 CPU op-mode(s): 32-bit, 64-bit 23:37:38 Byte Order: Little Endian 23:37:38 Address sizes: 40 bits physical, 48 bits virtual 23:37:38 CPU(s): 4 23:37:38 On-line CPU(s) list: 0-3 23:37:38 Thread(s) per core: 1 23:37:38 Core(s) per socket: 1 23:37:38 Socket(s): 4 23:37:38 NUMA node(s): 1 23:37:38 Vendor ID: GenuineIntel 23:37:38 CPU family: 6 23:37:38 Model: 44 23:37:38 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:37:38 Stepping: 1 23:37:38 CPU MHz: 2933.442 23:37:38 BogoMIPS: 5866.88 23:37:38 Virtualization: VT-x 23:37:38 Hypervisor vendor: KVM 23:37:38 Virtualization type: full 23:37:38 L1d cache: 128 KiB 23:37:38 L1i cache: 128 KiB 23:37:38 L2 cache: 16 MiB 23:37:38 L3 cache: 64 MiB 23:37:38 NUMA node0 CPU(s): 0-3 23:37:38 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:37:38 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:37:38 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:37:38 Vulnerability Meltdown: Mitigation; PTI 23:37:38 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:37:38 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:37:38 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:37:38 Vulnerability Srbds: Not affected 23:37:38 Vulnerability Tsx async abort: Not affected 23:37:38 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 23:37:38 23:37:38 23:37:38 ---> nproc: 23:37:38 4 23:37:38 23:37:38 23:37:38 ---> df -h: 23:37:38 Filesystem Size Used Available Use% Mounted on 23:37:38 overlay 50.0G 11.6G 38.4G 23% / 23:37:38 tmpfs 64.0M 0 64.0M 0% /dev 23:37:38 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:37:38 shm 64.0M 0 64.0M 0% /dev/shm 23:37:38 /dev/vda1 50.0G 11.6G 38.4G 23% /facter-os 23:37:38 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/resolv.conf 23:37:38 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/hostname 23:37:38 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/hosts 23:37:38 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/secure 23:37:38 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/auth.log 23:37:38 /dev/vda1 50.0G 11.6G 38.4G 23% /run/cloud-init/result.json 23:37:38 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/sa-host 23:37:38 /dev/vda1 50.0G 11.6G 38.4G 23% /w/workspace/edgex-go/3 23:37:38 /dev/vda1 50.0G 11.6G 38.4G 23% /w/workspace/edgex-go/3@tmp 23:37:38 23:37:38 23:37:38 ---> free -m: 23:37:38 total used free shared buff/cache available 23:37:38 Mem: 1837 703 114 0 1019 1048 23:37:38 Swap: 1023 56 967 23:37:38 23:37:38 23:37:38 ---> ip addr: 23:37:38 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:37:38 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:37:38 inet 127.0.0.1/8 scope host lo 23:37:38 valid_lft forever preferred_lft forever 23:37:38 inet6 ::1/128 scope host 23:37:38 valid_lft forever preferred_lft forever 23:37:38 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:37:38 link/ether fa:16:3e:1c:ae:b6 brd ff:ff:ff:ff:ff:ff 23:37:38 inet 10.30.122.209/23 brd 10.30.123.255 scope global dynamic eth0 23:37:38 valid_lft 85220sec preferred_lft 85220sec 23:37:38 inet6 fe80::f816:3eff:fe1c:aeb6/64 scope link 23:37:38 valid_lft forever preferred_lft forever 23:37:38 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:37:38 link/ether 02:42:68:51:59:ad brd ff:ff:ff:ff:ff:ff 23:37:38 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:37:38 valid_lft forever preferred_lft forever 23:37:38 inet6 fe80::42:68ff:fe51:59ad/64 scope link 23:37:38 valid_lft forever preferred_lft forever 23:37:38 23:37:38 23:37:38 ---> sar -b -r -n DEV: 23:37:38 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 23:37:38 23:37:38 23:17:47 LINUX RESTART (4 CPU) 23:37:38 23:37:38 23:19:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:37:38 23:20:01 245.48 89.35 156.13 0.00 7160.76 52011.04 0.00 23:37:38 23:21:01 242.10 95.99 146.11 0.00 3363.88 21209.34 0.00 23:37:38 23:22:01 154.41 79.03 75.37 0.00 3905.02 12852.73 0.00 23:37:38 23:23:03 1699.04 1363.30 335.74 0.00 130649.41 197497.84 0.00 23:37:38 23:24:01 1622.23 1355.98 266.26 0.00 108166.51 120686.59 0.00 23:37:38 23:25:01 1559.05 1200.98 358.07 0.00 104310.40 146908.71 0.00 23:37:38 23:26:02 574.76 332.23 242.53 0.00 21477.53 50578.06 0.00 23:37:38 23:27:01 24.00 8.26 15.73 0.00 2934.60 496.65 0.00 23:37:38 23:28:01 1.12 0.52 0.60 0.00 16.25 6.29 0.00 23:37:38 23:29:01 0.95 0.20 0.75 0.00 22.12 8.88 0.00 23:37:38 23:30:01 0.58 0.02 0.57 0.00 0.27 5.73 0.00 23:37:38 23:31:01 0.58 0.00 0.58 0.00 0.00 6.43 0.00 23:37:38 23:32:01 0.72 0.02 0.70 0.00 0.27 7.60 0.00 23:37:38 23:33:01 2.28 1.72 0.57 0.00 55.83 5.63 0.00 23:37:38 23:34:01 0.83 0.02 0.82 0.00 0.53 15.67 0.00 23:37:38 23:35:01 0.55 0.00 0.55 0.00 0.00 6.18 0.00 23:37:38 23:36:01 0.23 0.00 0.23 0.00 0.00 3.18 0.00 23:37:38 23:37:01 0.22 0.00 0.22 0.00 0.00 2.45 0.00 23:37:38 Average: 341.11 251.96 89.15 0.00 21288.34 33592.92 0.00 23:37:38 23:37:38 23:19:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:37:38 23:20:01 82820 0 703020 37.36 1508 1094196 1535068 52.39 576780 960832 54932 23:37:38 23:21:01 203544 0 818800 43.52 824 858376 1773044 60.51 680976 712880 23440 23:37:38 23:22:01 190368 0 750364 39.88 808 940004 1531264 52.26 619036 795960 37232 23:37:38 23:23:03 62328 0 754808 40.12 0 1064408 1908012 65.12 652552 948848 13220 23:37:38 23:24:01 218144 0 845156 44.92 0 818244 2131336 72.74 685088 713440 17804 23:37:38 23:25:01 72512 0 887816 47.19 0 921216 3095904 105.66 658468 912052 83808 23:37:38 23:26:02 142028 0 667524 35.48 0 1071992 1315192 44.89 499580 989164 204 23:37:38 23:27:01 151520 0 619964 32.95 0 1110060 1156688 39.48 469320 1016844 8 23:37:38 23:28:01 152152 0 618872 32.89 0 1110520 1142308 38.99 469112 1016248 8 23:37:38 23:29:01 149028 0 621340 33.02 0 1111176 1136200 38.78 474764 1013904 8 23:37:38 23:30:01 149584 0 620780 32.99 0 1111180 1136116 38.77 474272 1013908 20 23:37:38 23:31:01 149564 0 620784 32.99 0 1111196 1136116 38.77 474240 1013916 8 23:37:38 23:32:01 149720 0 620628 32.99 0 1111196 1136116 38.77 474220 1013916 8 23:37:38 23:33:01 148644 0 620688 32.99 0 1112212 1136112 38.77 474252 1014904 8 23:37:38 23:34:01 147616 0 621692 33.04 0 1112236 1136188 38.78 474672 1014920 8 23:37:38 23:35:01 148200 0 621100 33.01 0 1112244 1136116 38.77 474164 1014920 8 23:37:38 23:36:01 147740 0 621556 33.03 0 1112248 1136164 38.78 474548 1014920 8 23:37:38 23:37:01 148068 0 621220 33.02 0 1112256 1136116 38.77 474148 1014920 12 23:37:38 Average: 145199 0 680895 36.19 174 1055276 1434114 48.94 532233 955361 12819 23:37:38 23:37:38 23:19:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:37:38 23:20:01 eth0 1363.55 1324.54 6427.77 151.08 0.00 0.00 0.00 0.00 23:37:38 23:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:38 23:20:01 veth62817ad 92.96 112.80 8.43 437.59 0.00 0.00 0.00 0.00 23:37:38 23:20:01 docker0 982.34 968.39 79.06 3519.61 0.00 0.00 0.00 0.00 23:37:38 23:21:01 veth8ab951f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:37:38 23:21:01 eth0 56.45 36.88 71.94 67.69 0.00 0.00 0.00 0.00 23:37:38 23:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:38 23:21:01 docker0 4.04 7.78 0.31 37.44 0.00 0.00 0.00 0.00 23:37:38 23:22:01 eth0 170.77 135.17 1311.64 23.27 0.00 0.00 0.00 0.00 23:37:38 23:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:38 23:22:01 docker0 0.23 0.23 0.02 0.02 0.00 0.00 0.00 0.00 23:37:38 23:23:03 eth0 123.41 94.68 554.88 67.05 0.00 0.00 0.00 0.00 23:37:38 23:23:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:38 23:23:03 veth463e98a 0.00 0.46 0.00 0.02 0.00 0.00 0.00 0.00 23:37:38 23:23:03 docker0 18.17 25.43 1.02 143.22 0.00 0.00 0.00 0.00 23:37:38 23:24:01 vethddd471d 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 23:37:38 23:24:01 vethbcf6093 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 23:37:38 23:24:01 eth0 15.34 7.94 12.73 6.70 0.00 0.00 0.00 0.00 23:37:38 23:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:38 23:25:01 veth7a28c9e 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 23:37:38 23:25:01 vethac1d381 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:37:38 23:25:01 eth0 85.98 56.28 193.33 76.23 0.00 0.00 0.00 0.00 23:37:38 23:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:38 23:26:02 eth0 273.94 208.64 1651.68 86.14 0.00 0.00 0.00 0.00 23:37:38 23:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:38 23:26:02 veth463e98a 0.00 0.81 0.00 0.04 0.00 0.00 0.00 0.00 23:37:38 23:26:02 docker0 1057.69 1092.80 82.99 4150.84 0.00 0.00 0.00 0.00 23:37:38 23:27:01 eth0 12.31 7.04 42.55 2.98 0.00 0.00 0.00 0.00 23:37:38 23:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:38 23:27:01 docker0 2.76 4.83 0.15 36.37 0.00 0.00 0.00 0.00 23:37:38 23:28:01 eth0 0.88 0.48 0.64 0.18 0.00 0.00 0.00 0.00 23:37:38 23:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:38 23:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:38 23:29:01 eth0 0.32 0.18 0.14 0.10 0.00 0.00 0.00 0.00 23:37:38 23:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:38 23:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:38 23:30:01 eth0 0.10 0.13 0.01 0.01 0.00 0.00 0.00 0.00 23:37:38 23:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:38 23:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:38 23:31:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:37:38 23:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:38 23:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:38 23:32:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:37:38 23:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:38 23:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:38 23:33:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:37:38 23:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:38 23:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:38 23:34:01 eth0 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 23:37:38 23:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:38 23:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:38 23:35:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:37:38 23:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:38 23:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:38 23:36:01 eth0 0.17 0.13 0.07 0.01 0.00 0.00 0.00 0.00 23:37:38 23:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:38 23:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:38 23:37:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:37:38 23:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:38 23:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:38 Average: eth0 116.11 103.23 566.92 26.78 0.00 0.00 0.00 0.00 23:37:38 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:37:38 Average: docker0 59.23 61.30 4.64 233.83 0.00 0.00 0.00 0.00 23:37:38 23:37:38