jim-wang-intel commented: recheck 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 jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from d06d16f5ce4e87c62c402ff10f33d860c0e23ab6+62a248a5b0afc117ade2468f75438786c02ce52d (ed19a6e6a832527c846ac3ad9256d50203dfa95c) 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-26045 in /w/workspace/edgexfoundry_edgex-go_PR-3162 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 62a248a5b0afc117ade2468f75438786c02ce52d into PR head commit d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 Merge succeeded, producing d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 Checking out Revision d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 (PR-3162) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3162/head:refs/remotes/origin/PR-3162 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 # 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 62a248a5b0afc117ade2468f75438786c02ce52d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 # timeout=10 Commit message: "feat(security): Make separate redis ACL conf file and uses hashed password in config" > git rev-list --no-walk d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:36:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:36:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:36:59 ========================================================= 01:36:59 EdgeX Global Pipelines Version Info 01:36:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:37:00 ------------------- 01:37:00 stable info: 01:37:00 ------------------- 01:37:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:37:00 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 01:37:00 Message: update stable to v1.0.179 01:37:01 ------------------- 01:37:01 experimental info: 01:37:01 ------------------- 01:37:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:37:01 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 01:37:01 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:37:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:37:02 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:37:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:37:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:37:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:37:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 01:37:02 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 01:37:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:37:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 01:37:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 01:37:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:37:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:37:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:37:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:37:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:37:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:37:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:37:03 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:37:03 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:37:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 01:37:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 01:37:04 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 01:37:04 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 01:37:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3162 [Pipeline] echo 01:37:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3162 [Pipeline] echo 01:37:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3162 [Pipeline] echo 01:37:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 [Pipeline] echo 01:37:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d06d16f [Pipeline] echo 01:37:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:37:04 provisioning config files... 01:37:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7579653803353486512tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:37:05 ---> docker-login.sh 01:37:05 nexus3.edgexfoundry.org:10001 01:37:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:37:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:37:05 Configure a credential helper to remove this warning. See 01:37:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:37:05 01:37:05 Login Succeeded 01:37:05 nexus3.edgexfoundry.org:10002 01:37:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:37:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:37:06 Configure a credential helper to remove this warning. See 01:37:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:37:06 01:37:06 Login Succeeded 01:37:06 nexus3.edgexfoundry.org:10003 01:37:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:37:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:37:06 Configure a credential helper to remove this warning. See 01:37:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:37:06 01:37:06 Login Succeeded 01:37:06 nexus3.edgexfoundry.org:10004 01:37:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:37:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:37:06 Configure a credential helper to remove this warning. See 01:37:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:37:06 01:37:06 Login Succeeded 01:37:06 docker.io 01:37:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:37:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:37:06 Configure a credential helper to remove this warning. See 01:37:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:37:06 01:37:06 Login Succeeded 01:37:06 ---> docker-login.sh ends [Pipeline] } 01:37:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:37:07 ++ 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 01:37:07 + for file in '`ls cmd/**/Dockerfile`' 01:37:07 ++ dirname cmd/core-command/Dockerfile 01:37:07 ++ cut -d/ -f2 01:37:07 + echo core-command,cmd/core-command/Dockerfile 01:37:07 + for file in '`ls cmd/**/Dockerfile`' 01:37:07 ++ dirname cmd/core-data/Dockerfile 01:37:07 ++ cut -d/ -f2 01:37:07 + echo core-data,cmd/core-data/Dockerfile 01:37:07 + for file in '`ls cmd/**/Dockerfile`' 01:37:07 ++ dirname cmd/core-metadata/Dockerfile 01:37:07 ++ cut -d/ -f2 01:37:07 + echo core-metadata,cmd/core-metadata/Dockerfile 01:37:07 + for file in '`ls cmd/**/Dockerfile`' 01:37:07 ++ dirname cmd/security-bootstrapper/Dockerfile 01:37:07 ++ cut -d/ -f2 01:37:07 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:37:07 + for file in '`ls cmd/**/Dockerfile`' 01:37:07 ++ dirname cmd/security-proxy-setup/Dockerfile 01:37:07 ++ cut -d/ -f2 01:37:07 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:37:07 + for file in '`ls cmd/**/Dockerfile`' 01:37:07 ++ dirname cmd/security-secretstore-setup/Dockerfile 01:37:07 ++ cut -d/ -f2 01:37:07 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:37:07 + for file in '`ls cmd/**/Dockerfile`' 01:37:07 ++ dirname cmd/support-notifications/Dockerfile 01:37:07 ++ cut -d/ -f2 01:37:07 + echo support-notifications,cmd/support-notifications/Dockerfile 01:37:07 + for file in '`ls cmd/**/Dockerfile`' 01:37:07 ++ dirname cmd/support-scheduler/Dockerfile 01:37:07 ++ cut -d/ -f2 01:37:07 + echo support-scheduler,cmd/support-scheduler/Dockerfile 01:37:07 + for file in '`ls cmd/**/Dockerfile`' 01:37:07 ++ dirname cmd/sys-mgmt-agent/Dockerfile 01:37:07 ++ cut -d/ -f2 01:37:07 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 01:37:07 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 01:37:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:37:08 01:37:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:37:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:37:09 latest: Pulling from edgex-devops/git-semver 01:37:09 31603596830f: Pulling fs layer 01:37:09 2a8b12db71e7: Pulling fs layer 01:37:09 6ca5941a6612: Pulling fs layer 01:37:09 ecc8261a40a4: Pulling fs layer 01:37:09 ecc8261a40a4: Waiting 01:37:09 2a8b12db71e7: Download complete 01:37:09 31603596830f: Verifying Checksum 01:37:09 31603596830f: Download complete 01:37:09 ecc8261a40a4: Verifying Checksum 01:37:09 ecc8261a40a4: Download complete 01:37:09 6ca5941a6612: Verifying Checksum 01:37:09 6ca5941a6612: Download complete 01:37:09 31603596830f: Pull complete 01:37:10 2a8b12db71e7: Pull complete 01:37:10 6ca5941a6612: Pull complete 01:37:10 ecc8261a40a4: Pull complete 01:37:10 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 01:37:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:37:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:37:11 prd-centos7-docker-4c-2g-26045 does not seem to be running inside a container 01:37:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:37:13 $ docker top 0a72774622b5f30d90eb442c04c4a6e63d7756f3214ee3ee17df99f4d7414a6b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:37:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:37:14 [ssh-agent] Looking for ssh-agent implementation... 01:37:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:37:14 $ docker exec 0a72774622b5f30d90eb442c04c4a6e63d7756f3214ee3ee17df99f4d7414a6b ssh-agent 01:37:14 SSH_AUTH_SOCK=/tmp/ssh-Fw9ChDNrsZ3n/agent.11 01:37:14 SSH_AGENT_PID=17 01:37:14 Running ssh-add (command line suppressed) 01:37:14 Identity added: /w/workspace/edgex-go/2@tmp/private_key_1182967095372428905.key (/w/workspace/edgex-go/2@tmp/private_key_1182967095372428905.key) 01:37:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:37:14 + git tag --points-at HEAD [Pipeline] } 01:37:14 $ docker exec --env ******** --env ******** 0a72774622b5f30d90eb442c04c4a6e63d7756f3214ee3ee17df99f4d7414a6b ssh-agent -k 01:37:15 unset SSH_AUTH_SOCK; 01:37:15 unset SSH_AGENT_PID; 01:37:15 echo Agent pid 17 killed; 01:37:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:37:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:37:15 [ssh-agent] Looking for ssh-agent implementation... 01:37:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:37:15 $ docker exec 0a72774622b5f30d90eb442c04c4a6e63d7756f3214ee3ee17df99f4d7414a6b ssh-agent 01:37:15 SSH_AUTH_SOCK=/tmp/ssh-bRnXlXNfhzYG/agent.46 01:37:15 SSH_AGENT_PID=51 01:37:15 Running ssh-add (command line suppressed) 01:37:15 Identity added: /w/workspace/edgex-go/2@tmp/private_key_224645415880053764.key (/w/workspace/edgex-go/2@tmp/private_key_224645415880053764.key) 01:37:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:37:16 + git semver init 01:37:16 # -> Open(): unable to determine branch for HEAD 01:37:16 # $GIT_DIR = /w/workspace/edgex-go/2/.git 01:37:16 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 01:37:16 # $SEMVER_REMOTE_NAME = origin 01:37:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:37:16 # $SEMVER_USER_NAME = edgex-jenkins 01:37:16 # $SEMVER_BRANCH = PR-3162 01:37:16 # $SEMVER_TEMP = /tmp/semver-218159271 01:37:16 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 01:37:38 # '/tmp/semver-218159271' -> '/w/workspace/edgex-go/2/.semver' 01:37:38 # -> Force: false 01:37:38 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 01:37:38 $ docker exec --env ******** --env ******** 0a72774622b5f30d90eb442c04c4a6e63d7756f3214ee3ee17df99f4d7414a6b ssh-agent -k 01:37:38 unset SSH_AUTH_SOCK; 01:37:38 unset SSH_AGENT_PID; 01:37:38 echo Agent pid 51 killed; 01:37:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:37:39 + git semver [Pipeline] } 01:37:39 $ docker stop --time=1 0a72774622b5f30d90eb442c04c4a6e63d7756f3214ee3ee17df99f4d7414a6b 01:37:41 $ docker rm -f 0a72774622b5f30d90eb442c04c4a6e63d7756f3214ee3ee17df99f4d7414a6b [Pipeline] // withDockerContainer [Pipeline] sh 01:37:41 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:37:42 Stashed 1 file(s) [Pipeline] echo 01:37:42 [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 01:37:43 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 01:37:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:37:43 + sudo service docker restart 01:37:43 + true 01:37:43 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 01:37:44 ========================================================= 01:37:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 01:37:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:37:44 + 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 . 01:37:48 Sending build context to Docker daemon 327.8MB 01:37:48 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 01:37:48 Step 2/6 : FROM ${BASE} 01:37:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 01:37:48 188c0c94c7c5: Pulling fs layer 01:37:48 0ef7d3d256c8: Pulling fs layer 01:37:48 de9db76c5a1d: Pulling fs layer 01:37:48 bca2f99d35d6: Pulling fs layer 01:37:48 93359f2a8cfa: Pulling fs layer 01:37:48 7c6f9722023f: Pulling fs layer 01:37:48 a35cf1a2eb13: Pulling fs layer 01:37:48 bca2f99d35d6: Waiting 01:37:48 93359f2a8cfa: Waiting 01:37:48 7c6f9722023f: Waiting 01:37:48 a35cf1a2eb13: Waiting 01:37:48 de9db76c5a1d: Verifying Checksum 01:37:48 de9db76c5a1d: Download complete 01:37:48 0ef7d3d256c8: Verifying Checksum 01:37:48 0ef7d3d256c8: Download complete 01:37:48 93359f2a8cfa: Verifying Checksum 01:37:48 93359f2a8cfa: Download complete 01:37:48 188c0c94c7c5: Verifying Checksum 01:37:48 188c0c94c7c5: Download complete 01:37:48 7c6f9722023f: Verifying Checksum 01:37:48 7c6f9722023f: Download complete 01:37:49 188c0c94c7c5: Pull complete 01:37:49 0ef7d3d256c8: Pull complete 01:37:49 de9db76c5a1d: Pull complete 01:37:50 a35cf1a2eb13: Verifying Checksum 01:37:50 a35cf1a2eb13: Download complete 01:37:51 bca2f99d35d6: Verifying Checksum 01:37:51 bca2f99d35d6: Download complete 01:37:57 bca2f99d35d6: Pull complete 01:37:57 93359f2a8cfa: Pull complete 01:37:57 7c6f9722023f: Pull complete 01:37:57 Still waiting to schedule task 01:37:57 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 01:38:01 a35cf1a2eb13: Pull complete 01:38:01 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 01:38:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 01:38:01 ---> a62c8e92a672 01:38:01 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 01:38:01 ---> Running in c6cdcd865c14 01:38:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:38:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:38:07 WARNING: Ignoring http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz: temporary error (try again later) 01:38:12 WARNING: Ignoring http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz: temporary error (try again later) 01:38:12 ERROR: unsatisfiable constraints: 01:38:12  build-base (missing): 01:38:12 required by: world[build-base] 01:38:12 libsodium-dev (missing): 01:38:12 required by: world[libsodium-dev] 01:38:12 pkgconfig (missing): 01:38:12 required by: world[pkgconfig] 01:38:12 zeromq-dev (missing): 01:38:12 required by: world[zeromq-dev] 01:38:12 The command '/bin/sh -c apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch' returned a non-zero code: 4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:38:13 Failed in branch amd64 01:40:25 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26048 in /w/workspace/edgexfoundry_edgex-go_PR-3162 [Pipeline] { [Pipeline] ws 01:40:25 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 01:40:30 using credential edgex-jenkins-ssh 01:40:30 Cloning the remote Git repository 01:40:30 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:40:31 > git init /w/workspace/edgex-go/2 # timeout=10 01:40:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:40:31 > git --version # timeout=10 01:40:31 > git --version # 'git version 2.17.1' 01:40:31 using GIT_SSH to set credentials SSH Credentials for GitHub 01:40:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:40:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:40:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:40:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:40:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:40:48 using GIT_SSH to set credentials SSH Credentials for GitHub 01:40:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3162/head:refs/remotes/origin/PR-3162 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:40:48 Merging remotes/origin/master commit 62a248a5b0afc117ade2468f75438786c02ce52d into PR head commit d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 01:40:49 Merge succeeded, producing d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 01:40:49 Checking out Revision d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 (PR-3162) 01:40:48 > git config core.sparsecheckout # timeout=10 01:40:48 > git checkout -f d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 # timeout=10 01:40:49 > git remote # timeout=10 01:40:49 > git config --get remote.origin.url # timeout=10 01:40:49 using GIT_SSH to set credentials SSH Credentials for GitHub 01:40:49 > git merge 62a248a5b0afc117ade2468f75438786c02ce52d # timeout=10 01:40:49 > git rev-parse HEAD^{commit} # timeout=10 01:40:49 > git config core.sparsecheckout # timeout=10 01:40:49 > git checkout -f d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 # timeout=10 01:40:54 Commit message: "feat(security): Make separate redis ACL conf file and uses hashed password in config" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:40:56 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 01:40:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:40:57 + + sudo servicetrue docker 01:40:57 restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:41:00 provisioning config files... 01:41:00 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8543358719350453480tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:41:00 ---> docker-login.sh 01:41:00 nexus3.edgexfoundry.org:10001 01:41:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:41:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:41:01 Configure a credential helper to remove this warning. See 01:41:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:41:01 01:41:01 Login Succeeded 01:41:01 nexus3.edgexfoundry.org:10002 01:41:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:41:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:41:02 Configure a credential helper to remove this warning. See 01:41:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:41:02 01:41:02 Login Succeeded 01:41:02 nexus3.edgexfoundry.org:10003 01:41:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:41:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:41:03 Configure a credential helper to remove this warning. See 01:41:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:41:03 01:41:03 Login Succeeded 01:41:03 nexus3.edgexfoundry.org:10004 01:41:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:41:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:41:03 Configure a credential helper to remove this warning. See 01:41:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:41:03 01:41:03 Login Succeeded 01:41:03 docker.io 01:41:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:41:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:41:04 Configure a credential helper to remove this warning. See 01:41:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:41:04 01:41:04 Login Succeeded 01:41:04 ---> docker-login.sh ends [Pipeline] } 01:41:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:41:05 ========================================================= 01:41:05 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 01:41:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:41:05 + 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 . 01:41:08 Sending build context to Docker daemon 166.3MB 01:41:08 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 01:41:08 Step 2/6 : FROM ${BASE} 01:41:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:41:08 5f621e34cdf4: Pulling fs layer 01:41:08 a4357932f1b6: Pulling fs layer 01:41:08 18c013af1878: Pulling fs layer 01:41:08 00ac8860ef70: Pulling fs layer 01:41:08 63d7cb157983: Pulling fs layer 01:41:08 b116817d02f9: Pulling fs layer 01:41:08 745a02a5169b: Pulling fs layer 01:41:08 00ac8860ef70: Waiting 01:41:08 63d7cb157983: Waiting 01:41:08 b116817d02f9: Waiting 01:41:08 745a02a5169b: Waiting 01:41:08 18c013af1878: Download complete 01:41:08 a4357932f1b6: Verifying Checksum 01:41:08 a4357932f1b6: Download complete 01:41:08 63d7cb157983: Verifying Checksum 01:41:08 63d7cb157983: Download complete 01:41:08 b116817d02f9: Verifying Checksum 01:41:08 b116817d02f9: Download complete 01:41:08 5f621e34cdf4: Verifying Checksum 01:41:08 5f621e34cdf4: Download complete 01:41:08 5f621e34cdf4: Pull complete 01:41:08 a4357932f1b6: Pull complete 01:41:09 18c013af1878: Pull complete 01:41:11 745a02a5169b: Verifying Checksum 01:41:11 745a02a5169b: Download complete 01:41:12 00ac8860ef70: Verifying Checksum 01:41:12 00ac8860ef70: Download complete 01:41:22 00ac8860ef70: Pull complete 01:41:22 63d7cb157983: Pull complete 01:41:22 b116817d02f9: Pull complete 01:41:26 745a02a5169b: Pull complete 01:41:26 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 01:41:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 01:41:26 ---> b7e6874047d6 01:41:26 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 01:41:30 ---> Running in 02e4ba8c0f2a 01:41:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:41:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:41:32 (1/12) Installing libmagic (5.38-r0) 01:41:32 (2/12) Installing file (5.38-r0) 01:41:32 (3/12) Installing libc-dev (0.7.2-r3) 01:41:32 (4/12) Installing g++ (9.3.0-r2) 01:41:37 (5/12) Installing fortify-headers (1.1-r0) 01:41:37 (6/12) Installing patch (2.7.6-r6) 01:41:37 (7/12) Installing build-base (0.5-r2) 01:41:37 (8/12) Installing libsodium (1.0.18-r0) 01:41:37 (9/12) Installing pkgconf (1.7.2-r0) 01:41:37 (10/12) Installing libsodium-dev (1.0.18-r0) 01:41:37 (11/12) Installing libzmq (4.3.3-r0) 01:41:38 (12/12) Installing zeromq-dev (4.3.3-r0) 01:41:38 Executing busybox-1.31.1-r19.trigger 01:41:38 OK: 217 MiB in 51 packages 01:41:42 Removing intermediate container 02e4ba8c0f2a 01:41:42 ---> af281863f495 01:41:42 Step 4/6 : WORKDIR /edgex-go 01:41:42 ---> Running in 3ef106774b1e 01:41:42 Removing intermediate container 3ef106774b1e 01:41:42 ---> dbdd4c72f796 01:41:42 Step 5/6 : COPY go.mod . 01:41:43 ---> c259ffb769f3 01:41:43 Step 6/6 : RUN go mod download 01:41:43 ---> Running in e7026edc0fe0 01:42:10 Removing intermediate container e7026edc0fe0 01:42:10 ---> 31528957cc18 01:42:10 Successfully built 31528957cc18 01:42:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:42:11 + docker inspect -f . ci-base-image-arm64 01:42:11 . [Pipeline] withDockerContainer 01:42:11 prd-ubuntu18.04-docker-arm64-4c-16g-26048 does not seem to be running inside a container 01:42:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat 01:42:12 $ docker top d262420cb66f8b5f7d6609b9f346df2533dc772a0fe62df9f3ec4db0b9cf02c2 -eo pid,comm [Pipeline] { [Pipeline] sh 01:42:13 + go version 01:42:13 go version go1.15.5 linux/arm64 [Pipeline] } 01:42:13 $ docker stop --time=1 d262420cb66f8b5f7d6609b9f346df2533dc772a0fe62df9f3ec4db0b9cf02c2 01:42:15 $ docker rm -f d262420cb66f8b5f7d6609b9f346df2533dc772a0fe62df9f3ec4db0b9cf02c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:42:16 + docker inspect -f . ci-base-image-arm64 01:42:16 . [Pipeline] withDockerContainer 01:42:16 prd-ubuntu18.04-docker-arm64-4c-16g-26048 does not seem to be running inside a container 01:42:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat 01:42:18 $ docker top 272a86ed26b1cf27924e32f831dca7d11aa591deeebba78821df0597b3ddbed5 -eo pid,comm [Pipeline] { [Pipeline] echo 01:42:18 ========================================================= 01:42:18 [edgeXBuildGoParallel] Running Tests and Build... 01:42:18 ========================================================= [Pipeline] sh 01:42:19 + make test 01:42:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:42:41 ? github.com/edgexfoundry/edgex-go [no test files] 01:43:28 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:43:34 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:43:42 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:43:42 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:43:45 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:43:45 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:43:45 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:43:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:43:47 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:43:48 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:43:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:43:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:43:55 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:44:02 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.360s coverage: 45.9% of statements 01:44:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:44:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:44:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:44:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:44:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:44:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 01:44:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 01:44:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.193s coverage: 100.0% of statements 01:44:08 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.677s coverage: 27.1% of statements 01:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:44:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements 01:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:44:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.133s coverage: 100.0% of statements 01:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 01:44:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.265s coverage: 65.8% of statements 01:44:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 01:44:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 01:44:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.655s coverage: 82.3% of statements 01:44:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 01:44:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 01:44:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 01:44:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 01:44:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.215s coverage: 28.6% of statements 01:44:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:44:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:44:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:44:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:44:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:44:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.141s coverage: 100.0% of statements 01:44:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:44:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.134s coverage: 100.0% of statements 01:44:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:44:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.282s coverage: 86.7% of statements 01:44:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:44:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.322s coverage: 97.5% of statements 01:44:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:44:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.236s coverage: 78.3% of statements 01:44:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:44:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 01:44:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 01:44:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 01:44:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.336s coverage: 92.8% of statements 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:44:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.069s coverage: 58.8% of statements 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 01:44:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.219s coverage: 0.1% of statements 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:44:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.107s coverage: 45.5% of statements 01:44:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.090s coverage: 79.5% of statements 01:44:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.099s coverage: 94.1% of statements 01:44:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.150s coverage: 96.3% of statements 01:44:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.095s coverage: 87.5% of statements 01:44:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.086s coverage: 94.4% of statements 01:44:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.049s coverage: 44.8% of statements 01:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.118s coverage: 92.9% of statements 01:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.062s coverage: 77.8% of statements 01:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 01:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 01:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 01:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 01:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements 01:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 01:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 75.5% of statements 01:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements 01:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements 01:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.137s coverage: 84.2% of statements 01:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.172s coverage: 91.4% of statements 01:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.497s coverage: 63.5% of statements 01:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.092s coverage: 100.0% of statements 01:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements 01:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements 01:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements 01:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements 01:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.789s coverage: 68.9% of statements 01:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:44:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.368s coverage: 37.0% of statements 01:44:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:44:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:44:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.625s coverage: 84.0% of statements 01:44:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.102s coverage: 100.0% of statements 01:45:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.448s coverage: 47.0% of statements 01:45:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:45:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:45:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:45:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:45:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:45:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.148s coverage: 100.0% of statements 01:45:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:45:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.098s coverage: 100.0% of statements 01:45:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:45:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 01:45:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 01:45:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 01:45:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.388s coverage: 89.4% of statements 01:45:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 01:45:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 01:45:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 01:45:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.083s coverage: 29.1% of statements 01:45:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:45:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:45:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:45:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:45:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:45:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.193s coverage: 99.0% of statements 01:45:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:45:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.130s coverage: 100.0% of statements 01:45:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:45:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 01:45:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 01:45:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 01:45:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.171s coverage: 100.0% of statements 01:45:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 01:45:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 01:45:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 01:45:15 ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements 01:45:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:45:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 01:45:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:45:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:45:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:45:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:45:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements 01:45:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:45:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:45:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.076s coverage: 100.0% of statements 01:45:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 01:45:15 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 01:45:15 GO111MODULE=on go vet ./... 01:46:36 gofmt -l . 01:46:36 [ "`gofmt -l .`" = "" ] 01:46:36 ./bin/test-go-mod-tidy.sh 01:46:36 ./bin/test-attribution-txt.sh [Pipeline] sh 01:46:37 + ls -al . 01:46:37 total 728 01:46:37 drwxrwxr-x 9 1001 1001 4096 Feb 11 01:46 . 01:46:37 drwxr-xr-x 4 root root 4096 Feb 11 01:42 .. 01:46:37 -rw-rw-r-- 1 1001 1001 11 Feb 11 01:40 .dockerignore 01:46:37 drwxrwxr-x 8 1001 1001 4096 Feb 11 01:40 .git 01:46:37 drwxrwxr-x 3 1001 1001 4096 Feb 11 01:40 .github 01:46:37 -rw-rw-r-- 1 1001 1001 818 Feb 11 01:40 .gitignore 01:46:37 -rw-rw-r-- 1 1001 1001 166 Feb 11 01:40 .sonarcloud.properties 01:46:37 -rw-rw-r-- 1 1001 1001 7859 Feb 11 01:40 Attribution.txt 01:46:37 -rw-rw-r-- 1 1001 1001 3804 Feb 11 01:40 CONTRIBUTING.md 01:46:37 -rw-rw-r-- 1 1001 1001 931 Feb 11 01:40 Dockerfile.build 01:46:37 -rw-rw-r-- 1 1001 1001 863 Feb 11 01:40 Jenkinsfile 01:46:37 -rw-rw-r-- 1 1001 1001 10775 Feb 11 01:40 LICENSE 01:46:37 -rw-rw-r-- 1 1001 1001 5774 Feb 11 01:40 Makefile 01:46:37 -rw-rw-r-- 1 1001 1001 6524 Feb 11 01:40 README.md 01:46:37 -rw-rw-r-- 1 1001 1001 6755 Feb 11 01:40 SECURITY.md 01:46:37 -rw-rw-r-- 1 1001 1001 5 Feb 11 01:37 VERSION 01:46:37 -rw-rw-r-- 1 1001 1001 4131 Feb 11 01:40 ZMQWindows.md 01:46:37 drwxrwxr-x 2 1001 1001 4096 Feb 11 01:40 bin 01:46:37 drwxrwxr-x 14 1001 1001 4096 Feb 11 01:40 cmd 01:46:37 -rw-r--r-- 1 root root 595069 Feb 11 01:45 coverage.out 01:46:37 -rw-r--r-- 1 root root 1054 Feb 11 01:46 go.mod 01:46:37 -rw-r--r-- 1 root root 19290 Feb 11 01:46 go.sum 01:46:37 drwxrwxr-x 8 1001 1001 4096 Feb 11 01:40 internal 01:46:37 drwxrwxr-x 4 1001 1001 4096 Feb 11 01:40 openapi 01:46:37 drwxrwxr-x 4 1001 1001 4096 Feb 11 01:40 snap 01:46:37 -rw-rw-r-- 1 1001 1001 168 Feb 11 01:40 version.go [Pipeline] sh 01:46:37 + '[' -e coverage.out ] 01:46:37 + chown 1001:1001 coverage.out [Pipeline] stash 01:46:39 Stashed 1 file(s) [Pipeline] sh 01:46:39 + make build 01:46:39 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 01:46:52 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 01:47:19 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 01:47:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:47:27 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 01:47:27 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 01:47:33 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 01:47:38 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 01:47:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:47:47 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 01:47:50 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 01:47:55 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] } 01:48:01 $ docker stop --time=1 272a86ed26b1cf27924e32f831dca7d11aa591deeebba78821df0597b3ddbed5 01:48:04 $ docker rm -f 272a86ed26b1cf27924e32f831dca7d11aa591deeebba78821df0597b3ddbed5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:48:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:48:09 01:48:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:48:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:48:10 latest: Pulling from edgex-devops/edgex-compose-arm64 01:48:10 29e5d40040c1: Pulling fs layer 01:48:10 1ce36da41761: Pulling fs layer 01:48:10 25b303627fd3: Pulling fs layer 01:48:10 29e5d40040c1: Verifying Checksum 01:48:10 29e5d40040c1: Download complete 01:48:11 1ce36da41761: Verifying Checksum 01:48:11 1ce36da41761: Download complete 01:48:11 29e5d40040c1: Pull complete 01:48:12 1ce36da41761: Pull complete 01:48:12 25b303627fd3: Verifying Checksum 01:48:12 25b303627fd3: Download complete 01:48:23 25b303627fd3: Pull complete 01:48:23 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 01:48:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:48:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 01:48:23 prd-ubuntu18.04-docker-arm64-4c-16g-26048 does not seem to be running inside a container 01:48:23 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 01:48:26 $ docker top bc26b0bb90319362c0223c0f0cb9ddf8f6f7c956849cd5f1243e714841f70c24 -eo pid,comm [Pipeline] { [Pipeline] sh 01:48:27 + docker-compose build --help 01:48:27 + grep parallel 01:48:30 --parallel Build images in parallel. [Pipeline] } 01:48:30 $ docker stop --time=1 bc26b0bb90319362c0223c0f0cb9ddf8f6f7c956849cd5f1243e714841f70c24 01:48:32 $ docker rm -f bc26b0bb90319362c0223c0f0cb9ddf8f6f7c956849cd5f1243e714841f70c24 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:48:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:48:33 . [Pipeline] withDockerContainer 01:48:33 prd-ubuntu18.04-docker-arm64-4c-16g-26048 does not seem to be running inside a container 01:48:33 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 01:48:34 $ docker top 080062e949d0954f190745d9e2a3a94733cac96a67336593339e50934d2dd214 -eo pid,comm [Pipeline] { [Pipeline] sh 01:48:36 + docker-compose -f ./docker-compose-build.yml build --parallel 01:48:40 Building docker-core-command-go ... 01:48:40 Building docker-core-data-go ... 01:48:40 Building docker-core-metadata-go ... 01:48:40 Building docker-security-bootstrapper-go ... 01:48:40 Building docker-security-proxy-setup-go ... 01:48:40 Building docker-security-secretstore-setup-go ... 01:48:40 Building docker-support-notifications-go ... 01:48:40 Building docker-support-scheduler-go ... 01:48:40 Building docker-sys-mgmt-agent-go ... 01:48:40 Building docker-security-secretstore-setup-go 01:48:40 Building docker-sys-mgmt-agent-go 01:48:40 Building docker-core-metadata-go 01:48:40 Building docker-support-notifications-go 01:48:40 Building docker-security-bootstrapper-go 01:50:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:50:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:50:02 ---> 31528957cc18 01:50:02 Step 3/23 : WORKDIR /edgex-go 01:50:02 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:50:02 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:50:02 ---> 31528957cc18 01:50:02 Step 3/26 : WORKDIR /edgex-go 01:50:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:50:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:50:02 ---> 31528957cc18 01:50:02 Step 3/22 : WORKDIR /edgex-go 01:50:02 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:50:02 Step 2/30 : FROM ${BUILDER_BASE} AS builder 01:50:02 ---> 31528957cc18 01:50:02 Step 3/30 : WORKDIR /edgex-go 01:50:02 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:50:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:50:02 ---> 31528957cc18 01:50:02 Step 3/24 : WORKDIR /edgex-go 01:50:02 ---> Running in 47d802a0fc4f 01:50:02 ---> Running in d1d21b543d4c 01:50:02 ---> Running in 326f9c2ce5a1 01:50:02 ---> Running in 8a20ef49bb7c 01:50:02 ---> Running in 30efd3c44cfc 01:50:02 Removing intermediate container d1d21b543d4c 01:50:02 ---> 07eedc61ad29 01:50:02 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:50:02 Removing intermediate container 8a20ef49bb7c 01:50:02 ---> 1527301cfba7 01:50:02 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:50:02 Removing intermediate container 47d802a0fc4f 01:50:02 ---> 08c73672050a 01:50:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:50:02 Removing intermediate container 326f9c2ce5a1 01:50:02 ---> 4cf4e49187c8 01:50:02 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:50:02 ---> Running in 67534662ae5c 01:50:02 Removing intermediate container 30efd3c44cfc 01:50:02 ---> 1ca0e360a56a 01:50:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:50:02 ---> Running in ee5a2a5c091b 01:50:02 ---> Running in 25b95f136cc3 01:50:02 ---> Running in db5cd121278e 01:50:02 ---> Running in 30b29e68519c 01:50:02 Removing intermediate container 67534662ae5c 01:50:02 ---> f5d56fb38a5e 01:50:02 Step 5/26 : RUN apk add --update --no-cache make bash git 01:50:02 ---> Running in 8c340a77547c 01:50:02 Removing intermediate container ee5a2a5c091b 01:50:02 ---> f0fca066d4bf 01:50:02 Step 5/23 : RUN apk add --update --no-cache make git 01:50:02 Removing intermediate container db5cd121278e 01:50:02 ---> 454d4b5e3bf5 01:50:02 Step 5/30 : RUN apk add --update --no-cache make git 01:50:02 ---> Running in dea44d03dd27 01:50:02 ---> Running in 1fee2e40a7aa 01:50:02 Removing intermediate container 30b29e68519c 01:50:02 ---> ec2ec1a2d66a 01:50:02 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:50:02 Removing intermediate container 25b95f136cc3 01:50:02 ---> 8b385f18be83 01:50:02 Step 5/24 : RUN apk add --update --no-cache make git 01:50:02 ---> Running in c9f8f0ab3ee8 01:50:02 ---> Running in b93ebb6735d1 01:50:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:50:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:50:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:50:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:50:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:50:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:50:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:50:02 OK: 217 MiB in 51 packages 01:50:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:50:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:50:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:50:03 OK: 217 MiB in 51 packages 01:50:03 OK: 217 MiB in 51 packages 01:50:03 OK: 217 MiB in 51 packages 01:50:03 OK: 217 MiB in 51 packages 01:50:03 Removing intermediate container 8c340a77547c 01:50:03 ---> 90a2df675497 01:50:03 Step 6/26 : COPY go.mod . 01:50:04 ---> eaf977fbae67 01:50:04 Step 7/26 : RUN go mod download 01:50:05 ---> Running in 6f571b1edaf6 01:50:05 Removing intermediate container dea44d03dd27 01:50:05 ---> d0936cff70cc 01:50:05 Step 6/23 : COPY go.mod . 01:50:05 Removing intermediate container c9f8f0ab3ee8 01:50:05 ---> 9f9264904596 01:50:05 Step 6/22 : COPY go.mod . 01:50:05 Removing intermediate container 1fee2e40a7aa 01:50:05 ---> b589f05d109d 01:50:05 Step 6/30 : COPY go.mod . 01:50:05 Removing intermediate container b93ebb6735d1 01:50:05 ---> 0e8da2091d88 01:50:05 Step 6/24 : COPY go.mod . 01:50:06 ---> 781e674e70e0 01:50:06 Step 7/23 : RUN go mod download 01:50:06 ---> Running in a14ce28ff7ac 01:50:06 ---> 327145c2382a 01:50:06 Step 7/24 : RUN go mod download 01:50:06 ---> 3ebb49820c60 01:50:06 Step 7/30 : RUN go mod download 01:50:06 ---> 91bd37a491b1 01:50:06 Step 7/22 : RUN go mod download 01:50:06 ---> Running in ab02ed6b3c70 01:50:06 ---> Running in dac52c86907f 01:50:07 ---> Running in 1ecfa06c22c8 01:50:08 Removing intermediate container 6f571b1edaf6 01:50:08 ---> 121dfc3448ba 01:50:08 Step 8/26 : COPY . . 01:50:11 Removing intermediate container a14ce28ff7ac 01:50:11 ---> 3fa54dc97d42 01:50:11 Step 8/23 : COPY . . 01:50:11 Removing intermediate container ab02ed6b3c70 01:50:11 ---> 684b160bf740 01:50:11 Step 8/24 : COPY . . 01:50:13 Removing intermediate container 1ecfa06c22c8 01:50:13 ---> f22921cdfc2a 01:50:13 Step 8/22 : COPY . . 01:50:13 Removing intermediate container dac52c86907f 01:50:13 ---> 426e62c2b6dc 01:50:13 Step 8/30 : COPY . . 01:50:40 ---> bef28828eaa0 01:50:40 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:50:40 ---> 22fa1a1f10d6 01:50:40 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:50:40 ---> b473327d25e4 01:50:40 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:50:40 ---> Running in 235a99c8c33f 01:50:40 ---> 951424d2dc3c 01:50:40 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:50:40 ---> Running in f5282f1dde67 01:50:40 ---> Running in ea4e7ea2c1ec 01:50:40 ---> 14fd4558e2d9 01:50:40 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 01:50:40 ---> Running in f1d6522bc741 01:50:40 ---> Running in 40e49af47f17 01:50:40 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 01:50:40 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 01:50:40 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 01:50:40 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 01:50:40 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 01:52:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:52:14 Removing intermediate container 235a99c8c33f 01:52:14 ---> 5a7c6310efb1 01:52:14 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:52:14 Removing intermediate container f5282f1dde67 01:52:14 ---> 77ad1a66e02f 01:52:14 01:52:14 Step 10/24 : FROM alpine:3.12 01:52:14 ---> Running in 73593387057d 01:52:14 Removing intermediate container 40e49af47f17 01:52:14 ---> bd4550cb3f26 01:52:14 01:52:14 Step 10/30 : FROM alpine:3.12 01:52:14 3.12: Pulling from library/alpine 01:52:14 3.12: Pulling from library/alpine 01:52:16 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:52:16 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:52:16 Status: Downloaded newer image for alpine:3.12 01:52:16 Status: Downloaded newer image for alpine:3.12 01:52:16 ---> afeebe901d6b 01:52:16 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 01:52:16 ---> afeebe901d6b 01:52:16 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:52:16 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 01:52:16 ---> Running in e9aa0027ab9c 01:52:16 ---> Running in f627e65a7d91 01:52:17 Removing intermediate container e9aa0027ab9c 01:52:17 ---> 12a49eb8d0d7 01:52:17 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 01:52:17 ---> Running in e9e63a424cb1 01:52:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:52:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:52:19 (1/5) Installing ca-certificates (20191127-r4) 01:52:19 (2/5) Installing nghttp2-libs (1.41.0-r0) 01:52:19 (3/5) Installing libcurl (7.69.1-r3) 01:52:19 (4/5) Installing curl (7.69.1-r3) 01:52:19 (5/5) Installing dumb-init (1.2.2-r1) 01:52:19 Executing busybox-1.31.1-r19.trigger 01:52:19 Executing ca-certificates-20191127-r4.trigger 01:52:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:52:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:52:20 OK: 7 MiB in 19 packages 01:52:20 (1/2) Installing dumb-init (1.2.2-r1) 01:52:20 (2/2) Installing su-exec (0.2-r1) 01:52:20 Executing busybox-1.31.1-r19.trigger 01:52:20 OK: 5 MiB in 16 packages 01:52:22 Removing intermediate container 73593387057d 01:52:22 ---> 169baa122c27 01:52:22 01:52:22 Step 11/26 : FROM docker:20.10.0 01:52:22 20.10.0: Pulling from library/docker 01:52:22 Removing intermediate container f627e65a7d91 01:52:22 ---> 8b2b398b903b 01:52:22 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:52:23 Removing intermediate container e9e63a424cb1 01:52:23 ---> 0d1777a829f7 01:52:23 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 01:52:23 ---> Running in 03314e8631b1 01:52:23 ---> Running in c61c10969750 01:52:25 Removing intermediate container 03314e8631b1 01:52:25 ---> 8916e6ecd60b 01:52:25 Step 13/24 : WORKDIR / 01:52:25 Removing intermediate container f1d6522bc741 01:52:25 ---> 2af85b50997c 01:52:25 01:52:25 Step 10/22 : FROM alpine:3.12 01:52:25 ---> afeebe901d6b 01:52:25 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:52:25 ---> Running in 6ecaa9a1c01c 01:52:25 ---> Running in f0ae2bb9b154 01:52:25 Removing intermediate container c61c10969750 01:52:25 ---> 5e420645ae1b 01:52:25 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:52:26 ---> Running in da8cddc3196b 01:52:27 Removing intermediate container 6ecaa9a1c01c 01:52:27 ---> ab4f417014d2 01:52:27 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:52:27 Removing intermediate container da8cddc3196b 01:52:27 ---> 41df5f7adc67 01:52:27 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 01:52:27 ---> Running in 77d1550d439d 01:52:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:52:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:52:28 ---> b05788f5db3b 01:52:28 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:52:28 (1/2) Installing ca-certificates (20191127-r4) 01:52:29 (2/2) Installing dumb-init (1.2.2-r1) 01:52:29 Executing busybox-1.31.1-r19.trigger 01:52:29 Executing ca-certificates-20191127-r4.trigger 01:52:29 OK: 6 MiB in 16 packages 01:52:30 ---> ebff7c1a0d3f 01:52:30 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:52:32 ---> af05a603bb3f 01:52:32 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:52:32 Removing intermediate container ea4e7ea2c1ec 01:52:32 ---> 09427d7ee932 01:52:32 01:52:32 Step 10/23 : FROM alpine:3.12 01:52:32 ---> afeebe901d6b 01:52:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:52:32 Removing intermediate container f0ae2bb9b154 01:52:32 ---> 40ea790879d0 01:52:32 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:52:32 Removing intermediate container 77d1550d439d 01:52:32 ---> 174a40ac8556 01:52:32 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 01:52:33 ---> Running in 2f6d3e014172 01:52:33 ---> Running in 870985379c41 01:52:33 ---> Running in 37f1f388c61b 01:52:33 ---> 5ec9e9334162 01:52:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:52:33 Removing intermediate container 870985379c41 01:52:33 ---> a451f28be537 01:52:34 Step 13/22 : ENV APP_PORT=48060 01:52:34 Removing intermediate container 37f1f388c61b 01:52:34 ---> a38d14be1452 01:52:34 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:52:34 ---> Running in 02d49f00a19a 01:52:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:52:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:52:34 Removing intermediate container 02d49f00a19a 01:52:34 ---> 44edd8523348 01:52:34 Step 14/22 : EXPOSE $APP_PORT 01:52:35 ---> Running in e4dcea1c7aa0 01:52:35 (1/1) Installing dumb-init (1.2.2-r1) 01:52:35 Executing busybox-1.31.1-r19.trigger 01:52:35 ---> 6283028f21c1 01:52:35 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:52:35 OK: 5 MiB in 15 packages 01:52:35 ---> 8ce91874fd90 01:52:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:52:35 ---> Running in 6373885e88b2 01:52:36 Removing intermediate container e4dcea1c7aa0 01:52:36 ---> 3dc6274ee647 01:52:36 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:52:37 ---> 0205fb42c439 01:52:37 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/ 01:52:37 ---> Running in bed1be1808e8 01:52:37 Removing intermediate container 2f6d3e014172 01:52:37 ---> 301fbc5e5e06 01:52:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:52:37 ---> 04dedb3bb042 01:52:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:52:37 ---> Running in 55a2049eb492 01:52:38 Removing intermediate container 55a2049eb492 01:52:38 ---> baf598fb465e 01:52:38 Step 13/23 : ENV APP_PORT=48081 01:52:39 ---> Running in f69004883d9b 01:52:39 ---> 9a57eedba525 01:52:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:52:39 Removing intermediate container 6373885e88b2 01:52:39 ---> 113fd77f42fd 01:52:39 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 01:52:40 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:52:40 Removing intermediate container f69004883d9b 01:52:40 ---> 9914a9045cd2 01:52:40 Step 14/23 : EXPOSE $APP_PORT 01:52:40 Status: Downloaded newer image for docker:20.10.0 01:52:40 ---> eeaf43b92773 01:52:40 Step 12/26 : RUN apk add --no-cache bash 01:52:40 ---> Running in 0baa3a65354e 01:52:40 ---> Running in 11538ceeb2bd 01:52:40 ---> af2879951444 01:52:40 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:52:40 ---> Running in c085c0553b19 01:52:41 ---> bbdcf6c2aca1 01:52:41 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:52:41 Removing intermediate container bed1be1808e8 01:52:41 ---> 22c30d9ea067 01:52:41 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 01:52:41 Removing intermediate container 0baa3a65354e 01:52:41 ---> 419e9d533fdc 01:52:41 Step 15/23 : WORKDIR / 01:52:41 ---> Running in e99b1eda6d1a 01:52:41 ---> Running in aebd84f5a552 01:52:41 Removing intermediate container c085c0553b19 01:52:41 ---> e08fb9ab1cd1 01:52:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:52:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:52:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:52:42 ---> Running in ed838c5799f0 01:52:42 Removing intermediate container e99b1eda6d1a 01:52:42 ---> 247914dba362 01:52:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:52:42 Removing intermediate container aebd84f5a552 01:52:42 ---> c03ca5987fc8 01:52:42 Step 22/24 : LABEL arch=arm64 01:52:42 (1/2) Installing readline (8.0.4-r0) 01:52:42 (2/2) Installing bash (5.0.17-r0) 01:52:42 Executing bash-5.0.17-r0.post-install 01:52:42 Executing busybox-1.31.1-r19.trigger 01:52:42 ---> Running in e6c6327e4082 01:52:42 OK: 12 MiB in 22 packages 01:52:42 ---> e175de3c0e65 01:52:42 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:52:42 Removing intermediate container ed838c5799f0 01:52:42 ---> 903929bdbd68 01:52:42 Step 20/22 : LABEL arch=arm64 01:52:43 Removing intermediate container e6c6327e4082 01:52:43 ---> 054828622a3c 01:52:43 Step 23/24 : LABEL git_sha=d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 01:52:43 ---> Running in 44aa5ddafa77 01:52:43 ---> b7953e945894 01:52:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:52:43 ---> Running in 09179861b57d 01:52:44 ---> 3c56c519f464 01:52:44 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:52:44 Removing intermediate container 44aa5ddafa77 01:52:44 ---> b394792f0ffe 01:52:44 Step 21/22 : LABEL git_sha=d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 01:52:44 Removing intermediate container 09179861b57d 01:52:44 ---> e2771a8469e7 01:52:44 Step 24/24 : LABEL version=0.0.0 01:52:44 ---> Running in 3a177b60f3b0 01:52:44 Removing intermediate container 11538ceeb2bd 01:52:44 ---> 40ab3187f403 01:52:44 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 01:52:44 ---> Running in 42dac9d1946d 01:52:44 ---> Running in 1e564c08ed32 01:52:44 ---> 0dc5c9797032 01:52:44 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 01:52:45 ---> f0aa4b4c9682 01:52:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:52:45 Removing intermediate container 42dac9d1946d 01:52:45 ---> 0f75fd31b162 01:52:45 01:52:45 Removing intermediate container 3a177b60f3b0 01:52:45 ---> 44e22be3de30 01:52:45 Step 22/22 : LABEL version=0.0.0 01:52:45 ---> Running in 03f94d0b9839 01:52:45 ---> Running in 35aade46910f 01:52:45 Removing intermediate container 1e564c08ed32 01:52:45 ---> 855a9a6f5e5e 01:52:45 Step 14/26 : ENV APP_PORT=48090 01:52:45 Successfully built 0f75fd31b162 01:52:45 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 01:52:45 Building docker-core-command-go 01:52:45  Building docker-security-secretstore-setup-go ... done  ---> Running in faae1062b33c 01:52:46 ---> f6d0a9da8342 01:52:46 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:52:46 Removing intermediate container 03f94d0b9839 01:52:46 ---> 56ce288aea90 01:52:46 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:52:46 Removing intermediate container 35aade46910f 01:52:46 ---> 655ed1ce9974 01:52:46 01:52:46 ---> Running in af6d396fe9de 01:52:46 Removing intermediate container faae1062b33c 01:52:46 ---> 944988f5b8cd 01:52:46 Step 15/26 : EXPOSE $APP_PORT 01:52:47 ---> Running in 6f416928e3e1 01:52:47 Successfully built 655ed1ce9974 01:52:47 Successfully tagged docker-support-notifications-go-arm64:latest 01:52:47  Building docker-support-notifications-go ... done Removing intermediate container af6d396fe9de 01:52:47 Building docker-core-data-go 01:52:47 ---> f1fe2dc004da 01:52:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:52:47 ---> 3afcbe796847 01:52:47 Step 25/30 : RUN chmod +x /entrypoint.sh 01:52:47 ---> Running in b0e3f0f6ba67 01:52:47 Removing intermediate container 6f416928e3e1 01:52:47 ---> c315ecee6e16 01:52:47 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:52:48 ---> Running in 37d1976373ef 01:52:48 Removing intermediate container b0e3f0f6ba67 01:52:48 ---> f2b3040913a4 01:52:48 Step 21/23 : LABEL arch=arm64 01:52:48 ---> Running in c0a99b3ac236 01:52:49 ---> 38b73d0369ff 01:52:49 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:52:50 Removing intermediate container c0a99b3ac236 01:52:50 ---> 837bc8295333 01:52:50 Step 22/23 : LABEL git_sha=d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 01:52:50 ---> Running in 518dc4b83122 01:52:50 ---> 5474f136050d 01:52:50 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:52:51 Removing intermediate container 518dc4b83122 01:52:51 ---> eca8d697f12f 01:52:51 Step 23/23 : LABEL version=0.0.0 01:52:51 Removing intermediate container 37d1976373ef 01:52:51 ---> 8cfd1c8bda80 01:52:51 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 01:52:51 ---> Running in 77ae8a3fdc4c 01:52:52 ---> Running in 0e37447f4ae7 01:52:52 ---> e1da69536240 01:52:52 Step 19/26 : RUN apk --no-cache add py3-pip 01:52:52 Removing intermediate container 77ae8a3fdc4c 01:52:52 ---> 48f1d01ece18 01:52:52 01:52:53 ---> Running in 665cef2d71e9 01:52:53 Removing intermediate container 0e37447f4ae7 01:52:53 ---> dd5cf92c4ea5 01:52:53 Step 27/30 : CMD ["gate"] 01:52:53 Successfully built 48f1d01ece18 01:52:53 Successfully tagged docker-core-metadata-go-arm64:latest 01:52:53 Building docker-security-proxy-setup-go 01:52:54  Building docker-core-metadata-go ... done  ---> Running in 034953e94721 01:52:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:52:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:52:54 Removing intermediate container 034953e94721 01:52:54 ---> 2ba80d544de8 01:52:54 Step 28/30 : LABEL arch=arm64 01:52:55 ---> Running in e3a2c423528a 01:52:55 (1/33) Installing libbz2 (1.0.8-r1) 01:52:55 (2/33) Installing expat (2.2.9-r1) 01:52:55 (3/33) Installing libffi (3.3-r2) 01:52:55 (4/33) Installing gdbm (1.13-r1) 01:52:55 (5/33) Installing xz-libs (5.2.5-r0) 01:52:55 (6/33) Installing sqlite-libs (3.32.1-r0) 01:52:55 (7/33) Installing python3 (3.8.5-r0) 01:52:55 Removing intermediate container e3a2c423528a 01:52:55 ---> d2d5a97ebc69 01:52:55 Step 29/30 : LABEL git_sha=d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 01:52:57 (8/33) Installing py3-appdirs (1.4.4-r1) 01:52:57 (9/33) Installing py3-ordered-set (4.0.1-r0) 01:52:57 (10/33) Installing py3-parsing (2.4.7-r0) 01:52:57 (11/33) Installing py3-six (1.15.0-r0) 01:52:57 (12/33) Installing py3-packaging (20.4-r0) 01:52:57 ---> Running in 4dba786ac665 01:52:57 (13/33) Installing py3-setuptools (47.0.0-r0) 01:52:57 (14/33) Installing py3-chardet (3.0.4-r4) 01:52:57 (15/33) Installing py3-idna (2.9-r0) 01:52:57 (16/33) Installing py3-certifi (2020.4.5.1-r0) 01:52:57 (17/33) Installing py3-urllib3 (1.25.9-r0) 01:52:57 (18/33) Installing py3-requests (2.23.0-r0) 01:52:57 (19/33) Installing py3-msgpack (1.0.0-r0) 01:52:57 (20/33) Installing py3-lockfile (0.12.2-r3) 01:52:57 (21/33) Installing py3-cachecontrol (0.12.6-r0) 01:52:57 (22/33) Installing py3-colorama (0.4.3-r0) 01:52:57 (23/33) Installing py3-distlib (0.3.0-r0) 01:52:57 (24/33) Installing py3-distro (1.5.0-r1) 01:52:57 (25/33) Installing py3-webencodings (0.5.1-r3) 01:52:57 (26/33) Installing py3-html5lib (1.0.1-r4) 01:52:57 (27/33) Installing py3-pytoml (0.1.21-r0) 01:52:57 (28/33) Installing py3-pep517 (0.8.2-r0) 01:52:57 (29/33) Installing py3-progress (1.5-r0) 01:52:57 (30/33) Installing py3-toml (0.10.1-r0) 01:52:57 (31/33) Installing py3-retrying (1.3.3-r0) 01:52:57 (32/33) Installing py3-contextlib2 (0.6.0-r0) 01:52:57 (33/33) Installing py3-pip (20.1.1-r0) 01:52:57 Executing busybox-1.31.1-r19.trigger 01:52:57 OK: 71 MiB in 55 packages 01:52:58 Removing intermediate container 4dba786ac665 01:52:58 ---> f41ac0da5da4 01:52:58 Step 30/30 : LABEL version=0.0.0 01:52:58 ---> Running in 165417d8e26f 01:52:59 Removing intermediate container 165417d8e26f 01:52:59 ---> b48c8fbb528a 01:52:59 01:52:59 Successfully built b48c8fbb528a 01:52:59 Successfully tagged docker-security-bootstrapper-go-arm64:latest 01:52:59  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go 01:53:05 Removing intermediate container 665cef2d71e9 01:53:05 ---> 884c2a6d2fa8 01:53:05 Step 20/26 : RUN pip install docker-compose==1.23.2 01:53:05 ---> Running in edfbdb0e4bfa 01:53:12 Collecting docker-compose==1.23.2 01:53:12 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:53:12 Collecting cached-property<2,>=1.2.0 01:53:12 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:53:13 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:53:13 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:53:14 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:53:14 Collecting docker<4.0,>=3.6.0 01:53:14 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:53:15 Collecting dockerpty<0.5,>=0.4.1 01:53:15 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:53:17 Collecting docopt<0.7,>=0.6.1 01:53:17 Downloading docopt-0.6.2.tar.gz (25 kB) 01:53:20 Collecting jsonschema<3,>=2.5.1 01:53:20 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:53:20 Collecting texttable<0.10,>=0.9.0 01:53:20 Downloading texttable-0.9.1.tar.gz (11 kB) 01:53:24 Collecting PyYAML<4,>=3.10 01:53:24 Downloading PyYAML-3.13.tar.gz (270 kB) 01:53:27 Collecting websocket-client<1.0,>=0.32.0 01:53:27 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 01:53:27 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) 01:53:28 Collecting idna<2.8,>=2.5 01:53:28 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:53:28 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) 01:53:29 Collecting urllib3<1.25,>=1.21.1 01:53:29 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:53:29 Collecting docker-pycreds>=0.4.0 01:53:30 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:53:30 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:53:30 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:53:30 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:53:30 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:53:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:53:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:53:31 ---> 31528957cc18 01:53:31 Step 3/23 : WORKDIR /edgex-go 01:53:31 ---> Using cache 01:53:31 ---> 1ca0e360a56a 01:53:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:53:31 ---> Using cache 01:53:31 ---> ec2ec1a2d66a 01:53:31 Step 5/23 : RUN apk add --update --no-cache make git 01:53:31 Installing collected packages: cached-property, idna, urllib3, requests, websocket-client, docker-pycreds, docker, dockerpty, docopt, jsonschema, texttable, PyYAML, docker-compose 01:53:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:53:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:53:32 ---> 31528957cc18 01:53:32 Step 3/23 : WORKDIR /edgex-go 01:53:32 ---> Using cache 01:53:32 ---> 1ca0e360a56a 01:53:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:53:32 ---> Using cache 01:53:32 ---> ec2ec1a2d66a 01:53:32 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git Attempting uninstall: idna 01:53:32 01:53:32 Found existing installation: idna 2.9 01:53:32 Uninstalling idna-2.9: 01:53:32 Successfully uninstalled idna-2.9 01:53:34 Attempting uninstall: urllib3 01:53:34 Found existing installation: urllib3 1.25.9 01:53:34 Uninstalling urllib3-1.25.9: 01:53:34 Successfully uninstalled urllib3-1.25.9 01:53:36 Attempting uninstall: requests 01:53:36 Found existing installation: requests 2.23.0 01:53:36 Uninstalling requests-2.23.0: 01:53:36 Successfully uninstalled requests-2.23.0 01:53:38 ---> Running in 0e746f5e392a 01:53:38 ---> Running in 2e29991362d4 01:53:39 Running setup.py install for dockerpty: started 01:53:39 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:53:39 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:53:39 ---> 31528957cc18 01:53:39 Step 3/21 : WORKDIR /edgex-go 01:53:39 ---> Using cache 01:53:39 ---> 1ca0e360a56a 01:53:39 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:53:39 ---> Using cache 01:53:39 ---> ec2ec1a2d66a 01:53:39 Step 5/21 : RUN apk add --update --no-cache make git 01:53:40 ---> Running in 961a2ed93677 01:53:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:53:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:53:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:53:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:53:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:53:41 OK: 217 MiB in 51 packages 01:53:41 OK: 217 MiB in 51 packages 01:53:41 Running setup.py install for dockerpty: finished with status 'done' 01:53:41 Running setup.py install for docopt: started 01:53:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:53:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:53:42 ---> 31528957cc18 01:53:42 Step 3/22 : WORKDIR /edgex-go 01:53:42 ---> Using cache 01:53:42 ---> 1ca0e360a56a 01:53:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:53:42 ---> Using cache 01:53:42 ---> ec2ec1a2d66a 01:53:42 Step 5/22 : RUN apk add --update --no-cache make git 01:53:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:53:42 ---> Running in 7b63fd00b0b9 01:53:43 OK: 217 MiB in 51 packages 01:53:43 Removing intermediate container 2e29991362d4 01:53:43 ---> 0b6b9619c140 01:53:43 Step 6/23 : COPY go.mod . 01:53:44 Removing intermediate container 0e746f5e392a 01:53:44 ---> e84890bdf043 01:53:44 Step 6/23 : COPY go.mod . 01:53:44 Running setup.py install for docopt: finished with status 'done' 01:53:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:53:44 Removing intermediate container 961a2ed93677 01:53:44 ---> 81627e51d4ca 01:53:44 Step 6/21 : COPY go.mod . 01:53:44 Running setup.py install for texttable: started 01:53:45 ---> baa0c11b4e00 01:53:45 Step 7/23 : RUN go mod download 01:53:45 ---> a6108f636b2c 01:53:45 Step 7/23 : RUN go mod download 01:53:45 ---> Running in 65d458b23b2d 01:53:45 ---> Running in 356b46d26e3a 01:53:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:53:46 ---> 2f1841cdf15a 01:53:46 Step 7/21 : RUN go mod download 01:53:46 ---> Running in 8805725a9362 01:53:46 OK: 217 MiB in 51 packages 01:53:47 Running setup.py install for texttable: finished with status 'done' 01:53:47 Running setup.py install for PyYAML: started 01:53:48 Removing intermediate container 7b63fd00b0b9 01:53:48 ---> 51131ba70d0d 01:53:48 Step 6/22 : COPY go.mod . 01:53:49 ---> d44d7a660830 01:53:49 Step 7/22 : RUN go mod download 01:53:49 Removing intermediate container 65d458b23b2d 01:53:49 ---> 25a9436134e9 01:53:49 Step 8/23 : COPY . . 01:53:49 ---> Running in 942db740bdb7 01:53:50 Removing intermediate container 356b46d26e3a 01:53:50 ---> dd813738cb9f 01:53:50 Step 8/23 : COPY . . 01:53:50 Removing intermediate container 8805725a9362 01:53:50 ---> 66d6b50a2d32 01:53:50 Step 8/21 : COPY . . 01:53:50 Running setup.py install for PyYAML: finished with status 'done' 01:53:52 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 01:53:56 Removing intermediate container 942db740bdb7 01:53:56 ---> f14670f8d90c 01:53:56 Step 8/22 : COPY . . 01:53:59 Removing intermediate container edfbdb0e4bfa 01:53:59 ---> 5d7331aeaa09 01:53:59 Step 21/26 : RUN apk --no-cache add curl 01:53:59 ---> Running in 2290b1eeda1e 01:54:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:54:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:54:01 (1/3) Installing nghttp2-libs (1.41.0-r0) 01:54:02 (2/3) Installing libcurl (7.69.1-r3) 01:54:02 (3/3) Installing curl (7.69.1-r3) 01:54:02 Executing busybox-1.31.1-r19.trigger 01:54:02 OK: 71 MiB in 58 packages 01:54:07 Removing intermediate container 2290b1eeda1e 01:54:07 ---> 3774516ee45f 01:54:07 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 01:54:07 ---> Running in b3d9f2c8ee80 01:54:09 Removing intermediate container b3d9f2c8ee80 01:54:09 ---> 096edb8d718c 01:54:09 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:54:10 ---> Running in 1a31bfe60cfd 01:54:11 Removing intermediate container 1a31bfe60cfd 01:54:11 ---> 17a7ad3ccbbd 01:54:11 Step 24/26 : LABEL arch=arm64 01:54:12 ---> Running in db05d9f11a8a 01:54:12 ---> 628564133cac 01:54:12 Step 9/23 : RUN make cmd/core-command/core-command 01:54:12 ---> Running in e32b280cdeb3 01:54:12 ---> 16fcb6391329 01:54:12 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:54:12 ---> 073505a7d39f 01:54:12 Step 9/23 : RUN make cmd/core-data/core-data 01:54:13 Removing intermediate container db05d9f11a8a 01:54:13 ---> 80c7dce6497f 01:54:13 Step 25/26 : LABEL git_sha=d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 01:54:13 ---> Running in 4e6861d7a298 01:54:13 ---> Running in 9a46a9fd4c5a 01:54:13 ---> Running in cd1b840ebad5 01:54:14 Removing intermediate container cd1b840ebad5 01:54:14 ---> 9e2458b2bf41 01:54:14 Step 26/26 : LABEL version=0.0.0 01:54:14 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 01:54:15 ---> Running in 5075ae2e5a49 01:54:15 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 01:54:15 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 01:54:16 Removing intermediate container 5075ae2e5a49 01:54:16 ---> d217fdc1fb4c 01:54:16 01:54:17 Successfully built d217fdc1fb4c 01:54:17 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 01:54:17  Building docker-sys-mgmt-agent-go ... done  ---> c74385227d34 01:54:17 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:54:18 ---> Running in 5645f8e1fdfe 01:54: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 01:55:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 01:55:35 Removing intermediate container 4e6861d7a298 01:55:35 ---> 75799faa48ea 01:55:35 01:55:35 Step 10/21 : FROM alpine:3.12 01:55:35 ---> afeebe901d6b 01:55:35 Step 11/21 : RUN apk add --update --no-cache curl 01:55:35 ---> Running in 3ddfb05e62a5 01:55:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:55:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:55:37 (1/4) Installing ca-certificates (20191127-r4) 01:55:37 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:55:37 (3/4) Installing libcurl (7.69.1-r3) 01:55:37 (4/4) Installing curl (7.69.1-r3) 01:55:37 Executing busybox-1.31.1-r19.trigger 01:55:37 Executing ca-certificates-20191127-r4.trigger 01:55:37 OK: 7 MiB in 18 packages 01:55:40 Removing intermediate container 3ddfb05e62a5 01:55:40 ---> fa4d366a18d7 01:55:40 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:55:41 ---> Running in 08b33a5125d0 01:55:42 Removing intermediate container 08b33a5125d0 01:55:42 ---> 9bf5b614f9bb 01:55:42 Step 13/21 : WORKDIR /edgex 01:55:42 ---> Running in 245ec20e08fb 01:55:43 Removing intermediate container e32b280cdeb3 01:55:43 ---> 8507057d8460 01:55:43 01:55:43 Step 10/23 : FROM alpine:3.12 01:55:43 ---> afeebe901d6b 01:55:43 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:55:43 ---> Using cache 01:55:43 ---> 301fbc5e5e06 01:55:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:55:43 ---> Using cache 01:55:43 ---> baf598fb465e 01:55:43 Step 13/23 : ENV APP_PORT=48082 01:55:43 ---> Running in 7d1fce59bc64 01:55:43 Removing intermediate container 245ec20e08fb 01:55:43 ---> 6b93809e2997 01:55:43 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:55:43 Removing intermediate container 7d1fce59bc64 01:55:43 ---> dfaf230534a2 01:55:43 Step 14/23 : EXPOSE $APP_PORT 01:55:44 ---> Running in e3b231a4190e 01:55:44 ---> f0e2a82d03a6 01:55:44 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:55:45 Removing intermediate container e3b231a4190e 01:55:45 ---> 21ab553d121e 01:55:45 Step 15/23 : WORKDIR / 01:55:45 ---> Running in 2cb53fc96290 01:55:46 ---> 54bcffb40e0c 01:55:46 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:55:46 Removing intermediate container 2cb53fc96290 01:55:46 ---> 7390fce92f63 01:55:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:55:48 ---> 644befac7d60 01:55:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:55:48 ---> 4d5908c2bf17 01:55:48 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:55:49 Removing intermediate container 5645f8e1fdfe 01:55:49 ---> 3bfd1fa312fc 01:55:49 01:55:49 Step 10/22 : FROM alpine:3.12 01:55:49 ---> afeebe901d6b 01:55:49 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:55:49 ---> Using cache 01:55:49 ---> 301fbc5e5e06 01:55:49 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:55:49 ---> Using cache 01:55:49 ---> baf598fb465e 01:55:49 Step 13/22 : ENV APP_PORT=48085 01:55:49 ---> Running in 6e94017a7141 01:55:49 ---> Running in be2d1fbe045e 01:55:50 Removing intermediate container 6e94017a7141 01:55:50 ---> 92d090c31e1a 01:55:50 Step 18/21 : CMD ["--init=true"] 01:55:50 ---> bd9380f0804e 01:55:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:55:50 Removing intermediate container be2d1fbe045e 01:55:50 ---> 88bc1aace98e 01:55:50 Step 14/22 : EXPOSE $APP_PORT 01:55:50 ---> Running in a71bc7377fb2 01:55:50 ---> Running in 2f71dc579741 01:55:51 Removing intermediate container a71bc7377fb2 01:55:51 ---> d1ee89cc031e 01:55:51 Step 19/21 : LABEL arch=arm64 01:55:51 Removing intermediate container 2f71dc579741 01:55:51 ---> 8e8e1df90bde 01:55:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:55:51 ---> Running in 7079f0afe7ce 01:55:51 ---> 591c681b7989 01:55:51 Step 19/23 : ENTRYPOINT ["/core-command"] 01:55:51 ---> Running in ec288e29edc3 01:55:51 Removing intermediate container 7079f0afe7ce 01:55:51 ---> 0b2dce01078d 01:55:51 Step 20/21 : LABEL git_sha=d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 01:55:51 ---> Running in 14cd442e9d66 01:55:51 ---> 929907a010b0 01:55:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:55:52 Removing intermediate container ec288e29edc3 01:55:52 ---> 414e95beb172 01:55:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:55:52 ---> Running in 1cd5b829a904 01:55:52 Removing intermediate container 14cd442e9d66 01:55:52 ---> 23b0eb2ae63c 01:55:52 Step 21/21 : LABEL version=0.0.0 01:55:52 Removing intermediate container 1cd5b829a904 01:55:52 ---> 77b3694e423d 01:55:52 Step 21/23 : LABEL arch=arm64 01:55:52 ---> Running in b21aa0dcc9e4 01:55:53 ---> Running in b51a57c897bc 01:55:53 ---> 94ac2308033a 01:55:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:55:53 Removing intermediate container b21aa0dcc9e4 01:55:53 ---> 21e5c592f33b 01:55:53 01:55:53 Removing intermediate container b51a57c897bc 01:55:53 ---> 71ccb969b8e1 01:55:53 Step 22/23 : LABEL git_sha=d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 01:55:54 Successfully built 21e5c592f33b 01:55:54 ---> Running in 6d01024e7c99 01:55:54 Successfully tagged docker-security-proxy-setup-go-arm64:latest 01:55:54  Building docker-security-proxy-setup-go ... done  ---> 8c7ed57233f1 01:55:54 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:55:54 ---> Running in 0d51f2b3dbb4 01:55:54 Removing intermediate container 6d01024e7c99 01:55:54 ---> ea06e9043aea 01:55:54 Step 23/23 : LABEL version=0.0.0 01:55:55 ---> Running in 09af3cc2a94d 01:55:55 Removing intermediate container 0d51f2b3dbb4 01:55:55 ---> 6e8ddef08132 01:55:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:55:55 ---> Running in d9f7e7cb6f5e 01:55:55 Removing intermediate container 09af3cc2a94d 01:55:55 ---> 62aee9f0a133 01:55:55 01:55:56 Removing intermediate container d9f7e7cb6f5e 01:55:56 ---> 26e511722a4b 01:55:56 Step 20/22 : LABEL arch=arm64 01:55:56 Successfully built 62aee9f0a133 01:55:56 Successfully tagged docker-core-command-go-arm64:latest 01:55:56  Building docker-core-command-go ... done  ---> Running in 9740887746d7 01:55:56 Removing intermediate container 9a46a9fd4c5a 01:55:56 ---> 58043e0c372c 01:55:56 01:55:56 Step 10/23 : FROM alpine:3.12 01:55:56 ---> afeebe901d6b 01:55:56 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:55:56 ---> Running in 013b96d18d2e 01:55:56 Removing intermediate container 9740887746d7 01:55:56 ---> 09db9bc3e5b9 01:55:56 Step 21/22 : LABEL git_sha=d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 01:55:57 ---> Running in 6c1b4ede7761 01:55:57 Removing intermediate container 013b96d18d2e 01:55:57 ---> 1dee9a0b00e1 01:55:57 Step 12/23 : ENV APP_PORT=48080 01:55:57 ---> Running in ed11223a1b0a 01:55:57 Removing intermediate container 6c1b4ede7761 01:55:57 ---> 1f857d6cf6c7 01:55:57 Step 22/22 : LABEL version=0.0.0 01:55:57 ---> Running in 76c605e331a7 01:55:58 Removing intermediate container ed11223a1b0a 01:55:58 ---> 98115c5f5356 01:55:58 Step 13/23 : EXPOSE $APP_PORT 01:55:58 ---> Running in c71222d27b64 01:55:58 Removing intermediate container 76c605e331a7 01:55:58 ---> d49883c5b6ee 01:55:58 01:55:58 Successfully built d49883c5b6ee 01:55:58 Removing intermediate container c71222d27b64 01:55:58 ---> b09c1289e53d 01:55:58 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:55:58 Successfully tagged docker-support-scheduler-go-arm64:latest 01:55:58  Building docker-support-scheduler-go ... done  ---> Running in a24533145e86 01:56:00 Removing intermediate container a24533145e86 01:56:00 ---> a4295d0f91d0 01:56:00 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:56:00 ---> Running in cdb59e4544b4 01:56:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:56:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:56:03 (1/6) Installing dumb-init (1.2.2-r1) 01:56:03 (2/6) Installing libgcc (9.3.0-r2) 01:56:03 (3/6) Installing libsodium (1.0.18-r0) 01:56:03 (4/6) Installing libstdc++ (9.3.0-r2) 01:56:03 (5/6) Installing libzmq (4.3.3-r0) 01:56:03 (6/6) Installing zeromq (4.3.3-r0) 01:56:03 Executing busybox-1.31.1-r19.trigger 01:56:03 OK: 8 MiB in 20 packages 01:56:05 Removing intermediate container cdb59e4544b4 01:56:05 ---> 694d917e3318 01:56:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:56:06 ---> 3e2fce3ace43 01:56:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:56:06 ---> 7660dec8fbc9 01:56:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:56:07 ---> 2b7f69e1df34 01:56:07 Step 19/23 : ENTRYPOINT ["/core-data"] 01:56:07 ---> Running in 0376d80308d8 01:56:08 Removing intermediate container 0376d80308d8 01:56:08 ---> 7e21a7c6c1dc 01:56:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:56:08 ---> Running in 1df79a7371f3 01:56:09 Removing intermediate container 1df79a7371f3 01:56:09 ---> 0c70fa65c1da 01:56:09 Step 21/23 : LABEL arch=arm64 01:56:09 ---> Running in 1c4dbfdfd586 01:56:09 Removing intermediate container 1c4dbfdfd586 01:56:09 ---> ce1493ae70b2 01:56:09 Step 22/23 : LABEL git_sha=d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 01:56:09 ---> Running in c38c9434e0af 01:56:10 Removing intermediate container c38c9434e0af 01:56:10 ---> 34aedb858de2 01:56:10 Step 23/23 : LABEL version=0.0.0 01:56:10 ---> Running in f79e32d381f1 01:56:10 Removing intermediate container f79e32d381f1 01:56:10 ---> 4df6b840580e 01:56:10 01:56:11 Successfully built 4df6b840580e 01:56:11 Successfully tagged docker-core-data-go-arm64:latest 01:56:11  Building docker-core-data-go ... done  [Pipeline] } 01:56:11 $ docker stop --time=1 080062e949d0954f190745d9e2a3a94733cac96a67336593339e50934d2dd214 01:56:13 $ docker rm -f 080062e949d0954f190745d9e2a3a94733cac96a67336593339e50934d2dd214 [Pipeline] // withDockerContainer [Pipeline] sh 01:56:13 + + grep docker 01:56:13 docker images 01:56:14 docker-core-data-go-arm64 latest 4df6b840580e 4 seconds ago 21MB 01:56:14 docker-support-scheduler-go-arm64 latest d49883c5b6ee 17 seconds ago 16.1MB 01:56:14 docker-core-command-go-arm64 latest 62aee9f0a133 19 seconds ago 16MB 01:56:14 docker-security-proxy-setup-go-arm64 latest 21e5c592f33b 21 seconds ago 23.2MB 01:56:14 docker-sys-mgmt-agent-go-arm64 latest d217fdc1fb4c About a minute ago 300MB 01:56:14 docker-security-bootstrapper-go-arm64 latest b48c8fbb528a 3 minutes ago 17MB 01:56:14 docker-core-metadata-go-arm64 latest 48f1d01ece18 3 minutes ago 17.8MB 01:56:14 docker-support-notifications-go-arm64 latest 655ed1ce9974 3 minutes ago 16.7MB 01:56:14 docker-security-secretstore-setup-go-arm64 latest 0f75fd31b162 3 minutes ago 23.4MB 01:56:14 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 01:56:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:56:17 ---> package-listing.sh 01:56:17 ++ facter osfamily 01:56:17 ++ tr '[:upper:]' '[:lower:]' 01:56:17 + OS_FAMILY=redhat 01:56:17 + workspace=/w/workspace/edgex-go/2 01:56:17 + START_PACKAGES=/tmp/packages_start.txt 01:56:17 + END_PACKAGES=/tmp/packages_end.txt 01:56:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:56:17 + PACKAGES=/tmp/packages_start.txt 01:56:17 + '[' /w/workspace/edgex-go/2 ']' 01:56:17 + PACKAGES=/tmp/packages_end.txt 01:56:17 + case "${OS_FAMILY}" in 01:56:17 + rpm -qa 01:56:17 + sort 01:56:23 + '[' -f /tmp/packages_start.txt ']' 01:56:23 + '[' -f /tmp/packages_end.txt ']' 01:56:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:56:23 + '[' /w/workspace/edgex-go/2 ']' 01:56:23 + mkdir -p /w/workspace/edgex-go/2/archives/ 01:56:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 01:56:23 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:56:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:56:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:56:23 01:56:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:56:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:56:24 alpine: Pulling from edgex-lftools-log-publisher 01:56:24 df20fa9351a1: Pulling fs layer 01:56:24 36b3adc4ff6f: Pulling fs layer 01:56:24 8ad3a11d3b57: Pulling fs layer 01:56:24 46f8f816bc3b: Pulling fs layer 01:56:24 93b61091891f: Pulling fs layer 01:56:24 93b9cdb0e59b: Pulling fs layer 01:56:24 5e14af77c1be: Pulling fs layer 01:56:24 01666e4c0597: Pulling fs layer 01:56:24 aa168da1d23b: Pulling fs layer 01:56:24 46f8f816bc3b: Waiting 01:56:24 93b61091891f: Waiting 01:56:24 93b9cdb0e59b: Waiting 01:56:24 5e14af77c1be: Waiting 01:56:24 01666e4c0597: Waiting 01:56:24 aa168da1d23b: Waiting 01:56:24 36b3adc4ff6f: Verifying Checksum 01:56:24 36b3adc4ff6f: Download complete 01:56:24 46f8f816bc3b: Verifying Checksum 01:56:24 46f8f816bc3b: Download complete 01:56:24 df20fa9351a1: Download complete 01:56:24 93b9cdb0e59b: Verifying Checksum 01:56:24 93b9cdb0e59b: Download complete 01:56:24 93b61091891f: Download complete 01:56:24 5e14af77c1be: Verifying Checksum 01:56:24 5e14af77c1be: Download complete 01:56:24 01666e4c0597: Verifying Checksum 01:56:24 01666e4c0597: Download complete 01:56:24 df20fa9351a1: Pull complete 01:56:25 36b3adc4ff6f: Pull complete 01:56:25 8ad3a11d3b57: Verifying Checksum 01:56:25 8ad3a11d3b57: Download complete 01:56:26 8ad3a11d3b57: Pull complete 01:56:26 46f8f816bc3b: Pull complete 01:56:27 aa168da1d23b: Verifying Checksum 01:56:27 aa168da1d23b: Download complete 01:56:27 93b61091891f: Pull complete 01:56:27 93b9cdb0e59b: Pull complete 01:56:27 5e14af77c1be: Pull complete 01:56:27 01666e4c0597: Pull complete 01:56:35 aa168da1d23b: Pull complete 01:56:35 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:56:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:56:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:56:36 prd-centos7-docker-4c-2g-26045 does not seem to be running inside a container 01:56:36 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-lftools-log-publisher:alpine cat 01:56:40 $ docker top e62a1f24b283d65ca140f5b5df9220f86f96d4fab6c5ade847d20759f04be981 -eo pid,comm [Pipeline] { [Pipeline] sh 01:56:40 + touch /tmp/pre-build-complete [Pipeline] sh 01:56:40 + mkdir -p /var/log/sa [Pipeline] sh 01:56:41 + ls /var/log/sa-host 01:56:41 + sadf -c /var/log/sa-host/sa11 01:56:41 file_magic: OK 01:56:41 HZ: Using current value: 100 01:56:41 file_header: OK 01:56:41 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 01:56:41 Statistics: 01:56:41 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... 01:56:41 File successfully converted to sysstat format version 12.2.1 01:56:41 + sadf -c /var/log/sa-host/sa23 01:56:41 file_magic: OK 01:56:41 HZ: Using current value: 100 01:56:41 file_header: OK 01:56:41 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 01:56:41 Statistics: 01:56:41 Hnuu...uuuununununu... 01:56:41 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:56:41 provisioning config files... 01:56:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config366258860433648153tmp [Pipeline] { [Pipeline] echo 01:56:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:56:41 ---> create-netrc.sh [Pipeline] } 01:56:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:56:42 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:56:42 ---> python-tools-install.sh [Pipeline] echo 01:56:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:56:42 ---> sudo-logs.sh 01:56:42 Archiving 'sudo' log.. [Pipeline] echo 01:56:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:56:43 ---> job-cost.sh 01:56:43 lf-activate-venv: SKIPPING 01:56:43 INFO: No Stack... 01:56:43 INFO: Retrieving Pricing Info for: v1-standard-2 01:56:44 INFO: Archiving Costs [Pipeline] echo 01:56:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:56:44 ---> logs-deploy.sh 01:56:44 lf-activate-venv: SKIPPING 01:56:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3162/2 01:56:44 INFO: archiving workspace using pattern(s): 01:56:45 Archives upload complete. 01:56:45 INFO: archiving logs to Nexus