Pull request #2891 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5c5b9147b75d74162f21b6b4c21f7715876577e5+39e6b044bcbfaa6947ff572dd7ed6f608645206c (e5ea48ffd32006a8f4e9577070ac6e45946e36cc) 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-2891/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-2891/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-12925 in /w/workspace/edgexfoundry_edgex-go_PR-2891 [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 5c5b9147b75d74162f21b6b4c21f7715876577e5 Merge succeeded, producing 5c5b9147b75d74162f21b6b4c21f7715876577e5 Checking out Revision 5c5b9147b75d74162f21b6b4c21f7715876577e5 (PR-2891) > 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/2891/head:refs/remotes/origin/PR-2891 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5c5b9147b75d74162f21b6b4c21f7715876577e5 # 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 5c5b9147b75d74162f21b6b4c21f7715876577e5 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts" 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:33:33.732Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-20T06:33:34.066Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-20T06:33:34.315Z] ========================================================= [2020-11-20T06:33:34.315Z] EdgeX Global Pipelines Version Info [2020-11-20T06:33:34.315Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-20T06:33:35.826Z] ------------------- [2020-11-20T06:33:35.826Z] stable info: [2020-11-20T06:33:35.826Z] ------------------- [2020-11-20T06:33:35.826Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-20T06:33:35.826Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-20T06:33:35.826Z] Message: update stable to v1.0.167 [2020-11-20T06:33:36.787Z] ------------------- [2020-11-20T06:33:36.788Z] experimental info: [2020-11-20T06:33:36.788Z] ------------------- [2020-11-20T06:33:36.788Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-20T06:33:36.788Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-20T06:33:36.788Z] Message: update experimental to v1.0.167 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-20T06:33:37.131Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-11-20T06:33:37.251Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-11-20T06:33:37.387Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-20T06:33:37.512Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-20T06:33:37.639Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-20T06:33:37.795Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-20T06:33:37.966Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-20T06:33:38.089Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-11-20T06:33:38.219Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-11-20T06:33:38.365Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-11-20T06:33:38.498Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-20T06:33:38.616Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-20T06:33:38.745Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-20T06:33:38.863Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-20T06:33:38.991Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-20T06:33:39.107Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-20T06:33:39.222Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-20T06:33:39.341Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-20T06:33:39.471Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-20T06:33:39.590Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-11-20T06:33:39.705Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-11-20T06:33:39.872Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-20T06:33:39.983Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2891 [Pipeline] echo [2020-11-20T06:33:40.202Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2891 [Pipeline] echo [2020-11-20T06:33:40.407Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2891 [Pipeline] echo [2020-11-20T06:33:40.605Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5c5b9147b75d74162f21b6b4c21f7715876577e5 [Pipeline] echo [2020-11-20T06:33:40.741Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5c5b914 [Pipeline] echo [2020-11-20T06:33:40.852Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-20T06:33:41.124Z] provisioning config files... [2020-11-20T06:33:41.180Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6522141857774579857tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-20T06:33:41.606Z] ---> docker-login.sh [2020-11-20T06:33:41.606Z] nexus3.edgexfoundry.org:10001 [2020-11-20T06:33:41.870Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T06:33:42.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T06:33:42.133Z] Configure a credential helper to remove this warning. See [2020-11-20T06:33:42.133Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T06:33:42.133Z] [2020-11-20T06:33:42.133Z] Login Succeeded [2020-11-20T06:33:42.133Z] nexus3.edgexfoundry.org:10002 [2020-11-20T06:33:42.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T06:33:42.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T06:33:42.133Z] Configure a credential helper to remove this warning. See [2020-11-20T06:33:42.133Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T06:33:42.133Z] [2020-11-20T06:33:42.133Z] Login Succeeded [2020-11-20T06:33:42.133Z] nexus3.edgexfoundry.org:10003 [2020-11-20T06:33:42.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T06:33:42.397Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T06:33:42.397Z] Configure a credential helper to remove this warning. See [2020-11-20T06:33:42.397Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T06:33:42.397Z] [2020-11-20T06:33:42.397Z] Login Succeeded [2020-11-20T06:33:42.397Z] nexus3.edgexfoundry.org:10004 [2020-11-20T06:33:42.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T06:33:42.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T06:33:42.660Z] Configure a credential helper to remove this warning. See [2020-11-20T06:33:42.660Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T06:33:42.660Z] [2020-11-20T06:33:42.660Z] Login Succeeded [2020-11-20T06:33:42.660Z] docker.io [2020-11-20T06:33:42.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T06:33:42.923Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T06:33:42.923Z] Configure a credential helper to remove this warning. See [2020-11-20T06:33:42.923Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T06:33:42.923Z] [2020-11-20T06:33:42.923Z] Login Succeeded [2020-11-20T06:33:42.923Z] ---> docker-login.sh ends [Pipeline] } [2020-11-20T06:33:42.946Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-20T06:33:43.507Z] ++ 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:33:43.507Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T06:33:43.507Z] ++ dirname cmd/core-command/Dockerfile [2020-11-20T06:33:43.507Z] ++ cut -d/ -f2 [2020-11-20T06:33:43.507Z] + echo core-command,cmd/core-command/Dockerfile [2020-11-20T06:33:43.507Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T06:33:43.507Z] ++ dirname cmd/core-data/Dockerfile [2020-11-20T06:33:43.507Z] ++ cut -d/ -f2 [2020-11-20T06:33:43.507Z] + echo core-data,cmd/core-data/Dockerfile [2020-11-20T06:33:43.507Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T06:33:43.507Z] ++ dirname cmd/core-metadata/Dockerfile [2020-11-20T06:33:43.507Z] ++ cut -d/ -f2 [2020-11-20T06:33:43.507Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-11-20T06:33:43.507Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T06:33:43.507Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-11-20T06:33:43.507Z] ++ cut -d/ -f2 [2020-11-20T06:33:43.507Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-11-20T06:33:43.507Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T06:33:43.507Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-11-20T06:33:43.507Z] ++ cut -d/ -f2 [2020-11-20T06:33:43.507Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-11-20T06:33:43.507Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T06:33:43.507Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-11-20T06:33:43.507Z] ++ cut -d/ -f2 [2020-11-20T06:33:43.507Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-11-20T06:33:43.507Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T06:33:43.507Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-11-20T06:33:43.507Z] ++ cut -d/ -f2 [2020-11-20T06:33:43.507Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-11-20T06:33:43.507Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T06:33:43.507Z] ++ dirname cmd/support-logging/Dockerfile [2020-11-20T06:33:43.507Z] ++ cut -d/ -f2 [2020-11-20T06:33:43.507Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-11-20T06:33:43.507Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T06:33:43.507Z] ++ dirname cmd/support-notifications/Dockerfile [2020-11-20T06:33:43.507Z] ++ cut -d/ -f2 [2020-11-20T06:33:43.507Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-11-20T06:33:43.507Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T06:33:43.508Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-11-20T06:33:43.508Z] ++ cut -d/ -f2 [2020-11-20T06:33:43.508Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-11-20T06:33:43.508Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T06:33:43.508Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-11-20T06:33:43.508Z] ++ cut -d/ -f2 [2020-11-20T06:33:43.508Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-11-20T06:33:43.604Z] 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:33:44.639Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-20T06:33:44.639Z] [2020-11-20T06:33:44.639Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-20T06:33:45.020Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-20T06:33:45.021Z] latest: Pulling from edgex-devops/git-semver [2020-11-20T06:33:45.021Z] 31603596830f: Pulling fs layer [2020-11-20T06:33:45.021Z] 2a8b12db71e7: Pulling fs layer [2020-11-20T06:33:45.021Z] 6ca5941a6612: Pulling fs layer [2020-11-20T06:33:45.021Z] ecc8261a40a4: Pulling fs layer [2020-11-20T06:33:45.021Z] ecc8261a40a4: Waiting [2020-11-20T06:33:45.021Z] 2a8b12db71e7: Verifying Checksum [2020-11-20T06:33:45.021Z] 2a8b12db71e7: Download complete [2020-11-20T06:33:45.286Z] 31603596830f: Download complete [2020-11-20T06:33:45.286Z] 6ca5941a6612: Verifying Checksum [2020-11-20T06:33:45.286Z] 6ca5941a6612: Download complete [2020-11-20T06:33:45.286Z] ecc8261a40a4: Verifying Checksum [2020-11-20T06:33:45.286Z] ecc8261a40a4: Download complete [2020-11-20T06:33:45.556Z] 31603596830f: Pull complete [2020-11-20T06:33:45.556Z] 2a8b12db71e7: Pull complete [2020-11-20T06:33:46.509Z] 6ca5941a6612: Pull complete [2020-11-20T06:33:46.775Z] ecc8261a40a4: Pull complete [2020-11-20T06:33:46.775Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-20T06:33:46.775Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-20T06:33:46.775Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-20T06:33:46.914Z] prd-centos7-docker-4c-2g-12925 does not seem to be running inside a container [2020-11-20T06:33:46.970Z] $ 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:33:49.478Z] $ docker top 5143bfd36cd4fb111a9b372cd9f30f606913e7bbbeb8539f30017780612f60b5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-20T06:33:49.848Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-20T06:33:49.848Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-20T06:33:50.076Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-20T06:33:50.082Z] $ docker exec 5143bfd36cd4fb111a9b372cd9f30f606913e7bbbeb8539f30017780612f60b5 ssh-agent [2020-11-20T06:33:50.240Z] SSH_AUTH_SOCK=/tmp/ssh-LfTMJ3lRHxef/agent.12 [2020-11-20T06:33:50.240Z] SSH_AGENT_PID=18 [2020-11-20T06:33:50.253Z] Running ssh-add (command line suppressed) [2020-11-20T06:33:50.372Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_5919189656477921965.key (/w/workspace/edgex-go/1@tmp/private_key_5919189656477921965.key) [2020-11-20T06:33:50.417Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-20T06:33:50.802Z] + git tag --points-at HEAD [Pipeline] } [2020-11-20T06:33:50.835Z] $ docker exec --env ******** --env ******** 5143bfd36cd4fb111a9b372cd9f30f606913e7bbbeb8539f30017780612f60b5 ssh-agent -k [2020-11-20T06:33:50.949Z] unset SSH_AUTH_SOCK; [2020-11-20T06:33:50.950Z] unset SSH_AGENT_PID; [2020-11-20T06:33:50.950Z] echo Agent pid 18 killed; [2020-11-20T06:33:50.994Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-20T06:33:51.187Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-20T06:33:51.188Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-20T06:33:51.371Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-20T06:33:51.377Z] $ docker exec 5143bfd36cd4fb111a9b372cd9f30f606913e7bbbeb8539f30017780612f60b5 ssh-agent [2020-11-20T06:33:51.530Z] SSH_AUTH_SOCK=/tmp/ssh-cp4NysOKiECl/agent.48 [2020-11-20T06:33:51.530Z] SSH_AGENT_PID=53 [2020-11-20T06:33:51.537Z] Running ssh-add (command line suppressed) [2020-11-20T06:33:51.666Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_4439488689146728451.key (/w/workspace/edgex-go/1@tmp/private_key_4439488689146728451.key) [2020-11-20T06:33:51.714Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-20T06:33:52.086Z] + git semver init [2020-11-20T06:33:52.086Z] # -> Open(): unable to determine branch for HEAD [2020-11-20T06:33:52.086Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2020-11-20T06:33:52.086Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2020-11-20T06:33:52.086Z] # $SEMVER_REMOTE_NAME = origin [2020-11-20T06:33:52.086Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-20T06:33:52.086Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-20T06:33:52.086Z] # $SEMVER_BRANCH = PR-2891 [2020-11-20T06:33:52.086Z] # $SEMVER_TEMP = /tmp/semver-384053323 [2020-11-20T06:33:52.086Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-11-20T06:34:10.268Z] # '/tmp/semver-384053323' -> '/w/workspace/edgex-go/1/.semver' [2020-11-20T06:34:10.268Z] # -> Force: false [2020-11-20T06:34:10.268Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2020-11-20T06:34:10.296Z] $ docker exec --env ******** --env ******** 5143bfd36cd4fb111a9b372cd9f30f606913e7bbbeb8539f30017780612f60b5 ssh-agent -k [2020-11-20T06:34:10.570Z] unset SSH_AUTH_SOCK; [2020-11-20T06:34:10.571Z] unset SSH_AGENT_PID; [2020-11-20T06:34:10.571Z] echo Agent pid 53 killed; [2020-11-20T06:34:10.670Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-20T06:34:11.239Z] + git semver [Pipeline] } [2020-11-20T06:34:11.277Z] $ docker stop --time=1 5143bfd36cd4fb111a9b372cd9f30f606913e7bbbeb8539f30017780612f60b5 [2020-11-20T06:34:12.853Z] $ docker rm -f 5143bfd36cd4fb111a9b372cd9f30f606913e7bbbeb8539f30017780612f60b5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-20T06:34:13.467Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-20T06:34:14.036Z] Stashed 1 file(s) [Pipeline] echo [2020-11-20T06:34:14.057Z] [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:34:15.357Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-20T06:34:15.692Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-20T06:34:16.017Z] + sudo service docker restart [2020-11-20T06:34:16.017Z] + true [2020-11-20T06:34:16.017Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-11-20T06:34:16.636Z] ========================================================= [2020-11-20T06:34:16.636Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-20T06:34:16.636Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-20T06:34:17.011Z] + 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:34:20.332Z] Sending build context to Docker daemon 325.9MB [2020-11-20T06:34:20.332Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-20T06:34:20.332Z] Step 2/7 : FROM ${BASE} [2020-11-20T06:34:20.332Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-20T06:34:20.332Z] df20fa9351a1: Pulling fs layer [2020-11-20T06:34:20.332Z] ed8968b2872e: Pulling fs layer [2020-11-20T06:34:20.332Z] a92cc7c5fd73: Pulling fs layer [2020-11-20T06:34:20.332Z] e871e8e8d7a9: Pulling fs layer [2020-11-20T06:34:20.332Z] e73272ec9a57: Pulling fs layer [2020-11-20T06:34:20.332Z] 1e910a182e73: Pulling fs layer [2020-11-20T06:34:20.332Z] 4e634b169226: Pulling fs layer [2020-11-20T06:34:20.332Z] e871e8e8d7a9: Waiting [2020-11-20T06:34:20.332Z] e73272ec9a57: Waiting [2020-11-20T06:34:20.332Z] 1e910a182e73: Waiting [2020-11-20T06:34:20.332Z] 4e634b169226: Waiting [2020-11-20T06:34:20.332Z] a92cc7c5fd73: Verifying Checksum [2020-11-20T06:34:20.332Z] a92cc7c5fd73: Download complete [2020-11-20T06:34:20.332Z] ed8968b2872e: Download complete [2020-11-20T06:34:20.332Z] e73272ec9a57: Verifying Checksum [2020-11-20T06:34:20.332Z] e73272ec9a57: Download complete [2020-11-20T06:34:20.332Z] df20fa9351a1: Verifying Checksum [2020-11-20T06:34:20.332Z] 1e910a182e73: Verifying Checksum [2020-11-20T06:34:20.332Z] 1e910a182e73: Download complete [2020-11-20T06:34:20.594Z] df20fa9351a1: Pull complete [2020-11-20T06:34:20.594Z] ed8968b2872e: Pull complete [2020-11-20T06:34:20.857Z] a92cc7c5fd73: Pull complete [2020-11-20T06:34:22.796Z] 4e634b169226: Verifying Checksum [2020-11-20T06:34:22.796Z] 4e634b169226: Download complete [2020-11-20T06:34:23.060Z] e871e8e8d7a9: Verifying Checksum [2020-11-20T06:34:23.060Z] e871e8e8d7a9: Download complete [2020-11-20T06:34:29.737Z] Still waiting to schedule task [2020-11-20T06:34:29.737Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-11-20T06:34:29.781Z] e871e8e8d7a9: Pull complete [2020-11-20T06:34:29.781Z] e73272ec9a57: Pull complete [2020-11-20T06:34:29.781Z] 1e910a182e73: Pull complete [2020-11-20T06:34:35.107Z] 4e634b169226: Pull complete [2020-11-20T06:34:35.107Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-20T06:34:35.107Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-20T06:34:35.107Z] ---> f7629b54cfaa [2020-11-20T06:34:35.107Z] 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:34:35.107Z] ---> Running in 4c21f865a23d [2020-11-20T06:34:35.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T06:34:36.635Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T06:34:37.582Z] (1/12) Installing libmagic (5.38-r0) [2020-11-20T06:34:37.846Z] (2/12) Installing file (5.38-r0) [2020-11-20T06:34:38.109Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-20T06:34:38.109Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-20T06:34:48.136Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-20T06:34:48.136Z] (6/12) Installing patch (2.7.6-r6) [2020-11-20T06:34:48.136Z] (7/12) Installing build-base (0.5-r2) [2020-11-20T06:34:48.136Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-20T06:34:48.136Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-20T06:34:48.136Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-20T06:34:48.401Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-20T06:34:48.401Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-20T06:34:48.662Z] Executing busybox-1.31.1-r16.trigger [2020-11-20T06:34:48.662Z] OK: 233 MiB in 51 packages [2020-11-20T06:34:52.894Z] Removing intermediate container 4c21f865a23d [2020-11-20T06:34:52.894Z] ---> 4d0965f4d348 [2020-11-20T06:34:52.894Z] Step 4/7 : WORKDIR /edgex-go [2020-11-20T06:34:52.894Z] ---> Running in 0d90f0a18b08 [2020-11-20T06:34:52.894Z] Removing intermediate container 0d90f0a18b08 [2020-11-20T06:34:52.894Z] ---> bb1246f916f5 [2020-11-20T06:34:52.894Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-20T06:34:53.160Z] latest: Pulling from library/docker [2020-11-20T06:34:53.423Z] 188c0c94c7c5: Pulling fs layer [2020-11-20T06:34:53.423Z] 0c7c675703d6: Pulling fs layer [2020-11-20T06:34:53.423Z] cc8c12a437cb: Pulling fs layer [2020-11-20T06:34:53.423Z] c5dafad2182a: Pulling fs layer [2020-11-20T06:34:53.423Z] 5aa711733414: Pulling fs layer [2020-11-20T06:34:53.423Z] 058f73b55e4b: Pulling fs layer [2020-11-20T06:34:53.423Z] 8c9c664faf12: Pulling fs layer [2020-11-20T06:34:53.423Z] 5aa711733414: Waiting [2020-11-20T06:34:53.423Z] 058f73b55e4b: Waiting [2020-11-20T06:34:53.423Z] 8c9c664faf12: Waiting [2020-11-20T06:34:53.423Z] c5dafad2182a: Waiting [2020-11-20T06:34:53.692Z] cc8c12a437cb: Verifying Checksum [2020-11-20T06:34:53.692Z] cc8c12a437cb: Download complete [2020-11-20T06:34:53.692Z] 0c7c675703d6: Verifying Checksum [2020-11-20T06:34:53.692Z] 0c7c675703d6: Download complete [2020-11-20T06:34:53.692Z] 188c0c94c7c5: Verifying Checksum [2020-11-20T06:34:53.692Z] 188c0c94c7c5: Download complete [2020-11-20T06:34:53.692Z] 5aa711733414: Verifying Checksum [2020-11-20T06:34:53.692Z] 5aa711733414: Download complete [2020-11-20T06:34:53.692Z] 058f73b55e4b: Verifying Checksum [2020-11-20T06:34:53.692Z] 058f73b55e4b: Download complete [2020-11-20T06:34:53.961Z] 8c9c664faf12: Verifying Checksum [2020-11-20T06:34:53.961Z] 8c9c664faf12: Download complete [2020-11-20T06:34:53.961Z] 188c0c94c7c5: Pull complete [2020-11-20T06:34:54.240Z] 0c7c675703d6: Pull complete [2020-11-20T06:34:54.508Z] cc8c12a437cb: Pull complete [2020-11-20T06:34:54.508Z] c5dafad2182a: Verifying Checksum [2020-11-20T06:34:54.508Z] c5dafad2182a: Download complete [2020-11-20T06:34:57.884Z] c5dafad2182a: Pull complete [2020-11-20T06:34:57.884Z] 5aa711733414: Pull complete [2020-11-20T06:34:57.884Z] 058f73b55e4b: Pull complete [2020-11-20T06:34:57.884Z] 8c9c664faf12: Pull complete [2020-11-20T06:34:57.884Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-20T06:34:57.884Z] Status: Downloaded newer image for docker:latest [2020-11-20T06:34:59.821Z] ---> f9496fa893b8 [2020-11-20T06:34:59.822Z] Step 6/7 : COPY go.mod . [2020-11-20T06:34:59.822Z] ---> 7de8d7914cc6 [2020-11-20T06:34:59.822Z] Step 7/7 : RUN go mod download [2020-11-20T06:34:59.822Z] ---> Running in 5f7d9cbf3513 [2020-11-20T06:35:21.917Z] Removing intermediate container 5f7d9cbf3513 [2020-11-20T06:35:21.917Z] ---> ae3595d238f8 [2020-11-20T06:35:21.917Z] Successfully built ae3595d238f8 [2020-11-20T06:35:21.917Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-20T06:35:22.265Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-20T06:35:22.265Z] . [Pipeline] withDockerContainer [2020-11-20T06:35:22.392Z] prd-centos7-docker-4c-2g-12925 does not seem to be running inside a container [2020-11-20T06:35:22.451Z] $ 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:35:23.353Z] $ docker top e0f3c20833a02ea11d8e0c624f6f60b81ed90748fa7181d9df89e813488e0382 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T06:35:23.907Z] + go version [2020-11-20T06:35:23.907Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-20T06:35:23.939Z] $ docker stop --time=1 e0f3c20833a02ea11d8e0c624f6f60b81ed90748fa7181d9df89e813488e0382 [2020-11-20T06:35:25.333Z] $ docker rm -f e0f3c20833a02ea11d8e0c624f6f60b81ed90748fa7181d9df89e813488e0382 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T06:35:26.542Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-20T06:35:26.543Z] . [Pipeline] withDockerContainer [2020-11-20T06:35:26.825Z] prd-centos7-docker-4c-2g-12925 does not seem to be running inside a container [2020-11-20T06:35:26.875Z] $ 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:35:27.702Z] $ docker top eae7d9cd80ebd293adf1b1d6c5dafe885c8755eea723f73652c61c515f47a099 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-20T06:35:27.939Z] ========================================================= [2020-11-20T06:35:27.940Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-11-20T06:35:27.940Z] ========================================================= [Pipeline] sh [2020-11-20T06:35:28.261Z] + make test [2020-11-20T06:35:28.261Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-20T06:35:38.327Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-11-20T06:35:53.354Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-11-20T06:36:00.019Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-11-20T06:36:00.290Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-11-20T06:36:00.290Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-11-20T06:36:00.290Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-11-20T06:36:00.290Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-11-20T06:36:02.879Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.037s [2020-11-20T06:36:02.879Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-11-20T06:36:02.879Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-11-20T06:36:03.148Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-11-20T06:36:03.740Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-11-20T06:36:03.740Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-11-20T06:36:03.740Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-11-20T06:36:03.740Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-11-20T06:36:07.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.087s coverage: 46.6% of statements [2020-11-20T06:36:07.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-11-20T06:36:07.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-11-20T06:36:07.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-11-20T06:36:07.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-11-20T06:36:07.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-11-20T06:36:11.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.183s coverage: 27.1% of statements [2020-11-20T06:36:11.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-11-20T06:36:11.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-11-20T06:36:11.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-11-20T06:36:11.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-11-20T06:36:11.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-11-20T06:36:11.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-11-20T06:36:11.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements [2020-11-20T06:36:11.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-11-20T06:36:11.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements [2020-11-20T06:36:11.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-11-20T06:36:11.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-11-20T06:36:11.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.080s coverage: 67.0% of statements [2020-11-20T06:36:11.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-11-20T06:36:11.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-11-20T06:36:11.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.153s coverage: 83.8% of statements [2020-11-20T06:36:11.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-11-20T06:36:11.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-11-20T06:36:11.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-11-20T06:36:11.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-11-20T06:36:11.655Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.335s coverage: 28.6% of statements [2020-11-20T06:36:11.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-11-20T06:36:11.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-11-20T06:36:11.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-11-20T06:36:11.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-11-20T06:36:11.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-11-20T06:36:11.655Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.054s coverage: 100.0% of statements [2020-11-20T06:36:11.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-11-20T06:36:11.928Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements [2020-11-20T06:36:11.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-11-20T06:36:12.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.123s coverage: 86.7% of statements [2020-11-20T06:36:12.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-11-20T06:36:13.479Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.105s coverage: 97.5% of statements [2020-11-20T06:36:13.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-11-20T06:36:13.479Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.057s coverage: 79.0% of statements [2020-11-20T06:36:13.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-11-20T06:36:13.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-11-20T06:36:13.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-11-20T06:36:13.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-11-20T06:36:14.451Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.283s coverage: 95.7% of statements [2020-11-20T06:36:14.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-11-20T06:36:14.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-11-20T06:36:14.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-11-20T06:36:14.452Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-11-20T06:36:14.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-11-20T06:36:14.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-11-20T06:36:14.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-11-20T06:36:14.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-11-20T06:36:14.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-11-20T06:36:14.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-11-20T06:36:14.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-11-20T06:36:14.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-11-20T06:36:14.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-11-20T06:36:14.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-11-20T06:36:14.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-11-20T06:36:14.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-11-20T06:36:14.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-11-20T06:36:14.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-11-20T06:36:14.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-11-20T06:36:14.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-11-20T06:36:14.452Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.060s coverage: 58.8% of statements [2020-11-20T06:36:14.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-11-20T06:36:14.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-11-20T06:36:14.452Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 0.0% of statements [no tests to run] [2020-11-20T06:36:14.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-11-20T06:36:14.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-11-20T06:36:15.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.222s coverage: 63.5% of statements [2020-11-20T06:36:15.432Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-11-20T06:36:15.432Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-11-20T06:36:15.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.043s coverage: 100.0% of statements [2020-11-20T06:36:15.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 91.3% of statements [2020-11-20T06:36:15.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements [2020-11-20T06:36:15.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.048s coverage: 73.7% of statements [2020-11-20T06:36:15.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements [2020-11-20T06:36:17.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.374s coverage: 55.9% of statements [2020-11-20T06:36:17.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-11-20T06:36:17.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-11-20T06:36:17.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-11-20T06:36:17.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-11-20T06:36:17.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-11-20T06:36:17.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-11-20T06:36:25.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.806s coverage: 86.3% of statements [2020-11-20T06:36:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-11-20T06:36:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.068s coverage: 72.2% of statements [2020-11-20T06:36:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.380s coverage: 72.1% of statements [2020-11-20T06:36:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.057s coverage: 82.4% of statements [2020-11-20T06:36:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.043s coverage: 48.4% of statements [2020-11-20T06:36:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-11-20T06:36:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-11-20T06:36:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-11-20T06:36:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.042s coverage: 28.8% of statements [2020-11-20T06:36:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-11-20T06:36:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.042s coverage: 96.8% of statements [2020-11-20T06:36:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-11-20T06:36:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.092s coverage: 36.5% of statements [2020-11-20T06:36:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-11-20T06:36:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-11-20T06:36:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.319s coverage: 84.1% of statements [2020-11-20T06:36:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.053s coverage: 100.0% of statements [2020-11-20T06:36:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.050s coverage: 42.9% of statements [2020-11-20T06:36:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-11-20T06:36:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-11-20T06:36:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.043s coverage: 100.0% of statements [2020-11-20T06:36:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-11-20T06:36:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.049s coverage: 83.8% of statements [2020-11-20T06:36:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-11-20T06:36:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.110s coverage: 47.1% of statements [2020-11-20T06:36:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-11-20T06:36:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-11-20T06:36:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.024s coverage: 100.0% of statements [2020-11-20T06:36:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-11-20T06:36:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-11-20T06:36:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-11-20T06:36:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements [2020-11-20T06:36:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-11-20T06:36:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.040s coverage: 100.0% of statements [2020-11-20T06:36:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-11-20T06:36:25.938Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.844s coverage: 29.1% of statements [2020-11-20T06:36:25.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-11-20T06:36:25.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-11-20T06:36:25.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-11-20T06:36:25.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-11-20T06:36:25.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-11-20T06:36:25.938Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements [2020-11-20T06:36:25.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-11-20T06:36:25.938Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.057s coverage: 100.0% of statements [2020-11-20T06:36:25.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-11-20T06:36:25.938Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2020-11-20T06:36:25.938Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-11-20T06:36:25.938Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2020-11-20T06:36:25.938Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-11-20T06:36:25.938Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-11-20T06:36:25.938Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-11-20T06:36:25.938Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-11-20T06:36:25.938Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements [2020-11-20T06:36:25.938Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-11-20T06:36:25.938Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-11-20T06:36:25.938Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements [2020-11-20T06:36:26.207Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2020-11-20T06:36:26.471Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.058s coverage: 100.0% of statements [2020-11-20T06:36:26.737Z] GO111MODULE=on go vet ./... [2020-11-20T06:36:53.490Z] gofmt -l . [2020-11-20T06:36:54.070Z] [ "`gofmt -l .`" = "" ] [2020-11-20T06:36:54.644Z] ./bin/test-go-mod-tidy.sh [2020-11-20T06:36:55.221Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-11-20T06:36:57.481Z] + ls -al . [2020-11-20T06:36:57.481Z] total 640 [2020-11-20T06:36:57.481Z] drwxrwxr-x 10 1001 1001 4096 Nov 20 06:36 . [2020-11-20T06:36:57.481Z] drwxr-xr-x 4 root root 28 Nov 20 06:35 .. [2020-11-20T06:36:57.481Z] -rw-rw-r-- 1 1001 1001 11 Nov 20 06:33 .dockerignore [2020-11-20T06:36:57.481Z] drwxrwxr-x 8 1001 1001 179 Nov 20 06:33 .git [2020-11-20T06:36:57.481Z] drwxrwxr-x 3 1001 1001 125 Nov 20 06:33 .github [2020-11-20T06:36:57.481Z] -rw-rw-r-- 1 1001 1001 944 Nov 20 06:33 .gitignore [2020-11-20T06:36:57.481Z] drwx------ 3 1001 1001 47 Nov 20 06:34 .semver [2020-11-20T06:36:57.481Z] -rw-rw-r-- 1 1001 1001 166 Nov 20 06:33 .sonarcloud.properties [2020-11-20T06:36:57.481Z] -rw-rw-r-- 1 1001 1001 3804 Nov 20 06:33 CONTRIBUTING.md [2020-11-20T06:36:57.481Z] -rw-rw-r-- 1 1001 1001 1035 Nov 20 06:33 Dockerfile.build [2020-11-20T06:36:57.481Z] -rw-rw-r-- 1 1001 1001 863 Nov 20 06:33 Jenkinsfile [2020-11-20T06:36:57.481Z] -rw-rw-r-- 1 1001 1001 10775 Nov 20 06:33 LICENSE [2020-11-20T06:36:57.481Z] -rw-rw-r-- 1 1001 1001 6581 Nov 20 06:33 Makefile [2020-11-20T06:36:57.481Z] -rw-rw-r-- 1 1001 1001 6447 Nov 20 06:33 README.md [2020-11-20T06:36:57.481Z] -rw-rw-r-- 1 1001 1001 259 Nov 20 06:33 SECURITY.md [2020-11-20T06:36:57.481Z] -rw-rw-r-- 1 1001 1001 5 Nov 20 06:34 VERSION [2020-11-20T06:36:57.481Z] -rw-rw-r-- 1 1001 1001 4131 Nov 20 06:33 ZMQWindows.md [2020-11-20T06:36:57.481Z] drwxrwxr-x 2 1001 1001 117 Nov 20 06:33 bin [2020-11-20T06:36:57.481Z] drwxrwxr-x 15 1001 1001 4096 Nov 20 06:33 cmd [2020-11-20T06:36:57.481Z] -rw-r--r-- 1 root root 547079 Nov 20 06:36 coverage.out [2020-11-20T06:36:57.481Z] -rw-r--r-- 1 root root 1041 Nov 20 06:36 go.mod [2020-11-20T06:36:57.481Z] -rw-r--r-- 1 root root 18582 Nov 20 06:36 go.sum [2020-11-20T06:36:57.481Z] drwxrwxr-x 8 1001 1001 127 Nov 20 06:33 internal [2020-11-20T06:36:57.481Z] drwxrwxr-x 4 1001 1001 26 Nov 20 06:33 openapi [2020-11-20T06:36:57.481Z] drwxrwxr-x 4 1001 1001 71 Nov 20 06:33 snap [2020-11-20T06:36:57.481Z] -rw-rw-r-- 1 1001 1001 168 Nov 20 06:33 version.go [Pipeline] sh [2020-11-20T06:36:57.819Z] + '[' -e coverage.out ] [2020-11-20T06:36:57.819Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-11-20T06:36:58.026Z] Stashed 1 file(s) [Pipeline] sh [2020-11-20T06:36:58.344Z] + make build [2020-11-20T06:36:58.344Z] 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:37:08.448Z] 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:37:11.012Z] 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:37:11.966Z] 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:37:13.496Z] 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:37:14.904Z] 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:37:15.170Z] 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:37:16.580Z] 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:37:17.975Z] 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:37:18.926Z] 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:37:19.893Z] 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:37:21.301Z] 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:37:22.264Z] 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:37:23.696Z] $ docker stop --time=1 eae7d9cd80ebd293adf1b1d6c5dafe885c8755eea723f73652c61c515f47a099 [2020-11-20T06:37:25.469Z] $ docker rm -f eae7d9cd80ebd293adf1b1d6c5dafe885c8755eea723f73652c61c515f47a099 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T06:37:27.533Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-20T06:37:27.533Z] [2020-11-20T06:37:27.534Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-11-20T06:37:27.936Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-20T06:37:27.936Z] latest: Pulling from edgex-devops/edgex-compose [2020-11-20T06:37:27.936Z] cbdbe7a5bc2a: Pulling fs layer [2020-11-20T06:37:27.936Z] ca9280d653b3: Pulling fs layer [2020-11-20T06:37:27.936Z] 7e9c9ca2126c: Pulling fs layer [2020-11-20T06:37:27.936Z] cbdbe7a5bc2a: Verifying Checksum [2020-11-20T06:37:27.936Z] cbdbe7a5bc2a: Download complete [2020-11-20T06:37:28.527Z] cbdbe7a5bc2a: Pull complete [2020-11-20T06:37:28.527Z] ca9280d653b3: Verifying Checksum [2020-11-20T06:37:28.527Z] ca9280d653b3: Download complete [2020-11-20T06:37:29.489Z] ca9280d653b3: Pull complete [2020-11-20T06:37:29.751Z] 7e9c9ca2126c: Download complete [2020-11-20T06:37:36.383Z] 7e9c9ca2126c: Pull complete [2020-11-20T06:37:36.383Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-11-20T06:37:36.383Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-20T06:37:36.383Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-11-20T06:37:36.510Z] prd-centos7-docker-4c-2g-12925 does not seem to be running inside a container [2020-11-20T06:37:36.558Z] $ 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:37:39.409Z] $ docker top ae2e275ec8028238f525b826daf16802bc21fe99b06313b33030fb9d8a61efa9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T06:37:39.993Z] + docker-compose build --help [2020-11-20T06:37:39.993Z] + grep parallel [2020-11-20T06:37:40.938Z] --parallel Build images in parallel. [Pipeline] } [2020-11-20T06:37:40.966Z] $ docker stop --time=1 ae2e275ec8028238f525b826daf16802bc21fe99b06313b33030fb9d8a61efa9 [2020-11-20T06:37:42.333Z] $ docker rm -f ae2e275ec8028238f525b826daf16802bc21fe99b06313b33030fb9d8a61efa9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T06:37:43.114Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-20T06:37:43.114Z] . [Pipeline] withDockerContainer [2020-11-20T06:37:43.241Z] prd-centos7-docker-4c-2g-12925 does not seem to be running inside a container [2020-11-20T06:37:43.298Z] $ 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:37:43.993Z] $ docker top c236e68e79f1497d8b914995941cdfc9779d4744a34238bbe5da4e2a7427558a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T06:37:44.550Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-20T06:37:45.501Z] Building docker-core-command-go ... [2020-11-20T06:37:45.501Z] Building docker-core-data-go ... [2020-11-20T06:37:45.501Z] Building docker-core-metadata-go ... [2020-11-20T06:37:45.501Z] Building docker-security-bootstrap-redis-go ... [2020-11-20T06:37:45.501Z] Building docker-security-proxy-setup-go ... [2020-11-20T06:37:45.501Z] Building docker-security-secrets-setup-go ... [2020-11-20T06:37:45.501Z] Building docker-security-secretstore-setup-go ... [2020-11-20T06:37:45.501Z] Building docker-support-logging-go ... [2020-11-20T06:37:45.501Z] Building docker-support-notifications-go ... [2020-11-20T06:37:45.501Z] Building docker-support-scheduler-go ... [2020-11-20T06:37:45.501Z] Building docker-sys-mgmt-agent-go ... [2020-11-20T06:37:45.501Z] Building docker-core-metadata-go [2020-11-20T06:37:45.501Z] Building docker-security-bootstrap-redis-go [2020-11-20T06:37:45.501Z] Building docker-support-notifications-go [2020-11-20T06:37:45.501Z] Building docker-security-secrets-setup-go [2020-11-20T06:37:45.501Z] Building docker-support-scheduler-go [2020-11-20T06:37:53.267Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-12930 in /w/workspace/edgexfoundry_edgex-go_PR-2891 [Pipeline] { [Pipeline] ws [2020-11-20T06:37:53.414Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2020-11-20T06:37:58.032Z] using credential edgex-jenkins-ssh [2020-11-20T06:37:58.088Z] Cloning the remote Git repository [2020-11-20T06:37:58.149Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-11-20T06:37:58.255Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2020-11-20T06:37:58.337Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-20T06:37:58.338Z] > git --version # timeout=10 [2020-11-20T06:37:58.351Z] > git --version # 'git version 2.17.1' [2020-11-20T06:37:58.353Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-20T06:37:58.408Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-20T06:38:13.714Z] Merging remotes/origin/master commit 39e6b044bcbfaa6947ff572dd7ed6f608645206c into PR head commit 5c5b9147b75d74162f21b6b4c21f7715876577e5 [2020-11-20T06:38:12.953Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-20T06:38:12.971Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-20T06:38:13.039Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-20T06:38:13.085Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-20T06:38:13.085Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-20T06:38:13.097Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2891/head:refs/remotes/origin/PR-2891 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-20T06:38:13.733Z] > git config core.sparsecheckout # timeout=10 [2020-11-20T06:38:13.744Z] > git checkout -f 5c5b9147b75d74162f21b6b4c21f7715876577e5 # timeout=10 [2020-11-20T06:38:14.103Z] Merge succeeded, producing 5c5b9147b75d74162f21b6b4c21f7715876577e5 [2020-11-20T06:38:14.104Z] Checking out Revision 5c5b9147b75d74162f21b6b4c21f7715876577e5 (PR-2891) [2020-11-20T06:38:14.038Z] > git remote # timeout=10 [2020-11-20T06:38:14.053Z] > git config --get remote.origin.url # timeout=10 [2020-11-20T06:38:14.064Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-20T06:38:14.075Z] > git merge 39e6b044bcbfaa6947ff572dd7ed6f608645206c # timeout=10 [2020-11-20T06:38:14.095Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-20T06:38:14.113Z] > git config core.sparsecheckout # timeout=10 [2020-11-20T06:38:14.122Z] > git checkout -f 5c5b9147b75d74162f21b6b4c21f7715876577e5 # timeout=10 [2020-11-20T06:38:17.716Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:38:17.716Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:38:17.716Z] ---> ae3595d238f8 [2020-11-20T06:38:17.716Z] Step 3/21 : WORKDIR /edgex-go [2020-11-20T06:38:17.716Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:38:17.716Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:38:17.716Z] ---> ae3595d238f8 [2020-11-20T06:38:17.716Z] Step 3/24 : WORKDIR /edgex-go [2020-11-20T06:38:17.716Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:38:17.717Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:38:17.717Z] ---> ae3595d238f8 [2020-11-20T06:38:17.717Z] Step 3/22 : WORKDIR /edgex-go [2020-11-20T06:38:17.717Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:38:17.717Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-20T06:38:17.717Z] ---> ae3595d238f8 [2020-11-20T06:38:17.717Z] Step 3/29 : WORKDIR /edgex-go [2020-11-20T06:38:17.717Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:38:17.717Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:38:17.717Z] ---> ae3595d238f8 [2020-11-20T06:38:17.717Z] Step 3/22 : WORKDIR /edgex-go [2020-11-20T06:38:18.295Z] ---> Running in e67227bbdb3d [2020-11-20T06:38:18.295Z] ---> Running in d127953b5baf [2020-11-20T06:38:18.295Z] ---> Running in 94b82cf77aab [2020-11-20T06:38:18.295Z] ---> Running in a60c3bb67768 [2020-11-20T06:38:18.295Z] ---> Running in aadb0cecfe00 [2020-11-20T06:38:18.490Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts" [2020-11-20T06:38:18.568Z] Removing intermediate container aadb0cecfe00 [2020-11-20T06:38:18.568Z] ---> a08fb9dcd644 [2020-11-20T06:38:18.568Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:38:18.568Z] Removing intermediate container e67227bbdb3d [2020-11-20T06:38:18.568Z] ---> 6f184d8e5738 [2020-11-20T06:38:18.568Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:38:18.568Z] Removing intermediate container d127953b5baf [2020-11-20T06:38:18.568Z] ---> 016b09387dc4 [2020-11-20T06:38:18.568Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:38:18.568Z] Removing intermediate container a60c3bb67768 [2020-11-20T06:38:18.568Z] ---> e50d20f8a0c1 [2020-11-20T06:38:18.568Z] Step 4/29 : RUN apk update && apk add make git [2020-11-20T06:38:18.552Z] > git --version # timeout=10 [2020-11-20T06:38:18.564Z] > git --version # 'git version 2.17.1' [2020-11-20T06:38:18.575Z] fatal: bad object d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-20T06:38:18.844Z] ---> Running in b7620cc29d58 [2020-11-20T06:38:18.844Z] Removing intermediate container 94b82cf77aab [2020-11-20T06:38:18.844Z] ---> d96dac32a806 [2020-11-20T06:38:18.844Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:38:18.844Z] ---> Running in e3285e2276e2 [2020-11-20T06:38:18.844Z] ---> Running in 4351e3d38a73 [2020-11-20T06:38:18.844Z] ---> Running in 017a9ce14493 [Pipeline] withEnv [Pipeline] { [2020-11-20T06:38:19.113Z] ---> Running in eb727ffd9f1b [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-20T06:38:20.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T06:38:20.429Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-11-20T06:38:20.661Z] Removing intermediate container 017a9ce14493 [2020-11-20T06:38:20.661Z] ---> 040cb4d91e69 [2020-11-20T06:38:20.661Z] Step 5/22 : RUN apk update && apk add make git [2020-11-20T06:38:20.661Z] Removing intermediate container b7620cc29d58 [2020-11-20T06:38:20.661Z] ---> e4d3da1fa1cd [2020-11-20T06:38:20.661Z] Step 5/22 : RUN apk update && apk add make git [2020-11-20T06:38:20.860Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-20T06:38:20.927Z] ---> Running in d0accec8472b [2020-11-20T06:38:20.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T06:38:20.927Z] ---> Running in 6774f56b0ebb [2020-11-20T06:38:20.927Z] Removing intermediate container e3285e2276e2 [2020-11-20T06:38:20.927Z] ---> 6e2866fc1695 [2020-11-20T06:38:20.927Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-20T06:38:21.192Z] ---> Running in 7345b560ac30 [2020-11-20T06:38:21.192Z] Removing intermediate container eb727ffd9f1b [2020-11-20T06:38:21.192Z] ---> 2b3803cc599f [2020-11-20T06:38:21.192Z] Step 5/21 : RUN apk update && apk add make git [2020-11-20T06:38:21.221Z] + sudo service docker restart [2020-11-20T06:38:21.221Z] + true [2020-11-20T06:38:21.458Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:38:21.458Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:38:21.458Z] OK: 12752 distinct packages available [2020-11-20T06:38:21.458Z] ---> Running in ee5255c90f18 [2020-11-20T06:38:21.724Z] OK: 233 MiB in 51 packages [2020-11-20T06:38:22.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T06:38:22.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T06:38:22.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T06:38:22.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T06:38:22.269Z] Removing intermediate container 4351e3d38a73 [2020-11-20T06:38:22.269Z] ---> eb04f50719d8 [2020-11-20T06:38:22.269Z] Step 5/29 : COPY go.mod . [2020-11-20T06:38:22.534Z] ---> 2bca9488c0a5 [2020-11-20T06:38:22.534Z] Step 6/29 : RUN go mod download [2020-11-20T06:38:22.534Z] ---> Running in e9c009c4e64d [2020-11-20T06:38:22.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T06:38:22.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T06:38:22.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T06:38:23.060Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T06:38:23.336Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:38:23.336Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:38:23.336Z] OK: 12752 distinct packages available [2020-11-20T06:38:23.336Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:38:23.336Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:38:23.336Z] OK: 12752 distinct packages available [2020-11-20T06:38:23.608Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:38:23.608Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:38:23.608Z] OK: 12752 distinct packages available [2020-11-20T06:38:23.608Z] OK: 233 MiB in 51 packages [2020-11-20T06:38:23.608Z] OK: 233 MiB in 51 packages [2020-11-20T06:38:23.608Z] OK: 233 MiB in 51 packages [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-20T06:38:23.990Z] provisioning config files... [2020-11-20T06:38:24.029Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2106030932110932782tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-20T06:38:24.194Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:38:24.194Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:38:24.194Z] OK: 12752 distinct packages available [2020-11-20T06:38:24.194Z] OK: 233 MiB in 51 packages [2020-11-20T06:38:24.456Z] Removing intermediate container e9c009c4e64d [2020-11-20T06:38:24.456Z] ---> 845fc60a9c2d [2020-11-20T06:38:24.456Z] Step 7/29 : COPY . . [2020-11-20T06:38:24.456Z] Removing intermediate container 6774f56b0ebb [2020-11-20T06:38:24.456Z] ---> 8774107448b0 [2020-11-20T06:38:24.456Z] Step 6/22 : COPY go.mod . [2020-11-20T06:38:24.493Z] ---> docker-login.sh [2020-11-20T06:38:24.493Z] nexus3.edgexfoundry.org:10001 [2020-11-20T06:38:24.721Z] Removing intermediate container d0accec8472b [2020-11-20T06:38:24.721Z] ---> 3700ac4c09e8 [2020-11-20T06:38:24.721Z] Step 6/22 : COPY go.mod . [2020-11-20T06:38:25.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T06:38:25.691Z] Removing intermediate container 7345b560ac30 [2020-11-20T06:38:25.691Z] ---> abab159ea10e [2020-11-20T06:38:25.691Z] Step 6/24 : COPY go.mod . [2020-11-20T06:38:25.691Z] ---> dd15e3d21ac2 [2020-11-20T06:38:25.691Z] Step 7/22 : RUN go mod download [2020-11-20T06:38:25.691Z] ---> e1feb61cae0a [2020-11-20T06:38:25.691Z] Step 7/22 : RUN go mod download [2020-11-20T06:38:25.691Z] Removing intermediate container ee5255c90f18 [2020-11-20T06:38:25.691Z] ---> e1803e48cd84 [2020-11-20T06:38:25.691Z] Step 6/21 : COPY go.mod . [2020-11-20T06:38:25.775Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T06:38:25.775Z] Configure a credential helper to remove this warning. See [2020-11-20T06:38:25.775Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T06:38:25.775Z] [2020-11-20T06:38:25.775Z] Login Succeeded [2020-11-20T06:38:25.775Z] nexus3.edgexfoundry.org:10002 [2020-11-20T06:38:26.050Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T06:38:26.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T06:38:26.333Z] Configure a credential helper to remove this warning. See [2020-11-20T06:38:26.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T06:38:26.334Z] [2020-11-20T06:38:26.334Z] Login Succeeded [2020-11-20T06:38:26.334Z] nexus3.edgexfoundry.org:10003 [2020-11-20T06:38:26.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T06:38:26.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T06:38:26.888Z] Configure a credential helper to remove this warning. See [2020-11-20T06:38:26.888Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T06:38:26.888Z] [2020-11-20T06:38:26.888Z] Login Succeeded [2020-11-20T06:38:26.888Z] nexus3.edgexfoundry.org:10004 [2020-11-20T06:38:27.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T06:38:27.445Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T06:38:27.445Z] Configure a credential helper to remove this warning. See [2020-11-20T06:38:27.445Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T06:38:27.445Z] [2020-11-20T06:38:27.445Z] Login Succeeded [2020-11-20T06:38:27.445Z] docker.io [2020-11-20T06:38:27.722Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T06:38:27.994Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T06:38:27.994Z] Configure a credential helper to remove this warning. See [2020-11-20T06:38:27.994Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T06:38:27.994Z] [2020-11-20T06:38:27.994Z] Login Succeeded [2020-11-20T06:38:27.994Z] ---> docker-login.sh ends [Pipeline] } [2020-11-20T06:38:28.025Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-20T06:38:28.683Z] ========================================================= [2020-11-20T06:38:28.683Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-20T06:38:28.683Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-20T06:38:29.047Z] ---> Running in bf53d4f72c5b [2020-11-20T06:38:29.047Z] ---> Running in 8fefd4d8d2bf [2020-11-20T06:38:29.105Z] + 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:38:29.309Z] ---> 82343e67464a [2020-11-20T06:38:29.309Z] Step 7/24 : RUN go mod download [2020-11-20T06:38:29.571Z] ---> e88f32f9910c [2020-11-20T06:38:29.571Z] Step 7/21 : RUN go mod download [2020-11-20T06:38:31.684Z] ---> Running in 58216e55f96c [2020-11-20T06:38:31.684Z] ---> Running in 295ef189c899 [2020-11-20T06:38:31.750Z] Sending build context to Docker daemon 165.3MB [2020-11-20T06:38:31.750Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-20T06:38:31.750Z] Step 2/7 : FROM ${BASE} [2020-11-20T06:38:31.750Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-20T06:38:31.750Z] b538f80385f9: Pulling fs layer [2020-11-20T06:38:31.750Z] 74f711af9a0d: Pulling fs layer [2020-11-20T06:38:31.750Z] 99f96fe45779: Pulling fs layer [2020-11-20T06:38:31.750Z] 8529a6b9a6be: Pulling fs layer [2020-11-20T06:38:31.750Z] 45590311c82a: Pulling fs layer [2020-11-20T06:38:31.750Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-20T06:38:31.750Z] 209524e5b208: Pulling fs layer [2020-11-20T06:38:31.750Z] 8529a6b9a6be: Waiting [2020-11-20T06:38:31.750Z] 45590311c82a: Waiting [2020-11-20T06:38:31.750Z] 69ca0ff8b7b3: Waiting [2020-11-20T06:38:31.750Z] 209524e5b208: Waiting [2020-11-20T06:38:31.750Z] 99f96fe45779: Download complete [2020-11-20T06:38:31.750Z] 74f711af9a0d: Download complete [2020-11-20T06:38:31.750Z] 45590311c82a: Verifying Checksum [2020-11-20T06:38:31.750Z] 45590311c82a: Download complete [2020-11-20T06:38:31.750Z] b538f80385f9: Download complete [2020-11-20T06:38:31.750Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-20T06:38:31.750Z] 69ca0ff8b7b3: Download complete [2020-11-20T06:38:32.024Z] b538f80385f9: Pull complete [2020-11-20T06:38:32.623Z] 74f711af9a0d: Pull complete [2020-11-20T06:38:33.223Z] 99f96fe45779: Pull complete [2020-11-20T06:38:33.818Z] 209524e5b208: Verifying Checksum [2020-11-20T06:38:33.818Z] 209524e5b208: Download complete [2020-11-20T06:38:34.790Z] 8529a6b9a6be: Download complete [2020-11-20T06:38:35.223Z] Removing intermediate container 8fefd4d8d2bf [2020-11-20T06:38:35.223Z] ---> ddc7a8ab6720 [2020-11-20T06:38:35.223Z] Step 8/22 : COPY . . [2020-11-20T06:38:35.526Z] Removing intermediate container bf53d4f72c5b [2020-11-20T06:38:35.790Z] ---> f0ff3f28de3f [2020-11-20T06:38:35.790Z] Step 8/22 : COPY . . [2020-11-20T06:38:43.983Z] Removing intermediate container 58216e55f96c [2020-11-20T06:38:43.983Z] ---> 858fbd653174 [2020-11-20T06:38:43.983Z] Step 8/24 : COPY . . [2020-11-20T06:38:44.944Z] 8529a6b9a6be: Pull complete [2020-11-20T06:38:44.944Z] 45590311c82a: Pull complete [2020-11-20T06:38:45.216Z] 69ca0ff8b7b3: Pull complete [2020-11-20T06:38:48.620Z] 209524e5b208: Pull complete [2020-11-20T06:38:48.620Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-20T06:38:48.620Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-20T06:38:48.620Z] ---> 5bddaf1c2fca [2020-11-20T06:38:48.620Z] 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:38:50.637Z] Removing intermediate container 295ef189c899 [2020-11-20T06:38:50.637Z] ---> bf3c0ada958d [2020-11-20T06:38:50.637Z] Step 8/21 : COPY . . [2020-11-20T06:38:50.637Z] ---> 218f6f573813 [2020-11-20T06:38:50.637Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-20T06:38:50.637Z] ---> Running in 8c907ef79c2d [2020-11-20T06:38:52.018Z] ---> Running in 0eda235ab09a [2020-11-20T06:38:53.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T06:38:54.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T06:38:55.025Z] (1/12) Installing libmagic (5.38-r0) [2020-11-20T06:38:55.302Z] (2/12) Installing file (5.38-r0) [2020-11-20T06:38:55.573Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-20T06:38:55.573Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-20T06:39:00.733Z] 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:02.276Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-20T06:39:02.276Z] (6/12) Installing patch (2.7.6-r6) [2020-11-20T06:39:02.551Z] (7/12) Installing build-base (0.5-r2) [2020-11-20T06:39:02.551Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-20T06:39:02.551Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-20T06:39:02.822Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-20T06:39:02.822Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-20T06:39:02.822Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-20T06:39:03.097Z] Executing busybox-1.31.1-r16.trigger [2020-11-20T06:39:03.097Z] OK: 217 MiB in 51 packages [2020-11-20T06:39:07.410Z] Removing intermediate container 0eda235ab09a [2020-11-20T06:39:07.410Z] ---> be788367c279 [2020-11-20T06:39:07.410Z] Step 4/7 : WORKDIR /edgex-go [2020-11-20T06:39:07.410Z] ---> Running in a5159eb4a43a [2020-11-20T06:39:07.682Z] Removing intermediate container a5159eb4a43a [2020-11-20T06:39:07.682Z] ---> 387e640361cd [2020-11-20T06:39:07.682Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-20T06:39:07.768Z] ---> 49b33e304956 [2020-11-20T06:39:07.769Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-20T06:39:08.280Z] latest: Pulling from library/docker [2020-11-20T06:39:08.280Z] 5f621e34cdf4: Pulling fs layer [2020-11-20T06:39:08.280Z] 85db56a05063: Pulling fs layer [2020-11-20T06:39:08.280Z] ccb67d6aeaaa: Pulling fs layer [2020-11-20T06:39:08.280Z] a0b19fc83503: Pulling fs layer [2020-11-20T06:39:08.280Z] 8eb508b41278: Pulling fs layer [2020-11-20T06:39:08.280Z] 37236713561e: Pulling fs layer [2020-11-20T06:39:08.280Z] 07c93f2b1b56: Pulling fs layer [2020-11-20T06:39:08.280Z] a0b19fc83503: Waiting [2020-11-20T06:39:08.280Z] 8eb508b41278: Waiting [2020-11-20T06:39:08.280Z] 37236713561e: Waiting [2020-11-20T06:39:08.280Z] 07c93f2b1b56: Waiting [2020-11-20T06:39:08.554Z] ccb67d6aeaaa: Verifying Checksum [2020-11-20T06:39:08.554Z] ccb67d6aeaaa: Download complete [2020-11-20T06:39:08.554Z] 85db56a05063: Verifying Checksum [2020-11-20T06:39:08.554Z] 85db56a05063: Download complete [2020-11-20T06:39:08.554Z] 5f621e34cdf4: Verifying Checksum [2020-11-20T06:39:08.554Z] 5f621e34cdf4: Download complete [2020-11-20T06:39:08.554Z] 8eb508b41278: Verifying Checksum [2020-11-20T06:39:08.554Z] 8eb508b41278: Download complete [2020-11-20T06:39:08.554Z] 37236713561e: Verifying Checksum [2020-11-20T06:39:08.554Z] 37236713561e: Download complete [2020-11-20T06:39:08.834Z] 07c93f2b1b56: Download complete [2020-11-20T06:39:09.120Z] 5f621e34cdf4: Pull complete [2020-11-20T06:39:09.260Z] ---> 094e3913bf50 [2020-11-20T06:39:09.260Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-20T06:39:10.105Z] 85db56a05063: Pull complete [2020-11-20T06:39:10.105Z] a0b19fc83503: Verifying Checksum [2020-11-20T06:39:10.105Z] a0b19fc83503: Download complete [2020-11-20T06:39:10.381Z] ccb67d6aeaaa: Pull complete [2020-11-20T06:39:11.227Z] ---> Running in 0a184698a47f [2020-11-20T06:39:11.503Z] ---> Running in a9c7243120a9 [2020-11-20T06:39:12.924Z] 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:39:13.194Z] 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:13.782Z] a0b19fc83503: Pull complete [2020-11-20T06:39:14.056Z] 8eb508b41278: Pull complete [2020-11-20T06:39:14.329Z] 37236713561e: Pull complete [2020-11-20T06:39:14.600Z] 07c93f2b1b56: Pull complete [2020-11-20T06:39:14.601Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-20T06:39:14.601Z] Status: Downloaded newer image for docker:latest [2020-11-20T06:39:17.989Z] ---> 0b62e4f3e026 [2020-11-20T06:39:17.989Z] Step 6/7 : COPY go.mod . [2020-11-20T06:39:18.593Z] ---> 85d533553900 [2020-11-20T06:39:18.593Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-20T06:39:18.609Z] ---> 120eb73bac56 [2020-11-20T06:39:18.609Z] Step 7/7 : RUN go mod download [2020-11-20T06:39:18.609Z] ---> Running in 41d69bcc0765 [2020-11-20T06:39:20.008Z] ---> Running in 3655e88cc1e5 [2020-11-20T06:39:20.276Z] ---> 08b8c936850b [2020-11-20T06:39:20.276Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-20T06:39:20.563Z] ---> Running in 8d7f624e415f [2020-11-20T06:39:21.549Z] 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:21.549Z] 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:39:22.518Z] Removing intermediate container 8c907ef79c2d [2020-11-20T06:39:22.518Z] ---> e95752a71a52 [2020-11-20T06:39:22.518Z] [2020-11-20T06:39:22.518Z] Step 9/29 : FROM alpine:latest [2020-11-20T06:39:22.788Z] latest: Pulling from library/alpine [2020-11-20T06:39:23.763Z] Building docker-security-proxy-setup-go [2020-11-20T06:39:45.410Z] Removing intermediate container 41d69bcc0765 [2020-11-20T06:39:45.410Z] ---> c9c17fe50b80 [2020-11-20T06:39:45.410Z] Successfully built c9c17fe50b80 [2020-11-20T06:39:45.410Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-20T06:39:45.789Z] + docker inspect -f . ci-base-image-arm64 [2020-11-20T06:39:45.789Z] . [Pipeline] withDockerContainer [2020-11-20T06:39:45.865Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:39:45.865Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:39:45.865Z] ---> ae3595d238f8 [2020-11-20T06:39:45.865Z] Step 3/20 : WORKDIR /edgex-go [2020-11-20T06:39:45.865Z] ---> Using cache [2020-11-20T06:39:45.865Z] ---> d96dac32a806 [2020-11-20T06:39:45.865Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:39:45.865Z] ---> Using cache [2020-11-20T06:39:45.865Z] ---> 2b3803cc599f [2020-11-20T06:39:45.865Z] Step 5/20 : RUN apk update && apk add make git [2020-11-20T06:39:45.865Z] ---> Using cache [2020-11-20T06:39:45.865Z] ---> e1803e48cd84 [2020-11-20T06:39:45.865Z] Step 6/20 : COPY go.mod . [2020-11-20T06:39:45.865Z] ---> Using cache [2020-11-20T06:39:45.865Z] ---> e88f32f9910c [2020-11-20T06:39:45.865Z] Step 7/20 : RUN go mod download [2020-11-20T06:39:45.865Z] ---> Using cache [2020-11-20T06:39:45.865Z] ---> bf3c0ada958d [2020-11-20T06:39:45.865Z] Step 8/20 : COPY . . [2020-11-20T06:39:45.865Z] ---> Using cache [2020-11-20T06:39:45.865Z] ---> 08b8c936850b [2020-11-20T06:39:45.865Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-20T06:39:46.058Z] prd-ubuntu18.04-docker-arm64-4c-16g-12930 does not seem to be running inside a container [2020-11-20T06:39:46.147Z] $ 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:39:46.450Z] ---> Running in 5b6e0273ccb2 [2020-11-20T06:39:46.722Z] Removing intermediate container 0a184698a47f [2020-11-20T06:39:46.722Z] ---> f06ff86dc279 [2020-11-20T06:39:46.722Z] [2020-11-20T06:39:46.722Z] Step 10/22 : FROM alpine:3.10 [2020-11-20T06:39:46.722Z] 3.10: Pulling from library/alpine [2020-11-20T06:39:47.693Z] Building docker-core-command-go [2020-11-20T06:39:47.693Z] 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:39:47.969Z] $ docker top 5ef49cb5fc96984ae4452b2e454d78c5b5f8b6f1b925a606a288873f7f20b760 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T06:39:49.486Z] + go version [2020-11-20T06:39:49.486Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-20T06:39:49.538Z] $ docker stop --time=1 5ef49cb5fc96984ae4452b2e454d78c5b5f8b6f1b925a606a288873f7f20b760 [2020-11-20T06:39:51.502Z] $ docker rm -f 5ef49cb5fc96984ae4452b2e454d78c5b5f8b6f1b925a606a288873f7f20b760 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T06:39:52.901Z] + docker inspect -f . ci-base-image-arm64 [2020-11-20T06:39:52.901Z] . [Pipeline] withDockerContainer [2020-11-20T06:39:53.191Z] prd-ubuntu18.04-docker-arm64-4c-16g-12930 does not seem to be running inside a container [2020-11-20T06:39:53.273Z] $ 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:39:54.712Z] $ docker top 622b10dcd42724667be415357356ecf1c19261744e1b47ec286db1ff6640aa5d -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-20T06:39:55.174Z] ========================================================= [2020-11-20T06:39:55.174Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-11-20T06:39:55.174Z] ========================================================= [Pipeline] sh [2020-11-20T06:39:55.841Z] + make test [2020-11-20T06:39:55.841Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-20T06:40:06.150Z] Removing intermediate container a9c7243120a9 [2020-11-20T06:40:06.150Z] ---> bda34fdacb88 [2020-11-20T06:40:06.150Z] [2020-11-20T06:40:06.150Z] Step 10/22 : FROM scratch [2020-11-20T06:40:06.150Z] ---> [2020-11-20T06:40:06.151Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-20T06:40:10.398Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:40:10.398Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:40:10.398Z] ---> ae3595d238f8 [2020-11-20T06:40:10.398Z] Step 3/22 : WORKDIR /edgex-go [2020-11-20T06:40:10.398Z] ---> Using cache [2020-11-20T06:40:10.398Z] ---> d96dac32a806 [2020-11-20T06:40:10.398Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:40:10.398Z] ---> Using cache [2020-11-20T06:40:10.398Z] ---> 2b3803cc599f [2020-11-20T06:40:10.398Z] Step 5/22 : RUN apk update && apk add make git [2020-11-20T06:40:10.398Z] ---> Using cache [2020-11-20T06:40:10.398Z] ---> e1803e48cd84 [2020-11-20T06:40:10.398Z] Step 6/22 : COPY go.mod . [2020-11-20T06:40:10.398Z] ---> Using cache [2020-11-20T06:40:10.398Z] ---> e88f32f9910c [2020-11-20T06:40:10.398Z] Step 7/22 : RUN go mod download [2020-11-20T06:40:10.398Z] ---> Using cache [2020-11-20T06:40:10.398Z] ---> bf3c0ada958d [2020-11-20T06:40:10.398Z] Step 8/22 : COPY . . [2020-11-20T06:40:10.398Z] ---> Using cache [2020-11-20T06:40:10.398Z] ---> 08b8c936850b [2020-11-20T06:40:10.398Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-20T06:40:10.398Z] ---> Running in 4a3757198bae [2020-11-20T06:40:10.984Z] ---> Running in 0d8a2ab3f793 [2020-11-20T06:40:11.257Z] Removing intermediate container 8d7f624e415f [2020-11-20T06:40:11.257Z] ---> 9224f7c09a09 [2020-11-20T06:40:11.257Z] [2020-11-20T06:40:11.257Z] Step 10/21 : FROM scratch [2020-11-20T06:40:11.257Z] ---> [2020-11-20T06:40:11.257Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-20T06:40:11.257Z] ---> Using cache [2020-11-20T06:40:11.257Z] ---> 905ba5bddb62 [2020-11-20T06:40:11.257Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-20T06:40:11.257Z] Removing intermediate container 4a3757198bae [2020-11-20T06:40:11.257Z] ---> 905ba5bddb62 [2020-11-20T06:40:11.257Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-20T06:40:11.257Z] Removing intermediate container 3655e88cc1e5 [2020-11-20T06:40:11.257Z] ---> 7649c3543486 [2020-11-20T06:40:11.257Z] [2020-11-20T06:40:11.257Z] Step 10/24 : FROM scratch [2020-11-20T06:40:11.257Z] ---> [2020-11-20T06:40:11.257Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-20T06:40:11.536Z] ---> Running in b4f9485bd84a [2020-11-20T06:40:11.536Z] ---> Running in 54a0ecd5252e [2020-11-20T06:40:11.536Z] ---> Running in 839fdcbfa51b [2020-11-20T06:40:11.812Z] Removing intermediate container 54a0ecd5252e [2020-11-20T06:40:11.812Z] ---> ea968a7cce34 [2020-11-20T06:40:11.812Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-20T06:40:11.812Z] ---> Running in c4edde5cbe13 [2020-11-20T06:40:12.082Z] Removing intermediate container b4f9485bd84a [2020-11-20T06:40:12.082Z] ---> fb5d88bee5b6 [2020-11-20T06:40:12.082Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-20T06:40:12.082Z] Removing intermediate container 839fdcbfa51b [2020-11-20T06:40:12.082Z] ---> ef3296aa1ae6 [2020-11-20T06:40:12.082Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-20T06:40:12.082Z] ---> Running in 6df3fb877080 [2020-11-20T06:40:12.082Z] 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:40:12.082Z] ---> Running in cd5f91512441 [2020-11-20T06:40:12.082Z] Removing intermediate container c4edde5cbe13 [2020-11-20T06:40:12.082Z] ---> 9bd0535914cd [2020-11-20T06:40:12.082Z] Step 14/22 : WORKDIR / [2020-11-20T06:40:12.353Z] ---> Running in 3b1ed6584085 [2020-11-20T06:40:12.353Z] Removing intermediate container 6df3fb877080 [2020-11-20T06:40:12.353Z] ---> 112dfa391b62 [2020-11-20T06:40:12.353Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-20T06:40:12.353Z] Removing intermediate container cd5f91512441 [2020-11-20T06:40:12.353Z] ---> a124618c7e31 [2020-11-20T06:40:12.353Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-20T06:40:12.353Z] ---> Running in 88feb1d963bf [2020-11-20T06:40:12.624Z] Removing intermediate container 3b1ed6584085 [2020-11-20T06:40:12.624Z] ---> a8873ba55e66 [2020-11-20T06:40:12.624Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-20T06:40:12.624Z] Removing intermediate container 88feb1d963bf [2020-11-20T06:40:12.624Z] ---> b64607df195b [2020-11-20T06:40:12.624Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-20T06:40:12.624Z] ---> a8dffc0da369 [2020-11-20T06:40:12.624Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-20T06:40:12.891Z] ---> 99a0311b9784 [2020-11-20T06:40:12.891Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-20T06:40:13.162Z] ---> fefc9951048c [2020-11-20T06:40:13.162Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-20T06:40:13.440Z] ---> 4b10a79c615c [2020-11-20T06:40:13.440Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-20T06:40:14.871Z] ---> 850c2b082811 [2020-11-20T06:40:14.871Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-20T06:40:16.292Z] ---> 5ef684ea8e44 [2020-11-20T06:40:16.292Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-20T06:40:16.292Z] ---> 5d1c84d7fb03 [2020-11-20T06:40:16.292Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-20T06:40:16.292Z] ---> Running in 90fa070a4e17 [2020-11-20T06:40:16.886Z] ---> c757d34b7e56 [2020-11-20T06:40:16.886Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-20T06:40:17.150Z] Removing intermediate container 5b6e0273ccb2 [2020-11-20T06:40:17.150Z] ---> cf6929e1c1a6 [2020-11-20T06:40:17.150Z] [2020-11-20T06:40:17.150Z] Step 10/20 : FROM alpine [2020-11-20T06:40:17.150Z] latest: Pulling from library/alpine [2020-11-20T06:40:17.419Z] ---> Running in cb44c472b294 [2020-11-20T06:40:17.688Z] ---> e53d2d4706e0 [2020-11-20T06:40:17.688Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-20T06:40:17.688Z] Removing intermediate container 90fa070a4e17 [2020-11-20T06:40:17.688Z] ---> 79b9eccf4be5 [2020-11-20T06:40:17.688Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T06:40:17.688Z] ---> Running in 7d753808f9af [2020-11-20T06:40:17.968Z] Building docker-sys-mgmt-agent-go [2020-11-20T06:40:17.968Z] Removing intermediate container cb44c472b294 [2020-11-20T06:40:17.968Z] ---> f58d5df0a70c [2020-11-20T06:40:17.968Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T06:40:17.968Z] ---> Running in 78d34b6e42d7 [2020-11-20T06:40:18.244Z] Removing intermediate container 7d753808f9af [2020-11-20T06:40:18.244Z] ---> fc180224c963 [2020-11-20T06:40:18.244Z] Step 19/21 : LABEL arch=x86_64 [2020-11-20T06:40:18.273Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-11-20T06:40:18.525Z] ---> 5ac1ac8d4b08 [2020-11-20T06:40:18.525Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-20T06:40:18.803Z] ---> Running in 6e55ced55a27 [2020-11-20T06:40:19.076Z] Removing intermediate container 78d34b6e42d7 [2020-11-20T06:40:19.076Z] ---> 5e06e8e50acd [2020-11-20T06:40:19.076Z] Step 20/22 : LABEL arch=x86_64 [2020-11-20T06:40:19.356Z] ---> Running in dfcb1d511351 [2020-11-20T06:40:20.336Z] Removing intermediate container 6e55ced55a27 [2020-11-20T06:40:20.336Z] ---> c8975131328c [2020-11-20T06:40:20.336Z] Step 20/21 : LABEL git_sha=5c5b9147b75d74162f21b6b4c21f7715876577e5 [2020-11-20T06:40:24.586Z] ---> f6983846fd39 [2020-11-20T06:40:24.586Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-20T06:40:24.586Z] ---> Running in 44bb4bca66b7 [2020-11-20T06:40:24.586Z] Removing intermediate container dfcb1d511351 [2020-11-20T06:40:24.586Z] ---> 5e4ffeb38eb1 [2020-11-20T06:40:24.586Z] Step 21/22 : LABEL git_sha=5c5b9147b75d74162f21b6b4c21f7715876577e5 [2020-11-20T06:40:24.586Z] ---> Running in a2ceed7385c9 [2020-11-20T06:40:24.586Z] Removing intermediate container 44bb4bca66b7 [2020-11-20T06:40:24.586Z] ---> 35813c9d2d27 [2020-11-20T06:40:24.586Z] Step 21/21 : LABEL version=0.0.0 [2020-11-20T06:40:24.586Z] ---> 5c578abacefe [2020-11-20T06:40:24.586Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-20T06:40:25.188Z] ---> Running in 5962627855e6 [2020-11-20T06:40:25.188Z] Removing intermediate container a2ceed7385c9 [2020-11-20T06:40:25.188Z] ---> 881f43618573 [2020-11-20T06:40:25.188Z] Step 22/22 : LABEL version=0.0.0 [2020-11-20T06:40:25.790Z] ---> Running in 19597ff54842 [2020-11-20T06:40:25.790Z] ---> Running in dd3bad718b0e [2020-11-20T06:40:25.790Z] Removing intermediate container 5962627855e6 [2020-11-20T06:40:25.790Z] ---> b9510b871185 [2020-11-20T06:40:25.790Z] [2020-11-20T06:40:26.060Z] Successfully built b9510b871185 [2020-11-20T06:40:26.060Z] Successfully tagged docker-support-scheduler-go:latest [2020-11-20T06:40:26.060Z] Building docker-security-secretstore-setup-go [2020-11-20T06:40:26.326Z]  Building docker-support-scheduler-go ... done Removing intermediate container dd3bad718b0e [2020-11-20T06:40:26.326Z] ---> 7ceb1dedf6de [2020-11-20T06:40:26.326Z] [2020-11-20T06:40:26.326Z] Removing intermediate container 19597ff54842 [2020-11-20T06:40:26.326Z] ---> 7a8da3563d33 [2020-11-20T06:40:26.327Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T06:40:26.327Z] Successfully built 7ceb1dedf6de [2020-11-20T06:40:26.591Z] Successfully tagged docker-core-metadata-go:latest [2020-11-20T06:40:26.591Z] Building docker-support-logging-go [2020-11-20T06:40:26.591Z]  Building docker-core-metadata-go ... done  ---> Running in c26eec6b6e74 [2020-11-20T06:40:29.941Z] Removing intermediate container c26eec6b6e74 [2020-11-20T06:40:29.941Z] ---> b4485aca0d4c [2020-11-20T06:40:29.941Z] Step 22/24 : LABEL arch=x86_64 [2020-11-20T06:40:30.387Z] ---> Running in 4fa9cd662430 [2020-11-20T06:40:38.769Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:40:38.769Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:40:38.769Z] ---> ae3595d238f8 [2020-11-20T06:40:38.769Z] Step 3/27 : WORKDIR /edgex-go [2020-11-20T06:40:38.769Z] ---> Using cache [2020-11-20T06:40:38.769Z] ---> d96dac32a806 [2020-11-20T06:40:38.769Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:40:38.769Z] ---> Using cache [2020-11-20T06:40:38.769Z] ---> 2b3803cc599f [2020-11-20T06:40:38.769Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-20T06:40:39.031Z] Removing intermediate container 4fa9cd662430 [2020-11-20T06:40:39.031Z] ---> fd6abea60760 [2020-11-20T06:40:39.031Z] Step 23/24 : LABEL git_sha=5c5b9147b75d74162f21b6b4c21f7715876577e5 [2020-11-20T06:40:39.297Z] ---> Running in 7ecf10279fea [2020-11-20T06:40:39.297Z] ---> Running in 07064809de33 [2020-11-20T06:40:41.878Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T06:40:42.467Z] Removing intermediate container 07064809de33 [2020-11-20T06:40:42.467Z] ---> b86963984cf8 [2020-11-20T06:40:42.467Z] Step 24/24 : LABEL version=0.0.0 [2020-11-20T06:40:42.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T06:40:43.688Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:40:43.689Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:40:43.689Z] OK: 12752 distinct packages available [2020-11-20T06:40:44.272Z] OK: 233 MiB in 51 packages [2020-11-20T06:40:48.525Z] ---> Running in bfd6516a3ad4 [2020-11-20T06:40:51.850Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:40:51.850Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:40:51.850Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:40:51.850Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:40:51.850Z] ---> ae3595d238f8 [2020-11-20T06:40:51.850Z] Step 3/24 : WORKDIR /edgex-go [2020-11-20T06:40:51.850Z] ---> ae3595d238f8 [2020-11-20T06:40:51.850Z] Step 3/22 : WORKDIR /edgex-go [2020-11-20T06:40:52.114Z] ---> Using cache [2020-11-20T06:40:52.114Z] ---> d96dac32a806 [2020-11-20T06:40:52.114Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:40:52.114Z] ---> Using cache [2020-11-20T06:40:52.114Z] ---> Using cache [2020-11-20T06:40:52.114Z] ---> 2b3803cc599f [2020-11-20T06:40:52.114Z] ---> d96dac32a806 [2020-11-20T06:40:52.114Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-20T06:40:52.114Z] [2020-11-20T06:40:52.114Z] ---> Using cache [2020-11-20T06:40:52.114Z] ---> 2b3803cc599f [2020-11-20T06:40:52.114Z] Step 5/24 : RUN apk update && apk add make git [2020-11-20T06:40:52.114Z] ---> Using cache [2020-11-20T06:40:52.114Z] ---> e1803e48cd84 [2020-11-20T06:40:52.114Z] Step 6/24 : COPY go.mod . [2020-11-20T06:40:52.376Z] ---> Using cache [2020-11-20T06:40:52.376Z] ---> e88f32f9910c [2020-11-20T06:40:52.376Z] Step 7/24 : RUN go mod download [2020-11-20T06:40:52.376Z] ---> Using cache [2020-11-20T06:40:52.376Z] ---> bf3c0ada958d [2020-11-20T06:40:52.376Z] Step 8/24 : COPY . . [2020-11-20T06:40:52.376Z] ---> Using cache [2020-11-20T06:40:52.376Z] ---> 08b8c936850b [2020-11-20T06:40:52.377Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-20T06:40:52.648Z] Removing intermediate container 0d8a2ab3f793 [2020-11-20T06:40:52.648Z] ---> fc22b4ad9d06 [2020-11-20T06:40:52.648Z] [2020-11-20T06:40:52.648Z] Step 10/22 : FROM scratch [2020-11-20T06:40:52.648Z] ---> [2020-11-20T06:40:52.648Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-20T06:40:52.912Z] ---> Using cache [2020-11-20T06:40:52.912Z] ---> 905ba5bddb62 [2020-11-20T06:40:52.912Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-20T06:40:52.912Z] Removing intermediate container bfd6516a3ad4 [2020-11-20T06:40:52.912Z] ---> 381ba6da5eb2 [2020-11-20T06:40:52.912Z] [2020-11-20T06:40:52.912Z] ---> Running in 37cc28b0a0fb [2020-11-20T06:40:52.912Z] ---> Running in cd3a4ca25463 [2020-11-20T06:40:52.912Z] Removing intermediate container 7ecf10279fea [2020-11-20T06:40:52.912Z] ---> 07ef72ee7edb [2020-11-20T06:40:52.912Z] Step 6/27 : COPY go.mod . [2020-11-20T06:40:52.912Z] ---> Running in a1ce73c7f107 [2020-11-20T06:40:52.912Z] Successfully built 381ba6da5eb2 [2020-11-20T06:40:53.177Z] Successfully tagged docker-support-notifications-go:latest [2020-11-20T06:40:53.178Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2020-11-20T06:40:53.444Z] Removing intermediate container a1ce73c7f107 [2020-11-20T06:40:53.444Z] ---> 6e616e173d03 [2020-11-20T06:40:53.444Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-20T06:40:53.713Z] ---> 0cfb173d8c2f [2020-11-20T06:40:53.713Z] Step 7/27 : RUN go mod download [2020-11-20T06:40:53.713Z] ---> Running in c6f1eeb4c43d [2020-11-20T06:40:53.713Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T06:40:53.975Z] ---> Running in eb0f558a6492 [2020-11-20T06:40:54.245Z] Removing intermediate container c6f1eeb4c43d [2020-11-20T06:40:54.245Z] ---> 1dfda05c6b6c [2020-11-20T06:40:54.245Z] Step 14/22 : WORKDIR / [2020-11-20T06:40:54.245Z] 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:40:54.245Z] ---> Running in 164cd5e6b21a [2020-11-20T06:40:54.835Z] Removing intermediate container 164cd5e6b21a [2020-11-20T06:40:54.835Z] ---> a20b8f4dd449 [2020-11-20T06:40:54.835Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-20T06:40:54.835Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T06:40:55.782Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:40:55.782Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:40:55.782Z] OK: 12752 distinct packages available [2020-11-20T06:40:56.382Z] OK: 233 MiB in 51 packages [2020-11-20T06:40:56.973Z] OK: 233 MiB in 51 packages [2020-11-20T06:40:57.322Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-11-20T06:40:58.416Z] ---> 0e94e77e38df [2020-11-20T06:40:58.416Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-20T06:40:59.044Z] Removing intermediate container eb0f558a6492 [2020-11-20T06:40:59.044Z] ---> d466eb49075c [2020-11-20T06:40:59.044Z] Step 8/27 : COPY . . [2020-11-20T06:40:59.044Z] Removing intermediate container cd3a4ca25463 [2020-11-20T06:40:59.044Z] ---> e012d05da9fb [2020-11-20T06:40:59.044Z] Step 6/22 : COPY go.mod . [2020-11-20T06:40:59.324Z] ---> 2d7cd3e10254 [2020-11-20T06:40:59.324Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-20T06:41:02.710Z] ---> db95251cb701 [2020-11-20T06:41:02.710Z] Step 7/22 : RUN go mod download [2020-11-20T06:41:02.710Z] ---> 2656794b2c7d [2020-11-20T06:41:02.710Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-20T06:41:06.140Z] ---> Running in d784eabd5d37 [2020-11-20T06:41:06.140Z] ---> Running in b3b2e1004963 [2020-11-20T06:41:07.159Z] Removing intermediate container b3b2e1004963 [2020-11-20T06:41:07.159Z] ---> 964cf0ba0917 [2020-11-20T06:41:07.159Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T06:41:09.109Z] ---> Running in 07692234d7d2 [2020-11-20T06:41:11.690Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:41:11.690Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:41:12.268Z] ---> ae3595d238f8 [2020-11-20T06:41:12.268Z] Step 3/23 : WORKDIR /edgex-go [2020-11-20T06:41:12.268Z] ---> Using cache [2020-11-20T06:41:12.268Z] ---> d96dac32a806 [2020-11-20T06:41:12.268Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:41:12.268Z] ---> Using cache [2020-11-20T06:41:12.268Z] ---> 2b3803cc599f [2020-11-20T06:41:12.268Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-20T06:41:12.268Z] Removing intermediate container 07692234d7d2 [2020-11-20T06:41:12.268Z] ---> d67b84c32560 [2020-11-20T06:41:12.268Z] Step 20/22 : LABEL arch=x86_64 [2020-11-20T06:41:13.676Z] ---> Running in a6fe5d417060 [2020-11-20T06:41:13.676Z] ---> Running in 9b3f3334f460 [2020-11-20T06:41:14.268Z] Removing intermediate container d784eabd5d37 [2020-11-20T06:41:14.268Z] ---> 07d23d79ce9c [2020-11-20T06:41:14.268Z] Step 8/22 : COPY . . [2020-11-20T06:41:14.849Z] Removing intermediate container a6fe5d417060 [2020-11-20T06:41:14.849Z] ---> fb56a1474ff5 [2020-11-20T06:41:14.849Z] Step 21/22 : LABEL git_sha=5c5b9147b75d74162f21b6b4c21f7715876577e5 [2020-11-20T06:41:17.461Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T06:41:17.461Z] ---> Running in d2a5d734505f [2020-11-20T06:41:17.461Z] 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:41:17.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T06:41:18.696Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:41:18.696Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:41:18.696Z] OK: 12752 distinct packages available [2020-11-20T06:41:18.964Z] OK: 233 MiB in 51 packages [2020-11-20T06:41:19.519Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-11-20T06:41:19.519Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-11-20T06:41:19.519Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-11-20T06:41:19.519Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-11-20T06:41:19.519Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-11-20T06:41:21.502Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.046s [2020-11-20T06:41:21.502Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-11-20T06:41:21.502Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-11-20T06:41:23.316Z] Removing intermediate container d2a5d734505f [2020-11-20T06:41:23.316Z] ---> 4ba8d39661bc [2020-11-20T06:41:23.316Z] Step 22/22 : LABEL version=0.0.0 [2020-11-20T06:41:23.493Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-11-20T06:41:24.941Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-11-20T06:41:24.941Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-11-20T06:41:24.941Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-11-20T06:41:24.941Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-11-20T06:41:25.241Z] ---> Running in 38b95c0c4a3a [2020-11-20T06:41:26.215Z] Removing intermediate container 9b3f3334f460 [2020-11-20T06:41:26.215Z] ---> 94f7cf7f181f [2020-11-20T06:41:26.215Z] Step 6/23 : COPY go.mod . [2020-11-20T06:41:26.215Z] ---> 12e5eb0a898a [2020-11-20T06:41:26.215Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-20T06:41:26.481Z] Removing intermediate container 38b95c0c4a3a [2020-11-20T06:41:26.481Z] ---> b95511050c25 [2020-11-20T06:41:26.481Z] [2020-11-20T06:41:26.481Z] ---> Running in 5ee84bbf962b [2020-11-20T06:41:26.747Z] Successfully built b95511050c25 [2020-11-20T06:41:26.747Z] Successfully tagged docker-core-command-go:latest [2020-11-20T06:41:26.747Z]  Building docker-core-command-go ... done  ---> e28bb68ad9cd [2020-11-20T06:41:26.747Z] Step 7/23 : RUN go mod download [2020-11-20T06:41:28.679Z] ---> Running in 8dea89b38ccd [2020-11-20T06:41:28.679Z] 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:41:32.166Z] Removing intermediate container 37cc28b0a0fb [2020-11-20T06:41:32.166Z] ---> 9ba3f23ebb12 [2020-11-20T06:41:32.166Z] [2020-11-20T06:41:32.166Z] Step 10/24 : FROM alpine:3.10 [2020-11-20T06:41:32.446Z] 3.10: Pulling from library/alpine [2020-11-20T06:41:33.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.221s coverage: 46.6% of statements [2020-11-20T06:41:33.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-11-20T06:41:33.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-11-20T06:41:33.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-11-20T06:41:33.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-11-20T06:41:33.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-11-20T06:41:35.063Z] Removing intermediate container 8dea89b38ccd [2020-11-20T06:41:35.063Z] ---> fdc4871b0738 [2020-11-20T06:41:35.063Z] Step 8/23 : COPY . . [2020-11-20T06:41:39.982Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.507s coverage: 27.1% of statements [2020-11-20T06:41:39.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-11-20T06:41:39.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-11-20T06:41:39.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-11-20T06:41:39.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-11-20T06:41:39.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-11-20T06:41:39.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-11-20T06:41:39.982Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements [2020-11-20T06:41:39.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-11-20T06:41:39.982Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements [2020-11-20T06:41:39.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-11-20T06:41:39.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-11-20T06:41:39.982Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.223s coverage: 67.0% of statements [2020-11-20T06:41:39.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-11-20T06:41:39.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-11-20T06:41:39.982Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.312s coverage: 83.8% of statements [2020-11-20T06:41:39.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-11-20T06:41:39.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-11-20T06:41:39.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-11-20T06:41:39.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-11-20T06:41:43.405Z] ---> a07b7213e813 [2020-11-20T06:41:43.405Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-20T06:41:43.405Z] ---> Running in 112e7549ca30 [2020-11-20T06:41:44.138Z] 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:41:48.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.079s coverage: 28.6% of statements [2020-11-20T06:41:48.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-11-20T06:41:48.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-11-20T06:41:48.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-11-20T06:41:48.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-11-20T06:41:48.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-11-20T06:41:48.273Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.199s coverage: 100.0% of statements [2020-11-20T06:41:48.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-11-20T06:41:48.273Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.087s coverage: 100.0% of statements [2020-11-20T06:41:48.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-11-20T06:41:48.273Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.322s coverage: 86.7% of statements [2020-11-20T06:41:48.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-11-20T06:41:49.255Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.319s coverage: 97.5% of statements [2020-11-20T06:41:49.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-11-20T06:41:49.255Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.150s coverage: 79.0% of statements [2020-11-20T06:41:49.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-11-20T06:41:49.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-11-20T06:41:49.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-11-20T06:41:49.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-11-20T06:41:54.372Z] Removing intermediate container 5ee84bbf962b [2020-11-20T06:41:54.372Z] ---> 76192421aeb7 [2020-11-20T06:41:54.372Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-20T06:41:54.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.983s coverage: 95.7% of statements [2020-11-20T06:41:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-11-20T06:41:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-11-20T06:41:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-11-20T06:41:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-11-20T06:41:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-11-20T06:41:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-11-20T06:41:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-11-20T06:41:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-11-20T06:41:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-11-20T06:41:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-11-20T06:41:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-11-20T06:41:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-11-20T06:41:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-11-20T06:41:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-11-20T06:41:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-11-20T06:41:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-11-20T06:41:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-11-20T06:41:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-11-20T06:41:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-11-20T06:41:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-11-20T06:41:54.671Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2020-11-20T06:41:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-11-20T06:41:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-11-20T06:41:54.671Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.133s coverage: 0.0% of statements [no tests to run] [2020-11-20T06:41:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-11-20T06:41:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-11-20T06:41:54.671Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.576s coverage: 63.5% of statements [2020-11-20T06:41:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-11-20T06:41:54.671Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-11-20T06:41:54.671Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.106s coverage: 100.0% of statements [2020-11-20T06:41:54.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements [2020-11-20T06:41:54.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2020-11-20T06:41:54.966Z] ---> Running in 4f7e5bf7efc6 [2020-11-20T06:41:56.922Z] 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:41:56.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.075s coverage: 73.7% of statements [2020-11-20T06:41:56.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements [2020-11-20T06:41:58.845Z] ---> 8cb9039f3a46 [2020-11-20T06:41:58.845Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-20T06:41:58.845Z] ---> Running in 281ffad83735 [2020-11-20T06:41:59.429Z] 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:41:59.696Z] Removing intermediate container 4f7e5bf7efc6 [2020-11-20T06:41:59.697Z] ---> eb7eb17b12b3 [2020-11-20T06:41:59.697Z] [2020-11-20T06:41:59.697Z] Step 11/27 : FROM docker:latest [2020-11-20T06:41:59.697Z] ---> 6972c414f322 [2020-11-20T06:41:59.697Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-20T06:41:59.697Z] ---> Running in 6919b9fb5add [2020-11-20T06:42:00.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.931s coverage: 55.9% of statements [2020-11-20T06:42:00.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-11-20T06:42:00.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-11-20T06:42:00.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-11-20T06:42:00.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-11-20T06:42:00.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-11-20T06:42:00.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-11-20T06:42:00.688Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T06:42:00.688Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T06:42:00.688Z] (1/2) Installing readline (8.0.4-r0) [2020-11-20T06:42:00.962Z] (2/2) Installing bash (5.0.17-r0) [2020-11-20T06:42:00.962Z] Executing bash-5.0.17-r0.post-install [2020-11-20T06:42:00.962Z] Executing busybox-1.31.1-r19.trigger [2020-11-20T06:42:00.962Z] OK: 12 MiB in 22 packages [2020-11-20T06:42:02.905Z] Removing intermediate container 112e7549ca30 [2020-11-20T06:42:02.906Z] ---> 64a761d9fa4e [2020-11-20T06:42:02.906Z] [2020-11-20T06:42:02.906Z] Step 10/22 : FROM scratch [2020-11-20T06:42:02.906Z] ---> [2020-11-20T06:42:02.906Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-20T06:42:03.185Z] ---> Using cache [2020-11-20T06:42:03.185Z] ---> ef3296aa1ae6 [2020-11-20T06:42:03.185Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-20T06:42:03.456Z] ---> Running in 6e0abfb55ef2 [2020-11-20T06:42:03.456Z] Removing intermediate container 6919b9fb5add [2020-11-20T06:42:03.456Z] ---> 859801ad93a4 [2020-11-20T06:42:03.456Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-20T06:42:03.725Z] ---> Running in d28f0423ca12 [2020-11-20T06:42:03.987Z] Removing intermediate container 6e0abfb55ef2 [2020-11-20T06:42:03.987Z] ---> 8ed9cf1c0b5f [2020-11-20T06:42:03.987Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-20T06:42:03.987Z] ---> Running in 13d273b67c42 [2020-11-20T06:42:04.599Z] Removing intermediate container 13d273b67c42 [2020-11-20T06:42:04.599Z] ---> a2d7f8a10850 [2020-11-20T06:42:04.599Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-20T06:42:04.876Z] ---> ad2e0751590d [2020-11-20T06:42:04.876Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-20T06:42:05.483Z] ---> 0561f4fe31db [2020-11-20T06:42:05.483Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-20T06:42:05.483Z] Removing intermediate container d28f0423ca12 [2020-11-20T06:42:05.483Z] ---> a096a9b2c723 [2020-11-20T06:42:05.483Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-20T06:42:05.760Z] ---> Running in a2dcb0ff7ba4 [2020-11-20T06:42:06.035Z] Removing intermediate container a2dcb0ff7ba4 [2020-11-20T06:42:06.035Z] ---> af265024edd7 [2020-11-20T06:42:06.035Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-20T06:42:06.313Z] ---> Running in 73fe4850ba6a [2020-11-20T06:42:06.313Z] ---> 4187aa85607d [2020-11-20T06:42:06.313Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-20T06:42:06.591Z] Removing intermediate container 73fe4850ba6a [2020-11-20T06:42:06.591Z] ---> c1b2153f3368 [2020-11-20T06:42:06.591Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-20T06:42:06.591Z] ---> Running in 704edc88f0c6 [2020-11-20T06:42:06.867Z] ---> 2d28209ff685 [2020-11-20T06:42:06.867Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-20T06:42:06.867Z] ---> Running in b2df26fc527d [2020-11-20T06:42:08.275Z] Removing intermediate container 704edc88f0c6 [2020-11-20T06:42:08.275Z] ---> aed6e711b435 [2020-11-20T06:42:08.275Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-20T06:42:08.550Z] Removing intermediate container b2df26fc527d [2020-11-20T06:42:08.550Z] ---> 7d7f2dcc0b1f [2020-11-20T06:42:08.550Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T06:42:08.550Z] ---> Running in 46a46d85d2f8 [2020-11-20T06:42:08.820Z] ---> 91a5d04c53ae [2020-11-20T06:42:08.820Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-20T06:42:09.106Z] Removing intermediate container 46a46d85d2f8 [2020-11-20T06:42:09.106Z] ---> 75a48471a056 [2020-11-20T06:42:09.106Z] Step 20/22 : LABEL arch=x86_64 [2020-11-20T06:42:09.106Z] ---> Running in 9ffafec6ff4e [2020-11-20T06:42:09.388Z] Removing intermediate container 9ffafec6ff4e [2020-11-20T06:42:09.388Z] ---> 72be56441279 [2020-11-20T06:42:09.388Z] Step 21/22 : LABEL git_sha=5c5b9147b75d74162f21b6b4c21f7715876577e5 [2020-11-20T06:42:09.388Z] ---> 10c5979bea7d [2020-11-20T06:42:09.388Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-20T06:42:09.388Z] ---> Running in 52b34168c1f8 [2020-11-20T06:42:09.666Z] Removing intermediate container 52b34168c1f8 [2020-11-20T06:42:09.666Z] ---> 9e0e7f3c1c46 [2020-11-20T06:42:09.666Z] Step 22/22 : LABEL version=0.0.0 [2020-11-20T06:42:09.944Z] ---> Running in f49c71b34050 [2020-11-20T06:42:10.214Z] ---> 0b73d5b06a53 [2020-11-20T06:42:10.214Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-20T06:42:10.214Z] ---> Running in 45a8811b2fcd [2020-11-20T06:42:10.490Z] Removing intermediate container f49c71b34050 [2020-11-20T06:42:10.490Z] ---> f527fd1b2778 [2020-11-20T06:42:10.490Z] [2020-11-20T06:42:10.490Z] Successfully built f527fd1b2778 [2020-11-20T06:42:10.490Z] Successfully tagged docker-support-logging-go:latest [2020-11-20T06:42:11.466Z]  Building docker-support-logging-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T06:42:11.466Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T06:42:11.758Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-20T06:42:11.758Z] (2/33) Installing expat (2.2.9-r1) [2020-11-20T06:42:11.758Z] (3/33) Installing libffi (3.3-r2) [2020-11-20T06:42:11.758Z] (4/33) Installing gdbm (1.13-r1) [2020-11-20T06:42:11.758Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-20T06:42:11.758Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-20T06:42:11.758Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-20T06:42:12.730Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-20T06:42:12.730Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-20T06:42:12.730Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-20T06:42:12.730Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-20T06:42:12.730Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-20T06:42:12.730Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-20T06:42:12.730Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-20T06:42:12.993Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-20T06:42:12.994Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-20T06:42:12.994Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-20T06:42:12.994Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-20T06:42:12.994Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-20T06:42:12.994Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-20T06:42:12.994Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-20T06:42:12.994Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-20T06:42:12.994Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-20T06:42:12.994Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-20T06:42:13.255Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-20T06:42:13.255Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-20T06:42:13.255Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-20T06:42:13.255Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-20T06:42:13.255Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-20T06:42:13.255Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-20T06:42:13.255Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-20T06:42:13.255Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-20T06:42:13.255Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-20T06:42:13.255Z] Executing busybox-1.31.1-r19.trigger [2020-11-20T06:42:13.516Z] OK: 71 MiB in 55 packages [2020-11-20T06:42:25.769Z] Removing intermediate container 281ffad83735 [2020-11-20T06:42:25.769Z] ---> 18efaf0b56ec [2020-11-20T06:42:25.769Z] [2020-11-20T06:42:25.769Z] Step 10/23 : FROM alpine [2020-11-20T06:42:25.769Z] latest: Pulling from library/alpine [2020-11-20T06:42:25.769Z] Removing intermediate container 45a8811b2fcd [2020-11-20T06:42:25.769Z] ---> c452f15ac07e [2020-11-20T06:42:25.769Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-20T06:42:25.769Z] ---> Running in ee727921923a [2020-11-20T06:42:27.158Z] Collecting docker-compose==1.23.2 [2020-11-20T06:42:27.158Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-20T06:42:27.421Z] 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:42:27.421Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-20T06:42:27.421Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-20T06:42:27.691Z] Collecting texttable<0.10,>=0.9.0 [2020-11-20T06:42:27.692Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-20T06:42:28.265Z] Collecting PyYAML<4,>=3.10 [2020-11-20T06:42:28.265Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-20T06:42:29.210Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-20T06:42:29.210Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-20T06:42:29.210Z] Collecting cached-property<2,>=1.2.0 [2020-11-20T06:42:29.210Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-20T06:42:29.210Z] Collecting docker<4.0,>=3.6.0 [2020-11-20T06:42:29.475Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-20T06:42:29.475Z] Collecting jsonschema<3,>=2.5.1 [2020-11-20T06:42:29.475Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-20T06:42:29.737Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-20T06:42:29.737Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-20T06:42:30.314Z] Collecting docopt<0.7,>=0.6.1 [2020-11-20T06:42:30.314Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-20T06:42:30.576Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-20T06:42:30.837Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-20T06:42:30.837Z] 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:42:30.837Z] 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:42:30.837Z] Collecting idna<2.8,>=2.5 [2020-11-20T06:42:30.837Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-20T06:42:30.837Z] Collecting docker-pycreds>=0.4.0 [2020-11-20T06:42:30.837Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-20T06:42:30.837Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-20T06:42:30.837Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-20T06:42:30.837Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-20T06:42:30.837Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-20T06:42:31.099Z] Installing collected packages: urllib3, idna, requests, texttable, PyYAML, websocket-client, cached-property, docker-pycreds, docker, jsonschema, dockerpty, docopt, docker-compose [2020-11-20T06:42:31.099Z] Attempting uninstall: urllib3 [2020-11-20T06:42:31.099Z] Found existing installation: urllib3 1.25.9 [2020-11-20T06:42:31.099Z] Uninstalling urllib3-1.25.9: [2020-11-20T06:42:31.099Z] Successfully uninstalled urllib3-1.25.9 [2020-11-20T06:42:31.361Z] Attempting uninstall: idna [2020-11-20T06:42:31.361Z] Found existing installation: idna 2.9 [2020-11-20T06:42:31.361Z] Uninstalling idna-2.9: [2020-11-20T06:42:31.361Z] Successfully uninstalled idna-2.9 [2020-11-20T06:42:31.623Z] Attempting uninstall: requests [2020-11-20T06:42:31.623Z] Found existing installation: requests 2.23.0 [2020-11-20T06:42:31.623Z] Uninstalling requests-2.23.0: [2020-11-20T06:42:31.623Z] Successfully uninstalled requests-2.23.0 [2020-11-20T06:42:31.623Z] Running setup.py install for texttable: started [2020-11-20T06:42:32.196Z] Running setup.py install for texttable: finished with status 'done' [2020-11-20T06:42:32.196Z] Running setup.py install for PyYAML: started [2020-11-20T06:42:32.773Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-20T06:42:33.718Z] Running setup.py install for dockerpty: started [2020-11-20T06:42:34.292Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-20T06:42:34.292Z] Running setup.py install for docopt: started [2020-11-20T06:42:34.554Z] Running setup.py install for docopt: finished with status 'done' [2020-11-20T06:42:34.822Z] 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:42:40.127Z] Removing intermediate container ee727921923a [2020-11-20T06:42:40.127Z] ---> 3c7b97d8eb2f [2020-11-20T06:42:40.127Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-20T06:42:40.127Z] ---> Running in 91c473ac5248 [2020-11-20T06:42:40.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T06:42:40.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T06:42:40.389Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-20T06:42:40.389Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-20T06:42:40.389Z] (3/3) Installing curl (7.69.1-r1) [2020-11-20T06:42:40.389Z] Executing busybox-1.31.1-r19.trigger [2020-11-20T06:42:40.389Z] OK: 72 MiB in 58 packages [2020-11-20T06:42:40.963Z] Removing intermediate container 91c473ac5248 [2020-11-20T06:42:40.963Z] ---> 169ed8c54064 [2020-11-20T06:42:40.963Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-20T06:42:40.963Z] ---> Running in 877d753d0303 [2020-11-20T06:42:40.963Z] Removing intermediate container 877d753d0303 [2020-11-20T06:42:40.963Z] ---> 24ef876e3c5d [2020-11-20T06:42:40.963Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T06:42:40.963Z] ---> Running in de90d705015b [2020-11-20T06:42:41.226Z] Removing intermediate container de90d705015b [2020-11-20T06:42:41.227Z] ---> 7006dec49114 [2020-11-20T06:42:41.227Z] Step 25/27 : LABEL arch=x86_64 [2020-11-20T06:42:41.227Z] ---> Running in e4108f741fe1 [2020-11-20T06:42:41.489Z] Removing intermediate container e4108f741fe1 [2020-11-20T06:42:41.489Z] ---> b567d1c900ec [2020-11-20T06:42:41.489Z] Step 26/27 : LABEL git_sha=5c5b9147b75d74162f21b6b4c21f7715876577e5 [2020-11-20T06:42:41.489Z] ---> Running in ee4172e6606a [2020-11-20T06:42:41.489Z] Removing intermediate container ee4172e6606a [2020-11-20T06:42:41.489Z] ---> db22603f7165 [2020-11-20T06:42:41.489Z] Step 27/27 : LABEL version=0.0.0 [2020-11-20T06:42:41.751Z] ---> Running in 2fda4b1240e6 [2020-11-20T06:42:41.751Z] Removing intermediate container 2fda4b1240e6 [2020-11-20T06:42:41.751Z] ---> 3d70246b546e [2020-11-20T06:42:41.751Z] [2020-11-20T06:42:42.016Z] Successfully built 3d70246b546e [2020-11-20T06:42:42.016Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-11-20T06:42:42.016Z]  Building docker-sys-mgmt-agent-go ... done  [2020-11-20T06:42:42.016Z] 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:42:42.016Z] [2020-11-20T06:42:42.016Z] 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:42:42.016Z] [2020-11-20T06:42:42.016Z] 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:42:42.016Z] [2020-11-20T06:42:42.016Z] 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:42:42.016Z] [2020-11-20T06:42:42.016Z] 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:42:42.016Z] Service 'docker-core-data-go' failed to build: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit [Pipeline] } [2020-11-20T06:42:42.351Z] $ docker stop --time=1 c236e68e79f1497d8b914995941cdfc9779d4744a34238bbe5da4e2a7427558a [2020-11-20T06:42:43.952Z] $ docker rm -f c236e68e79f1497d8b914995941cdfc9779d4744a34238bbe5da4e2a7427558a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-11-20T06:42:47.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 47.021s coverage: 86.3% of statements [2020-11-20T06:42:47.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-11-20T06:42:47.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.329s coverage: 72.2% of statements [2020-11-20T06:42:47.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.595s coverage: 72.1% of statements [2020-11-20T06:42:47.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.079s coverage: 82.4% of statements [2020-11-20T06:42:47.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.066s coverage: 48.4% of statements [2020-11-20T06:42:47.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-11-20T06:42:47.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-11-20T06:42:47.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-11-20T06:42:47.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.064s coverage: 28.8% of statements [2020-11-20T06:42:47.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-11-20T06:42:47.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.071s coverage: 96.8% of statements [2020-11-20T06:42:47.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-11-20T06:42:47.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.355s coverage: 36.5% of statements [2020-11-20T06:42:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-11-20T06:42:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-11-20T06:42:47.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.562s coverage: 84.1% of statements [2020-11-20T06:42:47.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.107s coverage: 100.0% of statements [2020-11-20T06:42:47.304Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.107s coverage: 42.9% of statements [2020-11-20T06:42:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-11-20T06:42:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-11-20T06:42:47.304Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.053s coverage: 100.0% of statements [2020-11-20T06:42:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-11-20T06:42:47.304Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.086s coverage: 83.8% of statements [2020-11-20T06:42:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-11-20T06:42:47.304Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.340s coverage: 47.1% of statements [2020-11-20T06:42:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-11-20T06:42:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-11-20T06:42:47.304Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.040s coverage: 100.0% of statements [2020-11-20T06:42:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-11-20T06:42:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-11-20T06:42:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-11-20T06:42:47.304Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.127s coverage: 100.0% of statements [2020-11-20T06:42:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-11-20T06:42:47.304Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.098s coverage: 100.0% of statements [2020-11-20T06:42:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-11-20T06:42:47.304Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.800s coverage: 29.1% of statements [2020-11-20T06:42:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-11-20T06:42:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-11-20T06:42:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-11-20T06:42:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-11-20T06:42:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-11-20T06:42:47.304Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.234s coverage: 99.0% of statements [2020-11-20T06:42:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-11-20T06:42:47.304Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.097s coverage: 100.0% of statements [2020-11-20T06:42:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-11-20T06:42:47.304Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2020-11-20T06:42:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-11-20T06:42:47.304Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.066s coverage: 100.0% of statements [2020-11-20T06:42:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-11-20T06:42:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-11-20T06:42:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-11-20T06:42:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-11-20T06:42:47.304Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.081s coverage: 87.9% of statements [2020-11-20T06:42:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-11-20T06:42:47.304Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-11-20T06:42:47.304Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2020-11-20T06:42:47.304Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2020-11-20T06:42:47.304Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.080s coverage: 100.0% of statements [2020-11-20T06:42:47.304Z] GO111MODULE=on go vet ./... [Pipeline] // stage [Pipeline] } [2020-11-20T06:42:48.152Z] Failed in branch amd64 [2020-11-20T06:43:55.334Z] gofmt -l . [2020-11-20T06:43:55.334Z] [ "`gofmt -l .`" = "" ] [2020-11-20T06:43:57.966Z] ./bin/test-go-mod-tidy.sh [2020-11-20T06:43:58.238Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-11-20T06:44:03.053Z] + ls -al . [2020-11-20T06:44:03.053Z] total 668 [2020-11-20T06:44:03.053Z] drwxrwxr-x 9 1001 1001 4096 Nov 20 06:44 . [2020-11-20T06:44:03.053Z] drwxr-xr-x 4 root root 4096 Nov 20 06:39 .. [2020-11-20T06:44:03.053Z] -rw-rw-r-- 1 1001 1001 11 Nov 20 06:38 .dockerignore [2020-11-20T06:44:03.053Z] drwxrwxr-x 8 1001 1001 4096 Nov 20 06:38 .git [2020-11-20T06:44:03.053Z] drwxrwxr-x 3 1001 1001 4096 Nov 20 06:38 .github [2020-11-20T06:44:03.053Z] -rw-rw-r-- 1 1001 1001 944 Nov 20 06:38 .gitignore [2020-11-20T06:44:03.053Z] -rw-rw-r-- 1 1001 1001 166 Nov 20 06:38 .sonarcloud.properties [2020-11-20T06:44:03.053Z] -rw-rw-r-- 1 1001 1001 3804 Nov 20 06:38 CONTRIBUTING.md [2020-11-20T06:44:03.053Z] -rw-rw-r-- 1 1001 1001 1035 Nov 20 06:38 Dockerfile.build [2020-11-20T06:44:03.053Z] -rw-rw-r-- 1 1001 1001 863 Nov 20 06:38 Jenkinsfile [2020-11-20T06:44:03.053Z] -rw-rw-r-- 1 1001 1001 10775 Nov 20 06:38 LICENSE [2020-11-20T06:44:03.053Z] -rw-rw-r-- 1 1001 1001 6581 Nov 20 06:38 Makefile [2020-11-20T06:44:03.053Z] -rw-rw-r-- 1 1001 1001 6447 Nov 20 06:38 README.md [2020-11-20T06:44:03.053Z] -rw-rw-r-- 1 1001 1001 259 Nov 20 06:38 SECURITY.md [2020-11-20T06:44:03.053Z] -rw-rw-r-- 1 1001 1001 5 Nov 20 06:34 VERSION [2020-11-20T06:44:03.053Z] -rw-rw-r-- 1 1001 1001 4131 Nov 20 06:38 ZMQWindows.md [2020-11-20T06:44:03.053Z] drwxrwxr-x 2 1001 1001 4096 Nov 20 06:38 bin [2020-11-20T06:44:03.053Z] drwxrwxr-x 15 1001 1001 4096 Nov 20 06:38 cmd [2020-11-20T06:44:03.053Z] -rw-r--r-- 1 root root 547079 Nov 20 06:42 coverage.out [2020-11-20T06:44:03.053Z] -rw-r--r-- 1 root root 1041 Nov 20 06:43 go.mod [2020-11-20T06:44:03.053Z] -rw-r--r-- 1 root root 18582 Nov 20 06:43 go.sum [2020-11-20T06:44:03.053Z] drwxrwxr-x 8 1001 1001 4096 Nov 20 06:38 internal [2020-11-20T06:44:03.053Z] drwxrwxr-x 4 1001 1001 4096 Nov 20 06:38 openapi [2020-11-20T06:44:03.053Z] drwxrwxr-x 4 1001 1001 4096 Nov 20 06:38 snap [2020-11-20T06:44:03.053Z] -rw-rw-r-- 1 1001 1001 168 Nov 20 06:38 version.go [Pipeline] sh [2020-11-20T06:44:03.732Z] + '[' -e coverage.out ] [2020-11-20T06:44:03.732Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-11-20T06:44:03.774Z] Warning: overwriting stash ‘coverage-report’ [2020-11-20T06:44:05.068Z] Stashed 1 file(s) [Pipeline] sh [2020-11-20T06:44:05.789Z] + make build [2020-11-20T06:44:05.789Z] 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:44:32.677Z] 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:40.991Z] 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:44:46.387Z] 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:44:49.769Z] 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:44:55.183Z] 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:44:56.163Z] 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:45:01.553Z] 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:45:05.870Z] 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:08.489Z] 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:12.801Z] 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:45:16.189Z] 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:45:19.583Z] 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:45:23.008Z] $ docker stop --time=1 622b10dcd42724667be415357356ecf1c19261744e1b47ec286db1ff6640aa5d [2020-11-20T06:45:25.454Z] $ docker rm -f 622b10dcd42724667be415357356ecf1c19261744e1b47ec286db1ff6640aa5d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T06:45:27.691Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-20T06:45:27.691Z] [2020-11-20T06:45:27.691Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-20T06:45:28.134Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-20T06:45:28.134Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-11-20T06:45:28.134Z] 29e5d40040c1: Pulling fs layer [2020-11-20T06:45:28.134Z] 1ce36da41761: Pulling fs layer [2020-11-20T06:45:28.134Z] 25b303627fd3: Pulling fs layer [2020-11-20T06:45:28.408Z] 29e5d40040c1: Verifying Checksum [2020-11-20T06:45:28.408Z] 29e5d40040c1: Download complete [2020-11-20T06:45:29.002Z] 1ce36da41761: Verifying Checksum [2020-11-20T06:45:29.002Z] 1ce36da41761: Download complete [2020-11-20T06:45:29.002Z] 29e5d40040c1: Pull complete [2020-11-20T06:45:30.439Z] 1ce36da41761: Pull complete [2020-11-20T06:45:30.713Z] 25b303627fd3: Verifying Checksum [2020-11-20T06:45:30.713Z] 25b303627fd3: Download complete [2020-11-20T06:45:40.862Z] 25b303627fd3: Pull complete [2020-11-20T06:45:40.862Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-11-20T06:45:40.862Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-20T06:45:40.862Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-11-20T06:45:41.156Z] prd-ubuntu18.04-docker-arm64-4c-16g-12930 does not seem to be running inside a container [2020-11-20T06:45:41.235Z] $ 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:45:45.001Z] $ docker top 3e2c4e4287173cbcae43121d3c8d98fe2bdcdcc55130ff0777f40ebd1b14b30c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T06:45:46.591Z] + docker-compose build --help [2020-11-20T06:45:46.591Z] + grep parallel [2020-11-20T06:45:49.964Z] --parallel Build images in parallel. [Pipeline] } [2020-11-20T06:45:50.272Z] $ docker stop --time=1 3e2c4e4287173cbcae43121d3c8d98fe2bdcdcc55130ff0777f40ebd1b14b30c [2020-11-20T06:45:52.262Z] $ docker rm -f 3e2c4e4287173cbcae43121d3c8d98fe2bdcdcc55130ff0777f40ebd1b14b30c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T06:45:53.373Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-20T06:45:53.373Z] . [Pipeline] withDockerContainer [2020-11-20T06:45:53.712Z] prd-ubuntu18.04-docker-arm64-4c-16g-12930 does not seem to be running inside a container [2020-11-20T06:45:53.821Z] $ 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:45:55.235Z] $ docker top e752791746afda2d3b1e158a5b4eacd87dcdd995ff0f7ac83400fe7119d4adc1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T06:45:56.362Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-20T06:46:00.650Z] Building docker-core-command-go ... [2020-11-20T06:46:00.650Z] Building docker-core-data-go ... [2020-11-20T06:46:00.650Z] Building docker-core-metadata-go ... [2020-11-20T06:46:00.650Z] Building docker-security-bootstrap-redis-go ... [2020-11-20T06:46:00.650Z] Building docker-security-proxy-setup-go ... [2020-11-20T06:46:00.650Z] Building docker-security-secrets-setup-go ... [2020-11-20T06:46:00.650Z] Building docker-security-secretstore-setup-go ... [2020-11-20T06:46:00.650Z] Building docker-support-logging-go ... [2020-11-20T06:46:00.650Z] Building docker-support-notifications-go ... [2020-11-20T06:46:00.650Z] Building docker-support-scheduler-go ... [2020-11-20T06:46:00.650Z] Building docker-sys-mgmt-agent-go ... [2020-11-20T06:46:00.650Z] Building docker-security-secrets-setup-go [2020-11-20T06:46:00.650Z] Building docker-security-bootstrap-redis-go [2020-11-20T06:46:00.650Z] Building docker-support-logging-go [2020-11-20T06:46:00.650Z] Building docker-security-proxy-setup-go [2020-11-20T06:46:00.650Z] Building docker-security-secretstore-setup-go [2020-11-20T06:47:22.404Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:47:22.404Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:47:22.404Z] ---> c9c17fe50b80 [2020-11-20T06:47:22.404Z] Step 3/22 : WORKDIR /edgex-go [2020-11-20T06:47:22.404Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:47:22.404Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-20T06:47:22.404Z] ---> c9c17fe50b80 [2020-11-20T06:47:22.404Z] Step 3/29 : WORKDIR /edgex-go [2020-11-20T06:47:22.404Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:47:22.404Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:47:22.404Z] ---> c9c17fe50b80 [2020-11-20T06:47:22.404Z] Step 3/22 : WORKDIR /edgex-go [2020-11-20T06:47:22.404Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:47:22.404Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:47:22.404Z] ---> c9c17fe50b80 [2020-11-20T06:47:22.404Z] Step 3/20 : WORKDIR /edgex-go [2020-11-20T06:47:22.404Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:47:22.404Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:47:22.404Z] ---> c9c17fe50b80 [2020-11-20T06:47:22.404Z] Step 3/24 : WORKDIR /edgex-go [2020-11-20T06:47:22.404Z] ---> Running in 95ad1dc0801a [2020-11-20T06:47:22.404Z] ---> Running in c2b87f496d89 [2020-11-20T06:47:22.404Z] ---> Running in 14c7a1f7b3c3 [2020-11-20T06:47:22.404Z] ---> Running in 0d773196c61d [2020-11-20T06:47:22.404Z] ---> Running in 94bf5637d43e [2020-11-20T06:47:22.404Z] Removing intermediate container c2b87f496d89 [2020-11-20T06:47:22.404Z] ---> 657a1f1ad42d [2020-11-20T06:47:22.404Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:47:22.404Z] Removing intermediate container 0d773196c61d [2020-11-20T06:47:22.404Z] ---> 44c5be5f7040 [2020-11-20T06:47:22.404Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:47:22.404Z] Removing intermediate container 94bf5637d43e [2020-11-20T06:47:22.404Z] ---> d95442cac974 [2020-11-20T06:47:22.404Z] Step 4/29 : RUN apk update && apk add make git [2020-11-20T06:47:22.404Z] Removing intermediate container 14c7a1f7b3c3 [2020-11-20T06:47:22.404Z] ---> 05e3258d5aa0 [2020-11-20T06:47:22.404Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:47:22.404Z] Removing intermediate container 95ad1dc0801a [2020-11-20T06:47:22.404Z] ---> 6007e8df5f64 [2020-11-20T06:47:22.404Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:47:22.404Z] ---> Running in 5fde5823099d [2020-11-20T06:47:22.404Z] ---> Running in 2c7a17ff5001 [2020-11-20T06:47:22.404Z] ---> Running in 2471f2a50306 [2020-11-20T06:47:22.404Z] ---> Running in 9311cd618cff [2020-11-20T06:47:22.404Z] ---> Running in b39514dc119e [2020-11-20T06:47:22.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T06:47:22.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T06:47:22.404Z] Removing intermediate container 2471f2a50306 [2020-11-20T06:47:22.404Z] ---> 02cad5b29498 [2020-11-20T06:47:22.404Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-20T06:47:22.404Z] ---> Running in 59ba0de468dd [2020-11-20T06:47:22.404Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:47:22.404Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:47:22.404Z] OK: 12623 distinct packages available [2020-11-20T06:47:22.404Z] Removing intermediate container b39514dc119e [2020-11-20T06:47:22.404Z] ---> 2be4d60d1173 [2020-11-20T06:47:22.405Z] Step 5/20 : RUN apk update && apk add make git [2020-11-20T06:47:22.405Z] ---> Running in cfc961f48e39 [2020-11-20T06:47:22.405Z] Removing intermediate container 9311cd618cff [2020-11-20T06:47:22.405Z] ---> fdcc85162961 [2020-11-20T06:47:22.405Z] Step 5/24 : RUN apk update && apk add make git [2020-11-20T06:47:22.405Z] Removing intermediate container 2c7a17ff5001 [2020-11-20T06:47:22.405Z] ---> 00e1766fb04f [2020-11-20T06:47:22.405Z] Step 5/22 : RUN apk update && apk add make git [2020-11-20T06:47:22.689Z] ---> Running in 186b71af6b64 [2020-11-20T06:47:22.689Z] ---> Running in 9c973954358b [2020-11-20T06:47:22.961Z] OK: 217 MiB in 51 packages [2020-11-20T06:47:24.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T06:47:24.681Z] Removing intermediate container 5fde5823099d [2020-11-20T06:47:24.681Z] ---> 1bb63203ee34 [2020-11-20T06:47:24.681Z] Step 5/29 : COPY go.mod . [2020-11-20T06:47:24.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T06:47:24.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T06:47:25.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T06:47:25.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T06:47:25.518Z] ---> f8e719e367a8 [2020-11-20T06:47:25.518Z] Step 6/29 : RUN go mod download [2020-11-20T06:47:25.518Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T06:47:25.518Z] ---> Running in 7415d70614f9 [2020-11-20T06:47:26.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T06:47:26.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T06:47:26.114Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:47:26.114Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:47:26.114Z] OK: 12623 distinct packages available [2020-11-20T06:47:26.393Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:47:26.394Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:47:26.394Z] OK: 12623 distinct packages available [2020-11-20T06:47:26.994Z] OK: 217 MiB in 51 packages [2020-11-20T06:47:26.994Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:47:26.994Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:47:26.994Z] OK: 12623 distinct packages available [2020-11-20T06:47:27.272Z] OK: 217 MiB in 51 packages [2020-11-20T06:47:27.272Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:47:27.272Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:47:27.272Z] OK: 12623 distinct packages available [2020-11-20T06:47:27.891Z] OK: 217 MiB in 51 packages [2020-11-20T06:47:27.891Z] OK: 217 MiB in 51 packages [2020-11-20T06:47:28.496Z] OK: 217 MiB in 51 packages [2020-11-20T06:47:29.489Z] Removing intermediate container cfc961f48e39 [2020-11-20T06:47:29.489Z] ---> cbf3b2a43b77 [2020-11-20T06:47:29.489Z] Step 6/20 : COPY go.mod . [2020-11-20T06:47:29.779Z] Removing intermediate container 59ba0de468dd [2020-11-20T06:47:29.779Z] ---> da205c31bc74 [2020-11-20T06:47:29.779Z] Step 6/22 : COPY go.mod . [2020-11-20T06:47:30.062Z] Removing intermediate container 9c973954358b [2020-11-20T06:47:30.062Z] ---> 86eccea050fa [2020-11-20T06:47:30.062Z] Step 6/22 : COPY go.mod . [2020-11-20T06:47:30.062Z] Removing intermediate container 7415d70614f9 [2020-11-20T06:47:30.062Z] ---> 0cd394b01b4b [2020-11-20T06:47:30.062Z] Step 7/29 : COPY . . [2020-11-20T06:47:30.339Z] ---> 52fe4f64e161 [2020-11-20T06:47:30.339Z] Step 7/20 : RUN go mod download [2020-11-20T06:47:30.339Z] Removing intermediate container 186b71af6b64 [2020-11-20T06:47:30.339Z] ---> d0d351f8a7ad [2020-11-20T06:47:30.339Z] Step 6/24 : COPY go.mod . [2020-11-20T06:47:30.615Z] ---> Running in 3bb26da280cf [2020-11-20T06:47:30.891Z] ---> c39bcfaf994b [2020-11-20T06:47:30.891Z] Step 7/22 : RUN go mod download [2020-11-20T06:47:31.163Z] ---> Running in bb692e00ef5e [2020-11-20T06:47:31.164Z] ---> 4a7d79d6b88a [2020-11-20T06:47:31.164Z] Step 7/22 : RUN go mod download [2020-11-20T06:47:31.762Z] ---> Running in 4a60f327c097 [2020-11-20T06:47:31.762Z] ---> 41ab6c7aa32b [2020-11-20T06:47:31.762Z] Step 7/24 : RUN go mod download [2020-11-20T06:47:32.362Z] ---> Running in 4530906a4d5e [2020-11-20T06:47:35.793Z] Removing intermediate container 3bb26da280cf [2020-11-20T06:47:35.793Z] ---> 56cca9540385 [2020-11-20T06:47:35.793Z] Step 8/20 : COPY . . [2020-11-20T06:47:36.067Z] Removing intermediate container bb692e00ef5e [2020-11-20T06:47:36.067Z] ---> aad34a9efcaf [2020-11-20T06:47:36.067Z] Step 8/22 : COPY . . [2020-11-20T06:47:36.754Z] Removing intermediate container 4a60f327c097 [2020-11-20T06:47:36.754Z] ---> 21440fd18004 [2020-11-20T06:47:36.754Z] Step 8/22 : COPY . . [2020-11-20T06:47:37.027Z] Removing intermediate container 4530906a4d5e [2020-11-20T06:47:37.027Z] ---> efdc3cba825b [2020-11-20T06:47:37.027Z] Step 8/24 : COPY . . [2020-11-20T06:47:59.231Z] ---> 66d7bcfa09e5 [2020-11-20T06:47:59.231Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-20T06:47:59.231Z] ---> 4fe3558d1f2b [2020-11-20T06:47:59.231Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-20T06:47:59.231Z] ---> c8a93735c5c9 [2020-11-20T06:47:59.231Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-20T06:47:59.231Z] ---> cb2c1ec001d0 [2020-11-20T06:47:59.231Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-20T06:47:59.231Z] ---> e9a3c5b09c7d [2020-11-20T06:47:59.231Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-20T06:47:59.231Z] ---> Running in 6d1fa7c089cf [2020-11-20T06:47:59.231Z] ---> Running in 55beabfd8702 [2020-11-20T06:47:59.231Z] ---> Running in 2c5052657478 [2020-11-20T06:47:59.231Z] ---> Running in c7721ace5eec [2020-11-20T06:47:59.231Z] ---> Running in de05208813ad [2020-11-20T06:47:59.506Z] 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:47:59.506Z] 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:47:59.784Z] 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:48:00.060Z] 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:48:00.337Z] 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:49:22.162Z] 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:49:22.162Z] Removing intermediate container 6d1fa7c089cf [2020-11-20T06:49:22.162Z] ---> bed9452d14cc [2020-11-20T06:49:22.162Z] [2020-11-20T06:49:22.162Z] Step 9/29 : FROM alpine:latest [2020-11-20T06:49:22.162Z] latest: Pulling from library/alpine [2020-11-20T06:49:22.162Z] Removing intermediate container c7721ace5eec [2020-11-20T06:49:22.162Z] ---> 2b2854ab93ee [2020-11-20T06:49:22.162Z] [2020-11-20T06:49:22.162Z] Step 10/20 : FROM alpine [2020-11-20T06:49:22.162Z] latest: Pulling from library/alpine [2020-11-20T06:49:22.162Z] Building docker-core-data-go [2020-11-20T06:49:22.162Z] Building docker-core-metadata-go [2020-11-20T06:49:25.562Z] Removing intermediate container 55beabfd8702 [2020-11-20T06:49:25.562Z] ---> 46997bf868e4 [2020-11-20T06:49:25.562Z] [2020-11-20T06:49:25.562Z] Step 10/22 : FROM alpine:3.10 [2020-11-20T06:49:25.562Z] 3.10: Pulling from library/alpine [2020-11-20T06:49:26.548Z] Building docker-support-notifications-go [2020-11-20T06:49:26.820Z] Removing intermediate container 2c5052657478 [2020-11-20T06:49:26.820Z] ---> 320cd13c236c [2020-11-20T06:49:26.820Z] [2020-11-20T06:49:26.820Z] Step 10/24 : FROM alpine:3.10 [2020-11-20T06:49:26.820Z] 3.10: Pulling from library/alpine [2020-11-20T06:49:27.809Z] Building docker-core-command-go [2020-11-20T06:49:30.435Z] Removing intermediate container de05208813ad [2020-11-20T06:49:30.435Z] ---> 806223472a38 [2020-11-20T06:49:30.435Z] [2020-11-20T06:49:30.435Z] Step 10/22 : FROM scratch [2020-11-20T06:49:30.435Z] ---> [2020-11-20T06:49:30.435Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-20T06:49:30.707Z] ---> Running in 73f235791a48 [2020-11-20T06:49:32.145Z] Removing intermediate container 73f235791a48 [2020-11-20T06:49:32.145Z] ---> 6bdbc6a86162 [2020-11-20T06:49:32.145Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-20T06:49:32.418Z] ---> Running in 092c8e40cb0a [2020-11-20T06:49:33.411Z] Removing intermediate container 092c8e40cb0a [2020-11-20T06:49:33.411Z] ---> b0dba6b7017f [2020-11-20T06:49:33.411Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-20T06:49:33.684Z] ---> Running in 79b3188081d3 [2020-11-20T06:49:34.662Z] Removing intermediate container 79b3188081d3 [2020-11-20T06:49:34.662Z] ---> b3d72b9d90a0 [2020-11-20T06:49:34.662Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-20T06:49:36.159Z] ---> 5c28fd44ec8a [2020-11-20T06:49:36.159Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-20T06:49:37.183Z] ---> 273b3fa92c4b [2020-11-20T06:49:37.183Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-20T06:49:38.621Z] ---> a4ad73cc6256 [2020-11-20T06:49:38.621Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-20T06:49:39.213Z] ---> 53990c2e3c90 [2020-11-20T06:49:39.213Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-20T06:49:39.486Z] ---> Running in 68f595ced032 [2020-11-20T06:49:39.759Z] Removing intermediate container 68f595ced032 [2020-11-20T06:49:39.759Z] ---> 555e6aab1ed6 [2020-11-20T06:49:39.759Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T06:49:40.032Z] ---> Running in 7aec4772b450 [2020-11-20T06:49:40.634Z] Removing intermediate container 7aec4772b450 [2020-11-20T06:49:40.634Z] ---> 19f3ecaaa03e [2020-11-20T06:49:40.634Z] Step 20/22 : LABEL arch=arm64 [2020-11-20T06:49:40.906Z] ---> Running in 5085d55c2d2d [2020-11-20T06:49:41.887Z] Removing intermediate container 5085d55c2d2d [2020-11-20T06:49:41.887Z] ---> f1541afebd19 [2020-11-20T06:49:41.887Z] Step 21/22 : LABEL git_sha=5c5b9147b75d74162f21b6b4c21f7715876577e5 [2020-11-20T06:49:42.157Z] ---> Running in 2123418cc8ad [2020-11-20T06:49:42.761Z] Removing intermediate container 2123418cc8ad [2020-11-20T06:49:42.761Z] ---> a5d14d556b78 [2020-11-20T06:49:42.761Z] Step 22/22 : LABEL version=0.0.0 [2020-11-20T06:49:43.355Z] ---> Running in ebd40e786451 [2020-11-20T06:49:44.344Z] Removing intermediate container ebd40e786451 [2020-11-20T06:49:44.344Z] ---> 8e5ee357b0ca [2020-11-20T06:49:44.344Z] [2020-11-20T06:49:44.617Z] Successfully built 8e5ee357b0ca [2020-11-20T06:49:44.617Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-11-20T06:49:44.617Z]  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go [2020-11-20T06:50:31.610Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:50:31.610Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:50:31.610Z] ---> c9c17fe50b80 [2020-11-20T06:50:31.610Z] Step 3/23 : WORKDIR /edgex-go [2020-11-20T06:50:31.610Z] ---> Using cache [2020-11-20T06:50:31.610Z] ---> 6007e8df5f64 [2020-11-20T06:50:31.610Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:50:31.610Z] ---> Using cache [2020-11-20T06:50:31.610Z] ---> 2be4d60d1173 [2020-11-20T06:50:31.610Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-20T06:50:31.610Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:50:31.610Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:50:31.610Z] ---> c9c17fe50b80 [2020-11-20T06:50:31.610Z] Step 3/22 : WORKDIR /edgex-go [2020-11-20T06:50:31.610Z] ---> Using cache [2020-11-20T06:50:31.610Z] ---> 6007e8df5f64 [2020-11-20T06:50:31.610Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:50:31.610Z] ---> Using cache [2020-11-20T06:50:31.610Z] ---> 2be4d60d1173 [2020-11-20T06:50:31.610Z] Step 5/22 : RUN apk update && apk add make git [2020-11-20T06:50:31.610Z] ---> Using cache [2020-11-20T06:50:31.610Z] ---> cbf3b2a43b77 [2020-11-20T06:50:31.610Z] Step 6/22 : COPY go.mod . [2020-11-20T06:50:31.610Z] ---> Using cache [2020-11-20T06:50:31.610Z] ---> 52fe4f64e161 [2020-11-20T06:50:31.610Z] Step 7/22 : RUN go mod download [2020-11-20T06:50:31.610Z] ---> Using cache [2020-11-20T06:50:31.610Z] ---> 56cca9540385 [2020-11-20T06:50:31.610Z] Step 8/22 : COPY . . [2020-11-20T06:50:31.610Z] ---> Using cache [2020-11-20T06:50:31.610Z] ---> c8a93735c5c9 [2020-11-20T06:50:31.610Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-20T06:50:31.610Z] ---> Running in ef47f45a6da4 [2020-11-20T06:50:31.610Z] ---> Running in 8c39d9430d6b [2020-11-20T06:50:31.610Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T06:50:31.610Z] 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:50:31.610Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T06:50:31.610Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:50:31.610Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:50:31.610Z] ---> c9c17fe50b80 [2020-11-20T06:50:31.610Z] Step 3/22 : WORKDIR /edgex-go [2020-11-20T06:50:31.610Z] ---> Using cache [2020-11-20T06:50:31.610Z] ---> 6007e8df5f64 [2020-11-20T06:50:31.610Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:50:31.610Z] ---> Using cache [2020-11-20T06:50:31.610Z] ---> 2be4d60d1173 [2020-11-20T06:50:31.610Z] Step 5/22 : RUN apk update && apk add make git [2020-11-20T06:50:31.610Z] ---> Using cache [2020-11-20T06:50:31.610Z] ---> cbf3b2a43b77 [2020-11-20T06:50:31.610Z] Step 6/22 : COPY go.mod . [2020-11-20T06:50:31.610Z] ---> Using cache [2020-11-20T06:50:31.610Z] ---> 52fe4f64e161 [2020-11-20T06:50:31.610Z] Step 7/22 : RUN go mod download [2020-11-20T06:50:31.610Z] ---> Using cache [2020-11-20T06:50:31.610Z] ---> 56cca9540385 [2020-11-20T06:50:31.610Z] Step 8/22 : COPY . . [2020-11-20T06:50:31.610Z] ---> Using cache [2020-11-20T06:50:31.610Z] ---> c8a93735c5c9 [2020-11-20T06:50:31.610Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-20T06:50:31.610Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:50:31.610Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:50:31.611Z] ---> c9c17fe50b80 [2020-11-20T06:50:31.611Z] Step 3/24 : WORKDIR /edgex-go [2020-11-20T06:50:31.611Z] ---> Using cache [2020-11-20T06:50:31.611Z] ---> 6007e8df5f64 [2020-11-20T06:50:31.611Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:50:31.611Z] ---> Using cache [2020-11-20T06:50:31.611Z] ---> 2be4d60d1173 [2020-11-20T06:50:31.611Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-20T06:50:32.209Z] ---> Running in a4a6736cf384 [2020-11-20T06:50:32.209Z] ---> Running in 32090ecfd240 [2020-11-20T06:50:32.489Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:50:32.489Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:50:32.489Z] OK: 12623 distinct packages available [2020-11-20T06:50:33.476Z] OK: 217 MiB in 51 packages [2020-11-20T06:50:35.470Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T06:50:35.470Z] 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:50:36.086Z] Removing intermediate container ef47f45a6da4 [2020-11-20T06:50:36.086Z] ---> 95216a709c4b [2020-11-20T06:50:36.086Z] Step 6/23 : COPY go.mod . [2020-11-20T06:50:36.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T06:50:36.366Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:50:36.366Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:50:36.366Z] ---> c9c17fe50b80 [2020-11-20T06:50:36.366Z] Step 3/27 : WORKDIR /edgex-go [2020-11-20T06:50:36.366Z] ---> Using cache [2020-11-20T06:50:36.366Z] ---> 6007e8df5f64 [2020-11-20T06:50:36.366Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:50:36.366Z] ---> Using cache [2020-11-20T06:50:36.366Z] ---> 2be4d60d1173 [2020-11-20T06:50:36.366Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-20T06:50:36.366Z] ---> Running in 5e9387313210 [2020-11-20T06:50:37.806Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:50:37.806Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:50:37.806Z] OK: 12623 distinct packages available [2020-11-20T06:50:37.806Z] ---> b25c1043531e [2020-11-20T06:50:37.806Z] Step 7/23 : RUN go mod download [2020-11-20T06:50:37.806Z] ---> Running in 20eb9eb8fbbf [2020-11-20T06:50:38.794Z] OK: 217 MiB in 51 packages [2020-11-20T06:50:39.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T06:50:40.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T06:50:40.669Z] Removing intermediate container 32090ecfd240 [2020-11-20T06:50:40.669Z] ---> 6b735fa81d52 [2020-11-20T06:50:40.669Z] Step 6/24 : COPY go.mod . [2020-11-20T06:50:40.945Z] v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T06:50:40.945Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T06:50:40.945Z] OK: 12623 distinct packages available [2020-11-20T06:50:41.554Z] ---> 59ccdecd6699 [2020-11-20T06:50:41.554Z] Step 7/24 : RUN go mod download [2020-11-20T06:50:41.830Z] ---> Running in 9a2cef5a89b1 [2020-11-20T06:50:42.111Z] OK: 217 MiB in 51 packages [2020-11-20T06:50:43.558Z] Removing intermediate container 20eb9eb8fbbf [2020-11-20T06:50:43.558Z] ---> ce744d90f3f4 [2020-11-20T06:50:43.558Z] Step 8/23 : COPY . . [2020-11-20T06:50:44.553Z] Removing intermediate container 5e9387313210 [2020-11-20T06:50:44.553Z] ---> 750e165658a5 [2020-11-20T06:50:44.553Z] Step 6/27 : COPY go.mod . [2020-11-20T06:50:46.554Z] ---> dc44a0b7fb84 [2020-11-20T06:50:46.554Z] Step 7/27 : RUN go mod download [2020-11-20T06:50:47.155Z] ---> Running in 1894a272a6c1 [2020-11-20T06:50:48.606Z] Removing intermediate container 9a2cef5a89b1 [2020-11-20T06:50:48.606Z] ---> ae2b682df576 [2020-11-20T06:50:48.606Z] Step 8/24 : COPY . . [2020-11-20T06:50:55.347Z] Removing intermediate container 1894a272a6c1 [2020-11-20T06:50:55.347Z] ---> 6b7fbcaea90f [2020-11-20T06:50:55.347Z] Step 8/27 : COPY . . [2020-11-20T06:51:13.682Z] ---> 4a5bab7c978c [2020-11-20T06:51:13.682Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-20T06:51:14.285Z] ---> Running in db8535baf368 [2020-11-20T06:51:15.730Z] ---> df771995c763 [2020-11-20T06:51:15.730Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-20T06:51:16.335Z] ---> Running in 2d9e67a81da5 [2020-11-20T06:51:17.325Z] 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:19.960Z] 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:51:20.962Z] ---> 741fac174834 [2020-11-20T06:51:20.962Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-20T06:51:20.962Z] ---> Running in 97b74b46c345 [2020-11-20T06:51:23.596Z] 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:20.149Z] Removing intermediate container a4a6736cf384 [2020-11-20T06:52:20.149Z] ---> 72c281a8cd00 [2020-11-20T06:52:20.149Z] [2020-11-20T06:52:20.149Z] Step 10/22 : FROM scratch [2020-11-20T06:52:20.149Z] ---> [2020-11-20T06:52:20.149Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-20T06:52:20.149Z] ---> Running in 6b243ce754c3 [2020-11-20T06:52:20.149Z] Removing intermediate container 6b243ce754c3 [2020-11-20T06:52:20.149Z] ---> 893507da0a51 [2020-11-20T06:52:20.149Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-20T06:52:20.149Z] ---> Running in 06bdfd44b88c [2020-11-20T06:52:20.149Z] Removing intermediate container 06bdfd44b88c [2020-11-20T06:52:20.149Z] ---> a6e1c12e41bf [2020-11-20T06:52:20.149Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-20T06:52:20.149Z] ---> Running in d2c18c72e081 [2020-11-20T06:52:20.149Z] Removing intermediate container d2c18c72e081 [2020-11-20T06:52:20.149Z] ---> 254f1c5c99ac [2020-11-20T06:52:20.149Z] Step 14/22 : WORKDIR / [2020-11-20T06:52:20.149Z] ---> Running in 3fabcf31d139 [2020-11-20T06:52:20.748Z] Removing intermediate container 3fabcf31d139 [2020-11-20T06:52:20.749Z] ---> f7a14f2512a0 [2020-11-20T06:52:20.749Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-20T06:52:21.735Z] ---> 48fa74d48617 [2020-11-20T06:52:21.735Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-20T06:52:23.998Z] ---> 1b71cc637668 [2020-11-20T06:52:23.998Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-20T06:52:24.650Z] ---> 0137d9c15cf6 [2020-11-20T06:52:24.650Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-20T06:52:24.948Z] ---> Running in a6492e3ad9e3 [2020-11-20T06:52:25.608Z] Removing intermediate container a6492e3ad9e3 [2020-11-20T06:52:25.608Z] ---> b50baced5350 [2020-11-20T06:52:25.608Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T06:52:25.883Z] ---> Running in ba26e2edeff5 [2020-11-20T06:52:26.487Z] Removing intermediate container ba26e2edeff5 [2020-11-20T06:52:26.487Z] ---> 491eb1523def [2020-11-20T06:52:26.487Z] Step 20/22 : LABEL arch=arm64 [2020-11-20T06:52:26.766Z] ---> Running in 1f2effba7aaf [2020-11-20T06:52:27.383Z] Removing intermediate container 1f2effba7aaf [2020-11-20T06:52:27.383Z] ---> 445ec3ff07e3 [2020-11-20T06:52:27.383Z] Step 21/22 : LABEL git_sha=5c5b9147b75d74162f21b6b4c21f7715876577e5 [2020-11-20T06:52:27.383Z] ---> Running in 608186c2cd26 [2020-11-20T06:52:28.374Z] Removing intermediate container 608186c2cd26 [2020-11-20T06:52:28.374Z] ---> 466f00142e33 [2020-11-20T06:52:28.374Z] Step 22/22 : LABEL version=0.0.0 [2020-11-20T06:52:28.659Z] ---> Running in d3cf3953d19d [2020-11-20T06:52:29.280Z] Removing intermediate container d3cf3953d19d [2020-11-20T06:52:29.280Z] ---> c97b6c51c901 [2020-11-20T06:52:29.280Z] [2020-11-20T06:52:29.894Z] Successfully built c97b6c51c901 [2020-11-20T06:52:29.894Z] Successfully tagged docker-core-command-go-arm64:latest [2020-11-20T06:52:29.894Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2020-11-20T06:52:36.656Z] Removing intermediate container 8c39d9430d6b [2020-11-20T06:52:36.656Z] ---> 0a62ce4b9fa4 [2020-11-20T06:52:36.656Z] [2020-11-20T06:52:36.656Z] Step 10/22 : FROM scratch [2020-11-20T06:52:36.656Z] ---> [2020-11-20T06:52:36.656Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-20T06:52:36.656Z] ---> Using cache [2020-11-20T06:52:36.656Z] ---> 893507da0a51 [2020-11-20T06:52:36.656Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-20T06:52:36.930Z] ---> Running in bdeff7382e2c [2020-11-20T06:52:37.550Z] Removing intermediate container bdeff7382e2c [2020-11-20T06:52:37.550Z] ---> 024bb322bff2 [2020-11-20T06:52:37.550Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-20T06:52:37.550Z] ---> Running in bd53c163a6b1 [2020-11-20T06:52:38.539Z] Removing intermediate container bd53c163a6b1 [2020-11-20T06:52:38.539Z] ---> 689f36fe7e09 [2020-11-20T06:52:38.539Z] Step 14/22 : WORKDIR / [2020-11-20T06:52:38.539Z] ---> Running in f02a453616ae [2020-11-20T06:52:39.535Z] Removing intermediate container f02a453616ae [2020-11-20T06:52:39.535Z] ---> 41eb14d7eaef [2020-11-20T06:52:39.535Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-20T06:52:41.006Z] ---> 300008f73bfa [2020-11-20T06:52:41.006Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-20T06:52:44.408Z] ---> 9d3569df3aab [2020-11-20T06:52:44.408Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-20T06:52:45.397Z] ---> 3bcf136333b3 [2020-11-20T06:52:45.397Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-20T06:52:45.674Z] ---> Running in 5174b40ecb6a [2020-11-20T06:52:46.670Z] Removing intermediate container 5174b40ecb6a [2020-11-20T06:52:46.670Z] ---> 8dedd52cb38a [2020-11-20T06:52:46.670Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T06:52:46.946Z] ---> Running in 0d9076d34478 [2020-11-20T06:52:48.397Z] Removing intermediate container 0d9076d34478 [2020-11-20T06:52:48.397Z] ---> 20442a5700c4 [2020-11-20T06:52:48.397Z] Step 20/22 : LABEL arch=arm64 [2020-11-20T06:52:48.676Z] ---> Running in 24c816ebe243 [2020-11-20T06:52:49.675Z] Removing intermediate container 24c816ebe243 [2020-11-20T06:52:49.675Z] ---> cd1b45422102 [2020-11-20T06:52:49.675Z] Step 21/22 : LABEL git_sha=5c5b9147b75d74162f21b6b4c21f7715876577e5 [2020-11-20T06:52:50.272Z] ---> Running in 3e8de85768f2 [2020-11-20T06:52:50.904Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T06:52:50.905Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-20T06:52:50.905Z] ---> c9c17fe50b80 [2020-11-20T06:52:50.905Z] Step 3/21 : WORKDIR /edgex-go [2020-11-20T06:52:50.905Z] ---> Using cache [2020-11-20T06:52:50.905Z] ---> 6007e8df5f64 [2020-11-20T06:52:50.905Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T06:52:50.905Z] ---> Using cache [2020-11-20T06:52:50.905Z] ---> 2be4d60d1173 [2020-11-20T06:52:50.905Z] Step 5/21 : RUN apk update && apk add make git [2020-11-20T06:52:50.905Z] ---> Using cache [2020-11-20T06:52:50.905Z] ---> cbf3b2a43b77 [2020-11-20T06:52:50.905Z] Step 6/21 : COPY go.mod . [2020-11-20T06:52:50.905Z] ---> Using cache [2020-11-20T06:52:50.905Z] ---> 52fe4f64e161 [2020-11-20T06:52:50.905Z] Step 7/21 : RUN go mod download [2020-11-20T06:52:50.905Z] ---> Using cache [2020-11-20T06:52:50.905Z] ---> 56cca9540385 [2020-11-20T06:52:50.905Z] Step 8/21 : COPY . . [2020-11-20T06:52:50.905Z] ---> Using cache [2020-11-20T06:52:50.905Z] ---> c8a93735c5c9 [2020-11-20T06:52:50.905Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-20T06:52:51.178Z] Removing intermediate container 3e8de85768f2 [2020-11-20T06:52:51.178Z] ---> c5051fe5b03f [2020-11-20T06:52:51.178Z] Step 22/22 : LABEL version=0.0.0 [2020-11-20T06:52:51.178Z] ---> Running in 7d2ae58a7405 [2020-11-20T06:52:51.461Z] ---> Running in bf04b93779bc [2020-11-20T06:52:52.069Z] Removing intermediate container bf04b93779bc [2020-11-20T06:52:52.069Z] ---> 64b844cda7a9 [2020-11-20T06:52:52.069Z] [2020-11-20T06:52:52.675Z] Successfully built 64b844cda7a9 [2020-11-20T06:52:52.951Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-11-20T06:52:53.940Z]  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/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-11-20T06:52:58.275Z] Removing intermediate container 97b74b46c345 [2020-11-20T06:52:58.275Z] ---> 4f8752cd1a33 [2020-11-20T06:52:58.275Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-20T06:52:58.275Z] ---> Running in 1f97acea1977 [2020-11-20T06:53:00.922Z] 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:06.346Z] Removing intermediate container 1f97acea1977 [2020-11-20T06:53:06.346Z] ---> ed334cba93d2 [2020-11-20T06:53:06.346Z] [2020-11-20T06:53:06.346Z] Step 11/27 : FROM docker:latest [2020-11-20T06:53:06.346Z] ---> 5d4db4dc0692 [2020-11-20T06:53:06.346Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-20T06:53:06.346Z] ---> Running in 5bde3063fb34 [2020-11-20T06:53:07.790Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T06:53:08.071Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T06:53:09.055Z] (1/2) Installing readline (8.0.4-r0) [2020-11-20T06:53:09.055Z] (2/2) Installing bash (5.0.17-r0) [2020-11-20T06:53:09.055Z] Executing bash-5.0.17-r0.post-install [2020-11-20T06:53:09.055Z] Executing busybox-1.31.1-r19.trigger [2020-11-20T06:53:09.055Z] OK: 12 MiB in 22 packages [2020-11-20T06:53:11.691Z] Removing intermediate container 5bde3063fb34 [2020-11-20T06:53:11.691Z] ---> f69aa6779bee [2020-11-20T06:53:11.691Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-20T06:53:11.691Z] ---> Running in 408a667eaff8 [2020-11-20T06:53:16.008Z] Removing intermediate container 2d9e67a81da5 [2020-11-20T06:53:16.008Z] ---> 9e9e67d79403 [2020-11-20T06:53:16.008Z] [2020-11-20T06:53:16.008Z] Step 10/24 : FROM scratch [2020-11-20T06:53:16.008Z] ---> [2020-11-20T06:53:16.008Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-20T06:53:16.008Z] ---> Using cache [2020-11-20T06:53:16.008Z] ---> 6bdbc6a86162 [2020-11-20T06:53:16.008Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-20T06:53:16.008Z] ---> Running in cda08b268374 [2020-11-20T06:53:16.287Z] Removing intermediate container 408a667eaff8 [2020-11-20T06:53:16.287Z] ---> f435fc4ea1c1 [2020-11-20T06:53:16.287Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-20T06:53:16.564Z] Removing intermediate container cda08b268374 [2020-11-20T06:53:16.564Z] ---> 8a0b67054269 [2020-11-20T06:53:16.564Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-20T06:53:16.564Z] ---> Running in da7185123e68 [2020-11-20T06:53:16.564Z] ---> Running in 59727fb83407 [2020-11-20T06:53:17.554Z] Removing intermediate container 59727fb83407 [2020-11-20T06:53:17.554Z] ---> 966fae2bd72c [2020-11-20T06:53:17.554Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-20T06:53:17.554Z] Removing intermediate container da7185123e68 [2020-11-20T06:53:17.554Z] ---> a32dab1b42b7 [2020-11-20T06:53:17.554Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-20T06:53:17.554Z] ---> Running in 0ee7c106c9f3 [2020-11-20T06:53:18.547Z] Removing intermediate container 0ee7c106c9f3 [2020-11-20T06:53:18.547Z] ---> a2642c035955 [2020-11-20T06:53:18.547Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-20T06:53:18.547Z] ---> ffa309106af2 [2020-11-20T06:53:18.547Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-20T06:53:18.819Z] ---> Running in 162cd495042a [2020-11-20T06:53:19.802Z] Removing intermediate container 162cd495042a [2020-11-20T06:53:19.802Z] ---> 706f2492e8d9 [2020-11-20T06:53:19.802Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-20T06:53:20.801Z] ---> b23f68f590a9 [2020-11-20T06:53:20.801Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-20T06:53:21.409Z] ---> 50fd8f52a55e [2020-11-20T06:53:21.409Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-20T06:53:22.874Z] ---> c041172741cd [2020-11-20T06:53:22.875Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-20T06:53:22.875Z] ---> 59cf8034f6bc [2020-11-20T06:53:22.875Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-20T06:53:24.341Z] ---> ccadb9199121 [2020-11-20T06:53:24.341Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-20T06:53:24.341Z] ---> 682b5f5ab8d4 [2020-11-20T06:53:24.341Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-20T06:53:24.341Z] ---> Running in fab0fd34c04a [2020-11-20T06:53:26.376Z] ---> a9400812a215 [2020-11-20T06:53:26.376Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-20T06:53:26.652Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T06:53:26.927Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T06:53:27.541Z] ---> 8bb5b4d617d7 [2020-11-20T06:53:27.541Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-20T06:53:27.541Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-20T06:53:27.541Z] (2/33) Installing expat (2.2.9-r1) [2020-11-20T06:53:27.541Z] (3/33) Installing libffi (3.3-r2) [2020-11-20T06:53:27.541Z] (4/33) Installing gdbm (1.13-r1) [2020-11-20T06:53:27.541Z] ---> Running in e646641d2bcc [2020-11-20T06:53:27.541Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-20T06:53:27.541Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-20T06:53:27.833Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-20T06:53:28.836Z] Removing intermediate container e646641d2bcc [2020-11-20T06:53:28.836Z] ---> 460f01da1408 [2020-11-20T06:53:28.836Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T06:53:29.131Z] ---> Running in 37d7121ffda3 [2020-11-20T06:53:29.832Z] Removing intermediate container 37d7121ffda3 [2020-11-20T06:53:29.832Z] ---> 53bc22330494 [2020-11-20T06:53:29.832Z] Step 22/24 : LABEL arch=arm64 [2020-11-20T06:53:30.123Z] ---> Running in 4be52c522277 [2020-11-20T06:53:30.123Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-20T06:53:30.123Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-20T06:53:30.402Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-20T06:53:30.402Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-20T06:53:30.402Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-20T06:53:30.402Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-20T06:53:30.403Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-20T06:53:30.688Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-20T06:53:30.688Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-20T06:53:30.688Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-20T06:53:30.688Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-20T06:53:30.688Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-20T06:53:30.688Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-20T06:53:31.003Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-20T06:53:31.003Z] Removing intermediate container 4be52c522277 [2020-11-20T06:53:31.003Z] ---> 9ed8921d64f4 [2020-11-20T06:53:31.003Z] Step 23/24 : LABEL git_sha=5c5b9147b75d74162f21b6b4c21f7715876577e5 [2020-11-20T06:53:31.003Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-20T06:53:31.003Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-20T06:53:31.003Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-20T06:53:31.003Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-20T06:53:31.003Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-20T06:53:31.579Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-20T06:53:31.579Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-20T06:53:31.579Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-20T06:53:31.579Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-20T06:53:31.579Z] ---> Running in 14faa6865e8f [2020-11-20T06:53:31.579Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-20T06:53:31.579Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-20T06:53:31.579Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-20T06:53:31.579Z] Executing busybox-1.31.1-r19.trigger [2020-11-20T06:53:31.579Z] OK: 71 MiB in 55 packages [2020-11-20T06:53:31.958Z] Removing intermediate container 14faa6865e8f [2020-11-20T06:53:31.958Z] ---> 2bd37e270fcf [2020-11-20T06:53:31.958Z] Step 24/24 : LABEL version=0.0.0 [2020-11-20T06:53:31.958Z] ---> Running in 97a9d52d55a1 [2020-11-20T06:53:33.404Z] Removing intermediate container 97a9d52d55a1 [2020-11-20T06:53:33.404Z] ---> 0f79886b1a20 [2020-11-20T06:53:33.404Z] [2020-11-20T06:53:33.686Z] Successfully built 0f79886b1a20 [2020-11-20T06:53:33.686Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-11-20T06:53:41.990Z]  Building docker-support-notifications-go ... done Removing intermediate container db8535baf368 [2020-11-20T06:53:41.990Z] ---> 9324b19658ef [2020-11-20T06:53:41.990Z] [2020-11-20T06:53:41.990Z] Step 10/23 : FROM alpine [2020-11-20T06:53:41.990Z] latest: Pulling from library/alpine [2020-11-20T06:53:41.990Z] Removing intermediate container fab0fd34c04a [2020-11-20T06:53:41.990Z] ---> 33c564af80a2 [2020-11-20T06:53:41.990Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-20T06:53:41.990Z] ---> Running in 34ccd07d6f52 [2020-11-20T06:53:48.719Z] Collecting docker-compose==1.23.2 [2020-11-20T06:53:48.719Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-20T06:53:48.999Z] Collecting docker<4.0,>=3.6.0 [2020-11-20T06:53:48.999Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-20T06:53:50.438Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-20T06:53:50.438Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-20T06:53:51.419Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-20T06:53:51.419Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-20T06:53:52.036Z] Collecting jsonschema<3,>=2.5.1 [2020-11-20T06:53:52.036Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-20T06:53:52.640Z] Collecting docopt<0.7,>=0.6.1 [2020-11-20T06:53:52.640Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-20T06:53:53.628Z] Removing intermediate container 7d2ae58a7405 [2020-11-20T06:53:53.628Z] ---> 6cd6b7dc5714 [2020-11-20T06:53:53.628Z] [2020-11-20T06:53:53.628Z] Step 10/21 : FROM scratch [2020-11-20T06:53:53.628Z] ---> [2020-11-20T06:53:53.628Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-20T06:53:53.628Z] ---> Using cache [2020-11-20T06:53:53.628Z] ---> 893507da0a51 [2020-11-20T06:53:53.628Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-20T06:53:53.628Z] ---> Running in 5b8d4c06bb81 [2020-11-20T06:53:54.224Z] Removing intermediate container 5b8d4c06bb81 [2020-11-20T06:53:54.224Z] ---> 7f06a706667e [2020-11-20T06:53:54.225Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-20T06:53:54.225Z] ---> Running in 947843aacded [2020-11-20T06:53:54.502Z] Collecting cached-property<2,>=1.2.0 [2020-11-20T06:53:54.502Z] Removing intermediate container 947843aacded [2020-11-20T06:53:54.502Z] ---> 817ee2ed2657 [2020-11-20T06:53:54.502Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-20T06:53:54.779Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-20T06:53:55.377Z] ---> 7e42e95ae2a6 [2020-11-20T06:53:55.377Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-20T06:53:55.377Z] Collecting PyYAML<4,>=3.10 [2020-11-20T06:53:55.377Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-20T06:53:56.837Z] ---> 0abca7b2cbd0 [2020-11-20T06:53:56.837Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-20T06:53:57.435Z] ---> 707f542b34a9 [2020-11-20T06:53:57.435Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-20T06:53:57.715Z] ---> Running in 225475d6b5c2 [2020-11-20T06:53:57.991Z] Removing intermediate container 225475d6b5c2 [2020-11-20T06:53:57.991Z] ---> 1350a79edc38 [2020-11-20T06:53:57.991Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T06:53:58.270Z] ---> Running in c33296d3e9d7 [2020-11-20T06:53:58.871Z] Removing intermediate container c33296d3e9d7 [2020-11-20T06:53:58.871Z] ---> f991ee5fa562 [2020-11-20T06:53:58.871Z] Step 19/21 : LABEL arch=arm64 [2020-11-20T06:53:58.871Z] Collecting texttable<0.10,>=0.9.0 [2020-11-20T06:53:58.871Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-20T06:53:58.871Z] ---> Running in 5afa4e3e7be1 [2020-11-20T06:53:59.473Z] Removing intermediate container 5afa4e3e7be1 [2020-11-20T06:53:59.473Z] ---> acc39c5220c2 [2020-11-20T06:53:59.473Z] Step 20/21 : LABEL git_sha=5c5b9147b75d74162f21b6b4c21f7715876577e5 [2020-11-20T06:53:59.473Z] ---> Running in a56f970f316c [2020-11-20T06:54:00.073Z] Removing intermediate container a56f970f316c [2020-11-20T06:54:00.073Z] ---> 3c59ddb4c668 [2020-11-20T06:54:00.073Z] Step 21/21 : LABEL version=0.0.0 [2020-11-20T06:54:00.073Z] ---> Running in a86453a06516 [2020-11-20T06:54:00.676Z] Removing intermediate container a86453a06516 [2020-11-20T06:54:00.676Z] ---> 2bec82f4ee70 [2020-11-20T06:54:00.676Z] [2020-11-20T06:54:00.950Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-20T06:54:00.950Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-20T06:54:00.950Z] Successfully built 2bec82f4ee70 [2020-11-20T06:54:00.950Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-11-20T06:54:02.934Z]  Building docker-support-scheduler-go ... done 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:02.934Z] Collecting docker-pycreds>=0.4.0 [2020-11-20T06:54:02.934Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-20T06:54:02.934Z] Collecting idna<2.8,>=2.5 [2020-11-20T06:54:02.934Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-20T06:54:03.532Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-20T06:54:03.532Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-20T06:54:03.804Z] 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:03.804Z] 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:03.804Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-20T06:54:03.804Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-20T06:54:03.804Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-20T06:54:03.804Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-20T06:54:04.782Z] Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, jsonschema, docopt, cached-property, PyYAML, texttable, dockerpty, docker-compose [2020-11-20T06:54:04.782Z] Attempting uninstall: idna [2020-11-20T06:54:04.782Z] Found existing installation: idna 2.9 [2020-11-20T06:54:04.782Z] Uninstalling idna-2.9: [2020-11-20T06:54:04.782Z] Successfully uninstalled idna-2.9 [2020-11-20T06:54:05.383Z] Attempting uninstall: urllib3 [2020-11-20T06:54:05.383Z] Found existing installation: urllib3 1.25.9 [2020-11-20T06:54:05.383Z] Uninstalling urllib3-1.25.9: [2020-11-20T06:54:05.383Z] Successfully uninstalled urllib3-1.25.9 [2020-11-20T06:54:05.977Z] Attempting uninstall: requests [2020-11-20T06:54:05.977Z] Found existing installation: requests 2.23.0 [2020-11-20T06:54:05.977Z] Uninstalling requests-2.23.0: [2020-11-20T06:54:05.977Z] Successfully uninstalled requests-2.23.0 [2020-11-20T06:54:07.950Z] Running setup.py install for docopt: started [2020-11-20T06:54:09.383Z] Running setup.py install for docopt: finished with status 'done' [2020-11-20T06:54:09.383Z] Running setup.py install for PyYAML: started [2020-11-20T06:54:11.356Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-20T06:54:11.356Z] Running setup.py install for texttable: started [2020-11-20T06:54:13.334Z] Running setup.py install for texttable: finished with status 'done' [2020-11-20T06:54:13.334Z] Running setup.py install for dockerpty: started [2020-11-20T06:54:15.313Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-20T06:54:15.908Z] 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:20.213Z] Removing intermediate container 34ccd07d6f52 [2020-11-20T06:54:20.213Z] ---> 4d6adb5e469f [2020-11-20T06:54:20.213Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-20T06:54:20.213Z] ---> Running in 533247ad812c [2020-11-20T06:54:21.653Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T06:54:21.653Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T06:54:21.925Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-20T06:54:21.925Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-20T06:54:22.211Z] (3/3) Installing curl (7.69.1-r1) [2020-11-20T06:54:22.211Z] Executing busybox-1.31.1-r19.trigger [2020-11-20T06:54:22.211Z] OK: 71 MiB in 58 packages [2020-11-20T06:54:23.193Z] Removing intermediate container 533247ad812c [2020-11-20T06:54:23.193Z] ---> 4c4ee4a96f13 [2020-11-20T06:54:23.193Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-20T06:54:23.468Z] ---> Running in 67e2b312209f [2020-11-20T06:54:23.742Z] Removing intermediate container 67e2b312209f [2020-11-20T06:54:23.742Z] ---> a92e2daa1760 [2020-11-20T06:54:23.742Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T06:54:24.018Z] ---> Running in 9bb57d8ec869 [2020-11-20T06:54:24.291Z] Removing intermediate container 9bb57d8ec869 [2020-11-20T06:54:24.291Z] ---> 8b0ab327f32e [2020-11-20T06:54:24.291Z] Step 25/27 : LABEL arch=arm64 [2020-11-20T06:54:24.565Z] ---> Running in 4a2270462a6b [2020-11-20T06:54:24.839Z] Removing intermediate container 4a2270462a6b [2020-11-20T06:54:24.840Z] ---> 759d421ec872 [2020-11-20T06:54:24.840Z] Step 26/27 : LABEL git_sha=5c5b9147b75d74162f21b6b4c21f7715876577e5 [2020-11-20T06:54:25.115Z] ---> Running in 1838804a11ab [2020-11-20T06:54:25.386Z] Removing intermediate container 1838804a11ab [2020-11-20T06:54:25.387Z] ---> 17b38183afd5 [2020-11-20T06:54:25.387Z] Step 27/27 : LABEL version=0.0.0 [2020-11-20T06:54:25.659Z] ---> Running in 31ff8a7b9bce [2020-11-20T06:54:25.934Z] Removing intermediate container 31ff8a7b9bce [2020-11-20T06:54:25.934Z] ---> 9b98febaea2c [2020-11-20T06:54:25.934Z] [2020-11-20T06:54:26.534Z] Successfully built 9b98febaea2c [2020-11-20T06:54:26.534Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-11-20T06:54:26.534Z]  Building docker-sys-mgmt-agent-go ... done  [2020-11-20T06:54:26.534Z] 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:54:26.534Z] [2020-11-20T06:54:26.534Z] 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:54:26.534Z] [2020-11-20T06:54:26.534Z] 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:54:26.534Z] [2020-11-20T06:54:26.534Z] 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:54:26.534Z] [2020-11-20T06:54:26.534Z] 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:54:26.534Z] Service 'docker-core-data-go' failed to build: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit [Pipeline] } [2020-11-20T06:54:26.863Z] $ docker stop --time=1 e752791746afda2d3b1e158a5b4eacd87dcdd995ff0f7ac83400fe7119d4adc1 [2020-11-20T06:54:28.796Z] $ docker rm -f e752791746afda2d3b1e158a5b4eacd87dcdd995ff0f7ac83400fe7119d4adc1 [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:54:31.267Z] 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:54:36.120Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T06:54:37.076Z] ---> package-listing.sh [2020-11-20T06:54:37.076Z] ++ facter osfamily [2020-11-20T06:54:37.077Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-20T06:54:37.077Z] + OS_FAMILY=redhat [2020-11-20T06:54:37.077Z] + workspace=/w/workspace/edgex-go/1 [2020-11-20T06:54:37.077Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-20T06:54:37.077Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-20T06:54:37.077Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-20T06:54:37.077Z] + PACKAGES=/tmp/packages_start.txt [2020-11-20T06:54:37.077Z] + '[' /w/workspace/edgex-go/1 ']' [2020-11-20T06:54:37.077Z] + PACKAGES=/tmp/packages_end.txt [2020-11-20T06:54:37.077Z] + case "${OS_FAMILY}" in [2020-11-20T06:54:37.077Z] + rpm -qa [2020-11-20T06:54:37.077Z] + sort [2020-11-20T06:54:41.424Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-20T06:54:41.424Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-20T06:54:41.424Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-20T06:54:41.424Z] + '[' /w/workspace/edgex-go/1 ']' [2020-11-20T06:54:41.424Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2020-11-20T06:54:41.424Z] + 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:54:41.462Z] 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:54:41.777Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-20T06:54:42.119Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-20T06:54:42.119Z] [2020-11-20T06:54:42.119Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-20T06:54:42.524Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-20T06:54:42.524Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-20T06:54:42.524Z] df20fa9351a1: Already exists [2020-11-20T06:54:42.524Z] 36b3adc4ff6f: Pulling fs layer [2020-11-20T06:54:42.524Z] 8ad3a11d3b57: Pulling fs layer [2020-11-20T06:54:42.524Z] 46f8f816bc3b: Pulling fs layer [2020-11-20T06:54:42.524Z] 93b61091891f: Pulling fs layer [2020-11-20T06:54:42.524Z] 93b9cdb0e59b: Pulling fs layer [2020-11-20T06:54:42.524Z] 5e14af77c1be: Pulling fs layer [2020-11-20T06:54:42.524Z] 01666e4c0597: Pulling fs layer [2020-11-20T06:54:42.524Z] aa168da1d23b: Pulling fs layer [2020-11-20T06:54:42.524Z] 93b61091891f: Waiting [2020-11-20T06:54:42.524Z] 93b9cdb0e59b: Waiting [2020-11-20T06:54:42.524Z] 5e14af77c1be: Waiting [2020-11-20T06:54:42.524Z] 01666e4c0597: Waiting [2020-11-20T06:54:42.524Z] aa168da1d23b: Waiting [2020-11-20T06:54:42.524Z] 46f8f816bc3b: Verifying Checksum [2020-11-20T06:54:42.524Z] 46f8f816bc3b: Download complete [2020-11-20T06:54:42.524Z] 36b3adc4ff6f: Download complete [2020-11-20T06:54:42.524Z] 93b9cdb0e59b: Verifying Checksum [2020-11-20T06:54:42.524Z] 93b9cdb0e59b: Download complete [2020-11-20T06:54:42.789Z] 5e14af77c1be: Download complete [2020-11-20T06:54:42.789Z] 01666e4c0597: Verifying Checksum [2020-11-20T06:54:42.789Z] 93b61091891f: Verifying Checksum [2020-11-20T06:54:42.789Z] 93b61091891f: Download complete [2020-11-20T06:54:42.789Z] 01666e4c0597: Download complete [2020-11-20T06:54:43.052Z] 36b3adc4ff6f: Pull complete [2020-11-20T06:54:43.629Z] 8ad3a11d3b57: Verifying Checksum [2020-11-20T06:54:43.629Z] 8ad3a11d3b57: Download complete [2020-11-20T06:54:44.592Z] 8ad3a11d3b57: Pull complete [2020-11-20T06:54:44.592Z] 46f8f816bc3b: Pull complete [2020-11-20T06:54:45.548Z] aa168da1d23b: Verifying Checksum [2020-11-20T06:54:45.548Z] aa168da1d23b: Download complete [2020-11-20T06:54:45.812Z] 93b61091891f: Pull complete [2020-11-20T06:54:47.212Z] 93b9cdb0e59b: Pull complete [2020-11-20T06:54:47.212Z] 5e14af77c1be: Pull complete [2020-11-20T06:54:47.212Z] 01666e4c0597: Pull complete [2020-11-20T06:54:59.470Z] aa168da1d23b: Pull complete [2020-11-20T06:54:59.470Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-20T06:54:59.470Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-20T06:54:59.470Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-20T06:54:59.776Z] prd-centos7-docker-4c-2g-12925 does not seem to be running inside a container [2020-11-20T06:54:59.836Z] $ 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:03.317Z] $ docker top 58169dfbe98622e91be8521f3302fa13a7cc9400f1e50b8654eebb6bf298106e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T06:55:03.999Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-20T06:55:04.321Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-20T06:55:04.667Z] + ls /var/log/sa-host [2020-11-20T06:55:04.667Z] + sadf -c /var/log/sa-host/sa05 [2020-11-20T06:55:04.667Z] file_magic: OK [2020-11-20T06:55:04.667Z] HZ: Using current value: 100 [2020-11-20T06:55:04.667Z] file_header: OK [2020-11-20T06:55:04.667Z] 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:04.667Z] Statistics: [2020-11-20T06:55:04.667Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-20T06:55:04.667Z] File successfully converted to sysstat format version 12.2.1 [2020-11-20T06:55:04.667Z] + sadf -c /var/log/sa-host/sa20 [2020-11-20T06:55:04.667Z] file_magic: OK [2020-11-20T06:55:04.667Z] HZ: Using current value: 100 [2020-11-20T06:55:04.667Z] file_header: OK [2020-11-20T06:55:04.667Z] 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:04.667Z] Statistics: [2020-11-20T06:55:04.667Z] 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...Hnuu...uuuununununu... [2020-11-20T06:55:04.667Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-20T06:55:05.342Z] provisioning config files... [2020-11-20T06:55:05.366Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config9149558241332095167tmp [Pipeline] { [Pipeline] echo [2020-11-20T06:55:05.524Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T06:55:05.867Z] ---> create-netrc.sh [Pipeline] } [2020-11-20T06:55:05.890Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-20T06:55:06.058Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T06:55:06.396Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-20T06:55:06.426Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T06:55:06.758Z] ---> sudo-logs.sh [2020-11-20T06:55:06.758Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-20T06:55:06.797Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T06:55:07.140Z] ---> job-cost.sh [2020-11-20T06:55:07.140Z] lf-activate-venv: SKIPPING [2020-11-20T06:55:07.140Z] INFO: No Stack... [2020-11-20T06:55:08.532Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-20T06:55:08.795Z] INFO: Archiving Costs [Pipeline] echo [2020-11-20T06:55:08.830Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T06:55:09.166Z] ---> logs-deploy.sh [2020-11-20T06:55:09.166Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2891/1 [2020-11-20T06:55:09.166Z] INFO: archiving workspace using pattern(s): [2020-11-20T06:55:11.089Z] Archives upload complete. [2020-11-20T06:55:11.089Z] INFO: archiving logs to Nexus