Pull request #2892 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 416f7af198bcbdfe57b3ae159b9b46fe65dcf279+39e6b044bcbfaa6947ff572dd7ed6f608645206c (57090a8f5eaeeaa79977a028ad9b7e4e09218d2d) Running in Durability level: MAX_SURVIVABILITY 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-2892/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-2892/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-12926 in /w/workspace/edgexfoundry_edgex-go_PR-2892 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 39e6b044bcbfaa6947ff572dd7ed6f608645206c into PR head commit 416f7af198bcbdfe57b3ae159b9b46fe65dcf279 Merge succeeded, producing 416f7af198bcbdfe57b3ae159b9b46fe65dcf279 Checking out Revision 416f7af198bcbdfe57b3ae159b9b46fe65dcf279 (PR-2892) > 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 --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2892/head:refs/remotes/origin/PR-2892 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 416f7af198bcbdfe57b3ae159b9b46fe65dcf279 # 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 39e6b044bcbfaa6947ff572dd7ed6f608645206c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 416f7af198bcbdfe57b3ae159b9b46fe65dcf279 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:34:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:34:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:34:45 ========================================================= 06:34:45 EdgeX Global Pipelines Version Info 06:34:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:34:48 ------------------- 06:34:48 stable info: 06:34:48 ------------------- 06:34:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:34:48 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 06:34:48 Message: update stable to v1.0.167 06:34:49 ------------------- 06:34:49 experimental info: 06:34:49 ------------------- 06:34:49 Commited By: **** collab-it+edgex@linuxfoundation.org 06:34:49 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 06:34:49 Message: update experimental to v1.0.167 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:34:49 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:34:49 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:34:49 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:34:49 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:34:50 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:34:50 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:34:50 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:34:50 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:34:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 06:34:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 06:34:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:34:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:34:51 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:34:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:34:51 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:34:51 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:34:51 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:34:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:34:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:34:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:34:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 06:34:52 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 06:34:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2892 [Pipeline] echo 06:34:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2892 [Pipeline] echo 06:34:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2892 [Pipeline] echo 06:34:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 416f7af198bcbdfe57b3ae159b9b46fe65dcf279 [Pipeline] echo 06:34:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 416f7af [Pipeline] echo 06:34:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:34:53 provisioning config files... 06:34:53 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4939405804723889984tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:34:54 ---> docker-login.sh 06:34:54 nexus3.edgexfoundry.org:10001 06:34:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:54 Configure a credential helper to remove this warning. See 06:34:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:54 06:34:54 Login Succeeded 06:34:54 nexus3.edgexfoundry.org:10002 06:34:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:54 Configure a credential helper to remove this warning. See 06:34:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:54 06:34:54 Login Succeeded 06:34:54 nexus3.edgexfoundry.org:10003 06:34:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:55 Configure a credential helper to remove this warning. See 06:34:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:55 06:34:55 Login Succeeded 06:34:55 nexus3.edgexfoundry.org:10004 06:34:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:55 Configure a credential helper to remove this warning. See 06:34:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:55 06:34:55 Login Succeeded 06:34:55 docker.io 06:34:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:56 Configure a credential helper to remove this warning. See 06:34:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:56 06:34:56 Login Succeeded 06:34:56 ---> docker-login.sh ends [Pipeline] } 06:34:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:34:56 ++ 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-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 06:34:56 + for file in '`ls cmd/**/Dockerfile`' 06:34:56 ++ dirname cmd/core-command/Dockerfile 06:34:56 ++ cut -d/ -f2 06:34:56 + echo core-command,cmd/core-command/Dockerfile 06:34:56 + for file in '`ls cmd/**/Dockerfile`' 06:34:56 ++ dirname cmd/core-data/Dockerfile 06:34:56 ++ cut -d/ -f2 06:34:56 + echo core-data,cmd/core-data/Dockerfile 06:34:56 + for file in '`ls cmd/**/Dockerfile`' 06:34:56 ++ dirname cmd/core-metadata/Dockerfile 06:34:56 ++ cut -d/ -f2 06:34:56 + echo core-metadata,cmd/core-metadata/Dockerfile 06:34:56 + for file in '`ls cmd/**/Dockerfile`' 06:34:56 ++ dirname cmd/security-bootstrap-redis/Dockerfile 06:34:56 ++ cut -d/ -f2 06:34:56 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 06:34:56 + for file in '`ls cmd/**/Dockerfile`' 06:34:56 ++ dirname cmd/security-proxy-setup/Dockerfile 06:34:56 ++ cut -d/ -f2 06:34:56 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:34:56 + for file in '`ls cmd/**/Dockerfile`' 06:34:56 ++ dirname cmd/security-secrets-setup/Dockerfile 06:34:56 ++ cut -d/ -f2 06:34:56 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 06:34:56 + for file in '`ls cmd/**/Dockerfile`' 06:34:56 ++ dirname cmd/security-secretstore-setup/Dockerfile 06:34:56 ++ cut -d/ -f2 06:34:56 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:34:56 + for file in '`ls cmd/**/Dockerfile`' 06:34:56 ++ dirname cmd/support-logging/Dockerfile 06:34:56 ++ cut -d/ -f2 06:34:56 + echo support-logging,cmd/support-logging/Dockerfile 06:34:56 + for file in '`ls cmd/**/Dockerfile`' 06:34:56 ++ dirname cmd/support-notifications/Dockerfile 06:34:56 ++ cut -d/ -f2 06:34:56 + echo support-notifications,cmd/support-notifications/Dockerfile 06:34:56 + for file in '`ls cmd/**/Dockerfile`' 06:34:56 ++ dirname cmd/support-scheduler/Dockerfile 06:34:56 ++ cut -d/ -f2 06:34:56 + echo support-scheduler,cmd/support-scheduler/Dockerfile 06:34:56 + for file in '`ls cmd/**/Dockerfile`' 06:34:56 ++ dirname cmd/sys-mgmt-agent/Dockerfile 06:34:56 ++ cut -d/ -f2 06:34:56 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 06:34:56 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-logging-go, dockerfile:cmd/support-logging/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 06:34:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:34:58 06:34:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:34:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:34:58 latest: Pulling from edgex-devops/git-semver 06:34:58 31603596830f: Pulling fs layer 06:34:58 2a8b12db71e7: Pulling fs layer 06:34:58 6ca5941a6612: Pulling fs layer 06:34:58 ecc8261a40a4: Pulling fs layer 06:34:58 ecc8261a40a4: Waiting 06:34:58 2a8b12db71e7: Download complete 06:34:58 31603596830f: Verifying Checksum 06:34:58 31603596830f: Download complete 06:34:59 ecc8261a40a4: Verifying Checksum 06:34:59 ecc8261a40a4: Download complete 06:34:59 6ca5941a6612: Verifying Checksum 06:34:59 6ca5941a6612: Download complete 06:34:59 31603596830f: Pull complete 06:34:59 2a8b12db71e7: Pull complete 06:35:00 6ca5941a6612: Pull complete 06:35:00 ecc8261a40a4: Pull complete 06:35:00 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:35:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:35:00 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:35:01 prd-centos7-docker-4c-2g-12926 does not seem to be running inside a container 06:35:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:35:04 $ docker top c2e925c5463adba1c1dce1845d29474e35f9cb42e1638e69bb84c038a56eb6d2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:35:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:35:04 [ssh-agent] Looking for ssh-agent implementation... 06:35:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:35:05 $ docker exec c2e925c5463adba1c1dce1845d29474e35f9cb42e1638e69bb84c038a56eb6d2 ssh-agent 06:35:05 SSH_AUTH_SOCK=/tmp/ssh-rap6f5D25JpW/agent.12 06:35:05 SSH_AGENT_PID=17 06:35:05 Running ssh-add (command line suppressed) 06:35:05 Identity added: /w/workspace/edgex-go/1@tmp/private_key_4312916399608134242.key (/w/workspace/edgex-go/1@tmp/private_key_4312916399608134242.key) 06:35:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:35:05 + git tag --points-at HEAD [Pipeline] } 06:35:06 $ docker exec --env ******** --env ******** c2e925c5463adba1c1dce1845d29474e35f9cb42e1638e69bb84c038a56eb6d2 ssh-agent -k 06:35:06 unset SSH_AUTH_SOCK; 06:35:06 unset SSH_AGENT_PID; 06:35:06 echo Agent pid 17 killed; 06:35:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:35:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:35:06 [ssh-agent] Looking for ssh-agent implementation... 06:35:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:35:07 $ docker exec c2e925c5463adba1c1dce1845d29474e35f9cb42e1638e69bb84c038a56eb6d2 ssh-agent 06:35:07 SSH_AUTH_SOCK=/tmp/ssh-YnA8gwRWvXDE/agent.46 06:35:07 SSH_AGENT_PID=51 06:35:07 Running ssh-add (command line suppressed) 06:35:07 Identity added: /w/workspace/edgex-go/1@tmp/private_key_6031367029238349200.key (/w/workspace/edgex-go/1@tmp/private_key_6031367029238349200.key) 06:35:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:35:08 + git semver init 06:35:08 # -> Open(): unable to determine branch for HEAD 06:35:08 # $GIT_DIR = /w/workspace/edgex-go/1/.git 06:35:08 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 06:35:08 # $SEMVER_REMOTE_NAME = origin 06:35:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:35:08 # $SEMVER_USER_NAME = edgex-jenkins 06:35:08 # $SEMVER_BRANCH = PR-2892 06:35:08 # $SEMVER_TEMP = /tmp/semver-666584966 06:35:08 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 06:35:35 # '/tmp/semver-666584966' -> '/w/workspace/edgex-go/1/.semver' 06:35:35 # -> Force: false 06:35:35 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 06:35:35 $ docker exec --env ******** --env ******** c2e925c5463adba1c1dce1845d29474e35f9cb42e1638e69bb84c038a56eb6d2 ssh-agent -k 06:35:36 unset SSH_AUTH_SOCK; 06:35:36 unset SSH_AGENT_PID; 06:35:36 echo Agent pid 51 killed; 06:35:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:35:36 + git semver [Pipeline] } 06:35:36 $ docker stop --time=1 c2e925c5463adba1c1dce1845d29474e35f9cb42e1638e69bb84c038a56eb6d2 06:35:38 $ docker rm -f c2e925c5463adba1c1dce1845d29474e35f9cb42e1638e69bb84c038a56eb6d2 [Pipeline] // withDockerContainer [Pipeline] sh 06:35:39 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:35:40 Stashed 1 file(s) [Pipeline] echo 06:35:40 [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 06:35:41 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:35:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:35:42 + sudo service docker restart 06:35:42 + true 06:35:42 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 06:35:43 ========================================================= 06:35:43 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:35:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:35:43 + 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 . 06:35:48 Sending build context to Docker daemon 325.9MB 06:35:48 Step 1/7 : ARG BASE=golang:1.15-alpine 06:35:48 Step 2/7 : FROM ${BASE} 06:35:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:35:48 df20fa9351a1: Pulling fs layer 06:35:48 ed8968b2872e: Pulling fs layer 06:35:48 a92cc7c5fd73: Pulling fs layer 06:35:48 e871e8e8d7a9: Pulling fs layer 06:35:48 e73272ec9a57: Pulling fs layer 06:35:48 1e910a182e73: Pulling fs layer 06:35:48 4e634b169226: Pulling fs layer 06:35:48 e871e8e8d7a9: Waiting 06:35:48 e73272ec9a57: Waiting 06:35:48 1e910a182e73: Waiting 06:35:48 4e634b169226: Waiting 06:35:48 a92cc7c5fd73: Verifying Checksum 06:35:48 a92cc7c5fd73: Download complete 06:35:48 ed8968b2872e: Verifying Checksum 06:35:48 ed8968b2872e: Download complete 06:35:48 e73272ec9a57: Verifying Checksum 06:35:48 e73272ec9a57: Download complete 06:35:48 1e910a182e73: Verifying Checksum 06:35:48 1e910a182e73: Download complete 06:35:48 df20fa9351a1: Verifying Checksum 06:35:48 df20fa9351a1: Download complete 06:35:49 df20fa9351a1: Pull complete 06:35:49 ed8968b2872e: Pull complete 06:35:49 a92cc7c5fd73: Pull complete 06:35:51 4e634b169226: Verifying Checksum 06:35:51 4e634b169226: Download complete 06:35:52 e871e8e8d7a9: Verifying Checksum 06:35:52 e871e8e8d7a9: Download complete 06:35:56 Still waiting to schedule task 06:35:56 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 06:36:00 e871e8e8d7a9: Pull complete 06:36:00 e73272ec9a57: Pull complete 06:36:00 1e910a182e73: Pull complete 06:36:06 4e634b169226: Pull complete 06:36:06 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 06:36:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:36:06 ---> f7629b54cfaa 06:36:06 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 06:36:06 ---> Running in 960ae53c3b70 06:36:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:36:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:36:08 (1/12) Installing libmagic (5.38-r0) 06:36:08 (2/12) Installing file (5.38-r0) 06:36:08 (3/12) Installing libc-dev (0.7.2-r3) 06:36:08 (4/12) Installing g++ (9.3.0-r2) 06:36:13 (5/12) Installing fortify-headers (1.1-r0) 06:36:13 (6/12) Installing patch (2.7.6-r6) 06:36:13 (7/12) Installing build-base (0.5-r2) 06:36:13 (8/12) Installing libsodium (1.0.18-r0) 06:36:14 (9/12) Installing pkgconf (1.7.2-r0) 06:36:14 (10/12) Installing libsodium-dev (1.0.18-r0) 06:36:14 (11/12) Installing libzmq (4.3.3-r0) 06:36:14 (12/12) Installing zeromq-dev (4.3.3-r0) 06:36:14 Executing busybox-1.31.1-r16.trigger 06:36:14 OK: 233 MiB in 51 packages 06:36:17 Removing intermediate container 960ae53c3b70 06:36:17 ---> 63b0b68ed787 06:36:17 Step 4/7 : WORKDIR /edgex-go 06:36:17 ---> Running in 013baa9ba12c 06:36:17 Removing intermediate container 013baa9ba12c 06:36:17 ---> 4bf553698b30 06:36:17 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 06:36:18 latest: Pulling from library/docker 06:36:18 188c0c94c7c5: Pulling fs layer 06:36:18 0c7c675703d6: Pulling fs layer 06:36:18 cc8c12a437cb: Pulling fs layer 06:36:18 c5dafad2182a: Pulling fs layer 06:36:18 5aa711733414: Pulling fs layer 06:36:18 058f73b55e4b: Pulling fs layer 06:36:18 8c9c664faf12: Pulling fs layer 06:36:18 c5dafad2182a: Waiting 06:36:18 5aa711733414: Waiting 06:36:18 8c9c664faf12: Waiting 06:36:18 058f73b55e4b: Waiting 06:36:18 cc8c12a437cb: Verifying Checksum 06:36:18 cc8c12a437cb: Download complete 06:36:18 0c7c675703d6: Verifying Checksum 06:36:18 0c7c675703d6: Download complete 06:36:18 188c0c94c7c5: Verifying Checksum 06:36:18 188c0c94c7c5: Download complete 06:36:18 5aa711733414: Verifying Checksum 06:36:18 5aa711733414: Download complete 06:36:18 058f73b55e4b: Verifying Checksum 06:36:18 058f73b55e4b: Download complete 06:36:18 188c0c94c7c5: Pull complete 06:36:18 8c9c664faf12: Verifying Checksum 06:36:18 8c9c664faf12: Download complete 06:36:19 0c7c675703d6: Pull complete 06:36:19 cc8c12a437cb: Pull complete 06:36:20 c5dafad2182a: Verifying Checksum 06:36:20 c5dafad2182a: Download complete 06:36:24 c5dafad2182a: Pull complete 06:36:24 5aa711733414: Pull complete 06:36:24 058f73b55e4b: Pull complete 06:36:24 8c9c664faf12: Pull complete 06:36:24 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 06:36:24 Status: Downloaded newer image for docker:latest 06:36:26 ---> 9c5d159f1305 06:36:26 Step 6/7 : COPY go.mod . 06:36:26 ---> 78b89532f8ff 06:36:26 Step 7/7 : RUN go mod download 06:36:26 ---> Running in c644a614c5a5 06:36:53 Removing intermediate container c644a614c5a5 06:36:53 ---> 47975782cf86 06:36:53 Successfully built 47975782cf86 06:36:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:36:54 + docker inspect -f . ci-base-image-x86_64 06:36:54 . [Pipeline] withDockerContainer 06:36:54 prd-centos7-docker-4c-2g-12926 does not seem to be running inside a container 06:36:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat 06:36:55 $ docker top b3807eb2869e0f2f38b0a4a1279e61a14777ce48cb9e84fee6e5ef130274c891 -eo pid,comm [Pipeline] { [Pipeline] sh 06:36:56 + go version 06:36:56 go version go1.15.2 linux/amd64 [Pipeline] } 06:36:56 $ docker stop --time=1 b3807eb2869e0f2f38b0a4a1279e61a14777ce48cb9e84fee6e5ef130274c891 06:36:57 $ docker rm -f b3807eb2869e0f2f38b0a4a1279e61a14777ce48cb9e84fee6e5ef130274c891 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:36:59 + docker inspect -f . ci-base-image-x86_64 06:36:59 . [Pipeline] withDockerContainer 06:36:59 prd-centos7-docker-4c-2g-12926 does not seem to be running inside a container 06:36:59 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat 06:37:00 $ docker top d8fbda60169c38ac1e0194009f9b5b94ded0f8ca7ce495ed25f9cb430dd101ee -eo pid,comm [Pipeline] { [Pipeline] echo 06:37:01 ========================================================= 06:37:01 [edgeXBuildGoParallel] Running Tests and Build... 06:37:01 ========================================================= [Pipeline] sh 06:37:02 + make test 06:37:02 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:37:14 ? github.com/edgexfoundry/edgex-go [no test files] 06:37:41 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:37:52 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:37:52 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:37:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 06:37:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:37:53 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:37:57 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.090s 06:37:57 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:37:57 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 06:37:57 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:37:58 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:37:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:37:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:37:58 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:38:04 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.155s coverage: 46.6% of statements 06:38:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:38:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:38:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:38:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:38:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:38:08 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.310s coverage: 27.1% of statements 06:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:38:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements 06:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:38:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements 06:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:38:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.119s coverage: 67.0% of statements 06:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:38:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.139s coverage: 83.8% of statements 06:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 06:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:38:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.672s coverage: 28.6% of statements 06:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:38:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.122s coverage: 100.0% of statements 06:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:38:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.086s coverage: 100.0% of statements 06:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:38:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.144s coverage: 86.7% of statements 06:38:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:38:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.141s coverage: 97.5% of statements 06:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:38:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 79.0% of statements 06:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:38:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.543s coverage: 95.7% of statements 06:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:38:14 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 06:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 06:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:38:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements 06:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:38:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.096s coverage: 0.0% of statements [no tests to run] 06:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:38:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.316s coverage: 63.5% of statements 06:38:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:38:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:38:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 06:38:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements 06:38:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements 06:38:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements 06:38:16 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements 06:38:18 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.649s coverage: 55.9% of statements 06:38:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:38:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:38:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 06:38:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 06:38:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 06:38:18 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 06:38:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 6.776s coverage: 86.3% of statements 06:38:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 06:38:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.749s coverage: 72.2% of statements 06:38:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.651s coverage: 72.1% of statements 06:38:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.089s coverage: 82.4% of statements 06:38:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.064s coverage: 48.4% of statements 06:38:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 06:38:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 06:38:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 06:38:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.050s coverage: 28.8% of statements 06:38:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 06:38:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.057s coverage: 96.8% of statements 06:38:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 06:38:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.166s coverage: 36.5% of statements 06:38:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:38:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:38:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.391s coverage: 84.1% of statements 06:38:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.062s coverage: 100.0% of statements 06:38:24 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.055s coverage: 42.9% of statements 06:38:24 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 06:38:24 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 06:38:24 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.055s coverage: 100.0% of statements 06:38:24 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 06:38:24 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.059s coverage: 83.8% of statements 06:38:24 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 06:38:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.158s coverage: 47.1% of statements 06:38:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:38:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:38:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.074s coverage: 100.0% of statements 06:38:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:38:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:38:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:38:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.085s coverage: 100.0% of statements 06:38:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:38:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.118s coverage: 100.0% of statements 06:38:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:38:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.970s coverage: 29.1% of statements 06:38:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:38:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:38:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:38:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:38:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:38:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.141s coverage: 99.0% of statements 06:38:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:38:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.054s coverage: 100.0% of statements 06:38:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:38:30 ok github.com/edgexfoundry/edgex-go/internal/system 0.053s coverage: 0.0% of statements 06:38:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:38:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements 06:38:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:38:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:38:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:38:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:38:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements 06:38:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:38:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:38:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.097s coverage: 100.0% of statements 06:38:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 06:38:31 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.096s coverage: 100.0% of statements 06:38:31 GO111MODULE=on go vet ./... 06:39:10 gofmt -l . 06:39:10 [ "`gofmt -l .`" = "" ] 06:39:10 ./bin/test-go-mod-tidy.sh 06:39:11 ./bin/test-attribution-txt.sh 06:39:14 Running on prd-ubuntu18.04-docker-arm64-4c-16g-12932 in /w/workspace/edgexfoundry_edgex-go_PR-2892 [Pipeline] { [Pipeline] ws 06:39:14 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] sh [Pipeline] checkout 06:39:14 + ls -al . 06:39:14 total 640 06:39:14 drwxrwxr-x 10 1001 1001 4096 Nov 20 06:39 . 06:39:14 drwxr-xr-x 4 root root 28 Nov 20 06:37 .. 06:39:14 -rw-rw-r-- 1 1001 1001 11 Nov 20 06:34 .dockerignore 06:39:14 drwxrwxr-x 8 1001 1001 179 Nov 20 06:34 .git 06:39:14 drwxrwxr-x 3 1001 1001 125 Nov 20 06:34 .github 06:39:14 -rw-rw-r-- 1 1001 1001 944 Nov 20 06:34 .gitignore 06:39:14 drwx------ 3 1001 1001 47 Nov 20 06:35 .semver 06:39:14 -rw-rw-r-- 1 1001 1001 166 Nov 20 06:34 .sonarcloud.properties 06:39:14 -rw-rw-r-- 1 1001 1001 3804 Nov 20 06:34 CONTRIBUTING.md 06:39:14 -rw-rw-r-- 1 1001 1001 1035 Nov 20 06:34 Dockerfile.build 06:39:14 -rw-rw-r-- 1 1001 1001 863 Nov 20 06:34 Jenkinsfile 06:39:14 -rw-rw-r-- 1 1001 1001 10775 Nov 20 06:34 LICENSE 06:39:14 -rw-rw-r-- 1 1001 1001 6581 Nov 20 06:34 Makefile 06:39:14 -rw-rw-r-- 1 1001 1001 6447 Nov 20 06:34 README.md 06:39:14 -rw-rw-r-- 1 1001 1001 259 Nov 20 06:34 SECURITY.md 06:39:14 -rw-rw-r-- 1 1001 1001 5 Nov 20 06:35 VERSION 06:39:14 -rw-rw-r-- 1 1001 1001 4131 Nov 20 06:34 ZMQWindows.md 06:39:14 drwxrwxr-x 2 1001 1001 117 Nov 20 06:34 bin 06:39:14 drwxrwxr-x 15 1001 1001 4096 Nov 20 06:34 cmd 06:39:14 -rw-r--r-- 1 root root 547079 Nov 20 06:38 coverage.out 06:39:14 -rw-r--r-- 1 root root 1041 Nov 20 06:39 go.mod 06:39:14 -rw-r--r-- 1 root root 18582 Nov 20 06:39 go.sum 06:39:14 drwxrwxr-x 8 1001 1001 127 Nov 20 06:34 internal 06:39:14 drwxrwxr-x 4 1001 1001 26 Nov 20 06:34 openapi 06:39:14 drwxrwxr-x 4 1001 1001 71 Nov 20 06:34 snap 06:39:14 -rw-rw-r-- 1 1001 1001 168 Nov 20 06:34 version.go [Pipeline] sh 06:39:15 + '[' -e coverage.out ] 06:39:15 + chown 1001:1001 coverage.out [Pipeline] stash 06:39:15 Stashed 1 file(s) [Pipeline] sh 06:39:15 + make build 06:39:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:39:19 using credential edgex-jenkins-ssh 06:39:19 Cloning the remote Git repository 06:39:19 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:39:20 > git init /w/workspace/edgex-go/1 # timeout=10 06:39:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:39:20 > git --version # timeout=10 06:39:20 > git --version # 'git version 2.17.1' 06:39:20 using GIT_SSH to set credentials SSH Credentials for GitHub 06:39:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:39:28 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 06:39:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 06:39:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 06:39:35 Merging remotes/origin/master commit 39e6b044bcbfaa6947ff572dd7ed6f608645206c into PR head commit 416f7af198bcbdfe57b3ae159b9b46fe65dcf279 06:39:35 Merge succeeded, producing 416f7af198bcbdfe57b3ae159b9b46fe65dcf279 06:39:35 Checking out Revision 416f7af198bcbdfe57b3ae159b9b46fe65dcf279 (PR-2892) 06:39:36 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 06:39:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:39:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:39:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:39:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:39:34 using GIT_SSH to set credentials SSH Credentials for GitHub 06:39:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2892/head:refs/remotes/origin/PR-2892 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:39:35 > git config core.sparsecheckout # timeout=10 06:39:35 > git checkout -f 416f7af198bcbdfe57b3ae159b9b46fe65dcf279 # timeout=10 06:39:35 > git remote # timeout=10 06:39:35 > git config --get remote.origin.url # timeout=10 06:39:35 using GIT_SSH to set credentials SSH Credentials for GitHub 06:39:35 > git merge 39e6b044bcbfaa6947ff572dd7ed6f608645206c # timeout=10 06:39:35 > git rev-parse HEAD^{commit} # timeout=10 06:39:35 > git config core.sparsecheckout # timeout=10 06:39:35 > git checkout -f 416f7af198bcbdfe57b3ae159b9b46fe65dcf279 # timeout=10 06:39:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 06:39:38 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 06:39:40 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap" 06:39:40 > git --version # timeout=10 06:39:40 > git --version # 'git version 2.17.1' 06:39:40 fatal: bad object d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 06:39:40 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 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:39:42 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:39:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:39:42 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 06:39:43 + sudo service docker restart 06:39:43 + true 06:39:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:39:45 provisioning config files... 06:39:45 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config5700970460915134344tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:39:45 ---> docker-login.sh 06:39:45 nexus3.edgexfoundry.org:10001 06:39:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:39:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:39:46 Configure a credential helper to remove this warning. See 06:39:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:39:46 06:39:46 Login Succeeded 06:39:46 nexus3.edgexfoundry.org:10002 06:39:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:39:47 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 06:39:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:39:47 Configure a credential helper to remove this warning. See 06:39:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:39:47 06:39:47 Login Succeeded 06:39:47 nexus3.edgexfoundry.org:10003 06:39:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:39:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:39:48 Configure a credential helper to remove this warning. See 06:39:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:39:48 06:39:48 Login Succeeded 06:39:48 nexus3.edgexfoundry.org:10004 06:39:48 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 06:39:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:39:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:39:48 Configure a credential helper to remove this warning. See 06:39:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:39:48 06:39:48 Login Succeeded 06:39:48 docker.io 06:39:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:39:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:39:49 Configure a credential helper to remove this warning. See 06:39:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:39:49 06:39:49 Login Succeeded 06:39:49 ---> docker-login.sh ends [Pipeline] } 06:39:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:39:49 ========================================================= 06:39:49 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:39:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:39:50 + 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 . 06:39:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] } 06:39:52 $ docker stop --time=1 d8fbda60169c38ac1e0194009f9b5b94ded0f8ca7ce495ed25f9cb430dd101ee 06:39:52 Sending build context to Docker daemon 165.3MB 06:39:52 Step 1/7 : ARG BASE=golang:1.15-alpine 06:39:52 Step 2/7 : FROM ${BASE} 06:39:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:39:52 b538f80385f9: Pulling fs layer 06:39:52 74f711af9a0d: Pulling fs layer 06:39:52 99f96fe45779: Pulling fs layer 06:39:52 8529a6b9a6be: Pulling fs layer 06:39:52 45590311c82a: Pulling fs layer 06:39:52 69ca0ff8b7b3: Pulling fs layer 06:39:52 209524e5b208: Pulling fs layer 06:39:52 45590311c82a: Waiting 06:39:52 8529a6b9a6be: Waiting 06:39:52 209524e5b208: Waiting 06:39:52 69ca0ff8b7b3: Waiting 06:39:52 99f96fe45779: Verifying Checksum 06:39:52 99f96fe45779: Download complete 06:39:52 74f711af9a0d: Verifying Checksum 06:39:52 74f711af9a0d: Download complete 06:39:52 45590311c82a: Verifying Checksum 06:39:52 45590311c82a: Download complete 06:39:52 69ca0ff8b7b3: Verifying Checksum 06:39:52 69ca0ff8b7b3: Download complete 06:39:52 b538f80385f9: Download complete 06:39:53 b538f80385f9: Pull complete 06:39:53 74f711af9a0d: Pull complete 06:39:54 99f96fe45779: Pull complete 06:39:54 $ docker rm -f d8fbda60169c38ac1e0194009f9b5b94ded0f8ca7ce495ed25f9cb430dd101ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 06:39:55 209524e5b208: Verifying Checksum 06:39:55 209524e5b208: Download complete [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 06:39:56 8529a6b9a6be: Verifying Checksum 06:39:56 8529a6b9a6be: Download complete [Pipeline] isUnix [Pipeline] sh 06:39:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:39:58 06:39:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 06:39:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:39:58 latest: Pulling from edgex-devops/edgex-compose 06:39:58 cbdbe7a5bc2a: Pulling fs layer 06:39:58 ca9280d653b3: Pulling fs layer 06:39:58 7e9c9ca2126c: Pulling fs layer 06:39:59 cbdbe7a5bc2a: Verifying Checksum 06:39:59 cbdbe7a5bc2a: Download complete 06:40:00 cbdbe7a5bc2a: Pull complete 06:40:00 ca9280d653b3: Verifying Checksum 06:40:00 ca9280d653b3: Download complete 06:40:03 ca9280d653b3: Pull complete 06:40:03 7e9c9ca2126c: Verifying Checksum 06:40:03 7e9c9ca2126c: Download complete 06:40:06 8529a6b9a6be: Pull complete 06:40:06 45590311c82a: Pull complete 06:40:06 69ca0ff8b7b3: Pull complete 06:40:11 209524e5b208: Pull complete 06:40:11 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 06:40:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:40:11 ---> 5bddaf1c2fca 06:40:11 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 06:40:13 7e9c9ca2126c: Pull complete 06:40:13 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 06:40:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:40:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 06:40:13 prd-centos7-docker-4c-2g-12926 does not seem to be running inside a container 06:40:13 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:40:14 ---> Running in fcfc699e22e9 06:40:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:40:15 $ docker top 5b0d4879a28207614e3214e9e742aaabad1d29658fb631409898d390bb9fbb14 -eo pid,comm [Pipeline] { [Pipeline] sh 06:40:16 + docker-compose build --help 06:40:16 + grep parallel 06:40:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:40:18 --parallel Build images in parallel. [Pipeline] } 06:40:18 $ docker stop --time=1 5b0d4879a28207614e3214e9e742aaabad1d29658fb631409898d390bb9fbb14 06:40:19 $ docker rm -f 5b0d4879a28207614e3214e9e742aaabad1d29658fb631409898d390bb9fbb14 [Pipeline] // withDockerContainer [Pipeline] writeFile 06:40:20 (1/12) Installing libmagic (5.38-r0) [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:40:20 (2/12) Installing file (5.38-r0) 06:40:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:40:20 . [Pipeline] withDockerContainer 06:40:20 prd-centos7-docker-4c-2g-12926 does not seem to be running inside a container 06:40:20 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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:10003/edgex-devops/edgex-compose:latest cat 06:40:20 (3/12) Installing libc-dev (0.7.2-r3) 06:40:20 (4/12) Installing g++ (9.3.0-r2) 06:40:21 $ docker top 0fdc4c3012935af83c38b253235aabb2805820f46429404c2aa4b25fd598f5c1 -eo pid,comm [Pipeline] { [Pipeline] sh 06:40:22 + docker-compose -f ./docker-compose-build.yml build --parallel 06:40:23 Building docker-core-command-go ... 06:40:23 Building docker-core-data-go ... 06:40:23 Building docker-core-metadata-go ... 06:40:23 Building docker-security-bootstrap-redis-go ... 06:40:23 Building docker-security-proxy-setup-go ... 06:40:23 Building docker-security-secrets-setup-go ... 06:40:23 Building docker-security-secretstore-setup-go ... 06:40:23 Building docker-support-logging-go ... 06:40:23 Building docker-support-notifications-go ... 06:40:23 Building docker-support-scheduler-go ... 06:40:23 Building docker-sys-mgmt-agent-go ... 06:40:23 Building docker-support-scheduler-go 06:40:23 Building docker-core-metadata-go 06:40:23 Building docker-security-secretstore-setup-go 06:40:23 Building docker-support-notifications-go 06:40:23 Building docker-sys-mgmt-agent-go 06:40:36 (5/12) Installing fortify-headers (1.1-r0) 06:40:36 (6/12) Installing patch (2.7.6-r6) 06:40:36 (7/12) Installing build-base (0.5-r2) 06:40:36 (8/12) Installing libsodium (1.0.18-r0) 06:40:36 (9/12) Installing pkgconf (1.7.2-r0) 06:40:36 (10/12) Installing libsodium-dev (1.0.18-r0) 06:40:36 (11/12) Installing libzmq (4.3.3-r0) 06:40:36 (12/12) Installing zeromq-dev (4.3.3-r0) 06:40:36 Executing busybox-1.31.1-r16.trigger 06:40:36 OK: 217 MiB in 51 packages 06:40:38 Removing intermediate container fcfc699e22e9 06:40:38 ---> 31b302e736fe 06:40:38 Step 4/7 : WORKDIR /edgex-go 06:40:38 ---> Running in c6a1d443e66c 06:40:39 Removing intermediate container c6a1d443e66c 06:40:39 ---> 8b75c50574c2 06:40:39 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 06:40:39 latest: Pulling from library/docker 06:40:39 5f621e34cdf4: Pulling fs layer 06:40:39 85db56a05063: Pulling fs layer 06:40:39 ccb67d6aeaaa: Pulling fs layer 06:40:39 a0b19fc83503: Pulling fs layer 06:40:39 8eb508b41278: Pulling fs layer 06:40:39 37236713561e: Pulling fs layer 06:40:39 07c93f2b1b56: Pulling fs layer 06:40:39 8eb508b41278: Waiting 06:40:39 37236713561e: Waiting 06:40:39 07c93f2b1b56: Waiting 06:40:39 a0b19fc83503: Waiting 06:40:40 ccb67d6aeaaa: Verifying Checksum 06:40:40 ccb67d6aeaaa: Download complete 06:40:40 85db56a05063: Verifying Checksum 06:40:40 85db56a05063: Download complete 06:40:40 5f621e34cdf4: Verifying Checksum 06:40:40 5f621e34cdf4: Download complete 06:40:40 8eb508b41278: Verifying Checksum 06:40:40 8eb508b41278: Download complete 06:40:40 37236713561e: Verifying Checksum 06:40:40 37236713561e: Download complete 06:40:40 07c93f2b1b56: Verifying Checksum 06:40:40 07c93f2b1b56: Download complete 06:40:40 5f621e34cdf4: Pull complete 06:40:41 85db56a05063: Pull complete 06:40:41 a0b19fc83503: Verifying Checksum 06:40:41 a0b19fc83503: Download complete 06:40:41 ccb67d6aeaaa: Pull complete 06:40:45 a0b19fc83503: Pull complete 06:40:45 8eb508b41278: Pull complete 06:40:45 37236713561e: Pull complete 06:40:45 07c93f2b1b56: Pull complete 06:40:45 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 06:40:45 Status: Downloaded newer image for docker:latest 06:40:49 ---> 08d05378a027 06:40:49 Step 6/7 : COPY go.mod . 06:40:49 ---> e95707d9e5ad 06:40:49 Step 7/7 : RUN go mod download 06:40:49 ---> Running in e6e735e95c4a 06:41:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:41:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:41:02 ---> 47975782cf86 06:41:02 Step 3/22 : WORKDIR /edgex-go 06:41:03 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 06:41:03 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:41:03 ---> 47975782cf86 06:41:03 Step 3/24 : WORKDIR /edgex-go 06:41:03 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 06:41:03 Step 2/27 : FROM ${BUILDER_BASE} AS builder 06:41:03 ---> 47975782cf86 06:41:03 Step 3/27 : WORKDIR /edgex-go 06:41:04 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 06:41:04 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:41:04 ---> 47975782cf86 06:41:04 Step 3/24 : WORKDIR /edgex-go 06:41:04 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 06:41:04 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:41:04 ---> 47975782cf86 06:41:04 Step 3/21 : WORKDIR /edgex-go 06:41:05 ---> Running in d9a0994396a8 06:41:05 ---> Running in 3802bb9316bd 06:41:05 ---> Running in 4c25e026d57b 06:41:05 ---> Running in 6b7c5001e365 06:41:05 ---> Running in ebd71b32fb7c 06:41:05 Removing intermediate container d9a0994396a8 06:41:05 ---> 212e3eacac11 06:41:05 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:41:05 Removing intermediate container 3802bb9316bd 06:41:05 ---> 614108a061f6 06:41:05 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:41:05 Removing intermediate container 6b7c5001e365 06:41:05 ---> 595c58e93a8c 06:41:05 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:41:05 Removing intermediate container 4c25e026d57b 06:41:05 ---> 7ffaaf3bbc18 06:41:05 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:41:05 ---> Running in e7397b8438fb 06:41:05 ---> Running in cc953ca4dc0a 06:41:05 Removing intermediate container ebd71b32fb7c 06:41:05 ---> 62aa32e5012e 06:41:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:41:06 ---> Running in 391bbca45975 06:41:06 ---> Running in f7cc24ea247b 06:41:06 ---> Running in 1a38f65f4693 06:41:08 Removing intermediate container e7397b8438fb 06:41:08 ---> 425251b0c1e8 06:41:08 Step 5/24 : RUN apk update && apk add make git 06:41:08 Removing intermediate container 1a38f65f4693 06:41:08 ---> a6f6b44303a2 06:41:08 Step 5/22 : RUN apk update && apk add make git 06:41:08 ---> Running in aef52bf885db 06:41:08 Removing intermediate container f7cc24ea247b 06:41:08 ---> 3a5623a1aac2 06:41:08 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 06:41:08 ---> Running in 8f6705b6323c 06:41:08 Removing intermediate container cc953ca4dc0a 06:41:08 ---> d7afb9ce3341 06:41:08 Step 5/27 : RUN apk update && apk add make bash git 06:41:08 Removing intermediate container 391bbca45975 06:41:08 ---> 116bd3e64c88 06:41:08 Step 5/21 : RUN apk update && apk add make git 06:41:09 ---> Running in b2454a3eb044 06:41:09 ---> Running in a12eb033039a 06:41:09 ---> Running in 67397aa095f7 06:41:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:41:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:41:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:41:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:41:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:41:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:41:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:41:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:41:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:41:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:41:12 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:41:12 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:41:12 OK: 12752 distinct packages available 06:41:12 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:41:12 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:41:12 OK: 12752 distinct packages available 06:41:12 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:41:12 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:41:12 OK: 12752 distinct packages available 06:41:12 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:41:12 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:41:12 OK: 12752 distinct packages available 06:41:13 OK: 233 MiB in 51 packages 06:41:13 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:41:13 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:41:13 OK: 12752 distinct packages available 06:41:13 OK: 233 MiB in 51 packages 06:41:13 OK: 233 MiB in 51 packages 06:41:13 OK: 233 MiB in 51 packages 06:41:13 OK: 233 MiB in 51 packages 06:41:15 Removing intermediate container aef52bf885db 06:41:15 ---> d657e76d2086 06:41:15 Step 6/24 : COPY go.mod . 06:41:15 Removing intermediate container 8f6705b6323c 06:41:15 ---> 686896a00de6 06:41:15 Step 6/22 : COPY go.mod . 06:41:15 Removing intermediate container a12eb033039a 06:41:15 ---> c24f5ad2aade 06:41:15 Step 6/27 : COPY go.mod . 06:41:15 Removing intermediate container b2454a3eb044 06:41:15 ---> 9bf082f036ff 06:41:15 Step 6/24 : COPY go.mod . 06:41:15 Removing intermediate container 67397aa095f7 06:41:15 ---> 0775d6d0c940 06:41:15 Step 6/21 : COPY go.mod . 06:41:16 ---> da5ef74329db 06:41:16 Step 7/27 : RUN go mod download 06:41:16 ---> 2078b0db2741 06:41:16 Step 7/22 : RUN go mod download 06:41:16 ---> f6d0484cf282 06:41:16 Step 7/24 : RUN go mod download 06:41:16 ---> Running in 647146f2c782 06:41:16 ---> f329ce5d2942 06:41:16 Step 7/21 : RUN go mod download 06:41:16 ---> f74e72136b64 06:41:16 Step 7/24 : RUN go mod download 06:41:16 ---> Running in 49d51255fbf5 06:41:16 ---> Running in c48604941b3e 06:41:16 ---> Running in 5e984a7ff162 06:41:16 ---> Running in bc0f6b5ad845 06:41:16 Removing intermediate container e6e735e95c4a 06:41:16 ---> e76c3a6688a5 06:41:16 Successfully built e76c3a6688a5 06:41:16 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:41:17 + docker inspect -f . ci-base-image-arm64 06:41:17 . [Pipeline] withDockerContainer 06:41:17 prd-ubuntu18.04-docker-arm64-4c-16g-12932 does not seem to be running inside a container 06:41:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat 06:41:19 $ docker top adc813175cba7b330afab12832ae9fa2b6860e6d0812f50ec31277b5b13d7dd5 -eo pid,comm [Pipeline] { [Pipeline] sh 06:41:19 Removing intermediate container c48604941b3e 06:41:19 ---> 5541ce58b52c 06:41:19 Step 8/24 : COPY . . 06:41:19 Removing intermediate container 647146f2c782 06:41:19 ---> 3e59589c8c87 06:41:19 Step 8/27 : COPY . . 06:41:19 Removing intermediate container 49d51255fbf5 06:41:19 ---> 094ccd209290 06:41:19 Step 8/22 : COPY . . 06:41:20 Removing intermediate container bc0f6b5ad845 06:41:20 ---> a48dcbe46239 06:41:20 Step 8/24 : COPY . . 06:41:20 Removing intermediate container 5e984a7ff162 06:41:20 ---> cf9e14425d2c 06:41:20 Step 8/21 : COPY . . 06:41:20 + go version 06:41:20 go version go1.15.2 linux/arm64 [Pipeline] } 06:41:20 $ docker stop --time=1 adc813175cba7b330afab12832ae9fa2b6860e6d0812f50ec31277b5b13d7dd5 06:41:22 $ docker rm -f adc813175cba7b330afab12832ae9fa2b6860e6d0812f50ec31277b5b13d7dd5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:41:24 + docker inspect -f . ci-base-image-arm64 06:41:24 . [Pipeline] withDockerContainer 06:41:24 prd-ubuntu18.04-docker-arm64-4c-16g-12932 does not seem to be running inside a container 06:41:24 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat 06:41:25 $ docker top 787931eec623fac3883aef83880f8ede8931970355ab7a9d4a40a5ea7506377e -eo pid,comm [Pipeline] { [Pipeline] echo 06:41:26 ========================================================= 06:41:26 [edgeXBuildGoParallel] Running Tests and Build... 06:41:26 ========================================================= [Pipeline] sh 06:41:26 + make test 06:41:26 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:41:49 ? github.com/edgexfoundry/edgex-go [no test files] 06:41:59 ---> 70f76fd68543 06:41:59 Step 9/22 : RUN make cmd/core-metadata/core-metadata 06:41:59 ---> b83e54a60c12 06:41:59 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 06:41:59 ---> 4a91ce8f3521 06:41:59 Step 9/24 : RUN make cmd/support-notifications/support-notifications 06:41:59 ---> Running in 1362804a4a27 06:41:59 ---> Running in 55954f0180bf 06:41:59 ---> Running in a7d4e4b8b6a1 06:41:59 ---> 6a99da7933ee 06:41:59 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:41:59 ---> e8b94100ee0c 06:41:59 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:42:00 ---> Running in e9985bb5c466 06:42:00 ---> Running in 871cd534816c 06:42:02 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 06:42:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:42:02 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 06:42:02 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 06:42:02 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 06:42:28 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:42:41 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 06:42:49 Removing intermediate container 871cd534816c 06:42:49 ---> 6f7fe8545218 06:42:49 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:42:49 ---> Running in 5dcc4af1d0c2 06:42:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:42:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:42:50 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 06:42:50 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:42:50 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:42:50 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.047s 06:42:50 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:42:50 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 06:42:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 06:42:53 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:42:53 Removing intermediate container e9985bb5c466 06:42:53 ---> 37ca3fdab978 06:42:53 06:42:53 Step 10/24 : FROM alpine:3.10 06:42:53 3.10: Pulling from library/alpine 06:42:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:42:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:42:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:42:54 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:42:55 Building docker-core-command-go 06:42:56 Removing intermediate container 5dcc4af1d0c2 06:42:56 ---> b9aa1a2cca4f 06:42:56 06:42:56 Step 11/27 : FROM docker:latest 06:42:56 ---> 6972c414f322 06:42:56 Step 12/27 : RUN apk add --no-cache bash 06:42:58 ---> Running in 6ec9e64edd04 06:43:01 Removing intermediate container a7d4e4b8b6a1 06:43:01 ---> a678ddd0b457 06:43:01 06:43:01 Step 10/21 : FROM scratch 06:43:01 ---> 06:43:01 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:43:01 Removing intermediate container 55954f0180bf 06:43:01 ---> 5148ec3c7d01 06:43:01 06:43:01 Step 10/24 : FROM scratch 06:43:01 ---> 06:43:01 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:43:01 ---> Running in 77577dc208a0 06:43:01 ---> Running in 50c242ef015a 06:43:02 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.263s coverage: 46.6% of statements 06:43:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:43:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:43:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:43:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:43:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:43:03 Removing intermediate container 50c242ef015a 06:43:03 ---> 7510cc715c44 06:43:03 Step 12/21 : ENV APP_PORT=48085 06:43:03 Removing intermediate container 77577dc208a0 06:43:03 ---> 365ef995850c 06:43:03 Step 12/24 : ENV APP_PORT=48060 06:43:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:43:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:43:03 ---> Running in 80a2decf40b0 06:43:03 ---> Running in e6c29d637fb3 06:43:03 (1/2) Installing readline (8.0.4-r0) 06:43:04 (2/2) Installing bash (5.0.17-r0) 06:43:04 Executing bash-5.0.17-r0.post-install 06:43:04 Executing busybox-1.31.1-r19.trigger 06:43:04 OK: 12 MiB in 22 packages 06:43:05 Removing intermediate container 80a2decf40b0 06:43:05 ---> 81491bd9aa7f 06:43:05 Step 13/21 : EXPOSE $APP_PORT 06:43:05 Removing intermediate container e6c29d637fb3 06:43:05 ---> 11f039b10766 06:43:05 Step 13/24 : EXPOSE $APP_PORT 06:43:05 ---> Running in e067c9b17e2b 06:43:05 ---> Running in 7b2513eaa9f6 06:43:07 Removing intermediate container e067c9b17e2b 06:43:07 ---> cd6b3efcef01 06:43:07 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 06:43:07 Removing intermediate container 7b2513eaa9f6 06:43:07 ---> b21542d04e5c 06:43:07 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 06:43:08 Removing intermediate container 6ec9e64edd04 06:43:08 ---> aff7b5accb6c 06:43:08 Step 13/27 : RUN rm -rf /var/cache/apk/* 06:43:08 Removing intermediate container 1362804a4a27 06:43:08 ---> 6ffde407e975 06:43:08 06:43:08 Step 10/22 : FROM scratch 06:43:08 ---> 06:43:08 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:43:08 ---> Using cache 06:43:08 ---> 7510cc715c44 06:43:08 Step 12/22 : ENV APP_PORT=48081 06:43:08 ---> c4e79cabe2fb 06:43:08 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:43:09 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.481s coverage: 27.1% of statements 06:43:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:43:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:43:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:43:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:43:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:43:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:43:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.054s coverage: 100.0% of statements 06:43:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:43:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.097s coverage: 100.0% of statements 06:43:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:43:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:43:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.526s coverage: 67.9% of statements 06:43:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:43:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:43:09 ---> Running in 28e9abc0a52a 06:43:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.593s coverage: 83.8% of statements 06:43:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:43:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:43:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 06:43:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:43:10 ---> Running in 730cc1e5f3a3 06:43:10 ---> dbc40803c6f4 06:43:10 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 06:43:11 Removing intermediate container 28e9abc0a52a 06:43:11 ---> b66eb1044e60 06:43:11 Step 13/22 : EXPOSE $APP_PORT 06:43:11 ---> Running in 86caf2899c26 06:43:12 ---> 473a22c1f5ef 06:43:12 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:43:13 Removing intermediate container 86caf2899c26 06:43:13 ---> ae8863bb3631 06:43:13 Step 14/22 : WORKDIR / 06:43:13 ---> 2fd53c6456c7 06:43:13 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 06:43:13 ---> Running in 8d9d62b89bdf 06:43:13 ---> d2b721473f2b 06:43:13 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 06:43:13 ---> Running in 04bd27930924 06:43:14 Removing intermediate container 8d9d62b89bdf 06:43:14 ---> 2bee8b8f715e 06:43:14 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 06:43:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:43:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:43:14 ---> 47975782cf86 06:43:14 Step 3/22 : WORKDIR /edgex-go 06:43:14 ---> Using cache 06:43:14 ---> 62aa32e5012e 06:43:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:43:14 ---> Using cache 06:43:14 ---> a6f6b44303a2 06:43:14 Step 5/22 : RUN apk update && apk add make git 06:43:14 ---> Using cache 06:43:14 ---> 686896a00de6 06:43:14 Step 6/22 : COPY go.mod . 06:43:14 ---> Using cache 06:43:14 ---> 2078b0db2741 06:43:14 Step 7/22 : RUN go mod download 06:43:14 ---> Using cache 06:43:14 ---> 094ccd209290 06:43:14 Step 8/22 : COPY . . 06:43:14 ---> Using cache 06:43:14 ---> 70f76fd68543 06:43:14 Step 9/22 : RUN make cmd/core-command/core-command 06:43:15 ---> 817ade3714fb 06:43:15 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 06:43:15 Removing intermediate container 04bd27930924 06:43:15 ---> b9504bf8be9e 06:43:15 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:43:15 ---> Running in a5c857430870 06:43:15 ---> 37bf19c3eff2 06:43:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:43:15 ---> Running in 04592e748629 06:43:15 Removing intermediate container 730cc1e5f3a3 06:43:15 ---> 2ec10850376c 06:43:15 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 06:43:15 ---> Running in b42c09953dcd 06:43:16 ---> fe702614d66b 06:43:16 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:43:16 Removing intermediate container 04592e748629 06:43:16 ---> f78779e42a30 06:43:16 Step 19/21 : LABEL arch=x86_64 06:43:16 ---> Running in d0a3aae51e96 06:43:16 Removing intermediate container b42c09953dcd 06:43:16 ---> b239b9f270c7 06:43:16 Step 15/27 : ENV APP_PORT=48090 06:43:16 ---> Running in b8cd9514a60a 06:43:16 ---> 0bac0f4d622f 06:43:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:43:16 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 06:43:16 Removing intermediate container d0a3aae51e96 06:43:16 ---> 57320450e39b 06:43:16 Step 20/21 : LABEL git_sha=416f7af198bcbdfe57b3ae159b9b46fe65dcf279 06:43:17 ---> Running in c3ae03462167 06:43:17 Removing intermediate container b8cd9514a60a 06:43:17 ---> b97ef8ca3be6 06:43:17 Step 16/27 : EXPOSE $APP_PORT 06:43:17 ---> Running in 6583cd2e3b26 06:43:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.103s coverage: 28.6% of statements 06:43:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:43:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:43:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:43:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:43:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:43:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.191s coverage: 100.0% of statements 06:43:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:43:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.091s coverage: 100.0% of statements 06:43:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:43:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.281s coverage: 86.7% of statements 06:43:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:43:17 ---> b82e439d887c 06:43:17 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:43:17 Removing intermediate container c3ae03462167 06:43:17 ---> f634b4b0c7a2 06:43:17 Step 21/21 : LABEL version=0.0.0 06:43:17 ---> fefb5910bedb 06:43:17 Step 18/22 : ENTRYPOINT ["/core-metadata"] 06:43:17 Removing intermediate container 6583cd2e3b26 06:43:17 ---> caf8aea87687 06:43:17 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:43:17 ---> Running in 44774c83b54f 06:43:17 ---> Running in 81e3bbed7ea5 06:43:17 ---> 2c7ea7146787 06:43:17 Step 20/24 : ENTRYPOINT ["/support-notifications"] 06:43:17 ---> Running in d07320d99127 06:43:17 Removing intermediate container 81e3bbed7ea5 06:43:17 ---> 81060d6dde51 06:43:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:43:18 Removing intermediate container 44774c83b54f 06:43:18 ---> e5584598d949 06:43:18 06:43:18 ---> Running in 45c885105f97 06:43:18 ---> 9e163d797438 06:43:18 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:43:18 Removing intermediate container d07320d99127 06:43:18 ---> fa3f30bd2f0e 06:43:18 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:43:18 Successfully built e5584598d949 06:43:18 Successfully tagged docker-support-scheduler-go:latest 06:43:18 Building docker-core-data-go 06:43:18  Building docker-support-scheduler-go ... done  ---> Running in 7a5d494a7541 06:43:18 Removing intermediate container 45c885105f97 06:43:18 ---> cef7eca68e4a 06:43:18 Step 20/22 : LABEL arch=x86_64 06:43:18 ---> Running in 6f2d4e7ffb45 06:43:19 ---> 2e3337749d6a 06:43:19 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:43:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.300s coverage: 97.5% of statements 06:43:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:43:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.175s coverage: 79.0% of statements 06:43:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:43:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:43:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:43:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:43:20 Removing intermediate container 7a5d494a7541 06:43:20 ---> 1250e84f7902 06:43:20 Step 22/24 : LABEL arch=x86_64 06:43:20 Removing intermediate container 6f2d4e7ffb45 06:43:20 ---> 6b9d0228c221 06:43:20 Step 21/22 : LABEL git_sha=416f7af198bcbdfe57b3ae159b9b46fe65dcf279 06:43:22 ---> Running in 5917d54e2ad7 06:43:22 ---> afd1caa201fa 06:43:22 Step 20/27 : RUN apk --no-cache add py3-pip 06:43:22 ---> Running in 4c2adddb7a2e 06:43:22 ---> Running in 8ecf28f48a7e 06:43:23 Removing intermediate container 5917d54e2ad7 06:43:23 ---> fd4cf706b28d 06:43:23 Step 23/24 : LABEL git_sha=416f7af198bcbdfe57b3ae159b9b46fe65dcf279 06:43:23 Removing intermediate container 4c2adddb7a2e 06:43:23 ---> ced013888e79 06:43:23 Step 22/22 : LABEL version=0.0.0 06:43:24 ---> Running in c8b2d4e68a95 06:43:24 ---> Running in 8417e8a2e10d 06:43:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.948s coverage: 95.7% of statements 06:43:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:43:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:43:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:43:24 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:43:24 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:43:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:43:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:43:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:43:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:43:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:43:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:43:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:43:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:43:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:43:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 06:43:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 06:43:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:43:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:43:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:43:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:43:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements 06:43:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:43:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:43:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.177s coverage: 0.0% of statements [no tests to run] 06:43:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:43:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:43:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.560s coverage: 63.5% of statements 06:43:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:43:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:43:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements 06:43:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements 06:43:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.073s coverage: 100.0% of statements 06:43:25 Removing intermediate container c8b2d4e68a95 06:43:25 ---> 91e6a3847c57 06:43:25 Step 24/24 : LABEL version=0.0.0 06:43:25 Removing intermediate container 8417e8a2e10d 06:43:25 ---> c9ef7872dbbd 06:43:25 06:43:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:43:25 Successfully built c9ef7872dbbd 06:43:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:43:25 ---> Running in 2d0a83069c48 06:43:25 Successfully tagged docker-core-metadata-go:latest 06:43:25 Building docker-security-secrets-setup-go 06:43:26  Building docker-core-metadata-go ... done (1/33) Installing libbz2 (1.0.8-r1) 06:43:26 (2/33) Installing expat (2.2.9-r1) 06:43:26 (3/33) Installing libffi (3.3-r2) 06:43:26 (4/33) Installing gdbm (1.13-r1) 06:43:26 (5/33) Installing xz-libs (5.2.5-r0) 06:43:26 (6/33) Installing sqlite-libs (3.32.1-r0) 06:43:26 (7/33) Installing python3 (3.8.5-r0) 06:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements 06:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements 06:43:27 Removing intermediate container 2d0a83069c48 06:43:27 ---> 30ae1366bfff 06:43:27 06:43:29 Successfully built 30ae1366bfff 06:43:30 Successfully tagged docker-support-notifications-go:latest 06:43:30  Building docker-support-notifications-go ... done Building docker-security-bootstrap-redis-go 06:43:30 (8/33) Installing py3-appdirs (1.4.4-r1) 06:43:30 (9/33) Installing py3-ordered-set (4.0.1-r0) 06:43:30 (10/33) Installing py3-parsing (2.4.7-r0) 06:43:30 (11/33) Installing py3-six (1.15.0-r0) 06:43:30 (12/33) Installing py3-packaging (20.4-r0) 06:43:30 (13/33) Installing py3-setuptools (47.0.0-r0) 06:43:30 (14/33) Installing py3-chardet (3.0.4-r4) 06:43:30 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.916s coverage: 55.9% of statements 06:43:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:43:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:43:30 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 06:43:30 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 06:43:30 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 06:43:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 06:43:31 (15/33) Installing py3-idna (2.9-r0) 06:43:31 (16/33) Installing py3-certifi (2020.4.5.1-r0) 06:43:32 (17/33) Installing py3-urllib3 (1.25.9-r0) 06:43:33 (18/33) Installing py3-requests (2.23.0-r0) 06:43:33 (19/33) Installing py3-msgpack (1.0.0-r0) 06:43:33 (20/33) Installing py3-lockfile (0.12.2-r3) 06:43:33 (21/33) Installing py3-cachecontrol (0.12.6-r0) 06:43:34 (22/33) Installing py3-colorama (0.4.3-r0) 06:43:34 (23/33) Installing py3-distlib (0.3.0-r0) 06:43:35 (24/33) Installing py3-distro (1.5.0-r1) 06:43:35 (25/33) Installing py3-webencodings (0.5.1-r3) 06:43:35 (26/33) Installing py3-html5lib (1.0.1-r4) 06:43:35 (27/33) Installing py3-pytoml (0.1.21-r0) 06:43:36 (28/33) Installing py3-pep517 (0.8.2-r0) 06:43:36 (29/33) Installing py3-progress (1.5-r0) 06:43:36 (30/33) Installing py3-toml (0.10.1-r0) 06:43:36 (31/33) Installing py3-retrying (1.3.3-r0) 06:43:36 (32/33) Installing py3-contextlib2 (0.6.0-r0) 06:43:36 (33/33) Installing py3-pip (20.1.1-r0) 06:43:38 Executing busybox-1.31.1-r19.trigger 06:43:38 OK: 71 MiB in 55 packages 06:43:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 06:43:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:43:54 ---> 47975782cf86 06:43:54 Step 3/23 : WORKDIR /edgex-go 06:43:54 ---> Using cache 06:43:54 ---> 62aa32e5012e 06:43:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:43:54 ---> Using cache 06:43:54 ---> a6f6b44303a2 06:43:54 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 06:43:54 ---> Running in 6ae466c1b7af 06:43:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:43:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:43:57 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:43:57 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:43:57 OK: 12752 distinct packages available 06:43:57 OK: 233 MiB in 51 packages 06:43:59 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 06:43:59 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 06:43:59 ---> 47975782cf86 06:43:59 Step 3/29 : WORKDIR /edgex-go 06:43:59 ---> Using cache 06:43:59 ---> 62aa32e5012e 06:43:59 Step 4/29 : RUN apk update && apk add make git 06:43:59 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:43:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:43:59 ---> 47975782cf86 06:43:59 Step 3/22 : WORKDIR /edgex-go 06:43:59 ---> Using cache 06:43:59 ---> 62aa32e5012e 06:43:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:43:59 ---> Using cache 06:43:59 ---> a6f6b44303a2 06:43:59 Step 5/22 : RUN apk update && apk add make git 06:43:59 ---> Using cache 06:43:59 ---> 686896a00de6 06:43:59 Step 6/22 : COPY go.mod . 06:43:59 ---> Using cache 06:43:59 ---> 2078b0db2741 06:43:59 Step 7/22 : RUN go mod download 06:43:59 ---> Using cache 06:43:59 ---> 094ccd209290 06:43:59 Step 8/22 : COPY . . 06:43:59 ---> Using cache 06:43:59 ---> 70f76fd68543 06:43:59 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 06:44:00 ---> Running in e8851f6704be 06:44:00 ---> Running in 911ecdff6a31 06:44:01 Removing intermediate container a5c857430870 06:44:01 ---> 85382b8e4fa9 06:44:01 06:44:01 Step 10/22 : FROM scratch 06:44:01 ---> 06:44:01 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:44:01 ---> Using cache 06:44:01 ---> 7510cc715c44 06:44:01 Step 12/22 : ENV APP_PORT=48082 06:44:01 Removing intermediate container 6ae466c1b7af 06:44:01 ---> edeb08fabb8e 06:44:01 Step 6/23 : COPY go.mod . 06:44:01 ---> Running in 039b0165d6ee 06:44:02 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 06:44:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:44:02 Removing intermediate container 039b0165d6ee 06:44:02 ---> 1a82a4eb9238 06:44:02 Step 13/22 : EXPOSE $APP_PORT 06:44:02 ---> 4ef78132055a 06:44:02 Step 7/23 : RUN go mod download 06:44:02 ---> Running in aaacfd3c04f5 06:44:02 ---> Running in 66e2c7c5ce59 06:44:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:44:02 Removing intermediate container 8ecf28f48a7e 06:44:02 ---> 747b9316ae43 06:44:02 Step 21/27 : RUN pip install docker-compose==1.23.2 06:44:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 30.173s coverage: 86.3% of statements 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 06:44:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.350s coverage: 72.2% of statements 06:44:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.455s coverage: 72.1% of statements 06:44:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.081s coverage: 82.4% of statements 06:44:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.064s coverage: 48.4% of statements 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 06:44:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.072s coverage: 28.8% of statements 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 06:44:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.080s coverage: 96.8% of statements 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 06:44:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.348s coverage: 36.5% of statements 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:44:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.479s coverage: 84.1% of statements 06:44:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.090s coverage: 100.0% of statements 06:44:03 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.088s coverage: 42.9% of statements 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 06:44:03 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.054s coverage: 100.0% of statements 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 06:44:03 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.122s coverage: 83.8% of statements 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 06:44:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.350s coverage: 47.1% of statements 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:44:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.043s coverage: 100.0% of statements 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:44:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.134s coverage: 100.0% of statements 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:44:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.115s coverage: 100.0% of statements 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:44:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.704s coverage: 29.1% of statements 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:44:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.155s coverage: 99.0% of statements 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:44:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:44:03 ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:44:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:44:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.103s coverage: 87.9% of statements 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:44:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:44:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements 06:44:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements 06:44:03 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 06:44:03 GO111MODULE=on go vet ./... 06:44:03 ---> Running in 93312ee03c03 06:44:03 Removing intermediate container aaacfd3c04f5 06:44:03 ---> 467621f9c35c 06:44:03 Step 14/22 : WORKDIR / 06:44:03 ---> Running in 5bf2cff34573 06:44:03 Removing intermediate container 5bf2cff34573 06:44:03 ---> f0b8d8aabfa7 06:44:03 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 06:44:03 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:44:03 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:44:03 OK: 12752 distinct packages available 06:44:04 OK: 233 MiB in 51 packages 06:44:04 ---> 83f88eaea29f 06:44:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:44:06 Removing intermediate container e8851f6704be 06:44:06 ---> ba908590a388 06:44:06 Step 5/29 : COPY go.mod . 06:44:06 ---> 8c048ceac964 06:44:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:44:06 ---> 037b22a6f319 06:44:06 Step 6/29 : RUN go mod download 06:44:07 ---> bcef2698483c 06:44:07 Step 18/22 : ENTRYPOINT ["/core-command"] 06:44:07 ---> Running in 48e4eee4fe7f 06:44:07 Removing intermediate container 66e2c7c5ce59 06:44:07 ---> 9b2c8b704513 06:44:07 Step 8/23 : COPY . . 06:44:07 Collecting docker-compose==1.23.2 06:44:07 ---> Running in c2a1a011268b 06:44:07 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:44:08 Removing intermediate container c2a1a011268b 06:44:08 ---> 858ea0ea9157 06:44:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:44:08 Collecting dockerpty<0.5,>=0.4.1 06:44:08 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:44:08 ---> Running in 0e8ab83ff2e4 06:44:09 Removing intermediate container 0e8ab83ff2e4 06:44:09 ---> 3c1f74a35a7e 06:44:09 Step 20/22 : LABEL arch=x86_64 06:44:09 Collecting cached-property<2,>=1.2.0 06:44:09 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:44:10 ---> Running in c61f5436d580 06:44:11 Collecting texttable<0.10,>=0.9.0 06:44:11 Downloading texttable-0.9.1.tar.gz (11 kB) 06:44:13 Collecting websocket-client<1.0,>=0.32.0 06:44:13 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 06:44:13 Removing intermediate container c61f5436d580 06:44:13 ---> 1d7de1bb1509 06:44:13 Step 21/22 : LABEL git_sha=416f7af198bcbdfe57b3ae159b9b46fe65dcf279 06:44:14 Removing intermediate container 48e4eee4fe7f 06:44:14 ---> dd9283f22ed9 06:44:14 Step 7/29 : COPY . . 06:44:14 ---> Running in 1f718641f197 06:44:14 Collecting docopt<0.7,>=0.6.1 06:44:14 Downloading docopt-0.6.2.tar.gz (25 kB) 06:44:15 Removing intermediate container 1f718641f197 06:44:15 ---> b99cd3a0aa0e 06:44:15 Step 22/22 : LABEL version=0.0.0 06:44:17 Collecting jsonschema<3,>=2.5.1 06:44:17 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:44:17 ---> Running in 3832d7e34f0e 06:44:17 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 06:44:17 Collecting PyYAML<4,>=3.10 06:44:17 Downloading PyYAML-3.13.tar.gz (270 kB) 06:44:18 Removing intermediate container 3832d7e34f0e 06:44:18 ---> bedb699de9bf 06:44:18 06:44:22 Successfully built bedb699de9bf 06:44:22 Collecting docker<4.0,>=3.6.0 06:44:22 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:44:22 Successfully tagged docker-core-command-go:latest 06:44:22 Building docker-support-logging-go 06:44:24  Building docker-core-command-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:44:24 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:44:26 Collecting docker-pycreds>=0.4.0 06:44:26 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:44:27 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) 06:44:28 Collecting urllib3<1.25,>=1.21.1 06:44:28 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:44:30 Collecting idna<2.8,>=2.5 06:44:30 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:44:31 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 06:44:31 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:44:31 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:44:31 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:44:31 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:44:31 Installing collected packages: dockerpty, cached-property, texttable, websocket-client, docopt, jsonschema, PyYAML, docker-pycreds, urllib3, idna, requests, docker, docker-compose 06:44:31 Running setup.py install for dockerpty: started 06:44:34 Running setup.py install for dockerpty: finished with status 'done' 06:44:34 Running setup.py install for texttable: started 06:44:35 Running setup.py install for texttable: finished with status 'done' 06:44:36 Running setup.py install for docopt: started 06:44:36 Running setup.py install for docopt: finished with status 'done' 06:44:37 Running setup.py install for PyYAML: started 06:44:39 Running setup.py install for PyYAML: finished with status 'done' 06:44:39 Attempting uninstall: urllib3 06:44:39 Found existing installation: urllib3 1.25.9 06:44:39 Uninstalling urllib3-1.25.9: 06:44:40 Successfully uninstalled urllib3-1.25.9 06:44:44 Attempting uninstall: idna 06:44:44 Found existing installation: idna 2.9 06:44:44 Uninstalling idna-2.9: 06:44:45 Successfully uninstalled idna-2.9 06:44:46 Attempting uninstall: requests 06:44:46 Found existing installation: requests 2.23.0 06:44:46 Uninstalling requests-2.23.0: 06:44:46 Successfully uninstalled requests-2.23.0 06:44:46 Removing intermediate container 911ecdff6a31 06:44:46 ---> a8984b2febf8 06:44:46 06:44:46 ---> dff595b2da22 06:44:46 Step 9/23 : RUN make cmd/core-data/core-data 06:44:46 Step 10/22 : FROM alpine:3.10 06:44:46 3.10: Pulling from library/alpine 06:44:48 ---> Running in aaa37ed95575 06:44:48 Building docker-security-proxy-setup-go 06:44:51 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 06:44:51 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 06:44:53 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:44:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:44:53 ---> 47975782cf86 06:44:53 Step 3/22 : WORKDIR /edgex-go 06:44:53 ---> Using cache 06:44:53 ---> 62aa32e5012e 06:44:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:44:53 ---> Using cache 06:44:53 ---> a6f6b44303a2 06:44:53 Step 5/22 : RUN apk update && apk add make && apk add bash git 06:44:55 ---> Running in e40d55867698 06:44:57 ---> 2fb197fdb0ec 06:44:57 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 06:44:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:44:58 ---> Running in 12c7461d29f8 06:44:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:44:59 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 06:45:00 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:45:00 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:45:00 OK: 12752 distinct packages available 06:45:00 OK: 233 MiB in 51 packages 06:45:01 OK: 233 MiB in 51 packages 06:45:02 Removing intermediate container 93312ee03c03 06:45:02 ---> d48a0cb73047 06:45:02 Step 22/27 : RUN apk --no-cache add curl 06:45:04 ---> Running in 95a9e8a0ae25 06:45:06 Removing intermediate container e40d55867698 06:45:06 ---> c29869c8a7ab 06:45:06 Step 6/22 : COPY go.mod . 06:45:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:45:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:45:08 ---> f8c56626dc11 06:45:08 Step 7/22 : RUN go mod download 06:45:09 (1/3) Installing nghttp2-libs (1.41.0-r0) 06:45:09 ---> Running in 861ba84e6402 06:45:09 (2/3) Installing libcurl (7.69.1-r1) 06:45:09 (3/3) Installing curl (7.69.1-r1) 06:45:09 Executing busybox-1.31.1-r19.trigger 06:45:09 OK: 72 MiB in 58 packages 06:45:11 gofmt -l . 06:45:11 [ "`gofmt -l .`" = "" ] 06:45:11 ./bin/test-go-mod-tidy.sh 06:45:12 ./bin/test-attribution-txt.sh 06:45:13 Removing intermediate container 95a9e8a0ae25 06:45:13 ---> 27b6c6ffcd95 06:45:13 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 06:45:13 ---> Running in d7d3695d2276 06:45:13 Removing intermediate container d7d3695d2276 06:45:13 ---> 07009649793c 06:45:13 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:45:13 ---> Running in 8c155b00445a 06:45:14 Removing intermediate container 8c155b00445a 06:45:14 ---> 593136c01d3a 06:45:14 Step 25/27 : LABEL arch=x86_64 06:45:14 ---> Running in fcf42f2ab6f2 06:45:14 Removing intermediate container 861ba84e6402 06:45:14 ---> 4d95650492a3 06:45:14 Step 8/22 : COPY . . 06:45:15 Removing intermediate container fcf42f2ab6f2 06:45:15 ---> 459bfae340bc 06:45:15 Step 26/27 : LABEL git_sha=416f7af198bcbdfe57b3ae159b9b46fe65dcf279 06:45:15 ---> Running in 1856fe5edb40 [Pipeline] sh 06:45:17 Removing intermediate container 1856fe5edb40 06:45:17 ---> 29848f2be0c2 06:45:17 Step 27/27 : LABEL version=0.0.0 06:45:17 + ls -al . 06:45:17 total 668 06:45:17 drwxrwxr-x 9 1001 1001 4096 Nov 20 06:45 . 06:45:17 drwxr-xr-x 4 root root 4096 Nov 20 06:41 .. 06:45:17 -rw-rw-r-- 1 1001 1001 11 Nov 20 06:39 .dockerignore 06:45:17 drwxrwxr-x 8 1001 1001 4096 Nov 20 06:39 .git 06:45:17 drwxrwxr-x 3 1001 1001 4096 Nov 20 06:39 .github 06:45:17 -rw-rw-r-- 1 1001 1001 944 Nov 20 06:39 .gitignore 06:45:17 -rw-rw-r-- 1 1001 1001 166 Nov 20 06:39 .sonarcloud.properties 06:45:17 -rw-rw-r-- 1 1001 1001 3804 Nov 20 06:39 CONTRIBUTING.md 06:45:17 -rw-rw-r-- 1 1001 1001 1035 Nov 20 06:39 Dockerfile.build 06:45:17 -rw-rw-r-- 1 1001 1001 863 Nov 20 06:39 Jenkinsfile 06:45:17 -rw-rw-r-- 1 1001 1001 10775 Nov 20 06:39 LICENSE 06:45:17 -rw-rw-r-- 1 1001 1001 6581 Nov 20 06:39 Makefile 06:45:17 -rw-rw-r-- 1 1001 1001 6447 Nov 20 06:39 README.md 06:45:17 -rw-rw-r-- 1 1001 1001 259 Nov 20 06:39 SECURITY.md 06:45:17 -rw-rw-r-- 1 1001 1001 5 Nov 20 06:35 VERSION 06:45:17 -rw-rw-r-- 1 1001 1001 4131 Nov 20 06:39 ZMQWindows.md 06:45:17 drwxrwxr-x 2 1001 1001 4096 Nov 20 06:39 bin 06:45:17 drwxrwxr-x 15 1001 1001 4096 Nov 20 06:39 cmd 06:45:17 -rw-r--r-- 1 root root 547079 Nov 20 06:44 coverage.out 06:45:17 -rw-r--r-- 1 root root 1041 Nov 20 06:45 go.mod 06:45:17 -rw-r--r-- 1 root root 18582 Nov 20 06:45 go.sum 06:45:17 drwxrwxr-x 8 1001 1001 4096 Nov 20 06:39 internal 06:45:17 drwxrwxr-x 4 1001 1001 4096 Nov 20 06:39 openapi 06:45:17 drwxrwxr-x 4 1001 1001 4096 Nov 20 06:39 snap 06:45:17 -rw-rw-r-- 1 1001 1001 168 Nov 20 06:39 version.go [Pipeline] sh 06:45:18 + '[' -e coverage.out ] 06:45:18 + chown 1001:1001 coverage.out [Pipeline] stash 06:45:18 Warning: overwriting stash ‘coverage-report’ 06:45:19 ---> Running in f7f64aea842a 06:45:19 Stashed 1 file(s) [Pipeline] sh 06:45:20 + make build 06:45:20 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 06:45:21 Removing intermediate container f7f64aea842a 06:45:21 ---> 00efd63ade66 06:45:21 06:45:21 Successfully built 00efd63ade66 06:45:21 Successfully tagged docker-sys-mgmt-agent-go:latest 06:45:23  Building docker-sys-mgmt-agent-go ... done Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 06:45:23 Step 2/20 : FROM ${BUILDER_BASE} AS builder 06:45:23 ---> 47975782cf86 06:45:23 Step 3/20 : WORKDIR /edgex-go 06:45:23 ---> Using cache 06:45:23 ---> 62aa32e5012e 06:45:23 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:45:23 ---> Using cache 06:45:23 ---> a6f6b44303a2 06:45:23 Step 5/20 : RUN apk update && apk add make git 06:45:23 ---> Using cache 06:45:23 ---> 686896a00de6 06:45:23 Step 6/20 : COPY go.mod . 06:45:23 ---> Using cache 06:45:23 ---> 2078b0db2741 06:45:23 Step 7/20 : RUN go mod download 06:45:23 ---> Using cache 06:45:23 ---> 094ccd209290 06:45:23 Step 8/20 : COPY . . 06:45:23 ---> Using cache 06:45:23 ---> 70f76fd68543 06:45:23 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 06:45:25 ---> Running in ad6f71efe92d 06:45:28 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 06:45:40 Removing intermediate container 12c7461d29f8 06:45:40 ---> 19609a7048ad 06:45:40 06:45:40 Step 9/29 : FROM alpine:latest 06:45:40 latest: Pulling from library/alpine 06:45: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 06:45:49 Removing intermediate container aaa37ed95575 06:45:49 ---> 066998e152e0 06:45:49 06:45:49 Step 10/23 : FROM alpine 06:45:49 latest: Pulling from library/alpine 06:45:49 ---> 1e271fb3b00d 06:45:49 Step 9/22 : RUN make cmd/support-logging/support-logging 06:45:49 ---> Running in b731abd6301e 06:45:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 06:45:53 Removing intermediate container ad6f71efe92d 06:45:53 ---> 0fbb75906ee9 06:45:53 06:45:53 Step 10/20 : FROM alpine 06:45:53 latest: Pulling from library/alpine 06:45:53 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 06:45:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 06:46:02 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 06:46:06 Removing intermediate container b731abd6301e 06:46:06 ---> 4a903058e1d2 06:46:06 06:46:06 Step 10/22 : FROM scratch 06:46:06 ---> 06:46:06 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:46:06 ---> Using cache 06:46:06 ---> 365ef995850c 06:46:06 Step 12/22 : ENV APP_PORT=48061 06:46:06 ---> Running in b00fb6d1c8b2 06:46:06 Removing intermediate container b00fb6d1c8b2 06:46:06 ---> fa293ad4232e 06:46:06 Step 13/22 : EXPOSE $APP_PORT 06:46:06 ---> Running in 0a8e29670dbc 06:46:06 Removing intermediate container 0a8e29670dbc 06:46:06 ---> 30cdb9cc1487 06:46:06 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 06:46:07 ---> 417eee2c247e 06:46:07 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 06:46:07 ---> ba080267f617 06:46:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 06:46:08 ---> a19db681fd5d 06:46:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 06:46:08 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 06:46:08 ---> eb2021dd2dba 06:46:08 Step 18/22 : ENTRYPOINT ["/support-logging"] 06:46:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 06:46:09 ---> Running in e18a10470f70 06:46:09 Removing intermediate container e18a10470f70 06:46:09 ---> 5cee974d5027 06:46:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:46:09 ---> Running in 98abf7443491 06:46:09 Removing intermediate container 98abf7443491 06:46:09 ---> a2ab4a339487 06:46:09 Step 20/22 : LABEL arch=x86_64 06:46:09 ---> Running in db1eb03e4666 06:46:10 Removing intermediate container db1eb03e4666 06:46:10 ---> 090fdc43ba8b 06:46:10 Step 21/22 : LABEL git_sha=416f7af198bcbdfe57b3ae159b9b46fe65dcf279 06:46:10 ---> Running in 70a76878c044 06:46:10 Removing intermediate container 70a76878c044 06:46:10 ---> 25c871435830 06:46:10 Step 22/22 : LABEL version=0.0.0 06:46:10 ---> Running in 3ed6bd8852dc 06:46:10 Removing intermediate container 3ed6bd8852dc 06:46:10 ---> 264f7a485726 06:46:10 06:46:10 Successfully built 264f7a485726 06:46:10 Successfully tagged docker-support-logging-go:latest 06:46:10  Building docker-support-logging-go ... done  06:46:10 ERROR: for docker-security-secretstore-setup-go (, 'toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit') 06:46:10 06:46:10 ERROR: for docker-security-bootstrap-redis-go (, 'toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit') 06:46:10 06:46:10 ERROR: for docker-security-secrets-setup-go (, 'toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit') 06:46:10 06:46:10 ERROR: for docker-core-data-go (, 'toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit') 06:46:10 06:46:10 ERROR: for docker-security-proxy-setup-go (, 'toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit') 06:46:10 Service 'docker-security-proxy-setup-go' failed to build: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit [Pipeline] } 06:46:11 $ docker stop --time=1 0fdc4c3012935af83c38b253235aabb2805820f46429404c2aa4b25fd598f5c1 06:46:13 $ docker rm -f 0fdc4c3012935af83c38b253235aabb2805820f46429404c2aa4b25fd598f5c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } 06:46:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:46:15 Failed in branch amd64 06:46:19 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 06:46:23 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 06:46:27 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 06:46:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:46:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] } 06:46:38 $ docker stop --time=1 787931eec623fac3883aef83880f8ede8931970355ab7a9d4a40a5ea7506377e 06:46:40 $ docker rm -f 787931eec623fac3883aef83880f8ede8931970355ab7a9d4a40a5ea7506377e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:46:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:46:42 06:46:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:46:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:46:43 latest: Pulling from edgex-devops/edgex-compose-arm64 06:46:43 29e5d40040c1: Pulling fs layer 06:46:43 1ce36da41761: Pulling fs layer 06:46:43 25b303627fd3: Pulling fs layer 06:46:43 29e5d40040c1: Verifying Checksum 06:46:43 29e5d40040c1: Download complete 06:46:44 29e5d40040c1: Pull complete 06:46:44 1ce36da41761: Verifying Checksum 06:46:44 1ce36da41761: Download complete 06:46:46 1ce36da41761: Pull complete 06:46:46 25b303627fd3: Verifying Checksum 06:46:46 25b303627fd3: Download complete 06:46:56 25b303627fd3: Pull complete 06:46:56 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 06:46:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:46:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 06:46:56 prd-ubuntu18.04-docker-arm64-4c-16g-12932 does not seem to be running inside a container 06:46:56 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 06:47:00 $ docker top 981a329b43ec9610c1031afdfcc5398f5fb1a21a62f06660c1ddec8676205174 -eo pid,comm [Pipeline] { [Pipeline] sh 06:47:02 + grep parallel 06:47:02 + docker-compose build --help 06:47:05 --parallel Build images in parallel. [Pipeline] } 06:47:05 $ docker stop --time=1 981a329b43ec9610c1031afdfcc5398f5fb1a21a62f06660c1ddec8676205174 06:47:07 $ docker rm -f 981a329b43ec9610c1031afdfcc5398f5fb1a21a62f06660c1ddec8676205174 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:47:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:47:08 . [Pipeline] withDockerContainer 06:47:09 prd-ubuntu18.04-docker-arm64-4c-16g-12932 does not seem to be running inside a container 06:47:09 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 06:47:10 $ docker top 2f1b1d674c235a6ea13ce72f2536d7b30c70fcbd0ceec95d7176eafc733af9fb -eo pid,comm [Pipeline] { [Pipeline] sh 06:47:11 + docker-compose -f ./docker-compose-build.yml build --parallel 06:47:16 Building docker-core-command-go ... 06:47:16 Building docker-core-data-go ... 06:47:16 Building docker-core-metadata-go ... 06:47:16 Building docker-security-bootstrap-redis-go ... 06:47:16 Building docker-security-proxy-setup-go ... 06:47:16 Building docker-security-secrets-setup-go ... 06:47:16 Building docker-security-secretstore-setup-go ... 06:47:16 Building docker-support-logging-go ... 06:47:16 Building docker-support-notifications-go ... 06:47:16 Building docker-support-scheduler-go ... 06:47:16 Building docker-sys-mgmt-agent-go ... 06:47:16 Building docker-support-scheduler-go 06:47:16 Building docker-security-secretstore-setup-go 06:47:16 Building docker-core-metadata-go 06:47:16 Building docker-support-notifications-go 06:47:16 Building docker-security-secrets-setup-go 06:48:37 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 06:48:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:48:37 ---> e76c3a6688a5 06:48:37 Step 3/24 : WORKDIR /edgex-go 06:48:37 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 06:48:37 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:48:37 ---> e76c3a6688a5 06:48:37 Step 3/21 : WORKDIR /edgex-go 06:48:37 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 06:48:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:48:37 ---> e76c3a6688a5 06:48:37 Step 3/24 : WORKDIR /edgex-go 06:48:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:48:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:48:37 ---> e76c3a6688a5 06:48:37 Step 3/22 : WORKDIR /edgex-go 06:48:37 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 06:48:37 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 06:48:37 ---> e76c3a6688a5 06:48:37 Step 3/29 : WORKDIR /edgex-go 06:48:37 ---> Running in e544825d5298 06:48:37 ---> Running in 37aa0b1031ac 06:48:37 ---> Running in f413818c24d6 06:48:37 ---> Running in 4d8dfdde817d 06:48:37 ---> Running in 4d626c6cfc90 06:48:37 Removing intermediate container 37aa0b1031ac 06:48:37 ---> e2c8a9528f99 06:48:37 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:48:37 Removing intermediate container 4d626c6cfc90 06:48:37 ---> 25b079e1a3a6 06:48:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:48:37 Removing intermediate container e544825d5298 06:48:37 ---> 8303cee4cd17 06:48:37 Step 4/29 : RUN apk update && apk add make git 06:48:37 Removing intermediate container 4d8dfdde817d 06:48:37 ---> 8d80b95cc8cf 06:48:37 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:48:37 Removing intermediate container f413818c24d6 06:48:37 ---> 2f10a60c7613 06:48:37 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:48:37 ---> Running in a7d63e1166b3 06:48:37 ---> Running in 327d9490639b 06:48:37 ---> Running in d775a543133a 06:48:37 ---> Running in 2a5247014647 06:48:37 ---> Running in 9ad30d444c7f 06:48:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:48:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:48:38 Removing intermediate container a7d63e1166b3 06:48:38 ---> b7b2819bdd27 06:48:38 Step 5/21 : RUN apk update && apk add make git 06:48:39 Removing intermediate container 2a5247014647 06:48:39 ---> 8881b22503ba 06:48:39 Step 5/24 : RUN apk update && apk add make git 06:48:39 ---> Running in 8bb1ce41f8a9 06:48:39 ---> Running in 31cd958f2288 06:48:39 Removing intermediate container 327d9490639b 06:48:39 ---> 07f5249d5d70 06:48:39 Step 5/22 : RUN apk update && apk add make git 06:48:39 Removing intermediate container 9ad30d444c7f 06:48:39 ---> a2ebcb499172 06:48:39 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 06:48:39 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:48:39 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:48:39 OK: 12623 distinct packages available 06:48:39 ---> Running in 4560a49b08ab 06:48:39 ---> Running in 5b4a27d042ec 06:48:40 OK: 217 MiB in 51 packages 06:48:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:48:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:48:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:48:42 Removing intermediate container d775a543133a 06:48:42 ---> 000339f6d2fd 06:48:42 Step 5/29 : COPY go.mod . 06:48:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:48:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:48:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:48:43 ---> ac8e8335c80e 06:48:43 Step 6/29 : RUN go mod download 06:48:43 ---> Running in fd2cba453ae7 06:48:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:48:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:48:43 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:48:43 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:48:43 OK: 12623 distinct packages available 06:48:43 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:48:43 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:48:43 OK: 12623 distinct packages available 06:48:44 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:48:44 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:48:44 OK: 12623 distinct packages available 06:48:44 OK: 217 MiB in 51 packages 06:48:44 OK: 217 MiB in 51 packages 06:48:44 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:48:44 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:48:44 OK: 12623 distinct packages available 06:48:45 OK: 217 MiB in 51 packages 06:48:45 OK: 217 MiB in 51 packages 06:48:46 Removing intermediate container 8bb1ce41f8a9 06:48:46 ---> 4f9a178e2695 06:48:46 Step 6/21 : COPY go.mod . 06:48:46 Removing intermediate container 31cd958f2288 06:48:46 ---> b55bc76f5b9e 06:48:46 Step 6/24 : COPY go.mod . 06:48:46 Removing intermediate container 5b4a27d042ec 06:48:46 ---> 1c0ed563e054 06:48:46 Step 6/24 : COPY go.mod . 06:48:47 Removing intermediate container fd2cba453ae7 06:48:47 ---> aefcfddf2cd6 06:48:47 Step 7/29 : COPY . . 06:48:47 Removing intermediate container 4560a49b08ab 06:48:47 ---> 1a0a251cbc72 06:48:47 Step 6/22 : COPY go.mod . 06:48:47 ---> c9b4928d93c1 06:48:47 Step 7/21 : RUN go mod download 06:48:48 ---> 09aa79aff692 06:48:48 Step 7/24 : RUN go mod download 06:48:48 ---> 6bea4d21c3d6 06:48:48 Step 7/24 : RUN go mod download 06:48:48 ---> Running in d7d137403076 06:48:48 ---> Running in d8eef5acf946 06:48:48 ---> Running in bf1df38fb3c9 06:48:49 ---> 769de91982dd 06:48:49 Step 7/22 : RUN go mod download 06:48:49 ---> Running in 4aeafd5a42c0 06:48:53 Removing intermediate container d7d137403076 06:48:53 ---> e74361ff904c 06:48:53 Step 8/21 : COPY . . 06:48:53 Removing intermediate container bf1df38fb3c9 06:48:53 ---> de688ba74979 06:48:53 Step 8/24 : COPY . . 06:48:54 Removing intermediate container 4aeafd5a42c0 06:48:54 ---> 826e0538ec01 06:48:54 Step 8/22 : COPY . . 06:48:54 Removing intermediate container d8eef5acf946 06:48:54 ---> 72d8c6e2ce24 06:48:54 Step 8/24 : COPY . . 06:49:16 ---> 1b1be67052b9 06:49:16 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 06:49:16 ---> e4b0d5826b33 06:49:16 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 06:49:16 ---> 31845ec269fa 06:49:16 Step 9/22 : RUN make cmd/core-metadata/core-metadata 06:49:16 ---> 95705fae5fda 06:49:16 Step 9/24 : RUN make cmd/support-notifications/support-notifications 06:49:16 ---> f80a00b77b7e 06:49:16 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:49:16 ---> Running in c723e63c99be 06:49:16 ---> Running in e42362933f5b 06:49:16 ---> Running in 19c219507b9d 06:49:16 ---> Running in c76256201504 06:49:16 ---> Running in 1d65e35b8043 06:49:16 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 06:49:16 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 06:49:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:49:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:49:16 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 06:50:38 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 06:50:38 Removing intermediate container c723e63c99be 06:50:38 ---> d8aa0c392617 06:50:38 06:50:38 Step 9/29 : FROM alpine:latest 06:50:38 latest: Pulling from library/alpine 06:50:38 Building docker-core-data-go 06:50:53 Removing intermediate container c76256201504 06:50:53 ---> 1372c81da2bb 06:50:53 06:50:53 Step 10/24 : FROM alpine:3.10 06:50:53 3.10: Pulling from library/alpine 06:50:54 Building docker-sys-mgmt-agent-go 06:50:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 06:50:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:50:59 ---> e76c3a6688a5 06:50:59 Step 3/23 : WORKDIR /edgex-go 06:50:59 ---> Using cache 06:50:59 ---> 2f10a60c7613 06:50:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:50:59 ---> Using cache 06:50:59 ---> a2ebcb499172 06:50:59 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 06:51:01 ---> Running in 5a356be5a014 06:51:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:51:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:51:06 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:51:06 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:51:06 OK: 12623 distinct packages available 06:51:07 OK: 217 MiB in 51 packages 06:51:13 Removing intermediate container 1d65e35b8043 06:51:13 ---> 518e24138533 06:51:13 06:51:13 Step 10/24 : FROM scratch 06:51:13 ---> 06:51:13 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:51:13 Removing intermediate container 5a356be5a014 06:51:13 ---> 2f67f1303965 06:51:13 Step 6/23 : COPY go.mod . 06:51:13 ---> Running in 97ac4ba5a699 06:51:13 Removing intermediate container e42362933f5b 06:51:13 ---> 9a7205561990 06:51:13 06:51:13 Step 10/21 : FROM scratch 06:51:13 ---> 06:51:13 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:51:13 ---> Running in 204520a6c862 06:51:13 Removing intermediate container 97ac4ba5a699 06:51:13 ---> c9e460baf0aa 06:51:13 Step 12/24 : ENV APP_PORT=48060 06:51:14 ---> 6637e72ecf69 06:51:14 Step 7/23 : RUN go mod download 06:51:14 ---> Running in ba8af89dbb59 06:51:14 Removing intermediate container 204520a6c862 06:51:14 ---> 92d21e1d5021 06:51:14 Step 12/21 : ENV APP_PORT=48085 06:51:14 ---> Running in 9b9946d7cf42 06:51:14 ---> Running in 2456f6caf001 06:51:15 Removing intermediate container ba8af89dbb59 06:51:15 ---> 9c3921a98aa0 06:51:15 Step 13/24 : EXPOSE $APP_PORT 06:51:15 ---> Running in 53302d22b5c8 06:51:15 Removing intermediate container 2456f6caf001 06:51:15 ---> a9acbd286a14 06:51:15 Step 13/21 : EXPOSE $APP_PORT 06:51:15 ---> Running in eebd80cba9fe 06:51:16 Removing intermediate container 53302d22b5c8 06:51:16 ---> 8040e5169049 06:51:16 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 06:51:16 Removing intermediate container eebd80cba9fe 06:51:16 ---> 96bcdb2087bb 06:51:16 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 06:51:17 ---> 9d0d7e127d35 06:51:17 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 06:51:17 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 06:51:17 Step 2/27 : FROM ${BUILDER_BASE} AS builder 06:51:17 ---> e76c3a6688a5 06:51:17 Step 3/27 : WORKDIR /edgex-go 06:51:17 ---> Using cache 06:51:17 ---> 2f10a60c7613 06:51:17 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:51:17 ---> Using cache 06:51:17 ---> a2ebcb499172 06:51:17 Step 5/27 : RUN apk update && apk add make bash git 06:51:17 ---> Running in a0044af14ecb 06:51:18 ---> c83148362a27 06:51:18 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:51:19 ---> 135284c6a4d6 06:51:19 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 06:51:19 Removing intermediate container 9b9946d7cf42 06:51:19 ---> 235ba03472e1 06:51:19 Step 8/23 : COPY . . 06:51:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:51:20 ---> c465ba33e69d 06:51:20 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:51:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:51:21 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:51:21 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:51:21 OK: 12623 distinct packages available 06:51:22 ---> 5b09b7f95ae5 06:51:22 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 06:51:22 OK: 217 MiB in 51 packages 06:51:23 ---> 28dcebc6ed8b 06:51:23 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 06:51:24 ---> Running in a55cee18a8c9 06:51:25 ---> 05bab29e58ef 06:51:25 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:51:25 Removing intermediate container 19c219507b9d 06:51:25 ---> ef05127367f1 06:51:25 06:51:25 Step 10/22 : FROM scratch 06:51:25 ---> 06:51:25 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:51:25 ---> Using cache 06:51:25 ---> 92d21e1d5021 06:51:25 Step 12/22 : ENV APP_PORT=48081 06:51:25 Removing intermediate container a55cee18a8c9 06:51:25 ---> 62e090747229 06:51:25 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:51:25 Removing intermediate container a0044af14ecb 06:51:25 ---> 174e25aa0fe6 06:51:25 Step 6/27 : COPY go.mod . 06:51:25 ---> Running in 935eb127bd1f 06:51:25 ---> Running in 58cd423ca42a 06:51:26 Removing intermediate container 935eb127bd1f 06:51:26 ---> 68235a4f5e4d 06:51:26 Step 13/22 : EXPOSE $APP_PORT 06:51:27 ---> 6dc32c235898 06:51:27 Step 7/27 : RUN go mod download 06:51:27 ---> Running in 1ac0d9af14bf 06:51:27 Removing intermediate container 58cd423ca42a 06:51:27 ---> 65e755275171 06:51:27 Step 19/21 : LABEL arch=arm64 06:51:27 ---> e602b25bfc70 06:51:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:51:27 ---> Running in bc81011ee8cc 06:51:27 ---> Running in 7ebcd3e0d5f8 06:51:28 Removing intermediate container 1ac0d9af14bf 06:51:28 ---> 034e8aeae39a 06:51:28 Step 14/22 : WORKDIR / 06:51:28 ---> Running in 84b05f815737 06:51:29 ---> aa3ad69a6dd7 06:51:29 Step 20/24 : ENTRYPOINT ["/support-notifications"] 06:51:29 Removing intermediate container bc81011ee8cc 06:51:29 ---> 8e9bb0a3cede 06:51:29 Step 20/21 : LABEL git_sha=416f7af198bcbdfe57b3ae159b9b46fe65dcf279 06:51:29 ---> Running in f62be04341fd 06:51:29 Removing intermediate container 84b05f815737 06:51:29 ---> 7098c0d3e5eb 06:51:29 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 06:51:29 ---> Running in 028a181e9ac0 06:51:30 Removing intermediate container f62be04341fd 06:51:30 ---> 91b328b9c1ac 06:51:30 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:51:30 Removing intermediate container 028a181e9ac0 06:51:30 ---> e2416ead8763 06:51:30 Step 21/21 : LABEL version=0.0.0 06:51:30 ---> ecd880569ab7 06:51:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:51:31 ---> Running in 2c16a9a0cdaa 06:51:31 ---> Running in 7f5e32fd4ad0 06:51:32 Removing intermediate container 2c16a9a0cdaa 06:51:32 ---> f9e922ef3d2f 06:51:32 Step 22/24 : LABEL arch=arm64 06:51:32 Removing intermediate container 7f5e32fd4ad0 06:51:32 ---> 6cd918883c27 06:51:32 06:51:32 Successfully built 6cd918883c27 06:51:32 Successfully tagged docker-support-scheduler-go-arm64:latest 06:51:32 ---> Running in f0cabb7242ab 06:51:32  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go 06:51:32 Removing intermediate container 7ebcd3e0d5f8 06:51:32 ---> b7d12cba8e5b 06:51:32 Step 8/27 : COPY . . 06:51:32 ---> 31c3b0794049 06:51:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:51:33 Removing intermediate container f0cabb7242ab 06:51:33 ---> 5ebcceabab7b 06:51:33 Step 23/24 : LABEL git_sha=416f7af198bcbdfe57b3ae159b9b46fe65dcf279 06:51:34 ---> cbe2a1fa6754 06:51:34 Step 9/23 : RUN make cmd/core-data/core-data 06:51:34 ---> Running in c3a0f989614f 06:51:37 ---> Running in 56685b138714 06:51:37 ---> 8b05181cbce9 06:51:37 Step 18/22 : ENTRYPOINT ["/core-metadata"] 06:51:37 Removing intermediate container c3a0f989614f 06:51:37 ---> 781ecaeda084 06:51:37 Step 24/24 : LABEL version=0.0.0 06:51:38 ---> Running in 7fa8d1dbaa29 06:51:38 ---> Running in 9db925f6a973 06:51:39 Removing intermediate container 7fa8d1dbaa29 06:51:39 ---> 3dbe43f320b1 06:51:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:51:39 Removing intermediate container 9db925f6a973 06:51:39 ---> e93d4f724e91 06:51:39 06:51:40 ---> Running in 406e6d0b4aaf 06:51:40 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 06:51:40 Successfully built e93d4f724e91 06:51:40 Successfully tagged docker-support-notifications-go-arm64:latest 06:51:40  Building docker-support-notifications-go ... done Building docker-core-command-go 06:51:41 Removing intermediate container 406e6d0b4aaf 06:51:41 ---> 2dcb7d92ddc3 06:51:41 Step 20/22 : LABEL arch=arm64 06:51:41 ---> Running in 0184c718e866 06:51:43 Removing intermediate container 0184c718e866 06:51:43 ---> bbb95f2eefb5 06:51:43 Step 21/22 : LABEL git_sha=416f7af198bcbdfe57b3ae159b9b46fe65dcf279 06:51:44 ---> Running in 3984256f9fb0 06:51:46 Removing intermediate container 3984256f9fb0 06:51:46 ---> 030920cd14ab 06:51:46 Step 22/22 : LABEL version=0.0.0 06:51:46 ---> Running in 3a6663784046 06:51:47 ---> 28c019b5603f 06:51:47 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:51:48 Removing intermediate container 3a6663784046 06:51:48 ---> 0addd801f993 06:51:48 06:51:48 ---> Running in d82fbe5c5d01 06:51:49 Successfully built 0addd801f993 06:51:49 Successfully tagged docker-core-metadata-go-arm64:latest 06:51:49 Building docker-security-proxy-setup-go 06:51:51  Building docker-core-metadata-go ... done 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 06:52:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:52:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:52:01 ---> e76c3a6688a5 06:52:01 Step 3/22 : WORKDIR /edgex-go 06:52:01 ---> Using cache 06:52:01 ---> 2f10a60c7613 06:52:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:52:01 ---> Using cache 06:52:01 ---> a2ebcb499172 06:52:01 Step 5/22 : RUN apk update && apk add make git 06:52:03 ---> Running in fbb729fb7abb 06:52:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:52:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:52:08 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:52:08 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:52:08 OK: 12623 distinct packages available 06:52:08 OK: 217 MiB in 51 packages 06:52:13 Removing intermediate container fbb729fb7abb 06:52:13 ---> d5025bf2dfc6 06:52:13 Step 6/22 : COPY go.mod . 06:52:14 ---> 32416a0ae504 06:52:14 Step 7/22 : RUN go mod download 06:52:14 ---> Running in 4ce263a29598 06:52:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:52:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:52:17 ---> e76c3a6688a5 06:52:17 Step 3/22 : WORKDIR /edgex-go 06:52:17 ---> Using cache 06:52:17 ---> 2f10a60c7613 06:52:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:52:17 ---> Using cache 06:52:17 ---> a2ebcb499172 06:52:17 Step 5/22 : RUN apk update && apk add make git 06:52:17 ---> Using cache 06:52:17 ---> d5025bf2dfc6 06:52:17 Step 6/22 : COPY go.mod . 06:52:17 ---> Using cache 06:52:17 ---> 32416a0ae504 06:52:17 Step 7/22 : RUN go mod download 06:52:17 ---> Running in 4a57590f8230 06:52:21 Removing intermediate container 4ce263a29598 06:52:21 ---> d2fe7544ce7e 06:52:21 Step 8/22 : COPY . . 06:52:25 Removing intermediate container 4a57590f8230 06:52:25 ---> 34e083e2d60a 06:52:25 Step 8/22 : COPY . . 06:52:27 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 06:52:27 Step 2/20 : FROM ${BUILDER_BASE} AS builder 06:52:27 ---> e76c3a6688a5 06:52:27 Step 3/20 : WORKDIR /edgex-go 06:52:27 ---> Using cache 06:52:27 ---> 2f10a60c7613 06:52:27 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:52:27 ---> Using cache 06:52:27 ---> a2ebcb499172 06:52:27 Step 5/20 : RUN apk update && apk add make git 06:52:27 ---> Using cache 06:52:27 ---> d5025bf2dfc6 06:52:27 Step 6/20 : COPY go.mod . 06:52:27 ---> Using cache 06:52:27 ---> 32416a0ae504 06:52:27 Step 7/20 : RUN go mod download 06:52:27 ---> Using cache 06:52:27 ---> 34e083e2d60a 06:52:27 Step 8/20 : COPY . . 06:52:59 ---> db4b13e28017 06:52:59 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 06:52:59 ---> d5290b0f536a 06:52:59 Step 9/22 : RUN make cmd/core-command/core-command 06:52:59 ---> ecd6f5a52cfc 06:52:59 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 06:52:59 ---> Running in fcaac7628398 06:52:59 ---> Running in 653bc62c168c 06:52:59 ---> Running in a32337a82874 06:52:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 06:53:00 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 06:53:00 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 06:53:01 Removing intermediate container d82fbe5c5d01 06:53:01 ---> b82c86edcb53 06:53:01 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:53:02 ---> Running in f0aec0811e19 06:53:04 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 06:53:11 Removing intermediate container f0aec0811e19 06:53:11 ---> d75dff01c9eb 06:53:11 06:53:11 Step 11/27 : FROM docker:latest 06:53:11 ---> 5d4db4dc0692 06:53:11 Step 12/27 : RUN apk add --no-cache bash 06:53:11 ---> Running in 2e5b0cb56808 06:53:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:53:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:53:13 (1/2) Installing readline (8.0.4-r0) 06:53:14 (2/2) Installing bash (5.0.17-r0) 06:53:14 Executing bash-5.0.17-r0.post-install 06:53:14 Executing busybox-1.31.1-r19.trigger 06:53:14 OK: 12 MiB in 22 packages 06:53:16 Removing intermediate container 2e5b0cb56808 06:53:16 ---> 355bc9d499a1 06:53:16 Step 13/27 : RUN rm -rf /var/cache/apk/* 06:53:16 ---> Running in 763b8330b701 06:53:20 Removing intermediate container 763b8330b701 06:53:20 ---> 5fe36d52186f 06:53:20 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 06:53:20 ---> Running in d75d22f4bef4 06:53:21 Removing intermediate container d75d22f4bef4 06:53:21 ---> da6a23964736 06:53:21 Step 15/27 : ENV APP_PORT=48090 06:53:21 ---> Running in f172086bb75c 06:53:22 Removing intermediate container f172086bb75c 06:53:22 ---> ef0316e56752 06:53:22 Step 16/27 : EXPOSE $APP_PORT 06:53:23 ---> Running in 2d555b8aefad 06:53:24 Removing intermediate container 2d555b8aefad 06:53:24 ---> f8f92d998304 06:53:24 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:53:26 ---> 8703166cc191 06:53:26 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:53:27 Removing intermediate container 56685b138714 06:53:27 ---> a4c568af11da 06:53:27 06:53:27 Step 10/23 : FROM alpine 06:53:27 latest: Pulling from library/alpine 06:53:27 ---> bf3367d046f8 06:53:27 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:53:28 Building docker-support-logging-go 06:53:29 ---> ac4209f8cb79 06:53:29 Step 20/27 : RUN apk --no-cache add py3-pip 06:53:29 ---> Running in 8b6f7cf592b9 06:53:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:53:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:53:32 (1/33) Installing libbz2 (1.0.8-r1) 06:53:32 (2/33) Installing expat (2.2.9-r1) 06:53:32 (3/33) Installing libffi (3.3-r2) 06:53:32 (4/33) Installing gdbm (1.13-r1) 06:53:32 (5/33) Installing xz-libs (5.2.5-r0) 06:53:32 (6/33) Installing sqlite-libs (3.32.1-r0) 06:53:33 (7/33) Installing python3 (3.8.5-r0) 06:53:35 (8/33) Installing py3-appdirs (1.4.4-r1) 06:53:35 (9/33) Installing py3-ordered-set (4.0.1-r0) 06:53:35 (10/33) Installing py3-parsing (2.4.7-r0) 06:53:35 (11/33) Installing py3-six (1.15.0-r0) 06:53:35 (12/33) Installing py3-packaging (20.4-r0) 06:53:35 (13/33) Installing py3-setuptools (47.0.0-r0) 06:53:35 (14/33) Installing py3-chardet (3.0.4-r4) 06:53:35 (15/33) Installing py3-idna (2.9-r0) 06:53:35 (16/33) Installing py3-certifi (2020.4.5.1-r0) 06:53:35 (17/33) Installing py3-urllib3 (1.25.9-r0) 06:53:35 (18/33) Installing py3-requests (2.23.0-r0) 06:53:35 (19/33) Installing py3-msgpack (1.0.0-r0) 06:53:35 (20/33) Installing py3-lockfile (0.12.2-r3) 06:53:36 (21/33) Installing py3-cachecontrol (0.12.6-r0) 06:53:36 (22/33) Installing py3-colorama (0.4.3-r0) 06:53:36 (23/33) Installing py3-distlib (0.3.0-r0) 06:53:36 (24/33) Installing py3-distro (1.5.0-r1) 06:53:36 (25/33) Installing py3-webencodings (0.5.1-r3) 06:53:36 (26/33) Installing py3-html5lib (1.0.1-r4) 06:53:36 (27/33) Installing py3-pytoml (0.1.21-r0) 06:53:36 (28/33) Installing py3-pep517 (0.8.2-r0) 06:53:36 (29/33) Installing py3-progress (1.5-r0) 06:53:36 (30/33) Installing py3-toml (0.10.1-r0) 06:53:36 (31/33) Installing py3-retrying (1.3.3-r0) 06:53:36 (32/33) Installing py3-contextlib2 (0.6.0-r0) 06:53:36 (33/33) Installing py3-pip (20.1.1-r0) 06:53:36 Executing busybox-1.31.1-r19.trigger 06:53:36 OK: 71 MiB in 55 packages 06:53:51 Removing intermediate container 8b6f7cf592b9 06:53:51 ---> 38633144be25 06:53:51 Step 21/27 : RUN pip install docker-compose==1.23.2 06:53:51 ---> Running in 00096186b738 06:53:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:53:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:53:52 ---> e76c3a6688a5 06:53:52 Step 3/22 : WORKDIR /edgex-go 06:53:52 ---> Using cache 06:53:52 ---> 2f10a60c7613 06:53:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:53:52 ---> Using cache 06:53:52 ---> a2ebcb499172 06:53:52 Step 5/22 : RUN apk update && apk add make && apk add bash git 06:53:52 ---> Running in 354798424ea7 06:53:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:53:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:53:57 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:53:57 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:53:57 OK: 12623 distinct packages available 06:53:58 Collecting docker-compose==1.23.2 06:53:58 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:53:58 OK: 217 MiB in 51 packages 06:53:59 OK: 217 MiB in 51 packages 06:53:59 Collecting docker<4.0,>=3.6.0 06:53:59 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:54:01 Collecting cached-property<2,>=1.2.0 06:54:01 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:54:01 Removing intermediate container 354798424ea7 06:54:01 ---> bb7e084e9051 06:54:01 Step 6/22 : COPY go.mod . 06:54:01 Collecting texttable<0.10,>=0.9.0 06:54:01 Downloading texttable-0.9.1.tar.gz (11 kB) 06:54:01 ---> ef88349af20f 06:54:01 Step 7/22 : RUN go mod download 06:54:02 ---> Running in 596ab4028478 06:54:05 Collecting PyYAML<4,>=3.10 06:54:05 Downloading PyYAML-3.13.tar.gz (270 kB) 06:54:07 Removing intermediate container 596ab4028478 06:54:07 ---> 51791a6df732 06:54:07 Step 8/22 : COPY . . 06:54:11 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 06:54:13 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:54:13 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:54:14 Collecting websocket-client<1.0,>=0.32.0 06:54:14 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 06:54:14 Collecting docopt<0.7,>=0.6.1 06:54:14 Downloading docopt-0.6.2.tar.gz (25 kB) 06:54:19 Collecting jsonschema<3,>=2.5.1 06:54:19 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:54:19 Collecting dockerpty<0.5,>=0.4.1 06:54:19 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:54:22 Collecting docker-pycreds>=0.4.0 06:54:23 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:54:23 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) 06:54:23 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) 06:54:23 Collecting idna<2.8,>=2.5 06:54:23 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:54:24 ---> 3fac93e79ba3 06:54:24 Step 9/22 : RUN make cmd/support-logging/support-logging 06:54:24 ---> Running in 7e54f1c50d92 06:54:25 Collecting urllib3<1.25,>=1.21.1 06:54:25 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:54:25 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:54:25 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:54:25 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:54:25 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:54:26 Removing intermediate container a32337a82874 06:54:26 ---> d739f567d1da 06:54:26 06:54:26 Step 10/20 : FROM alpine 06:54:26 latest: Pulling from library/alpine 06:54:26 Installing collected packages: docker-pycreds, websocket-client, idna, urllib3, requests, docker, cached-property, texttable, PyYAML, docopt, jsonschema, dockerpty, docker-compose 06:54:27 Attempting uninstall: idna 06:54:27 Found existing installation: idna 2.9 06:54:27 Uninstalling idna-2.9: 06:54:27 Successfully uninstalled idna-2.9 06:54:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 06:54:28 Attempting uninstall: urllib3 06:54:28 Found existing installation: urllib3 1.25.9 06:54:28 Uninstalling urllib3-1.25.9: 06:54:28 Successfully uninstalled urllib3-1.25.9 06:54:29 Attempting uninstall: requests 06:54:29 Found existing installation: requests 2.23.0 06:54:29 Uninstalling requests-2.23.0: 06:54:29 Removing intermediate container fcaac7628398 06:54:29 ---> a006d8278247 06:54:29 06:54:29 Step 10/22 : FROM alpine:3.10 06:54:29 3.10: Pulling from library/alpine 06:54:29 Successfully uninstalled requests-2.23.0 06:54:31 Running setup.py install for texttable: started 06:54:33 Running setup.py install for texttable: finished with status 'done' 06:54:33 Running setup.py install for PyYAML: started 06:54:36 Running setup.py install for PyYAML: finished with status 'done' 06:54:36 Running setup.py install for docopt: started 06:54:37 Running setup.py install for docopt: finished with status 'done' 06:54:38 Running setup.py install for dockerpty: started 06:54:41 Running setup.py install for dockerpty: finished with status 'done' 06:54:42 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 06:54:43 Removing intermediate container 653bc62c168c 06:54:43 ---> ab4ce8f28ce2 06:54:43 06:54:43 Step 10/22 : FROM scratch 06:54:43 ---> 06:54:43 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:54:43 ---> Using cache 06:54:43 ---> 92d21e1d5021 06:54:43 Step 12/22 : ENV APP_PORT=48082 06:54:43 ---> Running in e7d97efa4879 06:54:43 Removing intermediate container e7d97efa4879 06:54:43 ---> 400ef6a25e36 06:54:43 Step 13/22 : EXPOSE $APP_PORT 06:54:44 ---> Running in d3dbdce70fcb 06:54:44 Removing intermediate container d3dbdce70fcb 06:54:44 ---> 05bcd52a7bd7 06:54:44 Step 14/22 : WORKDIR / 06:54:44 ---> Running in 5d8c33de5c0c 06:54:45 Removing intermediate container 5d8c33de5c0c 06:54:45 ---> 9eee76a800bd 06:54:45 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 06:54:46 Removing intermediate container 00096186b738 06:54:46 ---> eac6f52685ed 06:54:46 Step 22/27 : RUN apk --no-cache add curl 06:54:46 ---> 139d045efacb 06:54:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:54:46 ---> Running in 6fa8d9f2f924 06:54:48 ---> 18b8bb6705dd 06:54:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:54:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:54:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:54:49 ---> 5c9424f1ab61 06:54:49 Step 18/22 : ENTRYPOINT ["/core-command"] 06:54:49 ---> Running in ff8fbcaa2bb8 06:54:49 (1/3) Installing nghttp2-libs (1.41.0-r0) 06:54:49 (2/3) Installing libcurl (7.69.1-r1) 06:54:50 (3/3) Installing curl (7.69.1-r1) 06:54:50 Executing busybox-1.31.1-r19.trigger 06:54:50 OK: 71 MiB in 58 packages 06:54:50 Removing intermediate container ff8fbcaa2bb8 06:54:50 ---> c77a3931b4ae 06:54:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:54:50 ---> Running in 772c9d743a93 06:54:51 Removing intermediate container 772c9d743a93 06:54:51 ---> c9df722455cf 06:54:51 Step 20/22 : LABEL arch=arm64 06:54:51 ---> Running in d15c7d20cdf6 06:54:51 Removing intermediate container 6fa8d9f2f924 06:54:51 ---> f023e0408952 06:54:51 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 06:54:52 ---> Running in 78c487eecb78 06:54:52 Removing intermediate container d15c7d20cdf6 06:54:52 ---> 2d4728c547fb 06:54:52 Step 21/22 : LABEL git_sha=416f7af198bcbdfe57b3ae159b9b46fe65dcf279 06:54:52 ---> Running in 2ab2aca0ffe7 06:54:53 Removing intermediate container 78c487eecb78 06:54:53 ---> a3e380c2e88f 06:54:53 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:54:53 ---> Running in bbe1a39dcb8f 06:54:53 Removing intermediate container 2ab2aca0ffe7 06:54:53 ---> 045f0251abbd 06:54:53 Step 22/22 : LABEL version=0.0.0 06:54:53 ---> Running in 0b5f2e5dbcee 06:54:53 Removing intermediate container bbe1a39dcb8f 06:54:53 ---> 6269dc6dd524 06:54:53 Step 25/27 : LABEL arch=arm64 06:54:54 ---> Running in 0494d35cda8b 06:54:54 Removing intermediate container 0b5f2e5dbcee 06:54:54 ---> f5d1e922d252 06:54:54 06:54:54 Successfully built f5d1e922d252 06:54:54 Successfully tagged docker-core-command-go-arm64:latest 06:54:54  Building docker-core-command-go ... done Removing intermediate container 0494d35cda8b 06:54:54 ---> 33b973978001 06:54:54 Step 26/27 : LABEL git_sha=416f7af198bcbdfe57b3ae159b9b46fe65dcf279 06:54:54 ---> Running in d876c9543e69 06:54:55 Removing intermediate container d876c9543e69 06:54:55 ---> 5c31171cd807 06:54:55 Step 27/27 : LABEL version=0.0.0 06:54:55 ---> Running in cdf757f58eb6 06:54:56 Removing intermediate container cdf757f58eb6 06:54:56 ---> ce465bba89f2 06:54:56 06:54:56 Successfully built ce465bba89f2 06:54:56 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 06:55:05  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 7e54f1c50d92 06:55:05 ---> 5357319c4f3d 06:55:05 06:55:05 Step 10/22 : FROM scratch 06:55:05 ---> 06:55:05 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:55:05 ---> Using cache 06:55:05 ---> c9e460baf0aa 06:55:05 Step 12/22 : ENV APP_PORT=48061 06:55:05 ---> Running in e8efeacffc7c 06:55:05 Removing intermediate container e8efeacffc7c 06:55:05 ---> daf959ee9f7e 06:55:05 Step 13/22 : EXPOSE $APP_PORT 06:55:05 ---> Running in bacc36c685f6 06:55:06 Removing intermediate container bacc36c685f6 06:55:06 ---> 6b6fb126c505 06:55:06 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 06:55:07 ---> 43280e8f7c71 06:55:07 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 06:55:08 ---> 77be1cef2bca 06:55:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 06:55:08 ---> e2f05b233b81 06:55:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 06:55:09 ---> 3a51383b6a4c 06:55:09 Step 18/22 : ENTRYPOINT ["/support-logging"] 06:55:09 ---> Running in b40285799b3d 06:55:10 Removing intermediate container b40285799b3d 06:55:10 ---> a103a4515e73 06:55:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:55:10 ---> Running in df1ae90af8ea 06:55:10 Removing intermediate container df1ae90af8ea 06:55:10 ---> 624e6764ce42 06:55:10 Step 20/22 : LABEL arch=arm64 06:55:10 ---> Running in 818dc11aa8a9 06:55:11 Removing intermediate container 818dc11aa8a9 06:55:11 ---> 4b853f5d7e24 06:55:11 Step 21/22 : LABEL git_sha=416f7af198bcbdfe57b3ae159b9b46fe65dcf279 06:55:11 ---> Running in 772c7ffa3711 06:55:11 Removing intermediate container 772c7ffa3711 06:55:11 ---> c0141204f051 06:55:11 Step 22/22 : LABEL version=0.0.0 06:55:12 ---> Running in 6633bebc644d 06:55:12 Removing intermediate container 6633bebc644d 06:55:12 ---> b107e63222d8 06:55:12 06:55:13 Successfully built b107e63222d8 06:55:13 Successfully tagged docker-support-logging-go-arm64:latest 06:55:13  Building docker-support-logging-go ... done  06:55:13 ERROR: for docker-security-secrets-setup-go (, 'toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit') 06:55:13 06:55:13 ERROR: for docker-security-secretstore-setup-go (, 'toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit') 06:55:13 06:55:13 ERROR: for docker-core-data-go (, 'toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit') 06:55:13 06:55:13 ERROR: for docker-security-proxy-setup-go (, 'toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit') 06:55:13 06:55:13 ERROR: for docker-security-bootstrap-redis-go (, 'toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit') 06:55:13 Service 'docker-security-bootstrap-redis-go' failed to build: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit [Pipeline] } 06:55:13 $ docker stop --time=1 2f1b1d674c235a6ea13ce72f2536d7b30c70fcbd0ceec95d7176eafc733af9fb 06:55:15 $ docker rm -f 2f1b1d674c235a6ea13ce72f2536d7b30c70fcbd0ceec95d7176eafc733af9fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:55:17 Failed in branch arm64 [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 06:55:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:55:23 ---> package-listing.sh 06:55:23 ++ facter osfamily 06:55:23 ++ tr '[:upper:]' '[:lower:]' 06:55:23 + OS_FAMILY=redhat 06:55:23 + workspace=/w/workspace/edgex-go/1 06:55:23 + START_PACKAGES=/tmp/packages_start.txt 06:55:23 + END_PACKAGES=/tmp/packages_end.txt 06:55:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:55:23 + PACKAGES=/tmp/packages_start.txt 06:55:23 + '[' /w/workspace/edgex-go/1 ']' 06:55:23 + PACKAGES=/tmp/packages_end.txt 06:55:23 + case "${OS_FAMILY}" in 06:55:23 + rpm -qa 06:55:23 + sort 06:55:28 + '[' -f /tmp/packages_start.txt ']' 06:55:28 + '[' -f /tmp/packages_end.txt ']' 06:55:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:55:28 + '[' /w/workspace/edgex-go/1 ']' 06:55:28 + mkdir -p /w/workspace/edgex-go/1/archives/ 06:55:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 06:55:28 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:55:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:55:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:55:29 06:55:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:55:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:55:29 alpine: Pulling from edgex-lftools-log-publisher 06:55:29 df20fa9351a1: Already exists 06:55:29 36b3adc4ff6f: Pulling fs layer 06:55:29 8ad3a11d3b57: Pulling fs layer 06:55:29 46f8f816bc3b: Pulling fs layer 06:55:29 93b61091891f: Pulling fs layer 06:55:29 93b9cdb0e59b: Pulling fs layer 06:55:29 5e14af77c1be: Pulling fs layer 06:55:29 01666e4c0597: Pulling fs layer 06:55:29 aa168da1d23b: Pulling fs layer 06:55:29 93b61091891f: Waiting 06:55:29 93b9cdb0e59b: Waiting 06:55:29 5e14af77c1be: Waiting 06:55:29 01666e4c0597: Waiting 06:55:29 aa168da1d23b: Waiting 06:55:30 46f8f816bc3b: Download complete 06:55:30 36b3adc4ff6f: Download complete 06:55:30 93b9cdb0e59b: Verifying Checksum 06:55:30 93b9cdb0e59b: Download complete 06:55:30 5e14af77c1be: Download complete 06:55:30 01666e4c0597: Verifying Checksum 06:55:30 01666e4c0597: Download complete 06:55:30 36b3adc4ff6f: Pull complete 06:55:30 93b61091891f: Verifying Checksum 06:55:30 93b61091891f: Download complete 06:55:30 8ad3a11d3b57: Verifying Checksum 06:55:30 8ad3a11d3b57: Download complete 06:55:32 8ad3a11d3b57: Pull complete 06:55:32 46f8f816bc3b: Pull complete 06:55:33 93b61091891f: Pull complete 06:55:33 93b9cdb0e59b: Pull complete 06:55:33 5e14af77c1be: Pull complete 06:55:33 01666e4c0597: Pull complete 06:55:35 aa168da1d23b: Verifying Checksum 06:55:35 aa168da1d23b: Download complete 06:55:45 aa168da1d23b: Pull complete 06:55:45 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:55:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:55:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:55:46 prd-centos7-docker-4c-2g-12926 does not seem to be running inside a container 06:55:46 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:55:50 $ docker top ce52128afae58325331b76b09b55f8415061f2706633020f8198f4b8c11ac831 -eo pid,comm [Pipeline] { [Pipeline] sh 06:55:50 + touch /tmp/pre-build-complete [Pipeline] sh 06:55:51 + mkdir -p /var/log/sa [Pipeline] sh 06:55:51 + ls /var/log/sa-host 06:55:51 + sadf -c /var/log/sa-host/sa05 06:55:51 file_magic: OK 06:55:51 HZ: Using current value: 100 06:55:51 file_header: OK 06:55:51 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 06:55:51 Statistics: 06:55:51 Hnuu...uuuununununu...Hnuu...uuuununununu... 06:55:51 File successfully converted to sysstat format version 12.2.1 06:55:51 + sadf -c /var/log/sa-host/sa20 06:55:51 file_magic: OK 06:55:51 HZ: Using current value: 100 06:55:51 file_header: OK 06:55:51 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 06:55:51 Statistics: 06:55:51 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:55:51 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:55:52 provisioning config files... 06:55:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config282788357599903887tmp [Pipeline] { [Pipeline] echo 06:55:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:55:53 ---> create-netrc.sh [Pipeline] } 06:55:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:55:53 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:55:54 ---> python-tools-install.sh [Pipeline] echo 06:55:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:55:54 ---> sudo-logs.sh 06:55:54 Archiving 'sudo' log.. [Pipeline] echo 06:55:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:55:55 ---> job-cost.sh 06:55:55 lf-activate-venv: SKIPPING 06:55:55 INFO: No Stack... 06:55:55 INFO: Retrieving Pricing Info for: v1-standard-2 06:55:56 INFO: Archiving Costs [Pipeline] echo 06:55:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:55:56 ---> logs-deploy.sh 06:55:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2892/1 06:55:56 INFO: archiving workspace using pattern(s): 06:55:58 Archives upload complete. 06:55:58 INFO: archiving logs to Nexus