Pull request #2999 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c3fff5d214d9678334f8f39739c11b7a5b7db6a5+6731ab5d56a0494658aab350a508f22ecd29f588 (19b20d0b19675baf23c29ef87e98fadc5c9f3eb9) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-19783 in /w/workspace/edgexfoundry_edgex-go_PR-2999 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 6731ab5d56a0494658aab350a508f22ecd29f588 into PR head commit c3fff5d214d9678334f8f39739c11b7a5b7db6a5 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2999/head:refs/remotes/origin/PR-2999 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c3fff5d214d9678334f8f39739c11b7a5b7db6a5 # 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 6731ab5d56a0494658aab350a508f22ecd29f588 # timeout=10 Merge succeeded, producing 3e46a1d5c22063102067ca6169d05a03eaa1b63d Checking out Revision 3e46a1d5c22063102067ca6169d05a03eaa1b63d (PR-2999) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3e46a1d5c22063102067ca6169d05a03eaa1b63d # timeout=10 Commit message: "Merge commit '6731ab5d56a0494658aab350a508f22ecd29f588' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-12T20:10:54.445Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-12T20:10:54.764Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-12T20:10:54.919Z] ========================================================= [2021-01-12T20:10:54.919Z] EdgeX Global Pipelines Version Info [2021-01-12T20:10:54.919Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 67b434a2c79728f75ad42d4b45ee2cce12541ed9 # timeout=10 [2021-01-12T20:10:56.431Z] ------------------- [2021-01-12T20:10:56.431Z] stable info: [2021-01-12T20:10:56.431Z] ------------------- [2021-01-12T20:10:56.431Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-12T20:10:56.431Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-12T20:10:56.431Z] Message: update stable to v1.0.173 [2021-01-12T20:10:57.381Z] ------------------- [2021-01-12T20:10:57.381Z] experimental info: [2021-01-12T20:10:57.381Z] ------------------- [2021-01-12T20:10:57.381Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-12T20:10:57.381Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-12T20:10:57.381Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-12T20:10:57.670Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-12T20:10:57.768Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-12T20:10:57.868Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-12T20:10:57.978Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-12T20:10:58.082Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-12T20:10:58.209Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-12T20:10:58.308Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-12T20:10:58.411Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-12T20:10:58.513Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-12T20:10:58.637Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-12T20:10:58.742Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-12T20:10:58.840Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-12T20:10:58.949Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-12T20:10:59.046Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-12T20:10:59.145Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-12T20:10:59.265Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-12T20:10:59.363Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-12T20:10:59.482Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-12T20:10:59.577Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-12T20:10:59.679Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-12T20:10:59.776Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-12T20:10:59.869Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-12T20:10:59.996Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-12T20:11:00.110Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2999 [Pipeline] echo [2021-01-12T20:11:00.339Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2999 [Pipeline] echo [2021-01-12T20:11:00.459Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2999 [Pipeline] echo [2021-01-12T20:11:00.562Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3e46a1d5c22063102067ca6169d05a03eaa1b63d [Pipeline] echo [2021-01-12T20:11:00.652Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3e46a1d [Pipeline] echo [2021-01-12T20:11:00.751Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-12T20:11:00.948Z] provisioning config files... [2021-01-12T20:11:00.981Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config4955672849932229690tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-12T20:11:01.358Z] ---> docker-login.sh [2021-01-12T20:11:01.358Z] nexus3.edgexfoundry.org:10001 [2021-01-12T20:11:01.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T20:11:01.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T20:11:01.893Z] Configure a credential helper to remove this warning. See [2021-01-12T20:11:01.893Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T20:11:01.893Z] [2021-01-12T20:11:01.893Z] Login Succeeded [2021-01-12T20:11:01.893Z] nexus3.edgexfoundry.org:10002 [2021-01-12T20:11:01.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T20:11:01.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T20:11:01.893Z] Configure a credential helper to remove this warning. See [2021-01-12T20:11:01.893Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T20:11:01.893Z] [2021-01-12T20:11:01.893Z] Login Succeeded [2021-01-12T20:11:01.893Z] nexus3.edgexfoundry.org:10003 [2021-01-12T20:11:02.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T20:11:02.157Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T20:11:02.157Z] Configure a credential helper to remove this warning. See [2021-01-12T20:11:02.157Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T20:11:02.157Z] [2021-01-12T20:11:02.157Z] Login Succeeded [2021-01-12T20:11:02.157Z] nexus3.edgexfoundry.org:10004 [2021-01-12T20:11:02.418Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T20:11:02.419Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T20:11:02.419Z] Configure a credential helper to remove this warning. See [2021-01-12T20:11:02.419Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T20:11:02.419Z] [2021-01-12T20:11:02.419Z] Login Succeeded [2021-01-12T20:11:02.419Z] docker.io [2021-01-12T20:11:02.419Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T20:11:02.680Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T20:11:02.680Z] Configure a credential helper to remove this warning. See [2021-01-12T20:11:02.680Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T20:11:02.680Z] [2021-01-12T20:11:02.680Z] Login Succeeded [2021-01-12T20:11:02.680Z] ---> docker-login.sh ends [Pipeline] } [2021-01-12T20:11:02.690Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-12T20:11:03.166Z] ++ 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-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-12T20:11:03.166Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T20:11:03.166Z] ++ dirname cmd/core-command/Dockerfile [2021-01-12T20:11:03.166Z] ++ cut -d/ -f2 [2021-01-12T20:11:03.166Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-12T20:11:03.166Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T20:11:03.166Z] ++ dirname cmd/core-data/Dockerfile [2021-01-12T20:11:03.166Z] ++ cut -d/ -f2 [2021-01-12T20:11:03.166Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-12T20:11:03.166Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T20:11:03.166Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-12T20:11:03.166Z] ++ cut -d/ -f2 [2021-01-12T20:11:03.166Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-12T20:11:03.166Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T20:11:03.166Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-12T20:11:03.166Z] ++ cut -d/ -f2 [2021-01-12T20:11:03.166Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-12T20:11:03.166Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T20:11:03.166Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-12T20:11:03.166Z] ++ cut -d/ -f2 [2021-01-12T20:11:03.166Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-12T20:11:03.166Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T20:11:03.166Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-12T20:11:03.166Z] ++ cut -d/ -f2 [2021-01-12T20:11:03.166Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-12T20:11:03.166Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T20:11:03.166Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-12T20:11:03.166Z] ++ cut -d/ -f2 [2021-01-12T20:11:03.166Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-12T20:11:03.166Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T20:11:03.166Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-12T20:11:03.166Z] ++ cut -d/ -f2 [2021-01-12T20:11:03.166Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-12T20:11:03.166Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T20:11:03.166Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-12T20:11:03.166Z] ++ cut -d/ -f2 [2021-01-12T20:11:03.166Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-12T20:11:03.233Z] 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-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:11:04.890Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T20:11:04.890Z] [2021-01-12T20:11:04.890Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:11:05.255Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T20:11:05.255Z] latest: Pulling from edgex-devops/git-semver [2021-01-12T20:11:05.255Z] 31603596830f: Pulling fs layer [2021-01-12T20:11:05.255Z] 2a8b12db71e7: Pulling fs layer [2021-01-12T20:11:05.255Z] 6ca5941a6612: Pulling fs layer [2021-01-12T20:11:05.255Z] ecc8261a40a4: Pulling fs layer [2021-01-12T20:11:05.255Z] ecc8261a40a4: Waiting [2021-01-12T20:11:05.255Z] 2a8b12db71e7: Download complete [2021-01-12T20:11:05.517Z] 31603596830f: Verifying Checksum [2021-01-12T20:11:05.517Z] 31603596830f: Download complete [2021-01-12T20:11:05.517Z] ecc8261a40a4: Verifying Checksum [2021-01-12T20:11:05.517Z] ecc8261a40a4: Download complete [2021-01-12T20:11:05.517Z] 6ca5941a6612: Verifying Checksum [2021-01-12T20:11:05.517Z] 6ca5941a6612: Download complete [2021-01-12T20:11:05.780Z] 31603596830f: Pull complete [2021-01-12T20:11:06.042Z] 2a8b12db71e7: Pull complete [2021-01-12T20:11:06.635Z] 6ca5941a6612: Pull complete [2021-01-12T20:11:06.897Z] ecc8261a40a4: Pull complete [2021-01-12T20:11:06.897Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-12T20:11:06.897Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T20:11:06.897Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-12T20:11:07.004Z] prd-centos7-docker-4c-2g-19783 does not seem to be running inside a container [2021-01-12T20:11:07.055Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-12T20:11:09.563Z] $ docker top 6a72449fab5982ef88afe219681688f855828540c1f9dbbe09677eb1265c4859 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-12T20:11:09.972Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T20:11:09.972Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T20:11:10.196Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T20:11:10.201Z] $ docker exec 6a72449fab5982ef88afe219681688f855828540c1f9dbbe09677eb1265c4859 ssh-agent [2021-01-12T20:11:10.368Z] SSH_AUTH_SOCK=/tmp/ssh-1cCQMIFZlFAa/agent.11 [2021-01-12T20:11:10.368Z] SSH_AGENT_PID=16 [2021-01-12T20:11:10.381Z] Running ssh-add (command line suppressed) [2021-01-12T20:11:10.508Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_4962486451945315394.key (/w/workspace/edgex-go/6@tmp/private_key_4962486451945315394.key) [2021-01-12T20:11:10.560Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T20:11:10.908Z] + git tag --points-at HEAD [Pipeline] } [2021-01-12T20:11:10.934Z] $ docker exec --env ******** --env ******** 6a72449fab5982ef88afe219681688f855828540c1f9dbbe09677eb1265c4859 ssh-agent -k [2021-01-12T20:11:11.050Z] unset SSH_AUTH_SOCK; [2021-01-12T20:11:11.051Z] unset SSH_AGENT_PID; [2021-01-12T20:11:11.051Z] echo Agent pid 16 killed; [2021-01-12T20:11:11.099Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-12T20:11:11.261Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T20:11:11.262Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T20:11:11.426Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T20:11:11.431Z] $ docker exec 6a72449fab5982ef88afe219681688f855828540c1f9dbbe09677eb1265c4859 ssh-agent [2021-01-12T20:11:11.596Z] SSH_AUTH_SOCK=/tmp/ssh-vunA2vlnyzNb/agent.45 [2021-01-12T20:11:11.596Z] SSH_AGENT_PID=50 [2021-01-12T20:11:11.603Z] Running ssh-add (command line suppressed) [2021-01-12T20:11:11.725Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_7196511589390866191.key (/w/workspace/edgex-go/6@tmp/private_key_7196511589390866191.key) [2021-01-12T20:11:11.776Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T20:11:12.142Z] + git semver init [2021-01-12T20:11:12.142Z] # -> Open(): unable to determine branch for HEAD [2021-01-12T20:11:12.142Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2021-01-12T20:11:12.142Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2021-01-12T20:11:12.142Z] # $SEMVER_REMOTE_NAME = origin [2021-01-12T20:11:12.142Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-12T20:11:12.142Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-12T20:11:12.142Z] # $SEMVER_BRANCH = PR-2999 [2021-01-12T20:11:12.142Z] # $SEMVER_TEMP = /tmp/semver-274476246 [2021-01-12T20:11:12.142Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-12T20:11:30.374Z] # '/tmp/semver-274476246' -> '/w/workspace/edgex-go/6/.semver' [2021-01-12T20:11:30.374Z] # -> Force: false [2021-01-12T20:11:30.374Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2021-01-12T20:11:30.389Z] $ docker exec --env ******** --env ******** 6a72449fab5982ef88afe219681688f855828540c1f9dbbe09677eb1265c4859 ssh-agent -k [2021-01-12T20:11:30.606Z] unset SSH_AUTH_SOCK; [2021-01-12T20:11:30.607Z] unset SSH_AGENT_PID; [2021-01-12T20:11:30.607Z] echo Agent pid 50 killed; [2021-01-12T20:11:30.700Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-12T20:11:31.182Z] + git semver [Pipeline] } [2021-01-12T20:11:31.201Z] $ docker stop --time=1 6a72449fab5982ef88afe219681688f855828540c1f9dbbe09677eb1265c4859 [2021-01-12T20:11:32.852Z] $ docker rm -f 6a72449fab5982ef88afe219681688f855828540c1f9dbbe09677eb1265c4859 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T20:11:33.357Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-12T20:11:33.910Z] Stashed 1 file(s) [Pipeline] echo [2021-01-12T20:11:33.913Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-12T20:11:34.759Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-12T20:11:35.058Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-12T20:11:35.362Z] + sudo service docker restart [2021-01-12T20:11:35.362Z] + true [2021-01-12T20:11:35.362Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-12T20:11:35.952Z] ========================================================= [2021-01-12T20:11:35.952Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-12T20:11:35.952Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:11:36.297Z] + 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 . [2021-01-12T20:11:39.616Z] Sending build context to Docker daemon 326.3MB [2021-01-12T20:11:39.616Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-12T20:11:39.616Z] Step 2/6 : FROM ${BASE} [2021-01-12T20:11:39.616Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-12T20:11:39.616Z] 188c0c94c7c5: Pulling fs layer [2021-01-12T20:11:39.616Z] 0ef7d3d256c8: Pulling fs layer [2021-01-12T20:11:39.616Z] de9db76c5a1d: Pulling fs layer [2021-01-12T20:11:39.616Z] bca2f99d35d6: Pulling fs layer [2021-01-12T20:11:39.616Z] 93359f2a8cfa: Pulling fs layer [2021-01-12T20:11:39.616Z] 7c6f9722023f: Pulling fs layer [2021-01-12T20:11:39.616Z] a35cf1a2eb13: Pulling fs layer [2021-01-12T20:11:39.616Z] 93359f2a8cfa: Waiting [2021-01-12T20:11:39.616Z] 7c6f9722023f: Waiting [2021-01-12T20:11:39.616Z] a35cf1a2eb13: Waiting [2021-01-12T20:11:39.616Z] bca2f99d35d6: Waiting [2021-01-12T20:11:39.616Z] de9db76c5a1d: Verifying Checksum [2021-01-12T20:11:39.616Z] de9db76c5a1d: Download complete [2021-01-12T20:11:39.616Z] 0ef7d3d256c8: Verifying Checksum [2021-01-12T20:11:39.616Z] 0ef7d3d256c8: Download complete [2021-01-12T20:11:39.616Z] 93359f2a8cfa: Download complete [2021-01-12T20:11:39.616Z] 188c0c94c7c5: Download complete [2021-01-12T20:11:39.616Z] 7c6f9722023f: Verifying Checksum [2021-01-12T20:11:39.616Z] 7c6f9722023f: Download complete [2021-01-12T20:11:39.616Z] 188c0c94c7c5: Pull complete [2021-01-12T20:11:39.879Z] 0ef7d3d256c8: Pull complete [2021-01-12T20:11:39.879Z] de9db76c5a1d: Pull complete [2021-01-12T20:11:41.809Z] a35cf1a2eb13: Verifying Checksum [2021-01-12T20:11:41.809Z] a35cf1a2eb13: Download complete [2021-01-12T20:11:42.391Z] bca2f99d35d6: Verifying Checksum [2021-01-12T20:11:42.391Z] bca2f99d35d6: Download complete [2021-01-12T20:11:47.709Z] bca2f99d35d6: Pull complete [2021-01-12T20:11:47.709Z] 93359f2a8cfa: Pull complete [2021-01-12T20:11:47.975Z] 7c6f9722023f: Pull complete [2021-01-12T20:11:49.266Z] Still waiting to schedule task [2021-01-12T20:11:49.266Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-12T20:11:54.592Z] a35cf1a2eb13: Pull complete [2021-01-12T20:11:54.592Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-12T20:11:54.592Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-12T20:11:54.592Z] ---> a62c8e92a672 [2021-01-12T20:11:54.592Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-12T20:11:54.592Z] ---> Running in 0bab9e42f40b [2021-01-12T20:11:55.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T20:11:55.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T20:11:56.314Z] (1/12) Installing libmagic (5.38-r0) [2021-01-12T20:11:56.576Z] (2/12) Installing file (5.38-r0) [2021-01-12T20:11:56.576Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-12T20:11:56.576Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-12T20:11:59.885Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-12T20:11:59.885Z] (6/12) Installing patch (2.7.6-r6) [2021-01-12T20:11:59.885Z] (7/12) Installing build-base (0.5-r2) [2021-01-12T20:11:59.885Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-12T20:11:59.885Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-12T20:11:59.885Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-12T20:12:00.147Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-12T20:12:00.147Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-12T20:12:00.147Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T20:12:00.147Z] OK: 233 MiB in 51 packages [2021-01-12T20:12:04.370Z] Removing intermediate container 0bab9e42f40b [2021-01-12T20:12:04.370Z] ---> 88d30f4d31f7 [2021-01-12T20:12:04.370Z] Step 4/6 : WORKDIR /edgex-go [2021-01-12T20:12:04.370Z] ---> Running in 5a7d9a851bec [2021-01-12T20:12:04.370Z] Removing intermediate container 5a7d9a851bec [2021-01-12T20:12:04.370Z] ---> 8a52e2a2ead2 [2021-01-12T20:12:04.370Z] Step 5/6 : COPY go.mod . [2021-01-12T20:12:04.370Z] ---> bcaa7947f57d [2021-01-12T20:12:04.370Z] Step 6/6 : RUN go mod download [2021-01-12T20:12:04.370Z] ---> Running in a1c7792a1a8a [2021-01-12T20:12:26.387Z] Removing intermediate container a1c7792a1a8a [2021-01-12T20:12:26.387Z] ---> f476ba71a824 [2021-01-12T20:12:26.387Z] Successfully built f476ba71a824 [2021-01-12T20:12:26.387Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:12:26.704Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-12T20:12:26.704Z] . [Pipeline] withDockerContainer [2021-01-12T20:12:26.811Z] prd-centos7-docker-4c-2g-19783 does not seem to be running inside a container [2021-01-12T20:12:26.859Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-12T20:12:27.641Z] $ docker top 4014237b6ead0836b050ce150052b4bedbc7736873b47faa18e074ad97d4aaa4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T20:12:28.144Z] + go version [2021-01-12T20:12:28.144Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-12T20:12:28.158Z] $ docker stop --time=1 4014237b6ead0836b050ce150052b4bedbc7736873b47faa18e074ad97d4aaa4 [2021-01-12T20:12:29.991Z] $ docker rm -f 4014237b6ead0836b050ce150052b4bedbc7736873b47faa18e074ad97d4aaa4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:12:30.993Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-12T20:12:30.993Z] . [Pipeline] withDockerContainer [2021-01-12T20:12:31.149Z] prd-centos7-docker-4c-2g-19783 does not seem to be running inside a container [2021-01-12T20:12:31.202Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-12T20:12:31.922Z] $ docker top 55e7b53b717a0b0257890e20e41cf3cb6e3079e0b3a5712fd1d314729c212fe4 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-12T20:12:32.157Z] ========================================================= [2021-01-12T20:12:32.157Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-12T20:12:32.157Z] ========================================================= [Pipeline] sh [2021-01-12T20:12:32.454Z] + make test [2021-01-12T20:12:32.454Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-12T20:12:42.496Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-12T20:12:54.895Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-12T20:13:01.581Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-12T20:13:01.581Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-12T20:13:01.581Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-12T20:13:01.581Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-12T20:13:01.581Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-12T20:13:01.581Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-12T20:13:01.850Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-12T20:13:02.124Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-12T20:13:02.713Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-12T20:13:04.691Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-12T20:13:04.691Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-12T20:13:04.691Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-12T20:13:06.668Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.099s coverage: 46.6% of statements [2021-01-12T20:13:06.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-12T20:13:06.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-12T20:13:06.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-12T20:13:06.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-12T20:13:06.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-12T20:13:10.973Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.188s coverage: 27.0% of statements [2021-01-12T20:13:10.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-12T20:13:10.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-12T20:13:10.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-12T20:13:10.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-12T20:13:10.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-12T20:13:10.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-12T20:13:10.974Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements [2021-01-12T20:13:10.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-12T20:13:10.974Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements [2021-01-12T20:13:10.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-12T20:13:10.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-12T20:13:10.974Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.405s coverage: 77.8% of statements [2021-01-12T20:13:10.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-12T20:13:10.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-12T20:13:10.974Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.442s coverage: 82.4% of statements [2021-01-12T20:13:10.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-12T20:13:10.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-12T20:13:10.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-12T20:13:10.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-12T20:13:12.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.313s coverage: 28.6% of statements [2021-01-12T20:13:12.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-12T20:13:12.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-12T20:13:12.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-12T20:13:12.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-12T20:13:12.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-12T20:13:12.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.053s coverage: 100.0% of statements [2021-01-12T20:13:12.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-12T20:13:12.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements [2021-01-12T20:13:12.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-12T20:13:12.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.108s coverage: 86.7% of statements [2021-01-12T20:13:12.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-12T20:13:13.186Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.120s coverage: 97.5% of statements [2021-01-12T20:13:13.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-12T20:13:13.187Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 78.3% of statements [2021-01-12T20:13:13.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-12T20:13:13.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-12T20:13:13.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-12T20:13:13.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-12T20:13:15.783Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.342s coverage: 94.1% of statements [2021-01-12T20:13:15.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-12T20:13:15.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-12T20:13:15.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-12T20:13:15.783Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-12T20:13:15.783Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-12T20:13:15.783Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-12T20:13:15.783Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-12T20:13:15.783Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-12T20:13:15.783Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-12T20:13:15.783Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-12T20:13:15.783Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-12T20:13:15.783Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-12T20:13:15.783Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-12T20:13:15.783Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-12T20:13:15.783Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-12T20:13:15.783Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-12T20:13:15.783Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-12T20:13:15.783Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-12T20:13:15.783Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements [2021-01-12T20:13:15.783Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-12T20:13:15.783Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-12T20:13:15.783Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.050s coverage: 0.1% of statements [2021-01-12T20:13:15.783Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-12T20:13:15.783Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-12T20:13:15.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-12T20:13:15.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-12T20:13:15.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-01-12T20:13:15.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-12T20:13:15.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.047s coverage: 75.5% of statements [2021-01-12T20:13:15.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-12T20:13:15.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.029s coverage: 80.8% of statements [2021-01-12T20:13:15.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.080s coverage: 87.2% of statements [2021-01-12T20:13:15.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.056s coverage: 84.2% of statements [2021-01-12T20:13:16.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.105s coverage: 91.4% of statements [2021-01-12T20:13:16.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-12T20:13:16.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.184s coverage: 63.5% of statements [2021-01-12T20:13:16.966Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-12T20:13:16.966Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-12T20:13:16.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-01-12T20:13:16.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.052s coverage: 91.3% of statements [2021-01-12T20:13:17.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements [2021-01-12T20:13:17.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements [2021-01-12T20:13:17.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements [2021-01-12T20:13:18.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.323s coverage: 55.9% of statements [2021-01-12T20:13:18.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-12T20:13:18.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-12T20:13:18.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-12T20:13:18.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-12T20:13:18.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-12T20:13:19.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.104s coverage: 37.0% of statements [2021-01-12T20:13:19.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-12T20:13:19.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-12T20:13:19.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.320s coverage: 84.0% of statements [2021-01-12T20:13:19.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.041s coverage: 100.0% of statements [2021-01-12T20:13:21.146Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.109s coverage: 47.1% of statements [2021-01-12T20:13:21.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-12T20:13:21.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-12T20:13:21.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-12T20:13:21.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-12T20:13:21.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-12T20:13:21.146Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.059s coverage: 100.0% of statements [2021-01-12T20:13:21.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-12T20:13:21.146Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements [2021-01-12T20:13:21.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-12T20:13:22.575Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.676s coverage: 29.1% of statements [2021-01-12T20:13:22.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-12T20:13:22.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-12T20:13:22.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-12T20:13:22.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-12T20:13:22.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-12T20:13:22.576Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.063s coverage: 99.0% of statements [2021-01-12T20:13:22.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-12T20:13:22.576Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.051s coverage: 100.0% of statements [2021-01-12T20:13:22.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-12T20:13:22.576Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2021-01-12T20:13:22.576Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-12T20:13:22.576Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.074s coverage: 100.0% of statements [2021-01-12T20:13:22.576Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-12T20:13:22.576Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-12T20:13:22.576Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-12T20:13:22.576Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-12T20:13:22.576Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements [2021-01-12T20:13:22.576Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-12T20:13:22.576Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-12T20:13:22.576Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements [2021-01-12T20:13:23.152Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-12T20:13:23.152Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements [2021-01-12T20:13:23.416Z] GO111MODULE=on go vet ./... [2021-01-12T20:13:41.439Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19784 in /w/workspace/edgexfoundry_edgex-go_PR-2999 [Pipeline] { [Pipeline] ws [2021-01-12T20:13:41.506Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-01-12T20:13:45.498Z] gofmt -l . [2021-01-12T20:13:45.766Z] [ "`gofmt -l .`" = "" ] [2021-01-12T20:13:46.351Z] ./bin/test-go-mod-tidy.sh [2021-01-12T20:13:46.799Z] using credential edgex-jenkins-ssh [2021-01-12T20:13:46.855Z] Cloning the remote Git repository [2021-01-12T20:13:46.925Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-12T20:13:47.804Z] + ls -al . [2021-01-12T20:13:47.804Z] total 652 [2021-01-12T20:13:47.804Z] drwxrwxr-x 10 1001 1001 4096 Jan 12 20:13 . [2021-01-12T20:13:47.804Z] drwxr-xr-x 4 root root 28 Jan 12 20:12 .. [2021-01-12T20:13:47.804Z] -rw-rw-r-- 1 1001 1001 11 Jan 12 20:10 .dockerignore [2021-01-12T20:13:47.804Z] drwxrwxr-x 8 1001 1001 179 Jan 12 20:10 .git [2021-01-12T20:13:47.804Z] drwxrwxr-x 3 1001 1001 125 Jan 12 20:10 .github [2021-01-12T20:13:47.804Z] -rw-rw-r-- 1 1001 1001 824 Jan 12 20:10 .gitignore [2021-01-12T20:13:47.804Z] drwx------ 3 1001 1001 47 Jan 12 20:11 .semver [2021-01-12T20:13:47.804Z] -rw-rw-r-- 1 1001 1001 166 Jan 12 20:10 .sonarcloud.properties [2021-01-12T20:13:47.804Z] -rw-rw-r-- 1 1001 1001 7741 Jan 12 20:10 Attribution.txt [2021-01-12T20:13:47.804Z] -rw-rw-r-- 1 1001 1001 3804 Jan 12 20:10 CONTRIBUTING.md [2021-01-12T20:13:47.804Z] -rw-rw-r-- 1 1001 1001 931 Jan 12 20:10 Dockerfile.build [2021-01-12T20:13:47.804Z] -rw-rw-r-- 1 1001 1001 863 Jan 12 20:10 Jenkinsfile [2021-01-12T20:13:47.804Z] -rw-rw-r-- 1 1001 1001 10775 Jan 12 20:10 LICENSE [2021-01-12T20:13:47.804Z] -rw-rw-r-- 1 1001 1001 5750 Jan 12 20:10 Makefile [2021-01-12T20:13:47.804Z] -rw-rw-r-- 1 1001 1001 6524 Jan 12 20:10 README.md [2021-01-12T20:13:47.804Z] -rw-rw-r-- 1 1001 1001 6744 Jan 12 20:10 SECURITY.md [2021-01-12T20:13:47.804Z] -rw-rw-r-- 1 1001 1001 5 Jan 12 20:11 VERSION [2021-01-12T20:13:47.804Z] -rw-rw-r-- 1 1001 1001 4131 Jan 12 20:10 ZMQWindows.md [2021-01-12T20:13:47.804Z] drwxrwxr-x 2 1001 1001 117 Jan 12 20:10 bin [2021-01-12T20:13:47.804Z] drwxrwxr-x 14 1001 1001 4096 Jan 12 20:10 cmd [2021-01-12T20:13:47.804Z] -rw-r--r-- 1 root root 545099 Jan 12 20:13 coverage.out [2021-01-12T20:13:47.804Z] -rw-r--r-- 1 root root 979 Jan 12 20:13 go.mod [2021-01-12T20:13:47.804Z] -rw-r--r-- 1 root root 19231 Jan 12 20:13 go.sum [2021-01-12T20:13:47.804Z] drwxrwxr-x 8 1001 1001 127 Jan 12 20:10 internal [2021-01-12T20:13:47.804Z] drwxrwxr-x 4 1001 1001 26 Jan 12 20:10 openapi [2021-01-12T20:13:47.804Z] drwxrwxr-x 4 1001 1001 71 Jan 12 20:10 snap [2021-01-12T20:13:47.804Z] -rw-rw-r-- 1 1001 1001 168 Jan 12 20:10 version.go [Pipeline] sh [2021-01-12T20:13:46.930Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-12T20:13:47.043Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-01-12T20:13:47.114Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-12T20:13:47.115Z] > git --version # timeout=10 [2021-01-12T20:13:47.133Z] > git --version # 'git version 2.17.1' [2021-01-12T20:13:47.135Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T20:13:47.210Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T20:13:48.108Z] + '[' -e coverage.out ] [2021-01-12T20:13:48.108Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-12T20:13:48.283Z] Stashed 1 file(s) [Pipeline] sh [2021-01-12T20:13:48.582Z] + make build [2021-01-12T20:13:48.582Z] 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 [2021-01-12T20:13:51.899Z] 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 [2021-01-12T20:14:00.130Z] 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 [2021-01-12T20:14:00.395Z] 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 [2021-01-12T20:14:01.798Z] 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 [2021-01-12T20:14:02.061Z] 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 [2021-01-12T20:14:03.060Z] Merging remotes/origin/master commit 6731ab5d56a0494658aab350a508f22ecd29f588 into PR head commit c3fff5d214d9678334f8f39739c11b7a5b7db6a5 [2021-01-12T20:14:03.465Z] 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 [2021-01-12T20:14:03.797Z] Merge succeeded, producing 88a0e0394dfa49aa1a8dc7ba6ceab2abf104cc63 [2021-01-12T20:14:03.797Z] Checking out Revision 88a0e0394dfa49aa1a8dc7ba6ceab2abf104cc63 (PR-2999) [2021-01-12T20:14:01.939Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-12T20:14:01.959Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T20:14:01.987Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-12T20:14:02.022Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-12T20:14:02.023Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T20:14:02.034Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2999/head:refs/remotes/origin/PR-2999 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-12T20:14:03.086Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T20:14:03.104Z] > git checkout -f c3fff5d214d9678334f8f39739c11b7a5b7db6a5 # timeout=10 [2021-01-12T20:14:03.398Z] > git remote # timeout=10 [2021-01-12T20:14:03.421Z] > git config --get remote.origin.url # timeout=10 [2021-01-12T20:14:03.448Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T20:14:03.459Z] > git merge 6731ab5d56a0494658aab350a508f22ecd29f588 # timeout=10 [2021-01-12T20:14:03.787Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-12T20:14:03.810Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T20:14:03.826Z] > git checkout -f 88a0e0394dfa49aa1a8dc7ba6ceab2abf104cc63 # timeout=10 [2021-01-12T20:14:04.876Z] 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 [2021-01-12T20:14:06.277Z] 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 [2021-01-12T20:14:07.229Z] 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 [2021-01-12T20:14:08.189Z] 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 [2021-01-12T20:14:08.376Z] Commit message: "Merge commit '6731ab5d56a0494658aab350a508f22ecd29f588' into HEAD" [2021-01-12T20:14:08.403Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-12T20:14:09.146Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-12T20:14:09.844Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-12T20:14:10.267Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-12T20:14:08.390Z] > git rev-list --no-walk 67b434a2c79728f75ad42d4b45ee2cce12541ed9 # timeout=10 [Pipeline] } [2021-01-12T20:14:10.558Z] $ docker stop --time=1 55e7b53b717a0b0257890e20e41cf3cb6e3079e0b3a5712fd1d314729c212fe4 [2021-01-12T20:14:10.616Z] + + truesudo [2021-01-12T20:14:10.616Z] service docker restart [2021-01-12T20:14:12.523Z] $ docker rm -f 55e7b53b717a0b0257890e20e41cf3cb6e3079e0b3a5712fd1d314729c212fe4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] wrap [2021-01-12T20:14:13.241Z] provisioning config files... [Pipeline] // stage [2021-01-12T20:14:13.290Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config699550898846663440tmp [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [2021-01-12T20:14:13.760Z] ---> docker-login.sh [2021-01-12T20:14:13.760Z] nexus3.edgexfoundry.org:10001 [2021-01-12T20:14:14.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T20:14:15.050Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T20:14:15.050Z] Configure a credential helper to remove this warning. See [2021-01-12T20:14:15.050Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T20:14:15.050Z] [2021-01-12T20:14:15.050Z] Login Succeeded [2021-01-12T20:14:15.050Z] nexus3.edgexfoundry.org:10002 [2021-01-12T20:14:15.325Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T20:14:15.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T20:14:15.602Z] Configure a credential helper to remove this warning. See [2021-01-12T20:14:15.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T20:14:15.602Z] [2021-01-12T20:14:15.602Z] Login Succeeded [2021-01-12T20:14:15.602Z] nexus3.edgexfoundry.org:10003 [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:14:15.887Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T20:14:15.911Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T20:14:15.911Z] [2021-01-12T20:14:15.911Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:14:16.163Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T20:14:16.163Z] Configure a credential helper to remove this warning. See [2021-01-12T20:14:16.163Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T20:14:16.163Z] [2021-01-12T20:14:16.163Z] Login Succeeded [2021-01-12T20:14:16.163Z] nexus3.edgexfoundry.org:10004 [2021-01-12T20:14:16.262Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T20:14:16.262Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-12T20:14:16.262Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-12T20:14:16.262Z] ca9280d653b3: Pulling fs layer [2021-01-12T20:14:16.262Z] 7e9c9ca2126c: Pulling fs layer [2021-01-12T20:14:16.443Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T20:14:17.035Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T20:14:17.036Z] Configure a credential helper to remove this warning. See [2021-01-12T20:14:17.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T20:14:17.036Z] [2021-01-12T20:14:17.036Z] Login Succeeded [2021-01-12T20:14:17.036Z] docker.io [2021-01-12T20:14:17.208Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-12T20:14:17.208Z] cbdbe7a5bc2a: Download complete [2021-01-12T20:14:17.477Z] ca9280d653b3: Verifying Checksum [2021-01-12T20:14:17.477Z] ca9280d653b3: Download complete [2021-01-12T20:14:17.477Z] cbdbe7a5bc2a: Pull complete [2021-01-12T20:14:17.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T20:14:17.902Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T20:14:17.902Z] Configure a credential helper to remove this warning. See [2021-01-12T20:14:17.902Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T20:14:17.902Z] [2021-01-12T20:14:17.902Z] Login Succeeded [2021-01-12T20:14:17.902Z] ---> docker-login.sh ends [Pipeline] } [2021-01-12T20:14:17.918Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-12T20:14:18.388Z] ========================================================= [2021-01-12T20:14:18.388Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-12T20:14:18.388Z] ========================================================= [2021-01-12T20:14:18.432Z] 7e9c9ca2126c: Download complete [2021-01-12T20:14:18.432Z] ca9280d653b3: Pull complete [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:14:18.760Z] + 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 . [2021-01-12T20:14:21.407Z] Sending build context to Docker daemon 165.4MB [2021-01-12T20:14:21.407Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-12T20:14:21.407Z] Step 2/6 : FROM ${BASE} [2021-01-12T20:14:21.407Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-12T20:14:21.407Z] 5f621e34cdf4: Pulling fs layer [2021-01-12T20:14:21.407Z] a4357932f1b6: Pulling fs layer [2021-01-12T20:14:21.407Z] 18c013af1878: Pulling fs layer [2021-01-12T20:14:21.407Z] 00ac8860ef70: Pulling fs layer [2021-01-12T20:14:21.407Z] 63d7cb157983: Pulling fs layer [2021-01-12T20:14:21.407Z] b116817d02f9: Pulling fs layer [2021-01-12T20:14:21.407Z] 745a02a5169b: Pulling fs layer [2021-01-12T20:14:21.407Z] 00ac8860ef70: Waiting [2021-01-12T20:14:21.407Z] 63d7cb157983: Waiting [2021-01-12T20:14:21.407Z] b116817d02f9: Waiting [2021-01-12T20:14:21.407Z] 745a02a5169b: Waiting [2021-01-12T20:14:21.407Z] 18c013af1878: Verifying Checksum [2021-01-12T20:14:21.407Z] 18c013af1878: Download complete [2021-01-12T20:14:21.407Z] a4357932f1b6: Verifying Checksum [2021-01-12T20:14:21.407Z] a4357932f1b6: Download complete [2021-01-12T20:14:21.407Z] 63d7cb157983: Download complete [2021-01-12T20:14:21.407Z] 5f621e34cdf4: Verifying Checksum [2021-01-12T20:14:21.407Z] 5f621e34cdf4: Download complete [2021-01-12T20:14:21.407Z] b116817d02f9: Verifying Checksum [2021-01-12T20:14:21.407Z] b116817d02f9: Download complete [2021-01-12T20:14:22.007Z] 5f621e34cdf4: Pull complete [2021-01-12T20:14:22.627Z] a4357932f1b6: Pull complete [2021-01-12T20:14:22.919Z] 18c013af1878: Pull complete [2021-01-12T20:14:23.195Z] 745a02a5169b: Verifying Checksum [2021-01-12T20:14:23.195Z] 745a02a5169b: Download complete [2021-01-12T20:14:24.648Z] 00ac8860ef70: Verifying Checksum [2021-01-12T20:14:24.648Z] 00ac8860ef70: Download complete [2021-01-12T20:14:26.596Z] 7e9c9ca2126c: Pull complete [2021-01-12T20:14:26.596Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-12T20:14:26.596Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T20:14:26.596Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-12T20:14:26.732Z] prd-centos7-docker-4c-2g-19783 does not seem to be running inside a container [2021-01-12T20:14:26.777Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-12T20:14:29.470Z] $ docker top 87e32ce869206fe9a9a34322e342d62d6891efb1e0d416996e012c0469d24e21 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T20:14:30.021Z] + + grepdocker-compose parallel [2021-01-12T20:14:30.021Z] build --help [2021-01-12T20:14:30.966Z] --parallel Build images in parallel. [Pipeline] } [2021-01-12T20:14:30.990Z] $ docker stop --time=1 87e32ce869206fe9a9a34322e342d62d6891efb1e0d416996e012c0469d24e21 [2021-01-12T20:14:32.359Z] $ docker rm -f 87e32ce869206fe9a9a34322e342d62d6891efb1e0d416996e012c0469d24e21 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:14:32.951Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T20:14:32.951Z] . [Pipeline] withDockerContainer [2021-01-12T20:14:33.051Z] prd-centos7-docker-4c-2g-19783 does not seem to be running inside a container [2021-01-12T20:14:33.100Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-12T20:14:33.852Z] $ docker top ab1bfd0f5baf00a49483ed0d395eb7bc3c7a9c7acb270a056844fb7e7d63acf1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T20:14:34.322Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-12T20:14:34.808Z] 00ac8860ef70: Pull complete [2021-01-12T20:14:35.083Z] 63d7cb157983: Pull complete [2021-01-12T20:14:35.267Z] Building docker-core-command-go ... [2021-01-12T20:14:35.267Z] Building docker-core-data-go ... [2021-01-12T20:14:35.267Z] Building docker-core-metadata-go ... [2021-01-12T20:14:35.267Z] Building docker-security-bootstrap-redis-go ... [2021-01-12T20:14:35.267Z] Building docker-security-proxy-setup-go ... [2021-01-12T20:14:35.267Z] Building docker-security-secretstore-setup-go ... [2021-01-12T20:14:35.267Z] Building docker-support-notifications-go ... [2021-01-12T20:14:35.267Z] Building docker-support-scheduler-go ... [2021-01-12T20:14:35.267Z] Building docker-sys-mgmt-agent-go ... [2021-01-12T20:14:35.267Z] Building docker-core-data-go [2021-01-12T20:14:35.267Z] Building docker-security-bootstrap-redis-go [2021-01-12T20:14:35.267Z] Building docker-support-scheduler-go [2021-01-12T20:14:35.267Z] Building docker-support-notifications-go [2021-01-12T20:14:35.267Z] Building docker-security-secretstore-setup-go [2021-01-12T20:14:35.360Z] b116817d02f9: Pull complete [2021-01-12T20:14:39.684Z] 745a02a5169b: Pull complete [2021-01-12T20:14:39.684Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-12T20:14:39.684Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-12T20:14:39.684Z] ---> b7e6874047d6 [2021-01-12T20:14:39.684Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-12T20:14:43.070Z] ---> Running in f0f0f76853e0 [2021-01-12T20:14:43.666Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T20:14:44.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T20:14:45.236Z] (1/12) Installing libmagic (5.38-r0) [2021-01-12T20:14:45.236Z] (2/12) Installing file (5.38-r0) [2021-01-12T20:14:45.505Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-12T20:14:45.505Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-12T20:14:48.887Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-12T20:14:49.155Z] (6/12) Installing patch (2.7.6-r6) [2021-01-12T20:14:49.155Z] (7/12) Installing build-base (0.5-r2) [2021-01-12T20:14:49.155Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-12T20:14:49.425Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-12T20:14:49.425Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-12T20:14:49.425Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-12T20:14:49.696Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-12T20:14:49.696Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T20:14:49.696Z] OK: 217 MiB in 51 packages [2021-01-12T20:14:53.990Z] Removing intermediate container f0f0f76853e0 [2021-01-12T20:14:53.990Z] ---> a340c81f2f72 [2021-01-12T20:14:53.990Z] Step 4/6 : WORKDIR /edgex-go [2021-01-12T20:14:53.990Z] ---> Running in 27155bcbdc75 [2021-01-12T20:14:54.262Z] Removing intermediate container 27155bcbdc75 [2021-01-12T20:14:54.262Z] ---> c065155ae21a [2021-01-12T20:14:54.262Z] Step 5/6 : COPY go.mod . [2021-01-12T20:14:54.860Z] ---> e21accb1c407 [2021-01-12T20:14:54.860Z] Step 6/6 : RUN go mod download [2021-01-12T20:14:55.134Z] ---> Running in 6ebab6272202 [2021-01-12T20:15:07.515Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T20:15:07.515Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-12T20:15:07.515Z] ---> f476ba71a824 [2021-01-12T20:15:07.515Z] Step 3/24 : WORKDIR /edgex-go [2021-01-12T20:15:07.515Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T20:15:07.515Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-12T20:15:07.515Z] ---> f476ba71a824 [2021-01-12T20:15:07.515Z] Step 3/23 : WORKDIR /edgex-go [2021-01-12T20:15:07.515Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T20:15:07.515Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-12T20:15:07.515Z] ---> f476ba71a824 [2021-01-12T20:15:07.515Z] Step 3/21 : WORKDIR /edgex-go [2021-01-12T20:15:07.515Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T20:15:07.515Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-12T20:15:07.515Z] ---> f476ba71a824 [2021-01-12T20:15:07.515Z] Step 3/24 : WORKDIR /edgex-go [2021-01-12T20:15:07.515Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T20:15:07.515Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T20:15:07.515Z] ---> f476ba71a824 [2021-01-12T20:15:07.515Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T20:15:07.515Z] ---> Running in 89eccb287bdc [2021-01-12T20:15:07.515Z] ---> Running in 23e9cdc3d7b2 [2021-01-12T20:15:07.515Z] ---> Running in 5b8821f7ec8f [2021-01-12T20:15:07.515Z] ---> Running in 1f502d70780c [2021-01-12T20:15:07.515Z] ---> Running in 6760f8d98691 [2021-01-12T20:15:07.515Z] Removing intermediate container 89eccb287bdc [2021-01-12T20:15:07.515Z] ---> 48acbeec057a [2021-01-12T20:15:07.515Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T20:15:07.515Z] Removing intermediate container 1f502d70780c [2021-01-12T20:15:07.515Z] ---> 7c5ee1aa6618 [2021-01-12T20:15:07.515Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T20:15:07.515Z] Removing intermediate container 5b8821f7ec8f [2021-01-12T20:15:07.515Z] ---> d391e582cac8 [2021-01-12T20:15:07.515Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T20:15:07.515Z] Removing intermediate container 23e9cdc3d7b2 [2021-01-12T20:15:07.515Z] ---> 0b44a7dcd402 [2021-01-12T20:15:07.515Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T20:15:07.515Z] Removing intermediate container 6760f8d98691 [2021-01-12T20:15:07.515Z] ---> 4a32c1e774fd [2021-01-12T20:15:07.515Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T20:15:07.515Z] ---> Running in bf9ebf4ac7a7 [2021-01-12T20:15:07.515Z] ---> Running in 9d5513b76f54 [2021-01-12T20:15:07.515Z] ---> Running in b300ae9ee5d8 [2021-01-12T20:15:07.515Z] ---> Running in 88ce25b4af4b [2021-01-12T20:15:07.515Z] ---> Running in 485aaebb0edc [2021-01-12T20:15:07.515Z] Removing intermediate container b300ae9ee5d8 [2021-01-12T20:15:07.515Z] ---> 4ca485ad7872 [2021-01-12T20:15:07.515Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-12T20:15:07.515Z] Removing intermediate container bf9ebf4ac7a7 [2021-01-12T20:15:07.515Z] ---> 3a10e6814210 [2021-01-12T20:15:07.515Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T20:15:07.515Z] ---> Running in 763468b5c36c [2021-01-12T20:15:07.515Z] ---> Running in 30455017c1b0 [2021-01-12T20:15:07.777Z] Removing intermediate container 9d5513b76f54 [2021-01-12T20:15:07.777Z] ---> 4c0a3fca9af8 [2021-01-12T20:15:07.777Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-12T20:15:07.777Z] Removing intermediate container 88ce25b4af4b [2021-01-12T20:15:07.777Z] ---> 1e8fd996bde0 [2021-01-12T20:15:07.777Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-12T20:15:07.777Z] Removing intermediate container 485aaebb0edc [2021-01-12T20:15:07.777Z] ---> 323f14dc5942 [2021-01-12T20:15:07.777Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-12T20:15:08.042Z] ---> Running in 5b5451d966f9 [2021-01-12T20:15:08.042Z] ---> Running in d23db743615a [2021-01-12T20:15:08.042Z] ---> Running in d1dd790fd420 [2021-01-12T20:15:08.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T20:15:08.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T20:15:10.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T20:15:10.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T20:15:10.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T20:15:10.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T20:15:10.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T20:15:10.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T20:15:10.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T20:15:10.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T20:15:10.412Z] OK: 233 MiB in 51 packages [2021-01-12T20:15:10.693Z] Removing intermediate container 30455017c1b0 [2021-01-12T20:15:10.693Z] ---> 07b686a3c794 [2021-01-12T20:15:10.693Z] Step 6/22 : COPY go.mod . [2021-01-12T20:15:10.693Z] ---> 8e48d45b5fba [2021-01-12T20:15:10.693Z] Step 7/22 : RUN go mod download [2021-01-12T20:15:11.101Z] ---> Running in 8af9b088bf9f [2021-01-12T20:15:11.397Z] OK: 233 MiB in 51 packages [2021-01-12T20:15:11.397Z] OK: 233 MiB in 51 packages [2021-01-12T20:15:11.733Z] Removing intermediate container 763468b5c36c [2021-01-12T20:15:11.733Z] ---> f8f9923c945f [2021-01-12T20:15:11.733Z] Step 6/24 : COPY go.mod . [2021-01-12T20:15:12.036Z] OK: 233 MiB in 51 packages [2021-01-12T20:15:12.322Z] Removing intermediate container d23db743615a [2021-01-12T20:15:12.322Z] ---> 9fd5b4bae17a [2021-01-12T20:15:12.322Z] Step 6/21 : COPY go.mod . [2021-01-12T20:15:12.322Z] ---> 7dd61e6743d0 [2021-01-12T20:15:12.322Z] Step 7/24 : RUN go mod download [2021-01-12T20:15:12.322Z] ---> Running in f749b8513350 [2021-01-12T20:15:12.585Z] ---> c2903ddd1bd4 [2021-01-12T20:15:12.585Z] Step 7/21 : RUN go mod download [2021-01-12T20:15:12.852Z] ---> Running in c59baf253f64 [2021-01-12T20:15:12.852Z] Removing intermediate container d1dd790fd420 [2021-01-12T20:15:12.852Z] ---> 3bd29228644f [2021-01-12T20:15:12.852Z] Step 6/24 : COPY go.mod . [2021-01-12T20:15:13.122Z] Removing intermediate container 8af9b088bf9f [2021-01-12T20:15:13.122Z] ---> 51f77cda9171 [2021-01-12T20:15:13.122Z] Step 8/22 : COPY . . [2021-01-12T20:15:13.122Z] ---> c68f4939835e [2021-01-12T20:15:13.122Z] Step 7/24 : RUN go mod download [2021-01-12T20:15:13.396Z] ---> Running in 8ec81adad3e3 [2021-01-12T20:15:14.803Z] OK: 233 MiB in 51 packages [2021-01-12T20:15:18.129Z] Removing intermediate container f749b8513350 [2021-01-12T20:15:18.129Z] ---> 90f2d19169ae [2021-01-12T20:15:18.129Z] Step 8/24 : COPY . . [2021-01-12T20:15:20.690Z] Removing intermediate container c59baf253f64 [2021-01-12T20:15:20.690Z] ---> 92ef18fa4ce1 [2021-01-12T20:15:20.690Z] Step 8/21 : COPY . . [2021-01-12T20:15:22.176Z] Removing intermediate container 6ebab6272202 [2021-01-12T20:15:22.176Z] ---> e7a72da563b4 [2021-01-12T20:15:22.176Z] Successfully built e7a72da563b4 [2021-01-12T20:15:22.176Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:15:22.518Z] + docker inspect -f . ci-base-image-arm64 [2021-01-12T20:15:22.518Z] . [Pipeline] withDockerContainer [2021-01-12T20:15:22.797Z] prd-ubuntu18.04-docker-arm64-4c-16g-19784 does not seem to be running inside a container [2021-01-12T20:15:22.881Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-12T20:15:24.388Z] $ docker top acea3db48fe54b03ffebf668b8cc55d1853e6019695695ec6628df3f252a28da -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T20:15:24.943Z] Removing intermediate container 5b5451d966f9 [2021-01-12T20:15:24.943Z] ---> 9fa801f587c5 [2021-01-12T20:15:24.943Z] Step 6/23 : COPY go.mod . [2021-01-12T20:15:24.943Z] Removing intermediate container 8ec81adad3e3 [2021-01-12T20:15:24.943Z] ---> afa1d3c9985f [2021-01-12T20:15:24.943Z] Step 8/24 : COPY . . [2021-01-12T20:15:25.377Z] + go version [2021-01-12T20:15:25.377Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-12T20:15:25.403Z] $ docker stop --time=1 acea3db48fe54b03ffebf668b8cc55d1853e6019695695ec6628df3f252a28da [2021-01-12T20:15:27.328Z] $ docker rm -f acea3db48fe54b03ffebf668b8cc55d1853e6019695695ec6628df3f252a28da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:15:28.287Z] + docker inspect -f . ci-base-image-arm64 [2021-01-12T20:15:28.287Z] . [Pipeline] withDockerContainer [2021-01-12T20:15:28.525Z] prd-ubuntu18.04-docker-arm64-4c-16g-19784 does not seem to be running inside a container [2021-01-12T20:15:28.612Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-12T20:15:30.063Z] $ docker top 1d357439aaa237d680470ed39e847e06364c43282f57d9ca7d33372d937354ee -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-12T20:15:30.436Z] ========================================================= [2021-01-12T20:15:30.436Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-12T20:15:30.436Z] ========================================================= [Pipeline] sh [2021-01-12T20:15:31.082Z] + make test [2021-01-12T20:15:31.082Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-12T20:15:35.012Z] ---> 7dd8e45c1d19 [2021-01-12T20:15:35.012Z] Step 7/23 : RUN go mod download [2021-01-12T20:15:40.335Z] ---> Running in 046a23d98219 [2021-01-12T20:15:45.684Z] ---> 13380959c717 [2021-01-12T20:15:45.684Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-12T20:15:47.780Z] ---> Running in 4829065e1d93 [2021-01-12T20:15:49.712Z] ---> c4f72ecb6e26 [2021-01-12T20:15:49.712Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-12T20:15:51.122Z] Removing intermediate container 046a23d98219 [2021-01-12T20:15:51.122Z] ---> 1489b60fe324 [2021-01-12T20:15:51.122Z] Step 8/23 : COPY . . [2021-01-12T20:15:51.122Z] 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 [2021-01-12T20:15:52.532Z] ---> Running in ced13901dddf [2021-01-12T20:15:53.249Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-12T20:15:53.930Z] ---> b05ea73b250f [2021-01-12T20:15:53.930Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-12T20:15:56.542Z] ---> 70201df1eed6 [2021-01-12T20:15:56.542Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-12T20:15:57.506Z] ---> Running in c8ab56eacf64 [2021-01-12T20:15:57.775Z] 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 [2021-01-12T20:15:58.365Z] ---> Running in 2067d4ead7f9 [2021-01-12T20:15:59.825Z] 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 [2021-01-12T20:15:59.825Z] 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 [2021-01-12T20:16:14.952Z] ---> 092ca09dbecb [2021-01-12T20:16:14.952Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-12T20:16:14.952Z] ---> Running in 8014ef1b4c7a [2021-01-12T20:16:14.952Z] 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 [2021-01-12T20:16:17.574Z] Removing intermediate container 4829065e1d93 [2021-01-12T20:16:17.574Z] ---> 7ee1235b8a0c [2021-01-12T20:16:17.574Z] [2021-01-12T20:16:17.574Z] Step 10/22 : FROM alpine:3.12 [2021-01-12T20:16:17.574Z] 3.12: Pulling from library/alpine [2021-01-12T20:16:18.549Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-12T20:16:18.549Z] Status: Downloaded newer image for alpine:3.12 [2021-01-12T20:16:18.549Z] ---> 389fef711851 [2021-01-12T20:16:18.549Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-12T20:16:19.975Z] ---> Running in f152c0f06118 [2021-01-12T20:16:20.962Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T20:16:20.962Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T20:16:21.231Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-12T20:16:21.231Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T20:16:21.231Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-12T20:16:21.501Z] (4/5) Installing curl (7.69.1-r3) [2021-01-12T20:16:21.501Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-12T20:16:21.501Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T20:16:21.501Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T20:16:21.501Z] OK: 7 MiB in 19 packages [2021-01-12T20:16:23.449Z] Removing intermediate container f152c0f06118 [2021-01-12T20:16:23.449Z] ---> eeeafff3f39d [2021-01-12T20:16:23.449Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-12T20:16:24.041Z] ---> Running in 166b38ed7133 [2021-01-12T20:16:24.323Z] Removing intermediate container 166b38ed7133 [2021-01-12T20:16:24.323Z] ---> adecc422ac45 [2021-01-12T20:16:24.323Z] Step 13/22 : WORKDIR / [2021-01-12T20:16:24.597Z] ---> Running in 762403886b05 [2021-01-12T20:16:27.212Z] 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 [2021-01-12T20:16:27.810Z] Removing intermediate container 762403886b05 [2021-01-12T20:16:27.810Z] ---> 380bdc14027e [2021-01-12T20:16:27.810Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T20:16:27.810Z] Removing intermediate container ced13901dddf [2021-01-12T20:16:27.811Z] ---> 596812e8e44b [2021-01-12T20:16:27.811Z] [2021-01-12T20:16:27.811Z] Step 10/24 : FROM scratch [2021-01-12T20:16:27.811Z] ---> [2021-01-12T20:16:27.811Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-12T20:16:28.782Z] ---> Running in f56d38a46d43 [2021-01-12T20:16:28.782Z] ---> a882bc42d4f9 [2021-01-12T20:16:28.782Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-12T20:16:29.054Z] Removing intermediate container f56d38a46d43 [2021-01-12T20:16:29.054Z] ---> 1086591d8288 [2021-01-12T20:16:29.054Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-12T20:16:29.054Z] ---> Running in bd07bf313958 [2021-01-12T20:16:29.321Z] Removing intermediate container bd07bf313958 [2021-01-12T20:16:29.321Z] ---> 02858a026aea [2021-01-12T20:16:29.321Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-12T20:16:29.589Z] ---> Running in ce685432cb2f [2021-01-12T20:16:30.572Z] ---> d97d830cd50b [2021-01-12T20:16:30.572Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-12T20:16:32.509Z] Removing intermediate container ce685432cb2f [2021-01-12T20:16:32.509Z] ---> 0bbbb4850f16 [2021-01-12T20:16:32.509Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-12T20:16:32.509Z] Removing intermediate container c8ab56eacf64 [2021-01-12T20:16:32.509Z] ---> 5f580a4c6aa2 [2021-01-12T20:16:32.509Z] [2021-01-12T20:16:32.509Z] Step 10/21 : FROM scratch [2021-01-12T20:16:32.509Z] ---> [2021-01-12T20:16:32.509Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T20:16:32.782Z] ---> 92fd3e29a697 [2021-01-12T20:16:32.782Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-12T20:16:33.061Z] ---> ad42fb590daa [2021-01-12T20:16:33.061Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-12T20:16:33.061Z] ---> Running in 0cc607474d01 [2021-01-12T20:16:35.018Z] ---> cf494046c481 [2021-01-12T20:16:35.018Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-12T20:16:35.018Z] Removing intermediate container 0cc607474d01 [2021-01-12T20:16:35.018Z] ---> b6049594e93e [2021-01-12T20:16:35.018Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-12T20:16:35.018Z] ---> Running in 401319e6f057 [2021-01-12T20:16:35.018Z] Removing intermediate container 2067d4ead7f9 [2021-01-12T20:16:35.018Z] ---> f2bcdd209659 [2021-01-12T20:16:35.018Z] [2021-01-12T20:16:35.018Z] Step 10/24 : FROM alpine:3.12 [2021-01-12T20:16:35.018Z] ---> 389fef711851 [2021-01-12T20:16:35.018Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-12T20:16:35.018Z] ---> Using cache [2021-01-12T20:16:35.018Z] ---> eeeafff3f39d [2021-01-12T20:16:35.018Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T20:16:35.018Z] ---> 9943815846d6 [2021-01-12T20:16:35.018Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-12T20:16:35.293Z] ---> Running in 0802272aebb6 [2021-01-12T20:16:35.567Z] ---> Running in a798b0607dcd [2021-01-12T20:16:35.831Z] Removing intermediate container 0802272aebb6 [2021-01-12T20:16:35.831Z] ---> 2cfe076c7271 [2021-01-12T20:16:35.831Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-12T20:16:35.831Z] ---> Running in 05526e335c90 [2021-01-12T20:16:35.831Z] Removing intermediate container a798b0607dcd [2021-01-12T20:16:35.831Z] ---> 72c44617644a [2021-01-12T20:16:35.831Z] Step 13/24 : WORKDIR / [2021-01-12T20:16:36.112Z] ---> 341c4e6978c2 [2021-01-12T20:16:36.112Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T20:16:36.112Z] ---> Running in 9a5939298b88 [2021-01-12T20:16:36.112Z] Removing intermediate container 05526e335c90 [2021-01-12T20:16:36.112Z] ---> 446bf47737cc [2021-01-12T20:16:36.112Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T20:16:36.695Z] ---> 521ee8ec3e47 [2021-01-12T20:16:36.695Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-12T20:16:36.695Z] Removing intermediate container 9a5939298b88 [2021-01-12T20:16:36.695Z] ---> e089f4b7b9d1 [2021-01-12T20:16:36.695Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-12T20:16:36.695Z] ---> 3796a952cae2 [2021-01-12T20:16:36.695Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-12T20:16:36.695Z] Removing intermediate container 401319e6f057 [2021-01-12T20:16:36.695Z] ---> f1480b897bc3 [2021-01-12T20:16:36.695Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-12T20:16:37.418Z] ---> Running in 9404c93d112d [2021-01-12T20:16:37.418Z] ---> c002c999f8ed [2021-01-12T20:16:37.418Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-12T20:16:37.418Z] ---> c9218e6bc697 [2021-01-12T20:16:37.418Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-12T20:16:37.418Z] ---> 9cce75cc0eb7 [2021-01-12T20:16:37.418Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-12T20:16:37.794Z] Removing intermediate container 9404c93d112d [2021-01-12T20:16:37.794Z] ---> e1d795f7a4c2 [2021-01-12T20:16:37.794Z] Step 20/22 : LABEL arch=x86_64 [2021-01-12T20:16:37.794Z] ---> Running in b0ca0645ecaa [2021-01-12T20:16:37.794Z] ---> 5730acedccee [2021-01-12T20:16:37.794Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-12T20:16:37.795Z] ---> 13878805eba7 [2021-01-12T20:16:37.795Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-12T20:16:38.077Z] ---> b3a2fddd5536 [2021-01-12T20:16:38.077Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-12T20:16:39.488Z] ---> Running in b2198b9eb722 [2021-01-12T20:16:39.489Z] ---> Running in c8ea9523d24c [2021-01-12T20:16:40.068Z] ---> 300408166b28 [2021-01-12T20:16:40.068Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-12T20:16:40.068Z] Removing intermediate container b0ca0645ecaa [2021-01-12T20:16:40.068Z] ---> 0cf208c1cf65 [2021-01-12T20:16:40.068Z] Step 21/22 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d [2021-01-12T20:16:40.280Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-12T20:16:40.329Z] ---> Running in 2e9e893f9a2f [2021-01-12T20:16:40.329Z] Removing intermediate container b2198b9eb722 [2021-01-12T20:16:40.329Z] ---> 91b4a1b547bd [2021-01-12T20:16:40.329Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T20:16:40.329Z] Removing intermediate container c8ea9523d24c [2021-01-12T20:16:40.329Z] ---> 2d2cdb551559 [2021-01-12T20:16:40.329Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T20:16:40.592Z] ---> Running in 76f3251aaee8 [2021-01-12T20:16:40.592Z] ---> Running in 090a95f91202 [2021-01-12T20:16:40.870Z] Removing intermediate container 2e9e893f9a2f [2021-01-12T20:16:40.870Z] ---> c0169bf7459a [2021-01-12T20:16:40.870Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T20:16:40.870Z] ---> be5d94e883ce [2021-01-12T20:16:40.870Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-12T20:16:40.870Z] ---> Running in df34f32bdc76 [2021-01-12T20:16:40.870Z] Removing intermediate container 76f3251aaee8 [2021-01-12T20:16:40.870Z] ---> d2a7121f07e4 [2021-01-12T20:16:40.870Z] Step 19/21 : LABEL arch=x86_64 [2021-01-12T20:16:40.870Z] Removing intermediate container 090a95f91202 [2021-01-12T20:16:40.870Z] ---> 66deaa0053d8 [2021-01-12T20:16:40.870Z] Step 22/24 : LABEL arch=x86_64 [2021-01-12T20:16:41.138Z] ---> Running in 0d721e71c727 [2021-01-12T20:16:41.138Z] ---> Running in 598db715a85b [2021-01-12T20:16:41.403Z] Removing intermediate container df34f32bdc76 [2021-01-12T20:16:41.403Z] ---> 03c55742a27c [2021-01-12T20:16:41.403Z] [2021-01-12T20:16:42.350Z] Successfully built 03c55742a27c [2021-01-12T20:16:42.925Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-12T20:16:42.925Z] Removing intermediate container 598db715a85b [2021-01-12T20:16:42.925Z] ---> 3f0d009a062d [2021-01-12T20:16:42.925Z] Step 20/21 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d [2021-01-12T20:16:42.925Z] Removing intermediate container 0d721e71c727 [2021-01-12T20:16:42.925Z] ---> 1f39382e3fc1 [2021-01-12T20:16:42.925Z] Step 23/24 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d [2021-01-12T20:16:42.925Z] Building docker-sys-mgmt-agent-go [2021-01-12T20:16:43.505Z]  Building docker-security-bootstrap-redis-go ... done  ---> a36a3f21b688 [2021-01-12T20:16:43.505Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-12T20:16:43.505Z] ---> Running in df8ed1adc462 [2021-01-12T20:16:43.505Z] ---> Running in c5e9112595f1 [2021-01-12T20:16:43.776Z] Removing intermediate container 8014ef1b4c7a [2021-01-12T20:16:43.776Z] ---> 2e2008faff55 [2021-01-12T20:16:43.776Z] [2021-01-12T20:16:43.776Z] Step 10/23 : FROM alpine:3.12 [2021-01-12T20:16:44.041Z] ---> 389fef711851 [2021-01-12T20:16:44.041Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T20:16:44.041Z] ---> 4b479a4281f1 [2021-01-12T20:16:44.041Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-12T20:16:44.041Z] Removing intermediate container df8ed1adc462 [2021-01-12T20:16:44.041Z] ---> 0fc0e4f75012 [2021-01-12T20:16:44.041Z] Step 24/24 : LABEL version=0.0.0 [2021-01-12T20:16:44.311Z] Removing intermediate container c5e9112595f1 [2021-01-12T20:16:44.311Z] ---> 69c408898fe6 [2021-01-12T20:16:44.311Z] Step 21/21 : LABEL version=0.0.0 [2021-01-12T20:16:44.311Z] ---> Running in 38a36552955e [2021-01-12T20:16:44.311Z] ---> Running in 4861b87fc653 [2021-01-12T20:16:44.311Z] ---> Running in f53412d6060a [2021-01-12T20:16:44.311Z] ---> Running in 987c29b7c916 [2021-01-12T20:16:44.607Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-12T20:16:47.267Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-12T20:16:47.267Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-12T20:16:47.267Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-12T20:16:47.267Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-12T20:16:47.267Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-12T20:16:47.660Z] Removing intermediate container 38a36552955e [2021-01-12T20:16:47.660Z] ---> 7df1f49c40db [2021-01-12T20:16:47.660Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-12T20:16:47.660Z] Removing intermediate container 987c29b7c916 [2021-01-12T20:16:47.660Z] ---> c7e1f4282520 [2021-01-12T20:16:47.660Z] [2021-01-12T20:16:47.871Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-12T20:16:47.928Z] Removing intermediate container f53412d6060a [2021-01-12T20:16:47.928Z] ---> b0009360530d [2021-01-12T20:16:47.928Z] [2021-01-12T20:16:47.928Z] ---> Running in 96209b671cf2 [2021-01-12T20:16:47.928Z] Successfully built c7e1f4282520 [2021-01-12T20:16:47.928Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-12T20:16:47.928Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-01-12T20:16:48.200Z] Successfully built b0009360530d [2021-01-12T20:16:48.200Z] Successfully tagged docker-support-notifications-go:latest [2021-01-12T20:16:48.200Z] Building docker-core-metadata-go [2021-01-12T20:16:48.200Z]  Building docker-support-notifications-go ... done Removing intermediate container 96209b671cf2 [2021-01-12T20:16:48.200Z] ---> 7b8a38c55c71 [2021-01-12T20:16:48.200Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-12T20:16:48.200Z] ---> Running in ebb433efbbfa [2021-01-12T20:16:48.465Z] Removing intermediate container 4861b87fc653 [2021-01-12T20:16:48.465Z] ---> c56c8df4e69b [2021-01-12T20:16:48.465Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-12T20:16:48.465Z] Removing intermediate container ebb433efbbfa [2021-01-12T20:16:48.465Z] ---> 3e9a2a3be6cc [2021-01-12T20:16:48.465Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T20:16:48.727Z] ---> Running in 2edff841c2ee [2021-01-12T20:16:48.727Z] ---> Running in 3d538f1d5d0e [2021-01-12T20:16:50.512Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-12T20:16:51.113Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-12T20:16:54.055Z] Removing intermediate container 2edff841c2ee [2021-01-12T20:16:54.055Z] ---> 6d0138aba2d9 [2021-01-12T20:16:54.055Z] Step 22/24 : LABEL arch=x86_64 [2021-01-12T20:16:54.633Z] ---> Running in b0eaaadffdf0 [2021-01-12T20:16:56.035Z] Removing intermediate container b0eaaadffdf0 [2021-01-12T20:16:56.035Z] ---> 7f3d14fd5f30 [2021-01-12T20:16:56.035Z] Step 23/24 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d [2021-01-12T20:16:56.994Z] ---> Running in c72e220e98f2 [2021-01-12T20:16:58.944Z] Removing intermediate container c72e220e98f2 [2021-01-12T20:16:58.944Z] ---> 144740d4937a [2021-01-12T20:16:58.944Z] Step 24/24 : LABEL version=0.0.0 [2021-01-12T20:16:58.944Z] Removing intermediate container 3d538f1d5d0e [2021-01-12T20:16:58.944Z] ---> baaf79074866 [2021-01-12T20:16:58.944Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-12T20:16:59.501Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-12T20:16:59.501Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-12T20:16:59.501Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-12T20:17:01.523Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T20:17:01.523Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-12T20:17:01.523Z] ---> f476ba71a824 [2021-01-12T20:17:01.523Z] Step 3/26 : WORKDIR /edgex-go [2021-01-12T20:17:01.523Z] ---> Using cache [2021-01-12T20:17:01.523Z] ---> 4a32c1e774fd [2021-01-12T20:17:01.523Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T20:17:01.523Z] ---> Using cache [2021-01-12T20:17:01.523Z] ---> 323f14dc5942 [2021-01-12T20:17:01.523Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-12T20:17:04.875Z] ---> Running in 4c943a6912a4 [2021-01-12T20:17:04.875Z] ---> Running in 39ef38833bfe [2021-01-12T20:17:04.875Z] ---> Running in 0ce871d189eb [2021-01-12T20:17:04.918Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.264s coverage: 46.6% of statements [2021-01-12T20:17:04.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-12T20:17:04.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-12T20:17:04.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-12T20:17:04.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-12T20:17:04.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-12T20:17:05.840Z] Removing intermediate container 4c943a6912a4 [2021-01-12T20:17:05.840Z] ---> 9b07653e8477 [2021-01-12T20:17:05.840Z] [2021-01-12T20:17:06.500Z] Successfully built 9b07653e8477 [2021-01-12T20:17:06.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T20:17:07.034Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T20:17:07.034Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-12T20:17:07.034Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-01-12T20:17:08.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T20:17:08.711Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T20:17:08.711Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T20:17:08.711Z] ---> f476ba71a824 [2021-01-12T20:17:08.711Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T20:17:08.711Z] ---> Using cache [2021-01-12T20:17:08.711Z] ---> 4a32c1e774fd [2021-01-12T20:17:08.711Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T20:17:08.711Z] ---> Using cache [2021-01-12T20:17:08.711Z] ---> 323f14dc5942 [2021-01-12T20:17:08.711Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T20:17:08.711Z] ---> Using cache [2021-01-12T20:17:08.711Z] ---> 3bd29228644f [2021-01-12T20:17:08.711Z] Step 6/22 : COPY go.mod . [2021-01-12T20:17:08.711Z] ---> Using cache [2021-01-12T20:17:08.711Z] ---> c68f4939835e [2021-01-12T20:17:08.711Z] Step 7/22 : RUN go mod download [2021-01-12T20:17:08.711Z] ---> Using cache [2021-01-12T20:17:08.711Z] ---> afa1d3c9985f [2021-01-12T20:17:08.711Z] Step 8/22 : COPY . . [2021-01-12T20:17:08.711Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T20:17:08.711Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-12T20:17:08.711Z] ---> f476ba71a824 [2021-01-12T20:17:08.711Z] Step 3/21 : WORKDIR /edgex-go [2021-01-12T20:17:08.711Z] ---> Using cache [2021-01-12T20:17:08.711Z] ---> 4a32c1e774fd [2021-01-12T20:17:08.711Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T20:17:08.711Z] ---> Using cache [2021-01-12T20:17:08.711Z] ---> 323f14dc5942 [2021-01-12T20:17:08.711Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-12T20:17:08.711Z] ---> Using cache [2021-01-12T20:17:08.711Z] ---> 3bd29228644f [2021-01-12T20:17:08.711Z] Step 6/21 : COPY go.mod . [2021-01-12T20:17:08.711Z] ---> Using cache [2021-01-12T20:17:08.711Z] ---> c68f4939835e [2021-01-12T20:17:08.711Z] Step 7/21 : RUN go mod download [2021-01-12T20:17:08.711Z] ---> Using cache [2021-01-12T20:17:08.711Z] ---> afa1d3c9985f [2021-01-12T20:17:08.711Z] Step 8/21 : COPY . . [2021-01-12T20:17:08.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T20:17:08.711Z] ---> Using cache [2021-01-12T20:17:08.711Z] ---> 70201df1eed6 [2021-01-12T20:17:08.711Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-12T20:17:08.711Z] ---> Using cache [2021-01-12T20:17:08.711Z] ---> 70201df1eed6 [2021-01-12T20:17:08.711Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-12T20:17:10.113Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-12T20:17:10.113Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-12T20:17:10.113Z] OK: 233 MiB in 51 packages [2021-01-12T20:17:10.113Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-12T20:17:10.704Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-12T20:17:10.978Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-12T20:17:11.242Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T20:17:11.668Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.601s coverage: 27.0% of statements [2021-01-12T20:17:11.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-12T20:17:11.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-12T20:17:11.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-12T20:17:11.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-12T20:17:11.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-12T20:17:11.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-12T20:17:11.668Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.142s coverage: 100.0% of statements [2021-01-12T20:17:11.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-12T20:17:11.668Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements [2021-01-12T20:17:11.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-12T20:17:11.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-12T20:17:11.668Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.530s coverage: 77.8% of statements [2021-01-12T20:17:11.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-12T20:17:11.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-12T20:17:11.823Z] OK: 8 MiB in 19 packages [2021-01-12T20:17:11.823Z] ---> Running in ce89ce723880 [2021-01-12T20:17:11.823Z] ---> Running in 981c9e91aebd [2021-01-12T20:17:12.269Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.718s coverage: 82.4% of statements [2021-01-12T20:17:12.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-12T20:17:12.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-12T20:17:12.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-12T20:17:12.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-12T20:17:13.228Z] Removing intermediate container 0ce871d189eb [2021-01-12T20:17:13.228Z] ---> 3f11d885cf23 [2021-01-12T20:17:13.228Z] Step 6/26 : COPY go.mod . [2021-01-12T20:17:14.663Z] 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 [2021-01-12T20:17:14.663Z] ---> c3688b7025b4 [2021-01-12T20:17:14.663Z] Step 7/26 : RUN go mod download [2021-01-12T20:17:14.948Z] Removing intermediate container 39ef38833bfe [2021-01-12T20:17:14.948Z] ---> 5441b338f6e4 [2021-01-12T20:17:14.948Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T20:17:14.948Z] 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 [2021-01-12T20:17:15.220Z] ---> Running in edadecf1511a [2021-01-12T20:17:16.198Z] ---> 64d10d966848 [2021-01-12T20:17:16.199Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-12T20:17:18.188Z] ---> 28939a6e517a [2021-01-12T20:17:18.188Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-12T20:17:19.635Z] ---> c7203ad5f4c9 [2021-01-12T20:17:19.635Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-12T20:17:19.913Z] ---> Running in cf68ce0c5b6a [2021-01-12T20:17:20.529Z] Removing intermediate container edadecf1511a [2021-01-12T20:17:20.529Z] ---> 0cd2508addb4 [2021-01-12T20:17:20.529Z] Step 8/26 : COPY . . [2021-01-12T20:17:20.529Z] Removing intermediate container cf68ce0c5b6a [2021-01-12T20:17:20.529Z] ---> 2871856b8967 [2021-01-12T20:17:20.529Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T20:17:20.529Z] ---> Running in 9ea70dfc13ff [2021-01-12T20:17:20.572Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.180s coverage: 28.6% of statements [2021-01-12T20:17:20.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-12T20:17:20.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-12T20:17:20.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-12T20:17:20.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-12T20:17:20.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-12T20:17:20.572Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.199s coverage: 100.0% of statements [2021-01-12T20:17:20.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-12T20:17:20.572Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements [2021-01-12T20:17:20.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-12T20:17:20.572Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.297s coverage: 86.7% of statements [2021-01-12T20:17:20.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-12T20:17:20.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.308s coverage: 97.5% of statements [2021-01-12T20:17:20.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-12T20:17:20.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.169s coverage: 78.3% of statements [2021-01-12T20:17:20.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-12T20:17:20.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-12T20:17:20.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-12T20:17:20.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-12T20:17:21.984Z] Removing intermediate container 9ea70dfc13ff [2021-01-12T20:17:21.984Z] ---> 5110b1a03618 [2021-01-12T20:17:21.984Z] Step 21/23 : LABEL arch=x86_64 [2021-01-12T20:17:22.992Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T20:17:22.992Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T20:17:22.992Z] ---> f476ba71a824 [2021-01-12T20:17:22.992Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T20:17:22.992Z] ---> Using cache [2021-01-12T20:17:22.992Z] ---> 4a32c1e774fd [2021-01-12T20:17:22.992Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T20:17:22.992Z] ---> Using cache [2021-01-12T20:17:22.992Z] ---> 323f14dc5942 [2021-01-12T20:17:22.992Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T20:17:22.992Z] ---> Using cache [2021-01-12T20:17:22.992Z] ---> 3bd29228644f [2021-01-12T20:17:22.992Z] Step 6/22 : COPY go.mod . [2021-01-12T20:17:22.992Z] ---> Using cache [2021-01-12T20:17:22.992Z] ---> c68f4939835e [2021-01-12T20:17:22.992Z] Step 7/22 : RUN go mod download [2021-01-12T20:17:22.992Z] ---> Using cache [2021-01-12T20:17:22.992Z] ---> afa1d3c9985f [2021-01-12T20:17:22.992Z] Step 8/22 : COPY . . [2021-01-12T20:17:22.992Z] ---> Using cache [2021-01-12T20:17:22.992Z] ---> 70201df1eed6 [2021-01-12T20:17:22.992Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-12T20:17:24.404Z] ---> Running in 8c9acb50bbc1 [2021-01-12T20:17:26.402Z] ---> Running in 4f8fb7cf4e5d [2021-01-12T20:17:27.586Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.993s coverage: 94.1% of statements [2021-01-12T20:17:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-12T20:17:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-12T20:17:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-12T20:17:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-12T20:17:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-12T20:17:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-12T20:17:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-12T20:17:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-12T20:17:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-12T20:17:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-12T20:17:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-12T20:17:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-12T20:17:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-12T20:17:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-12T20:17:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-12T20:17:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-12T20:17:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-12T20:17:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-12T20:17:27.586Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-01-12T20:17:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-12T20:17:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-12T20:17:27.586Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.178s coverage: 0.1% of statements [2021-01-12T20:17:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-12T20:17:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-12T20:17:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-12T20:17:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-12T20:17:27.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements [2021-01-12T20:17:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-12T20:17:27.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.114s coverage: 75.5% of statements [2021-01-12T20:17:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-12T20:17:28.193Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.087s coverage: 80.8% of statements [2021-01-12T20:17:28.194Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.153s coverage: 87.2% of statements [2021-01-12T20:17:29.044Z] Removing intermediate container 8c9acb50bbc1 [2021-01-12T20:17:29.044Z] ---> f95bb1c3047a [2021-01-12T20:17:29.044Z] Step 22/23 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d [2021-01-12T20:17:29.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.193s coverage: 84.2% of statements [2021-01-12T20:17:30.035Z] ---> Running in 78de61611531 [2021-01-12T20:17:30.035Z] 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 [2021-01-12T20:17:30.312Z] Removing intermediate container 78de61611531 [2021-01-12T20:17:30.312Z] ---> 7e53aca3420e [2021-01-12T20:17:30.312Z] Step 23/23 : LABEL version=0.0.0 [2021-01-12T20:17:31.746Z] ---> Running in 0fd19a5c40a2 [2021-01-12T20:17:31.840Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.165s coverage: 91.4% of statements [2021-01-12T20:17:31.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-12T20:17:33.699Z] Removing intermediate container 0fd19a5c40a2 [2021-01-12T20:17:33.699Z] ---> 81bd0408f42a [2021-01-12T20:17:33.699Z] [2021-01-12T20:17:33.847Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.605s coverage: 63.5% of statements [2021-01-12T20:17:33.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-12T20:17:33.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-12T20:17:33.847Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.071s coverage: 100.0% of statements [2021-01-12T20:17:33.847Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements [2021-01-12T20:17:33.976Z] Successfully built 81bd0408f42a [2021-01-12T20:17:34.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements [2021-01-12T20:17:34.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements [2021-01-12T20:17:34.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements [2021-01-12T20:17:34.939Z] Successfully tagged docker-core-data-go:latest [2021-01-12T20:17:39.541Z]  Building docker-core-data-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-12T20:17:40.161Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.929s coverage: 55.9% of statements [2021-01-12T20:17:40.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-12T20:17:40.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-12T20:17:40.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-12T20:17:40.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-12T20:17:40.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-12T20:17:41.153Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.447s coverage: 37.0% of statements [2021-01-12T20:17:41.153Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-12T20:17:41.153Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-12T20:17:41.153Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.608s coverage: 84.0% of statements [2021-01-12T20:17:41.153Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.102s coverage: 100.0% of statements [2021-01-12T20:17:41.530Z] ---> b6b8a722ff9b [2021-01-12T20:17:41.530Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-12T20:17:41.530Z] ---> Running in cfa193518f2b [2021-01-12T20:17:42.528Z] 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 [2021-01-12T20:17:47.917Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.351s coverage: 47.1% of statements [2021-01-12T20:17:47.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-12T20:17:47.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-12T20:17:47.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-12T20:17:47.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-12T20:17:47.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-12T20:17:47.917Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.111s coverage: 100.0% of statements [2021-01-12T20:17:47.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-12T20:17:47.917Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.101s coverage: 100.0% of statements [2021-01-12T20:17:47.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-12T20:17:49.265Z] Removing intermediate container 981c9e91aebd [2021-01-12T20:17:49.265Z] ---> 406ef735e30d [2021-01-12T20:17:49.265Z] [2021-01-12T20:17:49.265Z] Step 10/21 : FROM alpine:3.12 [2021-01-12T20:17:49.265Z] ---> 389fef711851 [2021-01-12T20:17:49.265Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-12T20:17:49.265Z] Removing intermediate container ce89ce723880 [2021-01-12T20:17:49.265Z] ---> 843b6669a00f [2021-01-12T20:17:49.265Z] [2021-01-12T20:17:49.265Z] Step 10/22 : FROM scratch [2021-01-12T20:17:49.265Z] ---> [2021-01-12T20:17:49.265Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T20:17:49.265Z] ---> Running in 65e72432bf4d [2021-01-12T20:17:49.265Z] ---> Using cache [2021-01-12T20:17:49.265Z] ---> b6049594e93e [2021-01-12T20:17:49.265Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-12T20:17:49.265Z] ---> Running in 7dc5b8a8f52e [2021-01-12T20:17:49.995Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T20:17:49.995Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T20:17:49.995Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-12T20:17:49.995Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T20:17:49.995Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-12T20:17:50.711Z] (4/4) Installing curl (7.69.1-r3) [2021-01-12T20:17:50.711Z] Removing intermediate container 7dc5b8a8f52e [2021-01-12T20:17:50.711Z] ---> d4af1b79afbb [2021-01-12T20:17:50.711Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-12T20:17:50.711Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T20:17:50.711Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T20:17:50.711Z] OK: 7 MiB in 18 packages [2021-01-12T20:17:51.664Z] ---> Running in 8ef747ebc757 [2021-01-12T20:17:51.944Z] Removing intermediate container 4f8fb7cf4e5d [2021-01-12T20:17:51.944Z] ---> e7f86553ad4a [2021-01-12T20:17:51.944Z] [2021-01-12T20:17:51.944Z] Step 10/22 : FROM scratch [2021-01-12T20:17:51.944Z] ---> [2021-01-12T20:17:51.944Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T20:17:51.944Z] ---> Using cache [2021-01-12T20:17:51.944Z] ---> b6049594e93e [2021-01-12T20:17:51.944Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-12T20:17:52.217Z] ---> Running in bda9984ac28c [2021-01-12T20:17:52.217Z] Removing intermediate container 8ef747ebc757 [2021-01-12T20:17:52.217Z] ---> 04bfbc2f9582 [2021-01-12T20:17:52.217Z] Step 14/22 : WORKDIR / [2021-01-12T20:17:52.245Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.929s coverage: 29.1% of statements [2021-01-12T20:17:52.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-12T20:17:52.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-12T20:17:52.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-12T20:17:52.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-12T20:17:52.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-12T20:17:52.245Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.185s coverage: 99.0% of statements [2021-01-12T20:17:52.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-12T20:17:52.245Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.093s coverage: 100.0% of statements [2021-01-12T20:17:52.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-12T20:17:52.245Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-01-12T20:17:52.245Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-12T20:17:52.245Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements [2021-01-12T20:17:52.245Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-12T20:17:52.245Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-12T20:17:52.245Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-12T20:17:52.245Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-12T20:17:52.245Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.123s coverage: 87.9% of statements [2021-01-12T20:17:52.245Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-12T20:17:52.245Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-12T20:17:52.245Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.068s coverage: 100.0% of statements [2021-01-12T20:17:52.798Z] ---> Running in def8c68566c1 [2021-01-12T20:17:53.060Z] Removing intermediate container bda9984ac28c [2021-01-12T20:17:53.060Z] ---> 5189a61a8eb4 [2021-01-12T20:17:53.060Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-12T20:17:53.218Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-01-12T20:17:53.340Z] ---> Running in 946cc21f3586 [2021-01-12T20:17:53.340Z] Removing intermediate container 65e72432bf4d [2021-01-12T20:17:53.340Z] ---> 53dece343796 [2021-01-12T20:17:53.340Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T20:17:54.192Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.081s coverage: 100.0% of statements [2021-01-12T20:17:54.292Z] Removing intermediate container def8c68566c1 [2021-01-12T20:17:54.292Z] ---> c285c79ed623 [2021-01-12T20:17:54.292Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T20:17:54.560Z] ---> Running in 53249ecf886c [2021-01-12T20:17:54.560Z] Removing intermediate container 946cc21f3586 [2021-01-12T20:17:54.560Z] ---> b6d40e5ff69f [2021-01-12T20:17:54.560Z] Step 14/22 : WORKDIR / [2021-01-12T20:17:54.560Z] ---> Running in a35e3135dffa [2021-01-12T20:17:54.786Z] GO111MODULE=on go vet ./... [2021-01-12T20:17:54.828Z] ---> 3bc2fff8d76c [2021-01-12T20:17:54.828Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-12T20:17:54.828Z] Removing intermediate container 53249ecf886c [2021-01-12T20:17:54.828Z] ---> 0602364ec854 [2021-01-12T20:17:54.828Z] Step 13/21 : WORKDIR /edgex [2021-01-12T20:17:55.094Z] Removing intermediate container a35e3135dffa [2021-01-12T20:17:55.094Z] ---> 08524ca36f45 [2021-01-12T20:17:55.094Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T20:17:55.094Z] ---> Running in 6596e0537052 [2021-01-12T20:17:55.361Z] ---> e7a30f9a88c6 [2021-01-12T20:17:55.361Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-12T20:17:55.361Z] Removing intermediate container 6596e0537052 [2021-01-12T20:17:55.361Z] ---> a8279f4b0009 [2021-01-12T20:17:55.361Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-12T20:17:55.627Z] ---> d5ebd98b1105 [2021-01-12T20:17:55.627Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-12T20:17:55.890Z] ---> ebc1403ee167 [2021-01-12T20:17:55.890Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-12T20:17:55.890Z] ---> 38b3f52fd4b5 [2021-01-12T20:17:55.890Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-12T20:17:55.890Z] ---> f01699c1e7ed [2021-01-12T20:17:55.890Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-12T20:17:56.157Z] ---> Running in 17868b6a4047 [2021-01-12T20:17:58.099Z] ---> fbdcabf2ab4b [2021-01-12T20:17:58.100Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-12T20:17:58.100Z] ---> d85f21fdf4cc [2021-01-12T20:17:58.100Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-12T20:17:58.100Z] Removing intermediate container 17868b6a4047 [2021-01-12T20:17:58.100Z] ---> 9a33b5bb6ad5 [2021-01-12T20:17:58.100Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T20:17:58.100Z] ---> Running in 51662d03efd8 [2021-01-12T20:17:58.100Z] Removing intermediate container cfa193518f2b [2021-01-12T20:17:58.100Z] ---> badc9ed93a4a [2021-01-12T20:17:58.100Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-12T20:17:58.100Z] ---> Running in 6dd2f5c5d293 [2021-01-12T20:17:58.100Z] ---> Running in 85906b9853f6 [2021-01-12T20:17:58.360Z] Removing intermediate container 51662d03efd8 [2021-01-12T20:17:58.360Z] ---> 5991dd3ec6fe [2021-01-12T20:17:58.360Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T20:17:58.625Z] Removing intermediate container 6dd2f5c5d293 [2021-01-12T20:17:58.625Z] ---> d12b964d6b07 [2021-01-12T20:17:58.625Z] Step 20/22 : LABEL arch=x86_64 [2021-01-12T20:17:58.625Z] ---> Running in 5ab3aadfead1 [2021-01-12T20:17:58.625Z] ---> Running in 771368edf4c4 [2021-01-12T20:17:58.625Z] ---> b876f469ffe5 [2021-01-12T20:17:58.625Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-12T20:17:58.895Z] ---> Running in b5fec7e38489 [2021-01-12T20:17:58.895Z] 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 [2021-01-12T20:17:58.895Z] Removing intermediate container 5ab3aadfead1 [2021-01-12T20:17:58.895Z] ---> 9499fb71a2ed [2021-01-12T20:17:58.895Z] Step 20/22 : LABEL arch=x86_64 [2021-01-12T20:17:58.895Z] Removing intermediate container 771368edf4c4 [2021-01-12T20:17:58.895Z] ---> a4f7e89cbabe [2021-01-12T20:17:58.895Z] Step 21/22 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d [2021-01-12T20:17:59.159Z] Removing intermediate container b5fec7e38489 [2021-01-12T20:17:59.159Z] ---> d60a8abcb6c6 [2021-01-12T20:17:59.159Z] Step 18/21 : CMD ["--init=true"] [2021-01-12T20:17:59.159Z] ---> Running in b7af2b61b47e [2021-01-12T20:17:59.422Z] ---> Running in 2f8146824446 [2021-01-12T20:17:59.422Z] ---> Running in 5a935ed78d9a [2021-01-12T20:17:59.422Z] Removing intermediate container b7af2b61b47e [2021-01-12T20:17:59.422Z] ---> 3cf1422494c5 [2021-01-12T20:17:59.422Z] Step 21/22 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d [2021-01-12T20:17:59.686Z] Removing intermediate container 2f8146824446 [2021-01-12T20:17:59.686Z] ---> 9796bf0bb2e2 [2021-01-12T20:17:59.686Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T20:17:59.686Z] Removing intermediate container 5a935ed78d9a [2021-01-12T20:17:59.686Z] ---> 2e5bd0cd21ab [2021-01-12T20:17:59.686Z] Step 19/21 : LABEL arch=x86_64 [2021-01-12T20:17:59.686Z] ---> Running in 54853621ae3a [2021-01-12T20:17:59.686Z] ---> Running in 6781bd175a3c [2021-01-12T20:17:59.950Z] ---> Running in 1de66044f7b0 [2021-01-12T20:17:59.950Z] Removing intermediate container 54853621ae3a [2021-01-12T20:17:59.950Z] ---> d708938587f6 [2021-01-12T20:17:59.950Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T20:18:00.213Z] Removing intermediate container 6781bd175a3c [2021-01-12T20:18:00.213Z] ---> 28257df9a1f9 [2021-01-12T20:18:00.213Z] [2021-01-12T20:18:00.213Z] Removing intermediate container 1de66044f7b0 [2021-01-12T20:18:00.213Z] ---> 86265f5eca9f [2021-01-12T20:18:00.213Z] Step 20/21 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d [2021-01-12T20:18:00.213Z] ---> Running in 3c0bed55dfee [2021-01-12T20:18:00.787Z] Successfully built 28257df9a1f9 [2021-01-12T20:18:00.787Z] Successfully tagged docker-core-metadata-go:latest [2021-01-12T20:18:00.787Z]  Building docker-core-metadata-go ... done  ---> Running in 97d2296ade7d [2021-01-12T20:18:00.787Z] Removing intermediate container 85906b9853f6 [2021-01-12T20:18:00.787Z] ---> 3479b11f0733 [2021-01-12T20:18:00.787Z] [2021-01-12T20:18:00.787Z] Step 11/26 : FROM docker:20.10.0 [2021-01-12T20:18:00.787Z] 20.10.0: Pulling from library/docker [2021-01-12T20:18:01.049Z] Removing intermediate container 3c0bed55dfee [2021-01-12T20:18:01.049Z] ---> 6955f48a628a [2021-01-12T20:18:01.049Z] [2021-01-12T20:18:01.049Z] Removing intermediate container 97d2296ade7d [2021-01-12T20:18:01.049Z] ---> 3217730caa93 [2021-01-12T20:18:01.049Z] Step 21/21 : LABEL version=0.0.0 [2021-01-12T20:18:01.316Z] ---> Running in f35039c7c05e [2021-01-12T20:18:01.316Z] Successfully built 6955f48a628a [2021-01-12T20:18:01.316Z] Successfully tagged docker-core-command-go:latest [2021-01-12T20:18:02.716Z]  Building docker-core-command-go ... done Removing intermediate container f35039c7c05e [2021-01-12T20:18:02.716Z] ---> 2457b487aeef [2021-01-12T20:18:02.716Z] [2021-01-12T20:18:02.716Z] Successfully built 2457b487aeef [2021-01-12T20:18:02.716Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-12T20:18:06.027Z]  Building docker-security-proxy-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-12T20:18:06.027Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-12T20:18:06.027Z] ---> aefe523efa57 [2021-01-12T20:18:06.027Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-12T20:18:06.027Z] ---> Running in 62234566831e [2021-01-12T20:18:06.288Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T20:18:06.288Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T20:18:06.560Z] (1/2) Installing readline (8.0.4-r0) [2021-01-12T20:18:06.560Z] (2/2) Installing bash (5.0.17-r0) [2021-01-12T20:18:06.560Z] Executing bash-5.0.17-r0.post-install [2021-01-12T20:18:06.560Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T20:18:06.560Z] OK: 12 MiB in 22 packages [2021-01-12T20:18:07.137Z] Removing intermediate container 62234566831e [2021-01-12T20:18:07.137Z] ---> e3153a38968b [2021-01-12T20:18:07.137Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-12T20:18:07.137Z] ---> Running in 6e48d06f422a [2021-01-12T20:18:07.398Z] Removing intermediate container 6e48d06f422a [2021-01-12T20:18:07.398Z] ---> 457874d40a42 [2021-01-12T20:18:07.398Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-12T20:18:07.398Z] ---> Running in b43777ab1fbb [2021-01-12T20:18:07.658Z] Removing intermediate container b43777ab1fbb [2021-01-12T20:18:07.658Z] ---> ce02edb821da [2021-01-12T20:18:07.658Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-12T20:18:07.658Z] ---> Running in 8ff84487cf82 [2021-01-12T20:18:07.658Z] Removing intermediate container 8ff84487cf82 [2021-01-12T20:18:07.658Z] ---> e783312cbd10 [2021-01-12T20:18:07.658Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-12T20:18:08.233Z] ---> fa7568c1249c [2021-01-12T20:18:08.233Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-12T20:18:08.495Z] ---> 531c590027fe [2021-01-12T20:18:08.495Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-12T20:18:08.757Z] ---> 0c69a3dcc4c4 [2021-01-12T20:18:08.757Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-12T20:18:09.024Z] ---> Running in a2d14d8ec6ba [2021-01-12T20:18:09.288Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T20:18:09.550Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T20:18:09.550Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-12T20:18:09.550Z] (2/33) Installing expat (2.2.9-r1) [2021-01-12T20:18:09.550Z] (3/33) Installing libffi (3.3-r2) [2021-01-12T20:18:09.811Z] (4/33) Installing gdbm (1.13-r1) [2021-01-12T20:18:09.811Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-12T20:18:09.811Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-12T20:18:09.811Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-12T20:18:10.756Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-12T20:18:10.756Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-12T20:18:10.756Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-12T20:18:10.756Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-12T20:18:10.756Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-12T20:18:10.756Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-12T20:18:10.756Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-12T20:18:10.756Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-12T20:18:10.756Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-12T20:18:10.756Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-12T20:18:10.756Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-12T20:18:11.017Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-12T20:18:11.017Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-12T20:18:11.017Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-12T20:18:11.017Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-12T20:18:11.017Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-12T20:18:11.017Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-12T20:18:11.017Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-12T20:18:11.017Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-12T20:18:11.017Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-12T20:18:11.017Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-12T20:18:11.017Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-12T20:18:11.017Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-12T20:18:11.281Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-12T20:18:11.281Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-12T20:18:11.281Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-12T20:18:11.281Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T20:18:11.281Z] OK: 71 MiB in 55 packages [2021-01-12T20:18:21.301Z] Removing intermediate container a2d14d8ec6ba [2021-01-12T20:18:21.301Z] ---> 45b35317d32f [2021-01-12T20:18:21.301Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-12T20:18:21.301Z] ---> Running in e2b4c890e828 [2021-01-12T20:18:21.872Z] Collecting docker-compose==1.23.2 [2021-01-12T20:18:21.873Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-12T20:18:21.873Z] Collecting jsonschema<3,>=2.5.1 [2021-01-12T20:18:22.134Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-12T20:18:22.134Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-12T20:18:22.134Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-12T20:18:22.705Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-12T20:18:22.705Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-12T20:18:22.705Z] Collecting docker<4.0,>=3.6.0 [2021-01-12T20:18:22.978Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-12T20:18:23.239Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-12T20:18:23.239Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-12T20:18:23.239Z] Collecting PyYAML<4,>=3.10 [2021-01-12T20:18:23.239Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-12T20:18:24.186Z] Collecting cached-property<2,>=1.2.0 [2021-01-12T20:18:24.186Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-12T20:18:24.186Z] Collecting texttable<0.10,>=0.9.0 [2021-01-12T20:18:24.186Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-12T20:18:24.759Z] Collecting docopt<0.7,>=0.6.1 [2021-01-12T20:18:24.759Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-12T20:18:25.021Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-12T20:18:25.283Z] Collecting docker-pycreds>=0.4.0 [2021-01-12T20:18:25.283Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-12T20:18:25.283Z] 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) [2021-01-12T20:18:25.283Z] 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) [2021-01-12T20:18:25.283Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-12T20:18:25.283Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-12T20:18:25.544Z] Collecting idna<2.8,>=2.5 [2021-01-12T20:18:25.544Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-12T20:18:25.544Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-12T20:18:25.544Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-12T20:18:25.544Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-12T20:18:25.544Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-12T20:18:25.544Z] Installing collected packages: jsonschema, dockerpty, websocket-client, urllib3, idna, requests, docker-pycreds, docker, PyYAML, cached-property, texttable, docopt, docker-compose [2021-01-12T20:18:25.804Z] Running setup.py install for dockerpty: started [2021-01-12T20:18:26.375Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-12T20:18:26.375Z] Attempting uninstall: urllib3 [2021-01-12T20:18:26.375Z] Found existing installation: urllib3 1.25.9 [2021-01-12T20:18:26.375Z] Uninstalling urllib3-1.25.9: [2021-01-12T20:18:26.375Z] Successfully uninstalled urllib3-1.25.9 [2021-01-12T20:18:26.635Z] Attempting uninstall: idna [2021-01-12T20:18:26.636Z] Found existing installation: idna 2.9 [2021-01-12T20:18:26.636Z] Uninstalling idna-2.9: [2021-01-12T20:18:26.636Z] Successfully uninstalled idna-2.9 [2021-01-12T20:18:26.897Z] Attempting uninstall: requests [2021-01-12T20:18:26.897Z] Found existing installation: requests 2.23.0 [2021-01-12T20:18:26.897Z] Uninstalling requests-2.23.0: [2021-01-12T20:18:26.897Z] Successfully uninstalled requests-2.23.0 [2021-01-12T20:18:27.157Z] Running setup.py install for PyYAML: started [2021-01-12T20:18:27.736Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-12T20:18:27.736Z] Running setup.py install for texttable: started [2021-01-12T20:18:28.308Z] Running setup.py install for texttable: finished with status 'done' [2021-01-12T20:18:28.308Z] Running setup.py install for docopt: started [2021-01-12T20:18:28.569Z] Running setup.py install for docopt: finished with status 'done' [2021-01-12T20:18:28.830Z] 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 [2021-01-12T20:18:34.130Z] Removing intermediate container e2b4c890e828 [2021-01-12T20:18:34.130Z] ---> e6fde20abeaa [2021-01-12T20:18:34.130Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-12T20:18:34.130Z] ---> Running in d39837dd4cdf [2021-01-12T20:18:34.130Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T20:18:34.130Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T20:18:34.130Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T20:18:34.130Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-12T20:18:34.130Z] (3/3) Installing curl (7.69.1-r3) [2021-01-12T20:18:34.130Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T20:18:34.392Z] OK: 72 MiB in 58 packages [2021-01-12T20:18:34.654Z] Removing intermediate container d39837dd4cdf [2021-01-12T20:18:34.654Z] ---> bbc68f6aaa8f [2021-01-12T20:18:34.654Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-12T20:18:34.916Z] ---> Running in 73280d8b0e39 [2021-01-12T20:18:34.916Z] Removing intermediate container 73280d8b0e39 [2021-01-12T20:18:34.916Z] ---> 198f4f938916 [2021-01-12T20:18:34.916Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T20:18:35.178Z] ---> Running in 2bc468cdf394 [2021-01-12T20:18:35.178Z] Removing intermediate container 2bc468cdf394 [2021-01-12T20:18:35.178Z] ---> fd9fef846cb7 [2021-01-12T20:18:35.178Z] Step 24/26 : LABEL arch=x86_64 [2021-01-12T20:18:35.178Z] ---> Running in c3e540a8d660 [2021-01-12T20:18:35.439Z] Removing intermediate container c3e540a8d660 [2021-01-12T20:18:35.439Z] ---> 72f7f05a108d [2021-01-12T20:18:35.439Z] Step 25/26 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d [2021-01-12T20:18:35.439Z] ---> Running in 83ca77d49a3a [2021-01-12T20:18:35.701Z] Removing intermediate container 83ca77d49a3a [2021-01-12T20:18:35.701Z] ---> 148cf15490cb [2021-01-12T20:18:35.701Z] Step 26/26 : LABEL version=0.0.0 [2021-01-12T20:18:35.701Z] ---> Running in b957a1868f1b [2021-01-12T20:18:35.963Z] Removing intermediate container b957a1868f1b [2021-01-12T20:18:35.963Z] ---> 4255583f81a5 [2021-01-12T20:18:35.963Z] [2021-01-12T20:18:35.963Z] Successfully built 4255583f81a5 [2021-01-12T20:18:35.963Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-12T20:18:36.918Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-12T20:18:36.937Z] $ docker stop --time=1 ab1bfd0f5baf00a49483ed0d395eb7bc3c7a9c7acb270a056844fb7e7d63acf1 [2021-01-12T20:18:38.469Z] $ docker rm -f ab1bfd0f5baf00a49483ed0d395eb7bc3c7a9c7acb270a056844fb7e7d63acf1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T20:18:38.971Z] + docker images [2021-01-12T20:18:38.971Z] + grep docker [2021-01-12T20:18:38.971Z] docker-sys-mgmt-agent-go latest 4255583f81a5 3 seconds ago 313MB [2021-01-12T20:18:38.971Z] docker-security-proxy-setup-go latest 2457b487aeef 37 seconds ago 24.5MB [2021-01-12T20:18:38.971Z] docker-core-command-go latest 6955f48a628a 38 seconds ago 10.6MB [2021-01-12T20:18:38.971Z] docker-core-metadata-go latest 28257df9a1f9 39 seconds ago 13MB [2021-01-12T20:18:38.971Z] docker-core-data-go latest 81bd0408f42a About a minute ago 22.3MB [2021-01-12T20:18:38.971Z] docker-security-secretstore-setup-go latest 9b07653e8477 About a minute ago 24.6MB [2021-01-12T20:18:38.971Z] docker-support-scheduler-go latest c7e1f4282520 About a minute ago 10.7MB [2021-01-12T20:18:38.971Z] docker-support-notifications-go latest b0009360530d About a minute ago 12MB [2021-01-12T20:18:38.971Z] docker-security-bootstrap-redis-go latest 03c55742a27c About a minute ago 15.8MB [2021-01-12T20:18:38.971Z] docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-12T20:18:54.624Z] Still waiting to schedule task [2021-01-12T20:18:54.624Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-12T20:19:02.854Z] gofmt -l . [2021-01-12T20:19:02.854Z] [ "`gofmt -l .`" = "" ] [2021-01-12T20:19:02.854Z] ./bin/test-go-mod-tidy.sh [2021-01-12T20:19:02.854Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-12T20:19:04.114Z] + ls -al . [2021-01-12T20:19:04.114Z] total 680 [2021-01-12T20:19:04.114Z] drwxrwxr-x 9 1001 1001 4096 Jan 12 20:19 . [2021-01-12T20:19:04.114Z] drwxr-xr-x 4 root root 4096 Jan 12 20:15 .. [2021-01-12T20:19:04.114Z] -rw-rw-r-- 1 1001 1001 11 Jan 12 20:14 .dockerignore [2021-01-12T20:19:04.114Z] drwxrwxr-x 8 1001 1001 4096 Jan 12 20:14 .git [2021-01-12T20:19:04.114Z] drwxrwxr-x 3 1001 1001 4096 Jan 12 20:14 .github [2021-01-12T20:19:04.114Z] -rw-rw-r-- 1 1001 1001 824 Jan 12 20:14 .gitignore [2021-01-12T20:19:04.114Z] -rw-rw-r-- 1 1001 1001 166 Jan 12 20:14 .sonarcloud.properties [2021-01-12T20:19:04.114Z] -rw-rw-r-- 1 1001 1001 7741 Jan 12 20:14 Attribution.txt [2021-01-12T20:19:04.114Z] -rw-rw-r-- 1 1001 1001 3804 Jan 12 20:14 CONTRIBUTING.md [2021-01-12T20:19:04.114Z] -rw-rw-r-- 1 1001 1001 931 Jan 12 20:14 Dockerfile.build [2021-01-12T20:19:04.114Z] -rw-rw-r-- 1 1001 1001 863 Jan 12 20:14 Jenkinsfile [2021-01-12T20:19:04.114Z] -rw-rw-r-- 1 1001 1001 10775 Jan 12 20:14 LICENSE [2021-01-12T20:19:04.114Z] -rw-rw-r-- 1 1001 1001 5750 Jan 12 20:14 Makefile [2021-01-12T20:19:04.114Z] -rw-rw-r-- 1 1001 1001 6524 Jan 12 20:14 README.md [2021-01-12T20:19:04.114Z] -rw-rw-r-- 1 1001 1001 6744 Jan 12 20:14 SECURITY.md [2021-01-12T20:19:04.114Z] -rw-rw-r-- 1 1001 1001 5 Jan 12 20:11 VERSION [2021-01-12T20:19:04.114Z] -rw-rw-r-- 1 1001 1001 4131 Jan 12 20:14 ZMQWindows.md [2021-01-12T20:19:04.114Z] drwxrwxr-x 2 1001 1001 4096 Jan 12 20:14 bin [2021-01-12T20:19:04.114Z] drwxrwxr-x 14 1001 1001 4096 Jan 12 20:14 cmd [2021-01-12T20:19:04.114Z] -rw-r--r-- 1 root root 545099 Jan 12 20:17 coverage.out [2021-01-12T20:19:04.114Z] -rw-r--r-- 1 root root 979 Jan 12 20:19 go.mod [2021-01-12T20:19:04.114Z] -rw-r--r-- 1 root root 19231 Jan 12 20:19 go.sum [2021-01-12T20:19:04.114Z] drwxrwxr-x 8 1001 1001 4096 Jan 12 20:14 internal [2021-01-12T20:19:04.114Z] drwxrwxr-x 4 1001 1001 4096 Jan 12 20:14 openapi [2021-01-12T20:19:04.114Z] drwxrwxr-x 4 1001 1001 4096 Jan 12 20:14 snap [2021-01-12T20:19:04.114Z] -rw-rw-r-- 1 1001 1001 168 Jan 12 20:14 version.go [Pipeline] sh [2021-01-12T20:19:04.778Z] + '[' -e coverage.out ] [2021-01-12T20:19:04.778Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-12T20:19:04.798Z] Warning: overwriting stash ‘coverage-report’ [2021-01-12T20:19:05.919Z] Stashed 1 file(s) [Pipeline] sh [2021-01-12T20:19:06.616Z] + make build [2021-01-12T20:19:06.616Z] 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 [2021-01-12T20:19:16.815Z] 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 [2021-01-12T20:19:39.001Z] 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 [2021-01-12T20:19:41.618Z] 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 [2021-01-12T20:19:45.928Z] 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 [2021-01-12T20:19:47.357Z] 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 [2021-01-12T20:19:51.001Z] Running on prd-ubuntu18.04-docker-8c-8g-19793 in /w/workspace/edgexfoundry_edgex-go_PR-2999 [Pipeline] { [Pipeline] ws [2021-01-12T20:19:51.058Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-01-12T20:19:51.745Z] 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 [2021-01-12T20:19:53.243Z] using credential edgex-jenkins-ssh [2021-01-12T20:19:53.295Z] Cloning the remote Git repository [2021-01-12T20:19:53.317Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-12T20:19:53.382Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-01-12T20:19:53.410Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-12T20:19:53.410Z] > git --version # timeout=10 [2021-01-12T20:19:53.426Z] > git --version # 'git version 2.17.1' [2021-01-12T20:19:53.427Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T20:19:53.455Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T20:19:56.053Z] 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 [2021-01-12T20:19:59.439Z] 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 [2021-01-12T20:20:03.738Z] 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 [2021-01-12T20:20:06.371Z] 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 [2021-01-12T20:20:10.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-12T20:20:14.073Z] $ docker stop --time=1 1d357439aaa237d680470ed39e847e06364c43282f57d9ca7d33372d937354ee [2021-01-12T20:20:16.736Z] $ docker rm -f 1d357439aaa237d680470ed39e847e06364c43282f57d9ca7d33372d937354ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:20:18.754Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T20:20:18.754Z] [2021-01-12T20:20:18.754Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:20:19.142Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T20:20:19.416Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-12T20:20:19.416Z] 29e5d40040c1: Pulling fs layer [2021-01-12T20:20:19.416Z] 1ce36da41761: Pulling fs layer [2021-01-12T20:20:19.416Z] 25b303627fd3: Pulling fs layer [2021-01-12T20:20:19.416Z] 29e5d40040c1: Verifying Checksum [2021-01-12T20:20:19.416Z] 29e5d40040c1: Download complete [2021-01-12T20:20:20.011Z] 1ce36da41761: Verifying Checksum [2021-01-12T20:20:20.011Z] 1ce36da41761: Download complete [2021-01-12T20:20:20.011Z] 29e5d40040c1: Pull complete [2021-01-12T20:20:21.441Z] 1ce36da41761: Pull complete [2021-01-12T20:20:21.441Z] 25b303627fd3: Verifying Checksum [2021-01-12T20:20:21.441Z] 25b303627fd3: Download complete [2021-01-12T20:20:21.825Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-12T20:20:21.831Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T20:20:21.841Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-12T20:20:21.853Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-12T20:20:21.853Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T20:20:21.857Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2999/head:refs/remotes/origin/PR-2999 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-12T20:20:22.301Z] Merging remotes/origin/master commit 6731ab5d56a0494658aab350a508f22ecd29f588 into PR head commit c3fff5d214d9678334f8f39739c11b7a5b7db6a5 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-12T20:20:22.870Z] Failed in branch amd64 [2021-01-12T20:20:22.307Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T20:20:22.312Z] > git checkout -f c3fff5d214d9678334f8f39739c11b7a5b7db6a5 # timeout=10 [2021-01-12T20:20:31.588Z] 25b303627fd3: Pull complete [2021-01-12T20:20:31.589Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-12T20:20:31.589Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T20:20:31.589Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-12T20:20:31.854Z] prd-ubuntu18.04-docker-arm64-4c-16g-19784 does not seem to be running inside a container [2021-01-12T20:20:31.923Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-12T20:20:35.109Z] $ docker top 789534f6b2df83a3a23da40f1713797ea09acb7488397ddbe72dd424c36db196 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T20:20:36.143Z] + grep parallel [2021-01-12T20:20:36.143Z] + docker-compose build --help [2021-01-12T20:20:39.516Z] --parallel Build images in parallel. [Pipeline] } [2021-01-12T20:20:39.800Z] $ docker stop --time=1 789534f6b2df83a3a23da40f1713797ea09acb7488397ddbe72dd424c36db196 [2021-01-12T20:20:41.777Z] $ docker rm -f 789534f6b2df83a3a23da40f1713797ea09acb7488397ddbe72dd424c36db196 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:20:42.676Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T20:20:42.676Z] . [Pipeline] withDockerContainer [2021-01-12T20:20:42.951Z] prd-ubuntu18.04-docker-arm64-4c-16g-19784 does not seem to be running inside a container [2021-01-12T20:20:43.058Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-12T20:20:44.481Z] $ docker top 56c30efe08ccce046e981eb11c543914f52f1ee2bf34b39b4da14287301cefd8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T20:20:45.577Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-12T20:20:49.877Z] Building docker-core-command-go ... [2021-01-12T20:20:49.878Z] Building docker-core-data-go ... [2021-01-12T20:20:49.878Z] Building docker-core-metadata-go ... [2021-01-12T20:20:49.878Z] Building docker-security-bootstrap-redis-go ... [2021-01-12T20:20:49.878Z] Building docker-security-proxy-setup-go ... [2021-01-12T20:20:49.878Z] Building docker-security-secretstore-setup-go ... [2021-01-12T20:20:49.878Z] Building docker-support-notifications-go ... [2021-01-12T20:20:49.878Z] Building docker-support-scheduler-go ... [2021-01-12T20:20:49.878Z] Building docker-sys-mgmt-agent-go ... [2021-01-12T20:20:49.878Z] Building docker-sys-mgmt-agent-go [2021-01-12T20:20:49.878Z] Building docker-security-bootstrap-redis-go [2021-01-12T20:20:49.878Z] Building docker-security-secretstore-setup-go [2021-01-12T20:20:49.878Z] Building docker-core-metadata-go [2021-01-12T20:20:49.878Z] Building docker-security-proxy-setup-go [2021-01-12T20:21:57.867Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T20:21:57.867Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T20:21:57.867Z] ---> e7a72da563b4 [2021-01-12T20:21:57.867Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T20:21:57.867Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T20:21:57.867Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T20:21:57.867Z] ---> e7a72da563b4 [2021-01-12T20:21:57.867Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T20:21:57.867Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T20:21:57.867Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-12T20:21:57.867Z] ---> e7a72da563b4 [2021-01-12T20:21:57.867Z] Step 3/26 : WORKDIR /edgex-go [2021-01-12T20:21:57.867Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T20:21:57.867Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-12T20:21:57.867Z] ---> e7a72da563b4 [2021-01-12T20:21:57.867Z] Step 3/21 : WORKDIR /edgex-go [2021-01-12T20:21:57.867Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T20:21:57.867Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-12T20:21:57.867Z] ---> e7a72da563b4 [2021-01-12T20:21:57.867Z] Step 3/24 : WORKDIR /edgex-go [2021-01-12T20:21:58.462Z] ---> Running in 8cd9764ed5fc [2021-01-12T20:21:58.462Z] ---> Running in 5c58f5502bc4 [2021-01-12T20:21:58.462Z] ---> Running in f9c899b2b181 [2021-01-12T20:21:58.462Z] ---> Running in b320baedf98a [2021-01-12T20:21:58.462Z] ---> Running in c1ea0a0fb393 [2021-01-12T20:21:59.060Z] Removing intermediate container 8cd9764ed5fc [2021-01-12T20:21:59.060Z] ---> f2a3f3eb7d0c [2021-01-12T20:21:59.060Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T20:21:59.060Z] ---> Running in ef29e85fc404 [2021-01-12T20:21:59.060Z] Removing intermediate container 5c58f5502bc4 [2021-01-12T20:21:59.332Z] ---> 06df2dff1ddc [2021-01-12T20:21:59.332Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T20:21:59.332Z] Removing intermediate container b320baedf98a [2021-01-12T20:21:59.332Z] ---> a39ca37003ab [2021-01-12T20:21:59.332Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T20:21:59.332Z] Removing intermediate container f9c899b2b181 [2021-01-12T20:21:59.332Z] ---> 47fef89f592a [2021-01-12T20:21:59.332Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T20:21:59.332Z] Removing intermediate container c1ea0a0fb393 [2021-01-12T20:21:59.332Z] ---> d97ab647104b [2021-01-12T20:21:59.332Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T20:21:59.609Z] ---> Running in 9dacfeaf6fa4 [2021-01-12T20:21:59.609Z] ---> Running in f363e141aa3d [2021-01-12T20:21:59.609Z] ---> Running in df61e53bcfb0 [2021-01-12T20:21:59.609Z] ---> Running in f3ef2bd37861 [2021-01-12T20:22:03.052Z] Removing intermediate container ef29e85fc404 [2021-01-12T20:22:03.052Z] ---> 17ccd93c3802 [2021-01-12T20:22:03.052Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-12T20:22:03.052Z] ---> Running in 4edfdb3fc2e0 [2021-01-12T20:22:03.333Z] Removing intermediate container 9dacfeaf6fa4 [2021-01-12T20:22:03.333Z] ---> 0338f72d4967 [2021-01-12T20:22:03.333Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-12T20:22:03.606Z] Removing intermediate container df61e53bcfb0 [2021-01-12T20:22:03.606Z] ---> d5548f56bcfe [2021-01-12T20:22:03.606Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T20:22:03.606Z] ---> Running in 72df1d74659f [2021-01-12T20:22:03.877Z] ---> Running in 6eb296f7c55b [2021-01-12T20:22:03.877Z] Removing intermediate container f3ef2bd37861 [2021-01-12T20:22:03.877Z] ---> c0855f93f3ad [2021-01-12T20:22:03.877Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T20:22:04.151Z] Removing intermediate container f363e141aa3d [2021-01-12T20:22:04.151Z] ---> 452a91632143 [2021-01-12T20:22:04.151Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-12T20:22:04.151Z] ---> Running in ade3cc2c1e10 [2021-01-12T20:22:04.439Z] ---> Running in 546c76794eda [2021-01-12T20:22:04.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T20:22:05.702Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T20:22:05.702Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T20:22:05.983Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T20:22:06.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T20:22:06.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T20:22:06.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T20:22:06.256Z] OK: 217 MiB in 51 packages [2021-01-12T20:22:06.531Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T20:22:06.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T20:22:07.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T20:22:07.083Z] OK: 217 MiB in 51 packages [2021-01-12T20:22:07.684Z] OK: 217 MiB in 51 packages [2021-01-12T20:22:07.684Z] OK: 217 MiB in 51 packages [2021-01-12T20:22:07.959Z] Removing intermediate container 4edfdb3fc2e0 [2021-01-12T20:22:07.959Z] ---> 7fba8c52846a [2021-01-12T20:22:07.959Z] Step 6/24 : COPY go.mod . [2021-01-12T20:22:08.245Z] OK: 217 MiB in 51 packages [2021-01-12T20:22:09.230Z] Removing intermediate container 72df1d74659f [2021-01-12T20:22:09.230Z] ---> 3af067514623 [2021-01-12T20:22:09.230Z] Step 6/26 : COPY go.mod . [2021-01-12T20:22:09.230Z] ---> 724be06b42d0 [2021-01-12T20:22:09.230Z] Step 7/24 : RUN go mod download [2021-01-12T20:22:09.230Z] Removing intermediate container 6eb296f7c55b [2021-01-12T20:22:09.230Z] ---> 4849a8695d17 [2021-01-12T20:22:09.230Z] Step 6/22 : COPY go.mod . [2021-01-12T20:22:09.504Z] ---> Running in 991f8d562b25 [2021-01-12T20:22:09.504Z] Removing intermediate container ade3cc2c1e10 [2021-01-12T20:22:09.504Z] ---> de8a91aa49c7 [2021-01-12T20:22:09.504Z] Step 6/22 : COPY go.mod . [2021-01-12T20:22:09.795Z] Removing intermediate container 546c76794eda [2021-01-12T20:22:09.795Z] ---> bffcb91caf38 [2021-01-12T20:22:09.795Z] Step 6/21 : COPY go.mod . [2021-01-12T20:22:10.071Z] ---> 7565f66a5935 [2021-01-12T20:22:10.071Z] Step 7/26 : RUN go mod download [2021-01-12T20:22:10.370Z] ---> Running in b11a34d2dcff [2021-01-12T20:22:10.370Z] ---> 85f8ce450cc6 [2021-01-12T20:22:10.370Z] Step 7/22 : RUN go mod download [2021-01-12T20:22:10.986Z] ---> Running in 24ecbb5ebf92 [2021-01-12T20:22:10.986Z] ---> d608fc667093 [2021-01-12T20:22:10.986Z] Step 7/21 : RUN go mod download [2021-01-12T20:22:10.986Z] ---> 00ae3c28124b [2021-01-12T20:22:10.986Z] Step 7/22 : RUN go mod download [2021-01-12T20:22:11.270Z] ---> Running in c91e82478a87 [2021-01-12T20:22:11.270Z] ---> Running in 3644103a4dfd [2021-01-12T20:22:13.285Z] Removing intermediate container 991f8d562b25 [2021-01-12T20:22:13.285Z] ---> 3f08d4ecc3a6 [2021-01-12T20:22:13.285Z] Step 8/24 : COPY . . [2021-01-12T20:22:15.274Z] Removing intermediate container b11a34d2dcff [2021-01-12T20:22:15.274Z] ---> 544f22b98f0b [2021-01-12T20:22:15.274Z] Step 8/26 : COPY . . [2021-01-12T20:22:15.870Z] Removing intermediate container 24ecbb5ebf92 [2021-01-12T20:22:15.870Z] ---> 81090d600275 [2021-01-12T20:22:15.870Z] Step 8/22 : COPY . . [2021-01-12T20:22:16.154Z] Removing intermediate container 3644103a4dfd [2021-01-12T20:22:16.154Z] ---> 639b40204b86 [2021-01-12T20:22:16.154Z] Step 8/21 : COPY . . [2021-01-12T20:22:16.760Z] Removing intermediate container c91e82478a87 [2021-01-12T20:22:16.760Z] ---> d1c3dd4b6508 [2021-01-12T20:22:16.760Z] Step 8/22 : COPY . . [2021-01-12T20:22:38.941Z] ---> afd37425292a [2021-01-12T20:22:38.941Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-12T20:22:38.941Z] ---> 55c53203f4f3 [2021-01-12T20:22:38.941Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-12T20:22:38.941Z] ---> a4f3284c8a49 [2021-01-12T20:22:38.941Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-12T20:22:38.941Z] ---> caedb50b4785 [2021-01-12T20:22:38.941Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-12T20:22:38.941Z] ---> f929f4d9479b [2021-01-12T20:22:38.941Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-12T20:22:38.941Z] ---> Running in 2f16bbcd0d28 [2021-01-12T20:22:38.941Z] ---> Running in 8cb199fd05c7 [2021-01-12T20:22:38.941Z] ---> Running in c7fe42835172 [2021-01-12T20:22:38.941Z] ---> Running in 0abf07d4e0de [2021-01-12T20:22:38.941Z] ---> Running in 00debca8e071 [2021-01-12T20:22:40.383Z] 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 [2021-01-12T20:22:40.383Z] 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 [2021-01-12T20:22:40.659Z] 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 [2021-01-12T20:22:40.659Z] 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 [2021-01-12T20:22:40.659Z] 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 [2021-01-12T20:24:02.434Z] 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 [2021-01-12T20:24:02.434Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-12T20:24:09.193Z] Removing intermediate container 00debca8e071 [2021-01-12T20:24:09.193Z] ---> 411e9d0c9b71 [2021-01-12T20:24:09.193Z] [2021-01-12T20:24:09.193Z] Step 10/22 : FROM alpine:3.12 [2021-01-12T20:24:09.193Z] 3.12: Pulling from library/alpine [2021-01-12T20:24:11.190Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-12T20:24:11.190Z] Status: Downloaded newer image for alpine:3.12 [2021-01-12T20:24:11.190Z] ---> afeebe901d6b [2021-01-12T20:24:11.190Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-12T20:24:12.180Z] ---> Running in 533f3fe1fcd7 [2021-01-12T20:24:13.631Z] Removing intermediate container 2f16bbcd0d28 [2021-01-12T20:24:13.631Z] ---> 4367e83260ef [2021-01-12T20:24:13.631Z] [2021-01-12T20:24:13.631Z] Step 10/24 : FROM alpine:3.12 [2021-01-12T20:24:13.631Z] ---> afeebe901d6b [2021-01-12T20:24:13.631Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-12T20:24:13.914Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T20:24:14.197Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T20:24:14.477Z] ---> Running in 1359c384b54b [2021-01-12T20:24:14.753Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-12T20:24:15.033Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T20:24:15.033Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-12T20:24:15.033Z] (4/5) Installing curl (7.69.1-r3) [2021-01-12T20:24:15.033Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-12T20:24:15.033Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T20:24:15.033Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T20:24:15.319Z] Removing intermediate container 8cb199fd05c7 [2021-01-12T20:24:15.319Z] ---> cab25f7ce7bf [2021-01-12T20:24:15.319Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-12T20:24:15.319Z] OK: 7 MiB in 19 packages [2021-01-12T20:24:15.922Z] ---> Running in d7b9ac9add0d [2021-01-12T20:24:16.520Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T20:24:16.520Z] Removing intermediate container 0abf07d4e0de [2021-01-12T20:24:16.520Z] ---> 9a3a118c098b [2021-01-12T20:24:16.520Z] [2021-01-12T20:24:16.520Z] Step 10/21 : FROM alpine:3.12 [2021-01-12T20:24:16.520Z] ---> afeebe901d6b [2021-01-12T20:24:16.520Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-12T20:24:16.520Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T20:24:16.800Z] ---> Running in 95ae50f0a537 [2021-01-12T20:24:17.076Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-12T20:24:17.351Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T20:24:17.351Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-12T20:24:17.351Z] (4/5) Installing curl (7.69.1-r3) [2021-01-12T20:24:17.351Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-12T20:24:17.351Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T20:24:17.351Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T20:24:17.624Z] OK: 7 MiB in 19 packages [2021-01-12T20:24:18.607Z] Removing intermediate container 533f3fe1fcd7 [2021-01-12T20:24:18.607Z] ---> 12695622f91d [2021-01-12T20:24:18.607Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-12T20:24:18.607Z] 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 [2021-01-12T20:24:18.882Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T20:24:18.882Z] ---> Running in f6c9db1488ab [2021-01-12T20:24:18.882Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T20:24:19.481Z] Removing intermediate container f6c9db1488ab [2021-01-12T20:24:19.481Z] ---> 98df9a87888f [2021-01-12T20:24:19.481Z] Step 13/22 : WORKDIR / [2021-01-12T20:24:19.481Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-12T20:24:19.757Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T20:24:19.757Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-12T20:24:19.757Z] (4/4) Installing curl (7.69.1-r3) [2021-01-12T20:24:19.757Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T20:24:19.757Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T20:24:19.757Z] ---> Running in aa1ad7efdfb8 [2021-01-12T20:24:20.031Z] OK: 7 MiB in 18 packages [2021-01-12T20:24:20.308Z] Removing intermediate container 1359c384b54b [2021-01-12T20:24:20.308Z] ---> 1263a14feafd [2021-01-12T20:24:20.308Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T20:24:20.594Z] ---> Running in efc0d5b2fc11 [2021-01-12T20:24:20.871Z] Removing intermediate container aa1ad7efdfb8 [2021-01-12T20:24:20.871Z] ---> ee97388b39af [2021-01-12T20:24:20.871Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T20:24:21.885Z] Removing intermediate container efc0d5b2fc11 [2021-01-12T20:24:21.885Z] ---> 64b50a9cf05b [2021-01-12T20:24:21.885Z] Step 13/24 : WORKDIR / [2021-01-12T20:24:21.885Z] ---> 2f2e65dda057 [2021-01-12T20:24:21.885Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-12T20:24:22.161Z] ---> Running in 36dd07ac77a4 [2021-01-12T20:24:23.135Z] Removing intermediate container 95ae50f0a537 [2021-01-12T20:24:23.135Z] ---> caaf3e8e3fcb [2021-01-12T20:24:23.135Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T20:24:23.135Z] Removing intermediate container 36dd07ac77a4 [2021-01-12T20:24:23.135Z] ---> 2aa1f8b3f46d [2021-01-12T20:24:23.135Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-12T20:24:23.135Z] ---> Running in 8d961449a5ed [2021-01-12T20:24:23.726Z] Removing intermediate container d7b9ac9add0d [2021-01-12T20:24:23.726Z] ---> 20fe6c8eb39b [2021-01-12T20:24:23.726Z] [2021-01-12T20:24:23.726Z] Step 11/26 : FROM docker:20.10.0 [2021-01-12T20:24:23.997Z] ---> 51647dfe56b0 [2021-01-12T20:24:23.997Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-12T20:24:23.997Z] 20.10.0: Pulling from library/docker [2021-01-12T20:24:24.268Z] ---> e6066a90e369 [2021-01-12T20:24:24.268Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-12T20:24:24.268Z] Removing intermediate container 8d961449a5ed [2021-01-12T20:24:24.268Z] ---> 74776b0fac03 [2021-01-12T20:24:24.268Z] Step 13/21 : WORKDIR /edgex [2021-01-12T20:24:24.908Z] ---> Running in 3cd5d25a3e91 [2021-01-12T20:24:25.192Z] ---> 1894bc16c9c5 [2021-01-12T20:24:25.192Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-12T20:24:25.509Z] ---> c1af5a263291 [2021-01-12T20:24:25.509Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-12T20:24:26.554Z] Removing intermediate container 3cd5d25a3e91 [2021-01-12T20:24:26.554Z] ---> b0058170b7dc [2021-01-12T20:24:26.554Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-12T20:24:27.200Z] ---> 630b1d43ef87 [2021-01-12T20:24:27.200Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-12T20:24:27.470Z] ---> Running in c3acb367f04a [2021-01-12T20:24:27.744Z] ---> 153769df75da [2021-01-12T20:24:27.744Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-12T20:24:28.021Z] ---> f75b3ca69e61 [2021-01-12T20:24:28.021Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-12T20:24:28.296Z] Removing intermediate container c7fe42835172 [2021-01-12T20:24:28.296Z] ---> 36e818240afd [2021-01-12T20:24:28.296Z] [2021-01-12T20:24:28.296Z] Step 10/22 : FROM scratch [2021-01-12T20:24:28.296Z] ---> [2021-01-12T20:24:28.296Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T20:24:28.896Z] ---> Running in d7d27794e010 [2021-01-12T20:24:29.884Z] Removing intermediate container d7d27794e010 [2021-01-12T20:24:29.884Z] ---> cbf91de2ceb9 [2021-01-12T20:24:29.884Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-12T20:24:30.482Z] ---> 40b1f3d0951e [2021-01-12T20:24:30.482Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-12T20:24:30.482Z] ---> 1c588b7a040f [2021-01-12T20:24:30.482Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-12T20:24:30.482Z] ---> Running in 7eadaf1549a0 [2021-01-12T20:24:31.915Z] Removing intermediate container 7eadaf1549a0 [2021-01-12T20:24:31.915Z] ---> 610d18a0c6b3 [2021-01-12T20:24:31.915Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-12T20:24:31.915Z] Removing intermediate container c3acb367f04a [2021-01-12T20:24:31.915Z] ---> b9397552f640 [2021-01-12T20:24:31.915Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-12T20:24:32.195Z] ---> Running in bde1ba56f349 [2021-01-12T20:24:32.474Z] ---> Running in fdeb20683c0f [2021-01-12T20:24:32.474Z] ---> d16652ca622d [2021-01-12T20:24:32.778Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-12T20:24:32.778Z] ---> b9b31438cd20 [2021-01-12T20:24:32.778Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-12T20:24:33.053Z] ---> Running in d50d01638c23 [2021-01-12T20:24:33.053Z] Removing intermediate container bde1ba56f349 [2021-01-12T20:24:33.053Z] ---> 34385816e896 [2021-01-12T20:24:33.053Z] Step 14/22 : WORKDIR / [2021-01-12T20:24:33.327Z] ---> Running in 26052a3eb61f [2021-01-12T20:24:33.602Z] Removing intermediate container fdeb20683c0f [2021-01-12T20:24:33.603Z] ---> 59ef529c9305 [2021-01-12T20:24:33.603Z] Step 20/22 : LABEL arch=arm64 [2021-01-12T20:24:33.876Z] Removing intermediate container d50d01638c23 [2021-01-12T20:24:33.876Z] ---> c2190652803f [2021-01-12T20:24:33.876Z] Step 18/21 : CMD ["--init=true"] [2021-01-12T20:24:33.876Z] ---> Running in f3879f5a5e06 [2021-01-12T20:24:34.470Z] ---> Running in 9c23b5756edb [2021-01-12T20:24:34.470Z] ---> 2eb9c97c1d50 [2021-01-12T20:24:34.470Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-12T20:24:34.470Z] Removing intermediate container 26052a3eb61f [2021-01-12T20:24:34.470Z] ---> b00808915047 [2021-01-12T20:24:34.470Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T20:24:34.743Z] ---> Running in 4b50b5edc031 [2021-01-12T20:24:34.743Z] Removing intermediate container f3879f5a5e06 [2021-01-12T20:24:34.743Z] ---> 588367994286 [2021-01-12T20:24:34.743Z] Step 21/22 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d [2021-01-12T20:24:35.341Z] ---> Running in c53a6fcb182b [2021-01-12T20:24:35.341Z] Removing intermediate container 9c23b5756edb [2021-01-12T20:24:35.341Z] ---> a05e6bdc7163 [2021-01-12T20:24:35.341Z] Step 19/21 : LABEL arch=arm64 [2021-01-12T20:24:35.621Z] ---> db662ea4f575 [2021-01-12T20:24:35.621Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-12T20:24:35.621Z] ---> Running in 7b1ae795fb9b [2021-01-12T20:24:36.220Z] Removing intermediate container c53a6fcb182b [2021-01-12T20:24:36.220Z] ---> b4a9800be8d8 [2021-01-12T20:24:36.220Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T20:24:36.494Z] ---> Running in 31e3576805c8 [2021-01-12T20:24:36.494Z] Removing intermediate container 7b1ae795fb9b [2021-01-12T20:24:36.494Z] ---> d6320136eb1c [2021-01-12T20:24:36.494Z] Step 20/21 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d [2021-01-12T20:24:37.089Z] ---> Running in 5d2bda4e68de [2021-01-12T20:24:37.358Z] Removing intermediate container 31e3576805c8 [2021-01-12T20:24:37.358Z] ---> 08b507a46cc0 [2021-01-12T20:24:37.358Z] [2021-01-12T20:24:37.632Z] ---> 784445d68568 [2021-01-12T20:24:37.632Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-12T20:24:37.632Z] Successfully built 08b507a46cc0 [2021-01-12T20:24:37.632Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-12T20:24:37.632Z] Removing intermediate container 5d2bda4e68de [2021-01-12T20:24:37.632Z] ---> b75bada7b95a [2021-01-12T20:24:37.632Z] Step 21/21 : LABEL version=0.0.0 Building docker-security-bootstrap-redis-go ... done Building docker-support-scheduler-go [2021-01-12T20:24:37.632Z] [2021-01-12T20:24:37.905Z] ---> Running in 4d2649c98898 [2021-01-12T20:24:38.192Z] Removing intermediate container 4b50b5edc031 [2021-01-12T20:24:38.192Z] ---> 3fcaf6cfcc18 [2021-01-12T20:24:38.192Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-12T20:24:38.192Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-12T20:24:38.192Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-12T20:24:38.192Z] ---> eeaf43b92773 [2021-01-12T20:24:38.192Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-12T20:24:38.469Z] ---> Running in f702957055d5 [2021-01-12T20:24:38.469Z] ---> Running in d264b9e8c5d1 [2021-01-12T20:24:38.758Z] ---> 920887a57f94 [2021-01-12T20:24:38.758Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-12T20:24:38.758Z] Removing intermediate container 4d2649c98898 [2021-01-12T20:24:38.758Z] ---> 1fe7ceb4e3db [2021-01-12T20:24:38.758Z] [2021-01-12T20:24:39.049Z] ---> Running in 63dda46b963f [2021-01-12T20:24:39.327Z] Successfully built 1fe7ceb4e3db [2021-01-12T20:24:39.599Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-12T20:24:39.599Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-01-12T20:24:39.599Z] Removing intermediate container f702957055d5 [2021-01-12T20:24:39.599Z] ---> 150e614071cd [2021-01-12T20:24:39.599Z] Step 22/24 : LABEL arch=arm64 [2021-01-12T20:24:39.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T20:24:39.873Z] ---> Running in ae995f2cb5ce [2021-01-12T20:24:39.873Z] Removing intermediate container 63dda46b963f [2021-01-12T20:24:39.873Z] ---> 41cb322ebc13 [2021-01-12T20:24:39.873Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T20:24:40.150Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T20:24:40.150Z] ---> Running in a1ad722ced83 [2021-01-12T20:24:40.751Z] Removing intermediate container ae995f2cb5ce [2021-01-12T20:24:40.751Z] ---> 3ba7ef30942b [2021-01-12T20:24:40.751Z] Step 23/24 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d [2021-01-12T20:24:40.751Z] (1/2) Installing readline (8.0.4-r0) [2021-01-12T20:24:40.751Z] (2/2) Installing bash (5.0.17-r0) [2021-01-12T20:24:40.751Z] Executing bash-5.0.17-r0.post-install [2021-01-12T20:24:40.751Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T20:24:40.751Z] OK: 12 MiB in 22 packages [2021-01-12T20:24:41.026Z] Removing intermediate container a1ad722ced83 [2021-01-12T20:24:41.026Z] ---> 139c38d4619c [2021-01-12T20:24:41.026Z] Step 20/22 : LABEL arch=arm64 [2021-01-12T20:24:41.627Z] ---> Running in 2ecb8126d763 [2021-01-12T20:24:42.604Z] ---> Running in 4aae0e3d5597 [2021-01-12T20:24:43.238Z] Removing intermediate container 2ecb8126d763 [2021-01-12T20:24:43.238Z] ---> a761466e4a90 [2021-01-12T20:24:43.238Z] Step 24/24 : LABEL version=0.0.0 [2021-01-12T20:24:43.238Z] Removing intermediate container 4aae0e3d5597 [2021-01-12T20:24:43.238Z] ---> 269c2bfa6f63 [2021-01-12T20:24:43.238Z] Step 21/22 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d [2021-01-12T20:24:43.840Z] ---> Running in 0f94f99f5ecd [2021-01-12T20:24:44.117Z] ---> Running in a429e7c045f0 [2021-01-12T20:24:44.117Z] Removing intermediate container d264b9e8c5d1 [2021-01-12T20:24:44.117Z] ---> a78ae4c11c52 [2021-01-12T20:24:44.117Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-12T20:24:44.728Z] ---> Running in 50c88aaf3786 [2021-01-12T20:24:44.728Z] Removing intermediate container 0f94f99f5ecd [2021-01-12T20:24:44.728Z] ---> 06b708759dad [2021-01-12T20:24:45.008Z] [2021-01-12T20:24:45.279Z] Removing intermediate container a429e7c045f0 [2021-01-12T20:24:45.279Z] ---> 525ef390a2ba [2021-01-12T20:24:45.279Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T20:24:45.279Z] Successfully built 06b708759dad [2021-01-12T20:24:45.871Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-12T20:24:45.871Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-01-12T20:24:46.148Z] ---> Running in 644680a36db4 [2021-01-12T20:24:46.148Z] Removing intermediate container 50c88aaf3786 [2021-01-12T20:24:46.148Z] ---> 929826a1e724 [2021-01-12T20:24:46.148Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-12T20:24:46.425Z] ---> Running in d69a1e7afddb [2021-01-12T20:24:46.702Z] Removing intermediate container 644680a36db4 [2021-01-12T20:24:46.702Z] ---> 519ad87f8f8b [2021-01-12T20:24:46.702Z] [2021-01-12T20:24:46.972Z] Successfully built 519ad87f8f8b [2021-01-12T20:24:47.244Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-12T20:24:47.244Z] Building docker-core-data-go [2021-01-12T20:24:47.244Z]  Building docker-core-metadata-go ... done Removing intermediate container d69a1e7afddb [2021-01-12T20:24:47.244Z] ---> c594e7a89676 [2021-01-12T20:24:47.244Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-12T20:24:47.513Z] ---> Running in b1cf23f42d70 [2021-01-12T20:24:48.114Z] Removing intermediate container b1cf23f42d70 [2021-01-12T20:24:48.114Z] ---> 5dfbe93adb13 [2021-01-12T20:24:48.114Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-12T20:24:49.541Z] ---> a2388bbbcbdb [2021-01-12T20:24:49.541Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-12T20:24:50.971Z] ---> e00cd66866f5 [2021-01-12T20:24:50.971Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-12T20:24:51.949Z] ---> 847bd4670ca2 [2021-01-12T20:24:51.949Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-12T20:24:52.220Z] ---> Running in b9133df295f6 [2021-01-12T20:24:53.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T20:24:53.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T20:24:53.924Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-12T20:24:53.924Z] (2/33) Installing expat (2.2.9-r1) [2021-01-12T20:24:54.199Z] (3/33) Installing libffi (3.3-r2) [2021-01-12T20:24:54.199Z] (4/33) Installing gdbm (1.13-r1) [2021-01-12T20:24:54.199Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-12T20:24:54.199Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-12T20:24:54.199Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-12T20:24:56.182Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-12T20:24:56.182Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-12T20:24:56.182Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-12T20:24:56.182Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-12T20:24:56.182Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-12T20:24:56.182Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-12T20:24:56.182Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-12T20:24:56.182Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-12T20:24:56.182Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-12T20:24:56.182Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-12T20:24:56.458Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-12T20:24:56.458Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-12T20:24:56.458Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-12T20:24:56.458Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-12T20:24:56.458Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-12T20:24:56.730Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-12T20:24:56.730Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-12T20:24:56.730Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-12T20:24:56.730Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-12T20:24:56.730Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-12T20:24:56.730Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-12T20:24:56.730Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-12T20:24:56.730Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-12T20:24:56.730Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-12T20:24:56.730Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-12T20:24:56.730Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-12T20:24:57.004Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T20:24:57.004Z] OK: 71 MiB in 55 packages [2021-01-12T20:25:07.168Z] Removing intermediate container b9133df295f6 [2021-01-12T20:25:07.168Z] ---> 4d555176d55e [2021-01-12T20:25:07.168Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-12T20:25:07.768Z] ---> Running in a3bd99a32374 [2021-01-12T20:25:14.528Z] Collecting docker-compose==1.23.2 [2021-01-12T20:25:14.528Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-12T20:25:14.528Z] Collecting texttable<0.10,>=0.9.0 [2021-01-12T20:25:14.529Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-12T20:25:17.157Z] Collecting PyYAML<4,>=3.10 [2021-01-12T20:25:17.157Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-12T20:25:18.610Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T20:25:18.610Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-12T20:25:18.610Z] ---> e7a72da563b4 [2021-01-12T20:25:18.610Z] Step 3/21 : WORKDIR /edgex-go [2021-01-12T20:25:18.610Z] ---> Using cache [2021-01-12T20:25:18.610Z] ---> 47fef89f592a [2021-01-12T20:25:18.610Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T20:25:18.610Z] ---> Using cache [2021-01-12T20:25:18.610Z] ---> d5548f56bcfe [2021-01-12T20:25:18.610Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-12T20:25:18.610Z] ---> Using cache [2021-01-12T20:25:18.610Z] ---> 4849a8695d17 [2021-01-12T20:25:18.610Z] Step 6/21 : COPY go.mod . [2021-01-12T20:25:18.610Z] ---> Using cache [2021-01-12T20:25:18.610Z] ---> 85f8ce450cc6 [2021-01-12T20:25:18.610Z] Step 7/21 : RUN go mod download [2021-01-12T20:25:18.610Z] ---> Using cache [2021-01-12T20:25:18.610Z] ---> 81090d600275 [2021-01-12T20:25:18.610Z] Step 8/21 : COPY . . [2021-01-12T20:25:18.610Z] ---> Using cache [2021-01-12T20:25:18.610Z] ---> a4f3284c8a49 [2021-01-12T20:25:18.610Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-12T20:25:21.256Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T20:25:21.256Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-12T20:25:21.256Z] ---> e7a72da563b4 [2021-01-12T20:25:21.256Z] Step 3/24 : WORKDIR /edgex-go [2021-01-12T20:25:21.256Z] ---> Using cache [2021-01-12T20:25:21.256Z] ---> 47fef89f592a [2021-01-12T20:25:21.256Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T20:25:21.256Z] ---> Using cache [2021-01-12T20:25:21.256Z] ---> d5548f56bcfe [2021-01-12T20:25:21.256Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-12T20:25:21.534Z] ---> Running in 8b9705d7782b [2021-01-12T20:25:21.808Z] ---> Running in 366d397cd913 [2021-01-12T20:25:22.802Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-12T20:25:22.802Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-12T20:25:23.406Z] Collecting cached-property<2,>=1.2.0 [2021-01-12T20:25:23.406Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-12T20:25:23.683Z] 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 [2021-01-12T20:25:23.961Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T20:25:23.961Z] Collecting jsonschema<3,>=2.5.1 [2021-01-12T20:25:23.961Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-12T20:25:24.235Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-12T20:25:24.516Z] Collecting docopt<0.7,>=0.6.1 [2021-01-12T20:25:24.516Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-12T20:25:25.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T20:25:27.107Z] OK: 217 MiB in 51 packages [2021-01-12T20:25:27.390Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-12T20:25:27.390Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-12T20:25:28.838Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T20:25:28.838Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T20:25:28.838Z] ---> e7a72da563b4 [2021-01-12T20:25:28.838Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T20:25:28.838Z] ---> Using cache [2021-01-12T20:25:28.838Z] ---> 47fef89f592a [2021-01-12T20:25:28.838Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T20:25:28.838Z] ---> Using cache [2021-01-12T20:25:28.838Z] ---> d5548f56bcfe [2021-01-12T20:25:28.838Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T20:25:28.838Z] ---> Using cache [2021-01-12T20:25:28.838Z] ---> 4849a8695d17 [2021-01-12T20:25:28.838Z] Step 6/22 : COPY go.mod . [2021-01-12T20:25:28.838Z] ---> Using cache [2021-01-12T20:25:28.838Z] ---> 85f8ce450cc6 [2021-01-12T20:25:28.838Z] Step 7/22 : RUN go mod download [2021-01-12T20:25:28.838Z] ---> Using cache [2021-01-12T20:25:28.838Z] ---> 81090d600275 [2021-01-12T20:25:28.838Z] Step 8/22 : COPY . . [2021-01-12T20:25:28.838Z] ---> Using cache [2021-01-12T20:25:28.838Z] ---> a4f3284c8a49 [2021-01-12T20:25:28.838Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-12T20:25:29.113Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T20:25:29.113Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-12T20:25:29.113Z] ---> e7a72da563b4 [2021-01-12T20:25:29.113Z] Step 3/23 : WORKDIR /edgex-go [2021-01-12T20:25:29.113Z] ---> Using cache [2021-01-12T20:25:29.113Z] ---> 47fef89f592a [2021-01-12T20:25:29.113Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T20:25:29.113Z] ---> Using cache [2021-01-12T20:25:29.113Z] ---> d5548f56bcfe [2021-01-12T20:25:29.113Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-12T20:25:29.738Z] ---> Running in 0ab6c244f33d [2021-01-12T20:25:29.738Z] ---> Running in bc2c33cda93b [2021-01-12T20:25:30.342Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-12T20:25:30.622Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-12T20:25:30.622Z] Removing intermediate container 366d397cd913 [2021-01-12T20:25:30.622Z] ---> e52917465ab5 [2021-01-12T20:25:30.622Z] Step 6/24 : COPY go.mod . [2021-01-12T20:25:31.631Z] Collecting docker<4.0,>=3.6.0 [2021-01-12T20:25:31.631Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-12T20:25:31.910Z] 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 [2021-01-12T20:25:32.188Z] ---> 9da39c28c863 [2021-01-12T20:25:32.188Z] Step 7/24 : RUN go mod download [2021-01-12T20:25:32.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T20:25:32.469Z] ---> Running in 4d01d93999ae [2021-01-12T20:25:32.785Z] Collecting idna<2.8,>=2.5 [2021-01-12T20:25:32.785Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-12T20:25:33.096Z] 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) [2021-01-12T20:25:33.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T20:25:34.194Z] OK: 217 MiB in 51 packages [2021-01-12T20:25:34.474Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-12T20:25:34.474Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-12T20:25:35.149Z] 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) [2021-01-12T20:25:35.436Z] Collecting docker-pycreds>=0.4.0 [2021-01-12T20:25:35.436Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-12T20:25:35.721Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-12T20:25:35.721Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-12T20:25:35.721Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-12T20:25:35.721Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-12T20:25:35.998Z] Removing intermediate container bc2c33cda93b [2021-01-12T20:25:35.998Z] ---> bf2ca12ff539 [2021-01-12T20:25:35.998Z] Step 6/23 : COPY go.mod . [2021-01-12T20:25:36.997Z] Installing collected packages: texttable, PyYAML, idna, urllib3, requests, cached-property, jsonschema, docopt, dockerpty, websocket-client, docker-pycreds, docker, docker-compose [2021-01-12T20:25:36.997Z] Running setup.py install for texttable: started [2021-01-12T20:25:37.277Z] Removing intermediate container 4d01d93999ae [2021-01-12T20:25:37.277Z] ---> 99c7908923df [2021-01-12T20:25:37.277Z] Step 8/24 : COPY . . [2021-01-12T20:25:37.277Z] ---> b4a5afe269e8 [2021-01-12T20:25:37.277Z] Step 7/23 : RUN go mod download [2021-01-12T20:25:37.558Z] ---> Running in c6561af4421b [2021-01-12T20:25:40.225Z] Running setup.py install for texttable: finished with status 'done' [2021-01-12T20:25:40.225Z] Running setup.py install for PyYAML: started [2021-01-12T20:25:42.884Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-12T20:25:42.884Z] Attempting uninstall: idna [2021-01-12T20:25:43.163Z] Found existing installation: idna 2.9 [2021-01-12T20:25:43.163Z] Uninstalling idna-2.9: [2021-01-12T20:25:43.163Z] Successfully uninstalled idna-2.9 [2021-01-12T20:25:44.146Z] Removing intermediate container c6561af4421b [2021-01-12T20:25:44.146Z] ---> 202430a1dc19 [2021-01-12T20:25:44.146Z] Step 8/23 : COPY . . [2021-01-12T20:25:44.146Z] Attempting uninstall: urllib3 [2021-01-12T20:25:44.146Z] Found existing installation: urllib3 1.25.9 [2021-01-12T20:25:44.146Z] Uninstalling urllib3-1.25.9: [2021-01-12T20:25:44.420Z] Successfully uninstalled urllib3-1.25.9 [2021-01-12T20:25:45.404Z] Attempting uninstall: requests [2021-01-12T20:25:45.404Z] Found existing installation: requests 2.23.0 [2021-01-12T20:25:45.404Z] Uninstalling requests-2.23.0: [2021-01-12T20:25:45.692Z] Successfully uninstalled requests-2.23.0 [2021-01-12T20:25:46.681Z] Running setup.py install for docopt: started [2021-01-12T20:25:49.319Z] Running setup.py install for docopt: finished with status 'done' [2021-01-12T20:25:49.319Z] Running setup.py install for dockerpty: started [2021-01-12T20:25:51.323Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-12T20:25:53.986Z] 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 [2021-01-12T20:26:02.281Z] ---> 227fd916164e [2021-01-12T20:26:02.281Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-12T20:26:02.281Z] ---> Running in 14869bdbeca4 [2021-01-12T20:26:04.279Z] Removing intermediate container a3bd99a32374 [2021-01-12T20:26:04.279Z] ---> d7924236e950 [2021-01-12T20:26:04.279Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-12T20:26:04.279Z] 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 [2021-01-12T20:26:04.558Z] ---> Running in f6212aaf5852 [2021-01-12T20:26:07.220Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T20:26:07.220Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T20:26:08.207Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T20:26:08.207Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-12T20:26:08.207Z] (3/3) Installing curl (7.69.1-r3) [2021-01-12T20:26:08.207Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T20:26:08.207Z] OK: 71 MiB in 58 packages [2021-01-12T20:26:10.840Z] ---> 9d483757d6ec [2021-01-12T20:26:10.840Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-12T20:26:10.840Z] Removing intermediate container f6212aaf5852 [2021-01-12T20:26:10.840Z] ---> 6e0f25def492 [2021-01-12T20:26:10.840Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-12T20:26:11.121Z] ---> Running in da9c11b1c81d [2021-01-12T20:26:11.121Z] ---> Running in 0868f0fa840f [2021-01-12T20:26:12.113Z] Removing intermediate container 0868f0fa840f [2021-01-12T20:26:12.113Z] ---> 265a3903dc69 [2021-01-12T20:26:12.113Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T20:26:12.394Z] ---> Running in d18e5501090d [2021-01-12T20:26:13.000Z] Removing intermediate container d18e5501090d [2021-01-12T20:26:13.000Z] ---> 4318131d5024 [2021-01-12T20:26:13.000Z] Step 24/26 : LABEL arch=arm64 [2021-01-12T20:26:13.287Z] ---> Running in 2161b55de662 [2021-01-12T20:26:13.287Z] 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 [2021-01-12T20:26:13.911Z] Removing intermediate container 2161b55de662 [2021-01-12T20:26:13.911Z] ---> 5e033bd0f410 [2021-01-12T20:26:13.911Z] Step 25/26 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d [2021-01-12T20:26:13.911Z] ---> Running in 0dca19ba6f22 [2021-01-12T20:26:14.518Z] Removing intermediate container 0dca19ba6f22 [2021-01-12T20:26:14.518Z] ---> 4ba057cee211 [2021-01-12T20:26:14.518Z] Step 26/26 : LABEL version=0.0.0 [2021-01-12T20:26:14.798Z] ---> Running in 7ec72184ba6d [2021-01-12T20:26:15.401Z] Removing intermediate container 7ec72184ba6d [2021-01-12T20:26:15.401Z] ---> c96d097dc68a [2021-01-12T20:26:15.401Z] [2021-01-12T20:26:15.678Z] Successfully built c96d097dc68a [2021-01-12T20:26:15.954Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-12T20:26:48.331Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 8b9705d7782b [2021-01-12T20:26:48.331Z] ---> ade3f9d19e46 [2021-01-12T20:26:48.331Z] [2021-01-12T20:26:48.331Z] Step 10/21 : FROM scratch [2021-01-12T20:26:48.331Z] ---> [2021-01-12T20:26:48.331Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T20:26:48.331Z] ---> Using cache [2021-01-12T20:26:48.331Z] ---> cbf91de2ceb9 [2021-01-12T20:26:48.331Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-12T20:26:48.331Z] ---> Running in 1a30055f83af [2021-01-12T20:26:48.331Z] Removing intermediate container 1a30055f83af [2021-01-12T20:26:48.331Z] ---> f2c4557a44df [2021-01-12T20:26:48.331Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-12T20:26:48.331Z] ---> Running in 53daf5be464c [2021-01-12T20:26:48.331Z] Removing intermediate container 53daf5be464c [2021-01-12T20:26:48.331Z] ---> 8f7190474b02 [2021-01-12T20:26:48.331Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T20:26:48.331Z] ---> 11316a3a2f3b [2021-01-12T20:26:48.331Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-12T20:26:48.930Z] ---> 290e412ab4eb [2021-01-12T20:26:48.930Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-12T20:26:49.917Z] ---> cb743bf74c1a [2021-01-12T20:26:49.917Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-12T20:26:50.191Z] ---> Running in f142f52d6246 [2021-01-12T20:26:50.793Z] Removing intermediate container f142f52d6246 [2021-01-12T20:26:50.793Z] ---> 9a5a929a26d7 [2021-01-12T20:26:50.793Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T20:26:51.402Z] ---> Running in d5884feb4f1c [2021-01-12T20:26:52.020Z] Removing intermediate container d5884feb4f1c [2021-01-12T20:26:52.020Z] ---> 01b3d3335e02 [2021-01-12T20:26:52.020Z] Step 19/21 : LABEL arch=arm64 [2021-01-12T20:26:52.324Z] ---> Running in 9a5a42084e14 [2021-01-12T20:26:53.328Z] Removing intermediate container 9a5a42084e14 [2021-01-12T20:26:53.328Z] ---> 14e88c9a1228 [2021-01-12T20:26:53.328Z] Step 20/21 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d [2021-01-12T20:26:53.604Z] ---> Running in 3910bff5b82d [2021-01-12T20:26:55.055Z] Removing intermediate container 3910bff5b82d [2021-01-12T20:26:55.055Z] ---> 588b6d3542ae [2021-01-12T20:26:55.055Z] Step 21/21 : LABEL version=0.0.0 [2021-01-12T20:26:55.055Z] ---> Running in 5909bcbf25b8 [2021-01-12T20:26:56.060Z] Removing intermediate container 0ab6c244f33d [2021-01-12T20:26:56.060Z] ---> 52e0b9f06531 [2021-01-12T20:26:56.060Z] [2021-01-12T20:26:56.060Z] Step 10/22 : FROM scratch [2021-01-12T20:26:56.060Z] ---> [2021-01-12T20:26:56.060Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T20:26:56.060Z] ---> Using cache [2021-01-12T20:26:56.060Z] ---> cbf91de2ceb9 [2021-01-12T20:26:56.060Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-12T20:26:56.060Z] Removing intermediate container 5909bcbf25b8 [2021-01-12T20:26:56.060Z] ---> 207cf9aec655 [2021-01-12T20:26:56.060Z] [2021-01-12T20:26:56.338Z] ---> Running in 336c77bd6395 [2021-01-12T20:26:56.617Z] Successfully built 207cf9aec655 [2021-01-12T20:26:56.617Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-12T20:26:56.896Z]  Building docker-support-scheduler-go ... done Removing intermediate container 336c77bd6395 [2021-01-12T20:26:56.896Z] ---> b19f787cebc9 [2021-01-12T20:26:56.896Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-12T20:26:56.896Z] ---> Running in 71fae9c69270 [2021-01-12T20:26:57.904Z] Removing intermediate container 71fae9c69270 [2021-01-12T20:26:57.904Z] ---> dbb948daf8bb [2021-01-12T20:26:57.904Z] Step 14/22 : WORKDIR / [2021-01-12T20:26:57.904Z] ---> Running in 3aca68524718 [2021-01-12T20:26:58.509Z] Removing intermediate container 3aca68524718 [2021-01-12T20:26:58.509Z] ---> 7080aea0bc7c [2021-01-12T20:26:58.509Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T20:26:59.504Z] ---> 557ca6ad2cd3 [2021-01-12T20:26:59.504Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-12T20:27:01.517Z] ---> a6bb70840669 [2021-01-12T20:27:01.517Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-12T20:27:02.509Z] ---> fabfc51aa8c9 [2021-01-12T20:27:02.509Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-12T20:27:02.509Z] ---> Running in 8134f38b3ab7 [2021-01-12T20:27:03.117Z] Removing intermediate container 8134f38b3ab7 [2021-01-12T20:27:03.117Z] ---> ab3a8cc5b06c [2021-01-12T20:27:03.117Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T20:27:03.396Z] ---> Running in 00df98448b7d [2021-01-12T20:27:04.005Z] Removing intermediate container 00df98448b7d [2021-01-12T20:27:04.005Z] ---> d3e2edaecac9 [2021-01-12T20:27:04.005Z] Step 20/22 : LABEL arch=arm64 [2021-01-12T20:27:04.005Z] ---> Running in 1fc61d5adcb6 [2021-01-12T20:27:04.608Z] Removing intermediate container 1fc61d5adcb6 [2021-01-12T20:27:04.608Z] ---> ddcbd5f2ad13 [2021-01-12T20:27:04.608Z] Step 21/22 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d [2021-01-12T20:27:04.883Z] ---> Running in 9b198f532f8a [2021-01-12T20:27:05.488Z] Removing intermediate container 9b198f532f8a [2021-01-12T20:27:05.488Z] ---> c06770738abf [2021-01-12T20:27:05.488Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T20:27:05.760Z] ---> Running in c68b9a33fd0f [2021-01-12T20:27:06.526Z] Removing intermediate container c68b9a33fd0f [2021-01-12T20:27:06.526Z] ---> f27c34324b9a [2021-01-12T20:27:06.526Z] [2021-01-12T20:27:07.196Z] Successfully built f27c34324b9a [2021-01-12T20:27:07.196Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-12T20:27:17.420Z]  Building docker-core-command-go ... done Removing intermediate container 14869bdbeca4 [2021-01-12T20:27:17.420Z] ---> e9d448b69b52 [2021-01-12T20:27:17.420Z] [2021-01-12T20:27:17.420Z] Step 10/24 : FROM scratch [2021-01-12T20:27:17.420Z] ---> [2021-01-12T20:27:17.420Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-12T20:27:17.420Z] ---> Running in ebbda9f721f9 [2021-01-12T20:27:17.420Z] Removing intermediate container ebbda9f721f9 [2021-01-12T20:27:17.420Z] ---> c05230d91a51 [2021-01-12T20:27:17.420Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-12T20:27:17.420Z] ---> Running in 7011130a9d2c [2021-01-12T20:27:17.699Z] Removing intermediate container 7011130a9d2c [2021-01-12T20:27:17.699Z] ---> ea8109e054ca [2021-01-12T20:27:17.699Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-12T20:27:17.699Z] ---> Running in b6ad46c8bf3f [2021-01-12T20:27:18.295Z] Removing intermediate container b6ad46c8bf3f [2021-01-12T20:27:18.295Z] ---> 014b1798eb47 [2021-01-12T20:27:18.295Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-12T20:27:19.280Z] ---> 855eef3f2aa8 [2021-01-12T20:27:19.280Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-12T20:27:20.256Z] ---> 932e5bdfd5e0 [2021-01-12T20:27:20.256Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-12T20:27:21.687Z] ---> 54b65fda3895 [2021-01-12T20:27:21.687Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T20:27:22.672Z] ---> c025c627fd81 [2021-01-12T20:27:22.672Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-12T20:27:26.097Z] ---> 7933cd96913a [2021-01-12T20:27:26.097Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-12T20:27:26.376Z] ---> cf2f02aa9c5e [2021-01-12T20:27:26.376Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-12T20:27:26.376Z] ---> Running in 05836d018d20 [2021-01-12T20:27:26.971Z] Removing intermediate container 05836d018d20 [2021-01-12T20:27:26.971Z] ---> 2e8f56068789 [2021-01-12T20:27:26.971Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T20:27:26.971Z] ---> Running in c803c0d20b20 [2021-01-12T20:27:27.590Z] Removing intermediate container c803c0d20b20 [2021-01-12T20:27:27.590Z] ---> b8d8c00c173a [2021-01-12T20:27:27.590Z] Step 22/24 : LABEL arch=arm64 [2021-01-12T20:27:27.590Z] ---> Running in 6b9ed158984d [2021-01-12T20:27:28.183Z] Removing intermediate container 6b9ed158984d [2021-01-12T20:27:28.183Z] ---> ac024d51619e [2021-01-12T20:27:28.183Z] Step 23/24 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d [2021-01-12T20:27:28.458Z] ---> Running in ceec59665cb7 [2021-01-12T20:27:28.738Z] Removing intermediate container ceec59665cb7 [2021-01-12T20:27:28.739Z] ---> e91c3d62ce03 [2021-01-12T20:27:28.739Z] Step 24/24 : LABEL version=0.0.0 [2021-01-12T20:27:29.011Z] ---> Running in 196655b78410 [2021-01-12T20:27:29.607Z] Removing intermediate container 196655b78410 [2021-01-12T20:27:29.607Z] ---> 1141407a6527 [2021-01-12T20:27:29.607Z] [2021-01-12T20:27:30.203Z] Successfully built 1141407a6527 [2021-01-12T20:27:30.203Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-12T20:27:32.171Z]  Building docker-support-notifications-go ... done Removing intermediate container da9c11b1c81d [2021-01-12T20:27:32.171Z] ---> d12a900430a0 [2021-01-12T20:27:32.171Z] [2021-01-12T20:27:32.171Z] Step 10/23 : FROM alpine:3.12 [2021-01-12T20:27:32.171Z] ---> afeebe901d6b [2021-01-12T20:27:32.171Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T20:27:32.171Z] ---> Running in b04181757d08 [2021-01-12T20:27:32.443Z] Removing intermediate container b04181757d08 [2021-01-12T20:27:32.443Z] ---> abe0263ff51c [2021-01-12T20:27:32.443Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-12T20:27:32.443Z] ---> Running in 61ab789d3d6e [2021-01-12T20:27:33.040Z] Removing intermediate container 61ab789d3d6e [2021-01-12T20:27:33.041Z] ---> 87d77709cc1a [2021-01-12T20:27:33.041Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-12T20:27:33.041Z] ---> Running in 2e3c109be358 [2021-01-12T20:27:33.633Z] Removing intermediate container 2e3c109be358 [2021-01-12T20:27:33.633Z] ---> c1155a710cf7 [2021-01-12T20:27:33.633Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T20:27:33.633Z] ---> Running in bbd5445b5fb6 [2021-01-12T20:27:36.253Z] Removing intermediate container bbd5445b5fb6 [2021-01-12T20:27:36.253Z] ---> 75717696682b [2021-01-12T20:27:36.253Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-12T20:27:36.253Z] ---> Running in b717cf54a4c5 [2021-01-12T20:27:36.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T20:27:37.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T20:27:38.403Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-12T20:27:38.403Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-12T20:27:38.403Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-12T20:27:38.672Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-12T20:27:38.672Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-12T20:27:38.942Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T20:27:38.942Z] OK: 8 MiB in 19 packages [2021-01-12T20:27:40.377Z] Removing intermediate container b717cf54a4c5 [2021-01-12T20:27:40.377Z] ---> f87214486cba [2021-01-12T20:27:40.377Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T20:27:40.969Z] ---> f7347d30e983 [2021-01-12T20:27:40.969Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-12T20:27:42.408Z] ---> 396dc17bb800 [2021-01-12T20:27:42.408Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-12T20:27:43.000Z] ---> d461e393a942 [2021-01-12T20:27:43.000Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-12T20:27:43.000Z] ---> Running in 778746254d32 [2021-01-12T20:27:43.594Z] Removing intermediate container 778746254d32 [2021-01-12T20:27:43.594Z] ---> 7c71d44019ad [2021-01-12T20:27:43.594Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T20:27:43.594Z] ---> Running in 81e54068113d [2021-01-12T20:27:44.188Z] Removing intermediate container 81e54068113d [2021-01-12T20:27:44.188Z] ---> 7b622e859c71 [2021-01-12T20:27:44.188Z] Step 21/23 : LABEL arch=arm64 [2021-01-12T20:27:44.188Z] ---> Running in 0fdd910fea32 [2021-01-12T20:27:44.782Z] Removing intermediate container 0fdd910fea32 [2021-01-12T20:27:44.782Z] ---> 05bd1fa89e4c [2021-01-12T20:27:44.782Z] Step 22/23 : LABEL git_sha=3e46a1d5c22063102067ca6169d05a03eaa1b63d [2021-01-12T20:27:45.053Z] ---> Running in 435be81880de [2021-01-12T20:27:45.325Z] Removing intermediate container 435be81880de [2021-01-12T20:27:45.325Z] ---> 28b066859647 [2021-01-12T20:27:45.325Z] Step 23/23 : LABEL version=0.0.0 [2021-01-12T20:27:45.596Z] ---> Running in 831c1ab98b3b [2021-01-12T20:27:45.869Z] Removing intermediate container 831c1ab98b3b [2021-01-12T20:27:45.869Z] ---> 2d6663d8ef66 [2021-01-12T20:27:45.869Z] [2021-01-12T20:27:46.463Z] Successfully built 2d6663d8ef66 [2021-01-12T20:27:46.463Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-12T20:27:46.762Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-12T20:27:46.755Z] $ docker stop --time=1 56c30efe08ccce046e981eb11c543914f52f1ee2bf34b39b4da14287301cefd8 [2021-01-12T20:27:48.687Z] $ docker rm -f 56c30efe08ccce046e981eb11c543914f52f1ee2bf34b39b4da14287301cefd8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T20:27:49.371Z] + docker images [2021-01-12T20:27:49.371Z] + grep docker [2021-01-12T20:27:49.644Z] docker-core-data-go-arm64 latest 2d6663d8ef66 4 seconds ago 21MB [2021-01-12T20:27:49.644Z] docker-support-notifications-go-arm64 latest 1141407a6527 20 seconds ago 11.4MB [2021-01-12T20:27:49.644Z] docker-core-command-go-arm64 latest f27c34324b9a 43 seconds ago 9.98MB [2021-01-12T20:27:49.644Z] docker-support-scheduler-go-arm64 latest 207cf9aec655 54 seconds ago 10MB [2021-01-12T20:27:49.644Z] docker-sys-mgmt-agent-go-arm64 latest c96d097dc68a About a minute ago 300MB [2021-01-12T20:27:49.644Z] docker-core-metadata-go-arm64 latest 519ad87f8f8b 3 minutes ago 12.3MB [2021-01-12T20:27:49.644Z] docker-security-secretstore-setup-go-arm64 latest 06b708759dad 3 minutes ago 23.4MB [2021-01-12T20:27:49.644Z] docker-security-proxy-setup-go-arm64 latest 1fe7ceb4e3db 3 minutes ago 23.3MB [2021-01-12T20:27:49.644Z] docker-security-bootstrap-redis-go-arm64 latest 08b507a46cc0 3 minutes ago 15.1MB [2021-01-12T20:27:49.644Z] docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-12T20:27:53.385Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T20:27:54.352Z] ---> package-listing.sh [2021-01-12T20:27:54.352Z] ++ facter osfamily [2021-01-12T20:27:54.352Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-12T20:27:54.352Z] + OS_FAMILY=redhat [2021-01-12T20:27:54.352Z] + workspace=/w/workspace/edgex-go/6 [2021-01-12T20:27:54.352Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-12T20:27:54.352Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-12T20:27:54.352Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-12T20:27:54.352Z] + PACKAGES=/tmp/packages_start.txt [2021-01-12T20:27:54.352Z] + '[' /w/workspace/edgex-go/6 ']' [2021-01-12T20:27:54.352Z] + PACKAGES=/tmp/packages_end.txt [2021-01-12T20:27:54.352Z] + case "${OS_FAMILY}" in [2021-01-12T20:27:54.352Z] + rpm -qa [2021-01-12T20:27:54.352Z] + sort [2021-01-12T20:27:59.693Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-12T20:27:59.693Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-12T20:27:59.693Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-12T20:27:59.693Z] + '[' /w/workspace/edgex-go/6 ']' [2021-01-12T20:27:59.693Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2021-01-12T20:27:59.693Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2021-01-12T20:27:59.708Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-12T20:28:00.006Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:28:00.319Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T20:28:00.580Z] [2021-01-12T20:28:00.580Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:28:00.934Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T20:28:00.934Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-12T20:28:00.934Z] df20fa9351a1: Pulling fs layer [2021-01-12T20:28:00.934Z] 36b3adc4ff6f: Pulling fs layer [2021-01-12T20:28:00.934Z] 8ad3a11d3b57: Pulling fs layer [2021-01-12T20:28:00.934Z] 46f8f816bc3b: Pulling fs layer [2021-01-12T20:28:00.934Z] 93b61091891f: Pulling fs layer [2021-01-12T20:28:00.934Z] 93b9cdb0e59b: Pulling fs layer [2021-01-12T20:28:00.934Z] 5e14af77c1be: Pulling fs layer [2021-01-12T20:28:00.934Z] 01666e4c0597: Pulling fs layer [2021-01-12T20:28:00.934Z] aa168da1d23b: Pulling fs layer [2021-01-12T20:28:00.934Z] 46f8f816bc3b: Waiting [2021-01-12T20:28:00.934Z] 93b61091891f: Waiting [2021-01-12T20:28:00.934Z] 93b9cdb0e59b: Waiting [2021-01-12T20:28:00.934Z] 01666e4c0597: Waiting [2021-01-12T20:28:00.934Z] 5e14af77c1be: Waiting [2021-01-12T20:28:00.934Z] 36b3adc4ff6f: Verifying Checksum [2021-01-12T20:28:00.934Z] 36b3adc4ff6f: Download complete [2021-01-12T20:28:00.934Z] 46f8f816bc3b: Verifying Checksum [2021-01-12T20:28:00.934Z] 46f8f816bc3b: Download complete [2021-01-12T20:28:00.934Z] df20fa9351a1: Download complete [2021-01-12T20:28:01.198Z] 93b9cdb0e59b: Verifying Checksum [2021-01-12T20:28:01.198Z] 93b9cdb0e59b: Download complete [2021-01-12T20:28:01.198Z] 5e14af77c1be: Verifying Checksum [2021-01-12T20:28:01.198Z] 5e14af77c1be: Download complete [2021-01-12T20:28:01.198Z] 93b61091891f: Verifying Checksum [2021-01-12T20:28:01.198Z] 93b61091891f: Download complete [2021-01-12T20:28:01.198Z] 01666e4c0597: Verifying Checksum [2021-01-12T20:28:01.198Z] 01666e4c0597: Download complete [2021-01-12T20:28:01.198Z] 8ad3a11d3b57: Verifying Checksum [2021-01-12T20:28:01.198Z] 8ad3a11d3b57: Download complete [2021-01-12T20:28:01.463Z] df20fa9351a1: Pull complete [2021-01-12T20:28:01.734Z] 36b3adc4ff6f: Pull complete [2021-01-12T20:28:03.129Z] aa168da1d23b: Verifying Checksum [2021-01-12T20:28:03.129Z] aa168da1d23b: Download complete [2021-01-12T20:28:04.084Z] 8ad3a11d3b57: Pull complete [2021-01-12T20:28:04.084Z] 46f8f816bc3b: Pull complete [2021-01-12T20:28:05.475Z] 93b61091891f: Pull complete [2021-01-12T20:28:05.737Z] 93b9cdb0e59b: Pull complete [2021-01-12T20:28:05.737Z] 5e14af77c1be: Pull complete [2021-01-12T20:28:06.000Z] 01666e4c0597: Pull complete [2021-01-12T20:28:14.175Z] aa168da1d23b: Pull complete [2021-01-12T20:28:14.175Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-12T20:28:14.175Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T20:28:14.175Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-12T20:28:14.399Z] prd-centos7-docker-4c-2g-19783 does not seem to be running inside a container [2021-01-12T20:28:14.451Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-12T20:28:21.946Z] $ docker top 98d1d667c816b7c17fd48af99b48f9cf5143f2f2222be0207c1a913527e833b5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T20:28:22.499Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-12T20:28:22.806Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-12T20:28:23.112Z] + ls /var/log/sa-host [2021-01-12T20:28:23.113Z] + sadf -c /var/log/sa-host/sa12 [2021-01-12T20:28:23.113Z] file_magic: OK [2021-01-12T20:28:23.113Z] HZ: Using current value: 100 [2021-01-12T20:28:23.113Z] file_header: OK [2021-01-12T20:28:23.113Z] 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 [2021-01-12T20:28:23.113Z] Statistics: [2021-01-12T20:28:23.113Z] 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... [2021-01-12T20:28:23.113Z] File successfully converted to sysstat format version 12.2.1 [2021-01-12T20:28:23.113Z] + sadf -c /var/log/sa-host/sa23 [2021-01-12T20:28:23.113Z] file_magic: OK [2021-01-12T20:28:23.113Z] HZ: Using current value: 100 [2021-01-12T20:28:23.113Z] file_header: OK [2021-01-12T20:28:23.113Z] 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 [2021-01-12T20:28:23.113Z] Statistics: [2021-01-12T20:28:23.113Z] Hnuu...uuuununununu... [2021-01-12T20:28:23.113Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-12T20:28:23.361Z] provisioning config files... [2021-01-12T20:28:23.386Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config1500270844181332938tmp [Pipeline] { [Pipeline] echo [2021-01-12T20:28:23.446Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T20:28:23.749Z] ---> create-netrc.sh [Pipeline] } [2021-01-12T20:28:23.759Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-12T20:28:23.852Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T20:28:24.148Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-12T20:28:24.161Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T20:28:24.455Z] ---> sudo-logs.sh [2021-01-12T20:28:24.455Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-12T20:28:24.466Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T20:28:24.762Z] ---> job-cost.sh [2021-01-12T20:28:24.762Z] lf-activate-venv: SKIPPING [2021-01-12T20:28:24.762Z] INFO: No Stack... [2021-01-12T20:28:26.678Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-12T20:28:26.939Z] INFO: Archiving Costs [Pipeline] echo [2021-01-12T20:28:26.951Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T20:28:27.246Z] ---> logs-deploy.sh [2021-01-12T20:28:27.246Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2999/6 [2021-01-12T20:28:27.246Z] INFO: archiving workspace using pattern(s): [2021-01-12T20:28:28.632Z] Archives upload complete. [2021-01-12T20:28:28.632Z] INFO: archiving logs to Nexus