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 668f0a3a269f3b051418dc2678a30c23b2beea7f rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 668f0a3a269f3b051418dc2678a30c23b2beea7f Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22934 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/49 [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/49 # 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 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing 8822184552e4706fba4b46dbd9d91f99d7a1bd27 Checking out Revision 8822184552e4706fba4b46dbd9d91f99d7a1bd27 (PR-2858) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8822184552e4706fba4b46dbd9d91f99d7a1bd27 # timeout=10 Commit message: "Merge commit '668f0a3a269f3b051418dc2678a30c23b2beea7f' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:32:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:32:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:32:01 ========================================================= 00:32:01 EdgeX Global Pipelines Version Info 00:32:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb # timeout=10 00:32:03 ------------------- 00:32:03 stable info: 00:32:03 ------------------- 00:32:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:32:03 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:32:03 Message: update stable to v1.0.179 00:32:04 ------------------- 00:32:04 experimental info: 00:32:04 ------------------- 00:32:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:32:04 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:32:04 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:32:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:32:04 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:32:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:32:05 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:32:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:32:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:32:05 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:32:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:32:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:32:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:32:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:32:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:32:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:32:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:32:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:32:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:32:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:32:06 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:32:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:32:06 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:32:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:32:06 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:32:06 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:32:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:32:07 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:32:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:32:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8822184552e4706fba4b46dbd9d91f99d7a1bd27 [Pipeline] echo 00:32:07 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8822184 [Pipeline] echo 00:32:07 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:32:07 provisioning config files... 00:32:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/49@tmp/config8869577784930380538tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:32:07 ---> docker-login.sh 00:32:07 nexus3.edgexfoundry.org:10001 00:32:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:08 Configure a credential helper to remove this warning. See 00:32:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:08 00:32:08 Login Succeeded 00:32:08 nexus3.edgexfoundry.org:10002 00:32:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:08 Configure a credential helper to remove this warning. See 00:32:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:08 00:32:08 Login Succeeded 00:32:08 nexus3.edgexfoundry.org:10003 00:32:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:08 Configure a credential helper to remove this warning. See 00:32:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:08 00:32:08 Login Succeeded 00:32:08 nexus3.edgexfoundry.org:10004 00:32:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:08 Configure a credential helper to remove this warning. See 00:32:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:08 00:32:08 Login Succeeded 00:32:08 docker.io 00:32:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:09 Configure a credential helper to remove this warning. See 00:32:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:09 00:32:09 Login Succeeded 00:32:09 ---> docker-login.sh ends [Pipeline] } 00:32:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:09 ++ 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:09 + for file in '`ls cmd/**/Dockerfile`' 00:32:09 ++ dirname cmd/core-command/Dockerfile 00:32:09 ++ cut -d/ -f2 00:32:09 + echo core-command,cmd/core-command/Dockerfile 00:32:09 + for file in '`ls cmd/**/Dockerfile`' 00:32:09 ++ dirname cmd/core-data/Dockerfile 00:32:09 ++ cut -d/ -f2 00:32:09 + echo core-data,cmd/core-data/Dockerfile 00:32:09 + for file in '`ls cmd/**/Dockerfile`' 00:32:09 ++ dirname cmd/core-metadata/Dockerfile 00:32:09 ++ cut -d/ -f2 00:32:09 + echo core-metadata,cmd/core-metadata/Dockerfile 00:32:09 + for file in '`ls cmd/**/Dockerfile`' 00:32:09 ++ dirname cmd/security-bootstrapper/Dockerfile 00:32:09 ++ cut -d/ -f2 00:32:09 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:32:09 + for file in '`ls cmd/**/Dockerfile`' 00:32:09 ++ dirname cmd/security-proxy-setup/Dockerfile 00:32:09 ++ cut -d/ -f2 00:32:09 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:32:09 + for file in '`ls cmd/**/Dockerfile`' 00:32:09 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:32:09 ++ cut -d/ -f2 00:32:09 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:32:09 + for file in '`ls cmd/**/Dockerfile`' 00:32:09 ++ dirname cmd/support-notifications/Dockerfile 00:32:09 ++ cut -d/ -f2 00:32:09 + echo support-notifications,cmd/support-notifications/Dockerfile 00:32:09 + for file in '`ls cmd/**/Dockerfile`' 00:32:09 ++ dirname cmd/support-scheduler/Dockerfile 00:32:09 ++ cut -d/ -f2 00:32:09 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:32:09 + for file in '`ls cmd/**/Dockerfile`' 00:32:09 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:32:09 ++ cut -d/ -f2 00:32:09 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:32:09 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:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:10 00:32:10 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:32:11 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:11 latest: Pulling from edgex-devops/git-semver 00:32:11 31603596830f: Pulling fs layer 00:32:11 2a8b12db71e7: Pulling fs layer 00:32:11 6ca5941a6612: Pulling fs layer 00:32:11 ecc8261a40a4: Pulling fs layer 00:32:11 ecc8261a40a4: Waiting 00:32:11 2a8b12db71e7: Verifying Checksum 00:32:11 2a8b12db71e7: Download complete 00:32:11 31603596830f: Verifying Checksum 00:32:11 31603596830f: Download complete 00:32:11 ecc8261a40a4: Verifying Checksum 00:32:11 ecc8261a40a4: Download complete 00:32:11 6ca5941a6612: Verifying Checksum 00:32:11 6ca5941a6612: Download complete 00:32:11 31603596830f: Pull complete 00:32:11 2a8b12db71e7: Pull complete 00:32:12 6ca5941a6612: Pull complete 00:32:13 ecc8261a40a4: Pull complete 00:32:13 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:32:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:13 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:32:13 prd-centos7-docker-4c-2g-22934 does not seem to be running inside a container 00:32:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@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:16 $ docker top 563430e5bcadd7533111cece15ad794c7cab1516cd42e2f3704f2b45dcd72c47 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:32:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:16 [ssh-agent] Looking for ssh-agent implementation... 00:32:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:16 $ docker exec 563430e5bcadd7533111cece15ad794c7cab1516cd42e2f3704f2b45dcd72c47 ssh-agent 00:32:16 SSH_AUTH_SOCK=/tmp/ssh-I5iEJUrKZUEv/agent.12 00:32:16 SSH_AGENT_PID=17 00:32:16 Running ssh-add (command line suppressed) 00:32:17 Identity added: /w/workspace/edgex-go/49@tmp/private_key_7004693717323762276.key (/w/workspace/edgex-go/49@tmp/private_key_7004693717323762276.key) 00:32:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:17 + git tag --points-at HEAD [Pipeline] } 00:32:17 $ docker exec --env ******** --env ******** 563430e5bcadd7533111cece15ad794c7cab1516cd42e2f3704f2b45dcd72c47 ssh-agent -k 00:32:17 unset SSH_AUTH_SOCK; 00:32:17 unset SSH_AGENT_PID; 00:32:17 echo Agent pid 17 killed; 00:32:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:32:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:17 [ssh-agent] Looking for ssh-agent implementation... 00:32:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:18 $ docker exec 563430e5bcadd7533111cece15ad794c7cab1516cd42e2f3704f2b45dcd72c47 ssh-agent 00:32:18 SSH_AUTH_SOCK=/tmp/ssh-AwsMdN6EX9D7/agent.46 00:32:18 SSH_AGENT_PID=51 00:32:18 Running ssh-add (command line suppressed) 00:32:18 Identity added: /w/workspace/edgex-go/49@tmp/private_key_4942521684627688451.key (/w/workspace/edgex-go/49@tmp/private_key_4942521684627688451.key) 00:32:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:18 + git semver init 00:32:18 # -> Open(): unable to determine branch for HEAD 00:32:18 # $GIT_DIR = /w/workspace/edgex-go/49/.git 00:32:18 # $GIT_WORK_TREE = /w/workspace/edgex-go/49 00:32:18 # $SEMVER_REMOTE_NAME = origin 00:32:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:32:18 # $SEMVER_USER_NAME = edgex-jenkins 00:32:18 # $SEMVER_BRANCH = PR-2858 00:32:18 # $SEMVER_TEMP = /tmp/semver-205618852 00:32:18 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:51 # '/tmp/semver-205618852' -> '/w/workspace/edgex-go/49/.semver' 00:32:51 # -> Force: false 00:32:51 # $SEMVER_DIR = /w/workspace/edgex-go/49/.semver [Pipeline] } 00:32:51 $ docker exec --env ******** --env ******** 563430e5bcadd7533111cece15ad794c7cab1516cd42e2f3704f2b45dcd72c47 ssh-agent -k 00:32:51 unset SSH_AUTH_SOCK; 00:32:51 unset SSH_AGENT_PID; 00:32:51 echo Agent pid 51 killed; 00:32:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:52 + git semver [Pipeline] } 00:32:52 $ docker stop --time=1 563430e5bcadd7533111cece15ad794c7cab1516cd42e2f3704f2b45dcd72c47 00:32:53 $ docker rm -f 563430e5bcadd7533111cece15ad794c7cab1516cd42e2f3704f2b45dcd72c47 [Pipeline] // withDockerContainer [Pipeline] sh 00:32:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:55 Stashed 1 file(s) [Pipeline] echo 00:32:55 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:32:56 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:56 + sudo service docker restart 00:32:56 + true 00:32:56 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:57 ========================================================= 00:32:57 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:58 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:33:02 Sending build context to Docker daemon 327.2MB 00:33:02 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:33:02 Step 2/6 : FROM ${BASE} 00:33:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:33:02 188c0c94c7c5: Pulling fs layer 00:33:02 0ef7d3d256c8: Pulling fs layer 00:33:02 de9db76c5a1d: Pulling fs layer 00:33:02 bca2f99d35d6: Pulling fs layer 00:33:02 93359f2a8cfa: Pulling fs layer 00:33:02 7c6f9722023f: Pulling fs layer 00:33:02 a35cf1a2eb13: Pulling fs layer 00:33:02 bca2f99d35d6: Waiting 00:33:02 93359f2a8cfa: Waiting 00:33:02 7c6f9722023f: Waiting 00:33:02 a35cf1a2eb13: Waiting 00:33:02 de9db76c5a1d: Verifying Checksum 00:33:02 de9db76c5a1d: Download complete 00:33:02 0ef7d3d256c8: Download complete 00:33:02 93359f2a8cfa: Download complete 00:33:02 188c0c94c7c5: Verifying Checksum 00:33:02 188c0c94c7c5: Download complete 00:33:02 7c6f9722023f: Verifying Checksum 00:33:02 7c6f9722023f: Download complete 00:33:03 188c0c94c7c5: Pull complete 00:33:03 0ef7d3d256c8: Pull complete 00:33:04 de9db76c5a1d: Pull complete 00:33:04 a35cf1a2eb13: Download complete 00:33:05 bca2f99d35d6: Verifying Checksum 00:33:05 bca2f99d35d6: Download complete 00:33:10 Still waiting to schedule task 00:33:10 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:33:11 bca2f99d35d6: Pull complete 00:33:11 93359f2a8cfa: Pull complete 00:33:11 7c6f9722023f: Pull complete 00:33:16 a35cf1a2eb13: Pull complete 00:33:16 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:33:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:33:16 ---> a62c8e92a672 00:33:16 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:33:16 ---> Running in 9d30f1f3cbf4 00:33:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:18 (1/12) Installing libmagic (5.38-r0) 00:33:18 (2/12) Installing file (5.38-r0) 00:33:18 (3/12) Installing libc-dev (0.7.2-r3) 00:33:18 (4/12) Installing g++ (9.3.0-r2) 00:33:25 (5/12) Installing fortify-headers (1.1-r0) 00:33:25 (6/12) Installing patch (2.7.6-r6) 00:33:25 (7/12) Installing build-base (0.5-r2) 00:33:25 (8/12) Installing libsodium (1.0.18-r0) 00:33:25 (9/12) Installing pkgconf (1.7.2-r0) 00:33:25 (10/12) Installing libsodium-dev (1.0.18-r0) 00:33:25 (11/12) Installing libzmq (4.3.3-r0) 00:33:25 (12/12) Installing zeromq-dev (4.3.3-r0) 00:33:25 Executing busybox-1.31.1-r19.trigger 00:33:25 OK: 233 MiB in 51 packages 00:33:30 Removing intermediate container 9d30f1f3cbf4 00:33:30 ---> 709869338614 00:33:30 Step 4/6 : WORKDIR /edgex-go 00:33:30 ---> Running in 312cc32e0fcc 00:33:30 Removing intermediate container 312cc32e0fcc 00:33:30 ---> b56298ad125b 00:33:30 Step 5/6 : COPY go.mod . 00:33:30 ---> 3dcae7581ccf 00:33:30 Step 6/6 : RUN go mod download 00:33:30 ---> Running in ff79738f6e6d 00:33:52 Removing intermediate container ff79738f6e6d 00:33:52 ---> e4a5ed852449 00:33:52 Successfully built e4a5ed852449 00:33:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:52 + docker inspect -f . ci-base-image-x86_64 00:33:52 . [Pipeline] withDockerContainer 00:33:52 prd-centos7-docker-4c-2g-22934 does not seem to be running inside a container 00:33:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:53 $ docker top 1266c37d40e7ad36598cfde12036f9e54aa711fd632e526f30d459fd6654b8ff -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:54 + go version 00:33:54 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:54 $ docker stop --time=1 1266c37d40e7ad36598cfde12036f9e54aa711fd632e526f30d459fd6654b8ff 00:33:55 $ docker rm -f 1266c37d40e7ad36598cfde12036f9e54aa711fd632e526f30d459fd6654b8ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:56 + docker inspect -f . ci-base-image-x86_64 00:33:56 . [Pipeline] withDockerContainer 00:33:56 prd-centos7-docker-4c-2g-22934 does not seem to be running inside a container 00:33:56 $ 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/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:57 $ docker top 5343f8db57c5d818bd5c39eb5aa17b75c7a7ca5b04864a3fe7528d107a9a432b -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:57 ========================================================= 00:33:57 [edgeXBuildGoParallel] Running Tests and Build... 00:33:57 ========================================================= [Pipeline] sh 00:33:57 + make test 00:33:57 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:34:07 ? github.com/edgexfoundry/edgex-go [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:34:32 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:34:32 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:34:32 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:34:32 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:34:41 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.093s coverage: 46.6% of statements 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:34:45 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.226s coverage: 27.1% of statements 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:34:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.041s coverage: 100.0% of statements 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:34:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.055s coverage: 100.0% of statements 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:34:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.106s coverage: 65.8% of statements 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:34:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.142s coverage: 82.3% of statements 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.486s coverage: 28.6% of statements 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.073s coverage: 100.0% of statements 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.062s coverage: 100.0% of statements 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.158s coverage: 86.7% of statements 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.147s coverage: 97.5% of statements 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.073s coverage: 78.3% of statements 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:34:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.406s coverage: 92.8% of statements 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:34:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.070s coverage: 0.1% of statements 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:34:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.039s coverage: 43.8% of statements 00:34:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.127s coverage: 79.5% of statements 00:34:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.028s coverage: 94.1% of statements 00:34:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.042s coverage: 96.3% of statements 00:34:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.032s coverage: 87.5% of statements 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.052s coverage: 94.4% of statements 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.032s coverage: 44.8% of statements 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.039s coverage: 100.0% of statements 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.048s coverage: 75.5% of statements 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.037s coverage: 80.8% of statements 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.075s coverage: 87.2% of statements 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.061s coverage: 84.2% of statements 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.4% of statements 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.240s coverage: 63.5% of statements 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.318s coverage: 68.9% of statements 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.088s coverage: 37.0% of statements 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.347s coverage: 84.0% of statements 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.113s coverage: 47.1% of statements 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:35:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.862s coverage: 29.1% of statements 00:35:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:35:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:35:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:35:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:35:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:35:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.120s coverage: 99.0% of statements 00:35:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:35:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.056s coverage: 100.0% of statements 00:35:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:35:06 ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements 00:35:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:35:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 00:35:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:35:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:35:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:35:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:35:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements 00:35:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:35:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:35:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 00:35:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 00:35:06 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.059s coverage: 100.0% of statements 00:35:07 GO111MODULE=on go vet ./... 00:35:40 gofmt -l . 00:35:40 [ "`gofmt -l .`" = "" ] 00:35:40 ./bin/test-go-mod-tidy.sh 00:35:40 ./bin/test-attribution-txt.sh [Pipeline] sh 00:35:41 + ls -al . 00:35:41 total 668 00:35:41 drwxrwxr-x 10 1001 1001 4096 Jan 27 00:35 . 00:35:41 drwxr-xr-x 4 root root 30 Jan 27 00:33 .. 00:35:41 -rw-rw-r-- 1 1001 1001 11 Jan 27 00:31 .dockerignore 00:35:41 drwxrwxr-x 8 1001 1001 179 Jan 27 00:32 .git 00:35:41 drwxrwxr-x 3 1001 1001 125 Jan 27 00:31 .github 00:35:41 -rw-rw-r-- 1 1001 1001 872 Jan 27 00:31 .gitignore 00:35:41 drwx------ 3 1001 1001 60 Jan 27 00:32 .semver 00:35:41 -rw-rw-r-- 1 1001 1001 166 Jan 27 00:31 .sonarcloud.properties 00:35:41 -rw-rw-r-- 1 1001 1001 7859 Jan 27 00:31 Attribution.txt 00:35:41 -rw-rw-r-- 1 1001 1001 3804 Jan 27 00:31 CONTRIBUTING.md 00:35:41 -rw-rw-r-- 1 1001 1001 931 Jan 27 00:31 Dockerfile.build 00:35:41 -rw-rw-r-- 1 1001 1001 863 Jan 27 00:31 Jenkinsfile 00:35:41 -rw-rw-r-- 1 1001 1001 10775 Jan 27 00:31 LICENSE 00:35:41 -rw-rw-r-- 1 1001 1001 6001 Jan 27 00:31 Makefile 00:35:41 -rw-rw-r-- 1 1001 1001 6524 Jan 27 00:31 README.md 00:35:41 -rw-rw-r-- 1 1001 1001 6755 Jan 27 00:31 SECURITY.md 00:35:41 -rw-rw-r-- 1 1001 1001 5 Jan 27 00:32 VERSION 00:35:41 -rw-rw-r-- 1 1001 1001 4131 Jan 27 00:31 ZMQWindows.md 00:35:41 drwxrwxr-x 2 1001 1001 117 Jan 27 00:31 bin 00:35:41 drwxrwxr-x 15 1001 1001 4096 Jan 27 00:31 cmd 00:35:41 -rw-r--r-- 1 root root 564700 Jan 27 00:35 coverage.out 00:35:41 -rw-r--r-- 1 root root 1053 Jan 27 00:35 go.mod 00:35:41 -rw-r--r-- 1 root root 18995 Jan 27 00:35 go.sum 00:35:41 drwxrwxr-x 8 1001 1001 127 Jan 27 00:31 internal 00:35:41 drwxrwxr-x 4 1001 1001 26 Jan 27 00:31 openapi 00:35:41 drwxrwxr-x 4 1001 1001 71 Jan 27 00:31 snap 00:35:41 -rw-rw-r-- 1 1001 1001 168 Jan 27 00:31 version.go [Pipeline] sh 00:35:41 + '[' -e coverage.out ] 00:35:41 + chown 1001:1001 coverage.out [Pipeline] stash 00:35:42 Stashed 1 file(s) [Pipeline] sh 00:35:42 + make build 00:35:42 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:35:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:35: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:35:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:35:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:35:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:35:59 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:36:01 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:36:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:36:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:36:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:36:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:36:08 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:36:09 $ docker stop --time=1 5343f8db57c5d818bd5c39eb5aa17b75c7a7ca5b04864a3fe7528d107a9a432b 00:36:11 $ docker rm -f 5343f8db57c5d818bd5c39eb5aa17b75c7a7ca5b04864a3fe7528d107a9a432b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:13 00:36:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:36:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:13 latest: Pulling from edgex-devops/edgex-compose 00:36:13 cbdbe7a5bc2a: Pulling fs layer 00:36:13 ca9280d653b3: Pulling fs layer 00:36:13 7e9c9ca2126c: Pulling fs layer 00:36:13 cbdbe7a5bc2a: Download complete 00:36:14 cbdbe7a5bc2a: Pull complete 00:36:14 ca9280d653b3: Verifying Checksum 00:36:14 ca9280d653b3: Download complete 00:36:15 7e9c9ca2126c: Verifying Checksum 00:36:15 7e9c9ca2126c: Download complete 00:36:15 ca9280d653b3: Pull complete 00:36:24 7e9c9ca2126c: Pull complete 00:36:24 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:36:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:36:24 prd-centos7-docker-4c-2g-22934 does not seem to be running inside a container 00:36:24 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@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:36:27 $ docker top dc038d0d8b84106da7ead6331947be648972e99481b4eeb5e8133ec81324c080 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:28 + docker-compose build --help 00:36:28 + grep parallel 00:36:29 --parallel Build images in parallel. [Pipeline] } 00:36:29 $ docker stop --time=1 dc038d0d8b84106da7ead6331947be648972e99481b4eeb5e8133ec81324c080 00:36:31 $ docker rm -f dc038d0d8b84106da7ead6331947be648972e99481b4eeb5e8133ec81324c080 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:31 . [Pipeline] withDockerContainer 00:36:31 prd-centos7-docker-4c-2g-22934 does not seem to be running inside a container 00:36:31 $ 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/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@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:36:32 $ docker top 7ed26b6da652930ff538c76cf769eecebd5274ded76725b3f8dd4138a0304de1 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:33 + docker-compose -f ./docker-compose-build.yml build --parallel 00:36:34 Building docker-core-command-go ... 00:36:34 Building docker-core-data-go ... 00:36:34 Building docker-core-metadata-go ... 00:36:34 Building docker-security-bootstrapper-go ... 00:36:34 Building docker-security-proxy-setup-go ... 00:36:34 Building docker-security-secretstore-setup-go ... 00:36:34 Building docker-support-notifications-go ... 00:36:34 Building docker-support-scheduler-go ... 00:36:34 Building docker-sys-mgmt-agent-go ... 00:36:34 Building docker-support-notifications-go 00:36:34 Building docker-sys-mgmt-agent-go 00:36:34 Building docker-core-command-go 00:36:34 Building docker-security-secretstore-setup-go 00:36:34 Building docker-security-bootstrapper-go 00:37:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:13 ---> e4a5ed852449 00:37:13 Step 3/23 : WORKDIR /edgex-go 00:37:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:37:13 ---> e4a5ed852449 00:37:13 Step 3/22 : WORKDIR /edgex-go 00:37:13 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:13 Step 2/33 : FROM ${BUILDER_BASE} AS builder 00:37:13 ---> e4a5ed852449 00:37:13 Step 3/33 : WORKDIR /edgex-go 00:37:13 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:13 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:37:13 ---> e4a5ed852449 00:37:13 Step 3/26 : WORKDIR /edgex-go 00:37:13 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:37:13 ---> e4a5ed852449 00:37:13 Step 3/24 : WORKDIR /edgex-go 00:37:14 ---> Running in 8cb1c0b42ba3 00:37:14 ---> Running in 70ff2a1bfbfc 00:37:14 ---> Running in 304875abd8c2 00:37:14 ---> Running in 354c14ccc618 00:37:14 ---> Running in efd47d858aef 00:37:14 Removing intermediate container 304875abd8c2 00:37:14 ---> 3276b2b8ecae 00:37:14 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:14 Removing intermediate container 354c14ccc618 00:37:14 ---> bb45da588f59 00:37:14 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:14 Removing intermediate container 8cb1c0b42ba3 00:37:14 ---> 15e0f655f3ca 00:37:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:14 Removing intermediate container 70ff2a1bfbfc 00:37:14 ---> cf375eea086f 00:37:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:14 Removing intermediate container efd47d858aef 00:37:14 ---> b39d69d944e0 00:37:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:14 ---> Running in 813d4e9aacbe 00:37:14 ---> Running in 1a83d88e45ab 00:37:15 ---> Running in a36ecb04a876 00:37:15 ---> Running in d50e8b179c3a 00:37:15 ---> Running in 8c24b5409a44 00:37:18 Removing intermediate container a36ecb04a876 00:37:18 ---> bc6c92926310 00:37:18 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:37:18 Removing intermediate container d50e8b179c3a 00:37:18 ---> c12671bc1e0e 00:37:18 Step 5/23 : RUN apk add --update --no-cache make git 00:37:18 Removing intermediate container 1a83d88e45ab 00:37:18 ---> 99dca2c1e6dc 00:37:18 Step 5/33 : RUN apk add --update --no-cache make git 00:37:18 ---> Running in ae1b5c00d889 00:37:18 Removing intermediate container 813d4e9aacbe 00:37:18 ---> 82257d262eef 00:37:18 Step 5/26 : RUN apk add --update --no-cache make bash git 00:37:18 ---> Running in efebaf95675f 00:37:18 Removing intermediate container 8c24b5409a44 00:37:18 ---> e920396d7f11 00:37:18 Step 5/24 : RUN apk add --update --no-cache make git 00:37:18 ---> Running in 9ac156f5aaac 00:37:18 ---> Running in c5ec92889fe3 00:37:18 ---> Running in 4b76cb35e713 00:37:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:21 OK: 233 MiB in 51 packages 00:37:21 OK: 233 MiB in 51 packages 00:37:22 OK: 233 MiB in 51 packages 00:37:22 OK: 233 MiB in 51 packages 00:37:22 Removing intermediate container ae1b5c00d889 00:37:22 ---> 8bb8a2e8b97c 00:37:22 Step 6/22 : COPY go.mod . 00:37:22 Removing intermediate container efebaf95675f 00:37:22 ---> d5d6fb127ced 00:37:22 Step 6/23 : COPY go.mod . 00:37:22 ---> 65652d97fdd3 00:37:22 Step 7/22 : RUN go mod download 00:37:22 Removing intermediate container 4b76cb35e713 00:37:22 ---> 8c27a6885709 00:37:22 Step 6/24 : COPY go.mod . 00:37:22 Removing intermediate container c5ec92889fe3 00:37:22 ---> ef4d0ff6979b 00:37:22 Step 6/26 : COPY go.mod . 00:37:22 ---> Running in 71fa7bcda5f0 00:37:23 ---> 6b86769e4ed4 00:37:23 Step 7/23 : RUN go mod download 00:37:23 OK: 233 MiB in 51 packages 00:37:23 ---> Running in fb9484e5ed65 00:37:23 ---> 9084ea4b5e4f 00:37:23 Step 7/24 : RUN go mod download 00:37:23 ---> b285461b4f88 00:37:23 Step 7/26 : RUN go mod download 00:37:23 ---> Running in 669b5cb84f99 00:37:23 ---> Running in 5749c57d63d4 00:37:24 Removing intermediate container 9ac156f5aaac 00:37:24 ---> 84b1fe37f58d 00:37:24 Step 6/33 : COPY go.mod . 00:37:24 ---> a1201c6d46d3 00:37:24 Step 7/33 : RUN go mod download 00:37:25 ---> Running in 1d8650b9b958 00:37:26 Removing intermediate container 71fa7bcda5f0 00:37:26 ---> 3b3842a80850 00:37:26 Step 8/22 : COPY . . 00:37:26 Removing intermediate container fb9484e5ed65 00:37:26 ---> 7ed754608bc5 00:37:26 Step 8/23 : COPY . . 00:37:26 Removing intermediate container 5749c57d63d4 00:37:26 ---> 741eb9dd6649 00:37:26 Step 8/24 : COPY . . 00:37:28 Removing intermediate container 669b5cb84f99 00:37:28 ---> fe468dc9309f 00:37:28 Step 8/26 : COPY . . 00:37:31 Removing intermediate container 1d8650b9b958 00:37:31 ---> 9ddc993f65b5 00:37:31 Step 8/33 : COPY . . 00:37:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22942 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:37:49 Running in /w/workspace/edgex-go/49 [Pipeline] { [Pipeline] checkout 00:37:55 using credential edgex-jenkins-ssh 00:37:55 Cloning the remote Git repository 00:37:55 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:37:55 > git init /w/workspace/edgex-go/49 # timeout=10 00:37:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:37:55 > git --version # timeout=10 00:37:55 > git --version # 'git version 2.17.1' 00:37:55 using GIT_SSH to set credentials SSH Credentials for GitHub 00:37:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:38:18 ---> cad838389a89 00:38:18 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:38:18 ---> 1c51114163a0 00:38:18 Step 9/23 : RUN make cmd/core-command/core-command 00:38:18 ---> c21dcd9358f5 00:38:18 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:38:18 ---> 43fef52c9d3f 00:38:18 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:38:18 ---> Running in 068851425b7a 00:38:18 ---> Running in 736593afc73b 00:38:18 ---> 09a4a675d826 00:38:18 Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 00:38:18 ---> Running in dd543197da47 00:38:18 ---> Running in dba7303b85c8 00:38:18 ---> Running in df6af8765ab4 00:38:18 Removing intermediate container df6af8765ab4 00:38:18 ---> 4344942e57bd 00:38:18 Step 10/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 00:38:18 ---> Running in 1ec792cb42be 00:38:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:38:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:38:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:38:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:38: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 00:38:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:38:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:38:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:38:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:38:34 using GIT_SSH to set credentials SSH Credentials for GitHub 00:38:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:38:35 Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:38:36 Merge succeeded, producing 633699ed02ca97cc19c79898873011e9391a27ba 00:38:36 Checking out Revision 633699ed02ca97cc19c79898873011e9391a27ba (PR-2858) 00:38:35 > git config core.sparsecheckout # timeout=10 00:38:35 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:38:35 > git remote # timeout=10 00:38:35 > git config --get remote.origin.url # timeout=10 00:38:35 using GIT_SSH to set credentials SSH Credentials for GitHub 00:38:35 > git merge 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 00:38:36 > git rev-parse HEAD^{commit} # timeout=10 00:38:36 > git config core.sparsecheckout # timeout=10 00:38:36 > git checkout -f 633699ed02ca97cc19c79898873011e9391a27ba # timeout=10 00:38:41 Commit message: "Merge commit '668f0a3a269f3b051418dc2678a30c23b2beea7f' into HEAD" 00:38:41 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:38:43 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:38:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:38:43 + sudo service docker restart 00:38:43 + true 00:38:41 > git rev-list --no-walk 4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb # timeout=10 00:38:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:38:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:38:46 provisioning config files... 00:38:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/49@tmp/config4320586422196861751tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:38:47 ---> docker-login.sh 00:38:47 nexus3.edgexfoundry.org:10001 00:38:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:48 Configure a credential helper to remove this warning. See 00:38:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:48 00:38:48 Login Succeeded 00:38:48 nexus3.edgexfoundry.org:10002 00:38:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:49 Configure a credential helper to remove this warning. See 00:38:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:49 00:38:49 Login Succeeded 00:38:49 nexus3.edgexfoundry.org:10003 00:38:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:49 Configure a credential helper to remove this warning. See 00:38:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:49 00:38:49 Login Succeeded 00:38:49 nexus3.edgexfoundry.org:10004 00:38:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:50 Configure a credential helper to remove this warning. See 00:38:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:50 00:38:50 Login Succeeded 00:38:50 docker.io 00:38:50 + mkdir -p /tmp/build/dist/linux 00:38:50 + cd /tmp/build/dist/linux 00:38:50 + git clone https://github.com/jwilder/dockerize.git . 00:38:50 Cloning into '.'... 00:38:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:51 Configure a credential helper to remove this warning. See 00:38:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:51 00:38:51 Login Succeeded 00:38:51 ---> docker-login.sh ends [Pipeline] } 00:38:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:38:51 ========================================================= 00:38:51 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:38:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:38:52 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:38:52 + go get github.com/robfig/glock 00:38:54 Removing intermediate container dba7303b85c8 00:38:54 ---> 7380b12b67ea 00:38:54 00:38:54 Step 10/22 : FROM alpine:3.12 00:38:54 Removing intermediate container 068851425b7a 00:38:54 ---> 10d25b42b816 00:38:54 00:38:54 Step 10/23 : FROM alpine:3.12 00:38:54 Removing intermediate container dd543197da47 00:38:54 ---> c6ea25e84ce4 00:38:54 00:38:54 Step 10/24 : FROM alpine:3.12 00:38:54 Removing intermediate container 736593afc73b 00:38:54 ---> 9351a05bbdeb 00:38:54 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:38:54 3.12: Pulling from library/alpine 00:38:54 3.12: Pulling from library/alpine 00:38:54 3.12: Pulling from library/alpine 00:38:54 ---> Running in 99184d674afa 00:38:54 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:38:54 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:38:54 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:38:54 Status: Downloaded newer image for alpine:3.12 00:38:54 ---> 389fef711851 00:38:54 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:38:54 Status: Downloaded newer image for alpine:3.12 00:38:54 ---> 389fef711851 00:38:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:38:54 Status: Downloaded newer image for alpine:3.12 00:38:54 ---> 389fef711851 00:38:54 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:38:54 Sending build context to Docker daemon 165.9MB 00:38:54 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:38:54 Step 2/6 : FROM ${BASE} 00:38:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:38:54 5f621e34cdf4: Pulling fs layer 00:38:54 a4357932f1b6: Pulling fs layer 00:38:54 18c013af1878: Pulling fs layer 00:38:54 00ac8860ef70: Pulling fs layer 00:38:54 63d7cb157983: Pulling fs layer 00:38:54 b116817d02f9: Pulling fs layer 00:38:54 745a02a5169b: Pulling fs layer 00:38:54 00ac8860ef70: Waiting 00:38:54 63d7cb157983: Waiting 00:38:54 b116817d02f9: Waiting 00:38:54 745a02a5169b: Waiting 00:38:54 18c013af1878: Verifying Checksum 00:38:54 18c013af1878: Download complete 00:38:54 a4357932f1b6: Verifying Checksum 00:38:54 a4357932f1b6: Download complete 00:38:54 63d7cb157983: Download complete 00:38:54 5f621e34cdf4: Download complete 00:38:54 ---> Running in fc5ca0d2b443 00:38:54 ---> Running in 1e2e0da570e5 00:38:54 ---> Running in 364c6f7abdd2 00:38:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:38:55 b116817d02f9: Verifying Checksum 00:38:55 b116817d02f9: Download complete 00:38:55 5f621e34cdf4: Pull complete 00:38:56 a4357932f1b6: Pull complete 00:38:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:56 (1/1) Installing dumb-init (1.2.2-r1) 00:38:56 Executing busybox-1.31.1-r19.trigger 00:38:56 OK: 6 MiB in 15 packages 00:38:56 18c013af1878: Pull complete 00:38:56 (1/5) Installing ca-certificates (20191127-r4) 00:38:56 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:38:56 (3/5) Installing libcurl (7.69.1-r3) 00:38:57 (1/2) Installing ca-certificates (20191127-r4) 00:38:57 (4/5) Installing curl (7.69.1-r3) 00:38:57 (2/2) Installing dumb-init (1.2.2-r1) 00:38:57 (5/5) Installing dumb-init (1.2.2-r1) 00:38:57 Executing busybox-1.31.1-r19.trigger 00:38:57 Executing busybox-1.31.1-r19.trigger 00:38:57 Executing ca-certificates-20191127-r4.trigger 00:38:57 745a02a5169b: Verifying Checksum 00:38:57 745a02a5169b: Download complete 00:38:57 OK: 6 MiB in 16 packages 00:38:57 Executing ca-certificates-20191127-r4.trigger 00:38:57 OK: 7 MiB in 19 packages 00:38:57 Removing intermediate container 99184d674afa 00:38:57 ---> 08d81bc29a27 00:38:57 00:38:57 Step 11/26 : FROM docker:20.10.0 00:38:57 20.10.0: Pulling from library/docker 00:38:57 Removing intermediate container fc5ca0d2b443 00:38:57 ---> d0f609e328c8 00:38:57 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:58 ---> Running in 099cb60f71a4 00:38:59 Removing intermediate container 099cb60f71a4 00:38:59 ---> e78be970b682 00:38:59 Step 13/23 : ENV APP_PORT=48082 00:38:59 Removing intermediate container 1e2e0da570e5 00:38:59 ---> ad97d136b7d4 00:38:59 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:39:00 ---> Running in 1dbde9a28258 00:39:00 Removing intermediate container 364c6f7abdd2 00:39:00 ---> 1d44e2a08d8e 00:39:00 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:00 00ac8860ef70: Verifying Checksum 00:39:00 00ac8860ef70: Download complete 00:39:01 ---> Running in a440c4ea6d7e 00:39:03 ---> Running in d7c8b57e6452 00:39:03 Removing intermediate container 1dbde9a28258 00:39:03 ---> 78a9834a370d 00:39:03 Step 14/23 : EXPOSE $APP_PORT 00:39:03 Removing intermediate container a440c4ea6d7e 00:39:03 ---> 1ba2e1b807ed 00:39:03 Step 13/22 : ENV APP_PORT=48060 00:39:03 ---> Running in b81822e774e3 00:39:03 ---> Running in cc9bef67adaa 00:39:04 Removing intermediate container d7c8b57e6452 00:39:04 ---> a69bae0213b8 00:39:04 Step 13/24 : WORKDIR / 00:39:04 Removing intermediate container b81822e774e3 00:39:04 ---> 7ad73cbe07cb 00:39:04 Step 15/23 : WORKDIR / 00:39:04 ---> Running in d406d791eb35 00:39:04 ---> Running in b862f72ee8c4 00:39:04 Removing intermediate container cc9bef67adaa 00:39:04 ---> 66f44833e120 00:39:04 Step 14/22 : EXPOSE $APP_PORT 00:39:04 ---> Running in a5de00f0eac3 00:39:04 Removing intermediate container d406d791eb35 00:39:04 ---> 3fce3740322a 00:39:04 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:39:04 Removing intermediate container b862f72ee8c4 00:39:04 ---> 1bbbb0781054 00:39:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:05 Removing intermediate container a5de00f0eac3 00:39:05 ---> 520b35aa2af3 00:39:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:05 + glock sync -n 00:39:05  ---> fa2375ef58b3 00:39:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:39:05 ---> 8a31b44827dc 00:39:05 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:39:05 ---> 56f06e967d05 00:39:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:39:05 ---> 0fe40a64bc79 00:39:05 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:39:06 ---> 397ee16f62da 00:39:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:39:06 ---> cbe3fbda94f0 00:39:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:39:06 ---> 4c769798a348 00:39:06 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:39:06 ---> 7dcff5a3d619 00:39:06 Step 19/23 : ENTRYPOINT ["/core-command"] 00:39:06 ---> Running in f88fef57e5df 00:39:07 ---> e400e5f65ec6 00:39:07 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:39:07 ---> Running in b891e71eb662 00:39:07 Removing intermediate container f88fef57e5df 00:39:07 ---> 7b00f5685028 00:39:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:07 ---> 6d6f5c22516c 00:39:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:39:07 ---> Running in 27c88d2fcc81 00:39:07 Removing intermediate container b891e71eb662 00:39:07 ---> ba75a4d7e85d 00:39:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:07 ---> Running in edb28193b5b1 00:39:07 Removing intermediate container 27c88d2fcc81 00:39:07 ---> dbd9acf4a1df 00:39:07 Step 21/23 : LABEL arch=x86_64 00:39:07 ---> Running in 63603797b01a 00:39:09 Removing intermediate container edb28193b5b1 00:39:09 ---> 96413f7f5bea 00:39:09 Step 20/22 : LABEL arch=x86_64 00:39:09 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 00:39:09 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 00:39:09 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 00:39:09 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 00:39:09 + git describe '--abbrev=0' --tags 00:39:09 + TAG=v0.6.1 00:39:09 + LDFLAGS='-X main.buildVersion=v0.6.1' 00:39:09 + apk --print-arch 00:39:09 building [dockerize] for amd64 ... 00:39:09 + arch=x86_64 00:39:09 + echo 'building [dockerize] for amd64 ... ' 00:39:09 + GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize 00:39:10  ---> 2e5342244d9b 00:39:10 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:39:10 Removing intermediate container 63603797b01a 00:39:10 ---> 12c22b7a2dc3 00:39:10 Step 22/23 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 00:39:10 ---> Running in 7f0a8cb09a0c 00:39:10 00ac8860ef70: Pull complete 00:39:10 63d7cb157983: Pull complete 00:39:10 b116817d02f9: Pull complete 00:39:11 ---> Running in 03aaf320e017 00:39:12 ---> 9f439f1f0c7e 00:39:12 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:39:12 Removing intermediate container 7f0a8cb09a0c 00:39:12 ---> ca069d3871c0 00:39:12 Step 21/22 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 00:39:12 ---> Running in 7ad7eb86870a 00:39:12 Removing intermediate container 03aaf320e017 00:39:12 ---> 1077818c17f8 00:39:12 Step 23/23 : LABEL version=0.0.0 00:39:12 ---> Running in 6c2b601e7abb 00:39:12 ---> Running in 8f55cc7fe605 00:39:13 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:39:13 Removing intermediate container 8f55cc7fe605 00:39:13 ---> 0c3397f49bff 00:39:13 00:39:13 Status: Downloaded newer image for docker:20.10.0 00:39:13 ---> aefe523efa57 00:39:13 Step 12/26 : RUN apk add --no-cache bash 00:39:13 Removing intermediate container 6c2b601e7abb 00:39:13 ---> 6e7c0799ca05 00:39:13 Step 22/22 : LABEL version=0.0.0 00:39:14 ---> Running in 562b3aaf879c 00:39:14 ---> Running in a56f4063eca2 00:39:14 Successfully built 0c3397f49bff 00:39:14 Successfully tagged docker-core-command-go:latest 00:39:14 Building docker-core-metadata-go 00:39:14  Building docker-core-command-go ... done Removing intermediate container a56f4063eca2 00:39:14 ---> 9d0c42f013be 00:39:14 00:39:14 Successfully built 9d0c42f013be 00:39:14 Successfully tagged docker-support-notifications-go:latest 00:39:14  Building docker-support-notifications-go ... done Building docker-core-data-go 00:39:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:15 745a02a5169b: Pull complete 00:39:15 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:39:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:39:15 ---> b7e6874047d6 00:39:15 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:39:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:15 Removing intermediate container 7ad7eb86870a 00:39:15 ---> 34415f905279 00:39:15 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:39:15 (1/2) Installing readline (8.0.4-r0) 00:39:15 (2/2) Installing bash (5.0.17-r0) 00:39:15 ---> Running in 40a232ed5251 00:39:15 Executing bash-5.0.17-r0.post-install 00:39:15 Executing busybox-1.31.1-r19.trigger 00:39:15 OK: 12 MiB in 22 packages 00:39:18 ---> Running in 3f372f330a04 00:39:19 Removing intermediate container 40a232ed5251 00:39:19 ---> 29a1a898ac7c 00:39:19 Step 22/24 : LABEL arch=x86_64 00:39:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:39:21 ---> Running in f9d822b9b84f 00:39:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:39:22 (1/12) Installing libmagic (5.38-r0) 00:39:22 (2/12) Installing file (5.38-r0) 00:39:22 (3/12) Installing libc-dev (0.7.2-r3) 00:39:22 (4/12) Installing g++ (9.3.0-r2) 00:39:25 Removing intermediate container f9d822b9b84f 00:39:25 ---> 5b964eb084eb 00:39:25 Step 23/24 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 00:39:26 ---> Running in 0e020680ebb1 00:39:26 Removing intermediate container 562b3aaf879c 00:39:26 ---> 9cdf2d3f89dc 00:39:26 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:39:27 ---> Running in 71abd92f11f9 00:39:27 (5/12) Installing fortify-headers (1.1-r0) 00:39:27 (6/12) Installing patch (2.7.6-r6) 00:39:27 (7/12) Installing build-base (0.5-r2) 00:39:27 (8/12) Installing libsodium (1.0.18-r0) 00:39:27 (9/12) Installing pkgconf (1.7.2-r0) 00:39:27 (10/12) Installing libsodium-dev (1.0.18-r0) 00:39:27 (11/12) Installing libzmq (4.3.3-r0) 00:39:27 (12/12) Installing zeromq-dev (4.3.3-r0) 00:39:27 Executing busybox-1.31.1-r19.trigger 00:39:27 OK: 217 MiB in 51 packages 00:39:27 Removing intermediate container 0e020680ebb1 00:39:27 ---> dcdc1e3d4fba 00:39:27 Step 24/24 : LABEL version=0.0.0 00:39:31 ---> Running in 4ce36d925ad0 00:39:31 Removing intermediate container 3f372f330a04 00:39:31 ---> 01a35145b79f 00:39:31 Step 4/6 : WORKDIR /edgex-go 00:39:31 ---> Running in b4949244f196 00:39:32 Removing intermediate container 71abd92f11f9 00:39:32 ---> 439bfa97fbb0 00:39:32 Step 14/26 : ENV APP_PORT=48090 00:39:32 Removing intermediate container b4949244f196 00:39:32 ---> 82ea97ca2861 00:39:32 Step 5/6 : COPY go.mod . 00:39:33 ---> 171376105be4 00:39:33 Step 6/6 : RUN go mod download 00:39:33 ---> Running in 2834c03ed9c2 00:39:34 Removing intermediate container 4ce36d925ad0 00:39:34 ---> b3cb2a6acb99 00:39:34 00:39:34 ---> Running in 4834eac2750f 00:39:35 Successfully built b3cb2a6acb99 00:39:35 Successfully tagged docker-security-secretstore-setup-go:latest 00:39:35 Building docker-support-scheduler-go 00:39:36  Building docker-security-secretstore-setup-go ... done Removing intermediate container 4834eac2750f 00:39:36 ---> a262543b53a6 00:39:36 Step 15/26 : EXPOSE $APP_PORT 00:39:38 ---> Running in 4d1b9dd0e234 00:39:40 Removing intermediate container 4d1b9dd0e234 00:39:40 ---> d8c3112ab703 00:39:40 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:39:42 ---> 577e4b6c730d 00:39:42 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:39:42 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:39:42 ---> e4a5ed852449 00:39:42 Step 3/23 : WORKDIR /edgex-go 00:39:42 ---> Using cache 00:39:42 ---> b39d69d944e0 00:39:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:42 ---> Using cache 00:39:42 ---> e920396d7f11 00:39:42 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:39:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:39:43 ---> e4a5ed852449 00:39:43 Step 3/23 : WORKDIR /edgex-go 00:39:43 ---> Using cache 00:39:43 ---> b39d69d944e0 00:39:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:43 ---> Using cache 00:39:43 ---> e920396d7f11 00:39:43 Step 5/23 : RUN apk add --update --no-cache make git 00:39:43 ---> Using cache 00:39:43 ---> 8c27a6885709 00:39:43 Step 6/23 : COPY go.mod . 00:39:43 ---> Using cache 00:39:43 ---> 9084ea4b5e4f 00:39:43 Step 7/23 : RUN go mod download 00:39:43 ---> Using cache 00:39:43 ---> 741eb9dd6649 00:39:43 Step 8/23 : COPY . . 00:39:43 ---> Using cache 00:39:43 ---> 43fef52c9d3f 00:39:43 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:39:44 ---> 659bc7e75507 00:39:44 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:39:44 ---> Running in fd07bcb49514 00:39:44 ---> Running in e07366ae57b3 00:39:44 + date 00:39:44 + echo 'Wed Jan 27 00:39:44 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 00:39:44 Wed Jan 27 00:39:44 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 00:39:45 ---> 985e2e843b08 00:39:45 Step 19/26 : RUN apk --no-cache add py3-pip 00:39:45 ---> Running in b73354c8b546 00:39:46 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:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:47 (1/33) Installing libbz2 (1.0.8-r1) 00:39:47 (2/33) Installing expat (2.2.9-r1) 00:39:47 (3/33) Installing libffi (3.3-r2) 00:39:47 (4/33) Installing gdbm (1.13-r1) 00:39:48 (5/33) Installing xz-libs (5.2.5-r0) 00:39:48 (6/33) Installing sqlite-libs (3.32.1-r0) 00:39:48 (7/33) Installing python3 (3.8.5-r0) 00:39:48 OK: 233 MiB in 51 packages 00:39:53 (8/33) Installing py3-appdirs (1.4.4-r1) 00:39:53 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:39:53 (10/33) Installing py3-parsing (2.4.7-r0) 00:39:53 (11/33) Installing py3-six (1.15.0-r0) 00:39:53 (12/33) Installing py3-packaging (20.4-r0) 00:39:53 (13/33) Installing py3-setuptools (47.0.0-r0) 00:39:53 (14/33) Installing py3-chardet (3.0.4-r4) 00:39:53 (15/33) Installing py3-idna (2.9-r0) 00:39:53 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:39:53 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:39:53 (18/33) Installing py3-requests (2.23.0-r0) 00:39:53 (19/33) Installing py3-msgpack (1.0.0-r0) 00:39:54 (20/33) Installing py3-lockfile (0.12.2-r3) 00:39:54 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:39:54 (22/33) Installing py3-colorama (0.4.3-r0) 00:39:54 Removing intermediate container fd07bcb49514 00:39:54 ---> 370b9a86e02f 00:39:54 Step 6/23 : COPY go.mod . 00:39:54 (23/33) Installing py3-distlib (0.3.0-r0) 00:39:54 (24/33) Installing py3-distro (1.5.0-r1) 00:39:54 (25/33) Installing py3-webencodings (0.5.1-r3) 00:39:54 (26/33) Installing py3-html5lib (1.0.1-r4) 00:39:54 (27/33) Installing py3-pytoml (0.1.21-r0) 00:39:54 (28/33) Installing py3-pep517 (0.8.2-r0) 00:39:54 (29/33) Installing py3-progress (1.5-r0) 00:39:54 (30/33) Installing py3-toml (0.10.1-r0) 00:39:54 (31/33) Installing py3-retrying (1.3.3-r0) 00:39:54 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:39:54 (33/33) Installing py3-pip (20.1.1-r0) 00:39:55 Executing busybox-1.31.1-r19.trigger 00:39:55 OK: 71 MiB in 55 packages 00:39:57 ---> be66b32773a3 00:39:57 Step 7/23 : RUN go mod download 00:39:59 ---> Running in 9b5a89d9adec 00:40:00 Removing intermediate container 2834c03ed9c2 00:40:00 ---> b47f638aa4e6 00:40:00 Successfully built b47f638aa4e6 00:40:00 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:40:00 + docker inspect -f . ci-base-image-arm64 00:40:00 . [Pipeline] withDockerContainer 00:40:00 prd-ubuntu18.04-docker-arm64-4c-16g-22942 does not seem to be running inside a container 00:40:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:40:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:40:02 ---> e4a5ed852449 00:40:02 Step 3/22 : WORKDIR /edgex-go 00:40:02 ---> Using cache 00:40:02 ---> b39d69d944e0 00:40:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:02 ---> Using cache 00:40:02 ---> e920396d7f11 00:40:02 Step 5/22 : RUN apk add --update --no-cache make git 00:40:02 ---> Using cache 00:40:02 ---> 8c27a6885709 00:40:02 Step 6/22 : COPY go.mod . 00:40:02 ---> Using cache 00:40:02 ---> 9084ea4b5e4f 00:40:02 Step 7/22 : RUN go mod download 00:40:02 ---> Using cache 00:40:02 ---> 741eb9dd6649 00:40:02 Step 8/22 : COPY . . 00:40:02 ---> Using cache 00:40:02 ---> 43fef52c9d3f 00:40:02 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:40:02 $ docker top a1756874e83f5b39f31afc92dea6086467b1da0bc4c1ab65fe2cd0afdd02504c -eo pid,comm [Pipeline] { [Pipeline] sh 00:40:03 ---> Running in c262585f501c 00:40:03 + go version 00:40:03 go version go1.15.5 linux/arm64 [Pipeline] } 00:40:03 $ docker stop --time=1 a1756874e83f5b39f31afc92dea6086467b1da0bc4c1ab65fe2cd0afdd02504c 00:40:05 Removing intermediate container 9b5a89d9adec 00:40:05 ---> 6daafcbcd264 00:40:05 Step 8/23 : COPY . . 00:40: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:40:06 $ docker rm -f a1756874e83f5b39f31afc92dea6086467b1da0bc4c1ab65fe2cd0afdd02504c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:40:07 + docker inspect -f . ci-base-image-arm64 00:40:07 . [Pipeline] withDockerContainer 00:40:07 prd-ubuntu18.04-docker-arm64-4c-16g-22942 does not seem to be running inside a container 00:40:07 $ 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/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:40:09 $ docker top 48fee358ef917d628374f1515359f6784ec90814b572a9890c49c4df81e3f503 -eo pid,comm [Pipeline] { [Pipeline] echo 00:40:09 ========================================================= 00:40:09 [edgeXBuildGoParallel] Running Tests and Build... 00:40:09 ========================================================= [Pipeline] sh 00:40:10 + make test 00:40:10 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:40:24 Removing intermediate container 1ec792cb42be 00:40:24 ---> 680d2f9950be 00:40:24 00:40:24 Step 11/33 : FROM alpine:3.12 00:40:24 ---> 389fef711851 00:40:24 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:40:27 ---> Running in adc51ed34fe6 00:40:27 Removing intermediate container b73354c8b546 00:40:27 ---> 5c86db64cfc6 00:40:27 Step 20/26 : RUN pip install docker-compose==1.23.2 00:40:31 ---> Running in 87893219d24d 00:40:32 Removing intermediate container adc51ed34fe6 00:40:32 ---> be7ede3441e6 00:40:32 Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 00:40:33 ---> Running in 693c0e974dcf 00:40:36 ---> e5ee146ac2b6 00:40:36 Step 9/23 : RUN make cmd/core-data/core-data 00:40:36 ---> Running in da0cf9e7cc94 00:40:36 Removing intermediate container e07366ae57b3 00:40:36 ---> 7ea75193a656 00:40:36 00:40:36 Step 10/23 : FROM alpine:3.12 00:40:36 ---> 389fef711851 00:40:36 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:40:36 ---> Using cache 00:40:36 ---> d0f609e328c8 00:40:36 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:40:37 ---> Using cache 00:40:37 ---> e78be970b682 00:40:37 Step 13/23 : ENV APP_PORT=48081 00:40:37 ---> Running in 27fde2b595b3 00:40:37 Removing intermediate container 27fde2b595b3 00:40:37 ---> 78d8b95371d4 00:40:37 Step 14/23 : EXPOSE $APP_PORT 00:40:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:37 ---> Running in 45210ac6ef62 00:40:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:37 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:40:37 (1/3) Installing dumb-init (1.2.2-r1) 00:40:37 (2/3) Installing openssl (1.1.1i-r0) 00:40:37 (3/3) Installing su-exec (0.2-r1) 00:40:37 Executing busybox-1.31.1-r19.trigger 00:40:37 Removing intermediate container 45210ac6ef62 00:40:37 ---> ed3f7f21c394 00:40:37 Step 15/23 : WORKDIR / 00:40:37 OK: 6 MiB in 17 packages 00:40:38 ---> Running in 200f87cf3fc9 00:40:38 Collecting docker-compose==1.23.2 00:40:38 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:40:39 Collecting docopt<0.7,>=0.6.1 00:40:39 Downloading docopt-0.6.2.tar.gz (25 kB) 00:40:40 Removing intermediate container c262585f501c 00:40:40 ---> 66424996b68f 00:40:40 00:40:40 Step 10/22 : FROM alpine:3.12 00:40:40 ---> 389fef711851 00:40:40 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:40:40 ---> Using cache 00:40:40 ---> d0f609e328c8 00:40:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:40:40 ---> Using cache 00:40:40 ---> e78be970b682 00:40:40 Step 13/22 : ENV APP_PORT=48085 00:40:40 Removing intermediate container 200f87cf3fc9 00:40:40 ---> 7da31f5ffe0b 00:40:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:40 ---> Running in 76bcfdfe00a8 00:40:40 Removing intermediate container 693c0e974dcf 00:40:40 ---> 6bb4d6a4ea56 00:40:40 Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init 00:40:40 ---> Running in 72614099ded2 00:40:40 Removing intermediate container 76bcfdfe00a8 00:40:40 ---> e775e6dd55aa 00:40:40 Step 14/22 : EXPOSE $APP_PORT 00:40:41 ---> 44841718ae7b 00:40:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:40:41 ---> Running in d3be9cea31b1 00:40:41 Removing intermediate container 72614099ded2 00:40:41 ---> 0dc603426cb8 00:40:41 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:40:41 Collecting dockerpty<0.5,>=0.4.1 00:40:41 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:40:41 ---> Running in 7b4c70805d33 00:40:41 Removing intermediate container d3be9cea31b1 00:40:41 ---> cab7501176cf 00:40:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:41 Removing intermediate container 7b4c70805d33 00:40:41 ---> a633770794a4 00:40:41 Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:40:41 ---> Running in 3ed1f4404fdf 00:40:42 Collecting jsonschema<3,>=2.5.1 00:40:42 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:40:42 ---> 43583d4a78bf 00:40:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:40:42 Collecting docker<4.0,>=3.6.0 00:40:42 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:40:42 ? github.com/edgexfoundry/edgex-go [no test files] 00:40:43 ---> 456763e53c11 00:40:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:40:43 ---> 64901938ba85 00:40:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:40:43 Collecting websocket-client<1.0,>=0.32.0 00:40:43 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:40:44 Collecting PyYAML<4,>=3.10 00:40:44 Downloading PyYAML-3.13.tar.gz (270 kB) 00:40:44 ---> c66d03c36efc 00:40:44 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:40:45 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:40:45 ---> db09dd8d44ed 00:40:45 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:40:45 ---> Running in 4418d8d6318b 00:40:45 Collecting cached-property<2,>=1.2.0 00:40:45 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:40:46 Collecting texttable<0.10,>=0.9.0 00:40:46 Downloading texttable-0.9.1.tar.gz (11 kB) 00:40:47 ---> Running in 47b3ed52cc94 00:40:47 Removing intermediate container 3ed1f4404fdf 00:40:47 ---> 5f30668cf7d7 00:40:47 Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} 00:40:47 Removing intermediate container 4418d8d6318b 00:40:47 ---> 295a14a73941 00:40:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:47 ---> Running in 8a6ea41a7f54 00:40:47 ---> Running in 5002c23bd656 00:40:47 Removing intermediate container 47b3ed52cc94 00:40:47 ---> 416e1319ed2b 00:40:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:47 Removing intermediate container 5002c23bd656 00:40:47 ---> d559d20e7661 00:40:47 Step 21/23 : LABEL arch=x86_64 00:40:47 ---> Running in 8fbc5a33f5ac 00:40:47 Removing intermediate container 8a6ea41a7f54 00:40:47 ---> bf8c36cb9af6 00:40:47 Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . 00:40:47 ---> Running in b0c64830430f 00:40:47 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:40:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:40:47 Removing intermediate container 8fbc5a33f5ac 00:40:47 ---> 074c38caaf5c 00:40:47 Step 20/22 : LABEL arch=x86_64 00:40:48 Collecting docker-pycreds>=0.4.0 00:40:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:40:48 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:40:48 Removing intermediate container b0c64830430f 00:40:48 ---> 343b027845ef 00:40:48 Step 22/23 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 00:40:48 ---> Running in 0a93aebd8841 00:40:48 Collecting idna<2.8,>=2.5 00:40:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:40:48 ---> Running in 43d54e196f7a 00:40:48 Removing intermediate container 0a93aebd8841 00:40:48 ---> 456acb61f220 00:40:48 Step 21/22 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 00:40:48 ---> 59ab5148105c 00:40:48 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:40:48 Collecting urllib3<1.25,>=1.21.1 00:40:48 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:40:48 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:40:48 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:40:48 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:40:48 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:40:48 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:40:48 ---> Running in 06d5dfd5c5c1 00:40:48 Removing intermediate container 43d54e196f7a 00:40:48 ---> 56412403c2e5 00:40:48 Step 23/23 : LABEL version=0.0.0 00:40:49 ---> Running in 19b11b1db93d 00:40:49 Installing collected packages: docopt, dockerpty, jsonschema, websocket-client, docker-pycreds, idna, urllib3, requests, docker, PyYAML, cached-property, texttable, docker-compose 00:40:49 Running setup.py install for docopt: started 00:40:49 ---> cabe80d338b4 00:40:49 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:40:49 Removing intermediate container 06d5dfd5c5c1 00:40:49 ---> d1d03e56087b 00:40:49 Step 22/22 : LABEL version=0.0.0 00:40:49 ---> Running in f6263a221cf8 00:40:49 ---> Running in ef23217079f7 00:40:49 Removing intermediate container 19b11b1db93d 00:40:49 ---> 7661b7333d06 00:40:49 00:40:50 Running setup.py install for docopt: finished with status 'done' 00:40:50 Running setup.py install for dockerpty: started 00:40:50 Successfully built 7661b7333d06 00:40:50 Successfully tagged docker-core-metadata-go:latest 00:40:50 Building docker-security-proxy-setup-go 00:40:51  Building docker-core-metadata-go ... done Removing intermediate container ef23217079f7 00:40:51 ---> 26f3ead8126c 00:40:51 00:40:51 Successfully built 26f3ead8126c 00:40:51 Successfully tagged docker-support-scheduler-go:latest 00:40:51  Building docker-support-scheduler-go ... done  Running setup.py install for dockerpty: finished with status 'done' 00:40:55 Attempting uninstall: idna 00:40:55 Found existing installation: idna 2.9 00:40:55 Uninstalling idna-2.9: 00:40:55 Successfully uninstalled idna-2.9 00:40:56 Attempting uninstall: urllib3 00:40:56 Found existing installation: urllib3 1.25.9 00:40:56 Uninstalling urllib3-1.25.9: 00:40:57 Successfully uninstalled urllib3-1.25.9 00:40:58 Removing intermediate container f6263a221cf8 00:40:58 ---> e60e6760e9a9 00:40:58 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:58 Attempting uninstall: requests 00:40:58 Found existing installation: requests 2.23.0 00:40:58 Uninstalling requests-2.23.0: 00:40:58 Successfully uninstalled requests-2.23.0 00:41:00 ---> 3e6c975c8721 00:41:00 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:41:00 Running setup.py install for PyYAML: started 00:41:02 Running setup.py install for PyYAML: finished with status 'done' 00:41:03 Running setup.py install for texttable: started 00:41:04 Running setup.py install for texttable: finished with status 'done' 00:41:05 ---> 50de08696c5b 00:41:05 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:41:06 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:41:07 ---> bec068df2a63 00:41:07 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:41:09 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:41:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:41:09 ---> e4a5ed852449 00:41:09 Step 3/21 : WORKDIR /edgex-go 00:41:09 ---> Using cache 00:41:09 ---> b39d69d944e0 00:41:09 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:09 ---> Using cache 00:41:09 ---> e920396d7f11 00:41:09 Step 5/21 : RUN apk add --update --no-cache make git 00:41:09 ---> Using cache 00:41:09 ---> 8c27a6885709 00:41:09 Step 6/21 : COPY go.mod . 00:41:09 ---> Using cache 00:41:09 ---> 9084ea4b5e4f 00:41:09 Step 7/21 : RUN go mod download 00:41:09 ---> Using cache 00:41:09 ---> 741eb9dd6649 00:41:09 Step 8/21 : COPY . . 00:41:10 ---> Using cache 00:41:10 ---> 43fef52c9d3f 00:41:10 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:41:10 ---> 2ab3fa70df47 00:41:10 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:41:10 ---> Running in e7b9f564ea20 00:41:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:41:12 ---> ee1f6f36faf1 00:41:12 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 00:41:13 Removing intermediate container 87893219d24d 00:41:13 ---> 46e5698cd7b9 00:41:13 Step 21/26 : RUN apk --no-cache add curl 00:41:13 ---> Running in 488aa580d9ae 00:41:13 ---> Running in 187dafc4ea1a 00:41:14 Removing intermediate container 488aa580d9ae 00:41:14 ---> ef95ec913d53 00:41:14 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:41:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:15 ---> f894e3b377bc 00:41:15 Step 28/33 : RUN chmod +x /entrypoint.sh 00:41:15 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:41:15 (2/3) Installing libcurl (7.69.1-r3) 00:41:15 (3/3) Installing curl (7.69.1-r3) 00:41:15 Executing busybox-1.31.1-r19.trigger 00:41:15 OK: 72 MiB in 58 packages 00:41:17 ---> Running in e407a2ae9763 00:41:17 Removing intermediate container da0cf9e7cc94 00:41:17 ---> 6d70fb5c3206 00:41:17 00:41:17 Step 10/23 : FROM alpine:3.12 00:41:17 ---> 389fef711851 00:41:17 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:41:17 ---> Running in 62a3d3232d44 00:41:17 Removing intermediate container 187dafc4ea1a 00:41:17 ---> 0240c94ce783 00:41:17 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:41:17 ---> Running in e3b3e098dd15 00:41:17 Removing intermediate container 62a3d3232d44 00:41:17 ---> fb532bd6ee1d 00:41:17 Step 12/23 : ENV APP_PORT=48080 00:41:18 ---> Running in c61a2116cd8c 00:41:18 Removing intermediate container e3b3e098dd15 00:41:18 ---> 6ac52dabc0e4 00:41:18 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:18 ---> Running in a42e8a1c02ca 00:41:18 Removing intermediate container c61a2116cd8c 00:41:18 ---> 743c50847c4d 00:41:18 Step 13/23 : EXPOSE $APP_PORT 00:41:18 ---> Running in 2e4b747e4654 00:41:18 Removing intermediate container a42e8a1c02ca 00:41:18 ---> 2b50ac543f21 00:41:18 Step 24/26 : LABEL arch=x86_64 00:41:18 ---> Running in 1c3c4a33a640 00:41:18 Removing intermediate container 2e4b747e4654 00:41:18 ---> f0769f9c6d9f 00:41:18 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:19 Removing intermediate container e407a2ae9763 00:41:19 ---> 6bc1df34fb37 00:41:19 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 00:41:19 ---> Running in 691152d63c6d 00:41:20 Removing intermediate container 1c3c4a33a640 00:41:20 ---> e4db7fa26c34 00:41:20 Step 25/26 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 00:41:21 ---> Running in 283e2a03a6e2 00:41:21 ---> Running in c7b6db8a58fb 00:41:21 Removing intermediate container 283e2a03a6e2 00:41:21 ---> d3dfa40f2482 00:41:21 Step 30/33 : CMD ["gate"] 00:41:21 Removing intermediate container c7b6db8a58fb 00:41:21 ---> a87dc5340c1c 00:41:21 Step 26/26 : LABEL version=0.0.0 00:41:21 ---> Running in ee05907b677c 00:41:21 ---> Running in 3054e8872e1e 00:41:22 Removing intermediate container ee05907b677c 00:41:22 ---> f11c2219fe8b 00:41:22 00:41:22 Removing intermediate container 3054e8872e1e 00:41:22 ---> 9a2f63434f62 00:41:22 Step 31/33 : LABEL arch=x86_64 00:41:22 Successfully built f11c2219fe8b 00:41:22 Successfully tagged docker-sys-mgmt-agent-go:latest 00:41:23  Building docker-sys-mgmt-agent-go ... done  ---> Running in 07deb0a7724b 00:41:23 Removing intermediate container 691152d63c6d 00:41:23 ---> 418118aa9f1a 00:41:23 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:41:23 ---> Running in 4759a48f86aa 00:41:23 Removing intermediate container 07deb0a7724b 00:41:23 ---> 7057e31c0305 00:41:23 Step 32/33 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 00:41:23 ---> Running in f2b090ebe4e3 00:41:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:23 Removing intermediate container f2b090ebe4e3 00:41:23 ---> 261a7adfdf7f 00:41:23 Step 33/33 : LABEL version=0.0.0 00:41:23 ---> Running in 2be28a8b7bf6 00:41:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:41:24 Removing intermediate container 2be28a8b7bf6 00:41:24 ---> bace67fef333 00:41:24 00:41:24 Successfully built bace67fef333 00:41:24 Successfully tagged docker-security-bootstrapper-go:latest 00:41:24  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:25 (1/6) Installing dumb-init (1.2.2-r1) 00:41:25 (2/6) Installing libgcc (9.3.0-r2) 00:41:25 (3/6) Installing libsodium (1.0.18-r0) 00:41:25 (4/6) Installing libstdc++ (9.3.0-r2) 00:41:26 (5/6) Installing libzmq (4.3.3-r0) 00:41:26 (6/6) Installing zeromq (4.3.3-r0) 00:41:26 Executing busybox-1.31.1-r19.trigger 00:41:26 OK: 8 MiB in 20 packages 00:41:27 Removing intermediate container e7b9f564ea20 00:41:27 ---> 63015a99ddbf 00:41:27 00:41:27 Step 10/21 : FROM alpine:3.12 00:41:27 ---> 389fef711851 00:41:27 Step 11/21 : RUN apk add --update --no-cache curl 00:41:27 ---> Running in fb2d3438930e 00:41:27 Removing intermediate container 4759a48f86aa 00:41:27 ---> d399ce0ab647 00:41:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:41:28 ---> d1b2e9731e5f 00:41:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:41:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:28 (1/4) Installing ca-certificates (20191127-r4) 00:41:28 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:41:28 (3/4) Installing libcurl (7.69.1-r3) 00:41:28 (4/4) Installing curl (7.69.1-r3) 00:41:28 Executing busybox-1.31.1-r19.trigger 00:41:28 Executing ca-certificates-20191127-r4.trigger 00:41:28 OK: 7 MiB in 18 packages 00:41:28 ---> de1aff345b0e 00:41:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:41:29 ---> 3d87905ffe95 00:41:29 Step 19/23 : ENTRYPOINT ["/core-data"] 00:41:29 ---> Running in 0287f5f989df 00:41:29 Removing intermediate container fb2d3438930e 00:41:29 ---> 37d3192b223d 00:41:29 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:41:29 ---> Running in 41865a44312c 00:41:30 Removing intermediate container 0287f5f989df 00:41:30 ---> a656bf9f9235 00:41:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:30 ---> Running in 19db10cc950e 00:41:30 Removing intermediate container 41865a44312c 00:41:30 ---> 0906bf4f19f4 00:41:30 Step 13/21 : WORKDIR /edgex 00:41:30 ---> Running in f526f71810bb 00:41:30 Removing intermediate container 19db10cc950e 00:41:30 ---> c45072ded86d 00:41:30 Step 21/23 : LABEL arch=x86_64 00:41:30 ---> Running in 00504c036412 00:41:30 Removing intermediate container f526f71810bb 00:41:30 ---> 728008464d03 00:41:30 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:41:30 Removing intermediate container 00504c036412 00:41:30 ---> b0460767d6a5 00:41:30 Step 22/23 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 00:41:30 ---> Running in e2e6664faa97 00:41:30 ---> 87fa38aedf32 00:41:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:41:30 Removing intermediate container e2e6664faa97 00:41:30 ---> 08837d7b04af 00:41:30 Step 23/23 : LABEL version=0.0.0 00:41:30 ---> Running in 79a377ce6c77 00:41:31 Removing intermediate container 79a377ce6c77 00:41:31 ---> 48047bc88cce 00:41:31 00:41:31 ---> 1f1ab67093f7 00:41:31 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:41:31 Successfully built 48047bc88cce 00:41:31 Successfully tagged docker-core-data-go:latest 00:41:32  Building docker-core-data-go ... done  ---> e20ae53f6645 00:41:32 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:41:32 ---> Running in 88f627c55286 00:41:32 Removing intermediate container 88f627c55286 00:41:32 ---> bdd3e3cb24e6 00:41:32 Step 18/21 : CMD ["--init=true"] 00:41:32 ---> Running in 5f5e4a2f8300 00:41:32 Removing intermediate container 5f5e4a2f8300 00:41:32 ---> 9ba5f4549a74 00:41:32 Step 19/21 : LABEL arch=x86_64 00:41:32 ---> Running in eb9e7c1b84cf 00:41:33 Removing intermediate container eb9e7c1b84cf 00:41:33 ---> f0a924207841 00:41:33 Step 20/21 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 00:41:33 ---> Running in 6bbbff7cd3c1 00:41:33 Removing intermediate container 6bbbff7cd3c1 00:41:33 ---> 9532f8fa29dc 00:41:33 Step 21/21 : LABEL version=0.0.0 00:41:33 ---> Running in eee1743d5db7 00:41:33 Removing intermediate container eee1743d5db7 00:41:33 ---> 4ce4c72d167d 00:41:33 00:41:33 Successfully built 4ce4c72d167d 00:41:33 Successfully tagged docker-security-proxy-setup-go:latest 00:41:33  Building docker-security-proxy-setup-go ... done  [Pipeline] } 00:41:34 $ docker stop --time=1 7ed26b6da652930ff538c76cf769eecebd5274ded76725b3f8dd4138a0304de1 00:41:35 $ docker rm -f 7ed26b6da652930ff538c76cf769eecebd5274ded76725b3f8dd4138a0304de1 [Pipeline] // withDockerContainer [Pipeline] sh 00:41:36 + docker images 00:41:36 + grep docker 00:41:36 docker-security-proxy-setup-go latest 4ce4c72d167d 3 seconds ago 24.4MB 00:41:36 docker-core-data-go latest 48047bc88cce 5 seconds ago 22.3MB 00:41:36 docker-security-bootstrapper-go latest bace67fef333 12 seconds ago 33.5MB 00:41:36 docker-sys-mgmt-agent-go latest f11c2219fe8b 15 seconds ago 313MB 00:41:36 docker-support-scheduler-go latest 26f3ead8126c 46 seconds ago 16.4MB 00:41:36 docker-core-metadata-go latest 7661b7333d06 47 seconds ago 18.8MB 00:41:36 docker-security-secretstore-setup-go latest b3cb2a6acb99 2 minutes ago 24.6MB 00:41:36 docker-support-notifications-go latest 9d0c42f013be 2 minutes ago 16.9MB 00:41:36 docker-core-command-go latest 0c3397f49bff 2 minutes ago 16.3MB 00:41:36 docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:41:51 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:41:52 Still waiting to schedule task 00:41:52 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:41:52 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:41:59 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:41:59 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:41:59 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:42:09 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:42:09 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:42:09 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:42:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:42:09 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:42:09 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:42:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:42:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:42:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.290s coverage: 46.6% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:42:34 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.740s coverage: 27.1% of statements 00:42:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:42:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:42:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:42:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:42:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:42:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:42:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.077s coverage: 100.0% of statements 00:42:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:42:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.087s coverage: 100.0% of statements 00:42:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:42:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:42:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.385s coverage: 65.8% of statements 00:42:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:42:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:42:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.981s coverage: 82.3% of statements 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:42:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.531s coverage: 28.6% of statements 00:42:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:42:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:42:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:42:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:42:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:42:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.171s coverage: 100.0% of statements 00:42:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:42:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.162s coverage: 100.0% of statements 00:42:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:42:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.387s coverage: 86.7% of statements 00:42:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:42:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.474s coverage: 97.5% of statements 00:42:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:42:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.183s coverage: 78.3% of statements 00:42:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:42:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:42:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:42:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:42:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.592s coverage: 92.8% of statements 00:42:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:42:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:42:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:42:58 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:42:58 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:42:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:42:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:42:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:42:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:42:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:42:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:42:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:42:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:42:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:42:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:42:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:42:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:42:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:42:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.089s coverage: 58.8% of statements 00:42:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:42:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:42:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.280s coverage: 0.1% of statements 00:42:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:42:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:42:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:42:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.066s coverage: 43.8% of statements 00:42:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.075s coverage: 79.5% of statements 00:42:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.090s coverage: 94.1% of statements 00:42:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.098s coverage: 96.3% of statements 00:42:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.074s coverage: 87.5% of statements 00:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.085s coverage: 94.4% of statements 00:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements 00:43:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:43:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:43:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:43:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.085s coverage: 87.2% of statements 00:43:14 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:43:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.059s coverage: 100.0% of statements 00:43:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements 00:43:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.8% of statements 00:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.138s coverage: 87.2% of statements 00:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.150s coverage: 84.2% of statements 00:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.187s coverage: 91.4% of statements 00:43:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:43:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.927s coverage: 63.5% of statements 00:43:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:43:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:43:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements 00:43:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.115s coverage: 91.3% of statements 00:43:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements 00:43:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.072s coverage: 73.7% of statements 00:43:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements 00:43:25 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.064s coverage: 68.9% of statements 00:43:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:43:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:43:25 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:43:25 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:43:25 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.442s coverage: 37.0% of statements 00:43:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:43:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.921s coverage: 84.0% of statements 00:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.106s coverage: 100.0% of statements 00:43:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.400s coverage: 47.1% of statements 00:43:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:43:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:43:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:43:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:43:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:43:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.181s coverage: 100.0% of statements 00:43:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:43:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.130s coverage: 100.0% of statements 00:43:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:43:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.443s coverage: 29.1% of statements 00:43:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:43:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:43:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:43:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:43:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:43:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.243s coverage: 99.0% of statements 00:43:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:43:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.099s coverage: 100.0% of statements 00:43:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:43:42 ok github.com/edgexfoundry/edgex-go/internal/system 0.061s coverage: 0.0% of statements 00:43:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:43:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.124s coverage: 100.0% of statements 00:43:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:43:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:43:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:43:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:43:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.092s coverage: 87.9% of statements 00:43:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:43:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:43:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.074s coverage: 100.0% of statements 00:43:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements 00:43:44 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.096s coverage: 100.0% of statements 00:43:44 GO111MODULE=on go vet ./... 00:45:06 gofmt -l . 00:45:08 [ "`gofmt -l .`" = "" ] 00:45:12 ./bin/test-go-mod-tidy.sh 00:45:12 ./bin/test-attribution-txt.sh [Pipeline] sh 00:45:14 + ls -al . 00:45:14 total 696 00:45:14 drwxrwxr-x 9 1001 1001 4096 Jan 27 00:45 . 00:45:14 drwxr-xr-x 4 root root 4096 Jan 27 00:40 .. 00:45:14 -rw-rw-r-- 1 1001 1001 11 Jan 27 00:38 .dockerignore 00:45:14 drwxrwxr-x 8 1001 1001 4096 Jan 27 00:38 .git 00:45:14 drwxrwxr-x 3 1001 1001 4096 Jan 27 00:38 .github 00:45:14 -rw-rw-r-- 1 1001 1001 872 Jan 27 00:38 .gitignore 00:45:14 -rw-rw-r-- 1 1001 1001 166 Jan 27 00:38 .sonarcloud.properties 00:45:14 -rw-rw-r-- 1 1001 1001 7859 Jan 27 00:38 Attribution.txt 00:45:14 -rw-rw-r-- 1 1001 1001 3804 Jan 27 00:38 CONTRIBUTING.md 00:45:14 -rw-rw-r-- 1 1001 1001 931 Jan 27 00:38 Dockerfile.build 00:45:14 -rw-rw-r-- 1 1001 1001 863 Jan 27 00:38 Jenkinsfile 00:45:14 -rw-rw-r-- 1 1001 1001 10775 Jan 27 00:38 LICENSE 00:45:14 -rw-rw-r-- 1 1001 1001 6001 Jan 27 00:38 Makefile 00:45:14 -rw-rw-r-- 1 1001 1001 6524 Jan 27 00:38 README.md 00:45:14 -rw-rw-r-- 1 1001 1001 6755 Jan 27 00:38 SECURITY.md 00:45:14 -rw-rw-r-- 1 1001 1001 5 Jan 27 00:32 VERSION 00:45:14 -rw-rw-r-- 1 1001 1001 4131 Jan 27 00:38 ZMQWindows.md 00:45:14 drwxrwxr-x 2 1001 1001 4096 Jan 27 00:38 bin 00:45:14 drwxrwxr-x 15 1001 1001 4096 Jan 27 00:38 cmd 00:45:14 -rw-r--r-- 1 root root 564700 Jan 27 00:43 coverage.out 00:45:14 -rw-r--r-- 1 root root 1053 Jan 27 00:45 go.mod 00:45:14 -rw-r--r-- 1 root root 18995 Jan 27 00:45 go.sum 00:45:14 drwxrwxr-x 8 1001 1001 4096 Jan 27 00:38 internal 00:45:14 drwxrwxr-x 4 1001 1001 4096 Jan 27 00:38 openapi 00:45:14 drwxrwxr-x 4 1001 1001 4096 Jan 27 00:38 snap 00:45:14 -rw-rw-r-- 1 1001 1001 168 Jan 27 00:38 version.go [Pipeline] sh 00:45:15 + '[' -e coverage.out ] 00:45:15 + chown 1001:1001 coverage.out [Pipeline] stash 00:45:15 Warning: overwriting stash ‘coverage-report’ 00:45:17 Stashed 1 file(s) [Pipeline] sh 00:45:17 + make build 00:45:17 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:45:33 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:45:59 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:46:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:46:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:46:10 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:16 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:21 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:46:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:46:32 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:46:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:46:41 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:46:45 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:46:51 $ docker stop --time=1 48fee358ef917d628374f1515359f6784ec90814b572a9890c49c4df81e3f503 00:46:54 $ docker rm -f 48fee358ef917d628374f1515359f6784ec90814b572a9890c49c4df81e3f503 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:46:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:46:56 00:46:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:46:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:46:57 latest: Pulling from edgex-devops/edgex-compose-arm64 00:46:57 29e5d40040c1: Pulling fs layer 00:46:57 1ce36da41761: Pulling fs layer 00:46:57 25b303627fd3: Pulling fs layer 00:46:57 29e5d40040c1: Verifying Checksum 00:46:57 29e5d40040c1: Download complete 00:46:57 1ce36da41761: Verifying Checksum 00:46:57 1ce36da41761: Download complete 00:46:58 29e5d40040c1: Pull complete 00:46:59 1ce36da41761: Pull complete 00:46:59 25b303627fd3: Verifying Checksum 00:46:59 25b303627fd3: Download complete 00:47:10 25b303627fd3: Pull complete 00:47:10 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:47:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:47:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:47:10 prd-ubuntu18.04-docker-arm64-4c-16g-22942 does not seem to be running inside a container 00:47:10 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@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:47:14 $ docker top 271519bffeaa9eddad3ef03344a87c76725659ab1919845613f86c23a670cff6 -eo pid,comm [Pipeline] { [Pipeline] sh 00:47:15 + docker-compose build --help 00:47:15 + grep parallel 00:47:21 --parallel Build images in parallel. [Pipeline] } 00:47:22 $ docker stop --time=1 271519bffeaa9eddad3ef03344a87c76725659ab1919845613f86c23a670cff6 00:47:24 $ docker rm -f 271519bffeaa9eddad3ef03344a87c76725659ab1919845613f86c23a670cff6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:47:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:47:24 . [Pipeline] withDockerContainer 00:47:25 prd-ubuntu18.04-docker-arm64-4c-16g-22942 does not seem to be running inside a container 00:47:25 $ 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/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:47:26 $ docker top fc70f3eadf4011b957a6f50b8a38d77db377a8c130b6e4bca94c7f179847ae4b -eo pid,comm [Pipeline] { [Pipeline] sh 00:47:27 + docker-compose -f ./docker-compose-build.yml build --parallel 00:47:36 Building docker-core-command-go ... 00:47:36 Building docker-core-data-go ... 00:47:36 Building docker-core-metadata-go ... 00:47:36 Building docker-security-bootstrapper-go ... 00:47:36 Building docker-security-proxy-setup-go ... 00:47:36 Building docker-security-secretstore-setup-go ... 00:47:36 Building docker-support-notifications-go ... 00:47:36 Building docker-support-scheduler-go ... 00:47:36 Building docker-sys-mgmt-agent-go ... 00:47:36 Building docker-core-metadata-go 00:47:36 Building docker-support-scheduler-go 00:47:36 Building docker-security-proxy-setup-go 00:47:36 Building docker-support-notifications-go 00:47:36 Building docker-security-secretstore-setup-go 00:48:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:58 ---> b47f638aa4e6 00:48:58 Step 3/22 : WORKDIR /edgex-go 00:48:58 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:48:58 ---> b47f638aa4e6 00:48:58 Step 3/24 : WORKDIR /edgex-go 00:48:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:58 ---> b47f638aa4e6 00:48:58 Step 3/22 : WORKDIR /edgex-go 00:48:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:48:58 ---> b47f638aa4e6 00:48:58 Step 3/23 : WORKDIR /edgex-go 00:48:58 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:48:58 ---> b47f638aa4e6 00:48:58 Step 3/21 : WORKDIR /edgex-go 00:48:58 ---> Running in 3179f82cc083 00:48:58 ---> Running in 6b39814d1203 00:48:58 ---> Running in 8bd622c2ce5e 00:48:58 ---> Running in 9950332ad9a7 00:48:58 ---> Running in da2acd7ca59b 00:48:58 Removing intermediate container 6b39814d1203 00:48:58 ---> 975ac021c771 00:48:58 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:58 Removing intermediate container 9950332ad9a7 00:48:58 ---> 8f329476a02a 00:48:58 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:59 Removing intermediate container 3179f82cc083 00:48:59 ---> 642b232ec619 00:48:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:59 Removing intermediate container 8bd622c2ce5e 00:48:59 ---> a484b35f9c8e 00:48:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:59 Removing intermediate container da2acd7ca59b 00:48:59 ---> 09052e0c8b48 00:48:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:59 ---> Running in 4ba7ade98028 00:48:59 ---> Running in 356d8d5f235d 00:48:59 ---> Running in 9a3128730048 00:48:59 ---> Running in 42896423fe62 00:48:59 ---> Running in 25228b2867eb 00:49:04 Removing intermediate container 356d8d5f235d 00:49:04 ---> cbb5607763ba 00:49:04 Step 5/21 : RUN apk add --update --no-cache make git 00:49:04 Removing intermediate container 9a3128730048 00:49:04 ---> 5a92f5998b9f 00:49:04 Step 5/24 : RUN apk add --update --no-cache make git 00:49:04 ---> Running in 3b1b666f98a8 00:49:04 ---> Running in 0ee66ce80fad 00:49:04 Removing intermediate container 42896423fe62 00:49:04 ---> 5086bf0c6412 00:49:04 Step 5/23 : RUN apk add --update --no-cache make git 00:49:04 Removing intermediate container 25228b2867eb 00:49:04 ---> e5a607b0d002 00:49:04 Step 5/22 : RUN apk add --update --no-cache make git 00:49:04 ---> Running in f672f300e3e7 00:49:05 ---> Running in cba3e623f6fe 00:49:05 Removing intermediate container 4ba7ade98028 00:49:05 ---> b45b3ac7150f 00:49:05 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:49:05 ---> Running in 1aae2bdb4bb5 00:49:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:09 OK: 217 MiB in 51 packages 00:49:10 OK: 217 MiB in 51 packages 00:49:10 OK: 217 MiB in 51 packages 00:49:10 OK: 217 MiB in 51 packages 00:49:10 OK: 217 MiB in 51 packages 00:49:11 Removing intermediate container 3b1b666f98a8 00:49:11 ---> 57ba941297b3 00:49:11 Step 6/21 : COPY go.mod . 00:49:12 Removing intermediate container 0ee66ce80fad 00:49:12 ---> c5e16bf6c61e 00:49:12 Step 6/24 : COPY go.mod . 00:49:12 Removing intermediate container f672f300e3e7 00:49:12 ---> 9cc3268037a1 00:49:12 Step 6/23 : COPY go.mod . 00:49:12 ---> d057283401db 00:49:12 Step 7/21 : RUN go mod download 00:49:12 ---> Running in 3f0737ae71d9 00:49:12 Removing intermediate container cba3e623f6fe 00:49:12 ---> ca70c5887f85 00:49:12 Step 6/22 : COPY go.mod . 00:49:13 Removing intermediate container 1aae2bdb4bb5 00:49:13 ---> f28affda8239 00:49:13 Step 6/22 : COPY go.mod . 00:49:13 ---> c5f188c70b2b 00:49:13 Step 7/24 : RUN go mod download 00:49:13 ---> 40015def74d4 00:49:13 Step 7/23 : RUN go mod download 00:49:14 ---> Running in cebd637f27bc 00:49:14 ---> Running in 193c083b5aec 00:49:14 ---> e90f6d61485a 00:49:14 Step 7/22 : RUN go mod download 00:49:14 ---> 38ee4f471ea4 00:49:14 Step 7/22 : RUN go mod download 00:49:14 ---> Running in 1aab296172da 00:49:14 ---> Running in a314953dca25 00:49:18 Removing intermediate container 3f0737ae71d9 00:49:18 ---> a7a06f3bdb61 00:49:18 Step 8/21 : COPY . . 00:49:20 Removing intermediate container cebd637f27bc 00:49:20 ---> f258739af19f 00:49:20 Step 8/23 : COPY . . 00:49:20 Removing intermediate container 193c083b5aec 00:49:20 ---> 195e413a7456 00:49:20 Step 8/24 : COPY . . 00:49:21 Removing intermediate container 1aab296172da 00:49:21 ---> a0457c630313 00:49:21 Step 8/22 : COPY . . 00:49:22 Removing intermediate container a314953dca25 00:49:22 ---> 84a9114d8f69 00:49:22 Step 8/22 : COPY . . 00:49:49 ---> 4d98839a71fa 00:49:49 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:49:49 ---> 5481f78ad2bf 00:49:49 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:49:49 ---> 57e4cf5d3bc5 00:49:49 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:49:49 ---> 1befb256536b 00:49:49 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:49:49 ---> bc8dc92fa37f 00:49:49 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:49:49 ---> Running in e81527b1f99a 00:49:49 ---> Running in 46cba48b5e05 00:49:49 ---> Running in 6a7211455b70 00:49:49 ---> Running in 1af6ef1f933d 00:49:49 ---> Running in fb321c84fb0f 00:49:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:49:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:49:51 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:49:51 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:49:51 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:51:43 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:51:43 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:52:02 Removing intermediate container 6a7211455b70 00:52:02 ---> cf42f4a6c498 00:52:02 00:52:02 Step 10/24 : FROM alpine:3.12 00:52:02 3.12: Pulling from library/alpine 00:52:04 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:52:04 Status: Downloaded newer image for alpine:3.12 00:52:04 ---> afeebe901d6b 00:52:04 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:52:05 Removing intermediate container e81527b1f99a 00:52:05 ---> 40c76d6c02d4 00:52:05 00:52:05 Step 10/21 : FROM alpine:3.12 00:52:05 ---> afeebe901d6b 00:52:05 Step 11/21 : RUN apk add --update --no-cache curl 00:52:05 ---> Running in 278c84a1e7e2 00:52:05 ---> Running in 467bfd8abe7b 00:52:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:10 (1/5) Installing ca-certificates (20191127-r4) 00:52:10 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:52:10 (3/5) Installing libcurl (7.69.1-r3) 00:52:10 (4/5) Installing curl (7.69.1-r3) 00:52:10 (5/5) Installing dumb-init (1.2.2-r1) 00:52:10 (1/4) Installing ca-certificates (20191127-r4) 00:52:10 Executing busybox-1.31.1-r19.trigger 00:52:10 Executing ca-certificates-20191127-r4.trigger 00:52:10 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:52:10 (3/4) Installing libcurl (7.69.1-r3) 00:52:10 (4/4) Installing curl (7.69.1-r3) 00:52:10 Executing busybox-1.31.1-r19.trigger 00:52:10 Executing ca-certificates-20191127-r4.trigger 00:52:10 OK: 7 MiB in 19 packages 00:52:11 OK: 7 MiB in 18 packages 00:52:12 Removing intermediate container 1af6ef1f933d 00:52:12 ---> 56f3bb5b5c6c 00:52:12 00:52:12 Step 10/22 : FROM alpine:3.12 00:52:12 ---> afeebe901d6b 00:52:12 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:52:12 Removing intermediate container fb321c84fb0f 00:52:12 ---> aaaa3fa49baa 00:52:12 00:52:12 Step 10/22 : FROM alpine:3.12 00:52:12 ---> afeebe901d6b 00:52:12 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:52:12 ---> Running in af2a5f6336d4 00:52:12 ---> Running in e2a4ba91f515 00:52:14 Removing intermediate container 467bfd8abe7b 00:52:14 ---> eb30a49b7444 00:52:14 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:52:15 Removing intermediate container 278c84a1e7e2 00:52:15 ---> 97ff26a4b716 00:52:15 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:52:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:15 ---> Running in 99ffa8ad5215 00:52:15 ---> Running in d814b0eb19f0 00:52:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:16 Removing intermediate container d814b0eb19f0 00:52:16 ---> c4dc542e6ebe 00:52:16 Step 13/21 : WORKDIR /edgex 00:52:16 Removing intermediate container 99ffa8ad5215 00:52:16 ---> 9b83595079d8 00:52:16 Step 13/24 : WORKDIR / 00:52:16 ---> Running in ef50c37834ed 00:52:16 ---> Running in 4b94231dc020 00:52:16 (1/1) Installing dumb-init (1.2.2-r1) 00:52:16 Executing busybox-1.31.1-r19.trigger 00:52:16 (1/2) Installing ca-certificates (20191127-r4) 00:52:16 OK: 5 MiB in 15 packages 00:52:16 (2/2) Installing dumb-init (1.2.2-r1) 00:52:16 Executing busybox-1.31.1-r19.trigger 00:52:16 Executing ca-certificates-20191127-r4.trigger 00:52:17 OK: 6 MiB in 16 packages 00:52:17 Removing intermediate container ef50c37834ed 00:52:17 ---> 7fcc0b5d5966 00:52:17 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:52:17 Removing intermediate container 4b94231dc020 00:52:17 ---> 1a4ba8d29cf3 00:52:17 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:18 Removing intermediate container af2a5f6336d4 00:52:18 ---> 3c6aefe003b6 00:52:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:52:18 ---> 270357540c21 00:52:18 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:52:18 ---> 971c193c44f5 00:52:19 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 ---> Running in d3888e00c150 00:52:19 Removing intermediate container e2a4ba91f515 00:52:19 ---> 66bf2e4684de 00:52:19 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:52:19 ---> Running in 0efcb14b79ae 00:52:20 Removing intermediate container d3888e00c150 00:52:20 ---> a0c0fefc8c4c 00:52:20 Step 13/22 : ENV APP_PORT=48085 00:52:20 ---> f3e9fd79e3b2 00:52:20 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:52:20 ---> Running in 6747a5f49f17 00:52:20 Removing intermediate container 0efcb14b79ae 00:52:20 ---> 4e28a5a716f7 00:52:20 Step 13/22 : ENV APP_PORT=48060 00:52:20 ---> 67c39b96f70c 00:52:20 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:52:21 ---> Running in ede5a8d45628 00:52:22 Removing intermediate container 6747a5f49f17 00:52:22 ---> e8880cdb9fc1 00:52:22 Step 14/22 : EXPOSE $APP_PORT 00:52:22 ---> 9862ea25dab4 00:52:22 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:52:22 ---> Running in 665c1b2d0128 00:52:22 Removing intermediate container ede5a8d45628 00:52:22 ---> 77db7684a4c9 00:52:22 Step 14/22 : EXPOSE $APP_PORT 00:52:22 ---> ded1cebde0ff 00:52:22 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:52:23 ---> Running in a927bedcf439 00:52:23 ---> Running in 81a8bc3c14ab 00:52:23 Removing intermediate container 665c1b2d0128 00:52:23 ---> 1a4b9e5b5f20 00:52:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:23 Removing intermediate container 81a8bc3c14ab 00:52:23 ---> bc0b2b4b3f11 00:52:23 Step 18/21 : CMD ["--init=true"] 00:52:23 Removing intermediate container a927bedcf439 00:52:23 ---> 43ff6f4362d8 00:52:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:23 ---> 848d4e7020f0 00:52:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:52:24 ---> Running in 787bd84db9f7 00:52:25 ---> d05d0af1d45e 00:52:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:52:25 ---> 8b64cf73b9c7 00:52:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:52:25 Removing intermediate container 787bd84db9f7 00:52:25 ---> eddd893bc74d 00:52:25 Step 19/21 : LABEL arch=arm64 00:52:26 ---> Running in d3b22fc3c50d 00:52:26 ---> 5faae777a510 00:52:26 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:52:27 ---> 509e0d6bc272 00:52:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:52:27 ---> 1f3b02198a9a 00:52:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:52:27 Removing intermediate container 46cba48b5e05 00:52:27 ---> 1e2c3c43e4a9 00:52:27 00:52:27 Step 10/23 : FROM alpine:3.12 00:52:27 ---> afeebe901d6b 00:52:27 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:52:27 ---> Using cache 00:52:27 ---> 3c6aefe003b6 00:52:27 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:52:27 ---> Using cache 00:52:27 ---> a0c0fefc8c4c 00:52:27 Step 13/23 : ENV APP_PORT=48081 00:52:27 ---> 65540ce75056 00:52:27 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:28 Removing intermediate container d3b22fc3c50d 00:52:28 ---> f5b7a924ee9a 00:52:28 Step 20/21 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 00:52:28 ---> Running in d22ac3ce74b0 00:52:28 ---> Running in fb2ff319706a 00:52:28 ---> Running in 22c6c7eddadf 00:52:28 ---> 046b49a55738 00:52:28 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:52:28 ---> 4360451db4a4 00:52:28 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:52:28 ---> Running in 7778e6dbdd15 00:52:28 ---> Running in 56a20778ad5c 00:52:28 Removing intermediate container fb2ff319706a 00:52:28 ---> 24f96c155a7d 00:52:28 Step 14/23 : EXPOSE $APP_PORT 00:52:29 Removing intermediate container 22c6c7eddadf 00:52:29 ---> 670a41037f1d 00:52:29 Step 21/21 : LABEL version=0.0.0 00:52:29 ---> Running in 979abdf2ecc4 00:52:29 ---> Running in 2c504679f123 00:52:29 Removing intermediate container 7778e6dbdd15 00:52:29 ---> da67ca9564f3 00:52:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"]Removing intermediate container 56a20778ad5c 00:52:29 ---> 0934350f136c 00:52:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:29 00:52:29 ---> Running in aa368d221c52 00:52:29 ---> Running in e1487cd8c870 00:52:29 Removing intermediate container 979abdf2ecc4 00:52:29 ---> 88808b8e32df 00:52:29 Step 15/23 : WORKDIR / 00:52:29 Removing intermediate container 2c504679f123 00:52:29 ---> 21be5a434dcf 00:52:29 00:52:30 ---> Running in f5467bfe5987 00:52:30 Removing intermediate container e1487cd8c870 00:52:30 ---> be8ea16e349c 00:52:30 Step 20/22 : LABEL arch=arm64 00:52:30 Removing intermediate container aa368d221c52 00:52:30 ---> 3299f4f720f2 00:52:30 Step 20/22 : LABEL arch=arm64 00:52:30 Successfully built 21be5a434dcf 00:52:30 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:52:30  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 00:52:31 ---> Running in 7586816bc23d 00:52:31 ---> Running in 801638a05144 00:52:31 Removing intermediate container f5467bfe5987 00:52:31 ---> 98794c060a26 00:52:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:31 Removing intermediate container d22ac3ce74b0 00:52:31 ---> 1517f8599596 00:52:31 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:52:31 Removing intermediate container 801638a05144 00:52:31 ---> 9d0bd588c417 00:52:31 Step 21/22 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 00:52:31 Removing intermediate container 7586816bc23d 00:52:31 ---> 89d1aa83bd6b 00:52:31 Step 21/22 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 00:52:31 ---> Running in 33f904ed1ed3 00:52:31 ---> Running in eb04316fbf98 00:52:32 ---> Running in 524690c6b3c7 00:52:32 ---> 5fd3f5889319 00:52:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:52:32 Removing intermediate container 33f904ed1ed3 00:52:32 ---> 7c8c4d04f11e 00:52:32 Step 22/24 : LABEL arch=arm64 00:52:33 Removing intermediate container 524690c6b3c7 00:52:33 ---> cd3625b7c863 00:52:33 Step 22/22 : LABEL version=0.0.0 00:52:33 Removing intermediate container eb04316fbf98 00:52:33 ---> 5d70d47590f5 00:52:33 Step 22/22 : LABEL version=0.0.0 00:52:34 ---> Running in b61fe547843c 00:52:35 ---> Running in deb124fe3df6 00:52:35 ---> Running in 7db118d09916 00:52:35 ---> f10c1cebac68 00:52:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:52:35 Removing intermediate container b61fe547843c 00:52:35 ---> 3117bed5bf34 00:52:35 Step 23/24 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 00:52:35 Removing intermediate container deb124fe3df6 00:52:35 ---> 69cf89f5e0ed 00:52:35 00:52:35 ---> Running in 1a9e12401af7 00:52:35 Removing intermediate container 7db118d09916 00:52:35 ---> e39539aa57f9 00:52:35 00:52:36 Successfully built 69cf89f5e0ed 00:52:36 Successfully built e39539aa57f9 00:52:37 Successfully tagged docker-support-scheduler-go-arm64:latest 00:52:37 Successfully tagged docker-support-notifications-go-arm64:latest 00:52:37  Building docker-support-scheduler-go ... done  ---> f1c063b63d70 00:52:37 Building docker-sys-mgmt-agent-go 00:52:37 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:52:37  Building docker-support-notifications-go ... done Building docker-core-data-go 00:52:37 Removing intermediate container 1a9e12401af7 00:52:37 ---> 26bfcabd69ef 00:52:37 Step 24/24 : LABEL version=0.0.0 00:52:37 ---> Running in 14c8d220282e 00:52:37 ---> Running in 5f034ec145ed 00:52:38 Removing intermediate container 14c8d220282e 00:52:38 ---> 34419f480489 00:52:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:38 Removing intermediate container 5f034ec145ed 00:52:38 ---> cac22f7d5e28 00:52:38 00:52:38 ---> Running in 9db66a6387fd 00:52:38 Successfully built cac22f7d5e28 00:52:38 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:52:38  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 00:52:38 Removing intermediate container 9db66a6387fd 00:52:39 ---> c52ca280282a 00:52:39 Step 21/23 : LABEL arch=arm64 00:52:39 ---> Running in 05b79aaef504 00:52:39 Removing intermediate container 05b79aaef504 00:52:39 ---> d577bf064bb4 00:52:39 Step 22/23 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 00:52:40 ---> Running in 073e11a6b352 00:52:40 Removing intermediate container 073e11a6b352 00:52:40 ---> 2db2e2e10f9e 00:52:40 Step 23/23 : LABEL version=0.0.0 00:52:40 ---> Running in 268daaaaa550 00:52:41 Removing intermediate container 268daaaaa550 00:52:41 ---> e8332459096b 00:52:41 00:52:41 Successfully built e8332459096b 00:52:41 Successfully tagged docker-core-metadata-go-arm64:latest 00:53:28  Building docker-core-metadata-go ... done Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:53:28 Step 2/33 : FROM ${BUILDER_BASE} AS builder 00:53:28 ---> b47f638aa4e6 00:53:28 Step 3/33 : WORKDIR /edgex-go 00:53:28 ---> Using cache 00:53:28 ---> 09052e0c8b48 00:53:28 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:53:28 ---> Using cache 00:53:28 ---> e5a607b0d002 00:53:28 Step 5/33 : RUN apk add --update --no-cache make git 00:53:28 ---> Using cache 00:53:28 ---> ca70c5887f85 00:53:28 Step 6/33 : COPY go.mod . 00:53:28 ---> Using cache 00:53:28 ---> e90f6d61485a 00:53:28 Step 7/33 : RUN go mod download 00:53:28 ---> Using cache 00:53:28 ---> a0457c630313 00:53:28 Step 8/33 : COPY . . 00:53:28 ---> Using cache 00:53:28 ---> 1befb256536b 00:53:28 Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 00:53:28 ---> Running in 5fc0e82c40af 00:53:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:53:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:53:29 ---> b47f638aa4e6 00:53:29 Step 3/23 : WORKDIR /edgex-go 00:53:29 ---> Using cache 00:53:29 ---> 09052e0c8b48 00:53:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:53:29 ---> Using cache 00:53:29 ---> e5a607b0d002 00:53:29 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:53:30 Removing intermediate container 5fc0e82c40af 00:53:30 ---> b5859435cb58 00:53:30 Step 10/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 00:53:30 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:53:30 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:53:30 ---> b47f638aa4e6 00:53:30 Step 3/26 : WORKDIR /edgex-go 00:53:30 ---> Using cache 00:53:30 ---> 09052e0c8b48 00:53:30 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:53:30 ---> Using cache 00:53:30 ---> e5a607b0d002 00:53:30 Step 5/26 : RUN apk add --update --no-cache make bash git 00:53:30 ---> Running in 89e4f164c836 00:53:30 ---> Running in cdede78f8b33 00:53:30 ---> Running in e60c9e2cd6bc 00:53:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:53:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:53:30 ---> b47f638aa4e6 00:53:30 Step 3/23 : WORKDIR /edgex-go 00:53:30 ---> Using cache 00:53:30 ---> 09052e0c8b48 00:53:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:53:30 ---> Using cache 00:53:30 ---> e5a607b0d002 00:53:30 Step 5/23 : RUN apk add --update --no-cache make git 00:53:30 ---> Using cache 00:53:30 ---> ca70c5887f85 00:53:30 Step 6/23 : COPY go.mod . 00:53:30 ---> Using cache 00:53:30 ---> e90f6d61485a 00:53:30 Step 7/23 : RUN go mod download 00:53:30 ---> Using cache 00:53:30 ---> a0457c630313 00:53:30 Step 8/23 : COPY . . 00:53:30 ---> Using cache 00:53:30 ---> 1befb256536b 00:53:30 Step 9/23 : RUN make cmd/core-command/core-command 00:53:31 ---> Running in 4b7b92a43c95 00:53:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:32 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:53:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53: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:53:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:34 OK: 217 MiB in 51 packages 00:53:34 OK: 217 MiB in 51 packages 00:53:36 Removing intermediate container e60c9e2cd6bc 00:53:36 ---> 44b6964037fb 00:53:36 Step 6/26 : COPY go.mod . 00:53:36 Removing intermediate container cdede78f8b33 00:53:36 ---> 50b231fc54a5 00:53:36 Step 6/23 : COPY go.mod . 00:53:38 ---> 82a853776496 00:53:38 Step 7/26 : RUN go mod download 00:53:38 ---> Running in 5bf1e8f22de2 00:53:38 ---> 7e7ae1d64d02 00:53:38 Step 7/23 : RUN go mod download 00:53:38 ---> Running in 3333226fa669 00:53:44 Removing intermediate container 5bf1e8f22de2 00:53:44 ---> eeb3a5da43cd 00:53:44 Step 8/26 : COPY . . 00:53:44 Removing intermediate container 3333226fa669 00:53:44 ---> 0c9826c818cd 00:53:44 Step 8/23 : COPY . . 00:54:23 Running on prd-ubuntu18.04-docker-8c-8g-23289 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:54:23 Running in /w/workspace/edgex-go/49 [Pipeline] { [Pipeline] checkout 00:54:23 ---> 7843cb310895 00:54:23 Step 9/23 : RUN make cmd/core-data/core-data 00:54:23 ---> 9b4042d6fb6d 00:54:23 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:54:23 ---> Running in 4923c191856d 00:54:23 ---> Running in 0c1e5b016203 00:54:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:54:23 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:54:26 using credential edgex-jenkins-ssh 00:54:26 Cloning the remote Git repository 00:54:26 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:54:26 > git init /w/workspace/edgex-go/49 # timeout=10 00:54:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:54:26 > git --version # timeout=10 00:54:26 > git --version # 'git version 2.17.1' 00:54:26 using GIT_SSH to set credentials SSH Credentials for GitHub 00:54:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:54:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:54:40 Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:54:41 Merge succeeded, producing e1787df59a3ab63b431b6adc3084a96415a15ae1 00:54:41 Checking out Revision e1787df59a3ab63b431b6adc3084a96415a15ae1 (PR-2858) 00:54:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:54:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:54:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:54:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:54:40 using GIT_SSH to set credentials SSH Credentials for GitHub 00:54:40 > 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:54:40 > git config core.sparsecheckout # timeout=10 00:54:40 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:54:40 > git remote # timeout=10 00:54:40 > git config --get remote.origin.url # timeout=10 00:54:40 using GIT_SSH to set credentials SSH Credentials for GitHub 00:54:40 > git merge 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 00:54:41 > git rev-parse HEAD^{commit} # timeout=10 00:54:41 > git config core.sparsecheckout # timeout=10 00:54:41 > git checkout -f e1787df59a3ab63b431b6adc3084a96415a15ae1 # timeout=10 00:54:44 Commit message: "Merge commit '668f0a3a269f3b051418dc2678a30c23b2beea7f' into HEAD" 00:54:44 First time build. Skipping changelog. 00:54:44 > git rev-list --no-walk 4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:54:46 + echo snap-build.sh 00:54:46 snap-build.sh 00:54:46 + SNAP_BASE_DIR=. 00:54:46 + '[' '!' -z /w/workspace/edgex-go/49 ']' 00:54:46 + SNAP_BASE_DIR=/w/workspace/edgex-go/49 00:54:46 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/49]' 00:54:46 [snap-build] Building snap in dir [/w/workspace/edgex-go/49] 00:54:46 + cd /w/workspace/edgex-go/49 00:54:46 + sudo apt-get remove -qy --purge lxd lxd-client 00:54:46 Reading package lists... 00:54:46 Building dependency tree... 00:54:46 Reading state information... 00:54:46 The following packages were automatically installed and are no longer required: 00:54:46 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:54:46 uidmap xdelta3 00:54:46 Use 'sudo apt autoremove' to remove them. 00:54:46 The following packages will be REMOVED: 00:54:46 lxd* lxd-client* 00:54:46 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:54:46 After this operation, 31.7 MB disk space will be freed. 00:54:47 (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:54:47 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:54:48 Removing lxd dnsmasq configuration 00:54:48 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:54:48 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:54:49 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:54:50 (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:54:50 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:54:50 Processing triggers for systemd (237-3ubuntu10.42) ... 00:54:51 Processing triggers for ureadahead (0.100.0-21) ... 00:54:52 + sudo snap remove --purge lxd 00:54:52 snap "lxd" is not installed 00:54:52 + sudo groupadd --force --system lxd 00:54:52 ++ whoami 00:54:52 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:54:52 + newgrp - lxd 00:54:52 + sudo snap install lxd 00:55:01 Removing intermediate container 4b7b92a43c95 00:55:01 ---> 3ea168c61517 00:55:01 00:55:01 Step 10/23 : FROM alpine:3.12 00:55:01 ---> afeebe901d6b 00:55:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:55:01 ---> Using cache 00:55:01 ---> 3c6aefe003b6 00:55:01 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:55:01 ---> Using cache 00:55:01 ---> a0c0fefc8c4c 00:55:01 Step 13/23 : ENV APP_PORT=48082 00:55:01 ---> Running in 603c3b7441c6 00:55:01 Removing intermediate container 603c3b7441c6 00:55:01 ---> f062c2f84b8e 00:55:01 Step 14/23 : EXPOSE $APP_PORT 00:55:01 ---> Running in 9ce8a70a5715 00:55:02 + mkdir -p /tmp/build/dist/linux 00:55:02 + cd /tmp/build/dist/linux 00:55:02 + git clone https://github.com/jwilder/dockerize.git . 00:55:02 Cloning into '.'... 00:55:02 Removing intermediate container 9ce8a70a5715 00:55:02 ---> 5af2ee1955fa 00:55:02 Step 15/23 : WORKDIR / 00:55:02 ---> Running in 6b8519244310 00:55:02 2021-01-27T00:54:59Z INFO Waiting for automatic snapd restart... 00:55:03 Removing intermediate container 6b8519244310 00:55:03 ---> c8a017545e2b 00:55:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:55:03 + go get github.com/robfig/glock 00:55:04  ---> 6332ee1e4121 00:55:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:55:06 ---> 85e0cba8f31a 00:55:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:55:07 ---> bf05a2f0c43c 00:55:07 Step 19/23 : ENTRYPOINT ["/core-command"] 00:55:07 ---> Running in e05a2671a1cb 00:55:08 Removing intermediate container e05a2671a1cb 00:55:08 ---> 5cc79b274bd5 00:55:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:55:08 ---> Running in fc2312ab8529 00:55:09 Removing intermediate container fc2312ab8529 00:55:09 ---> 3a500baf3086 00:55:09 Step 21/23 : LABEL arch=arm64 00:55:09 ---> Running in 8c34872c3c01 00:55:10 Removing intermediate container 8c34872c3c01 00:55:10 ---> c620892c1a3f 00:55:10 Step 22/23 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 00:55:10 ---> Running in 962bce3b0fdc 00:55:11 Removing intermediate container 962bce3b0fdc 00:55:11 ---> ed087b138f21 00:55:11 Step 23/23 : LABEL version=0.0.0 00:55:11 ---> Running in 6de5a13c3e8a 00:55:12 Removing intermediate container 6de5a13c3e8a 00:55:12 ---> f715e17b5789 00:55:12 00:55:12 Successfully built f715e17b5789 00:55:12 Successfully tagged docker-core-command-go-arm64:latest 00:55:15 lxd 4.10 from Canonical* installed 00:55:15 + sudo lxd init --auto 00:55:23 + sudo snap install --classic snapcraft 00:55:27 snapcraft 4.4.4 from Canonical* installed 00:55:27 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:55:27 + patch --verbose -p1 00:55:27 Hmm... Looks like a unified diff to me... 00:55:27 The text leading up to this was: 00:55:27 -------------------------- 00:55:27 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:55:27 |From: Tony Espy 00:55:27 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:55:27 |Subject: [PATCH] optimize snap build for pipeline CI check 00:55:27 | 00:55:27 |This patch is used by the EdgeX CI pipeline builds to 00:55:27 |optimize the snap CI check run for pull requests. When 00:55:27 |applied, it essentially strips out everything (apps and 00:55:27 |parts) from the snapcraft.yaml file except those required 00:55:27 |to build edgex-go, as the whole idea of the CI check is to 00:55:27 |catch changes to edgex-go that break the snap build. 00:55:27 | 00:55:27 |In general, anyone updating snapcraft.yaml will also need 00:55:27 |to update this patch file, otherwise it may fail to apply, 00:55:27 |resulting in a failed snap build CI check in the associated 00:55:27 |pull request. 00:55:27 | 00:55:27 |Note - in addition to applying this patch, the pipeline also 00:55:27 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:55:27 |need to build the finally binary .snap file (and it won't 00:55:27 |work with the patch applied). This further reduces the build 00:55:27 |time. 00:55:27 |--- 00:55:27 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:55:27 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:55:27 | 00:55:27 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:55:27 |index 1e537489..faf42425 100644 00:55:27 |--- a/snap/snapcraft.yaml 00:55:27 |+++ b/snap/snapcraft.yaml 00:55:27 -------------------------- 00:55:27 patching file snap/snapcraft.yaml 00:55:27 Using Plan A... 00:55:27 Hunk #1 succeeded at 73. 00:55:27 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 00:55:27 Hunk #3 succeeded at 214 (offset -1 lines). 00:55:27 Hunk #4 FAILED at 223. 00:55:27 Hunk #5 succeeded at 300. 00:55:27 Hunk #6 succeeded at 327. 00:55:27 Hunk #7 succeeded at 361. 00:55:27 Hunk #8 FAILED at 412. 00:55:27 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:55:27 Hmm... Ignoring the trailing garbage. 00:55:27 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:55:28 Failed in branch amd64 00:55:35  Building docker-core-command-go ... done + glock sync -n 00:55:40 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 00:55:40 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 00:55:40 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 00:55:40 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 00:55:40 + git describe '--abbrev=0' --tags 00:55:40 + TAG=v0.6.1 00:55:40 + LDFLAGS='-X main.buildVersion=v0.6.1' 00:55:40 + apk --print-arch 00:55:40 + arch=aarch64 00:55:40 + echo 'building [dockerize] for arm64 ... ' 00:55:40 building [dockerize] for arm64 ... 00:55:40 + GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize 00:55:47 Removing intermediate container 4923c191856d 00:55:47 ---> 299ff3c3c1c7 00:55:47 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:55:47 ---> Running in a8e854edcb05 00:55:48 + date 00:55:48 + echo 'Wed Jan 27 00:55:48 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 00:55:48 Wed Jan 27 00:55:48 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 00:55:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:55:52 Removing intermediate container a8e854edcb05 00:55:52 ---> 967d5c446aa9 00:55:52 00:55:52 Step 11/26 : FROM docker:20.10.0 00:55:53 20.10.0: Pulling from library/docker 00:56:00 Removing intermediate container 89e4f164c836 00:56:00 ---> 967d0a401f94 00:56:00 00:56:00 Step 11/33 : FROM alpine:3.12 00:56:00 ---> afeebe901d6b 00:56:00 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:56:00 ---> Running in ccd3faa17754 00:56:00 Removing intermediate container ccd3faa17754 00:56:00 ---> 5911ca09cc16 00:56:00 Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 00:56:01 ---> Running in d012bbc02d90 00:56:02 Removing intermediate container 0c1e5b016203 00:56:02 ---> 84a4d8a8bd56 00:56:02 00:56:02 Step 10/23 : FROM alpine:3.12 00:56:02 ---> afeebe901d6b 00:56:02 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:56:03 ---> Running in 5eff6723ac16 00:56:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:56:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:56:03 Removing intermediate container 5eff6723ac16 00:56:03 ---> a7fcc0aa6a2c 00:56:03 Step 12/23 : ENV APP_PORT=48080 00:56:04 ---> Running in cd44ff4ce11e 00:56:04 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:56:04 Status: Downloaded newer image for docker:20.10.0 00:56:04 ---> eeaf43b92773 00:56:04 Step 12/26 : RUN apk add --no-cache bash 00:56:04 ---> Running in 6585874b05b1 00:56:04 (1/3) Installing dumb-init (1.2.2-r1) 00:56:04 (2/3) Installing openssl (1.1.1i-r0) 00:56:04 (3/3) Installing su-exec (0.2-r1) 00:56:04 Executing busybox-1.31.1-r19.trigger 00:56:04 OK: 6 MiB in 17 packages 00:56:04 Removing intermediate container cd44ff4ce11e 00:56:04 ---> 404c6a88010d 00:56:04 Step 13/23 : EXPOSE $APP_PORT 00:56:04 ---> Running in 47d78c5fdc7a 00:56:05 Removing intermediate container 47d78c5fdc7a 00:56:05 ---> 5ebde91dc073 00:56:05 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:56:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:56:05 ---> Running in 476c2a17f4e1 00:56:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:56:05 Removing intermediate container d012bbc02d90 00:56:05 ---> 78909e7fd248 00:56:05 Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init 00:56:06 ---> Running in a7bc97f44696 00:56:06 (1/2) Installing readline (8.0.4-r0) 00:56:06 (2/2) Installing bash (5.0.17-r0) 00:56:06 Executing bash-5.0.17-r0.post-install 00:56:06 Executing busybox-1.31.1-r19.trigger 00:56:06 OK: 12 MiB in 22 packages 00:56:06 Removing intermediate container a7bc97f44696 00:56:06 ---> a57431692e88 00:56:06 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:56:06 ---> Running in 05811e8b790b 00:56:07 Removing intermediate container 05811e8b790b 00:56:07 ---> d658d19485e3 00:56:07 Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:56:07 ---> Running in 5960905485bb 00:56:07 Removing intermediate container 6585874b05b1 00:56:07 ---> d5a098e1f27e 00:56:07 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:56:08 ---> Running in 7aa051a7c690 00:56:08 Removing intermediate container 476c2a17f4e1 00:56:08 ---> 8fe998f27ec5 00:56:08 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:56:08 ---> Running in 760c966afef2 00:56:08 Removing intermediate container 7aa051a7c690 00:56:08 ---> cb02f30419b9 00:56:08 Step 14/26 : ENV APP_PORT=48090 00:56:08 ---> Running in 50fb4a596e0d 00:56:09 Removing intermediate container 50fb4a596e0d 00:56:09 ---> e3b76f19b8a4 00:56:09 Step 15/26 : EXPOSE $APP_PORT 00:56:09 ---> Running in 28a9fe63640c 00:56:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:56:10 Removing intermediate container 5960905485bb 00:56:10 ---> 05a08bc2004b 00:56:10 Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} 00:56:10 Removing intermediate container 28a9fe63640c 00:56:10 ---> 44aca6e8e9b1 00:56:10 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:56:10 ---> Running in 2e0193fa0f75 00:56:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:56:10 Removing intermediate container 2e0193fa0f75 00:56:10 ---> cd7b44115a30 00:56:10 Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . 00:56:11 (1/6) Installing dumb-init (1.2.2-r1) 00:56:11 (2/6) Installing libgcc (9.3.0-r2) 00:56:11 (3/6) Installing libsodium (1.0.18-r0) 00:56:11 (4/6) Installing libstdc++ (9.3.0-r2) 00:56:11 ---> e122741d211b 00:56:11 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:56:11 (5/6) Installing libzmq (4.3.3-r0) 00:56:12 (6/6) Installing zeromq (4.3.3-r0) 00:56:12 Executing busybox-1.31.1-r19.trigger 00:56:12 OK: 8 MiB in 20 packages 00:56:12 ---> f1993376f260 00:56:12 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:56:12 ---> 3c665e992fcf 00:56:12 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:56:13 ---> 1ff2ec3b0222 00:56:13 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:56:13 ---> Running in 6bbc11d9df3e 00:56:13 Removing intermediate container 760c966afef2 00:56:13 ---> 8a938938302d 00:56:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:56:13 ---> f65461bf0cbf 00:56:13 Step 19/26 : RUN apk --no-cache add py3-pip 00:56:14 ---> Running in 9c199c86ca7e 00:56:15 ---> d0d181acdab6 00:56:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:56:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:56:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:56:16 Removing intermediate container 6bbc11d9df3e 00:56:16 ---> 49913b3c1588 00:56:16 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 00:56:16 (1/33) Installing libbz2 (1.0.8-r1) 00:56:16 (2/33) Installing expat (2.2.9-r1) 00:56:16 (3/33) Installing libffi (3.3-r2) 00:56:16 (4/33) Installing gdbm (1.13-r1) 00:56:16 (5/33) Installing xz-libs (5.2.5-r0) 00:56:16 (6/33) Installing sqlite-libs (3.32.1-r0) 00:56:16 (7/33) Installing python3 (3.8.5-r0) 00:56:16 ---> 1ec2f4449aa7 00:56:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:56:18 ---> b39ad8385af4 00:56:18 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:56:18 ---> 348143ee02cc 00:56:18 Step 19/23 : ENTRYPOINT ["/core-data"] 00:56:18 (8/33) Installing py3-appdirs (1.4.4-r1) 00:56:18 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:56:18 (10/33) Installing py3-parsing (2.4.7-r0) 00:56:18 (11/33) Installing py3-six (1.15.0-r0) 00:56:18 (12/33) Installing py3-packaging (20.4-r0) 00:56:18 ---> Running in 1b5c3b712681 00:56:18 (13/33) Installing py3-setuptools (47.0.0-r0) 00:56:18 (14/33) Installing py3-chardet (3.0.4-r4) 00:56:18 (15/33) Installing py3-idna (2.9-r0) 00:56:18 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:56:18 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:56:19 (18/33) Installing py3-requests (2.23.0-r0) 00:56:19 (19/33) Installing py3-msgpack (1.0.0-r0) 00:56:19 (20/33) Installing py3-lockfile (0.12.2-r3) 00:56:19 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:56:19 (22/33) Installing py3-colorama (0.4.3-r0) 00:56:19 (23/33) Installing py3-distlib (0.3.0-r0) 00:56:19 (24/33) Installing py3-distro (1.5.0-r1) 00:56:19 (25/33) Installing py3-webencodings (0.5.1-r3) 00:56:19 (26/33) Installing py3-html5lib (1.0.1-r4) 00:56:19 (27/33) Installing py3-pytoml (0.1.21-r0) 00:56:19 Removing intermediate container 1b5c3b712681 00:56:19 ---> 73f06be5b11c 00:56:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:56:19 (28/33) Installing py3-pep517 (0.8.2-r0) 00:56:19 (29/33) Installing py3-progress (1.5-r0) 00:56:19 (30/33) Installing py3-toml (0.10.1-r0) 00:56:19 (31/33) Installing py3-retrying (1.3.3-r0) 00:56:19 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:56:19 ---> 7360cac0dc6c 00:56:19 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:56:19 (33/33) Installing py3-pip (20.1.1-r0) 00:56:19 ---> Running in dafec1909151 00:56:19 Executing busybox-1.31.1-r19.trigger 00:56:19 OK: 71 MiB in 55 packages 00:56:20 Removing intermediate container dafec1909151 00:56:20 ---> 9f5da25cd8b2 00:56:20 Step 21/23 : LABEL arch=arm64 00:56:20 ---> Running in 6930dc71631c 00:56:20 ---> 6346029a851d 00:56:20 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:56:20 Removing intermediate container 6930dc71631c 00:56:20 ---> 1eff2cd8c46d 00:56:20 Step 22/23 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 00:56:21 ---> Running in 972f0cffbeda 00:56:22 ---> e3ee12ba2290 00:56:22 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:56:22 Removing intermediate container 972f0cffbeda 00:56:22 ---> 735c4f1a6f0e 00:56:22 Step 23/23 : LABEL version=0.0.0 00:56:22 ---> Running in 66a9aa8b2ae4 00:56:23 Removing intermediate container 66a9aa8b2ae4 00:56:23 ---> c56048d8383e 00:56:23 00:56:23 ---> f248bd433cfc 00:56:23 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 00:56:23 Successfully built c56048d8383e 00:56:23 Successfully tagged docker-core-data-go-arm64:latest 00:56:24  Building docker-core-data-go ... done  ---> Running in df51772dc38b 00:56:24 Removing intermediate container df51772dc38b 00:56:24 ---> cc95df08a538 00:56:24 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:56:25 ---> b6e55601118e 00:56:25 Step 28/33 : RUN chmod +x /entrypoint.sh 00:56:26 Removing intermediate container 9c199c86ca7e 00:56:26 ---> e0350b33ab68 00:56:26 Step 20/26 : RUN pip install docker-compose==1.23.2 00:56:26 ---> Running in 622dcca26c07 00:56:26 ---> Running in c648bee564b8 00:56:29 Removing intermediate container 622dcca26c07 00:56:29 ---> 6f933a859bd6 00:56:29 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 00:56:29 ---> Running in 62e610619d2b 00:56:29 Removing intermediate container 62e610619d2b 00:56:29 ---> d14194edf9ba 00:56:29 Step 30/33 : CMD ["gate"] 00:56:29 ---> Running in f7d4df9667fc 00:56:30 Removing intermediate container f7d4df9667fc 00:56:30 ---> e5f8ca56523d 00:56:30 Step 31/33 : LABEL arch=arm64 00:56:30 ---> Running in fa53696c939f 00:56:31 Removing intermediate container fa53696c939f 00:56:31 ---> 2d7794ec6d75 00:56:31 Step 32/33 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 00:56:31 ---> Running in 8073047eaf8a 00:56:31 Collecting docker-compose==1.23.2 00:56:32 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:56:32 Removing intermediate container 8073047eaf8a 00:56:32 ---> 3a91e4de609d 00:56:32 Step 33/33 : LABEL version=0.0.0 00:56:32 ---> Running in 2072423e954d 00:56:32 Collecting docopt<0.7,>=0.6.1 00:56:32 Downloading docopt-0.6.2.tar.gz (25 kB) 00:56:33 Removing intermediate container 2072423e954d 00:56:33 ---> 1d936b5897ac 00:56:33 00:56:33 Successfully built 1d936b5897ac 00:56:33 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:56:35  Building docker-security-bootstrapper-go ... done Collecting cached-property<2,>=1.2.0 00:56:35 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:56:35 Collecting docker<4.0,>=3.6.0 00:56:35 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:56:35 Collecting dockerpty<0.5,>=0.4.1 00:56:35 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:56:38 Collecting PyYAML<4,>=3.10 00:56:38 Downloading PyYAML-3.13.tar.gz (270 kB) 00:56:41 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:56:41 Collecting jsonschema<3,>=2.5.1 00:56:41 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:56:41 Collecting websocket-client<1.0,>=0.32.0 00:56:41 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:56:43 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:56:43 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:56:43 Collecting texttable<0.10,>=0.9.0 00:56:43 Downloading texttable-0.9.1.tar.gz (11 kB) 00:56:45 Collecting docker-pycreds>=0.4.0 00:56:45 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:56:45 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:56:45 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:56:46 Collecting urllib3<1.25,>=1.21.1 00:56:46 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:56:46 Collecting idna<2.8,>=2.5 00:56:46 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:56:46 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:56:46 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:56:46 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:56:46 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:56:47 Installing collected packages: docopt, cached-property, websocket-client, urllib3, idna, requests, docker-pycreds, docker, dockerpty, PyYAML, jsonschema, texttable, docker-compose 00:56:47 Running setup.py install for docopt: started 00:56:49 Running setup.py install for docopt: finished with status 'done' 00:56:49 Attempting uninstall: urllib3 00:56:49 Found existing installation: urllib3 1.25.9 00:56:49 Uninstalling urllib3-1.25.9: 00:56:49 Successfully uninstalled urllib3-1.25.9 00:56:50 Attempting uninstall: idna 00:56:50 Found existing installation: idna 2.9 00:56:50 Uninstalling idna-2.9: 00:56:50 Successfully uninstalled idna-2.9 00:56:50 Attempting uninstall: requests 00:56:50 Found existing installation: requests 2.23.0 00:56:50 Uninstalling requests-2.23.0: 00:56:50 Successfully uninstalled requests-2.23.0 00:56:51 Running setup.py install for dockerpty: started 00:56:53 Running setup.py install for dockerpty: finished with status 'done' 00:56:53 Running setup.py install for PyYAML: started 00:56:55 Running setup.py install for PyYAML: finished with status 'done' 00:56:56 Running setup.py install for texttable: started 00:56:58 Running setup.py install for texttable: finished with status 'done' 00:56:58 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:57:02 Removing intermediate container c648bee564b8 00:57:02 ---> e1d2321270c5 00:57:02 Step 21/26 : RUN apk --no-cache add curl 00:57:02 ---> Running in f8c716aad5cd 00:57:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:57:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:57:04 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:57:04 (2/3) Installing libcurl (7.69.1-r3) 00:57:04 (3/3) Installing curl (7.69.1-r3) 00:57:04 Executing busybox-1.31.1-r19.trigger 00:57:04 OK: 71 MiB in 58 packages 00:57:05 Removing intermediate container f8c716aad5cd 00:57:05 ---> ae3811f3d920 00:57:05 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:57:05 ---> Running in 2177c14ea9b7 00:57:06 Removing intermediate container 2177c14ea9b7 00:57:06 ---> bd57ce544af4 00:57:06 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:57:06 ---> Running in 1d47294ef02c 00:57:06 Removing intermediate container 1d47294ef02c 00:57:06 ---> 238221e36b9e 00:57:06 Step 24/26 : LABEL arch=arm64 00:57:06 ---> Running in 72dc989d1a2b 00:57:07 Removing intermediate container 72dc989d1a2b 00:57:07 ---> 4b8ce76937be 00:57:07 Step 25/26 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 00:57:07 ---> Running in 6af5a6825d7e 00:57:07 Removing intermediate container 6af5a6825d7e 00:57:07 ---> 18ffb8e99c51 00:57:07 Step 26/26 : LABEL version=0.0.0 00:57:08 ---> Running in d912061f9252 00:57:08 Removing intermediate container d912061f9252 00:57:08 ---> fa5cc889509e 00:57:08 00:57:08 Successfully built fa5cc889509e 00:57:08 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:57:09  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:57:09 $ docker stop --time=1 fc70f3eadf4011b957a6f50b8a38d77db377a8c130b6e4bca94c7f179847ae4b 00:57:11 $ docker rm -f fc70f3eadf4011b957a6f50b8a38d77db377a8c130b6e4bca94c7f179847ae4b [Pipeline] // withDockerContainer [Pipeline] sh 00:57:11 + docker images 00:57:11 + grep docker 00:57:12 docker-sys-mgmt-agent-go-arm64 latest fa5cc889509e 3 seconds ago 300MB 00:57:12 docker-security-bootstrapper-go-arm64 latest 1d936b5897ac 39 seconds ago 31.9MB 00:57:12 docker-core-data-go-arm64 latest c56048d8383e 49 seconds ago 21MB 00:57:12 docker-core-command-go-arm64 latest f715e17b5789 2 minutes ago 15.4MB 00:57:12 docker-core-metadata-go-arm64 latest e8332459096b 4 minutes ago 17.7MB 00:57:12 docker-security-secretstore-setup-go-arm64 latest cac22f7d5e28 4 minutes ago 23.4MB 00:57:12 docker-support-scheduler-go-arm64 latest 69cf89f5e0ed 4 minutes ago 15.5MB 00:57:12 docker-support-notifications-go-arm64 latest e39539aa57f9 4 minutes ago 16MB 00:57:12 docker-security-proxy-setup-go-arm64 latest 21be5a434dcf 4 minutes ago 23.2MB 00:57:12 docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:57:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:57:15 ---> package-listing.sh 00:57:15 ++ facter osfamily 00:57:15 ++ tr '[:upper:]' '[:lower:]' 00:57:15 + OS_FAMILY=redhat 00:57:15 + workspace=/w/workspace/edgex-go/49 00:57:15 + START_PACKAGES=/tmp/packages_start.txt 00:57:15 + END_PACKAGES=/tmp/packages_end.txt 00:57:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:57:15 + PACKAGES=/tmp/packages_start.txt 00:57:15 + '[' /w/workspace/edgex-go/49 ']' 00:57:15 + PACKAGES=/tmp/packages_end.txt 00:57:15 + case "${OS_FAMILY}" in 00:57:15 + rpm -qa 00:57:15 + sort 00:57:21 + '[' -f /tmp/packages_start.txt ']' 00:57:21 + '[' -f /tmp/packages_end.txt ']' 00:57:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:57:21 + '[' /w/workspace/edgex-go/49 ']' 00:57:21 + mkdir -p /w/workspace/edgex-go/49/archives/ 00:57:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/49/archives/ [Pipeline] echo 00:57:21 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/49/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:57:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:57:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:57:21 00:57:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:57:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:57:22 alpine: Pulling from edgex-lftools-log-publisher 00:57:22 df20fa9351a1: Pulling fs layer 00:57:22 36b3adc4ff6f: Pulling fs layer 00:57:22 8ad3a11d3b57: Pulling fs layer 00:57:22 46f8f816bc3b: Pulling fs layer 00:57:22 93b61091891f: Pulling fs layer 00:57:22 93b9cdb0e59b: Pulling fs layer 00:57:22 5e14af77c1be: Pulling fs layer 00:57:22 01666e4c0597: Pulling fs layer 00:57:22 aa168da1d23b: Pulling fs layer 00:57:22 46f8f816bc3b: Waiting 00:57:22 93b61091891f: Waiting 00:57:22 93b9cdb0e59b: Waiting 00:57:22 01666e4c0597: Waiting 00:57:22 5e14af77c1be: Waiting 00:57:22 aa168da1d23b: Waiting 00:57:22 36b3adc4ff6f: Verifying Checksum 00:57:22 36b3adc4ff6f: Download complete 00:57:22 46f8f816bc3b: Verifying Checksum 00:57:22 46f8f816bc3b: Download complete 00:57:22 df20fa9351a1: Download complete 00:57:22 93b9cdb0e59b: Verifying Checksum 00:57:22 93b9cdb0e59b: Download complete 00:57:22 5e14af77c1be: Verifying Checksum 00:57:22 5e14af77c1be: Download complete 00:57:22 93b61091891f: Download complete 00:57:22 01666e4c0597: Verifying Checksum 00:57:22 01666e4c0597: Download complete 00:57:22 8ad3a11d3b57: Verifying Checksum 00:57:22 8ad3a11d3b57: Download complete 00:57:22 df20fa9351a1: Pull complete 00:57:23 36b3adc4ff6f: Pull complete 00:57:24 aa168da1d23b: Verifying Checksum 00:57:24 aa168da1d23b: Download complete 00:57:25 8ad3a11d3b57: Pull complete 00:57:25 46f8f816bc3b: Pull complete 00:57:26 93b61091891f: Pull complete 00:57:26 93b9cdb0e59b: Pull complete 00:57:26 5e14af77c1be: Pull complete 00:57:26 01666e4c0597: Pull complete 00:57:36 aa168da1d23b: Pull complete 00:57:36 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:57:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:57:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:57:36 prd-centos7-docker-4c-2g-22934 does not seem to be running inside a container 00:57:36 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/49/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/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@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:41 $ docker top b5240e54727626645a9b054f7046c2fe534130c49fe3b01c29f174fc7c00cd28 -eo pid,comm [Pipeline] { [Pipeline] sh 00:57:42 + touch /tmp/pre-build-complete [Pipeline] sh 00:57:42 + mkdir -p /var/log/sa [Pipeline] sh 00:57:42 + ls /var/log/sa-host 00:57:42 + sadf -c /var/log/sa-host/sa23 00:57:42 file_magic: OK 00:57:42 HZ: Using current value: 100 00:57:42 file_header: OK 00:57:42 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:42 Statistics: 00:57:42 Hnuu...uuuununununu... 00:57:42 File successfully converted to sysstat format version 12.2.1 00:57:42 + sadf -c /var/log/sa-host/sa27 00:57:42 file_magic: OK 00:57:42 HZ: Using current value: 100 00:57:42 file_header: OK 00:57:42 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:42 Statistics: 00:57:42 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... 00:57:42 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:57:42 provisioning config files... 00:57:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/49@tmp/config5804994749919176615tmp [Pipeline] { [Pipeline] echo 00:57:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:57:43 ---> create-netrc.sh [Pipeline] } 00:57:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:57:43 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:57:43 ---> python-tools-install.sh [Pipeline] echo 00:57:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:57:43 ---> sudo-logs.sh 00:57:43 Archiving 'sudo' log.. [Pipeline] echo 00:57:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:57:44 ---> job-cost.sh 00:57:44 lf-activate-venv: SKIPPING 00:57:44 INFO: No Stack... 00:57:45 INFO: Retrieving Pricing Info for: v1-standard-2 00:57:45 INFO: Archiving Costs [Pipeline] echo 00:57:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:57:46 ---> logs-deploy.sh 00:57:46 lf-activate-venv: SKIPPING 00:57:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/49 00:57:46 INFO: archiving workspace using pattern(s): 00:57:47 Archives upload complete. 00:57:47 INFO: archiving logs to Nexus