Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at 2a4efc596d6299a706f2b1b5ea90705279ab33b1 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 2a4efc596d6299a706f2b1b5ea90705279ab33b1 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-24460 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/54 [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/54 # 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 2a4efc596d6299a706f2b1b5ea90705279ab33b1 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing a680e651ea24e260fa731a0d4c81c09ca0199e4c Checking out Revision a680e651ea24e260fa731a0d4c81c09ca0199e4c (PR-2858) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2a4efc596d6299a706f2b1b5ea90705279ab33b1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a680e651ea24e260fa731a0d4c81c09ca0199e4c # timeout=10 Commit message: "Merge commit '2a4efc596d6299a706f2b1b5ea90705279ab33b1' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 09466c3d4bb06391c33f9fb2c9ae9bec005329b5 # timeout=10 00:31:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:25 ========================================================= 00:31:25 EdgeX Global Pipelines Version Info 00:31:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:26 ------------------- 00:31:26 stable info: 00:31:26 ------------------- 00:31:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:26 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:26 Message: update stable to v1.0.179 00:31:27 ------------------- 00:31:27 experimental info: 00:31:27 ------------------- 00:31:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:27 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:27 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:28 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:28 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:31:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:31:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:31:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:31:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a680e651ea24e260fa731a0d4c81c09ca0199e4c [Pipeline] echo 00:31:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a680e65 [Pipeline] echo 00:31:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:30 provisioning config files... 00:31:30 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/54@tmp/config6110188121224382438tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:31 ---> docker-login.sh 00:31:31 nexus3.edgexfoundry.org:10001 00:31:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:31 Configure a credential helper to remove this warning. See 00:31:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:31 00:31:31 Login Succeeded 00:31:31 nexus3.edgexfoundry.org:10002 00:31:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:31 Configure a credential helper to remove this warning. See 00:31:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:31 00:31:31 Login Succeeded 00:31:31 nexus3.edgexfoundry.org:10003 00:31:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:32 Configure a credential helper to remove this warning. See 00:31:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:32 00:31:32 Login Succeeded 00:31:32 nexus3.edgexfoundry.org:10004 00:31:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:32 Configure a credential helper to remove this warning. See 00:31:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:32 00:31:32 Login Succeeded 00:31:32 docker.io 00:31:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:32 Configure a credential helper to remove this warning. See 00:31:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:32 00:31:32 Login Succeeded 00:31:32 ---> docker-login.sh ends [Pipeline] } 00:31:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:33 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:31:33 + for file in '`ls cmd/**/Dockerfile`' 00:31:33 ++ dirname cmd/core-command/Dockerfile 00:31:33 ++ cut -d/ -f2 00:31:33 + echo core-command,cmd/core-command/Dockerfile 00:31:33 + for file in '`ls cmd/**/Dockerfile`' 00:31:33 ++ dirname cmd/core-data/Dockerfile 00:31:33 ++ cut -d/ -f2 00:31:33 + echo core-data,cmd/core-data/Dockerfile 00:31:33 + for file in '`ls cmd/**/Dockerfile`' 00:31:33 ++ dirname cmd/core-metadata/Dockerfile 00:31:33 ++ cut -d/ -f2 00:31:33 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:33 + for file in '`ls cmd/**/Dockerfile`' 00:31:33 ++ dirname cmd/security-bootstrapper/Dockerfile 00:31:33 ++ cut -d/ -f2 00:31:33 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:31:33 + for file in '`ls cmd/**/Dockerfile`' 00:31:33 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:33 ++ cut -d/ -f2 00:31:33 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:33 + for file in '`ls cmd/**/Dockerfile`' 00:31:33 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:33 ++ cut -d/ -f2 00:31:33 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:33 + for file in '`ls cmd/**/Dockerfile`' 00:31:33 ++ dirname cmd/support-notifications/Dockerfile 00:31:33 ++ cut -d/ -f2 00:31:33 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:33 + for file in '`ls cmd/**/Dockerfile`' 00:31:33 ++ dirname cmd/support-scheduler/Dockerfile 00:31:33 ++ cut -d/ -f2 00:31:33 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:33 + for file in '`ls cmd/**/Dockerfile`' 00:31:33 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:33 ++ cut -d/ -f2 00:31:33 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:33 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:31:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:34 00:31:34 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:34 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:34 latest: Pulling from edgex-devops/git-semver 00:31:34 31603596830f: Pulling fs layer 00:31:34 2a8b12db71e7: Pulling fs layer 00:31:34 6ca5941a6612: Pulling fs layer 00:31:34 ecc8261a40a4: Pulling fs layer 00:31:34 ecc8261a40a4: Waiting 00:31:34 2a8b12db71e7: Verifying Checksum 00:31:34 2a8b12db71e7: Download complete 00:31:34 31603596830f: Verifying Checksum 00:31:34 31603596830f: Download complete 00:31:34 ecc8261a40a4: Verifying Checksum 00:31:34 ecc8261a40a4: Download complete 00:31:34 6ca5941a6612: Verifying Checksum 00:31:34 6ca5941a6612: Download complete 00:31:34 31603596830f: Pull complete 00:31:35 2a8b12db71e7: Pull complete 00:31:36 6ca5941a6612: Pull complete 00:31:36 ecc8261a40a4: Pull complete 00:31:36 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:36 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:36 prd-centos7-docker-4c-2g-24460 does not seem to be running inside a container 00:31:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/54 -v /w/workspace/edgex-go/54:/w/workspace/edgex-go/54:rw,z -v /w/workspace/edgex-go/54@tmp:/w/workspace/edgex-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:38 $ docker top b7e7a8d7c26692a9a9b26b158034dea0f03af4c50baa078bf7975892c729c5a2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:39 [ssh-agent] Looking for ssh-agent implementation... 00:31:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:39 $ docker exec b7e7a8d7c26692a9a9b26b158034dea0f03af4c50baa078bf7975892c729c5a2 ssh-agent 00:31:39 SSH_AUTH_SOCK=/tmp/ssh-vIx4R2wsCBrn/agent.11 00:31:39 SSH_AGENT_PID=17 00:31:39 Running ssh-add (command line suppressed) 00:31:39 Identity added: /w/workspace/edgex-go/54@tmp/private_key_710610708029582820.key (/w/workspace/edgex-go/54@tmp/private_key_710610708029582820.key) 00:31:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:40 + git tag --points-at HEAD [Pipeline] } 00:31:40 $ docker exec --env ******** --env ******** b7e7a8d7c26692a9a9b26b158034dea0f03af4c50baa078bf7975892c729c5a2 ssh-agent -k 00:31:40 unset SSH_AUTH_SOCK; 00:31:40 unset SSH_AGENT_PID; 00:31:40 echo Agent pid 17 killed; 00:31:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:40 [ssh-agent] Looking for ssh-agent implementation... 00:31:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:40 $ docker exec b7e7a8d7c26692a9a9b26b158034dea0f03af4c50baa078bf7975892c729c5a2 ssh-agent 00:31:40 SSH_AUTH_SOCK=/tmp/ssh-qEnDf7rzEq5k/agent.47 00:31:40 SSH_AGENT_PID=52 00:31:40 Running ssh-add (command line suppressed) 00:31:40 Identity added: /w/workspace/edgex-go/54@tmp/private_key_6692639273319452550.key (/w/workspace/edgex-go/54@tmp/private_key_6692639273319452550.key) 00:31:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:41 + git semver init 00:31:41 # -> Open(): unable to determine branch for HEAD 00:31:41 # $GIT_DIR = /w/workspace/edgex-go/54/.git 00:31:41 # $GIT_WORK_TREE = /w/workspace/edgex-go/54 00:31:41 # $SEMVER_REMOTE_NAME = origin 00:31:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:41 # $SEMVER_USER_NAME = edgex-jenkins 00:31:41 # $SEMVER_BRANCH = PR-2858 00:31:41 # $SEMVER_TEMP = /tmp/semver-109362741 00:31:41 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:07 # '/tmp/semver-109362741' -> '/w/workspace/edgex-go/54/.semver' 00:32:07 # -> Force: false 00:32:07 # $SEMVER_DIR = /w/workspace/edgex-go/54/.semver [Pipeline] } 00:32:08 $ docker exec --env ******** --env ******** b7e7a8d7c26692a9a9b26b158034dea0f03af4c50baa078bf7975892c729c5a2 ssh-agent -k 00:32:08 unset SSH_AUTH_SOCK; 00:32:08 unset SSH_AGENT_PID; 00:32:08 echo Agent pid 52 killed; 00:32:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:08 + git semver [Pipeline] } 00:32:08 $ docker stop --time=1 b7e7a8d7c26692a9a9b26b158034dea0f03af4c50baa078bf7975892c729c5a2 00:32:10 $ docker rm -f b7e7a8d7c26692a9a9b26b158034dea0f03af4c50baa078bf7975892c729c5a2 [Pipeline] // withDockerContainer [Pipeline] sh 00:32:11 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:11 Stashed 1 file(s) [Pipeline] echo 00:32:11 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:32:12 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:13 + sudo service docker restart 00:32:13 + true 00:32:13 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:13 ========================================================= 00:32:13 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:14 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:32:18 Sending build context to Docker daemon 327.5MB 00:32:18 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:32:18 Step 2/6 : FROM ${BASE} 00:32:18 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:18 188c0c94c7c5: Pulling fs layer 00:32:18 0ef7d3d256c8: Pulling fs layer 00:32:18 de9db76c5a1d: Pulling fs layer 00:32:18 bca2f99d35d6: Pulling fs layer 00:32:18 93359f2a8cfa: Pulling fs layer 00:32:18 7c6f9722023f: Pulling fs layer 00:32:18 a35cf1a2eb13: Pulling fs layer 00:32:18 7c6f9722023f: Waiting 00:32:18 bca2f99d35d6: Waiting 00:32:18 93359f2a8cfa: Waiting 00:32:18 a35cf1a2eb13: Waiting 00:32:18 de9db76c5a1d: Verifying Checksum 00:32:18 de9db76c5a1d: Download complete 00:32:18 0ef7d3d256c8: Verifying Checksum 00:32:18 0ef7d3d256c8: Download complete 00:32:18 93359f2a8cfa: Verifying Checksum 00:32:18 93359f2a8cfa: Download complete 00:32:18 188c0c94c7c5: Verifying Checksum 00:32:18 188c0c94c7c5: Download complete 00:32:18 7c6f9722023f: Verifying Checksum 00:32:18 7c6f9722023f: Download complete 00:32:18 188c0c94c7c5: Pull complete 00:32:18 0ef7d3d256c8: Pull complete 00:32:19 de9db76c5a1d: Pull complete 00:32:20 a35cf1a2eb13: Verifying Checksum 00:32:20 a35cf1a2eb13: Download complete 00:32:20 bca2f99d35d6: Verifying Checksum 00:32:20 bca2f99d35d6: Download complete 00:32:26 bca2f99d35d6: Pull complete 00:32:26 93359f2a8cfa: Pull complete 00:32:26 7c6f9722023f: Pull complete 00:32:27 Still waiting to schedule task 00:32:27 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-24456’ 00:32:30 a35cf1a2eb13: Pull complete 00:32:30 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:30 ---> a62c8e92a672 00:32:30 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:32:30 ---> Running in 0b6266134983 00:32:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:32 (1/12) Installing libmagic (5.38-r0) 00:32:32 (2/12) Installing file (5.38-r0) 00:32:32 (3/12) Installing libc-dev (0.7.2-r3) 00:32:33 (4/12) Installing g++ (9.3.0-r2) 00:32:38 (5/12) Installing fortify-headers (1.1-r0) 00:32:38 (6/12) Installing patch (2.7.6-r6) 00:32:38 (7/12) Installing build-base (0.5-r2) 00:32:38 (8/12) Installing libsodium (1.0.18-r0) 00:32:38 (9/12) Installing pkgconf (1.7.2-r0) 00:32:38 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:38 (11/12) Installing libzmq (4.3.3-r0) 00:32:38 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:38 Executing busybox-1.31.1-r19.trigger 00:32:38 OK: 233 MiB in 51 packages 00:32:42 Removing intermediate container 0b6266134983 00:32:42 ---> 69674227d889 00:32:42 Step 4/6 : WORKDIR /edgex-go 00:32:42 ---> Running in ab22d58ea00b 00:32:42 Removing intermediate container ab22d58ea00b 00:32:42 ---> d316067c8ce2 00:32:42 Step 5/6 : COPY go.mod . 00:32:43 ---> 032d835af2fd 00:32:43 Step 6/6 : RUN go mod download 00:32:43 ---> Running in 7287f2cab2fa 00:33:05 Removing intermediate container 7287f2cab2fa 00:33:05 ---> a88aeb3dcad5 00:33:05 Successfully built a88aeb3dcad5 00:33:05 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:05 + docker inspect -f . ci-base-image-x86_64 00:33:05 . [Pipeline] withDockerContainer 00:33:05 prd-centos7-docker-4c-2g-24460 does not seem to be running inside a container 00:33:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/54 -v /w/workspace/edgex-go/54:/w/workspace/edgex-go/54:rw,z -v /w/workspace/edgex-go/54@tmp:/w/workspace/edgex-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:06 $ docker top a4b693c7e253e4ee4a657e1965369add76e6035d2ace381bcdbbf86cf992ab4f -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:07 + go version 00:33:07 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:07 $ docker stop --time=1 a4b693c7e253e4ee4a657e1965369add76e6035d2ace381bcdbbf86cf992ab4f 00:33:08 $ docker rm -f a4b693c7e253e4ee4a657e1965369add76e6035d2ace381bcdbbf86cf992ab4f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:09 + docker inspect -f . ci-base-image-x86_64 00:33:09 . [Pipeline] withDockerContainer 00:33:09 prd-centos7-docker-4c-2g-24460 does not seem to be running inside a container 00:33:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/54 -v /w/workspace/edgex-go/54:/w/workspace/edgex-go/54:rw,z -v /w/workspace/edgex-go/54@tmp:/w/workspace/edgex-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:10 $ docker top c8bb0cf293e5fe69600d77d0bdc4e3a010e8167dae14edbab191a59b1f26f3be -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:10 ========================================================= 00:33:10 [edgeXBuildGoParallel] Running Tests and Build... 00:33:10 ========================================================= [Pipeline] sh 00:33:11 + make test 00:33:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:21 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:50 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.124s coverage: 46.0% of statements 00:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:33:50 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.055s coverage: 100.0% of statements 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.272s coverage: 27.1% of statements 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.786s coverage: 100.0% of statements 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.099s coverage: 65.8% of statements 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.441s coverage: 82.3% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.388s coverage: 28.6% of statements 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.068s coverage: 100.0% of statements 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.052s coverage: 100.0% of statements 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.120s coverage: 86.7% of statements 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.112s coverage: 97.5% of statements 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.079s coverage: 78.3% of statements 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.487s coverage: 92.8% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.050s coverage: 0.1% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.037s coverage: 45.5% of statements 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.067s coverage: 79.5% of statements 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.041s coverage: 94.1% of statements 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.048s coverage: 96.3% of statements 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements 00:34:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.049s coverage: 94.4% of statements 00:34:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.076s coverage: 92.9% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.081s coverage: 75.5% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.188s coverage: 63.5% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.301s coverage: 68.9% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.104s coverage: 37.0% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.318s coverage: 84.0% of statements 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.048s coverage: 100.0% of statements 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.100s coverage: 47.1% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.061s coverage: 100.0% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.700s coverage: 29.1% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.048s coverage: 100.0% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.060s coverage: 100.0% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 00:34:24 GO111MODULE=on go vet ./... 00:34:50 gofmt -l . 00:34:50 [ "`gofmt -l .`" = "" ] 00:34:51 ./bin/test-go-mod-tidy.sh 00:34:51 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:52 + ls -al . 00:34:52 total 680 00:34:52 drwxrwxr-x 10 1001 1001 4096 Feb 2 00:34 . 00:34:52 drwxr-xr-x 4 root root 30 Feb 2 00:33 .. 00:34:52 -rw-rw-r-- 1 1001 1001 11 Feb 2 00:31 .dockerignore 00:34:52 drwxrwxr-x 8 1001 1001 179 Feb 2 00:31 .git 00:34:52 drwxrwxr-x 3 1001 1001 125 Feb 2 00:31 .github 00:34:52 -rw-rw-r-- 1 1001 1001 872 Feb 2 00:31 .gitignore 00:34:52 drwx------ 3 1001 1001 60 Feb 2 00:32 .semver 00:34:52 -rw-rw-r-- 1 1001 1001 166 Feb 2 00:31 .sonarcloud.properties 00:34:52 -rw-rw-r-- 1 1001 1001 7859 Feb 2 00:31 Attribution.txt 00:34:52 -rw-rw-r-- 1 1001 1001 3804 Feb 2 00:31 CONTRIBUTING.md 00:34:52 -rw-rw-r-- 1 1001 1001 931 Feb 2 00:31 Dockerfile.build 00:34:52 -rw-rw-r-- 1 1001 1001 863 Feb 2 00:31 Jenkinsfile 00:34:52 -rw-rw-r-- 1 1001 1001 10775 Feb 2 00:31 LICENSE 00:34:52 -rw-rw-r-- 1 1001 1001 6001 Feb 2 00:31 Makefile 00:34:52 -rw-rw-r-- 1 1001 1001 6524 Feb 2 00:31 README.md 00:34:52 -rw-rw-r-- 1 1001 1001 6755 Feb 2 00:31 SECURITY.md 00:34:52 -rw-rw-r-- 1 1001 1001 5 Feb 2 00:32 VERSION 00:34:52 -rw-rw-r-- 1 1001 1001 4131 Feb 2 00:31 ZMQWindows.md 00:34:52 drwxrwxr-x 2 1001 1001 117 Feb 2 00:31 bin 00:34:52 drwxrwxr-x 15 1001 1001 4096 Feb 2 00:31 cmd 00:34:52 -rw-r--r-- 1 root root 574984 Feb 2 00:34 coverage.out 00:34:52 -rw-r--r-- 1 root root 1054 Feb 2 00:34 go.mod 00:34:52 -rw-r--r-- 1 root root 19399 Feb 2 00:34 go.sum 00:34:52 drwxrwxr-x 8 1001 1001 127 Feb 2 00:31 internal 00:34:52 drwxrwxr-x 4 1001 1001 26 Feb 2 00:31 openapi 00:34:52 drwxrwxr-x 4 1001 1001 71 Feb 2 00:31 snap 00:34:52 -rw-rw-r-- 1 1001 1001 168 Feb 2 00:31 version.go [Pipeline] sh 00:34:53 + '[' -e coverage.out ] 00:34:53 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:53 Stashed 1 file(s) [Pipeline] sh 00:34:54 + make build 00:34:54 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:34:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:35:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:35:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:35:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:35:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:35:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:35:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:35:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:35:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:35:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:35:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:35:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:35:21 $ docker stop --time=1 c8bb0cf293e5fe69600d77d0bdc4e3a010e8167dae14edbab191a59b1f26f3be 00:35:22 $ docker rm -f c8bb0cf293e5fe69600d77d0bdc4e3a010e8167dae14edbab191a59b1f26f3be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:25 00:35:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:26 latest: Pulling from edgex-devops/edgex-compose 00:35:26 cbdbe7a5bc2a: Pulling fs layer 00:35:26 ca9280d653b3: Pulling fs layer 00:35:26 7e9c9ca2126c: Pulling fs layer 00:35:26 cbdbe7a5bc2a: Verifying Checksum 00:35:26 cbdbe7a5bc2a: Download complete 00:35:26 cbdbe7a5bc2a: Pull complete 00:35:27 ca9280d653b3: Verifying Checksum 00:35:27 ca9280d653b3: Download complete 00:35:28 7e9c9ca2126c: Download complete 00:35:28 ca9280d653b3: Pull complete 00:35:34 7e9c9ca2126c: Pull complete 00:35:34 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:35 prd-centos7-docker-4c-2g-24460 does not seem to be running inside a container 00:35:35 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/54 -v /w/workspace/edgex-go/54:/w/workspace/edgex-go/54:rw,z -v /w/workspace/edgex-go/54@tmp:/w/workspace/edgex-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:38 $ docker top 1e2776e06526479e5cf9829fc7af7500089176f21d089728d70476885ca20f7a -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:38 + docker-compose build --help 00:35:38 + grep parallel 00:35:39 --parallel Build images in parallel. [Pipeline] } 00:35:40 $ docker stop --time=1 1e2776e06526479e5cf9829fc7af7500089176f21d089728d70476885ca20f7a 00:35:41 $ docker rm -f 1e2776e06526479e5cf9829fc7af7500089176f21d089728d70476885ca20f7a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:42 . [Pipeline] withDockerContainer 00:35:42 prd-centos7-docker-4c-2g-24460 does not seem to be running inside a container 00:35:42 $ 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/54 -v /w/workspace/edgex-go/54:/w/workspace/edgex-go/54:rw,z -v /w/workspace/edgex-go/54@tmp:/w/workspace/edgex-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:42 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24463 in /w/workspace/edgexfoundry_edgex-go_PR-2858 00:35:43 $ docker top dab083baccb42365ef70e3fa83ba046c10489a12c68b0991d5b8da8c70840b2c -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 00:35:43 Running in /w/workspace/edgex-go/54 [Pipeline] { [Pipeline] checkout 00:35:43 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:44 Building docker-core-command-go ... 00:35:44 Building docker-core-data-go ... 00:35:44 Building docker-core-metadata-go ... 00:35:44 Building docker-security-bootstrapper-go ... 00:35:44 Building docker-security-proxy-setup-go ... 00:35:44 Building docker-security-secretstore-setup-go ... 00:35:44 Building docker-support-notifications-go ... 00:35:44 Building docker-support-scheduler-go ... 00:35:44 Building docker-sys-mgmt-agent-go ... 00:35:44 Building docker-security-proxy-setup-go 00:35:44 Building docker-sys-mgmt-agent-go 00:35:44 Building docker-core-command-go 00:35:44 Building docker-support-notifications-go 00:35:44 Building docker-support-scheduler-go 00:35:48 using credential edgex-jenkins-ssh 00:35:48 Cloning the remote Git repository 00:35:48 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:48 > git init /w/workspace/edgex-go/54 # timeout=10 00:35:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:48 > git --version # timeout=10 00:35:48 > git --version # 'git version 2.17.1' 00:35:48 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:09 Merging remotes/origin/master commit 2a4efc596d6299a706f2b1b5ea90705279ab33b1 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:36:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:08 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:09 > git config core.sparsecheckout # timeout=10 00:36:09 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:36:09 > git remote # timeout=10 00:36:09 > git config --get remote.origin.url # timeout=10 00:36:09 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:09 > git merge 2a4efc596d6299a706f2b1b5ea90705279ab33b1 # timeout=10 00:36:10 Merge succeeded, producing 0cc89348d9d4ed9af6e872fb056061052a501dc7 00:36:10 Checking out Revision 0cc89348d9d4ed9af6e872fb056061052a501dc7 (PR-2858) 00:36:10 > git rev-parse HEAD^{commit} # timeout=10 00:36:10 > git config core.sparsecheckout # timeout=10 00:36:10 > git checkout -f 0cc89348d9d4ed9af6e872fb056061052a501dc7 # timeout=10 00:36:14 Commit message: "Merge commit '2a4efc596d6299a706f2b1b5ea90705279ab33b1' into HEAD" 00:36:14 First time build. Skipping changelog. 00:36:14 > git rev-list --no-walk 09466c3d4bb06391c33f9fb2c9ae9bec005329b5 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:16 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:16 + sudo service docker restart 00:36:16 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:18 provisioning config files... 00:36:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/54@tmp/config5447678889737133803tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:19 ---> docker-login.sh 00:36:19 nexus3.edgexfoundry.org:10001 00:36:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:20 Configure a credential helper to remove this warning. See 00:36:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:20 00:36:20 Login Succeeded 00:36:20 nexus3.edgexfoundry.org:10002 00:36:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:20 Configure a credential helper to remove this warning. See 00:36:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:20 00:36:20 Login Succeeded 00:36:20 nexus3.edgexfoundry.org:10003 00:36:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:21 Configure a credential helper to remove this warning. See 00:36:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:21 00:36:21 Login Succeeded 00:36:21 nexus3.edgexfoundry.org:10004 00:36:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:22 Configure a credential helper to remove this warning. See 00:36:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:22 00:36:22 Login Succeeded 00:36:22 docker.io 00:36:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:22 Configure a credential helper to remove this warning. See 00:36:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:22 00:36:22 Login Succeeded 00:36:22 ---> docker-login.sh ends [Pipeline] } 00:36:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:23 ========================================================= 00:36:23 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:23 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:36:23 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:23 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:23 ---> a88aeb3dcad5 00:36:23 Step 3/21 : WORKDIR /edgex-go 00:36:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:23 ---> a88aeb3dcad5 00:36:23 Step 3/22 : WORKDIR /edgex-go 00:36:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:23 ---> a88aeb3dcad5 00:36:23 Step 3/22 : WORKDIR /edgex-go 00:36:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:23 ---> a88aeb3dcad5 00:36:23 Step 3/23 : WORKDIR /edgex-go 00:36:23 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:23 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:36:23 ---> a88aeb3dcad5 00:36:23 Step 3/26 : WORKDIR /edgex-go 00:36:23 ---> Running in e5767027eab1 00:36:23 ---> Running in d2953b275bb1 00:36:23 ---> Running in 4827443812f8 00:36:23 ---> Running in e46da8556e4b 00:36:23 ---> Running in 3b3668c405e7 00:36:23 Removing intermediate container 3b3668c405e7 00:36:23 ---> 3b7f9f7297fc 00:36:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:23 Removing intermediate container d2953b275bb1 00:36:23 ---> 23dfdeb0f23d 00:36:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:23 Removing intermediate container e5767027eab1 00:36:23 ---> 8ee245b1dd2c 00:36:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:23 Removing intermediate container e46da8556e4b 00:36:23 ---> 186450a022d7 00:36:23 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:23 Removing intermediate container 4827443812f8 00:36:23 ---> 15fc76718f51 00:36:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:23 ---> Running in 05f010a38f02 00:36:23 ---> Running in 6a60cec41ff7 00:36:23 ---> Running in 189d425ae2c2 00:36:23 ---> Running in e85f53ce1edd 00:36:23 ---> Running in 1cc6791695a0 00:36:23 Removing intermediate container 6a60cec41ff7 00:36:23 ---> 3b5aa3fd4c47 00:36:23 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:36:23 Removing intermediate container 05f010a38f02 00:36:23 ---> 23cc46e9c974 00:36:23 Step 5/21 : RUN apk add --update --no-cache make git 00:36:23 Removing intermediate container 189d425ae2c2 00:36:23 ---> 834d5619bf09 00:36:23 Step 5/26 : RUN apk add --update --no-cache make bash git 00:36:23 Removing intermediate container e85f53ce1edd 00:36:23 ---> 1298d06e9eda 00:36:23 Step 5/23 : RUN apk add --update --no-cache make git 00:36:23 ---> Running in 4841eb0683d3 00:36:23 ---> Running in cd131ab43db6 00:36:23 ---> Running in 12f6a520420c 00:36:24 Removing intermediate container 1cc6791695a0 00:36:24 ---> 023f827724d7 00:36:24 Step 5/22 : RUN apk add --update --no-cache make git 00:36:24 ---> Running in 276bc709cb66 00:36:24 ---> Running in 2919fb65abf0 00:36:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:26 Sending build context to Docker daemon 166.1MB 00:36:26 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:36:26 Step 2/6 : FROM ${BASE} 00:36:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:26 5f621e34cdf4: Pulling fs layer 00:36:26 a4357932f1b6: Pulling fs layer 00:36:26 18c013af1878: Pulling fs layer 00:36:26 00ac8860ef70: Pulling fs layer 00:36:26 63d7cb157983: Pulling fs layer 00:36:26 b116817d02f9: Pulling fs layer 00:36:26 745a02a5169b: Pulling fs layer 00:36:26 00ac8860ef70: Waiting 00:36:26 63d7cb157983: Waiting 00:36:26 b116817d02f9: Waiting 00:36:26 745a02a5169b: Waiting 00:36:26 18c013af1878: Verifying Checksum 00:36:26 18c013af1878: Download complete 00:36:26 a4357932f1b6: Verifying Checksum 00:36:26 a4357932f1b6: Download complete 00:36:26 63d7cb157983: Verifying Checksum 00:36:26 63d7cb157983: Download complete 00:36:26 b116817d02f9: Download complete 00:36:26 5f621e34cdf4: Verifying Checksum 00:36:26 5f621e34cdf4: Download complete 00:36:26 OK: 233 MiB in 51 packages 00:36:26 OK: 233 MiB in 51 packages 00:36:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:26 5f621e34cdf4: Pull complete 00:36:26 OK: 233 MiB in 51 packages 00:36:26 Removing intermediate container 4841eb0683d3 00:36:26 ---> 705a9a86b1f7 00:36:26 Step 6/22 : COPY go.mod . 00:36:26 OK: 233 MiB in 51 packages 00:36:26 Removing intermediate container cd131ab43db6 00:36:26 ---> 7b43bc23dd21 00:36:26 Step 6/21 : COPY go.mod . 00:36:27 ---> e75847bc31af 00:36:27 Step 7/22 : RUN go mod download 00:36:27 OK: 233 MiB in 51 packages 00:36:27 a4357932f1b6: Pull complete 00:36:27 ---> Running in 24a72f6cbf91 00:36:27 18c013af1878: Pull complete 00:36:27 ---> 5804ffc45b15 00:36:27 Step 7/21 : RUN go mod download 00:36:27 Removing intermediate container 12f6a520420c 00:36:27 ---> 37efa49ea9ac 00:36:27 Step 6/26 : COPY go.mod . 00:36:27 ---> Running in 9e47a1427dd5 00:36:28 Removing intermediate container 2919fb65abf0 00:36:28 ---> fb0521c344aa 00:36:28 Step 6/22 : COPY go.mod . 00:36:28 ---> 147a51e286f2 00:36:28 Step 7/26 : RUN go mod download 00:36:28 ---> Running in 7738d37a17f1 00:36:28 Removing intermediate container 276bc709cb66 00:36:28 ---> 390a85041003 00:36:28 Step 6/23 : COPY go.mod . 00:36:28 ---> 5a1858f0e780 00:36:28 Step 7/22 : RUN go mod download 00:36:28 745a02a5169b: Verifying Checksum 00:36:28 745a02a5169b: Download complete 00:36:28 ---> Running in 4ac32c89bdac 00:36:29 ---> 2a221c76396c 00:36:29 Step 7/23 : RUN go mod download 00:36:29 ---> Running in fa8c18279dfd 00:36:29 00ac8860ef70: Verifying Checksum 00:36:29 00ac8860ef70: Download complete 00:36:30 Removing intermediate container 9e47a1427dd5 00:36:30 ---> 6562057dbd28 00:36:30 Step 8/21 : COPY . . 00:36:30 Removing intermediate container 24a72f6cbf91 00:36:30 ---> 4354744d552c 00:36:30 Step 8/22 : COPY . . 00:36:30 Removing intermediate container 7738d37a17f1 00:36:30 ---> 567904a1f9f5 00:36:30 Step 8/26 : COPY . . 00:36:34 Removing intermediate container 4ac32c89bdac 00:36:34 ---> e8c3b8ea58bf 00:36:34 Step 8/22 : COPY . . 00:36:34 Removing intermediate container fa8c18279dfd 00:36:34 ---> 66e77618dc99 00:36:34 Step 8/23 : COPY . . 00:36:39 00ac8860ef70: Pull complete 00:36:40 63d7cb157983: Pull complete 00:36:40 b116817d02f9: Pull complete 00:36:44 745a02a5169b: Pull complete 00:36:44 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:44 ---> b7e6874047d6 00:36:44 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:36:47 ---> Running in 8687a76117ba 00:36:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:50 (1/12) Installing libmagic (5.38-r0) 00:36:50 (2/12) Installing file (5.38-r0) 00:36:50 (3/12) Installing libc-dev (0.7.2-r3) 00:36:50 (4/12) Installing g++ (9.3.0-r2) 00:36:53 (5/12) Installing fortify-headers (1.1-r0) 00:36:53 (6/12) Installing patch (2.7.6-r6) 00:36:54 (7/12) Installing build-base (0.5-r2) 00:36:54 (8/12) Installing libsodium (1.0.18-r0) 00:36:54 (9/12) Installing pkgconf (1.7.2-r0) 00:36:54 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:54 (11/12) Installing libzmq (4.3.3-r0) 00:36:54 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:54 Executing busybox-1.31.1-r19.trigger 00:36:54 OK: 217 MiB in 51 packages 00:36:59 Removing intermediate container 8687a76117ba 00:36:59 ---> 0500cc9bffde 00:36:59 Step 4/6 : WORKDIR /edgex-go 00:36:59 ---> Running in 129a07b007da 00:36:59 Removing intermediate container 129a07b007da 00:36:59 ---> 509d58498506 00:36:59 Step 5/6 : COPY go.mod . 00:37:00 ---> a4d7e8ff2629 00:37:00 Step 6/6 : RUN go mod download 00:37:00 ---> Running in eb0169503235 00:37:13 ---> ea1fac89d9c0 00:37:13 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:37:13 ---> Running in b690a77a8042 00:37:13 ---> d94a495c3e2e 00:37:13 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:37:13 ---> 3739cd57e8ef 00:37:13 Step 9/23 : RUN make cmd/core-command/core-command 00:37:13 ---> a4e8a96a3e1e 00:37:13 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:37:13 ---> c00782bdefcc 00:37:13 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:37:13 ---> Running in b289afae9f5d 00:37:13 ---> Running in 8f4a83e65814 00:37:13 ---> Running in 4a9bcf5e19fe 00:37:13 ---> Running in b32dbcbaaf4d 00:37:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:37:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:37:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:37:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:37:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:37:26 Removing intermediate container eb0169503235 00:37:26 ---> a18ab9c3e14c 00:37:26 Successfully built a18ab9c3e14c 00:37:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:27 + docker inspect -f . ci-base-image-arm64 00:37:27 . [Pipeline] withDockerContainer 00:37:27 prd-ubuntu18.04-docker-arm64-4c-16g-24463 does not seem to be running inside a container 00:37:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/54 -v /w/workspace/edgex-go/54:/w/workspace/edgex-go/54:rw,z -v /w/workspace/edgex-go/54@tmp:/w/workspace/edgex-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:28 $ docker top 49b9b3811a59ef88f5f8461360f4b0868d1db3df9948f2db2eabef4d01d7f119 -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:29 + go version 00:37:29 go version go1.15.5 linux/arm64 [Pipeline] } 00:37:30 $ docker stop --time=1 49b9b3811a59ef88f5f8461360f4b0868d1db3df9948f2db2eabef4d01d7f119 00:37:31 $ docker rm -f 49b9b3811a59ef88f5f8461360f4b0868d1db3df9948f2db2eabef4d01d7f119 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:32 + docker inspect -f . ci-base-image-arm64 00:37:32 . [Pipeline] withDockerContainer 00:37:33 prd-ubuntu18.04-docker-arm64-4c-16g-24463 does not seem to be running inside a container 00:37:33 $ 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/54 -v /w/workspace/edgex-go/54:/w/workspace/edgex-go/54:rw,z -v /w/workspace/edgex-go/54@tmp:/w/workspace/edgex-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:34 $ docker top dfb0f0b48cc6ae3de77691cc7578e9003ae3e42867ddee5ac85a69917d1d5fc0 -eo pid,comm [Pipeline] { [Pipeline] echo 00:37:34 ========================================================= 00:37:34 [edgeXBuildGoParallel] Running Tests and Build... 00:37:34 ========================================================= [Pipeline] sh 00:37:35 + make test 00:37:35 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:37:45 Removing intermediate container 8f4a83e65814 00:37:45 ---> e541e2e59ac4 00:37:45 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:37:45 ---> Running in c1d3b526f360 00:37:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:37:51 Removing intermediate container b289afae9f5d 00:37:51 ---> 12e02cbd0c68 00:37:51 00:37:51 Step 10/22 : FROM alpine:3.12 00:37:51 Removing intermediate container b690a77a8042 00:37:51 ---> 34232f8f01f9 00:37:51 00:37:51 Step 10/21 : FROM alpine:3.12 00:37:51 3.12: Pulling from library/alpine 00:37:51 3.12: Pulling from library/alpine 00:37:51 Removing intermediate container c1d3b526f360 00:37:51 ---> 0e21c1919db3 00:37:51 00:37:51 Step 11/26 : FROM docker:20.10.0 00:37:51 20.10.0: Pulling from library/docker 00:37:53 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:53 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:55 Status: Downloaded newer image for alpine:3.12 00:37:55 ---> 389fef711851 00:37:55 Step 11/21 : RUN apk add --update --no-cache curl 00:37:55 Status: Downloaded newer image for alpine:3.12 00:37:55 ---> 389fef711851 00:37:55 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:37:55 Removing intermediate container 4a9bcf5e19fe 00:37:55 ---> 530936e653bf 00:37:55 00:37:55 Step 10/22 : FROM alpine:3.12 00:37:55 Removing intermediate container b32dbcbaaf4d 00:37:55 ---> 323cf6b45947 00:37:55 00:37:55 Step 10/23 : FROM alpine:3.12 00:37:55 ---> 389fef711851 00:37:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:37:55 ---> 389fef711851 00:37:55 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:37:55 ---> Running in 2388d008d3b5 00:37:55 ---> Running in 63e5d3b60814 00:37:56 ---> Running in 075ddf93d5f9 00:37:56 ---> Running in b3eb50ddfda3 00:37:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:57 (1/4) Installing ca-certificates (20191127-r4) 00:37:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:57 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:37:57 (3/4) Installing libcurl (7.69.1-r3) 00:37:57 (4/4) Installing curl (7.69.1-r3) 00:37:57 Executing busybox-1.31.1-r19.trigger 00:37:57 Executing ca-certificates-20191127-r4.trigger 00:37:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:57 OK: 7 MiB in 18 packages 00:37:57 (1/2) Installing ca-certificates (20191127-r4) 00:37:57 (2/2) Installing dumb-init (1.2.2-r1) 00:37:57 Executing busybox-1.31.1-r19.trigger 00:37:57 Executing ca-certificates-20191127-r4.trigger 00:37:57 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:57 (1/1) Installing dumb-init (1.2.2-r1) 00:37:57 Executing busybox-1.31.1-r19.trigger 00:37:57 OK: 6 MiB in 15 packages 00:37:57 (1/1) Installing dumb-init (1.2.2-r1) 00:37:57 Executing busybox-1.31.1-r19.trigger 00:37:57 OK: 6 MiB in 16 packages 00:37:57 OK: 6 MiB in 15 packages 00:38:00 Removing intermediate container 075ddf93d5f9 00:38:00 ---> 635e800a6707 00:38:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:01 ---> Running in b349d136acc3 00:38:02 Removing intermediate container 63e5d3b60814 00:38:02 ---> c0de481000a9 00:38:02 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:02 Removing intermediate container b3eb50ddfda3 00:38:02 ---> a6dca879f09c 00:38:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:02 Removing intermediate container 2388d008d3b5 00:38:02 ---> 3233ce729c59 00:38:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:38:02 Removing intermediate container b349d136acc3 00:38:02 ---> ddd7dd286532 00:38:02 Step 13/23 : ENV APP_PORT=48082 00:38:02 ---> Running in e3a76ead917c 00:38:02 ---> Running in 0cceca5a71fc 00:38:02 ---> Running in 0b752c7bdae8 00:38:02 ---> Running in 7d1d68b9822d 00:38:02 Removing intermediate container e3a76ead917c 00:38:02 ---> a8f615a20e3a 00:38:02 Step 13/21 : WORKDIR /edgex 00:38:02 Removing intermediate container 0b752c7bdae8 00:38:02 ---> 359df0191332 00:38:02 Step 13/22 : ENV APP_PORT=48060 00:38:02 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:38:02 ---> Running in 3dd743701c90 00:38:02 Status: Downloaded newer image for docker:20.10.0 00:38:02 ---> aefe523efa57 00:38:02 Step 12/26 : RUN apk add --no-cache bash 00:38:02 Removing intermediate container 0cceca5a71fc 00:38:02 ---> 612079c138ab 00:38:02 Step 13/22 : ENV APP_PORT=48085 00:38:02 ---> Running in 5e566b11c925 00:38:02 Removing intermediate container 7d1d68b9822d 00:38:02 ---> 67a7a5e4e192 00:38:02 Step 14/23 : EXPOSE $APP_PORT 00:38:02 ---> Running in d446e76e2eb7 00:38:02 ---> Running in 2686513c4f11 00:38:02 ---> Running in ca4d4bb1e366 00:38:02 Removing intermediate container 3dd743701c90 00:38:02 ---> 08cf8b78d86e 00:38:02 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:38:03 Removing intermediate container 5e566b11c925 00:38:03 ---> a9b306b94dad 00:38:03 Step 14/22 : EXPOSE $APP_PORT 00:38:03 Removing intermediate container 2686513c4f11 00:38:03 ---> 9db6cec6ec40 00:38:03 Step 14/22 : EXPOSE $APP_PORT 00:38:03 ---> Running in 0c5bfb2eb1e8 00:38:03 Removing intermediate container ca4d4bb1e366 00:38:03 ---> 9f78bf62a268 00:38:03 Step 15/23 : WORKDIR / 00:38:03 ---> Running in ba4d2c4a2103 00:38:03 ---> a6c4b8d7a122 00:38:03 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:38:03 ---> Running in dabac00e29ff 00:38:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:04 Removing intermediate container ba4d2c4a2103 00:38:04 ---> a8de43c201ef 00:38:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:04 Removing intermediate container 0c5bfb2eb1e8 00:38:04 ---> bdd9c85fe6d5 00:38:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:04 (1/2) Installing readline (8.0.4-r0) 00:38:04 ---> 60e3327424be 00:38:04 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:38:04 (2/2) Installing bash (5.0.17-r0) 00:38:04 Executing bash-5.0.17-r0.post-install 00:38:04 Executing busybox-1.31.1-r19.trigger 00:38:04 OK: 12 MiB in 22 packages 00:38:04 Removing intermediate container dabac00e29ff 00:38:04 ---> 2981fa167411 00:38:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:04 ---> 7e3ef94b5629 00:38:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:38:05 ---> 206804b3b295 00:38:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:38:05 ---> bdf2678b0241 00:38:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:38:05 ---> 67d7943a0844 00:38:05 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:38:05 ---> Running in 017cc72879fe 00:38:05 Removing intermediate container d446e76e2eb7 00:38:05 ---> aa5a9b1f0b02 00:38:05 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:38:05 ---> 53d4cfdb6d2a 00:38:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:38:05 ---> Running in 44018722bf7c 00:38:05 Removing intermediate container 017cc72879fe 00:38:05 ---> 83c5cb4aa45e 00:38:05 Step 18/21 : CMD ["--init=true"] 00:38:05 ---> 548a377269cf 00:38:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:38:05 ---> 61ae19b46722 00:38:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:38:05 ---> Running in 06f3d7c2cee8 00:38:06 ---> 98b63f0cc8d3 00:38:06 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:38:06 Removing intermediate container 44018722bf7c 00:38:06 ---> bebfccaaacf0 00:38:06 Step 14/26 : ENV APP_PORT=48090 00:38:06 ---> Running in 51a44be57cde 00:38:06 ---> Running in fd8df1dae019 00:38:06 Removing intermediate container 06f3d7c2cee8 00:38:06 ---> cb2284219450 00:38:06 Step 19/21 : LABEL arch=x86_64 00:38:06 ---> 02ea6920409e 00:38:06 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:38:06 ---> 76872b4ee683 00:38:06 Step 19/23 : ENTRYPOINT ["/core-command"] 00:38:06 ---> Running in f244a7bb08e6 00:38:06 ---> Running in e03b072e8692 00:38:06 ---> Running in f3d9d30ca22d 00:38:06 Removing intermediate container 51a44be57cde 00:38:06 ---> fee98583ab39 00:38:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:06 Removing intermediate container fd8df1dae019 00:38:06 ---> ff92a8858b63 00:38:06 Step 15/26 : EXPOSE $APP_PORT 00:38:06 ---> Running in 7102a2396a5e 00:38:07 ---> Running in de75a9c49515 00:38:07 Removing intermediate container e03b072e8692 00:38:07 ---> 57152fe5ae53 00:38:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:07 Removing intermediate container f244a7bb08e6 00:38:07 ---> 46f1976873f0 00:38:07 Step 20/21 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c 00:38:07 Removing intermediate container f3d9d30ca22d 00:38:07 ---> 08fc9cb231a2 00:38:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:07 ---> Running in f29143bc17de 00:38:07 ---> Running in 51827d44124d 00:38:07 ---> Running in cf064e48308a 00:38:07 Removing intermediate container de75a9c49515 00:38:07 ---> 926cafcd07d8 00:38:07 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:38:07 Removing intermediate container 7102a2396a5e 00:38:07 ---> 13e63040f8eb 00:38:07 Step 20/22 : LABEL arch=x86_64 00:38:07 ---> Running in abcb7e68e064 00:38:07 Removing intermediate container f29143bc17de 00:38:07 ---> 872e1dd2ee8d 00:38:07 Step 20/22 : LABEL arch=x86_64 00:38:07 Removing intermediate container 51827d44124d 00:38:07 ---> 071de558a5d0 00:38:07 Step 21/21 : LABEL version=0.0.0 00:38:07 Removing intermediate container cf064e48308a 00:38:07 ---> e419af3be843 00:38:07 Step 21/23 : LABEL arch=x86_64 00:38:08 ---> Running in bdb821488e67 00:38:08 ---> Running in a1387f530477 00:38:08 ---> Running in 9375b85fad69 00:38:08 Removing intermediate container abcb7e68e064 00:38:08 ---> bbff72180c1d 00:38:08 Step 21/22 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c 00:38:08 ---> a0c677da14cc 00:38:08 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:38:08 ---> Running in bff7c148c6f5 00:38:08 Removing intermediate container bdb821488e67 00:38:08 ---> 35717d0cca83 00:38:08 Step 21/22 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c 00:38:08 Removing intermediate container a1387f530477 00:38:08 ---> ebda2be371db 00:38:08 00:38:08 Removing intermediate container 9375b85fad69 00:38:08 ---> bfbd8f4b7472 00:38:08 Step 22/23 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c 00:38:08 ---> Running in 12beb15c07b2 00:38:08 ---> 8c3a25d77707 00:38:08 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:38:08 ---> Running in d83e0b154461 00:38:08 Successfully built ebda2be371db 00:38:08 Successfully tagged docker-security-proxy-setup-go:latest 00:38:08 Building docker-core-metadata-go 00:38:08  Building docker-security-proxy-setup-go ... done Removing intermediate container bff7c148c6f5 00:38:08 ---> 9c3f0d7bb206 00:38:08 Step 22/22 : LABEL version=0.0.0 00:38:08 ---> Running in 669c1c31a29c 00:38:08 Removing intermediate container 12beb15c07b2 00:38:08 ---> 2a5b4290e39e 00:38:08 Step 22/22 : LABEL version=0.0.0 00:38:09 Removing intermediate container d83e0b154461 00:38:09 ---> fccd32b131c7 00:38:09 Step 23/23 : LABEL version=0.0.0 00:38:09 ---> Running in 3bf41803164c 00:38:09 ---> d3bf95643fda 00:38:09 Step 19/26 : RUN apk --no-cache add py3-pip 00:38:09 ---> Running in c06226da4b21 00:38:10 ---> Running in e5be90c6e686 00:38:10 Removing intermediate container 669c1c31a29c 00:38:10 ---> a8c1a087f409 00:38:10 00:38:10 Successfully built a8c1a087f409 00:38:10 Successfully tagged docker-support-scheduler-go:latest 00:38:10  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go 00:38:12 Removing intermediate container 3bf41803164c 00:38:12 ---> 64833a011ff4 00:38:12 00:38:12 Removing intermediate container c06226da4b21 00:38:12 ---> 68c8cfb7dafd 00:38:12 00:38:15 Successfully built 68c8cfb7dafd 00:38:16 Successfully built 64833a011ff4 00:38:17 Successfully tagged docker-core-command-go:latest 00:38:17 Building docker-core-data-go 00:38:17  Building docker-core-command-go ... done Successfully tagged docker-support-notifications-go:latest 00:38:17  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 00:38:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:18 (1/33) Installing libbz2 (1.0.8-r1) 00:38:19 (2/33) Installing expat (2.2.9-r1) 00:38:19 (3/33) Installing libffi (3.3-r2) 00:38:19 (4/33) Installing gdbm (1.13-r1) 00:38:19 (5/33) Installing xz-libs (5.2.5-r0) 00:38:19 (6/33) Installing sqlite-libs (3.32.1-r0) 00:38:19 (7/33) Installing python3 (3.8.5-r0) 00:38:31 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:31 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:38:31 ---> a88aeb3dcad5 00:38:31 Step 3/31 : WORKDIR /edgex-go 00:38:31 ---> Using cache 00:38:31 ---> 15fc76718f51 00:38:31 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:31 ---> Using cache 00:38:31 ---> 023f827724d7 00:38:31 Step 5/31 : RUN apk add --update --no-cache make git 00:38:31 ---> Using cache 00:38:31 ---> fb0521c344aa 00:38:31 Step 6/31 : COPY go.mod . 00:38:31 ---> Using cache 00:38:31 ---> 5a1858f0e780 00:38:31 Step 7/31 : RUN go mod download 00:38:31 ---> Using cache 00:38:31 ---> e8c3b8ea58bf 00:38:31 Step 8/31 : COPY . . 00:38:31 ---> Using cache 00:38:31 ---> d94a495c3e2e 00:38:31 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:38:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:31 ---> a88aeb3dcad5 00:38:31 Step 3/23 : WORKDIR /edgex-go 00:38:31 ---> Using cache 00:38:31 ---> 15fc76718f51 00:38:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:31 ---> Using cache 00:38:31 ---> 023f827724d7 00:38:31 Step 5/23 : RUN apk add --update --no-cache make git 00:38:31 ---> Using cache 00:38:31 ---> fb0521c344aa 00:38:31 Step 6/23 : COPY go.mod . 00:38:31 ---> Using cache 00:38:31 ---> 5a1858f0e780 00:38:31 Step 7/23 : RUN go mod download 00:38:31 ---> Using cache 00:38:31 ---> e8c3b8ea58bf 00:38:31 Step 8/23 : COPY . . 00:38:31 ---> Using cache 00:38:31 ---> d94a495c3e2e 00:38:31 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:38:33 (8/33) Installing py3-appdirs (1.4.4-r1) 00:38:33 ---> Running in f8e65f14b91b 00:38:33 ---> Running in ba9c0e708e28 00:38:33 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:38:33 (10/33) Installing py3-parsing (2.4.7-r0) 00:38:33 (11/33) Installing py3-six (1.15.0-r0) 00:38:33 (12/33) Installing py3-packaging (20.4-r0) 00:38:33 (13/33) Installing py3-setuptools (47.0.0-r0) 00:38:33 (14/33) Installing py3-chardet (3.0.4-r4) 00:38:33 (15/33) Installing py3-idna (2.9-r0) 00:38:33 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:38:33 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:38:33 (18/33) Installing py3-requests (2.23.0-r0) 00:38:33 (19/33) Installing py3-msgpack (1.0.0-r0) 00:38:33 (20/33) Installing py3-lockfile (0.12.2-r3) 00:38:33 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:38:33 (22/33) Installing py3-colorama (0.4.3-r0) 00:38:33 (23/33) Installing py3-distlib (0.3.0-r0) 00:38:33 (24/33) Installing py3-distro (1.5.0-r1) 00:38:33 (25/33) Installing py3-webencodings (0.5.1-r3) 00:38:33 (26/33) Installing py3-html5lib (1.0.1-r4) 00:38:33 (27/33) Installing py3-pytoml (0.1.21-r0) 00:38:33 (28/33) Installing py3-pep517 (0.8.2-r0) 00:38:33 (29/33) Installing py3-progress (1.5-r0) 00:38:33 (30/33) Installing py3-toml (0.10.1-r0) 00:38:34 (31/33) Installing py3-retrying (1.3.3-r0) 00:38:34 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:38:34 (33/33) Installing py3-pip (20.1.1-r0) 00:38:34 Executing busybox-1.31.1-r19.trigger 00:38:34 OK: 71 MiB in 55 packages 00:38:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:38:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:38:44 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:49 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:50 ---> a88aeb3dcad5 00:38:50 Step 3/23 : WORKDIR /edgex-go 00:38:50 ---> Using cache 00:38:50 ---> 15fc76718f51 00:38:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:50 ---> Using cache 00:38:50 ---> 023f827724d7 00:38:50 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:38:50 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:38:50 ---> a88aeb3dcad5 00:38:50 Step 3/24 : WORKDIR /edgex-go 00:38:50 ---> Using cache 00:38:50 ---> 15fc76718f51 00:38:50 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:50 ---> Using cache 00:38:50 ---> 023f827724d7 00:38:50 Step 5/24 : RUN apk add --update --no-cache make git 00:38:50 ---> Using cache 00:38:50 ---> fb0521c344aa 00:38:50 Step 6/24 : COPY go.mod . 00:38:50 ---> Using cache 00:38:50 ---> 5a1858f0e780 00:38:50 Step 7/24 : RUN go mod download 00:38:50 ---> Using cache 00:38:50 ---> e8c3b8ea58bf 00:38:50 Step 8/24 : COPY . . 00:38:50 ---> Using cache 00:38:50 ---> d94a495c3e2e 00:38:50 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:38:51 ---> Running in 7af40a58e46a 00:38:51 ---> Running in b56156adfc80 00:38:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:38:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:53 OK: 233 MiB in 51 packages 00:38:54 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:38:56 Removing intermediate container b56156adfc80 00:38:56 ---> 742343d8d026 00:38:56 Step 6/23 : COPY go.mod . 00:38:56 Removing intermediate container e5be90c6e686 00:38:56 ---> 7069b5eefbab 00:38:56 Step 20/26 : RUN pip install docker-compose==1.23.2 00:38:56 ---> Running in 3ba7435d7351 00:38:56 ---> 015af061254b 00:38:56 Step 7/23 : RUN go mod download 00:38:58 ---> Running in 39458d0dc644 00:39:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:39:01 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:39:01 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:01 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:01 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:01 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:02 Collecting docker-compose==1.23.2 00:39:02 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:39:02 Removing intermediate container 39458d0dc644 00:39:02 ---> 2314985c28ee 00:39:02 Step 8/23 : COPY . . 00:39:02 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:39:02 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:39:02 Collecting texttable<0.10,>=0.9.0 00:39:02 Downloading texttable-0.9.1.tar.gz (11 kB) 00:39:05 Collecting websocket-client<1.0,>=0.32.0 00:39:05 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:39:06 Collecting PyYAML<4,>=3.10 00:39:06 Downloading PyYAML-3.13.tar.gz (270 kB) 00:39:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:09 Collecting cached-property<2,>=1.2.0 00:39:09 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:39:09 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:39:10 Collecting jsonschema<3,>=2.5.1 00:39:10 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:39:12 Collecting dockerpty<0.5,>=0.4.1 00:39:12 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:39:13 Collecting docker<4.0,>=3.6.0 00:39:13 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.359s coverage: 46.0% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.114s coverage: 100.0% of statements 00:39:17 Collecting docopt<0.7,>=0.6.1 00:39:17 Downloading docopt-0.6.2.tar.gz (25 kB) 00:39:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:39:17 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:39:17 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:39:19 Collecting urllib3<1.25,>=1.21.1 00:39:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:39:21 Collecting idna<2.8,>=2.5 00:39:21 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:39:22 Removing intermediate container f8e65f14b91b 00:39:22 ---> 5ee985a5910d 00:39:22 00:39:22 Step 10/23 : FROM alpine:3.12 00:39:22 ---> 389fef711851 00:39:22 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:39:22 Collecting docker-pycreds>=0.4.0 00:39:22 ---> Using cache 00:39:22 ---> a6dca879f09c 00:39:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:22 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:39:22 ---> Using cache 00:39:22 ---> 612079c138ab 00:39:22 Step 13/23 : ENV APP_PORT=48081 00:39:22 Removing intermediate container ba9c0e708e28 00:39:22 ---> dce73c8c7ca2 00:39:22 00:39:22 Step 10/31 : FROM alpine:3.12 00:39:22 ---> 389fef711851 00:39:22 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:39:23 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:39:23 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:39:23 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:39:23 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:39:23 Installing collected packages: urllib3, idna, requests, texttable, websocket-client, PyYAML, cached-property, jsonschema, dockerpty, docker-pycreds, docker, docopt, docker-compose 00:39:23 Attempting uninstall: urllib3 00:39:23 Found existing installation: urllib3 1.25.9 00:39:23 Uninstalling urllib3-1.25.9: 00:39:23 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.493s coverage: 27.1% of statements 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.071s coverage: 100.0% of statements 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.095s coverage: 100.0% of statements 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.217s coverage: 65.8% of statements 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:23 Successfully uninstalled urllib3-1.25.9 00:39:24 ---> Running in 9b5bbe5a50b2 00:39:24 ---> Running in 341b7fccd59c 00:39:25 Attempting uninstall: idna 00:39:25 Found existing installation: idna 2.9 00:39:25 Uninstalling idna-2.9: 00:39:25 Successfully uninstalled idna-2.9 00:39:25 Attempting uninstall: requests 00:39:25 Found existing installation: requests 2.23.0 00:39:25 Uninstalling requests-2.23.0: 00:39:25 Successfully uninstalled requests-2.23.0 00:39:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.719s coverage: 82.3% of statements 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:28 Removing intermediate container 341b7fccd59c 00:39:28 ---> 53891db59fc7 00:39:28 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:39:28 Running setup.py install for texttable: started 00:39:28 Removing intermediate container 9b5bbe5a50b2 00:39:28 ---> 45b40516c3db 00:39:28 Step 14/23 : EXPOSE $APP_PORT 00:39:28 ---> Running in 48f2e7cebc6d 00:39:28 ---> Running in b22a5a49440a 00:39:28 ---> 40949ffa4e77 00:39:28 Step 9/23 : RUN make cmd/core-data/core-data 00:39:28 ---> Running in 188db23fde0e 00:39:28 Removing intermediate container b22a5a49440a 00:39:28 ---> c0e37ce02e47 00:39:28 Step 15/23 : WORKDIR / 00:39:28 Running setup.py install for texttable: finished with status 'done' 00:39:29 ---> Running in 17c77dd7b466 00:39:29 Running setup.py install for PyYAML: started 00:39:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:29 (1/2) Installing dumb-init (1.2.2-r1) 00:39:29 (2/2) Installing su-exec (0.2-r1) 00:39:29 Executing busybox-1.31.1-r19.trigger 00:39:29 OK: 6 MiB in 16 packages 00:39:30 Running setup.py install for PyYAML: finished with status 'done' 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.162s coverage: 28.6% of statements 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.160s coverage: 100.0% of statements 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.138s coverage: 100.0% of statements 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:30 Removing intermediate container 17c77dd7b466 00:39:30 ---> 83f1daed1fca 00:39:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:30 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:39:31 Running setup.py install for dockerpty: started 00:39:31 Removing intermediate container 7af40a58e46a 00:39:31 ---> 5a02f84b1ad7 00:39:31 00:39:31 Step 10/24 : FROM alpine:3.12 00:39:31 ---> 389fef711851 00:39:31 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:39:31 ---> 13193a4c1b4a 00:39:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:39:31 ---> Running in 7dc4a66381d3 00:39:31 Removing intermediate container 48f2e7cebc6d 00:39:31 ---> 74168f0a4cb2 00:39:31 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:39:31 Running setup.py install for dockerpty: finished with status 'done' 00:39:32 ---> Running in 0f8acf375e36 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.293s coverage: 86.7% of statements 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:39:32 ---> 1a87d430827d 00:39:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:39:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:32 (1/5) Installing ca-certificates (20191127-r4) 00:39:32 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:39:32 (3/5) Installing libcurl (7.69.1-r3) 00:39:33 (4/5) Installing curl (7.69.1-r3) 00:39:33 Removing intermediate container 0f8acf375e36 00:39:33 ---> a905afd04f27 00:39:33 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:39:33 (5/5) Installing dumb-init (1.2.2-r1) 00:39:33 Running setup.py install for docopt: started 00:39:33 Executing busybox-1.31.1-r19.trigger 00:39:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.401s coverage: 97.5% of statements 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:39:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.141s coverage: 78.3% of statements 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:39:33 Executing ca-certificates-20191127-r4.trigger 00:39:33 OK: 7 MiB in 19 packages 00:39:33 Running setup.py install for docopt: finished with status 'done' 00:39:33 ---> 9ed2fbc618b9 00:39:33 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:39:33 ---> Running in b6524911fa0d 00:39:34 ---> Running in 8876face6b07 00:39:34 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:39:34 Removing intermediate container b6524911fa0d 00:39:34 ---> 0f8ca40f6ee5 00:39:34 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:39:36 ---> Running in 9afe0f65cc28 00:39:36 Removing intermediate container 8876face6b07 00:39:36 ---> 4d9ebc025c59 00:39:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:36 Removing intermediate container 7dc4a66381d3 00:39:36 ---> a51d3c0bc76b 00:39:36 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:36 ---> Running in d05fb643e090 00:39:36 ---> Running in dc8b7655f4ab 00:39:36 Removing intermediate container d05fb643e090 00:39:36 ---> c83d16604c9f 00:39:36 Step 21/23 : LABEL arch=x86_64 00:39:36 Removing intermediate container dc8b7655f4ab 00:39:36 ---> e0852672d8e6 00:39:36 Step 13/24 : WORKDIR / 00:39:37 ---> Running in f4faba045629 00:39:37 ---> Running in 05e483438548 00:39:38 Removing intermediate container f4faba045629 00:39:38 ---> aec33519b081 00:39:38 Step 22/23 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c 00:39:38 Removing intermediate container 3ba7435d7351 00:39:38 ---> 5f46f6ba2ac8 00:39:38 Step 21/26 : RUN apk --no-cache add curl 00:39:39 ---> Running in d43b1f9249e6 00:39:39 ---> Running in 15b2e66892f7 00:39:39 Removing intermediate container 05e483438548 00:39:39 ---> be0dd82da470 00:39:39 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:39:39 Removing intermediate container d43b1f9249e6 00:39:39 ---> bc24444d6a7f 00:39:39 Step 23/23 : LABEL version=0.0.0 00:39:39 ---> 52c6257151ed 00:39:39 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:39:39 ---> Running in 6fa4e91285b7 00:39:40 Removing intermediate container 9afe0f65cc28 00:39:40 ---> ff0951878444 00:39:40 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:39:40 ---> Running in 8f91bc642b76 00:39:40 Removing intermediate container 6fa4e91285b7 00:39:40 ---> f76b9fcb0f8a 00:39:40 00:39:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:40 Removing intermediate container 8f91bc642b76 00:39:40 ---> 18a00ebe0618 00:39:40 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:39:40 ---> 1f7e032cb525 00:39:40 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:39:40 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:39:40 Successfully built f76b9fcb0f8a 00:39:40 (2/3) Installing libcurl (7.69.1-r3) 00:39:40 (3/3) Installing curl (7.69.1-r3) 00:39:40 Successfully tagged docker-core-metadata-go:latest 00:39:40  Building docker-core-metadata-go ... done Executing busybox-1.31.1-r19.trigger 00:39:40 OK: 72 MiB in 58 packages 00:39:41 ---> 0e940f7e4a48 00:39:41 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:39:41 ---> 49e4536ae91e 00:39:41 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:39:42 ---> Running in 0d8776c8e21a 00:39:42 Removing intermediate container 15b2e66892f7 00:39:42 ---> 61e26301a2a8 00:39:42 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:39:43 ---> f09d58da2776 00:39:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:39:43 ---> Running in b05c18946794 00:39:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.236s coverage: 92.8% of statements 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.069s coverage: 58.8% of statements 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:39:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.192s coverage: 0.1% of statements 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:39:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 45.5% of statements 00:39:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.069s coverage: 79.5% of statements 00:39:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.076s coverage: 94.1% of statements 00:39:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.088s coverage: 96.3% of statements 00:39:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements 00:39:44 Removing intermediate container b05c18946794 00:39:44 ---> e6dd78dea56c 00:39:44 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:44 ---> f62a1b061d01 00:39:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:39:44 ---> Running in 1b8cdaa44eb4 00:39:44 Removing intermediate container 0d8776c8e21a 00:39:44 ---> f13a4f39101b 00:39:44 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:44 Removing intermediate container 1b8cdaa44eb4 00:39:44 ---> ef5ead4f1d94 00:39:44 Step 24/26 : LABEL arch=x86_64 00:39:44 ---> cc73fcb9a1c7 00:39:44 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:39:44 ---> Running in 8240b60a4ab3 00:39:45 ---> a5008c93bb23 00:39:45 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:39:45 ---> Running in c4d552f61dbb 00:39:45 Removing intermediate container 8240b60a4ab3 00:39:45 ---> 21190ff57d84 00:39:45 Step 25/26 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c 00:39:45 ---> Running in 531ef997ac3b 00:39:45 ---> 019c13ff2f10 00:39:45 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:39:46 Removing intermediate container 531ef997ac3b 00:39:46 ---> 445295c4eea2 00:39:46 Step 26/26 : LABEL version=0.0.0 00:39:46 ---> Running in a188671258af 00:39:46 ---> 88a83004f8ef 00:39:46 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:39:46 Removing intermediate container a188671258af 00:39:46 ---> e6f8f28fa90c 00:39:46 00:39:46 Successfully built e6f8f28fa90c 00:39:46 Successfully tagged docker-sys-mgmt-agent-go:latest 00:39:47  Building docker-sys-mgmt-agent-go ... done  ---> a90776b63ee6 00:39:47 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:39:47 Removing intermediate container c4d552f61dbb 00:39:47 ---> e095bf025051 00:39:47 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:39:47 ---> Running in a87dd54a0657 00:39:48 ---> c3103cb8d71c 00:39:48 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:39:49 Removing intermediate container a87dd54a0657 00:39:49 ---> aabb34f3d273 00:39:49 Step 22/24 : LABEL arch=x86_64 00:39:49 ---> Running in 27a3fcd9ad25 00:39:49 ---> Running in a98e61551f9c 00:39:50 Removing intermediate container a98e61551f9c 00:39:50 ---> 3061bd66e3b7 00:39:50 Step 23/24 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c 00:39:50 Removing intermediate container 27a3fcd9ad25 00:39:50 ---> 0410dabbcfd6 00:39:50 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:39:50 ---> Running in 18bf8ef29d47 00:39:50 Removing intermediate container 18bf8ef29d47 00:39:50 ---> 63855c3432bb 00:39:50 Step 24/24 : LABEL version=0.0.0 00:39:50 ---> 460b9ba4c0de 00:39:50 Step 26/31 : RUN chmod +x /entrypoint.sh 00:39:50 ---> Running in 742cad94e697 00:39:50 ---> Running in f300a8bf536e 00:39:50 Removing intermediate container 742cad94e697 00:39:50 ---> 579f0affabf6 00:39:50 00:39:51 Successfully built 579f0affabf6 00:39:51 Successfully tagged docker-security-secretstore-setup-go:latest 00:39:53  Building docker-security-secretstore-setup-go ... done Removing intermediate container 188db23fde0e 00:39:53 ---> 2df23ade290d 00:39:53 00:39:53 Step 10/23 : FROM alpine:3.12 00:39:53 ---> 389fef711851 00:39:53 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:53 Removing intermediate container f300a8bf536e 00:39:53 ---> 73c61edd7282 00:39:53 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:39:53 ---> Running in 69b3dd0352c6 00:39:53 ---> Running in 3650376f396c 00:39:53 Removing intermediate container 69b3dd0352c6 00:39:53 ---> 4fd9f000e6d8 00:39:53 Step 12/23 : ENV APP_PORT=48080 00:39:53 Removing intermediate container 3650376f396c 00:39:53 ---> 60c61e2b6bd1 00:39:53 Step 28/31 : CMD ["gate"] 00:39:53 ---> Running in 30960ff06848 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.070s coverage: 94.4% of statements 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.072s coverage: 44.8% of statements 00:39:53 ---> Running in 708e3ded9cf7 00:39:53 Removing intermediate container 30960ff06848 00:39:53 ---> d5a3d4976cec 00:39:53 Step 13/23 : EXPOSE $APP_PORT 00:39:53 ---> Running in c2f306a30cc1 00:39:53 Removing intermediate container 708e3ded9cf7 00:39:53 ---> 8dbccfc83bcb 00:39:53 Step 29/31 : LABEL arch=x86_64 00:39:54 ---> Running in 295515fb5855 00:39:54 Removing intermediate container c2f306a30cc1 00:39:54 ---> 1868603c872d 00:39:54 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:54 ---> Running in d2b1a59a0445 00:39:54 Removing intermediate container 295515fb5855 00:39:54 ---> 6bc84446acf3 00:39:54 Step 30/31 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c 00:39:54 ---> Running in c8984447b912 00:39:55 Removing intermediate container c8984447b912 00:39:55 ---> b39af88e0ed6 00:39:55 Step 31/31 : LABEL version=0.0.0 00:39:55 ---> Running in c89ddabc276c 00:39:55 Removing intermediate container c89ddabc276c 00:39:55 ---> 45265384e4c1 00:39:55 00:39:55 Removing intermediate container d2b1a59a0445 00:39:55 ---> affe0e3e3e20 00:39:55 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:39:55 Successfully built 45265384e4c1 00:39:55 Successfully tagged docker-security-bootstrapper-go:latest 00:39:55  Building docker-security-bootstrapper-go ... done  ---> Running in df3af92f1de6 00:39:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:57 (1/6) Installing dumb-init (1.2.2-r1) 00:39:57 (2/6) Installing libgcc (9.3.0-r2) 00:39:57 (3/6) Installing libsodium (1.0.18-r0) 00:39:58 (4/6) Installing libstdc++ (9.3.0-r2) 00:39:58 (5/6) Installing libzmq (4.3.3-r0) 00:39:58 (6/6) Installing zeromq (4.3.3-r0) 00:39:58 Executing busybox-1.31.1-r19.trigger 00:39:58 OK: 8 MiB in 20 packages 00:39:59 Removing intermediate container df3af92f1de6 00:39:59 ---> 031361e159f8 00:39:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:59 ---> eb8f10428758 00:39:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:39:59 ---> 96ec98e7a35e 00:39:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:40:00 ---> bce299f39bc9 00:40:00 Step 19/23 : ENTRYPOINT ["/core-data"] 00:40:00 ---> Running in 3f2928a3b136 00:40:00 Removing intermediate container 3f2928a3b136 00:40:00 ---> c0829b5a3029 00:40:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:00 ---> Running in d14a9eacec3b 00:40:00 Removing intermediate container d14a9eacec3b 00:40:00 ---> c4c220ccb90f 00:40:00 Step 21/23 : LABEL arch=x86_64 00:40:00 ---> Running in 178c28c62df7 00:40:00 Removing intermediate container 178c28c62df7 00:40:00 ---> 9c30686b2049 00:40:00 Step 22/23 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c 00:40:00 ---> Running in f6cfda9357b8 00:40:01 Removing intermediate container f6cfda9357b8 00:40:01 ---> 3574e734deab 00:40:01 Step 23/23 : LABEL version=0.0.0 00:40:01 ---> Running in 0e7b89cb48bc 00:40:01 Removing intermediate container 0e7b89cb48bc 00:40:01 ---> a9052b9f73d5 00:40:01 00:40:01 Successfully built a9052b9f73d5 00:40:01 Successfully tagged docker-core-data-go:latest 00:40:01  Building docker-core-data-go ... done  [Pipeline] } 00:40:01 $ docker stop --time=1 dab083baccb42365ef70e3fa83ba046c10489a12c68b0991d5b8da8c70840b2c 00:40:03 $ docker rm -f dab083baccb42365ef70e3fa83ba046c10489a12c68b0991d5b8da8c70840b2c [Pipeline] // withDockerContainer [Pipeline] sh 00:40:04 + docker images 00:40:04 + grep docker 00:40:04 docker-core-data-go latest a9052b9f73d5 3 seconds ago 22.3MB 00:40:04 docker-security-bootstrapper-go latest 45265384e4c1 9 seconds ago 23.8MB 00:40:04 docker-security-secretstore-setup-go latest 579f0affabf6 14 seconds ago 24.6MB 00:40:04 docker-sys-mgmt-agent-go latest e6f8f28fa90c 18 seconds ago 313MB 00:40:04 docker-core-metadata-go latest f76b9fcb0f8a 24 seconds ago 18.8MB 00:40:04 docker-core-command-go latest 68c8cfb7dafd About a minute ago 16.9MB 00:40:04 docker-support-scheduler-go latest a8c1a087f409 About a minute ago 17MB 00:40:04 docker-support-notifications-go latest 64833a011ff4 About a minute ago 16.9MB 00:40:04 docker-security-proxy-setup-go latest ebda2be371db About a minute ago 24.4MB 00:40:04 docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:40:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.129s coverage: 92.9% of statements 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:40:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:40:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:40:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:40:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements 00:40:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.122s coverage: 87.2% of statements 00:40:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.156s coverage: 84.2% of statements 00:40:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.171s coverage: 91.4% of statements 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:40:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.474s coverage: 63.5% of statements 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:40:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements 00:40:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.080s coverage: 91.3% of statements 00:40:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements 00:40:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements 00:40:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements 00:40:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.724s coverage: 68.9% of statements 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:40:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.341s coverage: 37.0% of statements 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.486s coverage: 84.0% of statements 00:40:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.102s coverage: 100.0% of statements 00:40:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.344s coverage: 47.1% of statements 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.135s coverage: 100.0% of statements 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.147s coverage: 100.0% of statements 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:20 Still waiting to schedule task 00:40:20 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:40:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.059s coverage: 29.1% of statements 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.211s coverage: 99.0% of statements 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.123s coverage: 100.0% of statements 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:40:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.155s coverage: 100.0% of statements 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:40:22 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.068s coverage: 100.0% of statements 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.101s coverage: 87.9% of statements 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:40:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.107s coverage: 100.0% of statements 00:40:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 00:40:24 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 00:40:24 GO111MODULE=on go vet ./... 00:41:12 Running on prd-ubuntu18.04-docker-8c-8g-24465 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:41:12 Running in /w/workspace/edgex-go/54 [Pipeline] { [Pipeline] checkout 00:41:14 using credential edgex-jenkins-ssh 00:41:14 Cloning the remote Git repository 00:41:14 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:41:14 > git init /w/workspace/edgex-go/54 # timeout=10 00:41:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:14 > git --version # timeout=10 00:41:14 > git --version # 'git version 2.17.1' 00:41:14 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:25 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:41:25 Merging remotes/origin/master commit 2a4efc596d6299a706f2b1b5ea90705279ab33b1 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:41:25 Merge succeeded, producing bbde1c64e37c0988937b7293e8c0fb5d0041fc00 00:41:25 Checking out Revision bbde1c64e37c0988937b7293e8c0fb5d0041fc00 (PR-2858) 00:41:25 > git config core.sparsecheckout # timeout=10 00:41:25 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:41:25 > git remote # timeout=10 00:41:25 > git config --get remote.origin.url # timeout=10 00:41:25 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:25 > git merge 2a4efc596d6299a706f2b1b5ea90705279ab33b1 # timeout=10 00:41:25 > git rev-parse HEAD^{commit} # timeout=10 00:41:25 > git config core.sparsecheckout # timeout=10 00:41:26 > git checkout -f bbde1c64e37c0988937b7293e8c0fb5d0041fc00 # timeout=10 00:41:31 Commit message: "Merge commit '2a4efc596d6299a706f2b1b5ea90705279ab33b1' into HEAD" 00:41:31 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:41:32 + echo snap-build.sh 00:41:32 snap-build.sh 00:41:32 + SNAP_BASE_DIR=. 00:41:32 + '[' '!' -z /w/workspace/edgex-go/54 ']' 00:41:32 + SNAP_BASE_DIR=/w/workspace/edgex-go/54 00:41:32 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/54]' 00:41:32 [snap-build] Building snap in dir [/w/workspace/edgex-go/54] 00:41:32 + cd /w/workspace/edgex-go/54 00:41:32 + sudo apt-get remove -qy --purge lxd lxd-client 00:41:32 Reading package lists... 00:41:32 Building dependency tree... 00:41:32 Reading state information... 00:41:31 > git rev-list --no-walk 09466c3d4bb06391c33f9fb2c9ae9bec005329b5 # timeout=10 00:41:32 The following packages were automatically installed and are no longer required: 00:41:32 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:41:32 uidmap xdelta3 00:41:32 Use 'sudo apt autoremove' to remove them. 00:41:32 The following packages will be REMOVED: 00:41:32 lxd* lxd-client* 00:41:32 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:41:32 After this operation, 31.7 MB disk space will be freed. 00:41:34 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:41:34 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:34 Removing lxd dnsmasq configuration 00:41:34 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:41:35 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:41:36 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:41:36 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:41:36 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:37 Processing triggers for systemd (237-3ubuntu10.42) ... 00:41:37 Processing triggers for ureadahead (0.100.0-21) ... 00:41:38 + sudo snap remove --purge lxd 00:41:38 snap "lxd" is not installed 00:41:38 + sudo groupadd --force --system lxd 00:41:38 ++ whoami 00:41:38 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:41:39 + newgrp - lxd 00:41:39 + sudo snap install lxd 00:41:46 gofmt -l . 00:41:46 [ "`gofmt -l .`" = "" ] 00:41:46 ./bin/test-go-mod-tidy.sh 00:41:46 ./bin/test-attribution-txt.sh [Pipeline] sh 00:41:47 2021-02-02T00:41:45Z INFO Waiting for automatic snapd restart... 00:41:47 + ls -al . 00:41:47 total 708 00:41:47 drwxrwxr-x 9 1001 1001 4096 Feb 2 00:41 . 00:41:47 drwxr-xr-x 4 root root 4096 Feb 2 00:37 .. 00:41:47 -rw-rw-r-- 1 1001 1001 11 Feb 2 00:36 .dockerignore 00:41:47 drwxrwxr-x 8 1001 1001 4096 Feb 2 00:36 .git 00:41:47 drwxrwxr-x 3 1001 1001 4096 Feb 2 00:36 .github 00:41:47 -rw-rw-r-- 1 1001 1001 872 Feb 2 00:36 .gitignore 00:41:47 -rw-rw-r-- 1 1001 1001 166 Feb 2 00:36 .sonarcloud.properties 00:41:47 -rw-rw-r-- 1 1001 1001 7859 Feb 2 00:36 Attribution.txt 00:41:47 -rw-rw-r-- 1 1001 1001 3804 Feb 2 00:36 CONTRIBUTING.md 00:41:47 -rw-rw-r-- 1 1001 1001 931 Feb 2 00:36 Dockerfile.build 00:41:47 -rw-rw-r-- 1 1001 1001 863 Feb 2 00:36 Jenkinsfile 00:41:47 -rw-rw-r-- 1 1001 1001 10775 Feb 2 00:36 LICENSE 00:41:47 -rw-rw-r-- 1 1001 1001 6001 Feb 2 00:36 Makefile 00:41:47 -rw-rw-r-- 1 1001 1001 6524 Feb 2 00:36 README.md 00:41:47 -rw-rw-r-- 1 1001 1001 6755 Feb 2 00:36 SECURITY.md 00:41:47 -rw-rw-r-- 1 1001 1001 5 Feb 2 00:32 VERSION 00:41:47 -rw-rw-r-- 1 1001 1001 4131 Feb 2 00:36 ZMQWindows.md 00:41:47 drwxrwxr-x 2 1001 1001 4096 Feb 2 00:36 bin 00:41:47 drwxrwxr-x 15 1001 1001 4096 Feb 2 00:36 cmd 00:41:47 -rw-r--r-- 1 root root 574984 Feb 2 00:40 coverage.out 00:41:47 -rw-r--r-- 1 root root 1054 Feb 2 00:41 go.mod 00:41:47 -rw-r--r-- 1 root root 19399 Feb 2 00:41 go.sum 00:41:47 drwxrwxr-x 8 1001 1001 4096 Feb 2 00:36 internal 00:41:47 drwxrwxr-x 4 1001 1001 4096 Feb 2 00:36 openapi 00:41:47 drwxrwxr-x 4 1001 1001 4096 Feb 2 00:36 snap 00:41:47 -rw-rw-r-- 1 1001 1001 168 Feb 2 00:36 version.go [Pipeline] sh 00:41:48 + '[' -e coverage.out ] 00:41:48 + chown 1001:1001 coverage.out [Pipeline] stash 00:41:48 Warning: overwriting stash ‘coverage-report’ 00:41:49 Stashed 1 file(s) [Pipeline] sh 00:41:49 + make build 00:41:49 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:42:02 lxd 4.10 from Canonical* installed 00:42:02 + sudo lxd init --auto 00:42:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:42:12 + sudo snap install --classic snapcraft 00:42:18 snapcraft 4.4.4 from Canonical* installed 00:42:18 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:42:18 + patch --verbose -p1 00:42:18 Hmm... Looks like a unified diff to me... 00:42:18 The text leading up to this was: 00:42:18 -------------------------- 00:42:18 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:42:18 |From: Tony Espy 00:42:18 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:42:18 |Subject: [PATCH] optimize snap build for pipeline CI check 00:42:18 | 00:42:18 |This patch is used by the EdgeX CI pipeline builds to 00:42:18 |optimize the snap CI check run for pull requests. When 00:42:18 |applied, it essentially strips out everything (apps and 00:42:18 |parts) from the snapcraft.yaml file except those required 00:42:18 |to build edgex-go, as the whole idea of the CI check is to 00:42:18 |catch changes to edgex-go that break the snap build. 00:42:18 | 00:42:18 |In general, anyone updating snapcraft.yaml will also need 00:42:18 |to update this patch file, otherwise it may fail to apply, 00:42:18 |resulting in a failed snap build CI check in the associated 00:42:18 |pull request. 00:42:18 | 00:42:18 |Note - in addition to applying this patch, the pipeline also 00:42:18 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:42:18 |need to build the finally binary .snap file (and it won't 00:42:18 |work with the patch applied). This further reduces the build 00:42:18 |time. 00:42:18 |--- 00:42:18 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:42:18 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:42:18 | 00:42:18 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:42:18 |index 1e537489..faf42425 100644 00:42:18 |--- a/snap/snapcraft.yaml 00:42:18 |+++ b/snap/snapcraft.yaml 00:42:18 -------------------------- 00:42:18 patching file snap/snapcraft.yaml 00:42:18 Using Plan A... 00:42:18 Hunk #1 succeeded at 73. 00:42:18 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 00:42:18 Hunk #3 succeeded at 214 (offset -1 lines). 00:42:18 Hunk #4 FAILED at 223. 00:42:18 Hunk #5 succeeded at 300. 00:42:18 Hunk #6 succeeded at 327. 00:42:18 Hunk #7 succeeded at 361. 00:42:18 Hunk #8 FAILED at 412. 00:42:18 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:42:18 Hmm... Ignoring the trailing garbage. 00:42:18 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:42:19 Failed in branch amd64 00:42:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:42:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:42:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:42:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:42:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:42:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:42:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:42:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:42:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:43:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:43:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:43:09 $ docker stop --time=1 dfb0f0b48cc6ae3de77691cc7578e9003ae3e42867ddee5ac85a69917d1d5fc0 00:43:12 $ docker rm -f dfb0f0b48cc6ae3de77691cc7578e9003ae3e42867ddee5ac85a69917d1d5fc0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:14 00:43:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:43:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:14 latest: Pulling from edgex-devops/edgex-compose-arm64 00:43:14 29e5d40040c1: Pulling fs layer 00:43:14 1ce36da41761: Pulling fs layer 00:43:14 25b303627fd3: Pulling fs layer 00:43:15 29e5d40040c1: Verifying Checksum 00:43:15 29e5d40040c1: Download complete 00:43:15 29e5d40040c1: Pull complete 00:43:15 1ce36da41761: Verifying Checksum 00:43:15 1ce36da41761: Download complete 00:43:16 1ce36da41761: Pull complete 00:43:17 25b303627fd3: Verifying Checksum 00:43:17 25b303627fd3: Download complete 00:43:27 25b303627fd3: Pull complete 00:43:27 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:43:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:43:27 prd-ubuntu18.04-docker-arm64-4c-16g-24463 does not seem to be running inside a container 00:43:27 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/54 -v /w/workspace/edgex-go/54:/w/workspace/edgex-go/54:rw,z -v /w/workspace/edgex-go/54@tmp:/w/workspace/edgex-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:31 $ docker top 91f474172e5bf6aad39073686fefbbd2e71a7f0c0689e4891bb5484be2823339 -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:32 + docker-compose build --help 00:43:32 + grep parallel 00:43:35 --parallel Build images in parallel. [Pipeline] } 00:43:35 $ docker stop --time=1 91f474172e5bf6aad39073686fefbbd2e71a7f0c0689e4891bb5484be2823339 00:43:37 $ docker rm -f 91f474172e5bf6aad39073686fefbbd2e71a7f0c0689e4891bb5484be2823339 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:38 . [Pipeline] withDockerContainer 00:43:38 prd-ubuntu18.04-docker-arm64-4c-16g-24463 does not seem to be running inside a container 00:43:38 $ 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/54 -v /w/workspace/edgex-go/54:/w/workspace/edgex-go/54:rw,z -v /w/workspace/edgex-go/54@tmp:/w/workspace/edgex-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:40 $ docker top f832f96e94b1d7e37d34ddd32ea2567985bf97f3d553b5ddb0a0995751fa4612 -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:41 + docker-compose -f ./docker-compose-build.yml build --parallel 00:43:44 Building docker-core-command-go ... 00:43:44 Building docker-core-data-go ... 00:43:44 Building docker-core-metadata-go ... 00:43:44 Building docker-security-bootstrapper-go ... 00:43:44 Building docker-security-proxy-setup-go ... 00:43:44 Building docker-security-secretstore-setup-go ... 00:43:44 Building docker-support-notifications-go ... 00:43:44 Building docker-support-scheduler-go ... 00:43:44 Building docker-sys-mgmt-agent-go ... 00:43:44 Building docker-support-notifications-go 00:43:44 Building docker-security-secretstore-setup-go 00:43:44 Building docker-security-proxy-setup-go 00:43:44 Building docker-security-bootstrapper-go 00:43:44 Building docker-core-command-go 00:45:06 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:06 00:45:06 ---> a18ab9c3e14c 00:45:06 Step 3/22 : WORKDIR /edgex-go 00:45:06 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:45:06 ---> a18ab9c3e14c 00:45:06 Step 3/24 : WORKDIR /edgex-go 00:45:06 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:06 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:45:06 ---> a18ab9c3e14c 00:45:06 Step 3/21 : WORKDIR /edgex-go 00:45:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:45:06 ---> a18ab9c3e14c 00:45:06 Step 3/23 : WORKDIR /edgex-go 00:45:06 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:06 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:45:06 ---> a18ab9c3e14c 00:45:06 Step 3/31 : WORKDIR /edgex-go 00:45:06 ---> Running in e14e24b5d3d1 00:45:06 ---> Running in 6f633a3e6402 00:45:06 ---> Running in 06f663278f68 00:45:06 ---> Running in 0429d3c76e47 00:45:06 ---> Running in 7cf4d2b5c355 00:45:06 Removing intermediate container 7cf4d2b5c355 00:45:06 ---> 5a6ac2406261 00:45:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:06 Removing intermediate container 6f633a3e6402 00:45:06 ---> 5cda68a9362b 00:45:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:06 Removing intermediate container 06f663278f68 00:45:06 ---> e8c26861f35b 00:45:06 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:06 Removing intermediate container 0429d3c76e47 00:45:06 ---> 71be723a633f 00:45:06 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:06 Removing intermediate container e14e24b5d3d1 00:45:06 ---> a47456b21325 00:45:06 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:06 ---> Running in a2256ac7ffab 00:45:06 ---> Running in f50cab1eae8d 00:45:06 ---> Running in 100a4a4dbdb2 00:45:06 ---> Running in 08c062b7016f 00:45:06 ---> Running in 1e88723636c7 00:45:06 Removing intermediate container a2256ac7ffab 00:45:06 ---> 4946ca2c15ca 00:45:06 Step 5/23 : RUN apk add --update --no-cache make git 00:45:06 Removing intermediate container f50cab1eae8d 00:45:06 ---> db763c04c4b8 00:45:06 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:45:06 ---> Running in dc5845d90a81 00:45:06 Removing intermediate container 100a4a4dbdb2 00:45:06 ---> f2c12fe10817 00:45:06 Step 5/31 : RUN apk add --update --no-cache make git 00:45:06 ---> Running in b3d4f5b8e571 00:45:06 ---> Running in ae3ec9618f84 00:45:06 Removing intermediate container 08c062b7016f 00:45:06 ---> 00d8e2e8500a 00:45:06 Step 5/24 : RUN apk add --update --no-cache make git 00:45:06 Removing intermediate container 1e88723636c7 00:45:06 ---> 5f5e8c222d60 00:45:06 Step 5/21 : RUN apk add --update --no-cache make git 00:45:06 ---> Running in b2caba81e8de 00:45:06 ---> Running in 562102035d39 00:45:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:08 OK: 217 MiB in 51 packages 00:45:08 OK: 217 MiB in 51 packages 00:45:08 OK: 217 MiB in 51 packages 00:45:08 OK: 217 MiB in 51 packages 00:45:09 OK: 217 MiB in 51 packages 00:45:10 Removing intermediate container dc5845d90a81 00:45:10 ---> 0e7214daf155 00:45:10 Step 6/23 : COPY go.mod . 00:45:10 Removing intermediate container b3d4f5b8e571 00:45:10 ---> ed6b09b6876c 00:45:10 Step 6/22 : COPY go.mod . 00:45:10 Removing intermediate container 562102035d39 00:45:10 ---> 3c5c8faca25f 00:45:10 Step 6/24 : COPY go.mod . 00:45:10 Removing intermediate container b2caba81e8de 00:45:10 ---> 0654199b617e 00:45:10 Step 6/21 : COPY go.mod . 00:45:11 Removing intermediate container ae3ec9618f84 00:45:11 ---> faf20d4ecd3d 00:45:11 Step 6/31 : COPY go.mod . 00:45:11 ---> 6bb40f0c204b 00:45:11 Step 7/23 : RUN go mod download 00:45:11 ---> b7950ad1a961 00:45:11 Step 7/22 : RUN go mod download 00:45:11 ---> Running in b9643981b323 00:45:11 ---> Running in b25c2823c694 00:45:11 ---> 65ccdaebdb42 00:45:11 Step 7/24 : RUN go mod download 00:45:12 ---> e39bdd6c90d7 00:45:12 Step 7/21 : RUN go mod download 00:45:12 ---> Running in 27f7d7370a6a 00:45:12 ---> 68668ff016d0 00:45:12 Step 7/31 : RUN go mod download 00:45:12 ---> Running in 607182d07abe 00:45:12 ---> Running in d0ca7fe60238 00:45:16 Removing intermediate container b25c2823c694 00:45:16 ---> 9825e99f2305 00:45:16 Step 8/22 : COPY . . 00:45:16 Removing intermediate container b9643981b323 00:45:16 ---> 588a5bce40c5 00:45:16 Step 8/23 : COPY . . 00:45:16 Removing intermediate container 27f7d7370a6a 00:45:16 ---> 29d40fa4b520 00:45:16 Step 8/24 : COPY . . 00:45:16 Removing intermediate container d0ca7fe60238 00:45:16 ---> fdf94587bf99 00:45:16 Step 8/31 : COPY . . 00:45:16 Removing intermediate container 607182d07abe 00:45:16 ---> d3152793ab5c 00:45:16 Step 8/21 : COPY . . 00:45:43 ---> c335f2da2284 00:45:43 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:45:43 ---> 503af6a88ec7 00:45:43 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:45:43 ---> b85d58219463 00:45:43 Step 9/23 : RUN make cmd/core-command/core-command 00:45:43 ---> ef0e895e1677 00:45:43 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:45:43 ---> Running in c2f5924449e0 00:45:43 ---> 0860b7081341 00:45:43 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:45:43 ---> Running in 383e9b77ddb8 00:45:43 ---> Running in 71d6d8f24e8a 00:45:43 ---> Running in 4680c93e808a 00:45:43 ---> Running in 5525fa33c8de 00:45:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:45:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:45:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:45:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:45:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:47:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:47:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:47:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:47:13 Removing intermediate container c2f5924449e0 00:47:13 ---> fff73524a3d8 00:47:13 00:47:13 Step 10/24 : FROM alpine:3.12 00:47:13 3.12: Pulling from library/alpine 00:47:15 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:47:15 Status: Downloaded newer image for alpine:3.12 00:47:15 ---> afeebe901d6b 00:47:15 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:47:16 ---> Running in caa0abeb968e 00:47:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:19 (1/5) Installing ca-certificates (20191127-r4) 00:47:19 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:47:19 (3/5) Installing libcurl (7.69.1-r3) 00:47:20 (4/5) Installing curl (7.69.1-r3) 00:47:20 (5/5) Installing dumb-init (1.2.2-r1) 00:47:20 Executing busybox-1.31.1-r19.trigger 00:47:20 Executing ca-certificates-20191127-r4.trigger 00:47:20 Removing intermediate container 383e9b77ddb8 00:47:20 ---> 47835b26f75a 00:47:20 00:47:20 Step 10/22 : FROM alpine:3.12 00:47:20 ---> afeebe901d6b 00:47:20 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:47:20 OK: 7 MiB in 19 packages 00:47:20 Removing intermediate container 4680c93e808a 00:47:20 ---> a1fb295dbab4 00:47:20 00:47:20 Step 10/21 : FROM alpine:3.12 00:47:20 ---> afeebe901d6b 00:47:20 Step 11/21 : RUN apk add --update --no-cache curl 00:47:20 ---> Running in f5efc332c40b 00:47:20 ---> Running in eb8f43330da7 00:47:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:23 Removing intermediate container caa0abeb968e 00:47:23 ---> 5e3651b37417 00:47:23 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:23 (1/4) Installing ca-certificates (20191127-r4) 00:47:23 (1/2) Installing ca-certificates (20191127-r4) 00:47:23 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:47:23 (3/4) Installing libcurl (7.69.1-r3) 00:47:24 (2/2) Installing dumb-init (1.2.2-r1) 00:47:24 Executing busybox-1.31.1-r19.trigger 00:47:24 (4/4) Installing curl (7.69.1-r3) 00:47:24 Executing busybox-1.31.1-r19.trigger 00:47:24 Executing ca-certificates-20191127-r4.trigger 00:47:24 Executing ca-certificates-20191127-r4.trigger 00:47:24 ---> Running in 3d0c4c1aa03d 00:47:24 OK: 7 MiB in 18 packages 00:47:24 OK: 6 MiB in 16 packages 00:47:25 Removing intermediate container 3d0c4c1aa03d 00:47:25 ---> cb1b2e88048b 00:47:25 Step 13/24 : WORKDIR / 00:47:26 ---> Running in 43bcde12b070 00:47:26 Removing intermediate container 5525fa33c8de 00:47:26 ---> 7b8c15e7f558 00:47:26 00:47:26 Step 10/31 : FROM alpine:3.12 00:47:26 ---> afeebe901d6b 00:47:26 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:47:27 ---> Running in 07c461751902 00:47:27 Removing intermediate container 43bcde12b070 00:47:27 ---> 7112e4879f41 00:47: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 00:47:27 Removing intermediate container eb8f43330da7 00:47:27 ---> 44e86c774a3c 00:47:27 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:27 Removing intermediate container f5efc332c40b 00:47:27 ---> 42cd2cda1641 00:47:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:47:27 ---> Running in bf9e3ff875a2 00:47:27 Removing intermediate container 07c461751902 00:47:27 ---> 3a8034311e92 00:47:27 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:47:27 ---> Running in 29d973d5cbdb 00:47:28 ---> Running in baaee9097130 00:47:28 ---> 72d8e20a9dcf 00:47:28 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:47:28 Removing intermediate container 71d6d8f24e8a 00:47:28 ---> d993049944fa 00:47:28 00:47:28 Step 10/23 : FROM alpine:3.12 00:47:28 ---> afeebe901d6b 00:47:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:47:28 Removing intermediate container bf9e3ff875a2 00:47:28 ---> d65d605c9951 00:47:28 Step 13/21 : WORKDIR /edgex 00:47:28 ---> Running in f29bc9bb8822 00:47:29 ---> Running in e1c408f57457 00:47:29 Removing intermediate container 29d973d5cbdb 00:47:29 ---> 1080e82b1cd7 00:47:29 Step 13/22 : ENV APP_PORT=48060 00:47:29 ---> Running in 32cfd9f6889e 00:47:29 ---> 44201c902f92 00:47:29 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:47:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:29 Removing intermediate container e1c408f57457 00:47:29 ---> 457028b390b9 00:47:29 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:47:29 Removing intermediate container 32cfd9f6889e 00:47:29 ---> aefb1cd91959 00:47:29 Step 14/22 : EXPOSE $APP_PORT 00:47:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:30 ---> Running in 24cbc699ea60 00:47:30 (1/2) Installing dumb-init (1.2.2-r1) 00:47:30 (2/2) Installing su-exec (0.2-r1) 00:47:30 Executing busybox-1.31.1-r19.trigger 00:47:30 OK: 5 MiB in 16 packages 00:47:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:30 ---> 1d0ee723782b 00:47:30 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:47:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:31 Removing intermediate container 24cbc699ea60 00:47:31 ---> 8de3afb6e37c 00:47:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:31 ---> 6c3a22ad862f 00:47:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:47:31 (1/1) Installing dumb-init (1.2.2-r1) 00:47:31 Executing busybox-1.31.1-r19.trigger 00:47:31 OK: 5 MiB in 15 packages 00:47:34 ---> f2070191d22a 00:47:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:47:34 ---> 4449d0ce662f 00:47:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:47:34 ---> 10f6bdde9c42 00:47:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:47:34 Removing intermediate container baaee9097130 00:47:34 ---> 75791800f132 00:47:34 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:47:34 ---> Running in 3f57f32b85c1 00:47:34 Removing intermediate container f29bc9bb8822 00:47:34 ---> 70df30b75dec 00:47:34 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:47:34 ---> Running in ccbe4f4c6c6d 00:47:34 Removing intermediate container 3f57f32b85c1 00:47:34 ---> 4addf660fe44 00:47:34 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:47:34 ---> fe2526b7715f 00:47:34 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:47:34 ---> 4d896abbb25c 00:47:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:47:34 ---> Running in e840840245ba 00:47:34 ---> 78e811bc8a99 00:47:34 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:47:34 Removing intermediate container ccbe4f4c6c6d 00:47:34 ---> e8be26bb31ac 00:47:34 Step 13/23 : ENV APP_PORT=48082 00:47:35 ---> Running in ab0041068562 00:47:35 ---> Running in bdcd05348bd7 00:47:35 Removing intermediate container e840840245ba 00:47:35 ---> 8f08e2557ebf 00:47:35 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:47:35 ---> Running in 6356ac68ee73 00:47:35 ---> 63284b5420c1 00:47:35 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:47:35 ---> Running in a328d2954356 00:47:36 Removing intermediate container bdcd05348bd7 00:47:36 ---> 6b0a6bb3fbda 00:47:36 Step 18/21 : CMD ["--init=true"] 00:47:36 Removing intermediate container ab0041068562 00:47:36 ---> 558c7dacd4ca 00:47:36 Step 14/23 : EXPOSE $APP_PORT 00:47:36 ---> 08d0178afe54 00:47:36 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:47:36 ---> Running in 98cba339608c 00:47:36 ---> Running in 22e92584b1d6 00:47:36 ---> Running in 2258ede21533 00:47:36 Removing intermediate container 22e92584b1d6 00:47:36 ---> 961a0ba38942 00:47:36 Step 19/21 : LABEL arch=arm64 00:47:36 Removing intermediate container 2258ede21533 00:47:36 ---> fd2adf2e22cf 00:47:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:37 Removing intermediate container 98cba339608c 00:47:37 ---> 0add204e2dec 00:47:37 Step 15/23 : WORKDIR / 00:47:37 ---> Running in b648b10fa5a8 00:47:37 ---> Running in 2db8c7854eb4 00:47:37 ---> Running in 85d933a60121 00:47:38 Removing intermediate container 2db8c7854eb4 00:47:38 ---> e233380149d8 00:47:38 Step 20/21 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4cRemoving intermediate container b648b10fa5a8 00:47:38 ---> 22b3a53c7dd8 00:47:38 00:47:38 Step 20/22 : LABEL arch=arm64 00:47:38 Removing intermediate container 85d933a60121 00:47:38 ---> 983b3f6c37cc 00:47:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:38 ---> Running in 1efb278c8568 00:47:38 ---> Running in 7ae5cc2a44cb 00:47:39 Removing intermediate container 1efb278c8568 00:47:39 ---> 72bc4bce53ac 00:47:39 Step 21/22 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c 00:47:39 Removing intermediate container 7ae5cc2a44cb 00:47:39 ---> fc46d0e7f777 00:47:39 Step 21/21 : LABEL version=0.0.0 00:47:39 Removing intermediate container a328d2954356 00:47:39 ---> 25b7017fd7db 00:47:39 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:47:39 Removing intermediate container 6356ac68ee73 00:47:39 ---> 38fa34232660 00:47:39 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:47:39 ---> d13584335b8c 00:47:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:47:39 ---> Running in 767ffd982ec7 00:47:39 ---> Running in 178902e703b8 00:47:39 ---> Running in e10ebcacd3c7 00:47:39 ---> Running in 54c143970169 00:47:39 Removing intermediate container 767ffd982ec7 00:47:39 ---> 9c9cf844dbd3 00:47:39 Step 22/24 : LABEL arch=arm64 00:47:40 Removing intermediate container e10ebcacd3c7 00:47:40 ---> de794db3c95a 00:47:40 00:47:40 Removing intermediate container 178902e703b8 00:47:40 ---> 7a43188ccf72 00:47:40 Step 22/22 : LABEL version=0.0.0 00:47:40 ---> Running in 4f6894c2a63b 00:47:40 Removing intermediate container 54c143970169 00:47:40 ---> 347a34937185 00:47:40 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:47:40 ---> Running in 0fcedfc60f80 00:47:40 Successfully built de794db3c95a 00:47:40 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:47:40  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 00:47:40 ---> 171a8dc6cf4e 00:47:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:47:40 Removing intermediate container 4f6894c2a63b 00:47:40 ---> 7d265bf11c95 00:47:40 Step 23/24 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c 00:47:41 Removing intermediate container 0fcedfc60f80 00:47:41 ---> 45575b5b3e53 00:47:41 00:47:41 ---> Running in e58367fe736c 00:47:41 ---> 1ad86a291f42 00:47:41 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:47:41 Successfully built 45575b5b3e53 00:47:41 Successfully tagged docker-support-notifications-go-arm64:latest 00:47:41 Building docker-sys-mgmt-agent-go 00:47:41  Building docker-support-notifications-go ... done  ---> Running in 4e9b441eff56 00:47:42 ---> 80484677e5be 00:47:42 Step 19/23 : ENTRYPOINT ["/core-command"] 00:47:42 Removing intermediate container e58367fe736c 00:47:42 ---> b37466ac5e72 00:47:42 Step 24/24 : LABEL version=0.0.0 00:47:42 ---> Running in 1cdb7140d2e2 00:47:42 ---> Running in 195306419eb9 00:47:43 Removing intermediate container 195306419eb9 00:47:43 ---> 017b2294a3ec 00:47:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:43 Removing intermediate container 1cdb7140d2e2 00:47:43 ---> 489baccecbcd 00:47:43 00:47:43 ---> Running in b7fae2efce5f 00:47:43 Successfully built 489baccecbcd 00:47:43 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:47:43  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 00:47:44 Removing intermediate container b7fae2efce5f 00:47:44 ---> 5f677e3275dd 00:47:44 Step 21/23 : LABEL arch=arm64 00:47:44 ---> Running in df1809816db5 00:47:45 Removing intermediate container 4e9b441eff56 00:47:45 ---> b6caee7cb718 00:47:45 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:45 Removing intermediate container df1809816db5 00:47:45 ---> 7626ae5ff5e9 00:47:45 Step 22/23 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c 00:47:45 ---> Running in f6dfa847d544 00:47:46 Removing intermediate container f6dfa847d544 00:47:46 ---> 8136dfce2215 00:47:46 Step 23/23 : LABEL version=0.0.0 00:47:46 ---> 75fca851945a 00:47:46 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:47:46 ---> Running in c3c679a3c3c2 00:47:47 Removing intermediate container c3c679a3c3c2 00:47:47 ---> a7b0115d4f5f 00:47:47 00:47:48 Successfully built a7b0115d4f5f 00:47:48 ---> 8be15f4fc91d 00:47:48 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:47:48 Successfully tagged docker-core-command-go-arm64:latest 00:47:48  Building docker-core-command-go ... done Building docker-support-scheduler-go 00:47:49 ---> cc034d965532 00:47:49 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:47:50 ---> eca92bb5a96c 00:47:50 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:47:51 ---> 5db22f7b902d 00:47:51 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:47:51 ---> Running in 57175e0ccec7 00:47:52 Removing intermediate container 57175e0ccec7 00:47:52 ---> 9b3fa7951647 00:47:52 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:47:53 ---> 85ef037aed63 00:47:53 Step 26/31 : RUN chmod +x /entrypoint.sh 00:47:54 ---> Running in 3f4306490754 00:47:57 Removing intermediate container 3f4306490754 00:47:57 ---> 702bef910cc1 00:47:57 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:47:57 ---> Running in f1a98f18efac 00:47:58 Removing intermediate container f1a98f18efac 00:47:58 ---> df0f446ae466 00:47:58 Step 28/31 : CMD ["gate"] 00:47:58 ---> Running in 40f552d03d8a 00:47:59 Removing intermediate container 40f552d03d8a 00:47:59 ---> 9f8ada301cbe 00:47:59 Step 29/31 : LABEL arch=arm64 00:47:59 ---> Running in 968a8f786c6e 00:48:00 Removing intermediate container 968a8f786c6e 00:48:00 ---> 2dd40e128c74 00:48:00 Step 30/31 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c 00:48:00 ---> Running in 3c096aea4ffe 00:48:00 Removing intermediate container 3c096aea4ffe 00:48:00 ---> 545101875b13 00:48:00 Step 31/31 : LABEL version=0.0.0 00:48:01 ---> Running in 42d55fce1822 00:48:01 Removing intermediate container 42d55fce1822 00:48:01 ---> 69db07cc3cf6 00:48:01 00:48:02 Successfully built 69db07cc3cf6 00:48:02 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:48:41  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:48:41 ---> a18ab9c3e14c 00:48:41 Step 3/23 : WORKDIR /edgex-go 00:48:41 ---> Using cache 00:48:41 ---> a47456b21325 00:48:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:41 ---> Using cache 00:48:41 ---> 5f5e8c222d60 00:48:41 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:48:41 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:41 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:48:41 ---> a18ab9c3e14c 00:48:41 Step 3/26 : WORKDIR /edgex-go 00:48:41 ---> Using cache 00:48:41 ---> a47456b21325 00:48:41 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:41 ---> Using cache 00:48:41 ---> 5f5e8c222d60 00:48:41 Step 5/26 : RUN apk add --update --no-cache make bash git 00:48:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:48:41 ---> a18ab9c3e14c 00:48:41 Step 3/23 : WORKDIR /edgex-go 00:48:41 ---> Using cache 00:48:41 ---> a47456b21325 00:48:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:41 ---> Using cache 00:48:41 ---> 5f5e8c222d60 00:48:41 Step 5/23 : RUN apk add --update --no-cache make git 00:48:41 ---> Using cache 00:48:41 ---> 0654199b617e 00:48:41 Step 6/23 : COPY go.mod . 00:48:41 ---> Using cache 00:48:41 ---> e39bdd6c90d7 00:48:41 Step 7/23 : RUN go mod download 00:48:41 ---> Using cache 00:48:41 ---> d3152793ab5c 00:48:41 Step 8/23 : COPY . . 00:48:41 ---> Using cache 00:48:41 ---> ef0e895e1677 00:48:41 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:48:41 ---> Running in be412d50fbc5 00:48:41 ---> Running in 4c55ee98da21 00:48:41 ---> Running in ac10732f5375 00:48:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:41 ---> a18ab9c3e14c 00:48:41 Step 3/22 : WORKDIR /edgex-go 00:48:41 ---> Using cache 00:48:41 ---> a47456b21325 00:48:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:41 ---> Using cache 00:48:41 ---> 5f5e8c222d60 00:48:41 Step 5/22 : RUN apk add --update --no-cache make git 00:48:41 ---> Using cache 00:48:41 ---> 0654199b617e 00:48:41 Step 6/22 : COPY go.mod . 00:48:41 ---> Using cache 00:48:41 ---> e39bdd6c90d7 00:48:41 Step 7/22 : RUN go mod download 00:48:41 ---> Using cache 00:48:41 ---> d3152793ab5c 00:48:41 Step 8/22 : COPY . . 00:48:41 ---> Using cache 00:48:41 ---> ef0e895e1677 00:48:41 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:48:41 ---> Running in 58f5a5b01bcb 00:48:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:48:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:48:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:42 OK: 217 MiB in 51 packages 00:48:42 OK: 217 MiB in 51 packages 00:48:44 Removing intermediate container 4c55ee98da21 00:48:44 ---> 94b234e171ff 00:48:44 Step 6/26 : COPY go.mod . 00:48:44 Removing intermediate container ac10732f5375 00:48:44 ---> 2417ec7d64a9 00:48:44 Step 6/23 : COPY go.mod . 00:48:45 ---> 258200cdd394 00:48:45 Step 7/26 : RUN go mod download 00:48:45 ---> Running in ea149113cf8d 00:48:45 ---> 0746a03b0c6c 00:48:45 Step 7/23 : RUN go mod download 00:48:45 ---> Running in e2dd8e7f08ce 00:48:50 Removing intermediate container ea149113cf8d 00:48:50 ---> 3f36e78debbe 00:48:50 Step 8/26 : COPY . . 00:48:50 Removing intermediate container e2dd8e7f08ce 00:48:50 ---> 2398060107b4 00:48:50 Step 8/23 : COPY . . 00:49:23 ---> dcf72e64b64e 00:49:23 Step 9/23 : RUN make cmd/core-data/core-data 00:49:23 ---> 6e908b98ff29 00:49:23 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:49:23 ---> Running in 08ac54c30c4c 00:49:23 ---> Running in e609d66aa878 00:49:23 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:49:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:50:03 Removing intermediate container 58f5a5b01bcb 00:50:03 ---> 9d79464ab83b 00:50:03 00:50:03 Step 10/22 : FROM alpine:3.12 00:50:03 ---> afeebe901d6b 00:50:03 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:50:03 ---> Using cache 00:50:03 ---> 70df30b75dec 00:50:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:03 ---> Using cache 00:50:03 ---> e8be26bb31ac 00:50:03 Step 13/22 : ENV APP_PORT=48085 00:50:03 ---> Running in e1b00fa50cbe 00:50:03 Removing intermediate container e1b00fa50cbe 00:50:03 ---> 8e69d1fabaaf 00:50:03 Step 14/22 : EXPOSE $APP_PORT 00:50:03 ---> Running in 8e4a2718574b 00:50:03 Removing intermediate container 8e4a2718574b 00:50:03 ---> 0e1fbe186d32 00:50:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:03 ---> dbbb8c5cd915 00:50:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:50:05 ---> 20e0a68759c6 00:50:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:50:07 ---> 631a3bc23330 00:50:07 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:50:07 ---> Running in e66c11e6b3c0 00:50:07 Removing intermediate container be412d50fbc5 00:50:07 ---> 5d0ad49aa19a 00:50:07 00:50:07 Step 10/23 : FROM alpine:3.12 00:50:07 ---> afeebe901d6b 00:50:07 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:50:07 ---> Using cache 00:50:07 ---> 70df30b75dec 00:50:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:07 ---> Using cache 00:50:07 ---> e8be26bb31ac 00:50:07 Step 13/23 : ENV APP_PORT=48081 00:50:08 ---> Running in 7f412d065ac2 00:50:08 Removing intermediate container e66c11e6b3c0 00:50:08 ---> 09aab0b59c41 00:50:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:08 ---> Running in 30cb5cb0e648 00:50:09 Removing intermediate container 7f412d065ac2 00:50:09 ---> 90922e8dee78 00:50:09 Step 14/23 : EXPOSE $APP_PORT 00:50:09 ---> Running in b6bf3518e41b 00:50:09 Removing intermediate container 30cb5cb0e648 00:50:09 ---> 427a426cb96a 00:50:09 Step 20/22 : LABEL arch=arm64 00:50:09 ---> Running in 784d66ca4984 00:50:10 Removing intermediate container b6bf3518e41b 00:50:10 ---> 4c42fe910a84 00:50:10 Step 15/23 : WORKDIR / 00:50:10 ---> Running in 47348a624551 00:50:10 Removing intermediate container 784d66ca4984 00:50:10 ---> 0b1cf31221cb 00:50:10 Step 21/22 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c 00:50:10 ---> Running in 4116821f5bd4 00:50:11 Removing intermediate container 47348a624551 00:50:11 ---> 4368d08f6517 00:50:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:11 Removing intermediate container 4116821f5bd4 00:50:11 ---> 75eb9908e965 00:50:11 Step 22/22 : LABEL version=0.0.0 00:50:12 ---> Running in 41aa18804d9f 00:50:12 ---> 28b375e947f9 00:50:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:50:12 Removing intermediate container 41aa18804d9f 00:50:12 ---> 2662923e03bc 00:50:12 00:50:13 Successfully built 2662923e03bc 00:50:13 Successfully tagged docker-support-scheduler-go-arm64:latest 00:50:14  Building docker-support-scheduler-go ... done  ---> fbe648ceab75 00:50:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:50:16 ---> a0ca270d2d69 00:50:16 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:50:16 ---> Running in 0edf38a97f0a 00:50:16 Removing intermediate container 0edf38a97f0a 00:50:16 ---> a2f26350573e 00:50:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:16 ---> Running in 57f836430723 00:50:17 Removing intermediate container 57f836430723 00:50:17 ---> d146d7f9c426 00:50:17 Step 21/23 : LABEL arch=arm64 00:50:17 ---> Running in 28f2bc13f417 00:50:18 Removing intermediate container 28f2bc13f417 00:50:18 ---> 5d6ab5e839c3 00:50:18 Step 22/23 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c 00:50:18 ---> Running in 8738866052a0 00:50:19 Removing intermediate container 8738866052a0 00:50:19 ---> 787bf14766d0 00:50:19 Step 23/23 : LABEL version=0.0.0 00:50:19 ---> Running in acf5485f9b0d 00:50:20 Removing intermediate container acf5485f9b0d 00:50:20 ---> 0fc45d43ed05 00:50:20 00:50:21 Successfully built 0fc45d43ed05 00:50:21 Successfully tagged docker-core-metadata-go-arm64:latest 00:50:31  Building docker-core-metadata-go ... done Removing intermediate container e609d66aa878 00:50:31 ---> 890aadfb209f 00:50:31 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:50:31 ---> Running in e4daba629cef 00:50:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:50:35 Removing intermediate container e4daba629cef 00:50:35 ---> 20933ca1ee83 00:50:35 00:50:35 Step 11/26 : FROM docker:20.10.0 00:50:35 20.10.0: Pulling from library/docker 00:50:46 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:50:46 Status: Downloaded newer image for docker:20.10.0 00:50:46 ---> eeaf43b92773 00:50:46 Step 12/26 : RUN apk add --no-cache bash 00:50:46 Removing intermediate container 08ac54c30c4c 00:50:46 ---> 0a8fe6bc3cd5 00:50:46 00:50:46 Step 10/23 : FROM alpine:3.12 00:50:46 ---> afeebe901d6b 00:50:46 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:46 ---> Running in 8ca627f6b35f 00:50:46 ---> Running in b961c7617e5d 00:50:46 Removing intermediate container b961c7617e5d 00:50:46 ---> 86a444ad40b4 00:50:46 Step 12/23 : ENV APP_PORT=48080 00:50:46 ---> Running in 7b1cd4bb0166 00:50:46 Removing intermediate container 7b1cd4bb0166 00:50:46 ---> c0bcd0be7c30 00:50:46 Step 13/23 : EXPOSE $APP_PORT 00:50:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:46 ---> Running in 842bff457b64 00:50:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:46 Removing intermediate container 842bff457b64 00:50:46 ---> ee1b502b6385 00:50:46 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:46 ---> Running in 10e7c206fd47 00:50:47 (1/2) Installing readline (8.0.4-r0) 00:50:47 (2/2) Installing bash (5.0.17-r0) 00:50:47 Executing bash-5.0.17-r0.post-install 00:50:47 Executing busybox-1.31.1-r19.trigger 00:50:47 OK: 12 MiB in 22 packages 00:50:48 Removing intermediate container 8ca627f6b35f 00:50:48 ---> bdf4c56e4aee 00:50:48 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:50:48 ---> Running in 5afb6e8dbf6d 00:50:49 Removing intermediate container 5afb6e8dbf6d 00:50:49 ---> 484fc0c7acef 00:50:49 Step 14/26 : ENV APP_PORT=48090Removing intermediate container 10e7c206fd47 00:50:49 ---> 0ac0d2ba2558 00:50:49 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:50:49 00:50:49 ---> Running in ea1ec6795917 00:50:49 ---> Running in 725eebbab876 00:50:49 Removing intermediate container ea1ec6795917 00:50:49 ---> c81107f643ed 00:50:49 Step 15/26 : EXPOSE $APP_PORT 00:50:49 ---> Running in a44370bbc552 00:50:50 Removing intermediate container a44370bbc552 00:50:50 ---> be277578a18a 00:50:50 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:50:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:51 ---> c88f3f1b0d5e 00:50:51 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:50:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:52 ---> 2c6116c469a9 00:50:52 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:50:52 (1/6) Installing dumb-init (1.2.2-r1) 00:50:53 (2/6) Installing libgcc (9.3.0-r2) 00:50:53 ---> b6f14017b9dd 00:50:53 Step 19/26 : RUN apk --no-cache add py3-pip 00:50:53 (3/6) Installing libsodium (1.0.18-r0) 00:50:53 ---> Running in 83dc13c4db30 00:50:53 (4/6) Installing libstdc++ (9.3.0-r2) 00:50:53 (5/6) Installing libzmq (4.3.3-r0) 00:50:53 (6/6) Installing zeromq (4.3.3-r0) 00:50:53 Executing busybox-1.31.1-r19.trigger 00:50:53 OK: 8 MiB in 20 packages 00:50:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:54 (1/33) Installing libbz2 (1.0.8-r1) 00:50:55 (2/33) Installing expat (2.2.9-r1) 00:50:55 (3/33) Installing libffi (3.3-r2) 00:50:55 (4/33) Installing gdbm (1.13-r1) 00:50:55 (5/33) Installing xz-libs (5.2.5-r0) 00:50:55 (6/33) Installing sqlite-libs (3.32.1-r0) 00:50:55 (7/33) Installing python3 (3.8.5-r0) 00:50:55 Removing intermediate container 725eebbab876 00:50:55 ---> c1ee59b4e0f8 00:50:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:56 ---> c53f0c9486b3 00:50:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:50:58 (8/33) Installing py3-appdirs (1.4.4-r1) 00:50:58 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:50:58 (10/33) Installing py3-parsing (2.4.7-r0) 00:50:58 (11/33) Installing py3-six (1.15.0-r0) 00:50:58 (12/33) Installing py3-packaging (20.4-r0) 00:50:58 (13/33) Installing py3-setuptools (47.0.0-r0) 00:50:58 (14/33) Installing py3-chardet (3.0.4-r4) 00:50:58 ---> 55349eed0326 00:50:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:50:58 (15/33) Installing py3-idna (2.9-r0) 00:50:58 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:50:58 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:50:58 (18/33) Installing py3-requests (2.23.0-r0) 00:50:58 (19/33) Installing py3-msgpack (1.0.0-r0) 00:50:58 (20/33) Installing py3-lockfile (0.12.2-r3) 00:50:58 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:50:58 (22/33) Installing py3-colorama (0.4.3-r0) 00:50:58 (23/33) Installing py3-distlib (0.3.0-r0) 00:50:58 (24/33) Installing py3-distro (1.5.0-r1) 00:50:58 (25/33) Installing py3-webencodings (0.5.1-r3) 00:50:58 (26/33) Installing py3-html5lib (1.0.1-r4) 00:50:58 (27/33) Installing py3-pytoml (0.1.21-r0) 00:50:58 (28/33) Installing py3-pep517 (0.8.2-r0) 00:50:58 (29/33) Installing py3-progress (1.5-r0) 00:50:58 (30/33) Installing py3-toml (0.10.1-r0) 00:50:58 (31/33) Installing py3-retrying (1.3.3-r0) 00:50:58 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:50:58 (33/33) Installing py3-pip (20.1.1-r0) 00:50:58 Executing busybox-1.31.1-r19.trigger 00:50:58 OK: 71 MiB in 55 packages 00:50:59 ---> 4fdfc05d7f31 00:50:59 Step 19/23 : ENTRYPOINT ["/core-data"] 00:50:59 ---> Running in c8f7fd7f0b9a 00:51:00 Removing intermediate container c8f7fd7f0b9a 00:51:00 ---> d6db0957e8e7 00:51:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:00 ---> Running in e5c392179f0f 00:51:00 Removing intermediate container e5c392179f0f 00:51:00 ---> 6a073749f6bc 00:51:00 Step 21/23 : LABEL arch=arm64 00:51:01 ---> Running in b827b873492f 00:51:01 Removing intermediate container b827b873492f 00:51:01 ---> 96c1adca28e2 00:51:01 Step 22/23 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c 00:51:01 ---> Running in e24585f98748 00:51:02 Removing intermediate container e24585f98748 00:51:02 ---> 011997b6b660 00:51:02 Step 23/23 : LABEL version=0.0.0 00:51:02 ---> Running in afd6c4caf1d3 00:51:03 Removing intermediate container afd6c4caf1d3 00:51:03 ---> 5338e72e4d8d 00:51:03 00:51:03 Successfully built 5338e72e4d8d 00:51:03 Successfully tagged docker-core-data-go-arm64:latest 00:51:04  Building docker-core-data-go ... done Removing intermediate container 83dc13c4db30 00:51:04 ---> 5109ac19c03e 00:51:04 Step 20/26 : RUN pip install docker-compose==1.23.2 00:51:05 ---> Running in bd51a574dea3 00:51:09 Collecting docker-compose==1.23.2 00:51:09 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:51:10 Collecting cached-property<2,>=1.2.0 00:51:10 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:51:10 Collecting docopt<0.7,>=0.6.1 00:51:10 Downloading docopt-0.6.2.tar.gz (25 kB) 00:51:13 Collecting docker<4.0,>=3.6.0 00:51:13 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:51:13 Collecting dockerpty<0.5,>=0.4.1 00:51:13 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:51:15 Collecting websocket-client<1.0,>=0.32.0 00:51:15 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:51:16 Collecting PyYAML<4,>=3.10 00:51:16 Downloading PyYAML-3.13.tar.gz (270 kB) 00:51:19 Collecting jsonschema<3,>=2.5.1 00:51:19 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:51:19 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:51:19 Collecting texttable<0.10,>=0.9.0 00:51:19 Downloading texttable-0.9.1.tar.gz (11 kB) 00:51:22 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:51:22 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:51:22 Collecting docker-pycreds>=0.4.0 00:51:22 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:51:22 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:51:22 Collecting idna<2.8,>=2.5 00:51:22 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:51:22 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:51:23 Collecting urllib3<1.25,>=1.21.1 00:51:23 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:51:23 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:51:23 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:51:23 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:51:23 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:51:24 Installing collected packages: cached-property, docopt, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, PyYAML, jsonschema, texttable, docker-compose 00:51:24 Running setup.py install for docopt: started 00:51:26 Running setup.py install for docopt: finished with status 'done' 00:51:26 Attempting uninstall: idna 00:51:26 Found existing installation: idna 2.9 00:51:26 Uninstalling idna-2.9: 00:51:26 Successfully uninstalled idna-2.9 00:51:26 Attempting uninstall: urllib3 00:51:26 Found existing installation: urllib3 1.25.9 00:51:26 Uninstalling urllib3-1.25.9: 00:51:27 Successfully uninstalled urllib3-1.25.9 00:51:27 Attempting uninstall: requests 00:51:27 Found existing installation: requests 2.23.0 00:51:27 Uninstalling requests-2.23.0: 00:51:27 Successfully uninstalled requests-2.23.0 00:51:29 Running setup.py install for dockerpty: started 00:51:30 Running setup.py install for dockerpty: finished with status 'done' 00:51:30 Running setup.py install for PyYAML: started 00:51:32 Running setup.py install for PyYAML: finished with status 'done' 00:51:32 Running setup.py install for texttable: started 00:51:34 Running setup.py install for texttable: finished with status 'done' 00:51:35 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:51:39 Removing intermediate container bd51a574dea3 00:51:39 ---> 56d42530fe11 00:51:39 Step 21/26 : RUN apk --no-cache add curl 00:51:39 ---> Running in 89bde40d9db3 00:51:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:41 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:51:41 (2/3) Installing libcurl (7.69.1-r3) 00:51:41 (3/3) Installing curl (7.69.1-r3) 00:51:41 Executing busybox-1.31.1-r19.trigger 00:51:41 OK: 71 MiB in 58 packages 00:51:42 Removing intermediate container 89bde40d9db3 00:51:42 ---> 7e6ed99bd3cf 00:51:42 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:51:42 ---> Running in c195485e1eb2 00:51:42 Removing intermediate container c195485e1eb2 00:51:42 ---> de504aa8115a 00:51:42 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:43 ---> Running in e1fcc33873d6 00:51:43 Removing intermediate container e1fcc33873d6 00:51:43 ---> 3b1158127661 00:51:43 Step 24/26 : LABEL arch=arm64 00:51:43 ---> Running in 9cd720719f71 00:51:43 Removing intermediate container 9cd720719f71 00:51:43 ---> f1a98ccb2121 00:51:43 Step 25/26 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c 00:51:44 ---> Running in 0659cd6a465e 00:51:44 Removing intermediate container 0659cd6a465e 00:51:44 ---> 385c67507180 00:51:44 Step 26/26 : LABEL version=0.0.0 00:51:44 ---> Running in 4657b7546289 00:51:45 Removing intermediate container 4657b7546289 00:51:45 ---> b1095e6c3cc9 00:51:45 00:51:45 Successfully built b1095e6c3cc9 00:51:45 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:51:45  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:51:45 $ docker stop --time=1 f832f96e94b1d7e37d34ddd32ea2567985bf97f3d553b5ddb0a0995751fa4612 00:51:47 $ docker rm -f f832f96e94b1d7e37d34ddd32ea2567985bf97f3d553b5ddb0a0995751fa4612 [Pipeline] // withDockerContainer [Pipeline] sh 00:51:48 + + docker images 00:51:48 grep docker 00:51:48 docker-sys-mgmt-agent-go-arm64 latest b1095e6c3cc9 4 seconds ago 300MB 00:51:48 docker-core-data-go-arm64 latest 5338e72e4d8d 46 seconds ago 21MB 00:51:48 docker-core-metadata-go-arm64 latest 0fc45d43ed05 About a minute ago 17.8MB 00:51:48 docker-support-scheduler-go-arm64 latest 2662923e03bc About a minute ago 16.1MB 00:51:48 docker-security-bootstrapper-go-arm64 latest 69db07cc3cf6 3 minutes ago 22.6MB 00:51:48 docker-core-command-go-arm64 latest a7b0115d4f5f 4 minutes ago 16MB 00:51:48 docker-security-secretstore-setup-go-arm64 latest 489baccecbcd 4 minutes ago 23.4MB 00:51:48 docker-support-notifications-go-arm64 latest 45575b5b3e53 4 minutes ago 16MB 00:51:48 docker-security-proxy-setup-go-arm64 latest de794db3c95a 4 minutes ago 23.2MB 00:51:48 docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:51:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:51:52 ---> package-listing.sh 00:51:52 ++ facter osfamily 00:51:52 ++ tr '[:upper:]' '[:lower:]' 00:51:52 + OS_FAMILY=redhat 00:51:52 + workspace=/w/workspace/edgex-go/54 00:51:52 + START_PACKAGES=/tmp/packages_start.txt 00:51:52 + END_PACKAGES=/tmp/packages_end.txt 00:51:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:51:52 + PACKAGES=/tmp/packages_start.txt 00:51:52 + '[' /w/workspace/edgex-go/54 ']' 00:51:52 + PACKAGES=/tmp/packages_end.txt 00:51:52 + case "${OS_FAMILY}" in 00:51:52 + rpm -qa 00:51:52 + sort 00:51:58 + '[' -f /tmp/packages_start.txt ']' 00:51:58 + '[' -f /tmp/packages_end.txt ']' 00:51:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:51:58 + '[' /w/workspace/edgex-go/54 ']' 00:51:58 + mkdir -p /w/workspace/edgex-go/54/archives/ 00:51:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/54/archives/ [Pipeline] echo 00:51:58 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/54/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:51:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:51:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:58 00:51:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:51:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:59 alpine: Pulling from edgex-lftools-log-publisher 00:51:59 df20fa9351a1: Pulling fs layer 00:51:59 36b3adc4ff6f: Pulling fs layer 00:51:59 8ad3a11d3b57: Pulling fs layer 00:51:59 46f8f816bc3b: Pulling fs layer 00:51:59 93b61091891f: Pulling fs layer 00:51:59 93b9cdb0e59b: Pulling fs layer 00:51:59 5e14af77c1be: Pulling fs layer 00:51:59 01666e4c0597: Pulling fs layer 00:51:59 aa168da1d23b: Pulling fs layer 00:51:59 93b61091891f: Waiting 00:51:59 93b9cdb0e59b: Waiting 00:51:59 5e14af77c1be: Waiting 00:51:59 01666e4c0597: Waiting 00:51:59 aa168da1d23b: Waiting 00:51:59 46f8f816bc3b: Waiting 00:51:59 36b3adc4ff6f: Verifying Checksum 00:51:59 36b3adc4ff6f: Download complete 00:51:59 46f8f816bc3b: Verifying Checksum 00:51:59 46f8f816bc3b: Download complete 00:51:59 df20fa9351a1: Verifying Checksum 00:51:59 df20fa9351a1: Download complete 00:51:59 93b9cdb0e59b: Verifying Checksum 00:51:59 93b9cdb0e59b: Download complete 00:51:59 5e14af77c1be: Verifying Checksum 00:51:59 5e14af77c1be: Download complete 00:51:59 93b61091891f: Download complete 00:51:59 01666e4c0597: Verifying Checksum 00:51:59 01666e4c0597: Download complete 00:52:00 df20fa9351a1: Pull complete 00:52:00 36b3adc4ff6f: Pull complete 00:52:00 8ad3a11d3b57: Verifying Checksum 00:52:00 8ad3a11d3b57: Download complete 00:52:01 8ad3a11d3b57: Pull complete 00:52:01 46f8f816bc3b: Pull complete 00:52:01 93b61091891f: Pull complete 00:52:02 93b9cdb0e59b: Pull complete 00:52:02 5e14af77c1be: Pull complete 00:52:02 01666e4c0597: Pull complete 00:52:03 aa168da1d23b: Verifying Checksum 00:52:03 aa168da1d23b: Download complete 00:52:12 aa168da1d23b: Pull complete 00:52:12 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:52:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:52:12 prd-centos7-docker-4c-2g-24460 does not seem to be running inside a container 00:52:12 $ 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/54/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/54 -v /w/workspace/edgex-go/54:/w/workspace/edgex-go/54:rw,z -v /w/workspace/edgex-go/54@tmp:/w/workspace/edgex-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:52:17 $ docker top 6ff70aa301f02ea2e4f46c5158252c81a75f960bd97dc9caea67ca4fcf698430 -eo pid,comm [Pipeline] { [Pipeline] sh 00:52:17 + touch /tmp/pre-build-complete [Pipeline] sh 00:52:18 + mkdir -p /var/log/sa [Pipeline] sh 00:52:18 + ls /var/log/sa-host 00:52:18 + sadf -c /var/log/sa-host/sa02 00:52:18 file_magic: OK 00:52:18 HZ: Using current value: 100 00:52:18 file_header: OK 00:52:18 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:52:18 Statistics: 00:52:18 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:52:18 File successfully converted to sysstat format version 12.2.1 00:52:18 + sadf -c /var/log/sa-host/sa23 00:52:18 file_magic: OK 00:52:18 HZ: Using current value: 100 00:52:18 file_header: OK 00:52:18 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:52:18 Statistics: 00:52:18 Hnuu...uuuununununu... 00:52:18 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:52:18 provisioning config files... 00:52:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/54@tmp/config7595904255811111429tmp [Pipeline] { [Pipeline] echo 00:52:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:52:19 ---> create-netrc.sh [Pipeline] } 00:52:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:52:19 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:52:19 ---> python-tools-install.sh [Pipeline] echo 00:52:19 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:52:19 ---> sudo-logs.sh 00:52:19 Archiving 'sudo' log.. [Pipeline] echo 00:52:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:52:20 ---> job-cost.sh 00:52:20 lf-activate-venv: SKIPPING 00:52:20 INFO: No Stack... 00:52:21 INFO: Retrieving Pricing Info for: v1-standard-2 00:52:21 INFO: Archiving Costs [Pipeline] echo 00:52:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:52:22 ---> logs-deploy.sh 00:52:22 lf-activate-venv: SKIPPING 00:52:22 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/54 00:52:22 INFO: archiving workspace using pattern(s): 00:52:23 Archives upload complete. 00:52:23 INFO: archiving logs to Nexus