Pull request #2920 updated 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 0163c92eb67c845bff5e90a4dc6407d0e1146c78 rather than 9afced1f6966ba240c04c983fee117c0b614922b Obtained Jenkinsfile from 0163c92eb67c845bff5e90a4dc6407d0e1146c78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-14443’ Running on prd-centos7-docker-4c-2g-14445 in /w/workspace/edgexfoundry_edgex-go_PR-2920 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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 0163c92eb67c845bff5e90a4dc6407d0e1146c78 into PR head commit 9afced1f6966ba240c04c983fee117c0b614922b Merge succeeded, producing 1e323e510a116749d1afb4156ad19742f363f26f Checking out Revision 1e323e510a116749d1afb4156ad19742f363f26f (PR-2920) > 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/2920/head:refs/remotes/origin/PR-2920 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9afced1f6966ba240c04c983fee117c0b614922b # 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 0163c92eb67c845bff5e90a4dc6407d0e1146c78 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1e323e510a116749d1afb4156ad19742f363f26f # timeout=10 Commit message: "Merge commit '0163c92eb67c845bff5e90a4dc6407d0e1146c78' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:48:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:48:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:48:53 ========================================================= 03:48:53 EdgeX Global Pipelines Version Info 03:48:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk a5672df1e91d2a3d1af7cac68618d3e39032567c # timeout=10 03:48:55 ------------------- 03:48:55 stable info: 03:48:55 ------------------- 03:48:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:48:55 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 03:48:55 Message: update stable to v1.0.169 03:48:56 ------------------- 03:48:56 experimental info: 03:48:56 ------------------- 03:48:56 Commited By: **** collab-it+edgex@linuxfoundation.org 03:48:56 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 03:48:56 Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:48:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:48:56 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:48:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:48:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:48:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:48:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:48:57 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:48:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:48:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 03:48:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 03:48:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:48:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:48:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:48:58 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:48:58 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:48:58 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:48:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:48:58 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:48:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:48:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:48:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 03:48:58 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 03:48:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2920 [Pipeline] echo 03:48:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2920 [Pipeline] echo 03:48:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2920 [Pipeline] echo 03:48:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1e323e510a116749d1afb4156ad19742f363f26f [Pipeline] echo 03:48:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1e323e5 [Pipeline] echo 03:48:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:48:59 provisioning config files... 03:49:00 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config4476032966808025504tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:49:00 ---> docker-login.sh 03:49:00 nexus3.edgexfoundry.org:10001 03:49:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:49:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:49:00 Configure a credential helper to remove this warning. See 03:49:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:49:00 03:49:00 Login Succeeded 03:49:00 nexus3.edgexfoundry.org:10002 03:49:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:49:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:49:01 Configure a credential helper to remove this warning. See 03:49:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:49:01 03:49:01 Login Succeeded 03:49:01 nexus3.edgexfoundry.org:10003 03:49:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:49:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:49:01 Configure a credential helper to remove this warning. See 03:49:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:49:01 03:49:01 Login Succeeded 03:49:01 nexus3.edgexfoundry.org:10004 03:49:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:49:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:49:01 Configure a credential helper to remove this warning. See 03:49:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:49:01 03:49:01 Login Succeeded 03:49:01 docker.io 03:49:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:49:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:49:02 Configure a credential helper to remove this warning. See 03:49:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:49:02 03:49:02 Login Succeeded 03:49:02 ---> docker-login.sh ends [Pipeline] } 03:49:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:49:02 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 03:49:02 + for file in '`ls cmd/**/Dockerfile`' 03:49:02 ++ dirname cmd/core-command/Dockerfile 03:49:02 ++ cut -d/ -f2 03:49:02 + echo core-command,cmd/core-command/Dockerfile 03:49:02 + for file in '`ls cmd/**/Dockerfile`' 03:49:02 ++ dirname cmd/core-data/Dockerfile 03:49:02 ++ cut -d/ -f2 03:49:02 + echo core-data,cmd/core-data/Dockerfile 03:49:02 + for file in '`ls cmd/**/Dockerfile`' 03:49:02 ++ dirname cmd/core-metadata/Dockerfile 03:49:02 ++ cut -d/ -f2 03:49:02 + echo core-metadata,cmd/core-metadata/Dockerfile 03:49:02 + for file in '`ls cmd/**/Dockerfile`' 03:49:02 ++ dirname cmd/security-bootstrap-redis/Dockerfile 03:49:02 ++ cut -d/ -f2 03:49:02 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 03:49:02 + for file in '`ls cmd/**/Dockerfile`' 03:49:02 ++ dirname cmd/security-proxy-setup/Dockerfile 03:49:02 ++ cut -d/ -f2 03:49:02 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:49:02 + for file in '`ls cmd/**/Dockerfile`' 03:49:02 ++ dirname cmd/security-secrets-setup/Dockerfile 03:49:02 ++ cut -d/ -f2 03:49:02 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 03:49:02 + for file in '`ls cmd/**/Dockerfile`' 03:49:02 ++ dirname cmd/security-secretstore-setup/Dockerfile 03:49:02 ++ cut -d/ -f2 03:49:02 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:49:02 + for file in '`ls cmd/**/Dockerfile`' 03:49:02 ++ dirname cmd/support-notifications/Dockerfile 03:49:02 ++ cut -d/ -f2 03:49:02 + echo support-notifications,cmd/support-notifications/Dockerfile 03:49:02 + for file in '`ls cmd/**/Dockerfile`' 03:49:02 ++ dirname cmd/support-scheduler/Dockerfile 03:49:02 ++ cut -d/ -f2 03:49:02 + echo support-scheduler,cmd/support-scheduler/Dockerfile 03:49:02 + for file in '`ls cmd/**/Dockerfile`' 03:49:02 ++ dirname cmd/sys-mgmt-agent/Dockerfile 03:49:02 ++ cut -d/ -f2 03:49:02 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 03:49:02 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-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 03:49:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:49:03 03:49:03 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:49:04 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:49:04 latest: Pulling from edgex-devops/git-semver 03:49:04 31603596830f: Pulling fs layer 03:49:04 2a8b12db71e7: Pulling fs layer 03:49:04 6ca5941a6612: Pulling fs layer 03:49:04 ecc8261a40a4: Pulling fs layer 03:49:04 ecc8261a40a4: Waiting 03:49:04 2a8b12db71e7: Verifying Checksum 03:49:04 2a8b12db71e7: Download complete 03:49:04 31603596830f: Verifying Checksum 03:49:04 31603596830f: Download complete 03:49:04 ecc8261a40a4: Verifying Checksum 03:49:04 ecc8261a40a4: Download complete 03:49:04 6ca5941a6612: Verifying Checksum 03:49:04 6ca5941a6612: Download complete 03:49:04 31603596830f: Pull complete 03:49:04 2a8b12db71e7: Pull complete 03:49:05 6ca5941a6612: Pull complete 03:49:05 ecc8261a40a4: Pull complete 03:49:05 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:49:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:49:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:49:05 prd-centos7-docker-4c-2g-14445 does not seem to be running inside a container 03:49:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:49:08 $ docker top bcabb989d9b1ff49217d07bdcfbbb9bc4b6079201dc3624417b21b0c12b871ed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:49:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:49:08 [ssh-agent] Looking for ssh-agent implementation... 03:49:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:49:09 $ docker exec bcabb989d9b1ff49217d07bdcfbbb9bc4b6079201dc3624417b21b0c12b871ed ssh-agent 03:49:09 SSH_AUTH_SOCK=/tmp/ssh-L9I7f1EXlNUY/agent.11 03:49:09 SSH_AGENT_PID=16 03:49:09 Running ssh-add (command line suppressed) 03:49:09 Identity added: /w/workspace/edgex-go/6@tmp/private_key_7844321731737282368.key (/w/workspace/edgex-go/6@tmp/private_key_7844321731737282368.key) 03:49:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:49:09 + git tag --points-at HEAD [Pipeline] } 03:49:09 $ docker exec --env ******** --env ******** bcabb989d9b1ff49217d07bdcfbbb9bc4b6079201dc3624417b21b0c12b871ed ssh-agent -k 03:49:10 unset SSH_AUTH_SOCK; 03:49:10 unset SSH_AGENT_PID; 03:49:10 echo Agent pid 16 killed; 03:49:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:49:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:49:10 [ssh-agent] Looking for ssh-agent implementation... 03:49:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:49:10 $ docker exec bcabb989d9b1ff49217d07bdcfbbb9bc4b6079201dc3624417b21b0c12b871ed ssh-agent 03:49:10 SSH_AUTH_SOCK=/tmp/ssh-8Rk3TP4oYKPD/agent.46 03:49:10 SSH_AGENT_PID=51 03:49:10 Running ssh-add (command line suppressed) 03:49:10 Identity added: /w/workspace/edgex-go/6@tmp/private_key_8985146192747181711.key (/w/workspace/edgex-go/6@tmp/private_key_8985146192747181711.key) 03:49:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:49:11 + git semver init 03:49:11 # -> Open(): unable to determine branch for HEAD 03:49:11 # $GIT_DIR = /w/workspace/edgex-go/6/.git 03:49:11 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 03:49:11 # $SEMVER_REMOTE_NAME = origin 03:49:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:49:11 # $SEMVER_USER_NAME = edgex-jenkins 03:49:11 # $SEMVER_BRANCH = PR-2920 03:49:11 # $SEMVER_TEMP = /tmp/semver-209509470 03:49:11 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 03:49:33 # '/tmp/semver-209509470' -> '/w/workspace/edgex-go/6/.semver' 03:49:33 # -> Force: false 03:49:33 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 03:49:33 $ docker exec --env ******** --env ******** bcabb989d9b1ff49217d07bdcfbbb9bc4b6079201dc3624417b21b0c12b871ed ssh-agent -k 03:49:33 unset SSH_AUTH_SOCK; 03:49:33 unset SSH_AGENT_PID; 03:49:33 echo Agent pid 51 killed; 03:49:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:49:34 + git semver [Pipeline] } 03:49:34 $ docker stop --time=1 bcabb989d9b1ff49217d07bdcfbbb9bc4b6079201dc3624417b21b0c12b871ed 03:49:35 $ docker rm -f bcabb989d9b1ff49217d07bdcfbbb9bc4b6079201dc3624417b21b0c12b871ed [Pipeline] // withDockerContainer [Pipeline] sh 03:49:36 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:49:36 Stashed 1 file(s) [Pipeline] echo 03:49:36 [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 03:49:37 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:49:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:49:38 + sudo service docker restart 03:49:38 + true 03:49:38 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 03:49:38 ========================================================= 03:49:38 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:49:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:49:39 + 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 . 03:49:42 Sending build context to Docker daemon 326.2MB 03:49:42 Step 1/7 : ARG BASE=golang:1.15-alpine 03:49:42 Step 2/7 : FROM ${BASE} 03:49:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:49:42 188c0c94c7c5: Pulling fs layer 03:49:42 0ef7d3d256c8: Pulling fs layer 03:49:42 de9db76c5a1d: Pulling fs layer 03:49:42 bca2f99d35d6: Pulling fs layer 03:49:42 93359f2a8cfa: Pulling fs layer 03:49:42 7c6f9722023f: Pulling fs layer 03:49:42 a35cf1a2eb13: Pulling fs layer 03:49:42 bca2f99d35d6: Waiting 03:49:42 93359f2a8cfa: Waiting 03:49:42 7c6f9722023f: Waiting 03:49:42 a35cf1a2eb13: Waiting 03:49:42 de9db76c5a1d: Verifying Checksum 03:49:42 de9db76c5a1d: Download complete 03:49:42 0ef7d3d256c8: Verifying Checksum 03:49:42 0ef7d3d256c8: Download complete 03:49:42 93359f2a8cfa: Download complete 03:49:43 7c6f9722023f: Verifying Checksum 03:49:43 7c6f9722023f: Download complete 03:49:43 188c0c94c7c5: Verifying Checksum 03:49:43 188c0c94c7c5: Download complete 03:49:43 188c0c94c7c5: Pull complete 03:49:43 0ef7d3d256c8: Pull complete 03:49:45 a35cf1a2eb13: Verifying Checksum 03:49:45 a35cf1a2eb13: Download complete 03:49:45 de9db76c5a1d: Pull complete 03:49:45 bca2f99d35d6: Verifying Checksum 03:49:45 bca2f99d35d6: Download complete 03:49:52 Still waiting to schedule task 03:49:52 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 03:49:52 bca2f99d35d6: Pull complete 03:49:52 93359f2a8cfa: Pull complete 03:49:52 7c6f9722023f: Pull complete 03:49:56 a35cf1a2eb13: Pull complete 03:49:56 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:49:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:49:56 ---> a62c8e92a672 03:49:56 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 03:49:56 ---> Running in 293ff53a7a53 03:49:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:49:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:49:58 (1/12) Installing libmagic (5.38-r0) 03:49:58 (2/12) Installing file (5.38-r0) 03:49:58 (3/12) Installing libc-dev (0.7.2-r3) 03:49:58 (4/12) Installing g++ (9.3.0-r2) 03:50:20 (5/12) Installing fortify-headers (1.1-r0) 03:50:20 (6/12) Installing patch (2.7.6-r6) 03:50:20 (7/12) Installing build-base (0.5-r2) 03:50:20 (8/12) Installing libsodium (1.0.18-r0) 03:50:20 (9/12) Installing pkgconf (1.7.2-r0) 03:50:20 (10/12) Installing libsodium-dev (1.0.18-r0) 03:50:20 (11/12) Installing libzmq (4.3.3-r0) 03:50:20 (12/12) Installing zeromq-dev (4.3.3-r0) 03:50:20 Executing busybox-1.31.1-r19.trigger 03:50:20 OK: 233 MiB in 51 packages 03:50:23 Removing intermediate container 293ff53a7a53 03:50:23 ---> 2338f56e46e4 03:50:23 Step 4/7 : WORKDIR /edgex-go 03:50:23 ---> Running in f939e43e4ee8 03:50:23 Removing intermediate container f939e43e4ee8 03:50:23 ---> cf5571c65f00 03:50:23 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 03:50:24 latest: Pulling from library/docker 03:50:24 188c0c94c7c5: Already exists 03:50:24 0c7c675703d6: Pulling fs layer 03:50:24 cc8c12a437cb: Pulling fs layer 03:50:24 f092543453df: Pulling fs layer 03:50:24 65b6bc45957d: Pulling fs layer 03:50:24 4de832df471b: Pulling fs layer 03:50:24 79aa7fa92271: Pulling fs layer 03:50:24 65b6bc45957d: Waiting 03:50:24 4de832df471b: Waiting 03:50:24 79aa7fa92271: Waiting 03:50:24 0c7c675703d6: Verifying Checksum 03:50:24 0c7c675703d6: Download complete 03:50:24 65b6bc45957d: Verifying Checksum 03:50:24 65b6bc45957d: Download complete 03:50:24 4de832df471b: Verifying Checksum 03:50:24 4de832df471b: Download complete 03:50:24 79aa7fa92271: Verifying Checksum 03:50:24 79aa7fa92271: Download complete 03:50:24 0c7c675703d6: Pull complete 03:50:24 cc8c12a437cb: Pull complete 03:50:25 f092543453df: Download complete 03:50:28 f092543453df: Pull complete 03:50:28 65b6bc45957d: Pull complete 03:50:28 4de832df471b: Pull complete 03:50:28 79aa7fa92271: Pull complete 03:50:28 Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a 03:50:28 Status: Downloaded newer image for docker:latest 03:50:30 ---> 62f64edbcce0 03:50:30 Step 6/7 : COPY go.mod . 03:50:30 ---> 78c8438f11d9 03:50:30 Step 7/7 : RUN go mod download 03:50:30 ---> Running in 06a19429f329 03:50:52 Removing intermediate container 06a19429f329 03:50:52 ---> 4d0fbf852898 03:50:52 Successfully built 4d0fbf852898 03:50:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:50:52 + docker inspect -f . ci-base-image-x86_64 03:50:52 . [Pipeline] withDockerContainer 03:50:52 prd-centos7-docker-4c-2g-14445 does not seem to be running inside a container 03:50:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-x86_64 cat 03:50:53 $ docker top 4a0c1ac670da399b8ef87e5701b1d23fad52794d00105c0acbfd65440caf82b8 -eo pid,comm [Pipeline] { [Pipeline] sh 03:50:54 + go version 03:50:54 go version go1.15.5 linux/amd64 [Pipeline] } 03:50:54 $ docker stop --time=1 4a0c1ac670da399b8ef87e5701b1d23fad52794d00105c0acbfd65440caf82b8 03:50:55 $ docker rm -f 4a0c1ac670da399b8ef87e5701b1d23fad52794d00105c0acbfd65440caf82b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:50:56 + docker inspect -f . ci-base-image-x86_64 03:50:56 . [Pipeline] withDockerContainer 03:50:56 prd-centos7-docker-4c-2g-14445 does not seem to be running inside a container 03:50: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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-x86_64 cat 03:50:57 $ docker top a798e8bec1e6c646da88db2332a1c471bcd24752e4168143c87e798112b5eb75 -eo pid,comm [Pipeline] { [Pipeline] echo 03:50:57 ========================================================= 03:50:57 [edgeXBuildGoParallel] Running Tests and Build... 03:50:57 ========================================================= [Pipeline] sh 03:50:57 + make test 03:50:57 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:51:08 ? github.com/edgexfoundry/edgex-go [no test files] 03:51:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:51:27 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:51:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:51:27 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:51:27 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 03:51:27 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:51:27 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:51:30 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.046s 03:51:30 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:51:30 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:51:31 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:51:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:51:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:51:31 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:51:32 Running on prd-ubuntu18.04-docker-arm64-4c-16g-14446 in /w/workspace/edgexfoundry_edgex-go_PR-2920 [Pipeline] { [Pipeline] ws 03:51:32 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 03:51:34 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.080s coverage: 46.6% of statements 03:51:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:51:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:51:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:51:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:51:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:51:37 using credential edgex-jenkins-ssh 03:51:37 Cloning the remote Git repository 03:51:37 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:51:37 > git init /w/workspace/edgex-go/6 # timeout=10 03:51:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:51:38 > git --version # timeout=10 03:51:38 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.201s coverage: 27.1% of statements 03:51:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:51:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:51:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:51:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:51:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:51:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:51:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements 03:51:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:51:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements 03:51:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:51:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:51:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.398s coverage: 66.4% of statements 03:51:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:51:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:51:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.113s coverage: 82.7% of statements 03:51:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:51:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:51:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 03:51:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:51:38 > git --version # 'git version 2.17.1' 03:51:38 using GIT_SSH to set credentials SSH Credentials for GitHub 03:51:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:51:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.367s coverage: 28.6% of statements 03:51:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:51:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:51:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:51:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:51:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:51:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements 03:51:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:51:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.060s coverage: 100.0% of statements 03:51:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:51:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.099s coverage: 86.7% of statements 03:51:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:51:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.108s coverage: 97.5% of statements 03:51:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:51:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.088s coverage: 78.3% of statements 03:51:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:51:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:51:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:51:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:51:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.292s coverage: 94.7% of statements 03:51:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:51:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:51:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:51:42 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:51:42 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:51:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:51:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:51:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:51:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:51:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:51:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:51:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:51:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:51:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:51:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 03:51:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 03:51:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:51:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:51:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:51:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:51:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.040s coverage: 58.8% of statements 03:51:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:51:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:51:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.1% of statements 03:51:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:51:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:51:42 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:51:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:51:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.025s coverage: 100.0% of statements 03:51:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:51:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.053s coverage: 75.5% of statements 03:51:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.077s coverage: 80.8% of statements 03:51:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.088s coverage: 87.2% of statements 03:51:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 03:51:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.032s coverage: 100.0% of statements 03:51:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:51:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.190s coverage: 63.5% of statements 03:51:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:51:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:51:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.042s coverage: 100.0% of statements 03:51:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements 03:51:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 03:51:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.028s coverage: 73.7% of statements 03:51:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 03:51:45 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.339s coverage: 55.9% of statements 03:51:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:51:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:51:45 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 03:51:45 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 03:51:45 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 03:51:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 03:51:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:51:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:51:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:51:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:51:52 using GIT_SSH to set credentials SSH Credentials for GitHub 03:51:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2920/head:refs/remotes/origin/PR-2920 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:51:53 Merging remotes/origin/master commit 0163c92eb67c845bff5e90a4dc6407d0e1146c78 into PR head commit 9afced1f6966ba240c04c983fee117c0b614922b 03:51:54 Merge succeeded, producing c245aa0a24db32861af594f7620bc37071109388 03:51:54 Checking out Revision c245aa0a24db32861af594f7620bc37071109388 (PR-2920) 03:51:53 > git config core.sparsecheckout # timeout=10 03:51:53 > git checkout -f 9afced1f6966ba240c04c983fee117c0b614922b # timeout=10 03:51:53 > git remote # timeout=10 03:51:53 > git config --get remote.origin.url # timeout=10 03:51:53 using GIT_SSH to set credentials SSH Credentials for GitHub 03:51:53 > git merge 0163c92eb67c845bff5e90a4dc6407d0e1146c78 # timeout=10 03:51:54 > git rev-parse HEAD^{commit} # timeout=10 03:51:54 > git config core.sparsecheckout # timeout=10 03:51:54 > git checkout -f c245aa0a24db32861af594f7620bc37071109388 # timeout=10 03:51:58 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.042s coverage: 86.3% of statements 03:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 03:51:58 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.134s coverage: 72.2% of statements 03:51:58 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.477s coverage: 72.1% of statements 03:51:58 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.047s coverage: 82.4% of statements 03:51:58 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.048s coverage: 48.4% of statements 03:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 03:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 03:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 03:51:58 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.046s coverage: 28.8% of statements 03:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 03:51:58 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.043s coverage: 96.8% of statements 03:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 03:51:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.090s coverage: 37.2% of statements 03:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:51:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.286s coverage: 84.1% of statements 03:51:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements 03:51:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.104s coverage: 47.1% of statements 03:51:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:51:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:51:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.033s coverage: 100.0% of statements 03:51:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:51:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:51:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:51:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.074s coverage: 100.0% of statements 03:51:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:51:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 03:51:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:51:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.636s coverage: 29.1% of statements 03:51:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:51:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:51:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:51:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:51:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:51:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.081s coverage: 99.0% of statements 03:51:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:51:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements 03:51:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:51:58 ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements 03:51:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:51:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements 03:51:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:51:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:51:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:51:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:51:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements 03:51:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:51:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:51:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements 03:51:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.029s coverage: 32.1% of statements 03:51:58 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 03:51:58 GO111MODULE=on go vet ./... 03:51:58 Commit message: "Merge commit '0163c92eb67c845bff5e90a4dc6407d0e1146c78' into HEAD" 03:51:58 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:51:58 > git rev-list --no-walk a5672df1e91d2a3d1af7cac68618d3e39032567c # timeout=10 03:52:00 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:52:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:52:01 + sudo service docker restart 03:52:01 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:52:03 provisioning config files... 03:52:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config686433372650328176tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:52:03 ---> docker-login.sh 03:52:03 nexus3.edgexfoundry.org:10001 03:52:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:52:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:52:05 Configure a credential helper to remove this warning. See 03:52:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:52:05 03:52:05 Login Succeeded 03:52:05 nexus3.edgexfoundry.org:10002 03:52:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:52:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:52:05 Configure a credential helper to remove this warning. See 03:52:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:52:05 03:52:05 Login Succeeded 03:52:05 nexus3.edgexfoundry.org:10003 03:52:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:52:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:52:06 Configure a credential helper to remove this warning. See 03:52:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:52:06 03:52:06 Login Succeeded 03:52:06 nexus3.edgexfoundry.org:10004 03:52:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:52:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:52:06 Configure a credential helper to remove this warning. See 03:52:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:52:06 03:52:06 Login Succeeded 03:52:06 docker.io 03:52:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:52:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:52:07 Configure a credential helper to remove this warning. See 03:52:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:52:07 03:52:07 Login Succeeded 03:52:07 ---> docker-login.sh ends [Pipeline] } 03:52:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:52:08 ========================================================= 03:52:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:52:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:52:08 + 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 . 03:52:10 Sending build context to Docker daemon 165.6MB 03:52:10 Step 1/7 : ARG BASE=golang:1.15-alpine 03:52:10 Step 2/7 : FROM ${BASE} 03:52:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:52:10 5f621e34cdf4: Pulling fs layer 03:52:10 a4357932f1b6: Pulling fs layer 03:52:10 18c013af1878: Pulling fs layer 03:52:10 00ac8860ef70: Pulling fs layer 03:52:10 63d7cb157983: Pulling fs layer 03:52:10 b116817d02f9: Pulling fs layer 03:52:10 745a02a5169b: Pulling fs layer 03:52:10 00ac8860ef70: Waiting 03:52:10 63d7cb157983: Waiting 03:52:10 b116817d02f9: Waiting 03:52:10 745a02a5169b: Waiting 03:52:10 a4357932f1b6: Verifying Checksum 03:52:10 a4357932f1b6: Download complete 03:52:10 18c013af1878: Verifying Checksum 03:52:10 18c013af1878: Download complete 03:52:10 63d7cb157983: Verifying Checksum 03:52:10 63d7cb157983: Download complete 03:52:10 5f621e34cdf4: Verifying Checksum 03:52:10 5f621e34cdf4: Download complete 03:52:11 b116817d02f9: Verifying Checksum 03:52:11 b116817d02f9: Download complete 03:52:12 5f621e34cdf4: Pull complete 03:52:12 a4357932f1b6: Pull complete 03:52:13 18c013af1878: Pull complete 03:52:14 745a02a5169b: Download complete 03:52:15 00ac8860ef70: Verifying Checksum 03:52:15 00ac8860ef70: Download complete 03:52:25 gofmt -l . 03:52:25 [ "`gofmt -l .`" = "" ] 03:52:25 ./bin/test-go-mod-tidy.sh 03:52:25 ./bin/test-attribution-txt.sh [Pipeline] sh 03:52:25 00ac8860ef70: Pull complete 03:52:25 63d7cb157983: Pull complete 03:52:25 + ls -al . 03:52:25 total 648 03:52:25 drwxrwxr-x 10 1001 1001 4096 Dec 4 03:52 . 03:52:25 drwxr-xr-x 4 root root 28 Dec 4 03:50 .. 03:52:25 -rw-rw-r-- 1 1001 1001 11 Dec 4 03:48 .dockerignore 03:52:25 drwxrwxr-x 8 1001 1001 179 Dec 4 03:48 .git 03:52:25 drwxrwxr-x 3 1001 1001 125 Dec 4 03:48 .github 03:52:25 -rw-rw-r-- 1 1001 1001 971 Dec 4 03:48 .gitignore 03:52:25 drwx------ 3 1001 1001 47 Dec 4 03:49 .semver 03:52:25 -rw-rw-r-- 1 1001 1001 166 Dec 4 03:48 .sonarcloud.properties 03:52:25 -rw-rw-r-- 1 1001 1001 3804 Dec 4 03:48 CONTRIBUTING.md 03:52:25 -rw-rw-r-- 1 1001 1001 1035 Dec 4 03:48 Dockerfile.build 03:52:25 -rw-rw-r-- 1 1001 1001 863 Dec 4 03:48 Jenkinsfile 03:52:25 -rw-rw-r-- 1 1001 1001 10775 Dec 4 03:48 LICENSE 03:52:25 -rw-rw-r-- 1 1001 1001 6318 Dec 4 03:48 Makefile 03:52:25 -rw-rw-r-- 1 1001 1001 6447 Dec 4 03:48 README.md 03:52:25 -rw-rw-r-- 1 1001 1001 259 Dec 4 03:48 SECURITY.md 03:52:25 -rw-rw-r-- 1 1001 1001 5 Dec 4 03:49 VERSION 03:52:25 -rw-rw-r-- 1 1001 1001 4131 Dec 4 03:48 ZMQWindows.md 03:52:25 drwxrwxr-x 2 1001 1001 117 Dec 4 03:48 bin 03:52:25 drwxrwxr-x 15 1001 1001 4096 Dec 4 03:48 cmd 03:52:25 -rw-r--r-- 1 root root 555226 Dec 4 03:51 coverage.out 03:52:25 -rw-r--r-- 1 root root 1041 Dec 4 03:52 go.mod 03:52:25 -rw-r--r-- 1 root root 18856 Dec 4 03:52 go.sum 03:52:25 drwxrwxr-x 8 1001 1001 127 Dec 4 03:48 internal 03:52:25 drwxrwxr-x 4 1001 1001 26 Dec 4 03:48 openapi 03:52:25 drwxrwxr-x 4 1001 1001 71 Dec 4 03:48 snap 03:52:25 -rw-rw-r-- 1 1001 1001 168 Dec 4 03:48 version.go [Pipeline] sh 03:52:25 + '[' -e coverage.out ] 03:52:25 + chown 1001:1001 coverage.out [Pipeline] stash 03:52:26 Stashed 1 file(s) [Pipeline] sh 03:52:26 b116817d02f9: Pull complete 03:52:26 + make build 03:52:26 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 03:52:30 745a02a5169b: Pull complete 03:52:30 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:52:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:52:30 ---> b7e6874047d6 03:52:30 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 03:52:30 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 03:52:33 ---> Running in 2069d835a021 03:52:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:52:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:52:37 (1/12) Installing libmagic (5.38-r0) 03:52:37 (2/12) Installing file (5.38-r0) 03:52:37 (3/12) Installing libc-dev (0.7.2-r3) 03:52:38 (4/12) Installing g++ (9.3.0-r2) 03:52:38 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 03:52:39 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 03:52:41 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 03:52:41 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 03:52:42 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 03:52:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 03:52:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 03:52:46 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 03:52:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:52:48 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 03:52:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 03:52:51 $ docker stop --time=1 a798e8bec1e6c646da88db2332a1c471bcd24752e4168143c87e798112b5eb75 03:52:52 $ docker rm -f a798e8bec1e6c646da88db2332a1c471bcd24752e4168143c87e798112b5eb75 03:52:53 (5/12) Installing fortify-headers (1.1-r0) 03:52:53 (6/12) Installing patch (2.7.6-r6) 03:52:53 (7/12) Installing build-base (0.5-r2) 03:52:53 (8/12) Installing libsodium (1.0.18-r0) 03:52:53 (9/12) Installing pkgconf (1.7.2-r0) 03:52:53 (10/12) Installing libsodium-dev (1.0.18-r0) 03:52:53 (11/12) Installing libzmq (4.3.3-r0) 03:52:53 (12/12) Installing zeromq-dev (4.3.3-r0) 03:52:53 Executing busybox-1.31.1-r19.trigger 03:52:53 OK: 217 MiB in 51 packages [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:52:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:52:54 03:52:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 03:52:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:52:55 latest: Pulling from edgex-devops/edgex-compose 03:52:55 cbdbe7a5bc2a: Pulling fs layer 03:52:55 ca9280d653b3: Pulling fs layer 03:52:55 7e9c9ca2126c: Pulling fs layer 03:52:55 cbdbe7a5bc2a: Verifying Checksum 03:52:55 cbdbe7a5bc2a: Download complete 03:52:55 Removing intermediate container 2069d835a021 03:52:55 ---> 0547223d6b09 03:52:55 Step 4/7 : WORKDIR /edgex-go 03:52:55 ---> Running in 7db3fd024b62 03:52:56 Removing intermediate container 7db3fd024b62 03:52:56 ---> a301192d20dc 03:52:56 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 03:52:56 cbdbe7a5bc2a: Pull complete 03:52:56 ca9280d653b3: Verifying Checksum 03:52:56 ca9280d653b3: Download complete 03:52:57 latest: Pulling from library/docker 03:52:57 5f621e34cdf4: Already exists 03:52:57 85db56a05063: Pulling fs layer 03:52:57 ccb67d6aeaaa: Pulling fs layer 03:52:57 de930078acea: Pulling fs layer 03:52:57 d5a9d88a4785: Pulling fs layer 03:52:57 e7f15c1544d5: Pulling fs layer 03:52:57 877c515997d3: Pulling fs layer 03:52:57 d5a9d88a4785: Waiting 03:52:57 e7f15c1544d5: Waiting 03:52:57 877c515997d3: Waiting 03:52:57 ccb67d6aeaaa: Verifying Checksum 03:52:57 ccb67d6aeaaa: Download complete 03:52:57 85db56a05063: Verifying Checksum 03:52:57 85db56a05063: Download complete 03:52:57 d5a9d88a4785: Verifying Checksum 03:52:57 d5a9d88a4785: Download complete 03:52:57 ca9280d653b3: Pull complete 03:52:57 e7f15c1544d5: Verifying Checksum 03:52:57 e7f15c1544d5: Download complete 03:52:57 877c515997d3: Verifying Checksum 03:52:57 877c515997d3: Download complete 03:52:57 7e9c9ca2126c: Verifying Checksum 03:52:57 7e9c9ca2126c: Download complete 03:52:58 85db56a05063: Pull complete 03:52:58 ccb67d6aeaaa: Pull complete 03:52:59 de930078acea: Verifying Checksum 03:52:59 de930078acea: Download complete 03:53:02 de930078acea: Pull complete 03:53:02 d5a9d88a4785: Pull complete 03:53:03 e7f15c1544d5: Pull complete 03:53:03 877c515997d3: Pull complete 03:53:03 Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a 03:53:03 Status: Downloaded newer image for docker:latest 03:53:04 7e9c9ca2126c: Pull complete 03:53:04 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 03:53:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:53:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 03:53:04 prd-centos7-docker-4c-2g-14445 does not seem to be running inside a container 03:53:04 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:53:07 ---> 00e340bb0535 03:53:07 Step 6/7 : COPY go.mod . 03:53:07 ---> 88c5a1e2b536 03:53:07 Step 7/7 : RUN go mod download 03:53:07 $ docker top 6dcf6a70b32d9aca526edede295eee0a354dc9e0cb7993d0d74d47e1e377db1d -eo pid,comm 03:53:07 ---> Running in 98e14b019a2f [Pipeline] { [Pipeline] sh 03:53:08 + docker-compose build --help 03:53:08 + grep parallel 03:53:09 --parallel Build images in parallel. [Pipeline] } 03:53:09 $ docker stop --time=1 6dcf6a70b32d9aca526edede295eee0a354dc9e0cb7993d0d74d47e1e377db1d 03:53:10 $ docker rm -f 6dcf6a70b32d9aca526edede295eee0a354dc9e0cb7993d0d74d47e1e377db1d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:53:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:53:11 . [Pipeline] withDockerContainer 03:53:11 prd-centos7-docker-4c-2g-14445 does not seem to be running inside a container 03:53:11 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 03:53:11 $ docker top 8e2ba93b6bcea4e99c6a950758e7bc856498dabedf916d90f0e62a1c128dcea9 -eo pid,comm [Pipeline] { [Pipeline] sh 03:53:12 + docker-compose -f ./docker-compose-build.yml build --parallel 03:53:13 Building docker-core-command-go ... 03:53:13 Building docker-core-data-go ... 03:53:13 Building docker-core-metadata-go ... 03:53:13 Building docker-security-bootstrap-redis-go ... 03:53:13 Building docker-security-proxy-setup-go ... 03:53:13 Building docker-security-secrets-setup-go ... 03:53:13 Building docker-security-secretstore-setup-go ... 03:53:13 Building docker-support-notifications-go ... 03:53:13 Building docker-support-scheduler-go ... 03:53:13 Building docker-sys-mgmt-agent-go ... 03:53:13 Building docker-security-bootstrap-redis-go 03:53:13 Building docker-security-secretstore-setup-go 03:53:13 Building docker-sys-mgmt-agent-go 03:53:13 Building docker-security-secrets-setup-go 03:53:13 Building docker-core-data-go 03:53:34 Removing intermediate container 98e14b019a2f 03:53:34 ---> ad73217958d9 03:53:34 Successfully built ad73217958d9 03:53:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:53:34 + docker inspect -f . ci-base-image-arm64 03:53:34 . [Pipeline] withDockerContainer 03:53:36 prd-ubuntu18.04-docker-arm64-4c-16g-14446 does not seem to be running inside a container 03:53:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-arm64 cat 03:53:37 $ docker top e18e7f2f8744e91d11129a5a9d36facca364c2e0fa62ef4db7ac3c563ebd405e -eo pid,comm [Pipeline] { [Pipeline] sh 03:53:38 + go version 03:53:38 go version go1.15.5 linux/arm64 [Pipeline] } 03:53:39 $ docker stop --time=1 e18e7f2f8744e91d11129a5a9d36facca364c2e0fa62ef4db7ac3c563ebd405e 03:53:40 $ docker rm -f e18e7f2f8744e91d11129a5a9d36facca364c2e0fa62ef4db7ac3c563ebd405e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:53:42 + docker inspect -f . ci-base-image-arm64 03:53:42 . [Pipeline] withDockerContainer 03:53:42 prd-ubuntu18.04-docker-arm64-4c-16g-14446 does not seem to be running inside a container 03:53:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-arm64 cat 03:53:43 $ docker top 570b4550969522fcd87fa3204666f1fd2e48104cc9c1d9a302d6b7261c7c2924 -eo pid,comm [Pipeline] { [Pipeline] echo 03:53:44 ========================================================= 03:53:44 [edgeXBuildGoParallel] Running Tests and Build... 03:53:44 ========================================================= [Pipeline] sh 03:53:44 + make test 03:53:44 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:53:46 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 03:53:46 Step 2/27 : FROM ${BUILDER_BASE} AS builder 03:53:46 ---> 4d0fbf852898 03:53:46 Step 3/27 : WORKDIR /edgex-go 03:53:46 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 03:53:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:53:46 ---> 4d0fbf852898 03:53:46 Step 3/24 : WORKDIR /edgex-go 03:53:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 03:53:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:53:46 ---> 4d0fbf852898 03:53:46 Step 3/22 : WORKDIR /edgex-go 03:53:46 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 03:53:46 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 03:53:46 ---> 4d0fbf852898 03:53:46 Step 3/29 : WORKDIR /edgex-go 03:53:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 03:53:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:53:46 ---> 4d0fbf852898 03:53:46 Step 3/23 : WORKDIR /edgex-go 03:53:46 ---> Running in e8b9da037b39 03:53:46 ---> Running in 74ae9aa101a9 03:53:46 ---> Running in 78c065dd7ae3 03:53:46 ---> Running in aed492bfae81 03:53:46 ---> Running in 74f5d9c0fa6e 03:53:46 Removing intermediate container 74ae9aa101a9 03:53:46 ---> d2f606fb6202 03:53:46 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:53:46 Removing intermediate container e8b9da037b39 03:53:46 ---> 80b9973c8dbf 03:53:46 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:53:46 Removing intermediate container aed492bfae81 03:53:46 ---> b5052219550a 03:53:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:53:46 Removing intermediate container 78c065dd7ae3 03:53:46 ---> e003df1249ae 03:53:46 Step 4/29 : RUN apk update && apk add make git 03:53:46 Removing intermediate container 74f5d9c0fa6e 03:53:46 ---> 5fa75a5096af 03:53:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:53:46 ---> Running in f7b0e550dce8 03:53:46 ---> Running in 206a143b3915 03:53:46 ---> Running in cd5192fea2a6 03:53:46 ---> Running in 77428f21f761 03:53:46 ---> Running in e0980daf7192 03:53:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:53:48 Removing intermediate container 206a143b3915 03:53:48 ---> 1ed19159f6d3 03:53:48 Step 5/22 : RUN apk update && apk add make git 03:53:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:53:48 ---> Running in db4a8a8fcd63 03:53:48 Removing intermediate container f7b0e550dce8 03:53:48 ---> 92252841e6f3 03:53:48 Step 5/27 : RUN apk update && apk add make bash git 03:53:48 Removing intermediate container cd5192fea2a6 03:53:48 ---> f57f8123907e 03:53:48 Step 5/24 : RUN apk update && apk add make git 03:53:48 ---> Running in 0390a1d126ec 03:53:48 ---> Running in d0ca01b3be8a 03:53:48 Removing intermediate container e0980daf7192 03:53:48 ---> 9c3442ae3854 03:53:48 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 03:53:49 ---> Running in 6e195e13bcb0 03:53:49 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:53:49 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:53:49 OK: 12745 distinct packages available 03:53:49 OK: 233 MiB in 51 packages 03:53:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:53:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:53:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:53:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:53:49 Removing intermediate container 77428f21f761 03:53:49 ---> 74e1c1ec7501 03:53:49 Step 5/29 : COPY go.mod . 03:53:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:53:50 ---> 5dbfdd53879e 03:53:50 Step 6/29 : RUN go mod download 03:53:50 ---> Running in 580fc0d9ea21 03:53:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:53:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:53:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:53:50 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:53:50 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:53:50 OK: 12745 distinct packages available 03:53:50 OK: 233 MiB in 51 packages 03:53:50 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:53:50 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:53:50 OK: 12745 distinct packages available 03:53:51 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:53:51 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:53:51 OK: 12745 distinct packages available 03:53:51 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:53:51 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:53:51 OK: 12745 distinct packages available 03:53:51 OK: 233 MiB in 51 packages 03:53:51 OK: 233 MiB in 51 packages 03:53:51 OK: 233 MiB in 51 packages 03:53:51 Removing intermediate container db4a8a8fcd63 03:53:51 ---> 77abe5c5a44f 03:53:51 Step 6/22 : COPY go.mod . 03:53:52 ---> cee846059091 03:53:52 Step 7/22 : RUN go mod download 03:53:52 ---> Running in b5e0fdf14c8d 03:53:52 Removing intermediate container 0390a1d126ec 03:53:52 ---> 43580cbda982 03:53:52 Step 6/27 : COPY go.mod . 03:53:52 Removing intermediate container d0ca01b3be8a 03:53:52 ---> 59b11b17c9f1 03:53:52 Step 6/24 : COPY go.mod . 03:53:52 Removing intermediate container 580fc0d9ea21 03:53:52 ---> 3de7fdf61845 03:53:52 Step 7/29 : COPY . . 03:53:52 ---> 741508b215a4 03:53:52 Step 7/27 : RUN go mod download 03:53:52 Removing intermediate container 6e195e13bcb0 03:53:52 ---> 9df69247ed26 03:53:52 Step 6/23 : COPY go.mod . 03:53:52 ---> Running in 4cbbe0f4d61c 03:53:52 ---> f22ad8bdb9ef 03:53:52 Step 7/24 : RUN go mod download 03:53:53 ---> Running in 75871d3d14f4 03:53:54 ---> 993d194027f3 03:53:54 Step 7/23 : RUN go mod download 03:53:55 ---> Running in 35cb557268d9 03:53:58 Removing intermediate container b5e0fdf14c8d 03:53:58 ---> 4b160453ece1 03:53:58 Step 8/22 : COPY . . 03:54:02 Removing intermediate container 4cbbe0f4d61c 03:54:02 ---> 5a24a7d6308f 03:54:02 Step 8/27 : COPY . . 03:54:07 ? github.com/edgexfoundry/edgex-go [no test files] 03:54:12 Removing intermediate container 75871d3d14f4 03:54:12 ---> 202b4318401a 03:54:12 Step 8/24 : COPY . . 03:54:13 Removing intermediate container 35cb557268d9 03:54:13 ---> 26194f3e556c 03:54:13 Step 8/23 : COPY . . 03:54:31 ---> fc9db9c7b4ae 03:54:31 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 03:54:31 ---> Running in a7d9f4f1b458 03:54:35 ---> 6d0603946df3 03:54:35 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 03:54:38 ---> 69d792dfe123 03:54:38 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:54:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 03:54:40 ---> Running in 586a77598038 03:54:40 ---> Running in e278f67d6c0c 03:54:43 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 03:54:43 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 03:54:45 ---> 1b6756dc2923 03:54:45 Step 9/23 : RUN make cmd/core-data/core-data 03:54:46 ---> Running in 8b3c2612c7ea 03:54:46 ---> 4fef77e02aad 03:54:46 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:54:46 ---> Running in a7a7ace2f7a4 03:54:46 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:54:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:54:47 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 03:55:08 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:55:08 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:55:08 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:55:08 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 03:55:08 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:55:08 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:55:09 Removing intermediate container a7d9f4f1b458 03:55:09 ---> 8a33908125f4 03:55:09 03:55:09 Step 9/29 : FROM alpine:latest 03:55:09 latest: Pulling from library/alpine 03:55:09 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 03:55:09 Status: Downloaded newer image for alpine:latest 03:55:09 ---> d6e46aa2470d 03:55:09 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 03:55:09 ---> Running in 2bf60f76ef6a 03:55:09 Removing intermediate container 2bf60f76ef6a 03:55:09 ---> 9358bfd882fa 03:55:09 Step 11/29 : USER root 03:55:09 ---> Running in face846612d3 03:55:09 Removing intermediate container face846612d3 03:55:09 ---> fb5fbd588725 03:55:09 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 03:55:09 ---> Running in 12ac09022ecd 03:55:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:55:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:55:11 v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 03:55:11 v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 03:55:11 OK: 12746 distinct packages available 03:55:11 (1/2) Installing ca-certificates (20191127-r4) 03:55:11 (2/2) Installing dumb-init (1.2.2-r1) 03:55:11 Executing busybox-1.31.1-r19.trigger 03:55:11 Executing ca-certificates-20191127-r4.trigger 03:55:11 OK: 6 MiB in 16 packages 03:55:12 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.058s 03:55:12 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:55:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:55:12 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 03:55:12 Removing intermediate container e278f67d6c0c 03:55:12 ---> 91af0aad35f8 03:55:12 03:55:12 Step 10/22 : FROM alpine:3.10 03:55:12 3.10: Pulling from library/alpine 03:55:13 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:55:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:55:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:55:13 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:55:13 Removing intermediate container 586a77598038 03:55:13 ---> 8d223dea7f86 03:55:13 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:55:14 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 03:55:14 Status: Downloaded newer image for alpine:3.10 03:55:14 ---> be4e4bea2c2e 03:55:14 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 03:55:14 Removing intermediate container 12ac09022ecd 03:55:14 ---> f7386847df62 03:55:14 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 03:55:14 ---> Running in 74e32d7603ae 03:55:15 ---> Running in 1d9daa43cccf 03:55:15 ---> Running in f1386bacc0b1 03:55:15 Removing intermediate container f1386bacc0b1 03:55:15 ---> 442e238c3376 03:55:15 Step 14/29 : WORKDIR $BASE_DIR 03:55:15 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 03:55:15 ---> Running in f28e202460c5 03:55:16 Removing intermediate container f28e202460c5 03:55:16 ---> 439a211d7b23 03:55:16 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 03:55:16 ---> Running in 85b3d8375603 03:55:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 03:55:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 03:55:16 v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 03:55:16 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 03:55:16 OK: 10348 distinct packages available 03:55:16 (1/5) Installing ca-certificates (20191127-r2) 03:55:16 (2/5) Installing nghttp2-libs (1.39.2-r1) 03:55:16 (3/5) Installing libcurl (7.66.0-r1) 03:55:16 (4/5) Installing curl (7.66.0-r1) 03:55:16 (5/5) Installing dumb-init (1.2.2-r1) 03:55:16 Executing busybox-1.30.1-r3.trigger 03:55:16 Executing ca-certificates-20191127-r2.trigger 03:55:16 OK: 7 MiB in 19 packages 03:55:19 Removing intermediate container 74e32d7603ae 03:55:19 ---> 266568cf8f41 03:55:19 03:55:19 Step 11/27 : FROM docker:latest 03:55:19 ---> b0757c55a1fd 03:55:19 Step 12/27 : RUN apk add --no-cache bash 03:55:19 Removing intermediate container a7a7ace2f7a4 03:55:19 ---> b278a73a520d 03:55:19 03:55:19 Step 10/24 : FROM alpine:3.10 03:55:19 ---> be4e4bea2c2e 03:55:19 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 03:55:20 ---> Running in 8bd42d7b21ab 03:55:20 ---> Running in 91d02a4d0c13 03:55:20 Removing intermediate container 85b3d8375603 03:55:20 ---> 1199b50643b8 03:55:20 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 03:55:20 Removing intermediate container 1d9daa43cccf 03:55:20 ---> ecef3735a1fb 03:55:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 03:55:20 ---> Running in 05d7506b3760 03:55:23 Removing intermediate container 05d7506b3760 03:55:23 ---> e30443d7f8f6 03:55:23 Step 13/22 : WORKDIR / 03:55:23 ---> 8353f69b0a0f 03:55:23 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 03:55:23 ---> Running in 56652cbcb765 03:55:23 Removing intermediate container 8b3c2612c7ea 03:55:23 ---> 30c3aa27955b 03:55:23 03:55:23 Step 10/23 : FROM alpine 03:55:23 ---> d6e46aa2470d 03:55:23 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:55:23 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.324s coverage: 46.6% of statements 03:55:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:55:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:55:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:55:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:55:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:55:23 ---> Running in 48bb15b47ad0 03:55:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 03:55:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:55:23 ---> 938b5535445d 03:55:23 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 03:55:23 Removing intermediate container 56652cbcb765 03:55:23 ---> 9affd0148154 03:55:23 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 03:55:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 03:55:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:55:24 Removing intermediate container 48bb15b47ad0 03:55:24 ---> be8e84e994e7 03:55:24 Step 12/23 : ENV APP_PORT=48080 03:55:24 ---> Running in f427692840db 03:55:24 v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 03:55:24 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 03:55:24 OK: 10348 distinct packages available 03:55:24 (1/2) Installing readline (8.0.4-r0) 03:55:24 (2/2) Installing bash (5.0.17-r0) 03:55:24 Executing bash-5.0.17-r0.post-install 03:55:24 Executing busybox-1.31.1-r19.trigger 03:55:24 OK: 12 MiB in 22 packages 03:55:24 ---> 227836ded264 03:55:24 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 03:55:24 ---> 8e4bf083d60d 03:55:24 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 03:55:24 (1/5) Installing ca-certificates (20191127-r2) 03:55:24 (2/5) Installing nghttp2-libs (1.39.2-r1) 03:55:24 (3/5) Installing libcurl (7.66.0-r1) 03:55:24 (4/5) Installing curl (7.66.0-r1) 03:55:24 (5/5) Installing dumb-init (1.2.2-r1) 03:55:24 Executing busybox-1.30.1-r3.trigger 03:55:24 Executing ca-certificates-20191127-r2.trigger 03:55:24 OK: 7 MiB in 19 packages 03:55:24 Removing intermediate container f427692840db 03:55:24 ---> 2a139565e3fb 03:55:24 Step 13/23 : EXPOSE $APP_PORT 03:55:25 ---> Running in 92540fb0d75b 03:55:25 ---> d4753e87ec9b 03:55:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 03:55:26 ---> b24551289f37 03:55:26 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 03:55:26 Removing intermediate container 92540fb0d75b 03:55:26 ---> 6ed81c13950f 03:55:26 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:55:26 ---> a1fe8f501bb3 03:55:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 03:55:26 ---> 7574fc13cba4 03:55:26 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 03:55:26 ---> Running in fa0ecc33dd4e 03:55:26 Removing intermediate container 8bd42d7b21ab 03:55:26 ---> 7e321ef879f9 03:55:26 Step 13/27 : RUN rm -rf /var/cache/apk/* 03:55:27 ---> dfeadca54959 03:55:27 Step 18/22 : RUN chmod +x entrypoint.sh 03:55:27 Removing intermediate container 91d02a4d0c13 03:55:27 ---> a75aee85cf58 03:55:27 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:55:27 ---> Running in 56ae15bc07e0 03:55:27 ---> Running in 736ffaeb1651 03:55:27 ---> Running in 32c66cdfb31a 03:55:27 ---> Running in 5b1cfb05c52e 03:55:27 Removing intermediate container 32c66cdfb31a 03:55:27 ---> db3665a5221b 03:55:27 Step 13/24 : WORKDIR / 03:55:29 ---> Running in 4b8c61676d7f 03:55:29 Removing intermediate container 4b8c61676d7f 03:55:29 ---> 01d4109fe88c 03:55:29 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:55:29 Removing intermediate container fa0ecc33dd4e 03:55:29 ---> a52d69a5a853 03:55:29 Step 15/23 : RUN apk --no-cache add zeromq 03:55:29 ---> Running in bf2a2306ec13 03:55:29 ---> 3e3e92bb1210 03:55:29 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:55:30 Removing intermediate container 56ae15bc07e0 03:55:30 ---> e0fecd7affb3 03:55:30 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 03:55:30 ---> 947ac087d38d 03:55:30 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:55:30 Removing intermediate container 736ffaeb1651 03:55:30 ---> 88239787ac7d 03:55:30 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:55:30 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.521s coverage: 27.1% of statements 03:55:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:55:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:55:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:55:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:55:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:55:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:55:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements 03:55:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:55:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.097s coverage: 100.0% of statements 03:55:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:55:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:55:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.511s coverage: 66.4% of statements 03:55:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:55:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:55:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.297s coverage: 82.7% of statements 03:55:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:55:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:55:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 03:55:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:55:30 ---> Running in ea92692af2c0 03:55:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:55:30 ---> 54ee087f35dc 03:55:30 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:55:30 Removing intermediate container 5b1cfb05c52e 03:55:30 ---> 01457239b01f 03:55:30 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 03:55:30 ---> Running in ddc2345808da 03:55:30 ---> Running in 125a1cb7b76c 03:55:30 ---> 483cbbe7b330 03:55:30 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:55:30 Removing intermediate container ea92692af2c0 03:55:30 ---> d1fe6ea2f93f 03:55:30 Step 15/27 : ENV APP_PORT=48090 03:55:31 ---> Running in 596bde6eaaed 03:55:31 Removing intermediate container ddc2345808da 03:55:31 ---> b259e7fd8487 03:55:31 Step 20/22 : LABEL arch=x86_64 03:55:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:55:31 ---> 7ef51f20fed5 03:55:31 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:55:31 ---> Running in 71fba4b2ce4c 03:55:31 Removing intermediate container 596bde6eaaed 03:55:31 ---> 7c0f42d5af07 03:55:31 Step 16/27 : EXPOSE $APP_PORT 03:55:31 ---> Running in 21f7059f2116 03:55:31 Removing intermediate container 71fba4b2ce4c 03:55:31 ---> a10029515be1 03:55:31 Step 21/22 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f 03:55:32 ---> Running in 505549ea9f33 03:55:32 Removing intermediate container 21f7059f2116 03:55:32 ---> b6a97e05a871 03:55:32 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:55:32 ---> 93659833ea17 03:55:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:55:32 (1/5) Installing libgcc (9.3.0-r2) 03:55:32 (2/5) Installing libsodium (1.0.18-r0) 03:55:32 Removing intermediate container 505549ea9f33 03:55:32 ---> 336b8a8596e1 03:55:32 Step 22/22 : LABEL version=0.0.0 03:55:32 (3/5) Installing libstdc++ (9.3.0-r2) 03:55:32 ---> Running in e5f0fff481c4 03:55:32 Removing intermediate container 125a1cb7b76c 03:55:32 ---> 03d26165f5b6 03:55:32 Step 24/29 : RUN chmod 755 security-secrets-setup 03:55:32 ---> bdde6398151d 03:55:32 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:55:32 ---> 21ec83d8993c 03:55:32 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:55:32 (4/5) Installing libzmq (4.3.3-r0) 03:55:32 ---> Running in 7db07a6cb832 03:55:32 ---> Running in 3ec1c47551db 03:55:32 (5/5) Installing zeromq (4.3.3-r0) 03:55:32 Removing intermediate container e5f0fff481c4 03:55:32 ---> 5cd691012d1d 03:55:32 03:55:32 Executing busybox-1.31.1-r19.trigger 03:55:33 OK: 8 MiB in 19 packages 03:55:33 ---> 8ce8a59f2573 03:55:33 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:55:33 Successfully built 5cd691012d1d 03:55:33 Successfully tagged docker-security-bootstrap-redis-go:latest 03:55:33 Building docker-core-metadata-go 03:55:33  Building docker-security-bootstrap-redis-go ... done  ---> bee69fbd2594 03:55:33 Step 20/27 : RUN apk --no-cache add py3-pip 03:55:33 ---> Running in 1fe7b621ff99 03:55:33 Removing intermediate container bf2a2306ec13 03:55:33 ---> e8be8d06fdcc 03:55:33 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 03:55:36 ---> 8f141a95e203 03:55:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:55:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:55:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:55:36 (1/33) Installing libbz2 (1.0.8-r1) 03:55:36 (2/33) Installing expat (2.2.9-r1) 03:55:36 (3/33) Installing libffi (3.3-r2) 03:55:36 (4/33) Installing gdbm (1.13-r1) 03:55:37 (5/33) Installing xz-libs (5.2.5-r0) 03:55:37 (6/33) Installing sqlite-libs (3.32.1-r0) 03:55:37 (7/33) Installing python3 (3.8.5-r0) 03:55:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.191s coverage: 28.6% of statements 03:55:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:55:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:55:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:55:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:55:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:55:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.160s coverage: 100.0% of statements 03:55:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:55:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements 03:55:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:55:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.344s coverage: 86.7% of statements 03:55:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:55:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.357s coverage: 97.5% of statements 03:55:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:55:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.148s coverage: 78.3% of statements 03:55:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:55:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:55:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:55:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:55:45 Removing intermediate container 3ec1c47551db 03:55:45 ---> 74877785623a 03:55:45 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 03:55:45 ---> b0b6a3691608 03:55:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:55:45 (8/33) Installing py3-appdirs (1.4.4-r1) 03:55:45 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:55:45 Removing intermediate container 7db07a6cb832 03:55:45 ---> 5680cf12303b 03:55:45 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 03:55:45 (10/33) Installing py3-parsing (2.4.7-r0) 03:55:45 (11/33) Installing py3-six (1.15.0-r0) 03:55:45 (12/33) Installing py3-packaging (20.4-r0) 03:55:45 (13/33) Installing py3-setuptools (47.0.0-r0) 03:55:45 (14/33) Installing py3-chardet (3.0.4-r4) 03:55:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.084s coverage: 94.7% of statements 03:55:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:55:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:55:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:55:45 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 03:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 03:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:55:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.073s coverage: 58.8% of statements 03:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:55:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.165s coverage: 0.1% of statements 03:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:55:45 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:55:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:55:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.080s coverage: 100.0% of statements 03:55:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:55:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements 03:55:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.079s coverage: 80.8% of statements 03:55:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.126s coverage: 87.2% of statements 03:55:46 (15/33) Installing py3-idna (2.9-r0) 03:55:46 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:55:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.161s coverage: 84.2% of statements 03:55:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.064s coverage: 100.0% of statements 03:55:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:55:46 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:55:46 ---> Running in 6a24e81bbd8a 03:55:46 (18/33) Installing py3-requests (2.23.0-r0) 03:55:46 (19/33) Installing py3-msgpack (1.0.0-r0) 03:55:47 (20/33) Installing py3-lockfile (0.12.2-r3) 03:55:47 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:55:47 (22/33) Installing py3-colorama (0.4.3-r0) 03:55:47 ---> Running in b637dfcf2141 03:55:48 (23/33) Installing py3-distlib (0.3.0-r0) 03:55:48 ---> ca82865b0f9c 03:55:48 Step 19/23 : ENTRYPOINT ["/core-data"] 03:55:48 (24/33) Installing py3-distro (1.5.0-r1) 03:55:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 03:55:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:55:48 (25/33) Installing py3-webencodings (0.5.1-r3) 03:55:49 (26/33) Installing py3-html5lib (1.0.1-r4) 03:55:49 ---> 4d0fbf852898 03:55:49 Step 3/22 : WORKDIR /edgex-go 03:55:49 (27/33) Installing py3-pytoml (0.1.21-r0) 03:55:49 Removing intermediate container 6a24e81bbd8a 03:55:49 ---> 354bdae6abb2 03:55:49 Step 22/24 : LABEL arch=x86_64 03:55:49 ---> Using cache 03:55:49 ---> b5052219550a 03:55:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:55:49 ---> Using cache 03:55:49 ---> 1ed19159f6d3 03:55:49 Step 5/22 : RUN apk update && apk add make git 03:55:49 ---> Using cache 03:55:49 ---> 77abe5c5a44f 03:55:49 Step 6/22 : COPY go.mod . 03:55:49 ---> Using cache 03:55:49 ---> cee846059091 03:55:49 Step 7/22 : RUN go mod download 03:55:49 ---> Using cache 03:55:49 ---> 4b160453ece1 03:55:49 Step 8/22 : COPY . . 03:55:49 (28/33) Installing py3-pep517 (0.8.2-r0) 03:55:49 ---> Running in 6708e63cd774 03:55:49 (29/33) Installing py3-progress (1.5-r0) 03:55:50 (30/33) Installing py3-toml (0.10.1-r0) 03:55:50 Removing intermediate container b637dfcf2141 03:55:50 ---> 4dd1966382c8 03:55:50 Step 26/29 : CMD [ "generate" ] 03:55:50 (31/33) Installing py3-retrying (1.3.3-r0) 03:55:50 ---> Using cache 03:55:50 ---> 6d0603946df3 03:55:50 Step 9/22 : RUN make cmd/core-metadata/core-metadata 03:55:50 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:55:50 (33/33) Installing py3-pip (20.1.1-r0) 03:55:50 ---> Running in 24ffa3092184 03:55:50 Executing busybox-1.31.1-r19.trigger 03:55:50 OK: 71 MiB in 55 packages 03:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.563s coverage: 63.5% of statements 03:55:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:55:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.094s coverage: 100.0% of statements 03:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.105s coverage: 91.3% of statements 03:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.082s coverage: 100.0% of statements 03:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements 03:55:50 ---> Running in d534c95679dc 03:55:50 ---> Running in 1784f22609c3 03:55:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements 03:55:51 Removing intermediate container 6708e63cd774 03:55:51 ---> 2bfab4f278bd 03:55:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:55:51 Removing intermediate container 24ffa3092184 03:55:51 ---> 2a5a0eedc682 03:55:51 Step 23/24 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f 03:55:51 ---> Running in 0ced1fdb27f2 03:55:51 ---> Running in 71a92a16f5b7 03:55:51 Removing intermediate container 1784f22609c3 03:55:51 ---> 804657c087ff 03:55:51 Step 27/29 : LABEL arch=x86_64 03:55:51 ---> Running in ff8e751b3f9c 03:55:51 Removing intermediate container 0ced1fdb27f2 03:55:51 ---> 89bd68155447 03:55:51 Step 21/23 : LABEL arch=x86_64 03:55:51 Removing intermediate container 71a92a16f5b7 03:55:51 ---> ba1bc1fdf127 03:55:51 Step 24/24 : LABEL version=0.0.0 03:55:51 ---> Running in d981cf48e43b 03:55:52 ---> Running in 139cda69a6cf 03:55:52 Removing intermediate container ff8e751b3f9c 03:55:52 ---> 55302d7cdefb 03:55:52 Step 28/29 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f 03:55:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:55:53 Removing intermediate container d981cf48e43b 03:55:53 ---> 9ac76e17b72c 03:55:53 Step 22/23 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f 03:55:53 ---> Running in 33594d064e1e 03:55:54 Removing intermediate container 139cda69a6cf 03:55:54 ---> 8cd8754c1448 03:55:54 03:55:54 Successfully built 8cd8754c1448 03:55:54 ---> Running in c308c1966b31 03:55:55 Successfully tagged docker-security-secretstore-setup-go:latest 03:55:55 Building docker-support-scheduler-go 03:55:55  Building docker-security-secretstore-setup-go ... done Removing intermediate container 33594d064e1e 03:55:55 ---> 0704e65b67fd 03:55:55 Step 29/29 : LABEL version=0.0.0 03:55:56 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.839s coverage: 55.9% of statements 03:55:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:55:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:55:56 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 03:55:56 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 03:55:56 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 03:55:56 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 03:56:01 ---> Running in 997c5e6c1a2c 03:56:01 Removing intermediate container c308c1966b31 03:56:01 ---> f39a7d42809a 03:56:01 Step 23/23 : LABEL version=0.0.0 03:56:03 Removing intermediate container 1fe7b621ff99 03:56:03 ---> b7d109fec17f 03:56:03 Step 21/27 : RUN pip install docker-compose==1.23.2 03:56:03 ---> Running in 6e9a67ea0580 03:56:03 Removing intermediate container 997c5e6c1a2c 03:56:03 ---> 361d32fd3d01 03:56:03 03:56:03 ---> Running in 07e5ed0221d9 03:56:03 Successfully built 361d32fd3d01 03:56:03 Successfully tagged docker-security-secrets-setup-go:latest 03:56:03  Building docker-security-secrets-setup-go ... done Building docker-core-command-go 03:56:03 Removing intermediate container 6e9a67ea0580 03:56:03 ---> b1edd8fa4d42 03:56:03 03:56:04 Successfully built b1edd8fa4d42 03:56:04 Successfully tagged docker-core-data-go:latest 03:56:04 Building docker-support-notifications-go 03:56:16  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 03:56:16 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:56:16 Collecting texttable<0.10,>=0.9.0 03:56:16 Downloading texttable-0.9.1.tar.gz (11 kB) 03:56:18 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 03:56:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:56:18 ---> 4d0fbf852898 03:56:18 Step 3/21 : WORKDIR /edgex-go 03:56:18 ---> Using cache 03:56:18 ---> b5052219550a 03:56:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:56:18 ---> Using cache 03:56:18 ---> 1ed19159f6d3 03:56:18 Step 5/21 : RUN apk update && apk add make git 03:56:18 ---> Using cache 03:56:18 ---> 77abe5c5a44f 03:56:18 Step 6/21 : COPY go.mod . 03:56:18 ---> Using cache 03:56:18 ---> cee846059091 03:56:18 Step 7/21 : RUN go mod download 03:56:18 ---> Using cache 03:56:18 ---> 4b160453ece1 03:56:18 Step 8/21 : COPY . . 03:56:18 ---> Using cache 03:56:18 ---> 6d0603946df3 03:56:18 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 03:56:19 ---> Running in 16f87bfbc475 03:56:20 Collecting websocket-client<1.0,>=0.32.0 03:56:20 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 03:56:22 Collecting PyYAML<4,>=3.10 03:56:22 Downloading PyYAML-3.13.tar.gz (270 kB) 03:56:27 Collecting docker<4.0,>=3.6.0 03:56:27 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:56:27 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 03:56:27 Collecting dockerpty<0.5,>=0.4.1 03:56:27 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:56:28 Collecting jsonschema<3,>=2.5.1 03:56:28 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:56:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 30.080s coverage: 86.3% of statements 03:56:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 03:56:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.279s coverage: 72.2% of statements 03:56:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.513s coverage: 72.1% of statements 03:56:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.092s coverage: 82.4% of statements 03:56:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.075s coverage: 48.4% of statements 03:56:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 03:56:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 03:56:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 03:56:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.057s coverage: 28.8% of statements 03:56:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 03:56:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.076s coverage: 96.8% of statements 03:56:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 03:56:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.366s coverage: 37.2% of statements 03:56:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:56:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:56:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.505s coverage: 84.1% of statements 03:56:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.088s coverage: 100.0% of statements 03:56:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.339s coverage: 47.1% of statements 03:56:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:56:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:56:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.041s coverage: 100.0% of statements 03:56:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:56:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:56:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:56:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.121s coverage: 100.0% of statements 03:56:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:56:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.118s coverage: 100.0% of statements 03:56:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:56:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.889s coverage: 29.1% of statements 03:56:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:56:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:56:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:56:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:56:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:56:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.168s coverage: 99.0% of statements 03:56:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:56:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements 03:56:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:56:28 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 03:56:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:56:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements 03:56:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:56:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:56:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:56:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:56:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements 03:56:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:56:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:56:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements 03:56:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements 03:56:28 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 03:56:28 GO111MODULE=on go vet ./... 03:56:28 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:56:28 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:56:29 Collecting docopt<0.7,>=0.6.1 03:56:29 Downloading docopt-0.6.2.tar.gz (25 kB) 03:56:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 03:56:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:56:29 ---> 4d0fbf852898 03:56:29 Step 3/22 : WORKDIR /edgex-go 03:56:29 ---> Using cache 03:56:29 ---> b5052219550a 03:56:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:56:29 ---> Using cache 03:56:29 ---> 1ed19159f6d3 03:56:29 Step 5/22 : RUN apk update && apk add make git 03:56:29 ---> Using cache 03:56:29 ---> 77abe5c5a44f 03:56:29 Step 6/22 : COPY go.mod . 03:56:29 ---> Using cache 03:56:29 ---> cee846059091 03:56:29 Step 7/22 : RUN go mod download 03:56:29 ---> Using cache 03:56:29 ---> 4b160453ece1 03:56:29 Step 8/22 : COPY . . 03:56:29 ---> Using cache 03:56:29 ---> 6d0603946df3 03:56:29 Step 9/22 : RUN make cmd/core-command/core-command 03:56:30 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 03:56:30 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:56:30 ---> 4d0fbf852898 03:56:30 Step 3/24 : WORKDIR /edgex-go 03:56:30 ---> Using cache 03:56:30 ---> b5052219550a 03:56:30 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:56:30 ---> Using cache 03:56:30 ---> 1ed19159f6d3 03:56:30 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 03:56:30 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:56:31 Collecting cached-property<2,>=1.2.0 03:56:31 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:56:31 ---> Running in 86a77a3bbdd0 03:56:31 ---> Running in 6fd2bf1ca7e4 03:56:31 Collecting docker-pycreds>=0.4.0 03:56:31 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:56:31 Collecting idna<2.8,>=2.5 03:56:31 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:56:31 Collecting urllib3<1.25,>=1.21.1 03:56:31 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:56:32 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) 03:56:32 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) 03:56:32 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:56:32 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:56:32 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:56:32 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:56:32 Installing collected packages: texttable, websocket-client, PyYAML, idna, urllib3, requests, docker-pycreds, docker, dockerpty, jsonschema, docopt, cached-property, docker-compose 03:56:32 Running setup.py install for texttable: started 03:56: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 03:56:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:56:33 Running setup.py install for texttable: finished with status 'done' 03:56:33 Running setup.py install for PyYAML: started 03:56:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:56:33 Running setup.py install for PyYAML: finished with status 'done' 03:56:33 Attempting uninstall: idna 03:56:33 Found existing installation: idna 2.9 03:56:33 Uninstalling idna-2.9: 03:56:34 Successfully uninstalled idna-2.9 03:56:34 Attempting uninstall: urllib3 03:56:34 Found existing installation: urllib3 1.25.9 03:56:34 Uninstalling urllib3-1.25.9: 03:56:34 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:56:34 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:56:34 OK: 12745 distinct packages available 03:56:35 OK: 233 MiB in 51 packages 03:56:35 Successfully uninstalled urllib3-1.25.9 03:56:38 Attempting uninstall: requests 03:56:38 Found existing installation: requests 2.23.0 03:56:38 Uninstalling requests-2.23.0: 03:56:38 Removing intermediate container d534c95679dc 03:56:38 ---> 0ea5abd3d391 03:56:38 03:56:38 Step 10/22 : FROM scratch 03:56:38 ---> 03:56:38 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:56:38 Successfully uninstalled requests-2.23.0 03:56:39 Removing intermediate container 86a77a3bbdd0 03:56:39 ---> 3a21c0d7aff5 03:56:39 Step 6/24 : COPY go.mod . 03:56:39 Running setup.py install for dockerpty: started 03:56:39 ---> Running in 6961fd3e2741 03:56:41 Running setup.py install for dockerpty: finished with status 'done' 03:56:41 Running setup.py install for docopt: started 03:56:41 Removing intermediate container 6961fd3e2741 03:56:41 ---> 01800d2984b6 03:56:41 Step 12/22 : ENV APP_PORT=48081 03:56:41 ---> c9964e17a996 03:56:41 Step 7/24 : RUN go mod download 03:56:42 ---> Running in 1e75eb6406c5 03:56:42 ---> Running in 4c394e01a2ef 03:56:42 Removing intermediate container 1e75eb6406c5 03:56:42 ---> 82f9d5390eaf 03:56:42 Step 13/22 : EXPOSE $APP_PORT 03:56:42 Running setup.py install for docopt: finished with status 'done' 03:56:42 ---> Running in 7f0e0711d239 03:56:43 Removing intermediate container 7f0e0711d239 03:56:43 ---> db59f48dbdcb 03:56:43 Step 14/22 : WORKDIR / 03:56:43 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 03:56:43 ---> Running in 06ea9dc43db6 03:56:43 Removing intermediate container 06ea9dc43db6 03:56:43 ---> 3fac84ed45ba 03:56:43 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 03:56:44 ---> 565f09a1f75b 03:56:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:56:47 Removing intermediate container 4c394e01a2ef 03:56:47 ---> 41cc5e7e8e88 03:56:47 Step 8/24 : COPY . . 03:56:48 ---> 0bee91ed13f0 03:56:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:56:51 Removing intermediate container 07e5ed0221d9 03:56:51 ---> ce24f9194079 03:56:51 Step 22/27 : RUN apk --no-cache add curl 03:56:56 ---> 00b11446d387 03:56:56 Step 18/22 : ENTRYPOINT ["/core-metadata"] 03:56:56 ---> Running in e2ec0ba50fa8 03:56:57 ---> Running in e6f9ab529e40 03:56:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:56:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:56:59 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:56:59 (2/3) Installing libcurl (7.69.1-r1) 03:56:59 (3/3) Installing curl (7.69.1-r1) 03:56:59 Executing busybox-1.31.1-r19.trigger 03:57:00 OK: 72 MiB in 58 packages 03:57:00 Removing intermediate container e6f9ab529e40 03:57:00 ---> 8f25680376a7 03:57:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:57:01 ---> Running in c558f8a49d2a 03:57:05 Removing intermediate container c558f8a49d2a 03:57:05 ---> e2af4ab38483 03:57:05 Step 20/22 : LABEL arch=x86_64 03:57:06 Removing intermediate container 16f87bfbc475 03:57:06 ---> 1c781951495b 03:57:06 03:57:06 Step 10/21 : FROM scratch 03:57:06 ---> 03:57:06 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:57:06 ---> Using cache 03:57:06 ---> 01800d2984b6 03:57:06 Step 12/21 : ENV APP_PORT=48085 03:57:06 ---> Running in 3d4a058d059f 03:57:06 Removing intermediate container e2ec0ba50fa8 03:57:06 ---> 92db25ad2a64 03:57:06 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 03:57:07 ---> Running in 473b813ee1be 03:57:08 ---> Running in e8b1ecbacf0c 03:57:11 Removing intermediate container 3d4a058d059f 03:57:11 ---> 3204cd86a273 03:57:11 Step 21/22 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f 03:57:11 Removing intermediate container 473b813ee1be 03:57:11 ---> 6f8c965f630b 03:57:11 Step 13/21 : EXPOSE $APP_PORT 03:57:11 ---> Running in 4e5a1903d0ca 03:57:11 Removing intermediate container e8b1ecbacf0c 03:57:11 ---> cd87dd946e6f 03:57:11 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:57:11 ---> Running in a32f6c4d1f97 03:57:11 ---> Running in 9f9211f6049c 03:57:11 Removing intermediate container 6fd2bf1ca7e4 03:57:11 ---> 22578e57fec1 03:57:11 03:57:11 Step 10/22 : FROM scratch 03:57:11 ---> 03:57:11 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:57:11 ---> 77c2095ab5fe 03:57:11 Step 9/24 : RUN make cmd/support-notifications/support-notifications 03:57:11 ---> Using cache 03:57:11 ---> 01800d2984b6 03:57:11 Step 12/22 : ENV APP_PORT=48082 03:57:11 ---> Running in 90b1d8aa8b52 03:57:11 ---> Running in 9d4a81a10b44 03:57:11 Removing intermediate container a32f6c4d1f97 03:57:11 ---> 069256ebe72a 03:57:11 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 03:57:11 Removing intermediate container 4e5a1903d0ca 03:57:11 ---> 280fb68d3a7b 03:57:11 Step 22/22 : LABEL version=0.0.0 03:57:12 Removing intermediate container 9f9211f6049c 03:57:12 ---> 5b204c3c79f1 03:57:12 Step 25/27 : LABEL arch=x86_64 03:57:12 ---> Running in 7dfb2bb3c6af 03:57:12 Removing intermediate container 90b1d8aa8b52 03:57:12 ---> 81e26e85c018 03:57:12 Step 13/22 : EXPOSE $APP_PORT 03:57:12 ---> Running in 5644528fc155 03:57:12 ---> 4b428497fbdf 03:57:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:57:12 ---> Running in 27cb8e5b8c08 03:57:12 Removing intermediate container 7dfb2bb3c6af 03:57:12 ---> 80009f806309 03:57:12 03:57:12 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 03:57:12 Removing intermediate container 5644528fc155 03:57:12 ---> fb8dae8bc524 03:57:12 Step 26/27 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f 03:57:12 Successfully built 80009f806309 03:57:12 Successfully tagged docker-core-metadata-go:latest 03:57:12 Building docker-security-proxy-setup-go 03:57:12  Building docker-core-metadata-go ... done Removing intermediate container 27cb8e5b8c08 03:57:12 ---> fd626008935a 03:57:12 Step 14/22 : WORKDIR / 03:57:12 ---> Running in 8b6b69895299 03:57:12 ---> Running in bac4873ac4a4 03:57:12 ---> 1dabb88b8712 03:57:12 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:57:13 Removing intermediate container 8b6b69895299 03:57:13 ---> b1def0e6ab94 03:57:13 Step 27/27 : LABEL version=0.0.0 03:57:13 Removing intermediate container bac4873ac4a4 03:57:13 ---> 6253cd38fc9f 03:57:13 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 03:57:13 ---> Running in db29e7d5b058 03:57:13 ---> 1cd9ed9e1446 03:57:13 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 03:57:13 ---> Running in 5bd0d49af4af 03:57:13 Removing intermediate container db29e7d5b058 03:57:13 ---> eb996d855994 03:57:13 03:57:13 ---> 698e8288e930 03:57:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:57:13 Successfully built eb996d855994 03:57:16 Successfully tagged docker-sys-mgmt-agent-go:latest 03:57:16  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 5bd0d49af4af 03:57:16 ---> 5ad6bb415cc3 03:57:16 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:57:18 ---> Running in 332cd7f75f33 03:57:18 ---> bed69e4795dc 03:57:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:57:19 Removing intermediate container 332cd7f75f33 03:57:19 ---> 969ac8b918e6 03:57:19 Step 19/21 : LABEL arch=x86_64 03:57:20 ---> Running in c1bbac3c07a5 03:57:20 ---> e7963bd70b51 03:57:20 Step 18/22 : ENTRYPOINT ["/core-command"] 03:57:21 ---> Running in 29a2df83338b 03:57:21 Removing intermediate container c1bbac3c07a5 03:57:21 ---> cabd74a5ed50 03:57:21 Step 20/21 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f 03:57:22 ---> Running in ec3c12613e70 03:57:22 Removing intermediate container 29a2df83338b 03:57:22 ---> 47ec8dfc84f7 03:57:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:57:23 ---> Running in dbe279078d1b 03:57:23 Removing intermediate container ec3c12613e70 03:57:23 ---> a7bed0df72d1 03:57:23 Step 21/21 : LABEL version=0.0.0 03:57:23 ---> Running in e8b3564e8e67 03:57:23 Removing intermediate container dbe279078d1b 03:57:23 ---> 78ae74e79992 03:57:23 Step 20/22 : LABEL arch=x86_64 03:57:23 ---> Running in b1dfb41ce2e3 03:57:23 Removing intermediate container e8b3564e8e67 03:57:23 ---> 7ae4665f7a5d 03:57:23 03:57:24 Successfully built 7ae4665f7a5d 03:57:24 Successfully tagged docker-support-scheduler-go:latest 03:57:24  Building docker-support-scheduler-go ... done Removing intermediate container b1dfb41ce2e3 03:57:24 ---> 5237accf66f4 03:57:24 Step 21/22 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f 03:57:24 ---> Running in 20c4dd842006 03:57:26 Removing intermediate container 20c4dd842006 03:57:26 ---> d81579b94b10 03:57:26 Step 22/22 : LABEL version=0.0.0 03:57:26 ---> Running in a8fc8f8f15a8 03:57:27 Removing intermediate container a8fc8f8f15a8 03:57:27 ---> e22485a015b7 03:57:27 03:57:27 Successfully built e22485a015b7 03:57:27 Successfully tagged docker-core-command-go:latest 03:57:28  Building docker-core-command-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 03:57:28 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:57:28 ---> 4d0fbf852898 03:57:28 Step 3/21 : WORKDIR /edgex-go 03:57:28 ---> Using cache 03:57:28 ---> b5052219550a 03:57:28 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:57:28 ---> Using cache 03:57:28 ---> 1ed19159f6d3 03:57:28 Step 5/21 : RUN apk update && apk add make git 03:57:28 ---> Using cache 03:57:28 ---> 77abe5c5a44f 03:57:28 Step 6/21 : COPY go.mod . 03:57:28 ---> Using cache 03:57:28 ---> cee846059091 03:57:28 Step 7/21 : RUN go mod download 03:57:28 ---> Using cache 03:57:28 ---> 4b160453ece1 03:57:28 Step 8/21 : COPY . . 03:57:28 ---> Using cache 03:57:28 ---> 6d0603946df3 03:57:28 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:57:30 ---> Running in e0b8f04b4ad2 03:57:30 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 03:57:34 Removing intermediate container 9d4a81a10b44 03:57:34 ---> 1a10677b3429 03:57:34 03:57:34 Step 10/24 : FROM scratch 03:57:34 ---> 03:57:34 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 03:57:34 ---> Running in a79299ad1654 03:57:34 Removing intermediate container a79299ad1654 03:57:34 ---> eec6c4318fe4 03:57:34 Step 12/24 : ENV APP_PORT=48060 03:57:34 ---> Running in bc5f0d8e3d8d 03:57:34 Removing intermediate container bc5f0d8e3d8d 03:57:34 ---> 5ed7e2e0506f 03:57:34 Step 13/24 : EXPOSE $APP_PORT 03:57:34 ---> Running in f4ad1da881a5 03:57:35 Removing intermediate container f4ad1da881a5 03:57:35 ---> 695167c52346 03:57:35 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 03:57:35 ---> 738245fb2907 03:57:35 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 03:57:36 gofmt -l . 03:57:36 [ "`gofmt -l .`" = "" ] 03:57:36 ./bin/test-go-mod-tidy.sh 03:57:37 ---> f5ebed066e81 03:57:37 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 03:57:37 ./bin/test-attribution-txt.sh 03:57:37 ---> 83c11d7fef6d 03:57:37 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 03:57:38 ---> 162594057c85 03:57:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:57:38 ---> 017aa82cd970 03:57:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:57:38 ---> 4eccbd82acbd 03:57:38 Step 20/24 : ENTRYPOINT ["/support-notifications"] 03:57:38 ---> Running in 5ac4847013a9 03:57:39 Removing intermediate container 5ac4847013a9 03:57:39 ---> 723bf6e03cac 03:57:39 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:57:39 ---> Running in 4195804b9f72 03:57:39 Removing intermediate container 4195804b9f72 03:57:39 ---> c699cb5eb3c4 03:57:39 Step 22/24 : LABEL arch=x86_64 03:57:39 ---> Running in 57748840caef 03:57:39 Removing intermediate container 57748840caef 03:57:39 ---> 084b0623e467 03:57:39 Step 23/24 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f 03:57:39 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 03:57:39 ---> Running in 2b3c743ddd9e 03:57:40 Removing intermediate container 2b3c743ddd9e 03:57:40 ---> a45062b3d3a2 03:57:40 Step 24/24 : LABEL version=0.0.0 03:57:40 ---> Running in 7acddfc56ef5 03:57:40 Removing intermediate container 7acddfc56ef5 03:57:40 ---> 0591093df644 03:57:40 03:57:40 Successfully built 0591093df644 03:57:40 Successfully tagged docker-support-notifications-go:latest [Pipeline] sh 03:57:42 + ls -al . 03:57:42 total 676 03:57:42 drwxrwxr-x 9 1001 1001 4096 Dec 4 03:57 . 03:57:42 drwxr-xr-x 4 root root 4096 Dec 4 03:53 .. 03:57:42 -rw-rw-r-- 1 1001 1001 11 Dec 4 03:51 .dockerignore 03:57:42 drwxrwxr-x 8 1001 1001 4096 Dec 4 03:51 .git 03:57:42 drwxrwxr-x 3 1001 1001 4096 Dec 4 03:51 .github 03:57:42 -rw-rw-r-- 1 1001 1001 971 Dec 4 03:51 .gitignore 03:57:42 -rw-rw-r-- 1 1001 1001 166 Dec 4 03:51 .sonarcloud.properties 03:57:42 -rw-rw-r-- 1 1001 1001 3804 Dec 4 03:51 CONTRIBUTING.md 03:57:42 -rw-rw-r-- 1 1001 1001 1035 Dec 4 03:51 Dockerfile.build 03:57:42 -rw-rw-r-- 1 1001 1001 863 Dec 4 03:51 Jenkinsfile 03:57:42 -rw-rw-r-- 1 1001 1001 10775 Dec 4 03:51 LICENSE 03:57:42 -rw-rw-r-- 1 1001 1001 6318 Dec 4 03:51 Makefile 03:57:42 -rw-rw-r-- 1 1001 1001 6447 Dec 4 03:51 README.md 03:57:42 -rw-rw-r-- 1 1001 1001 259 Dec 4 03:51 SECURITY.md 03:57:42 -rw-rw-r-- 1 1001 1001 5 Dec 4 03:49 VERSION 03:57:42 -rw-rw-r-- 1 1001 1001 4131 Dec 4 03:51 ZMQWindows.md 03:57:42 drwxrwxr-x 2 1001 1001 4096 Dec 4 03:51 bin 03:57:42 drwxrwxr-x 15 1001 1001 4096 Dec 4 03:51 cmd 03:57:42 -rw-r--r-- 1 root root 555226 Dec 4 03:56 coverage.out 03:57:42 -rw-r--r-- 1 root root 1041 Dec 4 03:57 go.mod 03:57:42 -rw-r--r-- 1 root root 18856 Dec 4 03:57 go.sum 03:57:42 drwxrwxr-x 8 1001 1001 4096 Dec 4 03:51 internal 03:57:42 drwxrwxr-x 4 1001 1001 4096 Dec 4 03:51 openapi 03:57:42 drwxrwxr-x 4 1001 1001 4096 Dec 4 03:51 snap 03:57:42 -rw-rw-r-- 1 1001 1001 168 Dec 4 03:51 version.go [Pipeline] sh 03:57:42 + '[' -e coverage.out ] 03:57:42 + chown 1001:1001 coverage.out [Pipeline] stash 03:57:42 Warning: overwriting stash ‘coverage-report’ 03:57:43  Building docker-support-notifications-go ... done Removing intermediate container e0b8f04b4ad2 03:57:43 ---> ef2b63cf30e7 03:57:43 03:57:43 Step 10/21 : FROM alpine 03:57:43 ---> d6e46aa2470d 03:57:43 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 03:57:43 ---> Running in 9e53e589836b 03:57:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:57:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:57:44 Stashed 1 file(s) [Pipeline] sh 03:57:44 v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 03:57:44 v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 03:57:44 OK: 12746 distinct packages available 03:57:44 (1/4) Installing ca-certificates (20191127-r4) 03:57:44 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:57:44 (3/4) Installing libcurl (7.69.1-r1) 03:57:44 (4/4) Installing curl (7.69.1-r1) 03:57:44 Executing busybox-1.31.1-r19.trigger 03:57:44 Executing ca-certificates-20191127-r4.trigger 03:57:44 OK: 7 MiB in 18 packages 03:57:44 + make build 03:57:44 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 03:57:45 Removing intermediate container 9e53e589836b 03:57:45 ---> b44f57df9e1a 03:57:45 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:57:45 ---> Running in 4e4a683f0c7a 03:57:45 Removing intermediate container 4e4a683f0c7a 03:57:45 ---> 0425ef71b0c0 03:57:45 Step 13/21 : WORKDIR /edgex 03:57:45 ---> Running in 595ad91bab4a 03:57:45 Removing intermediate container 595ad91bab4a 03:57:45 ---> c9d04dd79c51 03:57:45 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:57:46 ---> 3e524d19f7c0 03:57:46 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:57:46 ---> 228b3ff6f979 03:57:46 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:57:46 ---> c713723bb2ac 03:57:46 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:57:46 ---> Running in e8f2df993d91 03:57:47 Removing intermediate container e8f2df993d91 03:57:47 ---> 34f36a9a5288 03:57:47 Step 18/21 : CMD ["--init=true"] 03:57:47 ---> Running in 6d006c479e65 03:57:47 Removing intermediate container 6d006c479e65 03:57:47 ---> 87180d6e2d8d 03:57:47 Step 19/21 : LABEL arch=x86_64 03:57:47 ---> Running in 498108e03538 03:57:47 Removing intermediate container 498108e03538 03:57:47 ---> 728a23504e54 03:57:47 Step 20/21 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f 03:57:47 ---> Running in 6e112f756305 03:57:47 Removing intermediate container 6e112f756305 03:57:47 ---> 4abd9b8483cf 03:57:47 Step 21/21 : LABEL version=0.0.0 03:57:48 ---> Running in 9ad639d9dbac 03:57:48 Removing intermediate container 9ad639d9dbac 03:57:48 ---> 821db6dc6e3d 03:57:48 03:57:48 Successfully built 821db6dc6e3d 03:57:48 Successfully tagged docker-security-proxy-setup-go:latest 03:57:48  Building docker-security-proxy-setup-go ... done  [Pipeline] } 03:57:48 $ docker stop --time=1 8e2ba93b6bcea4e99c6a950758e7bc856498dabedf916d90f0e62a1c128dcea9 03:57:50 $ docker rm -f 8e2ba93b6bcea4e99c6a950758e7bc856498dabedf916d90f0e62a1c128dcea9 [Pipeline] // withDockerContainer [Pipeline] sh 03:57:51 + docker images 03:57:51 + grep docker 03:57:51 docker-security-proxy-setup-go latest 821db6dc6e3d 3 seconds ago 24.6MB 03:57:51 docker-support-notifications-go latest 0591093df644 10 seconds ago 13.6MB 03:57:51 docker-core-command-go latest e22485a015b7 24 seconds ago 12.2MB 03:57:51 docker-support-scheduler-go latest 7ae4665f7a5d 27 seconds ago 12.3MB 03:57:51 docker-sys-mgmt-agent-go latest eb996d855994 37 seconds ago 293MB 03:57:51 docker-core-metadata-go latest 80009f806309 38 seconds ago 14.5MB 03:57:51 docker-core-data-go latest b1edd8fa4d42 About a minute ago 23.7MB 03:57:51 docker-security-secrets-setup-go latest 361d32fd3d01 About a minute ago 23.9MB 03:57:51 docker-security-secretstore-setup-go latest 8cd8754c1448 About a minute ago 24.7MB 03:57:51 docker-security-bootstrap-redis-go latest 5cd691012d1d 2 minutes ago 15.8MB 03:57:51 docker latest b0757c55a1fd 2 days ago 220MB [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 03:57:51 Running on prd-centos7-docker-8c-8g-14428 in /w/workspace/edgexfoundry_edgex-go_PR-2920 [Pipeline] { [Pipeline] ws 03:57:51 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 03:57:53 using credential edgex-jenkins-ssh 03:57:53 Cloning the remote Git repository 03:57:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:57:53 > git init /w/workspace/edgex-go/6 # timeout=10 03:57:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:57:53 > git --version # timeout=10 03:57:53 > git --version # 'git version 2.24.3' 03:57:53 using GIT_SSH to set credentials SSH Credentials for GitHub 03:57:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:57:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:58:03 Merging remotes/origin/master commit 0163c92eb67c845bff5e90a4dc6407d0e1146c78 into PR head commit 9afced1f6966ba240c04c983fee117c0b614922b [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:58:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:58:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:58:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:58:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:58:03 using GIT_SSH to set credentials SSH Credentials for GitHub 03:58:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2920/head:refs/remotes/origin/PR-2920 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:58:03 > git config core.sparsecheckout # timeout=10 03:58:04 > git checkout -f 9afced1f6966ba240c04c983fee117c0b614922b # timeout=10 [Pipeline] // stage [Pipeline] } 03:58:05 Failed in branch amd64 03:58:22 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 03:58:22 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 03:58:28 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 03:58:29 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 03:58:34 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 03:58:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 03:58:42 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 03:58:46 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 03:58:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:58:54 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 03:58:57 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 [Pipeline] } 03:59:00 $ docker stop --time=1 570b4550969522fcd87fa3204666f1fd2e48104cc9c1d9a302d6b7261c7c2924 03:59:03 $ docker rm -f 570b4550969522fcd87fa3204666f1fd2e48104cc9c1d9a302d6b7261c7c2924 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:59:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:59:05 03:59:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:59:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:59:06 latest: Pulling from edgex-devops/edgex-compose-arm64 03:59:06 29e5d40040c1: Pulling fs layer 03:59:06 1ce36da41761: Pulling fs layer 03:59:06 25b303627fd3: Pulling fs layer 03:59:06 29e5d40040c1: Download complete 03:59:07 1ce36da41761: Verifying Checksum 03:59:07 1ce36da41761: Download complete 03:59:07 29e5d40040c1: Pull complete 03:59:08 1ce36da41761: Pull complete 03:59:08 25b303627fd3: Verifying Checksum 03:59:08 25b303627fd3: Download complete 03:59:19 25b303627fd3: Pull complete 03:59:19 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 03:59:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:59:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 03:59:19 prd-ubuntu18.04-docker-arm64-4c-16g-14446 does not seem to be running inside a container 03:59:19 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:59:22 $ docker top d6b2f2e189f9f8e1a9d37724bcbb17a1cb9296384640277cd665a13c0e91b80a -eo pid,comm [Pipeline] { [Pipeline] sh 03:59:23 + docker-compose build --help 03:59:23 + grep parallel 03:59:26 --parallel Build images in parallel. [Pipeline] } 03:59:26 $ docker stop --time=1 d6b2f2e189f9f8e1a9d37724bcbb17a1cb9296384640277cd665a13c0e91b80a 03:59:28 $ docker rm -f d6b2f2e189f9f8e1a9d37724bcbb17a1cb9296384640277cd665a13c0e91b80a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:59:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:59:29 . [Pipeline] withDockerContainer 03:59:29 prd-ubuntu18.04-docker-arm64-4c-16g-14446 does not seem to be running inside a container 03:59:30 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:59:31 $ docker top ad752cad0aca43ea6e5dc82fb8379e5415e2d1db629c86cf596baf06bec1b06f -eo pid,comm [Pipeline] { [Pipeline] sh 03:59:32 + docker-compose -f ./docker-compose-build.yml build --parallel 03:59:37 Building docker-core-command-go ... 03:59:37 Building docker-core-data-go ... 03:59:37 Building docker-core-metadata-go ... 03:59:37 Building docker-security-bootstrap-redis-go ... 03:59:37 Building docker-security-proxy-setup-go ... 03:59:37 Building docker-security-secrets-setup-go ... 03:59:37 Building docker-security-secretstore-setup-go ... 03:59:37 Building docker-support-notifications-go ... 03:59:37 Building docker-support-scheduler-go ... 03:59:37 Building docker-sys-mgmt-agent-go ... 03:59:37 Building docker-core-data-go 03:59:37 Building docker-support-scheduler-go 03:59:37 Building docker-core-command-go 03:59:37 Building docker-security-proxy-setup-go 03:59:37 Building docker-security-bootstrap-redis-go 04:00:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 04:00:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:00:58 ---> ad73217958d9 04:00:58 Step 3/22 : WORKDIR /edgex-go 04:00:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 04:00:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:00:58 ---> ad73217958d9 04:00:58 Step 3/22 : WORKDIR /edgex-go 04:00:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 04:00:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:00:58 ---> ad73217958d9 04:00:58 Step 3/23 : WORKDIR /edgex-go 04:00:58 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 04:00:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:00:58 ---> ad73217958d9 04:00:58 Step 3/21 : WORKDIR /edgex-go 04:00:58 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 04:00:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:00:58 ---> ad73217958d9 04:00:58 Step 3/21 : WORKDIR /edgex-go 04:00:58 ---> Running in a89367b826d4 04:00:58 ---> Running in e1c634b7a757 04:00:58 ---> Running in bebff4262f50 04:00:58 ---> Running in ed42e5c5abf6 04:00:58 ---> Running in c1105676c380 04:00:58 Removing intermediate container e1c634b7a757 04:00:58 ---> 6b5502cc6001 04:00:58 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:00:58 Removing intermediate container ed42e5c5abf6 04:00:58 ---> 600b6c01c87f 04:00:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:00:58 Removing intermediate container bebff4262f50 04:00:58 ---> 197c866a2cba 04:00:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:00:58 Removing intermediate container c1105676c380 04:00:58 ---> 62be517e6472 04:00:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:00:58 Removing intermediate container a89367b826d4 04:00:58 ---> 589360bee76d 04:00:58 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:00:58 ---> Running in 11a59bc2b513 04:00:58 ---> Running in 12bc9b24a622 04:00:58 ---> Running in 2afddb2aaf2c 04:00:58 ---> Running in 40c73770498d 04:00:58 ---> Running in 6c671fea962b 04:00:58 Removing intermediate container 11a59bc2b513 04:00:58 ---> 4047241c5213 04:00:58 Step 5/21 : RUN apk update && apk add make git 04:00:58 ---> Running in 61a3d36831b6 04:00:58 Removing intermediate container 12bc9b24a622 04:00:58 ---> 4fbb75a05e55 04:00:58 Step 5/22 : RUN apk update && apk add make git 04:00:58 ---> Running in bfd32d10f8c7 04:00:58 Removing intermediate container 6c671fea962b 04:00:58 ---> 0cedc23c1e1e 04:00:58 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:00:58 Removing intermediate container 40c73770498d 04:00:58 ---> 677bed2b9630 04:00:58 Step 5/21 : RUN apk update && apk add make git 04:00:59 Removing intermediate container 2afddb2aaf2c 04:00:59 ---> 29e9152bc6a3 04:00:59 Step 5/22 : RUN apk update && apk add make git 04:00:59 ---> Running in e721d6fe7a80 04:00:59 ---> Running in 2aafe4258c2b 04:00:59 ---> Running in ff2cd835eaff 04:01:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:01:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:01:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:01:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:01:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:01:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:01:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:01:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:01:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:01:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:01:02 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:01:02 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:01:02 OK: 12616 distinct packages available 04:01:02 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:01:02 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:01:02 OK: 12616 distinct packages available 04:01:02 OK: 217 MiB in 51 packages 04:01:03 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:01:03 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:01:03 OK: 12616 distinct packages available 04:01:03 OK: 217 MiB in 51 packages 04:01:03 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:01:03 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:01:03 OK: 12616 distinct packages available 04:01:03 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:01:03 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:01:03 OK: 12616 distinct packages available 04:01:04 OK: 217 MiB in 51 packages 04:01:04 OK: 217 MiB in 51 packages 04:01:04 OK: 217 MiB in 51 packages 04:01:04 Removing intermediate container 61a3d36831b6 04:01:04 ---> c9960eb4fec5 04:01:04 Step 6/21 : COPY go.mod . 04:01:05 Removing intermediate container bfd32d10f8c7 04:01:05 ---> b40e4f403fce 04:01:05 Step 6/22 : COPY go.mod . 04:01:06 Removing intermediate container e721d6fe7a80 04:01:06 ---> 083866ad1e27 04:01:06 Step 6/23 : COPY go.mod . 04:01:06 ---> 6b6723b5ff6f 04:01:06 Step 7/21 : RUN go mod download 04:01:06 Removing intermediate container 2aafe4258c2b 04:01:06 ---> ccfc162bb9e3 04:01:06 Step 6/21 : COPY go.mod . 04:01:06 ---> Running in 64f850df1751 04:01:06 Removing intermediate container ff2cd835eaff 04:01:06 ---> a425b6abaa55 04:01:06 Step 6/22 : COPY go.mod . 04:01:06 ---> 94e067fe903d 04:01:06 Step 7/22 : RUN go mod download 04:01:06 ---> Running in e9e1e8db0bc3 04:01:07 ---> 13d2a8f7c037 04:01:07 Step 7/23 : RUN go mod download 04:01:07 ---> Running in 6cfaf4c33ec3 04:01:07 ---> f307571d903f 04:01:07 Step 7/21 : RUN go mod download 04:01:07 ---> 0d7395454621 04:01:07 Step 7/22 : RUN go mod download 04:01:07 ---> Running in 42af3340c771 04:01:07 ---> Running in 8d0e9799d512 04:01:11 Removing intermediate container 64f850df1751 04:01:11 ---> a3deaf61bdc4 04:01:11 Step 8/21 : COPY . . 04:01:11 Removing intermediate container e9e1e8db0bc3 04:01:11 ---> f62d3a1705a8 04:01:11 Step 8/22 : COPY . . 04:01:11 Removing intermediate container 6cfaf4c33ec3 04:01:11 ---> 40bf68564ebb 04:01:11 Step 8/23 : COPY . . 04:01:12 Removing intermediate container 42af3340c771 04:01:12 ---> 7a08edc96e68 04:01:12 Step 8/21 : COPY . . 04:01:13 Removing intermediate container 8d0e9799d512 04:01:13 ---> 0bf80a443360 04:01:13 Step 8/22 : COPY . . 04:01:39 ---> 5527d11eb6b1 04:01:39 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 04:01:39 ---> 30a2aee3211b 04:01:39 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 04:01:39 ---> dcb629a9fbef 04:01:39 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 04:01:39 ---> Running in 4b8fa46c04cf 04:01:39 ---> 77dd489bbc36 04:01:39 Step 9/23 : RUN make cmd/core-data/core-data 04:01:39 ---> Running in b0d75e094088 04:01:39 ---> 83d00fbc035d 04:01:39 Step 9/22 : RUN make cmd/core-command/core-command 04:01:39 ---> Running in 723804e3f1c8 04:01:39 ---> Running in 238c61632952 04:01:39 ---> Running in 2634c8d04ed5 04:01:39 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 04:01:39 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 04:01:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:01:39 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:01:39 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 04:03:01 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 04:03:08 Removing intermediate container b0d75e094088 04:03:08 ---> 8a9c721dea21 04:03:08 04:03:08 Step 10/22 : FROM alpine:3.10 04:03:08 3.10: Pulling from library/alpine 04:03:10 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:03:10 Status: Downloaded newer image for alpine:3.10 04:03:10 ---> 536a684cf733 04:03:10 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:03:10 ---> Running in 4c453bd1f494 04:03:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 04:03:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 04:03:14 v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:03:14 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:03:14 OK: 10169 distinct packages available 04:03:14 Removing intermediate container 4b8fa46c04cf 04:03:14 ---> b0172ebce0d5 04:03:14 04:03:14 Step 10/21 : FROM alpine 04:03:14 latest: Pulling from library/alpine 04:03:14 (1/5) Installing ca-certificates (20191127-r2) 04:03:14 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 04:03:14 Status: Downloaded newer image for alpine:latest 04:03:14 ---> 2e77e061c27f 04:03:14 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:03:14 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:03:14 (3/5) Installing libcurl (7.66.0-r1) 04:03:14 (4/5) Installing curl (7.66.0-r1) 04:03:14 (5/5) Installing dumb-init (1.2.2-r1) 04:03:15 Executing busybox-1.30.1-r3.trigger 04:03:15 Executing ca-certificates-20191127-r2.trigger 04:03:15 ---> Running in 9cdcdf2f12ac 04:03:15 OK: 7 MiB in 19 packages 04:03:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:03:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:03:18 v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:03:18 v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:03:18 OK: 12617 distinct packages available 04:03:19 Removing intermediate container 4c453bd1f494 04:03:19 ---> 8cd5f5e9504f 04:03:19 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 04:03:19 ---> Running in 1ab8a8694eb2 04:03:19 Removing intermediate container 1ab8a8694eb2 04:03:19 ---> 40371346cba6 04:03:19 Step 13/22 : WORKDIR / 04:03:19 (1/4) Installing ca-certificates (20191127-r4) 04:03:20 ---> Running in 04496a63e8a0 04:03:20 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:03:20 (3/4) Installing libcurl (7.69.1-r1) 04:03:20 (4/4) Installing curl (7.69.1-r1) 04:03:20 Executing busybox-1.31.1-r19.trigger 04:03:20 Executing ca-certificates-20191127-r4.trigger 04:03:20 OK: 7 MiB in 18 packages 04:03:20 Removing intermediate container 04496a63e8a0 04:03:20 ---> 2fa4789f87e0 04:03:20 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 04:03:22 ---> 364e0376e856 04:03:22 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 04:03:23 Removing intermediate container 9cdcdf2f12ac 04:03:23 ---> d9d3119f0c0d 04:03:23 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:03:23 ---> Running in 9500787b94dd 04:03:24 ---> 9b9e9be32d0a 04:03:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 04:03:24 Removing intermediate container 9500787b94dd 04:03:24 ---> d54c6fb25fe1 04:03:24 Step 13/21 : WORKDIR /edgex 04:03:24 ---> Running in e2a6d56b273c 04:03:25 ---> c2318c63ab23 04:03:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 04:03:25 Removing intermediate container e2a6d56b273c 04:03:25 ---> 21e10fecf78a 04:03:25 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:03:26 ---> a635699da2b8 04:03:26 Step 18/22 : RUN chmod +x entrypoint.sh 04:03:26 ---> Running in 64b2512b8a98 04:03:26 ---> 320ed76083e2 04:03:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:03:30 ---> f2fd5ef25af8 04:03:30 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:03:32 Removing intermediate container 64b2512b8a98 04:03:32 ---> 5cd0cd037809 04:03:32 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 04:03:32 ---> Running in 8d5d1b0fc684 04:03:33 ---> 651089787c6e 04:03:33 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:03:33 Removing intermediate container 8d5d1b0fc684 04:03:33 ---> dac464944c04 04:03:33 Step 20/22 : LABEL arch=arm64 04:03:33 ---> Running in b3811822b195 04:03:33 ---> Running in 43a739ffce98 04:03:34 Removing intermediate container b3811822b195 04:03:34 ---> 0eb16be13c10 04:03:34 Step 18/21 : CMD ["--init=true"] 04:03:34 ---> Running in e70eaaba0040 04:03:34 Removing intermediate container 43a739ffce98 04:03:34 ---> f46e5e78b7eb 04:03:34 Step 21/22 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f 04:03:35 ---> Running in 5f8ba1bd36cb 04:03:35 Removing intermediate container e70eaaba0040 04:03:35 ---> 9a21babb9106 04:03:35 Step 19/21 : LABEL arch=arm64 04:03:35 Removing intermediate container 723804e3f1c8 04:03:35 ---> 1ded74ab5384 04:03:35 04:03:35 Step 10/21 : FROM scratch 04:03:35 ---> 04:03:35 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:03:35 Removing intermediate container 238c61632952 04:03:35 ---> 8d420a4d9247 04:03:35 04:03:35 Step 10/22 : FROM scratch 04:03:35 ---> 04:03:35 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:03:35 ---> Running in 4d99dd7aa849 04:03:35 ---> Running in 0e823bc216f3 04:03:35 ---> Running in 488747d59172 04:03:35 Removing intermediate container 5f8ba1bd36cb 04:03:35 ---> 305a0c6c139e 04:03:35 Step 22/22 : LABEL version=0.0.0 04:03:36 ---> Running in 0afe993fe1e6 04:03:36 Removing intermediate container 4d99dd7aa849 04:03:36 ---> 00eec5c05642 04:03:36 Step 12/21 : ENV APP_PORT=48085 04:03:36 Removing intermediate container 0e823bc216f3 04:03:36 ---> f9c6b60f817d 04:03:36 Step 20/21 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f 04:03:36 Removing intermediate container 488747d59172 04:03:36 ---> adb4188538a2 04:03:36 Step 12/22 : ENV APP_PORT=48082 04:03:36 ---> Running in 02336666feaf 04:03:36 ---> Running in e9e448e574b4 04:03:36 ---> Running in f990665027a5 04:03:37 Removing intermediate container 0afe993fe1e6 04:03:37 ---> 0546b8f0ab45 04:03:37 04:03:37 Removing intermediate container 02336666feaf 04:03:37 ---> 136354805358 04:03:37 Step 13/21 : EXPOSE $APP_PORT 04:03:37 Removing intermediate container f990665027a5 04:03:37 ---> cb610aa894fc 04:03:37 Step 21/21 : LABEL version=0.0.0 04:03:37 Removing intermediate container e9e448e574b4 04:03:37 ---> 362656ff1266 04:03:37 Step 13/22 : EXPOSE $APP_PORT 04:03:37 Successfully built 0546b8f0ab45 04:03:37 ---> Running in c2e68312a4a0 04:03:37 ---> Running in cc581dfdba0c 04:03:37 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 04:03:37  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go 04:03:37 ---> Running in 8afa18cbd12f 04:03:38 Removing intermediate container c2e68312a4a0 04:03:38 ---> 42bb8954ad47 04:03:38 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:03:38 Removing intermediate container 8afa18cbd12f 04:03:38 ---> 69991805a9f4 04:03:38 04:03:38 Removing intermediate container cc581dfdba0c 04:03:38 ---> 472d59583a00 04:03:38 Step 14/22 : WORKDIR / 04:03:38 ---> Running in 040e8c0a700d 04:03:39 Successfully built 69991805a9f4 04:03:39 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:03:39 Building docker-support-notifications-go 04:03:40  Building docker-security-proxy-setup-go ... done Removing intermediate container 040e8c0a700d 04:03:40 ---> 2ea0482e6741 04:03:40 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:03:40 ---> b4fe3300b1f4 04:03:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:03:41 ---> 3f8ecf1fc7c8 04:03:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:03:42 ---> e7313dc7fee7 04:03:42 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:03:43 ---> a153654c3288 04:03:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:03:44 ---> 7e6fe35b5063 04:03:44 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 04:03:44 ---> Running in 340e435a97d3 04:03:44 ---> c34b799b82bf 04:03:44 Step 18/22 : ENTRYPOINT ["/core-command"] 04:03:45 Removing intermediate container 340e435a97d3 04:03:45 ---> 8de57858cf66 04:03:45 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:03:45 ---> Running in c5bd18b70e4b 04:03:45 ---> Running in 3dff1897a1fa 04:03:46 Removing intermediate container c5bd18b70e4b 04:03:46 ---> 741d8930aef9 04:03:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:03:46 Removing intermediate container 3dff1897a1fa 04:03:46 ---> 4f1739c63879 04:03:46 Step 19/21 : LABEL arch=arm64 04:03:46 ---> Running in d647e84b0c7a 04:03:46 ---> Running in 01fe52ee4283 04:03:47 Removing intermediate container d647e84b0c7a 04:03:47 ---> 6ad10212b097 04:03:47 Step 20/22 : LABEL arch=arm64 04:03:47 Removing intermediate container 01fe52ee4283 04:03:47 ---> 4787411ca6b7 04:03:47 Step 20/21 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f 04:03:47 ---> Running in 47b471ccaa4b 04:03:47 ---> Running in d36ff5f08c5f 04:03:48 Removing intermediate container 47b471ccaa4b 04:03:48 ---> 7a9cb1eda66b 04:03:48 Step 21/22 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f 04:03:48 ---> Running in 5292082c3c9e 04:03:48 Removing intermediate container d36ff5f08c5f 04:03:48 ---> 8e721148fc8a 04:03:48 Step 21/21 : LABEL version=0.0.0 04:03:48 ---> Running in 6ba35bf71424 04:03:49 Removing intermediate container 5292082c3c9e 04:03:49 ---> ba221f526316 04:03:49 Step 22/22 : LABEL version=0.0.0 04:03:49 Removing intermediate container 6ba35bf71424 04:03:49 ---> cd7343cc787a 04:03:49 04:03:49 ---> Running in 2fe4addb1e1c 04:03:49 Successfully built cd7343cc787a 04:03:49 Successfully tagged docker-support-scheduler-go-arm64:latest 04:03:49  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 04:03:50 Removing intermediate container 2fe4addb1e1c 04:03:50 ---> 70afc0478c25 04:03:50 04:03:50 Successfully built 70afc0478c25 04:03:50 Successfully tagged docker-core-command-go-arm64:latest 04:03:50 Building docker-sys-mgmt-agent-go 04:03:53  Building docker-core-command-go ... done Removing intermediate container 2634c8d04ed5 04:03:53 ---> c80141a57154 04:03:53 04:03:53 Step 10/23 : FROM alpine 04:03:53 ---> 2e77e061c27f 04:03:53 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:03:53 ---> Running in eb8e6a0c5823 04:03:53 Removing intermediate container eb8e6a0c5823 04:03:53 ---> 1de1079f0033 04:03:53 Step 12/23 : ENV APP_PORT=48080 04:03:53 ---> Running in 858f1ad3bf36 04:03:54 Removing intermediate container 858f1ad3bf36 04:03:54 ---> d2d70af0813f 04:03:54 Step 13/23 : EXPOSE $APP_PORT 04:03:54 ---> Running in 1584c808f740 04:03:55 Removing intermediate container 1584c808f740 04:03:55 ---> ff66fc7e3d12 04:03:55 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:03:55 ---> Running in f120e555c762 04:03:58 Removing intermediate container f120e555c762 04:03:58 ---> 44093211aae8 04:03:58 Step 15/23 : RUN apk --no-cache add zeromq 04:03:58 ---> Running in 64c44859ec7d 04:04:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:04:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:04:01 (1/5) Installing libgcc (9.3.0-r2) 04:04:01 (2/5) Installing libsodium (1.0.18-r0) 04:04:02 (3/5) Installing libstdc++ (9.3.0-r2) 04:04:02 (4/5) Installing libzmq (4.3.3-r0) 04:04:02 (5/5) Installing zeromq (4.3.3-r0) 04:04:02 Executing busybox-1.31.1-r19.trigger 04:04:02 OK: 8 MiB in 19 packages 04:04:05 Removing intermediate container 64c44859ec7d 04:04:05 ---> 1a8d7a7b7ec3 04:04:05 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:04:06 ---> 1efdaca4168c 04:04:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:04:08 ---> 81ca4f91a32f 04:04:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:04:09 ---> d4d82f3db6e1 04:04:09 Step 19/23 : ENTRYPOINT ["/core-data"] 04:04:09 ---> Running in c959607622ed 04:04:10 Removing intermediate container c959607622ed 04:04:10 ---> c0d14592b705 04:04:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:04:10 ---> Running in 35ca3784d588 04:04:11 Removing intermediate container 35ca3784d588 04:04:11 ---> 35f83d34c58f 04:04:11 Step 21/23 : LABEL arch=arm64 04:04:11 ---> Running in 8466bc3b58ce 04:04:12 Removing intermediate container 8466bc3b58ce 04:04:12 ---> 60c7ddac8e7b 04:04:12 Step 22/23 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f 04:04:12 ---> Running in e8338acf6fdc 04:04:12 Removing intermediate container e8338acf6fdc 04:04:12 ---> 33d80fa613ed 04:04:12 Step 23/23 : LABEL version=0.0.0 04:04:13 ---> Running in 4560e34eec13 04:04:13 Removing intermediate container 4560e34eec13 04:04:13 ---> f2cae9373b13 04:04:13 04:04:14 Successfully built f2cae9373b13 04:04:14 Successfully tagged docker-core-data-go-arm64:latest 04:04:14 Building docker-security-secrets-setup-go 04:04:32  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 04:04:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:04:32 ---> ad73217958d9 04:04:32 Step 3/22 : WORKDIR /edgex-go 04:04:32 ---> Using cache 04:04:32 ---> 589360bee76d 04:04:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:04:32 ---> Using cache 04:04:32 ---> 677bed2b9630 04:04:32 Step 5/22 : RUN apk update && apk add make git 04:04:32 ---> Using cache 04:04:32 ---> ccfc162bb9e3 04:04:32 Step 6/22 : COPY go.mod . 04:04:32 ---> Using cache 04:04:32 ---> f307571d903f 04:04:32 Step 7/22 : RUN go mod download 04:04:32 ---> Using cache 04:04:32 ---> 7a08edc96e68 04:04:32 Step 8/22 : COPY . . 04:04:32 ---> Using cache 04:04:32 ---> dcb629a9fbef 04:04:32 Step 9/22 : RUN make cmd/core-metadata/core-metadata 04:04:33 ---> Running in 0670d139b3b2 04:04:33 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 04:04:33 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:04:33 ---> ad73217958d9 04:04:33 Step 3/24 : WORKDIR /edgex-go 04:04:33 ---> Using cache 04:04:33 ---> 589360bee76d 04:04:33 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:04:33 ---> Using cache 04:04:33 ---> 677bed2b9630 04:04:33 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 04:04:33 ---> Running in 7dce7a62db47 04:04:35 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 04:04:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:04:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:04:37 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:04:37 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:04:37 OK: 12616 distinct packages available 04:04:38 OK: 217 MiB in 51 packages 04:04:42 Removing intermediate container 7dce7a62db47 04:04:42 ---> c66bb1651717 04:04:42 Step 6/24 : COPY go.mod . 04:04:44 ---> 2392ecf32688 04:04:44 Step 7/24 : RUN go mod download 04:04:44 ---> Running in 6a56c92219ce 04:04:48 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 04:04:48 Step 2/27 : FROM ${BUILDER_BASE} AS builder 04:04:48 ---> ad73217958d9 04:04:48 Step 3/27 : WORKDIR /edgex-go 04:04:48 ---> Using cache 04:04:48 ---> 589360bee76d 04:04:48 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:04:48 ---> Using cache 04:04:48 ---> 677bed2b9630 04:04:48 Step 5/27 : RUN apk update && apk add make bash git 04:04:48 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 04:04:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:04:48 ---> ad73217958d9 04:04:48 Step 3/24 : WORKDIR /edgex-go 04:04:48 ---> Using cache 04:04:48 ---> 589360bee76d 04:04:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:04:48 ---> Using cache 04:04:48 ---> 677bed2b9630 04:04:48 Step 5/24 : RUN apk update && apk add make git 04:04:48 ---> Using cache 04:04:48 ---> ccfc162bb9e3 04:04:48 Step 6/24 : COPY go.mod . 04:04:48 ---> Using cache 04:04:48 ---> f307571d903f 04:04:48 Step 7/24 : RUN go mod download 04:04:48 ---> Using cache 04:04:48 ---> 7a08edc96e68 04:04:48 Step 8/24 : COPY . . 04:04:48 ---> Using cache 04:04:48 ---> dcb629a9fbef 04:04:48 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:04:48 ---> Running in 5e2365a1c48c 04:04:48 ---> Running in 47a4f063ac5d 04:04:51 Removing intermediate container 6a56c92219ce 04:04:51 ---> c202f6a744e1 04:04:51 Step 8/24 : COPY . . 04:04:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:04: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 04:04:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:04:53 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:04:53 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:04:53 OK: 12616 distinct packages available 04:04:54 OK: 217 MiB in 51 packages 04:05:00 Removing intermediate container 47a4f063ac5d 04:05:00 ---> 6de11436f319 04:05:00 Step 6/27 : COPY go.mod . 04:05:01 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 04:05:01 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:05:01 ---> ad73217958d9 04:05:01 Step 3/29 : WORKDIR /edgex-go 04:05:01 ---> Using cache 04:05:01 ---> 589360bee76d 04:05:01 Step 4/29 : RUN apk update && apk add make git 04:05:01 ---> c5632ae6cc63 04:05:01 Step 7/27 : RUN go mod download 04:05:02 ---> Running in e3d305ed259e 04:05:02 ---> Running in e7e134966ac6 04:05:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:05:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:05:07 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:05:07 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:05:07 OK: 12616 distinct packages available 04:05:08 OK: 217 MiB in 51 packages 04:05:09 Removing intermediate container e7e134966ac6 04:05:09 ---> 85b97dc7118e 04:05:09 Step 8/27 : COPY . . 04:05:11 Removing intermediate container e3d305ed259e 04:05:11 ---> 52d35e80391c 04:05:11 Step 5/29 : COPY go.mod . 04:05:14 ---> f15411315151 04:05:14 Step 6/29 : RUN go mod download 04:05:15 ---> Running in 2b55306c0670 04:05:20 ---> 7435c7b7e648 04:05:20 Step 9/24 : RUN make cmd/support-notifications/support-notifications 04:05:21 ---> Running in 77e5ab27f71a 04:05:21 Removing intermediate container 2b55306c0670 04:05:21 ---> 7fd940836586 04:05:21 Step 7/29 : COPY . . 04:05:23 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 04:05:42 ---> b8af6d92ba42 04:05:42 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:05:42 ---> Running in 9c0eeaf26bde 04:05:44 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 04:05:47 ---> b50ac2e2a056 04:05:47 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:05:47 ---> Running in f1d66fddc2d9 04:05:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:05:58 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 04:06:13 Removing intermediate container 5e2365a1c48c 04:06:13 ---> 0eaf26da905d 04:06:13 04:06:13 Step 10/24 : FROM alpine:3.10 04:06:13 ---> 536a684cf733 04:06:13 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:06:13 ---> Using cache 04:06:13 ---> 8cd5f5e9504f 04:06:13 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:06:13 ---> Running in 49df3d96094b 04:06:13 Removing intermediate container 49df3d96094b 04:06:13 ---> 993e9c63cb79 04:06:13 Step 13/24 : WORKDIR / 04:06:13 ---> Running in 5eca6c7583a7 04:06:14 Removing intermediate container 5eca6c7583a7 04:06:14 ---> 19f513077b25 04:06:14 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:06:15 ---> 160ae738d644 04:06:15 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:06:16 ---> 7fb07625038b 04:06:16 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:06:18 ---> f2eb20bbc0b4 04:06:18 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:06:20 ---> ac6408b14378 04:06:20 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:06:23 ---> b448fd9fe0ed 04:06:23 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:06:24 Removing intermediate container 0670d139b3b2 04:06:24 ---> 977907783f98 04:06:24 04:06:24 Step 10/22 : FROM scratch 04:06:24 ---> 04:06:24 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:06:24 ---> Using cache 04:06:24 ---> adb4188538a2 04:06:24 Step 12/22 : ENV APP_PORT=48081 04:06:24 ---> Running in a4b05f8e2519 04:06:24 ---> 6ceb6788fed4 04:06:24 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:06:25 ---> Running in dfa1984192cf 04:06:25 Removing intermediate container a4b05f8e2519 04:06:25 ---> 06abe705f447 04:06:25 Step 13/22 : EXPOSE $APP_PORT 04:06:25 ---> Running in cb3a4b6697d8 04:06:26 Removing intermediate container cb3a4b6697d8 04:06:26 ---> 89aa402aa3ee 04:06:26 Step 14/22 : WORKDIR / 04:06:26 ---> Running in 5d1bb507ad6b 04:06:27 Removing intermediate container 5d1bb507ad6b 04:06:27 ---> 39e0d3ec89d1 04:06:27 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:06:28 ---> 1d8bce6e32c5 04:06:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:06:28 Removing intermediate container dfa1984192cf 04:06:28 ---> 5231b2ac1d22 04:06:28 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 04:06:28 ---> Running in ecc020b6c00c 04:06:29 Removing intermediate container ecc020b6c00c 04:06:29 ---> 8ae2aa4a5721 04:06:29 Step 22/24 : LABEL arch=arm64 04:06:30 ---> Running in f7038a1229a9 04:06:31 Removing intermediate container f7038a1229a9 04:06:31 ---> 8bfc37f2cf12 04:06:31 Step 23/24 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f 04:06:31 ---> 62cadfe733b6 04:06:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:06:31 ---> Running in 03430a12a4f2 04:06:32 Removing intermediate container 03430a12a4f2 04:06:32 ---> f24a67e446d1 04:06:32 Step 24/24 : LABEL version=0.0.0 04:06:32 ---> 79f3b606e23d 04:06:32 Step 18/22 : ENTRYPOINT ["/core-metadata"] 04:06:32 ---> Running in 5ab1f0c0839b 04:06:32 ---> Running in 98c4f710494e 04:06:33 Removing intermediate container 5ab1f0c0839b 04:06:33 ---> dce07a0a2fc6 04:06:33 04:06:33 Removing intermediate container 98c4f710494e 04:06:33 ---> 9f1190edb279 04:06:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:06:33 ---> Running in 28f91b7811c9 04:06:34 Successfully built dce07a0a2fc6 04:06:34 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:06:34  Building docker-security-secretstore-setup-go ... done Removing intermediate container 28f91b7811c9 04:06:34 ---> 8de37ae124c9 04:06:34 Step 20/22 : LABEL arch=arm64 04:06:34 ---> Running in 4fae4b658101 04:06:35 Removing intermediate container 4fae4b658101 04:06:35 ---> a43f48f1033c 04:06:35 Step 21/22 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f 04:06:35 ---> Running in a1c09d42b9c2 04:06:36 Removing intermediate container a1c09d42b9c2 04:06:36 ---> 0a15e750daea 04:06:36 Step 22/22 : LABEL version=0.0.0 04:06:36 ---> Running in 84e12a3fa291 04:06:36 Removing intermediate container 84e12a3fa291 04:06:36 ---> 22d8d6a1dc03 04:06:36 04:06:37 Successfully built 22d8d6a1dc03 04:06:37 Successfully tagged docker-core-metadata-go-arm64:latest 04:06:59  Building docker-core-metadata-go ... done Removing intermediate container f1d66fddc2d9 04:06:59 ---> b67f7a0133ca 04:06:59 04:06:59 Step 9/29 : FROM alpine:latest 04:06:59 ---> 2e77e061c27f 04:06:59 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:06:59 ---> Running in 803ea641b9ed 04:06:59 Removing intermediate container 803ea641b9ed 04:06:59 ---> 3523984a1a5c 04:06:59 Step 11/29 : USER root 04:06:59 Removing intermediate container 77e5ab27f71a 04:06:59 ---> c4856f483cd2 04:06:59 04:06:59 Step 10/24 : FROM scratch 04:06:59 ---> 04:06:59 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:06:59 ---> Running in 5116251705c0 04:06:59 ---> Running in ce568ee60c02 04:06:59 Removing intermediate container 9c0eeaf26bde 04:06:59 ---> 11a1c050ac7e 04:06:59 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:06:59 Removing intermediate container 5116251705c0 04:06:59 ---> 7531082249e6 04:06:59 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:06:59 ---> Running in 7062a1f0d69c 04:06:59 ---> Running in 19ee243d0a4e 04:06:59 Removing intermediate container ce568ee60c02 04:06:59 ---> 1112ce247ff8 04:06:59 Step 12/24 : ENV APP_PORT=48060 04:07:00 ---> Running in b1674d4dc1a4 04:07:00 Removing intermediate container b1674d4dc1a4 04:07:00 ---> 9c81fd001893 04:07:00 Step 13/24 : EXPOSE $APP_PORT 04:07:00 ---> Running in ee89534f68fe 04:07:01 Removing intermediate container ee89534f68fe 04:07:01 ---> fe1a344f16c0 04:07:01 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 04:07:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:07:01 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 04:07:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:07:02 ---> 97940869b153 04:07:02 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:07:02 v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:07:02 v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:07:02 OK: 12617 distinct packages available 04:07:03 ---> 2d051b0dda75 04:07:03 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 04:07:03 (1/2) Installing ca-certificates (20191127-r4) 04:07:03 (2/2) Installing dumb-init (1.2.2-r1) 04:07:03 Executing busybox-1.31.1-r19.trigger 04:07:03 Executing ca-certificates-20191127-r4.trigger 04:07:03 OK: 6 MiB in 16 packages 04:07:04 ---> c7759c7e156e 04:07:04 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:07:04 Removing intermediate container 7062a1f0d69c 04:07:04 ---> 435ed4a84149 04:07:04 04:07:04 Step 11/27 : FROM docker:latest 04:07:04 ---> 84e3a507c27b 04:07:04 Step 12/27 : RUN apk add --no-cache bash 04:07:05 ---> Running in c48bb27d6146 04:07:05 Removing intermediate container 19ee243d0a4e 04:07:05 ---> 91c9ff38d293 04:07:05 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:07:05 ---> 0ad12b71d177 04:07:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:07:05 ---> Running in 8c0a7fcdb5dc 04:07:06 Removing intermediate container 8c0a7fcdb5dc 04:07:06 ---> de6b16477197 04:07:06 Step 14/29 : WORKDIR $BASE_DIR 04:07:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:07:06 ---> Running in f5c482f8920e 04:07:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:07:06 ---> 0d8fa78b5d45 04:07:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:07:07 (1/2) Installing readline (8.0.4-r0) 04:07:07 (2/2) Installing bash (5.0.17-r0) 04:07:07 Executing bash-5.0.17-r0.post-install 04:07:07 Executing busybox-1.31.1-r19.trigger 04:07:07 Removing intermediate container f5c482f8920e 04:07:07 ---> 04de9aff608a 04:07:07 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:07:07 OK: 12 MiB in 22 packages 04:07:07 ---> Running in 4edfba4af950 04:07:08 ---> 4565adb1e957 04:07:08 Step 20/24 : ENTRYPOINT ["/support-notifications"] 04:07:08 ---> Running in 08d29f923ccd 04:07:08 Removing intermediate container c48bb27d6146 04:07:08 ---> 4a17323f57a4 04:07:08 Step 13/27 : RUN rm -rf /var/cache/apk/* 04:07:08 Removing intermediate container 08d29f923ccd 04:07:08 ---> 4d980cba5f94 04:07:08 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:07:08 ---> Running in 11d41388526c 04:07:08 ---> Running in c395ced8a694 04:07:09 Removing intermediate container c395ced8a694 04:07:09 ---> e0162da20d4c 04:07:09 Step 22/24 : LABEL arch=arm64 04:07:09 ---> Running in aa4751537d84 04:07:09 Removing intermediate container 4edfba4af950 04:07:09 ---> 6eb294009309 04:07:09 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:07:10 Removing intermediate container aa4751537d84 04:07:10 ---> 7882a93aa3e3 04:07:10 Step 23/24 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f 04:07:10 ---> Running in c0219066f645 04:07:10 Removing intermediate container c0219066f645 04:07:10 ---> dbb633750f09 04:07:10 Step 24/24 : LABEL version=0.0.0 04:07:10 ---> bc3b3483a959 04:07:10 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:07:10 ---> Running in c20ec2383c16 04:07:11 Removing intermediate container c20ec2383c16 04:07:11 ---> 809582b24b8c 04:07:11 04:07:11 Removing intermediate container 11d41388526c 04:07:11 ---> fee8b6c60e90 04:07:11 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:07:11 ---> Running in ed6782cb5bfe 04:07:11 Successfully built 809582b24b8c 04:07:11 Successfully tagged docker-support-notifications-go-arm64:latest 04:07:12  Building docker-support-notifications-go ... done  ---> 69eb24f67159 04:07:12 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:07:12 Removing intermediate container ed6782cb5bfe 04:07:12 ---> ded2c5f9533e 04:07:12 Step 15/27 : ENV APP_PORT=48090 04:07:12 ---> Running in f723fdad8760 04:07:12 ---> 18db04c11d9d 04:07:12 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:07:12 Removing intermediate container f723fdad8760 04:07:12 ---> aef860203431 04:07:12 Step 16/27 : EXPOSE $APP_PORT 04:07:13 ---> Running in 1fedcff5bb23 04:07:13 ---> 529c75072d96 04:07:13 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:07:13 Removing intermediate container 1fedcff5bb23 04:07:13 ---> d3ad31eb209f 04:07:13 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:07:14 ---> af8231a9c0f5 04:07:14 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:07:14 ---> Running in 80caa6dcdfa8 04:07:14 ---> 70421ebe7bb4 04:07:14 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:07:15 ---> 066867520b90 04:07:15 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:07:16 ---> 04564f43bf6a 04:07:16 Step 20/27 : RUN apk --no-cache add py3-pip 04:07:16 ---> Running in aa50050bb4e4 04:07:17 Removing intermediate container 80caa6dcdfa8 04:07:17 ---> f1c32349da8f 04:07:17 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:07:18 ---> 9458b1c384d1 04:07:18 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:07:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:07:18 ---> Running in c0127e79e052 04:07:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:07:19 (1/33) Installing libbz2 (1.0.8-r1) 04:07:19 (2/33) Installing expat (2.2.9-r1) 04:07:19 (3/33) Installing libffi (3.3-r2) 04:07:19 (4/33) Installing gdbm (1.13-r1) 04:07:19 (5/33) Installing xz-libs (5.2.5-r0) 04:07:19 (6/33) Installing sqlite-libs (3.32.1-r0) 04:07:19 (7/33) Installing python3 (3.8.5-r0) 04:07:21 (8/33) Installing py3-appdirs (1.4.4-r1) 04:07:21 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:07:21 (10/33) Installing py3-parsing (2.4.7-r0) 04:07:21 (11/33) Installing py3-six (1.15.0-r0) 04:07:21 (12/33) Installing py3-packaging (20.4-r0) 04:07:21 (13/33) Installing py3-setuptools (47.0.0-r0) 04:07:21 (14/33) Installing py3-chardet (3.0.4-r4) 04:07:21 Removing intermediate container c0127e79e052 04:07:21 ---> a0b98b478039 04:07:21 Step 24/29 : RUN chmod 755 security-secrets-setup 04:07:21 (15/33) Installing py3-idna (2.9-r0) 04:07:21 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:07:21 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:07:21 (18/33) Installing py3-requests (2.23.0-r0) 04:07:21 ---> Running in e28e1a7a8b4a 04:07:21 (19/33) Installing py3-msgpack (1.0.0-r0) 04:07:21 (20/33) Installing py3-lockfile (0.12.2-r3) 04:07:21 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:07:21 (22/33) Installing py3-colorama (0.4.3-r0) 04:07:21 (23/33) Installing py3-distlib (0.3.0-r0) 04:07:21 (24/33) Installing py3-distro (1.5.0-r1) 04:07:21 (25/33) Installing py3-webencodings (0.5.1-r3) 04:07:21 (26/33) Installing py3-html5lib (1.0.1-r4) 04:07:22 (27/33) Installing py3-pytoml (0.1.21-r0) 04:07:22 (28/33) Installing py3-pep517 (0.8.2-r0) 04:07:22 (29/33) Installing py3-progress (1.5-r0) 04:07:22 (30/33) Installing py3-toml (0.10.1-r0) 04:07:22 (31/33) Installing py3-retrying (1.3.3-r0) 04:07:22 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:07:22 (33/33) Installing py3-pip (20.1.1-r0) 04:07:22 Executing busybox-1.31.1-r19.trigger 04:07:22 OK: 71 MiB in 55 packages 04:07:24 Removing intermediate container e28e1a7a8b4a 04:07:24 ---> f90ad6c95345 04:07:24 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:07:24 ---> Running in aa0d09e0db64 04:07:25 Removing intermediate container aa0d09e0db64 04:07:25 ---> 93f74f7abf58 04:07:25 Step 26/29 : CMD [ "generate" ] 04:07:25 ---> Running in 28626530a1e7 04:07:26 Removing intermediate container 28626530a1e7 04:07:26 ---> 024ad069273f 04:07:26 Step 27/29 : LABEL arch=arm64 04:07:26 ---> Running in 91e7ff808ec4 04:07:27 Removing intermediate container 91e7ff808ec4 04:07:27 ---> d73039af732c 04:07:27 Step 28/29 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f 04:07:27 ---> Running in 4b5d0770a7ec 04:07:27 Removing intermediate container 4b5d0770a7ec 04:07:27 ---> ce112cb9df6d 04:07:27 Step 29/29 : LABEL version=0.0.0 04:07:27 ---> Running in d4651718ba8b 04:07:28 Removing intermediate container aa50050bb4e4 04:07:28 ---> 6b688f9d82b0 04:07:28 Step 21/27 : RUN pip install docker-compose==1.23.2 04:07:28 Removing intermediate container d4651718ba8b 04:07:28 ---> afdfc3e080f7 04:07:28 04:07:28 ---> Running in 918e3a162162 04:07:28 Successfully built afdfc3e080f7 04:07:28 Successfully tagged docker-security-secrets-setup-go-arm64:latest 04:07:33  Building docker-security-secrets-setup-go ... done Collecting docker-compose==1.23.2 04:07:33 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:07:33 Collecting cached-property<2,>=1.2.0 04:07:33 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:07:34 Collecting websocket-client<1.0,>=0.32.0 04:07:34 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:07:34 Collecting jsonschema<3,>=2.5.1 04:07:34 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:07:36 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:07:36 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:07:36 Collecting docker<4.0,>=3.6.0 04:07:36 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:07:37 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:07:37 Collecting texttable<0.10,>=0.9.0 04:07:37 Downloading texttable-0.9.1.tar.gz (11 kB) 04:07:39 Collecting docopt<0.7,>=0.6.1 04:07:39 Downloading docopt-0.6.2.tar.gz (25 kB) 04:07:41 Collecting PyYAML<4,>=3.10 04:07:41 Downloading PyYAML-3.13.tar.gz (270 kB) 04:07:44 Collecting dockerpty<0.5,>=0.4.1 04:07:44 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:07:46 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) 04:07:46 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) 04:07:46 Collecting urllib3<1.25,>=1.21.1 04:07:46 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:07:46 Collecting idna<2.8,>=2.5 04:07:46 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:07:46 Collecting docker-pycreds>=0.4.0 04:07:46 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:07:47 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:07:47 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:07:47 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:07:47 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:07:47 Installing collected packages: cached-property, websocket-client, jsonschema, urllib3, idna, requests, docker-pycreds, docker, texttable, docopt, PyYAML, dockerpty, docker-compose 04:07:48 Attempting uninstall: urllib3 04:07:48 Found existing installation: urllib3 1.25.9 04:07:48 Uninstalling urllib3-1.25.9: 04:07:48 Successfully uninstalled urllib3-1.25.9 04:07:49 Attempting uninstall: idna 04:07:49 Found existing installation: idna 2.9 04:07:49 Uninstalling idna-2.9: 04:07:49 Successfully uninstalled idna-2.9 04:07:49 Attempting uninstall: requests 04:07:49 Found existing installation: requests 2.23.0 04:07:49 Uninstalling requests-2.23.0: 04:07:50 Successfully uninstalled requests-2.23.0 04:07:51 Running setup.py install for texttable: started 04:07:53 Running setup.py install for texttable: finished with status 'done' 04:07:53 Running setup.py install for docopt: started 04:07:55 Running setup.py install for docopt: finished with status 'done' 04:07:55 Running setup.py install for PyYAML: started 04:07:57 Running setup.py install for PyYAML: finished with status 'done' 04:07:57 Running setup.py install for dockerpty: started 04:07:58 Running setup.py install for dockerpty: finished with status 'done' 04:07:59 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 04:08:02 Removing intermediate container 918e3a162162 04:08:02 ---> c172d9bd596c 04:08:02 Step 22/27 : RUN apk --no-cache add curl 04:08:03 ---> Running in fdffb3ccc968 04:08:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:08:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:08:04 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:08:04 (2/3) Installing libcurl (7.69.1-r1) 04:08:04 (3/3) Installing curl (7.69.1-r1) 04:08:04 Executing busybox-1.31.1-r19.trigger 04:08:04 OK: 71 MiB in 58 packages 04:08:06 Removing intermediate container fdffb3ccc968 04:08:06 ---> aa5bc7f0ffb8 04:08:06 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 04:08:06 ---> Running in 1f421821c45d 04:08:06 Removing intermediate container 1f421821c45d 04:08:06 ---> 6a5d234f8662 04:08:06 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:08:06 ---> Running in 080cbcfd1fba 04:08:07 Removing intermediate container 080cbcfd1fba 04:08:07 ---> 382a3030ec55 04:08:07 Step 25/27 : LABEL arch=arm64 04:08:07 ---> Running in cf87fa875c1e 04:08:08 Removing intermediate container cf87fa875c1e 04:08:08 ---> c7d2c6beaa3d 04:08:08 Step 26/27 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f 04:08:08 ---> Running in 21c5e68ef984 04:08:08 Removing intermediate container 21c5e68ef984 04:08:08 ---> 79916bd7e2dc 04:08:08 Step 27/27 : LABEL version=0.0.0 04:08:08 ---> Running in 9c11fa7ed55f 04:08:09 Removing intermediate container 9c11fa7ed55f 04:08:09 ---> 0a9c5b1290df 04:08:09 04:08:09 Successfully built 0a9c5b1290df 04:08:09 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:08:09  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:08:09 $ docker stop --time=1 ad752cad0aca43ea6e5dc82fb8379e5415e2d1db629c86cf596baf06bec1b06f 04:08:11 $ docker rm -f ad752cad0aca43ea6e5dc82fb8379e5415e2d1db629c86cf596baf06bec1b06f [Pipeline] // withDockerContainer [Pipeline] sh 04:08:12 + grep docker 04:08:12 + docker images 04:08:12 docker-sys-mgmt-agent-go-arm64 latest 0a9c5b1290df 4 seconds ago 273MB 04:08:12 docker-security-secrets-setup-go-arm64 latest afdfc3e080f7 44 seconds ago 22.7MB 04:08:12 docker-support-notifications-go-arm64 latest 809582b24b8c About a minute ago 12.9MB 04:08:12 docker-core-metadata-go-arm64 latest 22d8d6a1dc03 About a minute ago 13.6MB 04:08:12 docker-security-secretstore-setup-go-arm64 latest dce07a0a2fc6 About a minute ago 23.5MB 04:08:12 docker-core-data-go-arm64 latest f2cae9373b13 3 minutes ago 22.3MB 04:08:12 docker-core-command-go-arm64 latest 70afc0478c25 4 minutes ago 11.4MB 04:08:12 docker-support-scheduler-go-arm64 latest cd7343cc787a 4 minutes ago 11.5MB 04:08:12 docker-security-proxy-setup-go-arm64 latest 69991805a9f4 4 minutes ago 23.4MB 04:08:12 docker-security-bootstrap-redis-go-arm64 latest 0546b8f0ab45 4 minutes ago 15.2MB 04:08:12 docker latest 84e3a507c27b 2 days ago 201MB [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 04:08:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:08:17 ---> package-listing.sh 04:08:17 ++ facter osfamily 04:08:17 ++ tr '[:upper:]' '[:lower:]' 04:08:17 + OS_FAMILY=redhat 04:08:17 + workspace=/w/workspace/edgex-go/6 04:08:17 + START_PACKAGES=/tmp/packages_start.txt 04:08:17 + END_PACKAGES=/tmp/packages_end.txt 04:08:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:08:17 + PACKAGES=/tmp/packages_start.txt 04:08:17 + '[' /w/workspace/edgex-go/6 ']' 04:08:17 + PACKAGES=/tmp/packages_end.txt 04:08:17 + case "${OS_FAMILY}" in 04:08:17 + rpm -qa 04:08:17 + sort 04:08:22 + '[' -f /tmp/packages_start.txt ']' 04:08:22 + '[' -f /tmp/packages_end.txt ']' 04:08:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:08:22 + '[' /w/workspace/edgex-go/6 ']' 04:08:22 + mkdir -p /w/workspace/edgex-go/6/archives/ 04:08:22 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 04:08:22 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:08:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:08:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:08:23 04:08:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:08:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:08:24 alpine: Pulling from edgex-lftools-log-publisher 04:08:24 df20fa9351a1: Pulling fs layer 04:08:24 36b3adc4ff6f: Pulling fs layer 04:08:24 8ad3a11d3b57: Pulling fs layer 04:08:24 46f8f816bc3b: Pulling fs layer 04:08:24 93b61091891f: Pulling fs layer 04:08:24 93b9cdb0e59b: Pulling fs layer 04:08:24 5e14af77c1be: Pulling fs layer 04:08:24 01666e4c0597: Pulling fs layer 04:08:24 aa168da1d23b: Pulling fs layer 04:08:24 46f8f816bc3b: Waiting 04:08:24 93b61091891f: Waiting 04:08:24 93b9cdb0e59b: Waiting 04:08:24 01666e4c0597: Waiting 04:08:24 aa168da1d23b: Waiting 04:08:24 36b3adc4ff6f: Verifying Checksum 04:08:24 36b3adc4ff6f: Download complete 04:08:25 46f8f816bc3b: Verifying Checksum 04:08:25 46f8f816bc3b: Download complete 04:08:25 df20fa9351a1: Download complete 04:08:25 93b9cdb0e59b: Verifying Checksum 04:08:25 93b9cdb0e59b: Download complete 04:08:25 5e14af77c1be: Verifying Checksum 04:08:25 5e14af77c1be: Download complete 04:08:25 93b61091891f: Verifying Checksum 04:08:25 93b61091891f: Download complete 04:08:25 01666e4c0597: Verifying Checksum 04:08:25 01666e4c0597: Download complete 04:08:25 8ad3a11d3b57: Verifying Checksum 04:08:25 8ad3a11d3b57: Download complete 04:08:25 df20fa9351a1: Pull complete 04:08:25 36b3adc4ff6f: Pull complete 04:08:26 8ad3a11d3b57: Pull complete 04:08:26 46f8f816bc3b: Pull complete 04:08:27 aa168da1d23b: Download complete 04:08:28 93b61091891f: Pull complete 04:08:28 93b9cdb0e59b: Pull complete 04:08:28 5e14af77c1be: Pull complete 04:08:28 01666e4c0597: Pull complete 04:08:37 aa168da1d23b: Pull complete 04:08:37 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:08:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:08:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:08:37 prd-centos7-docker-4c-2g-14445 does not seem to be running inside a container 04:08:37 $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:08:41 $ docker top bf2b658fecb579500de8f88403c800052da157429ed27a5a99271b73c9dc0bf7 -eo pid,comm [Pipeline] { [Pipeline] sh 04:08:41 + touch /tmp/pre-build-complete [Pipeline] sh 04:08:42 + mkdir -p /var/log/sa [Pipeline] sh 04:08:42 + ls /var/log/sa-host 04:08:42 + sadf -c /var/log/sa-host/sa04 04:08:42 file_magic: OK 04:08:42 HZ: Using current value: 100 04:08:42 file_header: OK 04:08: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 04:08:42 Statistics: 04:08: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... 04:08:42 File successfully converted to sysstat format version 12.2.1 04:08:42 + sadf -c /var/log/sa-host/sa23 04:08:42 file_magic: OK 04:08:42 HZ: Using current value: 100 04:08:42 file_header: OK 04:08: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 04:08:42 Statistics: 04:08:42 Hnuu...uuuununununu... 04:08:42 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:08:42 provisioning config files... 04:08:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config3883740508345308913tmp [Pipeline] { [Pipeline] echo 04:08:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:08:42 ---> create-netrc.sh [Pipeline] } 04:08:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 04:08:43 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 04:08:43 ---> python-tools-install.sh [Pipeline] echo 04:08:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:08:43 ---> sudo-logs.sh 04:08:43 Archiving 'sudo' log.. [Pipeline] echo 04:08:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:08:43 ---> job-cost.sh 04:08:43 lf-activate-venv: SKIPPING 04:08:43 INFO: No Stack... 04:08:44 INFO: Retrieving Pricing Info for: v1-standard-2 04:08:45 INFO: Archiving Costs [Pipeline] echo 04:08:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:08:45 ---> logs-deploy.sh 04:08:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2920/6 04:08:45 INFO: archiving workspace using pattern(s): 04:08:47 Archives upload complete. 04:08:47 INFO: archiving logs to Nexus