Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at 74c372326013f994c98436bf4455b6fe21c08430 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 74c372326013f994c98436bf4455b6fe21c08430 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24644 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/55 [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/55 # 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 Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing 69a05121e95bf144923a0a9afed4047b674ba8a3 Checking out Revision 69a05121e95bf144923a0a9afed4047b674ba8a3 (PR-2858) > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 69a05121e95bf144923a0a9afed4047b674ba8a3 # timeout=10 Commit message: "Merge commit '74c372326013f994c98436bf4455b6fe21c08430' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk a680e651ea24e260fa731a0d4c81c09ca0199e4c # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:54 ========================================================= 00:31:54 EdgeX Global Pipelines Version Info 00:31:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:57 ------------------- 00:31:57 stable info: 00:31:57 ------------------- 00:31:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:57 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:57 Message: update stable to v1.0.179 00:31:58 ------------------- 00:31:58 experimental info: 00:31:58 ------------------- 00:31:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:58 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:58 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:58 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:58 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:59 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:32:00 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:32:00 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:32:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:32:00 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:32:00 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:32:00 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:32:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:32:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:32:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:32:01 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 69a05121e95bf144923a0a9afed4047b674ba8a3 [Pipeline] echo 00:32:01 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 69a0512 [Pipeline] echo 00:32:01 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:32:01 provisioning config files... 00:32:01 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/55@tmp/config6096391384433555933tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:32:02 ---> docker-login.sh 00:32:02 nexus3.edgexfoundry.org:10001 00:32:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:03 Configure a credential helper to remove this warning. See 00:32:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:03 00:32:03 Login Succeeded 00:32:03 nexus3.edgexfoundry.org:10002 00:32:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:03 Configure a credential helper to remove this warning. See 00:32:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:03 00:32:03 Login Succeeded 00:32:03 nexus3.edgexfoundry.org:10003 00:32:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:03 Configure a credential helper to remove this warning. See 00:32:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:03 00:32:03 Login Succeeded 00:32:03 nexus3.edgexfoundry.org:10004 00:32:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:04 Configure a credential helper to remove this warning. See 00:32:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:04 00:32:04 Login Succeeded 00:32:04 docker.io 00:32:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:04 Configure a credential helper to remove this warning. See 00:32:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:04 00:32:04 Login Succeeded 00:32:04 ---> docker-login.sh ends [Pipeline] } 00:32:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:05 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:32:05 + for file in '`ls cmd/**/Dockerfile`' 00:32:05 ++ dirname cmd/core-command/Dockerfile 00:32:05 ++ cut -d/ -f2 00:32:05 + echo core-command,cmd/core-command/Dockerfile 00:32:05 + for file in '`ls cmd/**/Dockerfile`' 00:32:05 ++ cut -d/ -f2 00:32:05 ++ dirname cmd/core-data/Dockerfile 00:32:05 + echo core-data,cmd/core-data/Dockerfile 00:32:05 + for file in '`ls cmd/**/Dockerfile`' 00:32:05 ++ dirname cmd/core-metadata/Dockerfile 00:32:05 ++ cut -d/ -f2 00:32:05 + echo core-metadata,cmd/core-metadata/Dockerfile 00:32:05 + for file in '`ls cmd/**/Dockerfile`' 00:32:05 ++ dirname cmd/security-bootstrapper/Dockerfile 00:32:05 ++ cut -d/ -f2 00:32:05 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:32:05 + for file in '`ls cmd/**/Dockerfile`' 00:32:05 ++ dirname cmd/security-proxy-setup/Dockerfile 00:32:05 ++ cut -d/ -f2 00:32:05 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:32:05 + for file in '`ls cmd/**/Dockerfile`' 00:32:05 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:32:05 ++ cut -d/ -f2 00:32:05 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:32:05 + for file in '`ls cmd/**/Dockerfile`' 00:32:05 ++ dirname cmd/support-notifications/Dockerfile 00:32:05 ++ cut -d/ -f2 00:32:05 + echo support-notifications,cmd/support-notifications/Dockerfile 00:32:05 + for file in '`ls cmd/**/Dockerfile`' 00:32:05 ++ dirname cmd/support-scheduler/Dockerfile 00:32:05 ++ cut -d/ -f2 00:32:05 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:32:05 + for file in '`ls cmd/**/Dockerfile`' 00:32:05 ++ cut -d/ -f2 00:32:05 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:32:05 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:32:05 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:32:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:06 00:32:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:32:07 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:07 latest: Pulling from edgex-devops/git-semver 00:32:07 31603596830f: Pulling fs layer 00:32:07 2a8b12db71e7: Pulling fs layer 00:32:07 6ca5941a6612: Pulling fs layer 00:32:07 ecc8261a40a4: Pulling fs layer 00:32:07 ecc8261a40a4: Waiting 00:32:07 2a8b12db71e7: Verifying Checksum 00:32:07 2a8b12db71e7: Download complete 00:32:07 31603596830f: Download complete 00:32:07 ecc8261a40a4: Verifying Checksum 00:32:07 ecc8261a40a4: Download complete 00:32:07 6ca5941a6612: Verifying Checksum 00:32:07 6ca5941a6612: Download complete 00:32:08 31603596830f: Pull complete 00:32:08 2a8b12db71e7: Pull complete 00:32:10 6ca5941a6612: Pull complete 00:32:10 ecc8261a40a4: Pull complete 00:32:10 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:32:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:32:10 prd-centos7-docker-4c-2g-24644 does not seem to be running inside a container 00:32:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:32:13 $ docker top deff86e49221cf4a462ff5b1ff7e6307cf29f358fc0e1e1901df0ecc45b668ce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:32:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:13 [ssh-agent] Looking for ssh-agent implementation... 00:32:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:14 $ docker exec deff86e49221cf4a462ff5b1ff7e6307cf29f358fc0e1e1901df0ecc45b668ce ssh-agent 00:32:14 SSH_AUTH_SOCK=/tmp/ssh-O5p0avqmaK4g/agent.12 00:32:14 SSH_AGENT_PID=17 00:32:14 Running ssh-add (command line suppressed) 00:32:14 Identity added: /w/workspace/edgex-go/55@tmp/private_key_7006390776398038500.key (/w/workspace/edgex-go/55@tmp/private_key_7006390776398038500.key) 00:32:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:15 + git tag --points-at HEAD [Pipeline] } 00:32:15 $ docker exec --env ******** --env ******** deff86e49221cf4a462ff5b1ff7e6307cf29f358fc0e1e1901df0ecc45b668ce ssh-agent -k 00:32:15 unset SSH_AUTH_SOCK; 00:32:15 unset SSH_AGENT_PID; 00:32:15 echo Agent pid 17 killed; 00:32:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:32:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:15 [ssh-agent] Looking for ssh-agent implementation... 00:32:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:16 $ docker exec deff86e49221cf4a462ff5b1ff7e6307cf29f358fc0e1e1901df0ecc45b668ce ssh-agent 00:32:17 SSH_AUTH_SOCK=/tmp/ssh-RWliaxaOXaKc/agent.47 00:32:17 SSH_AGENT_PID=52 00:32:17 Running ssh-add (command line suppressed) 00:32:17 Identity added: /w/workspace/edgex-go/55@tmp/private_key_751812841262470868.key (/w/workspace/edgex-go/55@tmp/private_key_751812841262470868.key) 00:32:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:18 + git semver init 00:32:18 # -> Open(): unable to determine branch for HEAD 00:32:18 # $GIT_DIR = /w/workspace/edgex-go/55/.git 00:32:18 # $GIT_WORK_TREE = /w/workspace/edgex-go/55 00:32:18 # $SEMVER_REMOTE_NAME = origin 00:32:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:32:18 # $SEMVER_USER_NAME = edgex-jenkins 00:32:18 # $SEMVER_BRANCH = PR-2858 00:32:18 # $SEMVER_TEMP = /tmp/semver-298110947 00:32:18 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:51 # '/tmp/semver-298110947' -> '/w/workspace/edgex-go/55/.semver' 00:32:51 # -> Force: false 00:32:51 # $SEMVER_DIR = /w/workspace/edgex-go/55/.semver [Pipeline] } 00:32:51 $ docker exec --env ******** --env ******** deff86e49221cf4a462ff5b1ff7e6307cf29f358fc0e1e1901df0ecc45b668ce ssh-agent -k 00:32:51 unset SSH_AUTH_SOCK; 00:32:51 unset SSH_AGENT_PID; 00:32:51 echo Agent pid 52 killed; 00:32:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:52 + git semver [Pipeline] } 00:32:52 $ docker stop --time=1 deff86e49221cf4a462ff5b1ff7e6307cf29f358fc0e1e1901df0ecc45b668ce 00:32:54 $ docker rm -f deff86e49221cf4a462ff5b1ff7e6307cf29f358fc0e1e1901df0ecc45b668ce [Pipeline] // withDockerContainer [Pipeline] sh 00:32:55 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:56 Stashed 1 file(s) [Pipeline] echo 00:32:56 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:32:57 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:57 + true 00:32:57 + sudo service docker restart 00:32:57 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:59 ========================================================= 00:32:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:59 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:33:06 Sending build context to Docker daemon 327.5MB 00:33:06 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:33:06 Step 2/6 : FROM ${BASE} 00:33:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:33:06 188c0c94c7c5: Pulling fs layer 00:33:06 0ef7d3d256c8: Pulling fs layer 00:33:06 de9db76c5a1d: Pulling fs layer 00:33:06 bca2f99d35d6: Pulling fs layer 00:33:06 93359f2a8cfa: Pulling fs layer 00:33:06 7c6f9722023f: Pulling fs layer 00:33:06 a35cf1a2eb13: Pulling fs layer 00:33:06 bca2f99d35d6: Waiting 00:33:06 93359f2a8cfa: Waiting 00:33:06 7c6f9722023f: Waiting 00:33:06 a35cf1a2eb13: Waiting 00:33:06 de9db76c5a1d: Download complete 00:33:06 0ef7d3d256c8: Verifying Checksum 00:33:06 0ef7d3d256c8: Download complete 00:33:06 93359f2a8cfa: Verifying Checksum 00:33:06 93359f2a8cfa: Download complete 00:33:06 7c6f9722023f: Verifying Checksum 00:33:06 7c6f9722023f: Download complete 00:33:07 188c0c94c7c5: Download complete 00:33:07 188c0c94c7c5: Pull complete 00:33:08 0ef7d3d256c8: Pull complete 00:33:09 de9db76c5a1d: Pull complete 00:33:11 a35cf1a2eb13: Verifying Checksum 00:33:11 a35cf1a2eb13: Download complete 00:33:11 Still waiting to schedule task 00:33:11 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:33:12 bca2f99d35d6: Verifying Checksum 00:33:12 bca2f99d35d6: Download complete 00:33:24 bca2f99d35d6: Pull complete 00:33:24 93359f2a8cfa: Pull complete 00:33:24 7c6f9722023f: Pull complete 00:33:30 a35cf1a2eb13: Pull complete 00:33:30 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:33:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:33:30 ---> a62c8e92a672 00:33:30 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:33:30 ---> Running in 010165330a26 00:33:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:32 (1/12) Installing libmagic (5.38-r0) 00:33:32 (2/12) Installing file (5.38-r0) 00:33:32 (3/12) Installing libc-dev (0.7.2-r3) 00:33:32 (4/12) Installing g++ (9.3.0-r2) 00:33:35 (5/12) Installing fortify-headers (1.1-r0) 00:33:35 (6/12) Installing patch (2.7.6-r6) 00:33:35 (7/12) Installing build-base (0.5-r2) 00:33:35 (8/12) Installing libsodium (1.0.18-r0) 00:33:35 (9/12) Installing pkgconf (1.7.2-r0) 00:33:35 (10/12) Installing libsodium-dev (1.0.18-r0) 00:33:35 (11/12) Installing libzmq (4.3.3-r0) 00:33:35 (12/12) Installing zeromq-dev (4.3.3-r0) 00:33:36 Executing busybox-1.31.1-r19.trigger 00:33:36 OK: 233 MiB in 51 packages 00:33:39 Removing intermediate container 010165330a26 00:33:39 ---> ef55fd82a769 00:33:39 Step 4/6 : WORKDIR /edgex-go 00:33:39 ---> Running in 3025e6b9a069 00:33:39 Removing intermediate container 3025e6b9a069 00:33:39 ---> 87f291142e6e 00:33:39 Step 5/6 : COPY go.mod . 00:33:40 ---> 9337c0b92fca 00:33:40 Step 6/6 : RUN go mod download 00:33:40 ---> Running in ce9259ca726c 00:34:07 Removing intermediate container ce9259ca726c 00:34:07 ---> e5df140c7459 00:34:07 Successfully built e5df140c7459 00:34:07 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:34:07 + docker inspect -f . ci-base-image-x86_64 00:34:08 . [Pipeline] withDockerContainer 00:34:08 prd-centos7-docker-4c-2g-24644 does not seem to be running inside a container 00:34:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@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-x86_64 cat 00:34:11 $ docker top 76f38cc52e2d820b4c70c24a725d80476fe3fcd3aaa5023dd8d7b3dad90f82af -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:12 + go version 00:34:12 go version go1.15.5 linux/amd64 [Pipeline] } 00:34:12 $ docker stop --time=1 76f38cc52e2d820b4c70c24a725d80476fe3fcd3aaa5023dd8d7b3dad90f82af 00:34:13 $ docker rm -f 76f38cc52e2d820b4c70c24a725d80476fe3fcd3aaa5023dd8d7b3dad90f82af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:14 + docker inspect -f . ci-base-image-x86_64 00:34:14 . [Pipeline] withDockerContainer 00:34:15 prd-centos7-docker-4c-2g-24644 does not seem to be running inside a container 00:34:15 $ 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/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@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-x86_64 cat 00:34:16 $ docker top e8dfb94235e86ed9e4534214b07287a779e3582a9064cd9a46af2e01e3c23c90 -eo pid,comm [Pipeline] { [Pipeline] echo 00:34:17 ========================================================= 00:34:17 [edgeXBuildGoParallel] Running Tests and Build... 00:34:17 ========================================================= [Pipeline] sh 00:34:17 + make test 00:34:17 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:34:36 ? github.com/edgexfoundry/edgex-go [no test files] 00:35:09 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:35:20 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:35:20 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:35:20 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:35:20 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:35:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:35:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:35:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:35:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:35:24 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:35:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:35:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:35:31 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.286s coverage: 46.0% of statements 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.119s coverage: 100.0% of statements 00:35:38 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.547s coverage: 27.1% of statements 00:35:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:35:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:35:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:35:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:35:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:35:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:35:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.084s coverage: 100.0% of statements 00:35:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:35:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.086s coverage: 100.0% of statements 00:35:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:35:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:35:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.171s coverage: 65.8% of statements 00:35:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:35:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.553s coverage: 82.3% of statements 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:35:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.598s coverage: 28.6% of statements 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:35:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.122s coverage: 100.0% of statements 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:35:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.061s coverage: 100.0% of statements 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:35:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.133s coverage: 86.7% of statements 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:35:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.257s coverage: 97.5% of statements 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:35:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.114s coverage: 78.3% of statements 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:35:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.677s coverage: 92.8% of statements 00:35:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:35:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:35:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:35:52 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:35:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.069s coverage: 58.8% of statements 00:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:35:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.143s coverage: 0.1% of statements 00:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:35:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:35:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 45.5% of statements 00:35:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.182s coverage: 79.5% of statements 00:35:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.070s coverage: 94.1% of statements 00:35:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.068s coverage: 96.3% of statements 00:35:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.049s coverage: 87.5% of statements 00:36:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.164s coverage: 94.4% of statements 00:36:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.093s coverage: 44.8% of statements 00:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.245s coverage: 92.9% of statements 00:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.147s coverage: 87.2% of statements 00:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 00:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.098s coverage: 75.5% of statements 00:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.121s coverage: 80.8% of statements 00:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.087s coverage: 87.2% of statements 00:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.262s coverage: 84.2% of statements 00:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.216s coverage: 91.4% of statements 00:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.427s coverage: 63.5% of statements 00:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements 00:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.055s coverage: 91.3% of statements 00:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements 00:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.100s coverage: 73.7% of statements 00:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements 00:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.767s coverage: 68.9% of statements 00:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.242s coverage: 37.0% of statements 00:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.817s coverage: 84.0% of statements 00:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.092s coverage: 100.0% of statements 00:36:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.491s coverage: 47.0% of statements 00:36:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:36:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:36:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:36:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:36:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:36:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.082s coverage: 100.0% of statements 00:36:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:36:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements 00:36:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:36:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:36:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:36:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:36:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.160s coverage: 100.0% of statements 00:36:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:36:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:36:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:36:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.595s coverage: 29.1% of statements 00:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:36:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.220s coverage: 99.0% of statements 00:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:36:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.086s coverage: 100.0% of statements 00:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:36:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.169s coverage: 100.0% of statements 00:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:36:22 ok github.com/edgexfoundry/edgex-go/internal/system 0.070s coverage: 0.0% of statements 00:36:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:36:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements 00:36:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:36:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:36:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:36:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:36:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.078s coverage: 87.9% of statements 00:36:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:36:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:36:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.086s coverage: 100.0% of statements 00:36:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 00:36:24 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 00:36:25 GO111MODULE=on go vet ./... 00:37:34 gofmt -l . 00:37:34 [ "`gofmt -l .`" = "" ] 00:37:34 ./bin/test-go-mod-tidy.sh 00:37:34 ./bin/test-attribution-txt.sh [Pipeline] sh 00:37:34 + ls -al . 00:37:34 total 684 00:37:34 drwxrwxr-x 10 1001 1001 4096 Feb 3 00:37 . 00:37:34 drwxr-xr-x 4 root root 30 Feb 3 00:34 .. 00:37:34 -rw-rw-r-- 1 1001 1001 11 Feb 3 00:31 .dockerignore 00:37:34 drwxrwxr-x 8 1001 1001 179 Feb 3 00:31 .git 00:37:34 drwxrwxr-x 3 1001 1001 125 Feb 3 00:31 .github 00:37:34 -rw-rw-r-- 1 1001 1001 872 Feb 3 00:31 .gitignore 00:37:34 drwx------ 3 1001 1001 60 Feb 3 00:32 .semver 00:37:34 -rw-rw-r-- 1 1001 1001 166 Feb 3 00:31 .sonarcloud.properties 00:37:34 -rw-rw-r-- 1 1001 1001 7859 Feb 3 00:31 Attribution.txt 00:37:34 -rw-rw-r-- 1 1001 1001 3804 Feb 3 00:31 CONTRIBUTING.md 00:37:34 -rw-rw-r-- 1 1001 1001 931 Feb 3 00:31 Dockerfile.build 00:37:34 -rw-rw-r-- 1 1001 1001 863 Feb 3 00:31 Jenkinsfile 00:37:34 -rw-rw-r-- 1 1001 1001 10775 Feb 3 00:31 LICENSE 00:37:34 -rw-rw-r-- 1 1001 1001 6001 Feb 3 00:31 Makefile 00:37:34 -rw-rw-r-- 1 1001 1001 6524 Feb 3 00:31 README.md 00:37:34 -rw-rw-r-- 1 1001 1001 6755 Feb 3 00:31 SECURITY.md 00:37:34 -rw-rw-r-- 1 1001 1001 5 Feb 3 00:32 VERSION 00:37:34 -rw-rw-r-- 1 1001 1001 4131 Feb 3 00:31 ZMQWindows.md 00:37:34 drwxrwxr-x 2 1001 1001 117 Feb 3 00:31 bin 00:37:34 drwxrwxr-x 15 1001 1001 4096 Feb 3 00:31 cmd 00:37:34 -rw-r--r-- 1 root root 578674 Feb 3 00:36 coverage.out 00:37:34 -rw-r--r-- 1 root root 1054 Feb 3 00:37 go.mod 00:37:34 -rw-r--r-- 1 root root 19399 Feb 3 00:37 go.sum 00:37:34 drwxrwxr-x 8 1001 1001 127 Feb 3 00:31 internal 00:37:34 drwxrwxr-x 4 1001 1001 26 Feb 3 00:31 openapi 00:37:34 drwxrwxr-x 4 1001 1001 71 Feb 3 00:31 snap 00:37:34 -rw-rw-r-- 1 1001 1001 168 Feb 3 00:31 version.go [Pipeline] sh 00:37:35 + '[' -e coverage.out ] 00:37:35 + chown 1001:1001 coverage.out [Pipeline] stash 00:37:35 Stashed 1 file(s) [Pipeline] sh 00:37:36 + make build 00:37:36 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:37:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:37:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24647 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:37:51 Running in /w/workspace/edgex-go/55 [Pipeline] { [Pipeline] checkout 00:37:55 using credential edgex-jenkins-ssh 00:37:56 Cloning the remote Git repository 00:37:56 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:37:56 > git init /w/workspace/edgex-go/55 # timeout=10 00:37:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:37:56 > git --version # timeout=10 00:37:56 > git --version # 'git version 2.17.1' 00:37:56 using GIT_SSH to set credentials SSH Credentials for GitHub 00:37:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:38:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:38: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 00:38:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:38:15 Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:38:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:38:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:38:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:38:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:38:14 using GIT_SSH to set credentials SSH Credentials for GitHub 00:38:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:38:15 > git config core.sparsecheckout # timeout=10 00:38:15 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:38: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 00:38:16 Merge succeeded, producing 9f169655dae6981a915a860b74d2a66609af2a48 00:38:16 Checking out Revision 9f169655dae6981a915a860b74d2a66609af2a48 (PR-2858) 00:38:15 > git remote # timeout=10 00:38:15 > git config --get remote.origin.url # timeout=10 00:38:15 using GIT_SSH to set credentials SSH Credentials for GitHub 00:38:15 > git merge 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 00:38:16 > git rev-parse HEAD^{commit} # timeout=10 00:38:16 > git config core.sparsecheckout # timeout=10 00:38:16 > git checkout -f 9f169655dae6981a915a860b74d2a66609af2a48 # timeout=10 00:38:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:38:21 Commit message: "Merge commit '74c372326013f994c98436bf4455b6fe21c08430' into HEAD" 00:38:21 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:38:21 > git rev-list --no-walk a680e651ea24e260fa731a0d4c81c09ca0199e4c # timeout=10 00:38:22 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:38:23 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:38:23 + + sudo service docker restart 00:38:23 true 00:38:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:38:25 provisioning config files... 00:38:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/55@tmp/config1861762782473006143tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:38:25 ---> docker-login.sh 00:38:25 nexus3.edgexfoundry.org:10001 00:38:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:27 Configure a credential helper to remove this warning. See 00:38:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:27 00:38:27 Login Succeeded 00:38:27 nexus3.edgexfoundry.org:10002 00:38:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:38:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:27 Configure a credential helper to remove this warning. See 00:38:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:27 00:38:27 Login Succeeded 00:38:27 nexus3.edgexfoundry.org:10003 00:38:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:28 Configure a credential helper to remove this warning. See 00:38:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:28 00:38:28 Login Succeeded 00:38:28 nexus3.edgexfoundry.org:10004 00:38:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:28 Configure a credential helper to remove this warning. See 00:38:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:28 00:38:28 Login Succeeded 00:38:28 docker.io 00:38:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:29 Configure a credential helper to remove this warning. See 00:38:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:29 00:38:29 Login Succeeded 00:38:29 ---> docker-login.sh ends [Pipeline] } 00:38:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:38:30 ========================================================= 00:38:30 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:38:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:38:30 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:38:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:38: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 00:38:33 Sending build context to Docker daemon 166.1MB 00:38:33 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:38:33 Step 2/6 : FROM ${BASE} 00:38:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:38:33 5f621e34cdf4: Pulling fs layer 00:38:33 a4357932f1b6: Pulling fs layer 00:38:33 18c013af1878: Pulling fs layer 00:38:33 00ac8860ef70: Pulling fs layer 00:38:33 63d7cb157983: Pulling fs layer 00:38:33 b116817d02f9: Pulling fs layer 00:38:33 745a02a5169b: Pulling fs layer 00:38:33 63d7cb157983: Waiting 00:38:33 b116817d02f9: Waiting 00:38:33 745a02a5169b: Waiting 00:38:33 00ac8860ef70: Waiting 00:38:33 18c013af1878: Verifying Checksum 00:38:33 18c013af1878: Download complete 00:38:33 a4357932f1b6: Verifying Checksum 00:38:33 a4357932f1b6: Download complete 00:38:33 63d7cb157983: Download complete 00:38:33 b116817d02f9: Verifying Checksum 00:38:33 b116817d02f9: Download complete 00:38:33 5f621e34cdf4: Verifying Checksum 00:38:33 5f621e34cdf4: Download complete 00:38:34 5f621e34cdf4: Pull complete 00:38:35 a4357932f1b6: Pull complete 00:38:35 18c013af1878: Pull complete 00:38:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:38:36 745a02a5169b: Verifying Checksum 00:38:36 745a02a5169b: Download complete 00:38:36 00ac8860ef70: Verifying Checksum 00:38:36 00ac8860ef70: Download complete 00:38:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:38:45 $ docker stop --time=1 e8dfb94235e86ed9e4534214b07287a779e3582a9064cd9a46af2e01e3c23c90 00:38:47 00ac8860ef70: Pull complete 00:38:47 63d7cb157983: Pull complete 00:38:47 b116817d02f9: Pull complete 00:38:47 $ docker rm -f e8dfb94235e86ed9e4534214b07287a779e3582a9064cd9a46af2e01e3c23c90 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:38:50 00:38:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:38:50 745a02a5169b: Pull complete 00:38:50 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:38:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:38:50 ---> b7e6874047d6 00:38:50 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 [Pipeline] isUnix [Pipeline] sh 00:38:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:38:50 latest: Pulling from edgex-devops/edgex-compose 00:38:50 cbdbe7a5bc2a: Pulling fs layer 00:38:50 ca9280d653b3: Pulling fs layer 00:38:50 7e9c9ca2126c: Pulling fs layer 00:38:51 cbdbe7a5bc2a: Verifying Checksum 00:38:51 cbdbe7a5bc2a: Download complete 00:38:52 cbdbe7a5bc2a: Pull complete 00:38:52 ca9280d653b3: Verifying Checksum 00:38:52 ca9280d653b3: Download complete 00:38:53 ---> Running in af054f1da85e 00:38:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:38:55 ca9280d653b3: Pull complete 00:38:55 7e9c9ca2126c: Verifying Checksum 00:38:55 7e9c9ca2126c: Download complete 00:38:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:38:56 (1/12) Installing libmagic (5.38-r0) 00:38:57 (2/12) Installing file (5.38-r0) 00:38:57 (3/12) Installing libc-dev (0.7.2-r3) 00:38:57 (4/12) Installing g++ (9.3.0-r2) 00:39:01 (5/12) Installing fortify-headers (1.1-r0) 00:39:01 (6/12) Installing patch (2.7.6-r6) 00:39:01 (7/12) Installing build-base (0.5-r2) 00:39:02 (8/12) Installing libsodium (1.0.18-r0) 00:39:02 (9/12) Installing pkgconf (1.7.2-r0) 00:39:02 (10/12) Installing libsodium-dev (1.0.18-r0) 00:39:02 (11/12) Installing libzmq (4.3.3-r0) 00:39:02 (12/12) Installing zeromq-dev (4.3.3-r0) 00:39:02 Executing busybox-1.31.1-r19.trigger 00:39:02 OK: 217 MiB in 51 packages 00:39:06 7e9c9ca2126c: Pull complete 00:39:06 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:39:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:39:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:39:06 prd-centos7-docker-4c-2g-24644 does not seem to be running inside a container 00:39:06 Removing intermediate container af054f1da85e 00:39:06 ---> 0803c3b58840 00:39:06 Step 4/6 : WORKDIR /edgex-go 00:39:06 ---> Running in 5636f51a84e8 00:39:06 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:39:06 Removing intermediate container 5636f51a84e8 00:39:06 ---> 0c60d42c5e07 00:39:06 Step 5/6 : COPY go.mod . 00:39:07 ---> cf4720ecafcd 00:39:07 Step 6/6 : RUN go mod download 00:39:07 ---> Running in aab0fe2ef5a8 00:39:08 $ docker top 818082bb964882e1f8c52e6a8a2ae48ef1ed61aeab02e4e2295386ba2cd6a88f -eo pid,comm [Pipeline] { [Pipeline] sh 00:39:09 + docker-compose build --help 00:39:09 + grep parallel 00:39:11 --parallel Build images in parallel. [Pipeline] } 00:39:11 $ docker stop --time=1 818082bb964882e1f8c52e6a8a2ae48ef1ed61aeab02e4e2295386ba2cd6a88f 00:39:13 $ docker rm -f 818082bb964882e1f8c52e6a8a2ae48ef1ed61aeab02e4e2295386ba2cd6a88f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:39:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:39:14 . [Pipeline] withDockerContainer 00:39:14 prd-centos7-docker-4c-2g-24644 does not seem to be running inside a container 00:39:14 $ 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/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@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:latest cat 00:39:15 $ docker top 2eb30f3cb1ecbc6cc6b15e680de80a8b95bcefec9f8e4e9ca47672e12cd5bee5 -eo pid,comm [Pipeline] { [Pipeline] sh 00:39:16 + docker-compose -f ./docker-compose-build.yml build --parallel 00:39:18 Building docker-core-command-go ... 00:39:18 Building docker-core-data-go ... 00:39:18 Building docker-core-metadata-go ... 00:39:18 Building docker-security-bootstrapper-go ... 00:39:18 Building docker-security-proxy-setup-go ... 00:39:18 Building docker-security-secretstore-setup-go ... 00:39:18 Building docker-support-notifications-go ... 00:39:18 Building docker-support-scheduler-go ... 00:39:18 Building docker-sys-mgmt-agent-go ... 00:39:18 Building docker-security-secretstore-setup-go 00:39:18 Building docker-core-metadata-go 00:39:18 Building docker-security-proxy-setup-go 00:39:18 Building docker-support-scheduler-go 00:39:18 Building docker-sys-mgmt-agent-go 00:39:35 Removing intermediate container aab0fe2ef5a8 00:39:35 ---> b97c97021af2 00:39:35 Successfully built b97c97021af2 00:39:35 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:39:35 + docker inspect -f . ci-base-image-arm64 00:39:35 . [Pipeline] withDockerContainer 00:39:35 prd-ubuntu18.04-docker-arm64-4c-16g-24647 does not seem to be running inside a container 00:39:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:39:37 $ docker top 74d870afbb09fdb70bac269e542b05fed9c579338e73ac04be4dad0f049b9473 -eo pid,comm [Pipeline] { [Pipeline] sh 00:39:38 + go version 00:39:38 go version go1.15.5 linux/arm64 [Pipeline] } 00:39:38 $ docker stop --time=1 74d870afbb09fdb70bac269e542b05fed9c579338e73ac04be4dad0f049b9473 00:39:40 $ docker rm -f 74d870afbb09fdb70bac269e542b05fed9c579338e73ac04be4dad0f049b9473 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:39:41 + docker inspect -f . ci-base-image-arm64 00:39:41 . [Pipeline] withDockerContainer 00:39:41 prd-ubuntu18.04-docker-arm64-4c-16g-24647 does not seem to be running inside a container 00:39:41 $ 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/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:39:43 $ docker top 968295e3bbdb5a98a5965c74ab1a3b7afc98261d858f1db677104eddfbd5023e -eo pid,comm [Pipeline] { [Pipeline] echo 00:39:43 ========================================================= 00:39:43 [edgeXBuildGoParallel] Running Tests and Build... 00:39:43 ========================================================= [Pipeline] sh 00:39:44 + make test 00:39:44 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:40:11 ? github.com/edgexfoundry/edgex-go [no test files] 00:40:27 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:27 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:40:27 ---> e5df140c7459 00:40:27 Step 3/26 : WORKDIR /edgex-go 00:40:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:40:27 ---> e5df140c7459 00:40:27 Step 3/22 : WORKDIR /edgex-go 00:40:27 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:40:27 ---> e5df140c7459 00:40:27 Step 3/24 : WORKDIR /edgex-go 00:40:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:40:27 ---> e5df140c7459 00:40:27 Step 3/23 : WORKDIR /edgex-go 00:40:27 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:40:27 ---> e5df140c7459 00:40:27 Step 3/21 : WORKDIR /edgex-go 00:40:27 ---> Running in cc2a5466a5c9 00:40:27 ---> Running in 521808c43d5e 00:40:27 ---> Running in 89bdb7098bf8 00:40:27 ---> Running in 340fff4882b8 00:40:27 ---> Running in fb4d8c6b89ff 00:40:27 Removing intermediate container 89bdb7098bf8 00:40:27 ---> 8dfdcfb3dce5 00:40:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:27 Removing intermediate container cc2a5466a5c9 00:40:27 ---> 45dca873ff08 00:40:27 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:27 Removing intermediate container 340fff4882b8 00:40:27 ---> 8548bd492b8f 00:40:27 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:27 Removing intermediate container 521808c43d5e 00:40:27 ---> 37212cac8e40 00:40:27 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:27 Removing intermediate container fb4d8c6b89ff 00:40:27 ---> 5531a9bbb33f 00:40:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:27 ---> Running in 0f79b1adb7e9 00:40:27 ---> Running in 6c93596be15e 00:40:27 ---> Running in c0b0dbefe5c6 00:40:27 ---> Running in 284537274a6f 00:40:27 ---> Running in f4af5aed7d17 00:40:27 Removing intermediate container f4af5aed7d17 00:40:27 ---> b2b1717c753a 00:40:27 Step 5/23 : RUN apk add --update --no-cache make git 00:40:27 ---> Running in acdc5e5c20c7 00:40:27 Removing intermediate container 0f79b1adb7e9 00:40:27 ---> d57a2bd281e6 00:40:27 Step 5/24 : RUN apk add --update --no-cache make git 00:40:27 Removing intermediate container 6c93596be15e 00:40:27 ---> 552ee0fa7fa4 00:40:27 Step 5/21 : RUN apk add --update --no-cache make git 00:40:27 Removing intermediate container c0b0dbefe5c6 00:40:27 ---> a785ca5b8a96 00:40:27 Step 5/26 : RUN apk add --update --no-cache make bash git 00:40:27 Removing intermediate container 284537274a6f 00:40:27 ---> fe2259601571 00:40:27 Step 5/22 : RUN apk add --update --no-cache make git 00:40:27 ---> Running in 4b834269ea8e 00:40:27 ---> Running in acea041ce1b3 00:40:27 ---> Running in 461c1cfaa8b0 00:40:27 ---> Running in 0315bf29d1db 00:40:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:27 OK: 233 MiB in 51 packages 00:40:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:27 OK: 233 MiB in 51 packages 00:40:27 OK: 233 MiB in 51 packages 00:40:27 OK: 233 MiB in 51 packages 00:40:27 OK: 233 MiB in 51 packages 00:40:28 Removing intermediate container acdc5e5c20c7 00:40:28 ---> f7130f500c07 00:40:28 Step 6/23 : COPY go.mod . 00:40:28 Removing intermediate container 4b834269ea8e 00:40:28 ---> 358439aaa975 00:40:28 Step 6/24 : COPY go.mod . 00:40:28 Removing intermediate container acea041ce1b3 00:40:28 ---> 284002e36378 00:40:28 Step 6/21 : COPY go.mod . 00:40:28 Removing intermediate container 461c1cfaa8b0 00:40:28 ---> 087627257ed3 00:40:28 Step 6/26 : COPY go.mod . 00:40:28 ---> a663e31f8772 00:40:28 Step 7/24 : RUN go mod download 00:40:28 ---> e9926972465c 00:40:28 Step 7/23 : RUN go mod download 00:40:28 Removing intermediate container 0315bf29d1db 00:40:28 ---> 40512ce79003 00:40:28 Step 6/22 : COPY go.mod . 00:40:28 ---> Running in 6acada6e33bc 00:40:28 ---> Running in c352f2ffb121 00:40:29 ---> fc72b25c23c5 00:40:29 Step 7/21 : RUN go mod download 00:40:29 ---> d1bc2b006fe6 00:40:29 Step 7/26 : RUN go mod download 00:40:29 ---> Running in 33c0cf4c3af2 00:40:29 ---> 9141235efb21 00:40:29 Step 7/22 : RUN go mod download 00:40:29 ---> Running in bcb410aba23e 00:40:29 ---> Running in dc09aa7199d6 00:40:33 Removing intermediate container dc09aa7199d6 00:40:33 ---> f9b041856f27 00:40:33 Step 8/22 : COPY . . 00:40:35 Removing intermediate container 6acada6e33bc 00:40:35 ---> c19e6ac85a6c 00:40:35 Step 8/24 : COPY . . 00:40:35 Removing intermediate container 33c0cf4c3af2 00:40:35 ---> 6cd1587cd7dd 00:40:35 Step 8/21 : COPY . . 00:40:35 Removing intermediate container bcb410aba23e 00:40:35 ---> 9c7b74ea44fa 00:40:35 Step 8/26 : COPY . . 00:40:35 Removing intermediate container c352f2ffb121 00:40:35 ---> 132fd65ee4c7 00:40:35 Step 8/23 : COPY . . 00:40:58 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:41:03 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:41:16 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:41:16 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:41:16 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:41:16 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:41:16 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:41:16 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:41:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:41:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:41:24 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:41:31 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.315s coverage: 46.0% of statements 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:41:31 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.178s coverage: 100.0% of statements 00:41:38 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.686s coverage: 27.1% of statements 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:41:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:41:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.100s coverage: 100.0% of statements 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:41:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.278s coverage: 65.8% of statements 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:41:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.703s coverage: 82.3% of statements 00:41:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:41:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:41:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:41:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:41:44 ---> 72805faa55c3 00:41:44 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:41:44 ---> 2215ccfa924f 00:41:44 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:41:44 ---> Running in acadc153e18b 00:41:44 ---> Running in 5d2ae48a5653 00:41:44 ---> ff02e0d00cc8 00:41:44 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:41:44 ---> c23283004825 00:41:44 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:41:44 ---> Running in 4174a210cb53 00:41:44 ---> Running in 906cb941280f 00:41:44 ---> bff2192181d9 00:41:44 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:41:44 ---> Running in 96e174d59da9 00:41:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:41:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:41:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:41:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:41:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:41:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.286s coverage: 28.6% of statements 00:41:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:41:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:41:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:41:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:41:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:41:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.182s coverage: 100.0% of statements 00:41:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:41:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.094s coverage: 100.0% of statements 00:41:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:41:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.321s coverage: 86.7% of statements 00:41:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:41:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.440s coverage: 97.5% of statements 00:41:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:41:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.156s coverage: 78.3% of statements 00:41:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:41:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:41:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:41:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:41:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.209s coverage: 92.8% of statements 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:41:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:41:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.227s coverage: 0.1% of statements 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:41:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 45.5% of statements 00:41:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.098s coverage: 79.5% of statements 00:41:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.081s coverage: 94.1% of statements 00:41:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.102s coverage: 96.3% of statements 00:41:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.079s coverage: 87.5% of statements 00:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.075s coverage: 94.4% of statements 00:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.066s coverage: 44.8% of statements 00:42:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:42: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 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.160s coverage: 92.9% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.106s coverage: 87.2% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.8% of statements 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.146s coverage: 84.2% of statements 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.179s coverage: 91.4% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.568s coverage: 63.5% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.081s coverage: 73.7% of statements 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.745s coverage: 68.9% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.405s coverage: 37.0% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.598s coverage: 84.0% of statements 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.098s coverage: 100.0% of statements 00:42:33 Removing intermediate container acadc153e18b 00:42:33 ---> 78fce911964a 00:42:33 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:42:34 ---> Running in 8a4d46f78f9f 00:42:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.433s coverage: 47.0% of statements 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:42:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.130s coverage: 100.0% of statements 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:42:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.138s coverage: 100.0% of statements 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:42:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.173s coverage: 100.0% of statements 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:42:35 Removing intermediate container 4174a210cb53 00:42:35 ---> 5ecbee32668e 00:42:35 00:42:35 Step 10/24 : FROM alpine:3.12 00:42:35 3.12: Pulling from library/alpine 00:42:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:42:37 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:42:37 Status: Downloaded newer image for alpine:3.12 00:42:37 ---> 389fef711851 00:42:37 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:42:37 Removing intermediate container 96e174d59da9 00:42:37 ---> 6ed5fbd803bd 00:42:37 00:42:37 Step 10/21 : FROM alpine:3.12 00:42:37 ---> 389fef711851 00:42:37 Step 11/21 : RUN apk add --update --no-cache curl 00:42:37 ---> Running in 55cff1700f87 00:42:38 ---> Running in 6b4cf953c40c 00:42:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:40 Removing intermediate container 5d2ae48a5653 00:42:40 ---> 420a4bfc7c44 00:42:40 00:42:40 Step 10/22 : FROM alpine:3.12 00:42:40 ---> 389fef711851 00:42:40 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:42:40 (1/5) Installing ca-certificates (20191127-r4) 00:42:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:40 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:42:40 (3/5) Installing libcurl (7.69.1-r3) 00:42:40 (4/5) Installing curl (7.69.1-r3) 00:42:40 (5/5) Installing dumb-init (1.2.2-r1) 00:42:40 Executing busybox-1.31.1-r19.trigger 00:42:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:41 Executing ca-certificates-20191127-r4.trigger 00:42:41 OK: 7 MiB in 19 packages 00:42:41 (1/4) Installing ca-certificates (20191127-r4) 00:42:41 ---> Running in 74361d0faeef 00:42:41 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:42:41 (3/4) Installing libcurl (7.69.1-r3) 00:42:41 (4/4) Installing curl (7.69.1-r3) 00:42:41 Executing busybox-1.31.1-r19.trigger 00:42:41 Executing ca-certificates-20191127-r4.trigger 00:42:41 OK: 7 MiB in 18 packages 00:42:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.091s coverage: 29.1% of statements 00:42:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:42:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:42:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:42:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:42:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:42:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.192s coverage: 99.0% of statements 00:42:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:42:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.116s coverage: 100.0% of statements 00:42:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:42:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:42:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:42:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:42:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.152s coverage: 100.0% of statements 00:42:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:42:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:42:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:42:41 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 00:42:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:42:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.063s coverage: 100.0% of statements 00:42:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:42:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:42:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:42:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:42:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.094s coverage: 87.9% of statements 00:42:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:42:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:42:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements 00:42:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 00:42:41 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 100.0% of statements 00:42:42 Removing intermediate container 8a4d46f78f9f 00:42:42 ---> a960294fb2ab 00:42:42 00:42:42 Step 11/26 : FROM docker:20.10.0 00:42:42 20.10.0: Pulling from library/docker 00:42:42 GO111MODULE=on go vet ./... 00:42:45 Removing intermediate container 906cb941280f 00:42:45 ---> 083738d64d09 00:42:45 00:42:45 Step 10/23 : FROM alpine:3.12 00:42:45 ---> 389fef711851 00:42:45 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:42:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:45 ---> Running in 7642ebedc04b 00:42:45 (1/1) Installing dumb-init (1.2.2-r1) 00:42:45 Executing busybox-1.31.1-r19.trigger 00:42:45 OK: 6 MiB in 15 packages 00:42:46 Removing intermediate container 55cff1700f87 00:42:46 ---> 0ba0a2973f3e 00:42:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:42:47 Removing intermediate container 6b4cf953c40c 00:42:47 ---> dc058d782808 00:42:47 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:42:47 ---> Running in 2591c2111849 00:42:47 ---> Running in d7a1fba3477d 00:42:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:47 Removing intermediate container 74361d0faeef 00:42:47 ---> 0ef01422c2a9 00:42:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:42:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:48 Removing intermediate container 2591c2111849 00:42:48 ---> 784d465b388e 00:42:48 Step 13/24 : WORKDIR / 00:42:48 ---> Running in 9fb628e4aa43 00:42:48 (1/1) Installing dumb-init (1.2.2-r1) 00:42:48 Executing busybox-1.31.1-r19.trigger 00:42:48 ---> Running in acab675e6481 00:42:48 OK: 6 MiB in 15 packages 00:42:48 Removing intermediate container d7a1fba3477d 00:42:48 ---> 12724d4c38fd 00:42:48 Step 13/21 : WORKDIR /edgex 00:42:48 Removing intermediate container 9fb628e4aa43 00:42:48 ---> ec2e3e0d9360 00:42:48 Step 13/22 : ENV APP_PORT=48085 00:42:48 ---> Running in 71fe95c3583f 00:42:48 ---> Running in 48d65b872905 00:42:49 Removing intermediate container acab675e6481 00:42:49 ---> da13157a92d1 00:42:49 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:42:49 Removing intermediate container 48d65b872905 00:42:49 ---> 36022b2e32a3 00:42:49 Step 14/22 : EXPOSE $APP_PORT 00:42:49 Removing intermediate container 71fe95c3583f 00:42:49 ---> 9bcbcccd0f8a 00:42:49 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:42:49 ---> Running in 3417a83e21be 00:42:49 ---> cc488447ee0a 00:42:49 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:42:50 Removing intermediate container 7642ebedc04b 00:42:50 ---> 5606650538a4 00:42:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:42:50 ---> Running in 75073ee8147a 00:42:50 Removing intermediate container 3417a83e21be 00:42:50 ---> d677276abed9 00:42:50 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:42:50 ---> bd50e9c62c7f 00:42:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:42:50 ---> 70de0d61eb04 00:42:50 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:42:51 Removing intermediate container 75073ee8147a 00:42:51 ---> 8e2a158e4337 00:42:51 Step 13/23 : ENV APP_PORT=48081 00:42:51 ---> Running in 0368fb574c37 00:42:51 ---> d704d4026a67 00:42:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:42:51 ---> cf91464c7165 00:42:51 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:42:51 Removing intermediate container 0368fb574c37 00:42:51 ---> 01f62ac5aa32 00:42:51 Step 14/23 : EXPOSE $APP_PORT 00:42:51 ---> Running in a71ea3bdb4bd 00:42:51 ---> af193b555c11 00:42:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:42:52 Removing intermediate container a71ea3bdb4bd 00:42:52 ---> 638d2060d389 00:42:52 Step 15/23 : WORKDIR / 00:42:52 ---> Running in 883035f63703 00:42:52 ---> 2f9901bed562 00:42:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:42:52 ---> 98c778460a42 00:42:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:42:53 ---> 0a928362484c 00:42:53 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:42:53 Removing intermediate container 883035f63703 00:42:53 ---> b55af7cd0253 00:42:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:42:53 ---> Running in d9df2562640e 00:42:53 ---> b9655e2a5999 00:42:53 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:42:54 Removing intermediate container d9df2562640e 00:42:54 ---> 42a5ca557ca9 00:42:54 Step 18/21 : CMD ["--init=true"] 00:42:54 ---> Running in ac5188d6982f 00:42:54 ---> ad7dcfe806b7 00:42:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:42:54 ---> 6f6283b04a25 00:42:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:42:54 ---> Running in fb5e83550c61 00:42:55 Removing intermediate container ac5188d6982f 00:42:55 ---> 96caf313acb4 00:42:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:42:55 ---> Running in 52a32c3cb031 00:42:55 Removing intermediate container fb5e83550c61 00:42:55 ---> d6c8dc0bcece 00:42:55 Step 19/21 : LABEL arch=x86_64 00:42:55 ---> 23895d8a57ce 00:42:55 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:42:55 ---> Running in 62109900805d 00:42:55 ---> Running in b623ec94c870 00:42:56 Removing intermediate container 52a32c3cb031 00:42:56 ---> fc0821cd4960 00:42:56 Step 20/22 : LABEL arch=x86_64 00:42:56 ---> eacefa28464c 00:42:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:42:56 ---> Running in 88166fbc9b09 00:42:57 Removing intermediate container 62109900805d 00:42:57 ---> 381914a82d3b 00:42:57 Step 20/21 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 00:42:57 ---> Running in d57069b5941d 00:42:57 Removing intermediate container 88166fbc9b09 00:42:57 ---> 70f32f7210d1 00:42:57 Step 21/22 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 00:42:57 ---> dd9bb9df19dc 00:42:57 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:42:57 ---> Running in 61527501936e 00:42:57 Removing intermediate container d57069b5941d 00:42:57 ---> ead6899949a2 00:42:57 Step 21/21 : LABEL version=0.0.0 00:42:57 ---> Running in 4aaae623967d 00:42:58 ---> Running in 4c38f533d6e1 00:42:58 Removing intermediate container 61527501936e 00:42:58 ---> 473e34960f98 00:42:58 Step 22/22 : LABEL version=0.0.0 00:42:58 Removing intermediate container 4aaae623967d 00:42:58 ---> a2c88ca448f7 00:42:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:42:58 ---> Running in 6052303c7284 00:42:58 ---> Running in 3b73b3b26716 00:42:58 Removing intermediate container 4c38f533d6e1 00:42:58 ---> 041c4ec96191 00:42:58 00:42:58 Removing intermediate container b623ec94c870 00:42:58 ---> c013fc4546aa 00:42:58 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:42:58 Removing intermediate container 6052303c7284 00:42:58 ---> b3bd1d03e32a 00:42:58 00:42:58 Removing intermediate container 3b73b3b26716 00:42:58 ---> 9453779c2a86 00:42:58 Step 21/23 : LABEL arch=x86_64 00:42:59 ---> Running in bc29a7d9e36c 00:42:59 ---> Running in ab2c81ea34b6 00:42:59 Successfully built 041c4ec96191 00:42:59 Successfully tagged docker-security-proxy-setup-go:latest 00:42:59  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 00:42:59 Successfully built b3bd1d03e32a 00:42:59 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:42:59 Successfully tagged docker-support-scheduler-go:latest 00:42:59  Building docker-support-scheduler-go ... done Building docker-core-command-go 00:42:59 Status: Downloaded newer image for docker:20.10.0 00:42:59 Removing intermediate container bc29a7d9e36c 00:42:59 ---> 9fbd9c481015 00:42:59 Step 22/24 : LABEL arch=x86_64 00:42:59 ---> aefe523efa57 00:42:59 Step 12/26 : RUN apk add --no-cache bash 00:42:59 Removing intermediate container ab2c81ea34b6 00:42:59 ---> f718a265f8f5 00:42:59 Step 22/23 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 00:42:59 ---> Running in d67a8b898459 00:42:59 ---> Running in bc2500bf97af 00:43:00 ---> Running in bd5d3d7be48f 00:43:00 Removing intermediate container d67a8b898459 00:43:00 ---> 96119af6ba22 00:43:00 Step 23/24 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 00:43:00 Removing intermediate container bd5d3d7be48f 00:43:00 ---> c15ca8a226be 00:43:00 Step 23/23 : LABEL version=0.0.0 00:43:00 ---> Running in f820cf1504d5 00:43:00 ---> Running in c248ebc6e91f 00:43:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:01 (1/2) Installing readline (8.0.4-r0) 00:43:01 (2/2) Installing bash (5.0.17-r0) 00:43:02 Removing intermediate container c248ebc6e91f 00:43:02 ---> 5d5e73ae0b27 00:43:02 00:43:02 Executing bash-5.0.17-r0.post-install 00:43:02 Executing busybox-1.31.1-r19.trigger 00:43:02 OK: 12 MiB in 22 packages 00:43:03 Successfully built 5d5e73ae0b27 00:43:03 Successfully tagged docker-core-metadata-go:latest 00:43:03 Building docker-core-data-go 00:43:03  Building docker-core-metadata-go ... done Removing intermediate container f820cf1504d5 00:43:03 ---> 6ea1161a9532 00:43:03 Step 24/24 : LABEL version=0.0.0 00:43:03 ---> Running in d422cc8b502b 00:43:05 Removing intermediate container d422cc8b502b 00:43:05 ---> 980a92a2cf6d 00:43:05 00:43:05 Removing intermediate container bc2500bf97af 00:43:05 ---> aaa4a06de987 00:43:05 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:43:05 Successfully built 980a92a2cf6d 00:43:05 Successfully tagged docker-security-secretstore-setup-go:latest 00:43:05 Building docker-support-notifications-go 00:43:06  Building docker-security-secretstore-setup-go ... done  ---> Running in 183351e3ec9a 00:43:07 Removing intermediate container 183351e3ec9a 00:43:07 ---> ebc4daff243c 00:43:07 Step 14/26 : ENV APP_PORT=48090 00:43:07 ---> Running in 8f0198cc3148 00:43:08 Removing intermediate container 8f0198cc3148 00:43:08 ---> 4e1cf836983c 00:43:08 Step 15/26 : EXPOSE $APP_PORT 00:43:08 ---> Running in 412ac66a7e5d 00:43:09 Removing intermediate container 412ac66a7e5d 00:43:09 ---> ce9709c96f27 00:43:09 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:43:10 ---> a6d7c8507f22 00:43:10 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:43:11 ---> 06ca44838e12 00:43:11 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:43:13 ---> e0cd2905cd55 00:43:13 Step 19/26 : RUN apk --no-cache add py3-pip 00:43:14 ---> Running in b48ffeb7e5c7 00:43:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:17 (1/33) Installing libbz2 (1.0.8-r1) 00:43:17 (2/33) Installing expat (2.2.9-r1) 00:43:17 (3/33) Installing libffi (3.3-r2) 00:43:17 (4/33) Installing gdbm (1.13-r1) 00:43:17 (5/33) Installing xz-libs (5.2.5-r0) 00:43:17 (6/33) Installing sqlite-libs (3.32.1-r0) 00:43:17 (7/33) Installing python3 (3.8.5-r0) 00:43:19 (8/33) Installing py3-appdirs (1.4.4-r1) 00:43:19 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:43:19 (10/33) Installing py3-parsing (2.4.7-r0) 00:43:19 (11/33) Installing py3-six (1.15.0-r0) 00:43:19 (12/33) Installing py3-packaging (20.4-r0) 00:43:19 (13/33) Installing py3-setuptools (47.0.0-r0) 00:43:19 (14/33) Installing py3-chardet (3.0.4-r4) 00:43:19 (15/33) Installing py3-idna (2.9-r0) 00:43:20 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:43:20 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:43:23 (18/33) Installing py3-requests (2.23.0-r0) 00:43:23 (19/33) Installing py3-msgpack (1.0.0-r0) 00:43:23 (20/33) Installing py3-lockfile (0.12.2-r3) 00:43:23 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:43:23 (22/33) Installing py3-colorama (0.4.3-r0) 00:43:24 (23/33) Installing py3-distlib (0.3.0-r0) 00:43:24 (24/33) Installing py3-distro (1.5.0-r1) 00:43:24 (25/33) Installing py3-webencodings (0.5.1-r3) 00:43:25 (26/33) Installing py3-html5lib (1.0.1-r4) 00:43:25 (27/33) Installing py3-pytoml (0.1.21-r0) 00:43:25 (28/33) Installing py3-pep517 (0.8.2-r0) 00:43:25 (29/33) Installing py3-progress (1.5-r0) 00:43:25 (30/33) Installing py3-toml (0.10.1-r0) 00:43:25 (31/33) Installing py3-retrying (1.3.3-r0) 00:43:25 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:43:25 (33/33) Installing py3-pip (20.1.1-r0) 00:43:26 Executing busybox-1.31.1-r19.trigger 00:43:26 OK: 71 MiB in 55 packages 00:43:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:43:49 ---> e5df140c7459 00:43:49 Step 3/23 : WORKDIR /edgex-go 00:43:49 ---> Using cache 00:43:49 ---> 5531a9bbb33f 00:43:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:49 ---> Using cache 00:43:49 ---> b2b1717c753a 00:43:49 Step 5/23 : RUN apk add --update --no-cache make git 00:43:49 ---> Using cache 00:43:49 ---> f7130f500c07 00:43:49 Step 6/23 : COPY go.mod . 00:43:49 ---> Using cache 00:43:49 ---> e9926972465c 00:43:49 Step 7/23 : RUN go mod download 00:43:49 ---> Using cache 00:43:49 ---> 132fd65ee4c7 00:43:49 Step 8/23 : COPY . . 00:43:49 ---> Using cache 00:43:49 ---> c23283004825 00:43:49 Step 9/23 : RUN make cmd/core-command/core-command 00:43:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:43:49 ---> e5df140c7459 00:43:49 Step 3/23 : WORKDIR /edgex-go 00:43:49 ---> Using cache 00:43:49 ---> 5531a9bbb33f 00:43:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:49 ---> Using cache 00:43:49 ---> b2b1717c753a 00:43:49 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:43:49 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:49 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:43:49 ---> e5df140c7459 00:43:49 Step 3/31 : WORKDIR /edgex-go 00:43:49 ---> Using cache 00:43:49 ---> 5531a9bbb33f 00:43:49 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:49 ---> Using cache 00:43:49 ---> b2b1717c753a 00:43:49 Step 5/31 : RUN apk add --update --no-cache make git 00:43:49 ---> Using cache 00:43:49 ---> f7130f500c07 00:43:49 Step 6/31 : COPY go.mod . 00:43:49 ---> Using cache 00:43:49 ---> e9926972465c 00:43:49 Step 7/31 : RUN go mod download 00:43:49 ---> Using cache 00:43:49 ---> 132fd65ee4c7 00:43:49 Step 8/31 : COPY . . 00:43:49 ---> Using cache 00:43:49 ---> c23283004825 00:43:49 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:43:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:50 ---> e5df140c7459 00:43:50 Step 3/22 : WORKDIR /edgex-go 00:43:50 ---> Using cache 00:43:50 ---> 5531a9bbb33f 00:43:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:50 ---> Using cache 00:43:50 ---> b2b1717c753a 00:43:50 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:43:51 ---> Running in 64ac666ee46c 00:43:51 ---> Running in 48ece32bc093 00:43:51 ---> Running in 446465add798 00:43:51 ---> Running in 4fb9607ebeb6 00:43:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:43:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:43:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:54 OK: 233 MiB in 51 packages 00:43:54 OK: 233 MiB in 51 packages 00:43:58 Removing intermediate container 4fb9607ebeb6 00:43:58 ---> 4d44f4940bfc 00:43:58 Step 6/22 : COPY go.mod . 00:43:58 Removing intermediate container 446465add798 00:43:58 ---> 4fbbd5769620 00:43:58 Step 6/23 : COPY go.mod . 00:43:59 ---> c97dd3768034 00:43:59 Step 7/22 : RUN go mod download 00:43:59 ---> 1753edbf63b1 00:43:59 Step 7/23 : RUN go mod download 00:44:00 ---> Running in 9cca638e723e 00:44:00 ---> Running in 884bcea2141e 00:44:04 gofmt -l . 00:44:04 [ "`gofmt -l .`" = "" ] 00:44:04 ./bin/test-go-mod-tidy.sh 00:44:04 ./bin/test-attribution-txt.sh [Pipeline] sh 00:44:05 + ls -al . 00:44:05 total 712 00:44:05 drwxrwxr-x 9 1001 1001 4096 Feb 3 00:44 . 00:44:05 drwxr-xr-x 4 root root 4096 Feb 3 00:39 .. 00:44:05 -rw-rw-r-- 1 1001 1001 11 Feb 3 00:38 .dockerignore 00:44:05 drwxrwxr-x 8 1001 1001 4096 Feb 3 00:38 .git 00:44:05 drwxrwxr-x 3 1001 1001 4096 Feb 3 00:38 .github 00:44:05 -rw-rw-r-- 1 1001 1001 872 Feb 3 00:38 .gitignore 00:44:05 -rw-rw-r-- 1 1001 1001 166 Feb 3 00:38 .sonarcloud.properties 00:44:05 -rw-rw-r-- 1 1001 1001 7859 Feb 3 00:38 Attribution.txt 00:44:05 -rw-rw-r-- 1 1001 1001 3804 Feb 3 00:38 CONTRIBUTING.md 00:44:05 -rw-rw-r-- 1 1001 1001 931 Feb 3 00:38 Dockerfile.build 00:44:05 -rw-rw-r-- 1 1001 1001 863 Feb 3 00:38 Jenkinsfile 00:44:05 -rw-rw-r-- 1 1001 1001 10775 Feb 3 00:38 LICENSE 00:44:05 -rw-rw-r-- 1 1001 1001 6001 Feb 3 00:38 Makefile 00:44:05 -rw-rw-r-- 1 1001 1001 6524 Feb 3 00:38 README.md 00:44:05 -rw-rw-r-- 1 1001 1001 6755 Feb 3 00:38 SECURITY.md 00:44:05 -rw-rw-r-- 1 1001 1001 5 Feb 3 00:32 VERSION 00:44:05 -rw-rw-r-- 1 1001 1001 4131 Feb 3 00:38 ZMQWindows.md 00:44:05 drwxrwxr-x 2 1001 1001 4096 Feb 3 00:38 bin 00:44:05 drwxrwxr-x 15 1001 1001 4096 Feb 3 00:38 cmd 00:44:05 -rw-r--r-- 1 root root 578674 Feb 3 00:42 coverage.out 00:44:05 -rw-r--r-- 1 root root 1054 Feb 3 00:44 go.mod 00:44:05 -rw-r--r-- 1 root root 19399 Feb 3 00:44 go.sum 00:44:05 drwxrwxr-x 8 1001 1001 4096 Feb 3 00:38 internal 00:44:05 drwxrwxr-x 4 1001 1001 4096 Feb 3 00:38 openapi 00:44:05 drwxrwxr-x 4 1001 1001 4096 Feb 3 00:38 snap 00:44:05 -rw-rw-r-- 1 1001 1001 168 Feb 3 00:38 version.go [Pipeline] sh 00:44:05 + '[' -e coverage.out ] 00:44:05 + chown 1001:1001 coverage.out [Pipeline] stash 00:44:06 Warning: overwriting stash ‘coverage-report’ 00:44:07 Stashed 1 file(s) [Pipeline] sh 00:44:07 + make build 00:44:07 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:44:08 Removing intermediate container 884bcea2141e 00:44:08 ---> 0d3fcc6205e7 00:44:08 Step 8/23 : COPY . . 00:44:08 Removing intermediate container 9cca638e723e 00:44:08 ---> 5195b2d94511 00:44:08 Step 8/22 : COPY . . 00:44:08 Removing intermediate container b48ffeb7e5c7 00:44:08 ---> 068b8be22501 00:44:08 Step 20/26 : RUN pip install docker-compose==1.23.2 00:44:08 ---> Running in 2ae111f1fe69 00:44:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:44:29 Collecting docker-compose==1.23.2 00:44:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:44:29 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:44:29 Collecting jsonschema<3,>=2.5.1 00:44:29 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:44:29 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:44:29 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:44:30 Collecting websocket-client<1.0,>=0.32.0 00:44:30 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:44:31 Collecting dockerpty<0.5,>=0.4.1 00:44:31 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:44:39 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:44:39 Collecting cached-property<2,>=1.2.0 00:44:39 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:44:39 Collecting texttable<0.10,>=0.9.0 00:44:39 Downloading texttable-0.9.1.tar.gz (11 kB) 00:44:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:44:42 Collecting docopt<0.7,>=0.6.1 00:44:42 Downloading docopt-0.6.2.tar.gz (25 kB) 00:44:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:44:44 Collecting PyYAML<4,>=3.10 00:44:45 Downloading PyYAML-3.13.tar.gz (270 kB) 00:44:47 Collecting docker<4.0,>=3.6.0 00:44:47 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:44:48 Collecting urllib3<1.25,>=1.21.1 00:44:48 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:44:48 Collecting idna<2.8,>=2.5 00:44:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:44:48 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:44:48 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:44:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:44:49 Collecting docker-pycreds>=0.4.0 00:44:49 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:44:50 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:44:50 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:44:50 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:44:50 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:44:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:44:51 Installing collected packages: jsonschema, urllib3, idna, requests, websocket-client, dockerpty, cached-property, texttable, docopt, PyYAML, docker-pycreds, docker, docker-compose 00:44:52 Attempting uninstall: urllib3 00:44:52 Found existing installation: urllib3 1.25.9 00:44:52 Uninstalling urllib3-1.25.9: 00:44:52 Removing intermediate container 64ac666ee46c 00:44:52 ---> 7063a0ee5053 00:44:52 00:44:52 Step 10/23 : FROM alpine:3.12 00:44:52 ---> 389fef711851 00:44:52 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:44:53 ---> Using cache 00:44:53 ---> 5606650538a4 00:44:53 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:44:53 ---> Using cache 00:44:53 ---> 8e2a158e4337 00:44:53 Step 13/23 : ENV APP_PORT=48082 00:44:53 Successfully uninstalled urllib3-1.25.9 00:44:55 Attempting uninstall: idna 00:44:55 Found existing installation: idna 2.9 00:44:55 Uninstalling idna-2.9: 00:44:56 Successfully uninstalled idna-2.9 00:44:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:44:56 ---> Running in 8b5441604b54 00:44:57 Attempting uninstall: requests 00:44:57 Found existing installation: requests 2.23.0 00:44:57 Uninstalling requests-2.23.0: 00:44:57 Successfully uninstalled requests-2.23.0 00:44:58 Removing intermediate container 8b5441604b54 00:44:58 ---> f18df3d4534e 00:44:58 Step 14/23 : EXPOSE $APP_PORT 00:44:58 Removing intermediate container 48ece32bc093 00:44:58 ---> 16ad553555fc 00:44:58 00:44:58 Step 10/31 : FROM alpine:3.12 00:44:58 ---> 389fef711851 00:44:58 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:44:59 Running setup.py install for dockerpty: started 00:44:59 ---> Running in 264d8836e87e 00:44:59 ---> Running in 63fdedb001d0 00:44:59 ---> aa1f73e95562 00:44:59 Step 9/23 : RUN make cmd/core-data/core-data 00:44:59 ---> d8cbcd00ab43 00:44:59 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:44:59 ---> Running in 1a178440386b 00:45:00 Removing intermediate container 264d8836e87e 00:45:00 ---> 33d942da4b86 00:45:00 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:45:00 ---> Running in ba6fd84fd21a 00:45:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:45:00 Removing intermediate container 63fdedb001d0 00:45:00 ---> 2d7d49023ba5 00:45:00 Step 15/23 : WORKDIR / 00:45:00 ---> Running in 02183fd632e0 00:45:00 ---> Running in 44d923f3f3c4 00:45:01 Running setup.py install for dockerpty: finished with status 'done' 00:45:01 Running setup.py install for texttable: started 00:45:01 Removing intermediate container 44d923f3f3c4 00:45:01 ---> 4b238aa861af 00:45:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:45:02 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:45:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:45:02 Running setup.py install for texttable: finished with status 'done' 00:45:02 Running setup.py install for docopt: started 00:45:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:45:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:45:03 ---> 08d9bb82f8c1 00:45:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:45:03 (1/2) Installing dumb-init (1.2.2-r1) 00:45:03 (2/2) Installing su-exec (0.2-r1) 00:45:03 Executing busybox-1.31.1-r19.trigger 00:45:03 Running setup.py install for docopt: finished with status 'done' 00:45:03 Running setup.py install for PyYAML: started 00:45:03 OK: 6 MiB in 16 packages 00:45:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:45:04 ---> 06bc11a81f6c 00:45:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:45:04 Running setup.py install for PyYAML: finished with status 'done' 00:45:07 ---> 041e9ce61c6f 00:45:07 Step 19/23 : ENTRYPOINT ["/core-command"] 00:45:07 Removing intermediate container 02183fd632e0 00:45:07 ---> 439e5a1833cf 00:45:07 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:45:07 ---> Running in 44726f710c53 00:45:07 ---> Running in c600952becaf 00:45:08 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:45:08 Removing intermediate container 44726f710c53 00:45:08 ---> 3e0e3bb3a668 00:45:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:45:08 Removing intermediate container c600952becaf 00:45:08 ---> bcd1208cf9be 00:45:08 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:45:08 ---> Running in c35741b592cb 00:45:08 ---> Running in 79e01c92157a 00:45:09 Removing intermediate container c35741b592cb 00:45:09 ---> e18a46361ddc 00:45:09 Step 21/23 : LABEL arch=x86_64 00:45:09 Removing intermediate container 79e01c92157a 00:45:09 ---> 724a72979657 00:45:09 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:45:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:45:10 ---> Running in c351256bf9f1 00:45:10 ---> Running in b989ae883ca6 00:45:10 Removing intermediate container c351256bf9f1 00:45:10 ---> 9738e147bfe7 00:45:10 Step 22/23 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 00:45:10 ---> Running in c39793d4269f 00:45: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 00:45:13 Removing intermediate container c39793d4269f 00:45:13 ---> 6dd9ea5069a1 00:45:13 Step 23/23 : LABEL version=0.0.0 00:45:14 Removing intermediate container 2ae111f1fe69 00:45:14 ---> db255f52b82e 00:45:14 Step 21/26 : RUN apk --no-cache add curl 00:45:14 ---> Running in 28ce959f59fa 00:45:14 ---> Running in 5c7429b48140 00:45:16 Removing intermediate container b989ae883ca6 00:45:16 ---> b2ea65b5a005 00:45:16 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:45:16 Removing intermediate container 28ce959f59fa 00:45:16 ---> c7b2b8972b6c 00:45:16 00:45:16 ---> Running in 76482cbb8df3 00:45:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:45:17 Successfully built c7b2b8972b6c 00:45:17 Successfully tagged docker-core-command-go:latest 00:45:17 Removing intermediate container 76482cbb8df3 00:45:17 ---> 79ee9013f7ea 00:45:17 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:45:17  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:45:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:45:18 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:45:18 (2/3) Installing libcurl (7.69.1-r3) 00:45:18 (3/3) Installing curl (7.69.1-r3) 00:45:18 Executing busybox-1.31.1-r19.trigger 00:45:18 OK: 72 MiB in 58 packages 00:45:18 ---> 229732b6c0d0 00:45:18 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:45:19 ---> Running in 428973a99436 00:45:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:45:20 Removing intermediate container 5c7429b48140 00:45:20 ---> 6c6a646f5627 00:45:20 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:45:20 ---> Running in 1f7c882345eb 00:45:21 Removing intermediate container 1f7c882345eb 00:45:21 ---> f8f313cdf8cf 00:45:21 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:45:21 ---> Running in 48a11f6a0e73 00:45:21 Removing intermediate container 48a11f6a0e73 00:45:21 ---> 58bb4311af1d 00:45:21 Step 24/26 : LABEL arch=x86_64 00:45:22 ---> Running in 0ced75c33f6c 00:45:22 Removing intermediate container 428973a99436 00:45:22 ---> 501c74d7a1c5 00:45:22 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:45:22 Removing intermediate container 0ced75c33f6c 00:45:22 ---> 2e47e6cb417b 00:45:22 Step 25/26 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 00:45:22 ---> Running in 90c8704bc3bd 00:45:23 ---> 300ed8330289 00:45:23 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:45:23 Removing intermediate container 90c8704bc3bd 00:45:23 ---> bdee06df47e7 00:45:23 Step 26/26 : LABEL version=0.0.0 00:45:23 ---> Running in 12f5e022204e 00:45:24 Removing intermediate container 12f5e022204e 00:45:24 ---> e8b093f11842 00:45:24 00:45:25 ---> 9adfc2cb41fa 00:45:25 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:45:25 Successfully built e8b093f11842 00:45:25 Successfully tagged docker-sys-mgmt-agent-go:latest 00:45:25  Building docker-sys-mgmt-agent-go ... done  ---> e0a5614e29db 00:45:25 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [Pipeline] } 00:45:25 $ docker stop --time=1 968295e3bbdb5a98a5965c74ab1a3b7afc98261d858f1db677104eddfbd5023e 00:45:28 ---> d1266b85e51c 00:45:28 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:45:28 $ docker rm -f 968295e3bbdb5a98a5965c74ab1a3b7afc98261d858f1db677104eddfbd5023e 00:45:28 ---> 5bf06e8db9c7 00:45:28 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:45:28 ---> Running in 10ac437b1f68 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 00:45:30 Removing intermediate container 10ac437b1f68 00:45:30 ---> 2abb3834fb49 00:45:30 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:31 00:45:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix 00:45:31 ---> 2628fa6e244d 00:45:31 Step 26/31 : RUN chmod +x /entrypoint.sh [Pipeline] sh 00:45:31 ---> Running in 5636cf6fc199 00:45:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:31 latest: Pulling from edgex-devops/edgex-compose-arm64 00:45:31 29e5d40040c1: Pulling fs layer 00:45:31 1ce36da41761: Pulling fs layer 00:45:31 25b303627fd3: Pulling fs layer 00:45:32 29e5d40040c1: Verifying Checksum 00:45:32 29e5d40040c1: Download complete 00:45:33 1ce36da41761: Verifying Checksum 00:45:33 1ce36da41761: Download complete 00:45:33 29e5d40040c1: Pull complete 00:45:34 Removing intermediate container 5636cf6fc199 00:45:34 ---> 1b38d287adf1 00:45:34 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:45:34 ---> Running in 8b859e549748 00:45:34 Removing intermediate container 8b859e549748 00:45:34 ---> e7ac9d1d6f18 00:45:34 Step 28/31 : CMD ["gate"] 00:45:34 1ce36da41761: Pull complete 00:45:34 25b303627fd3: Verifying Checksum 00:45:34 25b303627fd3: Download complete 00:45:34 ---> Running in 85e4888063dc 00:45:38 Removing intermediate container 85e4888063dc 00:45:38 ---> 67b03832b078 00:45:38 Step 29/31 : LABEL arch=x86_64 00:45:38 ---> Running in 6e32afe67a1f 00:45:38 Removing intermediate container ba6fd84fd21a 00:45:38 ---> 30773666a3b2 00:45:38 00:45:38 Step 10/22 : FROM alpine:3.12 00:45:38 ---> 389fef711851 00:45:38 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:45:39 ---> Running in e40607d0b6a9 00:45:39 Removing intermediate container 6e32afe67a1f 00:45:39 ---> 527dcacb1da6 00:45:39 Step 30/31 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 00:45:39 ---> Running in f3355211109e 00:45:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:45:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:45:40 (1/2) Installing ca-certificates (20191127-r4) 00:45:40 Removing intermediate container f3355211109e 00:45:40 ---> 0a3f566d1b86 00:45:40 Step 31/31 : LABEL version=0.0.0 00:45:40 (2/2) Installing dumb-init (1.2.2-r1) 00:45:40 Executing busybox-1.31.1-r19.trigger 00:45:40 Executing ca-certificates-20191127-r4.trigger 00:45:40 OK: 6 MiB in 16 packages 00:45:41 ---> Running in f2b2b2ee7e33 00:45:42 Removing intermediate container 1a178440386b 00:45:42 ---> da85b058f9b9 00:45:42 00:45:42 Step 10/23 : FROM alpine:3.12 00:45:42 ---> 389fef711851 00:45:42 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:45:42 ---> Running in 1cbd027f7490 00:45:42 Removing intermediate container f2b2b2ee7e33 00:45:42 ---> c0321cf5fcff 00:45:42 00:45:42 Removing intermediate container e40607d0b6a9 00:45:42 ---> 5221f333ab3d 00:45:42 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:45:42 Removing intermediate container 1cbd027f7490 00:45:42 ---> e41cedc80356 00:45:42 Step 12/23 : ENV APP_PORT=48080 00:45:42 ---> Running in d05592cb8784 00:45:43 ---> Running in dd821cb12ccd 00:45:43 Successfully built c0321cf5fcff 00:45:43 Successfully tagged docker-security-bootstrapper-go:latest 00:45:43  Building docker-security-bootstrapper-go ... done Removing intermediate container d05592cb8784 00:45:43 ---> 00f7253799d2 00:45:43 Step 13/22 : ENV APP_PORT=48060 00:45:43 Removing intermediate container dd821cb12ccd 00:45:43 ---> 9e727a440030 00:45:43 Step 13/23 : EXPOSE $APP_PORT 00:45:43 ---> Running in 46b80d867773 00:45:43 ---> Running in a5456133887a 00:45:44 25b303627fd3: Pull complete 00:45:44 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:45:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:45:44 Removing intermediate container 46b80d867773 00:45:44 ---> 635bad670c94 00:45:44 Step 14/22 : EXPOSE $APP_PORT 00:45:44 Removing intermediate container a5456133887a 00:45:44 ---> 2824808f9c2a 00:45:44 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:44 ---> Running in ab216151540d 00:45:44 ---> Running in 6b61be2cb0d3 00:45:44 prd-ubuntu18.04-docker-arm64-4c-16g-24647 does not seem to be running inside a container 00:45:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:45:45 Removing intermediate container 6b61be2cb0d3 00:45:45 ---> 6f2a333fe3cb 00:45:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:45:46 ---> 1e0ad3e8cefc 00:45:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:45:47 Removing intermediate container ab216151540d 00:45:47 ---> dfcd0536107c 00:45:47 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:45:47 ---> Running in 59dbba17fceb 00:45:47 ---> d0c1708c07ab 00:45:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:45:47 ---> bb85106d4205 00:45:47 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:45:47 ---> Running in 3faedaa28e69 00:45:47 $ docker top aa7ac5dc9f8c05ef77750bfc8515cdd3136b67655fab3f2678ddbcc0e8d0037b -eo pid,comm 00:45:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:45:48 Removing intermediate container 3faedaa28e69 00:45:48 ---> fc80d9532ee7 00:45:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] { 00:45:48 ---> Running in 6e0af5d747d6 [Pipeline] sh 00:45:48 Removing intermediate container 6e0af5d747d6 00:45:48 ---> b7b685fc0198 00:45:48 Step 20/22 : LABEL arch=x86_64 00:45:48 ---> Running in 34eaed9bd4e1 00:45:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:45:48 Removing intermediate container 34eaed9bd4e1 00:45:48 ---> 3a9920b3984d 00:45:48 Step 21/22 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 00:45:48 ---> Running in b32b5900f8c6 00:45:48 + docker-compose build --help 00:45:48 + grep parallel 00:45:49 Removing intermediate container b32b5900f8c6 00:45:49 ---> 1d91242a3ce5 00:45:49 Step 22/22 : LABEL version=0.0.0 00:45:49 ---> Running in 3091b1f2f09f 00:45:49 (1/6) Installing dumb-init (1.2.2-r1) 00:45:49 (2/6) Installing libgcc (9.3.0-r2) 00:45:49 (3/6) Installing libsodium (1.0.18-r0) 00:45:49 (4/6) Installing libstdc++ (9.3.0-r2) 00:45:50 Removing intermediate container 3091b1f2f09f 00:45:50 ---> 84061f278c8e 00:45:50 00:45:50 (5/6) Installing libzmq (4.3.3-r0) 00:45:50 Successfully built 84061f278c8e 00:45:50 (6/6) Installing zeromq (4.3.3-r0) 00:45:50 Successfully tagged docker-support-notifications-go:latest 00:45:50  Building docker-support-notifications-go ... done Executing busybox-1.31.1-r19.trigger 00:45:50 OK: 8 MiB in 20 packages 00:45:51 Removing intermediate container 59dbba17fceb 00:45:51 ---> 01c0396308b5 00:45:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:45:52 --parallel Build images in parallel. [Pipeline] } 00:45:52 $ docker stop --time=1 aa7ac5dc9f8c05ef77750bfc8515cdd3136b67655fab3f2678ddbcc0e8d0037b 00:45:52 ---> 361028d5f51d 00:45:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:45:53 ---> 5d946556a44f 00:45:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:45:54 ---> 0b46006d548c 00:45:54 Step 19/23 : ENTRYPOINT ["/core-data"] 00:45:54 $ docker rm -f aa7ac5dc9f8c05ef77750bfc8515cdd3136b67655fab3f2678ddbcc0e8d0037b 00:45:54 ---> Running in de50b9599325 [Pipeline] // withDockerContainer 00:45:54 Removing intermediate container de50b9599325 00:45:54 ---> 794c48d72fd4 00:45:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:45:54 ---> Running in 002df4954eac [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:54 Removing intermediate container 002df4954eac 00:45:54 ---> dce527b00458 00:45:54 Step 21/23 : LABEL arch=x86_64 00:45:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:55 . [Pipeline] withDockerContainer 00:45:55 ---> Running in 10131b2cef04 00:45:55 prd-ubuntu18.04-docker-arm64-4c-16g-24647 does not seem to be running inside a container 00:45:55 $ 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/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:45:55 Removing intermediate container 10131b2cef04 00:45:55 ---> 7f9f5a82e37b 00:45:55 Step 22/23 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 00:45:55 ---> Running in 855014ac84e4 00:45:56 Removing intermediate container 855014ac84e4 00:45:56 ---> 610bd6fdc7b2 00:45:56 Step 23/23 : LABEL version=0.0.0 00:45:56 ---> Running in 64d7e54b22d9 00:45:56 $ docker top d13d8a1ae2c46c0a91dc4b0648c20f10d3357a519ca1b5b484c45aed2a003fa1 -eo pid,comm 00:45:56 Removing intermediate container 64d7e54b22d9 00:45:56 ---> f5b204da722b 00:45:56 [Pipeline] { 00:45:57 Successfully built f5b204da722b 00:45:57 Successfully tagged docker-core-data-go:latest [Pipeline] sh 00:45:57 + docker-compose -f ./docker-compose-build.yml build --parallel 00:45:57  Building docker-core-data-go ... done  [Pipeline] } 00:45:57 $ docker stop --time=1 2eb30f3cb1ecbc6cc6b15e680de80a8b95bcefec9f8e4e9ca47672e12cd5bee5 00:45:59 $ docker rm -f 2eb30f3cb1ecbc6cc6b15e680de80a8b95bcefec9f8e4e9ca47672e12cd5bee5 [Pipeline] // withDockerContainer [Pipeline] sh 00:46:00 + docker images 00:46:00 + grep docker 00:46:01 Building docker-core-command-go ... 00:46:01 Building docker-core-data-go ... 00:46:01 Building docker-core-metadata-go ... 00:46:01 Building docker-security-bootstrapper-go ... 00:46:01 Building docker-security-proxy-setup-go ... 00:46:01 Building docker-security-secretstore-setup-go ... 00:46:01 Building docker-support-notifications-go ... 00:46:01 Building docker-support-scheduler-go ... 00:46:01 Building docker-sys-mgmt-agent-go ... 00:46:01 Building docker-sys-mgmt-agent-go 00:46:01 Building docker-support-notifications-go 00:46:01 Building docker-core-data-go 00:46:01 Building docker-core-command-go 00:46:01 Building docker-security-secretstore-setup-go 00:46:02 docker-core-data-go latest f5b204da722b 5 seconds ago 22.3MB 00:46:02 docker-support-notifications-go latest 84061f278c8e 12 seconds ago 17.5MB 00:46:02 docker-security-bootstrapper-go latest c0321cf5fcff 19 seconds ago 23.8MB 00:46:02 docker-sys-mgmt-agent-go latest e8b093f11842 37 seconds ago 313MB 00:46:02 docker-core-command-go latest c7b2b8972b6c 46 seconds ago 16.9MB 00:46:02 docker-security-secretstore-setup-go latest 980a92a2cf6d 2 minutes ago 24.6MB 00:46:02 docker-core-metadata-go latest 5d5e73ae0b27 3 minutes ago 18.8MB 00:46:02 docker-support-scheduler-go latest b3bd1d03e32a 3 minutes ago 17MB 00:46:02 docker-security-proxy-setup-go latest 041c4ec96191 3 minutes ago 24.4MB 00:46:02 docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:46:18 Still waiting to schedule task 00:46:18 ‘prd-ubuntu18.04-docker-8c-8g-24650’ is offline 00:47:05 Running on prd-ubuntu18.04-docker-8c-8g-24653 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:47:05 Running in /w/workspace/edgex-go/55 [Pipeline] { [Pipeline] checkout 00:47:07 using credential edgex-jenkins-ssh 00:47:07 Cloning the remote Git repository 00:47:07 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:47:08 > git init /w/workspace/edgex-go/55 # timeout=10 00:47:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:47:08 > git --version # timeout=10 00:47:08 > git --version # 'git version 2.17.1' 00:47:08 using GIT_SSH to set credentials SSH Credentials for GitHub 00:47:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:47:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:47:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:47:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:47:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:47:15 using GIT_SSH to set credentials SSH Credentials for GitHub 00:47:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:47:16 Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:47:16 Merge succeeded, producing 0f389e7a3f8990b860105e1ef7b36dbda65ffbb8 00:47:16 Checking out Revision 0f389e7a3f8990b860105e1ef7b36dbda65ffbb8 (PR-2858) 00:47:16 > git config core.sparsecheckout # timeout=10 00:47:16 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:47:16 > git remote # timeout=10 00:47:16 > git config --get remote.origin.url # timeout=10 00:47:16 using GIT_SSH to set credentials SSH Credentials for GitHub 00:47:16 > git merge 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 00:47:16 > git rev-parse HEAD^{commit} # timeout=10 00:47:16 > git config core.sparsecheckout # timeout=10 00:47:16 > git checkout -f 0f389e7a3f8990b860105e1ef7b36dbda65ffbb8 # timeout=10 00:47:20 Commit message: "Merge commit '74c372326013f994c98436bf4455b6fe21c08430' into HEAD" 00:47:20 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { 00:47:20 > git rev-list --no-walk a680e651ea24e260fa731a0d4c81c09ca0199e4c # timeout=10 [Pipeline] libraryResource [Pipeline] sh 00:47:21 + echo snap-build.sh 00:47:21 snap-build.sh 00:47:21 + SNAP_BASE_DIR=. 00:47:21 + '[' '!' -z /w/workspace/edgex-go/55 ']' 00:47:21 + SNAP_BASE_DIR=/w/workspace/edgex-go/55 00:47:21 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/55]' 00:47:21 [snap-build] Building snap in dir [/w/workspace/edgex-go/55] 00:47:21 + cd /w/workspace/edgex-go/55 00:47:21 + sudo apt-get remove -qy --purge lxd lxd-client 00:47:21 Reading package lists... 00:47:21 Building dependency tree... 00:47:21 Reading state information... 00:47:21 The following packages were automatically installed and are no longer required: 00:47:21 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:47:21 uidmap xdelta3 00:47:21 Use 'sudo apt autoremove' to remove them. 00:47:21 The following packages will be REMOVED: 00:47:21 lxd* lxd-client* 00:47:21 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:47:21 After this operation, 31.7 MB disk space will be freed. 00:47:22 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:47:22 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:47:23 Removing lxd dnsmasq configuration 00:47:23 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:47:23 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:47:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:47:23 ---> b97c97021af2 00:47:23 Step 3/23 : WORKDIR /edgex-go 00:47:23 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:23 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:47:23 ---> b97c97021af2 00:47:23 Step 3/26 : WORKDIR /edgex-go 00:47:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:47:23 ---> b97c97021af2 00:47:23 Step 3/22 : WORKDIR /edgex-go 00:47:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:47:23 ---> b97c97021af2 00:47:23 Step 3/23 : WORKDIR /edgex-go 00:47:23 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:47:23 ---> b97c97021af2 00:47:23 Step 3/24 : WORKDIR /edgex-go 00:47:23 ---> Running in b2a645621f7b 00:47:23 ---> Running in aa995f4fe9e2 00:47:23 ---> Running in d760d48e5c89 00:47:23 ---> Running in 1a83899233f6 00:47:23 ---> Running in aee561b12fe5 00:47:23 Removing intermediate container aa995f4fe9e2 00:47:23 ---> b5a95a8523a6 00:47:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:23 Removing intermediate container 1a83899233f6 00:47:23 ---> 975a18565527 00:47:23 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:23 Removing intermediate container d760d48e5c89 00:47:23 ---> 2bf2bbc3bcd3 00:47:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:23 Removing intermediate container b2a645621f7b 00:47:23 ---> 2a0c82afccda 00:47:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:23 Removing intermediate container aee561b12fe5 00:47:23 ---> 00b75fde1ac4 00:47:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:23 ---> Running in d903255ff13f 00:47:23 ---> Running in 745623e2a2d5 00:47:23 ---> Running in f88feeabfb4f 00:47:23 ---> Running in eba3551d3f51 00:47:23 ---> Running in 9bcf0e0ea3d7 00:47:23 Removing intermediate container d903255ff13f 00:47:23 ---> a6938b0bacbb 00:47:23 Step 5/26 : RUN apk add --update --no-cache make bash git 00:47:23 ---> Running in 257e489f7a3e 00:47:23 Removing intermediate container 745623e2a2d5 00:47:23 ---> 1b13271027b6 00:47:23 Step 5/23 : RUN apk add --update --no-cache make git 00:47:23 ---> Running in 93ff97d4d894 00:47:23 Removing intermediate container f88feeabfb4f 00:47:23 ---> 3ae35afd5983 00:47:23 Step 5/24 : RUN apk add --update --no-cache make git 00:47:23 Removing intermediate container eba3551d3f51 00:47:23 ---> 5dcf553c140a 00:47:23 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:47:23 Removing intermediate container 9bcf0e0ea3d7 00:47:23 ---> 106106e6d2fa 00:47:23 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:47:23 ---> Running in 6ff9de8c6c66 00:47:23 ---> Running in 90163f670e85 00:47:23 ---> Running in df2b8725f077 00:47:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:24 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:47:24 OK: 217 MiB in 51 packages 00:47:24 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:47:24 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:47:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:25 OK: 217 MiB in 51 packages 00:47:25 OK: 217 MiB in 51 packages 00:47:26 OK: 217 MiB in 51 packages 00:47:26 OK: 217 MiB in 51 packages 00:47:26 Processing triggers for systemd (237-3ubuntu10.42) ... 00:47:26 Processing triggers for ureadahead (0.100.0-21) ... 00:47:26 Removing intermediate container 257e489f7a3e 00:47:26 ---> 1863b76a6845 00:47:26 Step 6/26 : COPY go.mod . 00:47:27 + sudo snap remove --purge lxd 00:47:27 snap "lxd" is not installed 00:47:27 + sudo groupadd --force --system lxd 00:47:27 ++ whoami 00:47:27 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:47:27 + newgrp - lxd 00:47:27 + sudo snap install lxd 00:47:28 Removing intermediate container 93ff97d4d894 00:47:28 ---> c2366b5554fc 00:47:28 Step 6/23 : COPY go.mod . 00:47:28 ---> 1315a327cc85 00:47:28 Step 7/26 : RUN go mod download 00:47:28 Removing intermediate container 90163f670e85 00:47:28 ---> 6dd2dfab2b90 00:47:28 Step 6/23 : COPY go.mod . 00:47:28 ---> Running in 096fe6d93c33 00:47:28 Removing intermediate container 6ff9de8c6c66 00:47:28 ---> 8c82476581e5 00:47:28 Step 6/24 : COPY go.mod . 00:47:28 Removing intermediate container df2b8725f077 00:47:28 ---> c2d71671a36a 00:47:28 Step 6/22 : COPY go.mod . 00:47:29 ---> 2be21eb770c7 00:47:29 Step 7/23 : RUN go mod download 00:47:29 ---> 82984b839cc9 00:47:29 Step 7/23 : RUN go mod download 00:47:29 ---> Running in 3d7f60fb2023 00:47:30 ---> 016e94ed95f4 00:47:30 Step 7/24 : RUN go mod download 00:47:30 ---> Running in 9600d488ae67 00:47:30 ---> cad57fe0c90e 00:47:30 Step 7/22 : RUN go mod download 00:47:30 ---> Running in ab227f4cb992 00:47:30 ---> Running in 9dc1ab8b8a16 00:47:32 Removing intermediate container 096fe6d93c33 00:47:32 ---> 751d7a0a74ac 00:47:32 Step 8/26 : COPY . . 00:47:35 Removing intermediate container 9600d488ae67 00:47:35 ---> 6898a7e2711e 00:47:35 Step 8/23 : COPY . . 00:47:35 Removing intermediate container 3d7f60fb2023 00:47:35 ---> f359a5f4ca01 00:47:35 Step 8/23 : COPY . . 00:47:35 2021-02-03T00:47:33Z INFO Waiting for automatic snapd restart... 00:47:36 Removing intermediate container ab227f4cb992 00:47:36 ---> e002174f64bc 00:47:36 Step 8/24 : COPY . . 00:47:36 Removing intermediate container 9dc1ab8b8a16 00:47:36 ---> dbfaded3beeb 00:47:36 Step 8/22 : COPY . . 00:47:50 lxd 4.10 from Canonical* installed 00:47:50 + sudo lxd init --auto 00:48:00 + sudo snap install --classic snapcraft 00:48:03 ---> f133dfc7af5c 00:48:03 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:48:03 ---> 82735f76257e 00:48:03 Step 9/23 : RUN make cmd/core-data/core-data 00:48:03 ---> Running in b37d174a46d1 00:48:03 ---> Running in 4462f9a2d07e 00:48:03 ---> 9dd0b518fede 00:48:03 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup ---> 4523df69395a 00:48:03 Step 9/23 : RUN make cmd/core-command/core-command 00:48:03 00:48:03 ---> 4247f3b4139a 00:48:03 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:48:03 ---> Running in c6f4d2bee7e3 00:48:03 ---> Running in 1cf0ca9ff954 00:48:03 ---> Running in 405bca46a2d3 00:48:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:48:03 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:48:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:48: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 00:48:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:48:04 snapcraft 4.4.4 from Canonical* installed 00:48:04 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:48:04 + patch --verbose -p1 00:48:04 Hmm... Looks like a unified diff to me... 00:48:04 The text leading up to this was: 00:48:04 -------------------------- 00:48:04 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:48:04 |From: Tony Espy 00:48:04 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:48:04 |Subject: [PATCH] optimize snap build for pipeline CI check 00:48:04 | 00:48:04 |This patch is used by the EdgeX CI pipeline builds to 00:48:04 |optimize the snap CI check run for pull requests. When 00:48:04 |applied, it essentially strips out everything (apps and 00:48:04 |parts) from the snapcraft.yaml file except those required 00:48:04 |to build edgex-go, as the whole idea of the CI check is to 00:48:04 |catch changes to edgex-go that break the snap build. 00:48:04 | 00:48:04 |In general, anyone updating snapcraft.yaml will also need 00:48:04 |to update this patch file, otherwise it may fail to apply, 00:48:04 |resulting in a failed snap build CI check in the associated 00:48:04 |pull request. 00:48:04 | 00:48:04 |Note - in addition to applying this patch, the pipeline also 00:48:04 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:48:04 |need to build the finally binary .snap file (and it won't 00:48:04 |work with the patch applied). This further reduces the build 00:48:04 |time. 00:48:04 |--- 00:48:04 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:48:04 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:48:04 | 00:48:04 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:48:04 |index 1e537489..faf42425 100644 00:48:04 |--- a/snap/snapcraft.yaml 00:48:04 |+++ b/snap/snapcraft.yaml 00:48:04 -------------------------- 00:48:04 patching file snap/snapcraft.yaml 00:48:04 Using Plan A... 00:48:04 Hunk #1 succeeded at 73. 00:48:04 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 00:48:04 Hunk #3 succeeded at 214 (offset -1 lines). 00:48:04 Hunk #4 FAILED at 223. 00:48:04 Hunk #5 succeeded at 300. 00:48:04 Hunk #6 succeeded at 327. 00:48:04 Hunk #7 succeeded at 361. 00:48:04 Hunk #8 FAILED at 412. 00:48:04 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:48:04 Hmm... Ignoring the trailing garbage. 00:48:04 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:48:05 Failed in branch amd64 00:49:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:49:44 Removing intermediate container 405bca46a2d3 00:49:44 ---> 39aa20b7e4b3 00:49:44 00:49:44 Step 10/24 : FROM alpine:3.12 00:49:44 3.12: Pulling from library/alpine 00:49:44 Removing intermediate container b37d174a46d1 00:49:44 ---> 20bd8afa3197 00:49:44 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:49:45 ---> Running in 338eefcaa69e 00:49:46 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:49:46 Status: Downloaded newer image for alpine:3.12 00:49:46 ---> afeebe901d6b 00:49:46 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:49:47 ---> Running in 0c954281997f 00:49: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 00:49:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:50 (1/5) Installing ca-certificates (20191127-r4) 00:49:50 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:49:50 (3/5) Installing libcurl (7.69.1-r3) 00:49:50 (4/5) Installing curl (7.69.1-r3) 00:49:50 (5/5) Installing dumb-init (1.2.2-r1) 00:49:50 Executing busybox-1.31.1-r19.trigger 00:49:50 Executing ca-certificates-20191127-r4.trigger 00:49:50 OK: 7 MiB in 19 packages 00:49:54 Removing intermediate container 338eefcaa69e 00:49:54 ---> 5340a85b8fef 00:49:54 00:49:54 Step 11/26 : FROM docker:20.10.0 00:49:54 20.10.0: Pulling from library/docker 00:49:54 Removing intermediate container 0c954281997f 00:49:54 ---> 87a85ccd8859 00:49:54 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:55 ---> Running in 3da1ef7ccd23 00:49:57 Removing intermediate container 3da1ef7ccd23 00:49:57 ---> c8b2001552bf 00:49:57 Step 13/24 : WORKDIR / 00:49:58 ---> Running in 993159b3937f 00:50:00 Removing intermediate container 993159b3937f 00:50:00 ---> a4a109d9e916 00:50:00 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:50:02 ---> f8991568a88b 00:50:02 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:50:03 Removing intermediate container 1cf0ca9ff954 00:50:03 ---> aab5c107b236 00:50:03 00:50:03 Step 10/23 : FROM alpine:3.12 00:50:03 ---> afeebe901d6b 00:50:03 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:50:04 Removing intermediate container c6f4d2bee7e3 00:50:04 ---> 8849b02c94a7 00:50:04 00:50:04 Step 10/22 : FROM alpine:3.12 00:50:04 ---> afeebe901d6b 00:50:04 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:50:04 ---> 4d67ea8677a7 00:50:04 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:50:04 ---> Running in 3c5d6a8c2cfb 00:50:04 ---> Running in 7d05b4791879 00:50:06 ---> 1fe804f8a496 00:50:06 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:50:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:07 (1/2) Installing ca-certificates (20191127-r4) 00:50:07 (1/1) Installing dumb-init (1.2.2-r1) 00:50:07 Executing busybox-1.31.1-r19.trigger 00:50:07 OK: 5 MiB in 15 packages 00:50:07 (2/2) Installing dumb-init (1.2.2-r1) 00:50:07 Executing busybox-1.31.1-r19.trigger 00:50:07 Executing ca-certificates-20191127-r4.trigger 00:50:08 OK: 6 MiB in 16 packages 00:50:09 ---> 86171aadff69 00:50:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:50:10 Removing intermediate container 3c5d6a8c2cfb 00:50:10 ---> 30f57221b987 00:50:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:10 ---> Running in 416ddedee072 00:50:11 Removing intermediate container 7d05b4791879 00:50:11 ---> 22fc6c2af752 00:50:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:50:11 ---> Running in 6bc7ac4193c6 00:50:11 ---> 76d7bf47f4c0 00:50:11 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:50:11 Removing intermediate container 416ddedee072 00:50:11 ---> 93d005f77f2d 00:50:11 Step 13/23 : ENV APP_PORT=48082 00:50:12 ---> Running in 874ceca1434c 00:50:12 Removing intermediate container 6bc7ac4193c6 00:50:12 ---> 50894f572f70 00:50:12 Step 13/22 : ENV APP_PORT=48060 00:50:12 ---> Running in 48a3de3e01cc 00:50:13 ---> cd60dd5bff11 00:50:13 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:50:13 Removing intermediate container 874ceca1434c 00:50:13 ---> 0b9099684615 00:50:13 Step 14/23 : EXPOSE $APP_PORT 00:50:13 ---> Running in 0a1cf41c733b 00:50:13 Removing intermediate container 48a3de3e01cc 00:50:13 ---> 97d533b9391e 00:50:13 Step 14/22 : EXPOSE $APP_PORT 00:50:13 ---> Running in e3e5c1430e2b 00:50:13 ---> Running in 08659066d6ca 00:50:14 Removing intermediate container e3e5c1430e2b 00:50:14 ---> b7bcabd2ac9d 00:50:14 Step 15/23 : WORKDIR / 00:50:14 Removing intermediate container 08659066d6ca 00:50:14 ---> 1aa4690ee2af 00:50:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:15 ---> Running in ad8fe00f7328 00:50:15 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:50:15 Status: Downloaded newer image for docker:20.10.0 00:50:15 ---> eeaf43b92773 00:50:15 Step 12/26 : RUN apk add --no-cache bash 00:50:15 ---> Running in 6000cf88d509 00:50:16 Removing intermediate container ad8fe00f7328 00:50:16 ---> b4a8c8b8c13b 00:50:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:16 ---> a7d055cfe62a 00:50:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:50:17 Removing intermediate container 4462f9a2d07e 00:50:17 ---> 1e59bf533788 00:50:17 00:50:17 Step 10/23 : FROM alpine:3.12 00:50:17 ---> afeebe901d6b 00:50:17 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:17 Removing intermediate container 0a1cf41c733b 00:50:17 ---> 2e6e6595b700 00:50:17 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:50:17 ---> 494d9fc15361 00:50:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:50:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:17 ---> Running in 4c88b9960eaa 00:50:17 ---> Running in 70f8abf0c03a 00:50:17 ---> 485f853adb0b 00:50:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:50:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:18 Removing intermediate container 4c88b9960eaa 00:50:18 ---> 69c533d8d05f 00:50:18 Step 12/23 : ENV APP_PORT=48080 00:50:18 Removing intermediate container 70f8abf0c03a 00:50:18 ---> 13bb2bd9cb39 00:50:18 Step 22/24 : LABEL arch=arm64 00:50:18 (1/2) Installing readline (8.0.4-r0) 00:50:18 (2/2) Installing bash (5.0.17-r0) 00:50:18 Executing bash-5.0.17-r0.post-install 00:50:18 Executing busybox-1.31.1-r19.trigger 00:50:18 OK: 12 MiB in 22 packages 00:50:18 ---> Running in 1782721dbc7c 00:50:18 ---> Running in 0bc953b09cb7 00:50:18 ---> 281ae77aec82 00:50:18 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:50:19 ---> 01036ac6e317 00:50:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:50:19 ---> Running in 3fb1867a1ce5 00:50:19 Removing intermediate container 0bc953b09cb7 00:50:19 ---> 9a123e2baf83 00:50:19 Step 13/23 : EXPOSE $APP_PORT 00:50:19 Removing intermediate container 1782721dbc7c 00:50:19 ---> 3c6dbed9f624 00:50:19 Step 23/24 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 00:50:19 ---> Running in 91e7d6386708 00:50:19 Removing intermediate container 3fb1867a1ce5 00:50:19 ---> 4086ba64d18f 00:50:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:19 ---> Running in bde664192c58 00:50:20 ---> dae10514c21e 00:50:20 Step 19/23 : ENTRYPOINT ["/core-command"] 00:50:20 ---> Running in 74262e37619b 00:50:20 ---> Running in d5fcd63f8ae4 00:50:20 Removing intermediate container 6000cf88d509 00:50:20 ---> ea43707ca467 00:50:20 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:50:20 Removing intermediate container 91e7d6386708 00:50:20 ---> 67673a554ed6 00:50:20 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:20 ---> Running in 99d98f09c591 00:50:20 ---> Running in 833057ca285c 00:50:20 Removing intermediate container 74262e37619b 00:50:20 ---> aaec3dac3f45 00:50:20 Step 20/22 : LABEL arch=arm64 00:50:20 Removing intermediate container bde664192c58 00:50:20 ---> ee3b1b7f6001 00:50:20 Step 24/24 : LABEL version=0.0.0 00:50:21 Removing intermediate container d5fcd63f8ae4 00:50:21 ---> 8d84560b8981 00:50:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:21 ---> Running in 979423614fd6 00:50:21 ---> Running in 6b6be4311234 00:50:21 ---> Running in d9203a0598f8 00:50:21 Removing intermediate container 99d98f09c591 00:50:21 ---> 5ec3e318de2f 00:50:21 Step 14/26 : ENV APP_PORT=48090 00:50:21 ---> Running in d0788f73737c 00:50:21 Removing intermediate container 6b6be4311234 00:50:21 ---> c6841a678e07 00:50:21 00:50:21 Removing intermediate container 979423614fd6 00:50:21 ---> a9c575fd6f04 00:50:21 Step 21/22 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 00:50:22 ---> Running in b6dac17704c5 00:50:22 Removing intermediate container d9203a0598f8 00:50:22 ---> a4de06a24f8c 00:50:22 Step 21/23 : LABEL arch=arm64 00:50:22 Removing intermediate container d0788f73737c 00:50:22 ---> 737a9ae3185d 00:50:22 Step 15/26 : EXPOSE $APP_PORT 00:50:22 Successfully built c6841a678e07 00:50:22 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:50:22  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 00:50:22 ---> Running in 13b01a12a897 00:50:22 ---> Running in 650383ef73ec 00:50:22 Removing intermediate container b6dac17704c5 00:50:22 ---> 2ac4cb7d0c2a 00:50:22 Step 22/22 : LABEL version=0.0.0 00:50:23 ---> Running in 38d0eedc774e 00:50:23 Removing intermediate container 13b01a12a897 00:50:23 ---> 7503b7b0ea1e 00:50:23 Step 22/23 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 00:50:23 Removing intermediate container 650383ef73ec 00:50:23 ---> 8692c7201c1a 00:50:23 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:50:23 ---> Running in 49349ee8768b 00:50:23 Removing intermediate container 38d0eedc774e 00:50:23 ---> 536e4b162860 00:50:23 00:50:24 Removing intermediate container 833057ca285c 00:50:24 ---> b61d8b637c71 00:50:24 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:50:24 Successfully built 536e4b162860 00:50:24 Successfully tagged docker-support-notifications-go-arm64:latest 00:50:24 Building docker-core-metadata-go 00:50:24  Building docker-support-notifications-go ... done  ---> Running in 2e67f6c91351 00:50:24 Removing intermediate container 49349ee8768b 00:50:24 ---> 16501eb90c58 00:50:24 Step 23/23 : LABEL version=0.0.0 00:50:25 ---> Running in 3d67e95c93ed 00:50:25 ---> 39c01ccb6b6a 00:50:25 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:50:26 Removing intermediate container 3d67e95c93ed 00:50:26 ---> d5f648fad449 00:50:26 00:50:26 Successfully built d5f648fad449 00:50:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:26 Successfully tagged docker-core-command-go-arm64:latest 00:50:26  Building docker-core-command-go ... done Building docker-support-scheduler-go 00:50:26 ---> af36196bcd19 00:50:26 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:50:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:27 ---> f1dfdb8a01ab 00:50:27 Step 19/26 : RUN apk --no-cache add py3-pip 00:50:28 ---> Running in 17c2bdf41936 00:50:28 (1/6) Installing dumb-init (1.2.2-r1) 00:50:28 (2/6) Installing libgcc (9.3.0-r2) 00:50:28 (3/6) Installing libsodium (1.0.18-r0) 00:50:28 (4/6) Installing libstdc++ (9.3.0-r2) 00:50:29 (5/6) Installing libzmq (4.3.3-r0) 00:50:29 (6/6) Installing zeromq (4.3.3-r0) 00:50:29 Executing busybox-1.31.1-r19.trigger 00:50:29 OK: 8 MiB in 20 packages 00:50:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:30 (1/33) Installing libbz2 (1.0.8-r1) 00:50:30 (2/33) Installing expat (2.2.9-r1) 00:50:30 (3/33) Installing libffi (3.3-r2) 00:50:30 (4/33) Installing gdbm (1.13-r1) 00:50:30 (5/33) Installing xz-libs (5.2.5-r0) 00:50:30 (6/33) Installing sqlite-libs (3.32.1-r0) 00:50:30 (7/33) Installing python3 (3.8.5-r0) 00:50:32 (8/33) Installing py3-appdirs (1.4.4-r1) 00:50:32 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:50:32 (10/33) Installing py3-parsing (2.4.7-r0) 00:50:32 (11/33) Installing py3-six (1.15.0-r0) 00:50:32 (12/33) Installing py3-packaging (20.4-r0) 00:50:32 (13/33) Installing py3-setuptools (47.0.0-r0) 00:50:33 (14/33) Installing py3-chardet (3.0.4-r4) 00:50:33 (15/33) Installing py3-idna (2.9-r0) 00:50:33 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:50:33 Removing intermediate container 2e67f6c91351 00:50:33 ---> 1b01acaca0b8 00:50:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:33 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:50:33 (18/33) Installing py3-requests (2.23.0-r0) 00:50:33 (19/33) Installing py3-msgpack (1.0.0-r0) 00:50:33 (20/33) Installing py3-lockfile (0.12.2-r3) 00:50:33 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:50:33 (22/33) Installing py3-colorama (0.4.3-r0) 00:50:33 (23/33) Installing py3-distlib (0.3.0-r0) 00:50:33 (24/33) Installing py3-distro (1.5.0-r1) 00:50:33 (25/33) Installing py3-webencodings (0.5.1-r3) 00:50:33 (26/33) Installing py3-html5lib (1.0.1-r4) 00:50:33 (27/33) Installing py3-pytoml (0.1.21-r0) 00:50:33 (28/33) Installing py3-pep517 (0.8.2-r0) 00:50:33 (29/33) Installing py3-progress (1.5-r0) 00:50:33 (30/33) Installing py3-toml (0.10.1-r0) 00:50:33 (31/33) Installing py3-retrying (1.3.3-r0) 00:50:33 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:50:33 (33/33) Installing py3-pip (20.1.1-r0) 00:50:33 Executing busybox-1.31.1-r19.trigger 00:50:33 OK: 71 MiB in 55 packages 00:50:34 ---> c36a4fbddc42 00:50:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:50:37 ---> 359d917c6957 00:50:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:50:38 ---> 5f6fbc195106 00:50:38 Step 19/23 : ENTRYPOINT ["/core-data"] 00:50:38 ---> Running in 828033f8d25e 00:50:39 Removing intermediate container 828033f8d25e 00:50:39 ---> fa27c085dea2 00:50:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:39 ---> Running in cbf69a8119b4 00:50:40 Removing intermediate container cbf69a8119b4 00:50:40 ---> 6cd8c33d8b15 00:50:40 Step 21/23 : LABEL arch=arm64 00:50:40 ---> Running in c9673f7eaa07 00:50:41 Removing intermediate container 17c2bdf41936 00:50:41 ---> 2fd4b5ff6c07 00:50:41 Step 20/26 : RUN pip install docker-compose==1.23.2 00:50:41 Removing intermediate container c9673f7eaa07 00:50:41 ---> 5780380fd2d5 00:50:41 Step 22/23 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 00:50:41 ---> Running in ab6a135fbff8 00:50:41 ---> Running in cae87b3685b8 00:50:42 Removing intermediate container cae87b3685b8 00:50:42 ---> 575f3db040e5 00:50:42 Step 23/23 : LABEL version=0.0.0 00:50:42 ---> Running in d087d743186b 00:50:43 Removing intermediate container d087d743186b 00:50:43 ---> ec72cb050c15 00:50:43 00:50:43 Successfully built ec72cb050c15 00:50:43 Successfully tagged docker-core-data-go-arm64:latest 00:50:43 Building docker-security-proxy-setup-go 00:50:48  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 00:50:48 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:50:48 Collecting docker<4.0,>=3.6.0 00:50:48 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:50:49 Collecting cached-property<2,>=1.2.0 00:50:49 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:50:49 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:50:51 Collecting PyYAML<4,>=3.10 00:50:51 Downloading PyYAML-3.13.tar.gz (270 kB) 00:50:55 Collecting texttable<0.10,>=0.9.0 00:50:55 Downloading texttable-0.9.1.tar.gz (11 kB) 00:50:57 Collecting dockerpty<0.5,>=0.4.1 00:50:57 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:51:00 Collecting websocket-client<1.0,>=0.32.0 00:51:00 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:51:00 Collecting docopt<0.7,>=0.6.1 00:51:00 Downloading docopt-0.6.2.tar.gz (25 kB) 00:51:05 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:51:05 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:51:05 Collecting jsonschema<3,>=2.5.1 00:51:05 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:51:05 Collecting docker-pycreds>=0.4.0 00:51:05 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:51:06 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:51:06 Collecting urllib3<1.25,>=1.21.1 00:51:06 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:51:07 Collecting idna<2.8,>=2.5 00:51:07 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:51:07 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:51:07 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:51:07 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:51:07 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:51:07 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:51:08 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:08 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:51:08 ---> b97c97021af2 00:51:08 Step 3/31 : WORKDIR /edgex-go 00:51:08 ---> Using cache 00:51:08 ---> 00b75fde1ac4 00:51:08 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:08 ---> Using cache 00:51:08 ---> 106106e6d2fa 00:51:08 Step 5/31 : RUN apk add --update --no-cache make git 00:51:08 Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, cached-property, PyYAML, texttable, dockerpty, docopt, jsonschema, docker-compose 00:51:08 Attempting uninstall: urllib3 00:51:08 Found existing installation: urllib3 1.25.9 00:51:08 Uninstalling urllib3-1.25.9: 00:51:09 Successfully uninstalled urllib3-1.25.9 00:51:10 Attempting uninstall: idna 00:51:10 Found existing installation: idna 2.9 00:51:10 Uninstalling idna-2.9: 00:51:10 Successfully uninstalled idna-2.9 00:51:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:51:11 ---> b97c97021af2 00:51:11 Step 3/23 : WORKDIR /edgex-go 00:51:11 ---> Using cache 00:51:11 ---> 00b75fde1ac4 00:51:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:11 ---> Using cache 00:51:11 ---> 106106e6d2fa 00:51:11 Step 5/23 : RUN apk add --update --no-cache make git 00:51:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:51:12 ---> b97c97021af2 00:51:12 Step 3/22 : WORKDIR /edgex-go 00:51:12 ---> Using cache 00:51:12 ---> 00b75fde1ac4 00:51:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:12 ---> Using cache 00:51:12 ---> 106106e6d2fa 00:51:12 Step 5/22 : RUN apk add --update --no-cache make git 00:51:12 Attempting uninstall: requests 00:51:12 Found existing installation: requests 2.23.0 00:51:12 Uninstalling requests-2.23.0: 00:51:12 Successfully uninstalled requests-2.23.0 00:51:15 ---> Running in 223114acd18d 00:51:15 ---> Running in 6e42ca050254 00:51:15 ---> Running in 0478e3f4c9a4 00:51:16 Running setup.py install for PyYAML: started 00:51:17 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:17 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:51:17 ---> b97c97021af2 00:51:17 Step 3/21 : WORKDIR /edgex-go 00:51:17 ---> Using cache 00:51:17 ---> 00b75fde1ac4 00:51:17 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:17 ---> Using cache 00:51:17 ---> 106106e6d2fa 00:51:17 Step 5/21 : RUN apk add --update --no-cache make git 00:51:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:18 ---> Running in 479f0a8afe7e 00:51:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:19 Running setup.py install for PyYAML: finished with status 'done' 00:51:19 Running setup.py install for texttable: started 00:51:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:19 OK: 217 MiB in 51 packages 00:51:19 OK: 217 MiB in 51 packages 00:51:20 OK: 217 MiB in 51 packages 00:51:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:21 OK: 217 MiB in 51 packages 00:51:21 Removing intermediate container 6e42ca050254 00:51:21 ---> bc0c992e7fa5 00:51:21 Step 6/23 : COPY go.mod . 00:51:21 Removing intermediate container 0478e3f4c9a4 00:51:21 ---> cf0f37da1979 00:51:21 Step 6/22 : COPY go.mod . 00:51:21 Running setup.py install for texttable: finished with status 'done' 00:51:21 Running setup.py install for dockerpty: started 00:51:21 Removing intermediate container 223114acd18d 00:51:21 ---> 8b8f3f0c0ae7 00:51:21 Step 6/31 : COPY go.mod . 00:51:22 ---> 8dfa929b66b2 00:51:22 Step 7/23 : RUN go mod download 00:51:22 ---> Running in 1c5b07e8c521 00:51:22 ---> fc776e8e0ac8 00:51:22 Step 7/22 : RUN go mod download 00:51:23 ---> Running in 391a3e008e39 00:51:23 Removing intermediate container 479f0a8afe7e 00:51:23 ---> ed33c68b661c 00:51:23 Step 6/21 : COPY go.mod . 00:51:23 ---> bebbaaf107aa 00:51:23 Step 7/31 : RUN go mod download 00:51:23 ---> Running in 47bfca83806e 00:51:24 ---> 2ecfe4575e1c 00:51:24 Step 7/21 : RUN go mod download 00:51:24 ---> Running in 18f9555d3c66 00:51:24 Running setup.py install for dockerpty: finished with status 'done' 00:51:24 Running setup.py install for docopt: started 00:51:27 Removing intermediate container 1c5b07e8c521 00:51:27 ---> 77f40e17e2b0 00:51:27 Step 8/23 : COPY . . 00:51:27 Removing intermediate container 391a3e008e39 00:51:27 ---> bc9bf7c5004c 00:51:27 Step 8/22 : COPY . . 00:51:28 Removing intermediate container 47bfca83806e 00:51:28 ---> 40a93b3cba3f 00:51:28 Step 8/31 : COPY . . 00:51:28 Running setup.py install for docopt: finished with status 'done' 00:51:28 Removing intermediate container 18f9555d3c66 00:51:28 ---> 39780b26f7ce 00:51:28 Step 8/21 : COPY . . 00:51:29 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:51:42 Removing intermediate container ab6a135fbff8 00:51:42 ---> ecb71882b933 00:51:42 Step 21/26 : RUN apk --no-cache add curl 00:51:42 ---> Running in 4183e663e82b 00:51:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:43 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:51:43 (2/3) Installing libcurl (7.69.1-r3) 00:51:43 (3/3) Installing curl (7.69.1-r3) 00:51:43 Executing busybox-1.31.1-r19.trigger 00:51:43 OK: 71 MiB in 58 packages 00:51:48 Removing intermediate container 4183e663e82b 00:51:48 ---> 79fd012ee602 00:51:48 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:51:49 ---> Running in 5fbed8ba7fac 00:51:49 ---> 609d64fed71c 00:51:49 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:51:49 ---> Running in 6449f8d1ec0e 00:51:49 ---> 5ff6d2e8cbf2 00:51:49 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:51:49 ---> 48e92a2d5404 00:51:49 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:51:49 ---> Running in be9dc616e6fe 00:51:50 ---> Running in 4209dafe1aaf 00:51:50 ---> a939cc1707f5 00:51:50 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:51:50 Removing intermediate container 5fbed8ba7fac 00:51:50 ---> 71c956c30644 00:51:50 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:50 ---> Running in ea4c1a6de2e0 00:51:50 ---> Running in 8ecd598b5892 00:51:51 Removing intermediate container ea4c1a6de2e0 00:51:51 ---> 0be30a6fa846 00:51:51 Step 24/26 : LABEL arch=arm64 00:51:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:51:51 ---> Running in 48e0c5964850 00:51:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:51:52 Removing intermediate container 48e0c5964850 00:51:52 ---> 9ef632c36247 00:51:52 Step 25/26 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 00:51:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:51:52 ---> Running in ec95f10386ce 00:51:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:51:53 Removing intermediate container ec95f10386ce 00:51:53 ---> 9a0e5f2dcba3 00:51:53 Step 26/26 : LABEL version=0.0.0 00:51:53 ---> Running in d2e638b71be4 00:51:53 Removing intermediate container d2e638b71be4 00:51:53 ---> f95a10a15973 00:51:53 00:51:54 Successfully built f95a10a15973 00:51:54 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:53:02  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:53:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:53:17 Removing intermediate container 8ecd598b5892 00:53:17 ---> dc428a550223 00:53:17 00:53:17 Step 10/21 : FROM alpine:3.12 00:53:17 ---> afeebe901d6b 00:53:17 Step 11/21 : RUN apk add --update --no-cache curl 00:53:17 ---> Running in 24ee3c5b7e7f 00:53:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:18 (1/4) Installing ca-certificates (20191127-r4) 00:53:18 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:53:18 (3/4) Installing libcurl (7.69.1-r3) 00:53:18 (4/4) Installing curl (7.69.1-r3) 00:53:18 Executing busybox-1.31.1-r19.trigger 00:53:18 Executing ca-certificates-20191127-r4.trigger 00:53:18 OK: 7 MiB in 18 packages 00:53:21 Removing intermediate container 24ee3c5b7e7f 00:53:21 ---> 8485320a4add 00:53:21 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:53:22 ---> Running in 489c2d7fff2a 00:53:22 Removing intermediate container 489c2d7fff2a 00:53:22 ---> ff5a84cd0e21 00:53:22 Step 13/21 : WORKDIR /edgex 00:53:23 ---> Running in 86507581e429 00:53:24 Removing intermediate container 86507581e429 00:53:24 ---> 783fd6f513e1 00:53:24 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:53:26 ---> 07957ab0de02 00:53:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:53:26 Removing intermediate container 4209dafe1aaf 00:53:26 ---> 182a07451717 00:53:26 00:53:26 Step 10/31 : FROM alpine:3.12 00:53:26 ---> afeebe901d6b 00:53:26 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:53:27 Removing intermediate container be9dc616e6fe 00:53:27 ---> a535eefa2f08 00:53:27 00:53:27 Step 10/22 : FROM alpine:3.12 00:53:27 ---> afeebe901d6b 00:53:27 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:53:27 ---> Using cache 00:53:27 ---> 30f57221b987 00:53:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:53:27 ---> Using cache 00:53:27 ---> 93d005f77f2d 00:53:27 Step 13/22 : ENV APP_PORT=48085 00:53:27 ---> Running in 5d32f326f5e4 00:53:27 ---> Running in d87b7e2659cd 00:53:27 ---> 2c5a3beaf078 00:53:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:53:28 Removing intermediate container 5d32f326f5e4 00:53:28 ---> d8e32ed6780f 00:53:28 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:53:28 ---> Running in bb846b7a4f80 00:53:28 Removing intermediate container d87b7e2659cd 00:53:28 ---> 3670a5ba49ab 00:53:28 Step 14/22 : EXPOSE $APP_PORT 00:53:29 ---> Running in d5fc0575177b 00:53:29 ---> 82ff2881ab26 00:53:29 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:53:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:30 ---> Running in ff5c31d3710a 00:53:30 Removing intermediate container d5fc0575177b 00:53:30 ---> 42a4a0de1d45 00:53:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:31 Removing intermediate container ff5c31d3710a 00:53:31 ---> 0d391dd25bdc 00:53:31 Step 18/21 : CMD ["--init=true"] 00:53:31 (1/2) Installing dumb-init (1.2.2-r1) 00:53:31 (2/2) Installing su-exec (0.2-r1) 00:53:31 Executing busybox-1.31.1-r19.trigger 00:53:31 OK: 5 MiB in 16 packages 00:53:31 Removing intermediate container 6449f8d1ec0e 00:53:31 ---> 34ff899e923b 00:53:31 00:53:31 Step 10/23 : FROM alpine:3.12 00:53:31 ---> afeebe901d6b 00:53:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:53:31 ---> Using cache 00:53:31 ---> 30f57221b987 00:53:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:53:31 ---> Using cache 00:53:31 ---> 93d005f77f2d 00:53:31 Step 13/23 : ENV APP_PORT=48081 00:53:31 ---> Running in 4867bff78abc 00:53:31 ---> 50da39b44e5a 00:53:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:53:31 ---> Running in 357197d58b2b 00:53:31 Removing intermediate container 4867bff78abc 00:53:31 ---> a2cae0d86c73 00:53:31 Step 19/21 : LABEL arch=arm64 00:53:32 ---> Running in a1793c74250f 00:53:32 Removing intermediate container 357197d58b2b 00:53:32 ---> b1fa12637d9d 00:53:32 Step 14/23 : EXPOSE $APP_PORT 00:53:32 ---> Running in 92a9773daf02 00:53:33 Removing intermediate container bb846b7a4f80 00:53:33 ---> 8984a5a190e4 00:53:33 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:53:33 Removing intermediate container a1793c74250f 00:53:33 ---> 68a273c2a950 00:53:33 Step 20/21 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 00:53:33 Removing intermediate container 92a9773daf02 00:53:33 ---> f12bd5dee921 00:53:33 Step 15/23 : WORKDIR / 00:53:33 ---> aedec5fe95e0 00:53:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:53:33 ---> Running in c14370b0d179 00:53:33 ---> Running in fd155d380e7f 00:53:33 ---> Running in 4fe39d29dac8 00:53:33 Removing intermediate container c14370b0d179 00:53:33 ---> ed4c5c4d384b 00:53:33 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:53:33 ---> Running in d424d6c76a7c 00:53:34 Removing intermediate container fd155d380e7f 00:53:34 ---> 95c78875f26f 00:53:34 Step 21/21 : LABEL version=0.0.0 00:53:34 Removing intermediate container 4fe39d29dac8 00:53:34 ---> 5e900c584e5b 00:53:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:34 ---> 081b9839a98b 00:53:34 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:53:34 ---> Running in ae3bd799207e 00:53:34 ---> Running in 6e773f798fa3 00:53:34 Removing intermediate container d424d6c76a7c 00:53:34 ---> 35725e5f7e14 00:53:34 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:53:34 ---> Running in 3249417f4228 00:53:35 Removing intermediate container ae3bd799207e 00:53:35 ---> a325b63fa0db 00:53:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:35 Removing intermediate container 6e773f798fa3 00:53:35 ---> 89c9a8355710 00:53:35 00:53:35 ---> 1588474a93bc 00:53:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:53:35 ---> Running in e9880fe4f16f 00:53:35 Successfully built 89c9a8355710 00:53:35 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:53:36  Building docker-security-proxy-setup-go ... done Removing intermediate container e9880fe4f16f 00:53:36 ---> 4da7fce94886 00:53:36 Step 20/22 : LABEL arch=arm64 00:53:36 ---> Running in 69a46f8d7f5f 00:53:37 ---> 28724c2f266e 00:53:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:53:37 Removing intermediate container 69a46f8d7f5f 00:53:37 ---> e090884af2eb 00:53:37 Step 21/22 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 00:53:37 ---> Running in f3bf1dcc951e 00:53:38 Removing intermediate container 3249417f4228 00:53:38 ---> 26c935d99ab0 00:53:38 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:53:38 ---> fb631f8fc425 00:53:38 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:53:38 ---> Running in ec3e7db23d00 00:53:38 Removing intermediate container f3bf1dcc951e 00:53:38 ---> 37c15276be29 00:53:38 Step 22/22 : LABEL version=0.0.0 00:53:38 ---> Running in 809376dbf774 00:53:38 ---> Running in 84a565a18450 00:53:38 Removing intermediate container ec3e7db23d00 00:53:38 ---> 61a7121e9b37 00:53:38 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:53:38 Removing intermediate container 809376dbf774 00:53:38 ---> 9a5598104a47 00:53:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:38 Removing intermediate container 84a565a18450 00:53:38 ---> 4e6f397cfc02 00:53:38 00:53:39 ---> Running in c1862e7b8d5d 00:53:39 Successfully built 4e6f397cfc02 00:53:39 Successfully tagged docker-support-scheduler-go-arm64:latest 00:53:39  Building docker-support-scheduler-go ... done Removing intermediate container c1862e7b8d5d 00:53:39 ---> 673e67499f0c 00:53:39 Step 21/23 : LABEL arch=arm64 00:53:39 ---> 62da5842f895 00:53:39 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:53:40 ---> Running in 0a5d2c344f92 00:53:40 ---> Running in 61c1e2e89bb2 00:53:40 Removing intermediate container 0a5d2c344f92 00:53:40 ---> 050637a8240b 00:53:40 Step 22/23 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 00:53:40 ---> Running in 3bacaede07fe 00:53:41 Removing intermediate container 3bacaede07fe 00:53:41 ---> 7c0e64ad1d38 00:53:41 Step 23/23 : LABEL version=0.0.0 00:53:41 ---> Running in 683eb979a466 00:53:42 Removing intermediate container 683eb979a466 00:53:42 ---> 5d1c600c6b27 00:53:42 00:53:42 Successfully built 5d1c600c6b27 00:53:42 Successfully tagged docker-core-metadata-go-arm64:latest 00:53:42  Building docker-core-metadata-go ... done Removing intermediate container 61c1e2e89bb2 00:53:42 ---> 53ac04ea4dfd 00:53:42 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:43 ---> d873c27c99a0 00:53:43 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:53:44 ---> e1f72bfe3bf0 00:53:44 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:53:45 ---> 588e6c111454 00:53:45 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:53:46 ---> 3223e08a10d1 00:53:46 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:53:47 ---> 31cc5ae35e43 00:53:47 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:53:47 ---> Running in ce5a9afc36eb 00:53:48 Removing intermediate container ce5a9afc36eb 00:53:48 ---> 731e5198a5f5 00:53:48 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:53:48 ---> 87cfbc52bf1d 00:53:48 Step 26/31 : RUN chmod +x /entrypoint.sh 00:53:49 ---> Running in cf2a50ea5ec5 00:53:51 Removing intermediate container cf2a50ea5ec5 00:53:51 ---> 1d5a38a72fef 00:53:51 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:53:52 ---> Running in c51e2c31468d 00:53:52 Removing intermediate container c51e2c31468d 00:53:52 ---> 7857d0a032f2 00:53:52 Step 28/31 : CMD ["gate"] 00:53:52 ---> Running in 461e3b23e061 00:53:53 Removing intermediate container 461e3b23e061 00:53:53 ---> 90bd00c0f5cb 00:53:53 Step 29/31 : LABEL arch=arm64 00:53:53 ---> Running in 7f5c6a6af65a 00:53:54 Removing intermediate container 7f5c6a6af65a 00:53:54 ---> 192b65fc7063 00:53:54 Step 30/31 : LABEL git_sha=69a05121e95bf144923a0a9afed4047b674ba8a3 00:53:54 ---> Running in 920630c9d501 00:53:54 Removing intermediate container 920630c9d501 00:53:54 ---> d9c41bc339ae 00:53:54 Step 31/31 : LABEL version=0.0.0 00:53:55 ---> Running in 151989d5deaf 00:53:55 Removing intermediate container 151989d5deaf 00:53:55 ---> cf5d28766ee6 00:53:55 00:53:56 Successfully built cf5d28766ee6 00:53:56 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:53:56  Building docker-security-bootstrapper-go ... done  [Pipeline] } 00:53:56 $ docker stop --time=1 d13d8a1ae2c46c0a91dc4b0648c20f10d3357a519ca1b5b484c45aed2a003fa1 00:53:58 $ docker rm -f d13d8a1ae2c46c0a91dc4b0648c20f10d3357a519ca1b5b484c45aed2a003fa1 [Pipeline] // withDockerContainer [Pipeline] sh 00:53:59 + docker images 00:53:59 + grep docker 00:53:59 docker-security-bootstrapper-go-arm64 latest cf5d28766ee6 4 seconds ago 22.6MB 00:53:59 docker-core-metadata-go-arm64 latest 5d1c600c6b27 18 seconds ago 17.7MB 00:53:59 docker-support-scheduler-go-arm64 latest 4e6f397cfc02 21 seconds ago 16.1MB 00:53:59 docker-security-proxy-setup-go-arm64 latest 89c9a8355710 24 seconds ago 23.2MB 00:53:59 docker-sys-mgmt-agent-go-arm64 latest f95a10a15973 2 minutes ago 300MB 00:53:59 docker-core-data-go-arm64 latest ec72cb050c15 3 minutes ago 21MB 00:53:59 docker-core-command-go-arm64 latest d5f648fad449 3 minutes ago 16MB 00:53:59 docker-support-notifications-go-arm64 latest 536e4b162860 3 minutes ago 16.6MB 00:53:59 docker-security-secretstore-setup-go-arm64 latest c6841a678e07 3 minutes ago 23.4MB 00:53:59 docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:54:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:54:05 ---> package-listing.sh 00:54:05 ++ tr '[:upper:]' '[:lower:]' 00:54:05 ++ facter osfamily 00:54:05 + OS_FAMILY=redhat 00:54:05 + workspace=/w/workspace/edgex-go/55 00:54:05 + START_PACKAGES=/tmp/packages_start.txt 00:54:05 + END_PACKAGES=/tmp/packages_end.txt 00:54:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:54:05 + PACKAGES=/tmp/packages_start.txt 00:54:05 + '[' /w/workspace/edgex-go/55 ']' 00:54:05 + PACKAGES=/tmp/packages_end.txt 00:54:05 + case "${OS_FAMILY}" in 00:54:05 + rpm -qa 00:54:05 + sort 00:54:12 + '[' -f /tmp/packages_start.txt ']' 00:54:12 + '[' -f /tmp/packages_end.txt ']' 00:54:12 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:54:12 + '[' /w/workspace/edgex-go/55 ']' 00:54:12 + mkdir -p /w/workspace/edgex-go/55/archives/ 00:54:12 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/55/archives/ [Pipeline] echo 00:54:12 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/55/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:54:12 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:54:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:13 00:54:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:54:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:13 alpine: Pulling from edgex-lftools-log-publisher 00:54:13 df20fa9351a1: Pulling fs layer 00:54:13 36b3adc4ff6f: Pulling fs layer 00:54:13 8ad3a11d3b57: Pulling fs layer 00:54:13 46f8f816bc3b: Pulling fs layer 00:54:13 93b61091891f: Pulling fs layer 00:54:13 93b9cdb0e59b: Pulling fs layer 00:54:13 5e14af77c1be: Pulling fs layer 00:54:13 01666e4c0597: Pulling fs layer 00:54:13 aa168da1d23b: Pulling fs layer 00:54:13 46f8f816bc3b: Waiting 00:54:13 93b61091891f: Waiting 00:54:13 93b9cdb0e59b: Waiting 00:54:13 5e14af77c1be: Waiting 00:54:13 01666e4c0597: Waiting 00:54:13 aa168da1d23b: Waiting 00:54:13 36b3adc4ff6f: Verifying Checksum 00:54:13 36b3adc4ff6f: Download complete 00:54:13 46f8f816bc3b: Verifying Checksum 00:54:13 46f8f816bc3b: Download complete 00:54:13 df20fa9351a1: Verifying Checksum 00:54:13 df20fa9351a1: Download complete 00:54:13 93b9cdb0e59b: Verifying Checksum 00:54:13 93b9cdb0e59b: Download complete 00:54:13 5e14af77c1be: Verifying Checksum 00:54:13 5e14af77c1be: Download complete 00:54:13 93b61091891f: Verifying Checksum 00:54:13 93b61091891f: Download complete 00:54:13 01666e4c0597: Verifying Checksum 00:54:13 01666e4c0597: Download complete 00:54:14 df20fa9351a1: Pull complete 00:54:14 36b3adc4ff6f: Pull complete 00:54:14 8ad3a11d3b57: Verifying Checksum 00:54:14 8ad3a11d3b57: Download complete 00:54:16 8ad3a11d3b57: Pull complete 00:54:16 46f8f816bc3b: Pull complete 00:54:18 aa168da1d23b: Verifying Checksum 00:54:18 aa168da1d23b: Download complete 00:54:18 93b61091891f: Pull complete 00:54:19 93b9cdb0e59b: Pull complete 00:54:19 5e14af77c1be: Pull complete 00:54:19 01666e4c0597: Pull complete 00:54:32 aa168da1d23b: Pull complete 00:54:32 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:54:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:54:32 prd-centos7-docker-4c-2g-24644 does not seem to be running inside a container 00:54:32 $ 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/55/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/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@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-lftools-log-publisher:alpine cat 00:54:37 $ docker top b65f03207fc4b163a48a265c1294447e6727726111f363b70b4215db86289230 -eo pid,comm [Pipeline] { [Pipeline] sh 00:54:37 + touch /tmp/pre-build-complete [Pipeline] sh 00:54:38 + mkdir -p /var/log/sa [Pipeline] sh 00:54:38 + ls /var/log/sa-host 00:54:38 + sadf -c /var/log/sa-host/sa03 00:54:38 file_magic: OK 00:54:38 HZ: Using current value: 100 00:54:38 file_header: OK 00:54:38 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:54:38 Statistics: 00:54:38 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:54:38 File successfully converted to sysstat format version 12.2.1 00:54:38 + sadf -c /var/log/sa-host/sa23 00:54:38 file_magic: OK 00:54:38 HZ: Using current value: 100 00:54:38 file_header: OK 00:54:38 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:54:38 Statistics: 00:54:38 Hnuu...uuuununununu... 00:54:38 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:54:39 provisioning config files... 00:54:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/55@tmp/config2470776282989690122tmp [Pipeline] { [Pipeline] echo 00:54:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:54:39 ---> create-netrc.sh [Pipeline] } 00:54:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:54:40 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:54:40 ---> python-tools-install.sh [Pipeline] echo 00:54:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:54:40 ---> sudo-logs.sh 00:54:40 Archiving 'sudo' log.. [Pipeline] echo 00:54:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:54:41 ---> job-cost.sh 00:54:41 lf-activate-venv: SKIPPING 00:54:41 INFO: No Stack... 00:54:42 INFO: Retrieving Pricing Info for: v1-standard-2 00:54:42 INFO: Archiving Costs [Pipeline] echo 00:54:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:54:43 ---> logs-deploy.sh 00:54:43 lf-activate-venv: SKIPPING 00:54:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/55 00:54:43 INFO: archiving workspace using pattern(s): 00:54:45 Archives upload complete. 00:54:45 INFO: archiving logs to Nexus 00:54:47 ---> uname -a: 00:54:47 Linux prd-centos7-docker-4c-2g-24644.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:54:47 00:54:47 00:54:47 ---> lscpu: 00:54:47 Architecture: x86_64 00:54:47 CPU op-mode(s): 32-bit, 64-bit 00:54:47 Byte Order: Little Endian 00:54:47 Address sizes: 40 bits physical, 48 bits virtual 00:54:47 CPU(s): 4 00:54:47 On-line CPU(s) list: 0-3 00:54:47 Thread(s) per core: 1 00:54:47 Core(s) per socket: 1 00:54:47 Socket(s): 4 00:54:47 NUMA node(s): 1 00:54:47 Vendor ID: GenuineIntel 00:54:47 CPU family: 6 00:54:47 Model: 44 00:54:47 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:54:47 Stepping: 1 00:54:47 CPU MHz: 2933.438 00:54:47 BogoMIPS: 5866.87 00:54:47 Virtualization: VT-x 00:54:47 Hypervisor vendor: KVM 00:54:47 Virtualization type: full 00:54:47 L1d cache: 128 KiB 00:54:47 L1i cache: 128 KiB 00:54:47 L2 cache: 16 MiB 00:54:47 L3 cache: 64 MiB 00:54:47 NUMA node0 CPU(s): 0-3 00:54:47 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:54:47 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:54:47 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:54:47 Vulnerability Meltdown: Mitigation; PTI 00:54:47 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:54:47 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:54:47 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:54:47 Vulnerability Srbds: Not affected 00:54:47 Vulnerability Tsx async abort: Not affected 00:54:47 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:54:47 00:54:47 00:54:47 ---> nproc: 00:54:47 4 00:54:47 00:54:47 00:54:47 ---> df -h: 00:54:47 Filesystem Size Used Available Use% Mounted on 00:54:47 overlay 50.0G 11.3G 38.7G 23% / 00:54:47 tmpfs 64.0M 0 64.0M 0% /dev 00:54:47 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:54:47 shm 64.0M 0 64.0M 0% /dev/shm 00:54:47 /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os 00:54:47 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf 00:54:47 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname 00:54:47 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts 00:54:47 /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json 00:54:47 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host 00:54:47 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure 00:54:47 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log 00:54:47 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/55 00:54:47 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/55@tmp 00:54:47 00:54:47 00:54:47 ---> free -m: 00:54:47 total used free shared buff/cache available 00:54:47 Mem: 1837 710 218 0 908 1039 00:54:47 Swap: 1023 53 970 00:54:47 00:54:47 00:54:47 ---> ip addr: 00:54:47 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:54:47 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:54:47 inet 127.0.0.1/8 scope host lo 00:54:47 valid_lft forever preferred_lft forever 00:54:47 inet6 ::1/128 scope host 00:54:47 valid_lft forever preferred_lft forever 00:54:47 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:54:47 link/ether fa:16:3e:8c:73:d4 brd ff:ff:ff:ff:ff:ff 00:54:47 inet 10.30.122.26/23 brd 10.30.123.255 scope global dynamic eth0 00:54:47 valid_lft 84937sec preferred_lft 84937sec 00:54:47 inet6 fe80::f816:3eff:fe8c:73d4/64 scope link 00:54:47 valid_lft forever preferred_lft forever 00:54:47 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:54:47 link/ether 02:42:a9:74:08:05 brd ff:ff:ff:ff:ff:ff 00:54:47 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:54:47 valid_lft forever preferred_lft forever 00:54:47 inet6 fe80::42:a9ff:fe74:805/64 scope link 00:54:47 valid_lft forever preferred_lft forever 00:54:47 00:54:47 00:54:47 ---> sar -b -r -n DEV: 00:54:47 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/03/21 _x86_64_ (4 CPU) 00:54:47 00:54:47 00:30:11 LINUX RESTART (4 CPU) 00:54:47 00:54:47 00:31:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:54:47 00:32:01 57.17 22.77 34.40 0.00 2354.72 7173.71 0.00 00:54:47 00:33:01 103.87 64.45 39.42 0.00 8764.43 14129.58 0.00 00:54:47 00:34:02 258.72 68.61 190.11 0.00 3843.64 44941.68 0.00 00:54:47 00:35:01 137.41 70.70 66.71 0.00 2249.22 8489.23 0.00 00:54:47 00:36:01 81.00 30.06 50.94 0.00 1210.56 6446.01 0.00 00:54:47 00:37:01 69.46 29.36 40.09 0.00 1332.45 2553.89 0.00 00:54:47 00:38:02 74.28 29.23 45.06 0.00 2106.71 4664.28 0.00 00:54:47 00:39:01 50.46 8.84 41.63 0.00 411.83 15221.81 0.00 00:54:47 00:40:03 316.82 130.29 186.53 0.00 68744.63 126331.69 0.00 00:54:47 00:41:04 1713.00 1483.77 229.24 0.00 107128.96 111857.85 0.00 00:54:47 00:42:01 1271.40 1127.83 143.57 0.00 61645.84 69277.20 0.00 00:54:47 00:43:03 230.24 32.76 197.48 0.00 7646.07 42948.83 0.00 00:54:47 00:44:02 1205.87 939.97 265.90 0.00 83294.40 118998.14 0.00 00:54:47 00:45:02 1308.46 1064.47 243.99 0.00 70329.48 72657.20 0.00 00:54:47 00:46:01 292.99 102.74 190.26 0.00 9857.03 21515.89 0.00 00:54:47 00:47:01 7.77 2.25 5.52 0.00 33.01 186.96 0.00 00:54:47 00:48:01 0.37 0.00 0.37 0.00 0.00 4.66 0.00 00:54:47 00:49:01 0.28 0.02 0.27 0.00 0.13 3.40 0.00 00:54:47 00:50:01 0.63 0.02 0.62 0.00 0.27 6.51 0.00 00:54:47 00:51:01 0.15 0.00 0.15 0.00 0.00 1.60 0.00 00:54:47 00:52:01 0.32 0.03 0.28 0.00 0.80 3.40 0.00 00:54:47 00:53:01 0.27 0.00 0.27 0.00 0.00 2.73 0.00 00:54:47 00:54:01 0.28 0.00 0.28 0.00 0.00 3.23 0.00 00:54:47 Average: 310.62 224.78 85.84 0.00 18744.24 29106.68 0.00 00:54:47 00:54:47 00:31:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:54:47 00:32:01 86332 0 555852 29.54 2620 1236740 1096292 37.41 488348 1107252 12348 00:54:47 00:33:01 166248 0 658036 34.97 2620 1054640 1533672 52.34 625936 884680 53324 00:54:47 00:34:02 77652 0 766704 40.75 1492 1035696 1566380 53.46 655972 855564 84504 00:54:47 00:35:01 180100 0 738204 39.23 1492 961748 1750380 59.74 575320 852640 63040 00:54:47 00:36:01 177808 0 810268 43.06 600 892868 1867600 63.74 697176 724640 65284 00:54:47 00:37:01 245916 0 758192 40.30 600 876836 1750672 59.75 604164 746960 95508 00:54:47 00:38:02 254748 0 744452 39.57 492 881852 1430196 48.81 618264 721472 68068 00:54:47 00:39:01 63912 0 777312 41.31 444 1039876 1624756 55.45 643424 893020 72312 00:54:47 00:40:03 137020 0 819896 43.58 0 924628 2271832 77.53 615716 927296 31644 00:54:47 00:41:04 65536 0 844664 44.89 0 971344 2370484 80.90 762136 822684 50468 00:54:47 00:42:01 289868 0 1048996 55.75 0 542680 3400580 116.06 688412 644840 49608 00:54:47 00:43:03 75924 0 723104 38.43 0 1082516 1535868 52.42 682996 870412 8892 00:54:47 00:44:02 275652 0 920936 48.95 0 684956 2648528 90.39 601124 748252 12456 00:54:47 00:45:02 464732 0 787000 41.83 0 629812 2605136 88.91 506288 664408 92 00:54:47 00:46:01 417164 0 667740 35.49 0 796640 1465408 50.01 555508 665744 28 00:54:47 00:47:01 449700 0 634552 33.73 0 797292 1228392 41.92 526988 665024 12 00:54:47 00:48:01 450996 0 633252 33.66 0 797296 1215028 41.47 526400 664788 8 00:54:47 00:49:01 453000 0 631184 33.55 0 797360 1196752 40.84 525500 664652 20 00:54:47 00:50:01 454004 0 630236 33.50 0 797304 1196524 40.84 524940 664636 16 00:54:47 00:51:01 453856 0 630368 33.50 0 797320 1196524 40.84 525076 664644 8 00:54:47 00:52:01 453428 0 630788 33.53 0 797328 1196596 40.84 525060 664660 8 00:54:47 00:53:01 453336 0 630864 33.53 0 797344 1196524 40.84 524984 664668 12 00:54:47 00:54:01 452720 0 631476 33.56 0 797348 1196656 40.84 525384 664668 12 00:54:47 Average: 286941 0 724960 38.53 450 869192 1675686 57.19 588049 758591 29029 00:54:47 00:54:47 00:31:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:54:47 00:32:01 eth0 631.00 518.52 3370.22 80.49 0.00 0.00 0.00 0.00 00:54:47 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:33:01 eth0 739.50 788.82 3008.88 118.98 0.00 0.00 0.00 0.00 00:54:47 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:33:01 docker0 731.02 654.51 64.01 2658.09 0.00 0.00 0.00 0.00 00:54:47 00:34:02 eth0 480.85 378.23 3680.68 37.53 0.00 0.00 0.00 0.00 00:54:47 00:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:34:02 docker0 148.63 198.71 10.78 858.61 0.00 0.00 0.00 0.00 00:54:47 00:35:01 veth349c761 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:54:47 00:35:01 eth0 22.88 19.13 25.25 9.73 0.00 0.00 0.00 0.00 00:54:47 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:36:01 veth349c761 0.53 0.53 0.04 0.04 0.00 0.00 0.00 0.00 00:54:47 00:36:01 eth0 35.06 28.92 19.69 75.35 0.00 0.00 0.00 0.00 00:54:47 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:36:01 docker0 0.53 0.53 0.04 0.04 0.00 0.00 0.00 0.00 00:54:47 00:37:01 veth349c761 1.21 1.21 0.10 0.10 0.00 0.00 0.00 0.00 00:54:47 00:37:01 eth0 16.58 12.15 11.56 6.43 0.00 0.00 0.00 0.00 00:54:47 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:37:01 docker0 1.21 1.21 0.08 0.10 0.00 0.00 0.00 0.00 00:54:47 00:38:02 veth349c761 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:38:02 eth0 13.91 8.73 12.21 6.50 0.00 0.00 0.00 0.00 00:54:47 00:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:39:01 eth0 185.25 145.57 1714.21 82.00 0.00 0.00 0.00 0.00 00:54:47 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:40:03 veth9169f57 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:54:47 00:40:03 eth0 21.34 15.11 23.04 8.74 0.00 0.00 0.00 0.00 00:54:47 00:40:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:40:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:41:04 veth9169f57 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 00:54:47 00:41:04 eth0 44.89 34.64 154.53 7.14 0.00 0.00 0.00 0.00 00:54:47 00:41:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:41:04 docker0 25.92 32.67 1.69 145.17 0.00 0.00 0.00 0.00 00:54:47 00:42:01 veth9169f57 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:42:01 vethfb93da6 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:54:47 00:42:01 veth862c4a5 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:54:47 00:42:01 eth0 6.08 4.53 4.72 2.59 0.00 0.00 0.00 0.00 00:54:47 00:43:03 veth9169f57 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 00:54:47 00:43:03 eth0 173.66 135.17 1436.90 67.37 0.00 0.00 0.00 0.00 00:54:47 00:43:03 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 00:54:47 00:43:03 vethd16b814 2.84 7.91 0.20 37.36 0.00 0.00 0.00 0.00 00:54:47 00:44:02 veth07d9918 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:44:02 veth0b9e485 0.00 0.27 0.00 0.02 0.00 0.00 0.00 0.00 00:54:47 00:44:02 veth9169f57 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 00:54:47 00:44:02 eth0 103.24 46.64 396.52 15.54 0.00 0.00 0.00 0.00 00:54:47 00:45:02 veth88d948f 2.51 3.79 0.43 20.36 0.00 0.00 0.00 0.00 00:54:47 00:45:02 veth9169f57 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:45:02 eth0 45.03 36.35 44.27 80.12 0.00 0.00 0.00 0.00 00:54:47 00:45:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:54:47 00:46:01 eth0 88.25 60.16 186.57 77.79 0.00 0.00 0.00 0.00 00:54:47 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:46:01 docker0 972.43 1030.59 80.96 4442.13 0.00 0.00 0.00 0.00 00:54:47 00:47:01 eth0 3.68 1.35 2.04 0.91 0.00 0.00 0.00 0.00 00:54:47 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:48:01 eth0 1.20 0.22 0.33 0.13 0.00 0.00 0.00 0.00 00:54:47 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:49:01 eth0 0.42 0.30 0.26 0.25 0.00 0.00 0.00 0.00 00:54:47 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:50:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 00:54:47 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:51:01 eth0 0.08 0.03 0.01 0.00 0.00 0.00 0.00 0.00 00:54:47 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:52:01 eth0 0.28 0.17 0.14 0.07 0.00 0.00 0.00 0.00 00:54:47 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:53:01 eth0 0.53 0.03 0.05 0.00 0.00 0.00 0.00 0.00 00:54:47 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:54:01 eth0 1.00 0.28 0.32 0.20 0.00 0.00 0.00 0.00 00:54:47 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 Average: eth0 113.57 97.14 612.29 29.43 0.00 0.00 0.00 0.00 00:54:47 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:47 Average: docker0 41.75 44.25 3.48 190.71 0.00 0.00 0.00 0.00 00:54:47 00:54:47 00:54:47 ---> sar -P ALL: 00:54:47 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/03/21 _x86_64_ (4 CPU) 00:54:47 00:54:47 00:30:11 LINUX RESTART (4 CPU) 00:54:47 00:54:47 00:31:02 CPU %user %nice %system %iowait %steal %idle 00:54:47 00:32:01 all 14.49 0.00 4.39 1.51 19.22 60.40 00:54:47 00:32:01 0 13.79 0.00 4.92 1.84 21.69 57.76 00:54:47 00:32:01 1 12.20 0.00 3.53 0.68 18.90 64.69 00:54:47 00:32:01 2 11.17 0.00 3.61 1.19 18.64 65.39 00:54:47 00:32:01 3 21.26 0.00 5.61 2.41 17.66 53.07 00:54:47 00:33:01 all 9.55 0.00 5.30 1.32 15.59 68.24 00:54:47 00:33:01 0 12.00 0.00 5.79 0.74 16.83 64.65 00:54:47 00:33:01 1 10.35 0.00 5.15 0.81 14.92 68.78 00:54:47 00:33:01 2 6.49 0.00 4.87 2.86 15.25 70.53 00:54:47 00:33:01 3 9.45 0.00 5.40 0.83 15.40 68.92 00:54:47 00:34:02 all 7.09 0.00 6.62 3.01 23.07 60.20 00:54:47 00:34:02 0 6.98 0.00 6.33 3.07 24.13 59.49 00:54:47 00:34:02 1 7.17 0.00 6.11 1.89 22.84 61.98 00:54:47 00:34:02 2 6.94 0.00 6.31 3.02 23.01 60.73 00:54:47 00:34:02 3 7.29 0.00 7.79 4.09 22.30 58.54 00:54:47 00:35:01 all 26.55 0.00 9.24 4.42 21.58 38.20 00:54:47 00:35:01 0 28.19 0.00 9.80 3.94 21.93 36.14 00:54:47 00:35:01 1 24.12 0.00 9.45 5.23 21.57 39.62 00:54:47 00:35:01 2 28.59 0.00 9.17 3.80 21.56 36.89 00:54:47 00:35:01 3 25.41 0.00 8.56 4.68 21.29 40.06 00:54:47 00:36:01 all 35.31 0.00 12.18 2.73 23.23 26.55 00:54:47 00:36:01 0 38.64 0.00 11.86 3.02 21.64 24.84 00:54:47 00:36:01 1 34.02 0.00 12.78 2.58 23.47 27.16 00:54:47 00:36:01 2 33.18 0.00 12.50 3.17 25.44 25.71 00:54:47 00:36:01 3 35.38 0.00 11.59 2.15 22.38 28.50 00:54:47 00:37:01 all 31.05 0.00 12.49 2.24 31.67 22.56 00:54:47 00:37:01 0 32.38 0.00 12.85 2.75 31.57 20.45 00:54:47 00:37:01 1 31.42 0.00 11.71 2.36 32.98 21.54 00:54:47 00:37:01 2 30.90 0.00 13.35 2.16 30.68 22.93 00:54:47 00:37:01 3 29.53 0.00 12.06 1.72 31.45 25.24 00:54:47 00:38:02 all 17.82 0.00 10.28 2.88 31.64 37.37 00:54:47 00:38:02 0 16.86 0.00 9.44 3.47 32.04 38.19 00:54:47 00:38:02 1 18.88 0.00 10.72 2.72 32.67 35.00 00:54:47 00:38:02 2 16.41 0.00 10.30 1.98 32.07 39.24 00:54:47 00:38:02 3 19.22 0.00 10.67 3.37 29.78 36.96 00:54:47 00:39:01 all 10.68 0.00 8.19 0.24 27.68 53.20 00:54:47 00:39:01 0 9.04 0.00 7.50 0.26 29.46 53.74 00:54:47 00:39:01 1 10.97 0.00 8.78 0.22 27.33 52.70 00:54:47 00:39:01 2 12.46 0.00 8.61 0.25 27.49 51.19 00:54:47 00:39:01 3 10.32 0.00 7.90 0.22 26.40 55.16 00:54:47 00:40:03 all 10.34 0.00 11.24 3.62 30.72 44.07 00:54:47 00:40:03 0 12.55 0.00 10.93 3.58 31.45 41.49 00:54:47 00:40:03 1 9.38 0.00 11.23 3.91 30.53 44.95 00:54:47 00:40:03 2 10.35 0.00 11.21 3.93 30.59 43.92 00:54:47 00:40:03 3 9.11 0.00 11.60 3.06 30.32 45.91 00:54:47 00:41:04 all 9.76 0.00 14.94 18.76 30.98 25.55 00:54:47 00:41:04 0 10.21 0.00 15.73 16.71 30.24 27.11 00:54:47 00:41:04 1 8.58 0.00 13.87 20.43 31.50 25.61 00:54:47 00:41:04 2 8.74 0.00 12.62 19.01 31.67 27.96 00:54:47 00:41:04 3 11.63 0.00 17.73 18.84 30.47 21.34 00:54:47 00:42:01 all 33.23 0.00 12.52 13.19 25.16 15.89 00:54:47 00:42:01 0 32.81 0.00 12.59 13.78 25.47 15.36 00:54:47 00:42:01 1 32.01 0.00 11.95 11.99 25.61 18.43 00:54:47 00:42:01 2 32.69 0.00 11.75 13.98 24.99 16.60 00:54:47 00:42:01 3 35.44 0.00 13.78 13.03 24.59 13.16 00:54:47 00:54:47 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:54:47 00:43:03 all 38.80 0.00 15.28 7.41 22.20 16.30 00:54:47 00:43:03 0 37.56 0.00 14.42 6.12 22.52 19.38 00:54:47 00:43:03 1 37.72 0.00 14.88 8.55 23.44 15.42 00:54:47 00:43:03 2 39.37 0.00 15.09 8.11 20.57 16.85 00:54:47 00:43:03 3 40.58 0.00 16.79 6.81 22.29 13.53 00:54:47 00:44:02 all 16.67 0.00 15.84 14.82 31.11 21.56 00:54:47 00:44:02 0 17.42 0.00 15.95 14.26 30.63 21.75 00:54:47 00:44:02 1 17.88 0.00 16.82 14.90 31.31 19.09 00:54:47 00:44:02 2 15.28 0.00 15.09 15.16 31.21 23.25 00:54:47 00:44:02 3 16.14 0.00 15.53 14.94 31.29 22.10 00:54:47 00:45:02 all 30.69 0.00 17.27 18.33 21.89 11.82 00:54:47 00:45:02 0 28.53 0.00 15.83 20.38 23.07 12.20 00:54:47 00:45:02 1 33.59 0.00 17.83 17.19 20.49 10.90 00:54:47 00:45:02 2 29.48 0.00 18.37 18.33 21.59 12.24 00:54:47 00:45:02 3 31.26 0.00 17.08 17.32 22.39 11.94 00:54:47 00:46:01 all 33.67 0.00 14.89 7.06 13.85 30.54 00:54:47 00:46:01 0 33.59 0.00 14.45 5.16 14.05 32.75 00:54:47 00:46:01 1 34.41 0.00 15.31 8.19 13.53 28.56 00:54:47 00:46:01 2 34.06 0.00 14.93 9.13 13.90 27.99 00:54:47 00:46:01 3 32.62 0.00 14.88 5.75 13.91 32.84 00:54:47 00:47:01 all 0.16 0.00 0.14 0.16 0.87 98.67 00:54:47 00:47:01 0 0.07 0.00 0.15 0.17 0.65 98.97 00:54:47 00:47:01 1 0.36 0.00 0.07 0.00 0.98 98.59 00:54:47 00:47:01 2 0.13 0.00 0.18 0.43 0.83 98.43 00:54:47 00:47:01 3 0.08 0.00 0.15 0.03 1.03 98.71 00:54:47 00:48:01 all 0.08 0.00 0.05 0.00 0.33 99.54 00:54:47 00:48:01 0 0.02 0.00 0.05 0.00 0.23 99.70 00:54:47 00:48:01 1 0.08 0.00 0.05 0.00 0.27 99.60 00:54:47 00:48:01 2 0.02 0.00 0.02 0.00 0.32 99.65 00:54:47 00:48:01 3 0.22 0.00 0.07 0.00 0.50 99.22 00:54:47 00:49:01 all 0.12 0.00 0.13 0.00 0.47 99.28 00:54:47 00:49:01 0 0.03 0.00 0.13 0.00 0.47 99.37 00:54:47 00:49:01 1 0.03 0.00 0.13 0.00 0.45 99.38 00:54:47 00:49:01 2 0.05 0.00 0.12 0.00 0.65 99.19 00:54:47 00:49:01 3 0.35 0.00 0.13 0.00 0.33 99.18 00:54:47 00:50:01 all 0.10 0.00 0.07 0.00 0.41 99.43 00:54:47 00:50:01 0 0.02 0.00 0.12 0.00 0.47 99.40 00:54:47 00:50:01 1 0.03 0.00 0.08 0.00 0.27 99.62 00:54:47 00:50:01 2 0.00 0.00 0.02 0.00 0.50 99.49 00:54:47 00:50:01 3 0.35 0.00 0.05 0.00 0.40 99.20 00:54:47 00:51:01 all 0.12 0.00 0.14 0.00 0.55 99.19 00:54:47 00:51:01 0 0.03 0.00 0.05 0.00 0.46 99.45 00:54:47 00:51:01 1 0.05 0.00 0.17 0.00 0.38 99.40 00:54:47 00:51:01 2 0.03 0.00 0.18 0.00 0.63 99.15 00:54:47 00:51:01 3 0.38 0.00 0.15 0.00 0.71 98.75 00:54:47 00:52:01 all 0.08 0.00 0.04 0.00 0.21 99.67 00:54:47 00:52:01 0 0.02 0.00 0.03 0.00 0.30 99.65 00:54:47 00:52:01 1 0.03 0.00 0.05 0.00 0.30 99.62 00:54:47 00:52:01 2 0.03 0.00 0.05 0.00 0.05 99.87 00:54:47 00:52:01 3 0.25 0.00 0.02 0.00 0.18 99.55 00:54:47 00:53:01 all 0.08 0.00 0.03 0.00 0.24 99.65 00:54:47 00:53:01 0 0.02 0.00 0.02 0.00 0.35 99.62 00:54:47 00:53:01 1 0.03 0.00 0.05 0.00 0.23 99.68 00:54:47 00:53:01 2 0.03 0.00 0.02 0.00 0.15 99.80 00:54:47 00:53:01 3 0.25 0.00 0.03 0.00 0.22 99.50 00:54:47 00:54:47 00:53:01 CPU %user %nice %system %iowait %steal %idle 00:54:47 00:54:01 all 0.10 0.00 0.03 0.00 0.32 99.55 00:54:47 00:54:01 0 0.02 0.00 0.02 0.00 0.52 99.45 00:54:47 00:54:01 1 0.07 0.00 0.05 0.00 0.33 99.55 00:54:47 00:54:01 2 0.02 0.00 0.03 0.00 0.27 99.68 00:54:47 00:54:01 3 0.30 0.00 0.02 0.00 0.18 99.50 00:54:47 Average: all 13.64 0.00 7.24 4.27 15.96 58.88 00:54:47 Average: 0 13.82 0.00 7.15 4.17 16.29 58.57 00:54:47 Average: 1 13.47 0.00 7.21 4.27 16.01 59.05 00:54:47 Average: 2 13.20 0.00 7.12 4.50 15.95 59.23 00:54:47 Average: 3 14.07 0.00 7.50 4.15 15.60 58.68 00:54:47 00:54:47 00:54:47