judehung commented: recheck Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df+ef0f5935d89e216213ef86d08ade71681b71b2d2 (5c7e8a3247b1f969ee7fcefedfa96803d5e21a3e) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 46d5666b39059330cbbb64ab2b74cfbe1cb58626 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 46d5666b39059330cbbb64ab2b74cfbe1cb58626 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 46d5666b39059330cbbb64ab2b74cfbe1cb58626 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d5666b39059330cbbb64ab2b74cfbe1cb58626 # timeout=10 Commit message: "Merge pull request #300 from ernestojeda/fix-c-image-name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-12711 in /w/workspace/edgexfoundry_edgex-go_PR-2840 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/21 [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/21 # 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 > 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/2840/head:refs/remotes/origin/PR-2840 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ef0f5935d89e216213ef86d08ade71681b71b2d2 into PR head commit 6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df Merge succeeded, producing 6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df Checking out Revision 6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df (PR-2840) > git config core.sparsecheckout # timeout=10 > git checkout -f 6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df # 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 ef0f5935d89e216213ef86d08ade71681b71b2d2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df # timeout=10 Commit message: "feat(data): Implement DELETE /event/scrub V2 API" > git rev-list --no-walk 6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-19T08:10:05.828Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-19T08:10:06.167Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-19T08:10:06.314Z] ========================================================= [2020-11-19T08:10:06.314Z] EdgeX Global Pipelines Version Info [2020-11-19T08:10:06.314Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-19T08:10:08.287Z] ------------------- [2020-11-19T08:10:08.287Z] stable info: [2020-11-19T08:10:08.287Z] ------------------- [2020-11-19T08:10:08.287Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-19T08:10:08.287Z] Commit SHA: 46d5666b39059330cbbb64ab2b74cfbe1cb58626 [2020-11-19T08:10:08.287Z] Message: update stable to v1.0.166 [2020-11-19T08:10:08.860Z] ------------------- [2020-11-19T08:10:08.860Z] experimental info: [2020-11-19T08:10:08.860Z] ------------------- [2020-11-19T08:10:08.860Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-19T08:10:08.860Z] Commit SHA: 46d5666b39059330cbbb64ab2b74cfbe1cb58626 [2020-11-19T08:10:08.860Z] Message: update experimental to v1.0.166 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T08:10:09.176Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-11-19T08:10:09.302Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-11-19T08:10:09.411Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-19T08:10:09.531Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-19T08:10:09.644Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-19T08:10:09.751Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-19T08:10:09.863Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-19T08:10:09.975Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-11-19T08:10:10.132Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-11-19T08:10:10.360Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-11-19T08:10:10.518Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-19T08:10:10.648Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-19T08:10:10.757Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-19T08:10:10.864Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-19T08:10:10.979Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-19T08:10:11.104Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-19T08:10:11.211Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-19T08:10:11.319Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-19T08:10:11.427Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-19T08:10:11.682Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-11-19T08:10:11.790Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-11-19T08:10:11.896Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-19T08:10:12.010Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2840 [Pipeline] echo [2020-11-19T08:10:12.111Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2840 [Pipeline] echo [2020-11-19T08:10:12.212Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2840 [Pipeline] echo [2020-11-19T08:10:12.315Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df [Pipeline] echo [2020-11-19T08:10:12.428Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6ec23e6 [Pipeline] echo [2020-11-19T08:10:12.531Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-19T08:10:12.728Z] provisioning config files... [2020-11-19T08:10:12.758Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/21@tmp/config1490689921040125744tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-19T08:10:13.156Z] ---> docker-login.sh [2020-11-19T08:10:13.156Z] nexus3.edgexfoundry.org:10001 [2020-11-19T08:10:13.419Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T08:10:13.681Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T08:10:13.681Z] Configure a credential helper to remove this warning. See [2020-11-19T08:10:13.681Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T08:10:13.681Z] [2020-11-19T08:10:13.681Z] Login Succeeded [2020-11-19T08:10:13.681Z] nexus3.edgexfoundry.org:10002 [2020-11-19T08:10:13.681Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T08:10:13.945Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T08:10:13.945Z] Configure a credential helper to remove this warning. See [2020-11-19T08:10:13.945Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T08:10:13.945Z] [2020-11-19T08:10:13.945Z] Login Succeeded [2020-11-19T08:10:13.945Z] nexus3.edgexfoundry.org:10003 [2020-11-19T08:10:13.945Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T08:10:13.945Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T08:10:13.945Z] Configure a credential helper to remove this warning. See [2020-11-19T08:10:13.945Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T08:10:13.945Z] [2020-11-19T08:10:13.945Z] Login Succeeded [2020-11-19T08:10:13.945Z] nexus3.edgexfoundry.org:10004 [2020-11-19T08:10:14.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T08:10:14.209Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T08:10:14.209Z] Configure a credential helper to remove this warning. See [2020-11-19T08:10:14.209Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T08:10:14.209Z] [2020-11-19T08:10:14.209Z] Login Succeeded [2020-11-19T08:10:14.209Z] docker.io [2020-11-19T08:10:14.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T08:10:14.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T08:10:14.472Z] Configure a credential helper to remove this warning. See [2020-11-19T08:10:14.472Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T08:10:14.472Z] [2020-11-19T08:10:14.472Z] Login Succeeded [2020-11-19T08:10:14.472Z] ---> docker-login.sh ends [Pipeline] } [2020-11-19T08:10:14.483Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-19T08:10:15.023Z] ++ 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 [2020-11-19T08:10:15.023Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T08:10:15.023Z] ++ dirname cmd/core-command/Dockerfile [2020-11-19T08:10:15.023Z] ++ cut -d/ -f2 [2020-11-19T08:10:15.023Z] + echo core-command,cmd/core-command/Dockerfile [2020-11-19T08:10:15.023Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T08:10:15.023Z] ++ dirname cmd/core-data/Dockerfile [2020-11-19T08:10:15.023Z] ++ cut -d/ -f2 [2020-11-19T08:10:15.023Z] + echo core-data,cmd/core-data/Dockerfile [2020-11-19T08:10:15.023Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T08:10:15.023Z] ++ dirname cmd/core-metadata/Dockerfile [2020-11-19T08:10:15.023Z] ++ cut -d/ -f2 [2020-11-19T08:10:15.023Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-11-19T08:10:15.023Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T08:10:15.023Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-11-19T08:10:15.023Z] ++ cut -d/ -f2 [2020-11-19T08:10:15.023Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-11-19T08:10:15.023Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T08:10:15.023Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-11-19T08:10:15.023Z] ++ cut -d/ -f2 [2020-11-19T08:10:15.023Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-11-19T08:10:15.023Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T08:10:15.023Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-11-19T08:10:15.023Z] ++ cut -d/ -f2 [2020-11-19T08:10:15.023Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-11-19T08:10:15.023Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T08:10:15.023Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-11-19T08:10:15.023Z] ++ cut -d/ -f2 [2020-11-19T08:10:15.023Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-11-19T08:10:15.023Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T08:10:15.023Z] ++ dirname cmd/support-logging/Dockerfile [2020-11-19T08:10:15.023Z] ++ cut -d/ -f2 [2020-11-19T08:10:15.023Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-11-19T08:10:15.023Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T08:10:15.023Z] ++ dirname cmd/support-notifications/Dockerfile [2020-11-19T08:10:15.023Z] ++ cut -d/ -f2 [2020-11-19T08:10:15.023Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-11-19T08:10:15.023Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T08:10:15.023Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-11-19T08:10:15.023Z] ++ cut -d/ -f2 [2020-11-19T08:10:15.023Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-11-19T08:10:15.023Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T08:10:15.023Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-11-19T08:10:15.023Z] ++ cut -d/ -f2 [2020-11-19T08:10:15.023Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-11-19T08:10:15.106Z] 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 [2020-11-19T08:10:16.868Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T08:10:16.868Z] [2020-11-19T08:10:16.868Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T08:10:17.234Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T08:10:17.234Z] latest: Pulling from edgex-devops/git-semver [2020-11-19T08:10:17.234Z] 31603596830f: Pulling fs layer [2020-11-19T08:10:17.234Z] 2a8b12db71e7: Pulling fs layer [2020-11-19T08:10:17.234Z] 6ca5941a6612: Pulling fs layer [2020-11-19T08:10:17.234Z] ecc8261a40a4: Pulling fs layer [2020-11-19T08:10:17.234Z] ecc8261a40a4: Waiting [2020-11-19T08:10:17.234Z] 2a8b12db71e7: Verifying Checksum [2020-11-19T08:10:17.234Z] 2a8b12db71e7: Download complete [2020-11-19T08:10:17.496Z] 31603596830f: Verifying Checksum [2020-11-19T08:10:17.496Z] 31603596830f: Download complete [2020-11-19T08:10:17.496Z] ecc8261a40a4: Verifying Checksum [2020-11-19T08:10:17.496Z] ecc8261a40a4: Download complete [2020-11-19T08:10:17.496Z] 6ca5941a6612: Verifying Checksum [2020-11-19T08:10:17.496Z] 6ca5941a6612: Download complete [2020-11-19T08:10:17.761Z] 31603596830f: Pull complete [2020-11-19T08:10:18.030Z] 2a8b12db71e7: Pull complete [2020-11-19T08:10:18.976Z] 6ca5941a6612: Pull complete [2020-11-19T08:10:18.976Z] ecc8261a40a4: Pull complete [2020-11-19T08:10:18.976Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-19T08:10:18.976Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T08:10:18.976Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-19T08:10:19.092Z] prd-centos7-docker-4c-2g-12711 does not seem to be running inside a container [2020-11-19T08:10:19.146Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-19T08:10:21.787Z] $ docker top 29f1786cba78e577046c4a730d8ba892714c3437e0a163c8c34f78e8fac63205 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-19T08:10:22.184Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-19T08:10:22.184Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-19T08:10:22.418Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-19T08:10:22.426Z] $ docker exec 29f1786cba78e577046c4a730d8ba892714c3437e0a163c8c34f78e8fac63205 ssh-agent [2020-11-19T08:10:22.583Z] SSH_AUTH_SOCK=/tmp/ssh-ifksAcJDP6nX/agent.11 [2020-11-19T08:10:22.583Z] SSH_AGENT_PID=17 [2020-11-19T08:10:22.599Z] Running ssh-add (command line suppressed) [2020-11-19T08:10:22.722Z] Identity added: /w/workspace/edgex-go/21@tmp/private_key_7134229645840081767.key (/w/workspace/edgex-go/21@tmp/private_key_7134229645840081767.key) [2020-11-19T08:10:22.768Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-19T08:10:23.116Z] + git tag --points-at HEAD [Pipeline] } [2020-11-19T08:10:23.147Z] $ docker exec --env ******** --env ******** 29f1786cba78e577046c4a730d8ba892714c3437e0a163c8c34f78e8fac63205 ssh-agent -k [2020-11-19T08:10:23.267Z] unset SSH_AUTH_SOCK; [2020-11-19T08:10:23.268Z] unset SSH_AGENT_PID; [2020-11-19T08:10:23.268Z] echo Agent pid 17 killed; [2020-11-19T08:10:23.309Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-19T08:10:23.506Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-19T08:10:23.507Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-19T08:10:23.677Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-19T08:10:23.683Z] $ docker exec 29f1786cba78e577046c4a730d8ba892714c3437e0a163c8c34f78e8fac63205 ssh-agent [2020-11-19T08:10:23.842Z] SSH_AUTH_SOCK=/tmp/ssh-UZ2vJp9wVpBG/agent.46 [2020-11-19T08:10:23.842Z] SSH_AGENT_PID=52 [2020-11-19T08:10:23.849Z] Running ssh-add (command line suppressed) [2020-11-19T08:10:23.966Z] Identity added: /w/workspace/edgex-go/21@tmp/private_key_1902911656892100072.key (/w/workspace/edgex-go/21@tmp/private_key_1902911656892100072.key) [2020-11-19T08:10:24.014Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-19T08:10:24.359Z] + git semver init [2020-11-19T08:10:24.360Z] # -> Open(): unable to determine branch for HEAD [2020-11-19T08:10:24.360Z] # $GIT_DIR = /w/workspace/edgex-go/21/.git [2020-11-19T08:10:24.360Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/21 [2020-11-19T08:10:24.360Z] # $SEMVER_REMOTE_NAME = origin [2020-11-19T08:10:24.360Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-19T08:10:24.360Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-19T08:10:24.360Z] # $SEMVER_BRANCH = PR-2840 [2020-11-19T08:10:24.360Z] # $SEMVER_TEMP = /tmp/semver-583508444 [2020-11-19T08:10:24.360Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-11-19T08:10:42.516Z] # '/tmp/semver-583508444' -> '/w/workspace/edgex-go/21/.semver' [2020-11-19T08:10:42.516Z] # -> Force: false [2020-11-19T08:10:42.517Z] # $SEMVER_DIR = /w/workspace/edgex-go/21/.semver [Pipeline] } [2020-11-19T08:10:42.534Z] $ docker exec --env ******** --env ******** 29f1786cba78e577046c4a730d8ba892714c3437e0a163c8c34f78e8fac63205 ssh-agent -k [2020-11-19T08:10:42.702Z] unset SSH_AUTH_SOCK; [2020-11-19T08:10:42.702Z] unset SSH_AGENT_PID; [2020-11-19T08:10:42.702Z] echo Agent pid 52 killed; [2020-11-19T08:10:42.767Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-19T08:10:43.321Z] + git semver [Pipeline] } [2020-11-19T08:10:43.344Z] $ docker stop --time=1 29f1786cba78e577046c4a730d8ba892714c3437e0a163c8c34f78e8fac63205 [2020-11-19T08:10:44.908Z] $ docker rm -f 29f1786cba78e577046c4a730d8ba892714c3437e0a163c8c34f78e8fac63205 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-19T08:10:45.440Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-19T08:10:45.938Z] Stashed 1 file(s) [Pipeline] echo [2020-11-19T08:10:45.941Z] [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] echo [2020-11-19T08:10:46.639Z] ========================================================= [2020-11-19T08:10:46.639Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-19T08:10:46.639Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-19T08:10:46.990Z] + 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 . [2020-11-19T08:10:50.322Z] Sending build context to Docker daemon 325.9MB [2020-11-19T08:10:50.322Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-19T08:10:50.322Z] Step 2/7 : FROM ${BASE} [2020-11-19T08:10:50.322Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-19T08:10:50.322Z] df20fa9351a1: Pulling fs layer [2020-11-19T08:10:50.322Z] ed8968b2872e: Pulling fs layer [2020-11-19T08:10:50.322Z] a92cc7c5fd73: Pulling fs layer [2020-11-19T08:10:50.322Z] e871e8e8d7a9: Pulling fs layer [2020-11-19T08:10:50.322Z] e73272ec9a57: Pulling fs layer [2020-11-19T08:10:50.322Z] 1e910a182e73: Pulling fs layer [2020-11-19T08:10:50.322Z] 4e634b169226: Pulling fs layer [2020-11-19T08:10:50.322Z] e73272ec9a57: Waiting [2020-11-19T08:10:50.322Z] 1e910a182e73: Waiting [2020-11-19T08:10:50.322Z] 4e634b169226: Waiting [2020-11-19T08:10:50.322Z] e871e8e8d7a9: Waiting [2020-11-19T08:10:50.322Z] a92cc7c5fd73: Verifying Checksum [2020-11-19T08:10:50.322Z] a92cc7c5fd73: Download complete [2020-11-19T08:10:50.322Z] ed8968b2872e: Download complete [2020-11-19T08:10:50.584Z] e73272ec9a57: Verifying Checksum [2020-11-19T08:10:50.584Z] e73272ec9a57: Download complete [2020-11-19T08:10:51.160Z] 1e910a182e73: Verifying Checksum [2020-11-19T08:10:51.160Z] 1e910a182e73: Download complete [2020-11-19T08:10:51.160Z] df20fa9351a1: Download complete [2020-11-19T08:10:51.423Z] df20fa9351a1: Pull complete [2020-11-19T08:10:51.688Z] ed8968b2872e: Pull complete [2020-11-19T08:10:51.954Z] a92cc7c5fd73: Pull complete [2020-11-19T08:10:52.531Z] 4e634b169226: Verifying Checksum [2020-11-19T08:10:52.531Z] 4e634b169226: Download complete [2020-11-19T08:10:53.484Z] e871e8e8d7a9: Verifying Checksum [2020-11-19T08:10:53.484Z] e871e8e8d7a9: Download complete [2020-11-19T08:10:58.819Z] e871e8e8d7a9: Pull complete [2020-11-19T08:10:58.819Z] e73272ec9a57: Pull complete [2020-11-19T08:10:58.819Z] 1e910a182e73: Pull complete [2020-11-19T08:11:01.394Z] Still waiting to schedule task [2020-11-19T08:11:01.394Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-11-19T08:11:05.451Z] 4e634b169226: Pull complete [2020-11-19T08:11:05.451Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-19T08:11:05.451Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-19T08:11:05.451Z] ---> f7629b54cfaa [2020-11-19T08:11:05.451Z] 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 [2020-11-19T08:11:05.451Z] ---> Running in 90dbb190d216 [2020-11-19T08:11:05.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T08:11:06.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T08:11:06.988Z] (1/12) Installing libmagic (5.38-r0) [2020-11-19T08:11:07.252Z] (2/12) Installing file (5.38-r0) [2020-11-19T08:11:07.252Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-19T08:11:07.252Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-19T08:11:11.482Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-19T08:11:11.482Z] (6/12) Installing patch (2.7.6-r6) [2020-11-19T08:11:11.482Z] (7/12) Installing build-base (0.5-r2) [2020-11-19T08:11:11.482Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-19T08:11:11.482Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-19T08:11:11.482Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-19T08:11:11.482Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-19T08:11:11.482Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-19T08:11:11.482Z] Executing busybox-1.31.1-r16.trigger [2020-11-19T08:11:11.482Z] OK: 233 MiB in 51 packages [2020-11-19T08:11:14.804Z] Removing intermediate container 90dbb190d216 [2020-11-19T08:11:14.804Z] ---> 2ec26478f7a6 [2020-11-19T08:11:14.804Z] Step 4/7 : WORKDIR /edgex-go [2020-11-19T08:11:15.068Z] ---> Running in 06355c525913 [2020-11-19T08:11:15.068Z] Removing intermediate container 06355c525913 [2020-11-19T08:11:15.068Z] ---> 8c8df72b2b69 [2020-11-19T08:11:15.068Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-19T08:11:15.645Z] latest: Pulling from library/docker [2020-11-19T08:11:15.645Z] 188c0c94c7c5: Pulling fs layer [2020-11-19T08:11:15.645Z] 0c7c675703d6: Pulling fs layer [2020-11-19T08:11:15.645Z] cc8c12a437cb: Pulling fs layer [2020-11-19T08:11:15.645Z] c5dafad2182a: Pulling fs layer [2020-11-19T08:11:15.645Z] 5aa711733414: Pulling fs layer [2020-11-19T08:11:15.645Z] 058f73b55e4b: Pulling fs layer [2020-11-19T08:11:15.645Z] 8c9c664faf12: Pulling fs layer [2020-11-19T08:11:15.645Z] c5dafad2182a: Waiting [2020-11-19T08:11:15.645Z] 5aa711733414: Waiting [2020-11-19T08:11:15.645Z] 058f73b55e4b: Waiting [2020-11-19T08:11:15.645Z] 8c9c664faf12: Waiting [2020-11-19T08:11:15.908Z] cc8c12a437cb: Verifying Checksum [2020-11-19T08:11:15.908Z] cc8c12a437cb: Download complete [2020-11-19T08:11:15.908Z] 0c7c675703d6: Verifying Checksum [2020-11-19T08:11:15.908Z] 0c7c675703d6: Download complete [2020-11-19T08:11:15.908Z] 188c0c94c7c5: Verifying Checksum [2020-11-19T08:11:15.908Z] 5aa711733414: Verifying Checksum [2020-11-19T08:11:15.908Z] 5aa711733414: Download complete [2020-11-19T08:11:15.908Z] 058f73b55e4b: Verifying Checksum [2020-11-19T08:11:15.908Z] 058f73b55e4b: Download complete [2020-11-19T08:11:16.172Z] 8c9c664faf12: Verifying Checksum [2020-11-19T08:11:16.172Z] 8c9c664faf12: Download complete [2020-11-19T08:11:16.172Z] 188c0c94c7c5: Pull complete [2020-11-19T08:11:16.435Z] 0c7c675703d6: Pull complete [2020-11-19T08:11:16.435Z] cc8c12a437cb: Pull complete [2020-11-19T08:11:17.011Z] c5dafad2182a: Verifying Checksum [2020-11-19T08:11:17.011Z] c5dafad2182a: Download complete [2020-11-19T08:11:19.580Z] c5dafad2182a: Pull complete [2020-11-19T08:11:19.580Z] 5aa711733414: Pull complete [2020-11-19T08:11:19.844Z] 058f73b55e4b: Pull complete [2020-11-19T08:11:19.844Z] 8c9c664faf12: Pull complete [2020-11-19T08:11:19.844Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-19T08:11:19.844Z] Status: Downloaded newer image for docker:latest [2020-11-19T08:11:21.778Z] ---> 50db07278ac2 [2020-11-19T08:11:21.778Z] Step 6/7 : COPY go.mod . [2020-11-19T08:11:22.040Z] ---> f5eefa3d790a [2020-11-19T08:11:22.040Z] Step 7/7 : RUN go mod download [2020-11-19T08:11:22.040Z] ---> Running in 5d91e17eadd8 [2020-11-19T08:11:44.067Z] Removing intermediate container 5d91e17eadd8 [2020-11-19T08:11:44.067Z] ---> 9d9c38cee909 [2020-11-19T08:11:44.067Z] Successfully built 9d9c38cee909 [2020-11-19T08:11:44.067Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T08:11:44.400Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-19T08:11:44.400Z] . [Pipeline] withDockerContainer [2020-11-19T08:11:44.515Z] prd-centos7-docker-4c-2g-12711 does not seem to be running inside a container [2020-11-19T08:11:44.573Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-19T08:11:45.270Z] $ docker top fbbb35f17d9be2f27dca966710c58ae7e718da5e298b7e37b22a25aac2b31807 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T08:11:45.773Z] + go version [2020-11-19T08:11:45.773Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-19T08:11:45.792Z] $ docker stop --time=1 fbbb35f17d9be2f27dca966710c58ae7e718da5e298b7e37b22a25aac2b31807 [2020-11-19T08:11:47.134Z] $ docker rm -f fbbb35f17d9be2f27dca966710c58ae7e718da5e298b7e37b22a25aac2b31807 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T08:11:47.967Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-19T08:11:47.967Z] . [Pipeline] withDockerContainer [2020-11-19T08:11:48.091Z] prd-centos7-docker-4c-2g-12711 does not seem to be running inside a container [2020-11-19T08:11:48.145Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-19T08:11:48.774Z] $ docker top 5e0e7926c992a4ed1892a86da4ed5cef8ceeb602a89cb26ae29566069f1d1ff9 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-19T08:11:48.975Z] ========================================================= [2020-11-19T08:11:48.975Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-11-19T08:11:48.975Z] ========================================================= [Pipeline] sh [2020-11-19T08:11:49.272Z] + make test [2020-11-19T08:11:49.273Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-19T08:11:59.331Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-11-19T08:12:11.762Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-11-19T08:12:19.971Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-11-19T08:12:19.971Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-11-19T08:12:19.971Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-11-19T08:12:19.971Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-11-19T08:12:19.971Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-11-19T08:12:21.952Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.055s [2020-11-19T08:12:21.952Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-11-19T08:12:21.952Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-11-19T08:12:22.218Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-11-19T08:12:22.801Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-11-19T08:12:22.801Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-11-19T08:12:22.801Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-11-19T08:12:22.801Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-11-19T08:12:25.433Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.117s coverage: 46.6% of statements [2020-11-19T08:12:25.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-11-19T08:12:25.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-11-19T08:12:25.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-11-19T08:12:25.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-11-19T08:12:25.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-11-19T08:12:30.790Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.151s coverage: 27.1% of statements [2020-11-19T08:12:30.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-11-19T08:12:30.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-11-19T08:12:30.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-11-19T08:12:30.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-11-19T08:12:30.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-11-19T08:12:30.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-11-19T08:12:30.790Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.044s coverage: 100.0% of statements [2020-11-19T08:12:30.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-11-19T08:12:30.790Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements [2020-11-19T08:12:30.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-11-19T08:12:30.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-11-19T08:12:30.790Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.390s coverage: 66.7% of statements [2020-11-19T08:12:30.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-11-19T08:12:30.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-11-19T08:12:30.790Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.096s coverage: 84.1% of statements [2020-11-19T08:12:30.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-11-19T08:12:30.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-11-19T08:12:30.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-11-19T08:12:30.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-11-19T08:12:31.747Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.406s coverage: 28.6% of statements [2020-11-19T08:12:31.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-11-19T08:12:31.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-11-19T08:12:31.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-11-19T08:12:31.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-11-19T08:12:31.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-11-19T08:12:31.747Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.056s coverage: 100.0% of statements [2020-11-19T08:12:31.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-11-19T08:12:31.747Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements [2020-11-19T08:12:31.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-11-19T08:12:32.131Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.130s coverage: 86.7% of statements [2020-11-19T08:12:32.131Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-11-19T08:12:32.463Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.177s coverage: 97.5% of statements [2020-11-19T08:12:32.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-11-19T08:12:32.463Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.051s coverage: 79.0% of statements [2020-11-19T08:12:32.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-11-19T08:12:32.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-11-19T08:12:32.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-11-19T08:12:32.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-11-19T08:12:34.547Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.318s coverage: 95.7% of statements [2020-11-19T08:12:34.547Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-11-19T08:12:34.547Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-11-19T08:12:34.547Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-11-19T08:12:34.547Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-11-19T08:12:34.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-11-19T08:12:34.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-11-19T08:12:34.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-11-19T08:12:34.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-11-19T08:12:34.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-11-19T08:12:34.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-11-19T08:12:34.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-11-19T08:12:34.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-11-19T08:12:34.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-11-19T08:12:34.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-11-19T08:12:34.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-11-19T08:12:34.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-11-19T08:12:34.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-11-19T08:12:34.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-11-19T08:12:34.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-11-19T08:12:34.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-11-19T08:12:34.547Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements [2020-11-19T08:12:34.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-11-19T08:12:34.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-11-19T08:12:34.547Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.053s coverage: 0.0% of statements [no tests to run] [2020-11-19T08:12:34.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-11-19T08:12:34.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-11-19T08:12:34.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.161s coverage: 63.5% of statements [2020-11-19T08:12:34.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-11-19T08:12:34.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-11-19T08:12:34.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements [2020-11-19T08:12:34.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.063s coverage: 91.3% of statements [2020-11-19T08:12:34.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements [2020-11-19T08:12:34.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements [2020-11-19T08:12:34.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements [2020-11-19T08:12:36.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.346s coverage: 55.9% of statements [2020-11-19T08:12:36.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-11-19T08:12:36.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-11-19T08:12:36.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-11-19T08:12:36.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-11-19T08:12:36.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-11-19T08:12:36.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-11-19T08:12:48.594Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 13.013s coverage: 86.3% of statements [2020-11-19T08:12:48.594Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-11-19T08:12:48.594Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.081s coverage: 72.2% of statements [2020-11-19T08:12:48.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.383s coverage: 72.1% of statements [2020-11-19T08:12:48.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.046s coverage: 82.4% of statements [2020-11-19T08:12:48.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.050s coverage: 48.4% of statements [2020-11-19T08:12:48.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-11-19T08:12:48.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-11-19T08:12:48.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-11-19T08:12:48.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.036s coverage: 28.8% of statements [2020-11-19T08:12:48.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-11-19T08:12:48.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.032s coverage: 96.8% of statements [2020-11-19T08:12:48.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-11-19T08:12:48.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.085s coverage: 36.5% of statements [2020-11-19T08:12:48.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-11-19T08:12:48.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-11-19T08:12:48.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.275s coverage: 84.1% of statements [2020-11-19T08:12:48.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.049s coverage: 100.0% of statements [2020-11-19T08:12:48.595Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.057s coverage: 42.9% of statements [2020-11-19T08:12:48.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-11-19T08:12:48.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-11-19T08:12:48.595Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.047s coverage: 100.0% of statements [2020-11-19T08:12:48.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-11-19T08:12:48.595Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.042s coverage: 83.8% of statements [2020-11-19T08:12:48.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-11-19T08:12:48.595Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.109s coverage: 47.1% of statements [2020-11-19T08:12:48.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-11-19T08:12:48.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-11-19T08:12:48.595Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.038s coverage: 100.0% of statements [2020-11-19T08:12:48.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-11-19T08:12:48.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-11-19T08:12:48.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-11-19T08:12:48.595Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements [2020-11-19T08:12:48.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-11-19T08:12:48.595Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2020-11-19T08:12:48.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-11-19T08:12:48.595Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.637s coverage: 29.1% of statements [2020-11-19T08:12:48.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-11-19T08:12:48.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-11-19T08:12:48.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-11-19T08:12:48.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-11-19T08:12:48.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-11-19T08:12:48.595Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements [2020-11-19T08:12:48.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-11-19T08:12:48.595Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.077s coverage: 100.0% of statements [2020-11-19T08:12:48.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-11-19T08:12:48.595Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2020-11-19T08:12:48.595Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-11-19T08:12:48.595Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2020-11-19T08:12:48.595Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-11-19T08:12:48.595Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-11-19T08:12:48.595Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-11-19T08:12:48.595Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-11-19T08:12:48.595Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2020-11-19T08:12:48.595Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-11-19T08:12:48.595Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-11-19T08:12:48.595Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements [2020-11-19T08:12:48.595Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.025s coverage: 32.1% of statements [2020-11-19T08:12:48.595Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-11-19T08:12:48.595Z] GO111MODULE=on go vet ./... [2020-11-19T08:12:58.447Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-12712 in /w/workspace/edgexfoundry_edgex-go_PR-2840 [Pipeline] { [Pipeline] ws [2020-11-19T08:12:58.525Z] Running in /w/workspace/edgex-go/21 [Pipeline] { [Pipeline] checkout [2020-11-19T08:13:03.502Z] using credential edgex-jenkins-ssh [2020-11-19T08:13:03.575Z] Cloning the remote Git repository [2020-11-19T08:13:03.626Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-11-19T08:13:03.729Z] > git init /w/workspace/edgex-go/21 # timeout=10 [2020-11-19T08:13:03.802Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-19T08:13:03.803Z] > git --version # timeout=10 [2020-11-19T08:13:03.825Z] > git --version # 'git version 2.17.1' [2020-11-19T08:13:03.827Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T08:13:03.891Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-19T08:13:10.729Z] gofmt -l . [2020-11-19T08:13:10.992Z] [ "`gofmt -l .`" = "" ] [2020-11-19T08:13:11.567Z] ./bin/test-go-mod-tidy.sh [2020-11-19T08:13:12.143Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-11-19T08:13:14.377Z] + ls -al . [2020-11-19T08:13:14.377Z] total 640 [2020-11-19T08:13:14.377Z] drwxrwxr-x 10 1001 1001 4096 Nov 19 08:13 . [2020-11-19T08:13:14.377Z] drwxr-xr-x 4 root root 30 Nov 19 08:11 .. [2020-11-19T08:13:14.377Z] -rw-rw-r-- 1 1001 1001 11 Nov 19 08:10 .dockerignore [2020-11-19T08:13:14.377Z] drwxrwxr-x 8 1001 1001 179 Nov 19 08:10 .git [2020-11-19T08:13:14.377Z] drwxrwxr-x 3 1001 1001 125 Nov 19 08:10 .github [2020-11-19T08:13:14.377Z] -rw-rw-r-- 1 1001 1001 944 Nov 19 08:10 .gitignore [2020-11-19T08:13:14.377Z] drwx------ 3 1001 1001 47 Nov 19 08:10 .semver [2020-11-19T08:13:14.377Z] -rw-rw-r-- 1 1001 1001 166 Nov 19 08:10 .sonarcloud.properties [2020-11-19T08:13:14.377Z] -rw-rw-r-- 1 1001 1001 3804 Nov 19 08:10 CONTRIBUTING.md [2020-11-19T08:13:14.377Z] -rw-rw-r-- 1 1001 1001 1035 Nov 19 08:10 Dockerfile.build [2020-11-19T08:13:14.377Z] -rw-rw-r-- 1 1001 1001 863 Nov 19 08:10 Jenkinsfile [2020-11-19T08:13:14.377Z] -rw-rw-r-- 1 1001 1001 10775 Nov 19 08:10 LICENSE [2020-11-19T08:13:14.377Z] -rw-rw-r-- 1 1001 1001 6581 Nov 19 08:10 Makefile [2020-11-19T08:13:14.377Z] -rw-rw-r-- 1 1001 1001 6447 Nov 19 08:10 README.md [2020-11-19T08:13:14.377Z] -rw-rw-r-- 1 1001 1001 259 Nov 19 08:10 SECURITY.md [2020-11-19T08:13:14.377Z] -rw-rw-r-- 1 1001 1001 5 Nov 19 08:10 VERSION [2020-11-19T08:13:14.377Z] -rw-rw-r-- 1 1001 1001 4131 Nov 19 08:10 ZMQWindows.md [2020-11-19T08:13:14.377Z] drwxrwxr-x 2 1001 1001 117 Nov 19 08:10 bin [2020-11-19T08:13:14.377Z] drwxrwxr-x 15 1001 1001 4096 Nov 19 08:10 cmd [2020-11-19T08:13:14.377Z] -rw-r--r-- 1 root root 545934 Nov 19 08:12 coverage.out [2020-11-19T08:13:14.377Z] -rw-r--r-- 1 root root 1041 Nov 19 08:13 go.mod [2020-11-19T08:13:14.377Z] -rw-r--r-- 1 root root 18582 Nov 19 08:13 go.sum [2020-11-19T08:13:14.377Z] drwxrwxr-x 8 1001 1001 127 Nov 19 08:10 internal [2020-11-19T08:13:14.377Z] drwxrwxr-x 4 1001 1001 26 Nov 19 08:10 openapi [2020-11-19T08:13:14.377Z] drwxrwxr-x 4 1001 1001 71 Nov 19 08:10 snap [2020-11-19T08:13:14.377Z] -rw-rw-r-- 1 1001 1001 168 Nov 19 08:10 version.go [Pipeline] sh [2020-11-19T08:13:14.682Z] + '[' -e coverage.out ] [2020-11-19T08:13:14.682Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-11-19T08:13:14.865Z] Stashed 1 file(s) [Pipeline] sh [2020-11-19T08:13:15.169Z] + make build [2020-11-19T08:13:15.169Z] 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 [2020-11-19T08:13:19.835Z] Merging remotes/origin/master commit ef0f5935d89e216213ef86d08ade71681b71b2d2 into PR head commit 6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df [2020-11-19T08:13:20.312Z] Merge succeeded, producing 6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df [2020-11-19T08:13:20.313Z] Checking out Revision 6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df (PR-2840) [2020-11-19T08:13:18.954Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-19T08:13:18.974Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-19T08:13:18.997Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-19T08:13:19.027Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-19T08:13:19.027Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T08:13:19.040Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2840/head:refs/remotes/origin/PR-2840 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-19T08:13:19.858Z] > git config core.sparsecheckout # timeout=10 [2020-11-19T08:13:19.910Z] > git checkout -f 6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df # timeout=10 [2020-11-19T08:13:20.232Z] > git remote # timeout=10 [2020-11-19T08:13:20.249Z] > git config --get remote.origin.url # timeout=10 [2020-11-19T08:13:20.261Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T08:13:20.271Z] > git merge ef0f5935d89e216213ef86d08ade71681b71b2d2 # timeout=10 [2020-11-19T08:13:20.294Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-19T08:13:20.322Z] > git config core.sparsecheckout # timeout=10 [2020-11-19T08:13:20.335Z] > git checkout -f 6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df # timeout=10 [2020-11-19T08:13:23.412Z] 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 [2020-11-19T08:13:24.744Z] Commit message: "feat(data): Implement DELETE /event/scrub V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-19T08:13:25.719Z] provisioning config files... [2020-11-19T08:13:25.775Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/21@tmp/config1403302661463647809tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-19T08:13:26.785Z] ---> docker-login.sh [2020-11-19T08:13:26.785Z] nexus3.edgexfoundry.org:10001 [2020-11-19T08:13:27.389Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T08:13:27.649Z] 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 [2020-11-19T08:13:27.993Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T08:13:27.993Z] Configure a credential helper to remove this warning. See [2020-11-19T08:13:27.993Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T08:13:27.993Z] [2020-11-19T08:13:27.993Z] Login Succeeded [2020-11-19T08:13:27.993Z] nexus3.edgexfoundry.org:10002 [2020-11-19T08:13:28.268Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T08:13:28.546Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T08:13:28.546Z] Configure a credential helper to remove this warning. See [2020-11-19T08:13:28.546Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T08:13:28.546Z] [2020-11-19T08:13:28.546Z] Login Succeeded [2020-11-19T08:13:28.546Z] nexus3.edgexfoundry.org:10003 [2020-11-19T08:13:28.609Z] 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 [2020-11-19T08:13:28.822Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T08:13:29.098Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T08:13:29.098Z] Configure a credential helper to remove this warning. See [2020-11-19T08:13:29.098Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T08:13:29.098Z] [2020-11-19T08:13:29.098Z] Login Succeeded [2020-11-19T08:13:29.098Z] nexus3.edgexfoundry.org:10004 [2020-11-19T08:13:29.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T08:13:29.648Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T08:13:29.648Z] Configure a credential helper to remove this warning. See [2020-11-19T08:13:29.648Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T08:13:29.648Z] [2020-11-19T08:13:29.648Z] Login Succeeded [2020-11-19T08:13:29.648Z] docker.io [2020-11-19T08:13:30.019Z] 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 [2020-11-19T08:13:30.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T08:13:30.527Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T08:13:30.527Z] Configure a credential helper to remove this warning. See [2020-11-19T08:13:30.527Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T08:13:30.527Z] [2020-11-19T08:13:30.527Z] Login Succeeded [2020-11-19T08:13:30.527Z] ---> docker-login.sh ends [Pipeline] } [2020-11-19T08:13:30.608Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-19T08:13:31.151Z] ========================================================= [2020-11-19T08:13:31.151Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-19T08:13:31.151Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-19T08:13:31.421Z] 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 [2020-11-19T08:13:31.654Z] + 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 . [2020-11-19T08:13:31.684Z] 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 [2020-11-19T08:13:33.100Z] 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 [2020-11-19T08:13:34.306Z] Sending build context to Docker daemon 165.4MB [2020-11-19T08:13:34.306Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-19T08:13:34.306Z] Step 2/7 : FROM ${BASE} [2020-11-19T08:13:34.306Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-19T08:13:34.306Z] b538f80385f9: Pulling fs layer [2020-11-19T08:13:34.306Z] 74f711af9a0d: Pulling fs layer [2020-11-19T08:13:34.306Z] 99f96fe45779: Pulling fs layer [2020-11-19T08:13:34.306Z] 8529a6b9a6be: Pulling fs layer [2020-11-19T08:13:34.306Z] 45590311c82a: Pulling fs layer [2020-11-19T08:13:34.306Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-19T08:13:34.306Z] 209524e5b208: Pulling fs layer [2020-11-19T08:13:34.306Z] 8529a6b9a6be: Waiting [2020-11-19T08:13:34.306Z] 69ca0ff8b7b3: Waiting [2020-11-19T08:13:34.306Z] 45590311c82a: Waiting [2020-11-19T08:13:34.306Z] 99f96fe45779: Verifying Checksum [2020-11-19T08:13:34.306Z] 99f96fe45779: Download complete [2020-11-19T08:13:34.306Z] 74f711af9a0d: Verifying Checksum [2020-11-19T08:13:34.307Z] 74f711af9a0d: Download complete [2020-11-19T08:13:34.307Z] 45590311c82a: Verifying Checksum [2020-11-19T08:13:34.307Z] 45590311c82a: Download complete [2020-11-19T08:13:34.508Z] 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 [2020-11-19T08:13:34.902Z] 69ca0ff8b7b3: Download complete [2020-11-19T08:13:34.903Z] b538f80385f9: Verifying Checksum [2020-11-19T08:13:34.903Z] b538f80385f9: Download complete [2020-11-19T08:13:35.473Z] 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 [2020-11-19T08:13:35.505Z] b538f80385f9: Pull complete [2020-11-19T08:13:36.105Z] 74f711af9a0d: Pull complete [2020-11-19T08:13:36.381Z] 99f96fe45779: Pull complete [2020-11-19T08:13:36.440Z] 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 [2020-11-19T08:13:37.364Z] 209524e5b208: Verifying Checksum [2020-11-19T08:13:37.364Z] 209524e5b208: Download complete [2020-11-19T08:13:37.838Z] 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 [2020-11-19T08:13:38.789Z] 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 [2020-11-19T08:13:38.793Z] 8529a6b9a6be: Verifying Checksum [2020-11-19T08:13:38.793Z] 8529a6b9a6be: Download complete [Pipeline] } [2020-11-19T08:13:39.761Z] $ docker stop --time=1 5e0e7926c992a4ed1892a86da4ed5cef8ceeb602a89cb26ae29566069f1d1ff9 [2020-11-19T08:13:42.229Z] $ docker rm -f 5e0e7926c992a4ed1892a86da4ed5cef8ceeb602a89cb26ae29566069f1d1ff9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T08:13:46.131Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-19T08:13:46.131Z] [2020-11-19T08:13:46.131Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T08:13:46.482Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-19T08:13:46.482Z] latest: Pulling from edgex-devops/edgex-compose [2020-11-19T08:13:46.482Z] cbdbe7a5bc2a: Pulling fs layer [2020-11-19T08:13:46.482Z] ca9280d653b3: Pulling fs layer [2020-11-19T08:13:46.482Z] 7e9c9ca2126c: Pulling fs layer [2020-11-19T08:13:46.744Z] cbdbe7a5bc2a: Verifying Checksum [2020-11-19T08:13:46.744Z] cbdbe7a5bc2a: Download complete [2020-11-19T08:13:47.011Z] cbdbe7a5bc2a: Pull complete [2020-11-19T08:13:47.273Z] ca9280d653b3: Verifying Checksum [2020-11-19T08:13:47.273Z] ca9280d653b3: Download complete [2020-11-19T08:13:48.231Z] ca9280d653b3: Pull complete [2020-11-19T08:13:48.231Z] 7e9c9ca2126c: Verifying Checksum [2020-11-19T08:13:48.231Z] 7e9c9ca2126c: Download complete [2020-11-19T08:13:49.009Z] 8529a6b9a6be: Pull complete [2020-11-19T08:13:49.009Z] 45590311c82a: Pull complete [2020-11-19T08:13:49.609Z] 69ca0ff8b7b3: Pull complete [2020-11-19T08:13:53.931Z] 209524e5b208: Pull complete [2020-11-19T08:13:53.931Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-19T08:13:53.931Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-19T08:13:53.931Z] ---> 5bddaf1c2fca [2020-11-19T08:13:53.931Z] 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 [2020-11-19T08:13:54.869Z] 7e9c9ca2126c: Pull complete [2020-11-19T08:13:55.132Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-11-19T08:13:55.132Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-19T08:13:55.132Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-11-19T08:13:55.313Z] prd-centos7-docker-4c-2g-12711 does not seem to be running inside a container [2020-11-19T08:13:55.369Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-11-19T08:13:56.368Z] $ docker top 8bdf22330337991680fbed4a1f4070ebdd90a1946ef74a1809b79cda68272dcb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T08:13:56.844Z] + docker-compose build --help [2020-11-19T08:13:56.844Z] + grep parallel [2020-11-19T08:13:57.338Z] ---> Running in 58ccc94b5817 [2020-11-19T08:13:57.793Z] --parallel Build images in parallel. [Pipeline] } [2020-11-19T08:13:57.811Z] $ docker stop --time=1 8bdf22330337991680fbed4a1f4070ebdd90a1946ef74a1809b79cda68272dcb [2020-11-19T08:13:58.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T08:13:59.154Z] $ docker rm -f 8bdf22330337991680fbed4a1f4070ebdd90a1946ef74a1809b79cda68272dcb [Pipeline] // withDockerContainer [2020-11-19T08:13:59.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T08:13:59.785Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-19T08:13:59.785Z] . [Pipeline] withDockerContainer [2020-11-19T08:13:59.883Z] prd-centos7-docker-4c-2g-12711 does not seem to be running inside a container [2020-11-19T08:13:59.937Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-11-19T08:14:00.337Z] (1/12) Installing libmagic (5.38-r0) [2020-11-19T08:14:00.493Z] $ docker top b0cdd3b87349f7ff2968c53637a54bc4fb99ea38466061065c50e789a1f891f2 -eo pid,comm [2020-11-19T08:14:00.610Z] (2/12) Installing file (5.38-r0) [2020-11-19T08:14:00.610Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-19T08:14:00.610Z] (4/12) Installing g++ (9.3.0-r2) [Pipeline] { [Pipeline] sh [2020-11-19T08:14:01.097Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-19T08:14:02.074Z] Building docker-core-command-go ... [2020-11-19T08:14:02.074Z] Building docker-core-data-go ... [2020-11-19T08:14:02.074Z] Building docker-core-metadata-go ... [2020-11-19T08:14:02.074Z] Building docker-security-bootstrap-redis-go ... [2020-11-19T08:14:02.074Z] Building docker-security-proxy-setup-go ... [2020-11-19T08:14:02.074Z] Building docker-security-secrets-setup-go ... [2020-11-19T08:14:02.074Z] Building docker-security-secretstore-setup-go ... [2020-11-19T08:14:02.074Z] Building docker-support-logging-go ... [2020-11-19T08:14:02.074Z] Building docker-support-notifications-go ... [2020-11-19T08:14:02.074Z] Building docker-support-scheduler-go ... [2020-11-19T08:14:02.074Z] Building docker-sys-mgmt-agent-go ... [2020-11-19T08:14:02.074Z] Building docker-security-secretstore-setup-go [2020-11-19T08:14:02.074Z] Building docker-core-metadata-go [2020-11-19T08:14:02.074Z] Building docker-security-secrets-setup-go [2020-11-19T08:14:02.075Z] Building docker-support-notifications-go [2020-11-19T08:14:02.075Z] Building docker-security-bootstrap-redis-go [2020-11-19T08:14:07.312Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-19T08:14:07.312Z] (6/12) Installing patch (2.7.6-r6) [2020-11-19T08:14:07.312Z] (7/12) Installing build-base (0.5-r2) [2020-11-19T08:14:07.312Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-19T08:14:07.312Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-19T08:14:07.312Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-19T08:14:07.312Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-19T08:14:07.312Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-19T08:14:07.312Z] Executing busybox-1.31.1-r16.trigger [2020-11-19T08:14:07.312Z] OK: 217 MiB in 51 packages [2020-11-19T08:14:11.624Z] Removing intermediate container 58ccc94b5817 [2020-11-19T08:14:11.624Z] ---> e9eb1a290a5a [2020-11-19T08:14:11.624Z] Step 4/7 : WORKDIR /edgex-go [2020-11-19T08:14:11.624Z] ---> Running in e10a592ebae5 [2020-11-19T08:14:11.898Z] Removing intermediate container e10a592ebae5 [2020-11-19T08:14:11.898Z] ---> 08b728ef7643 [2020-11-19T08:14:11.898Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-19T08:14:12.167Z] latest: Pulling from library/docker [2020-11-19T08:14:12.439Z] 5f621e34cdf4: Pulling fs layer [2020-11-19T08:14:12.439Z] 85db56a05063: Pulling fs layer [2020-11-19T08:14:12.439Z] ccb67d6aeaaa: Pulling fs layer [2020-11-19T08:14:12.439Z] a0b19fc83503: Pulling fs layer [2020-11-19T08:14:12.439Z] 8eb508b41278: Pulling fs layer [2020-11-19T08:14:12.439Z] 37236713561e: Pulling fs layer [2020-11-19T08:14:12.439Z] 07c93f2b1b56: Pulling fs layer [2020-11-19T08:14:12.439Z] a0b19fc83503: Waiting [2020-11-19T08:14:12.439Z] 07c93f2b1b56: Waiting [2020-11-19T08:14:12.439Z] 8eb508b41278: Waiting [2020-11-19T08:14:12.716Z] ccb67d6aeaaa: Verifying Checksum [2020-11-19T08:14:12.716Z] ccb67d6aeaaa: Download complete [2020-11-19T08:14:12.716Z] 85db56a05063: Download complete [2020-11-19T08:14:12.716Z] 5f621e34cdf4: Verifying Checksum [2020-11-19T08:14:12.716Z] 5f621e34cdf4: Download complete [2020-11-19T08:14:12.991Z] 8eb508b41278: Verifying Checksum [2020-11-19T08:14:12.991Z] 8eb508b41278: Download complete [2020-11-19T08:14:12.991Z] 07c93f2b1b56: Verifying Checksum [2020-11-19T08:14:12.991Z] 07c93f2b1b56: Download complete [2020-11-19T08:14:13.265Z] 5f621e34cdf4: Pull complete [2020-11-19T08:14:14.248Z] a0b19fc83503: Verifying Checksum [2020-11-19T08:14:14.248Z] a0b19fc83503: Download complete [2020-11-19T08:14:14.248Z] 85db56a05063: Pull complete [2020-11-19T08:14:14.248Z] ccb67d6aeaaa: Pull complete [2020-11-19T08:14:17.651Z] a0b19fc83503: Pull complete [2020-11-19T08:14:17.922Z] 8eb508b41278: Pull complete [2020-11-19T08:14:18.517Z] 37236713561e: Pull complete [2020-11-19T08:14:18.788Z] 07c93f2b1b56: Pull complete [2020-11-19T08:14:18.788Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-19T08:14:18.788Z] Status: Downloaded newer image for docker:latest [2020-11-19T08:14:22.182Z] ---> cf5c18439ca8 [2020-11-19T08:14:22.182Z] Step 6/7 : COPY go.mod . [2020-11-19T08:14:22.777Z] ---> a9a117aa7226 [2020-11-19T08:14:22.777Z] Step 7/7 : RUN go mod download [2020-11-19T08:14:23.052Z] ---> Running in 0214b7326d5e [2020-11-19T08:14:34.462Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T08:14:34.463Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-19T08:14:34.463Z] ---> 9d9c38cee909 [2020-11-19T08:14:34.463Z] Step 3/24 : WORKDIR /edgex-go [2020-11-19T08:14:34.463Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T08:14:34.463Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-19T08:14:34.463Z] ---> 9d9c38cee909 [2020-11-19T08:14:34.463Z] Step 3/22 : WORKDIR /edgex-go [2020-11-19T08:14:34.463Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T08:14:34.463Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-19T08:14:34.463Z] ---> 9d9c38cee909 [2020-11-19T08:14:34.463Z] Step 3/24 : WORKDIR /edgex-go [2020-11-19T08:14:34.463Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T08:14:34.463Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-19T08:14:34.463Z] ---> 9d9c38cee909 [2020-11-19T08:14:34.463Z] Step 3/22 : WORKDIR /edgex-go [2020-11-19T08:14:34.463Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T08:14:34.463Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-19T08:14:34.463Z] ---> 9d9c38cee909 [2020-11-19T08:14:34.463Z] Step 3/29 : WORKDIR /edgex-go [2020-11-19T08:14:34.463Z] ---> Running in 4ccdc085ff79 [2020-11-19T08:14:34.463Z] ---> Running in 9a2405f6bcec [2020-11-19T08:14:34.463Z] ---> Running in 4a053b7c8a25 [2020-11-19T08:14:34.463Z] ---> Running in bd1892df1368 [2020-11-19T08:14:34.463Z] ---> Running in 7c3199a5b161 [2020-11-19T08:14:34.725Z] Removing intermediate container 9a2405f6bcec [2020-11-19T08:14:34.725Z] ---> 832c4dc2e32a [2020-11-19T08:14:34.725Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T08:14:34.725Z] Removing intermediate container 7c3199a5b161 [2020-11-19T08:14:34.725Z] ---> d046c477803f [2020-11-19T08:14:34.725Z] Step 4/29 : RUN apk update && apk add make git [2020-11-19T08:14:34.725Z] Removing intermediate container 4a053b7c8a25 [2020-11-19T08:14:34.725Z] ---> a8301c242c3e [2020-11-19T08:14:34.725Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T08:14:34.725Z] Removing intermediate container bd1892df1368 [2020-11-19T08:14:34.725Z] ---> 2fb7f62b5b55 [2020-11-19T08:14:34.725Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T08:14:34.725Z] Removing intermediate container 4ccdc085ff79 [2020-11-19T08:14:34.725Z] ---> ca8ba36c9e77 [2020-11-19T08:14:34.725Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T08:14:34.987Z] ---> Running in 2db158104829 [2020-11-19T08:14:34.987Z] ---> Running in 3c1db7c9aad0 [2020-11-19T08:14:34.987Z] ---> Running in e7313e3d5b4b [2020-11-19T08:14:34.987Z] ---> Running in 60ad21c2a5f1 [2020-11-19T08:14:34.987Z] ---> Running in 197c15b59115 [2020-11-19T08:14:35.952Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T08:14:36.530Z] Removing intermediate container 3c1db7c9aad0 [2020-11-19T08:14:36.530Z] ---> ef0c73cfd1c0 [2020-11-19T08:14:36.530Z] Step 5/24 : RUN apk update && apk add make git [2020-11-19T08:14:36.530Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T08:14:36.792Z] ---> Running in c9d7b0941520 [2020-11-19T08:14:37.055Z] Removing intermediate container e7313e3d5b4b [2020-11-19T08:14:37.055Z] ---> 92f994052348 [2020-11-19T08:14:37.055Z] Step 5/22 : RUN apk update && apk add make git [2020-11-19T08:14:37.332Z] ---> Running in 6234cbed560c [2020-11-19T08:14:37.332Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T08:14:37.332Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T08:14:37.332Z] OK: 12752 distinct packages available [2020-11-19T08:14:37.332Z] Removing intermediate container 60ad21c2a5f1 [2020-11-19T08:14:37.332Z] ---> fe95249555e2 [2020-11-19T08:14:37.332Z] Step 5/22 : RUN apk update && apk add make git [2020-11-19T08:14:37.332Z] Removing intermediate container 197c15b59115 [2020-11-19T08:14:37.332Z] ---> c636ee755bba [2020-11-19T08:14:37.332Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-19T08:14:37.603Z] OK: 233 MiB in 51 packages [2020-11-19T08:14:37.603Z] ---> Running in 722a262d6a1f [2020-11-19T08:14:37.603Z] ---> Running in e4a31ffafad6 [2020-11-19T08:14:37.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T08:14:37.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T08:14:38.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T08:14:38.460Z] Removing intermediate container 2db158104829 [2020-11-19T08:14:38.460Z] ---> 36918bc18663 [2020-11-19T08:14:38.460Z] Step 5/29 : COPY go.mod . [2020-11-19T08:14:38.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T08:14:38.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T08:14:38.725Z] ---> 1efc7cde61bd [2020-11-19T08:14:38.725Z] Step 6/29 : RUN go mod download [2020-11-19T08:14:38.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T08:14:38.725Z] ---> Running in b384674028a4 [2020-11-19T08:14:38.994Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T08:14:38.994Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T08:14:38.994Z] OK: 12752 distinct packages available [2020-11-19T08:14:38.994Z] OK: 233 MiB in 51 packages [2020-11-19T08:14:39.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T08:14:39.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T08:14:39.259Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T08:14:39.259Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T08:14:39.259Z] OK: 12752 distinct packages available [2020-11-19T08:14:39.523Z] OK: 233 MiB in 51 packages [2020-11-19T08:14:39.523Z] Removing intermediate container c9d7b0941520 [2020-11-19T08:14:39.523Z] ---> b4564d5b1690 [2020-11-19T08:14:39.523Z] Step 6/24 : COPY go.mod . [2020-11-19T08:14:40.116Z] ---> de5ae1fa048f [2020-11-19T08:14:40.116Z] Step 7/24 : RUN go mod download [2020-11-19T08:14:40.116Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T08:14:40.116Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T08:14:40.116Z] OK: 12752 distinct packages available [2020-11-19T08:14:40.116Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T08:14:40.116Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T08:14:40.116Z] OK: 12752 distinct packages available [2020-11-19T08:14:40.116Z] ---> Running in ed38b6a01066 [2020-11-19T08:14:40.116Z] Removing intermediate container 6234cbed560c [2020-11-19T08:14:40.116Z] ---> 12c3fca6808e [2020-11-19T08:14:40.116Z] Step 6/22 : COPY go.mod . [2020-11-19T08:14:40.385Z] OK: 233 MiB in 51 packages [2020-11-19T08:14:40.385Z] OK: 233 MiB in 51 packages [2020-11-19T08:14:40.385Z] Removing intermediate container b384674028a4 [2020-11-19T08:14:40.385Z] ---> 50b51b3a694c [2020-11-19T08:14:40.385Z] Step 7/29 : COPY . . [2020-11-19T08:14:40.647Z] ---> d76b2faa6499 [2020-11-19T08:14:40.647Z] Step 7/22 : RUN go mod download [2020-11-19T08:14:42.569Z] ---> Running in db7d049fcb5e [2020-11-19T08:14:44.512Z] Removing intermediate container e4a31ffafad6 [2020-11-19T08:14:44.512Z] ---> dadf89316785 [2020-11-19T08:14:44.512Z] Step 6/24 : COPY go.mod . [2020-11-19T08:14:45.098Z] Removing intermediate container 722a262d6a1f [2020-11-19T08:14:45.098Z] ---> a65ca859f7a5 [2020-11-19T08:14:45.098Z] Step 6/22 : COPY go.mod . [2020-11-19T08:14:45.675Z] Removing intermediate container ed38b6a01066 [2020-11-19T08:14:45.675Z] ---> b9d1cfa216ad [2020-11-19T08:14:45.675Z] Step 8/24 : COPY . . [2020-11-19T08:14:46.249Z] ---> 2e29c125f8ec [2020-11-19T08:14:46.249Z] Step 7/24 : RUN go mod download [2020-11-19T08:14:48.193Z] ---> b382e9cca161 [2020-11-19T08:14:48.193Z] Step 7/22 : RUN go mod download [2020-11-19T08:14:49.856Z] Removing intermediate container 0214b7326d5e [2020-11-19T08:14:49.857Z] ---> b21155e2c76f [2020-11-19T08:14:49.857Z] Successfully built b21155e2c76f [2020-11-19T08:14:49.857Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T08:14:50.201Z] + docker inspect -f . ci-base-image-arm64 [2020-11-19T08:14:50.201Z] . [Pipeline] withDockerContainer [2020-11-19T08:14:50.450Z] prd-ubuntu18.04-docker-arm64-4c-16g-12712 does not seem to be running inside a container [2020-11-19T08:14:50.539Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-19T08:14:52.438Z] ---> Running in 86fcdfe5fd54 [2020-11-19T08:14:52.509Z] $ docker top 0961349bc0768ccfabad2ab71d8220432f94f3b5debf174866afc9b95bd35fb8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T08:14:53.900Z] + go version [2020-11-19T08:14:53.900Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-19T08:14:53.926Z] $ docker stop --time=1 0961349bc0768ccfabad2ab71d8220432f94f3b5debf174866afc9b95bd35fb8 [2020-11-19T08:14:55.015Z] ---> Running in e145fdf0a510 [2020-11-19T08:14:55.779Z] $ docker rm -f 0961349bc0768ccfabad2ab71d8220432f94f3b5debf174866afc9b95bd35fb8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T08:14:56.755Z] + docker inspect -f . ci-base-image-arm64 [2020-11-19T08:14:56.755Z] . [Pipeline] withDockerContainer [2020-11-19T08:14:56.949Z] Removing intermediate container db7d049fcb5e [2020-11-19T08:14:56.949Z] ---> fa37e1d714c4 [2020-11-19T08:14:56.949Z] Step 8/22 : COPY . . [2020-11-19T08:14:56.989Z] prd-ubuntu18.04-docker-arm64-4c-16g-12712 does not seem to be running inside a container [2020-11-19T08:14:57.076Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-19T08:14:58.471Z] $ docker top c5165e1dc29485e9f504d31cb4e5d61afb6a863dd17943e418e87b6404687c67 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-19T08:14:58.860Z] ========================================================= [2020-11-19T08:14:58.860Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-11-19T08:14:58.860Z] ========================================================= [Pipeline] sh [2020-11-19T08:14:59.512Z] + make test [2020-11-19T08:14:59.512Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-19T08:15:01.196Z] ---> e69efb87bbfa [2020-11-19T08:15:01.196Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-19T08:15:04.538Z] ---> Running in fa455cf9793a [2020-11-19T08:15:07.106Z] Removing intermediate container 86fcdfe5fd54 [2020-11-19T08:15:07.106Z] ---> f5c4bb42eb83 [2020-11-19T08:15:07.106Z] Step 8/24 : COPY . . [2020-11-19T08:15:08.544Z] Removing intermediate container e145fdf0a510 [2020-11-19T08:15:08.544Z] ---> 84d8cb98be68 [2020-11-19T08:15:08.544Z] Step 8/22 : COPY . . [2020-11-19T08:15:08.544Z] 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 [2020-11-19T08:15:21.701Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-11-19T08:15:23.561Z] ---> ab8b29e33a6e [2020-11-19T08:15:23.561Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-19T08:15:27.824Z] ---> Running in f891d10af037 [2020-11-19T08:15:33.223Z] ---> 88046a84bb22 [2020-11-19T08:15:33.223Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-19T08:15:35.160Z] 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 [2020-11-19T08:15:36.555Z] ---> Running in 625ad54399d3 [2020-11-19T08:15:38.186Z] ---> 9fbf57ac5686 [2020-11-19T08:15:38.186Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-19T08:15:39.152Z] ---> Running in dac60c35c93e [2020-11-19T08:15:39.152Z] ---> 01cde0682b67 [2020-11-19T08:15:39.152Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-19T08:15:39.428Z] 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 [2020-11-19T08:15:39.428Z] ---> Running in a2899fa21466 [2020-11-19T08:15:40.025Z] 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 [2020-11-19T08:15:40.296Z] 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 [2020-11-19T08:15:42.888Z] Removing intermediate container fa455cf9793a [2020-11-19T08:15:42.888Z] ---> e5618a3471e8 [2020-11-19T08:15:42.888Z] [2020-11-19T08:15:42.888Z] Step 9/29 : FROM alpine:latest [2020-11-19T08:15:43.157Z] Building docker-sys-mgmt-agent-go [2020-11-19T08:16:00.811Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-11-19T08:16:01.426Z] 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 [2020-11-19T08:16:03.406Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T08:16:03.406Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-19T08:16:03.406Z] ---> 9d9c38cee909 [2020-11-19T08:16:03.406Z] Step 3/27 : WORKDIR /edgex-go [2020-11-19T08:16:03.406Z] ---> Using cache [2020-11-19T08:16:03.406Z] ---> ca8ba36c9e77 [2020-11-19T08:16:03.406Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T08:16:03.406Z] ---> Using cache [2020-11-19T08:16:03.406Z] ---> fe95249555e2 [2020-11-19T08:16:03.406Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-19T08:16:04.386Z] ---> Running in 3dd552bf7417 [2020-11-19T08:16:05.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T08:16:06.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T08:16:07.369Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T08:16:07.369Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T08:16:07.369Z] OK: 12752 distinct packages available [2020-11-19T08:16:07.369Z] OK: 233 MiB in 51 packages [2020-11-19T08:16:08.809Z] Removing intermediate container 3dd552bf7417 [2020-11-19T08:16:08.809Z] ---> b077dc64f824 [2020-11-19T08:16:08.809Z] Step 6/27 : COPY go.mod . [2020-11-19T08:16:09.768Z] Removing intermediate container f891d10af037 [2020-11-19T08:16:09.768Z] ---> b1908aeceb1f [2020-11-19T08:16:09.768Z] [2020-11-19T08:16:09.768Z] Step 10/24 : FROM alpine:3.10 [2020-11-19T08:16:10.350Z] Building docker-core-command-go [2020-11-19T08:16:10.622Z] ---> 1179ccb767b2 [2020-11-19T08:16:10.622Z] Step 7/27 : RUN go mod download [2020-11-19T08:16:11.213Z] Removing intermediate container a2899fa21466 [2020-11-19T08:16:11.213Z] ---> abdd2e0713b3 [2020-11-19T08:16:11.213Z] [2020-11-19T08:16:11.213Z] Step 10/22 : FROM alpine:3.10 [2020-11-19T08:16:11.213Z] ---> Running in 45d28ea95c93 [2020-11-19T08:16:15.437Z] Building docker-support-logging-go [2020-11-19T08:16:23.040Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-11-19T08:16:23.040Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-11-19T08:16:23.040Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-11-19T08:16:23.040Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-11-19T08:16:23.040Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-11-19T08:16:24.494Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.074s [2020-11-19T08:16:24.494Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-11-19T08:16:24.494Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-11-19T08:16:25.519Z] Removing intermediate container dac60c35c93e [2020-11-19T08:16:25.519Z] ---> 6e8c8c125524 [2020-11-19T08:16:25.519Z] [2020-11-19T08:16:25.519Z] Step 10/24 : FROM scratch [2020-11-19T08:16:25.519Z] ---> [2020-11-19T08:16:25.519Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-19T08:16:27.391Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-11-19T08:16:27.476Z] ---> Running in ce1d545560a9 [2020-11-19T08:16:27.476Z] Removing intermediate container 45d28ea95c93 [2020-11-19T08:16:27.476Z] ---> 81e985609c94 [2020-11-19T08:16:27.476Z] Step 8/27 : COPY . . [2020-11-19T08:16:28.453Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-11-19T08:16:28.453Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-11-19T08:16:28.453Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-11-19T08:16:28.453Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-11-19T08:16:31.712Z] Removing intermediate container ce1d545560a9 [2020-11-19T08:16:31.712Z] ---> b913d354c660 [2020-11-19T08:16:31.712Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-19T08:16:35.965Z] ---> Running in 3cdf1154d036 [2020-11-19T08:16:36.762Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.297s coverage: 46.6% of statements [2020-11-19T08:16:36.763Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-11-19T08:16:36.763Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-11-19T08:16:36.763Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-11-19T08:16:36.763Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-11-19T08:16:36.763Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-11-19T08:16:38.653Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T08:16:38.654Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-19T08:16:38.654Z] ---> 9d9c38cee909 [2020-11-19T08:16:38.654Z] Step 3/22 : WORKDIR /edgex-go [2020-11-19T08:16:38.654Z] ---> Using cache [2020-11-19T08:16:38.654Z] ---> ca8ba36c9e77 [2020-11-19T08:16:38.654Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T08:16:38.654Z] ---> Using cache [2020-11-19T08:16:38.654Z] ---> fe95249555e2 [2020-11-19T08:16:38.654Z] Step 5/22 : RUN apk update && apk add make git [2020-11-19T08:16:38.654Z] ---> Using cache [2020-11-19T08:16:38.654Z] ---> a65ca859f7a5 [2020-11-19T08:16:38.654Z] Step 6/22 : COPY go.mod . [2020-11-19T08:16:38.654Z] ---> Using cache [2020-11-19T08:16:38.654Z] ---> b382e9cca161 [2020-11-19T08:16:38.654Z] Step 7/22 : RUN go mod download [2020-11-19T08:16:38.654Z] ---> Using cache [2020-11-19T08:16:38.654Z] ---> 84d8cb98be68 [2020-11-19T08:16:38.654Z] Step 8/22 : COPY . . [2020-11-19T08:16:38.654Z] ---> Using cache [2020-11-19T08:16:38.654Z] ---> 01cde0682b67 [2020-11-19T08:16:38.654Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-19T08:16:40.749Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T08:16:40.749Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-19T08:16:40.749Z] ---> 9d9c38cee909 [2020-11-19T08:16:40.749Z] Step 3/22 : WORKDIR /edgex-go [2020-11-19T08:16:40.749Z] ---> Using cache [2020-11-19T08:16:40.749Z] ---> ca8ba36c9e77 [2020-11-19T08:16:40.749Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T08:16:40.749Z] ---> Using cache [2020-11-19T08:16:40.749Z] ---> fe95249555e2 [2020-11-19T08:16:40.749Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-19T08:16:43.330Z] ---> Running in 875aec61de88 [2020-11-19T08:16:43.330Z] Removing intermediate container 3cdf1154d036 [2020-11-19T08:16:43.330Z] ---> 9a1b8362c9e3 [2020-11-19T08:16:43.330Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-19T08:16:43.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.471s coverage: 27.1% of statements [2020-11-19T08:16:43.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-11-19T08:16:43.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-11-19T08:16:43.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-11-19T08:16:43.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-11-19T08:16:43.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-11-19T08:16:43.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-11-19T08:16:43.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.057s coverage: 100.0% of statements [2020-11-19T08:16:43.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-11-19T08:16:43.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements [2020-11-19T08:16:43.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-11-19T08:16:43.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-11-19T08:16:43.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.496s coverage: 66.7% of statements [2020-11-19T08:16:43.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-11-19T08:16:43.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-11-19T08:16:43.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.659s coverage: 84.1% of statements [2020-11-19T08:16:43.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-11-19T08:16:43.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-11-19T08:16:43.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-11-19T08:16:43.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-11-19T08:16:44.309Z] ---> Running in 06cd336a144e [2020-11-19T08:16:44.309Z] ---> Running in e6ab2451f617 [2020-11-19T08:16:44.309Z] Removing intermediate container 625ad54399d3 [2020-11-19T08:16:44.309Z] ---> c03869453b04 [2020-11-19T08:16:44.309Z] [2020-11-19T08:16:44.309Z] Step 10/22 : FROM scratch [2020-11-19T08:16:44.309Z] ---> [2020-11-19T08:16:44.309Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-19T08:16:44.578Z] ---> Running in c347f6627aa2 [2020-11-19T08:16:44.578Z] Removing intermediate container e6ab2451f617 [2020-11-19T08:16:44.578Z] ---> 9d6671de7e3a [2020-11-19T08:16:44.578Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-19T08:16:45.995Z] 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 [2020-11-19T08:16:46.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T08:16:46.270Z] Removing intermediate container c347f6627aa2 [2020-11-19T08:16:46.270Z] ---> d6f2236462ec [2020-11-19T08:16:46.270Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-19T08:16:46.540Z] ---> 944e12a921a5 [2020-11-19T08:16:46.540Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-19T08:16:46.540Z] ---> Running in d9e74971c3cd [2020-11-19T08:16:47.136Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T08:16:47.408Z] Removing intermediate container d9e74971c3cd [2020-11-19T08:16:47.408Z] ---> fe838faebf5e [2020-11-19T08:16:47.408Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-19T08:16:48.007Z] ---> Running in 775ab04d5541 [2020-11-19T08:16:48.607Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T08:16:48.607Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T08:16:48.607Z] OK: 12752 distinct packages available [2020-11-19T08:16:48.869Z] OK: 233 MiB in 51 packages [2020-11-19T08:16:49.144Z] OK: 233 MiB in 51 packages [2020-11-19T08:16:49.144Z] ---> cfefe1303ca3 [2020-11-19T08:16:49.144Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-19T08:16:50.116Z] Removing intermediate container 775ab04d5541 [2020-11-19T08:16:50.116Z] ---> 3ec0af2830cc [2020-11-19T08:16:50.116Z] Step 14/22 : WORKDIR / [2020-11-19T08:16:52.089Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.164s coverage: 28.6% of statements [2020-11-19T08:16:52.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-11-19T08:16:52.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-11-19T08:16:52.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-11-19T08:16:52.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-11-19T08:16:52.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-11-19T08:16:52.090Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.149s coverage: 100.0% of statements [2020-11-19T08:16:52.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-11-19T08:16:52.090Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.085s coverage: 100.0% of statements [2020-11-19T08:16:52.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-11-19T08:16:52.090Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.328s coverage: 86.7% of statements [2020-11-19T08:16:52.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-11-19T08:16:52.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.318s coverage: 97.5% of statements [2020-11-19T08:16:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-11-19T08:16:52.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.150s coverage: 79.0% of statements [2020-11-19T08:16:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-11-19T08:16:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-11-19T08:16:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-11-19T08:16:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-11-19T08:16:53.495Z] ---> Running in 8cf291aab658 [2020-11-19T08:16:53.496Z] ---> e6ba239be890 [2020-11-19T08:16:53.496Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-19T08:16:54.081Z] ---> 6ba63205ddc0 [2020-11-19T08:16:54.081Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-19T08:16:54.081Z] Removing intermediate container 8cf291aab658 [2020-11-19T08:16:54.081Z] ---> d86f1a660744 [2020-11-19T08:16:54.081Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-19T08:16:54.081Z] ---> Running in afa0843a1cb6 [2020-11-19T08:16:54.081Z] Removing intermediate container 06cd336a144e [2020-11-19T08:16:54.081Z] ---> c7bb7eff0b79 [2020-11-19T08:16:54.081Z] Step 6/22 : COPY go.mod . [2020-11-19T08:16:54.362Z] ---> 051ee1a5bc3c [2020-11-19T08:16:54.362Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-19T08:16:54.640Z] ---> 189432cb8b2c [2020-11-19T08:16:54.640Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-19T08:16:54.924Z] ---> 640633662cbb [2020-11-19T08:16:54.924Z] Step 7/22 : RUN go mod download [2020-11-19T08:16:55.204Z] ---> Running in 024e1ae319da [2020-11-19T08:16:55.484Z] 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 [2020-11-19T08:16:55.759Z] ---> 375de4f93565 [2020-11-19T08:16:55.759Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-19T08:16:56.353Z] ---> 6a6a53c8af07 [2020-11-19T08:16:56.353Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-19T08:16:56.353Z] ---> dc292bc75de4 [2020-11-19T08:16:56.353Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-19T08:16:56.648Z] ---> Running in a951d268098d [2020-11-19T08:16:56.648Z] ---> 83b03142da25 [2020-11-19T08:16:56.648Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-19T08:16:56.916Z] ---> Running in 0e6ec015ac08 [2020-11-19T08:16:56.916Z] Removing intermediate container a951d268098d [2020-11-19T08:16:56.916Z] ---> e13eb3fa4171 [2020-11-19T08:16:56.916Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T08:16:56.916Z] ---> Running in 917b445e65ff [2020-11-19T08:16:57.183Z] Removing intermediate container 0e6ec015ac08 [2020-11-19T08:16:57.183Z] ---> d0cf042738d4 [2020-11-19T08:16:57.183Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T08:16:57.450Z] Removing intermediate container 917b445e65ff [2020-11-19T08:16:57.450Z] ---> 04eff5ec2e58 [2020-11-19T08:16:57.450Z] Step 22/24 : LABEL arch=x86_64 [2020-11-19T08:16:57.450Z] ---> Running in ef2ad6e05d25 [2020-11-19T08:16:58.034Z] ---> Running in 24f0767c8f3b [2020-11-19T08:16:58.034Z] Removing intermediate container ef2ad6e05d25 [2020-11-19T08:16:58.034Z] ---> 9f74ca92e93a [2020-11-19T08:16:58.034Z] Step 20/22 : LABEL arch=x86_64 [2020-11-19T08:16:58.034Z] ---> Running in 0062dc3458c1 [2020-11-19T08:16:58.034Z] Removing intermediate container 024e1ae319da [2020-11-19T08:16:58.034Z] ---> 48f9a10ed999 [2020-11-19T08:16:58.034Z] Step 8/22 : COPY . . [2020-11-19T08:16:58.307Z] Removing intermediate container 24f0767c8f3b [2020-11-19T08:16:58.307Z] ---> 3080ce1689e0 [2020-11-19T08:16:58.307Z] Step 23/24 : LABEL git_sha=6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df [2020-11-19T08:16:58.307Z] ---> Running in 044767b6825f [2020-11-19T08:16:58.588Z] Removing intermediate container 0062dc3458c1 [2020-11-19T08:16:58.588Z] ---> 75a5df518118 [2020-11-19T08:16:58.588Z] Step 21/22 : LABEL git_sha=6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df [2020-11-19T08:16:58.869Z] ---> Running in f2f15f502c3c [2020-11-19T08:16:59.118Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.010s coverage: 95.7% of statements [2020-11-19T08:16:59.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-11-19T08:16:59.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-11-19T08:16:59.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-11-19T08:16:59.118Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-11-19T08:16:59.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-11-19T08:16:59.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-11-19T08:16:59.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-11-19T08:16:59.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-11-19T08:16:59.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-11-19T08:16:59.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-11-19T08:16:59.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-11-19T08:16:59.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-11-19T08:16:59.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-11-19T08:16:59.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-11-19T08:16:59.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-11-19T08:16:59.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-11-19T08:16:59.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-11-19T08:16:59.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-11-19T08:16:59.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-11-19T08:16:59.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-11-19T08:16:59.118Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements [2020-11-19T08:16:59.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-11-19T08:16:59.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-11-19T08:16:59.118Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.157s coverage: 0.0% of statements [no tests to run] [2020-11-19T08:16:59.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-11-19T08:16:59.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-11-19T08:16:59.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.547s coverage: 63.5% of statements [2020-11-19T08:16:59.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-11-19T08:16:59.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-11-19T08:16:59.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2020-11-19T08:16:59.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements [2020-11-19T08:16:59.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements [2020-11-19T08:16:59.151Z] Removing intermediate container 044767b6825f [2020-11-19T08:16:59.151Z] ---> eeb3a6f3adca [2020-11-19T08:16:59.151Z] Step 24/24 : LABEL version=0.0.0 [2020-11-19T08:17:00.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.084s coverage: 73.7% of statements [2020-11-19T08:17:00.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements [2020-11-19T08:17:00.584Z] ---> Running in 453a326b9236 [2020-11-19T08:17:00.856Z] Removing intermediate container f2f15f502c3c [2020-11-19T08:17:00.856Z] ---> 1a4d4a88048f [2020-11-19T08:17:00.856Z] Step 22/22 : LABEL version=0.0.0 [2020-11-19T08:17:03.525Z] ---> Running in d13e593f8832 [2020-11-19T08:17:04.496Z] Removing intermediate container 453a326b9236 [2020-11-19T08:17:04.496Z] ---> bee87038e202 [2020-11-19T08:17:04.496Z] [2020-11-19T08:17:04.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.840s coverage: 55.9% of statements [2020-11-19T08:17:04.900Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-11-19T08:17:04.900Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-11-19T08:17:04.900Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-11-19T08:17:04.900Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-11-19T08:17:04.900Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-11-19T08:17:04.900Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-11-19T08:17:05.452Z] Successfully built bee87038e202 [2020-11-19T08:17:06.868Z] Successfully tagged docker-support-notifications-go:latest [2020-11-19T08:17:06.868Z] Building docker-support-scheduler-go [2020-11-19T08:17:06.868Z]  Building docker-support-notifications-go ... done Removing intermediate container d13e593f8832 [2020-11-19T08:17:06.868Z] ---> 46841424a124 [2020-11-19T08:17:06.868Z] [2020-11-19T08:17:07.138Z] Successfully built 46841424a124 [2020-11-19T08:17:07.138Z] Successfully tagged docker-core-metadata-go:latest [2020-11-19T08:17:07.138Z] Building docker-security-proxy-setup-go [2020-11-19T08:17:33.861Z]  Building docker-core-metadata-go ... done Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T08:17:33.861Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-19T08:17:33.861Z] ---> 9d9c38cee909 [2020-11-19T08:17:33.861Z] Step 3/20 : WORKDIR /edgex-go [2020-11-19T08:17:33.861Z] ---> Using cache [2020-11-19T08:17:33.861Z] ---> ca8ba36c9e77 [2020-11-19T08:17:33.861Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T08:17:33.861Z] ---> Using cache [2020-11-19T08:17:33.861Z] ---> fe95249555e2 [2020-11-19T08:17:33.861Z] Step 5/20 : RUN apk update && apk add make git [2020-11-19T08:17:33.861Z] ---> Using cache [2020-11-19T08:17:33.861Z] ---> a65ca859f7a5 [2020-11-19T08:17:33.861Z] Step 6/20 : COPY go.mod . [2020-11-19T08:17:33.861Z] ---> Using cache [2020-11-19T08:17:33.861Z] ---> b382e9cca161 [2020-11-19T08:17:33.861Z] Step 7/20 : RUN go mod download [2020-11-19T08:17:33.861Z] ---> Using cache [2020-11-19T08:17:33.861Z] ---> 84d8cb98be68 [2020-11-19T08:17:33.861Z] Step 8/20 : COPY . . [2020-11-19T08:17:33.861Z] ---> Using cache [2020-11-19T08:17:33.861Z] ---> 01cde0682b67 [2020-11-19T08:17:33.861Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-19T08:17:33.861Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T08:17:33.861Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-19T08:17:33.861Z] ---> 9d9c38cee909 [2020-11-19T08:17:33.861Z] Step 3/21 : WORKDIR /edgex-go [2020-11-19T08:17:33.861Z] ---> Using cache [2020-11-19T08:17:33.862Z] ---> ca8ba36c9e77 [2020-11-19T08:17:33.862Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T08:17:33.862Z] ---> Using cache [2020-11-19T08:17:33.862Z] ---> fe95249555e2 [2020-11-19T08:17:33.862Z] Step 5/21 : RUN apk update && apk add make git [2020-11-19T08:17:33.862Z] ---> Using cache [2020-11-19T08:17:33.862Z] ---> a65ca859f7a5 [2020-11-19T08:17:33.862Z] Step 6/21 : COPY go.mod . [2020-11-19T08:17:33.862Z] ---> Using cache [2020-11-19T08:17:33.862Z] ---> b382e9cca161 [2020-11-19T08:17:33.862Z] Step 7/21 : RUN go mod download [2020-11-19T08:17:33.862Z] ---> Using cache [2020-11-19T08:17:33.862Z] ---> 84d8cb98be68 [2020-11-19T08:17:33.862Z] Step 8/21 : COPY . . [2020-11-19T08:17:33.862Z] ---> Using cache [2020-11-19T08:17:33.862Z] ---> 01cde0682b67 [2020-11-19T08:17:33.862Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-19T08:17:33.862Z] ---> Running in c471de37714e [2020-11-19T08:17:33.862Z] ---> Running in 75991c1ae7ef [2020-11-19T08:17:34.136Z] ---> 75842056b6b3 [2020-11-19T08:17:34.136Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-19T08:17:34.136Z] Removing intermediate container 875aec61de88 [2020-11-19T08:17:34.136Z] ---> b19234045818 [2020-11-19T08:17:34.136Z] [2020-11-19T08:17:34.136Z] Step 10/22 : FROM scratch [2020-11-19T08:17:34.136Z] ---> [2020-11-19T08:17:34.136Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-19T08:17:34.408Z] ---> Using cache [2020-11-19T08:17:34.409Z] ---> d6f2236462ec [2020-11-19T08:17:34.409Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-19T08:17:34.409Z] ---> Running in d0858d63724a [2020-11-19T08:17:34.989Z] ---> Running in a6759303a95c [2020-11-19T08:17:34.989Z] 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 [2020-11-19T08:17:35.258Z] 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 [2020-11-19T08:17:35.847Z] Removing intermediate container a6759303a95c [2020-11-19T08:17:35.847Z] ---> 0036c04292d0 [2020-11-19T08:17:35.847Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-19T08:17:35.847Z] 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 [2020-11-19T08:17:36.435Z] ---> Running in 27df40b11e2f [2020-11-19T08:17:36.435Z] Removing intermediate container afa0843a1cb6 [2020-11-19T08:17:36.435Z] ---> 09a75080f1ed [2020-11-19T08:17:36.435Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-19T08:17:36.712Z] Removing intermediate container 27df40b11e2f [2020-11-19T08:17:36.712Z] ---> 3afc4d91146f [2020-11-19T08:17:36.712Z] Step 14/22 : WORKDIR / [2020-11-19T08:17:36.984Z] ---> Running in 2aecf043538f [2020-11-19T08:17:36.984Z] ---> Running in 7a423b03b135 [2020-11-19T08:17:37.588Z] Removing intermediate container 7a423b03b135 [2020-11-19T08:17:37.588Z] ---> 59227e08f1a2 [2020-11-19T08:17:37.588Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-19T08:17:39.557Z] 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 [2020-11-19T08:17:39.557Z] ---> f00c30c53dbd [2020-11-19T08:17:39.557Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-19T08:17:40.990Z] ---> 2e29eb13b75f [2020-11-19T08:17:40.990Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-19T08:17:41.258Z] ---> ab72cf2618fc [2020-11-19T08:17:41.258Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-19T08:17:41.258Z] ---> Running in eea4dd4c0b31 [2020-11-19T08:17:41.528Z] Removing intermediate container eea4dd4c0b31 [2020-11-19T08:17:41.528Z] ---> a24656e9c0c8 [2020-11-19T08:17:41.529Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T08:17:41.809Z] ---> Running in bf75b0087cb1 [2020-11-19T08:17:43.248Z] Removing intermediate container bf75b0087cb1 [2020-11-19T08:17:43.248Z] ---> cca45f4c952c [2020-11-19T08:17:43.248Z] Step 20/22 : LABEL arch=x86_64 [2020-11-19T08:17:43.248Z] ---> Running in 24c8feb76446 [2020-11-19T08:17:43.524Z] Removing intermediate container 2aecf043538f [2020-11-19T08:17:43.524Z] ---> 0e5893a29ff6 [2020-11-19T08:17:43.524Z] [2020-11-19T08:17:43.524Z] Step 11/27 : FROM docker:latest [2020-11-19T08:17:43.524Z] ---> 6972c414f322 [2020-11-19T08:17:43.524Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-19T08:17:43.524Z] ---> Running in f3ec6ab5c87f [2020-11-19T08:17:43.803Z] Removing intermediate container 24c8feb76446 [2020-11-19T08:17:43.803Z] ---> 739d479523c7 [2020-11-19T08:17:43.803Z] Step 21/22 : LABEL git_sha=6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df [2020-11-19T08:17:43.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 35.824s coverage: 86.3% of statements [2020-11-19T08:17:43.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-11-19T08:17:43.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.323s coverage: 72.2% of statements [2020-11-19T08:17:43.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.566s coverage: 72.1% of statements [2020-11-19T08:17:43.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.088s coverage: 82.4% of statements [2020-11-19T08:17:43.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.068s coverage: 48.4% of statements [2020-11-19T08:17:43.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-11-19T08:17:43.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-11-19T08:17:43.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-11-19T08:17:43.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.063s coverage: 28.8% of statements [2020-11-19T08:17:43.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-11-19T08:17:43.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.078s coverage: 96.8% of statements [2020-11-19T08:17:43.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-11-19T08:17:43.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.379s coverage: 36.5% of statements [2020-11-19T08:17:43.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-11-19T08:17:43.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-11-19T08:17:43.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.501s coverage: 84.1% of statements [2020-11-19T08:17:43.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.094s coverage: 100.0% of statements [2020-11-19T08:17:43.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.089s coverage: 42.9% of statements [2020-11-19T08:17:43.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-11-19T08:17:43.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-11-19T08:17:43.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.096s coverage: 100.0% of statements [2020-11-19T08:17:43.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-11-19T08:17:43.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.081s coverage: 83.8% of statements [2020-11-19T08:17:43.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-11-19T08:17:43.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.374s coverage: 47.1% of statements [2020-11-19T08:17:43.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-11-19T08:17:43.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-11-19T08:17:43.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.052s coverage: 100.0% of statements [2020-11-19T08:17:43.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-11-19T08:17:43.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-11-19T08:17:43.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-11-19T08:17:43.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements [2020-11-19T08:17:43.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-11-19T08:17:43.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.154s coverage: 100.0% of statements [2020-11-19T08:17:43.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-11-19T08:17:43.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.838s coverage: 29.1% of statements [2020-11-19T08:17:43.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-11-19T08:17:43.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-11-19T08:17:43.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-11-19T08:17:43.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-11-19T08:17:43.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-11-19T08:17:43.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.216s coverage: 99.0% of statements [2020-11-19T08:17:43.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-11-19T08:17:43.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.110s coverage: 100.0% of statements [2020-11-19T08:17:43.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-11-19T08:17:43.963Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2020-11-19T08:17:43.963Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-11-19T08:17:43.963Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.063s coverage: 100.0% of statements [2020-11-19T08:17:43.963Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-11-19T08:17:43.963Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-11-19T08:17:43.963Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-11-19T08:17:43.963Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-11-19T08:17:43.963Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.086s coverage: 87.9% of statements [2020-11-19T08:17:43.963Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-11-19T08:17:43.963Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-11-19T08:17:43.963Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2020-11-19T08:17:43.963Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements [2020-11-19T08:17:43.963Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2020-11-19T08:17:43.963Z] GO111MODULE=on go vet ./... [2020-11-19T08:17:44.076Z] ---> Running in 57c9015dc11d [2020-11-19T08:17:44.343Z] Removing intermediate container 57c9015dc11d [2020-11-19T08:17:44.343Z] ---> e729153f4817 [2020-11-19T08:17:44.343Z] Step 22/22 : LABEL version=0.0.0 [2020-11-19T08:17:44.343Z] ---> Running in ccbc0f20b59c [2020-11-19T08:17:44.610Z] Removing intermediate container ccbc0f20b59c [2020-11-19T08:17:44.610Z] ---> 0ee87cbd1785 [2020-11-19T08:17:44.610Z] [2020-11-19T08:17:44.610Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T08:17:44.879Z] Successfully built 0ee87cbd1785 [2020-11-19T08:17:44.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T08:17:44.879Z] Successfully tagged docker-core-command-go:latest [2020-11-19T08:17:44.879Z] Building docker-core-data-go [2020-11-19T08:17:45.472Z]  Building docker-core-command-go ... done (1/2) Installing readline (8.0.4-r0) [2020-11-19T08:17:45.739Z] (2/2) Installing bash (5.0.17-r0) [2020-11-19T08:17:45.739Z] Executing bash-5.0.17-r0.post-install [2020-11-19T08:17:46.017Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T08:17:46.017Z] OK: 12 MiB in 22 packages [2020-11-19T08:17:49.406Z] Removing intermediate container f3ec6ab5c87f [2020-11-19T08:17:49.406Z] ---> 4147baa01023 [2020-11-19T08:17:49.406Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-19T08:17:49.406Z] ---> Running in 819f9e582844 [2020-11-19T08:17:52.014Z] Removing intermediate container 819f9e582844 [2020-11-19T08:17:52.014Z] ---> 98eebdc89e6f [2020-11-19T08:17:52.014Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-19T08:17:52.289Z] ---> Running in 83fab532445d [2020-11-19T08:17:52.557Z] Removing intermediate container 83fab532445d [2020-11-19T08:17:52.557Z] ---> 3216f48c383f [2020-11-19T08:17:52.557Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-19T08:17:52.838Z] ---> Running in 432cb33282eb [2020-11-19T08:17:53.117Z] Removing intermediate container 432cb33282eb [2020-11-19T08:17:53.118Z] ---> fddf630ba2fe [2020-11-19T08:17:53.118Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-19T08:17:53.395Z] ---> Running in 1c60249e61fb [2020-11-19T08:17:54.009Z] Removing intermediate container 1c60249e61fb [2020-11-19T08:17:54.009Z] ---> 720a3bdfb666 [2020-11-19T08:17:54.009Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-19T08:17:55.453Z] ---> 2449ff063298 [2020-11-19T08:17:55.453Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-19T08:17:57.419Z] ---> f2b952016c26 [2020-11-19T08:17:57.419Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-19T08:17:59.999Z] ---> e9c9213625ca [2020-11-19T08:17:59.999Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-19T08:18:00.274Z] ---> Running in 43abc980b6da [2020-11-19T08:18:02.262Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T08:18:02.262Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T08:18:02.543Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T08:18:02.543Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-19T08:18:02.543Z] ---> 9d9c38cee909 [2020-11-19T08:18:02.543Z] Step 3/23 : WORKDIR /edgex-go [2020-11-19T08:18:02.543Z] ---> Using cache [2020-11-19T08:18:02.543Z] ---> ca8ba36c9e77 [2020-11-19T08:18:02.543Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T08:18:02.543Z] ---> Using cache [2020-11-19T08:18:02.543Z] ---> fe95249555e2 [2020-11-19T08:18:02.543Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-19T08:18:02.543Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-19T08:18:02.543Z] (2/33) Installing expat (2.2.9-r1) [2020-11-19T08:18:02.543Z] (3/33) Installing libffi (3.3-r2) [2020-11-19T08:18:02.543Z] (4/33) Installing gdbm (1.13-r1) [2020-11-19T08:18:03.938Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-19T08:18:03.938Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-19T08:18:03.938Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-19T08:18:04.207Z] ---> Running in a8a997a671b4 [2020-11-19T08:18:09.542Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-19T08:18:09.542Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-19T08:18:09.542Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-19T08:18:09.542Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-19T08:18:09.542Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-19T08:18:09.542Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-19T08:18:09.809Z] Removing intermediate container c471de37714e [2020-11-19T08:18:09.809Z] ---> 475996ca156b [2020-11-19T08:18:09.809Z] [2020-11-19T08:18:09.809Z] Step 10/20 : FROM alpine [2020-11-19T08:18:09.809Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-19T08:18:09.809Z] Removing intermediate container d0858d63724a [2020-11-19T08:18:09.809Z] ---> 265fb99b11f8 [2020-11-19T08:18:09.809Z] [2020-11-19T08:18:09.809Z] Step 10/22 : FROM scratch [2020-11-19T08:18:09.809Z] ---> [2020-11-19T08:18:09.809Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-19T08:18:09.809Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-19T08:18:09.809Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-19T08:18:09.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T08:18:09.809Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-19T08:18:09.809Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-19T08:18:09.809Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-19T08:18:09.809Z] ---> Using cache [2020-11-19T08:18:09.809Z] ---> b913d354c660 [2020-11-19T08:18:09.809Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-19T08:18:09.809Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-19T08:18:10.072Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-19T08:18:10.335Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-19T08:18:10.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T08:18:12.003Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-19T08:18:12.003Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T08:18:12.003Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T08:18:12.003Z] OK: 12752 distinct packages available [2020-11-19T08:18:12.003Z] ---> Running in 5585639f59ea [2020-11-19T08:18:12.003Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-19T08:18:12.003Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-19T08:18:12.003Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-19T08:18:12.003Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-19T08:18:12.003Z] OK: 233 MiB in 51 packages [2020-11-19T08:18:12.265Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-19T08:18:12.265Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-19T08:18:12.265Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-19T08:18:13.207Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-19T08:18:14.205Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-19T08:18:14.205Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-19T08:18:14.205Z] Removing intermediate container 75991c1ae7ef [2020-11-19T08:18:14.205Z] ---> eec8ec987023 [2020-11-19T08:18:14.205Z] [2020-11-19T08:18:14.205Z] Step 10/21 : FROM scratch [2020-11-19T08:18:14.205Z] ---> [2020-11-19T08:18:14.205Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-19T08:18:14.205Z] ---> Using cache [2020-11-19T08:18:14.205Z] ---> d6f2236462ec [2020-11-19T08:18:14.205Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-19T08:18:15.162Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T08:18:15.425Z] OK: 71 MiB in 55 packages [2020-11-19T08:18:15.425Z] Removing intermediate container 5585639f59ea [2020-11-19T08:18:15.425Z] ---> c9773237b5a1 [2020-11-19T08:18:15.425Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-19T08:18:15.425Z] ---> Running in 0b120b4fe713 [2020-11-19T08:18:15.425Z] ---> Running in 6e2f42501805 [2020-11-19T08:18:15.693Z] Removing intermediate container 0b120b4fe713 [2020-11-19T08:18:15.693Z] ---> d592327aeff9 [2020-11-19T08:18:15.693Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-19T08:18:15.693Z] Removing intermediate container a8a997a671b4 [2020-11-19T08:18:15.693Z] ---> 64115ac0c23e [2020-11-19T08:18:15.693Z] Step 6/23 : COPY go.mod . [2020-11-19T08:18:15.693Z] Removing intermediate container 6e2f42501805 [2020-11-19T08:18:15.693Z] ---> c4abff28f085 [2020-11-19T08:18:15.693Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-19T08:18:15.960Z] ---> Running in d9d5b4d8ecc8 [2020-11-19T08:18:16.229Z] ---> 1906195e5a49 [2020-11-19T08:18:16.229Z] Step 7/23 : RUN go mod download [2020-11-19T08:18:17.627Z] Removing intermediate container d9d5b4d8ecc8 [2020-11-19T08:18:17.627Z] ---> 4fadf6ecdac6 [2020-11-19T08:18:17.627Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-19T08:18:20.945Z] ---> 6553f50501e3 [2020-11-19T08:18:20.945Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-19T08:18:20.945Z] ---> Running in 215a374a888b [2020-11-19T08:18:20.945Z] ---> 05039fc503eb [2020-11-19T08:18:20.945Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-19T08:18:20.945Z] Removing intermediate container 43abc980b6da [2020-11-19T08:18:20.945Z] ---> f1d9adfd42b0 [2020-11-19T08:18:20.945Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-19T08:18:20.945Z] ---> f4f9ef57ae14 [2020-11-19T08:18:20.945Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-19T08:18:20.945Z] ---> Running in 2f7fe0fedd79 [2020-11-19T08:18:21.213Z] ---> 9f6af7a90285 [2020-11-19T08:18:21.213Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-19T08:18:21.478Z] ---> 3293f9fa568d [2020-11-19T08:18:21.478Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-19T08:18:21.747Z] ---> 19d79cba865f [2020-11-19T08:18:21.747Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-19T08:18:22.325Z] ---> Running in 719fed5e17f0 [2020-11-19T08:18:22.325Z] ---> 71142f41539a [2020-11-19T08:18:22.325Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-19T08:18:22.589Z] ---> Running in 052a10563049 [2020-11-19T08:18:22.589Z] Removing intermediate container 215a374a888b [2020-11-19T08:18:22.589Z] ---> 74b47553700b [2020-11-19T08:18:22.589Z] Step 8/23 : COPY . . [2020-11-19T08:18:22.589Z] Removing intermediate container 719fed5e17f0 [2020-11-19T08:18:22.589Z] ---> be5d41e7197a [2020-11-19T08:18:22.589Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T08:18:22.852Z] ---> Running in d54b4da2ec02 [2020-11-19T08:18:22.852Z] Removing intermediate container 052a10563049 [2020-11-19T08:18:22.852Z] ---> 8be2314087d3 [2020-11-19T08:18:22.852Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T08:18:22.852Z] ---> Running in 913b1903241d [2020-11-19T08:18:23.119Z] Collecting docker-compose==1.23.2 [2020-11-19T08:18:23.119Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-19T08:18:23.388Z] Removing intermediate container d54b4da2ec02 [2020-11-19T08:18:23.388Z] ---> f669c0d28635 [2020-11-19T08:18:23.388Z] Step 19/21 : LABEL arch=x86_64 [2020-11-19T08:18:23.655Z] Collecting docopt<0.7,>=0.6.1 [2020-11-19T08:18:23.655Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-19T08:18:23.918Z] Removing intermediate container 913b1903241d [2020-11-19T08:18:23.918Z] ---> bc25a5993ced [2020-11-19T08:18:23.918Z] Step 20/22 : LABEL arch=x86_64 [2020-11-19T08:18:24.179Z] ---> Running in 606af5e60ee2 [2020-11-19T08:18:24.179Z] ---> Running in 4cddc238d6c5 [2020-11-19T08:18:26.115Z] Collecting jsonschema<3,>=2.5.1 [2020-11-19T08:18:26.115Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-19T08:18:27.511Z] Collecting cached-property<2,>=1.2.0 [2020-11-19T08:18:27.775Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-19T08:18:28.353Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-19T08:18:28.353Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-19T08:18:28.627Z] Removing intermediate container 606af5e60ee2 [2020-11-19T08:18:28.627Z] ---> c9d8034e3e4e [2020-11-19T08:18:28.627Z] Step 20/21 : LABEL git_sha=6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df [2020-11-19T08:18:28.627Z] Removing intermediate container 4cddc238d6c5 [2020-11-19T08:18:28.627Z] ---> 3d43edec8d1a [2020-11-19T08:18:28.627Z] Step 21/22 : LABEL git_sha=6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df [2020-11-19T08:18:29.574Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-11-19T08:18:29.838Z] ---> Running in c1d085ae24f0 [2020-11-19T08:18:29.838Z] ---> Running in 52c6635c9942 [2020-11-19T08:18:29.838Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-19T08:18:29.838Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-19T08:18:30.099Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-19T08:18:30.677Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-19T08:18:31.640Z] Collecting PyYAML<4,>=3.10 [2020-11-19T08:18:31.640Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-19T08:18:33.583Z] Removing intermediate container 52c6635c9942 [2020-11-19T08:18:33.583Z] ---> 1231d73dd5c8 [2020-11-19T08:18:33.583Z] Step 21/21 : LABEL version=0.0.0 [2020-11-19T08:18:33.583Z] Removing intermediate container c1d085ae24f0 [2020-11-19T08:18:33.583Z] ---> ddc29063a2ef [2020-11-19T08:18:33.583Z] Step 22/22 : LABEL version=0.0.0 [2020-11-19T08:18:34.168Z] Collecting texttable<0.10,>=0.9.0 [2020-11-19T08:18:34.755Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-19T08:18:36.152Z] ---> Running in 03f3d3c640d2 [2020-11-19T08:18:36.152Z] ---> Running in 1b76454445ab [2020-11-19T08:18:37.103Z] Collecting docker<4.0,>=3.6.0 [2020-11-19T08:18:37.103Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-19T08:18:37.680Z] 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) [2020-11-19T08:18:37.680Z] 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) [2020-11-19T08:18:38.628Z] Removing intermediate container 1b76454445ab [2020-11-19T08:18:38.628Z] ---> 8ca864d1771c [2020-11-19T08:18:38.628Z] [2020-11-19T08:18:38.628Z] Removing intermediate container 03f3d3c640d2 [2020-11-19T08:18:38.628Z] ---> 27bd9404341f [2020-11-19T08:18:38.628Z] [2020-11-19T08:18:38.628Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-19T08:18:38.628Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-19T08:18:38.628Z] Successfully built 8ca864d1771c [2020-11-19T08:18:38.628Z] Successfully built 27bd9404341f [2020-11-19T08:18:38.628Z] Successfully tagged docker-support-scheduler-go:latest [2020-11-19T08:18:38.628Z] Collecting idna<2.8,>=2.5 [2020-11-19T08:18:38.628Z]  Building docker-support-scheduler-go ... done Successfully tagged docker-support-logging-go:latest [2020-11-19T08:18:38.628Z]  Building docker-support-logging-go ... done  Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-19T08:18:38.896Z] Collecting docker-pycreds>=0.4.0 [2020-11-19T08:18:38.896Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-19T08:18:38.897Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-19T08:18:38.897Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-19T08:18:38.897Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-19T08:18:38.897Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-19T08:18:39.168Z] Installing collected packages: docopt, jsonschema, cached-property, dockerpty, websocket-client, urllib3, idna, requests, PyYAML, texttable, docker-pycreds, docker, docker-compose [2020-11-19T08:18:39.168Z] Running setup.py install for docopt: started [2020-11-19T08:18:40.115Z] Running setup.py install for docopt: finished with status 'done' [2020-11-19T08:18:42.048Z] Running setup.py install for dockerpty: started [2020-11-19T08:18:42.048Z] ---> 7c3e2947b2c2 [2020-11-19T08:18:42.048Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-19T08:18:42.048Z] ---> Running in c6264ade55b7 [2020-11-19T08:18:42.314Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-19T08:18:43.272Z] Attempting uninstall: urllib3 [2020-11-19T08:18:43.272Z] Found existing installation: urllib3 1.25.9 [2020-11-19T08:18:43.272Z] Uninstalling urllib3-1.25.9: [2020-11-19T08:18:43.272Z] 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 [2020-11-19T08:18:43.272Z] Successfully uninstalled urllib3-1.25.9 [2020-11-19T08:18:43.536Z] Attempting uninstall: idna [2020-11-19T08:18:43.536Z] Found existing installation: idna 2.9 [2020-11-19T08:18:43.536Z] Uninstalling idna-2.9: [2020-11-19T08:18:43.536Z] Successfully uninstalled idna-2.9 [2020-11-19T08:18:43.803Z] Attempting uninstall: requests [2020-11-19T08:18:43.804Z] Found existing installation: requests 2.23.0 [2020-11-19T08:18:43.804Z] Uninstalling requests-2.23.0: [2020-11-19T08:18:43.804Z] Successfully uninstalled requests-2.23.0 [2020-11-19T08:18:43.804Z] Running setup.py install for PyYAML: started [2020-11-19T08:18:44.772Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-19T08:18:44.773Z] Running setup.py install for texttable: started [2020-11-19T08:18:45.047Z] Running setup.py install for texttable: finished with status 'done' [2020-11-19T08:18:45.655Z] 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 [2020-11-19T08:18:49.964Z] Removing intermediate container 2f7fe0fedd79 [2020-11-19T08:18:49.964Z] ---> 844ef3188821 [2020-11-19T08:18:49.964Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-19T08:18:50.232Z] ---> Running in bb9b33f136ec [2020-11-19T08:18:50.833Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T08:18:51.112Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T08:18:51.389Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-19T08:18:51.389Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-19T08:18:51.389Z] (3/3) Installing curl (7.69.1-r1) [2020-11-19T08:18:51.389Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T08:18:51.389Z] OK: 72 MiB in 58 packages [2020-11-19T08:18:52.072Z] gofmt -l . [2020-11-19T08:18:52.072Z] [ "`gofmt -l .`" = "" ] [2020-11-19T08:18:52.072Z] ./bin/test-go-mod-tidy.sh [2020-11-19T08:18:52.072Z] ./bin/test-attribution-txt.sh [2020-11-19T08:18:52.413Z] Removing intermediate container bb9b33f136ec [2020-11-19T08:18:52.413Z] ---> f75d2f9cd0c4 [2020-11-19T08:18:52.413Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-19T08:18:52.413Z] ---> Running in 5020da901a9c [2020-11-19T08:18:52.684Z] Removing intermediate container 5020da901a9c [2020-11-19T08:18:52.684Z] ---> a3660245be2d [2020-11-19T08:18:52.684Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T08:18:52.956Z] ---> Running in 89bfc815e605 [2020-11-19T08:18:52.956Z] Removing intermediate container 89bfc815e605 [2020-11-19T08:18:52.956Z] ---> 18e21dbcd0d7 [2020-11-19T08:18:52.956Z] Step 25/27 : LABEL arch=x86_64 [2020-11-19T08:18:53.223Z] ---> Running in 80060ddea2b5 [2020-11-19T08:18:53.488Z] Removing intermediate container 80060ddea2b5 [2020-11-19T08:18:53.488Z] ---> 8e36d40d1285 [2020-11-19T08:18:53.488Z] Step 26/27 : LABEL git_sha=6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df [2020-11-19T08:18:53.488Z] ---> Running in aaa541b38b94 [2020-11-19T08:18:53.755Z] Removing intermediate container aaa541b38b94 [2020-11-19T08:18:53.755Z] ---> 7350cc01bfbd [2020-11-19T08:18:53.755Z] Step 27/27 : LABEL version=0.0.0 [2020-11-19T08:18:53.755Z] ---> Running in 0975f63e6bfa [2020-11-19T08:18:54.035Z] Removing intermediate container 0975f63e6bfa [2020-11-19T08:18:54.035Z] ---> d8daf97ea2d1 [2020-11-19T08:18:54.035Z] [2020-11-19T08:18:54.298Z] Successfully built d8daf97ea2d1 [2020-11-19T08:18:54.298Z] Successfully tagged docker-sys-mgmt-agent-go:latest [Pipeline] sh [2020-11-19T08:18:55.340Z] + ls -al . [2020-11-19T08:18:55.340Z] total 668 [2020-11-19T08:18:55.340Z] drwxrwxr-x 9 1001 1001 4096 Nov 19 08:18 . [2020-11-19T08:18:55.340Z] drwxr-xr-x 4 root root 4096 Nov 19 08:14 .. [2020-11-19T08:18:55.340Z] -rw-rw-r-- 1 1001 1001 11 Nov 19 08:13 .dockerignore [2020-11-19T08:18:55.340Z] drwxrwxr-x 8 1001 1001 4096 Nov 19 08:13 .git [2020-11-19T08:18:55.340Z] drwxrwxr-x 3 1001 1001 4096 Nov 19 08:13 .github [2020-11-19T08:18:55.340Z] -rw-rw-r-- 1 1001 1001 944 Nov 19 08:13 .gitignore [2020-11-19T08:18:55.340Z] -rw-rw-r-- 1 1001 1001 166 Nov 19 08:13 .sonarcloud.properties [2020-11-19T08:18:55.340Z] -rw-rw-r-- 1 1001 1001 3804 Nov 19 08:13 CONTRIBUTING.md [2020-11-19T08:18:55.340Z] -rw-rw-r-- 1 1001 1001 1035 Nov 19 08:13 Dockerfile.build [2020-11-19T08:18:55.340Z] -rw-rw-r-- 1 1001 1001 863 Nov 19 08:13 Jenkinsfile [2020-11-19T08:18:55.340Z] -rw-rw-r-- 1 1001 1001 10775 Nov 19 08:13 LICENSE [2020-11-19T08:18:55.340Z] -rw-rw-r-- 1 1001 1001 6581 Nov 19 08:13 Makefile [2020-11-19T08:18:55.340Z] -rw-rw-r-- 1 1001 1001 6447 Nov 19 08:13 README.md [2020-11-19T08:18:55.340Z] -rw-rw-r-- 1 1001 1001 259 Nov 19 08:13 SECURITY.md [2020-11-19T08:18:55.340Z] -rw-rw-r-- 1 1001 1001 5 Nov 19 08:10 VERSION [2020-11-19T08:18:55.340Z] -rw-rw-r-- 1 1001 1001 4131 Nov 19 08:13 ZMQWindows.md [2020-11-19T08:18:55.340Z] drwxrwxr-x 2 1001 1001 4096 Nov 19 08:13 bin [2020-11-19T08:18:55.340Z] drwxrwxr-x 15 1001 1001 4096 Nov 19 08:13 cmd [2020-11-19T08:18:55.340Z] -rw-r--r-- 1 root root 545934 Nov 19 08:17 coverage.out [2020-11-19T08:18:55.340Z] -rw-r--r-- 1 root root 1041 Nov 19 08:18 go.mod [2020-11-19T08:18:55.340Z] -rw-r--r-- 1 root root 18582 Nov 19 08:18 go.sum [2020-11-19T08:18:55.340Z] drwxrwxr-x 8 1001 1001 4096 Nov 19 08:13 internal [2020-11-19T08:18:55.340Z] drwxrwxr-x 4 1001 1001 4096 Nov 19 08:13 openapi [2020-11-19T08:18:55.340Z] drwxrwxr-x 4 1001 1001 4096 Nov 19 08:13 snap [2020-11-19T08:18:55.340Z] -rw-rw-r-- 1 1001 1001 168 Nov 19 08:13 version.go [Pipeline] sh [2020-11-19T08:18:55.993Z] + '[' -e coverage.out ] [2020-11-19T08:18:55.993Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-11-19T08:18:56.013Z] Warning: overwriting stash ‘coverage-report’ [2020-11-19T08:18:57.209Z] Stashed 1 file(s) [Pipeline] sh [2020-11-19T08:18:57.949Z] + make build [2020-11-19T08:18:57.949Z] 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 [2020-11-19T08:19:02.465Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container c6264ade55b7 [2020-11-19T08:19:02.465Z] ---> 6972141b00b3 [2020-11-19T08:19:02.465Z] [2020-11-19T08:19:02.465Z] Step 10/23 : FROM alpine [2020-11-19T08:19:02.465Z] [2020-11-19T08:19:02.465Z] 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') [2020-11-19T08:19:02.465Z] [2020-11-19T08:19:02.465Z] 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') [2020-11-19T08:19:02.465Z] [2020-11-19T08:19:02.465Z] 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') [2020-11-19T08:19:02.465Z] [2020-11-19T08:19:02.465Z] 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') [2020-11-19T08:19:02.465Z] [2020-11-19T08:19:02.465Z] 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') [2020-11-19T08:19:02.465Z] Service 'docker-core-data-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] } [2020-11-19T08:19:02.556Z] $ docker stop --time=1 b0cdd3b87349f7ff2968c53637a54bc4fb99ea38466061065c50e789a1f891f2 [2020-11-19T08:19:04.466Z] $ docker rm -f b0cdd3b87349f7ff2968c53637a54bc4fb99ea38466061065c50e789a1f891f2 [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] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-19T08:19:05.688Z] Failed in branch amd64 [2020-11-19T08:19:24.779Z] 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 [2020-11-19T08:19:33.036Z] 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 [2020-11-19T08:19:37.343Z] 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 [2020-11-19T08:19:41.639Z] 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 [2020-11-19T08:19:45.955Z] 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 [2020-11-19T08:19:47.385Z] 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 [2020-11-19T08:19:52.794Z] 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 [2020-11-19T08:19:57.093Z] 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 [2020-11-19T08:20:01.407Z] 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 [2020-11-19T08:20:04.788Z] 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 [2020-11-19T08:20:09.090Z] 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 [2020-11-19T08:20:11.705Z] 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] } [2020-11-19T08:20:15.113Z] $ docker stop --time=1 c5165e1dc29485e9f504d31cb4e5d61afb6a863dd17943e418e87b6404687c67 [2020-11-19T08:20:17.703Z] $ docker rm -f c5165e1dc29485e9f504d31cb4e5d61afb6a863dd17943e418e87b6404687c67 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T08:20:19.781Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-19T08:20:19.781Z] [2020-11-19T08:20:19.781Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T08:20:20.182Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-19T08:20:20.456Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-11-19T08:20:20.456Z] 29e5d40040c1: Pulling fs layer [2020-11-19T08:20:20.456Z] 1ce36da41761: Pulling fs layer [2020-11-19T08:20:20.456Z] 25b303627fd3: Pulling fs layer [2020-11-19T08:20:21.055Z] 29e5d40040c1: Download complete [2020-11-19T08:20:21.329Z] 1ce36da41761: Verifying Checksum [2020-11-19T08:20:21.329Z] 1ce36da41761: Download complete [2020-11-19T08:20:21.602Z] 29e5d40040c1: Pull complete [2020-11-19T08:20:23.030Z] 1ce36da41761: Pull complete [2020-11-19T08:20:23.302Z] 25b303627fd3: Verifying Checksum [2020-11-19T08:20:23.302Z] 25b303627fd3: Download complete [2020-11-19T08:20:33.458Z] 25b303627fd3: Pull complete [2020-11-19T08:20:33.458Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-11-19T08:20:33.458Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-19T08:20:33.458Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-11-19T08:20:33.734Z] prd-ubuntu18.04-docker-arm64-4c-16g-12712 does not seem to be running inside a container [2020-11-19T08:20:33.818Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-11-19T08:20:37.618Z] $ docker top 698cd870e801fc800b3e6bdcb5f7cf77449cfc66fa61375a2aea5cee189c0b73 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T08:20:39.093Z] + docker-compose build --help [2020-11-19T08:20:39.093Z] + grep parallel [2020-11-19T08:20:42.463Z] --parallel Build images in parallel. [Pipeline] } [2020-11-19T08:20:42.754Z] $ docker stop --time=1 698cd870e801fc800b3e6bdcb5f7cf77449cfc66fa61375a2aea5cee189c0b73 [2020-11-19T08:20:44.923Z] $ docker rm -f 698cd870e801fc800b3e6bdcb5f7cf77449cfc66fa61375a2aea5cee189c0b73 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T08:20:45.857Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-19T08:20:45.857Z] . [Pipeline] withDockerContainer [2020-11-19T08:20:46.128Z] prd-ubuntu18.04-docker-arm64-4c-16g-12712 does not seem to be running inside a container [2020-11-19T08:20:46.209Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-11-19T08:20:47.911Z] $ docker top ca5853a046422d0504d9108650c6eceb51c119cbeaec72b1a531f02115b5d7a5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T08:20:49.039Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-19T08:20:53.363Z] Building docker-core-command-go ... [2020-11-19T08:20:53.364Z] Building docker-core-data-go ... [2020-11-19T08:20:53.364Z] Building docker-core-metadata-go ... [2020-11-19T08:20:53.364Z] Building docker-security-bootstrap-redis-go ... [2020-11-19T08:20:53.364Z] Building docker-security-proxy-setup-go ... [2020-11-19T08:20:53.364Z] Building docker-security-secrets-setup-go ... [2020-11-19T08:20:53.364Z] Building docker-security-secretstore-setup-go ... [2020-11-19T08:20:53.364Z] Building docker-support-logging-go ... [2020-11-19T08:20:53.364Z] Building docker-support-notifications-go ... [2020-11-19T08:20:53.364Z] Building docker-support-scheduler-go ... [2020-11-19T08:20:53.364Z] Building docker-sys-mgmt-agent-go ... [2020-11-19T08:20:53.364Z] Building docker-core-metadata-go [2020-11-19T08:20:53.364Z] Building docker-support-notifications-go [2020-11-19T08:20:53.364Z] Building docker-security-secretstore-setup-go [2020-11-19T08:20:53.364Z] Building docker-security-secrets-setup-go [2020-11-19T08:20:53.364Z] Building docker-security-proxy-setup-go [2020-11-19T08:22:15.132Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T08:22:15.132Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-19T08:22:15.132Z] ---> b21155e2c76f [2020-11-19T08:22:15.132Z] Step 3/22 : WORKDIR /edgex-go [2020-11-19T08:22:15.132Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T08:22:15.132Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-19T08:22:15.132Z] ---> b21155e2c76f [2020-11-19T08:22:15.132Z] Step 3/24 : WORKDIR /edgex-go [2020-11-19T08:22:15.132Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T08:22:15.132Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-19T08:22:15.132Z] ---> b21155e2c76f [2020-11-19T08:22:15.132Z] Step 3/29 : WORKDIR /edgex-go [2020-11-19T08:22:15.132Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T08:22:15.132Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-19T08:22:15.132Z] ---> b21155e2c76f [2020-11-19T08:22:15.132Z] Step 3/20 : WORKDIR /edgex-go [2020-11-19T08:22:15.132Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T08:22:15.132Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-19T08:22:15.132Z] ---> b21155e2c76f [2020-11-19T08:22:15.132Z] Step 3/24 : WORKDIR /edgex-go [2020-11-19T08:22:15.132Z] ---> Running in 36b47023b8a3 [2020-11-19T08:22:15.132Z] ---> Running in f8280fbfcf02 [2020-11-19T08:22:15.132Z] ---> Running in 71b5ce8e3aae [2020-11-19T08:22:15.132Z] ---> Running in 2d9566ea3d9a [2020-11-19T08:22:15.132Z] ---> Running in 8feef2e49cbc [2020-11-19T08:22:15.132Z] Removing intermediate container 71b5ce8e3aae [2020-11-19T08:22:15.132Z] ---> ca16b16fce50 [2020-11-19T08:22:15.132Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T08:22:15.132Z] Removing intermediate container 8feef2e49cbc [2020-11-19T08:22:15.132Z] ---> 66251486b855 [2020-11-19T08:22:15.132Z] Step 4/29 : RUN apk update && apk add make git [2020-11-19T08:22:15.132Z] Removing intermediate container 36b47023b8a3 [2020-11-19T08:22:15.132Z] ---> c43793fb8f45 [2020-11-19T08:22:15.132Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T08:22:15.132Z] Removing intermediate container f8280fbfcf02 [2020-11-19T08:22:15.132Z] ---> f1a713701d99 [2020-11-19T08:22:15.132Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T08:22:15.132Z] Removing intermediate container 2d9566ea3d9a [2020-11-19T08:22:15.132Z] ---> 71888dea3c72 [2020-11-19T08:22:15.132Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T08:22:15.132Z] ---> Running in 3d6d4e0e8434 [2020-11-19T08:22:15.132Z] ---> Running in 488adf1fd2a4 [2020-11-19T08:22:15.132Z] ---> Running in 034234f15666 [2020-11-19T08:22:15.132Z] ---> Running in b41c63ba4520 [2020-11-19T08:22:15.132Z] ---> Running in 4b6497dda7f5 [2020-11-19T08:22:17.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T08:22:18.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T08:22:18.389Z] Removing intermediate container 3d6d4e0e8434 [2020-11-19T08:22:18.389Z] ---> 68922dadad7c [2020-11-19T08:22:18.389Z] Step 5/20 : RUN apk update && apk add make git [2020-11-19T08:22:18.665Z] ---> Running in 4e329d03c204 [2020-11-19T08:22:18.665Z] Removing intermediate container 488adf1fd2a4 [2020-11-19T08:22:18.665Z] ---> 8a53993d0d32 [2020-11-19T08:22:18.665Z] Step 5/22 : RUN apk update && apk add make git [2020-11-19T08:22:18.938Z] ---> Running in a44d5fe5272a [2020-11-19T08:22:18.938Z] Removing intermediate container 4b6497dda7f5 [2020-11-19T08:22:18.938Z] ---> c2a1cefd37ea [2020-11-19T08:22:18.938Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-19T08:22:19.210Z] Removing intermediate container b41c63ba4520 [2020-11-19T08:22:19.210Z] ---> 363fab057914 [2020-11-19T08:22:19.210Z] Step 5/24 : RUN apk update && apk add make git [2020-11-19T08:22:19.210Z] ---> Running in b16a4880a099 [2020-11-19T08:22:19.486Z] ---> Running in 7a3425b9fcc5 [2020-11-19T08:22:19.486Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T08:22:19.486Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T08:22:19.486Z] OK: 12623 distinct packages available [2020-11-19T08:22:20.477Z] OK: 217 MiB in 51 packages [2020-11-19T08:22:20.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T08:22:21.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T08:22:21.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T08:22:21.650Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T08:22:21.650Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T08:22:21.924Z] Removing intermediate container 034234f15666 [2020-11-19T08:22:21.924Z] ---> cc56374675da [2020-11-19T08:22:21.924Z] Step 5/29 : COPY go.mod . [2020-11-19T08:22:22.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T08:22:22.483Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T08:22:22.483Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T08:22:22.483Z] OK: 12623 distinct packages available [2020-11-19T08:22:22.483Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T08:22:22.483Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T08:22:22.761Z] ---> 03bb968c06d9 [2020-11-19T08:22:22.761Z] Step 6/29 : RUN go mod download [2020-11-19T08:22:23.036Z] ---> Running in ef617aac6877 [2020-11-19T08:22:23.036Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T08:22:23.036Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T08:22:23.036Z] OK: 12623 distinct packages available [2020-11-19T08:22:23.317Z] OK: 217 MiB in 51 packages [2020-11-19T08:22:23.595Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T08:22:23.595Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T08:22:23.595Z] OK: 12623 distinct packages available [2020-11-19T08:22:23.877Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T08:22:23.877Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T08:22:23.877Z] OK: 12623 distinct packages available [2020-11-19T08:22:24.152Z] OK: 217 MiB in 51 packages [2020-11-19T08:22:24.433Z] OK: 217 MiB in 51 packages [2020-11-19T08:22:24.722Z] OK: 217 MiB in 51 packages [2020-11-19T08:22:25.330Z] Removing intermediate container 4e329d03c204 [2020-11-19T08:22:25.330Z] ---> ba3c298bb109 [2020-11-19T08:22:25.330Z] Step 6/20 : COPY go.mod . [2020-11-19T08:22:25.929Z] Removing intermediate container a44d5fe5272a [2020-11-19T08:22:25.929Z] ---> 22cb3892674b [2020-11-19T08:22:25.929Z] Step 6/22 : COPY go.mod . [2020-11-19T08:22:26.202Z] Removing intermediate container 7a3425b9fcc5 [2020-11-19T08:22:26.202Z] ---> 025ee98ed757 [2020-11-19T08:22:26.202Z] Step 6/24 : COPY go.mod . [2020-11-19T08:22:26.202Z] ---> 722577cac879 [2020-11-19T08:22:26.202Z] Step 7/20 : RUN go mod download [2020-11-19T08:22:26.826Z] ---> Running in 1f953db1e9a0 [2020-11-19T08:22:26.826Z] Removing intermediate container b16a4880a099 [2020-11-19T08:22:26.826Z] ---> 782f6532f6a3 [2020-11-19T08:22:26.826Z] Step 6/24 : COPY go.mod . [2020-11-19T08:22:27.100Z] ---> db506031594f [2020-11-19T08:22:27.100Z] Step 7/22 : RUN go mod download [2020-11-19T08:22:27.100Z] ---> e24177025279 [2020-11-19T08:22:27.100Z] Step 7/24 : RUN go mod download [2020-11-19T08:22:27.375Z] ---> Running in 68d7fac84225 [2020-11-19T08:22:27.375Z] ---> Running in 9a2330f993b6 [2020-11-19T08:22:27.375Z] Removing intermediate container ef617aac6877 [2020-11-19T08:22:27.375Z] ---> 130dacbb68dd [2020-11-19T08:22:27.660Z] Step 7/29 : COPY . . [2020-11-19T08:22:27.949Z] ---> e2913811fb34 [2020-11-19T08:22:27.949Z] Step 7/24 : RUN go mod download [2020-11-19T08:22:28.231Z] ---> Running in 007395ae0e48 [2020-11-19T08:22:31.636Z] Removing intermediate container 1f953db1e9a0 [2020-11-19T08:22:31.636Z] ---> c27461e10471 [2020-11-19T08:22:31.636Z] Step 8/20 : COPY . . [2020-11-19T08:22:32.231Z] Removing intermediate container 68d7fac84225 [2020-11-19T08:22:32.231Z] ---> ce016a3cc777 [2020-11-19T08:22:32.231Z] Step 8/22 : COPY . . [2020-11-19T08:22:33.209Z] Removing intermediate container 9a2330f993b6 [2020-11-19T08:22:33.209Z] ---> e490153c10fc [2020-11-19T08:22:33.209Z] Step 8/24 : COPY . . [2020-11-19T08:22:33.209Z] Removing intermediate container 007395ae0e48 [2020-11-19T08:22:33.209Z] ---> 04a5e8474487 [2020-11-19T08:22:33.209Z] Step 8/24 : COPY . . [2020-11-19T08:22:55.421Z] ---> f1ce630dec07 [2020-11-19T08:22:55.421Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-19T08:22:55.421Z] ---> 6cc323455d4b [2020-11-19T08:22:55.421Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-19T08:22:55.421Z] ---> d22e08081037 [2020-11-19T08:22:55.421Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-19T08:22:55.421Z] ---> b3fed5d93436 [2020-11-19T08:22:55.421Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-19T08:22:55.421Z] ---> f56b6b9714e7 [2020-11-19T08:22:55.421Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-19T08:22:55.421Z] ---> Running in 2405f6d64d4f [2020-11-19T08:22:55.421Z] ---> Running in 77007590a158 [2020-11-19T08:22:55.421Z] ---> Running in 65e9f7f885e1 [2020-11-19T08:22:55.421Z] ---> Running in c9e1d8049f13 [2020-11-19T08:22:55.421Z] ---> Running in 72b742a9c105 [2020-11-19T08:22:56.409Z] 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 [2020-11-19T08:22:56.683Z] 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 [2020-11-19T08:22:56.958Z] 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 [2020-11-19T08:22:57.234Z] 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 [2020-11-19T08:22:57.509Z] 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 [2020-11-19T08:24:19.343Z] 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 [2020-11-19T08:24:19.343Z] Removing intermediate container 72b742a9c105 [2020-11-19T08:24:19.343Z] ---> 3615942d8d19 [2020-11-19T08:24:19.343Z] [2020-11-19T08:24:19.343Z] Step 10/20 : FROM alpine [2020-11-19T08:24:19.343Z] Removing intermediate container 2405f6d64d4f [2020-11-19T08:24:19.343Z] ---> eb17e38c2284 [2020-11-19T08:24:19.343Z] [2020-11-19T08:24:19.343Z] Step 9/29 : FROM alpine:latest [2020-11-19T08:24:19.343Z] Building docker-security-bootstrap-redis-go [2020-11-19T08:24:19.343Z] Building docker-support-logging-go [2020-11-19T08:24:29.540Z] Removing intermediate container c9e1d8049f13 [2020-11-19T08:24:29.540Z] ---> 8f6a77320779 [2020-11-19T08:24:29.540Z] [2020-11-19T08:24:29.540Z] Step 10/24 : FROM alpine:3.10 [2020-11-19T08:24:29.540Z] Building docker-sys-mgmt-agent-go [2020-11-19T08:24:44.683Z] Removing intermediate container 77007590a158 [2020-11-19T08:24:44.683Z] ---> 732a872b5550 [2020-11-19T08:24:44.683Z] [2020-11-19T08:24:44.683Z] Step 10/24 : FROM scratch [2020-11-19T08:24:44.683Z] ---> [2020-11-19T08:24:44.683Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-19T08:24:44.683Z] ---> Running in 88c9cad6153c [2020-11-19T08:24:44.683Z] Removing intermediate container 88c9cad6153c [2020-11-19T08:24:44.683Z] ---> ba96e829e046 [2020-11-19T08:24:44.683Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-19T08:24:44.683Z] ---> Running in 355c8550022b [2020-11-19T08:24:45.286Z] Removing intermediate container 355c8550022b [2020-11-19T08:24:45.286Z] ---> d5c5c88ce2c3 [2020-11-19T08:24:45.286Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-19T08:24:45.575Z] ---> Running in 059dbdce914e [2020-11-19T08:24:46.561Z] Removing intermediate container 059dbdce914e [2020-11-19T08:24:46.561Z] ---> 6a58eca975e5 [2020-11-19T08:24:46.561Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-19T08:24:48.007Z] ---> 7ad08040ef1c [2020-11-19T08:24:48.007Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-19T08:24:49.993Z] ---> f7aea48ec17e [2020-11-19T08:24:49.993Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-19T08:24:53.488Z] ---> e5d33c8dec78 [2020-11-19T08:24:53.488Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-19T08:24:53.488Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T08:24:53.488Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-19T08:24:53.488Z] ---> b21155e2c76f [2020-11-19T08:24:53.488Z] Step 3/22 : WORKDIR /edgex-go [2020-11-19T08:24:53.488Z] ---> Using cache [2020-11-19T08:24:53.488Z] ---> f1a713701d99 [2020-11-19T08:24:53.488Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T08:24:53.488Z] ---> Using cache [2020-11-19T08:24:53.488Z] ---> c2a1cefd37ea [2020-11-19T08:24:53.488Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-19T08:24:53.488Z] ---> Running in 9d5cd0b512aa [2020-11-19T08:24:53.779Z] Removing intermediate container 65e9f7f885e1 [2020-11-19T08:24:53.779Z] ---> e378671c5115 [2020-11-19T08:24:53.779Z] [2020-11-19T08:24:53.779Z] Step 10/22 : FROM scratch [2020-11-19T08:24:53.779Z] ---> [2020-11-19T08:24:53.779Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-19T08:24:54.842Z] ---> Running in b1f9a6952893 [2020-11-19T08:24:55.122Z] ---> 8fa044c9ed8b [2020-11-19T08:24:55.122Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-19T08:24:55.412Z] Removing intermediate container b1f9a6952893 [2020-11-19T08:24:55.412Z] ---> a5c3aaa780c3 [2020-11-19T08:24:55.412Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-19T08:24:55.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T08:24:55.961Z] ---> Running in c2b291de556d [2020-11-19T08:24:56.250Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T08:24:56.251Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-19T08:24:56.251Z] ---> b21155e2c76f [2020-11-19T08:24:56.251Z] Step 3/22 : WORKDIR /edgex-go [2020-11-19T08:24:56.251Z] ---> Using cache [2020-11-19T08:24:56.251Z] ---> f1a713701d99 [2020-11-19T08:24:56.251Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T08:24:56.251Z] ---> Using cache [2020-11-19T08:24:56.251Z] ---> c2a1cefd37ea [2020-11-19T08:24:56.251Z] Step 5/22 : RUN apk update && apk add make git [2020-11-19T08:24:56.526Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T08:24:57.509Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T08:24:57.509Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T08:24:57.509Z] OK: 12623 distinct packages available [2020-11-19T08:24:57.784Z] ---> Running in e0fc81b8ee6d [2020-11-19T08:24:57.784Z] Removing intermediate container c2b291de556d [2020-11-19T08:24:57.784Z] ---> 1199dc5932c6 [2020-11-19T08:24:57.784Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-19T08:24:58.059Z] OK: 217 MiB in 51 packages [2020-11-19T08:24:58.335Z] ---> 85786fe069b8 [2020-11-19T08:24:58.336Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-19T08:24:58.336Z] ---> Running in f91f8acdc32c [2020-11-19T08:24:58.958Z] OK: 217 MiB in 51 packages [2020-11-19T08:24:59.554Z] Removing intermediate container f91f8acdc32c [2020-11-19T08:24:59.554Z] ---> 1e64a1bdff62 [2020-11-19T08:24:59.554Z] Step 14/22 : WORKDIR / [2020-11-19T08:25:00.155Z] ---> Running in 0c29e77beaba [2020-11-19T08:25:00.155Z] ---> dfd75931a4d5 [2020-11-19T08:25:00.155Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-19T08:25:00.429Z] ---> Running in 1efb59360180 [2020-11-19T08:25:00.710Z] Removing intermediate container 0c29e77beaba [2020-11-19T08:25:00.710Z] ---> c658d901aef0 [2020-11-19T08:25:00.710Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-19T08:25:00.984Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T08:25:00.984Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T08:25:00.984Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-19T08:25:00.984Z] ---> b21155e2c76f [2020-11-19T08:25:00.984Z] Step 3/27 : WORKDIR /edgex-go [2020-11-19T08:25:00.984Z] ---> Using cache [2020-11-19T08:25:00.984Z] ---> f1a713701d99 [2020-11-19T08:25:00.984Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T08:25:00.984Z] ---> Using cache [2020-11-19T08:25:00.984Z] ---> c2a1cefd37ea [2020-11-19T08:25:00.984Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-19T08:25:01.257Z] ---> Running in c5f1876c793d [2020-11-19T08:25:01.257Z] Removing intermediate container 1efb59360180 [2020-11-19T08:25:01.257Z] ---> 356f63e79f14 [2020-11-19T08:25:01.257Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T08:25:01.257Z] Removing intermediate container 9d5cd0b512aa [2020-11-19T08:25:01.257Z] ---> c791f35e3f45 [2020-11-19T08:25:01.257Z] Step 6/22 : COPY go.mod . [2020-11-19T08:25:01.530Z] ---> Running in 5763e4fce45c [2020-11-19T08:25:01.804Z] ---> 9b96fa8cba7b [2020-11-19T08:25:01.804Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-19T08:25:01.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T08:25:02.406Z] Removing intermediate container 5763e4fce45c [2020-11-19T08:25:02.406Z] ---> d7de783d7666 [2020-11-19T08:25:02.406Z] Step 22/24 : LABEL arch=arm64 [2020-11-19T08:25:02.406Z] ---> e7c99a69a877 [2020-11-19T08:25:02.406Z] Step 7/22 : RUN go mod download [2020-11-19T08:25:02.683Z] ---> Running in 09e1ad2b6423 [2020-11-19T08:25:02.683Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T08:25:02.683Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T08:25:02.683Z] OK: 12623 distinct packages available [2020-11-19T08:25:02.960Z] ---> Running in 81165fc4c889 [2020-11-19T08:25:03.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T08:25:03.569Z] ---> 3a09f5c35569 [2020-11-19T08:25:03.569Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-19T08:25:03.569Z] OK: 217 MiB in 51 packages [2020-11-19T08:25:03.844Z] Removing intermediate container 09e1ad2b6423 [2020-11-19T08:25:03.844Z] ---> 3e06eece81f5 [2020-11-19T08:25:03.844Z] Step 23/24 : LABEL git_sha=6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df [2020-11-19T08:25:03.844Z] ---> Running in 75b15c569074 [2020-11-19T08:25:04.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T08:25:04.714Z] ---> 5558ed4f8557 [2020-11-19T08:25:04.714Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-19T08:25:04.714Z] Removing intermediate container 75b15c569074 [2020-11-19T08:25:04.714Z] ---> 96c2f2d84d78 [2020-11-19T08:25:04.714Z] Step 24/24 : LABEL version=0.0.0 [2020-11-19T08:25:04.995Z] ---> Running in 7adb5452ec8c [2020-11-19T08:25:04.995Z] ---> Running in f1d3bec5552f [2020-11-19T08:25:05.269Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T08:25:05.269Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T08:25:05.269Z] OK: 12623 distinct packages available [2020-11-19T08:25:05.547Z] Removing intermediate container e0fc81b8ee6d [2020-11-19T08:25:05.547Z] ---> 85213f3d1d2c [2020-11-19T08:25:05.547Z] Step 6/22 : COPY go.mod . [2020-11-19T08:25:05.827Z] Removing intermediate container f1d3bec5552f [2020-11-19T08:25:05.827Z] ---> 2affdd65d3b6 [2020-11-19T08:25:05.827Z] [2020-11-19T08:25:05.827Z] Removing intermediate container 7adb5452ec8c [2020-11-19T08:25:05.827Z] ---> 2d453beaa375 [2020-11-19T08:25:05.827Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T08:25:06.104Z] ---> Running in 1b533244a09e [2020-11-19T08:25:06.104Z] OK: 217 MiB in 51 packages [2020-11-19T08:25:06.377Z] Successfully built 2affdd65d3b6 [2020-11-19T08:25:06.377Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-11-19T08:25:06.377Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2020-11-19T08:25:06.377Z] ---> 42b41c595074 [2020-11-19T08:25:06.664Z] Step 7/22 : RUN go mod download [2020-11-19T08:25:06.664Z] Removing intermediate container 1b533244a09e [2020-11-19T08:25:06.664Z] ---> b37cccbe037b [2020-11-19T08:25:06.664Z] Step 20/22 : LABEL arch=arm64 [2020-11-19T08:25:06.664Z] ---> Running in 053aab6263eb [2020-11-19T08:25:06.971Z] ---> Running in bb4906c60363 [2020-11-19T08:25:07.249Z] Removing intermediate container 81165fc4c889 [2020-11-19T08:25:07.249Z] ---> abd325bad905 [2020-11-19T08:25:07.249Z] Step 8/22 : COPY . . [2020-11-19T08:25:08.240Z] Removing intermediate container bb4906c60363 [2020-11-19T08:25:08.240Z] ---> a3ea3cd2a364 [2020-11-19T08:25:08.240Z] Step 21/22 : LABEL git_sha=6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df [2020-11-19T08:25:10.236Z] Removing intermediate container c5f1876c793d [2020-11-19T08:25:10.236Z] ---> 6c6d78e4ecb5 [2020-11-19T08:25:10.236Z] Step 6/27 : COPY go.mod . [2020-11-19T08:25:11.221Z] ---> Running in 18903b4f9efc [2020-11-19T08:25:12.687Z] ---> 1f6ff04b9786 [2020-11-19T08:25:12.687Z] Step 7/27 : RUN go mod download [2020-11-19T08:25:12.961Z] ---> Running in 84e5d28aa6b3 [2020-11-19T08:25:12.961Z] Removing intermediate container 18903b4f9efc [2020-11-19T08:25:12.961Z] ---> 4f287b91fd92 [2020-11-19T08:25:12.961Z] Step 22/22 : LABEL version=0.0.0 [2020-11-19T08:25:13.561Z] ---> Running in ce6b8b39aabd [2020-11-19T08:25:13.835Z] Removing intermediate container 053aab6263eb [2020-11-19T08:25:13.835Z] ---> 984d0f0ad15b [2020-11-19T08:25:13.835Z] Step 8/22 : COPY . . [2020-11-19T08:25:14.437Z] Removing intermediate container ce6b8b39aabd [2020-11-19T08:25:14.437Z] ---> 750e7e1b37e3 [2020-11-19T08:25:14.437Z] [2020-11-19T08:25:15.038Z] Successfully built 750e7e1b37e3 [2020-11-19T08:25:15.038Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-11-19T08:25:15.038Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2020-11-19T08:25:21.779Z] Removing intermediate container 84e5d28aa6b3 [2020-11-19T08:25:21.779Z] ---> 56919959b9a3 [2020-11-19T08:25:21.779Z] Step 8/27 : COPY . . [2020-11-19T08:25:22.373Z] ---> 46fc7a48277b [2020-11-19T08:25:22.373Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-19T08:25:25.789Z] ---> Running in 5abae8efb9ba [2020-11-19T08:25:27.232Z] 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 [2020-11-19T08:25:29.227Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T08:25:29.227Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-19T08:25:29.227Z] ---> b21155e2c76f [2020-11-19T08:25:29.227Z] Step 3/22 : WORKDIR /edgex-go [2020-11-19T08:25:29.227Z] ---> Using cache [2020-11-19T08:25:29.227Z] ---> f1a713701d99 [2020-11-19T08:25:29.227Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T08:25:29.227Z] ---> Using cache [2020-11-19T08:25:29.227Z] ---> c2a1cefd37ea [2020-11-19T08:25:29.227Z] Step 5/22 : RUN apk update && apk add make git [2020-11-19T08:25:29.227Z] ---> Using cache [2020-11-19T08:25:29.227Z] ---> 85213f3d1d2c [2020-11-19T08:25:29.227Z] Step 6/22 : COPY go.mod . [2020-11-19T08:25:29.227Z] ---> Using cache [2020-11-19T08:25:29.227Z] ---> 42b41c595074 [2020-11-19T08:25:29.227Z] Step 7/22 : RUN go mod download [2020-11-19T08:25:29.227Z] ---> Using cache [2020-11-19T08:25:29.227Z] ---> 984d0f0ad15b [2020-11-19T08:25:29.227Z] Step 8/22 : COPY . . [2020-11-19T08:25:37.612Z] ---> 2205957c0140 [2020-11-19T08:25:37.612Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-19T08:25:38.610Z] ---> Running in 4100caf33aef [2020-11-19T08:25:42.016Z] 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 [2020-11-19T08:25:42.016Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T08:25:42.016Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-19T08:25:42.016Z] ---> b21155e2c76f [2020-11-19T08:25:42.016Z] Step 3/23 : WORKDIR /edgex-go [2020-11-19T08:25:42.016Z] ---> Using cache [2020-11-19T08:25:42.016Z] ---> f1a713701d99 [2020-11-19T08:25:42.016Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T08:25:42.016Z] ---> Using cache [2020-11-19T08:25:42.016Z] ---> c2a1cefd37ea [2020-11-19T08:25:42.016Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-19T08:25:43.460Z] ---> Running in 9581663cce49 [2020-11-19T08:25:46.101Z] ---> d37fe38ce436 [2020-11-19T08:25:46.101Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-19T08:25:46.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T08:25:46.382Z] ---> Running in e5927db6c929 [2020-11-19T08:25:46.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T08:25:47.984Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T08:25:47.984Z] v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T08:25:47.984Z] OK: 12623 distinct packages available [2020-11-19T08:25:48.974Z] OK: 217 MiB in 51 packages [2020-11-19T08:25:49.261Z] 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 [2020-11-19T08:25:52.697Z] Removing intermediate container 9581663cce49 [2020-11-19T08:25:52.697Z] ---> 093ecdf18c75 [2020-11-19T08:25:52.697Z] Step 6/23 : COPY go.mod . [2020-11-19T08:25:53.684Z] ---> c07d11a2c2c3 [2020-11-19T08:25:53.684Z] Step 7/23 : RUN go mod download [2020-11-19T08:25:53.960Z] ---> Running in 4796675f86f0 [2020-11-19T08:25:55.426Z] ---> 783a762a5bee [2020-11-19T08:25:55.426Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-19T08:25:55.710Z] ---> Running in c0c83bf459ee [2020-11-19T08:25:58.351Z] 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 [2020-11-19T08:25:59.817Z] Removing intermediate container 4796675f86f0 [2020-11-19T08:25:59.817Z] ---> b1a15187b554 [2020-11-19T08:25:59.817Z] Step 8/23 : COPY . . [2020-11-19T08:26:18.163Z] ---> 54fba1b186e1 [2020-11-19T08:26:18.163Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-19T08:26:18.163Z] ---> Running in 6c559bed0942 [2020-11-19T08:26:20.377Z] 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 [2020-11-19T08:26:47.395Z] Removing intermediate container 5abae8efb9ba [2020-11-19T08:26:47.395Z] ---> 1c7750c69273 [2020-11-19T08:26:47.395Z] [2020-11-19T08:26:47.395Z] Step 10/22 : FROM scratch [2020-11-19T08:26:47.395Z] ---> [2020-11-19T08:26:47.395Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-19T08:26:47.395Z] ---> Using cache [2020-11-19T08:26:47.395Z] ---> ba96e829e046 [2020-11-19T08:26:47.395Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-19T08:26:47.395Z] ---> Running in f9e5b401fc8e [2020-11-19T08:26:47.395Z] Removing intermediate container f9e5b401fc8e [2020-11-19T08:26:47.395Z] ---> 3fcd6cb10bd3 [2020-11-19T08:26:47.395Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-19T08:26:47.395Z] ---> Running in dde81aecd30a [2020-11-19T08:26:47.395Z] Removing intermediate container dde81aecd30a [2020-11-19T08:26:47.395Z] ---> 49e7553fa6a2 [2020-11-19T08:26:47.395Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-19T08:26:47.395Z] ---> 010c194485fb [2020-11-19T08:26:47.395Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-19T08:26:48.013Z] ---> a4e39a532bdd [2020-11-19T08:26:48.013Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-19T08:26:50.010Z] ---> 11a5b9089b90 [2020-11-19T08:26:50.010Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-19T08:26:50.995Z] ---> cc5349ac5fd1 [2020-11-19T08:26:50.995Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-19T08:26:51.269Z] ---> Running in 549305ad05f4 [2020-11-19T08:26:51.879Z] Removing intermediate container 549305ad05f4 [2020-11-19T08:26:51.879Z] ---> f9b2b74190a3 [2020-11-19T08:26:51.879Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T08:26:52.154Z] ---> Running in 13002e80f845 [2020-11-19T08:26:52.757Z] Removing intermediate container 13002e80f845 [2020-11-19T08:26:52.757Z] ---> cd0049a55e2f [2020-11-19T08:26:52.757Z] Step 20/22 : LABEL arch=arm64 [2020-11-19T08:26:53.039Z] ---> Running in 943198dbd2af [2020-11-19T08:26:53.652Z] Removing intermediate container 943198dbd2af [2020-11-19T08:26:53.652Z] ---> f0c6ec05cd5f [2020-11-19T08:26:53.652Z] Step 21/22 : LABEL git_sha=6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df [2020-11-19T08:26:53.652Z] ---> Running in d018c6abef36 [2020-11-19T08:26:54.633Z] Removing intermediate container d018c6abef36 [2020-11-19T08:26:54.633Z] ---> 81d99672a861 [2020-11-19T08:26:54.633Z] Step 22/22 : LABEL version=0.0.0 [2020-11-19T08:26:54.633Z] ---> Running in a125d385d12f [2020-11-19T08:26:55.240Z] Removing intermediate container a125d385d12f [2020-11-19T08:26:55.240Z] ---> 2f098e0a895f [2020-11-19T08:26:55.240Z] [2020-11-19T08:26:55.518Z] Successfully built 2f098e0a895f [2020-11-19T08:26:55.518Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-11-19T08:26:55.792Z] Building docker-support-scheduler-go [2020-11-19T08:27:17.973Z]  Building docker-support-logging-go ... done Removing intermediate container 4100caf33aef [2020-11-19T08:27:17.973Z] ---> 678900ba188d [2020-11-19T08:27:17.973Z] [2020-11-19T08:27:17.973Z] Step 10/22 : FROM alpine:3.10 [2020-11-19T08:27:17.973Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T08:27:17.973Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-19T08:27:17.973Z] ---> b21155e2c76f [2020-11-19T08:27:17.973Z] Step 3/21 : WORKDIR /edgex-go [2020-11-19T08:27:17.973Z] ---> Using cache [2020-11-19T08:27:17.973Z] ---> f1a713701d99 [2020-11-19T08:27:17.973Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T08:27:17.973Z] ---> Using cache [2020-11-19T08:27:17.973Z] ---> c2a1cefd37ea [2020-11-19T08:27:17.973Z] Step 5/21 : RUN apk update && apk add make git [2020-11-19T08:27:17.973Z] ---> Using cache [2020-11-19T08:27:17.973Z] ---> 85213f3d1d2c [2020-11-19T08:27:17.973Z] Step 6/21 : COPY go.mod . [2020-11-19T08:27:17.973Z] ---> Using cache [2020-11-19T08:27:17.973Z] ---> 42b41c595074 [2020-11-19T08:27:17.973Z] Step 7/21 : RUN go mod download [2020-11-19T08:27:17.973Z] ---> Using cache [2020-11-19T08:27:17.973Z] ---> 984d0f0ad15b [2020-11-19T08:27:17.973Z] Step 8/21 : COPY . . [2020-11-19T08:27:17.973Z] ---> Using cache [2020-11-19T08:27:17.973Z] ---> 783a762a5bee [2020-11-19T08:27:17.973Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-19T08:27:17.973Z] ---> Running in 117ef559d5f8 [2020-11-19T08:27:18.966Z] 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 [2020-11-19T08:27:25.703Z] Removing intermediate container e5927db6c929 [2020-11-19T08:27:25.703Z] ---> d3d851444125 [2020-11-19T08:27:25.703Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-19T08:27:25.983Z] ---> Running in 47828da850d9 [2020-11-19T08:27:28.626Z] 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 [2020-11-19T08:27:34.038Z] Removing intermediate container 47828da850d9 [2020-11-19T08:27:34.038Z] ---> b7841fdacf03 [2020-11-19T08:27:34.038Z] [2020-11-19T08:27:34.038Z] Step 11/27 : FROM docker:latest [2020-11-19T08:27:34.038Z] ---> 5d4db4dc0692 [2020-11-19T08:27:34.038Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-19T08:27:34.038Z] ---> Running in 3f8391471031 [2020-11-19T08:27:36.670Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T08:27:36.670Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T08:27:37.277Z] (1/2) Installing readline (8.0.4-r0) [2020-11-19T08:27:37.277Z] (2/2) Installing bash (5.0.17-r0) [2020-11-19T08:27:37.277Z] Executing bash-5.0.17-r0.post-install [2020-11-19T08:27:37.277Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T08:27:37.553Z] OK: 12 MiB in 22 packages [2020-11-19T08:27:39.547Z] Removing intermediate container 3f8391471031 [2020-11-19T08:27:39.547Z] ---> 5bfd56b31bf1 [2020-11-19T08:27:39.547Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-19T08:27:39.827Z] ---> Running in c3269ca17c4f [2020-11-19T08:27:44.157Z] Removing intermediate container c3269ca17c4f [2020-11-19T08:27:44.157Z] ---> b1e4b99b18c4 [2020-11-19T08:27:44.157Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-19T08:27:44.157Z] ---> Running in 20330e7d498d [2020-11-19T08:27:44.437Z] Removing intermediate container 20330e7d498d [2020-11-19T08:27:44.438Z] ---> 1a0811f31bb7 [2020-11-19T08:27:44.438Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-19T08:27:44.438Z] ---> Running in 46fe40fe5175 [2020-11-19T08:27:45.428Z] Removing intermediate container 46fe40fe5175 [2020-11-19T08:27:45.428Z] ---> 55bc05271e75 [2020-11-19T08:27:45.428Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-19T08:27:45.428Z] ---> Running in 38bc4dc976ec [2020-11-19T08:27:46.432Z] Removing intermediate container 38bc4dc976ec [2020-11-19T08:27:46.432Z] ---> 4cf58429f59b [2020-11-19T08:27:46.432Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-19T08:27:48.446Z] ---> ac561048b13a [2020-11-19T08:27:48.446Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-19T08:27:50.440Z] ---> 7a8878cc0d4b [2020-11-19T08:27:50.440Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-19T08:27:51.054Z] Removing intermediate container c0c83bf459ee [2020-11-19T08:27:51.054Z] ---> 6f7fed1e5ef3 [2020-11-19T08:27:51.054Z] [2020-11-19T08:27:51.054Z] Step 10/22 : FROM scratch [2020-11-19T08:27:51.054Z] ---> [2020-11-19T08:27:51.054Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-19T08:27:51.330Z] ---> Using cache [2020-11-19T08:27:51.330Z] ---> a5c3aaa780c3 [2020-11-19T08:27:51.330Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-19T08:27:51.330Z] ---> Running in 0b14afd172e8 [2020-11-19T08:27:51.931Z] ---> 96abb82b378b [2020-11-19T08:27:51.931Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-19T08:27:52.210Z] ---> Running in 08c16846a1f2 [2020-11-19T08:27:52.210Z] Removing intermediate container 0b14afd172e8 [2020-11-19T08:27:52.210Z] ---> d546acd35dfb [2020-11-19T08:27:52.210Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-19T08:27:52.210Z] ---> Running in 2d9eec78689a [2020-11-19T08:27:53.203Z] Removing intermediate container 2d9eec78689a [2020-11-19T08:27:53.203Z] ---> 7cbda8c79db4 [2020-11-19T08:27:53.203Z] Step 14/22 : WORKDIR / [2020-11-19T08:27:53.203Z] ---> Running in ad8107fc3b63 [2020-11-19T08:27:53.803Z] Removing intermediate container ad8107fc3b63 [2020-11-19T08:27:53.803Z] ---> 9e4e8a076fee [2020-11-19T08:27:53.803Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-19T08:27:54.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T08:27:54.795Z] ---> 634586ba3ab9 [2020-11-19T08:27:54.795Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-19T08:27:55.074Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T08:27:55.676Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-19T08:27:55.676Z] (2/33) Installing expat (2.2.9-r1) [2020-11-19T08:27:55.676Z] (3/33) Installing libffi (3.3-r2) [2020-11-19T08:27:55.676Z] (4/33) Installing gdbm (1.13-r1) [2020-11-19T08:27:55.676Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-19T08:27:55.676Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-19T08:27:55.953Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-19T08:27:56.959Z] ---> 7cba6486a309 [2020-11-19T08:27:56.959Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-19T08:27:57.951Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-19T08:27:57.951Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-19T08:27:57.951Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-19T08:27:57.951Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-19T08:27:58.246Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-19T08:27:58.246Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-19T08:27:58.246Z] ---> a03eb59a727b [2020-11-19T08:27:58.246Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-19T08:27:58.246Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-19T08:27:58.520Z] ---> Running in 2339e2461cc9 [2020-11-19T08:27:58.520Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-19T08:27:58.520Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-19T08:27:58.520Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-19T08:27:58.520Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-19T08:27:58.793Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-19T08:27:58.793Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-19T08:27:58.793Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-19T08:27:58.793Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-19T08:27:58.793Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-19T08:27:58.793Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-19T08:27:58.793Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-19T08:27:58.793Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-19T08:27:59.072Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-19T08:27:59.073Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-19T08:27:59.073Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-19T08:27:59.073Z] Removing intermediate container 2339e2461cc9 [2020-11-19T08:27:59.073Z] ---> e978ad5e72b2 [2020-11-19T08:27:59.073Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T08:27:59.073Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-19T08:27:59.073Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-19T08:27:59.073Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-19T08:27:59.073Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-19T08:27:59.345Z] ---> Running in c82e211a6442 [2020-11-19T08:27:59.345Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T08:27:59.345Z] OK: 71 MiB in 55 packages [2020-11-19T08:27:59.950Z] Removing intermediate container c82e211a6442 [2020-11-19T08:27:59.950Z] ---> b092856e9f52 [2020-11-19T08:27:59.950Z] Step 20/22 : LABEL arch=arm64 [2020-11-19T08:28:00.227Z] ---> Running in bec58aa004a4 [2020-11-19T08:28:01.218Z] Removing intermediate container bec58aa004a4 [2020-11-19T08:28:01.218Z] ---> 0834c5a0dc51 [2020-11-19T08:28:01.218Z] Step 21/22 : LABEL git_sha=6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df [2020-11-19T08:28:01.218Z] ---> Running in 684c0f4f2df6 [2020-11-19T08:28:02.202Z] Removing intermediate container 684c0f4f2df6 [2020-11-19T08:28:02.202Z] ---> aced34527be5 [2020-11-19T08:28:02.202Z] Step 22/22 : LABEL version=0.0.0 [2020-11-19T08:28:02.477Z] ---> Running in 94e16f2a5371 [2020-11-19T08:28:03.467Z] Removing intermediate container 94e16f2a5371 [2020-11-19T08:28:03.467Z] ---> ef26e2cc04a8 [2020-11-19T08:28:03.467Z] [2020-11-19T08:28:04.568Z] Successfully built ef26e2cc04a8 [2020-11-19T08:28:04.568Z] Successfully tagged docker-core-command-go-arm64:latest [2020-11-19T08:28:10.157Z]  Building docker-core-command-go ... done Removing intermediate container 08c16846a1f2 [2020-11-19T08:28:10.157Z] ---> 19f435abdbcd [2020-11-19T08:28:10.157Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-19T08:28:10.157Z] ---> Running in 845337c3dd8a [2020-11-19T08:28:16.883Z] Collecting docker-compose==1.23.2 [2020-11-19T08:28:16.883Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-19T08:28:17.865Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-19T08:28:17.865Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-19T08:28:18.846Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-19T08:28:18.846Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-19T08:28:19.820Z] Collecting docker<4.0,>=3.6.0 [2020-11-19T08:28:19.820Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-19T08:28:20.796Z] Collecting jsonschema<3,>=2.5.1 [2020-11-19T08:28:20.796Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-19T08:28:21.070Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-11-19T08:28:21.345Z] Collecting texttable<0.10,>=0.9.0 [2020-11-19T08:28:21.345Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-19T08:28:23.972Z] Collecting cached-property<2,>=1.2.0 [2020-11-19T08:28:23.972Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-19T08:28:24.245Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-19T08:28:24.245Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-19T08:28:26.870Z] Removing intermediate container 6c559bed0942 [2020-11-19T08:28:26.870Z] ---> bd0c497c2596 [2020-11-19T08:28:26.870Z] [2020-11-19T08:28:26.870Z] Step 10/23 : FROM alpine [2020-11-19T08:28:27.147Z] Collecting PyYAML<4,>=3.10 [2020-11-19T08:28:27.147Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-19T08:28:30.531Z] Removing intermediate container 117ef559d5f8 [2020-11-19T08:28:30.531Z] ---> c80a496ef40c [2020-11-19T08:28:30.531Z] [2020-11-19T08:28:30.531Z] Step 10/21 : FROM scratch [2020-11-19T08:28:30.531Z] ---> [2020-11-19T08:28:30.531Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-19T08:28:30.531Z] ---> Using cache [2020-11-19T08:28:30.531Z] ---> a5c3aaa780c3 [2020-11-19T08:28:30.531Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-19T08:28:30.531Z] ---> Running in 9736fd8a227e [2020-11-19T08:28:30.531Z] Collecting docopt<0.7,>=0.6.1 [2020-11-19T08:28:30.531Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-19T08:28:30.803Z] Removing intermediate container 9736fd8a227e [2020-11-19T08:28:30.803Z] ---> 1ed7dc298005 [2020-11-19T08:28:30.803Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-19T08:28:31.077Z] ---> Running in 79da4bc6e29f [2020-11-19T08:28:31.347Z] Removing intermediate container 79da4bc6e29f [2020-11-19T08:28:31.347Z] ---> ebf8ef200d72 [2020-11-19T08:28:31.347Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-19T08:28:31.938Z] ---> 93ea4170e81e [2020-11-19T08:28:31.938Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-19T08:28:32.919Z] Collecting idna<2.8,>=2.5 [2020-11-19T08:28:32.919Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-19T08:28:33.189Z] ---> 8d776924d236 [2020-11-19T08:28:33.189Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-19T08:28:33.189Z] 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) [2020-11-19T08:28:33.781Z] ---> 26cabdaac668 [2020-11-19T08:28:33.781Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-19T08:28:33.781Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-19T08:28:33.781Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-19T08:28:33.781Z] ---> Running in 52561b73919f [2020-11-19T08:28:34.051Z] 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) [2020-11-19T08:28:34.322Z] Collecting docker-pycreds>=0.4.0 [2020-11-19T08:28:34.322Z] Removing intermediate container 52561b73919f [2020-11-19T08:28:34.322Z] ---> 709b9c3beb25 [2020-11-19T08:28:34.323Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T08:28:34.323Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-19T08:28:34.323Z] ---> Running in 5fafd8b1fef8 [2020-11-19T08:28:34.323Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-19T08:28:34.323Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-19T08:28:34.323Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-19T08:28:34.323Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-19T08:28:34.915Z] Removing intermediate container 5fafd8b1fef8 [2020-11-19T08:28:34.915Z] ---> 7127a432ec57 [2020-11-19T08:28:34.915Z] Step 19/21 : LABEL arch=arm64 [2020-11-19T08:28:34.915Z] ---> Running in 60d4b2fa6331 [2020-11-19T08:28:35.185Z] Removing intermediate container 60d4b2fa6331 [2020-11-19T08:28:35.185Z] ---> 00336a8b7ed9 [2020-11-19T08:28:35.185Z] Step 20/21 : LABEL git_sha=6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df [2020-11-19T08:28:35.455Z] Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, jsonschema, texttable, cached-property, dockerpty, PyYAML, docopt, docker-compose [2020-11-19T08:28:35.455Z] Attempting uninstall: idna [2020-11-19T08:28:35.455Z] Found existing installation: idna 2.9 [2020-11-19T08:28:35.455Z] Uninstalling idna-2.9: [2020-11-19T08:28:35.455Z] ---> Running in 7ae6ad0ea94e [2020-11-19T08:28:35.455Z] Successfully uninstalled idna-2.9 [2020-11-19T08:28:35.729Z] Removing intermediate container 7ae6ad0ea94e [2020-11-19T08:28:35.729Z] ---> a91dcec5b75a [2020-11-19T08:28:35.729Z] Step 21/21 : LABEL version=0.0.0 [2020-11-19T08:28:36.000Z] ---> Running in cfc0c5fd32fc [2020-11-19T08:28:36.272Z] Attempting uninstall: urllib3 [2020-11-19T08:28:36.272Z] Found existing installation: urllib3 1.25.9 [2020-11-19T08:28:36.272Z] Uninstalling urllib3-1.25.9: [2020-11-19T08:28:36.272Z] Removing intermediate container cfc0c5fd32fc [2020-11-19T08:28:36.272Z] ---> 2f1897a81dde [2020-11-19T08:28:36.272Z] [2020-11-19T08:28:36.272Z] Successfully uninstalled urllib3-1.25.9 [2020-11-19T08:28:36.864Z] Successfully built 2f1897a81dde [2020-11-19T08:28:36.864Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-11-19T08:28:36.864Z]  Building docker-support-scheduler-go ... done  Attempting uninstall: requests [2020-11-19T08:28:36.864Z] Found existing installation: requests 2.23.0 [2020-11-19T08:28:36.864Z] Uninstalling requests-2.23.0: [2020-11-19T08:28:37.133Z] Successfully uninstalled requests-2.23.0 [2020-11-19T08:28:38.553Z] Running setup.py install for texttable: started [2020-11-19T08:28:40.511Z] Running setup.py install for texttable: finished with status 'done' [2020-11-19T08:28:40.511Z] Running setup.py install for dockerpty: started [2020-11-19T08:28:41.935Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-19T08:28:42.206Z] Running setup.py install for PyYAML: started [2020-11-19T08:28:44.162Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-19T08:28:44.162Z] Running setup.py install for docopt: started [2020-11-19T08:28:46.125Z] Running setup.py install for docopt: finished with status 'done' [2020-11-19T08:28:46.720Z] 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 [2020-11-19T08:28:51.011Z] Removing intermediate container 845337c3dd8a [2020-11-19T08:28:51.011Z] ---> a7a61375f969 [2020-11-19T08:28:51.011Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-19T08:28:51.011Z] ---> Running in 5b39b322485d [2020-11-19T08:28:51.981Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T08:28:51.981Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T08:28:52.570Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-19T08:28:52.570Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-19T08:28:52.570Z] (3/3) Installing curl (7.69.1-r1) [2020-11-19T08:28:52.570Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T08:28:52.570Z] OK: 71 MiB in 58 packages [2020-11-19T08:28:53.994Z] Removing intermediate container 5b39b322485d [2020-11-19T08:28:53.994Z] ---> f3736ccdd11b [2020-11-19T08:28:53.994Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-19T08:28:53.994Z] ---> Running in 52d665c63bc4 [2020-11-19T08:28:54.262Z] Removing intermediate container 52d665c63bc4 [2020-11-19T08:28:54.262Z] ---> c0328ca1b65b [2020-11-19T08:28:54.262Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T08:28:54.531Z] ---> Running in 0367dde3bafb [2020-11-19T08:28:54.799Z] Removing intermediate container 0367dde3bafb [2020-11-19T08:28:54.799Z] ---> 4c36304f508d [2020-11-19T08:28:54.799Z] Step 25/27 : LABEL arch=arm64 [2020-11-19T08:28:55.071Z] ---> Running in 082e417e0dfa [2020-11-19T08:28:55.340Z] Removing intermediate container 082e417e0dfa [2020-11-19T08:28:55.340Z] ---> ea99f4e396db [2020-11-19T08:28:55.340Z] Step 26/27 : LABEL git_sha=6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df [2020-11-19T08:28:55.612Z] ---> Running in 149d78cbb115 [2020-11-19T08:28:55.882Z] Removing intermediate container 149d78cbb115 [2020-11-19T08:28:55.883Z] ---> bc123cc007f2 [2020-11-19T08:28:55.883Z] Step 27/27 : LABEL version=0.0.0 [2020-11-19T08:28:56.154Z] ---> Running in 87450a0909e2 [2020-11-19T08:28:56.428Z] Removing intermediate container 87450a0909e2 [2020-11-19T08:28:56.428Z] ---> 8e1808ebfb83 [2020-11-19T08:28:56.428Z] [2020-11-19T08:28:57.020Z] Successfully built 8e1808ebfb83 [2020-11-19T08:28:57.020Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-11-19T08:28:57.020Z]  Building docker-sys-mgmt-agent-go ... done  [2020-11-19T08:28:57.020Z] 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') [2020-11-19T08:28:57.020Z] [2020-11-19T08:28:57.020Z] 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') [2020-11-19T08:28:57.020Z] [2020-11-19T08:28:57.020Z] 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') [2020-11-19T08:28:57.020Z] [2020-11-19T08:28:57.020Z] 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') [2020-11-19T08:28:57.020Z] [2020-11-19T08:28:57.020Z] 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') [2020-11-19T08:28:57.020Z] Service 'docker-core-data-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] } [2020-11-19T08:28:57.040Z] $ docker stop --time=1 ca5853a046422d0504d9108650c6eceb51c119cbeaec72b1a531f02115b5d7a5 [2020-11-19T08:28:58.904Z] $ docker rm -f ca5853a046422d0504d9108650c6eceb51c119cbeaec72b1a531f02115b5d7a5 [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] } [2020-11-19T08:29:00.502Z] 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 [2020-11-19T08:29:03.071Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T08:29:03.960Z] ---> package-listing.sh [2020-11-19T08:29:03.960Z] ++ facter osfamily [2020-11-19T08:29:03.960Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-19T08:29:03.960Z] + OS_FAMILY=redhat [2020-11-19T08:29:03.960Z] + workspace=/w/workspace/edgex-go/21 [2020-11-19T08:29:03.960Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-19T08:29:03.960Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-19T08:29:03.960Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-19T08:29:03.960Z] + PACKAGES=/tmp/packages_start.txt [2020-11-19T08:29:03.960Z] + '[' /w/workspace/edgex-go/21 ']' [2020-11-19T08:29:03.960Z] + PACKAGES=/tmp/packages_end.txt [2020-11-19T08:29:03.960Z] + case "${OS_FAMILY}" in [2020-11-19T08:29:03.960Z] + rpm -qa [2020-11-19T08:29:03.960Z] + sort [2020-11-19T08:29:08.185Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-19T08:29:08.185Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-19T08:29:08.185Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-19T08:29:08.185Z] + '[' /w/workspace/edgex-go/21 ']' [2020-11-19T08:29:08.185Z] + mkdir -p /w/workspace/edgex-go/21/archives/ [2020-11-19T08:29:08.185Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/21/archives/ [Pipeline] echo [2020-11-19T08:29:08.198Z] 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/21/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-19T08:29:08.487Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-19T08:29:08.792Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-19T08:29:08.793Z] [2020-11-19T08:29:08.793Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-19T08:29:09.180Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-19T08:29:09.180Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-19T08:29:09.180Z] df20fa9351a1: Already exists [2020-11-19T08:29:09.180Z] 36b3adc4ff6f: Pulling fs layer [2020-11-19T08:29:09.180Z] 8ad3a11d3b57: Pulling fs layer [2020-11-19T08:29:09.180Z] 46f8f816bc3b: Pulling fs layer [2020-11-19T08:29:09.180Z] 93b61091891f: Pulling fs layer [2020-11-19T08:29:09.180Z] 93b9cdb0e59b: Pulling fs layer [2020-11-19T08:29:09.180Z] 5e14af77c1be: Pulling fs layer [2020-11-19T08:29:09.180Z] 01666e4c0597: Pulling fs layer [2020-11-19T08:29:09.180Z] aa168da1d23b: Pulling fs layer [2020-11-19T08:29:09.180Z] 93b9cdb0e59b: Waiting [2020-11-19T08:29:09.180Z] 5e14af77c1be: Waiting [2020-11-19T08:29:09.180Z] 01666e4c0597: Waiting [2020-11-19T08:29:09.180Z] aa168da1d23b: Waiting [2020-11-19T08:29:09.180Z] 93b61091891f: Waiting [2020-11-19T08:29:09.180Z] 46f8f816bc3b: Verifying Checksum [2020-11-19T08:29:09.180Z] 46f8f816bc3b: Download complete [2020-11-19T08:29:09.180Z] 36b3adc4ff6f: Download complete [2020-11-19T08:29:09.180Z] 93b9cdb0e59b: Verifying Checksum [2020-11-19T08:29:09.444Z] 5e14af77c1be: Verifying Checksum [2020-11-19T08:29:09.444Z] 5e14af77c1be: Download complete [2020-11-19T08:29:09.444Z] 01666e4c0597: Verifying Checksum [2020-11-19T08:29:09.444Z] 01666e4c0597: Download complete [2020-11-19T08:29:09.444Z] 93b61091891f: Verifying Checksum [2020-11-19T08:29:09.444Z] 93b61091891f: Download complete [2020-11-19T08:29:09.444Z] 8ad3a11d3b57: Verifying Checksum [2020-11-19T08:29:09.444Z] 8ad3a11d3b57: Download complete [2020-11-19T08:29:09.444Z] 36b3adc4ff6f: Pull complete [2020-11-19T08:29:10.397Z] 8ad3a11d3b57: Pull complete [2020-11-19T08:29:10.397Z] 46f8f816bc3b: Pull complete [2020-11-19T08:29:10.660Z] 93b61091891f: Pull complete [2020-11-19T08:29:10.922Z] 93b9cdb0e59b: Pull complete [2020-11-19T08:29:10.922Z] 5e14af77c1be: Pull complete [2020-11-19T08:29:11.871Z] aa168da1d23b: Verifying Checksum [2020-11-19T08:29:11.871Z] aa168da1d23b: Download complete [2020-11-19T08:29:12.132Z] 01666e4c0597: Pull complete [2020-11-19T08:29:25.174Z] aa168da1d23b: Pull complete [2020-11-19T08:29:25.174Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-19T08:29:25.174Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-19T08:29:25.174Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-19T08:29:25.461Z] prd-centos7-docker-4c-2g-12711 does not seem to be running inside a container [2020-11-19T08:29:25.521Z] $ 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/21/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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-19T08:29:31.785Z] $ docker top 25328a3df36f9517dc5a4eab7ae925d9b6fba3250576333d816a435164d25bb9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T08:29:32.327Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-19T08:29:32.626Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-19T08:29:32.926Z] + ls /var/log/sa-host [2020-11-19T08:29:32.926Z] + sadf -c /var/log/sa-host/sa05 [2020-11-19T08:29:32.926Z] file_magic: OK [2020-11-19T08:29:32.926Z] HZ: Using current value: 100 [2020-11-19T08:29:32.926Z] file_header: OK [2020-11-19T08:29:32.926Z] 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 [2020-11-19T08:29:32.926Z] Statistics: [2020-11-19T08:29:32.926Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-19T08:29:32.926Z] File successfully converted to sysstat format version 12.2.1 [2020-11-19T08:29:32.926Z] + sadf -c /var/log/sa-host/sa19 [2020-11-19T08:29:32.926Z] file_magic: OK [2020-11-19T08:29:32.926Z] HZ: Using current value: 100 [2020-11-19T08:29:32.926Z] file_header: OK [2020-11-19T08:29:32.926Z] 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 [2020-11-19T08:29:32.926Z] Statistics: [2020-11-19T08:29:32.926Z] 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... [2020-11-19T08:29:32.926Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-19T08:29:33.626Z] provisioning config files... [2020-11-19T08:29:33.651Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/21@tmp/config7162959935795417622tmp [Pipeline] { [Pipeline] echo [2020-11-19T08:29:33.723Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T08:29:34.024Z] ---> create-netrc.sh [Pipeline] } [2020-11-19T08:29:34.034Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-19T08:29:34.133Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T08:29:34.430Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-19T08:29:34.442Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T08:29:34.740Z] ---> sudo-logs.sh [2020-11-19T08:29:34.740Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-19T08:29:34.752Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T08:29:35.053Z] ---> job-cost.sh [2020-11-19T08:29:35.053Z] lf-activate-venv: SKIPPING [2020-11-19T08:29:35.053Z] INFO: No Stack... [2020-11-19T08:29:35.999Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-19T08:29:36.574Z] INFO: Archiving Costs [Pipeline] echo [2020-11-19T08:29:36.590Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T08:29:36.899Z] ---> logs-deploy.sh [2020-11-19T08:29:36.899Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2840/21 [2020-11-19T08:29:36.899Z] INFO: archiving workspace using pattern(s): [2020-11-19T08:29:38.289Z] Archives upload complete. [2020-11-19T08:29:38.289Z] INFO: archiving logs to Nexus