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 afdb9f2a3541b593beed41fd247753118ef1ae38 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from afdb9f2a3541b593beed41fd247753118ef1ae38 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4b2863d981ac6c14e44fa4f963a690d64f08cf # timeout=10 Commit message: "Merge pull request #318 from MightyNerdEric/parallelCostCapture" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-27426 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/69 [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/69 # 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 afdb9f2a3541b593beed41fd247753118ef1ae38 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing 382b2afe2677e9c91a063c78630d1ff8b858e839 Checking out Revision 382b2afe2677e9c91a063c78630d1ff8b858e839 (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 afdb9f2a3541b593beed41fd247753118ef1ae38 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 382b2afe2677e9c91a063c78630d1ff8b858e839 # timeout=10 Commit message: "Merge commit 'afdb9f2a3541b593beed41fd247753118ef1ae38' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk cec897b14f5dc8efc53b182c39925dde1789c8eb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:10 ========================================================= 00:31:10 EdgeX Global Pipelines Version Info 00:31:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:12 ------------------- 00:31:12 stable info: 00:31:12 ------------------- 00:31:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:12 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 00:31:12 Message: update stable to v1.0.181 00:31:13 ------------------- 00:31:13 experimental info: 00:31:13 ------------------- 00:31:13 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:13 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 00:31:13 Message: update experimental to v1.0.181 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 382b2afe2677e9c91a063c78630d1ff8b858e839 [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 382b2af [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:16 provisioning config files... 00:31:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/69@tmp/config2638801117430934250tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:16 ---> docker-login.sh 00:31:16 nexus3.edgexfoundry.org:10001 00:31:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:16 Configure a credential helper to remove this warning. See 00:31:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:16 00:31:16 Login Succeeded 00:31:16 nexus3.edgexfoundry.org:10002 00:31:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:16 Configure a credential helper to remove this warning. See 00:31:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:16 00:31:16 Login Succeeded 00:31:16 nexus3.edgexfoundry.org:10003 00:31:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:17 Configure a credential helper to remove this warning. See 00:31:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:17 00:31:17 Login Succeeded 00:31:17 nexus3.edgexfoundry.org:10004 00:31:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:17 Configure a credential helper to remove this warning. See 00:31:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:17 00:31:17 Login Succeeded 00:31:17 docker.io 00:31:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:17 Configure a credential helper to remove this warning. See 00:31:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:17 00:31:17 Login Succeeded 00:31:17 ---> docker-login.sh ends [Pipeline] } 00:31:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:18 ++ 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:18 + for file in '`ls cmd/**/Dockerfile`' 00:31:18 ++ dirname cmd/core-command/Dockerfile 00:31:18 ++ cut -d/ -f2 00:31:18 + echo core-command,cmd/core-command/Dockerfile 00:31:18 + for file in '`ls cmd/**/Dockerfile`' 00:31:18 ++ dirname cmd/core-data/Dockerfile 00:31:18 ++ cut -d/ -f2 00:31:18 + echo core-data,cmd/core-data/Dockerfile 00:31:18 + for file in '`ls cmd/**/Dockerfile`' 00:31:18 ++ dirname cmd/core-metadata/Dockerfile 00:31:18 ++ cut -d/ -f2 00:31:18 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:18 + for file in '`ls cmd/**/Dockerfile`' 00:31:18 ++ dirname cmd/security-bootstrapper/Dockerfile 00:31:18 ++ cut -d/ -f2 00:31:18 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:31:18 + for file in '`ls cmd/**/Dockerfile`' 00:31:18 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:18 ++ cut -d/ -f2 00:31:18 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:18 + for file in '`ls cmd/**/Dockerfile`' 00:31:18 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:18 ++ cut -d/ -f2 00:31:18 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:18 + for file in '`ls cmd/**/Dockerfile`' 00:31:18 ++ dirname cmd/support-notifications/Dockerfile 00:31:18 ++ cut -d/ -f2 00:31:18 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:18 + for file in '`ls cmd/**/Dockerfile`' 00:31:18 ++ dirname cmd/support-scheduler/Dockerfile 00:31:18 ++ cut -d/ -f2 00:31:18 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:18 + for file in '`ls cmd/**/Dockerfile`' 00:31:18 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:18 ++ cut -d/ -f2 00:31:18 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:18 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:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:19 00:31:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:19 latest: Pulling from edgex-devops/git-semver 00:31:19 31603596830f: Pulling fs layer 00:31:19 2a8b12db71e7: Pulling fs layer 00:31:19 6ca5941a6612: Pulling fs layer 00:31:19 ecc8261a40a4: Pulling fs layer 00:31:19 ecc8261a40a4: Waiting 00:31:19 2a8b12db71e7: Verifying Checksum 00:31:19 2a8b12db71e7: Download complete 00:31:19 31603596830f: Verifying Checksum 00:31:19 31603596830f: Download complete 00:31:19 ecc8261a40a4: Verifying Checksum 00:31:19 ecc8261a40a4: Download complete 00:31:19 6ca5941a6612: Verifying Checksum 00:31:19 6ca5941a6612: Download complete 00:31:20 31603596830f: Pull complete 00:31:20 2a8b12db71e7: Pull complete 00:31:21 6ca5941a6612: Pull complete 00:31:21 ecc8261a40a4: Pull complete 00:31:21 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:21 prd-centos7-docker-4c-2g-27426 does not seem to be running inside a container 00:31:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/69 -v /w/workspace/edgex-go/69:/w/workspace/edgex-go/69:rw,z -v /w/workspace/edgex-go/69@tmp:/w/workspace/edgex-go/69@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:24 $ docker top 2fb61e0e2a7e0518a6b19bae4c452462486f850e249678f57da9305cd065819a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:24 [ssh-agent] Looking for ssh-agent implementation... 00:31:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:24 $ docker exec 2fb61e0e2a7e0518a6b19bae4c452462486f850e249678f57da9305cd065819a ssh-agent 00:31:25 SSH_AUTH_SOCK=/tmp/ssh-xn9UjiBMQO7F/agent.12 00:31:25 SSH_AGENT_PID=18 00:31:25 Running ssh-add (command line suppressed) 00:31:25 Identity added: /w/workspace/edgex-go/69@tmp/private_key_3537562291621957863.key (/w/workspace/edgex-go/69@tmp/private_key_3537562291621957863.key) 00:31:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:25 + git tag --points-at HEAD [Pipeline] } 00:31:25 $ docker exec --env ******** --env ******** 2fb61e0e2a7e0518a6b19bae4c452462486f850e249678f57da9305cd065819a ssh-agent -k 00:31:25 unset SSH_AUTH_SOCK; 00:31:25 unset SSH_AGENT_PID; 00:31:25 echo Agent pid 18 killed; 00:31:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:25 [ssh-agent] Looking for ssh-agent implementation... 00:31:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:26 $ docker exec 2fb61e0e2a7e0518a6b19bae4c452462486f850e249678f57da9305cd065819a ssh-agent 00:31:26 SSH_AUTH_SOCK=/tmp/ssh-IsVX1EdmivB4/agent.47 00:31:26 SSH_AGENT_PID=52 00:31:26 Running ssh-add (command line suppressed) 00:31:26 Identity added: /w/workspace/edgex-go/69@tmp/private_key_1817827126801312922.key (/w/workspace/edgex-go/69@tmp/private_key_1817827126801312922.key) 00:31:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:26 + git semver init 00:31:26 # -> Open(): unable to determine branch for HEAD 00:31:26 # $GIT_DIR = /w/workspace/edgex-go/69/.git 00:31:26 # $GIT_WORK_TREE = /w/workspace/edgex-go/69 00:31:26 # $SEMVER_REMOTE_NAME = origin 00:31:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:26 # $SEMVER_USER_NAME = edgex-jenkins 00:31:26 # $SEMVER_BRANCH = PR-2858 00:31:26 # $SEMVER_TEMP = /tmp/semver-620623760 00:31:26 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:53 # '/tmp/semver-620623760' -> '/w/workspace/edgex-go/69/.semver' 00:31:53 # -> Force: false 00:31:53 # $SEMVER_DIR = /w/workspace/edgex-go/69/.semver [Pipeline] } 00:31:53 $ docker exec --env ******** --env ******** 2fb61e0e2a7e0518a6b19bae4c452462486f850e249678f57da9305cd065819a ssh-agent -k 00:31:53 unset SSH_AUTH_SOCK; 00:31:53 unset SSH_AGENT_PID; 00:31:53 echo Agent pid 52 killed; 00:31:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:54 + git semver [Pipeline] } 00:31:54 $ docker stop --time=1 2fb61e0e2a7e0518a6b19bae4c452462486f850e249678f57da9305cd065819a 00:31:56 $ docker rm -f 2fb61e0e2a7e0518a6b19bae4c452462486f850e249678f57da9305cd065819a [Pipeline] // withDockerContainer [Pipeline] sh 00:31:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:57 Stashed 1 file(s) [Pipeline] echo 00:31:57 [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:31:58 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:58 + sudo service docker restart 00:31:58 + true 00:31:58 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:59 ========================================================= 00:31:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:59 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:32:03 Sending build context to Docker daemon 328MB 00:32:03 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:32:03 Step 2/6 : FROM ${BASE} 00:32:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:03 188c0c94c7c5: Pulling fs layer 00:32:03 0ef7d3d256c8: Pulling fs layer 00:32:03 de9db76c5a1d: Pulling fs layer 00:32:03 bca2f99d35d6: Pulling fs layer 00:32:03 93359f2a8cfa: Pulling fs layer 00:32:03 7c6f9722023f: Pulling fs layer 00:32:03 a35cf1a2eb13: Pulling fs layer 00:32:03 93359f2a8cfa: Waiting 00:32:03 7c6f9722023f: Waiting 00:32:03 a35cf1a2eb13: Waiting 00:32:03 bca2f99d35d6: Waiting 00:32:03 de9db76c5a1d: Download complete 00:32:03 0ef7d3d256c8: Download complete 00:32:03 93359f2a8cfa: Verifying Checksum 00:32:03 93359f2a8cfa: Download complete 00:32:03 7c6f9722023f: Verifying Checksum 00:32:03 7c6f9722023f: Download complete 00:32:03 188c0c94c7c5: Download complete 00:32:04 188c0c94c7c5: Pull complete 00:32:04 0ef7d3d256c8: Pull complete 00:32:04 de9db76c5a1d: Pull complete 00:32:05 a35cf1a2eb13: Verifying Checksum 00:32:05 a35cf1a2eb13: Download complete 00:32:05 bca2f99d35d6: Verifying Checksum 00:32:05 bca2f99d35d6: Download complete 00:32:12 bca2f99d35d6: Pull complete 00:32:12 93359f2a8cfa: Pull complete 00:32:12 7c6f9722023f: Pull complete 00:32:12 Still waiting to schedule task 00:32:12 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:17 a35cf1a2eb13: Pull complete 00:32:17 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:17 ---> a62c8e92a672 00:32:17 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:17 ---> Running in 7e9a35e457ec 00:32:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:19 (1/12) Installing libmagic (5.38-r0) 00:32:19 (2/12) Installing file (5.38-r0) 00:32:20 (3/12) Installing libc-dev (0.7.2-r3) 00:32:20 (4/12) Installing g++ (9.3.0-r2) 00:32:34 (5/12) Installing fortify-headers (1.1-r0) 00:32:34 (6/12) Installing patch (2.7.6-r6) 00:32:34 (7/12) Installing build-base (0.5-r2) 00:32:34 (8/12) Installing libsodium (1.0.18-r0) 00:32:34 (9/12) Installing pkgconf (1.7.2-r0) 00:32:34 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:34 (11/12) Installing libzmq (4.3.3-r0) 00:32:34 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:34 Executing busybox-1.31.1-r19.trigger 00:32:34 OK: 233 MiB in 51 packages 00:32:36 Removing intermediate container 7e9a35e457ec 00:32:36 ---> 938aeaa72305 00:32:36 Step 4/6 : WORKDIR /edgex-go 00:32:36 ---> Running in 9a7adc2cecd1 00:32:37 Removing intermediate container 9a7adc2cecd1 00:32:37 ---> eeb1854a4726 00:32:37 Step 5/6 : COPY go.mod . 00:32:37 ---> 01adc0fbc278 00:32:37 Step 6/6 : RUN go mod download 00:32:37 ---> Running in f4a3f27b1359 00:32:59 Removing intermediate container f4a3f27b1359 00:32:59 ---> 1bfbde85c781 00:32:59 Successfully built 1bfbde85c781 00:32:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:59 + docker inspect -f . ci-base-image-x86_64 00:32:59 . [Pipeline] withDockerContainer 00:32:59 prd-centos7-docker-4c-2g-27426 does not seem to be running inside a container 00:33:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/69 -v /w/workspace/edgex-go/69:/w/workspace/edgex-go/69:rw,z -v /w/workspace/edgex-go/69@tmp:/w/workspace/edgex-go/69@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 ******** ci-base-image-x86_64 cat 00:33:00 $ docker top 17414d1328c696ca509ec196264668373a3e879f009fd7540aca726724d61c05 -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:01 + go version 00:33:01 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:01 $ docker stop --time=1 17414d1328c696ca509ec196264668373a3e879f009fd7540aca726724d61c05 00:33:02 $ docker rm -f 17414d1328c696ca509ec196264668373a3e879f009fd7540aca726724d61c05 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:03 + docker inspect -f . ci-base-image-x86_64 00:33:03 . [Pipeline] withDockerContainer 00:33:03 prd-centos7-docker-4c-2g-27426 does not seem to be running inside a container 00:33:03 $ 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/69 -v /w/workspace/edgex-go/69:/w/workspace/edgex-go/69:rw,z -v /w/workspace/edgex-go/69@tmp:/w/workspace/edgex-go/69@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 ******** ci-base-image-x86_64 cat 00:33:04 $ docker top d6a6b98f07eb6850775801bd204c6b05109efe14eacb6462dfcd9a0e0a8d94bb -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:04 ========================================================= 00:33:04 [edgeXBuildGoParallel] Running Tests and Build... 00:33:04 ========================================================= [Pipeline] sh 00:33:05 + make test 00:33:05 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:13 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:31 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:46 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.115s coverage: 45.9% of statements 00:33:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:33:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:33:46 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.084s coverage: 100.0% of statements 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.179s coverage: 27.1% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.094s coverage: 65.8% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.431s coverage: 82.3% of statements 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.340s coverage: 28.6% of statements 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.081s coverage: 100.0% of statements 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.047s coverage: 100.0% of statements 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.103s coverage: 86.7% of statements 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.155s coverage: 97.5% of statements 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.058s coverage: 78.3% of statements 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.473s coverage: 92.8% of statements 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.051s coverage: 0.1% of statements 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.038s coverage: 45.5% of statements 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.065s coverage: 79.5% of statements 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.031s coverage: 94.1% of statements 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.057s coverage: 96.3% of statements 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.035s coverage: 87.5% of statements 00:34:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.043s coverage: 94.4% of statements 00:34:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.062s coverage: 92.9% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.046s coverage: 87.2% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.086s coverage: 91.6% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.168s coverage: 62.4% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.312s coverage: 68.9% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.097s coverage: 36.6% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.040s coverage: 89.5% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.147s coverage: 47.0% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.089s coverage: 100.0% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.102s coverage: 89.4% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.746s coverage: 29.1% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.081s coverage: 99.0% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.080s coverage: 92.9% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements 00:34:18 GO111MODULE=on go vet ./... 00:34:50 gofmt -l . 00:34:50 [ "`gofmt -l .`" = "" ] 00:34:50 ./bin/test-go-mod-tidy.sh 00:34:50 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:50 + ls -al . 00:34:50 total 708 00:34:50 drwxrwxr-x 10 1001 1001 4096 Feb 24 00:34 . 00:34:50 drwxr-xr-x 4 root root 30 Feb 24 00:33 .. 00:34:50 -rw-rw-r-- 1 1001 1001 11 Feb 24 00:31 .dockerignore 00:34:50 drwxrwxr-x 8 1001 1001 179 Feb 24 00:31 .git 00:34:50 drwxrwxr-x 3 1001 1001 125 Feb 24 00:31 .github 00:34:50 -rw-rw-r-- 1 1001 1001 818 Feb 24 00:31 .gitignore 00:34:50 drwx------ 3 1001 1001 60 Feb 24 00:31 .semver 00:34:50 -rw-rw-r-- 1 1001 1001 166 Feb 24 00:31 .sonarcloud.properties 00:34:50 -rw-rw-r-- 1 1001 1001 8475 Feb 24 00:31 Attribution.txt 00:34:50 -rw-rw-r-- 1 1001 1001 3804 Feb 24 00:31 CONTRIBUTING.md 00:34:50 -rw-rw-r-- 1 1001 1001 931 Feb 24 00:31 Dockerfile.build 00:34:50 -rw-rw-r-- 1 1001 1001 863 Feb 24 00:31 Jenkinsfile 00:34:50 -rw-rw-r-- 1 1001 1001 10775 Feb 24 00:31 LICENSE 00:34:50 -rw-rw-r-- 1 1001 1001 5774 Feb 24 00:31 Makefile 00:34:50 -rw-rw-r-- 1 1001 1001 6524 Feb 24 00:31 README.md 00:34:50 -rw-rw-r-- 1 1001 1001 6755 Feb 24 00:31 SECURITY.md 00:34:50 -rw-rw-r-- 1 1001 1001 5 Feb 24 00:31 VERSION 00:34:50 -rw-rw-r-- 1 1001 1001 4131 Feb 24 00:31 ZMQWindows.md 00:34:50 drwxrwxr-x 2 1001 1001 117 Feb 24 00:31 bin 00:34:50 drwxrwxr-x 14 1001 1001 4096 Feb 24 00:31 cmd 00:34:50 -rw-r--r-- 1 root root 594620 Feb 24 00:34 coverage.out 00:34:50 -rw-r--r-- 1 root root 1055 Feb 24 00:34 go.mod 00:34:50 -rw-r--r-- 1 root root 21410 Feb 24 00:34 go.sum 00:34:50 drwxrwxr-x 8 1001 1001 127 Feb 24 00:31 internal 00:34:50 drwxrwxr-x 4 1001 1001 26 Feb 24 00:31 openapi 00:34:50 drwxrwxr-x 4 1001 1001 71 Feb 24 00:31 snap 00:34:50 -rw-rw-r-- 1 1001 1001 168 Feb 24 00:31 version.go [Pipeline] sh 00:34:50 + '[' -e coverage.out ] 00:34:50 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:51 Stashed 1 file(s) [Pipeline] sh 00:34:51 + make build 00:34:51 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:55 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:03 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:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:35:06 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:07 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:08 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:10 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:11 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:12 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:13 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:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:35:16 $ docker stop --time=1 d6a6b98f07eb6850775801bd204c6b05109efe14eacb6462dfcd9a0e0a8d94bb 00:35:18 $ docker rm -f d6a6b98f07eb6850775801bd204c6b05109efe14eacb6462dfcd9a0e0a8d94bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:20 00:35:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:20 latest: Pulling from edgex-devops/edgex-compose 00:35:20 cbdbe7a5bc2a: Pulling fs layer 00:35:20 ca9280d653b3: Pulling fs layer 00:35:20 7e9c9ca2126c: Pulling fs layer 00:35:20 cbdbe7a5bc2a: Verifying Checksum 00:35:20 cbdbe7a5bc2a: Download complete 00:35:21 cbdbe7a5bc2a: Pull complete 00:35:21 ca9280d653b3: Download complete 00:35:22 ca9280d653b3: Pull complete 00:35:22 7e9c9ca2126c: Verifying Checksum 00:35:22 7e9c9ca2126c: Download complete 00:35:29 7e9c9ca2126c: Pull complete 00:35:29 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:29 prd-centos7-docker-4c-2g-27426 does not seem to be running inside a container 00:35:29 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/69 -v /w/workspace/edgex-go/69:/w/workspace/edgex-go/69:rw,z -v /w/workspace/edgex-go/69@tmp:/w/workspace/edgex-go/69@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:32 $ docker top d74e389d8e3fdc570c73120f7dc8e53cba281f14f8d4135b93274d6a5785c6e3 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:32 + docker-compose build --help 00:35:32 + grep parallel 00:35:32 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27431 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:35:32 Running in /w/workspace/edgex-go/69 [Pipeline] { [Pipeline] checkout 00:35:33 --parallel Build images in parallel. [Pipeline] } 00:35:33 $ docker stop --time=1 d74e389d8e3fdc570c73120f7dc8e53cba281f14f8d4135b93274d6a5785c6e3 00:35:34 $ docker rm -f d74e389d8e3fdc570c73120f7dc8e53cba281f14f8d4135b93274d6a5785c6e3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:35 . [Pipeline] withDockerContainer 00:35:35 prd-centos7-docker-4c-2g-27426 does not seem to be running inside a container 00:35:35 $ 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/69 -v /w/workspace/edgex-go/69:/w/workspace/edgex-go/69:rw,z -v /w/workspace/edgex-go/69@tmp:/w/workspace/edgex-go/69@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-devops/edgex-compose:latest cat 00:35:36 $ docker top 1e4c56aaeb01625e3477da576e42bce1ca15f17721b28e5057481cabfecb2157 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:37 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:37 using credential edgex-jenkins-ssh 00:35:37 Cloning the remote Git repository 00:35:38 Building docker-core-command-go ... 00:35:38 Building docker-core-data-go ... 00:35:38 Building docker-core-metadata-go ... 00:35:38 Building docker-security-bootstrapper-go ... 00:35:38 Building docker-security-proxy-setup-go ... 00:35:38 Building docker-security-secretstore-setup-go ... 00:35:38 Building docker-support-notifications-go ... 00:35:38 Building docker-support-scheduler-go ... 00:35:38 Building docker-sys-mgmt-agent-go ... 00:35:38 Building docker-core-metadata-go 00:35:38 Building docker-core-command-go 00:35:38 Building docker-security-proxy-setup-go 00:35:38 Building docker-security-secretstore-setup-go 00:35:38 Building docker-support-notifications-go 00:35:37 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:38 > git init /w/workspace/edgex-go/69 # timeout=10 00:35:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:38 > git --version # timeout=10 00:35:38 > git --version # 'git version 2.17.1' 00:35:38 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:56 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:56 > 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:35:57 Merging remotes/origin/master commit afdb9f2a3541b593beed41fd247753118ef1ae38 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:35:59 Merge succeeded, producing b5fddc16786821f16aa6ef69f6c4f8cb3e72a1ba 00:35:59 Checking out Revision b5fddc16786821f16aa6ef69f6c4f8cb3e72a1ba (PR-2858) 00:35:57 > git config core.sparsecheckout # timeout=10 00:35:57 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:35:58 > git remote # timeout=10 00:35:58 > git config --get remote.origin.url # timeout=10 00:35:58 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:58 > git merge afdb9f2a3541b593beed41fd247753118ef1ae38 # timeout=10 00:35:59 > git rev-parse HEAD^{commit} # timeout=10 00:35:59 > git config core.sparsecheckout # timeout=10 00:35:59 > git checkout -f b5fddc16786821f16aa6ef69f6c4f8cb3e72a1ba # timeout=10 00:36:03 Commit message: "Merge commit 'afdb9f2a3541b593beed41fd247753118ef1ae38' into HEAD" 00:36:03 First time build. Skipping changelog. 00:36:03 > git rev-list --no-walk cec897b14f5dc8efc53b182c39925dde1789c8eb # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:05 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:05 + + sudotrue service 00:36:05 docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:08 provisioning config files... 00:36:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/69@tmp/config3898834480507310243tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:08 ---> docker-login.sh 00:36:08 nexus3.edgexfoundry.org:10001 00:36:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:09 Configure a credential helper to remove this warning. See 00:36:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:09 00:36:09 Login Succeeded 00:36:09 nexus3.edgexfoundry.org:10002 00:36:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:10 ---> 1bfbde85c781 00:36:10 Step 3/22 : WORKDIR /edgex-go 00:36:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:10 ---> 1bfbde85c781 00:36:10 Step 3/23 : WORKDIR /edgex-go 00:36:10 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:10 ---> 1bfbde85c781 00:36:10 Step 3/21 : WORKDIR /edgex-go 00:36:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:10 ---> 1bfbde85c781 00:36:10 Step 3/23 : WORKDIR /edgex-go 00:36:10 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:10 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:36:10 ---> 1bfbde85c781 00:36:10 Step 3/24 : WORKDIR /edgex-go 00:36:10 ---> Running in 961c60078af1 00:36:10 ---> Running in c7dc495a15ec 00:36:10 ---> Running in 2543229b156b 00:36:10 ---> Running in b5f9e7f58f50 00:36:10 ---> Running in 32da29c3c4e1 00:36:10 Removing intermediate container 2543229b156b 00:36:10 ---> 282125bd783f 00:36:10 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:10 Removing intermediate container b5f9e7f58f50 00:36:10 ---> 557ecba66229 00:36:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:10 Removing intermediate container c7dc495a15ec 00:36:10 ---> 94ac852e08a2 00:36:10 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:10 Removing intermediate container 961c60078af1 00:36:10 ---> 627ee8b814d6 00:36:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:10 Removing intermediate container 32da29c3c4e1 00:36:10 ---> 504f10823ec1 00:36:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:10 ---> Running in dd2985d924a6 00:36:10 ---> Running in 5bf0f747dde0 00:36:10 ---> Running in 93a42cf28bb1 00:36:10 ---> Running in 24af51c32c41 00:36:10 ---> Running in f4c0b84aea1f 00:36:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:10 Configure a credential helper to remove this warning. See 00:36:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:10 00:36:10 Login Succeeded 00:36:10 nexus3.edgexfoundry.org:10003 00:36:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:10 Configure a credential helper to remove this warning. See 00:36:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:10 00:36:10 Login Succeeded 00:36:10 nexus3.edgexfoundry.org:10004 00:36:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:11 Configure a credential helper to remove this warning. See 00:36:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:11 00:36:11 Login Succeeded 00:36:11 docker.io 00:36:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:11 Configure a credential helper to remove this warning. See 00:36:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:11 00:36:11 Login Succeeded 00:36:12 ---> docker-login.sh ends [Pipeline] } 00:36:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 00:36:12 Removing intermediate container 5bf0f747dde0 00:36:12 ---> 7df6acf84efa 00:36:12 Step 5/21 : RUN apk add --update --no-cache make git 00:36:12 Removing intermediate container 93a42cf28bb1 00:36:12 ---> f9309307a592 00:36:12 Step 5/24 : RUN apk add --update --no-cache make git 00:36:12 Removing intermediate container dd2985d924a6 00:36:12 ---> bddd96db4747 00:36:12 Step 5/23 : RUN apk add --update --no-cache make git [Pipeline] echo 00:36:12 ========================================================= 00:36:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:12 ========================================================= 00:36:12 ---> Running in 17a3188aa1e7 00:36:12 ---> Running in a76b5be5c13f 00:36:12 Removing intermediate container 24af51c32c41 00:36:12 ---> c7bcbb77a231 00:36:12 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:36:12 ---> Running in 6c9bfdaaec73 00:36:12 Removing intermediate container f4c0b84aea1f 00:36:12 ---> 385d25f93529 00:36:12 Step 5/23 : RUN apk add --update --no-cache make git 00:36:12 ---> Running in 7d1ae2234b2b [Pipeline] isUnix [Pipeline] sh 00:36:13 ---> Running in 15861d0997b4 00:36:13 + 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:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:14 OK: 233 MiB in 51 packages 00:36:15 OK: 233 MiB in 51 packages 00:36:15 OK: 233 MiB in 51 packages 00:36:15 OK: 233 MiB in 51 packages 00:36:15 OK: 233 MiB in 51 packages 00:36:15 Removing intermediate container 17a3188aa1e7 00:36:15 ---> 256772b819fd 00:36:15 Step 6/24 : COPY go.mod . 00:36:15 Sending build context to Docker daemon 166.4MB 00:36:15 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:36:15 Step 2/6 : FROM ${BASE} 00:36:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:15 5f621e34cdf4: Pulling fs layer 00:36:15 a4357932f1b6: Pulling fs layer 00:36:15 18c013af1878: Pulling fs layer 00:36:15 00ac8860ef70: Pulling fs layer 00:36:15 63d7cb157983: Pulling fs layer 00:36:15 b116817d02f9: Pulling fs layer 00:36:15 745a02a5169b: Pulling fs layer 00:36:15 00ac8860ef70: Waiting 00:36:15 63d7cb157983: Waiting 00:36:15 b116817d02f9: Waiting 00:36:15 745a02a5169b: Waiting 00:36:15 18c013af1878: Verifying Checksum 00:36:15 18c013af1878: Download complete 00:36:15 a4357932f1b6: Verifying Checksum 00:36:15 a4357932f1b6: Download complete 00:36:15 63d7cb157983: Verifying Checksum 00:36:15 63d7cb157983: Download complete 00:36:15 b116817d02f9: Download complete 00:36:15 5f621e34cdf4: Verifying Checksum 00:36:15 5f621e34cdf4: Download complete 00:36:16 Removing intermediate container 7d1ae2234b2b 00:36:16 ---> cf7bddb0905c 00:36:16 Step 6/22 : COPY go.mod . 00:36:16 ---> 94d1acfaa229 00:36:16 Step 7/24 : RUN go mod download 00:36:16 Removing intermediate container 15861d0997b4 00:36:16 ---> fbef00dcb4f1 00:36:16 Step 6/23 : COPY go.mod . 00:36:16 ---> Running in 94f0bd3e2bbd 00:36:16 5f621e34cdf4: Pull complete 00:36:16 Removing intermediate container 6c9bfdaaec73 00:36:16 ---> 25c5f7c8fbd0 00:36:16 Step 6/23 : COPY go.mod . 00:36:16 ---> 67bb25a73817 00:36:16 Step 7/22 : RUN go mod download 00:36:16 Removing intermediate container a76b5be5c13f 00:36:16 ---> 2877391fe89a 00:36:16 Step 6/21 : COPY go.mod . 00:36:16 ---> 630fc4acc585 00:36:16 Step 7/23 : RUN go mod download 00:36:16 ---> Running in 1e1e1cfc456c 00:36:16 ---> Running in 0ce1d9157045 00:36:16 ---> 13315e5d3316 00:36:16 Step 7/23 : RUN go mod download 00:36:17 a4357932f1b6: Pull complete 00:36:17 ---> Running in 02ac5b2f8818 00:36:17 ---> e7886bd1724c 00:36:17 Step 7/21 : RUN go mod download 00:36:17 18c013af1878: Pull complete 00:36:17 ---> Running in 977690e9ff8d 00:36:17 745a02a5169b: Verifying Checksum 00:36:18 Removing intermediate container 94f0bd3e2bbd 00:36:18 ---> b3cf774ce059 00:36:18 Step 8/24 : COPY . . 00:36:19 00ac8860ef70: Verifying Checksum 00:36:19 00ac8860ef70: Download complete 00:36:20 Removing intermediate container 0ce1d9157045 00:36:20 ---> 9d13e725173e 00:36:20 Step 8/23 : COPY . . 00:36:21 Removing intermediate container 1e1e1cfc456c 00:36:21 ---> 5529cbfca36e 00:36:21 Step 8/22 : COPY . . 00:36:25 Removing intermediate container 977690e9ff8d 00:36:25 ---> d5dfc1a14b7a 00:36:25 Step 8/21 : COPY . . 00:36:25 Removing intermediate container 02ac5b2f8818 00:36:25 ---> e24413557cdb 00:36:25 Step 8/23 : COPY . . 00:36:29 00ac8860ef70: Pull complete 00:36:29 63d7cb157983: Pull complete 00:36:29 b116817d02f9: Pull complete 00:36:32 745a02a5169b: Pull complete 00:36:32 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:32 ---> b7e6874047d6 00:36:32 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:36 ---> Running in 81db60625988 00:36:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:39 (1/12) Installing libmagic (5.38-r0) 00:36:39 (2/12) Installing file (5.38-r0) 00:36:39 (3/12) Installing libc-dev (0.7.2-r3) 00:36:39 (4/12) Installing g++ (9.3.0-r2) 00:36:43 (5/12) Installing fortify-headers (1.1-r0) 00:36:43 (6/12) Installing patch (2.7.6-r6) 00:36:43 (7/12) Installing build-base (0.5-r2) 00:36:43 (8/12) Installing libsodium (1.0.18-r0) 00:36:43 (9/12) Installing pkgconf (1.7.2-r0) 00:36:43 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:43 (11/12) Installing libzmq (4.3.3-r0) 00:36:44 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:44 Executing busybox-1.31.1-r19.trigger 00:36:44 OK: 217 MiB in 51 packages 00:36:48 Removing intermediate container 81db60625988 00:36:48 ---> fe37d577c008 00:36:48 Step 4/6 : WORKDIR /edgex-go 00:36:48 ---> Running in bde43f090ef9 00:36:48 Removing intermediate container bde43f090ef9 00:36:48 ---> 2f86b70f5ee8 00:36:48 Step 5/6 : COPY go.mod . 00:36:49 ---> a97ca6a64e19 00:36:49 Step 6/6 : RUN go mod download 00:36:49 ---> Running in 36071b7ebc79 00:37:04 ---> 35e61b4d40ab 00:37:04 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:37:04 ---> 6830ff3d77e6 00:37:04 Step 9/23 : RUN make cmd/core-command/core-command 00:37:04 ---> 9f233562bd32 00:37:04 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:37:04 ---> Running in 47198cbaf66f 00:37:04 ---> Running in e6fa0f41025e 00:37:04 ---> bca5e59990a6 00:37:04 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:37:04 ---> 8d3317946b7f 00:37:04 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:37:04 ---> Running in 7ee1e27fe49c 00:37:04 ---> Running in 952bb68d4c1e 00:37:04 ---> Running in 52f5dab72ad5 00:37:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:37:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:37:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:37:04 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:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:37:21 Removing intermediate container 36071b7ebc79 00:37:21 ---> 2a48f1120035 00:37:21 Successfully built 2a48f1120035 00:37:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:22 + docker inspect -f . ci-base-image-arm64 00:37:22 . [Pipeline] withDockerContainer 00:37:22 prd-ubuntu18.04-docker-arm64-4c-16g-27431 does not seem to be running inside a container 00:37:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/69 -v /w/workspace/edgex-go/69:/w/workspace/edgex-go/69:rw,z -v /w/workspace/edgex-go/69@tmp:/w/workspace/edgex-go/69@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 ******** ci-base-image-arm64 cat 00:37:24 $ docker top 5f71a8d3f0c63d0c5363e85feea5fb94ac270ada6deb390f10ff2b98e4d073da -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:25 + go version 00:37:25 go version go1.15.5 linux/arm64 [Pipeline] } 00:37:25 $ docker stop --time=1 5f71a8d3f0c63d0c5363e85feea5fb94ac270ada6deb390f10ff2b98e4d073da 00:37:27 $ docker rm -f 5f71a8d3f0c63d0c5363e85feea5fb94ac270ada6deb390f10ff2b98e4d073da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:28 + docker inspect -f . ci-base-image-arm64 00:37:28 . [Pipeline] withDockerContainer 00:37:28 prd-ubuntu18.04-docker-arm64-4c-16g-27431 does not seem to be running inside a container 00:37:28 $ 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/69 -v /w/workspace/edgex-go/69:/w/workspace/edgex-go/69:rw,z -v /w/workspace/edgex-go/69@tmp:/w/workspace/edgex-go/69@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 ******** ci-base-image-arm64 cat 00:37:30 $ docker top 7b9e72a31e54e850654eff1c5f562ed7c55026fc98e9c8558346f5c8cb0ff738 -eo pid,comm [Pipeline] { [Pipeline] echo 00:37:30 ========================================================= 00:37:30 [edgeXBuildGoParallel] Running Tests and Build... 00:37:30 ========================================================= [Pipeline] sh 00:37:31 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:37:31 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:31 + make test 00:37:31 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:43 Removing intermediate container 952bb68d4c1e 00:37:43 ---> 7ab40ce82d94 00:37:43 00:37:43 Step 10/21 : FROM alpine:3.12 00:37:43 Removing intermediate container e6fa0f41025e 00:37:43 ---> 647c8e52c633 00:37:43 Removing intermediate container 47198cbaf66f 00:37:43 00:37:43 ---> cc3a63becb22 00:37:43 Step 10/23 : FROM alpine:3.12 00:37:43 Step 10/24 : FROM alpine:3.12 00:37:43 00:37:43 Removing intermediate container 52f5dab72ad5 00:37:43 ---> 391882ce299c 00:37:43 00:37:43 Step 10/22 : FROM alpine:3.12 00:37:43 3.12: Pulling from library/alpine 00:37:43 3.12: Pulling from library/alpine 00:37:43 3.12: Pulling from library/alpine 00:37:43 3.12: Pulling from library/alpine 00:37:43 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:43 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:43 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:43 Status: Downloaded newer image for alpine:3.12 00:37:43 Status: Downloaded newer image for alpine:3.12 00:37:43 Status: Image is up to date for alpine:3.12 00:37:43 ---> 389fef711851 00:37:43 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:37:43 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:43 Status: Image is up to date for alpine:3.12 00:37:43 ---> 389fef711851 00:37:43 Step 11/21 : RUN apk add --update --no-cache curl 00:37:43 ---> 389fef711851 00:37:43 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:37:43 ---> 389fef711851 00:37:43 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:37:45 ---> Running in da44a039c35a 00:37:45 ---> Running in 755d2436b031 00:37:45 ---> Running in 8026586052d8 00:37:45 ---> Running in c82f3cd33789 00:37:45 Removing intermediate container 7ee1e27fe49c 00:37:45 ---> cfb5f9ba8f98 00:37:45 00:37:45 Step 10/23 : FROM alpine:3.12 00:37:45 ---> 389fef711851 00:37:45 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:37:45 ---> Running in 12d38dcbf3e0 00:37:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:46 (1/2) Installing ca-certificates (20191127-r4) 00:37:46 (2/2) Installing dumb-init (1.2.2-r1) 00:37:46 Executing busybox-1.31.1-r19.trigger 00:37:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:46 Executing ca-certificates-20191127-r4.trigger 00:37:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:46 OK: 6 MiB in 16 packages 00:37:46 (1/1) Installing dumb-init (1.2.2-r1) 00:37:46 Executing busybox-1.31.1-r19.trigger 00:37:46 OK: 6 MiB in 15 packages 00:37:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:46 (1/5) Installing ca-certificates (20191127-r4) 00:37:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:46 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:37:46 (3/5) Installing libcurl (7.69.1-r3) 00:37:46 (4/5) Installing curl (7.69.1-r3) 00:37:46 (5/5) Installing dumb-init (1.2.2-r1) 00:37:46 Executing busybox-1.31.1-r19.trigger 00:37:46 Executing ca-certificates-20191127-r4.trigger 00:37:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:46 OK: 7 MiB in 19 packages 00:37:46 (1/4) Installing ca-certificates (20191127-r4) 00:37:46 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:37:46 (1/1) Installing dumb-init (1.2.2-r1) 00:37:46 Executing busybox-1.31.1-r19.trigger 00:37:46 (3/4) Installing libcurl (7.69.1-r3) 00:37:46 OK: 6 MiB in 15 packages 00:37:46 (4/4) Installing curl (7.69.1-r3) 00:37:46 Executing busybox-1.31.1-r19.trigger 00:37:46 Executing ca-certificates-20191127-r4.trigger 00:37:46 OK: 7 MiB in 18 packages 00:37:48 Removing intermediate container 755d2436b031 00:37:48 ---> ec1af2b21eed 00:37:48 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:48 ---> Running in de149403c220 00:37:48 Removing intermediate container da44a039c35a 00:37:48 ---> 360ac1fbe3ff 00:37:48 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:37:50 ---> Running in c2126f074ad2 00:37:50 Removing intermediate container de149403c220 00:37:50 ---> 7bf78d868d07 00:37:50 Step 13/23 : ENV APP_PORT=48082 00:37:50 Removing intermediate container 8026586052d8 00:37:50 ---> c57445442885 00:37:50 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:50 Removing intermediate container c82f3cd33789 00:37:50 ---> 67c7aa668c98 00:37:50 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:50 Removing intermediate container 12d38dcbf3e0 00:37:50 ---> 9481d6b7806f 00:37:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:50 Removing intermediate container c2126f074ad2 00:37:50 ---> 50593865224e 00:37:50 Step 13/22 : ENV APP_PORT=48060 00:37:50 ---> Running in 67176f252ee9 00:37:50 ---> Running in 2d93db13c597 00:37:50 ---> Running in 0ad02c78b0c3 00:37:50 ---> Running in 02308f346e13 00:37:50 ---> Running in a07c0dc63544 00:37:51 Removing intermediate container 67176f252ee9 00:37:51 ---> 70c92bd03886 00:37:51 Step 14/23 : EXPOSE $APP_PORT 00:37:51 Removing intermediate container 2d93db13c597 00:37:51 ---> 02a5b633ad33 00:37:51 Step 13/21 : WORKDIR /edgex 00:37:51 ---> Running in 9cdfcf57eba3 00:37:51 Removing intermediate container 0ad02c78b0c3 00:37:51 ---> df94fda4bc0b 00:37:51 Step 13/23 : ENV APP_PORT=48081 00:37:51 Removing intermediate container 02308f346e13 00:37:51 ---> 46ea0cbd37ea 00:37:51 Step 13/24 : WORKDIR / 00:37:51 Removing intermediate container a07c0dc63544 00:37:51 ---> 930db39702df 00:37:51 Step 14/22 : EXPOSE $APP_PORT 00:37:51 ---> Running in 9d2e4b0bc6d4 00:37:51 ---> Running in 6108a9ec1194 00:37:51 ---> Running in 09bdc67f7dff 00:37:51 ---> Running in 1821807fbd9a 00:37:51 Removing intermediate container 9cdfcf57eba3 00:37:51 ---> 8bfb0c07cf50 00:37:51 Step 15/23 : WORKDIR / 00:37:51 ---> Running in db7d99a48622 00:37:51 Removing intermediate container 9d2e4b0bc6d4 00:37:51 ---> 0e9e3c107699 00:37:51 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:37:52 Removing intermediate container 6108a9ec1194 00:37:52 ---> ae60c7bd83e9 00:37:52 Step 14/23 : EXPOSE $APP_PORT 00:37:52 Removing intermediate container 1821807fbd9a 00:37:52 ---> a36e0b0871c8 00:37:52 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:52 Removing intermediate container 09bdc67f7dff 00:37:52 ---> e8d882e74957 00:37:52 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:37:52 ---> Running in e539a08cb040 00:37:52 Removing intermediate container db7d99a48622 00:37:52 ---> 85c984af4645 00:37:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:52 ---> 190b04e38b45 00:37:52 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:37:52 Removing intermediate container e539a08cb040 00:37:52 ---> d07529ba9bf4 00:37:52 Step 15/23 : WORKDIR / 00:37:52 ---> 7fd439c40747 00:37:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:37:52 ---> e430a4f5f421 00:37:52 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:37:52 ---> 280aa7ce5151 00:37:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:37:52 ---> Running in 6c672ce2878a 00:37:53 ---> c429ce5aa934 00:37:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:37:53 ---> a74eea8d0af9 00:37:53 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:37:53 Removing intermediate container 6c672ce2878a 00:37:53 ---> a0d9b5d6aa25 00:37:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:53 ---> eff9a71b78dc 00:37:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:37:53 ---> 8bfbcb730288 00:37:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:37:53 ---> 5958e6423877 00:37:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:37:53 ---> d566cbd7975d 00:37:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:37:54 ---> 0151a7a8ea33 00:37:54 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:37:54 ---> Running in f44439ff31ce 00:37:54 ---> 39e09c5ea7ae 00:37:54 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:37:54 ---> 5d7cc0ae23a0 00:37:54 Step 19/23 : ENTRYPOINT ["/core-command"] 00:37:54 ---> 501361352210 00:37:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:37:54 ---> 8910134ab1b0 00:37:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:37:54 ---> Running in 9586347cc706 00:37:54 ---> Running in e57a3410be9b 00:37:54 Removing intermediate container f44439ff31ce 00:37:54 ---> a67727cc82ae 00:37:54 Step 18/21 : CMD ["--init=true"] 00:37:55 ---> Running in 2d6fe6c3d63e 00:37:55 Removing intermediate container 9586347cc706 00:37:55 ---> 303765d9db12 00:37:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:55 Removing intermediate container e57a3410be9b 00:37:55 ---> 58d3a5e036f3 00:37:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:55 ---> 048137dec942 00:37:55 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:37:55 ---> 4cf2719017c7 00:37:55 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:37:55 ---> Running in 1b840c5c72ca 00:37:55 ---> Running in a4b87caf25d7 00:37:55 ---> Running in 79433f33bc56 00:37:55 Removing intermediate container 2d6fe6c3d63e 00:37:55 ---> 324a5f735712 00:37:55 Step 19/21 : LABEL arch=x86_64 00:37:55 ---> Running in 42c78bda72c8 00:37:55 ---> 935f66f49ea4 00:37:55 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:37:55 Removing intermediate container 79433f33bc56 00:37:55 ---> 16e261a210c8 00:37:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:55 Removing intermediate container 1b840c5c72ca 00:37:55 ---> d990febe871c 00:37:55 Step 21/23 : LABEL arch=x86_64 00:37:55 Removing intermediate container a4b87caf25d7 00:37:55 ---> c50b06c53a76 00:37:55 Step 20/22 : LABEL arch=x86_64 00:37:55 ---> Running in 29213fc174c5 00:37:56 ---> Running in 2773aabd7c90 00:37:56 ---> Running in b51f060b854e 00:37:56 ---> Running in a0bd69de71b1 00:37:56 Removing intermediate container 42c78bda72c8 00:37:56 ---> b76c4ea37545 00:37:56 Step 20/21 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 00:37:56 ---> Running in 47de35a29a19 00:37:56 Removing intermediate container 2773aabd7c90 00:37:56 ---> ff6ef84cdcc1 00:37:56 Step 22/23 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 00:37:56 Removing intermediate container b51f060b854e 00:37:56 ---> 7f45caa7b66e 00:37:56 Step 21/23 : LABEL arch=x86_64 00:37:56 Removing intermediate container a0bd69de71b1 00:37:56 ---> 9d32f638828b 00:37:56 Step 21/22 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 00:37:57 ---> Running in 742989ad5f3e 00:37:57 ---> Running in eedcecc45819 00:37:57 ---> Running in 2c862a06ef36 00:37:57 Removing intermediate container 47de35a29a19 00:37:57 ---> f0480840ce01 00:37:57 Step 21/21 : LABEL version=0.0.0 00:37:57 ---> Running in 38924d89ec1e 00:37:57 Removing intermediate container eedcecc45819 00:37:57 ---> 53c0a7311493 00:37:57 Step 23/23 : LABEL version=0.0.0 00:37:57 Removing intermediate container 742989ad5f3e 00:37:57 ---> b9c378a1294d 00:37:57 Step 22/23 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 00:37:57 Removing intermediate container 2c862a06ef36 00:37:57 ---> 2ba3b3684c98 00:37:57 Step 22/22 : LABEL version=0.0.0 00:37:57 Removing intermediate container 38924d89ec1e 00:37:57 ---> d3be1a34a0ec 00:37:57 00:37:57 ---> Running in 2d0a51cc3ce0 00:37:57 ---> Running in c366f09ccc2a 00:37:57 ---> Running in 237794d3abf0 00:37:57 Removing intermediate container 29213fc174c5 00:37:57 ---> 07a5b20a0d70 00:37:57 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:37:58 ---> Running in ed9cfde9af22 00:37:58 Successfully built d3be1a34a0ec 00:37:58 Removing intermediate container 237794d3abf0 00:37:58 ---> da067e022529 00:37:58 Step 23/23 : LABEL version=0.0.0 00:37:58 Successfully tagged docker-security-proxy-setup-go:latest 00:37:58  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 00:37:58 Removing intermediate container 2d0a51cc3ce0 00:37:58 ---> ecbdaf11abcd 00:37:58 00:37:58 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:58 Removing intermediate container c366f09ccc2a 00:37:58 ---> 15932f3b7246 00:37:58 00:37:58 ---> Running in fe103033c8f3 00:37:58 Successfully built ecbdaf11abcd 00:37:58 Successfully built 15932f3b7246 00:37:58 Successfully tagged docker-support-notifications-go:latest 00:37:58 Building docker-security-bootstrapper-go 00:37:58  Building docker-support-notifications-go ... done Successfully tagged docker-core-command-go:latest 00:37:58 Building docker-core-data-go 00:37:58  Building docker-core-command-go ... done Removing intermediate container ed9cfde9af22 00:37:58 ---> 61c9f46fac55 00:37:58 Step 22/24 : LABEL arch=x86_64 00:37:58 ---> Running in 3e0bb0d1a867 00:37:58 Removing intermediate container fe103033c8f3 00:37:58 ---> 7b3d749fae82 00:37:58 00:37:58 Successfully built 7b3d749fae82 00:37:58 Successfully tagged docker-core-metadata-go:latest 00:37:58 Building docker-sys-mgmt-agent-go 00:37:58  Building docker-core-metadata-go ... done Removing intermediate container 3e0bb0d1a867 00:37:58 ---> 8ee5af8587b6 00:37:58 Step 23/24 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 00:37:58 ---> Running in 1c1b9394939a 00:37:59 Removing intermediate container 1c1b9394939a 00:37:59 ---> 0aacf7d6dada 00:37:59 Step 24/24 : LABEL version=0.0.0 00:37:59 ---> Running in d3a9533d14e7 00:37:59 Removing intermediate container d3a9533d14e7 00:37:59 ---> 4d756caedfaa 00:37:59 00:37:59 Successfully built 4d756caedfaa 00:37:59 Successfully tagged docker-security-secretstore-setup-go:latest 00:38:26  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:26 ---> 1bfbde85c781 00:38:26 Step 3/23 : WORKDIR /edgex-go 00:38:26 ---> Using cache 00:38:26 ---> 504f10823ec1 00:38:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:26 ---> Using cache 00:38:26 ---> 385d25f93529 00:38:26 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:38:26 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:26 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:38:26 ---> 1bfbde85c781 00:38:26 Step 3/26 : WORKDIR /edgex-go 00:38:26 ---> Using cache 00:38:26 ---> 504f10823ec1 00:38:26 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:26 ---> Using cache 00:38:26 ---> 385d25f93529 00:38:26 Step 5/26 : RUN apk add --update --no-cache make bash git 00:38:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:26 ---> 1bfbde85c781 00:38:26 Step 3/22 : WORKDIR /edgex-go 00:38:26 ---> Using cache 00:38:26 ---> 504f10823ec1 00:38:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:26 ---> Using cache 00:38:26 ---> 385d25f93529 00:38:26 Step 5/22 : RUN apk add --update --no-cache make git 00:38:26 ---> Using cache 00:38:26 ---> fbef00dcb4f1 00:38:26 Step 6/22 : COPY go.mod . 00:38:26 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:26 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:38:26 ---> 1bfbde85c781 00:38:26 Step 3/30 : WORKDIR /edgex-go 00:38:26 ---> Using cache 00:38:26 ---> 504f10823ec1 00:38:26 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:26 ---> Using cache 00:38:26 ---> 385d25f93529 00:38:26 Step 5/30 : RUN apk add --update --no-cache make git 00:38:26 ---> Using cache 00:38:26 ---> fbef00dcb4f1 00:38:26 Step 6/30 : COPY go.mod . 00:38:26 ---> Using cache 00:38:26 ---> 630fc4acc585 00:38:26 Step 7/30 : RUN go mod download 00:38:26 ---> Using cache 00:38:26 ---> 630fc4acc585 00:38:26 Step 7/22 : RUN go mod download 00:38:26 ---> Using cache 00:38:26 ---> 9d13e725173e 00:38:26 Step 8/22 : COPY . . 00:38:26 ---> Using cache 00:38:26 ---> 9d13e725173e 00:38:26 Step 8/30 : COPY . . 00:38:26 ---> Using cache 00:38:26 ---> 6830ff3d77e6 00:38:26 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:38:26 ---> Using cache 00:38:26 ---> 6830ff3d77e6 00:38:26 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:38:26 ---> Running in 8c501f280ce4 00:38:26 ---> Running in 558fb4f3b2ac 00:38:26 ---> Running in 590537f68a21 00:38:26 ---> Running in 64737d178a56 00:38:26 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:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:38:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:27 OK: 233 MiB in 51 packages 00:38:27 OK: 233 MiB in 51 packages 00:38:28 Removing intermediate container 8c501f280ce4 00:38:28 ---> b132737792d2 00:38:28 Step 6/26 : COPY go.mod . 00:38:28 Removing intermediate container 64737d178a56 00:38:28 ---> 6a6202d53fc1 00:38:28 Step 6/23 : COPY go.mod . 00:38:29 ---> 4a06fcaf15ae 00:38:29 Step 7/23 : RUN go mod download 00:38:29 ---> b7c2ddab2a08 00:38:29 Step 7/26 : RUN go mod download 00:38:29 ---> Running in 57b19028f92f 00:38:30 ---> Running in 0c6702b4f1c7 00:38:33 Removing intermediate container 57b19028f92f 00:38:33 ---> f32b0b452487 00:38:33 Step 8/23 : COPY . . 00:38:33 Removing intermediate container 0c6702b4f1c7 00:38:33 ---> 769751afb773 00:38:33 Step 8/26 : COPY . . 00:38:54 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:00 Removing intermediate container 558fb4f3b2ac 00:39:00 ---> 1e91c1b69476 00:39:00 00:39:00 Step 10/30 : FROM alpine:3.12 00:39:00 ---> 389fef711851 00:39:00 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:39:02 ---> Running in 42bad6be2286 00:39:02 ---> 8e93fe1bec1b 00:39:02 Step 9/23 : RUN make cmd/core-data/core-data 00:39:02 ---> Running in 6e50d4187f2f 00:39:02 ---> 12411e2178e3 00:39:02 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:39:02 Removing intermediate container 590537f68a21 00:39:02 ---> 609228e1258f 00:39:02 00:39:02 Step 10/22 : FROM alpine:3.12 00:39:02 ---> 389fef711851 00:39:02 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:39:02 ---> Using cache 00:39:02 ---> 9481d6b7806f 00:39:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:02 ---> Using cache 00:39:02 ---> df94fda4bc0b 00:39:02 Step 13/22 : ENV APP_PORT=48085 00:39:02 Removing intermediate container 42bad6be2286 00:39:02 ---> 757d19955639 00:39:02 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:39:02 ---> Running in 0f7f89ed86d5 00:39:02 ---> Running in 9a958bb46814 00:39:02 ---> Running in 916b43f7bc1a 00:39:03 Removing intermediate container 916b43f7bc1a 00:39:03 ---> dd82ad5d0594 00:39:03 Step 14/22 : EXPOSE $APP_PORT 00:39:03 ---> Running in 33b63507de94 00:39:03 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:03 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:39:03 Removing intermediate container 33b63507de94 00:39:03 ---> cf2f0ccdab24 00:39:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:39:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:04 ---> 448ceeaa38ae 00:39:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:39:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:04 (1/2) Installing dumb-init (1.2.2-r1) 00:39:04 (2/2) Installing su-exec (0.2-r1) 00:39:04 Executing busybox-1.31.1-r19.trigger 00:39:04 OK: 6 MiB in 16 packages 00:39:04 ---> f19074a58ed1 00:39:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:39:05 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:06 ---> f539a6374dde 00:39:06 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:39:06 ---> Running in 8d731447b3c4 00:39:06 Removing intermediate container 9a958bb46814 00:39:06 ---> a303926799a1 00:39:06 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:39:06 ---> Running in 09b98581e09a 00:39:06 Removing intermediate container 8d731447b3c4 00:39:06 ---> 2cfe592b5e7c 00:39:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:06 ---> Running in 8a29ee09085f 00:39:06 Removing intermediate container 09b98581e09a 00:39:06 ---> c1da68f0ffd5 00:39:06 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:39:07 ---> Running in 3baa08289be2 00:39:07 Removing intermediate container 8a29ee09085f 00:39:07 ---> 9386c0c357af 00:39:07 Step 20/22 : LABEL arch=x86_64 00:39:07 ---> Running in 9a6deff92160 00:39:07 Removing intermediate container 3baa08289be2 00:39:07 ---> 21375088f2cf 00:39:07 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:39:07 ---> Running in 220ff9bfaca2 00:39:07 Removing intermediate container 9a6deff92160 00:39:07 ---> e52d8e02a80a 00:39:07 Step 21/22 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 00:39:07 ---> Running in 27798d78613e 00:39:08 Removing intermediate container 27798d78613e 00:39:08 ---> 00d738012540 00:39:08 Step 22/22 : LABEL version=0.0.0 00:39:08 ---> Running in 6b1161bb9fed 00:39:08 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:08 Removing intermediate container 6b1161bb9fed 00:39:08 ---> d58ebc77bab9 00:39:08 00:39:09 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:10 Successfully built d58ebc77bab9 00:39:10 Successfully tagged docker-support-scheduler-go:latest 00:39:12  Building docker-support-scheduler-go ... done Removing intermediate container 220ff9bfaca2 00:39:12 ---> 2b2f1356711e 00:39:12 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:39:12 ---> Running in 91a090bec219 00:39:12 Removing intermediate container 91a090bec219 00:39:12 ---> 5824dabf4a0f 00:39:12 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:39:13 ---> 3d02560f49ad 00:39:13 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:39:13 ---> Running in 059349f1ef70 00:39:15 Removing intermediate container 059349f1ef70 00:39:15 ---> 560736dabc03 00:39:15 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:16 ---> 8b4795ab5eb8 00:39:16 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:39:17 ---> 1c59e4e84ca9 00:39:17 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:39:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:18 ---> 631f269b8b0c 00:39:18 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:39:18 ---> 98a2635c1197 00:39:18 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:39:18 ---> Running in ba6eb95a4822 00:39:18 Removing intermediate container ba6eb95a4822 00:39:18 ---> 935a746249cb 00:39:18 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:39:19 ---> 6daa4957d374 00:39:19 Step 25/30 : RUN chmod +x /entrypoint.sh 00:39:20 ---> Running in a77a2d45e599 00:39:21 Removing intermediate container a77a2d45e599 00:39:21 ---> f005987bb5ef 00:39:21 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:39:21 ---> Running in b9b664f49234 00:39:22 Removing intermediate container b9b664f49234 00:39:22 ---> 3292d88a5604 00:39:22 Step 27/30 : CMD ["gate"] 00:39:23 ---> Running in f490b08611f7 00:39:23 Removing intermediate container 0f7f89ed86d5 00:39:23 ---> d03484d35c17 00:39:23 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:39:23 Removing intermediate container f490b08611f7 00:39:23 ---> 4bcf3de46846 00:39:23 Step 28/30 : LABEL arch=x86_64 00:39:23 ---> Running in d4102b8351af 00:39:24 ---> Running in f3791a892d84 00:39:24 Removing intermediate container f3791a892d84 00:39:24 ---> 1b82458e83a6 00:39:24 Step 29/30 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 00:39:24 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.359s coverage: 45.9% of statements 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:39:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.256s coverage: 100.0% of statements 00:39:24 ---> Running in 2df4275c7ac3 00:39:24 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:39:24 Removing intermediate container 2df4275c7ac3 00:39:24 ---> 7ae390309b12 00:39:24 Step 30/30 : LABEL version=0.0.0 00:39:25 ---> Running in 4e7c7a08815c 00:39:26 Removing intermediate container 4e7c7a08815c 00:39:26 ---> e54b33041b2a 00:39:26 00:39:27 Successfully built e54b33041b2a 00:39:27 Successfully tagged docker-security-bootstrapper-go:latest 00:39:28  Building docker-security-bootstrapper-go ... done Removing intermediate container d4102b8351af 00:39:28 ---> 32d109dd3cd0 00:39:28 00:39:28 Step 11/26 : FROM docker:20.10.0 00:39:28 20.10.0: Pulling from library/docker 00:39:28 Removing intermediate container 6e50d4187f2f 00:39:28 ---> 85c9d79c2f7d 00:39:28 00:39:28 Step 10/23 : FROM alpine:3.12 00:39:28 ---> 389fef711851 00:39:28 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:28 ---> Running in 7a9ad9136cb1 00:39:28 Removing intermediate container 7a9ad9136cb1 00:39:28 ---> bf405b39862a 00:39:28 Step 12/23 : ENV APP_PORT=48080 00:39:28 ---> Running in c3f951c7dde2 00:39:29 Removing intermediate container c3f951c7dde2 00:39:29 ---> acb26b78a108 00:39:29 Step 13/23 : EXPOSE $APP_PORT 00:39:29 ---> Running in 74b3db4d416b 00:39:29 Removing intermediate container 74b3db4d416b 00:39:29 ---> 8a5f55a5f47c 00:39:29 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:29 ---> Running in f1d6d7c951ef 00:39:31 Removing intermediate container f1d6d7c951ef 00:39:31 ---> a10ce10999a9 00:39:31 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.491s coverage: 27.1% of statements 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.080s coverage: 100.0% of statements 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.095s coverage: 100.0% of statements 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.229s coverage: 65.8% of statements 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:31 ---> Running in a8dd7433c87d 00:39:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:33 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:39:33 Status: Downloaded newer image for docker:20.10.0 00:39:33 ---> aefe523efa57 00:39:33 Step 12/26 : RUN apk add --no-cache bash 00:39:33 (1/6) Installing dumb-init (1.2.2-r1) 00:39:33 (2/6) Installing libgcc (9.3.0-r2) 00:39:33 ---> Running in 070cce23f2cf 00:39:33 (3/6) Installing libsodium (1.0.18-r0) 00:39:33 (4/6) Installing libstdc++ (9.3.0-r2) 00:39:33 (5/6) Installing libzmq (4.3.3-r0) 00:39:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:34 (6/6) Installing zeromq (4.3.3-r0) 00:39:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:34 Executing busybox-1.31.1-r19.trigger 00:39:34 OK: 8 MiB in 20 packages 00:39:34 (1/2) Installing readline (8.0.4-r0) 00:39:34 (2/2) Installing bash (5.0.17-r0) 00:39:34 Executing bash-5.0.17-r0.post-install 00:39:34 Executing busybox-1.31.1-r19.trigger 00:39:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.685s coverage: 82.3% of statements 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:34 OK: 12 MiB in 22 packages 00:39:34 Removing intermediate container a8dd7433c87d 00:39:34 ---> a4d84438d747 00:39:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:34 Removing intermediate container 070cce23f2cf 00:39:34 ---> 348307fbccbe 00:39:34 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:39:34 ---> Running in 70412570f6d2 00:39:34 ---> 6cf75b4259ff 00:39:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:39:35 Removing intermediate container 70412570f6d2 00:39:35 ---> 75444d8dc13c 00:39:35 Step 14/26 : ENV APP_PORT=48090 00:39:35 ---> Running in bcd114994c3a 00:39:35 Removing intermediate container bcd114994c3a 00:39:35 ---> 52c658d4b8ae 00:39:35 Step 15/26 : EXPOSE $APP_PORT 00:39:35 ---> Running in cdaffe47f406 00:39:35 ---> 8ccb9c5a9bcd 00:39:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:39:35 Removing intermediate container cdaffe47f406 00:39:35 ---> 27ac16eb0117 00:39:35 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:39:35 ---> 4accde8f6358 00:39:35 Step 19/23 : ENTRYPOINT ["/core-data"] 00:39:36 ---> Running in e0cae9129239 00:39:36 ---> 8f02e6c51cc8 00:39:36 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:39:36 Removing intermediate container e0cae9129239 00:39:36 ---> 38fba2f56424 00:39:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:36 ---> Running in cd8a87b85e80 00:39:37 ---> cf1d7c1ee9a5 00:39:37 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:39:37 Removing intermediate container cd8a87b85e80 00:39:37 ---> 35ef66ee14ed 00:39:37 Step 21/23 : LABEL arch=x86_64 00:39:37 ---> Running in 75fc032f1fe7 00:39:37 Removing intermediate container 75fc032f1fe7 00:39:37 ---> 6b1f0e5aed4a 00:39:37 Step 22/23 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 00:39:37 ---> 55d8151f31d9 00:39:37 Step 19/26 : RUN apk --no-cache add py3-pip 00:39:37 ---> Running in 1b1d30374c7b 00:39:37 ---> Running in 723464614d23 00:39:37 Removing intermediate container 1b1d30374c7b 00:39:37 ---> e90a7b720d84 00:39:37 Step 23/23 : LABEL version=0.0.0 00:39:37 ---> Running in aa1733696e7e 00:39:38 Removing intermediate container aa1733696e7e 00:39:38 ---> fbaa718081b0 00:39:38 00:39:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:38 Successfully built fbaa718081b0 00:39:38 (1/33) Installing libbz2 (1.0.8-r1) 00:39:38 (2/33) Installing expat (2.2.9-r1) 00:39:38 (3/33) Installing libffi (3.3-r2) 00:39:38 (4/33) Installing gdbm (1.13-r1) 00:39:38 (5/33) Installing xz-libs (5.2.5-r0) 00:39:38 (6/33) Installing sqlite-libs (3.32.1-r0) 00:39:38 Successfully tagged docker-core-data-go:latest 00:39:38  Building docker-core-data-go ... done (7/33) Installing python3 (3.8.5-r1) 00:39:39 (8/33) Installing py3-appdirs (1.4.4-r1) 00:39:39 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:39:39 (10/33) Installing py3-parsing (2.4.7-r0) 00:39:39 (11/33) Installing py3-six (1.15.0-r0) 00:39:39 (12/33) Installing py3-packaging (20.4-r0) 00:39:39 (13/33) Installing py3-setuptools (47.0.0-r0) 00:39:39 (14/33) Installing py3-chardet (3.0.4-r4) 00:39:39 (15/33) Installing py3-idna (2.9-r0) 00:39:40 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:39:40 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:39:40 (18/33) Installing py3-requests (2.23.0-r0) 00:39:40 (19/33) Installing py3-msgpack (1.0.0-r0) 00:39:40 (20/33) Installing py3-lockfile (0.12.2-r3) 00:39:40 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:39:40 (22/33) Installing py3-colorama (0.4.3-r0) 00:39:40 (23/33) Installing py3-distlib (0.3.0-r0) 00:39:40 (24/33) Installing py3-distro (1.5.0-r1) 00:39:40 (25/33) Installing py3-webencodings (0.5.1-r3) 00:39:40 (26/33) Installing py3-html5lib (1.0.1-r4) 00:39:40 (27/33) Installing py3-pytoml (0.1.21-r0) 00:39:40 (28/33) Installing py3-pep517 (0.8.2-r0) 00:39:40 (29/33) Installing py3-progress (1.5-r0) 00:39:40 (30/33) Installing py3-toml (0.10.1-r0) 00:39:40 (31/33) Installing py3-retrying (1.3.3-r0) 00:39:40 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:39:40 (33/33) Installing py3-pip (20.1.1-r0) 00:39:40 Executing busybox-1.31.1-r19.trigger 00:39:40 OK: 71 MiB in 55 packages 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.337s coverage: 28.6% of statements 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.171s coverage: 100.0% of statements 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.074s coverage: 100.0% of statements 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.298s coverage: 86.7% of statements 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:39:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.336s coverage: 97.5% of statements 00:39:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:39:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.267s coverage: 78.3% of statements 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:39:48 Removing intermediate container 723464614d23 00:39:48 ---> cf31b8f7160a 00:39:48 Step 20/26 : RUN pip install docker-compose==1.23.2 00:39:48 ---> Running in 025d5e4680b5 00:39:49 Collecting docker-compose==1.23.2 00:39:49 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:39:50 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:39:50 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:39:50 Collecting cached-property<2,>=1.2.0 00:39:50 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:39:50 Collecting jsonschema<3,>=2.5.1 00:39:50 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:39:50 Collecting websocket-client<1.0,>=0.32.0 00:39:50 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:39:50 Collecting docker<4.0,>=3.6.0 00:39:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:50 Collecting texttable<0.10,>=0.9.0 00:39:50 Downloading texttable-0.9.1.tar.gz (11 kB) 00:39:51 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:51 Collecting PyYAML<4,>=3.10 00:39:51 Downloading PyYAML-3.13.tar.gz (270 kB) 00:39:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.255s coverage: 92.8% of statements 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.060s coverage: 58.8% of statements 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:39:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.215s coverage: 0.1% of statements 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:39:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.074s coverage: 45.5% of statements 00:39:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.086s coverage: 79.5% of statements 00:39:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.078s coverage: 94.1% of statements 00:39:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.110s coverage: 96.3% of statements 00:39:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements 00:39:52 Collecting docopt<0.7,>=0.6.1 00:39:52 Downloading docopt-0.6.2.tar.gz (25 kB) 00:39:53 Collecting dockerpty<0.5,>=0.4.1 00:39:53 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:39:53 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:53 Collecting idna<2.8,>=2.5 00:39:53 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:39:53 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:53 Collecting urllib3<1.25,>=1.21.1 00:39:53 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:39:53 Collecting docker-pycreds>=0.4.0 00:39:53 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:39:53 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:39:53 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:39:53 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:39:53 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:39:53 Installing collected packages: idna, urllib3, requests, cached-property, jsonschema, websocket-client, docker-pycreds, docker, texttable, PyYAML, docopt, dockerpty, docker-compose 00:39:53 Attempting uninstall: idna 00:39:53 Found existing installation: idna 2.9 00:39:53 Uninstalling idna-2.9: 00:39:53 Successfully uninstalled idna-2.9 00:39:54 Attempting uninstall: urllib3 00:39:54 Found existing installation: urllib3 1.25.9 00:39:54 Uninstalling urllib3-1.25.9: 00:39:54 Successfully uninstalled urllib3-1.25.9 00:39:54 Attempting uninstall: requests 00:39:54 Found existing installation: requests 2.23.0 00:39:54 Uninstalling requests-2.23.0: 00:39:54 Successfully uninstalled requests-2.23.0 00:39:54 Running setup.py install for texttable: started 00:39:55 Running setup.py install for texttable: finished with status 'done' 00:39:55 Running setup.py install for PyYAML: started 00:39:56 Running setup.py install for PyYAML: finished with status 'done' 00:39:56 Running setup.py install for docopt: started 00:39:56 Running setup.py install for docopt: finished with status 'done' 00:39:56 Running setup.py install for dockerpty: started 00:39:56 Running setup.py install for dockerpty: finished with status 'done' 00:39:57 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:40:00 Removing intermediate container 025d5e4680b5 00:40:00 ---> a5da8f5d9be6 00:40:00 Step 21/26 : RUN apk --no-cache add curl 00:40:00 ---> Running in 79103b3cf531 00:40:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:01 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:40:01 (2/3) Installing libcurl (7.69.1-r3) 00:40:01 (3/3) Installing curl (7.69.1-r3) 00:40:01 Executing busybox-1.31.1-r19.trigger 00:40:01 OK: 72 MiB in 58 packages 00:40:01 Removing intermediate container 79103b3cf531 00:40:01 ---> fb5950ac44ec 00:40:01 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:40:01 ---> Running in f8727220af40 00:40:02 Removing intermediate container f8727220af40 00:40:02 ---> a7bff64d765f 00:40:02 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:02 ---> Running in 931884edc1be 00:40:02 Removing intermediate container 931884edc1be 00:40:02 ---> b5b67e01fb73 00:40:02 Step 24/26 : LABEL arch=x86_64 00:40:02 ---> Running in 061d8cab6eb2 00:40:02 Removing intermediate container 061d8cab6eb2 00:40:02 ---> f3fa5773ad39 00:40:02 Step 25/26 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 00:40:02 ---> Running in 1193f4c95973 00:40:02 Removing intermediate container 1193f4c95973 00:40:02 ---> 26557b8a4b27 00:40:02 Step 26/26 : LABEL version=0.0.0 00:40:02 ---> Running in 0fdec709c612 00:40:02 Removing intermediate container 0fdec709c612 00:40:02 ---> 1816a2570bf6 00:40:02 00:40:03 Successfully built 1816a2570bf6 00:40:03 Successfully tagged docker-sys-mgmt-agent-go:latest 00:40:03  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:40:03 $ docker stop --time=1 1e4c56aaeb01625e3477da576e42bce1ca15f17721b28e5057481cabfecb2157 00:40:05 $ docker rm -f 1e4c56aaeb01625e3477da576e42bce1ca15f17721b28e5057481cabfecb2157 [Pipeline] // withDockerContainer [Pipeline] sh 00:40:05 + docker images 00:40:05 + grep docker 00:40:06 docker-sys-mgmt-agent-go latest 1816a2570bf6 3 seconds ago 313MB 00:40:06 docker-core-data-go latest fbaa718081b0 28 seconds ago 22.4MB 00:40:06 docker-security-bootstrapper-go latest e54b33041b2a 40 seconds ago 18.3MB 00:40:06 docker-support-scheduler-go latest d58ebc77bab9 57 seconds ago 17.2MB 00:40:06 docker-security-secretstore-setup-go latest 4d756caedfaa 2 minutes ago 24.9MB 00:40:06 docker-core-metadata-go latest 7b3d749fae82 2 minutes ago 19MB 00:40:06 docker-support-notifications-go latest ecbdaf11abcd 2 minutes ago 17.7MB 00:40:06 docker-security-proxy-setup-go latest d3be1a34a0ec 2 minutes ago 24.7MB 00:40:06 docker-core-command-go latest 15932f3b7246 2 minutes ago 17MB 00:40:06 docker 20.10.0 aefe523efa57 2 months 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:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.098s coverage: 94.4% of statements 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.074s coverage: 44.8% of statements 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.119s coverage: 92.9% of statements 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.153s coverage: 87.2% of statements 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.147s coverage: 84.6% of statements 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.166s coverage: 91.6% of statements 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.533s coverage: 62.4% of statements 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.088s coverage: 91.3% of statements 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.070s coverage: 100.0% of statements 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.883s coverage: 68.9% of statements 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:40:21 Still waiting to schedule task 00:40:21 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-27432’ 00:40:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.353s coverage: 36.6% of statements 00:40:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.141s coverage: 89.5% of statements 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.473s coverage: 47.0% of statements 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.135s coverage: 100.0% of statements 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.141s coverage: 100.0% of statements 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.348s coverage: 89.4% of statements 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:40:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.168s coverage: 29.1% of statements 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.190s coverage: 99.0% of statements 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.122s coverage: 100.0% of statements 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:40:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.183s coverage: 92.9% of statements 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:40:35 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:40:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements 00:40:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 00:40:36 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.080s coverage: 100.0% of statements 00:40:36 GO111MODULE=on go vet ./... 00:41:58 gofmt -l . 00:41:58 [ "`gofmt -l .`" = "" ] 00:41:58 ./bin/test-go-mod-tidy.sh 00:41:58 ./bin/test-attribution-txt.sh [Pipeline] sh 00:42:00 + ls -al . 00:42:00 total 736 00:42:00 drwxrwxr-x 9 1001 1001 4096 Feb 24 00:41 . 00:42:00 drwxr-xr-x 4 root root 4096 Feb 24 00:37 .. 00:42:00 -rw-rw-r-- 1 1001 1001 11 Feb 24 00:35 .dockerignore 00:42:00 drwxrwxr-x 8 1001 1001 4096 Feb 24 00:36 .git 00:42:00 drwxrwxr-x 3 1001 1001 4096 Feb 24 00:35 .github 00:42:00 -rw-rw-r-- 1 1001 1001 818 Feb 24 00:35 .gitignore 00:42:00 -rw-rw-r-- 1 1001 1001 166 Feb 24 00:35 .sonarcloud.properties 00:42:00 -rw-rw-r-- 1 1001 1001 8475 Feb 24 00:35 Attribution.txt 00:42:00 -rw-rw-r-- 1 1001 1001 3804 Feb 24 00:35 CONTRIBUTING.md 00:42:00 -rw-rw-r-- 1 1001 1001 931 Feb 24 00:35 Dockerfile.build 00:42:00 -rw-rw-r-- 1 1001 1001 863 Feb 24 00:35 Jenkinsfile 00:42:00 -rw-rw-r-- 1 1001 1001 10775 Feb 24 00:35 LICENSE 00:42:00 -rw-rw-r-- 1 1001 1001 5774 Feb 24 00:35 Makefile 00:42:00 -rw-rw-r-- 1 1001 1001 6524 Feb 24 00:35 README.md 00:42:00 -rw-rw-r-- 1 1001 1001 6755 Feb 24 00:35 SECURITY.md 00:42:00 -rw-rw-r-- 1 1001 1001 5 Feb 24 00:31 VERSION 00:42:00 -rw-rw-r-- 1 1001 1001 4131 Feb 24 00:35 ZMQWindows.md 00:42:00 drwxrwxr-x 2 1001 1001 4096 Feb 24 00:35 bin 00:42:00 drwxrwxr-x 14 1001 1001 4096 Feb 24 00:35 cmd 00:42:00 -rw-r--r-- 1 root root 594620 Feb 24 00:40 coverage.out 00:42:00 -rw-r--r-- 1 root root 1055 Feb 24 00:41 go.mod 00:42:00 -rw-r--r-- 1 root root 21410 Feb 24 00:41 go.sum 00:42:00 drwxrwxr-x 8 1001 1001 4096 Feb 24 00:35 internal 00:42:00 drwxrwxr-x 4 1001 1001 4096 Feb 24 00:35 openapi 00:42:00 drwxrwxr-x 4 1001 1001 4096 Feb 24 00:35 snap 00:42:00 -rw-rw-r-- 1 1001 1001 168 Feb 24 00:35 version.go [Pipeline] sh 00:42:01 + '[' -e coverage.out ] 00:42:01 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:01 Warning: overwriting stash ‘coverage-report’ 00:42:02 Stashed 1 file(s) [Pipeline] sh 00:42:03 + make build 00:42:03 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:42:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:42:38 Running on prd-ubuntu18.04-docker-8c-8g-27434 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:42:38 Running in /w/workspace/edgex-go/69 [Pipeline] { [Pipeline] checkout 00:42:40 using credential edgex-jenkins-ssh 00:42:40 Cloning the remote Git repository 00:42:40 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:42:40 > git init /w/workspace/edgex-go/69 # timeout=10 00:42:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:40 > git --version # timeout=10 00:42:40 > git --version # 'git version 2.17.1' 00:42:40 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:42 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:47 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:52 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:54 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:59 Merging remotes/origin/master commit afdb9f2a3541b593beed41fd247753118ef1ae38 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:42:59 Merge succeeded, producing 6c9096c86060698bf8a2231f2889c94bf0d83b92 00:42:59 Checking out Revision 6c9096c86060698bf8a2231f2889c94bf0d83b92 (PR-2858) 00:42:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:58 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:58 > 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:42:59 > git config core.sparsecheckout # timeout=10 00:42:59 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:42:59 > git remote # timeout=10 00:42:59 > git config --get remote.origin.url # timeout=10 00:42:59 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:59 > git merge afdb9f2a3541b593beed41fd247753118ef1ae38 # timeout=10 00:42:59 > git rev-parse HEAD^{commit} # timeout=10 00:42:59 > git config core.sparsecheckout # timeout=10 00:42:59 > git checkout -f 6c9096c86060698bf8a2231f2889c94bf0d83b92 # timeout=10 00:43:00 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:43:03 Commit message: "Merge commit 'afdb9f2a3541b593beed41fd247753118ef1ae38' into HEAD" 00:43:03 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:43:03 > git rev-list --no-walk cec897b14f5dc8efc53b182c39925dde1789c8eb # timeout=10 00:43:04 + echo snap-build.sh 00:43:04 snap-build.sh 00:43:04 + SNAP_BASE_DIR=. 00:43:04 + '[' '!' -z /w/workspace/edgex-go/69 ']' 00:43:04 + SNAP_BASE_DIR=/w/workspace/edgex-go/69 00:43:04 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/69]' 00:43:04 [snap-build] Building snap in dir [/w/workspace/edgex-go/69] 00:43:04 + cd /w/workspace/edgex-go/69 00:43:04 + sudo apt-get remove -qy --purge lxd lxd-client 00:43:04 Reading package lists... 00:43:04 Building dependency tree... 00:43:04 Reading state information... 00:43:04 The following packages were automatically installed and are no longer required: 00:43:04 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:43:04 uidmap xdelta3 00:43:04 Use 'sudo apt autoremove' to remove them. 00:43:04 The following packages will be REMOVED: 00:43:04 lxd* lxd-client* 00:43:05 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:43:05 After this operation, 31.7 MB disk space will be freed. 00:43:06 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:43:06 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:06 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:43:07 Removing lxd dnsmasq configuration 00:43:07 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:43:07 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:43:08 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:43:08 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:43:08 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:43:10 Processing triggers for systemd (237-3ubuntu10.42) ... 00:43:10 Processing triggers for ureadahead (0.100.0-21) ... 00:43:11 + sudo snap remove --purge lxd 00:43:11 snap "lxd" is not installed 00:43:11 + sudo groupadd --force --system lxd 00:43:11 ++ whoami 00:43:11 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:43:12 + newgrp - lxd 00:43:12 + sudo snap install lxd 00:43:14 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:43:18 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:20 2021-02-24T00:43:17Z INFO Waiting for automatic snapd restart... 00:43:23 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:32 $ docker stop --time=1 7b9e72a31e54e850654eff1c5f562ed7c55026fc98e9c8558346f5c8cb0ff738 00:43:34 $ docker rm -f 7b9e72a31e54e850654eff1c5f562ed7c55026fc98e9c8558346f5c8cb0ff738 00:43:35 lxd 4.11 from Canonical* installed 00:43:35 + sudo lxd init --auto [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:36 00:43:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:43:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:37 latest: Pulling from edgex-devops/edgex-compose-arm64 00:43:37 29e5d40040c1: Pulling fs layer 00:43:37 1ce36da41761: Pulling fs layer 00:43:37 25b303627fd3: Pulling fs layer 00:43:37 29e5d40040c1: Verifying Checksum 00:43:37 29e5d40040c1: Download complete 00:43:38 1ce36da41761: Verifying Checksum 00:43:38 1ce36da41761: Download complete 00:43:38 29e5d40040c1: Pull complete 00:43:39 1ce36da41761: Pull complete 00:43:39 25b303627fd3: Download complete 00:43:45 + sudo snap install --classic snapcraft 00:43:49 snapcraft 4.5.1 from Canonical* installed 00:43:49 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:43:49 + patch --verbose -p1 00:43:49 Hmm... Looks like a unified diff to me... 00:43:49 The text leading up to this was: 00:43:49 -------------------------- 00:43:49 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:43:49 |From: Tony Espy 00:43:49 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:43:49 |Subject: [PATCH] optimize snap build for pipeline CI check 00:43:49 | 00:43:49 |This patch is used by the EdgeX CI pipeline builds to 00:43:49 |optimize the snap CI check run for pull requests. When 00:43:49 |applied, it essentially strips out everything (apps and 00:43:49 |parts) from the snapcraft.yaml file except those required 00:43:49 |to build edgex-go, as the whole idea of the CI check is to 00:43:49 |catch changes to edgex-go that break the snap build. 00:43:49 | 00:43:49 |In general, anyone updating snapcraft.yaml will also need 00:43:49 |to update this patch file, otherwise it may fail to apply, 00:43:49 |resulting in a failed snap build CI check in the associated 00:43:49 |pull request. 00:43:49 | 00:43:49 |Note - in addition to applying this patch, the pipeline also 00:43:49 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:43:49 |need to build the finally binary .snap file (and it won't 00:43:49 |work with the patch applied). This further reduces the build 00:43:49 |time. 00:43:49 |--- 00:43:49 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:43:49 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:43:49 | 00:43:49 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:43:49 |index 1e537489..faf42425 100644 00:43:49 |--- a/snap/snapcraft.yaml 00:43:49 |+++ b/snap/snapcraft.yaml 00:43:49 -------------------------- 00:43:49 patching file snap/snapcraft.yaml 00:43:49 Using Plan A... 00:43:49 Hunk #1 succeeded at 73. 00:43:49 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 00:43:49 Hunk #3 succeeded at 217 (offset 3 lines). 00:43:49 Hunk #4 FAILED at 222. 00:43:49 Hunk #5 succeeded at 303 (offset 4 lines). 00:43:49 Hunk #6 succeeded at 330 (offset 4 lines). 00:43:49 Hunk #7 succeeded at 364 (offset 4 lines). 00:43:49 Hunk #8 FAILED at 411. 00:43:49 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:43:49 Hmm... Ignoring the trailing garbage. 00:43:49 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node 00:43:50 25b303627fd3: Pull complete 00:43:50 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:43:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withDockerContainer 00:43:50 prd-ubuntu18.04-docker-arm64-4c-16g-27431 does not seem to be running inside a container 00:43:50 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/69 -v /w/workspace/edgex-go/69:/w/workspace/edgex-go/69:rw,z -v /w/workspace/edgex-go/69@tmp:/w/workspace/edgex-go/69@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:53 $ docker top 1474994f780562cc7307493cec223ffef5988af4bb4807a1917cca4c40836ca4 -eo pid,comm [Pipeline] { [Pipeline] // withEnv [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] } 00:43:54 Failed in branch amd64 00:43:54 + docker-compose build --help 00:43:54 + grep parallel 00:43:58 --parallel Build images in parallel. [Pipeline] } 00:43:59 $ docker stop --time=1 1474994f780562cc7307493cec223ffef5988af4bb4807a1917cca4c40836ca4 00:44:01 $ docker rm -f 1474994f780562cc7307493cec223ffef5988af4bb4807a1917cca4c40836ca4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:02 . [Pipeline] withDockerContainer 00:44:02 prd-ubuntu18.04-docker-arm64-4c-16g-27431 does not seem to be running inside a container 00:44:02 $ 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/69 -v /w/workspace/edgex-go/69:/w/workspace/edgex-go/69:rw,z -v /w/workspace/edgex-go/69@tmp:/w/workspace/edgex-go/69@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-devops/edgex-compose-arm64:latest cat 00:44:03 $ docker top 2f9f0e4c60245df07fedcff48a71eae33410a078c7e64137a8bebb4dee64404b -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:04 + docker-compose -f ./docker-compose-build.yml build --parallel 00:44:09 Building docker-core-command-go ... 00:44:09 Building docker-core-data-go ... 00:44:09 Building docker-core-metadata-go ... 00:44:09 Building docker-security-bootstrapper-go ... 00:44:09 Building docker-security-proxy-setup-go ... 00:44:09 Building docker-security-secretstore-setup-go ... 00:44:09 Building docker-support-notifications-go ... 00:44:09 Building docker-support-scheduler-go ... 00:44:09 Building docker-sys-mgmt-agent-go ... 00:44:09 Building docker-core-metadata-go 00:44:09 Building docker-support-scheduler-go 00:44:09 Building docker-core-command-go 00:44:09 Building docker-sys-mgmt-agent-go 00:44:09 Building docker-security-bootstrapper-go 00:45:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:45:32 ---> 2a48f1120035 00:45:32 Step 3/23 : WORKDIR /edgex-go 00:45:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:45:32 ---> 2a48f1120035 00:45:32 Step 3/23 : WORKDIR /edgex-go 00:45:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:32 ---> 2a48f1120035 00:45:32 Step 3/22 : WORKDIR /edgex-go 00:45:32 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:32 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:45:32 ---> 2a48f1120035 00:45:32 Step 3/26 : WORKDIR /edgex-go 00:45:32 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:32 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:45:32 ---> 2a48f1120035 00:45:32 Step 3/30 : WORKDIR /edgex-go 00:45:32 ---> Running in 0480d12ec54f 00:45:32 ---> Running in 7e206a4851c1 00:45:32 ---> Running in add019606102 00:45:32 ---> Running in 7b268f98accc 00:45:32 ---> Running in d4a399f68ca3 00:45:32 Removing intermediate container 7e206a4851c1 00:45:32 ---> 22f32749fee7 00:45:32 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:32 Removing intermediate container add019606102 00:45:32 ---> c5e8be9b7e5b 00:45:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:32 Removing intermediate container d4a399f68ca3 00:45:32 ---> 90428373864d 00:45:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:32 Removing intermediate container 7b268f98accc 00:45:32 ---> 26a3e5ca94e7 00:45:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:32 Removing intermediate container 0480d12ec54f 00:45:32 ---> 63da9c6d6ed1 00:45:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:32 ---> Running in bf27f983a280 00:45:32 ---> Running in 6ef7bd6a0767 00:45:32 ---> Running in 100b6e9868fa 00:45:32 ---> Running in c45142920189 00:45:32 ---> Running in 9f11b3024964 00:45:32 Removing intermediate container bf27f983a280 00:45:32 ---> 5d4652ef2aa8 00:45:32 Step 5/30 : RUN apk add --update --no-cache make git 00:45:32 ---> Running in f43312747630 00:45:32 Removing intermediate container 100b6e9868fa 00:45:32 ---> d0b0be99cb58 00:45:32 Step 5/26 : RUN apk add --update --no-cache make bash git 00:45:32 Removing intermediate container 6ef7bd6a0767 00:45:32 ---> babf9ba088c8 00:45:32 Step 5/22 : RUN apk add --update --no-cache make git 00:45:32 ---> Running in 4023a15b1305 00:45:32 ---> Running in 146e44760200 00:45:32 Removing intermediate container c45142920189 00:45:32 ---> 2b817d3f7544 00:45:32 Step 5/23 : RUN apk add --update --no-cache make git 00:45:32 Removing intermediate container 9f11b3024964 00:45:32 ---> 85ec90580ddd 00:45:32 Step 5/23 : RUN apk add --update --no-cache make git 00:45:32 ---> Running in 5ad8d9bff977 00:45:32 ---> Running in 144c314ed618 00:45:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:32 OK: 217 MiB in 51 packages 00:45:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:32 OK: 217 MiB in 51 packages 00:45:32 Removing intermediate container f43312747630 00:45:32 ---> c765ee75c294 00:45:32 Step 6/30 : COPY go.mod . 00:45:32 OK: 217 MiB in 51 packages 00:45:32 OK: 217 MiB in 51 packages 00:45:32 OK: 217 MiB in 51 packages 00:45:32 ---> eae12e790ecf 00:45:32 Step 7/30 : RUN go mod download 00:45:32 ---> Running in 75e9adcd9249 00:45:32 Removing intermediate container 4023a15b1305 00:45:32 ---> 7964a6e87ba3 00:45:32 Step 6/26 : COPY go.mod . 00:45:32 Removing intermediate container 146e44760200 00:45:32 ---> 828ee89c7bf1 00:45:32 Step 6/22 : COPY go.mod . 00:45:33 Removing intermediate container 5ad8d9bff977 00:45:33 ---> cce84f9e7d4d 00:45:33 Step 6/23 : COPY go.mod . 00:45:33 Removing intermediate container 144c314ed618 00:45:33 ---> 2e34ec423e53 00:45:33 Step 6/23 : COPY go.mod . 00:45:33 ---> 24c555ce5051 00:45:33 Step 7/26 : RUN go mod download 00:45:34 ---> Running in dc460a7fff83 00:45:34 ---> 34c849e12664 00:45:34 Step 7/22 : RUN go mod download 00:45:34 ---> 6c2783da68b7 00:45:34 Step 7/23 : RUN go mod download 00:45:34 ---> Running in 0d042a6bb5d9 00:45:34 ---> e5f9ea300198 00:45:34 Step 7/23 : RUN go mod download 00:45:34 ---> Running in 97509b437109 00:45:34 ---> Running in 995375b3cd7c 00:45:36 Removing intermediate container 75e9adcd9249 00:45:36 ---> b5bc8383b861 00:45:36 Step 8/30 : COPY . . 00:45:38 Removing intermediate container dc460a7fff83 00:45:38 ---> c9e0019de797 00:45:38 Step 8/26 : COPY . . 00:45:40 Removing intermediate container 0d042a6bb5d9 00:45:40 ---> 91727719262c 00:45:40 Step 8/22 : COPY . . 00:45:40 Removing intermediate container 97509b437109 00:45:40 ---> 5e16e07121a7 00:45:40 Step 8/23 : COPY . . 00:45:40 Removing intermediate container 995375b3cd7c 00:45:40 ---> 4d81202e9714 00:45:40 Step 8/23 : COPY . . 00:46:02 ---> 0b86139dd189 00:46:02 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:46:02 ---> Running in 9bb85688483a 00:46:02 ---> e315823baa4f 00:46:02 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:46:02 ---> 8feceb653ba8 00:46:02 Step 9/23 : RUN make cmd/core-command/core-command 00:46:02 ---> b672d3306377 00:46:02 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:46:02 ---> Running in 3e37bc804219 00:46:02 ---> 1dbf53ad9181 00:46:02 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:46:02 ---> Running in 2d59427171a2 00:46:02 ---> Running in baf0fece7e40 00:46:03 ---> Running in e974efd89ee1 00:46: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 00:46:04 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:46:05 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:46:05 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:46:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:47:57 Removing intermediate container 9bb85688483a 00:47:57 ---> ca727fa8ef70 00:47:57 00:47:57 Step 10/30 : FROM alpine:3.12 00:47:57 3.12: Pulling from library/alpine 00:47:57 Removing intermediate container 3e37bc804219 00:47:57 ---> c1d74b033226 00:47:57 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:47:57 ---> Running in e6ed6e7e3844 00:47:57 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:47:57 Status: Downloaded newer image for alpine:3.12 00:47:57 ---> afeebe901d6b 00:47:57 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:47:57 ---> Running in 69a6894a5a38 00:47:57 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:47:57 Removing intermediate container 69a6894a5a38 00:47:57 ---> 1adb13606f70 00:47:57 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:47:57 ---> Running in a7fa450b6860 00:47:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:57 (1/2) Installing dumb-init (1.2.2-r1) 00:47:57 (2/2) Installing su-exec (0.2-r1) 00:47:57 Executing busybox-1.31.1-r19.trigger 00:47:57 OK: 5 MiB in 16 packages 00:47:58 Removing intermediate container a7fa450b6860 00:47:58 ---> a817231cde11 00:47:58 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:47:58 ---> Running in dc842acdecab 00:47:59 Removing intermediate container e6ed6e7e3844 00:47:59 ---> 2c1cb8f7a39e 00:47:59 00:47:59 Step 11/26 : FROM docker:20.10.0 00:47:59 20.10.0: Pulling from library/docker 00:47:59 Removing intermediate container dc842acdecab 00:47:59 ---> 7a21453a0e94 00:47:59 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:48:00 ---> Running in cce6cd7faf80 00:48:01 Removing intermediate container cce6cd7faf80 00:48:01 ---> 5b57031ae00d 00:48:01 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:48:02 ---> Running in a8deeee4dbd4 00:48:06 Removing intermediate container baf0fece7e40 00:48:06 ---> d87cd7bab0a3 00:48:06 00:48:06 Step 10/23 : FROM alpine:3.12 00:48:06 ---> afeebe901d6b 00:48:06 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:48:06 Removing intermediate container 2d59427171a2 00:48:06 ---> c67b840434c7 00:48:06 00:48:06 Step 10/22 : FROM alpine:3.12 00:48:06 ---> afeebe901d6b 00:48:06 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:48:07 ---> Running in d6c5492d9424 00:48:07 ---> Running in 4ebdaedb446f 00:48:07 Removing intermediate container a8deeee4dbd4 00:48:07 ---> 134aa6744f5d 00:48:07 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:48:07 ---> Running in d21805fea4bf 00:48:08 Removing intermediate container d21805fea4bf 00:48:08 ---> 518a4deb5f94 00:48:08 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:48:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:10 (1/1) Installing dumb-init (1.2.2-r1) 00:48:10 Executing busybox-1.31.1-r19.trigger 00:48:10 OK: 5 MiB in 15 packages 00:48:10 (1/1) Installing dumb-init (1.2.2-r1) 00:48:10 Executing busybox-1.31.1-r19.trigger 00:48:10 OK: 5 MiB in 15 packages 00:48:11 ---> 2953f90024c8 00:48:11 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:48:11 ---> Running in d0225492bd19 00:48:12 Removing intermediate container 4ebdaedb446f 00:48:12 ---> ce211780fdce 00:48:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:12 ---> Running in 8ecdd93f52a6 00:48:12 Removing intermediate container d6c5492d9424 00:48:12 ---> 156ef2b7f910 00:48:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:13 ---> Running in 69135639f19a 00:48:13 Removing intermediate container 8ecdd93f52a6 00:48:13 ---> caf3bfa43dd4 00:48:13 Step 13/22 : ENV APP_PORT=48085 00:48:14 Removing intermediate container 69135639f19a 00:48:14 ---> 2a0c3dae96ba 00:48:14 Step 13/23 : ENV APP_PORT=48082 00:48:14 ---> Running in 1669455d7720 00:48:14 ---> Running in 2cd29318ab24 00:48:14 Removing intermediate container 1669455d7720 00:48:14 ---> 24c02c99256c 00:48:15 Step 14/22 : EXPOSE $APP_PORT 00:48:15 Removing intermediate container e974efd89ee1 00:48:15 ---> 209f4a1fa5f0 00:48:15 00:48:15 Step 10/23 : FROM alpine:3.12 00:48:15 ---> afeebe901d6b 00:48:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:48:15 ---> Using cache 00:48:15 ---> 156ef2b7f910 00:48:15 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:15 ---> Using cache 00:48:15 ---> 2a0c3dae96ba 00:48:15 Step 13/23 : ENV APP_PORT=48081 00:48:15 ---> Running in 64a809510c88 00:48:15 Removing intermediate container 2cd29318ab24 00:48:15 ---> 422d9bd1861c 00:48:15 Step 14/23 : EXPOSE $APP_PORT 00:48:15 ---> Running in ea83ce048234 00:48:15 Removing intermediate container d0225492bd19 00:48:15 ---> 756ae0bab819 00:48:15 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:15 ---> Running in 29159182073c 00:48:16 Removing intermediate container 64a809510c88 00:48:16 ---> 0d211da71316 00:48:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:16 Removing intermediate container ea83ce048234 00:48:16 ---> 41057cbd447f 00:48:16 Step 14/23 : EXPOSE $APP_PORT 00:48:16 Removing intermediate container 29159182073c 00:48:16 ---> 12aa25919fd7 00:48:16 Step 15/23 : WORKDIR / 00:48:16 ---> Running in 22fd77d97de4 00:48:16 ---> 1db45bd0a1b7 00:48:16 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:48:16 ---> Running in f9064f5ab464 00:48:17 ---> 76702cf9f1dd 00:48:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:48:17 Removing intermediate container 22fd77d97de4 00:48:17 ---> 369a20998453 00:48:17 Step 15/23 : WORKDIR / 00:48:17 Removing intermediate container f9064f5ab464 00:48:17 ---> 4d14c873b643 00:48:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:17 ---> Running in 5e6fa65c3c66 00:48:18 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:48:18 Status: Downloaded newer image for docker:20.10.0 00:48:18 ---> eeaf43b92773 00:48:18 Step 12/26 : RUN apk add --no-cache bash 00:48:18 ---> Running in d3d8d87016da 00:48:18 ---> a40ae130ada2 00:48:18 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:48:18 Removing intermediate container 5e6fa65c3c66 00:48:18 ---> 6fb318e43905 00:48:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:19 ---> 075e7a43d94c 00:48:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:48:19 ---> 17cb2ee4e751 00:48:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:48:20 ---> d340ef64f1c8 00:48:20 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ ---> b645cb2cd22d 00:48:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:48:20 00:48:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:20 ---> 7dda95e679e5 00:48:20 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:48:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:20 ---> Running in 982286f68e36 00:48:20 ---> fca25bc4c6d2 00:48:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:48:21 ---> d4dcdf15318d 00:48:21 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:48:21 (1/2) Installing readline (8.0.4-r0) 00:48:21 (2/2) Installing bash (5.0.17-r0) 00:48:21 Executing bash-5.0.17-r0.post-install 00:48:21 Removing intermediate container 982286f68e36 00:48:21 ---> dcb635d11daa 00:48:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:21 Executing busybox-1.31.1-r19.trigger 00:48:21 OK: 12 MiB in 22 packages 00:48:22 ---> Running in c083159ead10 00:48:22 ---> Running in eeed79980662 00:48:22 ---> 39b31fbd1871 00:48:22 Step 19/23 : ENTRYPOINT ["/core-command"] 00:48:22 ---> d30bdf71d11f 00:48:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:48:22 ---> Running in 85abe464317e 00:48:22 Removing intermediate container c083159ead10 00:48:22 ---> c39ae9387374 00:48:22 Step 20/22 : LABEL arch=arm64 00:48:22 Removing intermediate container eeed79980662 00:48:22 ---> f9a14a277db4 00:48:22 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:48:22 ---> Running in c955d2f3d175 00:48:22 Removing intermediate container 85abe464317e 00:48:22 ---> 7d8a73697fd0 00:48:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:23 ---> Running in 9ed31f7cd4cf 00:48:23 ---> 255a1e8a3f06 00:48:23 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:48:23 Removing intermediate container d3d8d87016da 00:48:23 ---> 2748965f5566 00:48:23 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:48:23 Removing intermediate container c955d2f3d175 00:48:23 ---> 04b861d4b36f 00:48:23 Step 21/22 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 00:48:23 ---> Running in 93380c025c9b 00:48:23 ---> Running in e2611e7c7c3c 00:48:23 ---> 8c064f7730c4 00:48:23 Step 25/30 : RUN chmod +x /entrypoint.sh 00:48:24 ---> Running in f68208fd5bf2 00:48:24 Removing intermediate container 9ed31f7cd4cf 00:48:24 ---> fcd103433c50 00:48:24 Step 21/23 : LABEL arch=arm64 00:48:24 ---> Running in 6559a7840e4b 00:48:24 ---> Running in 2c590a732ad4 00:48:24 Removing intermediate container e2611e7c7c3c 00:48:24 ---> be933f687e00 00:48:24 Step 14/26 : ENV APP_PORT=48090 00:48:24 Removing intermediate container 93380c025c9b 00:48:24 ---> 6c6fd13e3a85 00:48:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:24 Removing intermediate container f68208fd5bf2 00:48:24 ---> f9124f469586 00:48:24 Step 22/22 : LABEL version=0.0.0 00:48:24 ---> Running in 8fd9fd2f0c87 00:48:24 ---> Running in 5b1a66fdd213 00:48:24 ---> Running in 77bd7540c94e 00:48:25 Removing intermediate container 2c590a732ad4 00:48:25 ---> 5a1d5c86ae97 00:48:25 Step 22/23 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 00:48:25 ---> Running in 83552b410f32 00:48:25 Removing intermediate container 5b1a66fdd213 00:48:25 ---> 03ac7eba60f8 00:48:25 Step 21/23 : LABEL arch=arm64 00:48:25 Removing intermediate container 8fd9fd2f0c87 00:48:25 ---> 4199972239b9 00:48:25 Step 15/26 : EXPOSE $APP_PORT 00:48:25 Removing intermediate container 77bd7540c94e 00:48:25 ---> 3b12d5079a42 00:48:25 00:48:25 ---> Running in b4935a09eb75 00:48:25 ---> Running in f65e6597c043 00:48:26 Removing intermediate container 83552b410f32 00:48:26 ---> 6c744e87e61f 00:48:26 Step 23/23 : LABEL version=0.0.0 00:48:26 Successfully built 3b12d5079a42 00:48:26 Successfully tagged docker-support-scheduler-go-arm64:latest 00:48:26  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 00:48:26 ---> Running in 4fc9241cc8ac 00:48:26 Removing intermediate container f65e6597c043 00:48:26 ---> 48d2a7fef6b6 00:48:26 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:48:26 Removing intermediate container b4935a09eb75 00:48:26 ---> c1c3df3ebd9c 00:48:26 Step 22/23 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 00:48:27 ---> Running in 09373188cb4c 00:48:27 Removing intermediate container 4fc9241cc8ac 00:48:27 ---> 5e5a372c1cc8 00:48:27 00:48:27 Removing intermediate container 6559a7840e4b 00:48:27 ---> 605b0b744142 00:48:27 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:48:27 Successfully built 5e5a372c1cc8 00:48:27 Successfully tagged docker-core-command-go-arm64:latest 00:48:27  Building docker-core-command-go ... done Building docker-support-notifications-go 00:48:27 ---> Running in e7a3f290b4d5 00:48:28 Removing intermediate container 09373188cb4c 00:48:28 ---> a8e9ca3a44e1 00:48:28 Step 23/23 : LABEL version=0.0.0 00:48:28 ---> 323ce26d09c3 00:48:28 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:48:28 ---> Running in e06fd7a87445 00:48:28 Removing intermediate container e7a3f290b4d5 00:48:28 ---> 104d119a0af6 00:48:28 Step 27/30 : CMD ["gate"] 00:48:29 ---> Running in cc6762c1eb9b 00:48:29 Removing intermediate container e06fd7a87445 00:48:29 ---> e8d3ed7ad303 00:48:29 00:48:29 ---> 246dfb16e9dd 00:48:29 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:48:29 Successfully built e8d3ed7ad303 00:48:30 Successfully tagged docker-core-metadata-go-arm64:latest 00:48:30  Building docker-core-metadata-go ... done Building docker-core-data-go 00:48:30 Removing intermediate container cc6762c1eb9b 00:48:30 ---> 045552730cf0 00:48:30 Step 28/30 : LABEL arch=arm64 00:48:30 ---> Running in f58377f812ae 00:48:30 ---> a2f0f03450a8 00:48:30 Step 19/26 : RUN apk --no-cache add py3-pip 00:48:31 ---> Running in 8692fb332a31 00:48:31 Removing intermediate container f58377f812ae 00:48:31 ---> 327b2f7c0f9c 00:48:31 Step 29/30 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 00:48:31 ---> Running in 3791d226c018 00:48:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:32 Removing intermediate container 3791d226c018 00:48:32 ---> 7d602f62a522 00:48:32 Step 30/30 : LABEL version=0.0.0 00:48:33 (1/33) Installing libbz2 (1.0.8-r1) 00:48:33 (2/33) Installing expat (2.2.9-r1) 00:48:33 (3/33) Installing libffi (3.3-r2) 00:48:33 (4/33) Installing gdbm (1.13-r1) 00:48:33 (5/33) Installing xz-libs (5.2.5-r0) 00:48:33 (6/33) Installing sqlite-libs (3.32.1-r0) 00:48:33 (7/33) Installing python3 (3.8.5-r1) 00:48:33 ---> Running in fb1a6cbefa2b 00:48:35 Removing intermediate container fb1a6cbefa2b 00:48:35 ---> c3fc066ecf17 00:48:35 00:48:35 (8/33) Installing py3-appdirs (1.4.4-r1) 00:48:35 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:48:35 (10/33) Installing py3-parsing (2.4.7-r0) 00:48:35 (11/33) Installing py3-six (1.15.0-r0) 00:48:35 (12/33) Installing py3-packaging (20.4-r0) 00:48:35 (13/33) Installing py3-setuptools (47.0.0-r0) 00:48:35 Successfully built c3fc066ecf17 00:48:35 (14/33) Installing py3-chardet (3.0.4-r4) 00:48:35 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:48:35  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go 00:48:35 (15/33) Installing py3-idna (2.9-r0) 00:48:35 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:48:35 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:48:35 (18/33) Installing py3-requests (2.23.0-r0) 00:48:35 (19/33) Installing py3-msgpack (1.0.0-r0) 00:48:35 (20/33) Installing py3-lockfile (0.12.2-r3) 00:48:35 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:48:35 (22/33) Installing py3-colorama (0.4.3-r0) 00:48:35 (23/33) Installing py3-distlib (0.3.0-r0) 00:48:35 (24/33) Installing py3-distro (1.5.0-r1) 00:48:35 (25/33) Installing py3-webencodings (0.5.1-r3) 00:48:35 (26/33) Installing py3-html5lib (1.0.1-r4) 00:48:35 (27/33) Installing py3-pytoml (0.1.21-r0) 00:48:35 (28/33) Installing py3-pep517 (0.8.2-r0) 00:48:35 (29/33) Installing py3-progress (1.5-r0) 00:48:36 (30/33) Installing py3-toml (0.10.1-r0) 00:48:36 (31/33) Installing py3-retrying (1.3.3-r0) 00:48:36 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:48:36 (33/33) Installing py3-pip (20.1.1-r0) 00:48:36 Executing busybox-1.31.1-r19.trigger 00:48:36 OK: 71 MiB in 55 packages 00:48:44 Removing intermediate container 8692fb332a31 00:48:44 ---> d96cc026dd03 00:48:44 Step 20/26 : RUN pip install docker-compose==1.23.2 00:48:44 ---> Running in 3ebe44f96b0b 00:48:50 Collecting docker-compose==1.23.2 00:48:50 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:48:50 Collecting dockerpty<0.5,>=0.4.1 00:48:50 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:48:53 Collecting docker<4.0,>=3.6.0 00:48:53 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:48:54 Collecting cached-property<2,>=1.2.0 00:48:54 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:48:54 Collecting texttable<0.10,>=0.9.0 00:48:54 Downloading texttable-0.9.1.tar.gz (11 kB) 00:48:57 Collecting jsonschema<3,>=2.5.1 00:48:57 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:48:58 Collecting PyYAML<4,>=3.10 00:48:58 Downloading PyYAML-3.13.tar.gz (270 kB) 00:49:01 Collecting websocket-client<1.0,>=0.32.0 00:49:01 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:49:03 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:49:03 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:49:03 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:49:03 Collecting docopt<0.7,>=0.6.1 00:49:03 Downloading docopt-0.6.2.tar.gz (25 kB) 00:49:06 Collecting docker-pycreds>=0.4.0 00:49:06 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:49:06 Collecting idna<2.8,>=2.5 00:49:06 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:49:06 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:49:06 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:49:07 Collecting urllib3<1.25,>=1.21.1 00:49:07 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:49:07 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:49:07 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:49:07 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:49:07 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:49:08 Installing collected packages: dockerpty, websocket-client, docker-pycreds, idna, urllib3, requests, docker, cached-property, texttable, jsonschema, PyYAML, docopt, docker-compose 00:49:08 Running setup.py install for dockerpty: started 00:49:10 Running setup.py install for dockerpty: finished with status 'done' 00:49:11 Attempting uninstall: idna 00:49:11 Found existing installation: idna 2.9 00:49:11 Uninstalling idna-2.9: 00:49:11 Successfully uninstalled idna-2.9 00:49:12 Attempting uninstall: urllib3 00:49:12 Found existing installation: urllib3 1.25.9 00:49:12 Uninstalling urllib3-1.25.9: 00:49:12 Successfully uninstalled urllib3-1.25.9 00:49:13 Attempting uninstall: requests 00:49:13 Found existing installation: requests 2.23.0 00:49:13 Uninstalling requests-2.23.0: 00:49:13 Successfully uninstalled requests-2.23.0 00:49:14 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:49:14 ---> 2a48f1120035 00:49:14 Step 3/24 : WORKDIR /edgex-go 00:49:14 ---> Using cache 00:49:14 ---> 63da9c6d6ed1 00:49:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:14 ---> Using cache 00:49:14 ---> 85ec90580ddd 00:49:14 Step 5/24 : RUN apk add --update --no-cache make git 00:49:14 ---> Using cache 00:49:14 ---> 2e34ec423e53 00:49:14 Step 6/24 : COPY go.mod . 00:49:14 ---> Using cache 00:49:14 ---> e5f9ea300198 00:49:14 Step 7/24 : RUN go mod download 00:49:14 ---> Using cache 00:49:14 ---> 4d81202e9714 00:49:14 Step 8/24 : COPY . . 00:49:14 ---> Using cache 00:49:14 ---> 1dbf53ad9181 00:49:14 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:49:15 Running setup.py install for texttable: started 00:49:16 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:49:16 ---> 2a48f1120035 00:49:16 Step 3/22 : WORKDIR /edgex-go 00:49:16 ---> Using cache 00:49:16 ---> 63da9c6d6ed1 00:49:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:16 ---> Using cache 00:49:16 ---> 85ec90580ddd 00:49:16 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:49:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:17 ---> 2a48f1120035 00:49:17 Step 3/23 : WORKDIR /edgex-go 00:49:17 ---> Using cache 00:49:17 ---> 63da9c6d6ed1 00:49:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:17 ---> Using cache 00:49:17 ---> 85ec90580ddd 00:49:17 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:49:17 Running setup.py install for texttable: finished with status 'done' 00:49:18 Running setup.py install for PyYAML: started 00:49:19 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:49:19 ---> 2a48f1120035 00:49:19 Step 3/21 : WORKDIR /edgex-go 00:49:19 ---> Using cache 00:49:19 ---> 63da9c6d6ed1 00:49:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:19 ---> Using cache 00:49:19 ---> 85ec90580ddd 00:49:19 Step 5/21 : RUN apk add --update --no-cache make git 00:49:19 ---> Using cache 00:49:19 ---> 2e34ec423e53 00:49:19 Step 6/21 : COPY go.mod . 00:49:19 ---> Using cache 00:49:19 ---> e5f9ea300198 00:49:19 Step 7/21 : RUN go mod download 00:49:19 ---> Using cache 00:49:19 ---> 4d81202e9714 00:49:19 Step 8/21 : COPY . . 00:49:19 ---> Using cache 00:49:19 ---> 1dbf53ad9181 00:49:19 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:49:21 ---> Running in 1ca57c557dc2 00:49:21 ---> Running in 463de9c139c5 00:49:21 ---> Running in 93743c955812 00:49:21 ---> Running in 023aad358911 00:49:21 Running setup.py install for PyYAML: finished with status 'done' 00:49:21 Running setup.py install for docopt: started 00:49:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:49:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:49:24 Running setup.py install for docopt: finished with status 'done' 00:49:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:25 OK: 217 MiB in 51 packages 00:49:25 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:49:25 OK: 217 MiB in 51 packages 00:49:27 Removing intermediate container 93743c955812 00:49:27 ---> 55ebcffc1b47 00:49:27 Step 6/22 : COPY go.mod . 00:49:27 Removing intermediate container 1ca57c557dc2 00:49:27 ---> 24720615d6f5 00:49:27 Step 6/23 : COPY go.mod . 00:49:29 ---> 2ee5433e5edc 00:49:29 Step 7/22 : RUN go mod download 00:49:29 ---> Running in 20335be069b7 00:49:29 ---> 338cfcd49cfb 00:49:29 Step 7/23 : RUN go mod download 00:49:29 ---> Running in cc3a501c9d74 00:49:33 Removing intermediate container 3ebe44f96b0b 00:49:33 ---> 31ec7dfe7782 00:49:33 Step 21/26 : RUN apk --no-cache add curl 00:49:33 ---> Running in d4da96928716 00:49:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:35 Removing intermediate container cc3a501c9d74 00:49:35 ---> 6879222f79b0 00:49:35 Step 8/23 : COPY . . 00:49:35 Removing intermediate container 20335be069b7 00:49:35 ---> 93c7bbd94562 00:49:35 Step 8/22 : COPY . . 00:49:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:36 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:49:36 (2/3) Installing libcurl (7.69.1-r3) 00:49:36 (3/3) Installing curl (7.69.1-r3) 00:49:36 Executing busybox-1.31.1-r19.trigger 00:49:36 OK: 71 MiB in 58 packages 00:49:41 Removing intermediate container d4da96928716 00:49:41 ---> ea94d24292f6 00:49:41 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:49:42 ---> Running in d2facec32c4a 00:49:43 Removing intermediate container d2facec32c4a 00:49:43 ---> c609921c87cb 00:49:43 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:45 ---> Running in 40cb1894762d 00:49:46 Removing intermediate container 40cb1894762d 00:49:46 ---> d5a84f4ea504 00:49:46 Step 24/26 : LABEL arch=arm64 00:49:47 ---> Running in d2a78ff98df2 00:49:48 Removing intermediate container d2a78ff98df2 00:49:48 ---> 753636b6260f 00:49:48 Step 25/26 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 00:49:49 ---> Running in 8671ea2aa583 00:49:50 Removing intermediate container 8671ea2aa583 00:49:50 ---> 646084457577 00:49:50 Step 26/26 : LABEL version=0.0.0 00:49:51 ---> Running in d51760f1a2b9 00:49:52 Removing intermediate container d51760f1a2b9 00:49:52 ---> 30b094883950 00:49:52 00:49:54 Successfully built 30b094883950 00:49:54 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:50:06  Building docker-sys-mgmt-agent-go ... done  ---> 42acf2310dac 00:50:06 Step 9/23 : RUN make cmd/core-data/core-data 00:50:06 ---> 2a069eee2e17 00:50:06 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:50:06 ---> Running in e3573f259bf0 00:50:06 ---> Running in 3af230959449 00:50: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:50:08 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:50:23 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:50:23 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:50:42 Removing intermediate container 463de9c139c5 00:50:42 ---> 79fec464f1f4 00:50:42 00:50:42 Step 10/24 : FROM alpine:3.12 00:50:42 ---> afeebe901d6b 00:50:42 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:50:42 Removing intermediate container 023aad358911 00:50:42 ---> ea0e0698a143 00:50:42 00:50:42 Step 10/21 : FROM alpine:3.12 00:50:42 ---> afeebe901d6b 00:50:42 Step 11/21 : RUN apk add --update --no-cache curl 00:50:42 ---> Running in 852e3a87d338 00:50:42 ---> Running in d2a4fce2df9d 00:50:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:43 (1/5) Installing ca-certificates (20191127-r4) 00:50:43 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:50:43 (3/5) Installing libcurl (7.69.1-r3) 00:50:43 (4/5) Installing curl (7.69.1-r3) 00:50:43 (5/5) Installing dumb-init (1.2.2-r1) 00:50:43 Executing busybox-1.31.1-r19.trigger 00:50:43 Executing ca-certificates-20191127-r4.trigger 00:50:43 (1/4) Installing ca-certificates (20191127-r4) 00:50:43 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:50:43 (3/4) Installing libcurl (7.69.1-r3) 00:50:43 (4/4) Installing curl (7.69.1-r3) 00:50:43 Executing busybox-1.31.1-r19.trigger 00:50:43 Executing ca-certificates-20191127-r4.trigger 00:50:43 OK: 7 MiB in 19 packages 00:50:43 OK: 7 MiB in 18 packages 00:50:46 Removing intermediate container 852e3a87d338 00:50:46 ---> 8da96b092266 00:50:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:46 Removing intermediate container d2a4fce2df9d 00:50:46 ---> 03d69e7bddea 00:50:46 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:46 ---> Running in 2c082f0a627f 00:50:46 ---> Running in baccf155dcef 00:50:47 Removing intermediate container 2c082f0a627f 00:50:47 ---> 79ec7c2d1f6b 00:50:47 Step 13/24 : WORKDIR / 00:50:47 Removing intermediate container baccf155dcef 00:50:47 ---> c88164f8263b 00:50:47 Step 13/21 : WORKDIR /edgex 00:50:47 ---> Running in fff7211ef3c4 00:50:47 ---> Running in 862f74d74600 00:50:48 Removing intermediate container 862f74d74600 00:50:48 ---> 10707eb7b0f5 00:50:48 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:50:48 Removing intermediate container fff7211ef3c4 00:50:48 ---> 692a8a0acbc8 00:50:48 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:50:50 ---> 888bc187ba40 00:50:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:50:50 ---> b9a3bbe20de0 00:50:50 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:50:51 ---> 04102d52603e 00:50:51 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:50:51 ---> 46d362f99752 00:50:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:50:53 ---> 3057ab6de985 00:50:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:50:54 ---> 3dc3d6e1babd 00:50:54 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:50:54 ---> Running in 0b71b0a95ba1 00:50:55 ---> ef9b41d9fb69 00:50:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:50:55 Removing intermediate container 0b71b0a95ba1 00:50:55 ---> 892c4dd7eb98 00:50:55 Step 18/21 : CMD ["--init=true"] 00:50:55 ---> Running in f41a16099a9e 00:50:56 Removing intermediate container f41a16099a9e 00:50:56 ---> 4de0a51391cd 00:50:56 Step 19/21 : LABEL arch=arm64 00:50:57 ---> Running in 359b60f0b763 00:50:57 ---> 0983ca1d14ff 00:50:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:50:57 Removing intermediate container 359b60f0b763 00:50:57 ---> 295d038ad4fa 00:50:57 Step 20/21 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 00:50:58 ---> Running in e80ac219f329 00:50:58 ---> e1e8bef0fa3c 00:50:58 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:50:58 ---> Running in 84a857efc6b8 00:50:58 Removing intermediate container e80ac219f329 00:50:58 ---> 1697b86e4d97 00:50:58 Step 21/21 : LABEL version=0.0.0 00:50:59 ---> Running in 38d61838e38e 00:51:00 Removing intermediate container 38d61838e38e 00:51:00 ---> f05d41066bc7 00:51:00 00:51:01 Successfully built f05d41066bc7 00:51:01 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:51:02  Building docker-security-proxy-setup-go ... done Removing intermediate container 84a857efc6b8 00:51:02 ---> 20aa15698b45 00:51:02 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:51:02 ---> Running in a55970d4a715 00:51:03 Removing intermediate container a55970d4a715 00:51:03 ---> 9321054a118f 00:51:03 Step 22/24 : LABEL arch=arm64 00:51:03 ---> Running in c000fe576fba 00:51:04 Removing intermediate container c000fe576fba 00:51:04 ---> 81cf984240f0 00:51:04 Step 23/24 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 00:51:04 ---> Running in b1045f71955d 00:51:04 Removing intermediate container b1045f71955d 00:51:04 ---> 03d916b8b096 00:51:04 Step 24/24 : LABEL version=0.0.0 00:51:05 ---> Running in 35f43cc9278e 00:51:06 Removing intermediate container 35f43cc9278e 00:51:06 ---> 7b57b95d90db 00:51:06 00:51:06 Successfully built 7b57b95d90db 00:51:06 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:51:24  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3af230959449 00:51:24 ---> 1970fcf520b2 00:51:24 00:51:24 Step 10/22 : FROM alpine:3.12 00:51:24 ---> afeebe901d6b 00:51:24 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:51:24 ---> Running in e50ea21b24e0 00:51:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:26 (1/2) Installing ca-certificates (20191127-r4) 00:51:26 (2/2) Installing dumb-init (1.2.2-r1) 00:51:26 Executing busybox-1.31.1-r19.trigger 00:51:26 Executing ca-certificates-20191127-r4.trigger 00:51:26 OK: 6 MiB in 16 packages 00:51:28 Removing intermediate container e50ea21b24e0 00:51:28 ---> 13bec82c018d 00:51:28 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:51:28 ---> Running in 3903368e8d64 00:51:28 Removing intermediate container 3903368e8d64 00:51:28 ---> 405e87829852 00:51:28 Step 13/22 : ENV APP_PORT=48060 00:51:28 ---> Running in b5d4a0989fa4 00:51:29 Removing intermediate container b5d4a0989fa4 00:51:29 ---> 91dcd5e9f53d 00:51:29 Step 14/22 : EXPOSE $APP_PORT 00:51:30 ---> Running in 0cf1f103f814 00:51:31 Removing intermediate container 0cf1f103f814 00:51:31 ---> 6c125e667ec3 00:51:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:31 Removing intermediate container e3573f259bf0 00:51:31 ---> 6b657c061a41 00:51:31 00:51:31 Step 10/23 : FROM alpine:3.12 00:51:31 ---> afeebe901d6b 00:51:31 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:51:31 ---> Running in 82f27d9bc9f7 00:51:31 ---> 1c2eada7edce 00:51:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:51:31 Removing intermediate container 82f27d9bc9f7 00:51:31 ---> 5fff5384e4a2 00:51:31 Step 12/23 : ENV APP_PORT=48080 00:51:31 ---> Running in d8b4025a2572 00:51:32 Removing intermediate container d8b4025a2572 00:51:32 ---> 0c4ca208d6e2 00:51:32 Step 13/23 : EXPOSE $APP_PORT 00:51:32 ---> Running in 13f8d5668623 00:51:32 ---> 5e2d3e64aa6d 00:51:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:51:32 Removing intermediate container 13f8d5668623 00:51:32 ---> a57ea5e869da 00:51:32 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:33 ---> Running in 8371567bb981 00:51:33 ---> 68257e37898c 00:51:33 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:51:33 ---> Running in 6ca78db4f42b 00:51:34 Removing intermediate container 6ca78db4f42b 00:51:34 ---> 95c722c4c741 00:51:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:34 ---> Running in f62cc9511795 00:51:34 Removing intermediate container f62cc9511795 00:51:34 ---> 235c85946ab9 00:51:34 Step 20/22 : LABEL arch=arm64 00:51:34 ---> Running in 17395ddf3147 00:51:35 Removing intermediate container 17395ddf3147 00:51:35 ---> 107b1f208061 00:51:35 Step 21/22 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 00:51:35 ---> Running in e6718caf372f 00:51:35 Removing intermediate container 8371567bb981 00:51:35 ---> e7ed79f98af5 00:51:35 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:51:35 ---> Running in 0bd9bbeb31e5 00:51:35 Removing intermediate container e6718caf372f 00:51:35 ---> 9a85aadf9b97 00:51:35 Step 22/22 : LABEL version=0.0.0 00:51:36 ---> Running in 998c6136f605 00:51:36 Removing intermediate container 998c6136f605 00:51:36 ---> c356c56d8fa0 00:51:36 00:51:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:36 Successfully built c356c56d8fa0 00:51:36 Successfully tagged docker-support-notifications-go-arm64:latest 00:51:37  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:38 (1/6) Installing dumb-init (1.2.2-r1) 00:51:38 (2/6) Installing libgcc (9.3.0-r2) 00:51:38 (3/6) Installing libsodium (1.0.18-r0) 00:51:38 (4/6) Installing libstdc++ (9.3.0-r2) 00:51:38 (5/6) Installing libzmq (4.3.3-r0) 00:51:39 (6/6) Installing zeromq (4.3.3-r0) 00:51:39 Executing busybox-1.31.1-r19.trigger 00:51:39 OK: 8 MiB in 20 packages 00:51:40 Removing intermediate container 0bd9bbeb31e5 00:51:40 ---> 3b667231d1d1 00:51:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:41 ---> b07b55ca75f7 00:51:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:51:42 ---> 0ffca93e1d98 00:51:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:51:43 ---> 6d128c3d0c6a 00:51:43 Step 19/23 : ENTRYPOINT ["/core-data"] 00:51:43 ---> Running in f0b75d10de2d 00:51:43 Removing intermediate container f0b75d10de2d 00:51:43 ---> 6ed289783ec1 00:51:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:43 ---> Running in c293e572d2a4 00:51:44 Removing intermediate container c293e572d2a4 00:51:44 ---> 987bd820cc8d 00:51:44 Step 21/23 : LABEL arch=arm64 00:51:44 ---> Running in 2f07ca8391fc 00:51:44 Removing intermediate container 2f07ca8391fc 00:51:44 ---> 73ca1955bf8c 00:51:44 Step 22/23 : LABEL git_sha=382b2afe2677e9c91a063c78630d1ff8b858e839 00:51:44 ---> Running in e89ec4a2ff2b 00:51:45 Removing intermediate container e89ec4a2ff2b 00:51:45 ---> 65157b311cec 00:51:45 Step 23/23 : LABEL version=0.0.0 00:51:45 ---> Running in 8d933ead16b3 00:51:45 Removing intermediate container 8d933ead16b3 00:51:45 ---> f2b4a443f940 00:51:45 00:51:46 Successfully built f2b4a443f940 00:51:46 Successfully tagged docker-core-data-go-arm64:latest 00:51:46  Building docker-core-data-go ... done  [Pipeline] } 00:51:46 $ docker stop --time=1 2f9f0e4c60245df07fedcff48a71eae33410a078c7e64137a8bebb4dee64404b 00:51:48 $ docker rm -f 2f9f0e4c60245df07fedcff48a71eae33410a078c7e64137a8bebb4dee64404b [Pipeline] // withDockerContainer [Pipeline] sh 00:51:48 + docker images+ 00:51:48 grep docker 00:51:49 docker-core-data-go-arm64 latest f2b4a443f940 3 seconds ago 21.1MB 00:51:49 docker-support-notifications-go-arm64 latest c356c56d8fa0 12 seconds ago 16.8MB 00:51:49 docker-security-secretstore-setup-go-arm64 latest 7b57b95d90db 43 seconds ago 23.7MB 00:51:49 docker-security-proxy-setup-go-arm64 latest f05d41066bc7 49 seconds ago 23.4MB 00:51:49 docker-sys-mgmt-agent-go-arm64 latest 30b094883950 About a minute ago 300MB 00:51:49 docker-security-bootstrapper-go-arm64 latest c3fc066ecf17 3 minutes ago 17.3MB 00:51:49 docker-core-metadata-go-arm64 latest e8d3ed7ad303 3 minutes ago 17.9MB 00:51:49 docker-core-command-go-arm64 latest 5e5a372c1cc8 3 minutes ago 16.2MB 00:51:49 docker-support-scheduler-go-arm64 latest 3b12d5079a42 3 minutes ago 16.3MB 00:51:49 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 00:51:49 ---> job-cost.sh 00:51:49 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5pqj 00:52:28 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:55:05 lf-activate-venv(): INFO: Adding /tmp/venv-5pqj/bin to PATH 00:55:05 INFO: No Stack... 00:55:05 INFO: Retrieving Pricing Info for: lf-standard-4 00:55:05 INFO: Archiving Costs [Pipeline] sh 00:55:06 + cat /w/workspace/edgex-go/69/archives/cost.csv 00:55:06 + cut -d, -f6 [Pipeline] lock 00:55:06 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-69-stack-cost] 00:55:06 Resource [jenkins-edgexfoundry-edgex-go-PR-2858-69-stack-cost] did not exist. Created. 00:55:06 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-69-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:55:06 + echo total: 0.20999999344348907 [Pipeline] stash 00:55:07 Stashed 1 file(s) [Pipeline] } 00:55:07 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-69-stack-cost] [Pipeline] // lock [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] { (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:55:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:55:12 ---> package-listing.sh 00:55:12 ++ facter osfamily 00:55:12 ++ tr '[:upper:]' '[:lower:]' 00:55:12 + OS_FAMILY=redhat 00:55:12 + workspace=/w/workspace/edgex-go/69 00:55:12 + START_PACKAGES=/tmp/packages_start.txt 00:55:12 + END_PACKAGES=/tmp/packages_end.txt 00:55:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:55:12 + PACKAGES=/tmp/packages_start.txt 00:55:12 + '[' /w/workspace/edgex-go/69 ']' 00:55:12 + PACKAGES=/tmp/packages_end.txt 00:55:12 + case "${OS_FAMILY}" in 00:55:12 + rpm -qa 00:55:12 + sort 00:55:17 + '[' -f /tmp/packages_start.txt ']' 00:55:17 + '[' -f /tmp/packages_end.txt ']' 00:55:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:55:17 + '[' /w/workspace/edgex-go/69 ']' 00:55:17 + mkdir -p /w/workspace/edgex-go/69/archives/ 00:55:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/69/archives/ [Pipeline] echo 00:55:17 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/69/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:55:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:55:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:17 00:55:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:55:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:18 alpine: Pulling from edgex-lftools-log-publisher 00:55:18 df20fa9351a1: Pulling fs layer 00:55:18 36b3adc4ff6f: Pulling fs layer 00:55:18 8ad3a11d3b57: Pulling fs layer 00:55:18 46f8f816bc3b: Pulling fs layer 00:55:18 93b61091891f: Pulling fs layer 00:55:18 93b9cdb0e59b: Pulling fs layer 00:55:18 5e14af77c1be: Pulling fs layer 00:55:18 01666e4c0597: Pulling fs layer 00:55:18 aa168da1d23b: Pulling fs layer 00:55:18 93b9cdb0e59b: Waiting 00:55:18 5e14af77c1be: Waiting 00:55:18 01666e4c0597: Waiting 00:55:18 46f8f816bc3b: Waiting 00:55:18 93b61091891f: Waiting 00:55:18 36b3adc4ff6f: Download complete 00:55:18 46f8f816bc3b: Verifying Checksum 00:55:18 46f8f816bc3b: Download complete 00:55:18 df20fa9351a1: Verifying Checksum 00:55:18 df20fa9351a1: Download complete 00:55:18 93b9cdb0e59b: Verifying Checksum 00:55:18 93b9cdb0e59b: Download complete 00:55:18 93b61091891f: Verifying Checksum 00:55:18 93b61091891f: Download complete 00:55:18 5e14af77c1be: Download complete 00:55:18 01666e4c0597: Verifying Checksum 00:55:18 01666e4c0597: Download complete 00:55:18 8ad3a11d3b57: Verifying Checksum 00:55:18 8ad3a11d3b57: Download complete 00:55:18 df20fa9351a1: Pull complete 00:55:19 36b3adc4ff6f: Pull complete 00:55:20 aa168da1d23b: Verifying Checksum 00:55:20 aa168da1d23b: Download complete 00:55:20 8ad3a11d3b57: Pull complete 00:55:21 46f8f816bc3b: Pull complete 00:55:22 93b61091891f: Pull complete 00:55:22 93b9cdb0e59b: Pull complete 00:55:22 5e14af77c1be: Pull complete 00:55:22 01666e4c0597: Pull complete 00:55:34 aa168da1d23b: Pull complete 00:55:34 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:55:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:55:35 prd-centos7-docker-4c-2g-27426 does not seem to be running inside a container 00:55:35 $ 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/69/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/69 -v /w/workspace/edgex-go/69:/w/workspace/edgex-go/69:rw,z -v /w/workspace/edgex-go/69@tmp:/w/workspace/edgex-go/69@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:10003/edgex-lftools-log-publisher:alpine cat 00:55:37 $ docker top 399365c81c7bcbfbb2257f0d444dff4f5c25f825ce0b98a9c522c0c008b62483 -eo pid,comm [Pipeline] { [Pipeline] sh 00:55:38 + touch /tmp/pre-build-complete [Pipeline] sh 00:55:39 + mkdir -p /var/log/sa [Pipeline] sh 00:55:39 + ls /var/log/sa-host 00:55:39 + sadf -c /var/log/sa-host/sa23 00:55:39 file_magic: OK 00:55:39 HZ: Using current value: 100 00:55:39 file_header: OK 00:55:39 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:55:39 Statistics: 00:55:39 Hnuu...uuuununununu... 00:55:39 File successfully converted to sysstat format version 12.2.1 00:55:39 + sadf -c /var/log/sa-host/sa24 00:55:39 file_magic: OK 00:55:39 HZ: Using current value: 100 00:55:39 file_header: OK 00:55:39 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:55:39 Statistics: 00:55:39 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:55:39 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:55:39 provisioning config files... 00:55:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/69@tmp/config342039234129625137tmp [Pipeline] { [Pipeline] echo 00:55:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:55:39 ---> create-netrc.sh [Pipeline] } 00:55:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:55:40 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:55:40 ---> python-tools-install.sh [Pipeline] echo 00:55:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:55:40 ---> sudo-logs.sh 00:55:40 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:55:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:55:41 ---> job-cost.sh 00:55:41 lf-activate-venv: SKIPPING 00:55:41 DEBUG: total: 0.20999999344348907 00:55:41 INFO: Retrieving Stack Cost... 00:55:42 INFO: Retrieving Pricing Info for: v1-standard-2 00:55:42 INFO: Archiving Costs [Pipeline] echo 00:55:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:55:42 ---> logs-deploy.sh 00:55:42 lf-activate-venv: SKIPPING 00:55:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/69 00:55:42 INFO: archiving workspace using pattern(s): 00:55:44 Archives upload complete. 00:55:44 INFO: archiving logs to Nexus