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 f0a5054a805e8aad79e6fefc9c847f3d46b91de1 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from f0a5054a805e8aad79e6fefc9c847f3d46b91de1 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e395d696b4e6122b6a4fdab5d2b3787aeaccfdce # timeout=10 Commit message: "Merge pull request #320 from ernestojeda/fix-email" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-28130 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/73 [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/73 # 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 f0a5054a805e8aad79e6fefc9c847f3d46b91de1 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 > 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 f0a5054a805e8aad79e6fefc9c847f3d46b91de1 # timeout=10 Merge succeeded, producing 9cdc503a79d12129dfb75c2382350f28388d6980 Checking out Revision 9cdc503a79d12129dfb75c2382350f28388d6980 (PR-2858) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9cdc503a79d12129dfb75c2382350f28388d6980 # timeout=10 Commit message: "Merge commit 'f0a5054a805e8aad79e6fefc9c847f3d46b91de1' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:32:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:32:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:32:34 ========================================================= 00:32:34 EdgeX Global Pipelines Version Info 00:32:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk d6ded4327158f11b86382699c7f4aaf84d7a6d04 # timeout=10 00:32:36 ------------------- 00:32:36 stable info: 00:32:36 ------------------- 00:32:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:32:36 Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 00:32:36 Message: update stable to v1.0.183 00:32:37 ------------------- 00:32:37 experimental info: 00:32:37 ------------------- 00:32:37 Commited By: **** collab-it+edgex@linuxfoundation.org 00:32:37 Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 00:32:37 Message: update experimental to v1.0.183 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:32:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:32:38 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:32:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:32:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:32:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:32:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:32:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:32:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:32:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:32:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:32:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:32:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:32:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:32:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:32:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:32:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:32:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:32:39 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:32:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:32:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:32:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:32:40 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:32:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:32:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:32:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:32:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9cdc503a79d12129dfb75c2382350f28388d6980 [Pipeline] echo 00:32:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9cdc503 [Pipeline] echo 00:32:40 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:32:40 provisioning config files... 00:32:40 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/73@tmp/config215318771561463615tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:32:41 ---> docker-login.sh 00:32:41 nexus3.edgexfoundry.org:10001 00:32:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:44 Configure a credential helper to remove this warning. See 00:32:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:44 00:32:44 Login Succeeded 00:32:44 nexus3.edgexfoundry.org:10002 00:32:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:45 Configure a credential helper to remove this warning. See 00:32:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:45 00:32:45 Login Succeeded 00:32:45 nexus3.edgexfoundry.org:10003 00:32:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:46 Configure a credential helper to remove this warning. See 00:32:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:46 00:32:46 Login Succeeded 00:32:46 nexus3.edgexfoundry.org:10004 00:32:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:46 Configure a credential helper to remove this warning. See 00:32:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:46 00:32:46 Login Succeeded 00:32:46 docker.io 00:32:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:46 Configure a credential helper to remove this warning. See 00:32:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:46 00:32:46 Login Succeeded 00:32:46 ---> docker-login.sh ends [Pipeline] } 00:32:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:47 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:32:47 + for file in '`ls cmd/**/Dockerfile`' 00:32:47 ++ dirname cmd/core-command/Dockerfile 00:32:47 ++ cut -d/ -f2 00:32:47 + echo core-command,cmd/core-command/Dockerfile 00:32:47 + for file in '`ls cmd/**/Dockerfile`' 00:32:47 ++ dirname cmd/core-data/Dockerfile 00:32:47 ++ cut -d/ -f2 00:32:47 + echo core-data,cmd/core-data/Dockerfile 00:32:47 + for file in '`ls cmd/**/Dockerfile`' 00:32:47 ++ dirname cmd/core-metadata/Dockerfile 00:32:47 ++ cut -d/ -f2 00:32:47 + echo core-metadata,cmd/core-metadata/Dockerfile 00:32:47 + for file in '`ls cmd/**/Dockerfile`' 00:32:47 ++ dirname cmd/security-bootstrapper/Dockerfile 00:32:47 ++ cut -d/ -f2 00:32:47 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:32:47 + for file in '`ls cmd/**/Dockerfile`' 00:32:47 ++ dirname cmd/security-proxy-setup/Dockerfile 00:32:47 ++ cut -d/ -f2 00:32:47 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:32:47 + for file in '`ls cmd/**/Dockerfile`' 00:32:47 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:32:47 ++ cut -d/ -f2 00:32:47 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:32:47 + for file in '`ls cmd/**/Dockerfile`' 00:32:47 ++ dirname cmd/support-notifications/Dockerfile 00:32:47 ++ cut -d/ -f2 00:32:47 + echo support-notifications,cmd/support-notifications/Dockerfile 00:32:47 + for file in '`ls cmd/**/Dockerfile`' 00:32:47 ++ dirname cmd/support-scheduler/Dockerfile 00:32:47 ++ cut -d/ -f2 00:32:47 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:32:47 + for file in '`ls cmd/**/Dockerfile`' 00:32:47 ++ cut -d/ -f2 00:32:47 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:32:47 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:32:47 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:32:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:48 00:32:48 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:32:48 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:48 latest: Pulling from edgex-devops/git-semver 00:32:48 31603596830f: Pulling fs layer 00:32:48 2a8b12db71e7: Pulling fs layer 00:32:48 6ca5941a6612: Pulling fs layer 00:32:48 ecc8261a40a4: Pulling fs layer 00:32:48 ecc8261a40a4: Waiting 00:32:48 2a8b12db71e7: Verifying Checksum 00:32:48 2a8b12db71e7: Download complete 00:32:48 31603596830f: Download complete 00:32:49 6ca5941a6612: Verifying Checksum 00:32:49 6ca5941a6612: Download complete 00:32:49 ecc8261a40a4: Verifying Checksum 00:32:49 ecc8261a40a4: Download complete 00:32:49 31603596830f: Pull complete 00:32:49 2a8b12db71e7: Pull complete 00:32:51 6ca5941a6612: Pull complete 00:32:51 ecc8261a40a4: Pull complete 00:32:52 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:32:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:52 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:32:52 prd-centos7-docker-4c-2g-28130 does not seem to be running inside a container 00:32:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/73 -v /w/workspace/edgex-go/73:/w/workspace/edgex-go/73:rw,z -v /w/workspace/edgex-go/73@tmp:/w/workspace/edgex-go/73@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:32:58 $ docker top 1ce586d7134996e11fd72ae617e1ce8513f5ef4df5cae32f1e0fd6297fea26a4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:32:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:59 [ssh-agent] Looking for ssh-agent implementation... 00:33:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:33:00 $ docker exec 1ce586d7134996e11fd72ae617e1ce8513f5ef4df5cae32f1e0fd6297fea26a4 ssh-agent 00:33:00 SSH_AUTH_SOCK=/tmp/ssh-yZjr3vSEsGig/agent.11 00:33:00 SSH_AGENT_PID=16 00:33:00 Running ssh-add (command line suppressed) 00:33:01 Identity added: /w/workspace/edgex-go/73@tmp/private_key_7961697542741916455.key (/w/workspace/edgex-go/73@tmp/private_key_7961697542741916455.key) 00:33:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:33:01 + git tag --points-at HEAD [Pipeline] } 00:33:01 $ docker exec --env ******** --env ******** 1ce586d7134996e11fd72ae617e1ce8513f5ef4df5cae32f1e0fd6297fea26a4 ssh-agent -k 00:33:02 unset SSH_AUTH_SOCK; 00:33:02 unset SSH_AGENT_PID; 00:33:02 echo Agent pid 16 killed; 00:33:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:33:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:33:02 [ssh-agent] Looking for ssh-agent implementation... 00:33:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:33:03 $ docker exec 1ce586d7134996e11fd72ae617e1ce8513f5ef4df5cae32f1e0fd6297fea26a4 ssh-agent 00:33:03 SSH_AUTH_SOCK=/tmp/ssh-1DlrzPE3vYLM/agent.44 00:33:03 SSH_AGENT_PID=49 00:33:03 Running ssh-add (command line suppressed) 00:33:03 Identity added: /w/workspace/edgex-go/73@tmp/private_key_2692144920853743054.key (/w/workspace/edgex-go/73@tmp/private_key_2692144920853743054.key) 00:33:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:33:03 + git semver init 00:33:03 # -> Open(): unable to determine branch for HEAD 00:33:03 # $GIT_DIR = /w/workspace/edgex-go/73/.git 00:33:03 # $GIT_WORK_TREE = /w/workspace/edgex-go/73 00:33:03 # $SEMVER_REMOTE_NAME = origin 00:33:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:33:03 # $SEMVER_USER_NAME = edgex-jenkins 00:33:03 # $SEMVER_BRANCH = PR-2858 00:33:03 # $SEMVER_TEMP = /tmp/semver-620835369 00:33:03 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:33:44 # '/tmp/semver-620835369' -> '/w/workspace/edgex-go/73/.semver' 00:33:45 # -> Force: false 00:33:45 # $SEMVER_DIR = /w/workspace/edgex-go/73/.semver [Pipeline] } 00:33:45 $ docker exec --env ******** --env ******** 1ce586d7134996e11fd72ae617e1ce8513f5ef4df5cae32f1e0fd6297fea26a4 ssh-agent -k 00:33:45 unset SSH_AUTH_SOCK; 00:33:45 unset SSH_AGENT_PID; 00:33:45 echo Agent pid 49 killed; 00:33:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:33:46 + git semver [Pipeline] } 00:33:46 $ docker stop --time=1 1ce586d7134996e11fd72ae617e1ce8513f5ef4df5cae32f1e0fd6297fea26a4 00:33:48 $ docker rm -f 1ce586d7134996e11fd72ae617e1ce8513f5ef4df5cae32f1e0fd6297fea26a4 [Pipeline] // withDockerContainer [Pipeline] sh 00:33:49 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:33:50 Stashed 1 file(s) [Pipeline] echo 00:33:50 [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:33:51 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:33:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:33:52 + sudo service docker restart 00:33:52 + true 00:33:52 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:33:53 ========================================================= 00:33:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:33:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:33:54 + 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:34:06 Still waiting to schedule task 00:34:06 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-28136’ is offline 00:34:06 Sending build context to Docker daemon 328.2MB 00:34:06 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:34:06 Step 2/6 : FROM ${BASE} 00:34:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:34:06 188c0c94c7c5: Pulling fs layer 00:34:06 0ef7d3d256c8: Pulling fs layer 00:34:06 de9db76c5a1d: Pulling fs layer 00:34:06 bca2f99d35d6: Pulling fs layer 00:34:06 93359f2a8cfa: Pulling fs layer 00:34:06 7c6f9722023f: Pulling fs layer 00:34:06 a35cf1a2eb13: Pulling fs layer 00:34:06 93359f2a8cfa: Waiting 00:34:06 7c6f9722023f: Waiting 00:34:06 a35cf1a2eb13: Waiting 00:34:06 bca2f99d35d6: Waiting 00:34:06 de9db76c5a1d: Verifying Checksum 00:34:06 de9db76c5a1d: Download complete 00:34:06 0ef7d3d256c8: Download complete 00:34:06 93359f2a8cfa: Verifying Checksum 00:34:06 93359f2a8cfa: Download complete 00:34:06 7c6f9722023f: Download complete 00:34:06 188c0c94c7c5: Download complete 00:34:07 188c0c94c7c5: Pull complete 00:34:07 0ef7d3d256c8: Pull complete 00:34:07 de9db76c5a1d: Pull complete 00:34:11 a35cf1a2eb13: Verifying Checksum 00:34:11 a35cf1a2eb13: Download complete 00:34:13 bca2f99d35d6: Verifying Checksum 00:34:13 bca2f99d35d6: Download complete 00:34:21 bca2f99d35d6: Pull complete 00:34:21 93359f2a8cfa: Pull complete 00:34:21 7c6f9722023f: Pull complete 00:34:30 a35cf1a2eb13: Pull complete 00:34:30 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:34:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:34:30 ---> a62c8e92a672 00:34:30 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:34:30 ---> Running in eab800328446 00:34:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:34:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:34:33 (1/12) Installing libmagic (5.38-r0) 00:34:33 (2/12) Installing file (5.38-r0) 00:34:33 (3/12) Installing libc-dev (0.7.2-r3) 00:34:33 (4/12) Installing g++ (9.3.0-r2) 00:34:37 (5/12) Installing fortify-headers (1.1-r0) 00:34:37 (6/12) Installing patch (2.7.6-r6) 00:34:37 (7/12) Installing build-base (0.5-r2) 00:34:37 (8/12) Installing libsodium (1.0.18-r0) 00:34:37 (9/12) Installing pkgconf (1.7.2-r0) 00:34:37 (10/12) Installing libsodium-dev (1.0.18-r0) 00:34:37 (11/12) Installing libzmq (4.3.3-r0) 00:34:37 (12/12) Installing zeromq-dev (4.3.3-r0) 00:34:37 Executing busybox-1.31.1-r19.trigger 00:34:37 OK: 233 MiB in 51 packages 00:34:43 Removing intermediate container eab800328446 00:34:43 ---> 58f1ed0bbde5 00:34:43 Step 4/6 : WORKDIR /edgex-go 00:34:43 ---> Running in 351b3d4ef099 00:34:43 Removing intermediate container 351b3d4ef099 00:34:43 ---> 7f2c7121fd7b 00:34:43 Step 5/6 : COPY go.mod . 00:34:43 ---> 3935bb7f403c 00:34:43 Step 6/6 : RUN go mod download 00:34:44 ---> Running in 3c65c7f8fe78 00:35:33 Removing intermediate container 3c65c7f8fe78 00:35:33 ---> 8098a32aad48 00:35:33 Successfully built 8098a32aad48 00:35:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:35:33 + docker inspect -f . ci-base-image-x86_64 00:35:34 . [Pipeline] withDockerContainer 00:35:34 prd-centos7-docker-4c-2g-28130 does not seem to be running inside a container 00:35:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/73 -v /w/workspace/edgex-go/73:/w/workspace/edgex-go/73:rw,z -v /w/workspace/edgex-go/73@tmp:/w/workspace/edgex-go/73@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:35:37 $ docker top f301cf34cabe315783ebc5c9e5ebcc0332c2961de1df89bcc4bd5ebb1b21d1b0 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:38 + go version 00:35:38 go version go1.15.5 linux/amd64 [Pipeline] } 00:35:38 $ docker stop --time=1 f301cf34cabe315783ebc5c9e5ebcc0332c2961de1df89bcc4bd5ebb1b21d1b0 00:35:40 $ docker rm -f f301cf34cabe315783ebc5c9e5ebcc0332c2961de1df89bcc4bd5ebb1b21d1b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:41 + docker inspect -f . ci-base-image-x86_64 00:35:41 . [Pipeline] withDockerContainer 00:35:42 prd-centos7-docker-4c-2g-28130 does not seem to be running inside a container 00:35:42 $ 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/73 -v /w/workspace/edgex-go/73:/w/workspace/edgex-go/73:rw,z -v /w/workspace/edgex-go/73@tmp:/w/workspace/edgex-go/73@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:35:43 $ docker top c58358a50fd51452a26e46244c4cf750df56ff27bded855692769da3e8b3541b -eo pid,comm [Pipeline] { [Pipeline] echo 00:35:43 ========================================================= 00:35:43 [edgeXBuildGoParallel] Running Tests and Build... 00:35:43 ========================================================= [Pipeline] sh 00:35:44 + make test 00:35:44 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:36:11 ? github.com/edgexfoundry/edgex-go [no test files] 00:36:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28138 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:36:21 Running in /w/workspace/edgex-go/73 [Pipeline] { [Pipeline] checkout 00:36:26 using credential edgex-jenkins-ssh 00:36:26 Cloning the remote Git repository 00:36:26 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:26 > git init /w/workspace/edgex-go/73 # timeout=10 00:36:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:26 > git --version # timeout=10 00:36:26 > git --version # 'git version 2.17.1' 00:36:26 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:40 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:36:48 Merging remotes/origin/master commit f0a5054a805e8aad79e6fefc9c847f3d46b91de1 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:36:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:47 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:48 > git config core.sparsecheckout # timeout=10 00:36:48 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:36:49 > git remote # timeout=10 00:36:49 > git config --get remote.origin.url # timeout=10 00:36:49 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:49 > git merge f0a5054a805e8aad79e6fefc9c847f3d46b91de1 # timeout=10 00:36:50 Merge succeeded, producing 4d46453a19b37a314ef8cb9cfc0b5b99f5267264 00:36:50 Checking out Revision 4d46453a19b37a314ef8cb9cfc0b5b99f5267264 (PR-2858) 00:36:50 > git rev-parse HEAD^{commit} # timeout=10 00:36:50 > git config core.sparsecheckout # timeout=10 00:36:50 > git checkout -f 4d46453a19b37a314ef8cb9cfc0b5b99f5267264 # timeout=10 00:36:54 Commit message: "Merge commit 'f0a5054a805e8aad79e6fefc9c847f3d46b91de1' into HEAD" 00:36:54 > git rev-list --no-walk d6ded4327158f11b86382699c7f4aaf84d7a6d04 # timeout=10 00:36:54 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:56 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:56 + true 00:36:56 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:59 provisioning config files... 00:36:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/73@tmp/config827496842142077285tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:59 ---> docker-login.sh 00:36:59 nexus3.edgexfoundry.org:10001 00:37:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:00 Configure a credential helper to remove this warning. See 00:37:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:00 00:37:00 Login Succeeded 00:37:00 nexus3.edgexfoundry.org:10002 00:37:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:01 Configure a credential helper to remove this warning. See 00:37:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:01 00:37:01 Login Succeeded 00:37:01 nexus3.edgexfoundry.org:10003 00:37:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:01 Configure a credential helper to remove this warning. See 00:37:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:01 00:37:01 Login Succeeded 00:37:01 nexus3.edgexfoundry.org:10004 00:37:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:02 Configure a credential helper to remove this warning. See 00:37:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:02 00:37:02 Login Succeeded 00:37:02 docker.io 00:37:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:03 Configure a credential helper to remove this warning. See 00:37:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:03 00:37:03 Login Succeeded 00:37:03 ---> docker-login.sh ends [Pipeline] } 00:37:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:37:03 ========================================================= 00:37:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:37:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:37:03 + 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:37:04 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:37:04 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:37:04 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:37:05 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:37:05 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:37:05 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:37:05 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:37:06 Sending build context to Docker daemon 166.5MB 00:37:06 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:37:06 Step 2/6 : FROM ${BASE} 00:37:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:37:06 5f621e34cdf4: Pulling fs layer 00:37:06 a4357932f1b6: Pulling fs layer 00:37:06 18c013af1878: Pulling fs layer 00:37:06 00ac8860ef70: Pulling fs layer 00:37:06 63d7cb157983: Pulling fs layer 00:37:06 b116817d02f9: Pulling fs layer 00:37:06 745a02a5169b: Pulling fs layer 00:37:06 00ac8860ef70: Waiting 00:37:06 63d7cb157983: Waiting 00:37:06 b116817d02f9: Waiting 00:37:06 745a02a5169b: Waiting 00:37:06 18c013af1878: Verifying Checksum 00:37:06 18c013af1878: Download complete 00:37:06 a4357932f1b6: Verifying Checksum 00:37:06 a4357932f1b6: Download complete 00:37:06 63d7cb157983: Verifying Checksum 00:37:06 63d7cb157983: Download complete 00:37:06 b116817d02f9: Verifying Checksum 00:37:06 b116817d02f9: Download complete 00:37:06 5f621e34cdf4: Verifying Checksum 00:37:06 5f621e34cdf4: Download complete 00:37:07 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:37:07 5f621e34cdf4: Pull complete 00:37:07 a4357932f1b6: Pull complete 00:37:08 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:37:08 18c013af1878: Pull complete 00:37:08 745a02a5169b: Download complete 00:37:10 00ac8860ef70: Verifying Checksum 00:37:10 00ac8860ef70: Download complete 00:37:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:37:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:37:13 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:37:17 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.310s coverage: 45.9% of statements 00:37:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:37:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:37:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:37:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:37:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:37:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:37:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:37:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.171s coverage: 100.0% of statements 00:37:20 00ac8860ef70: Pull complete 00:37:20 63d7cb157983: Pull complete 00:37:21 b116817d02f9: Pull complete 00:37:23 ok github.com/edgexfoundry/edgex-go/internal/core/data 2.081s coverage: 27.1% of statements 00:37:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:37:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:37:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:37:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:37:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:37:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:37:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements 00:37:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:37:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.045s coverage: 100.0% of statements 00:37:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:37:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:37:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.170s coverage: 65.8% of statements 00:37:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:37:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:37:24 745a02a5169b: Pull complete 00:37:24 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:37:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:37:24 ---> b7e6874047d6 00:37:24 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:37:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.551s coverage: 82.3% of statements 00:37:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:37:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:37:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:37:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:37:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.736s coverage: 28.6% of statements 00:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:37:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.127s coverage: 100.0% of statements 00:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:37:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.103s coverage: 100.0% of statements 00:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:37:27 ---> Running in 35be91aefd9c 00:37:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.279s coverage: 86.7% of statements 00:37:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:37:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.230s coverage: 97.5% of statements 00:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:37:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.186s coverage: 78.3% of statements 00:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:37:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:31 (1/12) Installing libmagic (5.38-r0) 00:37:31 (2/12) Installing file (5.38-r0) 00:37:31 (3/12) Installing libc-dev (0.7.2-r3) 00:37:31 (4/12) Installing g++ (9.3.0-r2) 00:37:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.043s coverage: 92.8% of statements 00:37:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:37:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:37:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:37:35 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:37:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.148s coverage: 58.8% of statements 00:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:37:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.100s coverage: 0.1% of statements 00:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:37:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:37:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.076s coverage: 45.5% of statements 00:37:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.218s coverage: 79.5% of statements 00:37:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements 00:37:35 (5/12) Installing fortify-headers (1.1-r0) 00:37:35 (6/12) Installing patch (2.7.6-r6) 00:37:35 (7/12) Installing build-base (0.5-r2) 00:37:35 (8/12) Installing libsodium (1.0.18-r0) 00:37:35 (9/12) Installing pkgconf (1.7.2-r0) 00:37:35 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:35 (11/12) Installing libzmq (4.3.3-r0) 00:37:36 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:36 Executing busybox-1.31.1-r19.trigger 00:37:36 OK: 217 MiB in 51 packages 00:37:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.995s coverage: 96.3% of statements 00:37:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.095s coverage: 87.5% of statements 00:37:40 Removing intermediate container 35be91aefd9c 00:37:40 ---> dbfd178eaada 00:37:40 Step 4/6 : WORKDIR /edgex-go 00:37:40 ---> Running in 5e2e93961dbb 00:37:41 Removing intermediate container 5e2e93961dbb 00:37:41 ---> 98e96944fa92 00:37:41 Step 5/6 : COPY go.mod . 00:37:41 ---> 1cb856326e28 00:37:41 Step 6/6 : RUN go mod download 00:37:41 ---> Running in aa99d0356f3d 00:37:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.149s coverage: 94.4% of statements 00:37:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.151s coverage: 44.8% of statements 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.888s coverage: 92.9% of statements 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.125s coverage: 77.8% of statements 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.093s coverage: 87.2% of statements 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.078s coverage: 100.0% of statements 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.943s coverage: 75.5% of statements 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.040s coverage: 80.8% of statements 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.082s coverage: 87.2% of statements 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 84.6% of statements 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.138s coverage: 91.6% of statements 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.257s coverage: 62.4% of statements 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.073s coverage: 91.3% of statements 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.091s coverage: 73.7% of statements 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.953s coverage: 69.1% of statements 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.139s coverage: 38.4% of statements 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.061s coverage: 89.5% of statements 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.130s coverage: 84.8% of statements 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.345s coverage: 47.0% of statements 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.090s coverage: 100.0% of statements 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.242s coverage: 89.4% of statements 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:38:08 Removing intermediate container aa99d0356f3d 00:38:08 ---> 86d996ea83c4 00:38:08 Successfully built 86d996ea83c4 00:38:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:38:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.158s coverage: 29.1% of statements 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:38:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.098s coverage: 99.0% of statements 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:38:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.052s coverage: 100.0% of statements 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:38:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.174s coverage: 94.3% of statements 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:38:08 ok github.com/edgexfoundry/edgex-go/internal/system 0.175s coverage: 0.0% of statements 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:38:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:38:09 + docker inspect -f . ci-base-image-arm64 00:38:09 . [Pipeline] withDockerContainer 00:38:09 prd-ubuntu18.04-docker-arm64-4c-16g-28138 does not seem to be running inside a container 00:38:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/73 -v /w/workspace/edgex-go/73:/w/workspace/edgex-go/73:rw,z -v /w/workspace/edgex-go/73@tmp:/w/workspace/edgex-go/73@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.072s coverage: 87.9% of statements 00:38:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:38:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:38:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements 00:38:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.045s coverage: 32.1% of statements 00:38:10 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.059s coverage: 100.0% of statements 00:38:10 $ docker top 2a281803aca9340779452908268024cc73c5e32ae1cbc746596600b62f6729d2 -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:11 GO111MODULE=on go vet ./... 00:38:11 + go version 00:38:11 go version go1.15.5 linux/arm64 [Pipeline] } 00:38:11 $ docker stop --time=1 2a281803aca9340779452908268024cc73c5e32ae1cbc746596600b62f6729d2 00:38:13 $ docker rm -f 2a281803aca9340779452908268024cc73c5e32ae1cbc746596600b62f6729d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:14 + docker inspect -f . ci-base-image-arm64 00:38:14 . [Pipeline] withDockerContainer 00:38:15 prd-ubuntu18.04-docker-arm64-4c-16g-28138 does not seem to be running inside a container 00:38:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/73 -v /w/workspace/edgex-go/73:/w/workspace/edgex-go/73:rw,z -v /w/workspace/edgex-go/73@tmp:/w/workspace/edgex-go/73@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:16 $ docker top 7d11c8632c97e0a058b3f1d5d0fbb1768231813d64c545d157f39e3614c22e95 -eo pid,comm [Pipeline] { [Pipeline] echo 00:38:17 ========================================================= 00:38:17 [edgeXBuildGoParallel] Running Tests and Build... 00:38:17 ========================================================= [Pipeline] sh 00:38:17 + make test 00:38:17 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:44 ? github.com/edgexfoundry/edgex-go [no test files] 00:39:08 gofmt -l . 00:39:08 [ "`gofmt -l .`" = "" ] 00:39:08 ./bin/test-go-mod-tidy.sh 00:39:08 ./bin/test-attribution-txt.sh [Pipeline] sh 00:39:12 + ls -al . 00:39:12 total 712 00:39:12 drwxrwxr-x 10 1001 1001 4096 Mar 2 00:39 . 00:39:12 drwxr-xr-x 4 root root 30 Mar 2 00:35 .. 00:39:12 -rw-rw-r-- 1 1001 1001 11 Mar 2 00:32 .dockerignore 00:39:12 drwxrwxr-x 8 1001 1001 179 Mar 2 00:32 .git 00:39:12 drwxrwxr-x 3 1001 1001 125 Mar 2 00:32 .github 00:39:12 -rw-rw-r-- 1 1001 1001 818 Mar 2 00:32 .gitignore 00:39:12 drwx------ 3 1001 1001 60 Mar 2 00:33 .semver 00:39:12 -rw-rw-r-- 1 1001 1001 166 Mar 2 00:32 .sonarcloud.properties 00:39:12 -rw-rw-r-- 1 1001 1001 8475 Mar 2 00:32 Attribution.txt 00:39:12 -rw-rw-r-- 1 1001 1001 3804 Mar 2 00:32 CONTRIBUTING.md 00:39:12 -rw-rw-r-- 1 1001 1001 931 Mar 2 00:32 Dockerfile.build 00:39:12 -rw-rw-r-- 1 1001 1001 863 Mar 2 00:32 Jenkinsfile 00:39:12 -rw-rw-r-- 1 1001 1001 10775 Mar 2 00:32 LICENSE 00:39:12 -rw-rw-r-- 1 1001 1001 5774 Mar 2 00:32 Makefile 00:39:12 -rw-rw-r-- 1 1001 1001 6524 Mar 2 00:32 README.md 00:39:12 -rw-rw-r-- 1 1001 1001 6755 Mar 2 00:32 SECURITY.md 00:39:12 -rw-rw-r-- 1 1001 1001 5 Mar 2 00:33 VERSION 00:39:12 -rw-rw-r-- 1 1001 1001 4131 Mar 2 00:32 ZMQWindows.md 00:39:12 drwxrwxr-x 2 1001 1001 117 Mar 2 00:32 bin 00:39:12 drwxrwxr-x 14 1001 1001 4096 Mar 2 00:32 cmd 00:39:12 -rw-r--r-- 1 root root 600565 Mar 2 00:38 coverage.out 00:39:12 -rw-r--r-- 1 root root 1055 Mar 2 00:39 go.mod 00:39:12 -rw-r--r-- 1 root root 21699 Mar 2 00:39 go.sum 00:39:12 drwxrwxr-x 8 1001 1001 127 Mar 2 00:32 internal 00:39:12 drwxrwxr-x 4 1001 1001 26 Mar 2 00:32 openapi 00:39:12 drwxrwxr-x 4 1001 1001 71 Mar 2 00:32 snap 00:39:12 -rw-rw-r-- 1 1001 1001 168 Mar 2 00:32 version.go [Pipeline] sh 00:39:12 + '[' -e coverage.out ] 00:39:12 + chown 1001:1001 coverage.out [Pipeline] stash 00:39:13 Stashed 1 file(s) [Pipeline] sh 00:39:13 + make build 00:39:13 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:19 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:39:32 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:39:35 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:39:38 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:39 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:41 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:43 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:39:46 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:39:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:39:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:50 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:39:52 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:39:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:39:55 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [Pipeline] } 00:39:57 $ docker stop --time=1 c58358a50fd51452a26e46244c4cf750df56ff27bded855692769da3e8b3541b 00:40:01 $ docker rm -f c58358a50fd51452a26e46244c4cf750df56ff27bded855692769da3e8b3541b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:40:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:40:04 00:40:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix 00:40:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:40:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:40:04 ? github.com/edgexfoundry/edgex-go/internal [no test files] [Pipeline] sh 00:40:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:40:04 latest: Pulling from edgex-devops/edgex-compose 00:40:04 cbdbe7a5bc2a: Pulling fs layer 00:40:04 ca9280d653b3: Pulling fs layer 00:40:04 7e9c9ca2126c: Pulling fs layer 00:40:05 cbdbe7a5bc2a: Verifying Checksum 00:40:05 cbdbe7a5bc2a: Download complete 00:40:06 ca9280d653b3: Verifying Checksum 00:40:06 ca9280d653b3: Download complete 00:40:06 cbdbe7a5bc2a: Pull complete 00:40:08 7e9c9ca2126c: Verifying Checksum 00:40:08 7e9c9ca2126c: Download complete 00:40:08 ca9280d653b3: Pull complete 00:40:09 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.314s coverage: 45.9% of statements 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:40:09 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.268s coverage: 100.0% of statements 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.559s coverage: 27.1% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.077s coverage: 100.0% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.226s coverage: 65.8% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.696s coverage: 82.3% of statements 00:40:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:40:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:21 7e9c9ca2126c: Pull complete 00:40:21 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:40:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:40:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:40:21 prd-centos7-docker-4c-2g-28130 does not seem to be running inside a container 00:40:21 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/73 -v /w/workspace/edgex-go/73:/w/workspace/edgex-go/73:rw,z -v /w/workspace/edgex-go/73@tmp:/w/workspace/edgex-go/73@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:40:24 $ docker top c80dc89b8a5f42c3a1f1a75e4d53a5ddf7d3d763da6d6926aa559483587119de -eo pid,comm [Pipeline] { [Pipeline] sh 00:40:25 + docker-compose build --help 00:40:25 + grep parallel 00:40:26 --parallel Build images in parallel. [Pipeline] } 00:40:26 $ docker stop --time=1 c80dc89b8a5f42c3a1f1a75e4d53a5ddf7d3d763da6d6926aa559483587119de 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.222s coverage: 28.6% of statements 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.156s coverage: 100.0% of statements 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.071s coverage: 100.0% of statements 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.358s coverage: 86.7% of statements 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.457s coverage: 97.5% of statements 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.221s coverage: 78.3% of statements 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:29 $ docker rm -f c80dc89b8a5f42c3a1f1a75e4d53a5ddf7d3d763da6d6926aa559483587119de [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:40:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:40:30 . [Pipeline] withDockerContainer 00:40:30 prd-centos7-docker-4c-2g-28130 does not seem to be running inside a container 00:40:30 $ 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/73 -v /w/workspace/edgex-go/73:/w/workspace/edgex-go/73:rw,z -v /w/workspace/edgex-go/73@tmp:/w/workspace/edgex-go/73@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:40:33 $ docker top 4b7eea23e051991b5fc7427d49cf7125068957f68fe3c1da87af1800fc18bcef -eo pid,comm [Pipeline] { [Pipeline] sh 00:40:34 + docker-compose -f ./docker-compose-build.yml build --parallel 00:40:37 Building docker-core-command-go ... 00:40:37 Building docker-core-data-go ... 00:40:37 Building docker-core-metadata-go ... 00:40:37 Building docker-security-bootstrapper-go ... 00:40:37 Building docker-security-proxy-setup-go ... 00:40:37 Building docker-security-secretstore-setup-go ... 00:40:37 Building docker-support-notifications-go ... 00:40:37 Building docker-support-scheduler-go ... 00:40:37 Building docker-sys-mgmt-agent-go ... 00:40:37 Building docker-sys-mgmt-agent-go 00:40:37 Building docker-core-data-go 00:40:37 Building docker-security-bootstrapper-go 00:40:37 Building docker-support-scheduler-go 00:40:37 Building docker-support-notifications-go 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.245s coverage: 92.8% of statements 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.045s coverage: 58.8% of statements 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.201s coverage: 0.1% of statements 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.070s coverage: 45.5% of statements 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.097s coverage: 79.5% of statements 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.087s coverage: 96.3% of statements 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.085s coverage: 87.5% of statements 00:40:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.083s coverage: 94.4% of statements 00:40:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.123s coverage: 92.9% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.101s coverage: 87.2% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.080s coverage: 75.5% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.124s coverage: 87.2% of statements 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.131s coverage: 84.6% of statements 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.186s coverage: 91.6% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.612s coverage: 62.4% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.106s coverage: 91.3% of statements 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.082s coverage: 100.0% of statements 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.961s coverage: 69.1% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.419s coverage: 38.4% of statements 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.099s coverage: 89.5% of statements 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:41:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.086s coverage: 84.8% of statements 00:41:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.485s coverage: 47.0% of statements 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:41:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.164s coverage: 100.0% of statements 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:41:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.102s coverage: 100.0% of statements 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:41:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.456s coverage: 89.4% of statements 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.572s coverage: 29.1% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.210s coverage: 99.0% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.111s coverage: 100.0% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.208s coverage: 94.3% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.091s coverage: 87.9% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.082s coverage: 100.0% of statements 00:41:27 GO111MODULE=on go vet ./... 00:42:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:42:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:42:31 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:42:31 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:42:31 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:42:31 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:42:31 ---> 8098a32aad48 00:42:31 Step 3/23 : WORKDIR /edgex-go ---> 8098a32aad48 00:42:31 Step 3/26 : WORKDIR /edgex-go 00:42:31 ---> 8098a32aad48 00:42:31 Step 3/30 : WORKDIR /edgex-go 00:42:31 00:42:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:42:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:42:31 ---> 8098a32aad48 00:42:31 Step 3/22 : WORKDIR /edgex-go 00:42:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:42:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:42:31 ---> 8098a32aad48 00:42:31 Step 3/22 : WORKDIR /edgex-go 00:42:31 ---> Running in 035049b2d048 00:42:31 ---> Running in 2c9f6661328c 00:42:31 ---> Running in 656f73c7c050 00:42:31 ---> Running in 6a500d04dbcd 00:42:31 ---> Running in 379d484ddf95 00:42:34 Removing intermediate container 656f73c7c050 00:42:34 ---> 23097ca77f32 00:42:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:34 Removing intermediate container 6a500d04dbcd 00:42:34 ---> a3f90249f27e 00:42:34 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:34 Removing intermediate container 379d484ddf95 00:42:34 ---> 45502793bb8c 00:42:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:34 Removing intermediate container 035049b2d048 00:42:34 ---> 854e101f9873 00:42:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:34 Removing intermediate container 2c9f6661328c 00:42:34 ---> 5401b76b9ea3 00:42:34 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:34 ---> Running in e485e2664804 00:42:34 ---> Running in 7f9634d1597a 00:42:34 ---> Running in 488cae9e3587 00:42:34 ---> Running in 4dde57db7c99 00:42:34 ---> Running in daefd4110c9b 00:42:44 Removing intermediate container 4dde57db7c99 00:42:44 ---> 6075bbdfc10b 00:42:44 Step 5/22 : RUN apk add --update --no-cache make git 00:42:44 Removing intermediate container e485e2664804 00:42:44 ---> e35892146a36 00:42:44 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:42:44 Removing intermediate container 7f9634d1597a 00:42:44 ---> 334eb5dd9019 00:42:44 Step 5/30 : RUN apk add --update --no-cache make git 00:42:44 ---> Running in 41d5f561f211 00:42:44 ---> Running in e68987e1720a 00:42:44 ---> Running in d4c0d8ccce66 00:42:44 Removing intermediate container daefd4110c9b 00:42:44 ---> 539713b2598c 00:42:44 Step 5/26 : RUN apk add --update --no-cache make bash git 00:42:44 Removing intermediate container 488cae9e3587 00:42:44 ---> a1a39ce2aba4 00:42:44 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:42:46 ---> Running in ce89ebbe80e9 00:42:46 ---> Running in 7cba460f0eb6 00:42:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:49 gofmt -l . 00:42:49 [ "`gofmt -l .`" = "" ] 00:42:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:50 OK: 233 MiB in 51 packages 00:42:50 OK: 233 MiB in 51 packages 00:42:50 OK: 233 MiB in 51 packages 00:42:50 OK: 233 MiB in 51 packages 00:42:50 OK: 233 MiB in 51 packages 00:42:52 ./bin/test-go-mod-tidy.sh 00:42:52 ./bin/test-attribution-txt.sh 00:42:52 Removing intermediate container 41d5f561f211 00:42:52 ---> 43e06df3b959 00:42:52 Step 6/22 : COPY go.mod . 00:42:53 Removing intermediate container ce89ebbe80e9 00:42:53 ---> 9bdbfb9a7bf2 00:42:53 Step 6/26 : COPY go.mod . 00:42:53 Removing intermediate container d4c0d8ccce66 00:42:53 ---> 492a500ce511 00:42:53 Step 6/30 : COPY go.mod . 00:42:53 ---> c3a02069eb28 00:42:53 Step 7/22 : RUN go mod download 00:42:53 Removing intermediate container e68987e1720a 00:42:53 ---> fd8a0343f1a1 00:42:53 Step 6/22 : COPY go.mod . 00:42:53 Removing intermediate container 7cba460f0eb6 00:42:53 ---> 28a2039b1bfe 00:42:53 Step 6/23 : COPY go.mod . 00:42:54 ---> Running in 38e7956e1b0a 00:42:54 ---> 0af952ab528c 00:42:54 Step 7/26 : RUN go mod download 00:42:54 ---> 97dc6b144e8f 00:42:54 Step 7/30 : RUN go mod download [Pipeline] sh 00:42:54 ---> Running in 8483b09e0e34 00:42:54 ---> Running in 5e129d311990 00:42:54 ---> 39e8f6c947b8 00:42:54 Step 7/23 : RUN go mod download 00:42:54 ---> d0a3f2c167ca 00:42:54 Step 7/22 : RUN go mod download 00:42:54 ---> Running in 3874d8b2d378 00:42:54 ---> Running in f7872b32e100 00:42:54 + ls -al . 00:42:54 total 740 00:42:54 drwxrwxr-x 9 1001 1001 4096 Mar 2 00:42 . 00:42:54 drwxr-xr-x 4 root root 4096 Mar 2 00:38 .. 00:42:54 -rw-rw-r-- 1 1001 1001 11 Mar 2 00:36 .dockerignore 00:42:54 drwxrwxr-x 8 1001 1001 4096 Mar 2 00:36 .git 00:42:54 drwxrwxr-x 3 1001 1001 4096 Mar 2 00:36 .github 00:42:54 -rw-rw-r-- 1 1001 1001 818 Mar 2 00:36 .gitignore 00:42:54 -rw-rw-r-- 1 1001 1001 166 Mar 2 00:36 .sonarcloud.properties 00:42:54 -rw-rw-r-- 1 1001 1001 8475 Mar 2 00:36 Attribution.txt 00:42:54 -rw-rw-r-- 1 1001 1001 3804 Mar 2 00:36 CONTRIBUTING.md 00:42:54 -rw-rw-r-- 1 1001 1001 931 Mar 2 00:36 Dockerfile.build 00:42:54 -rw-rw-r-- 1 1001 1001 863 Mar 2 00:36 Jenkinsfile 00:42:54 -rw-rw-r-- 1 1001 1001 10775 Mar 2 00:36 LICENSE 00:42:54 -rw-rw-r-- 1 1001 1001 5774 Mar 2 00:36 Makefile 00:42:54 -rw-rw-r-- 1 1001 1001 6524 Mar 2 00:36 README.md 00:42:54 -rw-rw-r-- 1 1001 1001 6755 Mar 2 00:36 SECURITY.md 00:42:54 -rw-rw-r-- 1 1001 1001 5 Mar 2 00:33 VERSION 00:42:54 -rw-rw-r-- 1 1001 1001 4131 Mar 2 00:36 ZMQWindows.md 00:42:54 drwxrwxr-x 2 1001 1001 4096 Mar 2 00:36 bin 00:42:54 drwxrwxr-x 14 1001 1001 4096 Mar 2 00:36 cmd 00:42:54 -rw-r--r-- 1 root root 600565 Mar 2 00:41 coverage.out 00:42:54 -rw-r--r-- 1 root root 1055 Mar 2 00:42 go.mod 00:42:54 -rw-r--r-- 1 root root 21699 Mar 2 00:42 go.sum 00:42:54 drwxrwxr-x 8 1001 1001 4096 Mar 2 00:36 internal 00:42:54 drwxrwxr-x 4 1001 1001 4096 Mar 2 00:36 openapi 00:42:54 drwxrwxr-x 4 1001 1001 4096 Mar 2 00:36 snap 00:42:54 -rw-rw-r-- 1 1001 1001 168 Mar 2 00:36 version.go [Pipeline] sh 00:42:55 + '[' -e coverage.out ] 00:42:55 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:55 Warning: overwriting stash ‘coverage-report’ 00:42:56 Stashed 1 file(s) [Pipeline] sh 00:42:57 + make build 00:42:57 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:43:02 Removing intermediate container 38e7956e1b0a 00:43:02 ---> ac5aa78ce823 00:43:02 Step 8/22 : COPY . . 00:43:02 Removing intermediate container 8483b09e0e34 00:43:02 ---> b5052557fb86 00:43:02 Step 8/26 : COPY . . 00:43:06 Removing intermediate container 5e129d311990 00:43:06 ---> a188240bbec2 00:43:06 Step 8/30 : COPY . . 00:43:07 Removing intermediate container 3874d8b2d378 00:43:07 ---> 876ec09142b8 00:43:07 Step 8/22 : COPY . . 00:43:07 Removing intermediate container f7872b32e100 00:43:07 ---> dfb1b16523b8 00:43:07 Step 8/23 : COPY . . 00:43:10 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:43:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:43:37 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:43:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:43:46 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:43:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:43:58 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:44:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:44:08 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:44:12 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:44:18 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:44:24 $ docker stop --time=1 7d11c8632c97e0a058b3f1d5d0fbb1768231813d64c545d157f39e3614c22e95 00:44:27 $ docker rm -f 7d11c8632c97e0a058b3f1d5d0fbb1768231813d64c545d157f39e3614c22e95 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:29 00:44:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:29 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:29 29e5d40040c1: Pulling fs layer 00:44:29 1ce36da41761: Pulling fs layer 00:44:29 25b303627fd3: Pulling fs layer 00:44:30 29e5d40040c1: Download complete 00:44:30 1ce36da41761: Verifying Checksum 00:44:30 1ce36da41761: Download complete 00:44:30 29e5d40040c1: Pull complete 00:44:32 1ce36da41761: Pull complete 00:44:32 25b303627fd3: Verifying Checksum 00:44:32 25b303627fd3: Download complete 00:44:42 25b303627fd3: Pull complete 00:44:42 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:44:42 prd-ubuntu18.04-docker-arm64-4c-16g-28138 does not seem to be running inside a container 00:44:42 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/73 -v /w/workspace/edgex-go/73:/w/workspace/edgex-go/73:rw,z -v /w/workspace/edgex-go/73@tmp:/w/workspace/edgex-go/73@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:45 $ docker top acdddd9a64e840f735465f6a89340a66146862e9c89bfe7fb8f3be15f8b020f6 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:46 + docker-compose build --help 00:44:46 + grep parallel 00:44:52 --parallel Build images in parallel. [Pipeline] } 00:44:52 $ docker stop --time=1 acdddd9a64e840f735465f6a89340a66146862e9c89bfe7fb8f3be15f8b020f6 00:44:54 $ docker rm -f acdddd9a64e840f735465f6a89340a66146862e9c89bfe7fb8f3be15f8b020f6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:54 . [Pipeline] withDockerContainer 00:44:55 prd-ubuntu18.04-docker-arm64-4c-16g-28138 does not seem to be running inside a container 00:44:55 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/73 -v /w/workspace/edgex-go/73:/w/workspace/edgex-go/73:rw,z -v /w/workspace/edgex-go/73@tmp:/w/workspace/edgex-go/73@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:56 $ docker top cdef608998910284679802df79b98fb5f503806c2b93bc689f1ece941ccc96f4 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:57 + docker-compose -f ./docker-compose-build.yml build --parallel 00:45:03 Building docker-core-command-go ... 00:45:03 Building docker-core-data-go ... 00:45:03 Building docker-core-metadata-go ... 00:45:03 Building docker-security-bootstrapper-go ... 00:45:03 Building docker-security-proxy-setup-go ... 00:45:03 Building docker-security-secretstore-setup-go ... 00:45:03 Building docker-support-notifications-go ... 00:45:03 Building docker-support-scheduler-go ... 00:45:03 Building docker-sys-mgmt-agent-go ... 00:45:03 Building docker-security-proxy-setup-go 00:45:03 Building docker-security-bootstrapper-go 00:45:03 Building docker-core-command-go 00:45:03 Building docker-support-notifications-go 00:45:03 Building docker-support-scheduler-go 00:46:02 ---> c7872bb21e6b 00:46:02 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:46:02 ---> 6b35f38eadbd 00:46:02 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:46:02 ---> 50edf80aa634 00:46:02 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:46:02 ---> eb825e206e8b 00:46:02 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:46:02 ---> Running in 6a50270ce1d0 00:46:02 ---> Running in b5d59e5d512f 00:46:02 ---> Running in 3833b8c23ae3 00:46:02 ---> Running in cd54021aff4f 00:46:02 ---> 2c96a88380e4 00:46:02 Step 9/23 : RUN make cmd/core-data/core-data 00:46:02 ---> Running in 706379c29669 00:46: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:46:05 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=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: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:06 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:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:25 ---> 86d996ea83c4 00:46:25 Step 3/23 : WORKDIR /edgex-go 00:46:25 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:25 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:46:25 ---> 86d996ea83c4 00:46:25 Step 3/21 : WORKDIR /edgex-go 00:46:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:25 ---> 86d996ea83c4 00:46:25 Step 3/22 : WORKDIR /edgex-go 00:46:25 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:25 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:46:25 ---> 86d996ea83c4 00:46:25 Step 3/30 : WORKDIR /edgex-go 00:46:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:25 ---> 86d996ea83c4 00:46:25 Step 3/22 : WORKDIR /edgex-go 00:46:25 ---> Running in 8ed229e888c6 00:46:25 ---> Running in 8f4c7ac0a302 00:46:25 ---> Running in 11597a1b5475 00:46:25 ---> Running in 88534091f891 00:46:25 ---> Running in f4c403f7185b 00:46:25 Removing intermediate container 8ed229e888c6 00:46:25 ---> f5a05b89ffdc 00:46:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:25 Removing intermediate container f4c403f7185b 00:46:25 ---> 77de90447c7c 00:46:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:25 Removing intermediate container 8f4c7ac0a302 00:46:25 ---> 8c63d27c0711 00:46:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:25 Removing intermediate container 88534091f891 00:46:25 ---> a1909e889ccc 00:46:25 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:25 Removing intermediate container 11597a1b5475 00:46:25 ---> 8c179ac4a72e 00:46:25 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:25 ---> Running in bc3e82395456 00:46:25 ---> Running in d6abf7c1975a 00:46:25 ---> Running in c9a22ca3b065 00:46:25 ---> Running in da7b5a956cdc 00:46:25 ---> Running in 3956a688755f 00:46:27 Removing intermediate container d6abf7c1975a 00:46:27 ---> d2402cde8956 00:46:27 Step 5/23 : RUN apk add --update --no-cache make git 00:46:27 ---> Running in 542f9415df47 00:46:27 Removing intermediate container bc3e82395456 00:46:27 ---> 1c2df1d8c841 00:46:27 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:46:27 Removing intermediate container da7b5a956cdc 00:46:27 ---> 6306dda663a2 00:46:27 Step 5/22 : RUN apk add --update --no-cache make git 00:46:27 Removing intermediate container 3956a688755f 00:46:27 ---> c6311a65636e 00:46:27 Step 5/30 : RUN apk add --update --no-cache make git 00:46:27 ---> Running in de90e99dc1e7 00:46:27 ---> Running in 24ab1e34583d 00:46:27 Removing intermediate container c9a22ca3b065 00:46:27 ---> 168501e0768f 00:46:27 Step 5/21 : RUN apk add --update --no-cache make git 00:46:27 ---> Running in 51fdc6bf1c19 00:46:28 ---> Running in c4d62917bd24 00:46:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:31 OK: 217 MiB in 51 packages 00:46:31 OK: 217 MiB in 51 packages 00:46:31 OK: 217 MiB in 51 packages 00:46:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:31 OK: 217 MiB in 51 packages 00:46:32 Removing intermediate container 542f9415df47 00:46:32 ---> a86f4f4268e7 00:46:32 Step 6/23 : COPY go.mod . 00:46:33 Removing intermediate container de90e99dc1e7 00:46:33 ---> 82f1c53d23dd 00:46:33 Step 6/22 : COPY go.mod . 00:46:33 Removing intermediate container 24ab1e34583d 00:46:33 ---> dc1ec0aaaceb 00:46:33 Step 6/22 : COPY go.mod . 00:46:33 Removing intermediate container 51fdc6bf1c19 00:46:33 ---> 0f6e106cb0e9 00:46:33 Step 6/30 : COPY go.mod . 00:46:33 ---> 1bfd072bd0d0 00:46:33 Step 7/23 : RUN go mod download 00:46:34 ---> Running in 169c398bd4eb 00:46:34 OK: 217 MiB in 51 packages 00:46:34 ---> 6978f2b81fc7 00:46:34 Step 7/22 : RUN go mod download 00:46:34 ---> 40d6a94a98e7 00:46:34 Step 7/22 : RUN go mod download 00:46:34 ---> Running in 9a7919a6d7fc 00:46:34 ---> a738a877b590 00:46:34 Step 7/30 : RUN go mod download 00:46:35 ---> Running in 86abc8dd29e9 00:46:35 ---> Running in a931b80e3dfd 00:46:36 Removing intermediate container c4d62917bd24 00:46:36 ---> 23834e0ad977 00:46:36 Step 6/21 : COPY go.mod . 00:46:37 ---> 67db876fb560 00:46:37 Step 7/21 : RUN go mod download 00:46:37 ---> Running in 62e1219c17dc 00:46:38 Removing intermediate container 169c398bd4eb 00:46:38 ---> c1765c93e6a0 00:46:38 Step 8/23 : COPY . . 00:46:39 Removing intermediate container 9a7919a6d7fc 00:46:39 ---> 0ed13f5d2d92 00:46:39 Step 8/22 : COPY . . 00:46:39 Removing intermediate container a931b80e3dfd 00:46:39 ---> 17d2a5871c0c 00:46:39 Step 8/30 : COPY . . 00:46:39 Removing intermediate container 86abc8dd29e9 00:46:39 ---> 19b3f8080c01 00:46:39 Step 8/22 : COPY . . 00:46:44 Removing intermediate container 62e1219c17dc 00:46:44 ---> e916aae487aa 00:46:44 Step 8/21 : COPY . . 00:47:10 ---> 0a369875b711 00:47:10 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:47:10 ---> 5063cc67fe4c 00:47:10 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:47:10 ---> acaff022d08e 00:47:10 Step 9/23 : RUN make cmd/core-command/core-command 00:47:10 ---> 977cea4a5f28 00:47:10 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:47:10 ---> fee572ee7fc3 00:47:10 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:47:10 ---> Running in a666a6649366 00:47:10 ---> Running in bac840d1e065 00:47:10 ---> Running in b4f1343e224d 00:47:10 ---> Running in 625b5c76e208 00:47:10 ---> Running in 040b84dbf80e 00:47:10 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:47:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:47:10 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:47:10 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:47: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:47:46 Removing intermediate container b5d59e5d512f 00:47:46 ---> f7ebd84578fb 00:47:46 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:47:46 Removing intermediate container cd54021aff4f 00:47:46 ---> e42075f751f2 00:47:46 00:47:46 Step 10/30 : FROM alpine:3.12 00:47:46 3.12: Pulling from library/alpine 00:47:46 ---> Running in 3b6af1628f00 00:47:46 Removing intermediate container 3833b8c23ae3 00:47:46 ---> 1db8c3a71890 00:47:46 00:47:46 Step 10/22 : FROM alpine:3.12 00:47:46 3.12: Pulling from library/alpine 00:47:46 Removing intermediate container 6a50270ce1d0 00:47:46 ---> 3051ed687c6f 00:47:46 00:47:46 Step 10/22 : FROM alpine:3.12 00:47:46 3.12: Pulling from library/alpine 00:47:46 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:47:46 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:47:46 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:47:46 Status: Downloaded newer image for alpine:3.12 00:47:46 ---> 88dd2752d2ea 00:47:46 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:47:46 Status: Image is up to date for alpine:3.12 00:47:46 ---> 88dd2752d2ea 00:47:46 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:47:46 Status: Downloaded newer image for alpine:3.12 00:47:46 ---> 88dd2752d2ea 00:47:46 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:47:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:47:46 ---> Running in eb391b5c5aae 00:47:46 ---> Running in 8e44309a1123 00:47:46 ---> Running in 9de135e0d84b 00:47:48 Removing intermediate container 9de135e0d84b 00:47:48 ---> b99c06b03fa5 00:47:48 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:47:49 ---> Running in 98804a32b545 00:47:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:50 Removing intermediate container 706379c29669 00:47:50 ---> 5ee5a3716998 00:47:50 00:47:50 Step 10/23 : FROM alpine:3.12 00:47:50 ---> 88dd2752d2ea 00:47:50 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:50 (1/1) Installing dumb-init (1.2.2-r1) 00:47:50 Executing busybox-1.31.1-r19.trigger 00:47:50 ---> Running in f86e0a11c5d2 00:47:50 OK: 6 MiB in 15 packages 00:47:50 (1/2) Installing ca-certificates (20191127-r4) 00:47:50 (2/2) Installing dumb-init (1.2.2-r1) 00:47:50 Executing busybox-1.31.1-r19.trigger 00:47:51 Executing ca-certificates-20191127-r4.trigger 00:47:51 OK: 6 MiB in 16 packages 00:47:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:52 (1/2) Installing dumb-init (1.2.2-r1) 00:47:52 (2/2) Installing su-exec (0.2-r1) 00:47:52 Executing busybox-1.31.1-r19.trigger 00:47:52 OK: 6 MiB in 16 packages 00:47:52 Removing intermediate container f86e0a11c5d2 00:47:52 ---> ffae65ccd3c5 00:47:52 Step 12/23 : ENV APP_PORT=48080 00:47:52 ---> Running in 9fc0ccc94a21 00:47:54 Removing intermediate container eb391b5c5aae 00:47:54 ---> 03a93d4df8ae 00:47:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:47:54 Removing intermediate container 9fc0ccc94a21 00:47:54 ---> f3d85186acf2 00:47:54 Step 13/23 : EXPOSE $APP_PORT 00:47:54 Removing intermediate container 8e44309a1123 00:47:54 ---> ad76d09aac50 00:47:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:47:54 ---> Running in f1a7350324b1 00:47:54 ---> Running in e1e8e0903c4d 00:47:54 ---> Running in b8423efee0d9 00:47:54 Removing intermediate container 3b6af1628f00 00:47:54 ---> f0d5fbb261d7 00:47:54 00:47:54 Step 11/26 : FROM docker:20.10.0 00:47:54 20.10.0: Pulling from library/docker 00:47:54 Removing intermediate container 98804a32b545 00:47:54 ---> 2118f609d6b1 00:47:54 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:47:55 Removing intermediate container f1a7350324b1 00:47:55 ---> c43e2cc84fed 00:47:55 Step 13/22 : ENV APP_PORT=48085 00:47:55 ---> Running in 1186f88c440a 00:47:55 Removing intermediate container e1e8e0903c4d 00:47:55 ---> 8bcde82863fe 00:47:55 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:55 Removing intermediate container b8423efee0d9 00:47:55 ---> 52872647bfa9 00:47:55 Step 13/22 : ENV APP_PORT=48060 00:47:55 ---> Running in 9f0c511dcbe1 00:47:55 ---> Running in e165162e8ec4 00:47:55 ---> Running in 27fe861a6f11 00:47:56 Removing intermediate container 1186f88c440a 00:47:56 ---> c73205f87bda 00:47:56 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:47:57 Removing intermediate container 9f0c511dcbe1 00:47:57 ---> e5e72fdf4149 00:47:57 Step 14/22 : EXPOSE $APP_PORT 00:47:57 Removing intermediate container 27fe861a6f11 00:47:57 ---> bc4406d43cfc 00:47:57 Step 14/22 : EXPOSE $APP_PORT 00:47:57 ---> Running in d089531ca663 00:47:57 ---> Running in 8e519f070cb5 00:47:57 ---> Running in 3adccf3a6868 00:47:59 Removing intermediate container 8e519f070cb5 00:47:59 ---> 25b712f0a3c1 00:47:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:59 Removing intermediate container d089531ca663 00:47:59 ---> 7609aa825069 00:47:59 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:47:59 Removing intermediate container 3adccf3a6868 00:47:59 ---> 335f7cad7dd5 00:47:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:00 ---> Running in 4376af500ff9 00:48:00 ---> 7eba14847c8a 00:48:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:48:01 ---> 7bd91486d931 00:48:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:48:01 Removing intermediate container e165162e8ec4 00:48:01 ---> 9513e066c9f4 00:48:01 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:48:02 ---> Running in 43da5bbd153a 00:48:02 ---> 72d33f3f92a2 00:48:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:48:03 ---> 30078ebc8690 00:48:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:48:04 ---> e19b989dbebd 00:48:04 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:48:04 ---> Running in 8fcd1a8ef9ab 00:48:05 ---> 6450757afee3 00:48:05 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:48:06 ---> Running in 232546ad26e2 00:48:06 Removing intermediate container 4376af500ff9 00:48:06 ---> f3d866119b92 00:48:06 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:48:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:48:06 Removing intermediate container 8fcd1a8ef9ab 00:48:06 ---> 927647b94c60 00:48:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:07 ---> Running in 473bd8892ebb 00:48:07 ---> Running in 621c8f020e24 00:48:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:48:07 Removing intermediate container 232546ad26e2 00:48:07 ---> ae8223a1581f 00:48:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:08 (1/6) Installing dumb-init (1.2.2-r1) 00:48:08 ---> Running in 256e20ac0a1f 00:48:08 (2/6) Installing libgcc (9.3.0-r2) 00:48:08 (3/6) Installing libsodium (1.0.18-r0) 00:48:08 (4/6) Installing libstdc++ (9.3.0-r2) 00:48:09 (5/6) Installing libzmq (4.3.3-r0) 00:48:09 Removing intermediate container 473bd8892ebb 00:48:09 ---> 1cee70727272 00:48:09 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:48:09 (6/6) Installing zeromq (4.3.3-r0) 00:48:09 Executing busybox-1.31.1-r19.trigger 00:48:09 OK: 8 MiB in 20 packages 00:48:09 Removing intermediate container 621c8f020e24 00:48:09 ---> c212548a9adf 00:48:09 Step 20/22 : LABEL arch=x86_64 00:48:09 ---> Running in 3592513baade 00:48:10 Removing intermediate container 256e20ac0a1f 00:48:10 ---> 5824cfe5394f 00:48:10 Step 20/22 : LABEL arch=x86_64 00:48:10 ---> Running in c863bc109821 00:48:10 ---> 3160aa8fbf60 00:48:10 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:48:11 ---> Running in ceec1e15f31e 00:48:11 Removing intermediate container 3592513baade 00:48:11 ---> 0a4286f38ef8 00:48:11 Step 21/22 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 00:48:11 ---> Running in 7cd419759ca1 00:48:11 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:48:11 Removing intermediate container c863bc109821 00:48:11 ---> 8bc88449a46b 00:48:11 Step 21/22 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 00:48:11 Status: Downloaded newer image for docker:20.10.0 00:48:11 ---> aefe523efa57 00:48:11 Step 12/26 : RUN apk add --no-cache bash 00:48:11 ---> Running in 1f7c03fded80 00:48:11 Removing intermediate container 43da5bbd153a 00:48:11 ---> 5ef33335c264 00:48:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:11 ---> Running in 3647b8dcf796 00:48:12 Removing intermediate container 7cd419759ca1 00:48:12 ---> 5cd41e060872 00:48:12 Step 22/22 : LABEL version=0.0.0 00:48:12 Removing intermediate container 1f7c03fded80 00:48:12 ---> c307b36da24c 00:48:12 Step 22/22 : LABEL version=0.0.0 00:48:12 ---> Running in c31977e6c44b 00:48:12 ---> b84914fa94ff 00:48:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:48:12 ---> Running in e03dba309c3b 00:48:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:48:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:48:13 Removing intermediate container c31977e6c44b 00:48:13 ---> a87e0c9e24f3 00:48:13 00:48:13 (1/2) Installing readline (8.0.4-r0) 00:48:13 (2/2) Installing bash (5.0.17-r0) 00:48:13 Executing bash-5.0.17-r0.post-install 00:48:13 Executing busybox-1.31.1-r19.trigger 00:48:13 OK: 12 MiB in 22 packages 00:48:14 Removing intermediate container e03dba309c3b 00:48:14 ---> c10f6bb39135 00:48:14 00:48:16 ---> 044166b586ac 00:48:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:48:16 Successfully built c10f6bb39135 00:48:16 Successfully tagged docker-support-notifications-go:latest 00:48:16  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 00:48:16 Removing intermediate container ceec1e15f31e 00:48:16 ---> 748d3da285c1 00:48:16 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:16 Successfully built a87e0c9e24f3 00:48:16 Successfully tagged docker-support-scheduler-go:latest 00:48:16  Building docker-support-scheduler-go ... done Building docker-core-command-go 00:48:16 ---> fe3342fc302a 00:48:16 Step 19/23 : ENTRYPOINT ["/core-data"] 00:48:17 ---> Running in 5662b3ce49a4 00:48:17 ---> 0837860b9bca 00:48:17 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:48:17 Removing intermediate container 3647b8dcf796 00:48:17 ---> 388b3ae2ed5e 00:48:17 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:48:17 ---> Running in af8aab980462 00:48:18 Removing intermediate container 5662b3ce49a4 00:48:18 ---> 97a4d78e4883 00:48:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:19 ---> Running in 83aab3bd2de7 00:48:20 Removing intermediate container af8aab980462 00:48:20 ---> 547c565c4ed7 00:48:20 Step 14/26 : ENV APP_PORT=48090 00:48:21 ---> a63df9ac8ace 00:48:21 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:48:22 ---> Running in 4f9e78317f95 00:48:23 Removing intermediate container 83aab3bd2de7 00:48:23 ---> a6ed80f5af88 00:48:23 Step 21/23 : LABEL arch=x86_64 00:48:24 ---> Running in 69441157bd8f 00:48:24 ---> e22d4f103686 00:48:24 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:48:24 Removing intermediate container 4f9e78317f95 00:48:24 ---> e2832fcc8902 00:48:24 Step 15/26 : EXPOSE $APP_PORT 00:48:24 ---> Running in 7030457f6ae0 00:48:25 Removing intermediate container 69441157bd8f 00:48:25 ---> ed1849deb174 00:48:25 Step 22/23 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 00:48:26 ---> Running in c8feb1c6da08 00:48:27 ---> fb3c9dd7ea21 00:48:27 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:48:27 Removing intermediate container 7030457f6ae0 00:48:27 ---> 508c77c23653 00:48:27 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:48:29 Removing intermediate container c8feb1c6da08 00:48:29 ---> 3322674930f9 00:48:29 Step 23/23 : LABEL version=0.0.0 00:48:29 ---> Running in f175a7837d25 00:48:29 ---> Running in f78ac477883c 00:48:30 Removing intermediate container f175a7837d25 00:48:30 ---> cef64d62af9a 00:48:30 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:48:30 Removing intermediate container f78ac477883c 00:48:30 ---> 084213aecd75 00:48:30 00:48:33 Successfully built 084213aecd75 00:48:33 Successfully tagged docker-core-data-go:latest 00:48:33  Building docker-core-data-go ... done Building docker-security-secretstore-setup-go 00:48:34 ---> 1c21a096b61e 00:48:34 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:48:34 ---> f542b3fee9b5 00:48:34 Step 25/30 : RUN chmod +x /entrypoint.sh 00:48:36 ---> Running in 2dcd274b24a7 00:48:38 ---> 1474aba1fac1 00:48:38 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:48:42 ---> a83beea71d5a 00:48:42 Step 19/26 : RUN apk --no-cache add py3-pip 00:48:42 ---> Running in 6ff932ff100c 00:48:44 Removing intermediate container 2dcd274b24a7 00:48:44 ---> 22a513d0104e 00:48:44 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:48:47 ---> Running in fd6f50266e93 00:48:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:48:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:48:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:48:48 (1/33) Installing libbz2 (1.0.8-r1) 00:48:48 (2/33) Installing expat (2.2.9-r1) 00:48:48 (3/33) Installing libffi (3.3-r2) 00:48:48 (4/33) Installing gdbm (1.13-r1) 00:48:48 (5/33) Installing xz-libs (5.2.5-r0) 00:48:48 (6/33) Installing sqlite-libs (3.32.1-r0) 00:48:48 (7/33) Installing python3 (3.8.5-r1) 00:48:49 Removing intermediate container fd6f50266e93 00:48:49 ---> 00ea20695334 00:48:49 Step 27/30 : CMD ["gate"] 00:49:00 ---> Running in f50ca6155e74 00:49:00 (8/33) Installing py3-appdirs (1.4.4-r1) 00:49:00 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:49:00 (10/33) Installing py3-parsing (2.4.7-r0) 00:49:00 (11/33) Installing py3-six (1.15.0-r0) 00:49:00 (12/33) Installing py3-packaging (20.4-r0) 00:49:01 (13/33) Installing py3-setuptools (47.0.0-r0) 00:49:01 (14/33) Installing py3-chardet (3.0.4-r4) 00:49:02 (15/33) Installing py3-idna (2.9-r0) 00:49:02 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:49:05 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:49:06 Removing intermediate container f50ca6155e74 00:49:06 ---> a9f657870a52 00:49:06 Step 28/30 : LABEL arch=x86_64 00:49:06 Removing intermediate container 040b84dbf80e 00:49:06 ---> 4125a0739f04 00:49:06 00:49:06 Step 10/21 : FROM alpine:3.12 00:49:06 3.12: Pulling from library/alpine 00:49:06 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:49:06 Status: Downloaded newer image for alpine:3.12 00:49:06 ---> d10569e2745f 00:49:06 Step 11/21 : RUN apk add --update --no-cache curl 00:49:06 ---> Running in 9e881b1d35f0 00:49:06 Removing intermediate container b4f1343e224d 00:49:06 ---> 3a01cc61077e 00:49:06 00:49:06 Step 10/30 : FROM alpine:3.12 00:49:06 ---> d10569e2745f 00:49:06 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:49:07 ---> Running in ee1ebf0b0bde 00:49:07 Removing intermediate container ee1ebf0b0bde 00:49:07 ---> fd6490033a5b 00:49:07 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:49:08 ---> Running in 0e54cd8bb62f 00:49:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:08 (18/33) Installing py3-requests (2.23.0-r0) 00:49:08 (19/33) Installing py3-msgpack (1.0.0-r0) 00:49:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:09 (20/33) Installing py3-lockfile (0.12.2-r3) 00:49:09 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:49:09 (22/33) Installing py3-colorama (0.4.3-r0) 00:49:09 (23/33) Installing py3-distlib (0.3.0-r0) 00:49:09 (1/4) Installing ca-certificates (20191127-r4) 00:49:09 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:49:09 (3/4) Installing libcurl (7.69.1-r3) 00:49:09 (4/4) Installing curl (7.69.1-r3) 00:49:09 Executing busybox-1.31.1-r19.trigger 00:49:09 Executing ca-certificates-20191127-r4.trigger 00:49:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:10 (24/33) Installing py3-distro (1.5.0-r1) 00:49:10 OK: 7 MiB in 18 packages 00:49:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:10 (25/33) Installing py3-webencodings (0.5.1-r3) 00:49:11 (1/2) Installing dumb-init (1.2.2-r1) 00:49:11 (2/2) Installing su-exec (0.2-r1) 00:49:11 Executing busybox-1.31.1-r19.trigger 00:49:11 OK: 5 MiB in 16 packages 00:49:11 (26/33) Installing py3-html5lib (1.0.1-r4) 00:49:12 ---> Running in 0c82b50aaaa0 00:49:12 (27/33) Installing py3-pytoml (0.1.21-r0) 00:49:12 (28/33) Installing py3-pep517 (0.8.2-r0) 00:49:12 (29/33) Installing py3-progress (1.5-r0) 00:49:12 (30/33) Installing py3-toml (0.10.1-r0) 00:49:12 (31/33) Installing py3-retrying (1.3.3-r0) 00:49:12 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:49:12 (33/33) Installing py3-pip (20.1.1-r0) 00:49:12 Executing busybox-1.31.1-r19.trigger 00:49:13 Removing intermediate container 9e881b1d35f0 00:49:13 ---> 9bc1292f8cd7 00:49:13 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:13 OK: 71 MiB in 55 packages 00:49:14 ---> Running in d89029732760 00:49:14 Removing intermediate container 0e54cd8bb62f 00:49:14 ---> 637a9ca83e6a 00:49:14 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:49:16 ---> Running in ee286a0ad0b4 00:49:16 Removing intermediate container d89029732760 00:49:16 ---> c0476688067c 00:49:16 Step 13/21 : WORKDIR /edgex 00:49:17 Removing intermediate container 625b5c76e208 00:49:17 ---> 68827fd434df 00:49:17 00:49:17 Step 10/23 : FROM alpine:3.12 00:49:17 ---> d10569e2745f 00:49:17 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:49:17 ---> Running in abbd1fc79a92 00:49:17 Removing intermediate container ee286a0ad0b4 00:49:17 ---> 5dc3776264cc 00:49:17 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:49:17 Removing intermediate container a666a6649366 00:49:17 ---> 9b21ff138cb9 00:49:17 00:49:17 Step 10/22 : FROM alpine:3.12 00:49:17 ---> d10569e2745f 00:49:17 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:49:18 Removing intermediate container 0c82b50aaaa0 00:49:18 ---> 379c8d4ab2bc 00:49:18 Step 29/30 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 00:49:18 ---> Running in e95999ffb5ba 00:49:18 ---> Running in 2b3410e83404 00:49:18 ---> Running in 29085a196611 00:49:18 Removing intermediate container abbd1fc79a92 00:49:18 ---> 46da40574fa8 00:49:18 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:49:19 Removing intermediate container bac840d1e065 00:49:19 ---> d94219202ab7 00:49:19 00:49:19 Step 10/22 : FROM alpine:3.12 00:49:19 ---> d10569e2745f 00:49:19 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:49:19 Removing intermediate container 2b3410e83404 00:49:19 ---> f84ce1175370 00:49:19 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:49:19 ---> Running in bce413dbcf3c 00:49:19 ---> Running in fccfc8e8d71b 00:49:20 ---> 3d4b408c224b 00:49:20 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:49:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:21 (1/1) Installing dumb-init (1.2.2-r1) 00:49:21 Executing busybox-1.31.1-r19.trigger 00:49:21 OK: 5 MiB in 15 packages 00:49:21 (1/2) Installing ca-certificates (20191127-r4) 00:49:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:21 (2/2) Installing dumb-init (1.2.2-r1) 00:49:21 Executing busybox-1.31.1-r19.trigger 00:49:22 Executing ca-certificates-20191127-r4.trigger 00:49:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:22 OK: 6 MiB in 16 packages 00:49:22 ---> 64cd26c969b6 00:49:22 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:49:22 (1/1) Installing dumb-init (1.2.2-r1) 00:49:22 Executing busybox-1.31.1-r19.trigger 00:49:22 OK: 5 MiB in 15 packages 00:49:23 ---> Running in bd38c9870fdc 00:49:24 Removing intermediate container fccfc8e8d71b 00:49:24 ---> 185880dc79eb 00:49:24 Removing intermediate container e95999ffb5ba 00:49:24 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} ---> 92512a12d787 00:49:24 00:49:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:24 ---> Running in 8522fd28b8e3 00:49:24 ---> Running in 8f39b1496d78 00:49:24 ---> 5ab767724e1d 00:49:24 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:49:24 ---> Running in 7637e243a3bb 00:49:25 Removing intermediate container 29085a196611 00:49:25 ---> eb9efe18010e 00:49:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:49:25 Removing intermediate container bce413dbcf3c 00:49:25 ---> 8411ce918436 00:49:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:25 ---> Running in e5e6acc9b982 00:49:25 ---> Running in 8a6b0ad4c7d7 00:49:25 Removing intermediate container 8f39b1496d78 00:49:25 ---> a9ae8c420188 00:49:25 Step 13/23 : ENV APP_PORT=48082 00:49:25 Removing intermediate container 8522fd28b8e3 00:49:25 ---> 41a08937f95e 00:49:25 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:49:25 Removing intermediate container 7637e243a3bb 00:49:25 ---> ebe2f9b07be4 00:49:25 Step 18/21 : CMD ["--init=true"] 00:49:25 ---> Running in a52699d2d6bc 00:49:25 ---> Running in fd9a9dfff27c 00:49:25 Removing intermediate container e5e6acc9b982 00:49:25 ---> 1246fe3289b4 00:49:25 Step 13/22 : ENV APP_PORT=48060 00:49:26 Removing intermediate container 8a6b0ad4c7d7 00:49:26 ---> 08a30433d8b4 00:49:26 Step 13/22 : ENV APP_PORT=48085 00:49:26 ---> Running in 54dc6527a8cd 00:49:26 ---> Running in 73aa533e019a 00:49:26 Removing intermediate container a52699d2d6bc 00:49:26 ---> 12a65c42a6cc 00:49:26 Step 14/23 : EXPOSE $APP_PORT 00:49:26 Removing intermediate container fd9a9dfff27c 00:49:26 ---> 4404dabbe922 00:49:26 Step 19/21 : LABEL arch=arm64 00:49:26 ---> 71d308c8100e 00:49:26 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:49:26 Removing intermediate container bd38c9870fdc 00:49:26 ---> 5da3102a7b27 00:49:26 Step 30/30 : LABEL version=0.0.0 00:49:26 ---> Running in 149e77dbc168 00:49:26 ---> Running in feeb2bfb2fd1 00:49:26 ---> Running in a24877f64f7f 00:49:27 Removing intermediate container 54dc6527a8cd 00:49:27 ---> 72218d74e917 00:49:27 Step 14/22 : EXPOSE $APP_PORT 00:49:27 Removing intermediate container 73aa533e019a 00:49:27 ---> b8a7f2d227fe 00:49:27 Step 14/22 : EXPOSE $APP_PORT 00:49:27 ---> Running in 13290716f94d 00:49:27 ---> Running in 5b7a573cc5b6 00:49:27 Removing intermediate container 149e77dbc168 00:49:27 Removing intermediate container feeb2bfb2fd1 00:49:27 ---> 91485e98d8a8 00:49:27 Step 20/21 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 ---> b728ffa73b07 00:49:27 Step 15/23 : WORKDIR / 00:49:27 00:49:27 ---> Running in 340a29e9220c 00:49:27 ---> Running in 4568c219a296 00:49:28 Removing intermediate container 13290716f94d 00:49:28 ---> da4247cdfb04 00:49:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:28 Removing intermediate container 5b7a573cc5b6 00:49:28 ---> 5f297dc86e09 00:49:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:28 Removing intermediate container 340a29e9220c 00:49:28 ---> fcef937e05b5 00:49:28 Step 21/21 : LABEL version=0.0.0 00:49:28 Removing intermediate container 4568c219a296 00:49:28 ---> 56b1d6ad0610 00:49:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:28 ---> Running in 89bb10f5dfda 00:49:29 ---> d4f345d4602a 00:49:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:49:29 ---> 5e3a00266af5 00:49:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:49:29 Removing intermediate container 89bb10f5dfda 00:49:29 ---> 0cd461c2376d 00:49:29 00:49:29 ---> 172acaa54f3f 00:49:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:49:30 Removing intermediate container a24877f64f7f 00:49:30 ---> 4347441c8438 00:49:30 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:30 Successfully built 0cd461c2376d 00:49:30 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:49:30  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 00:49:31 ---> Running in 3cc93f2e28f7 00:49:31 ---> 56d34ba6cc5c 00:49:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:49:31 ---> d53259fb1e9f 00:49:31 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:49:31 ---> 435803d24d73 00:49:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:49:31 ---> 3b89c2879fc5 00:49:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:34 ---> ec7ad8267b0d 00:49:34 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:49:34 ---> Running in c090e4da4430 00:49:34 ---> 7abc5719d152 00:49:34 Step 19/23 : ENTRYPOINT ["/core-command"] 00:49:34 ---> 58e7cecdc7e2 00:49:34 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:49:34 ---> 8e551e7c6fbb 00:49:34 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:49:35 ---> Running in 7e49252e9312 00:49:35 ---> Running in ee8d32f18b74 00:49:35 Removing intermediate container 3cc93f2e28f7 00:49:35 ---> 0ec51f4994f8 00:49:35 00:49:35 Removing intermediate container c090e4da4430 00:49:35 ---> 6d3210c728f0 00:49:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:35 ---> 52bd156ad941 00:49:35 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:49:36 ---> Running in 3674b4d6b791 00:49:36 Removing intermediate container ee8d32f18b74 00:49:36 ---> 45fe586b7fed 00:49:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:36 Removing intermediate container 7e49252e9312 00:49:36 ---> ebe7c46f1352 00:49:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:37 ---> Running in db48cc2b5fe7 00:49:37 ---> Running in 74d0c5044b1e 00:49:37 Removing intermediate container 3674b4d6b791 00:49:37 ---> 8d6e477c64b0 00:49:37 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:49:37 ---> c418f70f64ce 00:49:37 Step 20/22 : LABEL arch=arm64 00:49:37 ---> Running in 35f107146522 00:49:37 ---> Running in 79a4eaed4043 00:49:37 Removing intermediate container db48cc2b5fe7 00:49:37 ---> dbbb7276988c 00:49:37 Step 21/23 : LABEL arch=arm64 00:49:37 Removing intermediate container 74d0c5044b1e 00:49:37 ---> 88f00cd0d1d4 00:49:37 Step 20/22 : LABEL arch=arm64 00:49:38 Removing intermediate container 35f107146522 00:49:38 ---> ae9067f66609 00:49:38 Step 21/22 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 00:49:38 ---> Running in 27eda57d9996 00:49:38 ---> Running in 9a72e20ac6e3 00:49:38 ---> Running in 4092ad043604 00:49:38 Removing intermediate container 79a4eaed4043 00:49:38 ---> 0e5ad0f3a9b7 00:49:38 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:49:38 Removing intermediate container 27eda57d9996 00:49:38 ---> 4cf86d224c74 00:49:38 Step 22/23 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 00:49:39 Removing intermediate container 9a72e20ac6e3 00:49:39 ---> 818b463314cc 00:49:39 Step 21/22 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 00:49:39 ---> Running in 48a5c977486e 00:49:39 ---> Running in b8489ba4230e 00:49:39 Removing intermediate container 4092ad043604 00:49:39 ---> be0cf70bc156 00:49:39 Step 22/22 : LABEL version=0.0.0 00:49:39 ---> b3d7b0fb5957 00:49:39 Step 25/30 : RUN chmod +x /entrypoint.sh 00:49:40 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:40 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:49:40 ---> 8098a32aad48 00:49:40 Step 3/21 : WORKDIR /edgex-go 00:49:40 ---> Using cache 00:49:40 ---> 5401b76b9ea3 00:49:40 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:40 ---> Using cache 00:49:40 ---> 539713b2598c 00:49:40 Step 5/21 : RUN apk add --update --no-cache make git 00:49:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:40 ---> 8098a32aad48 00:49:40 Step 3/23 : WORKDIR /edgex-go 00:49:40 ---> Using cache 00:49:40 ---> 5401b76b9ea3 00:49:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:40 ---> Using cache 00:49:40 ---> 539713b2598c 00:49:40 Step 5/23 : RUN apk add --update --no-cache make git 00:49:40 ---> Running in 7d2eb22a1445 00:49:40 Removing intermediate container 48a5c977486e 00:49:40 ---> 4474b3bfa58c 00:49:40 Step 23/23 : LABEL version=0.0.0 00:49:40 Removing intermediate container b8489ba4230e 00:49:40 ---> df3aeaffcfbe 00:49:40 Step 22/22 : LABEL version=0.0.0 00:49:40 Successfully built 0ec51f4994f8 00:49:40 ---> Running in 5f50ad8e9610 00:49:41 ---> Running in 22c640dd60b3 00:49:41 ---> Running in 547bad396d29 00:49:41 Removing intermediate container 7d2eb22a1445 00:49:41 ---> a3eec8168aa4 00:49:41 00:49:41 Successfully tagged docker-security-bootstrapper-go:latest 00:49:41  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go 00:49:41 ---> Running in e412cb5a9449 00:49:41 ---> Running in 96444abecc2c 00:49:42 Successfully built a3eec8168aa4 00:49:42 Successfully tagged docker-support-notifications-go-arm64:latest 00:49:42 Building docker-core-metadata-go 00:49:42  Building docker-support-notifications-go ... done Removing intermediate container 22c640dd60b3 00:49:42 ---> 11f403eaa5c8 00:49:42 00:49:42 Successfully built 11f403eaa5c8 00:49:42 Removing intermediate container 547bad396d29 00:49:42 ---> 686ee8f682bd 00:49:42 00:49:42 Successfully tagged docker-core-command-go-arm64:latest 00:49:42  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 00:49:43 Successfully built 686ee8f682bd 00:49:43 Successfully tagged docker-support-scheduler-go-arm64:latest 00:49:43 Building docker-sys-mgmt-agent-go 00:49:44 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:49:44 ---> 8098a32aad48 00:49:44 Step 3/24 : WORKDIR /edgex-go 00:49:44 ---> Using cache 00:49:44 ---> 5401b76b9ea3 00:49:44 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:44 ---> Using cache 00:49:44 ---> 539713b2598c 00:49:44 Step 5/24 : RUN apk add --update --no-cache make git 00:49:44  Building docker-support-scheduler-go ... done Removing intermediate container 5f50ad8e9610 00:49:44 ---> 78c922951270 00:49:44 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:49:44 ---> Running in 2aa164953c54 00:49:45 Removing intermediate container 2aa164953c54 00:49:45 ---> bb25044ef624 00:49:45 Step 27/30 : CMD ["gate"] 00:49:45 ---> Running in b53150add2b0 00:49:45 Removing intermediate container b53150add2b0 00:49:45 ---> 2cd9553d8a59 00:49:45 Step 28/30 : LABEL arch=arm64 00:49:46 ---> Running in 778b9cd6e697 00:49:46 Removing intermediate container 778b9cd6e697 00:49:46 ---> 1a35fcdbb78c 00:49:46 Step 29/30 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 00:49:46 ---> Running in d8414d212d0c 00:49:47 ---> Running in f6b174a36560 00:49:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:49:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:49:48 Removing intermediate container f6b174a36560 00:49:48 ---> 127564500499 00:49:48 Step 30/30 : LABEL version=0.0.0 00:49:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:49:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:49:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:49:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:49:49 ---> Running in ba5e6045aba7 00:49:49 OK: 233 MiB in 51 packages 00:49:49 OK: 233 MiB in 51 packages 00:49:50 OK: 233 MiB in 51 packages 00:49:51 Removing intermediate container ba5e6045aba7 00:49:51 ---> 00832b485c8a 00:49:51 00:49:52 Successfully built 00832b485c8a 00:49:52 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:49:58 Removing intermediate container 96444abecc2c 00:49:58 ---> 900889e265de 00:49:58 Step 6/23 : COPY go.mod . 00:49:58 Removing intermediate container d8414d212d0c 00:49:58 ---> 9a318e000f38 00:49:58 Step 6/24 : COPY go.mod . 00:49:58 Removing intermediate container e412cb5a9449 00:49:58 ---> d51b86fb3be4 00:49:58 Step 6/21 : COPY go.mod . 00:49:59 ---> 44b1a9d866bd 00:49:59 Step 7/24 : RUN go mod download 00:49:59 ---> 21b948f15352 00:49:59 Step 7/23 : RUN go mod download 00:49:59 ---> 96ba32b83747 00:49:59 Step 7/21 : RUN go mod download 00:50:00 ---> Running in c7d4fdaecbcd 00:50:00 ---> Running in 94c48a008619 00:50:00 ---> Running in 19c3e37b022e 00:50:04  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:04 ---> 86d996ea83c4 00:50:04 Step 3/23 : WORKDIR /edgex-go 00:50:04 ---> Using cache 00:50:04 ---> 8c179ac4a72e 00:50:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:04 ---> Using cache 00:50:04 ---> c6311a65636e 00:50:04 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:50:06 ---> Running in 9333b659c57f 00:50:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:09 OK: 217 MiB in 51 packages 00:50:11 Removing intermediate container 9333b659c57f 00:50:11 ---> 0926d7a899be 00:50:11 Step 6/23 : COPY go.mod . 00:50:13 ---> c2665359e8e3 00:50:13 Step 7/23 : RUN go mod download 00:50:14 ---> Running in a5b6971c320e 00:50:19 Removing intermediate container a5b6971c320e 00:50:19 ---> 1aa4af0dd030 00:50:19 Step 8/23 : COPY . . 00:50:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:28 ---> 86d996ea83c4 00:50:28 Step 3/23 : WORKDIR /edgex-go 00:50:28 ---> Using cache 00:50:28 ---> 8c179ac4a72e 00:50:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:28 ---> Using cache 00:50:28 ---> c6311a65636e 00:50:28 Step 5/23 : RUN apk add --update --no-cache make git 00:50:28 ---> Using cache 00:50:28 ---> 0f6e106cb0e9 00:50:28 Step 6/23 : COPY go.mod . 00:50:28 ---> Using cache 00:50:28 ---> a738a877b590 00:50:28 Step 7/23 : RUN go mod download 00:50:28 ---> Using cache 00:50:28 ---> 17d2a5871c0c 00:50:28 Step 8/23 : COPY . . 00:50:28 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:50:28 ---> 86d996ea83c4 00:50:28 Step 3/24 : WORKDIR /edgex-go 00:50:28 ---> Using cache 00:50:28 ---> 8c179ac4a72e 00:50:28 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:28 ---> Using cache 00:50:28 ---> c6311a65636e 00:50:28 Step 5/24 : RUN apk add --update --no-cache make git 00:50:28 ---> Using cache 00:50:28 ---> 0f6e106cb0e9 00:50:28 Step 6/24 : COPY go.mod . 00:50:28 ---> Using cache 00:50:28 ---> a738a877b590 00:50:28 Step 7/24 : RUN go mod download 00:50:28 ---> Using cache 00:50:28 ---> 17d2a5871c0c 00:50:28 Step 8/24 : COPY . . 00:50:28 ---> Using cache 00:50:28 ---> 5063cc67fe4c 00:50:28 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:50:28 ---> Using cache 00:50:28 ---> 5063cc67fe4c 00:50:28 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:50:28 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:28 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:50:28 ---> 86d996ea83c4 00:50:28 Step 3/26 : WORKDIR /edgex-go 00:50:28 ---> Using cache 00:50:28 ---> 8c179ac4a72e 00:50:28 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:28 ---> Using cache 00:50:28 ---> c6311a65636e 00:50:28 Step 5/26 : RUN apk add --update --no-cache make bash git 00:50:33 Removing intermediate container c7d4fdaecbcd 00:50:33 ---> 93e909f5bd76 00:50:33 Step 8/24 : COPY . . 00:50:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:33 ---> 8098a32aad48 00:50:33 Step 3/23 : WORKDIR /edgex-go 00:50:33 ---> Using cache 00:50:33 ---> 5401b76b9ea3 00:50:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:33 ---> Using cache 00:50:33 ---> 539713b2598c 00:50:33 Step 5/23 : RUN apk add --update --no-cache make git 00:50:33 ---> Using cache 00:50:33 ---> d51b86fb3be4 00:50:33 Step 6/23 : COPY go.mod . 00:50:33 ---> Using cache 00:50:33 ---> 96ba32b83747 00:50:33 Step 7/23 : RUN go mod download 00:50:33 ---> Using cache 00:50:33 ---> 3cdb9a7fc7f7 00:50:33 Step 8/23 : COPY . . 00:50:33 Removing intermediate container 19c3e37b022e 00:50:33 ---> 3cdb9a7fc7f7 00:50:33 Step 8/21 : COPY . . 00:50:33 Removing intermediate container 94c48a008619 00:50:33 ---> 7e67014eac5e 00:50:33 Step 8/23 : COPY . . 00:50:34 ---> Running in cf1e8c314081 00:50:34 ---> Running in c640fd69291b 00:50:34 ---> Running in fabe27cdea8e 00:50:34 ---> 6400d5b499ad 00:50:34 Step 9/23 : RUN make cmd/core-data/core-data 00:50:34 ---> Running in 8ab3b7aaa386 00:50:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:35 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:50:36 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:50:36 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:50:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:37 OK: 217 MiB in 51 packages 00:50:38 Removing intermediate container c640fd69291b 00:50:38 ---> 2dab9b3b61e5 00:50:38 Step 6/26 : COPY go.mod . 00:50:39 ---> 3eaccf4ac304 00:50:39 Step 7/26 : RUN go mod download 00:50:40 ---> Running in 5a8385f724a1 00:50:45 Removing intermediate container 5a8385f724a1 00:50:45 ---> d632f4a34899 00:50:45 Step 8/26 : COPY . . 00:51:07 ---> 8b4cbe87368a 00:51:07 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:51:07 ---> Running in 8212a55af382 00:51: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:51:43 Removing intermediate container 6ff932ff100c 00:51:43 ---> 8e996f6977b9 00:51:43 Step 20/26 : RUN pip install docker-compose==1.23.2 00:51:43 ---> Running in 6bdc9c7d72ee 00:51:54 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:52:10 Removing intermediate container fabe27cdea8e 00:52:10 ---> a7596f7665ee 00:52:10 00:52:10 Step 10/24 : FROM alpine:3.12 00:52:10 ---> d10569e2745f 00:52:10 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:52:10 ---> Running in 654f22522336 00:52:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:11 (1/5) Installing ca-certificates (20191127-r4) 00:52:11 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:52:11 (3/5) Installing libcurl (7.69.1-r3) 00:52:11 (4/5) Installing curl (7.69.1-r3) 00:52:11 (5/5) Installing dumb-init (1.2.2-r1) 00:52:11 Executing busybox-1.31.1-r19.trigger 00:52:11 Executing ca-certificates-20191127-r4.trigger 00:52:11 OK: 7 MiB in 19 packages 00:52:14 Removing intermediate container 654f22522336 00:52:14 ---> de726c0a8fe4 00:52:14 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:52:15 ---> Running in 5c6c1f7db649 00:52:15 Removing intermediate container 5c6c1f7db649 00:52:15 ---> 457b028f0fd6 00:52:15 Step 13/24 : WORKDIR / 00:52:15 ---> Running in ce147f025475 00:52:16 Removing intermediate container ce147f025475 00:52:16 ---> 5b195708675c 00:52:16 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:52:17 ---> cc7582d073b6 00:52:17 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:52:19 ---> c875417aa262 00:52:19 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:52:20 ---> f5408d3527b9 00:52:20 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:52:22 ---> 1ee4200f99bf 00:52:22 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:52:24 ---> 430e308df6a3 00:52:24 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:52:25 ---> 969833a21a45 00:52:25 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:52:25 ---> Running in 344ec882e05e 00:52:29 Removing intermediate container 344ec882e05e 00:52:29 ---> 55928f3ccd60 00:52:29 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:52:29 ---> Running in 28ca3000cca7 00:52:30 Removing intermediate container 28ca3000cca7 00:52:30 ---> ab8e65825d9f 00:52:30 Step 22/24 : LABEL arch=arm64 00:52:30 ---> Running in 55a0a4db6f64 00:52:31 Removing intermediate container 55a0a4db6f64 00:52:31 ---> 8af567dd7b2e 00:52:31 Step 23/24 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 00:52:32 ---> Running in aef910fcb7a9 00:52:33 Removing intermediate container aef910fcb7a9 00:52:33 ---> 5c59d0df0295 00:52:33 Step 24/24 : LABEL version=0.0.0 00:52:33 ---> Running in 00b2608104ad 00:52:34 Removing intermediate container 00b2608104ad 00:52:34 ---> 613bc0223bcc 00:52:34 00:52:35 Successfully built 613bc0223bcc 00:52:35 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:52:35  Building docker-security-secretstore-setup-go ... done Removing intermediate container cf1e8c314081 00:52:35 ---> 858f0308cee7 00:52:35 00:52:35 Step 10/23 : FROM alpine:3.12 00:52:35 ---> d10569e2745f 00:52:35 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:52:35 ---> Using cache 00:52:35 ---> 8411ce918436 00:52:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:52:35 ---> Using cache 00:52:35 ---> 08a30433d8b4 00:52:35 Step 13/23 : ENV APP_PORT=48081 00:52:35 ---> Running in 5d3b38658935 00:52:35 Removing intermediate container 8212a55af382 00:52:35 ---> 63c28f6456fc 00:52:35 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:52:35 ---> Running in bfa6b2e3e9c1 00:52:36 Removing intermediate container 5d3b38658935 00:52:36 ---> 22784e90692d 00:52:36 Step 14/23 : EXPOSE $APP_PORT 00:52:36 ---> Running in 0a9671d184a5 00:52:37 Removing intermediate container 0a9671d184a5 00:52:37 ---> b7aac28e9dc5 00:52:37 Step 15/23 : WORKDIR / 00:52:37 ---> Running in 5c2540ef6f1f 00:52:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:52:38 Removing intermediate container 5c2540ef6f1f 00:52:38 ---> 0c1807ad446d 00:52:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:39 ---> 125057a1d31b 00:52:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:52:40 Removing intermediate container 8ab3b7aaa386 00:52:40 ---> a42e4ea52b13 00:52:40 00:52:40 Step 10/23 : FROM alpine:3.12 00:52:40 ---> d10569e2745f 00:52:40 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:52:40 ---> Running in be88165ab43c 00:52:40 Removing intermediate container bfa6b2e3e9c1 00:52:40 ---> 9f02e645ff48 00:52:40 00:52:40 Step 11/26 : FROM docker:20.10.0 00:52:40 20.10.0: Pulling from library/docker 00:52:40 ---> 15c0f9227d94 00:52:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:52:41 Removing intermediate container be88165ab43c 00:52:41 ---> e54f49faac84 00:52:41 Step 12/23 : ENV APP_PORT=48080 00:52:41 ---> Running in 59a68ae3cc8d 00:52:42 ---> 0833352e41bb 00:52:42 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:52:42 Removing intermediate container 59a68ae3cc8d 00:52:42 ---> 9d3c69ca2fee 00:52:42 Step 13/23 : EXPOSE $APP_PORT 00:52:42 ---> Running in de1f483ceb54 00:52:43 ---> Running in c939ca783ea4 00:52:43 Removing intermediate container de1f483ceb54 00:52:43 ---> c3e9e274869a 00:52:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:43 Removing intermediate container c939ca783ea4 00:52:43 ---> b1cf74d37ceb 00:52:43 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:43 ---> Running in f0eeed40f694 00:52:43 ---> Running in 3504a04de1c6 00:52:44 Removing intermediate container f0eeed40f694 00:52:44 ---> d9590edca491 00:52:44 Step 21/23 : LABEL arch=arm64 00:52:44 ---> Running in 5c52d40b65eb 00:52:45 Removing intermediate container 5c52d40b65eb 00:52:45 ---> 3eaaa8744af7 00:52:45 Step 22/23 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 00:52:46 ---> Running in ce0714c694c4 00:52:47 Removing intermediate container ce0714c694c4 00:52:47 ---> 93ae111769c1 00:52:47 Step 23/23 : LABEL version=0.0.0 00:52:47 Removing intermediate container 3504a04de1c6 00:52:47 ---> a2a9b2d8fa1c 00:52:47 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:52:47 ---> Running in 5fcd099eab78 00:52:47 ---> Running in 9a2196edc86c 00:52:48 Removing intermediate container 9a2196edc86c 00:52:48 ---> e54c42eb786f 00:52:48 00:52:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:49 Successfully built e54c42eb786f 00:52:49 Successfully tagged docker-core-metadata-go-arm64:latest 00:52:49  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:50 (1/6) Installing dumb-init (1.2.2-r1) 00:52:50 (2/6) Installing libgcc (9.3.0-r2) 00:52:50 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:52:50 Status: Downloaded newer image for docker:20.10.0 00:52:50 ---> eeaf43b92773 00:52:50 Step 12/26 : RUN apk add --no-cache bash 00:52:50 (3/6) Installing libsodium (1.0.18-r0) 00:52:50 (4/6) Installing libstdc++ (9.3.0-r2) 00:52:51 (5/6) Installing libzmq (4.3.3-r0) 00:52:51 (6/6) Installing zeromq (4.3.3-r0) 00:52:51 Executing busybox-1.31.1-r19.trigger 00:52:51 OK: 8 MiB in 20 packages 00:52:51 ---> Running in 9310f7872c36 00:52:52 Removing intermediate container 5fcd099eab78 00:52:52 ---> 2636f59641d6 00:52:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:53 ---> 5b7af72e7172 00:52:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:52:53 (1/2) Installing readline (8.0.4-r0) 00:52:53 (2/2) Installing bash (5.0.17-r0) 00:52:53 Executing bash-5.0.17-r0.post-install 00:52:53 Executing busybox-1.31.1-r19.trigger 00:52:53 OK: 12 MiB in 22 packages 00:52:53 Collecting docker-compose==1.23.2 00:52:53 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:52:53 Collecting docker<4.0,>=3.6.0 00:52:53 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:52:53 ---> 0f4501da5f04 00:52:53 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:52:53 ---> c0cff9a5d2b2 00:52:53 Step 9/23 : RUN make cmd/core-command/core-command 00:52:53 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:52:53 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:52:53 ---> 1d74db296058 00:52:53 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:52:53 ---> Running in 7c95d9347132 00:52:53 ---> Running in ae8b62db2f03 00:52:53 Collecting PyYAML<4,>=3.10 00:52:53 Downloading PyYAML-3.13.tar.gz (270 kB) 00:52:53 ---> Running in 7c6df89b36d5 00:52:53 ---> 9ec361e6986c 00:52:53 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:52:53 ---> Running in fadeeab2a69c 00:52:54 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:52:54 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:52:54 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:52:54 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:52:55 ---> 4d5003441576 00:52:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:52:55 Removing intermediate container 9310f7872c36 00:52:55 ---> 001747badd44 00:52:55 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:52:55 ---> Running in 666092cb6440 00:52:56 ---> 4509efadfd83 00:52:56 Step 19/23 : ENTRYPOINT ["/core-data"] 00:52:56 Removing intermediate container 666092cb6440 00:52:56 ---> fd65a6db644c 00:52:56 Step 14/26 : ENV APP_PORT=48090 00:52:56 ---> Running in 241a656b16fd 00:52:56 ---> Running in 8032ca9f4d64 00:52:56 Removing intermediate container 241a656b16fd 00:52:56 ---> a3b0990c1ae9 00:52:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:56 ---> Running in 98dcf19d9507 00:52:56 Removing intermediate container 8032ca9f4d64 00:52:56 ---> 3dd42db041f1 00:52:56 Step 15/26 : EXPOSE $APP_PORT 00:52:56 ---> Running in 8b6e90de75e8 00:52:57 Removing intermediate container 98dcf19d9507 00:52:57 ---> 1596bc0c08a9 00:52:57 Step 21/23 : LABEL arch=arm64 00:52:57 ---> Running in 02f37e71b885 00:52:57 Removing intermediate container 8b6e90de75e8 00:52:57 ---> 9abcfd7d1bbe 00:52:57 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:52:57 Removing intermediate container 02f37e71b885 00:52:57 ---> 8e0abe85b25f 00:52:57 Step 22/23 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 00:52:58 ---> Running in 0e9083858193 00:52:58 Removing intermediate container 0e9083858193 00:52:58 ---> 970c0bc6c06b 00:52:58 Step 23/23 : LABEL version=0.0.0 00:52:58 ---> f367d2c66aaf 00:52:58 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:52:58 ---> Running in 16b11a84c2cb 00:52:59 Removing intermediate container 16b11a84c2cb 00:52:59 ---> 8317df44b905 00:52:59 00:52:59 ---> 5b90bc8a8ca1 00:52:59 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:52:59 Successfully built 8317df44b905 00:52:59 Successfully tagged docker-core-data-go-arm64:latest 00:53:00  Building docker-core-data-go ... done  ---> ef9d2eb59c4d 00:53:00 Step 19/26 : RUN apk --no-cache add py3-pip 00:53:00 ---> Running in e9e39cfd54e9 00:53:01 Collecting dockerpty<0.5,>=0.4.1 00:53:01 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:53:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:02 (1/33) Installing libbz2 (1.0.8-r1) 00:53:02 (2/33) Installing expat (2.2.9-r1) 00:53:02 (3/33) Installing libffi (3.3-r2) 00:53:02 (4/33) Installing gdbm (1.13-r1) 00:53:02 (5/33) Installing xz-libs (5.2.5-r0) 00:53:02 (6/33) Installing sqlite-libs (3.32.1-r0) 00:53:02 (7/33) Installing python3 (3.8.5-r1) 00:53:02 Collecting docopt<0.7,>=0.6.1 00:53:02 Downloading docopt-0.6.2.tar.gz (25 kB) 00:53:03 Collecting jsonschema<3,>=2.5.1 00:53:03 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:53:03 Collecting texttable<0.10,>=0.9.0 00:53:03 Downloading texttable-0.9.1.tar.gz (11 kB) 00:53:04 (8/33) Installing py3-appdirs (1.4.4-r1) 00:53:04 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:53:04 (10/33) Installing py3-parsing (2.4.7-r0) 00:53:04 (11/33) Installing py3-six (1.15.0-r0) 00:53:04 (12/33) Installing py3-packaging (20.4-r0) 00:53:04 (13/33) Installing py3-setuptools (47.0.0-r0) 00:53:04 (14/33) Installing py3-chardet (3.0.4-r4) 00:53:04 (15/33) Installing py3-idna (2.9-r0) 00:53:04 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:53:04 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:53:04 (18/33) Installing py3-requests (2.23.0-r0) 00:53:04 (19/33) Installing py3-msgpack (1.0.0-r0) 00:53:04 (20/33) Installing py3-lockfile (0.12.2-r3) 00:53:04 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:53:04 (22/33) Installing py3-colorama (0.4.3-r0) 00:53:04 (23/33) Installing py3-distlib (0.3.0-r0) 00:53:04 (24/33) Installing py3-distro (1.5.0-r1) 00:53:04 (25/33) Installing py3-webencodings (0.5.1-r3) 00:53:04 (26/33) Installing py3-html5lib (1.0.1-r4) 00:53:04 (27/33) Installing py3-pytoml (0.1.21-r0) 00:53:04 (28/33) Installing py3-pep517 (0.8.2-r0) 00:53:04 (29/33) Installing py3-progress (1.5-r0) 00:53:04 (30/33) Installing py3-toml (0.10.1-r0) 00:53:04 (31/33) Installing py3-retrying (1.3.3-r0) 00:53:04 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:53:04 (33/33) Installing py3-pip (20.1.1-r0) 00:53:04 Executing busybox-1.31.1-r19.trigger 00:53:04 OK: 71 MiB in 55 packages 00:53:04 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:53:05 Collecting cached-property<2,>=1.2.0 00:53:05 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:53:06 Collecting websocket-client<1.0,>=0.32.0 00:53:06 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:53:06 Collecting docker-pycreds>=0.4.0 00:53:07 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:53:07 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:53:07 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:53:07 Collecting idna<2.8,>=2.5 00:53:07 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:53:07 Collecting urllib3<1.25,>=1.21.1 00:53:07 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:53:08 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:53:08 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:53:08 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:53:08 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:53:08 Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, PyYAML, dockerpty, docopt, jsonschema, texttable, cached-property, docker-compose 00:53:08 Attempting uninstall: idna 00:53:08 Found existing installation: idna 2.9 00:53:08 Uninstalling idna-2.9: 00:53:09 Successfully uninstalled idna-2.9 00:53:09 Attempting uninstall: urllib3 00:53:09 Found existing installation: urllib3 1.25.9 00:53:09 Uninstalling urllib3-1.25.9: 00:53:10 Successfully uninstalled urllib3-1.25.9 00:53:11 Attempting uninstall: requests 00:53:11 Found existing installation: requests 2.23.0 00:53:11 Uninstalling requests-2.23.0: 00:53:11 Removing intermediate container e9e39cfd54e9 00:53:11 ---> 0165b2fff70e 00:53:11 Step 20/26 : RUN pip install docker-compose==1.23.2 00:53:11 ---> Running in 5b5091cace2e 00:53:11 Successfully uninstalled requests-2.23.0 00:53:14 Running setup.py install for PyYAML: started 00:53:16 Running setup.py install for PyYAML: finished with status 'done' 00:53:16 Running setup.py install for dockerpty: started 00:53:16 Collecting docker-compose==1.23.2 00:53:16 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:53:17 Collecting websocket-client<1.0,>=0.32.0 00:53:17 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:53:17 Running setup.py install for dockerpty: finished with status 'done' 00:53:17 Running setup.py install for docopt: started 00:53:18 Collecting dockerpty<0.5,>=0.4.1 00:53:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:53:20 Running setup.py install for docopt: finished with status 'done' 00:53:20 Running setup.py install for texttable: started 00:53:20 Collecting cached-property<2,>=1.2.0 00:53:20 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:53:20 Running setup.py install for texttable: finished with status 'done' 00:53:21 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:53:21 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:53:21 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:53:22 Collecting docker<4.0,>=3.6.0 00:53:22 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:53:22 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:53:22 Collecting docopt<0.7,>=0.6.1 00:53:22 Downloading docopt-0.6.2.tar.gz (25 kB) 00:53:25 Collecting jsonschema<3,>=2.5.1 00:53:25 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:53:26 Collecting PyYAML<4,>=3.10 00:53:26 Downloading PyYAML-3.13.tar.gz (270 kB) 00:53:29 Collecting texttable<0.10,>=0.9.0 00:53:29 Downloading texttable-0.9.1.tar.gz (11 kB) 00:53:30 Collecting idna<2.8,>=2.5 00:53:31 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:53:31 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:53:31 Removing intermediate container 6bdc9c7d72ee 00:53:31 ---> c860602afc08 00:53:31 Step 21/26 : RUN apk --no-cache add curl 00:53:31 ---> Running in cb5991fb0cd0 00:53:31 Collecting urllib3<1.25,>=1.21.1 00:53:31 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:53:31 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:53:32 Collecting docker-pycreds>=0.4.0 00:53:32 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:53:32 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:53:32 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:53:32 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:53:32 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:53:33 Installing collected packages: websocket-client, dockerpty, cached-property, idna, urllib3, requests, docker-pycreds, docker, docopt, jsonschema, PyYAML, texttable, docker-compose 00:53:33 Running setup.py install for dockerpty: started 00:53:35 Running setup.py install for dockerpty: finished with status 'done' 00:53:35 Attempting uninstall: idna 00:53:35 Found existing installation: idna 2.9 00:53:35 Uninstalling idna-2.9: 00:53:35 Successfully uninstalled idna-2.9 00:53:36 Attempting uninstall: urllib3 00:53:36 Found existing installation: urllib3 1.25.9 00:53:36 Uninstalling urllib3-1.25.9: 00:53:36 Successfully uninstalled urllib3-1.25.9 00:53:37 Attempting uninstall: requests 00:53:37 Found existing installation: requests 2.23.0 00:53:37 Uninstalling requests-2.23.0: 00:53:37 Successfully uninstalled requests-2.23.0 00:53:38 Running setup.py install for docopt: started 00:53:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:53:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:53:39 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:53:39 (2/3) Installing libcurl (7.69.1-r3) 00:53:39 (3/3) Installing curl (7.69.1-r3) 00:53:39 Executing busybox-1.31.1-r19.trigger 00:53:39 OK: 72 MiB in 58 packages 00:53:40 Running setup.py install for docopt: finished with status 'done' 00:53:40 Running setup.py install for PyYAML: started 00:53:43 Running setup.py install for PyYAML: finished with status 'done' 00:53:43 Running setup.py install for texttable: started 00:53:45 Running setup.py install for texttable: finished with status 'done' 00:53:45 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:53:46 Removing intermediate container cb5991fb0cd0 00:53:46 ---> b06df754cc2d 00:53:46 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:53:48 ---> Running in f6ca8ee6ab01 00:53:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:53:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:53:50 Removing intermediate container 5b5091cace2e 00:53:50 ---> 5cf5d73da247 00:53:50 Step 21/26 : RUN apk --no-cache add curl 00:53:50 ---> Running in ba3022106a1d 00:53:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:51 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:53:51 (2/3) Installing libcurl (7.69.1-r3) 00:53:51 (3/3) Installing curl (7.69.1-r3) 00:53:51 Executing busybox-1.31.1-r19.trigger 00:53:51 OK: 71 MiB in 58 packages 00:53:52 Removing intermediate container ba3022106a1d 00:53:52 ---> f789d38a373a 00:53:52 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:53:52 ---> Running in 13d82a0ba607 00:53:52 Removing intermediate container f6ca8ee6ab01 00:53:52 ---> 65d7eabdafba 00:53:52 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:53 Removing intermediate container 13d82a0ba607 00:53:53 ---> 885f5db0556a 00:53:53 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:53 ---> Running in 7b0021785044 00:53:53 Removing intermediate container 7b0021785044 00:53:53 ---> 7cb6e5db90a3 00:53:53 Step 24/26 : LABEL arch=arm64 00:53:53 ---> Running in 67734e403557 00:53:54 Removing intermediate container 67734e403557 00:53:54 ---> d88c8de064a8 00:53:54 Step 25/26 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 00:53:54 ---> Running in e86ba73cb1fa 00:53:55 Removing intermediate container e86ba73cb1fa 00:53:55 ---> 3d9db81c0c77 00:53:55 Step 26/26 : LABEL version=0.0.0 00:53:55 ---> Running in 3af66e1e9ca6 00:53:55 ---> Running in 7a39b55d5171 00:53:55 Removing intermediate container 3af66e1e9ca6 00:53:55 ---> ee366fc9ff09 00:53:55 00:53:55 Successfully built ee366fc9ff09 00:53:55 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:53:56 Removing intermediate container 7a39b55d5171 00:53:56 ---> af80eeb27c8c 00:53:56 Step 24/26 : LABEL arch=x86_64 00:53:56  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:53:56 $ docker stop --time=1 cdef608998910284679802df79b98fb5f503806c2b93bc689f1ece941ccc96f4 00:53:57 ---> Running in 32410a38a75a 00:53:58 $ docker rm -f cdef608998910284679802df79b98fb5f503806c2b93bc689f1ece941ccc96f4 [Pipeline] // withDockerContainer [Pipeline] sh 00:53:59 + docker images 00:53:59 + grep docker 00:53:59 Removing intermediate container 32410a38a75a 00:53:59 ---> 29c767b1171e 00:53:59 Step 25/26 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 00:53:59 docker-sys-mgmt-agent-go-arm64 latest ee366fc9ff09 4 seconds ago 300MB 00:53:59 docker-core-data-go-arm64 latest 8317df44b905 About a minute ago 21.1MB 00:53:59 docker-core-metadata-go-arm64 latest e54c42eb786f About a minute ago 17.9MB 00:53:59 docker-security-secretstore-setup-go-arm64 latest 613bc0223bcc About a minute ago 23.7MB 00:53:59 docker-security-bootstrapper-go-arm64 latest 00832b485c8a 4 minutes ago 17.6MB 00:53:59 docker-support-scheduler-go-arm64 latest 686ee8f682bd 4 minutes ago 16.3MB 00:53:59 docker-core-command-go-arm64 latest 11f403eaa5c8 4 minutes ago 16.2MB 00:53:59 docker-support-notifications-go-arm64 latest a3eec8168aa4 4 minutes ago 16.8MB 00:53:59 docker-security-proxy-setup-go-arm64 latest 0cd461c2376d 4 minutes ago 23.4MB 00:53:59 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:54:00 ---> job-cost.sh 00:54:00 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-gUIn 00:54:00 ---> Running in ac7043728ddf 00:54:01 Removing intermediate container ae8b62db2f03 00:54:01 ---> 91f43d52a1dd 00:54:01 00:54:01 Step 10/23 : FROM alpine:3.12 00:54:01 ---> 88dd2752d2ea 00:54:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:54:01 ---> Using cache 00:54:01 ---> 03a93d4df8ae 00:54:01 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:54:01 ---> Using cache 00:54:01 ---> c43e2cc84fed 00:54:01 Step 13/23 : ENV APP_PORT=48082 00:54:01 Removing intermediate container ac7043728ddf 00:54:01 ---> 73e921519d31 00:54:01 Step 26/26 : LABEL version=0.0.0 00:54:03 ---> Running in 3f2bdba0d6b2 00:54:03 ---> Running in e241673f24f4 00:54:09 Removing intermediate container 7c95d9347132 00:54:09 ---> 699e531f4ec4 00:54:09 00:54:09 Step 10/24 : FROM alpine:3.12 00:54:09 Removing intermediate container 7c6df89b36d5 00:54:09 ---> faf4591ec30a 00:54:09 00:54:09 Step 10/21 : FROM alpine:3.12 00:54:09 ---> 88dd2752d2ea 00:54:09 Step 11/21 : RUN apk add --update --no-cache curl 00:54:09 ---> 88dd2752d2ea 00:54:09 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:54:10 Removing intermediate container 3f2bdba0d6b2 00:54:10 ---> 7e10ea1e4892 00:54:10 Step 14/23 : EXPOSE $APP_PORT 00:54:10 Removing intermediate container e241673f24f4 00:54:10 ---> a2189a89df91 00:54:10 00:54:11 ---> Running in 85924741b107 00:54:11 ---> Running in f43641fd4a0d 00:54:11 ---> Running in 33e3d1612546 00:54:12 Successfully built a2189a89df91 00:54:12 Successfully tagged docker-sys-mgmt-agent-go:latest 00:54:12  Building docker-sys-mgmt-agent-go ... done Removing intermediate container fadeeab2a69c 00:54:12 ---> e3de25521780 00:54:12 00:54:12 Step 10/23 : FROM alpine:3.12 00:54:12 ---> 88dd2752d2ea 00:54:12 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:54:12 ---> Using cache 00:54:12 ---> 03a93d4df8ae 00:54:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:54:12 ---> Using cache 00:54:12 ---> c43e2cc84fed 00:54:12 Step 13/23 : ENV APP_PORT=48081 00:54:13 Removing intermediate container 33e3d1612546 00:54:13 ---> 0bd8f6157965 00:54:13 Step 15/23 : WORKDIR / 00:54:13 ---> Running in ebd4a165f90b 00:54:13 ---> Running in fb81ea51c9e0 00:54:14 Removing intermediate container ebd4a165f90b 00:54:14 ---> 7d24a487801f 00:54:14 Step 14/23 : EXPOSE $APP_PORT 00:54:14 ---> Running in 1e5b351403e1 00:54:15 Removing intermediate container fb81ea51c9e0 00:54:15 ---> ecbef3df9467 00:54:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:54:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:54:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:54:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:54:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:54:15 (1/5) Installing ca-certificates (20191127-r4) 00:54:15 (1/4) Installing ca-certificates (20191127-r4) 00:54:15 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:54:15 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:54:15 (3/4) Installing libcurl (7.69.1-r3) 00:54:15 (3/5) Installing libcurl (7.69.1-r3) 00:54:15 (4/5) Installing curl (7.69.1-r3) 00:54:15 (4/4) Installing curl (7.69.1-r3) 00:54:15 (5/5) Installing dumb-init (1.2.2-r1) 00:54:15 Executing busybox-1.31.1-r19.trigger 00:54:15 Executing busybox-1.31.1-r19.trigger 00:54:15 Removing intermediate container 1e5b351403e1 00:54:15 ---> cc04a91d6e86 00:54:15 Step 15/23 : WORKDIR / 00:54:16 Executing ca-certificates-20191127-r4.trigger 00:54:16 Executing ca-certificates-20191127-r4.trigger 00:54:16 OK: 7 MiB in 19 packages 00:54:16 OK: 7 MiB in 18 packages 00:54:17 ---> f9e725a9d23d 00:54:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:54:17 ---> Running in 1f724e4f7ca5 00:54:18 Removing intermediate container 1f724e4f7ca5 00:54:18 ---> 4f604cdf4431 00:54:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:54:19 ---> 1527a72f4401 00:54:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:54:21 Removing intermediate container f43641fd4a0d 00:54:21 ---> 48cda6f5a3bb 00:54:21 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:54:21 Removing intermediate container 85924741b107 00:54:21 ---> 2ec515cd9369 00:54:21 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:54:21 ---> 5a4d4298c3be 00:54:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:54:21 ---> c628298f898e 00:54:21 Step 19/23 : ENTRYPOINT ["/core-command"] 00:54:21 ---> Running in e3a11c295e6b 00:54:21 ---> Running in d13b9f03b196 00:54:22 ---> Running in f3d4df590213 00:54:22 Removing intermediate container d13b9f03b196 00:54:22 ---> fc6caee2ec57 00:54:22 Step 13/24 : WORKDIR / 00:54:22 Removing intermediate container e3a11c295e6b 00:54:22 ---> 0d29d12559b6 00:54:22 Step 13/21 : WORKDIR /edgex 00:54:23 ---> Running in 798a6aaf84ff 00:54:23 Removing intermediate container f3d4df590213 00:54:23 ---> e4d1ae365bb4 00:54:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:54:23 ---> Running in 3e87712edb6d 00:54:23 ---> 5c19bace2147 00:54:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:54:23 ---> Running in cea7a4d5e146 00:54:24 Removing intermediate container 798a6aaf84ff 00:54:24 ---> b6634e7620ce 00:54:24 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:54:24 Removing intermediate container cea7a4d5e146 00:54:24 ---> 632d8e2bc3cb 00:54:24 Step 21/23 : LABEL arch=x86_64 00:54:24 Removing intermediate container 3e87712edb6d 00:54:24 ---> e75cb627c6c8 00:54:24 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:54:25 ---> 125790ee4d5e 00:54:25 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:54:25 ---> Running in 45eba621d5e5 00:54:25 ---> Running in 73d4197f19a4 00:54:25 ---> 616dbccc96b7 00:54:25 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:54:26 ---> 50d5c53800cb 00:54:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:54:26 Removing intermediate container 45eba621d5e5 00:54:26 ---> 4dd82d20b848 00:54:26 Step 22/23 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 00:54:26 ---> Running in 801785cf3184 00:54:26 Removing intermediate container 73d4197f19a4 00:54:26 ---> 731b8df18a06 00:54:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:54:27 ---> Running in f525b6bb4133 00:54:27 ---> 66029b7f4c6f 00:54:27 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:54:28 Removing intermediate container 801785cf3184 00:54:28 ---> ed3ecb68a88f 00:54:28 Step 23/23 : LABEL version=0.0.0 00:54:28 Removing intermediate container f525b6bb4133 00:54:28 ---> 328ac69bfbaf 00:54:28 Step 21/23 : LABEL arch=x86_64 00:54:28 ---> 18834e08c059 00:54:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:54:28 ---> Running in 7f7fbfb11570 00:54:28 ---> Running in ec9212d1d17a 00:54:28 ---> 97b3f97927b1 00:54:28 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:54:29 Removing intermediate container ec9212d1d17a 00:54:29 ---> 8fabb82abd81 00:54:29 00:54:29 Removing intermediate container 7f7fbfb11570 00:54:29 ---> b00d758017df 00:54:29 Step 22/23 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 00:54:30 ---> Running in 56c529ffa3f7 00:54:30 ---> a0940fda4eb0 00:54:30 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:54:31 Successfully built 8fabb82abd81 00:54:31 Successfully tagged docker-core-command-go:latest 00:54:31  Building docker-core-command-go ... done  ---> Running in 25f15b542972 00:54:31 ---> 679056724bfe 00:54:31 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:54:31 Removing intermediate container 56c529ffa3f7 00:54:31 ---> 6dc8abf93af9 00:54:31 Step 23/23 : LABEL version=0.0.0 00:54:32 ---> Running in 40fa11e2d496 00:54:32 Removing intermediate container 25f15b542972 00:54:32 ---> 2c03c9a67cc9 00:54:32 Step 18/21 : CMD ["--init=true"] 00:54:32 ---> Running in 49a5b71923e3 00:54:33 Removing intermediate container 40fa11e2d496 00:54:33 ---> eff0533e9840 00:54:33 00:54:33 ---> 7ac3ca8771a2 00:54:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:54:33 Successfully built eff0533e9840 00:54:33 Removing intermediate container 49a5b71923e3 00:54:33 ---> c98f9646f4d4 00:54:33 Step 19/21 : LABEL arch=x86_64 00:54:33 Successfully tagged docker-core-metadata-go:latest 00:54:33  Building docker-core-metadata-go ... done  ---> b2d117370609 00:54:33 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:54:33 ---> Running in f0333ae4db84 00:54:33 ---> Running in 88c196a719e2 00:54:34 Removing intermediate container f0333ae4db84 00:54:34 ---> c8f729254662 00:54:34 Step 20/21 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 00:54:34 ---> Running in 6513ecf27a18 00:54:35 Removing intermediate container 6513ecf27a18 00:54:35 ---> de02855fb3b3 00:54:35 Step 21/21 : LABEL version=0.0.0 00:54:35 ---> Running in d61eec2aae24 00:54:35 Removing intermediate container d61eec2aae24 00:54:35 ---> 9db550241fc0 00:54:35 00:54:36 Successfully built 9db550241fc0 00:54:36 Successfully tagged docker-security-proxy-setup-go:latest 00:54:38  Building docker-security-proxy-setup-go ... done Removing intermediate container 88c196a719e2 00:54:38 ---> 8a77bccb1f46 00:54:38 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:54:38 ---> Running in d1cfb56dc0cc 00:54:39 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:54:39 Removing intermediate container d1cfb56dc0cc 00:54:39 ---> cf52b9881335 00:54:39 Step 22/24 : LABEL arch=x86_64 00:54:39 ---> Running in b86ed8ec73b4 00:54:41 Removing intermediate container b86ed8ec73b4 00:54:41 ---> d00eb25d6987 00:54:41 Step 23/24 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 00:54:41 ---> Running in 0a63ae59a3cb 00:54:41 Removing intermediate container 0a63ae59a3cb 00:54:41 ---> 0bcfa9809a47 00:54:41 Step 24/24 : LABEL version=0.0.0 00:54:41 ---> Running in 424201fc8854 00:54:42 Removing intermediate container 424201fc8854 00:54:42 ---> 47a1283993e8 00:54:42 00:54:42 Successfully built 47a1283993e8 00:54:42 Successfully tagged docker-security-secretstore-setup-go:latest 00:54:43  Building docker-security-secretstore-setup-go ... done  [Pipeline] } 00:54:44 $ docker stop --time=1 4b7eea23e051991b5fc7427d49cf7125068957f68fe3c1da87af1800fc18bcef 00:54:47 $ docker rm -f 4b7eea23e051991b5fc7427d49cf7125068957f68fe3c1da87af1800fc18bcef [Pipeline] // withDockerContainer [Pipeline] sh 00:54:48 + docker images 00:54:48 + grep docker 00:54:50 docker-security-secretstore-setup-go latest 47a1283993e8 8 seconds ago 24.9MB 00:54:50 docker-security-proxy-setup-go latest 9db550241fc0 15 seconds ago 24.7MB 00:54:50 docker-core-metadata-go latest eff0533e9840 18 seconds ago 19MB 00:54:50 docker-core-command-go latest 8fabb82abd81 22 seconds ago 17MB 00:54:50 docker-sys-mgmt-agent-go latest a2189a89df91 42 seconds ago 313MB 00:54:50 docker-security-bootstrapper-go latest 0ec51f4994f8 5 minutes ago 18.7MB 00:54:50 docker-core-data-go latest 084213aecd75 6 minutes ago 22.4MB 00:54:50 docker-support-notifications-go latest c10f6bb39135 6 minutes ago 17.8MB 00:54:50 docker-support-scheduler-go latest a87e0c9e24f3 6 minutes ago 17.2MB 00:54:50 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:55:06 Still waiting to schedule task 00:55:06 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:56:00 Running on prd-ubuntu18.04-docker-8c-8g-28142 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:56:00 Running in /w/workspace/edgex-go/73 [Pipeline] { [Pipeline] checkout 00:56:02 using credential edgex-jenkins-ssh 00:56:02 Cloning the remote Git repository 00:56:02 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:56:02 > git init /w/workspace/edgex-go/73 # timeout=10 00:56:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:56:02 > git --version # timeout=10 00:56:02 > git --version # 'git version 2.17.1' 00:56:02 using GIT_SSH to set credentials SSH Credentials for GitHub 00:56:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:56:09 Merging remotes/origin/master commit f0a5054a805e8aad79e6fefc9c847f3d46b91de1 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:56:10 Merge succeeded, producing 79282bcde8e8af750604fe6d1eb3de2fef606106 00:56:10 Checking out Revision 79282bcde8e8af750604fe6d1eb3de2fef606106 (PR-2858) 00:56:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:56:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:56:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:56:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:56:09 using GIT_SSH to set credentials SSH Credentials for GitHub 00:56:09 > 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:56:09 > git config core.sparsecheckout # timeout=10 00:56:09 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:56:09 > git remote # timeout=10 00:56:09 > git config --get remote.origin.url # timeout=10 00:56:09 using GIT_SSH to set credentials SSH Credentials for GitHub 00:56:09 > git merge f0a5054a805e8aad79e6fefc9c847f3d46b91de1 # timeout=10 00:56:10 > git rev-parse HEAD^{commit} # timeout=10 00:56:10 > git config core.sparsecheckout # timeout=10 00:56:10 > git checkout -f 79282bcde8e8af750604fe6d1eb3de2fef606106 # timeout=10 00:56:13 Commit message: "Merge commit 'f0a5054a805e8aad79e6fefc9c847f3d46b91de1' into HEAD" 00:56:13 First time build. Skipping changelog. 00:56:14 00:56:14 GitHub has been notified of this commit’s build result 00:56:14 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:56:14 + echo snap-build.sh 00:56:14 snap-build.sh 00:56:14 + SNAP_BASE_DIR=. 00:56:14 + '[' '!' -z /w/workspace/edgex-go/73 ']' 00:56:14 + SNAP_BASE_DIR=/w/workspace/edgex-go/73 00:56:14 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/73]' 00:56:14 [snap-build] Building snap in dir [/w/workspace/edgex-go/73] 00:56:14 + cd /w/workspace/edgex-go/73 00:56:14 + sudo apt-get remove -qy --purge lxd lxd-client 00:56:14 Reading package lists... 00:56:14 Building dependency tree... 00:56:14 Reading state information... 00:56:13 > git rev-list --no-walk d6ded4327158f11b86382699c7f4aaf84d7a6d04 # timeout=10 00:56:15 The following packages were automatically installed and are no longer required: 00:56:15 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:56:15 uidmap xdelta3 00:56:15 Use 'sudo apt autoremove' to remove them. 00:56:15 The following packages will be REMOVED: 00:56:15 lxd* lxd-client* 00:56:15 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:56:15 After this operation, 31.7 MB disk space will be freed. 00:56:16 (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:56:16 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:56:17 Removing lxd dnsmasq configuration 00:56:17 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:56:17 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:56:18 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:56:18 (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:56:18 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:56:19 Processing triggers for systemd (237-3ubuntu10.42) ... 00:56:19 Processing triggers for ureadahead (0.100.0-21) ... 00:56:21 + sudo snap remove --purge lxd 00:56:21 snap "lxd" is not installed 00:56:21 + sudo groupadd --force --system lxd 00:56:21 ++ whoami 00:56:21 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:56:21 + newgrp - lxd 00:56:21 + sudo snap install lxd 00:56:31 2021-03-02T00:56:28Z INFO Waiting for automatic snapd restart... 00:56:43 lxd 4.11 from Canonical* installed 00:56:43 + sudo lxd init --auto 00:56:52 + sudo snap install --classic snapcraft 00:56:57 snapcraft 4.5.1 from Canonical* installed 00:56:57 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:56:57 + patch --verbose -p1 00:56:57 Hmm... Looks like a unified diff to me... 00:56:57 The text leading up to this was: 00:56:57 -------------------------- 00:56:57 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:56:57 |From: Tony Espy 00:56:57 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:56:57 |Subject: [PATCH] optimize snap build for pipeline CI check 00:56:57 | 00:56:57 |This patch is used by the EdgeX CI pipeline builds to 00:56:57 |optimize the snap CI check run for pull requests. When 00:56:57 |applied, it essentially strips out everything (apps and 00:56:57 |parts) from the snapcraft.yaml file except those required 00:56:57 |to build edgex-go, as the whole idea of the CI check is to 00:56:57 |catch changes to edgex-go that break the snap build. 00:56:57 | 00:56:57 |In general, anyone updating snapcraft.yaml will also need 00:56:57 |to update this patch file, otherwise it may fail to apply, 00:56:57 |resulting in a failed snap build CI check in the associated 00:56:57 |pull request. 00:56:57 | 00:56:57 |Note - in addition to applying this patch, the pipeline also 00:56:57 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:56:57 |need to build the finally binary .snap file (and it won't 00:56:57 |work with the patch applied). This further reduces the build 00:56:57 |time. 00:56:57 |--- 00:56:57 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:56:57 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:56:57 | 00:56:57 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:56:57 |index 1e537489..faf42425 100644 00:56:57 |--- a/snap/snapcraft.yaml 00:56:57 |+++ b/snap/snapcraft.yaml 00:56:57 -------------------------- 00:56:57 patching file snap/snapcraft.yaml 00:56:57 Using Plan A... 00:56:57 Hunk #1 succeeded at 73. 00:56:57 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 00:56:57 Hunk #3 succeeded at 217 (offset 3 lines). 00:56:57 Hunk #4 FAILED at 222. 00:56:57 Hunk #5 succeeded at 303 (offset 4 lines). 00:56:57 Hunk #6 succeeded at 330 (offset 4 lines). 00:56:57 Hunk #7 succeeded at 364 (offset 4 lines). 00:56:57 Hunk #8 FAILED at 411. 00:56:57 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:56:57 Hmm... Ignoring the trailing garbage. 00:56:57 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:56:58 Failed in branch amd64 00:57:01 lf-activate-venv(): INFO: Adding /tmp/venv-gUIn/bin to PATH 00:57:01 INFO: No Stack... 00:57:01 INFO: Retrieving Pricing Info for: lf-standard-4 00:57:02 INFO: Archiving Costs [Pipeline] sh 00:57:02 + cut -d, -f6 00:57:02 + cat /w/workspace/edgex-go/73/archives/cost.csv [Pipeline] lock 00:57:02 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-73-stack-cost] 00:57:02 Resource [jenkins-edgexfoundry-edgex-go-PR-2858-73-stack-cost] did not exist. Created. 00:57:02 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-73-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:57:03 + echo total: 0.20999999344348907 [Pipeline] stash 00:57:03 Stashed 1 file(s) [Pipeline] } 00:57:03 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-73-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:57:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:57:09 ---> package-listing.sh 00:57:09 ++ facter osfamily 00:57:09 ++ tr '[:upper:]' '[:lower:]' 00:57:09 + OS_FAMILY=redhat 00:57:09 + workspace=/w/workspace/edgex-go/73 00:57:09 + START_PACKAGES=/tmp/packages_start.txt 00:57:09 + END_PACKAGES=/tmp/packages_end.txt 00:57:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:57:09 + PACKAGES=/tmp/packages_start.txt 00:57:09 + '[' /w/workspace/edgex-go/73 ']' 00:57:09 + PACKAGES=/tmp/packages_end.txt 00:57:09 + case "${OS_FAMILY}" in 00:57:09 + rpm -qa 00:57:09 + sort 00:57:17 + '[' -f /tmp/packages_start.txt ']' 00:57:17 + '[' -f /tmp/packages_end.txt ']' 00:57:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:57:17 + '[' /w/workspace/edgex-go/73 ']' 00:57:17 + mkdir -p /w/workspace/edgex-go/73/archives/ 00:57:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/73/archives/ [Pipeline] echo 00:57: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/73/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:57:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:57:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:57:18 00:57:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:57:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:57:19 alpine: Pulling from edgex-lftools-log-publisher 00:57:19 df20fa9351a1: Pulling fs layer 00:57:19 36b3adc4ff6f: Pulling fs layer 00:57:19 8ad3a11d3b57: Pulling fs layer 00:57:19 46f8f816bc3b: Pulling fs layer 00:57:19 93b61091891f: Pulling fs layer 00:57:19 93b9cdb0e59b: Pulling fs layer 00:57:19 5e14af77c1be: Pulling fs layer 00:57:19 01666e4c0597: Pulling fs layer 00:57:19 aa168da1d23b: Pulling fs layer 00:57:19 93b9cdb0e59b: Waiting 00:57:19 5e14af77c1be: Waiting 00:57:19 01666e4c0597: Waiting 00:57:19 aa168da1d23b: Waiting 00:57:19 46f8f816bc3b: Waiting 00:57:19 93b61091891f: Waiting 00:57:19 36b3adc4ff6f: Verifying Checksum 00:57:19 36b3adc4ff6f: Download complete 00:57:19 46f8f816bc3b: Verifying Checksum 00:57:19 46f8f816bc3b: Download complete 00:57:19 df20fa9351a1: Download complete 00:57:19 93b9cdb0e59b: Verifying Checksum 00:57:19 93b9cdb0e59b: Download complete 00:57:19 5e14af77c1be: Verifying Checksum 00:57:19 5e14af77c1be: Download complete 00:57:19 01666e4c0597: Verifying Checksum 00:57:19 01666e4c0597: Download complete 00:57:19 93b61091891f: Verifying Checksum 00:57:19 93b61091891f: Download complete 00:57:19 df20fa9351a1: Pull complete 00:57:19 8ad3a11d3b57: Verifying Checksum 00:57:19 8ad3a11d3b57: Download complete 00:57:20 36b3adc4ff6f: Pull complete 00:57:22 8ad3a11d3b57: Pull complete 00:57:23 aa168da1d23b: Verifying Checksum 00:57:23 aa168da1d23b: Download complete 00:57:24 46f8f816bc3b: Pull complete 00:57:25 93b61091891f: Pull complete 00:57:26 93b9cdb0e59b: Pull complete 00:57:26 5e14af77c1be: Pull complete 00:57:26 01666e4c0597: Pull complete 00:57:45 aa168da1d23b: Pull complete 00:57:45 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:57:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:57:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:57:46 prd-centos7-docker-4c-2g-28130 does not seem to be running inside a container 00:57:46 $ 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/73/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/73 -v /w/workspace/edgex-go/73:/w/workspace/edgex-go/73:rw,z -v /w/workspace/edgex-go/73@tmp:/w/workspace/edgex-go/73@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:57:52 $ docker top 05746696cc56fd51addf42db080eafca87c29c8bdc12e160a0dc113cbba90a3b -eo pid,comm [Pipeline] { [Pipeline] sh 00:57:54 + touch /tmp/pre-build-complete [Pipeline] sh 00:57:54 + mkdir -p /var/log/sa [Pipeline] sh 00:57:55 + ls /var/log/sa-host 00:57:55 + sadf -c /var/log/sa-host/sa02 00:57:55 file_magic: OK 00:57:55 HZ: Using current value: 100 00:57:55 file_header: OK 00:57:55 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:57:55 Statistics: 00:57:55 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...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:57:55 File successfully converted to sysstat format version 12.2.1 00:57:55 + sadf -c /var/log/sa-host/sa23 00:57:55 file_magic: OK 00:57:55 HZ: Using current value: 100 00:57:55 file_header: OK 00:57:55 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:57:55 Statistics: 00:57:55 Hnuu...uuuununununu... 00:57:55 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:57:56 provisioning config files... 00:57:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/73@tmp/config2873840821353745484tmp [Pipeline] { [Pipeline] echo 00:57:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:57:57 ---> create-netrc.sh [Pipeline] } 00:57:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:57:57 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:57:58 ---> python-tools-install.sh [Pipeline] echo 00:57:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:57:59 ---> sudo-logs.sh 00:57:59 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:57:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:58:00 ---> job-cost.sh 00:58:00 lf-activate-venv: SKIPPING 00:58:00 DEBUG: total: 0.20999999344348907 00:58:00 INFO: Retrieving Stack Cost... 00:58:01 INFO: Retrieving Pricing Info for: v1-standard-2 00:58:02 INFO: Archiving Costs [Pipeline] echo 00:58:02 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:58:02 ---> logs-deploy.sh 00:58:02 lf-activate-venv: SKIPPING 00:58:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/73 00:58:02 INFO: archiving workspace using pattern(s): 00:58:05 Archives upload complete. 00:58:05 INFO: archiving logs to Nexus