Pull request #2892 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 416f7af198bcbdfe57b3ae159b9b46fe65dcf279+39e6b044bcbfaa6947ff572dd7ed6f608645206c (57090a8f5eaeeaa79977a028ad9b7e4e09218d2d) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-2892/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-2892/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-12926 in /w/workspace/edgexfoundry_edgex-go_PR-2892 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 39e6b044bcbfaa6947ff572dd7ed6f608645206c into PR head commit 416f7af198bcbdfe57b3ae159b9b46fe65dcf279 Merge succeeded, producing 416f7af198bcbdfe57b3ae159b9b46fe65dcf279 Checking out Revision 416f7af198bcbdfe57b3ae159b9b46fe65dcf279 (PR-2892) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2892/head:refs/remotes/origin/PR-2892 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 416f7af198bcbdfe57b3ae159b9b46fe65dcf279 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 39e6b044bcbfaa6947ff572dd7ed6f608645206c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 416f7af198bcbdfe57b3ae159b9b46fe65dcf279 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-20T06:34:45.008Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-20T06:34:45.369Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-20T06:34:45.625Z] ========================================================= [2020-11-20T06:34:45.625Z] EdgeX Global Pipelines Version Info [2020-11-20T06:34:45.625Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-20T06:34:48.206Z] ------------------- [2020-11-20T06:34:48.206Z] stable info: [2020-11-20T06:34:48.206Z] ------------------- [2020-11-20T06:34:48.206Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-20T06:34:48.206Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-20T06:34:48.206Z] Message: update stable to v1.0.167 [2020-11-20T06:34:49.164Z] ------------------- [2020-11-20T06:34:49.164Z] experimental info: [2020-11-20T06:34:49.164Z] ------------------- [2020-11-20T06:34:49.164Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-20T06:34:49.164Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-20T06:34:49.164Z] Message: update experimental to v1.0.167 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-20T06:34:49.527Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-11-20T06:34:49.653Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-11-20T06:34:49.778Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-20T06:34:49.907Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-20T06:34:50.031Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-20T06:34:50.199Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-20T06:34:50.345Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-20T06:34:50.511Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-11-20T06:34:50.712Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-11-20T06:34:50.841Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-11-20T06:34:51.052Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-20T06:34:51.179Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-20T06:34:51.300Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-20T06:34:51.436Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-20T06:34:51.600Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-20T06:34:51.729Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-20T06:34:51.863Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-20T06:34:52.052Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-20T06:34:52.193Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-20T06:34:52.343Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-11-20T06:34:52.472Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-11-20T06:34:52.621Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-20T06:34:52.743Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2892 [Pipeline] echo [2020-11-20T06:34:52.875Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2892 [Pipeline] echo [2020-11-20T06:34:53.019Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2892 [Pipeline] echo [2020-11-20T06:34:53.144Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 416f7af198bcbdfe57b3ae159b9b46fe65dcf279 [Pipeline] echo [2020-11-20T06:34:53.265Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 416f7af [Pipeline] echo [2020-11-20T06:34:53.391Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-20T06:34:53.653Z] provisioning config files... [2020-11-20T06:34:53.688Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4939405804723889984tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-20T06:34:54.139Z] ---> docker-login.sh [2020-11-20T06:34:54.139Z] nexus3.edgexfoundry.org:10001 [2020-11-20T06:34:54.423Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T06:34:54.703Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T06:34:54.703Z] Configure a credential helper to remove this warning. See [2020-11-20T06:34:54.703Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T06:34:54.703Z] [2020-11-20T06:34:54.703Z] Login Succeeded [2020-11-20T06:34:54.703Z] nexus3.edgexfoundry.org:10002 [2020-11-20T06:34:54.971Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T06:34:54.971Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T06:34:54.971Z] Configure a credential helper to remove this warning. See [2020-11-20T06:34:54.971Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T06:34:54.971Z] [2020-11-20T06:34:54.971Z] Login Succeeded [2020-11-20T06:34:54.971Z] nexus3.edgexfoundry.org:10003 [2020-11-20T06:34:55.260Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T06:34:55.544Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T06:34:55.544Z] Configure a credential helper to remove this warning. See [2020-11-20T06:34:55.544Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T06:34:55.544Z] [2020-11-20T06:34:55.544Z] Login Succeeded [2020-11-20T06:34:55.544Z] nexus3.edgexfoundry.org:10004 [2020-11-20T06:34:55.822Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T06:34:55.822Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T06:34:55.822Z] Configure a credential helper to remove this warning. See [2020-11-20T06:34:55.822Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T06:34:55.822Z] [2020-11-20T06:34:55.822Z] Login Succeeded [2020-11-20T06:34:55.822Z] docker.io [2020-11-20T06:34:55.822Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T06:34:56.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T06:34:56.097Z] Configure a credential helper to remove this warning. See [2020-11-20T06:34:56.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T06:34:56.097Z] [2020-11-20T06:34:56.097Z] Login Succeeded [2020-11-20T06:34:56.097Z] ---> docker-login.sh ends [Pipeline] } [2020-11-20T06:34:56.140Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-20T06:34:56.753Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-11-20T06:34:56.753Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T06:34:56.753Z] ++ dirname cmd/core-command/Dockerfile [2020-11-20T06:34:56.753Z] ++ cut -d/ -f2 [2020-11-20T06:34:56.753Z] + echo core-command,cmd/core-command/Dockerfile [2020-11-20T06:34:56.753Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T06:34:56.753Z] ++ dirname cmd/core-data/Dockerfile [2020-11-20T06:34:56.753Z] ++ cut -d/ -f2 [2020-11-20T06:34:56.753Z] + echo core-data,cmd/core-data/Dockerfile [2020-11-20T06:34:56.753Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T06:34:56.753Z] ++ dirname cmd/core-metadata/Dockerfile [2020-11-20T06:34:56.753Z] ++ cut -d/ -f2 [2020-11-20T06:34:56.753Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-11-20T06:34:56.753Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T06:34:56.753Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-11-20T06:34:56.753Z] ++ cut -d/ -f2 [2020-11-20T06:34:56.753Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-11-20T06:34:56.753Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T06:34:56.753Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-11-20T06:34:56.753Z] ++ cut -d/ -f2 [2020-11-20T06:34:56.753Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-11-20T06:34:56.753Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T06:34:56.753Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-11-20T06:34:56.753Z] ++ cut -d/ -f2 [2020-11-20T06:34:56.753Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-11-20T06:34:56.753Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T06:34:56.753Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-11-20T06:34:56.753Z] ++ cut -d/ -f2 [2020-11-20T06:34:56.753Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-11-20T06:34:56.753Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T06:34:56.753Z] ++ dirname cmd/support-logging/Dockerfile [2020-11-20T06:34:56.753Z] ++ cut -d/ -f2 [2020-11-20T06:34:56.753Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-11-20T06:34:56.753Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T06:34:56.753Z] ++ dirname cmd/support-notifications/Dockerfile [2020-11-20T06:34:56.753Z] ++ cut -d/ -f2 [2020-11-20T06:34:56.753Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-11-20T06:34:56.753Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T06:34:56.753Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-11-20T06:34:56.753Z] ++ cut -d/ -f2 [2020-11-20T06:34:56.753Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-11-20T06:34:56.753Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T06:34:56.753Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-11-20T06:34:56.753Z] ++ cut -d/ -f2 [2020-11-20T06:34:56.753Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-11-20T06:34:56.881Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-11-20T06:34:58.057Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-20T06:34:58.057Z] [2020-11-20T06:34:58.057Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-20T06:34:58.473Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-20T06:34:58.473Z] latest: Pulling from edgex-devops/git-semver [2020-11-20T06:34:58.473Z] 31603596830f: Pulling fs layer [2020-11-20T06:34:58.473Z] 2a8b12db71e7: Pulling fs layer [2020-11-20T06:34:58.473Z] 6ca5941a6612: Pulling fs layer [2020-11-20T06:34:58.473Z] ecc8261a40a4: Pulling fs layer [2020-11-20T06:34:58.473Z] ecc8261a40a4: Waiting [2020-11-20T06:34:58.473Z] 2a8b12db71e7: Download complete [2020-11-20T06:34:58.773Z] 31603596830f: Verifying Checksum [2020-11-20T06:34:58.773Z] 31603596830f: Download complete [2020-11-20T06:34:59.073Z] ecc8261a40a4: Verifying Checksum [2020-11-20T06:34:59.073Z] ecc8261a40a4: Download complete [2020-11-20T06:34:59.360Z] 6ca5941a6612: Verifying Checksum [2020-11-20T06:34:59.360Z] 6ca5941a6612: Download complete [2020-11-20T06:34:59.360Z] 31603596830f: Pull complete [2020-11-20T06:34:59.643Z] 2a8b12db71e7: Pull complete [2020-11-20T06:35:00.682Z] 6ca5941a6612: Pull complete [2020-11-20T06:35:00.962Z] ecc8261a40a4: Pull complete [2020-11-20T06:35:00.962Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-20T06:35:00.962Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-20T06:35:00.962Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-20T06:35:01.250Z] prd-centos7-docker-4c-2g-12926 does not seem to be running inside a container [2020-11-20T06:35:01.346Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-20T06:35:04.288Z] $ docker top c2e925c5463adba1c1dce1845d29474e35f9cb42e1638e69bb84c038a56eb6d2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-20T06:35:04.763Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-20T06:35:04.764Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-20T06:35:05.040Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-20T06:35:05.047Z] $ docker exec c2e925c5463adba1c1dce1845d29474e35f9cb42e1638e69bb84c038a56eb6d2 ssh-agent [2020-11-20T06:35:05.252Z] SSH_AUTH_SOCK=/tmp/ssh-rap6f5D25JpW/agent.12 [2020-11-20T06:35:05.252Z] SSH_AGENT_PID=17 [2020-11-20T06:35:05.274Z] Running ssh-add (command line suppressed) [2020-11-20T06:35:05.446Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_4312916399608134242.key (/w/workspace/edgex-go/1@tmp/private_key_4312916399608134242.key) [2020-11-20T06:35:05.556Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-20T06:35:05.978Z] + git tag --points-at HEAD [Pipeline] } [2020-11-20T06:35:06.038Z] $ docker exec --env ******** --env ******** c2e925c5463adba1c1dce1845d29474e35f9cb42e1638e69bb84c038a56eb6d2 ssh-agent -k [2020-11-20T06:35:06.225Z] unset SSH_AUTH_SOCK; [2020-11-20T06:35:06.226Z] unset SSH_AGENT_PID; [2020-11-20T06:35:06.226Z] echo Agent pid 17 killed; [2020-11-20T06:35:06.391Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-20T06:35:06.581Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-20T06:35:06.581Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-20T06:35:07.043Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-20T06:35:07.050Z] $ docker exec c2e925c5463adba1c1dce1845d29474e35f9cb42e1638e69bb84c038a56eb6d2 ssh-agent [2020-11-20T06:35:07.361Z] SSH_AUTH_SOCK=/tmp/ssh-YnA8gwRWvXDE/agent.46 [2020-11-20T06:35:07.361Z] SSH_AGENT_PID=51 [2020-11-20T06:35:07.396Z] Running ssh-add (command line suppressed) [2020-11-20T06:35:07.583Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6031367029238349200.key (/w/workspace/edgex-go/1@tmp/private_key_6031367029238349200.key) [2020-11-20T06:35:07.674Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-20T06:35:08.221Z] + git semver init [2020-11-20T06:35:08.514Z] # -> Open(): unable to determine branch for HEAD [2020-11-20T06:35:08.514Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2020-11-20T06:35:08.514Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2020-11-20T06:35:08.514Z] # $SEMVER_REMOTE_NAME = origin [2020-11-20T06:35:08.514Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-20T06:35:08.514Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-20T06:35:08.514Z] # $SEMVER_BRANCH = PR-2892 [2020-11-20T06:35:08.514Z] # $SEMVER_TEMP = /tmp/semver-666584966 [2020-11-20T06:35:08.514Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-11-20T06:35:35.748Z] # '/tmp/semver-666584966' -> '/w/workspace/edgex-go/1/.semver' [2020-11-20T06:35:35.748Z] # -> Force: false [2020-11-20T06:35:35.748Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2020-11-20T06:35:35.777Z] $ docker exec --env ******** --env ******** c2e925c5463adba1c1dce1845d29474e35f9cb42e1638e69bb84c038a56eb6d2 ssh-agent -k [2020-11-20T06:35:36.083Z] unset SSH_AUTH_SOCK; [2020-11-20T06:35:36.083Z] unset SSH_AGENT_PID; [2020-11-20T06:35:36.083Z] echo Agent pid 51 killed; [2020-11-20T06:35:36.179Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-20T06:35:36.793Z] + git semver [Pipeline] } [2020-11-20T06:35:36.849Z] $ docker stop --time=1 c2e925c5463adba1c1dce1845d29474e35f9cb42e1638e69bb84c038a56eb6d2 [2020-11-20T06:35:38.862Z] $ docker rm -f c2e925c5463adba1c1dce1845d29474e35f9cb42e1638e69bb84c038a56eb6d2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-20T06:35:39.566Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-20T06:35:40.260Z] Stashed 1 file(s) [Pipeline] echo [2020-11-20T06:35:40.284Z] [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 [2020-11-20T06:35:41.766Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-20T06:35:42.104Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-20T06:35:42.442Z] + sudo service docker restart [2020-11-20T06:35:42.442Z] + true [2020-11-20T06:35:42.442Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-11-20T06:35:43.452Z] ========================================================= [2020-11-20T06:35:43.452Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-20T06:35:43.452Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-20T06:35:43.869Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-11-20T06:35:48.173Z] Sending build context to Docker daemon 325.9MB [2020-11-20T06:35:48.174Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-20T06:35:48.174Z] Step 2/7 : FROM ${BASE} [2020-11-20T06:35:48.446Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-20T06:35:48.446Z] df20fa9351a1: Pulling fs layer [2020-11-20T06:35:48.446Z] ed8968b2872e: Pulling fs layer [2020-11-20T06:35:48.446Z] a92cc7c5fd73: Pulling fs layer [2020-11-20T06:35:48.446Z] e871e8e8d7a9: Pulling fs layer [2020-11-20T06:35:48.446Z] e73272ec9a57: Pulling fs layer [2020-11-20T06:35:48.446Z] 1e910a182e73: Pulling fs layer [2020-11-20T06:35:48.446Z] 4e634b169226: Pulling fs layer [2020-11-20T06:35:48.446Z] e871e8e8d7a9: Waiting [2020-11-20T06:35:48.446Z] e73272ec9a57: Waiting [2020-11-20T06:35:48.446Z] 1e910a182e73: Waiting [2020-11-20T06:35:48.446Z] 4e634b169226: Waiting [2020-11-20T06:35:48.446Z] a92cc7c5fd73: Verifying Checksum [2020-11-20T06:35:48.446Z] a92cc7c5fd73: Download complete [2020-11-20T06:35:48.446Z] ed8968b2872e: Verifying Checksum [2020-11-20T06:35:48.446Z] ed8968b2872e: Download complete [2020-11-20T06:35:48.446Z] e73272ec9a57: Verifying Checksum [2020-11-20T06:35:48.446Z] e73272ec9a57: Download complete [2020-11-20T06:35:48.446Z] 1e910a182e73: Verifying Checksum [2020-11-20T06:35:48.446Z] 1e910a182e73: Download complete [2020-11-20T06:35:48.446Z] df20fa9351a1: Verifying Checksum [2020-11-20T06:35:48.446Z] df20fa9351a1: Download complete [2020-11-20T06:35:49.067Z] df20fa9351a1: Pull complete [2020-11-20T06:35:49.377Z] ed8968b2872e: Pull complete [2020-11-20T06:35:49.677Z] a92cc7c5fd73: Pull complete [2020-11-20T06:35:51.694Z] 4e634b169226: Verifying Checksum [2020-11-20T06:35:51.694Z] 4e634b169226: Download complete [2020-11-20T06:35:52.665Z] e871e8e8d7a9: Verifying Checksum [2020-11-20T06:35:52.665Z] e871e8e8d7a9: Download complete [2020-11-20T06:35:56.119Z] Still waiting to schedule task [2020-11-20T06:35:56.119Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-11-20T06:36:00.918Z] e871e8e8d7a9: Pull complete [2020-11-20T06:36:00.918Z] e73272ec9a57: Pull complete [2020-11-20T06:36:00.918Z] 1e910a182e73: Pull complete [2020-11-20T06:36:06.272Z] 4e634b169226: Pull complete [2020-11-20T06:36:06.272Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-20T06:36:06.272Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-20T06:36:06.272Z] ---> f7629b54cfaa [2020-11-20T06:36:06.272Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-11-20T06:36:06.272Z] ---> Running in 960ae53c3b70 [2020-11-20T06:36:06.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T06:36:07.497Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T06:36:08.181Z] (1/12) Installing libmagic (5.38-r0) [2020-11-20T06:36:08.451Z] (2/12) Installing file (5.38-r0) [2020-11-20T06:36:08.451Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-20T06:36:08.721Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-20T06:36:13.794Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-20T06:36:13.794Z] (6/12) Installing patch (2.7.6-r6) [2020-11-20T06:36:13.794Z] (7/12) Installing build-base (0.5-r2) [2020-11-20T06:36:13.794Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-20T06:36:14.059Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-20T06:36:14.325Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-20T06:36:14.325Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-20T06:36:14.605Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-20T06:36:14.605Z] Executing busybox-1.31.1-r16.trigger [2020-11-20T06:36:14.605Z] OK: 233 MiB in 51 packages [2020-11-20T06:36:17.301Z] Removing intermediate container 960ae53c3b70 [2020-11-20T06:36:17.301Z] ---> 63b0b68ed787 [2020-11-20T06:36:17.301Z] Step 4/7 : WORKDIR /edgex-go [2020-11-20T06:36:17.581Z] ---> Running in 013baa9ba12c [2020-11-20T06:36:17.581Z] Removing intermediate container 013baa9ba12c [2020-11-20T06:36:17.581Z] ---> 4bf553698b30 [2020-11-20T06:36:17.581Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-20T06:36:18.201Z] latest: Pulling from library/docker [2020-11-20T06:36:18.485Z] 188c0c94c7c5: Pulling fs layer [2020-11-20T06:36:18.485Z] 0c7c675703d6: Pulling fs layer [2020-11-20T06:36:18.485Z] cc8c12a437cb: Pulling fs layer [2020-11-20T06:36:18.485Z] c5dafad2182a: Pulling fs layer [2020-11-20T06:36:18.485Z] 5aa711733414: Pulling fs layer [2020-11-20T06:36:18.485Z] 058f73b55e4b: Pulling fs layer [2020-11-20T06:36:18.485Z] 8c9c664faf12: Pulling fs layer [2020-11-20T06:36:18.485Z] c5dafad2182a: Waiting [2020-11-20T06:36:18.485Z] 5aa711733414: Waiting [2020-11-20T06:36:18.485Z] 8c9c664faf12: Waiting [2020-11-20T06:36:18.485Z] 058f73b55e4b: Waiting [2020-11-20T06:36:18.485Z] cc8c12a437cb: Verifying Checksum [2020-11-20T06:36:18.485Z] cc8c12a437cb: Download complete [2020-11-20T06:36:18.485Z] 0c7c675703d6: Verifying Checksum [2020-11-20T06:36:18.485Z] 0c7c675703d6: Download complete [2020-11-20T06:36:18.485Z] 188c0c94c7c5: Verifying Checksum [2020-11-20T06:36:18.485Z] 188c0c94c7c5: Download complete [2020-11-20T06:36:18.819Z] 5aa711733414: Verifying Checksum [2020-11-20T06:36:18.819Z] 5aa711733414: Download complete [2020-11-20T06:36:18.819Z] 058f73b55e4b: Verifying Checksum [2020-11-20T06:36:18.819Z] 058f73b55e4b: Download complete [2020-11-20T06:36:18.819Z] 188c0c94c7c5: Pull complete [2020-11-20T06:36:18.819Z] 8c9c664faf12: Verifying Checksum [2020-11-20T06:36:18.819Z] 8c9c664faf12: Download complete [2020-11-20T06:36:19.462Z] 0c7c675703d6: Pull complete [2020-11-20T06:36:19.729Z] cc8c12a437cb: Pull complete [2020-11-20T06:36:20.004Z] c5dafad2182a: Verifying Checksum [2020-11-20T06:36:20.004Z] c5dafad2182a: Download complete [2020-11-20T06:36:24.288Z] c5dafad2182a: Pull complete [2020-11-20T06:36:24.288Z] 5aa711733414: Pull complete [2020-11-20T06:36:24.288Z] 058f73b55e4b: Pull complete [2020-11-20T06:36:24.288Z] 8c9c664faf12: Pull complete [2020-11-20T06:36:24.288Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-20T06:36:24.288Z] Status: Downloaded newer image for docker:latest [2020-11-20T06:36:26.916Z] ---> 9c5d159f1305 [2020-11-20T06:36:26.916Z] Step 6/7 : COPY go.mod . [2020-11-20T06:36:26.916Z] ---> 78b89532f8ff [2020-11-20T06:36:26.916Z] Step 7/7 : RUN go mod download [2020-11-20T06:36:26.916Z] ---> Running in c644a614c5a5 [2020-11-20T06:36:53.852Z] Removing intermediate container c644a614c5a5 [2020-11-20T06:36:53.852Z] ---> 47975782cf86 [2020-11-20T06:36:53.852Z] Successfully built 47975782cf86 [2020-11-20T06:36:53.852Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-20T06:36:54.232Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-20T06:36:54.232Z] . [Pipeline] withDockerContainer [2020-11-20T06:36:54.426Z] prd-centos7-docker-4c-2g-12926 does not seem to be running inside a container [2020-11-20T06:36:54.548Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-20T06:36:55.617Z] $ docker top b3807eb2869e0f2f38b0a4a1279e61a14777ce48cb9e84fee6e5ef130274c891 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T06:36:56.363Z] + go version [2020-11-20T06:36:56.363Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-20T06:36:56.406Z] $ docker stop --time=1 b3807eb2869e0f2f38b0a4a1279e61a14777ce48cb9e84fee6e5ef130274c891 [2020-11-20T06:36:57.828Z] $ docker rm -f b3807eb2869e0f2f38b0a4a1279e61a14777ce48cb9e84fee6e5ef130274c891 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T06:36:59.002Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-20T06:36:59.002Z] . [Pipeline] withDockerContainer [2020-11-20T06:36:59.187Z] prd-centos7-docker-4c-2g-12926 does not seem to be running inside a container [2020-11-20T06:36:59.537Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-20T06:37:00.776Z] $ docker top d8fbda60169c38ac1e0194009f9b5b94ded0f8ca7ce495ed25f9cb430dd101ee -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-20T06:37:01.199Z] ========================================================= [2020-11-20T06:37:01.199Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-11-20T06:37:01.199Z] ========================================================= [Pipeline] sh [2020-11-20T06:37:02.038Z] + make test [2020-11-20T06:37:02.038Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-20T06:37:14.454Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-11-20T06:37:41.901Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-11-20T06:37:52.758Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-11-20T06:37:52.758Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-11-20T06:37:52.758Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-11-20T06:37:52.758Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-11-20T06:37:53.596Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-11-20T06:37:57.399Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.090s [2020-11-20T06:37:57.399Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-11-20T06:37:57.399Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-11-20T06:37:57.687Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-11-20T06:37:58.677Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-11-20T06:37:58.677Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-11-20T06:37:58.677Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-11-20T06:37:58.677Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-11-20T06:38:04.309Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.155s coverage: 46.6% of statements [2020-11-20T06:38:04.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-11-20T06:38:04.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-11-20T06:38:04.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-11-20T06:38:04.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-11-20T06:38:04.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-11-20T06:38:08.724Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.310s coverage: 27.1% of statements [2020-11-20T06:38:08.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-11-20T06:38:08.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-11-20T06:38:08.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-11-20T06:38:08.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-11-20T06:38:08.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-11-20T06:38:08.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-11-20T06:38:08.724Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements [2020-11-20T06:38:08.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-11-20T06:38:08.724Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements [2020-11-20T06:38:08.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-11-20T06:38:08.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-11-20T06:38:08.724Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.119s coverage: 67.0% of statements [2020-11-20T06:38:08.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-11-20T06:38:08.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-11-20T06:38:08.724Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.139s coverage: 83.8% of statements [2020-11-20T06:38:08.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-11-20T06:38:08.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-11-20T06:38:08.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-11-20T06:38:08.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-11-20T06:38:10.270Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.672s coverage: 28.6% of statements [2020-11-20T06:38:10.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-11-20T06:38:10.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-11-20T06:38:10.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-11-20T06:38:10.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-11-20T06:38:10.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-11-20T06:38:10.270Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.122s coverage: 100.0% of statements [2020-11-20T06:38:10.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-11-20T06:38:10.270Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.086s coverage: 100.0% of statements [2020-11-20T06:38:10.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-11-20T06:38:11.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.144s coverage: 86.7% of statements [2020-11-20T06:38:11.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-11-20T06:38:12.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.141s coverage: 97.5% of statements [2020-11-20T06:38:12.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-11-20T06:38:12.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 79.0% of statements [2020-11-20T06:38:12.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-11-20T06:38:12.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-11-20T06:38:12.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-11-20T06:38:12.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-11-20T06:38:14.173Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.543s coverage: 95.7% of statements [2020-11-20T06:38:14.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-11-20T06:38:14.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-11-20T06:38:14.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-11-20T06:38:14.174Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-11-20T06:38:14.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-11-20T06:38:14.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-11-20T06:38:14.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-11-20T06:38:14.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-11-20T06:38:14.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-11-20T06:38:14.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-11-20T06:38:14.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-11-20T06:38:14.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-11-20T06:38:14.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-11-20T06:38:14.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-11-20T06:38:14.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-11-20T06:38:14.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-11-20T06:38:14.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-11-20T06:38:14.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-11-20T06:38:14.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-11-20T06:38:14.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-11-20T06:38:14.174Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements [2020-11-20T06:38:14.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-11-20T06:38:14.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-11-20T06:38:14.174Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.096s coverage: 0.0% of statements [no tests to run] [2020-11-20T06:38:14.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-11-20T06:38:14.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-11-20T06:38:15.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.316s coverage: 63.5% of statements [2020-11-20T06:38:15.273Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-11-20T06:38:15.273Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-11-20T06:38:15.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2020-11-20T06:38:15.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2020-11-20T06:38:15.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2020-11-20T06:38:15.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements [2020-11-20T06:38:16.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements [2020-11-20T06:38:18.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.649s coverage: 55.9% of statements [2020-11-20T06:38:18.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-11-20T06:38:18.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-11-20T06:38:18.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-11-20T06:38:18.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-11-20T06:38:18.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-11-20T06:38:18.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-11-20T06:38:24.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 6.776s coverage: 86.3% of statements [2020-11-20T06:38:24.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-11-20T06:38:24.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.749s coverage: 72.2% of statements [2020-11-20T06:38:24.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.651s coverage: 72.1% of statements [2020-11-20T06:38:24.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.089s coverage: 82.4% of statements [2020-11-20T06:38:24.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.064s coverage: 48.4% of statements [2020-11-20T06:38:24.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-11-20T06:38:24.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-11-20T06:38:24.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-11-20T06:38:24.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.050s coverage: 28.8% of statements [2020-11-20T06:38:24.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-11-20T06:38:24.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.057s coverage: 96.8% of statements [2020-11-20T06:38:24.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-11-20T06:38:24.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.166s coverage: 36.5% of statements [2020-11-20T06:38:24.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-11-20T06:38:24.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-11-20T06:38:24.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.391s coverage: 84.1% of statements [2020-11-20T06:38:24.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.062s coverage: 100.0% of statements [2020-11-20T06:38:24.419Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.055s coverage: 42.9% of statements [2020-11-20T06:38:24.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-11-20T06:38:24.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-11-20T06:38:24.419Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.055s coverage: 100.0% of statements [2020-11-20T06:38:24.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-11-20T06:38:24.696Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.059s coverage: 83.8% of statements [2020-11-20T06:38:24.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-11-20T06:38:27.430Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.158s coverage: 47.1% of statements [2020-11-20T06:38:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-11-20T06:38:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-11-20T06:38:27.430Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.074s coverage: 100.0% of statements [2020-11-20T06:38:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-11-20T06:38:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-11-20T06:38:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-11-20T06:38:27.430Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.085s coverage: 100.0% of statements [2020-11-20T06:38:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-11-20T06:38:27.430Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.118s coverage: 100.0% of statements [2020-11-20T06:38:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-11-20T06:38:30.116Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.970s coverage: 29.1% of statements [2020-11-20T06:38:30.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-11-20T06:38:30.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-11-20T06:38:30.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-11-20T06:38:30.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-11-20T06:38:30.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-11-20T06:38:30.116Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.141s coverage: 99.0% of statements [2020-11-20T06:38:30.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-11-20T06:38:30.116Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.054s coverage: 100.0% of statements [2020-11-20T06:38:30.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-11-20T06:38:30.116Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.053s coverage: 0.0% of statements [2020-11-20T06:38:30.116Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-11-20T06:38:30.116Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements [2020-11-20T06:38:30.116Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-11-20T06:38:30.116Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-11-20T06:38:30.116Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-11-20T06:38:30.116Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-11-20T06:38:30.116Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements [2020-11-20T06:38:30.116Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-11-20T06:38:30.116Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-11-20T06:38:30.116Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.097s coverage: 100.0% of statements [2020-11-20T06:38:30.760Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2020-11-20T06:38:31.043Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.096s coverage: 100.0% of statements [2020-11-20T06:38:31.638Z] GO111MODULE=on go vet ./... [2020-11-20T06:39:10.962Z] gofmt -l . [2020-11-20T06:39:10.962Z] [ "`gofmt -l .`" = "" ] [2020-11-20T06:39:10.962Z] ./bin/test-go-mod-tidy.sh [2020-11-20T06:39:11.559Z] ./bin/test-attribution-txt.sh [2020-11-20T06:39:14.093Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-12932 in /w/workspace/edgexfoundry_edgex-go_PR-2892 [Pipeline] { [Pipeline] ws [2020-11-20T06:39:14.193Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] sh [Pipeline] checkout [2020-11-20T06:39:14.923Z] + ls -al . [2020-11-20T06:39:14.923Z] total 640 [2020-11-20T06:39:14.923Z] drwxrwxr-x 10 1001 1001 4096 Nov 20 06:39 . [2020-11-20T06:39:14.923Z] drwxr-xr-x 4 root root 28 Nov 20 06:37 .. [2020-11-20T06:39:14.923Z] -rw-rw-r-- 1 1001 1001 11 Nov 20 06:34 .dockerignore [2020-11-20T06:39:14.923Z] drwxrwxr-x 8 1001 1001 179 Nov 20 06:34 .git [2020-11-20T06:39:14.923Z] drwxrwxr-x 3 1001 1001 125 Nov 20 06:34 .github [2020-11-20T06:39:14.923Z] -rw-rw-r-- 1 1001 1001 944 Nov 20 06:34 .gitignore [2020-11-20T06:39:14.923Z] drwx------ 3 1001 1001 47 Nov 20 06:35 .semver [2020-11-20T06:39:14.923Z] -rw-rw-r-- 1 1001 1001 166 Nov 20 06:34 .sonarcloud.properties [2020-11-20T06:39:14.923Z] -rw-rw-r-- 1 1001 1001 3804 Nov 20 06:34 CONTRIBUTING.md [2020-11-20T06:39:14.923Z] -rw-rw-r-- 1 1001 1001 1035 Nov 20 06:34 Dockerfile.build [2020-11-20T06:39:14.923Z] -rw-rw-r-- 1 1001 1001 863 Nov 20 06:34 Jenkinsfile [2020-11-20T06:39:14.923Z] -rw-rw-r-- 1 1001 1001 10775 Nov 20 06:34 LICENSE [2020-11-20T06:39:14.923Z] -rw-rw-r-- 1 1001 1001 6581 Nov 20 06:34 Makefile [2020-11-20T06:39:14.923Z] -rw-rw-r-- 1 1001 1001 6447 Nov 20 06:34 README.md [2020-11-20T06:39:14.923Z] -rw-rw-r-- 1 1001 1001 259 Nov 20 06:34 SECURITY.md [2020-11-20T06:39:14.923Z] -rw-rw-r-- 1 1001 1001 5 Nov 20 06:35 VERSION [2020-11-20T06:39:14.923Z] -rw-rw-r-- 1 1001 1001 4131 Nov 20 06:34 ZMQWindows.md [2020-11-20T06:39:14.923Z] drwxrwxr-x 2 1001 1001 117 Nov 20 06:34 bin [2020-11-20T06:39:14.923Z] drwxrwxr-x 15 1001 1001 4096 Nov 20 06:34 cmd [2020-11-20T06:39:14.923Z] -rw-r--r-- 1 root root 547079 Nov 20 06:38 coverage.out [2020-11-20T06:39:14.923Z] -rw-r--r-- 1 root root 1041 Nov 20 06:39 go.mod [2020-11-20T06:39:14.923Z] -rw-r--r-- 1 root root 18582 Nov 20 06:39 go.sum [2020-11-20T06:39:14.923Z] drwxrwxr-x 8 1001 1001 127 Nov 20 06:34 internal [2020-11-20T06:39:14.923Z] drwxrwxr-x 4 1001 1001 26 Nov 20 06:34 openapi [2020-11-20T06:39:14.923Z] drwxrwxr-x 4 1001 1001 71 Nov 20 06:34 snap [2020-11-20T06:39:14.923Z] -rw-rw-r-- 1 1001 1001 168 Nov 20 06:34 version.go [Pipeline] sh [2020-11-20T06:39:15.280Z] + '[' -e coverage.out ] [2020-11-20T06:39:15.280Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-11-20T06:39:15.549Z] Stashed 1 file(s) [Pipeline] sh [2020-11-20T06:39:15.906Z] + make build [2020-11-20T06:39:15.906Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-20T06:39:19.764Z] using credential edgex-jenkins-ssh [2020-11-20T06:39:19.828Z] Cloning the remote Git repository [2020-11-20T06:39:19.904Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-11-20T06:39:20.027Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2020-11-20T06:39:20.116Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-20T06:39:20.118Z] > git --version # timeout=10 [2020-11-20T06:39:20.145Z] > git --version # 'git version 2.17.1' [2020-11-20T06:39:20.146Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-20T06:39:20.195Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-20T06:39:28.569Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-11-20T06:39:32.893Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-11-20T06:39:34.855Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-20T06:39:35.409Z] Merging remotes/origin/master commit 39e6b044bcbfaa6947ff572dd7ed6f608645206c into PR head commit 416f7af198bcbdfe57b3ae159b9b46fe65dcf279 [2020-11-20T06:39:35.956Z] Merge succeeded, producing 416f7af198bcbdfe57b3ae159b9b46fe65dcf279 [2020-11-20T06:39:35.957Z] Checking out Revision 416f7af198bcbdfe57b3ae159b9b46fe65dcf279 (PR-2892) [2020-11-20T06:39:36.309Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-20T06:39:34.753Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-20T06:39:34.774Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-20T06:39:34.808Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-20T06:39:34.846Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-20T06:39:34.846Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-20T06:39:34.858Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2892/head:refs/remotes/origin/PR-2892 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-20T06:39:35.430Z] > git config core.sparsecheckout # timeout=10 [2020-11-20T06:39:35.453Z] > git checkout -f 416f7af198bcbdfe57b3ae159b9b46fe65dcf279 # timeout=10 [2020-11-20T06:39:35.822Z] > git remote # timeout=10 [2020-11-20T06:39:35.855Z] > git config --get remote.origin.url # timeout=10 [2020-11-20T06:39:35.877Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-20T06:39:35.899Z] > git merge 39e6b044bcbfaa6947ff572dd7ed6f608645206c # timeout=10 [2020-11-20T06:39:35.924Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-20T06:39:35.967Z] > git config core.sparsecheckout # timeout=10 [2020-11-20T06:39:35.997Z] > git checkout -f 416f7af198bcbdfe57b3ae159b9b46fe65dcf279 # timeout=10 [2020-11-20T06:39:38.273Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-20T06:39:38.868Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-20T06:39:40.448Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap" [2020-11-20T06:39:40.502Z] > git --version # timeout=10 [2020-11-20T06:39:40.509Z] > git --version # 'git version 2.17.1' [2020-11-20T06:39:40.519Z] fatal: bad object d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-20T06:39:40.821Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-20T06:39:42.249Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-11-20T06:39:42.667Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-20T06:39:42.767Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-20T06:39:43.035Z] + sudo service docker restart [2020-11-20T06:39:43.035Z] + true [2020-11-20T06:39:44.712Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-20T06:39:45.182Z] provisioning config files... [2020-11-20T06:39:45.234Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config5700970460915134344tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-20T06:39:45.690Z] ---> docker-login.sh [2020-11-20T06:39:45.691Z] nexus3.edgexfoundry.org:10001 [2020-11-20T06:39:46.677Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T06:39:46.953Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T06:39:46.953Z] Configure a credential helper to remove this warning. See [2020-11-20T06:39:46.953Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T06:39:46.953Z] [2020-11-20T06:39:46.953Z] Login Succeeded [2020-11-20T06:39:46.953Z] nexus3.edgexfoundry.org:10002 [2020-11-20T06:39:47.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T06:39:47.374Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-20T06:39:47.505Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T06:39:47.505Z] Configure a credential helper to remove this warning. See [2020-11-20T06:39:47.505Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T06:39:47.505Z] [2020-11-20T06:39:47.505Z] Login Succeeded [2020-11-20T06:39:47.505Z] nexus3.edgexfoundry.org:10003 [2020-11-20T06:39:47.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T06:39:48.054Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T06:39:48.054Z] Configure a credential helper to remove this warning. See [2020-11-20T06:39:48.054Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T06:39:48.054Z] [2020-11-20T06:39:48.054Z] Login Succeeded [2020-11-20T06:39:48.054Z] nexus3.edgexfoundry.org:10004 [2020-11-20T06:39:48.338Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-20T06:39:48.349Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T06:39:48.349Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T06:39:48.349Z] Configure a credential helper to remove this warning. See [2020-11-20T06:39:48.349Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T06:39:48.349Z] [2020-11-20T06:39:48.349Z] Login Succeeded [2020-11-20T06:39:48.349Z] docker.io [2020-11-20T06:39:48.951Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T06:39:49.223Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T06:39:49.223Z] Configure a credential helper to remove this warning. See [2020-11-20T06:39:49.223Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T06:39:49.223Z] [2020-11-20T06:39:49.223Z] Login Succeeded [2020-11-20T06:39:49.223Z] ---> docker-login.sh ends [Pipeline] } [2020-11-20T06:39:49.259Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-20T06:39:49.873Z] ========================================================= [2020-11-20T06:39:49.873Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-20T06:39:49.873Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-20T06:39:50.310Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-11-20T06:39:50.384Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] } [2020-11-20T06:39:52.534Z] $ docker stop --time=1 d8fbda60169c38ac1e0194009f9b5b94ded0f8ca7ce495ed25f9cb430dd101ee [2020-11-20T06:39:52.965Z] Sending build context to Docker daemon 165.3MB [2020-11-20T06:39:52.965Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-20T06:39:52.965Z] Step 2/7 : FROM ${BASE} [2020-11-20T06:39:52.965Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-20T06:39:52.965Z] b538f80385f9: Pulling fs layer [2020-11-20T06:39:52.965Z] 74f711af9a0d: Pulling fs layer [2020-11-20T06:39:52.965Z] 99f96fe45779: Pulling fs layer [2020-11-20T06:39:52.965Z] 8529a6b9a6be: Pulling fs layer [2020-11-20T06:39:52.965Z] 45590311c82a: Pulling fs layer [2020-11-20T06:39:52.965Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-20T06:39:52.965Z] 209524e5b208: Pulling fs layer [2020-11-20T06:39:52.965Z] 45590311c82a: Waiting [2020-11-20T06:39:52.965Z] 8529a6b9a6be: Waiting [2020-11-20T06:39:52.965Z] 209524e5b208: Waiting [2020-11-20T06:39:52.965Z] 69ca0ff8b7b3: Waiting [2020-11-20T06:39:52.965Z] 99f96fe45779: Verifying Checksum [2020-11-20T06:39:52.965Z] 99f96fe45779: Download complete [2020-11-20T06:39:52.965Z] 74f711af9a0d: Verifying Checksum [2020-11-20T06:39:52.965Z] 74f711af9a0d: Download complete [2020-11-20T06:39:52.965Z] 45590311c82a: Verifying Checksum [2020-11-20T06:39:52.965Z] 45590311c82a: Download complete [2020-11-20T06:39:52.965Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-20T06:39:52.965Z] 69ca0ff8b7b3: Download complete [2020-11-20T06:39:52.965Z] b538f80385f9: Download complete [2020-11-20T06:39:53.244Z] b538f80385f9: Pull complete [2020-11-20T06:39:53.853Z] 74f711af9a0d: Pull complete [2020-11-20T06:39:54.453Z] 99f96fe45779: Pull complete [2020-11-20T06:39:54.442Z] $ docker rm -f d8fbda60169c38ac1e0194009f9b5b94ded0f8ca7ce495ed25f9cb430dd101ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2020-11-20T06:39:55.458Z] 209524e5b208: Verifying Checksum [2020-11-20T06:39:55.458Z] 209524e5b208: Download complete [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-11-20T06:39:56.518Z] 8529a6b9a6be: Verifying Checksum [2020-11-20T06:39:56.518Z] 8529a6b9a6be: Download complete [Pipeline] isUnix [Pipeline] sh [2020-11-20T06:39:58.483Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-20T06:39:58.483Z] [2020-11-20T06:39:58.483Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-11-20T06:39:58.934Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-20T06:39:58.934Z] latest: Pulling from edgex-devops/edgex-compose [2020-11-20T06:39:58.934Z] cbdbe7a5bc2a: Pulling fs layer [2020-11-20T06:39:58.934Z] ca9280d653b3: Pulling fs layer [2020-11-20T06:39:58.934Z] 7e9c9ca2126c: Pulling fs layer [2020-11-20T06:39:59.207Z] cbdbe7a5bc2a: Verifying Checksum [2020-11-20T06:39:59.207Z] cbdbe7a5bc2a: Download complete [2020-11-20T06:40:00.341Z] cbdbe7a5bc2a: Pull complete [2020-11-20T06:40:00.341Z] ca9280d653b3: Verifying Checksum [2020-11-20T06:40:00.341Z] ca9280d653b3: Download complete [2020-11-20T06:40:03.272Z] ca9280d653b3: Pull complete [2020-11-20T06:40:03.965Z] 7e9c9ca2126c: Verifying Checksum [2020-11-20T06:40:03.965Z] 7e9c9ca2126c: Download complete [2020-11-20T06:40:06.720Z] 8529a6b9a6be: Pull complete [2020-11-20T06:40:06.720Z] 45590311c82a: Pull complete [2020-11-20T06:40:06.991Z] 69ca0ff8b7b3: Pull complete [2020-11-20T06:40:11.320Z] 209524e5b208: Pull complete [2020-11-20T06:40:11.320Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-20T06:40:11.320Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-20T06:40:11.320Z] ---> 5bddaf1c2fca [2020-11-20T06:40:11.320Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-11-20T06:40:13.005Z] 7e9c9ca2126c: Pull complete [2020-11-20T06:40:13.005Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-11-20T06:40:13.005Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-20T06:40:13.005Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-11-20T06:40:13.365Z] prd-centos7-docker-4c-2g-12926 does not seem to be running inside a container [2020-11-20T06:40:13.480Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-11-20T06:40:14.721Z] ---> Running in fcfc699e22e9 [2020-11-20T06:40:15.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T06:40:15.902Z] $ docker top 5b0d4879a28207614e3214e9e742aaabad1d29658fb631409898d390bb9fbb14 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T06:40:16.644Z] + docker-compose build --help [2020-11-20T06:40:16.644Z] + grep parallel [2020-11-20T06:40:16.676Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T06:40:18.061Z] --parallel Build images in parallel. [Pipeline] } [2020-11-20T06:40:18.104Z] $ docker stop --time=1 5b0d4879a28207614e3214e9e742aaabad1d29658fb631409898d390bb9fbb14 [2020-11-20T06:40:19.629Z] $ docker rm -f 5b0d4879a28207614e3214e9e742aaabad1d29658fb631409898d390bb9fbb14 [Pipeline] // withDockerContainer [Pipeline] writeFile [2020-11-20T06:40:20.055Z] (1/12) Installing libmagic (5.38-r0) [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T06:40:20.677Z] (2/12) Installing file (5.38-r0) [2020-11-20T06:40:20.679Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-20T06:40:20.679Z] . [Pipeline] withDockerContainer [2020-11-20T06:40:20.844Z] prd-centos7-docker-4c-2g-12926 does not seem to be running inside a container [2020-11-20T06:40:20.922Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-11-20T06:40:20.947Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-20T06:40:20.947Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-20T06:40:21.707Z] $ docker top 0fdc4c3012935af83c38b253235aabb2805820f46429404c2aa4b25fd598f5c1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T06:40:22.356Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-20T06:40:23.829Z] Building docker-core-command-go ... [2020-11-20T06:40:23.829Z] Building docker-core-data-go ... [2020-11-20T06:40:23.829Z] Building docker-core-metadata-go ... [2020-11-20T06:40:23.829Z] Building docker-security-bootstrap-redis-go ... [2020-11-20T06:40:23.829Z] Building docker-security-proxy-setup-go ... [2020-11-20T06:40:23.829Z] Building docker-security-secrets-setup-go ... [2020-11-20T06:40:23.829Z] Building docker-security-secretstore-setup-go ... [2020-11-20T06:40:23.829Z] Building docker-support-logging-go ... [2020-11-20T06:40:23.829Z] Building docker-support-notifications-go ... [2020-11-20T06:40:23.829Z] Building docker-support-scheduler-go ... [2020-11-20T06:40:23.829Z] Building docker-sys-mgmt-agent-go ... [2020-11-20T06:40:23.829Z] Building docker-support-scheduler-go [2020-11-20T06:40:23.829Z] Building docker-core-metadata-go [2020-11-20T06:40:23.829Z] Building docker-security-secretstore-setup-go [2020-11-20T06:40:23.829Z] Building docker-support-notifications-go [2020-11-20T06:40:23.829Z] Building docker-sys-mgmt-agent-go [2020-11-20T06:40:36.002Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-20T06:40:36.002Z] (6/12) Installing patch (2.7.6-r6) [2020-11-20T06:40:36.002Z] (7/12) Installing build-base (0.5-r2) [2020-11-20T06:40:36.002Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-20T06:40:36.002Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-20T06:40:36.002Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-20T06:40:36.002Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-20T06:40:36.002Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-20T06:40:36.002Z] Executing busybox-1.31.1-r16.trigger [2020-11-20T06:40:36.002Z] OK: 217 MiB in 51 packages [2020-11-20T06:40:38.623Z] Removing intermediate container fcfc699e22e9 [2020-11-20T06:40:38.624Z] ---> 31b302e736fe [2020-11-20T06:40:38.624Z] Step 4/7 : WORKDIR /edgex-go [2020-11-20T06:40:38.624Z] ---> Running in c6a1d443e66c [2020-11-20T06:40:39.219Z] Removing intermediate container c6a1d443e66c [2020-11-20T06:40:39.219Z] ---> 8b75c50574c2 [2020-11-20T06:40:39.219Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-20T06:40:39.817Z] latest: Pulling from library/docker [2020-11-20T06:40:39.817Z] 5f621e34cdf4: Pulling fs layer [2020-11-20T06:40:39.817Z] 85db56a05063: Pulling fs layer [2020-11-20T06:40:39.817Z] ccb67d6aeaaa: Pulling fs layer [2020-11-20T06:40:39.817Z] a0b19fc83503: Pulling fs layer [2020-11-20T06:40:39.817Z] 8eb508b41278: Pulling fs layer [2020-11-20T06:40:39.817Z] 37236713561e: Pulling fs layer [2020-11-20T06:40:39.817Z] 07c93f2b1b56: Pulling fs layer [2020-11-20T06:40:39.817Z] 8eb508b41278: Waiting [2020-11-20T06:40:39.817Z] 37236713561e: Waiting [2020-11-20T06:40:39.817Z] 07c93f2b1b56: Waiting [2020-11-20T06:40:39.817Z] a0b19fc83503: Waiting [2020-11-20T06:40:40.094Z] ccb67d6aeaaa: Verifying Checksum [2020-11-20T06:40:40.095Z] ccb67d6aeaaa: Download complete [2020-11-20T06:40:40.095Z] 85db56a05063: Verifying Checksum [2020-11-20T06:40:40.095Z] 85db56a05063: Download complete [2020-11-20T06:40:40.095Z] 5f621e34cdf4: Verifying Checksum [2020-11-20T06:40:40.095Z] 5f621e34cdf4: Download complete [2020-11-20T06:40:40.095Z] 8eb508b41278: Verifying Checksum [2020-11-20T06:40:40.095Z] 8eb508b41278: Download complete [2020-11-20T06:40:40.381Z] 37236713561e: Verifying Checksum [2020-11-20T06:40:40.382Z] 37236713561e: Download complete [2020-11-20T06:40:40.382Z] 07c93f2b1b56: Verifying Checksum [2020-11-20T06:40:40.382Z] 07c93f2b1b56: Download complete [2020-11-20T06:40:40.658Z] 5f621e34cdf4: Pull complete [2020-11-20T06:40:41.649Z] 85db56a05063: Pull complete [2020-11-20T06:40:41.649Z] a0b19fc83503: Verifying Checksum [2020-11-20T06:40:41.649Z] a0b19fc83503: Download complete [2020-11-20T06:40:41.921Z] ccb67d6aeaaa: Pull complete [2020-11-20T06:40:45.316Z] a0b19fc83503: Pull complete [2020-11-20T06:40:45.316Z] 8eb508b41278: Pull complete [2020-11-20T06:40:45.590Z] 37236713561e: Pull complete [2020-11-20T06:40:45.863Z] 07c93f2b1b56: Pull complete [2020-11-20T06:40:45.863Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-20T06:40:45.863Z] Status: Downloaded newer image for docker:latest [2020-11-20T06:40:49.252Z] ---> 08d05378a027 [2020-11-20T06:40:49.252Z] Step 6/7 : COPY go.mod . [2020-11-20T06:40:49.856Z] ---> e95707d9e5ad [2020-11-20T06:40:49.856Z] Step 7/7 : RUN go mod download [2020-11-20T06:40:49.856Z] ---> Running in e6e735e95c4a [2020-11-20T06:41:02.925Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:41:02.925Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:41:02.925Z] ---> 47975782cf86 [2020-11-20T06:41:02.925Z] Step 3/22 : WORKDIR /edgex-go [2020-11-20T06:41:03.952Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:41:03.952Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:41:03.952Z] ---> 47975782cf86 [2020-11-20T06:41:03.952Z] Step 3/24 : WORKDIR /edgex-go [2020-11-20T06:41:03.952Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:41:03.952Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:41:03.952Z] ---> 47975782cf86 [2020-11-20T06:41:03.952Z] Step 3/27 : WORKDIR /edgex-go [2020-11-20T06:41:04.230Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:41:04.230Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:41:04.230Z] ---> 47975782cf86 [2020-11-20T06:41:04.230Z] Step 3/24 : WORKDIR /edgex-go [2020-11-20T06:41:04.497Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:41:04.497Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:41:04.497Z] ---> 47975782cf86 [2020-11-20T06:41:04.497Z] Step 3/21 : WORKDIR /edgex-go [2020-11-20T06:41:05.108Z] ---> Running in d9a0994396a8 [2020-11-20T06:41:05.108Z] ---> Running in 3802bb9316bd [2020-11-20T06:41:05.108Z] ---> Running in 4c25e026d57b [2020-11-20T06:41:05.108Z] ---> Running in 6b7c5001e365 [2020-11-20T06:41:05.108Z] ---> Running in ebd71b32fb7c [2020-11-20T06:41:05.726Z] Removing intermediate container d9a0994396a8 [2020-11-20T06:41:05.726Z] ---> 212e3eacac11 [2020-11-20T06:41:05.726Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:41:05.726Z] Removing intermediate container 3802bb9316bd [2020-11-20T06:41:05.726Z] ---> 614108a061f6 [2020-11-20T06:41:05.726Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:41:05.726Z] Removing intermediate container 6b7c5001e365 [2020-11-20T06:41:05.726Z] ---> 595c58e93a8c [2020-11-20T06:41:05.726Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:41:05.726Z] Removing intermediate container 4c25e026d57b [2020-11-20T06:41:05.726Z] ---> 7ffaaf3bbc18 [2020-11-20T06:41:05.726Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:41:05.726Z] ---> Running in e7397b8438fb [2020-11-20T06:41:05.726Z] ---> Running in cc953ca4dc0a [2020-11-20T06:41:05.726Z] Removing intermediate container ebd71b32fb7c [2020-11-20T06:41:05.726Z] ---> 62aa32e5012e [2020-11-20T06:41:05.726Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:41:06.000Z] ---> Running in 391bbca45975 [2020-11-20T06:41:06.000Z] ---> Running in f7cc24ea247b [2020-11-20T06:41:06.000Z] ---> Running in 1a38f65f4693 [2020-11-20T06:41:08.672Z] Removing intermediate container e7397b8438fb [2020-11-20T06:41:08.672Z] ---> 425251b0c1e8 [2020-11-20T06:41:08.672Z] Step 5/24 : RUN apk update && apk add make git [2020-11-20T06:41:08.672Z] Removing intermediate container 1a38f65f4693 [2020-11-20T06:41:08.672Z] ---> a6f6b44303a2 [2020-11-20T06:41:08.672Z] Step 5/22 : RUN apk update && apk add make git [2020-11-20T06:41:08.672Z] ---> Running in aef52bf885db [2020-11-20T06:41:08.672Z] Removing intermediate container f7cc24ea247b [2020-11-20T06:41:08.672Z] ---> 3a5623a1aac2 [2020-11-20T06:41:08.672Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-20T06:41:08.944Z] ---> Running in 8f6705b6323c [2020-11-20T06:41:08.944Z] Removing intermediate container cc953ca4dc0a [2020-11-20T06:41:08.944Z] ---> d7afb9ce3341 [2020-11-20T06:41:08.944Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-20T06:41:08.944Z] Removing intermediate container 391bbca45975 [2020-11-20T06:41:08.944Z] ---> 116bd3e64c88 [2020-11-20T06:41:08.944Z] Step 5/21 : RUN apk update && apk add make git [2020-11-20T06:41:09.219Z] ---> Running in b2454a3eb044 [2020-11-20T06:41:09.219Z] ---> Running in a12eb033039a [2020-11-20T06:41:09.219Z] ---> Running in 67397aa095f7 [2020-11-20T06:41:10.692Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T06:41:10.692Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T06:41:10.692Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T06:41:10.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T06:41:10.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T06:41:11.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T06:41:11.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T06:41:11.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T06:41:11.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T06:41:11.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T06:41:12.573Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:41:12.573Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:41:12.573Z] OK: 12752 distinct packages available [2020-11-20T06:41:12.879Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:41:12.879Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:41:12.879Z] OK: 12752 distinct packages available [2020-11-20T06:41:12.879Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:41:12.879Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:41:12.879Z] OK: 12752 distinct packages available [2020-11-20T06:41:12.879Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:41:12.879Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:41:12.879Z] OK: 12752 distinct packages available [2020-11-20T06:41:13.177Z] OK: 233 MiB in 51 packages [2020-11-20T06:41:13.177Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:41:13.177Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:41:13.177Z] OK: 12752 distinct packages available [2020-11-20T06:41:13.177Z] OK: 233 MiB in 51 packages [2020-11-20T06:41:13.473Z] OK: 233 MiB in 51 packages [2020-11-20T06:41:13.473Z] OK: 233 MiB in 51 packages [2020-11-20T06:41:13.473Z] OK: 233 MiB in 51 packages [2020-11-20T06:41:15.586Z] Removing intermediate container aef52bf885db [2020-11-20T06:41:15.586Z] ---> d657e76d2086 [2020-11-20T06:41:15.586Z] Step 6/24 : COPY go.mod . [2020-11-20T06:41:15.586Z] Removing intermediate container 8f6705b6323c [2020-11-20T06:41:15.586Z] ---> 686896a00de6 [2020-11-20T06:41:15.586Z] Step 6/22 : COPY go.mod . [2020-11-20T06:41:15.586Z] Removing intermediate container a12eb033039a [2020-11-20T06:41:15.586Z] ---> c24f5ad2aade [2020-11-20T06:41:15.586Z] Step 6/27 : COPY go.mod . [2020-11-20T06:41:15.586Z] Removing intermediate container b2454a3eb044 [2020-11-20T06:41:15.586Z] ---> 9bf082f036ff [2020-11-20T06:41:15.586Z] Step 6/24 : COPY go.mod . [2020-11-20T06:41:15.586Z] Removing intermediate container 67397aa095f7 [2020-11-20T06:41:15.586Z] ---> 0775d6d0c940 [2020-11-20T06:41:15.586Z] Step 6/21 : COPY go.mod . [2020-11-20T06:41:16.252Z] ---> da5ef74329db [2020-11-20T06:41:16.252Z] Step 7/27 : RUN go mod download [2020-11-20T06:41:16.252Z] ---> 2078b0db2741 [2020-11-20T06:41:16.252Z] Step 7/22 : RUN go mod download [2020-11-20T06:41:16.252Z] ---> f6d0484cf282 [2020-11-20T06:41:16.252Z] Step 7/24 : RUN go mod download [2020-11-20T06:41:16.252Z] ---> Running in 647146f2c782 [2020-11-20T06:41:16.252Z] ---> f329ce5d2942 [2020-11-20T06:41:16.252Z] Step 7/21 : RUN go mod download [2020-11-20T06:41:16.252Z] ---> f74e72136b64 [2020-11-20T06:41:16.252Z] Step 7/24 : RUN go mod download [2020-11-20T06:41:16.520Z] ---> Running in 49d51255fbf5 [2020-11-20T06:41:16.520Z] ---> Running in c48604941b3e [2020-11-20T06:41:16.520Z] ---> Running in 5e984a7ff162 [2020-11-20T06:41:16.520Z] ---> Running in bc0f6b5ad845 [2020-11-20T06:41:16.623Z] Removing intermediate container e6e735e95c4a [2020-11-20T06:41:16.623Z] ---> e76c3a6688a5 [2020-11-20T06:41:16.623Z] Successfully built e76c3a6688a5 [2020-11-20T06:41:16.623Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-20T06:41:17.007Z] + docker inspect -f . ci-base-image-arm64 [2020-11-20T06:41:17.008Z] . [Pipeline] withDockerContainer [2020-11-20T06:41:17.280Z] prd-ubuntu18.04-docker-arm64-4c-16g-12932 does not seem to be running inside a container [2020-11-20T06:41:17.367Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-20T06:41:19.306Z] $ docker top adc813175cba7b330afab12832ae9fa2b6860e6d0812f50ec31277b5b13d7dd5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T06:41:19.967Z] Removing intermediate container c48604941b3e [2020-11-20T06:41:19.967Z] ---> 5541ce58b52c [2020-11-20T06:41:19.967Z] Step 8/24 : COPY . . [2020-11-20T06:41:19.967Z] Removing intermediate container 647146f2c782 [2020-11-20T06:41:19.967Z] ---> 3e59589c8c87 [2020-11-20T06:41:19.967Z] Step 8/27 : COPY . . [2020-11-20T06:41:19.967Z] Removing intermediate container 49d51255fbf5 [2020-11-20T06:41:19.967Z] ---> 094ccd209290 [2020-11-20T06:41:19.967Z] Step 8/22 : COPY . . [2020-11-20T06:41:20.276Z] Removing intermediate container bc0f6b5ad845 [2020-11-20T06:41:20.276Z] ---> a48dcbe46239 [2020-11-20T06:41:20.276Z] Step 8/24 : COPY . . [2020-11-20T06:41:20.276Z] Removing intermediate container 5e984a7ff162 [2020-11-20T06:41:20.276Z] ---> cf9e14425d2c [2020-11-20T06:41:20.276Z] Step 8/21 : COPY . . [2020-11-20T06:41:20.804Z] + go version [2020-11-20T06:41:20.804Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-20T06:41:20.845Z] $ docker stop --time=1 adc813175cba7b330afab12832ae9fa2b6860e6d0812f50ec31277b5b13d7dd5 [2020-11-20T06:41:22.769Z] $ docker rm -f adc813175cba7b330afab12832ae9fa2b6860e6d0812f50ec31277b5b13d7dd5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T06:41:24.007Z] + docker inspect -f . ci-base-image-arm64 [2020-11-20T06:41:24.007Z] . [Pipeline] withDockerContainer [2020-11-20T06:41:24.300Z] prd-ubuntu18.04-docker-arm64-4c-16g-12932 does not seem to be running inside a container [2020-11-20T06:41:24.385Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-20T06:41:25.734Z] $ docker top 787931eec623fac3883aef83880f8ede8931970355ab7a9d4a40a5ea7506377e -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-20T06:41:26.140Z] ========================================================= [2020-11-20T06:41:26.141Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-11-20T06:41:26.141Z] ========================================================= [Pipeline] sh [2020-11-20T06:41:26.808Z] + make test [2020-11-20T06:41:26.808Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-20T06:41:49.111Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-11-20T06:41:59.549Z] ---> 70f76fd68543 [2020-11-20T06:41:59.549Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-20T06:41:59.549Z] ---> b83e54a60c12 [2020-11-20T06:41:59.549Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-20T06:41:59.549Z] ---> 4a91ce8f3521 [2020-11-20T06:41:59.549Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-20T06:41:59.549Z] ---> Running in 1362804a4a27 [2020-11-20T06:41:59.549Z] ---> Running in 55954f0180bf [2020-11-20T06:41:59.549Z] ---> Running in a7d4e4b8b6a1 [2020-11-20T06:41:59.831Z] ---> 6a99da7933ee [2020-11-20T06:41:59.831Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-20T06:41:59.831Z] ---> e8b94100ee0c [2020-11-20T06:41:59.831Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-20T06:42:00.108Z] ---> Running in e9985bb5c466 [2020-11-20T06:42:00.108Z] ---> Running in 871cd534816c [2020-11-20T06:42:02.178Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-11-20T06:42:02.178Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-20T06:42:02.178Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-20T06:42:02.178Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-20T06:42:02.178Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-20T06:42:28.159Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-11-20T06:42:41.509Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-20T06:42:49.326Z] Removing intermediate container 871cd534816c [2020-11-20T06:42:49.326Z] ---> 6f7fe8545218 [2020-11-20T06:42:49.326Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-20T06:42:49.326Z] ---> Running in 5dcc4af1d0c2 [2020-11-20T06:42:50.399Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-11-20T06:42:50.399Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-11-20T06:42:50.399Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-11-20T06:42:50.399Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-11-20T06:42:50.399Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-11-20T06:42:50.997Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.047s [2020-11-20T06:42:50.997Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-11-20T06:42:50.997Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-11-20T06:42:52.205Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-20T06:42:53.632Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-11-20T06:42:53.702Z] Removing intermediate container e9985bb5c466 [2020-11-20T06:42:53.702Z] ---> 37ca3fdab978 [2020-11-20T06:42:53.702Z] [2020-11-20T06:42:53.702Z] Step 10/24 : FROM alpine:3.10 [2020-11-20T06:42:53.702Z] 3.10: Pulling from library/alpine [2020-11-20T06:42:54.617Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-11-20T06:42:54.617Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-11-20T06:42:54.617Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-11-20T06:42:54.617Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-11-20T06:42:55.303Z] Building docker-core-command-go [2020-11-20T06:42:56.410Z] Removing intermediate container 5dcc4af1d0c2 [2020-11-20T06:42:56.410Z] ---> b9aa1a2cca4f [2020-11-20T06:42:56.410Z] [2020-11-20T06:42:56.410Z] Step 11/27 : FROM docker:latest [2020-11-20T06:42:56.410Z] ---> 6972c414f322 [2020-11-20T06:42:56.410Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-20T06:42:58.473Z] ---> Running in 6ec9e64edd04 [2020-11-20T06:43:01.097Z] Removing intermediate container a7d4e4b8b6a1 [2020-11-20T06:43:01.097Z] ---> a678ddd0b457 [2020-11-20T06:43:01.097Z] [2020-11-20T06:43:01.097Z] Step 10/21 : FROM scratch [2020-11-20T06:43:01.097Z] ---> [2020-11-20T06:43:01.097Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-20T06:43:01.097Z] Removing intermediate container 55954f0180bf [2020-11-20T06:43:01.097Z] ---> 5148ec3c7d01 [2020-11-20T06:43:01.097Z] [2020-11-20T06:43:01.097Z] Step 10/24 : FROM scratch [2020-11-20T06:43:01.097Z] ---> [2020-11-20T06:43:01.097Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-20T06:43:01.737Z] ---> Running in 77577dc208a0 [2020-11-20T06:43:01.737Z] ---> Running in 50c242ef015a [2020-11-20T06:43:02.909Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.263s coverage: 46.6% of statements [2020-11-20T06:43:02.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-11-20T06:43:02.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-11-20T06:43:02.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-11-20T06:43:02.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-11-20T06:43:02.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-11-20T06:43:03.210Z] Removing intermediate container 50c242ef015a [2020-11-20T06:43:03.210Z] ---> 7510cc715c44 [2020-11-20T06:43:03.210Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-20T06:43:03.533Z] Removing intermediate container 77577dc208a0 [2020-11-20T06:43:03.533Z] ---> 365ef995850c [2020-11-20T06:43:03.533Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-20T06:43:03.533Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T06:43:03.533Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T06:43:03.533Z] ---> Running in 80a2decf40b0 [2020-11-20T06:43:03.830Z] ---> Running in e6c29d637fb3 [2020-11-20T06:43:03.830Z] (1/2) Installing readline (8.0.4-r0) [2020-11-20T06:43:04.095Z] (2/2) Installing bash (5.0.17-r0) [2020-11-20T06:43:04.095Z] Executing bash-5.0.17-r0.post-install [2020-11-20T06:43:04.095Z] Executing busybox-1.31.1-r19.trigger [2020-11-20T06:43:04.095Z] OK: 12 MiB in 22 packages [2020-11-20T06:43:05.068Z] Removing intermediate container 80a2decf40b0 [2020-11-20T06:43:05.068Z] ---> 81491bd9aa7f [2020-11-20T06:43:05.068Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-20T06:43:05.068Z] Removing intermediate container e6c29d637fb3 [2020-11-20T06:43:05.068Z] ---> 11f039b10766 [2020-11-20T06:43:05.068Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-20T06:43:05.675Z] ---> Running in e067c9b17e2b [2020-11-20T06:43:05.955Z] ---> Running in 7b2513eaa9f6 [2020-11-20T06:43:07.395Z] Removing intermediate container e067c9b17e2b [2020-11-20T06:43:07.395Z] ---> cd6b3efcef01 [2020-11-20T06:43:07.395Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-20T06:43:07.980Z] Removing intermediate container 7b2513eaa9f6 [2020-11-20T06:43:07.980Z] ---> b21542d04e5c [2020-11-20T06:43:07.980Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-20T06:43:08.577Z] Removing intermediate container 6ec9e64edd04 [2020-11-20T06:43:08.577Z] ---> aff7b5accb6c [2020-11-20T06:43:08.577Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-20T06:43:08.577Z] Removing intermediate container 1362804a4a27 [2020-11-20T06:43:08.577Z] ---> 6ffde407e975 [2020-11-20T06:43:08.577Z] [2020-11-20T06:43:08.577Z] Step 10/22 : FROM scratch [2020-11-20T06:43:08.577Z] ---> [2020-11-20T06:43:08.577Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-20T06:43:08.577Z] ---> Using cache [2020-11-20T06:43:08.577Z] ---> 7510cc715c44 [2020-11-20T06:43:08.577Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-20T06:43:08.851Z] ---> c4e79cabe2fb [2020-11-20T06:43:08.851Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-20T06:43:09.643Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.481s coverage: 27.1% of statements [2020-11-20T06:43:09.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-11-20T06:43:09.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-11-20T06:43:09.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-11-20T06:43:09.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-11-20T06:43:09.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-11-20T06:43:09.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-11-20T06:43:09.643Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.054s coverage: 100.0% of statements [2020-11-20T06:43:09.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-11-20T06:43:09.643Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.097s coverage: 100.0% of statements [2020-11-20T06:43:09.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-11-20T06:43:09.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-11-20T06:43:09.643Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.526s coverage: 67.9% of statements [2020-11-20T06:43:09.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-11-20T06:43:09.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-11-20T06:43:09.820Z] ---> Running in 28e9abc0a52a [2020-11-20T06:43:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.593s coverage: 83.8% of statements [2020-11-20T06:43:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-11-20T06:43:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-11-20T06:43:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-11-20T06:43:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-11-20T06:43:10.789Z] ---> Running in 730cc1e5f3a3 [2020-11-20T06:43:10.789Z] ---> dbc40803c6f4 [2020-11-20T06:43:10.789Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-20T06:43:11.072Z] Removing intermediate container 28e9abc0a52a [2020-11-20T06:43:11.072Z] ---> b66eb1044e60 [2020-11-20T06:43:11.072Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-20T06:43:11.692Z] ---> Running in 86caf2899c26 [2020-11-20T06:43:12.344Z] ---> 473a22c1f5ef [2020-11-20T06:43:12.344Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-20T06:43:13.385Z] Removing intermediate container 86caf2899c26 [2020-11-20T06:43:13.385Z] ---> ae8863bb3631 [2020-11-20T06:43:13.385Z] Step 14/22 : WORKDIR / [2020-11-20T06:43:13.385Z] ---> 2fd53c6456c7 [2020-11-20T06:43:13.385Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-20T06:43:13.385Z] ---> Running in 8d9d62b89bdf [2020-11-20T06:43:13.385Z] ---> d2b721473f2b [2020-11-20T06:43:13.385Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-20T06:43:13.666Z] ---> Running in 04bd27930924 [2020-11-20T06:43:14.628Z] Removing intermediate container 8d9d62b89bdf [2020-11-20T06:43:14.628Z] ---> 2bee8b8f715e [2020-11-20T06:43:14.628Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-20T06:43:14.628Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:43:14.628Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:43:14.628Z] ---> 47975782cf86 [2020-11-20T06:43:14.628Z] Step 3/22 : WORKDIR /edgex-go [2020-11-20T06:43:14.628Z] ---> Using cache [2020-11-20T06:43:14.628Z] ---> 62aa32e5012e [2020-11-20T06:43:14.628Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:43:14.628Z] ---> Using cache [2020-11-20T06:43:14.628Z] ---> a6f6b44303a2 [2020-11-20T06:43:14.628Z] Step 5/22 : RUN apk update && apk add make git [2020-11-20T06:43:14.628Z] ---> Using cache [2020-11-20T06:43:14.628Z] ---> 686896a00de6 [2020-11-20T06:43:14.628Z] Step 6/22 : COPY go.mod . [2020-11-20T06:43:14.628Z] ---> Using cache [2020-11-20T06:43:14.628Z] ---> 2078b0db2741 [2020-11-20T06:43:14.628Z] Step 7/22 : RUN go mod download [2020-11-20T06:43:14.628Z] ---> Using cache [2020-11-20T06:43:14.628Z] ---> 094ccd209290 [2020-11-20T06:43:14.628Z] Step 8/22 : COPY . . [2020-11-20T06:43:14.628Z] ---> Using cache [2020-11-20T06:43:14.628Z] ---> 70f76fd68543 [2020-11-20T06:43:14.628Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-20T06:43:15.592Z] ---> 817ade3714fb [2020-11-20T06:43:15.592Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-20T06:43:15.592Z] Removing intermediate container 04bd27930924 [2020-11-20T06:43:15.592Z] ---> b9504bf8be9e [2020-11-20T06:43:15.592Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T06:43:15.592Z] ---> Running in a5c857430870 [2020-11-20T06:43:15.592Z] ---> 37bf19c3eff2 [2020-11-20T06:43:15.592Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-20T06:43:15.592Z] ---> Running in 04592e748629 [2020-11-20T06:43:15.592Z] Removing intermediate container 730cc1e5f3a3 [2020-11-20T06:43:15.592Z] ---> 2ec10850376c [2020-11-20T06:43:15.592Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-20T06:43:15.905Z] ---> Running in b42c09953dcd [2020-11-20T06:43:16.212Z] ---> fe702614d66b [2020-11-20T06:43:16.212Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-20T06:43:16.212Z] Removing intermediate container 04592e748629 [2020-11-20T06:43:16.212Z] ---> f78779e42a30 [2020-11-20T06:43:16.212Z] Step 19/21 : LABEL arch=x86_64 [2020-11-20T06:43:16.212Z] ---> Running in d0a3aae51e96 [2020-11-20T06:43:16.212Z] Removing intermediate container b42c09953dcd [2020-11-20T06:43:16.212Z] ---> b239b9f270c7 [2020-11-20T06:43:16.212Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-20T06:43:16.517Z] ---> Running in b8cd9514a60a [2020-11-20T06:43:16.791Z] ---> 0bac0f4d622f [2020-11-20T06:43:16.791Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-20T06:43:16.791Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-11-20T06:43:16.791Z] Removing intermediate container d0a3aae51e96 [2020-11-20T06:43:16.791Z] ---> 57320450e39b [2020-11-20T06:43:16.791Z] Step 20/21 : LABEL git_sha=416f7af198bcbdfe57b3ae159b9b46fe65dcf279 [2020-11-20T06:43:17.076Z] ---> Running in c3ae03462167 [2020-11-20T06:43:17.076Z] Removing intermediate container b8cd9514a60a [2020-11-20T06:43:17.076Z] ---> b97ef8ca3be6 [2020-11-20T06:43:17.076Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-20T06:43:17.076Z] ---> Running in 6583cd2e3b26 [2020-11-20T06:43:17.390Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.103s coverage: 28.6% of statements [2020-11-20T06:43:17.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-11-20T06:43:17.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-11-20T06:43:17.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-11-20T06:43:17.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-11-20T06:43:17.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-11-20T06:43:17.390Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.191s coverage: 100.0% of statements [2020-11-20T06:43:17.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-11-20T06:43:17.390Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.091s coverage: 100.0% of statements [2020-11-20T06:43:17.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-11-20T06:43:17.390Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.281s coverage: 86.7% of statements [2020-11-20T06:43:17.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-11-20T06:43:17.422Z] ---> b82e439d887c [2020-11-20T06:43:17.423Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-20T06:43:17.423Z] Removing intermediate container c3ae03462167 [2020-11-20T06:43:17.423Z] ---> f634b4b0c7a2 [2020-11-20T06:43:17.423Z] Step 21/21 : LABEL version=0.0.0 [2020-11-20T06:43:17.423Z] ---> fefb5910bedb [2020-11-20T06:43:17.423Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-20T06:43:17.423Z] Removing intermediate container 6583cd2e3b26 [2020-11-20T06:43:17.423Z] ---> caf8aea87687 [2020-11-20T06:43:17.423Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-20T06:43:17.718Z] ---> Running in 44774c83b54f [2020-11-20T06:43:17.718Z] ---> Running in 81e3bbed7ea5 [2020-11-20T06:43:17.718Z] ---> 2c7ea7146787 [2020-11-20T06:43:17.718Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-20T06:43:17.990Z] ---> Running in d07320d99127 [2020-11-20T06:43:17.990Z] Removing intermediate container 81e3bbed7ea5 [2020-11-20T06:43:17.990Z] ---> 81060d6dde51 [2020-11-20T06:43:17.990Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T06:43:18.266Z] Removing intermediate container 44774c83b54f [2020-11-20T06:43:18.266Z] ---> e5584598d949 [2020-11-20T06:43:18.266Z] [2020-11-20T06:43:18.266Z] ---> Running in 45c885105f97 [2020-11-20T06:43:18.537Z] ---> 9e163d797438 [2020-11-20T06:43:18.537Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-20T06:43:18.537Z] Removing intermediate container d07320d99127 [2020-11-20T06:43:18.537Z] ---> fa3f30bd2f0e [2020-11-20T06:43:18.537Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T06:43:18.537Z] Successfully built e5584598d949 [2020-11-20T06:43:18.537Z] Successfully tagged docker-support-scheduler-go:latest [2020-11-20T06:43:18.537Z] Building docker-core-data-go [2020-11-20T06:43:18.820Z]  Building docker-support-scheduler-go ... done  ---> Running in 7a5d494a7541 [2020-11-20T06:43:18.820Z] Removing intermediate container 45c885105f97 [2020-11-20T06:43:18.821Z] ---> cef7eca68e4a [2020-11-20T06:43:18.821Z] Step 20/22 : LABEL arch=x86_64 [2020-11-20T06:43:18.821Z] ---> Running in 6f2d4e7ffb45 [2020-11-20T06:43:19.137Z] ---> 2e3337749d6a [2020-11-20T06:43:19.137Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-20T06:43:19.390Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.300s coverage: 97.5% of statements [2020-11-20T06:43:19.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-11-20T06:43:19.390Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.175s coverage: 79.0% of statements [2020-11-20T06:43:19.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-11-20T06:43:19.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-11-20T06:43:19.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-11-20T06:43:19.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-11-20T06:43:20.205Z] Removing intermediate container 7a5d494a7541 [2020-11-20T06:43:20.205Z] ---> 1250e84f7902 [2020-11-20T06:43:20.205Z] Step 22/24 : LABEL arch=x86_64 [2020-11-20T06:43:20.516Z] Removing intermediate container 6f2d4e7ffb45 [2020-11-20T06:43:20.516Z] ---> 6b9d0228c221 [2020-11-20T06:43:20.516Z] Step 21/22 : LABEL git_sha=416f7af198bcbdfe57b3ae159b9b46fe65dcf279 [2020-11-20T06:43:22.050Z] ---> Running in 5917d54e2ad7 [2020-11-20T06:43:22.050Z] ---> afd1caa201fa [2020-11-20T06:43:22.050Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-20T06:43:22.050Z] ---> Running in 4c2adddb7a2e [2020-11-20T06:43:22.343Z] ---> Running in 8ecf28f48a7e [2020-11-20T06:43:23.432Z] Removing intermediate container 5917d54e2ad7 [2020-11-20T06:43:23.432Z] ---> fd4cf706b28d [2020-11-20T06:43:23.432Z] Step 23/24 : LABEL git_sha=416f7af198bcbdfe57b3ae159b9b46fe65dcf279 [2020-11-20T06:43:23.765Z] Removing intermediate container 4c2adddb7a2e [2020-11-20T06:43:23.765Z] ---> ced013888e79 [2020-11-20T06:43:23.765Z] Step 22/22 : LABEL version=0.0.0 [2020-11-20T06:43:24.066Z] ---> Running in c8b2d4e68a95 [2020-11-20T06:43:24.066Z] ---> Running in 8417e8a2e10d [2020-11-20T06:43:24.801Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.948s coverage: 95.7% of statements [2020-11-20T06:43:24.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-11-20T06:43:24.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-11-20T06:43:24.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-11-20T06:43:24.801Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-11-20T06:43:24.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-11-20T06:43:24.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-11-20T06:43:24.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-11-20T06:43:24.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-11-20T06:43:24.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-11-20T06:43:24.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-11-20T06:43:24.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-11-20T06:43:24.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-11-20T06:43:24.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-11-20T06:43:24.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-11-20T06:43:24.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-11-20T06:43:24.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-11-20T06:43:24.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-11-20T06:43:24.802Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-11-20T06:43:24.802Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-11-20T06:43:24.802Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-11-20T06:43:24.802Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements [2020-11-20T06:43:24.802Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-11-20T06:43:24.802Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-11-20T06:43:24.802Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.177s coverage: 0.0% of statements [no tests to run] [2020-11-20T06:43:24.802Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-11-20T06:43:24.802Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-11-20T06:43:24.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.560s coverage: 63.5% of statements [2020-11-20T06:43:24.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-11-20T06:43:24.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-11-20T06:43:24.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements [2020-11-20T06:43:24.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements [2020-11-20T06:43:24.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.073s coverage: 100.0% of statements [2020-11-20T06:43:25.572Z] Removing intermediate container c8b2d4e68a95 [2020-11-20T06:43:25.572Z] ---> 91e6a3847c57 [2020-11-20T06:43:25.572Z] Step 24/24 : LABEL version=0.0.0 [2020-11-20T06:43:25.572Z] Removing intermediate container 8417e8a2e10d [2020-11-20T06:43:25.572Z] ---> c9ef7872dbbd [2020-11-20T06:43:25.572Z] [2020-11-20T06:43:25.572Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T06:43:25.572Z] Successfully built c9ef7872dbbd [2020-11-20T06:43:25.572Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T06:43:25.852Z] ---> Running in 2d0a83069c48 [2020-11-20T06:43:25.852Z] Successfully tagged docker-core-metadata-go:latest [2020-11-20T06:43:25.852Z] Building docker-security-secrets-setup-go [2020-11-20T06:43:26.138Z]  Building docker-core-metadata-go ... done (1/33) Installing libbz2 (1.0.8-r1) [2020-11-20T06:43:26.138Z] (2/33) Installing expat (2.2.9-r1) [2020-11-20T06:43:26.138Z] (3/33) Installing libffi (3.3-r2) [2020-11-20T06:43:26.138Z] (4/33) Installing gdbm (1.13-r1) [2020-11-20T06:43:26.138Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-20T06:43:26.138Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-20T06:43:26.138Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-20T06:43:26.245Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements [2020-11-20T06:43:26.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements [2020-11-20T06:43:27.763Z] Removing intermediate container 2d0a83069c48 [2020-11-20T06:43:27.764Z] ---> 30ae1366bfff [2020-11-20T06:43:27.764Z] [2020-11-20T06:43:29.194Z] Successfully built 30ae1366bfff [2020-11-20T06:43:30.150Z] Successfully tagged docker-support-notifications-go:latest [2020-11-20T06:43:30.150Z]  Building docker-support-notifications-go ... done Building docker-security-bootstrap-redis-go [2020-11-20T06:43:30.444Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-20T06:43:30.444Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-20T06:43:30.444Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-20T06:43:30.444Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-20T06:43:30.444Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-20T06:43:30.444Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-20T06:43:30.444Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-20T06:43:30.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.916s coverage: 55.9% of statements [2020-11-20T06:43:30.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-11-20T06:43:30.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-11-20T06:43:30.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-11-20T06:43:30.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-11-20T06:43:30.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-11-20T06:43:30.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-11-20T06:43:31.493Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-20T06:43:31.800Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-20T06:43:32.435Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-20T06:43:33.059Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-20T06:43:33.059Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-20T06:43:33.359Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-20T06:43:33.960Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-20T06:43:34.580Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-20T06:43:34.580Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-20T06:43:35.306Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-20T06:43:35.306Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-20T06:43:35.606Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-20T06:43:35.931Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-20T06:43:36.214Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-20T06:43:36.214Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-20T06:43:36.214Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-20T06:43:36.901Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-20T06:43:36.901Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-20T06:43:36.901Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-20T06:43:38.885Z] Executing busybox-1.31.1-r19.trigger [2020-11-20T06:43:38.885Z] OK: 71 MiB in 55 packages [2020-11-20T06:43:54.492Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:43:54.492Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:43:54.492Z] ---> 47975782cf86 [2020-11-20T06:43:54.492Z] Step 3/23 : WORKDIR /edgex-go [2020-11-20T06:43:54.492Z] ---> Using cache [2020-11-20T06:43:54.492Z] ---> 62aa32e5012e [2020-11-20T06:43:54.492Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:43:54.492Z] ---> Using cache [2020-11-20T06:43:54.492Z] ---> a6f6b44303a2 [2020-11-20T06:43:54.492Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-20T06:43:54.492Z] ---> Running in 6ae466c1b7af [2020-11-20T06:43:55.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T06:43:56.454Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T06:43:57.438Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:43:57.438Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:43:57.438Z] OK: 12752 distinct packages available [2020-11-20T06:43:57.719Z] OK: 233 MiB in 51 packages [2020-11-20T06:43:59.287Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:43:59.287Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-20T06:43:59.287Z] ---> 47975782cf86 [2020-11-20T06:43:59.287Z] Step 3/29 : WORKDIR /edgex-go [2020-11-20T06:43:59.287Z] ---> Using cache [2020-11-20T06:43:59.287Z] ---> 62aa32e5012e [2020-11-20T06:43:59.287Z] Step 4/29 : RUN apk update && apk add make git [2020-11-20T06:43:59.287Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:43:59.287Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:43:59.287Z] ---> 47975782cf86 [2020-11-20T06:43:59.287Z] Step 3/22 : WORKDIR /edgex-go [2020-11-20T06:43:59.287Z] ---> Using cache [2020-11-20T06:43:59.287Z] ---> 62aa32e5012e [2020-11-20T06:43:59.287Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:43:59.287Z] ---> Using cache [2020-11-20T06:43:59.287Z] ---> a6f6b44303a2 [2020-11-20T06:43:59.287Z] Step 5/22 : RUN apk update && apk add make git [2020-11-20T06:43:59.287Z] ---> Using cache [2020-11-20T06:43:59.287Z] ---> 686896a00de6 [2020-11-20T06:43:59.287Z] Step 6/22 : COPY go.mod . [2020-11-20T06:43:59.555Z] ---> Using cache [2020-11-20T06:43:59.555Z] ---> 2078b0db2741 [2020-11-20T06:43:59.555Z] Step 7/22 : RUN go mod download [2020-11-20T06:43:59.555Z] ---> Using cache [2020-11-20T06:43:59.555Z] ---> 094ccd209290 [2020-11-20T06:43:59.555Z] Step 8/22 : COPY . . [2020-11-20T06:43:59.555Z] ---> Using cache [2020-11-20T06:43:59.555Z] ---> 70f76fd68543 [2020-11-20T06:43:59.555Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-20T06:44:00.993Z] ---> Running in e8851f6704be [2020-11-20T06:44:00.993Z] ---> Running in 911ecdff6a31 [2020-11-20T06:44:01.270Z] Removing intermediate container a5c857430870 [2020-11-20T06:44:01.270Z] ---> 85382b8e4fa9 [2020-11-20T06:44:01.270Z] [2020-11-20T06:44:01.270Z] Step 10/22 : FROM scratch [2020-11-20T06:44:01.270Z] ---> [2020-11-20T06:44:01.270Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-20T06:44:01.552Z] ---> Using cache [2020-11-20T06:44:01.552Z] ---> 7510cc715c44 [2020-11-20T06:44:01.552Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-20T06:44:01.829Z] Removing intermediate container 6ae466c1b7af [2020-11-20T06:44:01.829Z] ---> edeb08fabb8e [2020-11-20T06:44:01.829Z] Step 6/23 : COPY go.mod . [2020-11-20T06:44:01.829Z] ---> Running in 039b0165d6ee [2020-11-20T06:44:02.099Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-11-20T06:44:02.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T06:44:02.372Z] Removing intermediate container 039b0165d6ee [2020-11-20T06:44:02.372Z] ---> 1a82a4eb9238 [2020-11-20T06:44:02.372Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-20T06:44:02.692Z] ---> 4ef78132055a [2020-11-20T06:44:02.692Z] Step 7/23 : RUN go mod download [2020-11-20T06:44:02.692Z] ---> Running in aaacfd3c04f5 [2020-11-20T06:44:02.692Z] ---> Running in 66e2c7c5ce59 [2020-11-20T06:44:02.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T06:44:02.964Z] Removing intermediate container 8ecf28f48a7e [2020-11-20T06:44:02.964Z] ---> 747b9316ae43 [2020-11-20T06:44:02.964Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-20T06:44:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 30.173s coverage: 86.3% of statements [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-11-20T06:44:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.350s coverage: 72.2% of statements [2020-11-20T06:44:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.455s coverage: 72.1% of statements [2020-11-20T06:44:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.081s coverage: 82.4% of statements [2020-11-20T06:44:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.064s coverage: 48.4% of statements [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-11-20T06:44:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.072s coverage: 28.8% of statements [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-11-20T06:44:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.080s coverage: 96.8% of statements [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-11-20T06:44:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.348s coverage: 36.5% of statements [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-11-20T06:44:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.479s coverage: 84.1% of statements [2020-11-20T06:44:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.090s coverage: 100.0% of statements [2020-11-20T06:44:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.088s coverage: 42.9% of statements [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-11-20T06:44:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.054s coverage: 100.0% of statements [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-11-20T06:44:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.122s coverage: 83.8% of statements [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-11-20T06:44:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.350s coverage: 47.1% of statements [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-11-20T06:44:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.043s coverage: 100.0% of statements [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-11-20T06:44:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.134s coverage: 100.0% of statements [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-11-20T06:44:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.115s coverage: 100.0% of statements [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-11-20T06:44:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.704s coverage: 29.1% of statements [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-11-20T06:44:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.155s coverage: 99.0% of statements [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-11-20T06:44:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-11-20T06:44:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-11-20T06:44:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-11-20T06:44:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.103s coverage: 87.9% of statements [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-11-20T06:44:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-11-20T06:44:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2020-11-20T06:44:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements [2020-11-20T06:44:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2020-11-20T06:44:03.234Z] GO111MODULE=on go vet ./... [2020-11-20T06:44:03.238Z] ---> Running in 93312ee03c03 [2020-11-20T06:44:03.238Z] Removing intermediate container aaacfd3c04f5 [2020-11-20T06:44:03.238Z] ---> 467621f9c35c [2020-11-20T06:44:03.238Z] Step 14/22 : WORKDIR / [2020-11-20T06:44:03.238Z] ---> Running in 5bf2cff34573 [2020-11-20T06:44:03.849Z] Removing intermediate container 5bf2cff34573 [2020-11-20T06:44:03.849Z] ---> f0b8d8aabfa7 [2020-11-20T06:44:03.849Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-20T06:44:03.849Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:44:03.849Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:44:03.849Z] OK: 12752 distinct packages available [2020-11-20T06:44:04.137Z] OK: 233 MiB in 51 packages [2020-11-20T06:44:04.424Z] ---> 83f88eaea29f [2020-11-20T06:44:04.424Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-20T06:44:06.032Z] Removing intermediate container e8851f6704be [2020-11-20T06:44:06.032Z] ---> ba908590a388 [2020-11-20T06:44:06.032Z] Step 5/29 : COPY go.mod . [2020-11-20T06:44:06.032Z] ---> 8c048ceac964 [2020-11-20T06:44:06.032Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-20T06:44:06.349Z] ---> 037b22a6f319 [2020-11-20T06:44:06.349Z] Step 6/29 : RUN go mod download [2020-11-20T06:44:07.847Z] ---> bcef2698483c [2020-11-20T06:44:07.847Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-20T06:44:07.847Z] ---> Running in 48e4eee4fe7f [2020-11-20T06:44:07.847Z] Removing intermediate container 66e2c7c5ce59 [2020-11-20T06:44:07.847Z] ---> 9b2c8b704513 [2020-11-20T06:44:07.847Z] Step 8/23 : COPY . . [2020-11-20T06:44:07.847Z] Collecting docker-compose==1.23.2 [2020-11-20T06:44:07.847Z] ---> Running in c2a1a011268b [2020-11-20T06:44:07.847Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-20T06:44:08.167Z] Removing intermediate container c2a1a011268b [2020-11-20T06:44:08.167Z] ---> 858ea0ea9157 [2020-11-20T06:44:08.167Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T06:44:08.167Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-20T06:44:08.167Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-20T06:44:08.927Z] ---> Running in 0e8ab83ff2e4 [2020-11-20T06:44:09.551Z] Removing intermediate container 0e8ab83ff2e4 [2020-11-20T06:44:09.551Z] ---> 3c1f74a35a7e [2020-11-20T06:44:09.551Z] Step 20/22 : LABEL arch=x86_64 [2020-11-20T06:44:09.884Z] Collecting cached-property<2,>=1.2.0 [2020-11-20T06:44:09.884Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-20T06:44:10.528Z] ---> Running in c61f5436d580 [2020-11-20T06:44:11.977Z] Collecting texttable<0.10,>=0.9.0 [2020-11-20T06:44:11.977Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-20T06:44:13.988Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-20T06:44:13.988Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-20T06:44:13.988Z] Removing intermediate container c61f5436d580 [2020-11-20T06:44:13.988Z] ---> 1d7de1bb1509 [2020-11-20T06:44:13.988Z] Step 21/22 : LABEL git_sha=416f7af198bcbdfe57b3ae159b9b46fe65dcf279 [2020-11-20T06:44:14.654Z] Removing intermediate container 48e4eee4fe7f [2020-11-20T06:44:14.654Z] ---> dd9283f22ed9 [2020-11-20T06:44:14.654Z] Step 7/29 : COPY . . [2020-11-20T06:44:14.654Z] ---> Running in 1f718641f197 [2020-11-20T06:44:14.654Z] Collecting docopt<0.7,>=0.6.1 [2020-11-20T06:44:14.654Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-20T06:44:15.780Z] Removing intermediate container 1f718641f197 [2020-11-20T06:44:15.780Z] ---> b99cd3a0aa0e [2020-11-20T06:44:15.780Z] Step 22/22 : LABEL version=0.0.0 [2020-11-20T06:44:17.366Z] Collecting jsonschema<3,>=2.5.1 [2020-11-20T06:44:17.366Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-20T06:44:17.366Z] ---> Running in 3832d7e34f0e [2020-11-20T06:44:17.366Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-11-20T06:44:17.698Z] Collecting PyYAML<4,>=3.10 [2020-11-20T06:44:17.698Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-20T06:44:18.888Z] Removing intermediate container 3832d7e34f0e [2020-11-20T06:44:18.888Z] ---> bedb699de9bf [2020-11-20T06:44:18.888Z] [2020-11-20T06:44:22.398Z] Successfully built bedb699de9bf [2020-11-20T06:44:22.398Z] Collecting docker<4.0,>=3.6.0 [2020-11-20T06:44:22.398Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-20T06:44:22.398Z] Successfully tagged docker-core-command-go:latest [2020-11-20T06:44:22.398Z] Building docker-support-logging-go [2020-11-20T06:44:24.374Z]  Building docker-core-command-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-20T06:44:24.374Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-20T06:44:26.206Z] Collecting docker-pycreds>=0.4.0 [2020-11-20T06:44:26.632Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-20T06:44:27.833Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-11-20T06:44:28.127Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-20T06:44:28.127Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-20T06:44:30.127Z] Collecting idna<2.8,>=2.5 [2020-11-20T06:44:30.127Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-20T06:44:31.117Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-11-20T06:44:31.117Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-20T06:44:31.117Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-20T06:44:31.118Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-20T06:44:31.118Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-20T06:44:31.751Z] Installing collected packages: dockerpty, cached-property, texttable, websocket-client, docopt, jsonschema, PyYAML, docker-pycreds, urllib3, idna, requests, docker, docker-compose [2020-11-20T06:44:31.751Z] Running setup.py install for dockerpty: started [2020-11-20T06:44:34.452Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-20T06:44:34.742Z] Running setup.py install for texttable: started [2020-11-20T06:44:35.743Z] Running setup.py install for texttable: finished with status 'done' [2020-11-20T06:44:36.022Z] Running setup.py install for docopt: started [2020-11-20T06:44:36.998Z] Running setup.py install for docopt: finished with status 'done' [2020-11-20T06:44:37.996Z] Running setup.py install for PyYAML: started [2020-11-20T06:44:39.490Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-20T06:44:39.782Z] Attempting uninstall: urllib3 [2020-11-20T06:44:39.782Z] Found existing installation: urllib3 1.25.9 [2020-11-20T06:44:39.782Z] Uninstalling urllib3-1.25.9: [2020-11-20T06:44:40.420Z] Successfully uninstalled urllib3-1.25.9 [2020-11-20T06:44:44.744Z] Attempting uninstall: idna [2020-11-20T06:44:44.744Z] Found existing installation: idna 2.9 [2020-11-20T06:44:44.744Z] Uninstalling idna-2.9: [2020-11-20T06:44:45.015Z] Successfully uninstalled idna-2.9 [2020-11-20T06:44:46.028Z] Attempting uninstall: requests [2020-11-20T06:44:46.028Z] Found existing installation: requests 2.23.0 [2020-11-20T06:44:46.028Z] Uninstalling requests-2.23.0: [2020-11-20T06:44:46.314Z] Successfully uninstalled requests-2.23.0 [2020-11-20T06:44:46.314Z] Removing intermediate container 911ecdff6a31 [2020-11-20T06:44:46.314Z] ---> a8984b2febf8 [2020-11-20T06:44:46.314Z] [2020-11-20T06:44:46.314Z] ---> dff595b2da22 [2020-11-20T06:44:46.314Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-20T06:44:46.314Z] Step 10/22 : FROM alpine:3.10 [2020-11-20T06:44:46.314Z] 3.10: Pulling from library/alpine [2020-11-20T06:44:48.328Z] ---> Running in aaa37ed95575 [2020-11-20T06:44:48.605Z] Building docker-security-proxy-setup-go [2020-11-20T06:44:51.318Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-11-20T06:44:51.318Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-11-20T06:44:53.351Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:44:53.351Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:44:53.351Z] ---> 47975782cf86 [2020-11-20T06:44:53.351Z] Step 3/22 : WORKDIR /edgex-go [2020-11-20T06:44:53.966Z] ---> Using cache [2020-11-20T06:44:53.966Z] ---> 62aa32e5012e [2020-11-20T06:44:53.966Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:44:53.966Z] ---> Using cache [2020-11-20T06:44:53.966Z] ---> a6f6b44303a2 [2020-11-20T06:44:53.966Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-20T06:44:55.687Z] ---> Running in e40d55867698 [2020-11-20T06:44:57.679Z] ---> 2fb197fdb0ec [2020-11-20T06:44:57.679Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-20T06:44:58.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T06:44:58.679Z] ---> Running in 12c7461d29f8 [2020-11-20T06:44:59.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T06:44:59.907Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-20T06:45:00.577Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:45:00.577Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:45:00.577Z] OK: 12752 distinct packages available [2020-11-20T06:45:00.874Z] OK: 233 MiB in 51 packages [2020-11-20T06:45:01.504Z] OK: 233 MiB in 51 packages [2020-11-20T06:45:02.972Z] Removing intermediate container 93312ee03c03 [2020-11-20T06:45:02.972Z] ---> d48a0cb73047 [2020-11-20T06:45:02.972Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-20T06:45:04.715Z] ---> Running in 95a9e8a0ae25 [2020-11-20T06:45:06.907Z] Removing intermediate container e40d55867698 [2020-11-20T06:45:06.907Z] ---> c29869c8a7ab [2020-11-20T06:45:06.907Z] Step 6/22 : COPY go.mod . [2020-11-20T06:45:08.680Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T06:45:08.680Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T06:45:08.680Z] ---> f8c56626dc11 [2020-11-20T06:45:08.680Z] Step 7/22 : RUN go mod download [2020-11-20T06:45:09.010Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-20T06:45:09.334Z] ---> Running in 861ba84e6402 [2020-11-20T06:45:09.334Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-20T06:45:09.334Z] (3/3) Installing curl (7.69.1-r1) [2020-11-20T06:45:09.334Z] Executing busybox-1.31.1-r19.trigger [2020-11-20T06:45:09.626Z] OK: 72 MiB in 58 packages [2020-11-20T06:45:11.309Z] gofmt -l . [2020-11-20T06:45:11.310Z] [ "`gofmt -l .`" = "" ] [2020-11-20T06:45:11.581Z] ./bin/test-go-mod-tidy.sh [2020-11-20T06:45:12.569Z] ./bin/test-attribution-txt.sh [2020-11-20T06:45:13.224Z] Removing intermediate container 95a9e8a0ae25 [2020-11-20T06:45:13.224Z] ---> 27b6c6ffcd95 [2020-11-20T06:45:13.224Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-20T06:45:13.224Z] ---> Running in d7d3695d2276 [2020-11-20T06:45:13.509Z] Removing intermediate container d7d3695d2276 [2020-11-20T06:45:13.509Z] ---> 07009649793c [2020-11-20T06:45:13.509Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T06:45:13.786Z] ---> Running in 8c155b00445a [2020-11-20T06:45:14.079Z] Removing intermediate container 8c155b00445a [2020-11-20T06:45:14.079Z] ---> 593136c01d3a [2020-11-20T06:45:14.079Z] Step 25/27 : LABEL arch=x86_64 [2020-11-20T06:45:14.079Z] ---> Running in fcf42f2ab6f2 [2020-11-20T06:45:14.357Z] Removing intermediate container 861ba84e6402 [2020-11-20T06:45:14.357Z] ---> 4d95650492a3 [2020-11-20T06:45:14.357Z] Step 8/22 : COPY . . [2020-11-20T06:45:15.887Z] Removing intermediate container fcf42f2ab6f2 [2020-11-20T06:45:15.887Z] ---> 459bfae340bc [2020-11-20T06:45:15.887Z] Step 26/27 : LABEL git_sha=416f7af198bcbdfe57b3ae159b9b46fe65dcf279 [2020-11-20T06:45:15.887Z] ---> Running in 1856fe5edb40 [Pipeline] sh [2020-11-20T06:45:17.524Z] Removing intermediate container 1856fe5edb40 [2020-11-20T06:45:17.524Z] ---> 29848f2be0c2 [2020-11-20T06:45:17.524Z] Step 27/27 : LABEL version=0.0.0 [2020-11-20T06:45:17.573Z] + ls -al . [2020-11-20T06:45:17.573Z] total 668 [2020-11-20T06:45:17.573Z] drwxrwxr-x 9 1001 1001 4096 Nov 20 06:45 . [2020-11-20T06:45:17.573Z] drwxr-xr-x 4 root root 4096 Nov 20 06:41 .. [2020-11-20T06:45:17.573Z] -rw-rw-r-- 1 1001 1001 11 Nov 20 06:39 .dockerignore [2020-11-20T06:45:17.573Z] drwxrwxr-x 8 1001 1001 4096 Nov 20 06:39 .git [2020-11-20T06:45:17.573Z] drwxrwxr-x 3 1001 1001 4096 Nov 20 06:39 .github [2020-11-20T06:45:17.573Z] -rw-rw-r-- 1 1001 1001 944 Nov 20 06:39 .gitignore [2020-11-20T06:45:17.573Z] -rw-rw-r-- 1 1001 1001 166 Nov 20 06:39 .sonarcloud.properties [2020-11-20T06:45:17.573Z] -rw-rw-r-- 1 1001 1001 3804 Nov 20 06:39 CONTRIBUTING.md [2020-11-20T06:45:17.573Z] -rw-rw-r-- 1 1001 1001 1035 Nov 20 06:39 Dockerfile.build [2020-11-20T06:45:17.573Z] -rw-rw-r-- 1 1001 1001 863 Nov 20 06:39 Jenkinsfile [2020-11-20T06:45:17.573Z] -rw-rw-r-- 1 1001 1001 10775 Nov 20 06:39 LICENSE [2020-11-20T06:45:17.573Z] -rw-rw-r-- 1 1001 1001 6581 Nov 20 06:39 Makefile [2020-11-20T06:45:17.573Z] -rw-rw-r-- 1 1001 1001 6447 Nov 20 06:39 README.md [2020-11-20T06:45:17.573Z] -rw-rw-r-- 1 1001 1001 259 Nov 20 06:39 SECURITY.md [2020-11-20T06:45:17.573Z] -rw-rw-r-- 1 1001 1001 5 Nov 20 06:35 VERSION [2020-11-20T06:45:17.573Z] -rw-rw-r-- 1 1001 1001 4131 Nov 20 06:39 ZMQWindows.md [2020-11-20T06:45:17.573Z] drwxrwxr-x 2 1001 1001 4096 Nov 20 06:39 bin [2020-11-20T06:45:17.573Z] drwxrwxr-x 15 1001 1001 4096 Nov 20 06:39 cmd [2020-11-20T06:45:17.573Z] -rw-r--r-- 1 root root 547079 Nov 20 06:44 coverage.out [2020-11-20T06:45:17.573Z] -rw-r--r-- 1 root root 1041 Nov 20 06:45 go.mod [2020-11-20T06:45:17.573Z] -rw-r--r-- 1 root root 18582 Nov 20 06:45 go.sum [2020-11-20T06:45:17.573Z] drwxrwxr-x 8 1001 1001 4096 Nov 20 06:39 internal [2020-11-20T06:45:17.573Z] drwxrwxr-x 4 1001 1001 4096 Nov 20 06:39 openapi [2020-11-20T06:45:17.573Z] drwxrwxr-x 4 1001 1001 4096 Nov 20 06:39 snap [2020-11-20T06:45:17.573Z] -rw-rw-r-- 1 1001 1001 168 Nov 20 06:39 version.go [Pipeline] sh [2020-11-20T06:45:18.267Z] + '[' -e coverage.out ] [2020-11-20T06:45:18.267Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-11-20T06:45:18.309Z] Warning: overwriting stash ‘coverage-report’ [2020-11-20T06:45:19.068Z] ---> Running in f7f64aea842a [2020-11-20T06:45:19.563Z] Stashed 1 file(s) [Pipeline] sh [2020-11-20T06:45:20.318Z] + make build [2020-11-20T06:45:20.318Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-20T06:45:21.199Z] Removing intermediate container f7f64aea842a [2020-11-20T06:45:21.199Z] ---> 00efd63ade66 [2020-11-20T06:45:21.199Z] [2020-11-20T06:45:21.199Z] Successfully built 00efd63ade66 [2020-11-20T06:45:21.199Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-11-20T06:45:23.152Z]  Building docker-sys-mgmt-agent-go ... done Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:45:23.152Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:45:23.152Z] ---> 47975782cf86 [2020-11-20T06:45:23.152Z] Step 3/20 : WORKDIR /edgex-go [2020-11-20T06:45:23.152Z] ---> Using cache [2020-11-20T06:45:23.152Z] ---> 62aa32e5012e [2020-11-20T06:45:23.152Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:45:23.152Z] ---> Using cache [2020-11-20T06:45:23.152Z] ---> a6f6b44303a2 [2020-11-20T06:45:23.152Z] Step 5/20 : RUN apk update && apk add make git [2020-11-20T06:45:23.152Z] ---> Using cache [2020-11-20T06:45:23.152Z] ---> 686896a00de6 [2020-11-20T06:45:23.152Z] Step 6/20 : COPY go.mod . [2020-11-20T06:45:23.152Z] ---> Using cache [2020-11-20T06:45:23.152Z] ---> 2078b0db2741 [2020-11-20T06:45:23.152Z] Step 7/20 : RUN go mod download [2020-11-20T06:45:23.152Z] ---> Using cache [2020-11-20T06:45:23.152Z] ---> 094ccd209290 [2020-11-20T06:45:23.152Z] Step 8/20 : COPY . . [2020-11-20T06:45:23.152Z] ---> Using cache [2020-11-20T06:45:23.152Z] ---> 70f76fd68543 [2020-11-20T06:45:23.152Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-20T06:45:25.227Z] ---> Running in ad6f71efe92d [2020-11-20T06:45:28.152Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-20T06:45:40.868Z] Removing intermediate container 12c7461d29f8 [2020-11-20T06:45:40.868Z] ---> 19609a7048ad [2020-11-20T06:45:40.868Z] [2020-11-20T06:45:40.868Z] Step 9/29 : FROM alpine:latest [2020-11-20T06:45:40.869Z] latest: Pulling from library/alpine [2020-11-20T06:45:47.148Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-11-20T06:45:49.359Z] Removing intermediate container aaa37ed95575 [2020-11-20T06:45:49.359Z] ---> 066998e152e0 [2020-11-20T06:45:49.359Z] [2020-11-20T06:45:49.359Z] Step 10/23 : FROM alpine [2020-11-20T06:45:49.359Z] latest: Pulling from library/alpine [2020-11-20T06:45:49.359Z] ---> 1e271fb3b00d [2020-11-20T06:45:49.359Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-20T06:45:49.359Z] ---> Running in b731abd6301e [2020-11-20T06:45:49.964Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-20T06:45:53.713Z] Removing intermediate container ad6f71efe92d [2020-11-20T06:45:53.713Z] ---> 0fbb75906ee9 [2020-11-20T06:45:53.713Z] [2020-11-20T06:45:53.713Z] Step 10/20 : FROM alpine [2020-11-20T06:45:53.713Z] latest: Pulling from library/alpine [2020-11-20T06:45:53.840Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-11-20T06:45:59.258Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-20T06:46:02.664Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-20T06:46:06.389Z] Removing intermediate container b731abd6301e [2020-11-20T06:46:06.390Z] ---> 4a903058e1d2 [2020-11-20T06:46:06.390Z] [2020-11-20T06:46:06.390Z] Step 10/22 : FROM scratch [2020-11-20T06:46:06.390Z] ---> [2020-11-20T06:46:06.390Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-20T06:46:06.390Z] ---> Using cache [2020-11-20T06:46:06.390Z] ---> 365ef995850c [2020-11-20T06:46:06.390Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-20T06:46:06.390Z] ---> Running in b00fb6d1c8b2 [2020-11-20T06:46:06.390Z] Removing intermediate container b00fb6d1c8b2 [2020-11-20T06:46:06.390Z] ---> fa293ad4232e [2020-11-20T06:46:06.390Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-20T06:46:06.390Z] ---> Running in 0a8e29670dbc [2020-11-20T06:46:06.739Z] Removing intermediate container 0a8e29670dbc [2020-11-20T06:46:06.739Z] ---> 30cdb9cc1487 [2020-11-20T06:46:06.739Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-20T06:46:07.072Z] ---> 417eee2c247e [2020-11-20T06:46:07.072Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-20T06:46:07.364Z] ---> ba080267f617 [2020-11-20T06:46:07.364Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-20T06:46:08.006Z] ---> a19db681fd5d [2020-11-20T06:46:08.006Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-20T06:46:08.081Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-20T06:46:08.284Z] ---> eb2021dd2dba [2020-11-20T06:46:08.284Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-20T06:46:09.514Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-20T06:46:09.691Z] ---> Running in e18a10470f70 [2020-11-20T06:46:09.691Z] Removing intermediate container e18a10470f70 [2020-11-20T06:46:09.691Z] ---> 5cee974d5027 [2020-11-20T06:46:09.691Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T06:46:09.691Z] ---> Running in 98abf7443491 [2020-11-20T06:46:09.971Z] Removing intermediate container 98abf7443491 [2020-11-20T06:46:09.971Z] ---> a2ab4a339487 [2020-11-20T06:46:09.971Z] Step 20/22 : LABEL arch=x86_64 [2020-11-20T06:46:09.971Z] ---> Running in db1eb03e4666 [2020-11-20T06:46:10.265Z] Removing intermediate container db1eb03e4666 [2020-11-20T06:46:10.265Z] ---> 090fdc43ba8b [2020-11-20T06:46:10.265Z] Step 21/22 : LABEL git_sha=416f7af198bcbdfe57b3ae159b9b46fe65dcf279 [2020-11-20T06:46:10.265Z] ---> Running in 70a76878c044 [2020-11-20T06:46:10.536Z] Removing intermediate container 70a76878c044 [2020-11-20T06:46:10.536Z] ---> 25c871435830 [2020-11-20T06:46:10.536Z] Step 22/22 : LABEL version=0.0.0 [2020-11-20T06:46:10.536Z] ---> Running in 3ed6bd8852dc [2020-11-20T06:46:10.800Z] Removing intermediate container 3ed6bd8852dc [2020-11-20T06:46:10.800Z] ---> 264f7a485726 [2020-11-20T06:46:10.800Z] [2020-11-20T06:46:10.800Z] Successfully built 264f7a485726 [2020-11-20T06:46:10.800Z] Successfully tagged docker-support-logging-go:latest [2020-11-20T06:46:10.800Z]  Building docker-support-logging-go ... done  [2020-11-20T06:46:10.800Z] ERROR: for docker-security-secretstore-setup-go (, 'toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit') [2020-11-20T06:46:10.800Z] [2020-11-20T06:46:10.800Z] ERROR: for docker-security-bootstrap-redis-go (, 'toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit') [2020-11-20T06:46:10.800Z] [2020-11-20T06:46:10.800Z] ERROR: for docker-security-secrets-setup-go (, 'toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit') [2020-11-20T06:46:10.800Z] [2020-11-20T06:46:10.800Z] ERROR: for docker-core-data-go (, 'toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit') [2020-11-20T06:46:10.800Z] [2020-11-20T06:46:10.800Z] ERROR: for docker-security-proxy-setup-go (, 'toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit') [2020-11-20T06:46:10.800Z] Service 'docker-security-proxy-setup-go' failed to build: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit [Pipeline] } [2020-11-20T06:46:11.197Z] $ docker stop --time=1 0fdc4c3012935af83c38b253235aabb2805820f46429404c2aa4b25fd598f5c1 [2020-11-20T06:46:13.062Z] $ docker rm -f 0fdc4c3012935af83c38b253235aabb2805820f46429404c2aa4b25fd598f5c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2020-11-20T06:46:13.819Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-20T06:46:15.151Z] Failed in branch amd64 [2020-11-20T06:46:19.221Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-20T06:46:23.523Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-20T06:46:27.826Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-20T06:46:32.141Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-20T06:46:34.764Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] } [2020-11-20T06:46:38.177Z] $ docker stop --time=1 787931eec623fac3883aef83880f8ede8931970355ab7a9d4a40a5ea7506377e [2020-11-20T06:46:40.679Z] $ docker rm -f 787931eec623fac3883aef83880f8ede8931970355ab7a9d4a40a5ea7506377e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T06:46:42.934Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-20T06:46:42.934Z] [2020-11-20T06:46:42.934Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-20T06:46:43.635Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-20T06:46:43.636Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-11-20T06:46:43.636Z] 29e5d40040c1: Pulling fs layer [2020-11-20T06:46:43.636Z] 1ce36da41761: Pulling fs layer [2020-11-20T06:46:43.636Z] 25b303627fd3: Pulling fs layer [2020-11-20T06:46:43.911Z] 29e5d40040c1: Verifying Checksum [2020-11-20T06:46:43.911Z] 29e5d40040c1: Download complete [2020-11-20T06:46:44.526Z] 29e5d40040c1: Pull complete [2020-11-20T06:46:44.799Z] 1ce36da41761: Verifying Checksum [2020-11-20T06:46:44.799Z] 1ce36da41761: Download complete [2020-11-20T06:46:46.239Z] 1ce36da41761: Pull complete [2020-11-20T06:46:46.239Z] 25b303627fd3: Verifying Checksum [2020-11-20T06:46:46.239Z] 25b303627fd3: Download complete [2020-11-20T06:46:56.386Z] 25b303627fd3: Pull complete [2020-11-20T06:46:56.386Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-11-20T06:46:56.386Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-20T06:46:56.386Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-11-20T06:46:56.677Z] prd-ubuntu18.04-docker-arm64-4c-16g-12932 does not seem to be running inside a container [2020-11-20T06:46:56.749Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-11-20T06:47:00.516Z] $ docker top 981a329b43ec9610c1031afdfcc5398f5fb1a21a62f06660c1ddec8676205174 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T06:47:02.077Z] + grep parallel [2020-11-20T06:47:02.077Z] + docker-compose build --help [2020-11-20T06:47:05.455Z] --parallel Build images in parallel. [Pipeline] } [2020-11-20T06:47:05.757Z] $ docker stop --time=1 981a329b43ec9610c1031afdfcc5398f5fb1a21a62f06660c1ddec8676205174 [2020-11-20T06:47:07.766Z] $ docker rm -f 981a329b43ec9610c1031afdfcc5398f5fb1a21a62f06660c1ddec8676205174 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T06:47:08.787Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-20T06:47:08.787Z] . [Pipeline] withDockerContainer [2020-11-20T06:47:09.073Z] prd-ubuntu18.04-docker-arm64-4c-16g-12932 does not seem to be running inside a container [2020-11-20T06:47:09.176Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-11-20T06:47:10.692Z] $ docker top 2f1b1d674c235a6ea13ce72f2536d7b30c70fcbd0ceec95d7176eafc733af9fb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T06:47:11.824Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-20T06:47:16.113Z] Building docker-core-command-go ... [2020-11-20T06:47:16.113Z] Building docker-core-data-go ... [2020-11-20T06:47:16.113Z] Building docker-core-metadata-go ... [2020-11-20T06:47:16.113Z] Building docker-security-bootstrap-redis-go ... [2020-11-20T06:47:16.113Z] Building docker-security-proxy-setup-go ... [2020-11-20T06:47:16.113Z] Building docker-security-secrets-setup-go ... [2020-11-20T06:47:16.113Z] Building docker-security-secretstore-setup-go ... [2020-11-20T06:47:16.113Z] Building docker-support-logging-go ... [2020-11-20T06:47:16.113Z] Building docker-support-notifications-go ... [2020-11-20T06:47:16.113Z] Building docker-support-scheduler-go ... [2020-11-20T06:47:16.113Z] Building docker-sys-mgmt-agent-go ... [2020-11-20T06:47:16.113Z] Building docker-support-scheduler-go [2020-11-20T06:47:16.113Z] Building docker-security-secretstore-setup-go [2020-11-20T06:47:16.113Z] Building docker-core-metadata-go [2020-11-20T06:47:16.113Z] Building docker-support-notifications-go [2020-11-20T06:47:16.113Z] Building docker-security-secrets-setup-go [2020-11-20T06:48:37.879Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:48:37.879Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:48:37.879Z] ---> e76c3a6688a5 [2020-11-20T06:48:37.879Z] Step 3/24 : WORKDIR /edgex-go [2020-11-20T06:48:37.879Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:48:37.879Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:48:37.879Z] ---> e76c3a6688a5 [2020-11-20T06:48:37.879Z] Step 3/21 : WORKDIR /edgex-go [2020-11-20T06:48:37.879Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:48:37.879Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:48:37.879Z] ---> e76c3a6688a5 [2020-11-20T06:48:37.879Z] Step 3/24 : WORKDIR /edgex-go [2020-11-20T06:48:37.879Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:48:37.879Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:48:37.879Z] ---> e76c3a6688a5 [2020-11-20T06:48:37.879Z] Step 3/22 : WORKDIR /edgex-go [2020-11-20T06:48:37.879Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:48:37.879Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-20T06:48:37.879Z] ---> e76c3a6688a5 [2020-11-20T06:48:37.879Z] Step 3/29 : WORKDIR /edgex-go [2020-11-20T06:48:37.879Z] ---> Running in e544825d5298 [2020-11-20T06:48:37.879Z] ---> Running in 37aa0b1031ac [2020-11-20T06:48:37.879Z] ---> Running in f413818c24d6 [2020-11-20T06:48:37.879Z] ---> Running in 4d8dfdde817d [2020-11-20T06:48:37.879Z] ---> Running in 4d626c6cfc90 [2020-11-20T06:48:37.879Z] Removing intermediate container 37aa0b1031ac [2020-11-20T06:48:37.879Z] ---> e2c8a9528f99 [2020-11-20T06:48:37.879Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:48:37.879Z] Removing intermediate container 4d626c6cfc90 [2020-11-20T06:48:37.879Z] ---> 25b079e1a3a6 [2020-11-20T06:48:37.879Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:48:37.879Z] Removing intermediate container e544825d5298 [2020-11-20T06:48:37.879Z] ---> 8303cee4cd17 [2020-11-20T06:48:37.879Z] Step 4/29 : RUN apk update && apk add make git [2020-11-20T06:48:37.879Z] Removing intermediate container 4d8dfdde817d [2020-11-20T06:48:37.879Z] ---> 8d80b95cc8cf [2020-11-20T06:48:37.879Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:48:37.879Z] Removing intermediate container f413818c24d6 [2020-11-20T06:48:37.879Z] ---> 2f10a60c7613 [2020-11-20T06:48:37.879Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:48:37.879Z] ---> Running in a7d63e1166b3 [2020-11-20T06:48:37.879Z] ---> Running in 327d9490639b [2020-11-20T06:48:37.879Z] ---> Running in d775a543133a [2020-11-20T06:48:37.879Z] ---> Running in 2a5247014647 [2020-11-20T06:48:37.879Z] ---> Running in 9ad30d444c7f [2020-11-20T06:48:37.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T06:48:38.471Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T06:48:38.746Z] Removing intermediate container a7d63e1166b3 [2020-11-20T06:48:38.746Z] ---> b7b2819bdd27 [2020-11-20T06:48:38.746Z] Step 5/21 : RUN apk update && apk add make git [2020-11-20T06:48:39.027Z] Removing intermediate container 2a5247014647 [2020-11-20T06:48:39.027Z] ---> 8881b22503ba [2020-11-20T06:48:39.027Z] Step 5/24 : RUN apk update && apk add make git [2020-11-20T06:48:39.027Z] ---> Running in 8bb1ce41f8a9 [2020-11-20T06:48:39.334Z] ---> Running in 31cd958f2288 [2020-11-20T06:48:39.625Z] Removing intermediate container 327d9490639b [2020-11-20T06:48:39.625Z] ---> 07f5249d5d70 [2020-11-20T06:48:39.625Z] Step 5/22 : RUN apk update && apk add make git [2020-11-20T06:48:39.625Z] Removing intermediate container 9ad30d444c7f [2020-11-20T06:48:39.625Z] ---> a2ebcb499172 [2020-11-20T06:48:39.625Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-20T06:48:39.625Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:48:39.625Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:48:39.625Z] OK: 12623 distinct packages available [2020-11-20T06:48:39.904Z] ---> Running in 4560a49b08ab [2020-11-20T06:48:39.904Z] ---> Running in 5b4a27d042ec [2020-11-20T06:48:40.500Z] OK: 217 MiB in 51 packages [2020-11-20T06:48:41.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T06:48:41.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T06:48:42.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T06:48:42.226Z] Removing intermediate container d775a543133a [2020-11-20T06:48:42.226Z] ---> 000339f6d2fd [2020-11-20T06:48:42.226Z] Step 5/29 : COPY go.mod . [2020-11-20T06:48:42.496Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T06:48:42.496Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T06:48:42.767Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T06:48:43.047Z] ---> ac8e8335c80e [2020-11-20T06:48:43.047Z] Step 6/29 : RUN go mod download [2020-11-20T06:48:43.047Z] ---> Running in fd2cba453ae7 [2020-11-20T06:48:43.047Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T06:48:43.320Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T06:48:43.599Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:48:43.599Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:48:43.599Z] OK: 12623 distinct packages available [2020-11-20T06:48:43.884Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:48:43.884Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:48:43.884Z] OK: 12623 distinct packages available [2020-11-20T06:48:44.167Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:48:44.167Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:48:44.167Z] OK: 12623 distinct packages available [2020-11-20T06:48:44.443Z] OK: 217 MiB in 51 packages [2020-11-20T06:48:44.443Z] OK: 217 MiB in 51 packages [2020-11-20T06:48:44.721Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:48:44.721Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:48:44.721Z] OK: 12623 distinct packages available [2020-11-20T06:48:45.328Z] OK: 217 MiB in 51 packages [2020-11-20T06:48:45.606Z] OK: 217 MiB in 51 packages [2020-11-20T06:48:46.601Z] Removing intermediate container 8bb1ce41f8a9 [2020-11-20T06:48:46.601Z] ---> 4f9a178e2695 [2020-11-20T06:48:46.601Z] Step 6/21 : COPY go.mod . [2020-11-20T06:48:46.878Z] Removing intermediate container 31cd958f2288 [2020-11-20T06:48:46.878Z] ---> b55bc76f5b9e [2020-11-20T06:48:46.878Z] Step 6/24 : COPY go.mod . [2020-11-20T06:48:46.878Z] Removing intermediate container 5b4a27d042ec [2020-11-20T06:48:46.878Z] ---> 1c0ed563e054 [2020-11-20T06:48:46.878Z] Step 6/24 : COPY go.mod . [2020-11-20T06:48:47.478Z] Removing intermediate container fd2cba453ae7 [2020-11-20T06:48:47.478Z] ---> aefcfddf2cd6 [2020-11-20T06:48:47.478Z] Step 7/29 : COPY . . [2020-11-20T06:48:47.755Z] Removing intermediate container 4560a49b08ab [2020-11-20T06:48:47.755Z] ---> 1a0a251cbc72 [2020-11-20T06:48:47.755Z] Step 6/22 : COPY go.mod . [2020-11-20T06:48:47.755Z] ---> c9b4928d93c1 [2020-11-20T06:48:47.755Z] Step 7/21 : RUN go mod download [2020-11-20T06:48:48.030Z] ---> 09aa79aff692 [2020-11-20T06:48:48.030Z] Step 7/24 : RUN go mod download [2020-11-20T06:48:48.030Z] ---> 6bea4d21c3d6 [2020-11-20T06:48:48.030Z] Step 7/24 : RUN go mod download [2020-11-20T06:48:48.030Z] ---> Running in d7d137403076 [2020-11-20T06:48:48.305Z] ---> Running in d8eef5acf946 [2020-11-20T06:48:48.305Z] ---> Running in bf1df38fb3c9 [2020-11-20T06:48:49.294Z] ---> 769de91982dd [2020-11-20T06:48:49.295Z] Step 7/22 : RUN go mod download [2020-11-20T06:48:49.568Z] ---> Running in 4aeafd5a42c0 [2020-11-20T06:48:53.890Z] Removing intermediate container d7d137403076 [2020-11-20T06:48:53.890Z] ---> e74361ff904c [2020-11-20T06:48:53.890Z] Step 8/21 : COPY . . [2020-11-20T06:48:53.890Z] Removing intermediate container bf1df38fb3c9 [2020-11-20T06:48:53.890Z] ---> de688ba74979 [2020-11-20T06:48:53.890Z] Step 8/24 : COPY . . [2020-11-20T06:48:54.170Z] Removing intermediate container 4aeafd5a42c0 [2020-11-20T06:48:54.170Z] ---> 826e0538ec01 [2020-11-20T06:48:54.170Z] Step 8/22 : COPY . . [2020-11-20T06:48:54.170Z] Removing intermediate container d8eef5acf946 [2020-11-20T06:48:54.170Z] ---> 72d8c6e2ce24 [2020-11-20T06:48:54.170Z] Step 8/24 : COPY . . [2020-11-20T06:49:16.402Z] ---> 1b1be67052b9 [2020-11-20T06:49:16.402Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-20T06:49:16.402Z] ---> e4b0d5826b33 [2020-11-20T06:49:16.402Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-20T06:49:16.402Z] ---> 31845ec269fa [2020-11-20T06:49:16.402Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-20T06:49:16.402Z] ---> 95705fae5fda [2020-11-20T06:49:16.402Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-20T06:49:16.402Z] ---> f80a00b77b7e [2020-11-20T06:49:16.402Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-20T06:49:16.402Z] ---> Running in c723e63c99be [2020-11-20T06:49:16.402Z] ---> Running in e42362933f5b [2020-11-20T06:49:16.402Z] ---> Running in 19c219507b9d [2020-11-20T06:49:16.402Z] ---> Running in c76256201504 [2020-11-20T06:49:16.402Z] ---> Running in 1d65e35b8043 [2020-11-20T06:49:16.402Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-20T06:49:16.402Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-20T06:49:16.677Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-11-20T06:49:16.677Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-20T06:49:16.954Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-20T06:50:38.740Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-20T06:50:38.740Z] Removing intermediate container c723e63c99be [2020-11-20T06:50:38.740Z] ---> d8aa0c392617 [2020-11-20T06:50:38.740Z] [2020-11-20T06:50:38.740Z] Step 9/29 : FROM alpine:latest [2020-11-20T06:50:38.740Z] latest: Pulling from library/alpine [2020-11-20T06:50:38.740Z] Building docker-core-data-go [2020-11-20T06:50:53.865Z] Removing intermediate container c76256201504 [2020-11-20T06:50:53.865Z] ---> 1372c81da2bb [2020-11-20T06:50:53.865Z] [2020-11-20T06:50:53.865Z] Step 10/24 : FROM alpine:3.10 [2020-11-20T06:50:53.865Z] 3.10: Pulling from library/alpine [2020-11-20T06:50:54.469Z] Building docker-sys-mgmt-agent-go [2020-11-20T06:50:59.882Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:50:59.882Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:50:59.882Z] ---> e76c3a6688a5 [2020-11-20T06:50:59.882Z] Step 3/23 : WORKDIR /edgex-go [2020-11-20T06:50:59.882Z] ---> Using cache [2020-11-20T06:50:59.882Z] ---> 2f10a60c7613 [2020-11-20T06:50:59.882Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:50:59.882Z] ---> Using cache [2020-11-20T06:50:59.882Z] ---> a2ebcb499172 [2020-11-20T06:50:59.882Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-20T06:51:01.895Z] ---> Running in 5a356be5a014 [2020-11-20T06:51:04.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T06:51:05.513Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T06:51:06.504Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:51:06.505Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:51:06.505Z] OK: 12623 distinct packages available [2020-11-20T06:51:07.501Z] OK: 217 MiB in 51 packages [2020-11-20T06:51:13.041Z] Removing intermediate container 1d65e35b8043 [2020-11-20T06:51:13.041Z] ---> 518e24138533 [2020-11-20T06:51:13.041Z] [2020-11-20T06:51:13.041Z] Step 10/24 : FROM scratch [2020-11-20T06:51:13.041Z] ---> [2020-11-20T06:51:13.041Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-20T06:51:13.041Z] Removing intermediate container 5a356be5a014 [2020-11-20T06:51:13.041Z] ---> 2f67f1303965 [2020-11-20T06:51:13.041Z] Step 6/23 : COPY go.mod . [2020-11-20T06:51:13.041Z] ---> Running in 97ac4ba5a699 [2020-11-20T06:51:13.041Z] Removing intermediate container e42362933f5b [2020-11-20T06:51:13.041Z] ---> 9a7205561990 [2020-11-20T06:51:13.041Z] [2020-11-20T06:51:13.041Z] Step 10/21 : FROM scratch [2020-11-20T06:51:13.041Z] ---> [2020-11-20T06:51:13.041Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-20T06:51:13.642Z] ---> Running in 204520a6c862 [2020-11-20T06:51:13.918Z] Removing intermediate container 97ac4ba5a699 [2020-11-20T06:51:13.918Z] ---> c9e460baf0aa [2020-11-20T06:51:13.918Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-20T06:51:14.194Z] ---> 6637e72ecf69 [2020-11-20T06:51:14.194Z] Step 7/23 : RUN go mod download [2020-11-20T06:51:14.194Z] ---> Running in ba8af89dbb59 [2020-11-20T06:51:14.472Z] Removing intermediate container 204520a6c862 [2020-11-20T06:51:14.472Z] ---> 92d21e1d5021 [2020-11-20T06:51:14.472Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-20T06:51:14.472Z] ---> Running in 9b9946d7cf42 [2020-11-20T06:51:14.751Z] ---> Running in 2456f6caf001 [2020-11-20T06:51:15.028Z] Removing intermediate container ba8af89dbb59 [2020-11-20T06:51:15.028Z] ---> 9c3921a98aa0 [2020-11-20T06:51:15.028Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-20T06:51:15.305Z] ---> Running in 53302d22b5c8 [2020-11-20T06:51:15.585Z] Removing intermediate container 2456f6caf001 [2020-11-20T06:51:15.585Z] ---> a9acbd286a14 [2020-11-20T06:51:15.585Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-20T06:51:15.864Z] ---> Running in eebd80cba9fe [2020-11-20T06:51:16.141Z] Removing intermediate container 53302d22b5c8 [2020-11-20T06:51:16.141Z] ---> 8040e5169049 [2020-11-20T06:51:16.141Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-20T06:51:16.747Z] Removing intermediate container eebd80cba9fe [2020-11-20T06:51:16.747Z] ---> 96bcdb2087bb [2020-11-20T06:51:16.747Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-20T06:51:17.351Z] ---> 9d0d7e127d35 [2020-11-20T06:51:17.351Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-20T06:51:17.636Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:51:17.636Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:51:17.636Z] ---> e76c3a6688a5 [2020-11-20T06:51:17.636Z] Step 3/27 : WORKDIR /edgex-go [2020-11-20T06:51:17.636Z] ---> Using cache [2020-11-20T06:51:17.636Z] ---> 2f10a60c7613 [2020-11-20T06:51:17.636Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:51:17.636Z] ---> Using cache [2020-11-20T06:51:17.636Z] ---> a2ebcb499172 [2020-11-20T06:51:17.636Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-20T06:51:17.636Z] ---> Running in a0044af14ecb [2020-11-20T06:51:18.653Z] ---> c83148362a27 [2020-11-20T06:51:18.653Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-20T06:51:19.268Z] ---> 135284c6a4d6 [2020-11-20T06:51:19.268Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-20T06:51:19.896Z] Removing intermediate container 9b9946d7cf42 [2020-11-20T06:51:19.896Z] ---> 235ba03472e1 [2020-11-20T06:51:19.896Z] Step 8/23 : COPY . . [2020-11-20T06:51:19.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T06:51:20.881Z] ---> c465ba33e69d [2020-11-20T06:51:20.881Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-20T06:51:20.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T06:51:21.877Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:51:21.877Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:51:21.877Z] OK: 12623 distinct packages available [2020-11-20T06:51:22.494Z] ---> 5b09b7f95ae5 [2020-11-20T06:51:22.495Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-20T06:51:22.495Z] OK: 217 MiB in 51 packages [2020-11-20T06:51:23.118Z] ---> 28dcebc6ed8b [2020-11-20T06:51:23.118Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-20T06:51:24.102Z] ---> Running in a55cee18a8c9 [2020-11-20T06:51:25.083Z] ---> 05bab29e58ef [2020-11-20T06:51:25.083Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-20T06:51:25.363Z] Removing intermediate container 19c219507b9d [2020-11-20T06:51:25.363Z] ---> ef05127367f1 [2020-11-20T06:51:25.363Z] [2020-11-20T06:51:25.363Z] Step 10/22 : FROM scratch [2020-11-20T06:51:25.363Z] ---> [2020-11-20T06:51:25.363Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-20T06:51:25.363Z] ---> Using cache [2020-11-20T06:51:25.363Z] ---> 92d21e1d5021 [2020-11-20T06:51:25.363Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-20T06:51:25.640Z] Removing intermediate container a55cee18a8c9 [2020-11-20T06:51:25.640Z] ---> 62e090747229 [2020-11-20T06:51:25.640Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T06:51:25.640Z] Removing intermediate container a0044af14ecb [2020-11-20T06:51:25.640Z] ---> 174e25aa0fe6 [2020-11-20T06:51:25.640Z] Step 6/27 : COPY go.mod . [2020-11-20T06:51:25.919Z] ---> Running in 935eb127bd1f [2020-11-20T06:51:25.919Z] ---> Running in 58cd423ca42a [2020-11-20T06:51:26.902Z] Removing intermediate container 935eb127bd1f [2020-11-20T06:51:26.902Z] ---> 68235a4f5e4d [2020-11-20T06:51:26.902Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-20T06:51:27.511Z] ---> 6dc32c235898 [2020-11-20T06:51:27.511Z] Step 7/27 : RUN go mod download [2020-11-20T06:51:27.511Z] ---> Running in 1ac0d9af14bf [2020-11-20T06:51:27.511Z] Removing intermediate container 58cd423ca42a [2020-11-20T06:51:27.511Z] ---> 65e755275171 [2020-11-20T06:51:27.511Z] Step 19/21 : LABEL arch=arm64 [2020-11-20T06:51:27.511Z] ---> e602b25bfc70 [2020-11-20T06:51:27.511Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-20T06:51:27.791Z] ---> Running in bc81011ee8cc [2020-11-20T06:51:27.791Z] ---> Running in 7ebcd3e0d5f8 [2020-11-20T06:51:28.392Z] Removing intermediate container 1ac0d9af14bf [2020-11-20T06:51:28.392Z] ---> 034e8aeae39a [2020-11-20T06:51:28.392Z] Step 14/22 : WORKDIR / [2020-11-20T06:51:28.665Z] ---> Running in 84b05f815737 [2020-11-20T06:51:29.265Z] ---> aa3ad69a6dd7 [2020-11-20T06:51:29.265Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-20T06:51:29.265Z] Removing intermediate container bc81011ee8cc [2020-11-20T06:51:29.265Z] ---> 8e9bb0a3cede [2020-11-20T06:51:29.265Z] Step 20/21 : LABEL git_sha=416f7af198bcbdfe57b3ae159b9b46fe65dcf279 [2020-11-20T06:51:29.538Z] ---> Running in f62be04341fd [2020-11-20T06:51:29.538Z] Removing intermediate container 84b05f815737 [2020-11-20T06:51:29.538Z] ---> 7098c0d3e5eb [2020-11-20T06:51:29.538Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-20T06:51:29.538Z] ---> Running in 028a181e9ac0 [2020-11-20T06:51:30.525Z] Removing intermediate container f62be04341fd [2020-11-20T06:51:30.525Z] ---> 91b328b9c1ac [2020-11-20T06:51:30.525Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T06:51:30.525Z] Removing intermediate container 028a181e9ac0 [2020-11-20T06:51:30.525Z] ---> e2416ead8763 [2020-11-20T06:51:30.525Z] Step 21/21 : LABEL version=0.0.0 [2020-11-20T06:51:30.801Z] ---> ecd880569ab7 [2020-11-20T06:51:30.801Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-20T06:51:31.078Z] ---> Running in 2c16a9a0cdaa [2020-11-20T06:51:31.078Z] ---> Running in 7f5e32fd4ad0 [2020-11-20T06:51:32.062Z] Removing intermediate container 2c16a9a0cdaa [2020-11-20T06:51:32.062Z] ---> f9e922ef3d2f [2020-11-20T06:51:32.062Z] Step 22/24 : LABEL arch=arm64 [2020-11-20T06:51:32.062Z] Removing intermediate container 7f5e32fd4ad0 [2020-11-20T06:51:32.062Z] ---> 6cd918883c27 [2020-11-20T06:51:32.062Z] [2020-11-20T06:51:32.336Z] Successfully built 6cd918883c27 [2020-11-20T06:51:32.940Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-11-20T06:51:32.940Z] ---> Running in f0cabb7242ab [2020-11-20T06:51:32.940Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go [2020-11-20T06:51:32.940Z] Removing intermediate container 7ebcd3e0d5f8 [2020-11-20T06:51:32.940Z] ---> b7d12cba8e5b [2020-11-20T06:51:32.940Z] Step 8/27 : COPY . . [2020-11-20T06:51:32.940Z] ---> 31c3b0794049 [2020-11-20T06:51:32.940Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-20T06:51:33.928Z] Removing intermediate container f0cabb7242ab [2020-11-20T06:51:33.928Z] ---> 5ebcceabab7b [2020-11-20T06:51:33.928Z] Step 23/24 : LABEL git_sha=416f7af198bcbdfe57b3ae159b9b46fe65dcf279 [2020-11-20T06:51:34.205Z] ---> cbe2a1fa6754 [2020-11-20T06:51:34.205Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-20T06:51:34.489Z] ---> Running in c3a0f989614f [2020-11-20T06:51:37.876Z] ---> Running in 56685b138714 [2020-11-20T06:51:37.876Z] ---> 8b05181cbce9 [2020-11-20T06:51:37.876Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-20T06:51:37.876Z] Removing intermediate container c3a0f989614f [2020-11-20T06:51:37.876Z] ---> 781ecaeda084 [2020-11-20T06:51:37.876Z] Step 24/24 : LABEL version=0.0.0 [2020-11-20T06:51:38.856Z] ---> Running in 7fa8d1dbaa29 [2020-11-20T06:51:38.856Z] ---> Running in 9db925f6a973 [2020-11-20T06:51:39.451Z] Removing intermediate container 7fa8d1dbaa29 [2020-11-20T06:51:39.451Z] ---> 3dbe43f320b1 [2020-11-20T06:51:39.451Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T06:51:39.729Z] Removing intermediate container 9db925f6a973 [2020-11-20T06:51:39.729Z] ---> e93d4f724e91 [2020-11-20T06:51:39.729Z] [2020-11-20T06:51:40.002Z] ---> Running in 406e6d0b4aaf [2020-11-20T06:51:40.283Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-11-20T06:51:40.569Z] Successfully built e93d4f724e91 [2020-11-20T06:51:40.569Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-11-20T06:51:40.569Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2020-11-20T06:51:41.167Z] Removing intermediate container 406e6d0b4aaf [2020-11-20T06:51:41.167Z] ---> 2dcb7d92ddc3 [2020-11-20T06:51:41.167Z] Step 20/22 : LABEL arch=arm64 [2020-11-20T06:51:41.768Z] ---> Running in 0184c718e866 [2020-11-20T06:51:43.742Z] Removing intermediate container 0184c718e866 [2020-11-20T06:51:43.742Z] ---> bbb95f2eefb5 [2020-11-20T06:51:43.742Z] Step 21/22 : LABEL git_sha=416f7af198bcbdfe57b3ae159b9b46fe65dcf279 [2020-11-20T06:51:44.732Z] ---> Running in 3984256f9fb0 [2020-11-20T06:51:46.387Z] Removing intermediate container 3984256f9fb0 [2020-11-20T06:51:46.387Z] ---> 030920cd14ab [2020-11-20T06:51:46.387Z] Step 22/22 : LABEL version=0.0.0 [2020-11-20T06:51:46.987Z] ---> Running in 3a6663784046 [2020-11-20T06:51:47.972Z] ---> 28c019b5603f [2020-11-20T06:51:47.972Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-20T06:51:48.251Z] Removing intermediate container 3a6663784046 [2020-11-20T06:51:48.251Z] ---> 0addd801f993 [2020-11-20T06:51:48.251Z] [2020-11-20T06:51:48.853Z] ---> Running in d82fbe5c5d01 [2020-11-20T06:51:49.127Z] Successfully built 0addd801f993 [2020-11-20T06:51:49.127Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-11-20T06:51:49.127Z] Building docker-security-proxy-setup-go [2020-11-20T06:51:51.101Z]  Building docker-core-metadata-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-20T06:52:01.253Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:52:01.253Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:52:01.253Z] ---> e76c3a6688a5 [2020-11-20T06:52:01.253Z] Step 3/22 : WORKDIR /edgex-go [2020-11-20T06:52:01.253Z] ---> Using cache [2020-11-20T06:52:01.253Z] ---> 2f10a60c7613 [2020-11-20T06:52:01.253Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:52:01.253Z] ---> Using cache [2020-11-20T06:52:01.253Z] ---> a2ebcb499172 [2020-11-20T06:52:01.253Z] Step 5/22 : RUN apk update && apk add make git [2020-11-20T06:52:03.245Z] ---> Running in fbb729fb7abb [2020-11-20T06:52:05.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T06:52:06.889Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T06:52:08.346Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:52:08.346Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:52:08.346Z] OK: 12623 distinct packages available [2020-11-20T06:52:08.946Z] OK: 217 MiB in 51 packages [2020-11-20T06:52:13.274Z] Removing intermediate container fbb729fb7abb [2020-11-20T06:52:13.274Z] ---> d5025bf2dfc6 [2020-11-20T06:52:13.274Z] Step 6/22 : COPY go.mod . [2020-11-20T06:52:14.260Z] ---> 32416a0ae504 [2020-11-20T06:52:14.260Z] Step 7/22 : RUN go mod download [2020-11-20T06:52:14.260Z] ---> Running in 4ce263a29598 [2020-11-20T06:52:17.670Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:52:17.670Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:52:17.670Z] ---> e76c3a6688a5 [2020-11-20T06:52:17.670Z] Step 3/22 : WORKDIR /edgex-go [2020-11-20T06:52:17.670Z] ---> Using cache [2020-11-20T06:52:17.670Z] ---> 2f10a60c7613 [2020-11-20T06:52:17.670Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:52:17.670Z] ---> Using cache [2020-11-20T06:52:17.670Z] ---> a2ebcb499172 [2020-11-20T06:52:17.670Z] Step 5/22 : RUN apk update && apk add make git [2020-11-20T06:52:17.670Z] ---> Using cache [2020-11-20T06:52:17.670Z] ---> d5025bf2dfc6 [2020-11-20T06:52:17.670Z] Step 6/22 : COPY go.mod . [2020-11-20T06:52:17.670Z] ---> Using cache [2020-11-20T06:52:17.670Z] ---> 32416a0ae504 [2020-11-20T06:52:17.670Z] Step 7/22 : RUN go mod download [2020-11-20T06:52:17.949Z] ---> Running in 4a57590f8230 [2020-11-20T06:52:21.362Z] Removing intermediate container 4ce263a29598 [2020-11-20T06:52:21.362Z] ---> d2fe7544ce7e [2020-11-20T06:52:21.362Z] Step 8/22 : COPY . . [2020-11-20T06:52:25.782Z] Removing intermediate container 4a57590f8230 [2020-11-20T06:52:25.782Z] ---> 34e083e2d60a [2020-11-20T06:52:25.782Z] Step 8/22 : COPY . . [2020-11-20T06:52:27.240Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:52:27.240Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:52:27.240Z] ---> e76c3a6688a5 [2020-11-20T06:52:27.240Z] Step 3/20 : WORKDIR /edgex-go [2020-11-20T06:52:27.240Z] ---> Using cache [2020-11-20T06:52:27.240Z] ---> 2f10a60c7613 [2020-11-20T06:52:27.240Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:52:27.240Z] ---> Using cache [2020-11-20T06:52:27.240Z] ---> a2ebcb499172 [2020-11-20T06:52:27.240Z] Step 5/20 : RUN apk update && apk add make git [2020-11-20T06:52:27.240Z] ---> Using cache [2020-11-20T06:52:27.240Z] ---> d5025bf2dfc6 [2020-11-20T06:52:27.240Z] Step 6/20 : COPY go.mod . [2020-11-20T06:52:27.240Z] ---> Using cache [2020-11-20T06:52:27.240Z] ---> 32416a0ae504 [2020-11-20T06:52:27.240Z] Step 7/20 : RUN go mod download [2020-11-20T06:52:27.240Z] ---> Using cache [2020-11-20T06:52:27.240Z] ---> 34e083e2d60a [2020-11-20T06:52:27.240Z] Step 8/20 : COPY . . [2020-11-20T06:52:59.617Z] ---> db4b13e28017 [2020-11-20T06:52:59.617Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-20T06:52:59.617Z] ---> d5290b0f536a [2020-11-20T06:52:59.617Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-20T06:52:59.617Z] ---> ecd6f5a52cfc [2020-11-20T06:52:59.617Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-20T06:52:59.617Z] ---> Running in fcaac7628398 [2020-11-20T06:52:59.617Z] ---> Running in 653bc62c168c [2020-11-20T06:52:59.617Z] ---> Running in a32337a82874 [2020-11-20T06:52:59.894Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-11-20T06:53:00.173Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-11-20T06:53:00.449Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-20T06:53:01.897Z] Removing intermediate container d82fbe5c5d01 [2020-11-20T06:53:01.897Z] ---> b82c86edcb53 [2020-11-20T06:53:01.897Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-20T06:53:02.171Z] ---> Running in f0aec0811e19 [2020-11-20T06:53:04.808Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-20T06:53:11.542Z] Removing intermediate container f0aec0811e19 [2020-11-20T06:53:11.542Z] ---> d75dff01c9eb [2020-11-20T06:53:11.542Z] [2020-11-20T06:53:11.542Z] Step 11/27 : FROM docker:latest [2020-11-20T06:53:11.542Z] ---> 5d4db4dc0692 [2020-11-20T06:53:11.542Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-20T06:53:11.542Z] ---> Running in 2e5b0cb56808 [2020-11-20T06:53:12.976Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T06:53:13.249Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T06:53:13.850Z] (1/2) Installing readline (8.0.4-r0) [2020-11-20T06:53:14.141Z] (2/2) Installing bash (5.0.17-r0) [2020-11-20T06:53:14.141Z] Executing bash-5.0.17-r0.post-install [2020-11-20T06:53:14.141Z] Executing busybox-1.31.1-r19.trigger [2020-11-20T06:53:14.141Z] OK: 12 MiB in 22 packages [2020-11-20T06:53:16.143Z] Removing intermediate container 2e5b0cb56808 [2020-11-20T06:53:16.143Z] ---> 355bc9d499a1 [2020-11-20T06:53:16.143Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-20T06:53:16.421Z] ---> Running in 763b8330b701 [2020-11-20T06:53:20.763Z] Removing intermediate container 763b8330b701 [2020-11-20T06:53:20.763Z] ---> 5fe36d52186f [2020-11-20T06:53:20.763Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-20T06:53:20.763Z] ---> Running in d75d22f4bef4 [2020-11-20T06:53:21.754Z] Removing intermediate container d75d22f4bef4 [2020-11-20T06:53:21.754Z] ---> da6a23964736 [2020-11-20T06:53:21.754Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-20T06:53:21.754Z] ---> Running in f172086bb75c [2020-11-20T06:53:22.742Z] Removing intermediate container f172086bb75c [2020-11-20T06:53:22.742Z] ---> ef0316e56752 [2020-11-20T06:53:22.742Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-20T06:53:23.020Z] ---> Running in 2d555b8aefad [2020-11-20T06:53:24.004Z] Removing intermediate container 2d555b8aefad [2020-11-20T06:53:24.004Z] ---> f8f92d998304 [2020-11-20T06:53:24.004Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-20T06:53:26.640Z] ---> 8703166cc191 [2020-11-20T06:53:26.640Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-20T06:53:27.241Z] Removing intermediate container 56685b138714 [2020-11-20T06:53:27.241Z] ---> a4c568af11da [2020-11-20T06:53:27.241Z] [2020-11-20T06:53:27.241Z] Step 10/23 : FROM alpine [2020-11-20T06:53:27.241Z] latest: Pulling from library/alpine [2020-11-20T06:53:27.845Z] ---> bf3367d046f8 [2020-11-20T06:53:27.845Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-20T06:53:28.834Z] Building docker-support-logging-go [2020-11-20T06:53:29.435Z] ---> ac4209f8cb79 [2020-11-20T06:53:29.435Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-20T06:53:29.712Z] ---> Running in 8b6f7cf592b9 [2020-11-20T06:53:32.394Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T06:53:32.394Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T06:53:32.999Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-20T06:53:32.999Z] (2/33) Installing expat (2.2.9-r1) [2020-11-20T06:53:32.999Z] (3/33) Installing libffi (3.3-r2) [2020-11-20T06:53:32.999Z] (4/33) Installing gdbm (1.13-r1) [2020-11-20T06:53:32.999Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-20T06:53:32.999Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-20T06:53:33.274Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-20T06:53:35.901Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-20T06:53:35.901Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-20T06:53:35.901Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-20T06:53:35.901Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-20T06:53:35.901Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-20T06:53:35.901Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-20T06:53:35.901Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-20T06:53:35.901Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-20T06:53:35.901Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-20T06:53:35.901Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-20T06:53:35.901Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-20T06:53:35.901Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-20T06:53:35.901Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-20T06:53:36.175Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-20T06:53:36.175Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-20T06:53:36.175Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-20T06:53:36.175Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-20T06:53:36.175Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-20T06:53:36.175Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-20T06:53:36.175Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-20T06:53:36.451Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-20T06:53:36.451Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-20T06:53:36.451Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-20T06:53:36.451Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-20T06:53:36.451Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-20T06:53:36.451Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-20T06:53:36.725Z] Executing busybox-1.31.1-r19.trigger [2020-11-20T06:53:36.725Z] OK: 71 MiB in 55 packages [2020-11-20T06:53:51.851Z] Removing intermediate container 8b6f7cf592b9 [2020-11-20T06:53:51.851Z] ---> 38633144be25 [2020-11-20T06:53:51.851Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-20T06:53:51.851Z] ---> Running in 00096186b738 [2020-11-20T06:53:52.128Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:53:52.128Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:53:52.128Z] ---> e76c3a6688a5 [2020-11-20T06:53:52.128Z] Step 3/22 : WORKDIR /edgex-go [2020-11-20T06:53:52.128Z] ---> Using cache [2020-11-20T06:53:52.128Z] ---> 2f10a60c7613 [2020-11-20T06:53:52.128Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:53:52.128Z] ---> Using cache [2020-11-20T06:53:52.128Z] ---> a2ebcb499172 [2020-11-20T06:53:52.128Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-20T06:53:52.405Z] ---> Running in 354798424ea7 [2020-11-20T06:53:55.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T06:53:56.048Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T06:53:57.041Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:53:57.041Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:53:57.041Z] OK: 12623 distinct packages available [2020-11-20T06:53:58.037Z] Collecting docker-compose==1.23.2 [2020-11-20T06:53:58.037Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-20T06:53:58.313Z] OK: 217 MiB in 51 packages [2020-11-20T06:53:59.303Z] OK: 217 MiB in 51 packages [2020-11-20T06:53:59.581Z] Collecting docker<4.0,>=3.6.0 [2020-11-20T06:53:59.581Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-20T06:54:01.028Z] Collecting cached-property<2,>=1.2.0 [2020-11-20T06:54:01.028Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-20T06:54:01.028Z] Removing intermediate container 354798424ea7 [2020-11-20T06:54:01.028Z] ---> bb7e084e9051 [2020-11-20T06:54:01.028Z] Step 6/22 : COPY go.mod . [2020-11-20T06:54:01.302Z] Collecting texttable<0.10,>=0.9.0 [2020-11-20T06:54:01.579Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-20T06:54:01.890Z] ---> ef88349af20f [2020-11-20T06:54:01.890Z] Step 7/22 : RUN go mod download [2020-11-20T06:54:02.163Z] ---> Running in 596ab4028478 [2020-11-20T06:54:05.584Z] Collecting PyYAML<4,>=3.10 [2020-11-20T06:54:05.584Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-20T06:54:07.599Z] Removing intermediate container 596ab4028478 [2020-11-20T06:54:07.599Z] ---> 51791a6df732 [2020-11-20T06:54:07.599Z] Step 8/22 : COPY . . [2020-11-20T06:54:11.182Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-11-20T06:54:13.168Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-20T06:54:13.168Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-20T06:54:14.158Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-20T06:54:14.158Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-20T06:54:14.763Z] Collecting docopt<0.7,>=0.6.1 [2020-11-20T06:54:14.763Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-20T06:54:19.098Z] Collecting jsonschema<3,>=2.5.1 [2020-11-20T06:54:19.098Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-20T06:54:19.375Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-20T06:54:19.375Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-20T06:54:22.783Z] Collecting docker-pycreds>=0.4.0 [2020-11-20T06:54:23.058Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-20T06:54:23.659Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-11-20T06:54:23.659Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-11-20T06:54:23.935Z] Collecting idna<2.8,>=2.5 [2020-11-20T06:54:23.935Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-20T06:54:24.213Z] ---> 3fac93e79ba3 [2020-11-20T06:54:24.213Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-20T06:54:24.487Z] ---> Running in 7e54f1c50d92 [2020-11-20T06:54:25.094Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-20T06:54:25.094Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-20T06:54:25.371Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-20T06:54:25.371Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-20T06:54:25.371Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-20T06:54:25.371Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-20T06:54:26.361Z] Removing intermediate container a32337a82874 [2020-11-20T06:54:26.361Z] ---> d739f567d1da [2020-11-20T06:54:26.361Z] [2020-11-20T06:54:26.361Z] Step 10/20 : FROM alpine [2020-11-20T06:54:26.638Z] latest: Pulling from library/alpine [2020-11-20T06:54:26.638Z] Installing collected packages: docker-pycreds, websocket-client, idna, urllib3, requests, docker, cached-property, texttable, PyYAML, docopt, jsonschema, dockerpty, docker-compose [2020-11-20T06:54:27.243Z] Attempting uninstall: idna [2020-11-20T06:54:27.244Z] Found existing installation: idna 2.9 [2020-11-20T06:54:27.244Z] Uninstalling idna-2.9: [2020-11-20T06:54:27.519Z] Successfully uninstalled idna-2.9 [2020-11-20T06:54:27.798Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-20T06:54:28.076Z] Attempting uninstall: urllib3 [2020-11-20T06:54:28.076Z] Found existing installation: urllib3 1.25.9 [2020-11-20T06:54:28.076Z] Uninstalling urllib3-1.25.9: [2020-11-20T06:54:28.680Z] Successfully uninstalled urllib3-1.25.9 [2020-11-20T06:54:29.664Z] Attempting uninstall: requests [2020-11-20T06:54:29.664Z] Found existing installation: requests 2.23.0 [2020-11-20T06:54:29.664Z] Uninstalling requests-2.23.0: [2020-11-20T06:54:29.664Z] Removing intermediate container fcaac7628398 [2020-11-20T06:54:29.664Z] ---> a006d8278247 [2020-11-20T06:54:29.664Z] [2020-11-20T06:54:29.664Z] Step 10/22 : FROM alpine:3.10 [2020-11-20T06:54:29.664Z] 3.10: Pulling from library/alpine [2020-11-20T06:54:29.664Z] Successfully uninstalled requests-2.23.0 [2020-11-20T06:54:31.135Z] Running setup.py install for texttable: started [2020-11-20T06:54:33.771Z] Running setup.py install for texttable: finished with status 'done' [2020-11-20T06:54:33.771Z] Running setup.py install for PyYAML: started [2020-11-20T06:54:36.401Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-20T06:54:36.401Z] Running setup.py install for docopt: started [2020-11-20T06:54:37.843Z] Running setup.py install for docopt: finished with status 'done' [2020-11-20T06:54:38.470Z] Running setup.py install for dockerpty: started [2020-11-20T06:54:41.107Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-20T06:54:42.092Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-11-20T06:54:43.083Z] Removing intermediate container 653bc62c168c [2020-11-20T06:54:43.083Z] ---> ab4ce8f28ce2 [2020-11-20T06:54:43.083Z] [2020-11-20T06:54:43.083Z] Step 10/22 : FROM scratch [2020-11-20T06:54:43.083Z] ---> [2020-11-20T06:54:43.083Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-20T06:54:43.360Z] ---> Using cache [2020-11-20T06:54:43.360Z] ---> 92d21e1d5021 [2020-11-20T06:54:43.360Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-20T06:54:43.360Z] ---> Running in e7d97efa4879 [2020-11-20T06:54:43.969Z] Removing intermediate container e7d97efa4879 [2020-11-20T06:54:43.969Z] ---> 400ef6a25e36 [2020-11-20T06:54:43.969Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-20T06:54:44.246Z] ---> Running in d3dbdce70fcb [2020-11-20T06:54:44.855Z] Removing intermediate container d3dbdce70fcb [2020-11-20T06:54:44.855Z] ---> 05bcd52a7bd7 [2020-11-20T06:54:44.855Z] Step 14/22 : WORKDIR / [2020-11-20T06:54:44.855Z] ---> Running in 5d8c33de5c0c [2020-11-20T06:54:45.845Z] Removing intermediate container 5d8c33de5c0c [2020-11-20T06:54:45.845Z] ---> 9eee76a800bd [2020-11-20T06:54:45.845Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-20T06:54:46.831Z] Removing intermediate container 00096186b738 [2020-11-20T06:54:46.831Z] ---> eac6f52685ed [2020-11-20T06:54:46.831Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-20T06:54:46.831Z] ---> 139d045efacb [2020-11-20T06:54:46.831Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-20T06:54:46.831Z] ---> Running in 6fa8d9f2f924 [2020-11-20T06:54:48.818Z] ---> 18b8bb6705dd [2020-11-20T06:54:48.818Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-20T06:54:49.094Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T06:54:49.372Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T06:54:49.650Z] ---> 5c9424f1ab61 [2020-11-20T06:54:49.650Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-20T06:54:49.927Z] ---> Running in ff8fbcaa2bb8 [2020-11-20T06:54:49.927Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-20T06:54:49.927Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-20T06:54:50.204Z] (3/3) Installing curl (7.69.1-r1) [2020-11-20T06:54:50.204Z] Executing busybox-1.31.1-r19.trigger [2020-11-20T06:54:50.204Z] OK: 71 MiB in 58 packages [2020-11-20T06:54:50.482Z] Removing intermediate container ff8fbcaa2bb8 [2020-11-20T06:54:50.482Z] ---> c77a3931b4ae [2020-11-20T06:54:50.482Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T06:54:50.764Z] ---> Running in 772c9d743a93 [2020-11-20T06:54:51.380Z] Removing intermediate container 772c9d743a93 [2020-11-20T06:54:51.380Z] ---> c9df722455cf [2020-11-20T06:54:51.380Z] Step 20/22 : LABEL arch=arm64 [2020-11-20T06:54:51.659Z] ---> Running in d15c7d20cdf6 [2020-11-20T06:54:51.940Z] Removing intermediate container 6fa8d9f2f924 [2020-11-20T06:54:51.940Z] ---> f023e0408952 [2020-11-20T06:54:51.940Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-20T06:54:52.215Z] ---> Running in 78c487eecb78 [2020-11-20T06:54:52.491Z] Removing intermediate container d15c7d20cdf6 [2020-11-20T06:54:52.491Z] ---> 2d4728c547fb [2020-11-20T06:54:52.491Z] Step 21/22 : LABEL git_sha=416f7af198bcbdfe57b3ae159b9b46fe65dcf279 [2020-11-20T06:54:52.769Z] ---> Running in 2ab2aca0ffe7 [2020-11-20T06:54:53.049Z] Removing intermediate container 78c487eecb78 [2020-11-20T06:54:53.049Z] ---> a3e380c2e88f [2020-11-20T06:54:53.049Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T06:54:53.049Z] ---> Running in bbe1a39dcb8f [2020-11-20T06:54:53.327Z] Removing intermediate container 2ab2aca0ffe7 [2020-11-20T06:54:53.327Z] ---> 045f0251abbd [2020-11-20T06:54:53.327Z] Step 22/22 : LABEL version=0.0.0 [2020-11-20T06:54:53.608Z] ---> Running in 0b5f2e5dbcee [2020-11-20T06:54:53.879Z] Removing intermediate container bbe1a39dcb8f [2020-11-20T06:54:53.879Z] ---> 6269dc6dd524 [2020-11-20T06:54:53.879Z] Step 25/27 : LABEL arch=arm64 [2020-11-20T06:54:54.150Z] ---> Running in 0494d35cda8b [2020-11-20T06:54:54.150Z] Removing intermediate container 0b5f2e5dbcee [2020-11-20T06:54:54.150Z] ---> f5d1e922d252 [2020-11-20T06:54:54.150Z] [2020-11-20T06:54:54.761Z] Successfully built f5d1e922d252 [2020-11-20T06:54:54.761Z] Successfully tagged docker-core-command-go-arm64:latest [2020-11-20T06:54:54.761Z]  Building docker-core-command-go ... done Removing intermediate container 0494d35cda8b [2020-11-20T06:54:54.761Z] ---> 33b973978001 [2020-11-20T06:54:54.761Z] Step 26/27 : LABEL git_sha=416f7af198bcbdfe57b3ae159b9b46fe65dcf279 [2020-11-20T06:54:54.761Z] ---> Running in d876c9543e69 [2020-11-20T06:54:55.745Z] Removing intermediate container d876c9543e69 [2020-11-20T06:54:55.745Z] ---> 5c31171cd807 [2020-11-20T06:54:55.745Z] Step 27/27 : LABEL version=0.0.0 [2020-11-20T06:54:55.745Z] ---> Running in cdf757f58eb6 [2020-11-20T06:54:56.348Z] Removing intermediate container cdf757f58eb6 [2020-11-20T06:54:56.348Z] ---> ce465bba89f2 [2020-11-20T06:54:56.348Z] [2020-11-20T06:54:56.963Z] Successfully built ce465bba89f2 [2020-11-20T06:54:56.963Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-11-20T06:55:05.250Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 7e54f1c50d92 [2020-11-20T06:55:05.250Z] ---> 5357319c4f3d [2020-11-20T06:55:05.250Z] [2020-11-20T06:55:05.250Z] Step 10/22 : FROM scratch [2020-11-20T06:55:05.250Z] ---> [2020-11-20T06:55:05.250Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-20T06:55:05.250Z] ---> Using cache [2020-11-20T06:55:05.250Z] ---> c9e460baf0aa [2020-11-20T06:55:05.250Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-20T06:55:05.250Z] ---> Running in e8efeacffc7c [2020-11-20T06:55:05.846Z] Removing intermediate container e8efeacffc7c [2020-11-20T06:55:05.846Z] ---> daf959ee9f7e [2020-11-20T06:55:05.846Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-20T06:55:05.846Z] ---> Running in bacc36c685f6 [2020-11-20T06:55:06.436Z] Removing intermediate container bacc36c685f6 [2020-11-20T06:55:06.436Z] ---> 6b6fb126c505 [2020-11-20T06:55:06.436Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-20T06:55:07.029Z] ---> 43280e8f7c71 [2020-11-20T06:55:07.029Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-20T06:55:08.007Z] ---> 77be1cef2bca [2020-11-20T06:55:08.007Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-20T06:55:08.987Z] ---> e2f05b233b81 [2020-11-20T06:55:08.987Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-20T06:55:09.583Z] ---> 3a51383b6a4c [2020-11-20T06:55:09.583Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-20T06:55:09.858Z] ---> Running in b40285799b3d [2020-11-20T06:55:10.130Z] Removing intermediate container b40285799b3d [2020-11-20T06:55:10.130Z] ---> a103a4515e73 [2020-11-20T06:55:10.130Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T06:55:10.403Z] ---> Running in df1ae90af8ea [2020-11-20T06:55:10.679Z] Removing intermediate container df1ae90af8ea [2020-11-20T06:55:10.679Z] ---> 624e6764ce42 [2020-11-20T06:55:10.679Z] Step 20/22 : LABEL arch=arm64 [2020-11-20T06:55:10.961Z] ---> Running in 818dc11aa8a9 [2020-11-20T06:55:11.241Z] Removing intermediate container 818dc11aa8a9 [2020-11-20T06:55:11.241Z] ---> 4b853f5d7e24 [2020-11-20T06:55:11.513Z] Step 21/22 : LABEL git_sha=416f7af198bcbdfe57b3ae159b9b46fe65dcf279 [2020-11-20T06:55:11.513Z] ---> Running in 772c7ffa3711 [2020-11-20T06:55:11.785Z] Removing intermediate container 772c7ffa3711 [2020-11-20T06:55:11.785Z] ---> c0141204f051 [2020-11-20T06:55:11.785Z] Step 22/22 : LABEL version=0.0.0 [2020-11-20T06:55:12.092Z] ---> Running in 6633bebc644d [2020-11-20T06:55:12.402Z] Removing intermediate container 6633bebc644d [2020-11-20T06:55:12.402Z] ---> b107e63222d8 [2020-11-20T06:55:12.402Z] [2020-11-20T06:55:13.012Z] Successfully built b107e63222d8 [2020-11-20T06:55:13.012Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-11-20T06:55:13.012Z]  Building docker-support-logging-go ... done  [2020-11-20T06:55:13.012Z] ERROR: for docker-security-secrets-setup-go (, 'toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit') [2020-11-20T06:55:13.012Z] [2020-11-20T06:55:13.012Z] ERROR: for docker-security-secretstore-setup-go (, 'toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit') [2020-11-20T06:55:13.012Z] [2020-11-20T06:55:13.012Z] ERROR: for docker-core-data-go (, 'toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit') [2020-11-20T06:55:13.012Z] [2020-11-20T06:55:13.012Z] ERROR: for docker-security-proxy-setup-go (, 'toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit') [2020-11-20T06:55:13.012Z] [2020-11-20T06:55:13.012Z] ERROR: for docker-security-bootstrap-redis-go (, 'toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit') [2020-11-20T06:55:13.012Z] Service 'docker-security-bootstrap-redis-go' failed to build: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit [Pipeline] } [2020-11-20T06:55:13.336Z] $ docker stop --time=1 2f1b1d674c235a6ea13ce72f2536d7b30c70fcbd0ceec95d7176eafc733af9fb [2020-11-20T06:55:15.285Z] $ docker rm -f 2f1b1d674c235a6ea13ce72f2536d7b30c70fcbd0ceec95d7176eafc733af9fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-20T06:55:17.610Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-11-20T06:55:22.526Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T06:55:23.496Z] ---> package-listing.sh [2020-11-20T06:55:23.496Z] ++ facter osfamily [2020-11-20T06:55:23.496Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-20T06:55:23.764Z] + OS_FAMILY=redhat [2020-11-20T06:55:23.764Z] + workspace=/w/workspace/edgex-go/1 [2020-11-20T06:55:23.764Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-20T06:55:23.764Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-20T06:55:23.764Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-20T06:55:23.764Z] + PACKAGES=/tmp/packages_start.txt [2020-11-20T06:55:23.764Z] + '[' /w/workspace/edgex-go/1 ']' [2020-11-20T06:55:23.764Z] + PACKAGES=/tmp/packages_end.txt [2020-11-20T06:55:23.764Z] + case "${OS_FAMILY}" in [2020-11-20T06:55:23.764Z] + rpm -qa [2020-11-20T06:55:23.764Z] + sort [2020-11-20T06:55:28.048Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-20T06:55:28.048Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-20T06:55:28.048Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-20T06:55:28.048Z] + '[' /w/workspace/edgex-go/1 ']' [2020-11-20T06:55:28.048Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2020-11-20T06:55:28.048Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2020-11-20T06:55:28.086Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-20T06:55:28.467Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-20T06:55:29.084Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-20T06:55:29.356Z] [2020-11-20T06:55:29.356Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-20T06:55:29.859Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-20T06:55:29.859Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-20T06:55:29.859Z] df20fa9351a1: Already exists [2020-11-20T06:55:29.859Z] 36b3adc4ff6f: Pulling fs layer [2020-11-20T06:55:29.859Z] 8ad3a11d3b57: Pulling fs layer [2020-11-20T06:55:29.859Z] 46f8f816bc3b: Pulling fs layer [2020-11-20T06:55:29.859Z] 93b61091891f: Pulling fs layer [2020-11-20T06:55:29.859Z] 93b9cdb0e59b: Pulling fs layer [2020-11-20T06:55:29.859Z] 5e14af77c1be: Pulling fs layer [2020-11-20T06:55:29.859Z] 01666e4c0597: Pulling fs layer [2020-11-20T06:55:29.859Z] aa168da1d23b: Pulling fs layer [2020-11-20T06:55:29.859Z] 93b61091891f: Waiting [2020-11-20T06:55:29.859Z] 93b9cdb0e59b: Waiting [2020-11-20T06:55:29.859Z] 5e14af77c1be: Waiting [2020-11-20T06:55:29.859Z] 01666e4c0597: Waiting [2020-11-20T06:55:29.859Z] aa168da1d23b: Waiting [2020-11-20T06:55:30.132Z] 46f8f816bc3b: Download complete [2020-11-20T06:55:30.132Z] 36b3adc4ff6f: Download complete [2020-11-20T06:55:30.132Z] 93b9cdb0e59b: Verifying Checksum [2020-11-20T06:55:30.132Z] 93b9cdb0e59b: Download complete [2020-11-20T06:55:30.132Z] 5e14af77c1be: Download complete [2020-11-20T06:55:30.132Z] 01666e4c0597: Verifying Checksum [2020-11-20T06:55:30.132Z] 01666e4c0597: Download complete [2020-11-20T06:55:30.401Z] 36b3adc4ff6f: Pull complete [2020-11-20T06:55:30.677Z] 93b61091891f: Verifying Checksum [2020-11-20T06:55:30.677Z] 93b61091891f: Download complete [2020-11-20T06:55:30.957Z] 8ad3a11d3b57: Verifying Checksum [2020-11-20T06:55:30.957Z] 8ad3a11d3b57: Download complete [2020-11-20T06:55:32.505Z] 8ad3a11d3b57: Pull complete [2020-11-20T06:55:32.505Z] 46f8f816bc3b: Pull complete [2020-11-20T06:55:33.106Z] 93b61091891f: Pull complete [2020-11-20T06:55:33.387Z] 93b9cdb0e59b: Pull complete [2020-11-20T06:55:33.663Z] 5e14af77c1be: Pull complete [2020-11-20T06:55:33.948Z] 01666e4c0597: Pull complete [2020-11-20T06:55:35.449Z] aa168da1d23b: Verifying Checksum [2020-11-20T06:55:35.449Z] aa168da1d23b: Download complete [2020-11-20T06:55:45.619Z] aa168da1d23b: Pull complete [2020-11-20T06:55:45.619Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-20T06:55:45.619Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-20T06:55:45.619Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-20T06:55:46.659Z] prd-centos7-docker-4c-2g-12926 does not seem to be running inside a container [2020-11-20T06:55:46.735Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-20T06:55:50.082Z] $ docker top ce52128afae58325331b76b09b55f8415061f2706633020f8198f4b8c11ac831 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T06:55:50.925Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-20T06:55:51.270Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-20T06:55:51.680Z] + ls /var/log/sa-host [2020-11-20T06:55:51.680Z] + sadf -c /var/log/sa-host/sa05 [2020-11-20T06:55:51.680Z] file_magic: OK [2020-11-20T06:55:51.680Z] HZ: Using current value: 100 [2020-11-20T06:55:51.680Z] file_header: OK [2020-11-20T06:55:51.680Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-11-20T06:55:51.680Z] Statistics: [2020-11-20T06:55:51.680Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-20T06:55:51.680Z] File successfully converted to sysstat format version 12.2.1 [2020-11-20T06:55:51.955Z] + sadf -c /var/log/sa-host/sa20 [2020-11-20T06:55:51.955Z] file_magic: OK [2020-11-20T06:55:51.955Z] HZ: Using current value: 100 [2020-11-20T06:55:51.955Z] file_header: OK [2020-11-20T06:55:51.955Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-11-20T06:55:51.955Z] Statistics: [2020-11-20T06:55:51.955Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-20T06:55:51.955Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-20T06:55:52.268Z] provisioning config files... [2020-11-20T06:55:52.311Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config282788357599903887tmp [Pipeline] { [Pipeline] echo [2020-11-20T06:55:52.424Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T06:55:53.216Z] ---> create-netrc.sh [Pipeline] } [2020-11-20T06:55:53.245Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-20T06:55:53.450Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T06:55:54.184Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-20T06:55:54.223Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T06:55:54.586Z] ---> sudo-logs.sh [2020-11-20T06:55:54.586Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-20T06:55:54.628Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T06:55:55.010Z] ---> job-cost.sh [2020-11-20T06:55:55.010Z] lf-activate-venv: SKIPPING [2020-11-20T06:55:55.010Z] INFO: No Stack... [2020-11-20T06:55:55.967Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-20T06:55:56.303Z] INFO: Archiving Costs [Pipeline] echo [2020-11-20T06:55:56.355Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T06:55:56.848Z] ---> logs-deploy.sh [2020-11-20T06:55:56.848Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2892/1 [2020-11-20T06:55:56.848Z] INFO: archiving workspace using pattern(s): [2020-11-20T06:55:58.858Z] Archives upload complete. [2020-11-20T06:55:58.858Z] INFO: archiving logs to Nexus